@import url('https://fonts.googleapis.com/css?family=Open+Sans:100,400,700');

@import url('../fonts/font-awesome/css/font-awesome.min.css');

@font-face {
	font-family: 'TrajanPro3-Regular';
	src: url('../fonts/TrajanPro3-Regular.woff2');
	font-weight: normal;
	font-style: normal;
}

a:focus,
a:hover,
a:active,
img,
button,
input {
	outline: none;
}

a.button.wc-backward,
a.restore-item {
	color: #dfc0a7;
}

body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img,
abbr {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ul li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

legend {
	color: #000;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
}

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

.main-color {
	color: #d1baa4;
}

div#page {
	overflow: hidden;
	position: relative;
}

/*Typographu*/

html {
	max-width: 1980px;
	position: relative;
}

body {
	font-family: 'Open Sans', sans-serif;
	min-width: 320px;
	max-width: 1980px;
	margin: 0 auto;
	color: #000;
	font-size: 18px;
	line-height: 1.2;
	position: relative;
}

body p {
	font-weight: 100;
	line-height: 2.432;
	color: #000;
	margin-bottom: 20px;
}

.wrapper ul li {
	list-style: circle;
}

.wrapper ul {
	margin-left: 30px;
}

.wrapper {
	max-width: 95%;
	margin: 0 auto;
	overflow: hidden;
}

.scroll-bot:hover,
button:hover,
a:hover {
	cursor: pointer;
}

.h1,
.h2,
.h3,
.h4,
.h4,
.h5,
h1,
h2,
h3,
h4,
h4,
h5 {
	font-family: 'TrajanPro3-Regular', "Trajan Pro 3";
	margin: 30px 0;
	font-weight: 600;
}

h2,
.h2,
h1,
.h1 {
	font-size: 36px;
	line-height: 1.7;
	font-weight: 600;
	letter-spacing: 1px;
}

h3,
.h3 {
	font-size: 1.2rem;
	line-height: 1.7;
	font-weight: 600;
}

a.button-text {
	font-size: 1.2rem;
	position: relative;
	color: #000;
	font-weight: 600;
	font-family: 'TrajanPro3-Regular', "Trajan Pro 3";
	text-transform: uppercase;
	text-decoration: none;
}

/*a.button-text:before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -19px;
  height: 2px;
  background: #000;
  left: 0;
}
*/
a.button-text:after {
	content: '';
	width: 67px;
	height: 55px;
	background: url(../img/arrow-btn.png);
	position: absolute;
	top: auto;
	right: -88px;
}

div#tab-additional_information {
	display: none !important;
}

.aln-center {
	text-align: center;
}

.aln-right {
	text-align: right;
}

.mr {
	margin-right: 3.4vw;
}

/*Menu*/

ul#primary-menu {
	margin-top: 7.2vw;
	clear: left;
}

ul#primary-menu a {
	font-size: 1.2rem;
	font-family: 'TrajanPro3-Regular', "Trajan Pro 3";
	color: #d1baa4;
	line-height: 1.2;
	display: inline-block;
	position: relative;
}

ul#primary-menu a:before {
	content: '';
	position: absolute;
	width: 0;
	left: 0;
	bottom: 0;
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
	height: 1px;
	background: #d1baa4;
}

ul#primary-menu a:hover:before {
	width: 100%;
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
}

ul#primary-menu li {
	margin: 10px 0;
	float: left;
	clear: left;
}

#main-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}



.mm-menu_theme-black .mm-listview li a {
	color: #d1baa4;
	font-family: 'TrajanPro3-Regular', "Trajan Pro 3";
}

a.mm-navbar__title {
	display: none;
}

.contacts {
	margin-top: 9vw;
	margin-bottom: 80px;
	font-family: 'TrajanPro3-Regular', "Trajan Pro 3";
}

.contacts .descr {
	max-width: 255px;
	font-size: 14px;
	margin-top: 10px;
}

.footer-inner .tel,
.contacts .tel {
	font-size: 24px;
	letter-spacing: 1.5px;
	line-height: 1.824;
	text-decoration: none;
	position: relative;
	padding-bottom: 5px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.footer-inner .tel:before,
.contacts .tel:before {
	content: '';
	position: absolute;
	width: 100%;
	border: 1px solid #d1baa4;
	bottom: -5px;
	left: 0;
}

.footer-inner .tel:hover,
.contacts .tel:hover,
.footer-inner .tel:focus,
.contacts .tel:focus,
.footer-inner .tel:active,
.contacts .tel:active {
	outline: none;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.footer-inner .tel {
	display: inline-block;
}

.footer-inner .tel:before {
	border: 1px solid #000;
}

.sidebar__inner {
	min-height: 500px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.menu-glavnoe-container {
	margin: 20px 0;
}

.sidebar__inner {
	padding-top: 20px;
	padding-left: 3rem;
}

.hiden-desctop {
	display: none;
}

.mobile-logo {
	padding-top: 5px;
}

.mobile-logo img {
	max-width: 60px;
	-ms-flex-preferred-size: 80px;
	flex-basis: 80px;
}

.menu-title {
	margin-bottom: 40px !important;
	margin-left: 0 !important;
	line-height: 1.3;
	padding: 0 50px;
}

.menu-title a {
	pointer-events: none;
	font-size: 30.106px;
	color: #d1baa4 !important;
	line-height: 1.454;
	text-align: left;
	text-decoration: none;
}

.menu-title a :before {
	display: none !important;
}

ul.menu-container {
	-webkit-transition: .4s ease;
	transition: .4s ease;
}

ul.menu-container li {
	margin-bottom: 10px;
	margin-left: 19%;
}

ul.menu-container a {
	color: #d1baa4;
	text-decoration: none;
	position: relative;
	padding: 5px 2px;
}

ul.menu-container a:before {
	content: '';
	position: absolute;
	width: 0;
	left: 0;
	right: auto;
	bottom: 3px;
	opacity: 0;
	-webkit-transition: .4s ease;
	transition: .4s ease;
	height: 1px;
	background: #d1baa4;
}

ul.menu-container a:hover:before {
	left: 0;
	right: auto;
	width: 100%;
	opacity: 1;
	height: 1px;
	background: #d1baa4;
}

li.hovered a {
	position: relative;
}

li.hovered a:before {
	width: 100% !important;
}

ul ul.sub-menu {
	position: absolute;
	z-index: -1;
	display: inline-block;
	opacity: 0;
	-webkit-transition: .5s ease;
	transition: .5s ease;
}

ul.menu-container li.menu-item-has-children:hover ul.sub-menu {
	opacity: 1;
	z-index: 99999;
	-webkit-transition: .5s ease;
	transition: .5s ease;
	margin: 0;
}

ul.menu-container ul.sub-menu a {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	white-space: nowrap;
}

ul.menu-container li.menu-item-has-children>a {
	position: relative;
}

ul.menu-container li.menu-item-has-children>a:after {
	content: "\f105";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	font-size: 25px;
	right: -19px;
	top: 0;
}

/*Menu button*/

#hamburger {
	width: 35px;
	height: 40px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	cursor: pointer;
	background: transparent;
	border: none;
	outline: none;
}

#hamburger span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #d1baa4;
	border-radius: 0;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

#hamburger span:nth-child(1) {
	top: 8px;
}

#hamburger span:nth-child(2),
#hamburger span:nth-child(3) {
	top: 18px;
}

#hamburger span:nth-child(4) {
	top: 28px;
}

.mm-wrapper_opened #hamburger span:nth-child(1) {
	top: 18px !important;
	width: 0% !important;
	left: 50% !important;
}

.mm-wrapper_opened #hamburger span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.mm-wrapper_opened #hamburger span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.mm-wrapper_opened #hamburger span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}

.main-navigation ul ul.sub-menu {
	position: absolute;
	display: none;
}

.sub-menu-wrapper {
	opacity: 0;
	position: fixed;
	z-index: -1;
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	top: 0;
	left: 0;
	width: 40%;
	min-width: 710px;
	height: 100vh;
	background: #000;
	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;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.sub-menu-wrapper button.close {
	position: absolute;
	top: 40px;
	right: 40px;
	border: none;
	background: none;
	color: #debea4;
	font-size: 19px;
	outline: none;
	cursor: pointer;
}

.sub-menu-wrapper button.closehover {
	cursor: pointer;
}

.sub-menu-wrapper a {
	font-family: 'TrajanPro3-Regular', "Trajan Pro 3";
}

.sub-menu-wrapper.open {
	opacity: 1;
	z-index: 999;
}

/*Container*/

span.dot {
	position: relative;
	left: -5px;
}

header:not(.entry-header):not(.page-header) {
	width: 21%;
	max-width: 364px;
	min-width: 290px;
	background-color: #131313;
	background-image: url(../img/menu-bg.jpg);
	background-attachment: fixed;
	background-size: contain;
	background-repeat: no-repeat;
	color: #d1baa4;
	min-height: 100vh;
	position: relative;
	z-index: 2;
}

header:not(.entry-header):not(.page-header) a {
	color: #d1baa4;
}

div#content {
	width: 79%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}

@media (max-width: 1170px) {
	div#content {
		width: 75%;
	}
}

footer#colophon {
	min-height: 300px;
	z-index: 2;
	position: relative;
}

.mobile-header {
	padding: 0 10px;
}

.sidebar {
	will-change: min-height;
}

.sidebar__inner {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	/* For browsers don't support translate3d. */
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	will-change: position, transform;
	min-width: 304px;
}

.main-navigation {
	float: none !important;
}

/*Footer*/

.footer-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
	padding: 40px 0;
	margin: 0;
	font-size: 14px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: 'TrajanPro3-Regular', "Trajan Pro 3";
}

.footer-inner>div {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 5px;
	margin-right: 5px;
	margin: 0;
	width: 33%;
	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;
	text-align: center;
}

.footer-inner a {
	color: #000;
}

.footer-inner a.cell-phone {
	margin-bottom: 22px;
}

.footer-inner a.tel {
	padding-bottom: 0;
}

.footer-inner a.tel:before {
	bottom: 0.8px;
}

.footer-inner .descr {
	max-width: 250px;
	text-align: center;
	margin: 0 auto;
	line-height: 1.2;
	margin-top: 9px;
	margin-bottom: 22px;
}

.footer-inner .email {
	font-size: 1.2rem;
	color: #393733;
	text-align: center;
	text-decoration: none;
	margin-bottom: 18px;
	display: block;
}

.footer-inner .adres {
	font-size: 14px;
	color: #393733;
	text-align: center;
	line-height: 2;
}

.footer-inner .column.column-1 {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-inner .column.column-3 {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	position: relative;
	padding-right: 2%;
	top: 6px;
}

.footer-menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 62px;
}

.footer-menu ul li {
	padding: 0 12px;
	position: relative;
}

.footer-menu ul li:not(:last-child):before {
	content: "/";
	position: absolute;
	right: -2px;
}

.footer-menu ul li a {
	font-size: 14px;
	text-decoration: none;
}

ul#menu-polzovatelskoe-soglashenie {
	margin-top: 4px;
}

ul#menu-polzovatelskoe-soglashenie li:before {
	color: #d1baa4;
}

ul#menu-polzovatelskoe-soglashenie a {
	color: #d1baa4;
}

/*Круг*/

.circle-wrapp {
	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-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 39vw;
	height: 39vw;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	position: relative;
}

.wrapp-top,
.wrapp-bot {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 19.5vw;
}

.wrapp-top {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.wrapp-bot {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.circl {
	width: 19.5vw;
	height: 19.5vw;
}

.circl>div {
	width: 19.5vw;
	height: 19.5vw;
	background: #f5f5f5;
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
	background-size: cover;
	background-repeat: no-repeat;
}

.circl-1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.circl-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.circl-3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.circl-4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.circl-1 .item {
	border-radius: 250% 0 0 0;
}

.circl-2 .item {
	border-radius: 0 250% 0 0;
}

.circl-4 .item {
	border-radius: 0 0 250% 0;
}

.circl-3 .item {
	border-radius: 0 0 0 250%;
}

.circl.active .item {
	width: 15.5vw;
	height: 15.5vw;
	filter: brightness(38%);
}

.cirle-descr {
	position: absolute;
	opacity: 0;
	z-index: -1;
	right: -20.88vw;
	width: 21vw;
	min-height: 6vw;
	-webkit-transition: .5s ease;
	transition: .5s ease;
}

.cirle-descr a {
	font-size: 24px;
	max-width: 245px;
	line-height: 1.3;
	display: inline;
	font-family: 'TrajanPro3-Regular', "Trajan Pro 3";
	color: #000;
	line-height: 1;
	text-decoration: none;
	position: relative;
}

.cirle-descr a:before {
	content: "";
	position: absolute;
	width: 100%;
	bottom: -19px;
	height: 2px;
	background: #000;
	left: 0;
}

.cirle-descr a:after {
	content: '';
	width: 67px;
	height: 55px;
	background: url(../img/arrow-btn.png);
	position: absolute;
	top: 1px;
	right: -88px;
}

.cirle-descr.bot {
	top: 55%;
}

.cirle-descr.top {
	top: 7%;
}

.cirle-descr .text {
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 28px;
}

.cirle-descr.active {
	opacity: 1;
	z-index: 2;
	right: -18.88vw;
}


.circl.circl-1 .item {
	background-size: cover;
	background-position: right bottom;
}

.circl.circl-2 .item {
	background-size: cover;
	background-position: left bottom;
}

.circl.circl-3 .item {
	background-size: cover;
	background-position: left top;
}

.circl.circl-2 .item {
	background-size: cover;
	background-position: right top;
}

.col.col-left.ava {
	position: relative;
}

.col.col-left.ava a.button-text {
	position: absolute;
	left: 7vw;
	bottom: 2vw;
}


.col.col-left.ava a.button-text:before {
	content: "";
	bottom: -6px;
}


.center-pic {
	position: absolute;
	top: 50%;
	background: url(../img/center-pic.png);
	background-size: cover;
	background-position: center;
	width: 13vw;
	height: 13vw;
	z-index: 22;
	top: calc(50% - 6.5vw);
	left: 0;
	right: 0;
	margin: 0 auto;
	border-radius: 50%;
}

.circle-decr.img {
	position: absolute;
	top: -10px;
	left: -16vw;
	opacity: 0;
	z-index: -1;
	-webkit-transition: .5s ease;
	transition: .5s ease;
}

.circle-decr.img.active {
	opacity: 1;
	top: 0;
}

.product-navigation ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	margin-top: 62px;
}

.product-navigation ul li {
	list-style: none;
	padding: 0 12px;
	position: relative;
}

.product-navigation ul li:before {
	content: "/";
	position: absolute;
	right: -2px;
	top: 2px;
}

.product-navigation ul li:last-child:before {
	display: none;
}

.product-navigation ul a {
	font-family: 'TrajanPro3-Regular', "Trajan Pro 3";
	font-size: 14px;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
}

.product-navigation {
	padding: 0 15px;
	position: relative;
	max-width: 80%;
	margin: 0 auto;
	z-index: 3;
}

.order-block {
	background: #000;
	margin: 100px 0 0 0;
	padding: 5% 10% 7%;
	max-width: 56vw;
	position: relative;
}

.block-title {
	font-size: 1.2rem;
	font-family: 'TrajanPro3-Regular', "Trajan Pro 3";
	color: #d1baa4;
	margin-bottom: 4.222vw;
	line-height: 2;
	max-width: 835px;
}

.page-template-floating-page .block-title {
	margin-bottom: 2.222vw;
}

.block-title span {
	font-size: 36px;
	font-weight: 600;
	padding: 0 5px;
}

a.link {
	font-size: 24px;
	font-family: 'TrajanPro3-Regular', "Trajan Pro 3";
	color: #d1baa4;
	line-height: 1;
	text-decoration: none;
	position: relative;
	font-weight: 600;
	letter-spacing: 2px;
}

a.link:before {
	content: "";
	position: absolute;
	width: 100%;
	bottom: -5px;
	height: 2px;
	background: #d1baa4;
	left: 0;
}

a.link:after {
	content: '';
	width: 67px;
	height: 55px;
	background: url(../img/arrow-gold.png);
	position: absolute;
	top: auto;
	right: -88px;
}

/*Табы*/

.avantages .tabs {
	position: relative;
	height: 600px;
}

.avantages .tabs ul {
	position: absolute;
	right: 0;
	top: 11vw;
	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-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	z-index: 4;
}

.avantages .tabs li {
	width: 50px;
	padding: 25px 0 9px 0;
	margin-bottom: 5px;
	min-height: 62px;
	position: relative;
	border-bottom: 2px solid #000;
	-webkit-transition: width 0.5s ease-in-out;
	transition: width 0.5s ease-in-out;
	text-align: right;
}

.avantages .tabs li:hover,
.avantages .tabs li.active {
	cursor: pointer;
	width: 170px;
	text-align: left;
	-webkit-transition: width 0.5s ease-in-out;
	transition: width 0.5s ease-in-out;
}

.avantages .tabs li span {
	opacity: 0;
	-webkit-transition: .5s ease;
	transition: .5s ease;
	position: absolute;
	font-family: 'TrajanPro3-Regular', "Trajan Pro 3";
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	white-space: nowrap;
}

.avantages .tabs li.active span,
.avantages .tabs li:hover span {
	position: relative;
	opacity: 1;
	padding-right: 10px;
	-webkit-transition: .5s ease;
	transition: .5s ease;
}

/*Табы контент*/

.tab-wrapp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.tab-wrapp .col-left {
	width: 59%;
	max-width: 620px;
	text-align: right;
	position: relative;
	z-index: 0;
}

.tab-wrapp .col-right {
	width: 41%;
	box-sizing: border-box;
	padding-top: 5vw;
	padding-left: 5vw;
	position: relative;
}

.tab-wrapp .start {
	font-size: 1.2rem;
	font-family: 'TrajanPro3-Regular', "Trajan Pro 3";
	line-height: 2.189;
	margin-bottom: 3vw;
}

.tab-wrapp .title {
	font-size: 36px;
	font-family: 'TrajanPro3-Regular', "Trajan Pro 3";
	font-weight: 600;
	line-height: 1.216;
	margin-bottom: 2.8vw;
}

.tab-wrapp .num-img {
	position: absolute;
	left: 1vw;
	top: 9vw;
	z-index: 1;
}

/*Партнеры*/

.partners-wrapp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
}

.partners-wrapp .col {
	margin: 0 5px;
	width: calc(25% - 10px);
	min-height: 15vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.partners-wrapp img {
	width: 100%;
}

.partners-wrapp .title {
	background: #0a0a0a;
	font-family: 'TrajanPro3-Regular', "Trajan Pro 3";
	font-size: 14;
	color: #d1baa4;
	text-align: center;
	padding: 30px 0;
	font-weight: 600;
}

/*Карусель отзывы*/

.reviews {
	position: relative;
}

.carousel-cell {
	width: 100%;
}

.reviews .h2 {
	margin-right: 7vw;
	margin-top: 4vw;
	margin-bottom: -74px;
}

button.flickity-button.flickity-prev-next-button.previous {
	display: none;
}

button.flickity-button.flickity-prev-next-button.next svg {
	display: none;
}

button.flickity-button.flickity-prev-next-button.next:focus {
	box-shadow: none !important;
}

button.flickity-button.flickity-prev-next-button.next {
	width: 75px;
	height: 160px;
	background: url(../img/arrow-right.png);
	right: 0;
	background-size: 55px;
	background-position: center right;
	background-repeat: no-repeat;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

button.flickity-button.flickity-prev-next-button.next:hover {
	background-size: 60px;
}

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

.carousel-cell {
	margin-top: 100px;
}

.carousel-cell .col {
	box-sizing: border-box;
	width: 50%;
	position: relative;
}

.carousel-cell .col.ava img {
	position: relative;
	top: -90px;
	left: 90px;
}

.carousel-cell .col.col-right {
	padding-top: 6vw;
	padding-left: 6vw;
	padding-right: 6vw;
}

.carousel-cell .col.col-right .author {
	margin-top: 5vw;
	text-align: right;
}

.carousel-cell .col.col-right:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 71px;
	height: 66px;
	background: url(../img/quote-top.png);
}

.carousel-cell .col.col-right:after {
	content: '';
	position: absolute;
	bottom: 13vw;
	right: 9vw;
	width: 165px;
	height: 155px;
	background: url(../img/quote-bot.png);
	z-index: -1;
}

/*Почему мы*/

.why-we {
	margin-top: 6vw;
}

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

.row-wrapper .item {
	width: 20%;
	box-sizing: border-box;
	padding: 3vw 2.1vw;
	position: relative;
}

.row-wrapper .item .descr {
	line-height: 2.4;
}

.row-wrapper .item .bg-img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	vertical-align: middle;
	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-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.row-wrapper .item .title {
	font-family: 'TrajanPro3-Regular', "Trajan Pro 3";
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 18px;
}

.h2.ml {
	padding-left: 6.5vw;
}

/*Команда*/

.team {
	margin-top: 4vw;
	margin-bottom: 4.5vw;
}

.members-carousel {
	max-width: 56.3vw;
}

.members-carousel button.flickity-button.flickity-prev-next-button.next {
	right: -31px;
}

.single-member {
	background: #000;
	color: #d1baa4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 93px;
	width: 100%;
	box-sizing: border-box;
}

.single-member>div {
	position: relative;
}

.single-member .col-left {
	left: 5.7vw;
}

.single-member .col-left img {
	position: absolute;
	bottom: 5px;
	left: 5px;
	display: block;
}

.single-member .img-holder {
	width: 29vw;
	height: 19vw;
	border: 5px solid;
}

.single-member .about-member {
	background: #000;
	padding: 85px 0 50px 0;
	margin-top: 1.6vw;
	margin-right: 3vw;
	position: relative;
	margin-left: 4.7vw;
}

.single-member .about-member .name {
	font-weight: 600;
	font-size: 1.2rem;
	font-family: 'TrajanPro3-Regular', "Trajan Pro 3";
	margin-bottom: 40px;
}

.single-member .about-member .descr {
	line-height: 2;
}

/*Клиенты*/

.clients .descr {
	margin-bottom: 55px;
}

.clients .mr {
	margin-right: 23vw;
}

.clients .row-flex>div {
	width: 50%;
}

.clients .col-left {
	padding-left: 7vw;
	padding-right: 7vw;
}

.clients a.button-text {
	letter-spacing: 2px;
	font-size: 21px;
	white-space: nowrap;
}

.clients a.button-text:before {
	bottom: -7px;
}

.clients .client-logos {
	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;
	position: relative;
}

.clients .client-logos img {
	max-width: 70%;
}

.clients .client-logos .item {
	width: 33%;
	position: relative;
}

.clients .client-logos .item.item-1 {
	top: 6px;
	right: -2vw;
}

.clients .client-logos .item.item-2 {
	top: -23px;
	left: 4vw;
}

.clients .client-logos .item.item-3 {
	left: 2vw;
	top: -24px;
}

.clients .client-logos .item.item-4 {
	top: -2px;
	left: 9vw;
}

.clients .client-logos .item.item-5 {
	left: 8vw;
	top: 2vw;
}

.clients .client-logos .item.item-6 {
	left: 3vw;
	top: -2vw;
}

.clients .client-logos .item.item-7 {
	top: 2vw;
	left: 5vw;
}

.clients .client-logos .item.item-8 {
	right: -1vw;
	top: 3.6vw;
}

.clients .client-logos .item.item-9 {
	top: 3vw;
}

.clients .client-logos .item.item-10 {
	top: 4vw;
	left: -1vw;
	position: absolute;
}

.clients .client-logos .item img {
	-webkit-transition: .4s ease;
	transition: .4s ease;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.clients .client-logos .item img:hover {
	-webkit-transition: .4s ease;
	transition: .4s ease;
	filter: none;
	-webkit-filter: grayscale(0%);
}

/*Гарантия*/

.warranty {
	margin-top: 65px;
	margin-bottom: 132px !important;
}

.warranty .h2 {
	z-index: 4;
	position: relative;
}

.warranty .sub-title {
	font-weight: 600;
	font-size: 1.2rem;
	line-height: 2.1;
	font-family: 'TrajanPro3-Regular', "Trajan Pro 3";
	margin-bottom: 14px;
}

.warranty .descr {
	line-height: 2.1;
	margin-bottom: 28px;
}

.warranty .text-left {
	margin-left: 6.5vw;
	position: relative;
	padding-right: 20vw;
}

.warranty .text-left .descr {
	margin-left: 8vw;
	max-width: 900px;
}

.warranty .text-left:before {
	content: '';
	position: absolute;
	top: -235px;
	right: -50px;
	width: 295px;
	height: 606px;
	background: url(../img/waranty-bg-left.png);
	z-index: -1;
}

.warranty .text-right {
	position: relative;
}

.warranty .text-right:before {
	content: '';
	position: absolute;
	top: -70px;
	left: 30px;
	width: 685px;
	height: 520px;
	background: url(../img/waranty-bg-right.png);
	z-index: -1;
}

/*Карточка товара в архиве*/

li.product {
	background: #040404;
	padding-bottom: 24px;
	position: relative;
	max-width: 390px;
	margin-right: 10px !important;
}

li.product a {
	color: #d1baa4 !important;
	text-decoration: none;
	font-family: 'TrajanPro3-Regular', "Trajan Pro 3";
}

li.product h2.woocommerce-loop-product__title,
li.product .brand,
li.product span.price {
	padding: 0 0 0 10%;
	font-size: 14px !important;
	font-weight: 600;
	margin: 23px 0;
	font-family: 'TrajanPro3-Regular', "Trajan Pro 3";
	color: #d1baa4 !important;
	background: #040404;
	z-index: 2;
}

.brand p{
	font-family: 'TrajanPro3-Regular', "Trajan Pro 3";
	color: #d1baa4 !important;
}

li.product h2.woocommerce-loop-product__title {
	margin: 0 !important;
	padding: 23px 10% 5px !important;
	position: relative;
	z-index: 4;
	min-height: 99px;
}

li.product h2.woocommerce-loop-product__title2 {
	min-height: 0;
}

li.product a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
	font-size: 0;
	width: 35px;
	height: 27px;
	background: url(../img/cart-btn.png);
	background-size: cover;
	display: block;
	z-index: 222;
	position: absolute;
	right: 8%;
	top: 48%;
	pointer-events: none;
}

.summary-gallery img {
	max-height: 815px;
	width: auto !important;
	display: block;
	margin: 0 auto;
}

li.product .buy-one-click {
	padding: 20px 10%;
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
	position: absolute;
	opacity: 0;
	z-index: 0;
	top: -23px;
	background: #040404;
	width: 100%;
}

li.product a.fast-buy {
	font-size: 24px;
	position: relative;
	-webkit-transition: .2s ease;
	transition: .2s ease;
	text-shadow: 0px 0px 2px transparent;
}

li.product a.fast-buy:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #d1baa4;
	bottom: -2px;
}

li.product a.fast-buy:hover {
	color: #f4dbc3 !important;
}

li.product:hover .buy-one-click {
	opacity: 1;
	z-index: 1;
	top: -66px;
	left: 0;
}

li.product .product-descr {
	position: relative;
	z-index: 2;
}

li.product .product-bottom {
	position: relative;
}

.all-slides {
	margin-bottom: 60px;
}

.homepage-products {
	margin-top: 6vw;
	margin-left: 6.5vw;
}

.homepage-products a.button-text {
	position: relative;
	text-transform: none;
	font-size: 24px;
	letter-spacing: 2px;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}

.homepage-products a.button-text:after {
	display: none;
}

.homepage-products a.button-text:before {
	bottom: -5px;
}

.homepage-products a.button-text:hover {
	color: #67635a;
}

.slider-tabs {
	max-width: 100vw;
	margin-bottom: 2vw;
}

.slider-tabs .tab button {
	line-height: 42px;
	margin-top: -9px;
	margin-bottom: 20px;
	border-radius: 0;
	text-align: center;
	margin-right: 17px;
	border: none;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 6px 3.3%;
	color: #d1baa4;
	background: #0a0a0a;
	font-family: 'TrajanPro3-Regular', "Trajan Pro 3";
	position: relative;
	-webkit-transition: .4s ease;
	transition: .4s ease;
}

.slider-tabs .tab button:before {
	content: '';
	position: relative;
	display: inline-block;
	width: 14px;
	height: 14px;
	box-sizing: border-box;
	top: 2px;
	border-radius: 50%;
	border: 2px solid #d1baa4;
	margin-right: 16px;
}

.slider-tabs .tab button:hover {
	cursor: pointer;
}

.slider-tabs button.tablinks.active:before {
	background: #d1baa4;
	-webkit-transition: .4s ease;
	transition: .4s ease;
}

.slider-wrapper {
	max-width: 62vw;
	display: none;
}

.slider-wrapper .owl-prev {
	display: none;
}

.slider-wrapper .owl-next {
	width: 75px;
	height: 160px;
	background: url(../img/arrow-right.png);
	right: 0;
	background-size: 55px;
	background-position: center right;
	background-repeat: no-repeat;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font-size: 0;
}

.slider-wrapper .owl-next:hover {
	background-size: 60px;
}

.slider-wrapper .owl-nav {
	position: absolute;
	top: 29%;
	right: -5vw;
}

.slider-wrapper {
	-webkit-animation: fadeEffect 1.2s linear;
	animation: fadeEffect 1.2s linear;
}

.preloader {
	background: url('../img/preloader.gif');
	background-repeat: no-repeat;
	background-size: 45px;
	background-position: 43% 40%;
}

.slider-progect-two .slide {
	-webkit-animation: fadeEffect 1s ease-in-out;
	animation: fadeEffect 1s ease-in-out;
}

/* Анимация прелоадера*/

@-webkit-keyframes fadeEffect {
	0% {
		opacity: 0;
		height: 520px;
		overflow: hidden;
	}

	80% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeEffect {
	0% {
		opacity: 0;
		height: 520px;
		overflow: hidden;
	}

	80% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.decor-1 {
	position: relative;
	z-index: 2;
}

.decor-1:before {
	content: '';
	position: absolute;
	background: url(../img/oder-bg.png);
	width: 30vw;
	height: 36vw;
	max-width: 560px;
	max-height: 670px;
	top: -9vw;
	right: 0;
	background-size: cover;
}

.page-template-floating-page .decor-1:before {
	content: '';
	position: absolute;
	background: url(/wp-content/uploads/2018/08/call-to-action-1.png);
	width: 30vw;
	height: 36vw;
	max-width: 571px;
	max-height: 606px;
	top: -1vw;
	right: -48px;
	background-size: cover;
}

.decor-2 {
	position: relative;
	z-index: 2;
}

.decor-2:before {
	content: '';
	position: absolute;
	background: url(../img/order-2.png);
	background-size: cover;
	width: 34vw;
	height: 32vw;
	max-width: 620px;
	max-height: 597px;
	top: -51px;
	right: 0;
}

.page-template-floating-page .decor-2:before {
	content: '';
	position: absolute;
	background: url(/wp-content/uploads/2018/08/call-to-action.png);
	background-size: cover;
	width: 35vw;
	height: 32vw;
	max-width: 626px;
	max-height: 460px;
	top: -16px;
	right: -135px;
}




img.emoji {
	display: none !important;
}

ul.tabs.wc-tabs {
	display: none;
}

.quantity {
	display: none;
}

main#main {
	position: relative;
}

nav.woocommerce-breadcrumb {
	padding-left: 7vw;
	margin-top: 3.5vw;
}

nav.woocommerce-breadcrumb a,
nav.woocommerce-breadcrumb {
	color: #807367 !important;
	font-family: 'TrajanPro3-Regular', "Trajan Pro 3";
	font-size: 14px;
	text-decoration: none;
}

div#tab-description {
	padding-left: 7vw;
}

.single-product .h3 {
	padding-left: 7vw;
}

.summary-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	padding-left: 7vw;
}

.summary-wrapper .woocommerce-product-details__short-description {
	padding-right: 5vw;
}

.summary-wrapper h1.product_title.entry-title {
	margin-top: 4.3vw;
	margin-bottom: 5px;
}

.summary-wrapper .brand {
	font-family: 'TrajanPro3-Regular', "Trajan Pro 3";
	margin-bottom: 9px;
	font-size: 14px;
}

.summary-wrapper button.single_add_to_cart_button.button.alt {
	background: none;
	border: none;
	font-size: 24px;
	font-family: 'TrajanPro3-Regular', "Trajan Pro 3";
	color: #000;
	line-height: 1;
	text-decoration: none;
	position: relative;
	font-weight: 700;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}

.summary-wrapper button.single_add_to_cart_button.button.alt:before {
	content: "";
	position: absolute;
	width: 100%;
	bottom: -19px;
	height: 2px;
	background: #000;
	left: 0;
}

.summary-wrapper button.single_add_to_cart_button.button.alt:after {
	content: '';
	width: 67px;
	height: 55px;
	background: url(../img/arrow-btn.png);
	position: absolute;
	top: 1px;
	right: -88px;
}

.summary-wrapper button.single_add_to_cart_button.button.alt:before {
	bottom: -6px;
}

.summary-wrapper button.single_add_to_cart_button.button.alt:after {
	top: 12px;
}

.summary-wrapper span.posted_in,
.summary-wrapper span.posted_in a {
	color: #807367 !important;
	padding: 0 10px 0 0;
	font-family: 'TrajanPro3-Regular', "Trajan Pro 3";
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	position: relative;
}

.summary-wrapper .product_meta {
	margin-top: 7.4vw;
	margin-bottom: 8vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.summary-wrapper span.woocommerce-Price-amount.amount {
	font-family: 'TrajanPro3-Regular', "Trajan Pro 3";
	font-size: 2rem;
	font-weight: 600;
}

.summary-wrapper span.sku_wrapper {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'TrajanPro3-Regular', "Trajan Pro 3";
	margin-bottom: 22px;
}

.summary-wrapper>div {
	width: 50vw;
	height: auto;
	min-height: 1px;
}
.summary-wrapper2>div {
	width: 100%;
	height: auto;
	min-height: 1px;
}
.summary-wrapper .summary-gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
	position: relative;
	margin-top: -3.5vw;
	top: -21px;
}

.summary-wrapper .owl-prev {
	display: none;
}

.summary-wrapper .owl-next {
	width: 64px;
	height: 146px;
	right: 0px;
	background: url(../img/arrow-right.png);
	font-size: 0;
}

.summary-wrapper .owl-nav {
	position: absolute;
	top: calc(50% - 73px);
	right: 0;
}

.summary-wrapper #summery-gallery-bot {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.summary-wrapper #summery-gallery-bot>a {
	margin: 0 5px;
}

body.single-product div.product {
	display: block;
}

a.item-nav {
	width: 150px;
	height: 150px;
	background-size: contain !important;
	display: inline-block;
	background-repeat: no-repeat !important;
}

li>a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
	display: block;
	background: #fff;
}

li>a.woocommerce-LoopProduct-link.woocommerce-loop-product__link img {
	width: auto;
	height: auto;
	height: 300px;
	margin: 0 auto;
	display: block;

}

span.onsale {
	left: 17px;
	top: 20px;
	position: absolute;
	color: #af002d;
	z-index: 333;
	font-family: 'TrajanPro3-Regular', "Trajan Pro 3";
}

del {
	color: #b20536;
}

body ins {
	background: transparent !important;
	text-decoration: none;
}

.video-holder {
	width: 43vw;
	position: relative;
	margin-bottom: 3vw;
}

.video-holder .place-keeper {
	padding-top: 55%;
	height: 0;
}

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

.single-product button.single_add_to_cart_button.button.alt {
	background: none;
	border: none;
	font-size: 24px;
	font-family: 'TrajanPro3-Regular', "Trajan Pro 3";
	color: #000;
	line-height: 1;
	text-decoration: none;
	position: relative;
	font-weight: 700;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}

.single-product button.single_add_to_cart_button.button.alt:before {
	content: "";
	position: absolute;
	width: 100%;
	bottom: -19px;
	height: 2px;
	background: #000;
	left: 0;
}

.single-product button.single_add_to_cart_button.button.alt:after {
	content: '';
	width: 67px;
	height: 55px;
	background: url(../img/arrow-btn.png);
	position: absolute;
	top: 1px;
	right: -88px;
}

.single-product button.single_add_to_cart_button.button.alt:before {
	bottom: -6px;
}

.single-product button.single_add_to_cart_button.button.alt:after {
	top: 12px;
}

.single-product ul.products.columns-4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.single-product ul.products.columns-4 li {
	margin-bottom: 0;
}

section.related.products .h2 {
	padding-left: 7vw;
	margin-top: 5vw;
	margin-bottom: 3.5vw;
}

.secont-buy-btn-wrapp {
	position: relative;
	padding-left: 7vw;
	margin-top: 2vw;
	margin-bottom: 3vw;
}

nav.woocommerce-breadcrumb {
	max-width: 50%;
}

.archive ul.products.columns-4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}

.archive ul.products.columns-4 li.product {
	width: calc(25% - 10px);
	margin-bottom: 10px;
	float: none;
}

.archive .woocommerce-products-header {
	padding-left: 7vw;
}

.archive p.woocommerce-result-count {
	display: none;
}

.archive form.woocommerce-ordering {
	margin-left: 7vw;
	margin-bottom: 5vw;
}

.archive ul.page-numbers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	color: #807367;
	font-size: 14px;
	margin-top: 5vw;
	font-family: 'TrajanPro3-Regular', "Trajan Pro 3";
}

.archive ul.page-numbers li {
	padding: 0 9px;
	position: relative;
}

.archive ul.page-numbers li .current {
	color: #000;
}

.archive ul.page-numbers li:after {
	content: '/';
	position: absolute;
	right: -4px;
	top: 0;
}

.archive ul.page-numbers lilast-child:after {
	display: none;
}

.archive ul.page-numbers li a {
	text-decoration: none;
	color: #807367;
	font-size: 14px;
	font-family: 'TrajanPro3-Regular', "Trajan Pro 3";
}

.archive .term-description {
	padding: 0 2vw 0 7vw;
	margin-top: 50px;
}

.archive ul.page-numbers li:last-child:after {
	display: none;
}

.prdctfltr_filter_inner {
	width: 90%;
	margin: 0 auto;
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.prdctfltr_filter_inner .value {
	display: inline-block;
}

.prdctfltr_filter_inner .prdctfltr_filter {
	width: auto !important;
}

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

.pf_default_select .prdctfltr_filter .prdctfltr_regular_title,
.pf_select .prdctfltr_filter .prdctfltr_regular_title {
	font-family: 'TrajanPro3-Regular', "Trajan Pro 3";
	border: none !important;
}

.prdctfltr_wc_regular.prdctfltr_wc.prdctfltr_woocommerce.prdctfltr_scroll_default .prdctfltr_terms_customized_select .prdctfltr_add_scroll,
.prdctfltr_wc_regular.prdctfltr_wc.prdctfltr_woocommerce.prdctfltr_scroll_active .prdctfltr_terms_customized_select .prdctfltr_add_scroll,
.prdctfltr_wc.prdctfltr_woocommerce.pf_select.prdctfltr_scroll_default .prdctfltr_add_scroll,
.prdctfltr_wc.prdctfltr_woocommerce.pf_select.prdctfltr_scroll_active .prdctfltr_add_scroll {
	box-shadow: 0px 0px 20px 0px rgba(128, 128, 128, 0.2) !important;
	border: 1px solid #fff !important;
	z-index: 2 !important;
}

.prdctfltr_checkboxes {
	text-align: right;
	padding: 15px;
	padding-right: 30px;
	font-family: 'TrajanPro3-Regular', "Trajan Pro 3";
}

body .prdctfltr_wc.prdctfltr_round .prdctfltr_filter label.prdctfltr_active>span:before,
body .prdctfltr_wc.prdctfltr_round .prdctfltr_filter label>span:before {
	display: none;
}

.prdctfltr_wc.prdctfltr_round .prdctfltr_filter label:hover span:after,
.prdctfltr_wc.prdctfltr_round .prdctfltr_filter label.prdctfltr_active>span:after {
	content: '';
	position: absolute;
	right: -21px;
	top: 1px;
	width: 11px;
	height: 11px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-left: 1px solid #807367;
	border-bottom: 1px solid #807367;
}

.prdctfltr_filter.prdctfltr_text span {
	color: #807367 !important;
	font-size: 14px;
	font-weight: 400;
}

body .prdctfltr-down:before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-right: 1px solid #807367;
	border-bottom: 1px solid #807367;
}

body .prdctfltr-up:before {
	content: "";
	display: block;
	top: 8px;
	position: relative;
	width: 12px;
	height: 12px;
	top: 4px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-left: 1px solid #807367;
	border-top: 1px solid #807367;
}

span.prdctfltr_reset {
	font-family: 'TrajanPro3-Regular', "Trajan Pro 3";
}

ul#menu-menyu-v-kataloge-tovarov {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

ul#menu-menyu-v-kataloge-tovarov a {
	font-family: 'TrajanPro3-Regular', "Trajan Pro 3";
	color: #d1baa4;
	display: block;
	text-decoration: none;
	line-height: 42px;
	margin-bottom: 20px;
	text-align: center;
	margin-right: 17px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 6px 29px;
	background: #0a0a0a;
	position: relative;
	width: auto;
	white-space: nowrap;
}

ul#menu-menyu-v-kataloge-tovarov a:before {
	content: '';
	position: relative;
	display: inline-block;
	width: 14px;
	height: 14px;
	box-sizing: border-box;
	top: 2px;
	border-radius: 50%;
	border: 2px solid #d1baa4;
	margin-right: 16px;
}

body .prdctfltr_wc {
	margin-bottom: 17px;
}

body .prdctfltr_filter_inner {
	margin-top: 20px;
}

body section.related.products ul.products li.product {
	width: 100%;
}

ul.products.columns-1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

ul.products.columns-1 li {
	margin-bottom: 0 !important;
}

.page-template-contact-page .row.contacts-info {
	margin-top: 54px;
}

.page-template-contact-page div#content {
	color: #d1baa4;
	background: #000000;
	padding: 0 0 0 7vw;
}

.page-template-contact-page div#content p,
.page-template-contact-page div#content h1,
.page-template-contact-page div#content .h1,
.page-template-contact-page div#content .h2 {
	color: #d1baa4;
}

.page-template-contact-page div#content .h2 {
	padding-top: 2vw;
}

.page-template-contact-page .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
	margin: 0;
}

.page-template-contact-page .row>div {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 5px;
	margin-right: 5px;
	width: calc(50% - 10px);
	margin: 0;
}

.page-template-contact-page .col.col-1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
	margin: 0;
}

.page-template-contact-page .col.col-1>div {
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 5px;
	margin-right: 5px;
	width: calc(50% - 10px);
	margin: 0;
}

.contacts-info {
	font-family: 'TrajanPro3-Regular', "Trajan Pro 3";
}

.contacts-info .value {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	padding-bottom: 8px;
	border-bottom: 2px solid #d1baa4;
	display: inline;
}

.contacts-info .name {
	font-size: 18px;
	margin-top: 17px;
	margin-bottom: 30px;
	font-size: 14px;
}

.second-block .contact-info a {
	font-size: 24px;
	letter-spacing: 1.5px;
	line-height: 1.824;
	text-decoration: none;
	position: relative;
	padding-bottom: 5px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	color: #d1baa4;
	transition: .4s ease-in-out;
}

.second-block .contact-info a:before {
	content: '';
	position: absolute;
	width: 100%;
	border: 1px solid #d1baa4;
	bottom: -5px;
	left: 0;
}

.second-block .contact-info a:hover {
	color: #f4dbc3;
}

.second-block .worktime,
.second-block .adres {
	font-family: 'Open Sans', sans-serif;
}

.map {
	position: relative;
	width: 100%;
}

.map iframe {
	position: absolute;
	width: 100% !important;
	height: 100% !important;
	top: 0;
	left: 0;
}

.space-holder {
	height: 0;
	padding: 30%;
}

.iconfacebook,
.iconinstagram,
.iconyoutube {
	display: inline-block;
	background: url('../img/social-icons.png') no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	text-align: left;
}

.iconfacebook {
	background-position: -3px 0px;
	width: 61px;
	height: 61px;
}

.iconinstagram {
	background-position: -3px -64px;
	width: 60px;
	height: 60px;
}

.iconyoutube {
	background-position: -3px -127px;
	width: 59px;
	height: 59px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #ddbea6 !important;
	border: none;
	border-bottom: 2px solid #eacbb3;
	border-radius: 0;
	padding: 3px;
	background: transparent;
	font-size: 14px;
	font-weight: 600;
	padding-bottom: 18px;
	margin-bottom: 29px;
	max-width: 210px;
	outline: none;
	font-family: 'TrajanPro3-Regular', "Trajan Pro 3";
	box-sizing: border-box;
}

textarea.wpcf7-form-control.wpcf7-textarea {
	height: 47px;
	max-width: 380px;
	resize: none;
	max-width: 390px;
	outline: none;
	font-family: 'TrajanPro3-Regular', "Trajan Pro 3";
}

::-webkit-input-placeholder {
	color: #ddbea6;
}

::-moz-placeholder {
	color: #ddbea6;
}

:-ms-input-placeholder {
	color: #ddbea6;
}

input.wpcf7-form-control.wpcf7-submit {
	font-size: 21px;
	font-family: 'TrajanPro3-Regular', "Trajan Pro 3";
	font-weight: 600;
	color: #d1baa4;
	border-width: 2px;
	border-color: #d1baa4;
	border-style: solid;
	width: 290px;
	line-height: 47px;
	text-align: center;
	border-radius: 0;
	background: transparent;
	text-transform: uppercase;
	margin-bottom: 5vw;
	text-shadow: 0 0 0 transparent;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}

input.wpcf7-form-control.wpcf7-submit:hover {
	color: #f4dbc3;
}

body.woocommerce-checkout input[type="text"],
.brif input[type="text"],
body.woocommerce-checkout input[type="email"],
.brif input[type="email"],
body.woocommerce-checkout input[type="url"],
.brif input[type="url"],
body.woocommerce-checkout input[type="password"],
.brif input[type="password"],
body.woocommerce-checkout input[type="search"],
.brif input[type="search"],
body.woocommerce-checkout input[type="number"],
.brif input[type="number"],
body.woocommerce-checkout input[type="tel"],
.brif input[type="tel"],
body.woocommerce-checkout input[type="range"],
.brif input[type="range"],
body.woocommerce-checkout input[type="date"],
.brif input[type="date"],
body.woocommerce-checkout input[type="month"],
.brif input[type="month"],
body.woocommerce-checkout input[type="week"],
.brif input[type="week"],
body.woocommerce-checkout input[type="time"],
.brif input[type="time"],
body.woocommerce-checkout input[type="datetime"],
.brif input[type="datetime"],
body.woocommerce-checkout input[type="datetime-local"],
.brif input[type="datetime-local"],
body.woocommerce-checkout input[type="color"],
.brif input[type="color"],
body.woocommerce-checkout textarea,
.brif textarea {
	color: #000 !important;
	border: none;
	border-bottom: 2px solid #000;
}

body.woocommerce-checkout ::-webkit-input-placeholder,
.brif ::-webkit-input-placeholder {
	color: #000;
}

body.woocommerce-checkout ::-moz-placeholder,
.brif ::-moz-placeholder {
	color: #000;
}

body.woocommerce-checkout :-ms-input-placeholder,
.brif :-ms-input-placeholder {
	color: #000;
}

body.woocommerce-checkout input.wpcf7-form-control.wpcf7-submit,
.brif input.wpcf7-form-control.wpcf7-submit {
	color: #000;
	border-color: #000;
	text-shadow: 0 0 0 transparent;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}

body.woocommerce-checkout input.wpcf7-form-control.wpcf7-submit:hover,
.brif input.wpcf7-form-control.wpcf7-submit:hover {
	color: #67635a;
}

.second-block {
	width: 100% !important;
}

.second-block .contact-info .item {
	margin-bottom: 23px;
}

.second-block .descr {
	font-size: 14px;
	margin-top: -12px;
}

.second-block .item.worktime {
	margin-top: 48px;
}

.second-block .h2._second {
	margin-top: 47px;
	padding-top: 0 !important;
}

.second-block .item.adres {
	margin-bottom: 4.4vw;
}

.second-block .social {
	max-width: 386px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 6.3vw;
}

.page-template-floating-page .ml,
.page-template-service-page .ml {
	margin-left: 7vw;
}

.page-template-floating-page .h2.ml,
.page-template-service-page .h2.ml {
	padding: 0;
}

.slider-progects .item {
	width: 100%;
	height: 224px;
	position: relative;
}

.slider-progects .item a {
	text-decoration: none;
	color: #d1baa4;
}

.slider-progects .item .image {
	background-size: cover !important;
	background-position: center !important;
	height: 100%;
	width: 100%;
}

.slider-progects .item .caption {
	opacity: 0;
	background: rgba(0, 0, 0, 0.66);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	color: #d1baa4;
	padding: 10%;
	line-height: 2.4;
	font-size: 14px;
	-webkit-transition: .5s ease;
	transition: .5s ease;
	font-family: 'TrajanPro3-Regular', "Trajan Pro 3";
}

.slider-progects .item .caption a.small-btn {
	color: #d1baa4 !important;
}

.slider-progects .item .caption a.small-btn:before {
	background: #d1baa4;
}

.slider-progects .item:hover .caption {
	opacity: 1;
}

.slider-progects .owl-next,
.slider-progects .owl-prev {
	width: 40px;
	height: 80px;
	position: absolute;
	top: calc(50% - 34px);
	font-size: 0;
}

.slider-progects .owl-prev {
	background: url('../img/small-left.png');
	left: 0;
	background-size: 27px;
	background-position: center left;
	background-repeat: no-repeat;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.slider-progects .owl-prev:hover {
	background-size: 32px;
}

.slider-progects .owl-next {
	background: url('../img/small-right.png');
	right: 0;
	background-size: 27px;
	background-position: center right;
	background-repeat: no-repeat;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.slider-progects .owl-next:hover {
	background-size: 32px;
}

a.small-btn {
	font-size: 14px;
	position: relative;
	padding-bottom: 10px;
	display: inline;
	text-decoration: none;
	white-space: nowrap;
}

a.small-btn:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 100%;
}

.page-template-service-page .decor-1:before {
	background: url(../img/service-decor-1.png);
	background-repeat: no-repeat;
	background-size: cover;
	top: -7vw;
	max-width: 560px;
	max-height: 606px;
}

.page-template-service-page .decor-2:before {
	background: url(../img/service-decor-2.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 34vw;
	height: 32vw;
	max-width: 507px;
	max-height: 468px;
	top: -22px;
}

/*.page-template-service-page div#order-progect {
  margin-top: 0;
}
*/
.slider-progect-two {
	margin-top: 22px;
	width: 100%;
}

.slider-progect-two .img-bg {
	position: absolute;
	top: 0;
	left: 0;
}

.slider-progect-two .owl-prev {
	display: none;
}

.slider-progect-two .owl-next {
	position: absolute;
	top: calc(44% - 80px);
	width: 75px;
	height: 160px;
	background: url(../img/arrow-right.png);
	right: 0;
	background-size: 55px;
	background-position: center right;
	background-repeat: no-repeat;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font-size: 0;
}

.slider-progect-two .owl-next:hover {
	background-size: 60px;
}

.slider-progect-two .row-flex {
	margin: 0;
	width: 100%;
}

.slider-progect-two .h3 {
	margin-top: 5px;
}

.slider-progect-two .item {
	box-sizing: border-box;
	margin: 0;
	width: 50%;
	position: relative;
}

.slider-progect-two .item.left {
	padding-left: 8vw;
	padding-right: 16px;
	padding-bottom: 200px;
}

.slider-progect-two .item.right {
	margin-bottom: 50px;
}

.slider-progect-two .item .descr {
	margin-bottom: 2.5vw;
	line-height: 2.8;
}

.slider-progect-two .item ul.no-style {
	margin-top: 24px;
}

.slider-progect-two .item ul.no-style li {
	line-height: 1.6;
}

.slider-progect-two a.button-text {
	white-space: nowrap;
	font-size: 24px;
	letter-spacing: .5px;
}

.how-we-do .h2.ml {
	margin-bottom: -27px;
}

.how-we-do .slider-we-do .slider {
	margin: 0;
}

.how-we-do .slider-we-do .slider>div {
	width: 50%;
	position: relative;
}

.how-we-do .slider-we-do .slider .item.left {
	margin-top: 3vw;
	margin-bottom: 3vw;
	padding-left: 7vw;
	padding-right: 16px;
}

.how-we-do .slider-we-do .num-img {
	position: absolute;
	right: 0;
	right: 4vw;
	top: -3vw;
}

.how-we-do .slider-we-do .descr {
	margin-top: 3vw;
	margin-bottom: 3vw;
	line-height: 2.4;
}

.how-we-do .slider-we-do .next-step {
	position: absolute;
	top: 17%;
	left: 8%;
	font-size: 14px;
	font-family: 'TrajanPro3-Regular', "Trajan Pro 3";
	color: #d1baa4;
	text-decoration: underline;
}

.how-we-do .slider-we-do .next-step:before {
	content: '';
	position: absolute;
	background: url(../img/arrow-right.png);
	right: -62px;
	top: -73px;
	width: 75px;
	height: 160px;
	background-size: 55px;
	background-position: center right;
	background-repeat: no-repeat;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.how-we-do .slider-we-do .next-step:hover:before {
	background-size: 60px;
}

.inline-block br {
	display: none;
}

.inline-block input {
	margin-right: 20px;
}

.top-block {
	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;
	min-height: 100vh;
}

.page-template-brif-page #content {
	padding: 0 !important;
}

.page-template-brif-page .inline-block {
	margin-bottom: 2vw;
}

.page-template-brif-page .dop_voprosi {
	color: #d1baa4;
	font-family: 'TrajanPro3-Regular', "Trajan Pro 3";
	text-decoration: none;
}

.page-template-brif-page .dop_voprosi .title {
	font-size: 20px;
	line-height: 1.5;
	display: inline;
	padding-bottom: 6px;
	border-bottom: 2px solid;
}

.page-template-brif-page .dop_voprosi .descr {
	font-size: 14px;
	line-height: 1.2;
	margin-top: 18px;
}

.top-block,
.bot-block {
	padding-left: 0;
}

.top-block {
	z-index: 1;
	position: relative;
	background: #000;
	padding-left: 7vw;
}

.top-block p,
.top-block h1,
.top-block .h1,
.top-block .h2 {
	color: #d1baa4;
}

.top-block .h2 {
	padding-top: 0;
}

.bot-block {
	z-index: 1;
	position: relative;
	background: #fff;
	/*display: none;*/
}

.control-wrapper {
	width: 100%;
	max-width: 1040px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 5vw;
}

.control-wrapper .name {
	font-family: 'TrajanPro3-Regular', "Trajan Pro 3";
	position: relative;
	font-size: 20px;
	line-height: 1.2;
	color: #d1baa4;
	margin-left: 6%;
	display: inline;
}



.control-wrapper span.wpcf7-list-item-label:before {
	position: absolute;
	content: '';
	width: 0;
	display: block !important;
	-webkit-transition: .5s ease;
	transition: .5s ease;
	border: none;
	border-bottom: 1px solid;
	bottom: 0px;
	left: 0;
}

.control-wrapper>div {
	width: calc(50% - 10px);
	min-height: 100px;
	background: #f8f8f8;
	margin: 5px;
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.control-wrapper>div:hover {
	cursor: pointer;
}

.control-wrapper>div:hover span.wpcf7-list-item-label::before {
	width: 100%;
}

.item.item-5 {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.brif {
	padding-left: 0;
}

span.wpcf7-form-control.wpcf7-checkbox input {
	display: none;
}

span.wpcf7-list-item {
	margin-right: 5vw;
	margin-bottom: 2vw;
}

span.wpcf7-form-control.wpcf7-checkbox {
	display: block;
	margin-bottom: 5vw;
}

span.wpcf7-list-item-label {
	position: relative;
	padding-left: 45px;
	margin-bottom: 3vw !important;
}

span.wpcf7-list-item-label:before {
	content: '';
	position: absolute;
	left: -14px;
	top: -10px;
	width: 44px;
	height: 44px;
	border: 1px solid;
}

span.wpcf7-list-item input:checked+span:before {
	border: 1px solid #d1baa4;
	background: #d1baa4;
}

.control-wrapper span.wpcf7-list-item input:checked+span:before {
	border: 0 !important;
	border-bottom: 1px solid #d1baa4 !important;
	background: transparent !important;
}

.imgradio label {
	position: relative;
	margin-right: 4vw;
	padding-left: 60px;
	box-sizing: border-box;
	height: 100%;
	display: inline-block;
}

span.custom-ratio {
	position: absolute;
	width: 44px;
	height: 44px;
	top: 0;
	left: 0;
	border: 1px solid;
}

.hideradio input,
input.hideradio {
	/* HIDE RADIO */
	visibility: hidden;
	/* Makes input not-clickable */
	position: absolute;
	/* Remove input from document flow */
}

.imgradio label>input+img {
	/* IMAGE STYLES */
	cursor: pointer;
	border: 2px solid transparent;
}

.imgradio label>input:checked+span {
	/* (RADIO CHECKED) IMAGE STYLES */
	border: 1px solid #d1baa4;
	background: #d1baa4;
}

.imgradio {
	margin-bottom: 5vw;
}

span.wpcf7-not-valid-tip {
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	display: block;
	position: absolute;
	white-space: nowrap;
	top: 42px;
	left: 0;
}

.page-template-brif-page span.wpcf7-not-valid-tip {
	top: 53px;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
	display: none !important;
}

.brif {
	-webkit-animation: fadeEffect 1.2s linear;
	animation: fadeEffect 1.2s linear;
	background: #fff;
	z-index: 1;
	position: relative;
	/*display: none;*/
}

.brif span.wpcf7-not-valid-tip {
	color: red;
}

a.go-back {
	color: #000;
	text-decoration: none;
	position: relative;
}

a.go-back:before {
	content: '';
	position: absolute;
	bottom: -1px;
	border-bottom: 2px solid;
	width: 100%;
}

.bot-block {
	-webkit-animation: fadeEffect .25s linear;
	animation: fadeEffect .25s linear;
}

.page-preloader {
	background-position: 43% 40%;
	background: url('../img/preloader.gif');
	background-repeat: no-repeat;
	background-size: 45px;
	background-position: 44% 40%;
	width: 100%;
	height: 100vh;
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.control-wrapper .item {
	background-color: #000;
	background-size: cover !important;
	height: 20vw;
	position: relative;
}

.control-wrapper .item.item-5 {
	height: 10vw;
}

.bot-block {
	padding-top: 1.5vw;
}

.h3.brif-title {
	padding-top: 2vw;
}

.error404 div#content,
.page-template-thnk-page-php div#content {
	background: #000;
	background-image: url('../img/thank-bg.jpg');
	background-size: cover;
	background-position: right bottom;
	background-attachment: fixed;
	color: #d1baa4;
	font-family: 'TrajanPro3-Regular', "Trajan Pro 3";
	height: 100vh;
}

.error404 a.button-text,
.page-template-thnk-page-php a.button-text {
	color: #d1baa4;
	-ms-flex-item-align: self-start;
	align-self: self-start;
}

.error404 a.button-text:after,
.page-template-thnk-page-php a.button-text:after {
	display: none;
}

.error404 a.button-text:before,
.page-template-thnk-page-php a.button-text:before {
	background: #d1baa4;
}

.circl .item:hover {
	cursor: pointer;
}

.centred {
	height: 100vh;
	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;
	margin-top: -30px;
	padding-left: 7vw;
}

.centred .h2 {
	margin-top: 0;
	margin-bottom: 12px;
}

.centred .sub-title {
	margin-bottom: 1.7vw;
	line-height: 3.5;
}

.centred a.button-text {
	font-size: 20px;
	letter-spacing: 1px;
}

.centred a.button-text:before {
	bottom: -4px;
}

.single-product .woocommerce-message {
	margin-top: 30px !important;
	background: transparent !important;
	padding-left: 7vw !important;
	padding-right: 20px;
	font-family: 'TrajanPro3-Regular', "Trajan Pro 3";
}

.single-product a.button.wc-forward {
	display: block;
	margin-bottom: 4px;
	color: #dfc1a9;
}

a.checkout-button.button.alt.wc-forward,
button#place_order,
button[name=update_cart],
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	font-family: 'TrajanPro3-Regular', "Trajan Pro 3";
	background: transparent;
	font-size: 16px;
	position: relative;
	color: #000;
	padding-right: 0;
	padding-left: 0;
	text-decoration: none;
}

a.checkout-button.button.alt.wc-forward:before,
button#place_order:before,
button[name=update_cart]:before,
input[type="button"]:before,
input[type="reset"]:before,
input[type="submit"]:before {
	content: "";
	position: absolute;
	width: 100%;
	bottom: -4px;
	height: 2px;
	background: #000;
	left: 0;
}

body.woocommerce-cart table.cart .cart_item a {
	text-decoration: none;
}

body.woocommerce-checkout div#content article,
body.woocommerce-cart div#content article {
	padding: 3vw 7vw;
}

body.woocommerce-checkout table.cart thead,
body.woocommerce-cart table.cart thead {
	background: #020202 !important;
	font-family: 'TrajanPro3-Regular', "Trajan Pro 3";
	border: 1px solid #ebebeb;
	color: #dfbea5;
}

body.woocommerce-checkout table.cart .cart_item,
body.woocommerce-cart table.cart .cart_item {
	border: 1px solid #ebebeb;
	font-size: 16px;
	font-family: 'TrajanPro3-Regular', "Trajan Pro 3";
}

button#place_order,
a.checkout-button.button.alt.wc-forward {
	font-size: 24px;
	margin-right: 88px;
}

button#place_order:after,
a.checkout-button.button.alt.wc-forward:after {
	content: '';
	width: 67px;
	height: 55px;
	background: url(../img/arrow-btn.png);
	position: absolute;
	top: 1px;
	right: -88px;
}

body.woocommerce-checkout table.woocommerce-checkout-review-order-table thead th {
	background: #000;
	font-size: 16px;
	color: #d1baa4;
	font-family: 'TrajanPro3-Regular', "Trajan Pro 3";
	font-weight: 600;
}

button#place_order {
	font-size: 20px !important;
}

button#place_order:after {
	content: '';
	width: 67px;
	height: 55px;
	background: url(../img/arrow-btn.png);
	position: absolute;
	top: 10px;
	right: -88px;
}

body.woocommerce-checkout input[type="text"],
body.woocommerce-checkout input[type="email"],
body.woocommerce-checkout input[type="url"],
body.woocommerce-checkout input[type="password"],
body.woocommerce-checkout input[type="search"],
body.woocommerce-checkout input[type="number"],
body.woocommerce-checkout input[type="tel"],
body.woocommerce-checkout input[type="range"],
body.woocommerce-checkout input[type="date"],
body.woocommerce-checkout input[type="month"],
body.woocommerce-checkout input[type="week"],
body.woocommerce-checkout input[type="time"],
body.woocommerce-checkout input[type="datetime"],
body.woocommerce-checkout input[type="datetime-local"],
body.woocommerce-checkout input[type="color"],
body.woocommerce-checkout textarea {
	width: 80%;
	max-width: unset;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper label {
	display: none;
}

body.woocommerce-checkout div#customer_details {
	float: left;
	width: 50%;
}

body.woocommerce-checkout ul.woocommerce-error {
	font-family: 'TrajanPro3-Regular', "Trajan Pro 3";
	font-size: 14px;
}

body.woocommerce-checkout ul.woocommerce-error li {
	margin-bottom: 6px;
}

body.woocommerce-checkout ul.woocommerce-error li strong {
	color: #e0bfa6;
}

body.woocommerce-order-received .woocommerce-thankyou-order-details {
	background: #000;
	list-style: none;
	margin: 0 0 25px;
	padding: 13px 26px;
	color: #d1baa4;
	font-family: 'TrajanPro3-Regular', "Trajan Pro 3";
	font-weight: 600;
}

body.woocommerce-order-received table thead th {
	background: #000;
	color: #d1baa4;
	padding: 16px;
	font-family: 'TrajanPro3-Regular', "Trajan Pro 3";
	font-weight: 600;
}

body.woocommerce-order-received .woocommerce-thankyou-order-details li {
	border-bottom: 1px solid #dfc0a7;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
	display: none !important;
}

input.wpcf7-not-valid {
	border-color: #fff;
	color: #fff !important;
}

input.wpcf7-not-valid::-webkit-input-placeholder {
	color: #fff;
}

input.wpcf7-not-valid::-moz-placeholder {
	color: #fff;
}

input.wpcf7-not-valid:-ms-input-placeholder {
	color: #fff;
}

a.dop_voprosi .title {
	-webkit-transition: .3s ease;
	transition: .3s ease;
	text-shadow: 0px 0px 0px transparent;
}

a.dop_voprosi:hover .title {
	color: #f4dbc3;
}

input.wpcf7-form-control.wpcf7-submit:hover {
	cursor: pointer;
	box-shadow: none !important;
}

.social a {
	-webkit-transition: .2s ease;
	transition: .2s ease;
}

.social a:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

div#menu-location-shop-menu li a {
	-webkit-transition: .2s ease;
	transition: .2s ease;
	text-shadow: 0 0 0 transparent;
}

div#menu-location-shop-menu li a:hover {
	color: #f4dbc3;
}

.modal-popup {
	border-radius: 0px;
	display: none;
	background: #000;
	padding: 3vw 7vw 0 7vw;
	max-width: 800px;
}

.modal-popup form.wpcf7-form {
	height: auto;
}

.modal-popup form.wpcf7-form input.wpcf7-form-control.wpcf7-text {
	max-width: 290px;
}

a.close-popup {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #d1baa4;
	font-family: 'TrajanPro3-Regular', "Trajan Pro 3";
}

button.close {
	font-family: 'TrajanPro3-Regular', "Trajan Pro 3";
}

a {
	-webkit-transition: .2s ease;
	transition: .2s ease;
}

a.page-numbers:hover {
	color: #000 !important;
}

.cat_img img {
	position: absolute;
	right: 0;
	top: 43vw;
}

nav.woocommerce-breadcrumb a {
	position: relative;
}

span.posted_in a:before,
nav.woocommerce-breadcrumb a:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	opacity: 0;
	border: 1px solid;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}

span.posted_in a:hover:before,
nav.woocommerce-breadcrumb a:hover:before {
	width: calc(100% - 10px);
	opacity: 1;
}

nav.woocommerce-breadcrumb a:hover:before {
	width: 100%;
}

.bold-hover {
	-webkit-transition: .2s ease;
	transition: .2s ease;
	text-shadow: 0 0 0 transparent;
}

.bold-hover:hover {
	color: #f4dbc3 !important;
}

.slide-down:hover {
	cursor: pointer;
}

.page-template-floating-page a.button-text,
.page-template-service-page a.button-text {
	-webkit-transition: .2s ease;
	transition: .2s ease;
	text-shadow: 0 0 0 transparent;
}

.page-template-floating-page a.button-text,
.page-template-service-page a.button-text {
	max-width: 320px;
	font-size: 1.6rem;
	white-space: pre-wrap;
	display: inline;
	line-height: 1.4;
	border-bottom: 2px solid #000;
}

.hide-desctop {
	display: none;
}

@media(max-width: 1170px) {
	.page-template-service-page a.button-text {
		font-size: 18px;
	}
}

ul.faq-wrapper a {
	position: relative;
}

ul.faq-wrapper a:hover,
.page-template-floating-page a.button-text:hover,
.page-template-service-page a.button-text:hover {
	color: #67635a;
}

.page-template-floating-page a.link,
.page-template-service-page a.link {
	-webkit-transition: .2s ease;
	transition: .2s ease;
	text-shadow: 0 0 0 transparent;
}

.page-template-floating-page a.link:hover,
.page-template-service-page a.link:hover {
	color: #f4dbc3;
}

.home a.link {
	-webkit-transition: .2s ease;
	transition: .2s ease;
	text-shadow: 0 0 0 transparent;
}

.home a.link:hover {
	color: #f4dbc3;
}

.home a.button-text {
	-webkit-transition: .2s ease;
	transition: .2s ease;
	text-shadow: 0 0 0 transparent;
}

.home a.button-text:hover {
	color: #67635a;
}

.single-product button.single_add_to_cart_button.button.alt {
	-webkit-transition: .2s ease;
	transition: .2s ease;
	text-shadow: 0 0 0 transparent;
}

.single-product button.single_add_to_cart_button.button.alt:hover {
	color: #67635a;
}

body p.woocommerce-info {
	padding-left: 7vw;
}

.slider-progect-two .item.left {
	padding-left: 8vw;
	padding-right: 16px;
	padding-bottom: 75px;
}

body.page-template-default #content {
	padding-left: 7vw;
	padding-top: 3vw;
	padding-right: 7vw;
}

body div.wpcf7 .ajax-loader {
	background-image: url(/wp-content/themes/prestige/img/preloader-small.gif);
	margin: 0 0 0 14px;
}

.slider-progect-two .slide {
	display: none;
	background: #fff;
}

.slider-progect-two {
	min-height: 36vw;
}

.slider-progects .item:hover {
	cursor: pointer;
}

.slider-progect-two {
	background-position: 43% 40%;
	background: url('../img/preloader.gif');
	background-repeat: no-repeat;
	background-size: 45px;
	background-position: 44% 40%;
}

.page-id-540 .slider-progect-two a.button-text {
	max-width: 448px !important;
	white-space: normal;
	display: inline;
}

.slider-progect-two a.button-text {
	max-width: 448px !important;
	white-space: normal;
	display: inline;
	border-bottom: 2px solid #000;
	padding-bottom: 3px;
	line-height: 2;
}

.inner-owl {
	padding-bottom: 5vw;
}

.inner-owl img.attachment-full.size-full {
	max-height: 33vw;
	width: auto;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	margin: 0 auto;
}

#content {
	position: relative;
}

a#brif-close {
	position: absolute;
	color: #fff;
	top: 2vw;
	right: 2vw;
	z-index: 2222;
}


.page-template-floating-page .how-we-do .item.right {
	text-align: right;
}

.page-template-floating-page .how-we-do .item.right img {
	max-width: 443px;
	display: inline;
}


.page-template-floating-page .order-block {
	padding-right: 3%;

	position: relative;
}

ul.faq-wrapper.ml {
	max-width: 1000px;
	padding-right: 20px;
}


ul.faq-wrapper .items {
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transition: all 0.3s ease;
}

ul.faq-wrapper .active .items {
	overflow: visible;
	opacity: 1;
	transition: 0.3s ease;
	max-height: 500px;
	padding: 35px 0;
	line-height: 2.6;
}

ul.faq-wrapper a {
	font-size: 20px;
	font-family: 'TrajanPro3-Regular', "Trajan Pro 3";
	color: #393733;
	line-height: 1.88;
	text-decoration: none;
	position: relative;
	font-weight: 600;
	letter-spacing: 2px;
	padding: 17px 0;
	display: inline-block;
}

.list span.arrow {
	position: relative;
	width: 10px;
	height: 10px;
	border: 2px solid;
	border-left: 0;
	border-bottom: 0;
	display: inline-block;
	transform: rotate(45deg);
	top: -2px;
	margin-left: 22px;
	transition: .3s ease;
}

.list.active span.arrow {
	transform: rotate(135deg);
}

.faq.h2.ml {
	margin-top: 70px;
}

.page-template-floating-page .block-title span {
	line-height: 1;
}

.tab-wrapp .start span {
	font-size: 36px;
	line-height: 1.7;
	font-weight: 600;
	letter-spacing: 1px;
	margin-top: 19px;
	display: inline-block;
}

a.informer-btn {
	color: #ffffff;
	margin-left: 29px;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 29px;
	border: 1px solid transparent;
	padding: 0 21px;
	text-decoration: none;
	border-radius: 4px;
	background: #5d3f2d;
	font-weight: 600;
	letter-spacing: 0.5px;
	transition: .3s ease;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-ms-transition: .3s ease;
	-o-transition: .3s ease;
}

a.informer-btn:hover {
	opacity: 0.7;
}

.info-text {
	font-family: TrajanPro3-Regular;
	position: relative;
	top: 3px;
	font-size: 32px;
	color: #000;
}


.banner-container {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 32px;
}

.info-banner {
	background: #fff1c6;
	padding: 2px 0;
	color: #000;
}

.info-text span {
	color: #000000;
	padding-left: 2px;
	font-weight: bold;
}

.info-text:before {
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	background: url(/wp-content/uploads/2018/10/information-dark.svg);
	background-size: cover;
	left: -46px;
	top: -1px;
}





@media (max-width: 1680px) {

	.avantages .tabs li:hover,
	.avantages .tabs li.active {
		width: 150px;
	}

	.block-title {
		max-width: 500px;
	}
}

@media screen and (max-width: 1882px) {
	.single-member .col-left img {
		max-width: 63%;
	}
}

@media screen and (max-width: 1740px) {
	.cirle-descr a {
		font-size: 14px;
	}

	.cirle-descr.bot {
		top: 60%;
	}

	.cirle-descr .text {
		font-size: 14px;
	}

	.members-carousel {
		max-width: 70.3vw;
	}

	.single-member .about-member {
		padding: 10% 10% 5% 0;
	}
}

@media screen and (max-width: 1640px) {
	.tab-wrapp .col-left {
		width: 40%;
	}

	.tab-wrapp .col-right {
		width: 47%;
		padding-right: 5vw;
	}

	a.link {

		display: inline;
		max-width: 300px;
	}
}

@media screen and (max-width: 1550px) {
	.carousel-cell {
		height: auto;
	}

	.carousel-cell .col.ava img {
		top: 3vw;
		left: 2vw;
	}

	.warranty .text-left:before {
		content: '';
		position: absolute;
		top: -4vw;
		right: -2.8vw;
		width: 14vw;
		height: 49vw;
		max-width: 295px;
		max-height: 606px;
		background: url(../img/waranty-bg-left.png);
		background-size: 100%;
		background-repeat: no-repeat;
		z-index: -1;
	}

	.warranty .text-right:before {
		content: '';
		position: absolute;
		top: 2vw;
		left: 30px;
		width: 33vw;
		height: 23vw;
		max-width: 685px;
		max-height: 520px;
		background-size: 100%;
		background-repeat: no-repeat;
		z-index: -1;
	}
}

@media screen and (max-width: 1530px) {
	body {
		font-size: 15px;
		line-height: 1;
	}
}

@media screen and (max-width: 1442px) {
	.decor-1:before {
		top: 0;
	}
}

@media screen and (max-width: 1440px) {
	.archive ul.products.columns-4 li.product {
		width: calc(33.33333333% - 10px);
	}
}

@media screen and (max-width: 1400px) {
	.single-member .about-member .name {
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 1395) {
	.circle-decr.img img {
		max-width: 75%;
	}
}

@media screen and (max-width: 1395px) {
	.circle-wrapp {
		margin: 0 12vw auto;
	}

	.circle-decr.img {
		left: -10vw;
	}
}

@media (max-width: 1365px) {
	ul.faq-wrapper.ml {
		max-width: 86%;
		padding-right: 20px;
	}
}

@media screen and (max-width: 1355px) {
	.avantages .tabs {
		height: unset;
	}

	.tab-wrapp {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 6vw 7vw;
	}

	.tab-wrapp .col-left {
		width: 40%;
	}

	.tab-wrapp .col-right {
		width: 100%;
		padding: 0;
		padding-top: 50px;
	}
}

@media screen and (max-width: 1300px) {
	.members-carousel button.flickity-button.flickity-prev-next-button.next {
		right: 18px;
	}

	.members-carousel {
		max-width: 100%;
	}

	.single-member {
		padding-top: 112px;
	}

	.single-member .col-left {
		width: 50%;
	}

	.single-member .col-left img {
		max-width: 63%;
	}

	.single-member .img-holder {
		width: 35vw;
		height: 24vw;
	}

	.single-member .about-member {
		margin-top: 53px;
	}
}

@media screen and (max-width: 1281px) {
	.page-template-contact-page .col.col-1 {
		width: calc(100% - 10px);
	}
}

@media screen and (max-width: 1270px) {
	.order-block {
		padding: 5% 5% 7%;
	}
}

@media screen and (max-width: 1240px) {
	ul.menu-container li {
		margin-left: 8%;
	}

	ul.menu-container li.menu-item-has-children:hover ul.sub-menu {
		margin-left: 24px;
	}

	.cirle-descr {
		padding-right: 5%;
	}

	.cirle-descr.bot {
		top: 60%;
	}

	.cirle-descr.top {
		top: 4%;
	}

	.clients .col-left {
		width: 45% !important;
	}
}

@media (max-width: 1170px) {
	a.link {
		font-size: 18px;
	}

	.cirle-descr a:before {
		bottom: -9px;
	}
}

@media screen and (max-width: 1190px) {

	.avantages .tabs ul {
		position: absolute;
		right: 0;
		top: 3vw;
	}

	.block-title {
		font-size: 1rem;
		padding-right: 10%;
	}

	.block-title span {
		font-size: 1.5rem;
	}

	a.link {
		font-size: 1.4rem;
	}



	.tab-wrapp .num-img img {
		max-width: 80%;
	}

	.row-wrapper {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.row-wrapper .item {
		width: calc(33% - 10px);
		text-align: center;
	}

	.row-wrapper .item .bg-img img {
		max-width: 35%;
	}

	.slider-progect-two .row-flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.slider-progect-two .item {
		width: 100%;
	}
}

@media screen and (max-width: 1140px) {
	.warranty .text-right:before {
		left: -10px;
	}

	.archive ul.products.columns-4 li.product {
		width: calc(50% - 10px);
	}
}

@media screen and (max-width: 1100px) {
	.single-member .about-member {
		padding: 5% 10% 5% 0;
		margin-top: 10px;
	}

	div#content {
		width: 70%;
	}

	.decor-1 {
		display: none;
	}

	.decor-2 {
		display: none;
	}
}

@media screen and (max-width: 1050px) {
	.sidebar__inner {
		padding-left: 2rem;
	}
}

@media screen and (max-width: 1040px) {
	.cirle-descr .text {
		line-height: 1.2;
		font-size: 12px;
		margin-bottom: 10px;
	}

	.order-block {
		max-width: 100%;
	}
}

@media (max-width: 1365px) {
	.block-title {
		max-width: 500px;
	}
}


@media screen and (max-width: 1024px) {

	.tab-wrapp .col-left {
		width: 67%;
	}

	.banner_active div.rev_slider_wrapper {
		margin-top: 34px !important;
	}

	.info-text {
		font-size: 22px;
	}

	a.informer-btn {
		font-size: 12px;
		line-height: 24px;
	}

	.info-text:before {
		width: 24px;
		height: 24px;
		left: -32px;
		top: -4px;
	}

	.banner_active div#primary {
		margin-top: 80px !important;
	}

	/* .page-id-86 div.rev_slider_wrapper {
    margin-top: 0!important;
} */
	.info-banner {
		position: absolute;
		top: 69px;
		left: 0;
		width: 100%;
		z-index: 2;
	}

	.clients-inner .col {
		margin-top: 25px;
	}

	.clients .client-logos .item.item-10 {
		top: 5vw;
		left: 50vw;
		position: relative;
	}

	.page-template-service-page a.button-text {
		font-size: 1.4rem;
	}

	.page-template-service-page a.button-text:after {
		display: none;
	}

	.avantages .tabs li:hover,
	.avantages .tabs li.active {
		cursor: pointer;
		width: auto !important;
		border-bottom: 2px solid #d1baa4;
	}

	div#content {
		margin-top: 20px;
	}

	div#mm-0.mm-menu_opened {

		top: 70px;
	}

	a.button-text:after {
		width: 32px;
		height: 55px;
		background-size: contain;
		background-repeat: no-repeat;
		position: absolute;
		top: 1px;
		right: -50px;
	}

	#main-content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.contacts {
		margin: 0;
		-ms-flex-preferred-size: 190px;
		flex-basis: 190px;
		text-align: center;
	}

	.contacts .descr {
		display: none;
	}

	.footer-inner .tel,
	.contacts .tel {
		font-size: 18px;
	}

	.sidebar__inner {
		display: none;
	}

	.hiden-desctop {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-left: -5px;
		margin-right: -5px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0;
	}

	ul.menu-container {
		display: none;
	}

	.sub-menu-wrapper.open {
		display: none;
	}

	header:not(.entry-header):not(.page-header) {
		max-width: unset;
		min-height: 50px;
		max-height: 90px;
		width: 100%;
	}

	div#content {
		width: 100%;
	}

	.navigation {
		margin: 0;
		position: fixed !important;
		top: 0;
		width: 100%;
		height: 70px;
		transition: top .2s ease-in-out;
		color: white;
		background: #000;
	}

	.is-hidden {
		top: -70px;
	}

	.is-visible {
		top: 0;
		z-index: 22 !important;
	}

	.footer-inner>div {
		width: 56%;
	}

	.footer-inner .column.column-1 {
		width: 20%;
	}

	.footer-inner .column.column-3 {
		width: 20%;
	}

	.circle-wrapp {
		margin: 0 auto;
	}

	.order-block {
		padding-right: 28%;
	}

	.tab-wrapp {
		padding: 6vw 15vw;
	}

	.single-member .col-left {
		left: 7vw;
	}

	.single-member .col-left img {
		max-width: 63%;
	}

	.single-member .img-holder {
		width: 64vw;
		height: 34vw;
		margin-top: -3vw;
	}

	.clients {
		margin-bottom: 15vw;
	}

	.clients .descr {
		margin-bottom: 6%;
	}

	.clients .mr {
		margin-right: auto;
	}

	.clients .mr {
		text-align: center;
	}

	.clients .row-flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.clients .row-flex>div {
		width: 100% !important;
	}

	.clients a.button-text {
		font-size: 14px;
	}

	.clients .client-logos {
		margin-top: 35px;
		margin-bottom: 50px;
		padding: 0 0 0 9vw;
	}

	.warranty .text-right:before {
		top: 10vw;
	}

	li.product h2.woocommerce-loop-product__title,
	li.product .brand,
	li.product span.price {
		font-size: 12px !important;
		display: block;
	}
	
	

	li.product:hover .buy-one-click {
		top: -63px;
	}

	.slider-wrapper {
		max-width: 82vw;
	}

	.decor-1:before {
		top: -2vw;
	}

	.decor-1 {
		display: block;
	}

	.decor-2 {
		display: block;
	}

	.archive ul.products.columns-4 li.product {
		width: calc(33.33333333% - 10px);
	}

	.page-template-contact-page div#content {
		padding: 0 7vw;
	}

	.page-template-service-page .ml {
		text-align: center;
		padding: 0 15px;
	}

	.slider-progect-two .row-flex {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.slider-progect-two .item {
		width: 50%;
	}

	.slider-progect-two .item .descr {
		margin-bottom: 40px;
	}

	.how-we-do .slider-we-do .next-step:before {
		width: 38px;
		height: 94px;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		top: -42px;
		right: -21px;
	}

	.how-we-do .slider-we-do .next-step:hover:before {
		background-size: contain;
	}

	.page-template-brif-page .top-block,
	.page-template-brif-page .brif,
	.page-template-brif-page .bot-block {
		padding: 0 7vw;
	}

	.error404 div#content,
	.page-template-thnk-page-php div#content {
		height: auto;
	}

	.error404 div#content,
	.page-template-thnk-page-php div#content {
		margin-bottom: 3vw;
	}

	.error404 a.button-text,
	.page-template-thnk-page-php a.button-text {
		-ms-flex-item-align: center;
		align-self: center;
	}

	.centred {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-top: 13vw;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
		padding: 0;
		height: auto;
		margin-bottom: 23vw;
	}
}

@media screen and (max-width: 1000px) {
	.carousel-cell .col.col-right:before {
		width: 45px;
		height: 45px;
		background: url(../img/quote-top.png);
		background-size: contain;
		background-repeat: no-repeat;
	}
}

@media screen and (max-width: 945px) {
	.circle-wrapp {
		width: 60vw;
		height: 60vw;
	}

	.wrapp-top,
	.wrapp-bot {
		min-height: 30vw;
	}

	.circl {
		width: 30vw;
		height: 30vw;
	}

	.circl>div {
		width: 30vw;
		height: 30vw;
	}

	.circl.active .item {
		width: 25vw;
		height: 25vw;
	}

	.circle-decr.img img {
		max-width: 55%;
	}
}

@media screen and (max-width: 940px) {
	.cirle-descr a {
		font-size: 12px;
	}

	.cirle-descr a:before {
		bottom: -2px;
	}

	.cirle-descr a:after {
		display: none;
	}
	.cirle-descr.bot {
		top: 60%;
	}
	.cirle-descr.top {
		top: 8%;
	}
}

@media screen and (max-width: 720px) {
	.info-text {
		font-size: 14px;
	}

	a.informer-btn {
    line-height: 20px;
	}

	.carousel-cell .col.col-right:before {
		top: -61px;
	}

	.clients-inner .col {
		margin-top: 0;
	}

	h2,
	.h2,
	h1,
	.h1 {
		font-size: 24px;
		padding: 0 15px;
		line-height: 1.2;
	}

	a.button-text {
		line-height: 1.6 !important;
		border-bottom: 2px solid;
	}

	a.button-text:before {
		background: none !important;
	}

	.hide-desctop {
		display: inline-block !important;
	}

	a.hide-desctop {
		margin-top: 40px;
	}

	.hide-mobile {
		display: none !important;
	}


	.aln-right {
		padding: 0 10px !important;
		width: 100%;
		text-align: center;
	}

	.mobile-img-holder {
		height: 70vw;
		overflow: hidden;
		background-size: cover !important;
		background-position: center;
	}

	.partners-wrapp .col {
		height: 70vw;
	}

	.mobile-img-holder img {
		display: none !important;
	}

	.footer-inner>div {
		width: 100%;
	}

	.footer-inner>div {
		margin-bottom: 30px;
	}

	.footer-inner .column.column-1 {
		width: 100%;
	}

	.footer-inner .column.column-1 img {
		max-width: 200px;
	}

	.footer-inner .column.column-3 {
		padding-right: 0;
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		top: auto;
	}

	.circle-wrapp {
		width: 70vw;
		height: 70vw;
	}

	.circle-wrapp {
		margin-bottom: 34vw;
	}

	.wrapp-top,
	.wrapp-bot {
		min-height: 35vw;
	}

	.circl {
		width: 35vw;
		height: 35vw;
	}

	.circl>div {
		width: 35vw;
		height: 35vw;
	}

	.circl.active .item {
		width: 30vw;
		height: 30vw;
	}

	.cirle-descr.bot {
		top: 105%;
		left: 0;
		right: 0;
		margin: auto;
		width: 90%;
		text-align: center;
	}

	.cirle-descr.top {
		top: 105%;
		left: 0;
		right: 0;
		margin: auto;
		width: 90%;
		text-align: center;
	}

	.cirle-descr .text {
		text-align: center;
	}

	.circle-decr.img img {
		max-width: 30%;
	}

	.order-block {
		text-align: center;
	}

	.order-block {
		padding: 0;
	}

	.order-block {
		padding: 35px 15px 65px;
		margin-top: 50px;
	}

	.block-title {
		padding: 0 15px;
	}

	a.link:after {
		display: none;
	}

	.avantages .tabs ul {
		position: relative;
		top: auto;
		right: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.avantages .tabs li {
		width: auto;
	}

	.avantages .tabs li {
		position: relative;
		margin: 0 10px;
	}

	.avantages .tabs li:hover,
	.avantages .tabs li.active {
		position: relative;
	}

	.avantages .tabs li span {
		position: relative;
		opacity: 1;
		padding-right: 0;
		-webkit-transition: .5s ease;
		transition: .5s ease;
	}

	.avantages .tabs li.active span,
	.avantages .tabs li:hover span {
		padding-right: 0;
	}

	.tab-wrapp {
		padding: 6vw 20px;
	}

	.tab-wrapp .col-left {
		display: none;
	}

	.tab-wrapp .col-right {
		text-align: center;
	}

	.tab-wrapp .title {
		font-size: 28px;
	}

	.partners-wrapp .col {
		width: calc(50% - 10px);
		margin-bottom: 10px;
	}

	.partners .h2 {
		text-align: center;
	}

	.carousel-cell .row-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;
	}

	.carousel-cell .row-flex>div {
		width: 90%;
	}

	button.flickity-button.flickity-prev-next-button.next {
		width: 38px;
		height: 94px;
		background: url(../img/arrow-right.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		right: 9px;
		background-size: cover;
	}

	button.flickity-button.flickity-prev-next-button.next:hover {
		background-size: cover;
	}

	.carousel-cell .col.col-right {
		text-align: center;
	}

	.carousel-cell .col.col-right:before {
		left: 16px;
	}

	.carousel-cell .col.col-right {
		padding: 0 9vw 14vw 9vw;
		width: 100%;
	}

	.why-we .h2 {
		text-align: center;
	}

	.row-wrapper .item {
		width: 90%;
	}

	.row-wrapper .item {
		margin-bottom: 40px;
	}

	.row-wrapper .item .bg-img img {
		display: none;
	}

	.team .h2 {
		text-align: center;
	}

	.video-holder {
		width: 100%;
	}

	.single-product button.single_add_to_cart_button.button.alt:after {
		display: none;
	}

	.control-wrapper .item {
		height: 60vw;
	}

	.single-member {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.page-template-brif-page .bot-block {
		padding: 10px 10px;
	}

	.single-member {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.single-member .col-left img {
		max-width: 85%;
	}

	.single-member .img-holder {
		width: 44vw;
		height: 24vw;
	}

	.single-member .about-member {
		margin-left: 7vw;
	}

	.single-member .about-member {
		margin-bottom: 3vw;
	}

	.clients a.button-text {
		white-space: unset;
	}

	.clients a.button-text:after {
		display: none;
	}

	.warranty {
		margin-bottom: 32px !important;
	}

	.warranty .h2 {
		text-align: center;
	}

	.warranty .sub-title {
		line-height: 1.2;
	}

	.warranty .sub-title {
		text-align: center;
	}

	.warranty .text-left {
		padding: 0 15px;
	}

	.warranty .text-left {
		margin: 0;
	}

	.warranty .text-left .descr {
		margin-left: 0;
	}

	.warranty .text-left .descr {
		text-align: center;
	}

	.warranty .text-left:before {
		display: none;
	}

	.warranty .text-right:before {
		display: none;
	}

	li.product a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
		top: -26%;
	}

	li.product .buy-one-click {
		top: -53px;
		opacity: 1;
		z-index: 1;
	}

	li.product a.fast-buy {
		font-size: 14px;
	}

	li.product:hover .buy-one-click {
		top: -53px;
	}

	.homepage-products .h2 {
		padding-left: 0;
	}

	.slider-wrapper .owl-next {
		width: 38px;
		height: 94px;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		right: 9px;
	}

	.slider-wrapper .owl-next:hover {
		background-size: contain;
	}

	.decor-1 {
		display: none;
	}

	.decor-2 {
		display: none;
	}

	div#tab-description {
		padding: 0;
	}

	.single-product .h3 {
		padding: 0;
	}

	.single-product-page {
		width: 90%;
		margin: 0 auto;
	}

	.summary-wrapper {
		-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;
		padding: 0;
	}

	.summary-wrapper h1.product_title.entry-title {
		padding: 0;
	}

	.summary-wrapper>div {
		width: 100%;
	}

	.summary-wrapper .summary-gallery {
		top: auto;
		margin-top: 30px;
	}

	section.related.products .h2 {
		padding: 0;
		margin-top: 80px;
		margin-bottom: 35px;
	}

	.secont-buy-btn-wrapp {
		padding: 0;
	}

	nav.woocommerce-breadcrumb {
		max-width: unset;
		padding: 0 15px;
	}

	.archive ul.products.columns-4 li.product {
		width: calc(50% - 10px);
	}

	.page-template-contact-page div#content .h2 {
		padding-left: 0;
	}

	input[type="text"],
	input[type="email"],
	input[type="url"],
	input[type="password"],
	input[type="search"],
	input[type="number"],
	input[type="tel"],
	input[type="range"],
	input[type="date"],
	input[type="month"],
	input[type="week"],
	input[type="time"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="color"],
	textarea {
		max-width: 100%;
	}

	textarea.wpcf7-form-control.wpcf7-textarea {
		max-width: 100%;
	}

	input.wpcf7-form-control.wpcf7-submit {
		width: 100%;
	}

	.slider-progects {
		display: none;
	}

	.slider-progects .item .caption {
		opacity: 1;
	}

	.slider-progects .item .caption {
		text-align: center;
	}

	.slider-progect-two .owl-next {
		width: 38px;
		top: calc(44% - 45px);
		height: 94px;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		right: 0;
	}

	.slider-progect-two .owl-next:hover {
		background-size: contain;
	}

	.slider-progect-two .row-flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.slider-progect-two .item {
		width: 100%;
	}

	.slider-progect-two a.button-text {
		font-size: 13px;
		display: inline-block;
	}

	.slider-progect-two a.button-text:after {
		display: none;
	}

	.how-we-do .h2.ml {
		margin-bottom: 5%;
	}

	.how-we-do .slider-we-do .slider {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.how-we-do .slider-we-do .slider>div {
		width: 100%;
	}

	.top-block {
		padding-bottom: 17vw !important;
	}

	.top-block .h2 {
		padding-left: 0;
	}

	span.wpcf7-list-item {
		margin-bottom: 10vw;
	}

	.error404 a.button-text,
	.page-template-thnk-page-php a.button-text {
		font-size: 15px;
	}

	body.woocommerce-checkout div#content article,
	body.woocommerce-cart div#content article {
		padding: 0;
	}

	button#place_order:after,
	a.checkout-button.button.alt.wc-forward:after {
		display: none;
	}

	body.woocommerce-checkout input[type="text"],
	body.woocommerce-checkout input[type="email"],
	body.woocommerce-checkout input[type="url"],
	body.woocommerce-checkout input[type="password"],
	body.woocommerce-checkout input[type="search"],
	body.woocommerce-checkout input[type="number"],
	body.woocommerce-checkout input[type="tel"],
	body.woocommerce-checkout input[type="range"],
	body.woocommerce-checkout input[type="date"],
	body.woocommerce-checkout input[type="month"],
	body.woocommerce-checkout input[type="week"],
	body.woocommerce-checkout input[type="time"],
	body.woocommerce-checkout input[type="datetime"],
	body.woocommerce-checkout input[type="datetime-local"],
	body.woocommerce-checkout input[type="color"],
	body.woocommerce-checkout textarea {
		width: 100%;
	}

	body.woocommerce-checkout div#customer_details {
		float: none;
		width: 100%;
	}

	.modal-popup {
		padding: 14vw 7vw 0 7vw;
	}

	body.page-template-default #content {
		padding-right: 7vw;
	}
}

@media screen and (max-width: 491px) {
	.page-template-contact-page .row>div {
		width: calc(100% - 10px);
	}

	.page-template-contact-page .col.col-1>div {
		width: calc(100% - 10px);
	}

	.partners-wrapp .col {
		height: 87vw;
	}
}

@media screen and (max-width: 380px) {
	.circle-wrapp {
		margin-bottom: 43vw;
	}

	.product-navigation {
		max-width: 100%;
	}

	.single-member {
		padding-top: 80px;
	}

	.single-member {
		padding-bottom: 40px;
	}

	.single-member .col-left img {
		max-width: 93%;
	}

	.single-member .img-holder {
		width: 70vw;
		height: 44vw;
	}
}

@media screen and (max-width: 356px) {
	.contacts .descr {
		display: none;
	}

	.contacts {
		-ms-flex-preferred-size: 150px;
		flex-basis: 150px;
	}
}

@media screen and (max-width: 340px) {

	.html,
	body {
		overflow-x: hidden;
	}
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {

	.error404 a.button-text,
	.page-template-thnk-page-php a.button-text {
		max-width: 290px;
	}

	.top-block {
		padding-top: 4vw;
	}
}

@media (max-width: 720px) {
	.avantages .tabs li {
		position: relative;
		margin: 0 10px;
		min-height: 32px;
	}

	/*  a.link:before {
    display: none;
  }*/
	.inner-owl img.attachment-full.size-full {
		max-height: 65vw;
	}

	a.button-text {
		line-height: 1.4;
	}

	.slider-we-do a.button-text:after {
		display: none;
	}

	h1,
	h2 {
		font-size: 18px !important;
		padding: 0 !important;
	}

	a.button-text {
		display: inline;
	}

}

/*# sourceMappingURL=main-style.css.map */


.close-wrapp {
	position: relative;
	max-width: 1024px;
}

a.go-to-start {
	position: absolute;
	right: 0;
	top: -62px;
	font-family: 'TrajanPro3-Regular', "Trajan Pro 3";
	color: #000;
	text-transform: none;
}


ul#menu-polzovatelskoe-soglashenie li a,
ul#menu-menyu-pod-krugom-1 li a,
ul#menu-menyu-pod-krugom li a {
	position: relative;
}

ul#menu-polzovatelskoe-soglashenie li a:hover:after,
ul#menu-menyu-pod-krugom-1 li a:hover:after,
ul#menu-menyu-pod-krugom li a:hover:after {
	width: 100%;
	opacity: 1;
}

ul#menu-polzovatelskoe-soglashenie li a:after,
ul#menu-menyu-pod-krugom-1 li a:after,
ul#menu-menyu-pod-krugom li a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	opacity: 0;
	border: 1px solid;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}


.fancybox-slide div#primary {
	max-width: 780px;
}

.fancybox-slide .h2 {
	font-size: 27px;
	margin: 0;
	margin-bottom: 0;
}

.blink_anm {
	-webkit-animation: blink 3s infinite;
	/* Safari 4+ */
	-moz-animation: blink 3s infinite;
	/* Fx 5+ */
	-o-animation: blink 3s infinite;
	/* Opera 12+ */
	animation: blink 3s infinite;
	/* IE 10+, Fx 29+ */
}

ul#menu-menyu-v-kataloge-tovarov a.selected:before {
	background: #dbbea7;
}






@-webkit-keyframes blink {
	0% {
		filter: brightness(38%);
	}

	50% {
		filter: brightness(88%);
	}

	100% {
		filter: brightness(38%);
	}
}

@-moz-keyframes blink {
	0% {
		filter: brightness(38%);
	}

	50% {
		filter: brightness(88%);
	}

	100% {
		filter: brightness(38%);
	}
}

@-o-keyframes blink {
	0% {
		filter: brightness(38%);
	}

	50% {
		filter: brightness(88%);
	}

	100% {
		filter: brightness(38%);
	}
}

@keyframes blink {
	0% {
		filter: brightness(38%);
	}

	50% {
		filter: brightness(88%);
	}

	100% {
		filter: brightness(38%);
	}
}


@media (max-width: 1560px) {
	.col.col-left.ava {
		padding-bottom: 95px;
	}

	.col.col-left.ava a.button-text {
		bottom: 37px;
	}
}


@media (min-width: 721px) {
	.show-mobile {
		display: none;
	}

	.mobile-img-holder {
		background: #fff !important;
	}
}

@media (max-width: 720px) {
	.hide-on-mobile {
		display: none !important;
	}

	.logo.show-mobile {

		max-width: 240px;
		margin: 0 auto;
		margin-top: 35px;

	}

	.logo.show-mobile {
		position: absolute;
		top: 38px;
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: -1;
	}

	.how-we-do .slider-we-do .descr {
		margin-bottom: 9vw;
	}

	.page-template-service-page a.button-text {
		font-size: 18px;
		display: inline;
	}

	.aln-right,
	.warranty .text-left .descr,
	.warranty .h2,
	.warranty .sub-title {
		text-align: left !important;
		padding-left: 10px;
	}

	.start.show-mobile {
		padding: 20px;
		text-align: center;
		line-height: 1.4;
		font-size: 22px;
		font-family: 'TrajanPro3-Regular', "Trajan Pro 3";
		font-weight: 600;
	}

	a.button-text:before {
		bottom: -7px;
	}

	.h2.ml {
		padding-left: 24px;
	}

	.h2.aln-right.mr {
		padding-left: 22px !important;
	}

	.warranty .descr {
		padding-left: 15px;
	}

	.mm-panels,
	.mm-panels>.mm-panel {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 0;
		height: 100vh;
	}

	a.link {
		text-decoration: none;
		border-bottom: 2px solid;
		line-height: 1.6;
	}

	a.link:before {
		display: none;
	}

	.tab-wrapp .col-right {
		padding-top: 9px;
	}
}


header a.tel:hover {
	color: #f4dbc3;
}

.footer-inner a.tel:hover {
	color: #67635a;
}

@media (max-width: 1680px) {
	.cirle-descr a {
		font-size: 14px;
		display: inline-block;
		width: auto;
		max-width: 138px;
	}
}

@media (max-width: 1365px) {
	li.product a.fast-buy {
		font-size: 20px;
	}

	li.product:hover .buy-one-click {
		top: -55px;
	}

	li.product h2.woocommerce-loop-product__title {
		margin: 0 !important;
		padding: 23px 17% 5px 8% !important;
	}

	li.product a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
		right: 4%;
		top: 14%;
	}
}

@media (max-width: 1170px) {
	.how-we-do {
		height: 53vw;
	}
}

@media (max-width: 1170px) {
	.how-we-do {
		height: auto;
	}
}


@media (max-width: 768px) {
	.how-we-do .slider-we-do .descr {
		margin-bottom: 5vw;
	}
}

.bot-block span.wpcf7-list-item,
.dop_voprosi span.wpcf7-list-item-label {
	position: relative;
	padding-left: 0;
	margin-bottom: 0 !important;
}

.bot-block span.wpcf7-list-item-label:before,
.dop_voprosi span.wpcf7-list-item-label:before {
	display: none;
}

.bot-block span.wpcf7-list-item,
.bot-block span.wpcf7-form-control.wpcf7-checkbox,
.dop_voprosi span.wpcf7-list-item,
.dop_voprosi span.wpcf7-form-control.wpcf7-checkbox {
	display: block;
	margin: 0;
}

.bot-block span.wpcf7-list-item-label {
	padding: 0;
}

.brif p,
.brif h1,
.brif .h1,
.brif .h2 {
	color: #0a0a0a;
}

.dop_voprosi label {
	text-shadow: transparent;
	font-size: 20px;
	line-height: 1.5;
	display: inline;
	padding-bottom: 6px;
	border-bottom: 2px solid;
}

.dop_voprosi:hover label {
	color: #f4dbc3;
	cursor: pointer;
}

.dop_voprosi {
	margin-bottom: 3vw;
}


.bot-block .h2 {
	color: #000;
}

.brif:before,
.bot-block:before {
	content: '';
	position: absolute;
	width: 190%;
	height: 190%;
	background: #fff;
	z-index: -1;
	left: -7vw;
	top: 0;
}

.bot-block:hover label {
	cursor: pointer;
}


.bot-block span.wpcf7-form-control-wrap,
.bot-block .name,
.bot-block label,
.bot-block span.wpcf7-list-item.first.last,
.bot-block span.wpcf7-form-control.wpcf7-checkbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.bot-block span.wpcf7-list-item-label {
	top: 46%;
}


@media (min-width: 1981px) {
	.control-wrapper .item {
		height: 14vw;
	}

	span.wpcf7-form-control.wpcf7-checkbox {
		display: block;
		margin-bottom: 2vw;
	}

	.contacts {
		margin-top: 6vw;
	}
}

@media (max-width: 1024px) {
	.block-title {
		max-width: unset;
	}

	@media (max-width: 768px) {
		.page-template-floating-page .how-we-do .item.right {
			text-align: right;
			padding-top: 24%;
		}
	}

	@media (max-width: 720px) {
		ul.faq-wrapper .active .items {
			max-height: 1500px;
		}

		ul.faq-wrapper.ml {
			max-width: 100%;
			padding-right: 20px;
		}

		ul.faq-wrapper a {
			font-size: 18px;
			font-family: 'TrajanPro3-Regular', "Trajan Pro 3";
			color: #393733;
			line-height: 1.28;
		}

		.list span.arrow {
			top: -1px;
			margin-left: -1px;
		}

		ul.faq-wrapper .active .items {
			padding: 0;
		}
	}

	@media (max-width: 420px) {
		.how-we-do .owl-item:nth-child(5) .right img {
			margin-bottom: -105px;
			z-index: -1;
			position: relative;
		}

		body:not(.page-template-floating-page) .slider.row-flex {
			flex-direction: column !important;
		}

		body:not(.page-template-floating-page) .slider.row-flex .item.right {
			margin-top: 28px;
		}

		.info-text:before {
			display: none;
		}
	}

	@media (max-width: 414px) {

		li.product h2.woocommerce-loop-product__title,
		li.product .brand,
		li.product span.price {
			padding: 0 5%;
		}

		@media (max-width: 400px) {
			a.button-text:after {
				display: none;
			}

			li.product h2.woocommerce-loop-product__title,
			li.product .brand,
			li.product span.price {
				font-size: 12px !important;
			}

			span.onsale {
				padding-left: 10px;
			}

			ul.page-numbers {
				margin-right: 13px;
			}

			.archive ul.products.columns-4 li.product {
				width: 100%;
				margin: 10px;
			}

			.slider-progect-two .item.left {
				padding-bottom: 0;
			}

			.slider-progects .caption {
				display: flex;
				flex-direction: column;
				justify-content: center;
			}

			.slider-progects .caption a.small-btn {
				align-self: center;
				padding-bottom: 0;
			}

			.tab-wrapp .title {
				font-size: 22px;
			}

			.page-template-floating-page a.button-text {
				font-size: 18px;
			}

			a.informer-btn {
				margin-left: 16px;
			}

		}





		@media (max-width: 320px) {
			a.informer-btn {
				font-size: 10px;
			}

			.info-text {
				font-size: 11px;
			}
		}