

/**
 * ===================================================================
 * reset - normalize.css v3.0.2 | MIT License | git.io/normalize
 *
 * -------------------------------------------------------------------
 */
html {
	height: 100%;
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

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

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden], template {
	display: none;
}

a {
	background: transparent;
}

a:active, a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b, strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button, select {
	text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled], html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto;
}

input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td, th {
	padding: 0;
}

/**
 * ===================================================================
 * basic/base setup styles
 *
 * -------------------------------------------------------------------
 */
* {
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-weight: normal;
	line-height: 1;
	/*text-rendering: optimizeLegibility;*/
	text-rendering: geometricPrecision;
	word-wrap: break-word;
	-webkit-overflow-scrolling: touch;
	/*-webkit-text-size-adjust: none;*/
}

body, input, button {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

/**
 * Media
 * -
 */
img, video {
	max-width: 100%;
	height: auto;
}

/**
 * Typography resets
 * -
 */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	-webkit-font-variant-ligatures: common-ligatures;
	-moz-font-variant-ligatures: common-ligatures;
	font-variant-ligatures: common-ligatures;
	text-rendering: optimizeLegibility;
}

em, i {
	font-style: italic;
	line-height: inherit;
}

strong, b {
	font-weight: bold;
	line-height: inherit;
}

small {
	font-size: 60%;
	line-height: inherit;
}

ol, ul {
	list-style: none;
}

li {
	display: block;
}

/**
 * links
 * -
 */
a {
	text-decoration: none;
	line-height: inherit;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

a img {
	border: none;
}

/**
 * inputs
 * -
 */
fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}

input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #111;
}

input::-moz-placeholder {
	/* Firefox 19+ */
	color: #111;
}

input:-ms-input-placeholder {
	/* IE 10+ */
	color: #111;
}

input:-moz-placeholder {
	/* Firefox 18- */
	color: #111;
}

textarea::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #111;
}

textarea::-moz-placeholder {
	/* Firefox 19+ */
	color: #111;
}

textarea:-ms-input-placeholder {
	/* IE 10+ */
	color: #111;
}

textarea:-moz-placeholder {
	/* Firefox 18- */
	color: #111;
}
/**
* Main styles
* -
*/
html{
	font-size: 100%;
	height: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body {
	min-width:320px;
	height: 100%;
	margin: 0;
	color: #111;
	font: 20px/30px "Museo Sans Cyrl 300", "Arial", "Helvetica", sans-serif;
	font-weight: 300;
	font-style: normal;
	background: #fff;
}

img {
	border-style: none;
	vertical-align: top;
}

a {
	color: #91c700;
	outline: none;
	text-decoration: underline;
}

a:hover {
	color: #91c700;
	text-decoration: none;
}

a:hover, a:focus {
	outline: none !important;
}
button, input, textarea, select {
	font: 100% "Museo Sans Cyrl 300", "Arial", "Helvetica", sans-serif;
	font-weight: normal;
	line-height: 26px;
	vertical-align: middle;
	color: #707070;
}
h1, .h1 {
	font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
	font-size: 50px;
	line-height: 64px;
	margin: 0 0 23px;
	letter-spacing: -0.01em;
	font-weight: normal;
	font-style: normal;
}
h2 {
	font-family: "Museo Sans Cyrl 500", Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 44px;
	letter-spacing: -0.005em;
	line-height: 52px;
	margin: 0 0 24px;
}
h4 {
	font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 60px;
	line-height: 70px;
	margin: 0 0 26px;
	letter-spacing: -0.005em;
}
strong {
	font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
}
h3, h5 {
	font-family: "Museo Sans Cyrl 500", Arial, sans-serif;
	font-size: 34px;
	line-height: 38px;
	font-weight: normal;
	font-style: normal;
	margin: 0 0 30px;
}
p {
	margin: 0 0 30px;
}
.mb-logo {
	display: none;
}
.mb-burger{
	display: none;
}
#header {
	height: 164px;
	background: #fff;
	-webkit-box-shadow: 0 0 40px 0 rgba(2,7,11,0.08);
	box-shadow: 0 0 40px 0 rgba(2,7,11,0.08);
	position: relative;
	z-index: 10;
}
.logo {
	margin:0;
	width:184px;
	height:54px;
	overflow:hidden;
	display:block;
	background:url(../images/logo.png) 50% 50% no-repeat;
	background-size: 100% 100%;
	text-indent:-9999px;
	cursor:pointer;
	position: absolute;
	top: 21px;
	left: 20px;
}
.logo a {
	height:100%;
	display:block;
}
.slogan {
	font-size: 14px;
	line-height: 15px;
	color: #626363;
	position: absolute;
	top: 35px;
	left: 223px;
	font-style: normal;
}
#header {
	position: relative;
	z-index: 999;
}
#header .container {
	height: 100%;
}
#header .contacts {
	position: absolute;
	top: 24px;
	right: 56px;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.contacts li {
	float: left;
	padding: 0 0 0 32px;
	margin: 0 0 0 30px;
	position: relative;
}
ul.contacts li:before {
	color: #c7b59d;
}
ul.contacts li:nth-child(1):before {
	position: absolute;
	top: 3px;
	left: 4px;
}
ul.contacts li:nth-child(2):before {
	position: absolute;
	top: 3px;
	left: 2px;
}
ul.contacts li:nth-child(3):before {
	position: absolute;
	top: 5px;
	left: 0px;
}
ul.contacts li span {
	font-family: "Museo Sans Cyrl 300", Arial, sans-serif;
	color: #626363;
	font-size: 13px;
	line-height: 14px;
	margin: 0 0 8px;
	display: block;
	overflow: hidden;
}
ul.contacts li span a {
	color: #626363;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	float: left;
	padding-bottom: 6px;
}
ul.contacts li span a:hover {
	color: #91c700;
}
ul.contacts li span a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #91c700;
	white-space: nowrap;
	content: ".....................................................................................";
}
ul.contacts li strong, ul.contacts li i {
	overflow: hidden;
	display: block;
	color: #000;
	font-size: 16px;
	line-height: 17px;
}
ul.contacts li strong a {
	font-size: 22px;
	text-decoration: none;
	color: #000;
}
#navigation {
	position: absolute;
	bottom: 0;
	height: 55px;
	left: 18px;
	right: 20px;
	transform: none;
	transition: none;
}
.nav {
	position: relative;
	margin:0;
	list-style:none;
	/* float: right; */
	float: left;
	height: 55px;
	padding: 11px 0 0 22px;
	/* padding: 11px 93px 0 0; */
	font-family: "Museo Sans Cyrl 500", Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: -0.05em;
}
.nav:after {
	position: absolute;
	top: 0;
	left: 0;
	right: -9999px;
	bottom: 0;
	content: "";
	background: #f9fafa;
	border-radius: 8px 0 0 0;
	z-index: 0;
}
.nav li {
	float: left;
	position: relative;
	z-index: 1;
	margin: 0 0 0 36px;
}
.nav li a {
	color: #474848;
	text-decoration: none;
}
.nav li a:hover {
	color: #91c700;
}
.sab-nav {
	float: left;
	height: 55px;
	margin:0;
	padding:12px 0 0;
	list-style:none;
	font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 23px;
	line-height: 27px;
	position: relative;
}
.sab-nav li {
	float: left;
	margin: 0 38px 0 0;
}
.sab-nav li > .drop {
	display: none;
	top: 100%;
	left: 0;
	min-height: 220px;
	padding: 26px 0 35px 3px;
	width: 1110px;
	z-index: 999;
	position: absolute;
}
.sab-nav li > .drop img {
	position: absolute;
	/* right: 0;
	bottom: 0; */
	right: 213px;
	bottom: auto;
	top: 47px;
}
.sab-nav li > .drop * {
	position: relative;
	z-index: 10;
}
.sab-nav > li > .drop:after {
	position: absolute;
	height: 100%;
	top: 0;
	left: -9999px;
	right: -9999px;
	background: #fff;
	content: "";
	z-index: 1;
	-webkit-box-shadow: 0 0 40px 0 rgba(2,7,11,0.08);
	box-shadow: 0 0 40px 0 rgba(2,7,11,0.08);
}
.sab-nav > li > a {
	position: relative;
	height: 43px;
	display: inline-block;
	vertical-align: top;
}
.sab-nav > li:hover > a {
	color: #91c700;
}
.sab-nav > li:hover > a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #91c700;
	content: "";
}
.sab-nav > li:hover > .drop {
	display: block;
}
.sab-nav li a {
	color: #000;
	text-decoration: none;
}
.sab-nav li a:hover {
	color: #91c700;
}
.sab-nav > li > .drop > ul {
	font-family: "Museo Sans Cyrl 300", Arial, sans-serif;
	font-size: 17px;
	line-height: 36px;
	columns: 240px 2;
	column-gap: 30px;
	width: 540px;
	letter-spacing: -0.025em;
}
.sab-nav li .drop ul li.active {
	font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
}
@media screen and (min-width: 768px){
	.sab-nav > li > .drop > ul > li > .drop{
		padding: 0;
	}
}

@media only screen and (min-width: 1170px) {
	.sab-nav > li.inline-drop .drop > ul  {
		display: flex;
		flex-direction: column;
	}
}

.sab-nav li .drop .count {
	position: absolute;
	/* top: 35px;
	right: 256px; */
	z-index: 999;
	top: 65px;
	right: 18px;
}
.sab-nav li .drop .count i {
	/* float: left; */
	font-family: "Museo Sans Cyrl 500", Arial, sans-serif;
	font-style: normal;
	font-size: 44px;
	line-height: 44px;
	margin: 0 22px 0 0;
	color: #b9c2a1;
}
.sab-nav li .drop .count strong, .sab-nav li .drop .count span {
	font-family: "Museo Sans Cyrl 500", Arial, sans-serif;
	overflow: hidden;
	margin: 6px 0 0;
	font-size: 12px;
	line-height: 16px;
	display: block;
	color: #9fa2a4;
}
.favorite {
	position: absolute;
	top: 16px;
	right: 12px;
	background: url(../images/icon_04.png) no-repeat;
	width: 25px;
	height: 25px;
}
.favorite a {
	color: #fff;
	position: relative;
	display: block;
	height: 100%;
	text-decoration: none;
}
.favorite span {
	position: absolute;
	top: -2px;
	right: -10px;
	width: 18px;
	height: 18px;
	font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 20px;
	font-size: 11px;
	border-radius: 50%;
	background: #91c700;
	text-align: center;
	color: #fff;
	text-decoration: none;
}
#wrapper {
	width: 100%;
	position: relative;
	overflow-x: hidden;
}
.container {
	padding: 0 20px;
	max-width: 1150px;
	margin: 0 auto;
	position: relative;
}
#main {
	padding: 0 0 19px;
}
#promo img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#promo {
	height: 564px;
	position: relative;
}
#promo .container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	height: 100%;
}
#promo .text {
	padding-top: 10px;
	width: 495px;
	position: relative;
	z-index: 10;
	flex-direction: column;
	justify-content: flex-start;
}
#promo h1 {
	font-size: 80px;
	line-height: 64px;
	margin: 0 0 31px;
	color: #13141c;
	letter-spacing: -0.025em;
}
#promo .text p {
	font-size: 17px;
	line-height: 30px;
	padding: 0 10% 0 0;
	margin: 0 0 41px;
	color: #4c4e4f;
}
#promo .text .buttons {
	margin:0 0 27px;
	padding:0;
	list-style:none;
	overflow: hidden;
}
#promo .text .buttons li {
	float: left;
	margin: 0 15px 15px 0;
}
#promo .text .buttons a {
	font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	float: left;
	/*color: #13141c;*/
	color: #fff;
	text-decoration: none;
	height: 61px;
	text-align: center;
	padding: 0 10px;
	min-width: 172px;
	line-height: 57px;
	border-radius: 30px;
	border: 2px solid #c7b59d;
	background-color: #c7b59d;
}
#promo .text .buttons li.works_btn a,
#promo .text .buttons li:nth-child(1) a {
	border-color: #91c700;
	background-color: #91c700;
}
#promo .text .buttons li:nth-child(1) a:hover, #promo .text .buttons a:hover, #promo .text .buttons li.works_btn a:hover {
	color: #13141c;
	background: transparent;
}
#promo .text .buttons li.works_btn{
	display: none;
}

#promo .text .more {
	position: relative;
	padding: 0 24px 0 0;
	margin: 0 0 0 22px;
	letter-spacing: -0.025em;
	font-size: 15px;
	color: #13141c;
	text-decoration: none;
}
#promo .text .more:hover {
	color: #91c700;
}
#promo .text .more i {
	position: absolute;
	color: #c7b59d;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 6px;
}
.info {
	padding: 69px 0 57px;
	position: relative;
}
.info:before {
	background: url(../images/bg_02.webp) 50% 50% no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: -50vw;
	right: -50vw;
	bottom: 0;
	content: "";
	z-index: -1;
}
.info-list {
	z-index: 10;
	width: 100%;
	margin:0;
	padding:0;
	list-style:none;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
}
.info-list:after {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	content: "";
}
.info-list li {
	text-align: left;
	display: inline-block;
	vertical-align: top;
	width: 22.8828%;
}
.info-list li .visual {
	display: block;
	height: 44px;
	margin: 0 0 16px;
	padding: 0 0 0 29px;
	line-height: 44px;
	vertical-align: bottom;
}
.info-list li .visual img {
	vertical-align: bottom;
}
.info-list li strong {
	display: block;
	margin: 0 0 12px;
	letter-spacing: -0.005em;
	line-height: 22px;
	color: #000;
}
.info-list li p {
	letter-spacing: -0.005em;
	font-size: 14px;
	line-height: 22px;
	margin: 0;
	color: #626363;
}
.video {
	background: url(../images/bg_video.png) no-repeat;
	width: 390px;
	height: 349px;
	position: relative;
}
.video a{
	position: absolute;
	top: 27px;
	left: 20px;
	overflow: hidden;
	border-radius: 7px;
	width: 347px;
	height: 267px;
}
.video img {
	width: 100%;
	/*height: 100%;*/
	object-fit: cover;
}
.video a:after {
	position: absolute;
	top: 50%;
	left: 50%;
	background: url(../images/btn_play.png) no-repeat;
	width: 189px;
	height: 189px;
	content: "";
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	margin: 9px 0 0 6px;
}
.video a:hover:after {
	opacity: 0.8;
}
.quote-block .visual {
	background: url(../images/bg_video.png) no-repeat;
	width: 390px;
	height: 349px;
	position: relative;
}
.quote-block .visual.align-left {
	float: left;
	margin: -22px 20px 0 -20px;
}
.quote-block .visual a{
	position: absolute;
	top: 27px;
	left: 20px;
	overflow: hidden;
	border-radius: 7px;
	width: 347px;
	height: 267px;
}
.quote-block .visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.quote-block {
	padding: 41px 0 26px;
}
.quote-block p {
	font-size: 16px;
}
.quote-block.type-2 {
	border-top: 1px solid #efefef;
}
.quote-block.type-2 h3 {
	margin-bottom: 18px;
	font-size: 30px;
	line-height: 36px;
}
.quote-block.type-2 p {
	font-size: 16px;
	line-height: 25px;
	margin: 0 0 18px;
}
.quote-block:after {
	clear: both;
	display: block;
	content: "";
}
.quote-block .video {
	float: right;
	margin: -6px -22px 0 0;
}
blockquote {
	position: relative;
	font-family: "Museo Sans Cyrl 500", Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	padding: 10px 60px 0 66px;
	overflow: hidden;
	font-size: 18px;
	letter-spacing: -0.005em;
	line-height: 30px;
	font-size: 18px;
}
blockquote p {
	margin: 0 0 13px;
	font-size: 18px !important;
}
blockquote cite {
	display: block;
	font-style: normal;
	font-size: 15px;
	color: #a3907c;
}
blockquote:before {
	position: absolute;
	top: 2px;
	left: -7px;
	content: "“";
	font-family: "Museo Sans Cyrl 500", Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 150px;
	line-height: 120px;
	color: #91c700;
}
.building:after {
	clear: both;
	display: block;
	content: "";
}
.building {
	position: relative;
	margin: 0;
}
.building:before {
	width: 30px;
	position: absolute;
	left: 540px;
	top: 0;
	bottom: 0;
	content: "";
	background: #fff;
}
.building .houses {
	float: left;
	padding: 0 0 75px 57px;
	width: 540px;
}
.building .houses:after {
	z-index: -1;
	background: url(../images/bg_03.jpg) 50% 50% no-repeat;
	background-size: cover;
	content: "";
	position: absolute;
	bottom: 0;
	top: 172px;
	right: 50%;
	left: -50vw;
}
.building .bathhouses {
	float: right;
	width: 540px;
	padding: 0 0 75px 84px;
}
.building .bathhouses:after {
	z-index: -1;
	background: url(../images/bg_04.webp) 50% 50% no-repeat;
	background-size: cover;
	content: "";
	position: absolute;
	bottom: 0;
	top: 172px;
	left: 50%;
	right: -50vw;
}
.building h3 {
	position: relative;
	font-size: 50px;
	line-height: 38px;
	position: relative;
	margin: 0 0 22px;
	letter-spacing: -0.005em;
	font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
}
.building h3:before {
	position: absolute;
	top: -45px;
	left: -36px;
	width: 3px;
	background: #c8b79f;
	height: 120px;
	content: "";
}
.building .bathhouses h3:before {
	background: #91c700;
	left: -45px;
}
.building h3 span {
	display: block;
	font-size: 48px;
	font-family: "Museo Sans Cyrl 300", Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}
.building .visual {
	height: 256px;
	padding: 0 0 0 12px;
	margin: 0 0 38px;
	line-height: 256px;
	vertical-align: bottom;
}
.building .bathhouses .visual {
	padding: 13px 0 0 5px;
}
.building .visual img {
	vertical-align: bottom;
}
.building  ul {
	margin:0;
	padding:0 0 0 9px;
	list-style:none;
	font-family: "Museo Sans Cyrl 500", Arial, sans-serif;
	font-size: 18px;
}
.calculator {
	padding: 55px 0 35px;
}
.calculator h2 {
	margin: 0 0 20px;
}
.calc-form select {
	font-family: "Museo Sans Cyrl 500", Arial, sans-serif;
	background-image: none;
	-webkit-appearance: none;
	border: 1px solid #c2cbd1;
	height: 53px;
	line-height: 51px;
	font-size: 16px;
	color: #111;
	padding: 0 50px 0 21px;
	border-radius: 3px;
	width: 100%;
	background: none;
}
.calc-form label {
	font-family: "Museo Sans Cyrl 500", Arial, sans-serif;
	display: block;
	font-size: 16px;
	margin: 0 0 1px;
}
.calc-form .note {
	font-size: 12px;
	line-height: 14px;
	color: #626363;
	position: absolute;
	top: 93px;
	padding: 0 0 0 2px;
}
.calc-form .select {
	position: relative;
}
.calc-form .select:after {
	pointer-events: none;
	position: absolute;
	right: 18px;
	top: 50%;
	color: #cfbea7;
	font-size: 6px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e903";
}
.calc-form .form-col {
	float: left;
	width: 254px;
	margin: 0 30px 16px 0;
	position: relative;
}
.calc-form .form-col:nth-child(4) {
	margin: 0;
}
.calc-form .input {
	float: left;
	width: 124px;
	margin: 0 6px 0 0;
	position: relative;
}
.calc-form .input .note {
	top: 62px;
}
.calc-form .input:after {
	position: absolute;
	top: 1px;
	right: 14px;
	line-height: 51px;
	font-size: 16px;
	color: #a3907c;
	content: "см";
}
.calc-form .input:last-child {
	margin: 0;
}
.calc-form .input input {
	font-family: "Museo Sans Cyrl 500", Arial, sans-serif;
	border: 1px solid #c2cbd1;
	height: 53px;
	line-height: 51px;
	font-size: 16px;
	color: #111;
	padding: 0 40px 0 11px;
	border-radius: 3px;
	width: 100%;
}
.calc-form label input[type=checkbox] {
	display: none;
}
.calc-form input[type=checkbox] + span {
	font-family: "Museo Sans Cyrl 500", Arial, sans-serif;
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 30px;
}
.calc-form input[type=checkbox] + span:after {
	position: absolute;
	top: 10px;
	left: 2px;
	width: 18px;
	height: 18px;
	content: "";
	border-radius: 3px;
	border:1px solid #c2cbd1;
}
.calc-form input[type=checkbox] + span:before{
	content: '\2713';
	display: inline-block;
	color: #9dcd1c;
	margin: 0 8px 0 4px;
	font-size: 30px;
	line-height: 30px;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.calc-form input[type=checkbox]:checked + span:before{
	-webkit-transform: scale(1);
	transform: scale(1);
}
.calc-form  .action {
	width: 100%;
	background: #f9fafa;
	overflow: hidden;
	margin: 0 0 11px;
}
.calc-form .action .price {
	float: left;
	background: url(../images/icon_06.png) 52px 34px no-repeat;
	padding: 27px 83px 0 114px;
}
.calc-form .rows {
	margin: 0 0 17px;
}
.calc-form .rows:after {
	display: block;
	clear: both;
	content: "";
}
.calc-form .action span {
	display: block;
	font-size: 16px;
	margin: 0 0 3px;
	letter-spacing: -0.005em;
}
.calc-form .action span i {
	color: #a3907c;
	font-style: normal;
}
.calc-form .action strong {
	display: block;
	letter-spacing: -0.025em;
	color: #91c700;
	font-size: 44px;
	line-height: 52px;
}
.calc-form .consult {
	overflow: hidden;
	padding: 24px 0 0;
	margin: 0 0 -8px;
}
.calc-form .consult span {
	float: left;
	padding: 31px 0 0;
	font-size: 12px;
	line-height: 16px;
	color: #9fa2a4;
}
.calc-form .consult .button {
	background: url(../images/button_01.png) no-repeat;
	width: 302px;
	float: left;
	height: 113px;
	text-align: center;
	padding: 17px 0 0;
	margin: 0 4px 0 0;
	color: #fff;
	text-decoration: none;
	font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
	font-size: 19px;
	line-height: 55px;
	letter-spacing: -0.025em;
	text-transform: none;
}
.calc-form .consult .button:hover {
	opacity: 0.8;
}
.calc-form p {
	color: #626363;
	font-size: 13px;
	line-height: 22px;
	padding: 0 0 0 114px;
	letter-spacing: -0.005em;
}
.calc-form p i {
	color: #a3907c;
	padding: 0 4px 0 0;
	font-style: normal;
	line-height: 30px;
	vertical-align: bottom;
}
.slider {
	margin: 0 0 61px;
}
.info + .slider {
	margin-top: 30px;
}
.slider + .projects {
	padding-top: 0;
	margin-top: -10px;
}
.gallery {
	font-size: 20px;
	line-height: 26px;
	width: 100%;
	position: relative;
}
.gallery:before {
	position: absolute;
	top: 0;
	left: 100%;
	width: 99999px;
	content: '';
	height: 100%;
	background: #fff;
	z-index: 100;
}
.gallery:after {
	position: absolute;
	top: 0;
	right: 100%;
	width: 99999px;
	content: '';
	height: 100%;
	background: #fff;
	z-index: 100;
}
 .gallery-item {
	flex: 1 0 350px;
	align-items: stretch;
	position: relative;
	margin: 0 30px 0 0;
 }
.gallery-item a {
	color: #111;
	display: block;
	text-decoration: none;
}
.gallery-item a:hover {
	opacity: 0.8;
}
.gallery-item a:hover h4 {
	color: #91c700;
}
 .gallery-item:last-child {
	margin: 0;
 }
 .gallery-holder {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	margin: 0 0 44px;
 }
 .gallery .visual {
	margin:	0 0 13px;
	width: 100%;
	text-align: center;
	overflow: hidden;
 }
.gallery em {
	font-size: 13px;
	line-height: 22px;
	font-style: normal;
	margin: 0 0 11px;
	display: block;
	color: #626363;
	letter-spacing: -0.005em;
}
.gallery h4 {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	margin: 0 0 15px;
	font-size: 21px;
	line-height: 24px;
	letter-spacing: -0.005em;
}
.gallery p {
	font-size: 16px;
	line-height: 24px;
	margin: 0;
	letter-spacing: -0.005em;
}
.gallery-button-prev,
.gallery-button-next {
	position: absolute;
	/* background: url(../images/arrow_01.png) no-repeat; */
	cursor: pointer;
	width: 60px;
	top: 90px;
	left: auto;
	right: -90px;
	height: 60px;
	z-index: 101;
	background: #F9F9F9;
	border-radius: 50%;
}
.gallery-button-prev {
	/* background: url(../images/arrow_02.png) no-repeat; */
	left: -90px;
	right: auto;
}
.gallery-button-prev:after,
.gallery-button-next:after{
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -3px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #000;
	border-left: 2px solid #000;
}
.gallery-button-prev:after{
	transform: rotate(-45deg);
}
.gallery-button-next:after{
	transform: rotate(135deg);
	margin: -6px 0 0 -8px;
}
.swiper-button-disabled {
	opacity: 0.3;
	cursor: default;
}
.gallery-pagination {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 0;
	line-height: 0;
}
.gallery-pagination .swiper-pagination-bullet {
	display: inline-block;
	vertical-align: top;
	height: 8px;
	width: 8px;
	background: #e5e5e5;
	text-indent: -9999px;
	overflow: hidden;
	border-radius: 50%;
	margin: 0 13px;
	cursor: pointer;
}
.gallery-pagination .swiper-pagination-bullet-active {
	background: #ff0825;
}
.info-block {
	overflow: hidden;
}
.info-block .visual {
	float: left;
	margin: 4px 33px 0 0;
	position: relative;
}
.info-block .visual.align-right {
	float: right;
	margin: -3px 0 0 10px;
}
.info-block .visual a {
	position: absolute;
	top: 0;
	right: 3px;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #91c700;
	text-align: center;
	line-height: 54px;
	overflow: hidden;
	vertical-align: middle;
}
.info-block .visual.align-right  a {
	right: auto;
	left: 7px;
}
.info-block .visual a i {
	color: #fff;
	font-size: 24px;
}
.info-block .visual img {
	border-radius: 50%;
	width: 159px;
	height: 159px;
}
.info-block {
	font-size: 16px;
}
.info-block p {
	margin: 0 0 28px;
}
.info-block p a {
	color: #444c61;
}
.info-block .notice {
	position: relative;
	font-family: "Museo Sans Cyrl 500", Arial, sans-serif;
	font-size: 18px;
	display: block;
	margin: 0 0 42px;
	padding: 0 0 0 44px;
	overflow: hidden;
}
.info-block .notice:before {
	content: "";
	position: absolute;
	top: 9px;
	left: 21px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	border: 2px solid #91c700;
}
.top-anhor {
	background: #91c700;
	width: 31px;
	height: 46px;
	opacity: 0;
	line-height: 36px;
	vertical-align: middle;
	position: fixed;
	text-align: center;
	bottom: 0;
	z-index: 9999;
	right: 5%;
}
.top-anhor i {
	color: #fff;
	font-size: 10px;
}
.active-top .top-anhor {
	opacity: 1;
}
#footer {
	background: #f9fafa;
	padding: 41px 0 0;
	overflow: hidden;
}
#footer .logo {
	position: relative;
	float: left;
	top: 0;
	left: 0;
	margin: 0 19px 30px 0;
}
#footer .slogan {
	position: relative;
	float: left;
	margin: 14px 0 0;
	top: 0;
	left: 0;
}
#footer .social {
	width: 100%;
	overflow: hidden;
}
#footer .row {
	overflow: hidden;
	padding: 0 0 22px;
	margin: 0 0 24px;
	border-bottom: 1px solid #edefef;
}
#footer .column {
	float: left;
	position: relative;
	width: 540px;
}
#footer .column + .column {
	float: right;
}
#footer .contacts {
	columns: 255px 2;
	column-gap: 30px;
}
#footer .contacts li {
	margin: 0;
	padding: 0 0 20px 32px;
	position: relative;
}
#footer .contacts li:before {
	color: #c7b59d;
}
#footer .contacts li:nth-child(1):before {
	position: absolute;
	top: 3px;
	left: 4px;
}
#footer .contacts li:nth-child(3):before {
	position: absolute;
	top: 3px;
	left: 2px;
}
#footer .contacts li:nth-child(4):before {
	position: absolute;
	top: 5px;
	left: 0px;
}
#footer .contacts li span {
	font-family: "Museo Sans Cyrl 300", Arial, sans-serif;
	color: #626363;
	font-size: 13px;
	line-height: 14px;
	margin: 0 0 8px;
	display: block;
	overflow: hidden;
}
#footer .contacts li span a {
	color: #626363;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	float: left;
	padding-bottom: 6px;
}
#footer .contacts li span a:hover {
	color: #91c700;
}
#footer .contacts li span a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #91c700;
	white-space: nowrap;
	content: ".....................................................................................";
}
#footer .contacts li strong {
	overflow: hidden;
	display: block;
	color: #000;
	font-size: 16px;
	line-height: 17px;
}
#footer .contacts li strong a {
	font-size: 22px;
	text-decoration: none;
	color: #000;
}
#footer .row .row {
	border-bottom: 0;
	padding: 0 0 15px;
	margin: 0;
}
#footer .row .row + .row {
	margin: 0;
	padding: 0;
}
#footer .row:last-child .column:last-child .menu {
	columns: 255px 2;
	column-gap: 30px;
}
#footer .menu > li {
	font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
	font-size: 18px;
	line-height: 24px;
	display: block;
	width: 100%;
	margin: 0 0 6px;
}
#footer .menu ul {
	font-family: "Museo Sans Cyrl 300", Arial, sans-serif;
	font-size: 15px;
	line-height: 27px;
	columns: 255px 2;
	column-gap: 30px;
	padding: 9px 0 0;
}
#footer .menu a {
	color: #111;
	text-decoration: none;
}
#footer .menu a:hover {
	color: #91c700;
}
#footer .copyright {
	float: left;
	color: #626363;
	font-size: 13px;
	line-height: 16px;
	padding: 0;
	letter-spacing: -0.005em;
	font-style: normal;
	width: 50%;
}
#footer .footer-info {
	width: 50%;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	text-align: right; }

@media screen and (max-width: 768px) {
	#footer .footer-info {
		margin-top: 10px;
		width: 100%;
		text-align: left; }
}

@media screen and (max-width: 600px) {
	#footer .footer-info {
		font-size: 12px; }
}

#footer .by {
	float: right;
	margin: 0 0 0 15px;
	font-size: 13px;
	line-height: 16px;
	color: #626363;
}
#footer .by a {
	font-family: "Museo Sans Cyrl 500", Arial, sans-serif;
	color: #171717;
	text-decoration: none;
}
#footer .by a:hover {
	color: #91c700;
}
#footer .footer {
	padding: 4px 0 30px;
	overflow: hidden;
}
.breadcrumbs {
	padding:22px 0 0;
	overflow: hidden;
}
.breadcrumbs .back {
	float: right;
	font-size: 12px;
	line-height: 27px;
	color: #111;
	text-decoration: none;
}
.breadcrumbs .back:hover {
	color: #91c700;
}
.breadcrumbs .back i {
	color: #91c700;
	padding: 0 14px 0 0;
	font-size: 8px;
}
.breadcrumbs ul {
	flex-direction:
	margin:0;
	letter-spacing: -0.005em;
	list-style:none;
	overflow: hidden;
	font-size: 12px;
	line-height: 27px;
	color: #8a8a8a;
}
.breadcrumbs li {
	float: left;
	position: relative;
}
.breadcrumbs li:last-child:after {
	display: none;
}
.breadcrumbs a {
	color: #111;
	text-decoration: none;
}
.breadcrumbs a:hover {
	color: #91c700;
}
.breadcrumbs + .quote-block {
	padding-top: 0;
	padding-bottom: 51px;
}
.photo-album {
	padding: 44px 0 16px;
}
.photo-album h3 {
	font-family: "Museo Sans Cyrl 500", Arial, sans-serif;
	font-size: 27px;
	line-height: 36px;
	margin: 0 0 15px;
}
.photos {
	overflow: hidden;
}
.photos li {
	float: left;
	margin: 0 30px 30px 0;
}
.photos li a {
	display: block;
}
.photos li:nth-child(4n+4) {
	margin-right: 0;
}
.history-list {
	position: relative;
	font-size: 0;
	line-height: 0;
	letter-spacing: -0.01em;
}
.history-list p {
	letter-spacing: -0.01em;
}
.history-list:after {
	display: block;
	clear: both;
	content: "";
}
.history-list:before {
	position: absolute;
	top: 12px;
	right: -9999px;
	left: 0;
	height: 1px;
	content: "";
	background: #efece8;
}
.history-list strong {
	font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
	font-size: 55px;
	line-height: 57px;
	color: #91c700;
	display: block;
	margin: 0 0 10px;
	letter-spacing: -0.025em;
}
.history-list strong span {
	font-family: "Museo Sans Cyrl 500", Arial, sans-serif;
	font-size: 24px;
	display: inline-block;
	margin-bottom: -10px;
}
.history-list li {
	font-size: 16px;
	line-height: 24px;
	position: relative;
	float: left;
	padding: 48px 0 0;
	width: 255px;
	margin: 0 30px 0 0;
}
.history-list li:before {
	position: absolute;
	top: 0;
	left: 31px;
	content: "";
	background: #fff;
	width: 34px;
	height: 15px;
}
.history-list li:after {
	position: absolute;
	top: 4px;
	left: 39px;
	content: "";
	width: 9px;
	height: 9px;
	border:3px solid #c7b59d;
	border-radius: 7px;
}
.history-list li:last-child {
	margin: 0;
}
.quote-block.single {
	padding-top: 25px;
}
.quote-block.single p {
	font-size: 16px;
	line-height: 27px;
	margin: 0 0 18px;
}
.quote-block.single blockquote {
	padding: 36px 5% 0 135px;
}
.quote-block.single blockquote p {
	font-size: 18px;
	line-height: 30px;
	margin: 0 0 15px;
}
.quote-block.single blockquote:before {
	top: 28px;
	left: 63px;
}
.partners .gallery-item {
	flex: 1 0 160px;
	width: 160px;
	height: 114px;
	line-height: 112px;
	vertical-align: middle;
	align-items: stretch;
	position: relative;
	margin: 0 30px 0 0;
	background: #fff;
	border:1px solid #ebf0f1;
}
.partners .gallery-item:last-child {
	margin: 0;
}
.partners .gallery-item .visual {
	margin: 0;
	height: 100%;
	vertical-align: middle;
	line-height: 112px;
}
.partners .gallery-item .visual img {
	vertical-align: middle;
}
.partners .gallery-button-prev,  .partners .gallery-button-next {
	top: 18px;
}
.partners h3 {
	font-size: 27px;
	line-height: 36px;
	margin: 0 0 21px;
}
.partners {
	padding: 28px 0 26px;
}
.partners .gallery-holder {
	margin-bottom: 36px;
}
.services {
	padding: 0 0 26px;
	margin: -4px 0 0;
}

.services ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size: 0px;
	line-height: 0px;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
}
.services ul li {
	display: inline-block;
	vertical-align: top;
	width: 540px;
	padding: 0 0 21px;
	margin: 0 0 20px;
	font-size: 14px;
	line-height: 22px;
	border-bottom: 1px solid #ebf0f0;
}
.services ul li:last-child,
.services ul li:nth-last-child(2) {
	border:0;
	margin: 0;
}
.services ul:after {
	display: inline-block;
	width: 100%;
	content: "";
}
.services ul li strong {
	display: block;
	font-size: 21px;
	line-height: 21px;
	margin: 0 0 13px;
}
.services ul .visual {
	float: left;
	margin: 0 35px 0 0;
}
.services ul .text {
	overflow: hidden;
	text-align: left;
	padding: 10px 0 0;
}
.services ul li p {
	margin: 0 0 20px;
}
.btn {
	display: inline-block;
	vertical-align: top;
	min-width: 133px;
	padding: 0 10px;
	height: 36px;
	line-height: 34px;
	vertical-align: middle;
	font-size: 13px;
	font-family: "Museo Sans Cyrl 500", Arial, sans-serif;
	border: 1px solid #e4ecec;
	color: #48494d;
	text-decoration: none;
	background: #fff;
	text-align: center;
	border-radius: 16px;
}
.btn:hover {
	font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
	color: #fff;
	background: #f3152f;
	border-color: #f3152f;
}
.info.type-2  {
	padding: 53px 0 37px;
}
.type-2 .info-list li .visual {
	float: left;
	margin: -2px 19px 0 0;
	padding: 0;
}
.type-2 .info-list li strong {
	font-family: "Museo Sans Cyrl 500", Arial, sans-serif;
	font-size: 18px;
	line-height: 20px;
	margin: 0 0 11px;
}
.type-2 .info-list li p {
	font-size: 14px;
	line-height: 18px;
	padding: 0 0 0 61px;
}
.type-2 .info-list li:last-child p {
	white-space: nowrap;
}
.service {
	font-size: 16px;
	line-height: 24px;
}
.service .gallery {
	position: relative;
	width: 347px;
	height: 268px;
	margin: 0;
	border-radius: 7px;
	overflow: hidden;
}
.service .gallery img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.service .gallery-frame {
	background: url(../images/bg_gallery.png) no-repeat;
	width: 390px;
	height: 349px;
	margin: 0 15px 0 -20px;
	float: left;
	padding: 27px 0 0 20px;
}
.service .gallery .visual {
	margin: 0;
	height: 100%;
	overflow: hidden;
	border-radius: 7px;
}
.service .gallery-item a {
	height: 100%;
}
.service .gallery-pagination {
	display: none;
}
.service .gallery-holder {
	height: 268px;
	margin: 0;
}
.service .gallery-item {
	flex: 1 0 347px;
	width: 347px;
	margin: 0;
}
.service .holder:after {
	clear: both;
	display: block;
	content: "";
}
.service .gallery-button-prev,  .service .gallery-button-next {
	width: 31px;
	height: 31px;
	top: 121px;
	background: rgba(23,23,23,0.72);
	border-radius: 50%;
	left: 13px;
	text-align: center;
	line-height: 27px;
	vertical-align: middle;
}
.service .gallery-button-prev i,  .service .gallery-button-next i {
	color: #fff;
	font-size: 16px;
	vertical-align: middle;
}
.service .gallery-button-prev i {
	padding: 0 3px 0 0;
}
.service .gallery-button-next i {
	padding: 0 0 0 3px;
}
.service .gallery-button-next {
	right: 13px;
	left: auto;
}
.service p {
	font-size:  16px;
	line-height: 27px;
	margin: 0 0 24px;
}
h1 + .service {
	margin-top: -8px;
}
.tabset .controls {
	padding: 4px 0 17px;
	border-bottom: 2px solid #eff3f3;
	margin: 0 0 13px;
}
.tabset .controls:after {
	display: block;
	clear: both;
	content: "";
}
.tabset .controls li {
	font-family: "Museo Sans Cyrl 300", Arial, sans-serif;
	font-size: 20px;
	line-height: 27px;
	float: left;
	margin: 0 34px 0 0;
}
.tabset .controls li:last-child {
	margin: 0;
}
.tabset .controls li.active {
	font-family: "Museo Sans Cyrl 500", Arial, sans-serif;
}
.tabset .controls a {
	color: #111;
	text-decoration: none;
	position: relative;
}
.tabset .controls a:after {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	position: absolute;
	top: 43px;
	left: 0;
	right: 0;
	height: 2px;
	background: #91c700;
	opacity: 0;
	content: "";
}
.tabset .tabs .tab {
	position: absolute;
	top: -99999px;
	left: -99999px;
}
.tabset .tabs .tab.active,
.tabset .tabs .tab:first-child {
	position: relative;
	top: 0;
	left: 0;
}
.tabset .controls li.active a:after,
.tabset .controls a:hover:after {
	opacity: 1;
}
.service h3 {
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 10px;
}
.service .text {
	overflow: hidden;
	padding: 21px 0 0;
	float: left;
	width: 440px;
}
.service .text p {
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 19px;
}
.list {
	margin:0;
	padding:0;
	list-style:none;
	font-size: 16px;
	line-height: 18px;
}
.list li {
	background: url(../images/icon_07.png) 3px 3px no-repeat;
	padding: 0 0 14px 29px;
}
.service h5 {
	font-family: "Museo Sans Cyrl 500", Arial, sans-serif;
	font-size: 17px;
	line-height: 24px;
	color: #000;
	margin: 0 0 23px;
}
.service .price {
	float: right;
	width: 256px;
	background: #f6f8f0;
	position: relative;
	border-radius: 3px;
	padding: 23px 40px 17px 45px;
	margin: 25px 0 0;
}
.service .price:after {
	position: absolute;
	top: -1px;
	right: 15px;
	background: url(../images/icon_08.png) no-repeat;
	width: 14px;
	height: 30px;
	content: "";
}
.service .price strong {
	color: #91c700;
	font-size: 20px;
	line-height: 32px;
	display: block;
	margin: 0 0 7px;
	letter-spacing: -0.005em;
}
.service .price strong span {
	font-size: 30px;
}
.service .price p {
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 16px;
}
.service .price hr {
	margin: 0 -28px 15px;
	border:1px solid  #edefe8;
}
.service .price .btn {
	display: inline-block;
	vertical-align: top;
	min-width: 100%;
	padding: 0 10px;
	height: 36px;
	line-height: 34px;
	vertical-align: middle;
	font-size: 13px;
	font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
	color: #fff;
	background: #f3152f;
	border-color: #f3152f;
	text-decoration: none;
	text-align: center;
	border-radius: 16px;
}
.service .photo-album {
	padding-top: 29px;
}

.service .photo-album h3 {
	font-size: 27px;
	line-height: 36px;
	text-align: left;
	margin: 0 0 15px;
}
.photo-album {
	text-align: center;
}
.btn_more {
	clear: both;
	background: #f9fafa;
	border-radius: 24px;
	max-width: 540px;
	padding: 0 15px;
	text-align: center;
	color: #48494d;
	text-decoration: none;
	font-family: "Museo Sans Cyrl 500", Arial, sans-serif;
	display: block;
	margin: 4px auto 17px;
	height: 52px;
	line-height: 52px;
	font-size: 13px;
}
.btn_more span {
	background: url(../images/icon_09.png) no-repeat;
	padding: 0 0 0 26px;
	margin: 0 0 0 -33px;
}
.btn_more:hover {
	color: #91c700;
}
.projects {
	padding: 31px 0 0;
}
.projects .items {
	font-size: 0;
	line-height: 0;
	padding: 2px 0 0;
}
.projects .items .item {
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-size: 13px;
	line-height: 22px;
	width: 254px;
	min-height: 380px;
	margin: 0 31px 28px 0;
}
.projects .items .item.help {
	height: 380px;
	background: url(../images/bg_help.jpg) 50% 50% no-repeat;
	background-size: cover;
	padding: 32px 30px;
}
.projects .items .item.help strong {
	background: url(../images/icon_15.png) 50% 0 no-repeat;
	padding: 69px 0 0 5px;
	color: #fff;
	font-size: 30px;
	line-height: 27px;
	letter-spacing: -0.025em;
	margin: 0 0 23px;
	display: block;
}
.projects .items .item.help p {
	font-family: "Museo Sans Cyrl 500", Arial, sans-serif;
	padding: 0 0 0 9px;
	color: #fff;
	font-size: 18px;
	line-height: 20px;
	margin: 0 0 38px;
}
.projects .items .item.help .btn {
	font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
	letter-spacing: -0.025em;
	width: 100%;
	display: block;
	background: #f3152f;
	color: #fff;
	text-align: center;
	height: 40px;
	border: 0;
	line-height: 40px;
	font-size: 17px;
}
.projects .items .item:nth-child(4n+4) {
	margin: 0 0 16px;
}
.projects .items .item:nth-child(4n+4):after {
	display: none;
}
.projects .items .item .frame {
	position: relative;
	padding: 209px 0 0;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
	background: #fff;
	z-index: 10;
}
.projects .items .item:hover {
	z-index: 20;
}
.projects .items .item:hover .frame {
	-webkit-box-shadow: 0 7px 46px 0 rgba(18,35,41,0.3);
	box-shadow: 0 7px 46px 0 rgba(18,35,41,0.3);
	margin: -26px -38px -20px -39px;
	padding: 235px 0 20px;
}
.projects .items .item:after {
	position: absolute;
	top: 189px;
	right: -15px;
	content: "";
	width: 1px;
	background: #f4f6f6;
	height: 176px;
}
.projects .items .new {
	font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
	position: absolute;
	top: 13px;
	right: -4px;
	height: 14px;
	line-height: 12px;
	font-size: 12px;
	color: #fff;
	background: #f21d52;
	border-radius: 6px;
	padding: 0 8px 0 10px;
	z-index: 2;
}
.projects .items .action {
	z-index: 2;
	font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
	position: absolute;
	top: 13px;
	right: -4px;
	height: 14px;
	line-height: 12px;
	font-size: 12px;
	color: #fff;
	background: #5ec410;
	border-radius: 6px;
	padding: 0 8px 0 10px;
}
.projects .items strong {
	font-size: 18px;
	line-height: 21px;
	margin: 0 0 10px;
	display: block;
}
.projects .items .text {
	width: 254px;
	margin: 0 auto;
}
.projects .items ul {
	overflow: hidden;
	margin: 0 0 23px;
}
.projects .items ul li {
	float: left;
	position: relative;
	margin: 0 15px 0 0;
	padding: 0 15px 0 0;
}
.projects .items ul li:after {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	width: 1px;
	background: #eee;
	height: 37px;
}
.projects .items ul li:last-child {
	margin: 0;
	padding: 0;
}
.projects .items ul li:last-child:after {
	display: none;
}
.projects .items ul span {
	display: block;
	font-size: 13px;
	line-height: 22px;
	margin: 0 0 -2px;
	letter-spacing: -0.005em;
}
.projects .items ul em {
	display: block;
	font-style: normal;
	color: #af9f89;
	font-size: 18px;
	line-height: 22px;
	font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
}
.projects .items .visual {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 189px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.projects .items .item:hover .visual {
	height: 215px;
}
.projects .items .item:hover .btn {
	font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
	color: #fff;
	background: #f3152f;
	border-color: #f3152f;
}
.projects .items .visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.projects .items .price {
	position: relative;
	overflow: hidden;
	height: 44px;
}
.projects .items .price .btn {
	float: right;
	margin-top: 2px;
}
.projects .items .price strong {
	position: absolute;
	top:50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	font-size: 20px;
	line-height: 22px;
	color: #91c700;
	margin: 0;
}
.projects .items .price strong strike {
	font-family: "Museo Sans Cyrl 300", Arial, sans-serif;
	font-style: normal;
	font-size: 14px;
	line-height: 22px;
	color: #999;
}
.product {
	margin: 0 0 52px;
}
.product:after {
	display: block;
	clear: both;
	content: "";
}
.product .information {
	float: left;
	width: 732px;
}
.product .slideshow {
	position: relative;
	margin: 0 0 27px;
}
.product .slideshow .new {
	position: absolute;
	top: 20px;
	right: -3px;
	font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
	height: 23px;
	line-height: 20px;
	font-size: 18px;
	color: #fff;
	background: #f21d52;
	border-radius: 6px;
	padding: 0 8px 0 10px;
	z-index: 2;
}
.product .slideshow .action {
	z-index: 2;
	font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
	position: absolute;
	top: 20px;
	right: -3px;
	height: 23px;
	line-height: 20px;
	font-size: 18px;
	color: #fff;
	background: #5ec410;
	border-radius: 6px;
	padding: 0 8px 0 10px;
}
.product .slideshow .slides {
	position: relative;
	height: 460px;
	margin: 0 0 11px;
	overflow: hidden;
}
.product .slideshow .slides .slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 3px;
	display: none;
}
.product .slideshow .slides .slide img {
	height: 100%;
	width: 100%;
	/*object-fit: cover;*/
}
.product .slideshow .slides .slide:first-child {
	display: block;
}
.product .slideshow .pagination {
	font-size: 20px;
	line-height: 26px;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.product .slideshow .pagination .pagination-slide {
	flex: 0 0 174px;
	width: 174px;
	align-items: stretch;
	position: relative;
	margin: 0 12px 0 0;
}
.product .slideshow .pagination .pagination-slide a {
	display: block;
	overflow: hidden;
	text-decoration: none;
	height: 100%;
	position: relative;
	border-radius: 3px;
}
.product .slideshow .pagination .pagination-slide a:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: #91c700;
	opacity: 0;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.product .slideshow .pagination .pagination-slide.active a:before {
	position: absolute;
	top: 50%;
	left: 50%;
	background: url(../images/icon_10.png) 0 0 no-repeat;
	width: 49px;
	height: 32px;
	content: "";
	z-index: 10;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	display: none;
}
.product .slideshow .pagination .pagination-slide a:hover:after,
.product .slideshow .pagination .pagination-slide.active a:after {
	opacity: 0.77;
}
.product .slideshow .pagination .pagination-slide:last-child {
	margin: 0;
}
.product .slideshow .pagination .pagination-holder {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	margin: 0 0 26px;
}
.product .slideshow .pagination .slideshow-pagination {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 0;
	line-height: 0;
}
.product .slideshow .pagination .slideshow-pagination .swiper-pagination-bullet {
	display: inline-block;
	vertical-align: top;
	height: 6px;
	width: 6px;
	background: #e5e5e5;
	text-indent: -9999px;
	overflow: hidden;
	border-radius: 50%;
	margin: 0 13px;
	cursor: pointer;
}
.product .slideshow .pagination .slideshow-pagination .swiper-pagination-bullet-active {
	background: #ff0825;
}
.information h3 {
	font-size: 36px;
	line-height: 40px;
	margin: 0 0 18px;
}
.information p {
	font-size: 17px;
	line-height: 27px;
	margin: 0 0 18px;
	letter-spacing: -0.005em;
}
.information ul {
	margin: 0 0 26px;
	padding: 0 0 0 49px;
	font-size: 19px;
	line-height: 32px;
}
.information ul li {
	position: relative;
	padding: 0 0 0 22px;
}
.information ul li:before {
	position: absolute;
	top: 11px;
	left: 0;
	content: "";
	border: 2px solid #91c700;
	width: 6px;
	height: 6px;
	border-radius: 50%;
}
.information ul strong {
	font-family: "Museo Sans Cyrl 500", Arial, sans-serif;
}
.information .btn {
	margin-left: 63px;
	min-width: 236px;
}
.sidebar {
	float: right;
	width: 348px;
	font-size: 13px;
	line-height: 22px;
}
.sidebar .block {
	background: #f8f9f5;
	border-radius: 3px;
	padding: 13px 16px 16px 16px;
	margin: 0 0 18px;
}
.product .sidebar .row {
	padding: 0 25px 14px;
	border-bottom: 1px solid #e7e9e1;
	margin: 0 0 13px;
}
.product .sidebar .row:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.product .sidebar em {
	font-style: normal;
}
.product .price {
	position: relative;
	padding: 0 0 0 25px;
}
.product .price:before {
	position: absolute;
	top: -17px;
	left: 1px;
	content: "";
	width: 2px;
	background: #91c700;
	height: 77px;
}
.product .price strong {
	display: block;
	color: #91c700;
	margin: 0;
	font-size: 36px;
	letter-spacing: -0.005em;
	line-height: 40px;
}
.product .price strong span {
	font-size: 20px;
}
.product .price  p {
	font-size: 12px;
	margin: 0 0 10px;
	line-height: 18px;
}
.product .sidebar ul {
	overflow: hidden;
	padding: 0 0 4px;
}
.product .sidebar ul li {
	float: left;
	position: relative;
	padding: 0 12px 0 0;
	margin: 0 12px 0 0;
}
.product .sidebar ul li:after {
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	background: #e7e9e1;
	content: "";
	height: 37px;
}
.product .sidebar ul li:last-child {
	padding: 0;
	margin: 0;
}
.product .sidebar ul li:last-child:after {
	display: none;
}
.product .sidebar ul span {
	display: block;
	margin-bottom: -2px;
}
.product .sidebar ul em {
	font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
	font-size: 22px;
	color: #a0917d;
	display: block;
	letter-spacing: -0.005em;
}
.product .sidebar dl {
	margin: -2px 0 0;
}
.product .sidebar dl dt {
	display: block;
	margin-bottom: -1px;
	float: none;
}
.product .sidebar dl dd {
	font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
	font-size: 15px;
	color: #a0917d;
	display: block;
	letter-spacing: -0.005em;
	line-height: 25px;
}
.product .sidebar dl dd span {
	color: #91c700;
	padding: 0 0 0 5px;
}
.product .sidebar .btn {
	margin: 22px 0 15px;
	font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	color: #13141c;
	text-decoration: none;
	height: 61px;
	text-align: center;
	background: none;
	padding: 0 10px;
	width: 100%;
	line-height: 57px;
	border-radius: 30px;
	border: 2px solid #91c700;
}
.product .sidebar .btn:hover {
	color: #91c700;
	background-color: #fff;
}
.consult-form {
	padding: 15px 0 12px;
}
.consult-form .row {
	border: 0 !important;
	padding: 0 17px !important;
	margin: 0 0 10px !important;
}
.consult-form legend {
	font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
	font-size: 18px;
	line-height: 22px;
	border-bottom: 1px solid #e7e9e1;
	margin: 0 0 18px;
	padding: 0 25px 28px;
	width: 100%;
}
.consult-form label {
	display: block;
	margin: 0 0 1px;
	font-size: 16px;
	padding: 0 0 0 4px;
	line-height: 20px;
}
.consult-form input[type=file] {
	width: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 20;
}
.consult-form .file {
	background: url(../images/icon_11.png) 7px 6px no-repeat;
	height: 30px;
	position: relative;
	overflow: hidden;
	padding: 6px 0 6px 43px;
}
.consult-form .file span {
	font-family: "Museo Sans Cyrl 500", Arial, sans-serif;
	position: absolute;
	top: 7px;
	left: 37px;
	color: #626363;
	font-size: 13px;
	line-height: 14px;
	max-width: 85%;
	overflow: hidden;
	padding: 0 0 6px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.consult-form .file span:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #91c700;
	white-space: nowrap;
	content: ".....................................................................................";
}
.consult-form textarea,
.consult-form input[type=text] {
	font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
	display: block;
	width: 100%;
	height: 52px;
	font-size: 16PX;
	color: #111;
	border-radius: 3px;
	background: #fff;
	padding: 0 24px;
	border: 1px solid #c2cbd1;
}
.consult-form textarea {
	padding: 13px 24px;
	resize: none;
	height: 108px;
}
.consult-form span {
	margin: -1px 0 -3px 6px;
	font-size: 12px;
	display: block;
}
.consult-form input[type=submit] {
	font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
	display: block;
	width: 100%;
	text-align: center;
	background: #91c700;
	border: 0;
	color: #fff;
	font-size: 16px;
	height: 51px;
	border-radius: 23px;
}
.heading {
	overflow: hidden;
	margin: 0 0 3px;
}
.heading h3 {
	float: left;
}
.heading h4 {
	float: left;
}
.heading .more {
	font-family: "Museo Sans Cyrl 500", Arial, sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #626363;
	text-decoration: none;
	float: right;
	text-decoration: none;
}
.heading .more:hover {
	color: #91c700;
}
.heading .more:after {
	font-family: 'icomoon';
	src:  url('fonts/icomoon.eot?fyv4j7');
	src:  url('fonts/icomoon.eot?fyv4j7#iefix') format('embedded-opentype'),
	  url('fonts/icomoon.ttf?fyv4j7') format('truetype'),
	  url('fonts/icomoon.woff?fyv4j7') format('woff'),
	  url('fonts/icomoon.svg?fyv4j7#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	content: "\e908";
	color: #91c700;
	font-size: 8px;
	padding: 0 0 0 14px;
}
.heading h4 + .more {
	margin: 48px 0 0;
}
.heading .control {
	float: right;
	padding: 3px 0 0;
}
.heading .control li {
	float: left;
	margin: 0 4px 0 0 0;
}
.heading .control li:last-child {
	margin: 0;
}
.heading .control a {
	display: block;
	height: 38px;
	line-height: 36px;
	font-size: 16px;
	border: 1px solid #fff;
	border-radius: 18px;
	color: #111;
	padding: 0 15px;
	text-decoration: none;
}
.heading .control .active a {
	border: 1px solid #91c700;
	color: #91c700;
	font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
}
.heading .control a:hover {
	color: #91c700;
}
.history em {
	font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
	font-style: normal;
	font-size: 19px;
	line-height: 24px;
	display: block;
	margin: 0 0 9px;
}
.history em + p {
	font-size: 15px;
	line-height: 21px;
}
.product + .history {
	margin: 0 0 62px;
}
.history .tabs ul {
	display: none;
}
.history .tabs ul:first-child {
	display: block;
}
.menu-holder {
	position: relative;
	width: 1040px;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	margin: 0 0 9px;
	overflow: hidden;
	letter-spacing: -0.005em;
}
.menu-frame {
	width: 100%;
	position: relative;
}
.menu-frame:after {
	position: absolute;
	bottom: 2px;
	left: -99999px;
	right: -99999px;
	content: "";
	height: 2px;
	background: #eff3f3;
	z-index: -1;
}
h1 + .menu-frame  {
	margin-top: -9px;
}
.menu-button-next {
	position: absolute;
	top: 6px;
	right: 3px;
	font-size: 16px;
	color: #c7b59d;
	z-index: 10;
	cursor: pointer;
}
.menu-button-prev {
	position: absolute;
	top: 6px;
	right: 33px;
	font-size: 16px;
	color: #c7b59d;
	z-index: 10;
	cursor: pointer;
}
.menu-holder .menu {
	padding: 0 0 2px;
	margin: 0;
	font-size: 20px;
	line-height: 27px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
}
.menu-holder .menu li {
	flex: 0 1 auto;
	align-items: stretch;
	position: relative;
	margin: 0 34px 0 0;
	padding: 0 0 18px;
	white-space: nowrap;
 }
 .menu-holder .menu li.active {
	border-bottom: 2px solid #91c700;
	padding: 0;
	z-index: 100;
 }
.menu-holder .menu li a {
	color: #111;
	display: block;
	text-decoration: none;
}
.menu-holder .menu li.active a {
	font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
	color: #91c700;
}
.menu-holder .menu li a:hover {
	color: #91c700;
}
.secondary-nav {
	overflow: hidden;
	font-size: 16px;
	line-height: 27px;
	letter-spacing: -0.005em;
	margin: 0 0 30px;
}
.secondary-nav li {
	float: left;
	margin: 0 28px 0 0;
}
.secondary-nav a {
	color: #111;
	text-decoration: none;
}
.secondary-nav .active a,
.secondary-nav a:hover {
	color: #91c700;
}
.secondary-nav .active a {
	font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
}
.swiper-pagination-lock,
.swiper-button-lock {
	display: none;
}
.slider + .articles {
	margin-top: -19px;
}
.articles {
	margin-bottom: 25px;
}
.articles {
	overflow: hidden;
}
.articles .item:first-child {
	float: right;
	width: 540px;
	position: relative;
}
.articles .item:first-child .text {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 65px 41px 51px;
	z-index: 2;
}
.articles .item:first-child a {
	position: relative;
}
.articles .item:first-child a:after {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2c2c2c+46,131313+100&0+0,0+45,1+100 */
	background: -moz-linear-gradient(top,  rgba(44,44,44,0) 0%, rgba(44,44,44,0) 45%, rgba(44,44,44,0.02) 46%, rgba(19,19,19,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(44,44,44,0) 0%,rgba(44,44,44,0) 45%,rgba(44,44,44,0.02) 46%,rgba(19,19,19,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(44,44,44,0) 0%,rgba(44,44,44,0) 45%,rgba(44,44,44,0.02) 46%,rgba(19,19,19,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002c2c2c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	z-index: 1;
}
.articles .item:first-child .text h4 {
	font-size: 29px;
	line-height: 27px;
	margin: 0;
}
.articles .item {
	float: left;
	width: 540px;
	margin: 0 0 10px;
	padding: 0 0 13px;
	position: relative;
	border-bottom: 1px solid #f4f4f4;
}
.articles .item:first-child {
	margin: 0;
	padding: 0;
	border-bottom: 0;
}
.articles .item:first-child .visual {
	margin: 0;
	float: none;
}
.articles .item:last-child {
	border-bottom: 0;
}
.articles .item  em {
	font-size: 13px;
	line-height: 22px;
	font-style: normal;
	margin: 0 0 5px;
	display: block;
	color: #626363;
	letter-spacing: -0.005em;
}
.articles .item .text h4 {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	margin: 0 0 10px;
	font-size: 20px;
	line-height: 22px;
	letter-spacing: -0.005em;
}
.articles .item .text p {
	font-size: 16px;
	line-height: 22px;
	margin: 0;
	letter-spacing: -0.005em;
}
.articles .item .visual {
	float: left;
	margin: 0 33px 0 0;
}
.articles .item .text {
	overflow: hidden;
	padding: 5px 0 0;
}
.articles .item:first-child em {
	color: #fff;
}
.articles .item:first-child .text {
	color: #fff;
}
.articles .item:first-child .text p {
	display: none;
}
.articles  .item a {
	color: #111;
	display: block;
	text-decoration: none;
}
.articles .item a:hover {
	opacity: 0.8;
}
.articles  a:hover h4 {
	color: #91c700;
}
.paging {
	overflow: hidden;
	margin: -21px 0 37px;
}
.paging ul {
	font-size: 0;
	line-height: 0;
	text-align: center;
}
.paging ul a, .paging ul span {
	text-decoration: none;
	color: #111;
	display: inline-block;
	vertical-align: top;
	height: 40px;
	padding: 0 14px;
	line-height: 40px;
	margin: 0 4px;
	font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
}
.paging ul a:hover {
	text-decoration: underline;
}
.paging ul .active {
	text-decoration: none;
	font-family: "Museo Sans Cyrl 900", Arial, sans-serif;
}
.paging ul .active {
	color: #fff;
	background: #91c700;
	text-decoration: none;
}
.paging ul .active:hover {
	text-decoration: none;
}
.paging ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	font-size: 21px;
	line-height: 40px;
}
.paging ul .prev, .paging ul .next {
	text-decoration: none;
	font-size: 13px;
	line-height: 22px;
	height: auto;
	position: relative;
	font-family: "Museo Sans Cyrl 500", Arial, sans-serif;
}
.paging ul .prev:hover, .paging ul .next:hover {
	color: #91c700;
	text-decoration: none;
}
.paging ul .prev i, .paging ul .next i {
	font-size: 11px;
	color: #91c700;
	position: absolute;
}
.paging ul .prev i {
	left: 0;
	top: 5px;
}
.paging ul .next i {
	right: 0;
	top: 5px;
}
.paging ul .next {
	color: #48494d;
	padding: 0 30px 0 0;
	margin: 13px 0 0 96px;
}

.paging ul .prev {
	color: #48494d;
	padding: 0 0 0 30px;
	margin: 13px 96px 0 0 ;
}
.filter {
	position: relative;
	padding: 8px 0 69px;
	margin: 0 0 17px;
}
.filter .h5,
.filter h5 {
	font-size: 20px;
	line-height: 36px;
	margin: 0 0 8px;
}
.filter:after {
	position: absolute;
	top: 0;
	left: -50vw;
	right: -50vw;
	height: 100%;
	content: "";
	background: url(../images/bg_filter.jpg) 50% 50% no-repeat;
	background-size: cover;
	z-index: -1;
}
.filter ul {
	columns: 240px 4;
	column-gap: 30px;
	font-size: 16px;
	line-height: 27px;
	letter-spacing: -0.025em;
	margin: 0 0 20px;
}
.filter ul a {
	color: #444c61;
	text-decoration: none;
}
.filter ul a:hover {
	color: #91c700;
}
.filter ul .active a {
	font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
}
.filter .columns {
	overflow: hidden;
	margin: 0 0 -9px;
}
.filter .columns + .columns {
	margin: 0;
}
.filter .columns .column {
	float: left;
	width: 540px;
	margin: 0 30px 0 0;
}
.filter .columns .column + .column {
	margin: 0;
}
.filter .columns .columns {
	margin: 0;
}
.filter .columns .columns .column {
	width: 255px;
	margin: 0 30px 0 0;
}
.filter .columns .columns .column + .column {
	margin: 0;
}
.filter .columns .column ul {
	columns: 240px 2;
	column-gap: 30px;
}
.filter label input[type=checkbox] {
	display: none;
}
.filter input[type=checkbox] + span {
	position: relative;
	display: block;
	line-height: 26px;
	margin: 0 0 4px;
	padding: 0 0 0 32px;
}
.filter input[type=checkbox] + span:after {
	position: absolute;
	top: 5px;
	left: 2px;
	width: 16px;
	height: 16px;
	content: "";
	border-radius: 3px;
	border:1px solid #c2cbd1;
}
.filter input[type=checkbox] + span:before{
	content: '\2713';
	position: absolute;
	top: 0;
	left: 0;
	color: #9dcd1c;
	margin: 0 8px 0 4px;
	font-size: 20px;
	line-height: 28px;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.filter input[type=checkbox]:checked + span:before{
	-webkit-transform: scale(1);
	transform: scale(1);
}
.filter input[type=checkbox]:checked + span {
	font-family: "Museo Sans Cyrl 500", Arial, sans-serif;
}
.filter label input[type=radio] {
	display: none;
}
.filter input[type=radio] + span {
	position: relative;
	display: block;
	line-height: 26px;
	margin: 0 0 4px;
	padding: 0 0 0 32px;
}
.filter input[type=radio] + span:after {
	position: absolute;
	top: 5px;
	left: 2px;
	width: 16px;
	height: 16px;
	content: "";
	border-radius: 50%;
	border:1px solid #c2cbd1;
}
.filter input[type=radio] + span:before{
	position: absolute;
	top: 5px;
	left: 2px;
	width: 8px;
	height: 8px;
	content: "";
	border-radius: 50%;
	border:5px solid #9dcd1c;
	display: none;
}
.filter input[type=radio]:checked + span:before{
	display: block;
}
.filter input[type=radio]:checked + span {
	font-family: "Museo Sans Cyrl 500", Arial, sans-serif;
}
.filter .more {
	font-size: 13px;
	font-family: "Museo Sans Cyrl 500", Arial, sans-serif;
	color: #111;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	float: left;
	margin: 3px 0 0 34px;
	padding-bottom: 8px;
}
.filter .more:hover {
	color: #91c700;
}
.filter .more:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #91c700;
	white-space: nowrap;
	content: ".....................................................................................";
}
.ui-slider-holder {
	overflow: hidden;
	position: relative;
	padding: 43px 0 0 3px;
}
.ui-slider-holder .note {
	font-family: "Museo Sans Cyrl 500", Arial, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #6e6e6e;
	position: absolute;
	top: 20px;
	left: 3px;
}
.ui-slider-holder .note + .note {
	left: auto;
	right: 0;
}
.ui-slider-holder:after {
	position: absolute;
	top: 7px;
	left: 0;
	right: 0;
	height: 4px;
	content: "";
	background: #edefef;
	border-radius: 2px;
}
.ui-slider-holder .ui-slider {
	position: absolute;
	top: 0;
	left: 0;
	right: 36px;
	height: 18px;
}
.ui-slider .ui-slider-handle {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border:5px solid #9dcd1c;
	margin: 0;
	background: #fff;
	top: 0;
}
.ui-slider .ui-slider-handle + .ui-slider-handle {
	margin: 0 0 0 17px;
}
.ui-slider .ui-slider-range {
	margin: 0 0 0 18px;
	background: #9dcd1c;
	height: 4px;
	top: 7px;
}
.ui-slider-holder input[type=text] {
	float: left;
	width: 117px;
	background: #fff url(../images/icon_12.png) 96px 13px no-repeat;
	border: 1px solid #c2cbd1;
	border-radius: 3px;
	height: 41px;
	line-height: 39px;
	font-size: 14px;
	color: #13141c;
	padding: 0 30px 0 13px;
	margin: 0 18px 0 0;
}
.columns .columns .ui-slider-holder input[type=text] {
	background: #fff url(../images/icon_13.png) 93px 13px no-repeat;
}
.ui-slider-holder input[type=text] + input[type=text] {
	margin: 0;
}
/*.filter input[type=submit] {
	font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
	display: block;
	border: 0;
	background: #f3152f;
	width: 100%;
	font-size: 19px;
	color: #fff;
	text-align: center;
	height: 55px;
	line-height: 55px;
	border-radius: 26px;
	margin: 0 0 11px;
}*/
.filter p {
	font-family: "Museo Sans Cyrl 500", Arial, sans-serif;
	text-align: center;
	color: #9fa2a4;
	font-size: 12px;
	line-height: 16px;
	margin: 0;
}
.filter .toggle {
	position: absolute;
	z-index: 99;
	bottom: 0;
	left: 0;
	right: 0;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	color: #595959;
	text-decoration: none;
	text-align: center;
	background: #edf0f0;
}
.filter .toggle:hover {
	color: #9dcd1c;
}
.filter .toggle i {
	padding: 0 0 0 13px;
	color: #b0a493;
	font-size: 4px;
	vertical-align: middle;
}
.filter:before {
	background: #edf0f0;
	position: absolute;
	bottom: 0;
	height: 34px;
	left: -50vw;
	right: -50vw;
	content: "";
	z-index: 0;
}
.sort {
	margin: 0;
	font-size: 15px;
	line-height: 30px;
	overflow: hidden;
}
.sort li {
	font-family: "Museo Sans Cyrl 500", Arial, sans-serif;
	float: left;
	margin: 0 27px 0 0;
	position: relative;
}
.sort a {
	font-family: "Museo Sans Cyrl 300", Arial, sans-serif;
	color: #13141c;
	text-decoration: none;
}
.sort a:hover {
	color: #9dcd1c;
}
.sort li.active a {
    color: #9dcd1c;
}
.sort li.active:after {
	/*background: url(../images/icon_14.png) 0 0 no-repeat;*/
	/*width: 8px;*/
	/*height: 10px;*/
	/*content: "";*/
	/*position: absolute;*/
	/*right: -9px;*/
	/*top: 10px;*/
}
.sort + .projects {
	padding-top: 5px !important;
}
div.contacts {
	margin: 0 0 10px;
}
div.contacts:after {
	display: block;
	clear: both;
	content: "";
}
.contacts .content {
	float: left;
	width: 730px;
}
.contacts .content h1 {
	margin-bottom: 10px;
}
.contacts .sidebar {
	padding: 20px 0 0;
	width: 351px;
}
.contacts .sidebar .block {
	border-radius: 3px;
	padding: 13px 22px 10px;
}
.contacts .sidebar .consult-form {
	padding: 14px 0 0;
}
.contacts .sidebar .consult-form legend {
	padding-bottom: 27px;
	margin: 0 0 23px;
}
.contacts .consult-form .row {
	padding: 0 9px 0 17px !important;
	margin: 0 0 19px !important;
}
.contacts .consult-form textarea {
	height: 186px;
}
.contacts address {
	font-family: "Museo Sans Cyrl 500", Arial, sans-serif;
	display: block;
	overflow: hidden;
	font-style: normal;
	color: #000;
	margin: 0 0 11px;
	letter-spacing: -0.005em;
}
.contacts address i {
	float: left;
	margin: 6px 12px 0 3px;
	color: #c7b59d;
}
.contacts address a {
	background: url(../images/icon_16.png) 0 4px no-repeat;
	padding: 0 0 8px 39px;
	margin: 2px 7px 0 0 ;
	color: #626363;
	font-size: 13px;
	float: right;
	text-decoration: none;
	overflow: hidden;
	position: relative;
}
.contacts address a:hover {
	color: #9dcd1c;
}
.contacts address a:after {
	position: absolute;
	bottom: 0;
	left: 39px;
	right: 0;
	color: #d8ccbc;
	white-space: nowrap;
	content: ".....................................................................................";
}
.metro {
	overflow: hidden;
	margin: 0 0 30px;
}
.metro li {
	position: relative;
	padding: 14px 15px 0 58px;
	float: left;
	width: 353px;
	height: 79px;
	margin: 0 0 4px;
	border-radius: 3px;
	background: #f9f7f5;
}
.metro li:nth-child(2n+2) {
	float: right;
}
.metro li i {
	position: absolute;
	top: 17px;
	left: 22px;
	color: #c7b59d;
}
.metro li strong {
	font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
	display: block;
	margin: 0 0 3px;
	font-size: 16px;
}
.metro li span {
	display: block;
	font-size: 13px;
	line-height: 14px;
	color: #626363;
}
.contacts ul.contacts {
	margin: 0 0 33px;
	overflow: hidden;
}
.contacts ul.contacts li {
	margin: 0 41px 0 0;
}
ul.contacts li:nth-child(1):before {
	font-size: 18px;
	top: 2px;
	left: 3px;
}
ul.contacts li:nth-child(3):before {
	font-size: 15px;
	top:4px;
}
.map iframe {
	border: 0;
}
.contacts h4 {
	font-size: 18px;
	line-height: 22px;
	margin: 31px 0 0 26px;
}
.contacts .video {
	margin: -14px 0 0 -16px;
}
.details {
	padding: 10px 0 0;
	margin: 0 0 29px;
	font-size: 0;
	line-height: 0px;
	overflow: hidden;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
.details li {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 24px 0 25px 33px;
	width: 285px;
	flex-direction: column;
	border-left: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
}
.details li span {
	font-size: 13px;
	line-height: 14px;
	margin: 0 0 7px;
	display: block;
	color: #626363;
}
.details strong {
	font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
	display: block;
	font-size: 16px;
	line-height: 20px;
	color: #000;
}
.details li:first-child {
	flex: 1 0 254px;
	width: 254px;
	padding: 0;
	border-left: 0;
}
.details li:nth-child(5n+5) {
	flex: 1 0 254px;
	padding-left: 0;
	width: 254px;
	border-left: 0;
}
.details li:nth-child(4),
.details li:nth-child(3),
.details li:nth-child(2),
.details li:nth-child(1) {
	padding-top: 0;
}
.details li:nth-last-child(4),
.details li:nth-last-child(3),
.details li:nth-last-child(2),
.details li:nth-last-child(1)  {
	border-bottom: 0;
	padding-bottom: 0;
}
.article-info {
	padding: 11px 0 0;
	overflow: hidden;
	margin: 0 0 5px;
}
.article-info .information {
	float: left;
	width: 732px;
}
.article-info .information .visual {
	margin:0;
	background: #fff;
	position: relative;
}
.article-info .information .visual img {
	border-radius: 3px;
}
.article-info .information .visual span {
	font-family: "Museo Sans Cyrl 500", Arial, sans-serif;
	letter-spacing: -0.005em;
	position: absolute;
	bottom: 11px;
	right: 0;
	font-size: 12px;
	color: #626363;
	background: #fff;
	border-radius: 3px 0 0 3px;
	padding: 0 12px 0 14px;
	height: 26px;
	line-height: 26px;
}
.article-info h1 {
	font-size: 44px;
	line-height: 44px;
	margin: 0 0 15px;
}
.status {
	overflow: hidden;
	margin: 0 0 14px;
	color: #626363;
	font-size: 13px;
	line-height: 22px;
}
.status li {
	float: left;
	margin: 0 42px 0 0;
}
.status li i {
	display: inline-block;
	vertical-align: top;
	color: #c7b59d;
	margin: 5px 9px 0 0;
}
.article-info .consult-form legend {
	background: url(../images/icon_17.png) 10px 7px no-repeat;
	padding: 0 0 28px 62px;
	font-size: 19px;
	line-height: 22px;
}
.article-info .consult-form {
	padding-top: 13px;
}
.article-info .sidebar .block {
	margin: 0;
	padding-bottom: 3px;
}
.article-info .information .text {
	background: #f6f8f2 url(../images/bg_05.jpg) 50% 50% no-repeat;
	background-size: cover;
	border-radius: 0 0 3px 3px;
	padding: 22px 62px 36px;
}
.article-info .information h5 {
	font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
	padding: 0;
	margin: 0 0 13px;
	position: relative;
	font-size: 20px;
	line-height: 22px;
}
.article-info .information h5:before {
	position: absolute;
	top: 5px;
	left: -61px;
	width: 47px;
	content: "";
	height: 14px;
	background: #91c700;
}
.article-info .information ul {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 27px;
}
.article-info .information ul li {
	margin: 0;
	padding: 0 0 0 22px;
	position: relative;
}
.article-info .information ul li:before {
	position: absolute;
	top: 14px;
	left: 1px;
	height: 1px;
	background: #bac9a0;
	width: 11px;
	border-radius: 0;
	border:0;
	content: "";
}
.article-info .information ul li a {
	color: #111;
	display: inline-block;
	vertical-align: top;
	position: relative;
	text-decoration: none;
}
.article-info .information ul li a:after {
	position: absolute;
	bottom: 2px;
	left: 0;
	right: 0;
	height: 1px;
	background: #d6dec3;
	content: "";
}
.article-info .information ul li a:hover {
	font-family: "Museo Sans Cyrl 500", Arial, sans-serif;
}
.article h3 {
	/* font-size: 40px;
	line-height: 44px; */
	margin: 0 0 23px;
	letter-spacing: -0.005em;
}
.article h4 {
	font-family: "Museo Sans Cyrl 500", Arial, sans-serif;
	font-size: 36px;
	line-height: 40px;
	margin: 0 0 19px;
	letter-spacing: -0.005em;
}
.article p {
	margin: 0 0 19px;
}
.article p a {
	color: #2e3335;
}
.article .visual {
	width: 540px;
	margin: 39px auto 47px;
	position: relative;
	border-radius: 3px;
	overflow: hidden;
}
.article .visual span {
	font-family: "Museo Sans Cyrl 500", Arial, sans-serif;
	letter-spacing: -0.005em;
	position: absolute;
	bottom: 16px;
	right: 0;
	font-size: 12px;
	color: #626363;
	background: #fff;
	border-radius: 3px 0 0 3px;
	padding: 0 12px 0 14px;
	height: 26px;
	line-height: 26px;
}
.article .notice {
	margin: 28px 0 27px;
	padding: 28px 130px 15px;
	position: relative;
	overflow: hidden;
	border-radius: 3px;
}
.article .notice i {
	position: absolute;
	top: 50%;
	left: 63px;
	font-size: 44px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.article .notice.green {
	background: #f2f5ea;
}
.article .notice.green i {
	color: #91c700;
}
.article .notice.brown {
	background: #faf7f3;
}
.article .notice.brown i {
	color: #c7b59d;
}
.article .notice.red {
	background: #faf3f4;
}
.article .notice.red i {
	color: #ee2c48;
}
.article .notice p {
	font-family: "Museo Sans Cyrl 500", Arial, sans-serif;
	font-size: 18px;
	line-height: 27px;
	letter-spacing: -0.005em;
}
.article ul:not(.list_sizes, .slick-dots) {
	font-family: "Museo Sans Cyrl 500", Arial, sans-serif;
	margin: 0 0 32px;
	padding: 10px 0 0 50px;
}
.article ul:not(.list_sizes, .slick-dots) li {
	position: relative;
	padding: 0 0 0 23px;
}
.article ul:not(.list_sizes, .slick-dots) li:before {
	position: absolute;
	top: 12px;
	left: 0;
	border: 2px solid #96c90b;
	width: 6px;
	height: 6px;
	border-radius: 5px;
	content: "";
}
.article ol {
	font-family: "Museo Sans Cyrl 500", Arial, sans-serif;
	margin: 0 0 47px;
	padding: 10px 0 0 49px;
	counter-reset: my-awesome-counter;
}
.article ol li {
	overflow: hidden;
	counter-increment: my-awesome-counter;
}
.article ol li:before {
	float: left;
	content: counter(my-awesome-counter);
	font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
	font-size: 24px;
	line-height: 30px;
	margin: 0 11px 0 0;
	color: #91c700;
}
.article .video {
	background: url(../images/bg_video_big.png) no-repeat;
	width: 598px;
	height: 401px;
	padding: 0;
	margin: 0 auto 2px;
}
.article .video a {
	width: 540px;
	height: 347px;
	top: 0;
	left: 27px;
	border-radius: 4px;
}
.article blockquote {
	padding: 32px 100px 0 144px;
	margin: 0 0 52px;
}
.article blockquote:before {
	left: 71px;
	top: 24px;
}
.article blockquote p {
	margin: 0 0 12px;
}
.article .author {
	overflow: hidden;
	padding: 16px 0 23px;
}
.article .author .rating {
	float: right;
	margin: 0 13px 0 126px;
}
.article .author .rating span {
	display: block;
	font-size: 13px;
	line-height: 22px;
	color: #626363;
	margin: 0;
}
.article .author .rating .star-rating {
	list-style:none;
	margin:0px;
	padding:0px;
	width:136px;
	height:26px;
	position:relative;
	background:url(../img_new/rd_icon-19.svg) repeat-x;
	overflow: hidden;
}
.article .author .rating .star-rating li{
	/*\*/
	float:left;
	margin: 0 5px 0 0;
	padding: 0;
	/* */
}
.article .author .rating .star-rating li:last-child {
	margin: 0;
}
.article .author .rating .star-rating li:before {
	display: none;
}
.article .author .rating .star-rating li a{
	display:block;
	width:26px;
	height:26px;
	text-decoration:none;
	text-indent:-9000px;
	z-index:2;
	position:absolute;
	padding:0px;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

.article .author .rating .star-rating li a:hover,
.article .author .rating .star-rating li.active a,
.article .author .rating .star-rating li.setted a{
	background:url(../img_new/rd_icon-19_1.svg);
	z-index:1;
	left:0px;
}

.article .author .rating .star-rating li.setted a,
.article .author .rating .star-rating li.setted a:hover {
	background-position: 0 100%;
}
.article .author .rating .star-rating a.one-star{left:0px;}
.article .author .rating .star-rating a.one-star:hover,
.article .author .rating .star-rating li.active a.one-star,
.article .author .rating .star-rating li.setted a.one-star{width:26px;}

.article .author .rating .star-rating a.two-stars{left:27px;}
.article .author .rating .star-rating a.two-stars:hover,
.article .author .rating .star-rating li.active a.two-stars,
.article .author .rating .star-rating li.setted a.two-stars{width:52px;}

.article .author .rating .star-rating a.three-stars{left:52px;}
.article .author .rating .star-rating a.three-stars:hover,
.article .author .rating .star-rating li.active a.three-stars,
.article .author .rating .star-rating li.setted a.three-stars{width:83px;}

.article .author .rating .star-rating a.four-stars{left:83px;}
.article .author .rating .star-rating a.four-stars:hover,
.article .author .rating .star-rating li.active a.four-stars,
.article .author .rating .star-rating li.setted a.four-stars{width:110px;}

.article .author .rating .star-rating a.five-stars{left:110px;}
.article .author .rating .star-rating a.five-stars:hover,
.article .author .rating .star-rating li.active a.five-stars,
.article .author .rating .star-rating li.setted a.five-stars{width:136px;}

.article .author .by {
	float: left;
}
.article .author .by .holder {
	overflow: hidden;
	padding: 1px 0 0;
}
.article .author .by span {
	overflow: hidden;
	display: block;
	margin: 0;
	font-size: 13px;
	line-height: 22px;
	color: #626363;
	white-space: nowrap;
}
.article .author .by strong {
	white-space: nowrap;
	overflow: hidden;
	display: block;
	font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
	font-size: 18px;
	line-height: 24px;
}
.article .author .by .avatar {
	float: left;
	margin: 4px 19px 0 0;
	overflow: hidden;
	border-radius: 50%;
}
.article .author .social {
	float: right;
	margin: 13px 0 0;
}
.comments {
	overflow: hidden;
	border-top: 1px solid #ebebeb;
	padding: 24px 0 0;
}
.comments .content {
	float: left;
	width: 732px;
}
.comments h2 {
	font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
	font-size: 44px;
	line-height: 44px;
	margin: 0 0 27px;
}
.comments .empty {
	position: relative;
	padding: 0 100px 0 0;
	margin: 0 0 45px;
}
.comments .empty:after {
	content: "";
	background: url(../images/icon_18.png) 0 0 no-repeat;
	position: absolute;
	top:50%;
	right: 14px;
	margin-top: -16px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 61px;
	height: 50px;
}
.comments .empty p {
	font-family: "Museo Sans Cyrl 100", Arial, sans-serif;
	font-size: 30px;
	line-height: 36px;
	color: #c5c5c5;
	margin: 0;
	letter-spacing: -0.005em;
}
.comments .sidebar {
	padding: 16px 0 0;
}
.comments .post {
	overflow: hidden;
	margin: 0 0 35px;
}
.comments .post .heading {
	overflow: hidden;
	margin: 0 0 21px;
}
.comments .post .heading .by {
	float: left;
	margin: 0;
}
.comments .post .heading .by .avatar {
	float: left;
	margin: 0 20px 0 0;
}
.comments .post .heading .by .holder {
	overflow: hidden;
	padding: 1px 0 0;
}
.comments .post .heading .by .date {
	overflow: hidden;
	display: block;
	margin: 0 0 2px;
	font-size: 13px;
	line-height: 22px;
	color: #626363;
	white-space: nowrap;
}
.comments .post .heading .by strong {
	white-space: nowrap;
	overflow: hidden;
	display: block;
	font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
	font-size: 18px;
	line-height: 24px;
}
.comments .post .heading .likes {
	float: right;
	padding: 1px 15px 0 0;
}
.comments .post .heading .likes span {
	overflow: hidden;
	display: block;
	margin: 0 0 2px;
	font-size: 13px;
	line-height: 22px;
	color: #626363;
	white-space: nowrap;
}
.comments .post .heading .likes ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
}
.comments .post .heading .likes ul li {
	float: left;
	margin: 0 14px 0 0;
}
.comments .post .heading .likes ul a {
	text-decoration: none;
	color: #111;
}
.comments .post .heading .likes ul em {
	font-family: "Museo Sans Cyrl 300", Arial, sans-serif;
	font-style: normal;
}
.comments .post .text {
	border: 1px solid #e6e9eb;
	border-radius: 4px;
	padding: 15px 20px 17px 27px;
}
.comments .post .text p {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -0.005em;
	margin: 0;
}
.comments .consult-form legend {
	margin-bottom: 22px;
}
.comments .consult-form .row {
	margin-bottom: 19px !important;
}
.comments .consult-form textarea {
	height: 186px;
}
.comments .answer {
	overflow: hidden;
	margin: 0 0 20px;
}
.comments .answer .heading {
	overflow: hidden;
	margin: 0 0 8px;
	padding: 0 17px 0 0;
}
.comments .answer .heading strong {
	float: left;
	position: relative;
	color: #91c700;
	padding: 0 0 0 71px;
	font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
	font-size: 18px;
	line-height: 24px;
}
.comments .answer .heading strong:before {
	position: absolute;
	top: 8px;
	left: 13px;
	width: 44px;
	height: 5px;
	background: #91c700;
	content: "";
}
.comments .answer .heading .date {
	overflow: hidden;
	float: right;
	margin: 0 0 2px;
	font-size: 13px;
	line-height: 22px;
	color: #626363;
	white-space: nowrap;
}
.comments .answer .text {
	background: #f7f9f3;
	border: 1px solid #a9db21;
	border-radius: 4px;
	padding: 15px 20px 17px 27px;
}
.comments .answer .text p {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -0.005em;
	margin: 0;
}
.product-details  {
	position: relative;
	width: 600px;
	padding: 5px 0 0;
}
.product-details:before {
	background: url(../images/img_37.jpg) no-repeat;
	position: absolute;
	top: 239px;
	right: -64px;
	content: "";
	width: 131px;
	height: 246px;
	z-index: 0;
}
.fancybox-content {
	padding: 30px 64px;
}
.product-details h4 {
	line-height: 30px;
	font-size: 36px;
	margin: 0 150px 26px 0;
}
.product-details .frame {
	overflow: hidden;
	background: #f8f9f5;
	margin: 0 -64px 27px;
	padding: 16px 64px 17px;
}
.product-details .frame .price {
	float: left;
	margin: 0 58px 0 0;
}
.product-details .frame .price strong {
	display: block;
	margin: 0 0 4px;
	color: #91c700;
	letter-spacing: -0.005em;
	font-size: 36px;
	line-height: 36px;
	font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
}
.product-details .frame .price strong em {
	font-style: normal;
	font-size: 20px;
}
.product-details .frame .price span {
	display: block;
	line-height: 14px;
	font-size: 12px;
}
.product-details .frame ul {
	font-size: 13px;
    line-height: 22px;
	overflow: hidden;
	padding: 7px 0 4px;
}
.product-details .frame ul span {
	display: block;
	margin: 0 0 -2px;
}
.product-details .frame ul li {
	float: left;
	position: relative;
	padding: 0 19px 0 0;
	margin: 0 17px 0 0;
}
.product-details .frame ul li:after {
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	background: #e7e9e1;
	content: "";
	height: 37px;
}
.product-details .frame ul li:last-child {
	padding: 0;
	margin: 0;
}
.product-details .frame ul li:last-child:after {
	display: none;
}
.product-details .frame ul span {
	display: block;
	margin-bottom: -2px;
}
.product-details .frame ul em {
	font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
	font-style: normal;
	font-size: 22px;
	color: #a0917d;
	display: block;
	letter-spacing: -0.005em;
}
.product-details p {
	font-size: 17px;
	line-height: 27px;
	margin: 0 0 25px;
	letter-spacing: -0.005em;
}
.product-details .step {
	margin: 0;
}
.product-details .step.hidden {
	display: none;
}
.product-details .step .head {
	position: relative;
	margin: 0 0 20px -64px;
	padding: 13px 0 0 94px;
}
.product-details .step .head span {
	font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
	text-align: right;
	padding: 0 21px 0 0;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/bg_06.png) no-repeat;
	width: 79px;
	height: 50px;
	color: #fff;
	font-size: 36px;
	line-height: 50px;
}
.product-details .step .head strong {
	font-family: "Museo Sans Cyrl 500", Arial, sans-serif;
	font-size: 27px;
	line-height: 30px;
}
.product-details .step ul {
	margin: 0 0 11px;
	padding: 0 0 0 9px;
	font-size: 19px;
	line-height: 24px;
}
.product-details .step ul li {
	position: relative;
	padding: 4px 0 4px 22px;
}
.product-details .step ul li:before {
	position: absolute;
	top: 11px;
	left: 0;
	content: "";
	border: 2px solid #91c700;
	width: 6px;
	height: 6px;
	border-radius: 50%;
}
.product-details .step ul strong {
	font-family: "Museo Sans Cyrl 500", Arial, sans-serif;
}
.product-details .more {
	font-size: 13px;
	font-family: "Museo Sans Cyrl 500", Arial, sans-serif;
	color: #111;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	float: left;
	margin: 3px 0 27px 34px;
	padding-bottom: 8px;
}
.product-details  .more:hover {
	color: #91c700;
}
.product-details  .more:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #91c700;
	white-space: nowrap;
	content: ".....................................................................................";
}
.product-details .recall {
	clear: both;
	overflow: hidden;
	margin: 0 -64px -30px;
	padding: 27px 64px 30px;
	background: #f9fafa;
}
#hidden-content {
	display: none;
}
.product-details .recall legend {
	display: block;
	font-size: 44px;
	line-height: 44px;
	margin: 0 0 22px;
}
.product-details .recall p {
	background: url(../images/icon_19.png) 4px 5px no-repeat;
	padding: 0 0 0 64px;
	font-size: 17px;
	line-height: 27px;
	margin: 0 0 27px;
}
.product-details .recall .form-fow {
	overflow: hidden;
}
.product-details .recall .col {
	float: left;
	width: 403px;
}
.product-details .recall .col + .col {
	float: right;
	width: 175px;
	padding: 25px 0 0;
}
.product-details .recall input[type=submit] {
    font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
    display: block;
    width: 175px;
    text-align: center;
    background: #91c700;
    border: 0;
    color: #fff;
    font-size: 16px;
    height: 51px;
    border-radius: 23px;
}
.product-details .recall input[type=text] {
	font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
    display: block;
    width: 100%;
    height: 52px;
    font-size: 16PX;
    color: #111;
    border-radius: 3px;
    background: #fff;
    padding: 0 24px;
    margin: 0 0 11px;
    border: 1px solid #c2cbd1;
}
.product-details .recall label {
	display: block;
	font-size: 16px;
	line-height: 30px;
	margin: 0 0 -4px 8px;
}
.product-details .recall span {
	display: block;
	padding: 0 0 0 8px;
	font-size: 12px;
	line-height: 17px;
	color: #626363;
}

/* new style 23.11.2020 */

#footer .list-social{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#footer .list-social li{
	margin: 0 14px 0 0;
}
#footer .list-social a{
	display: block;
	width: 33px;
	height: 33px;
	border-radius: 50%;
}
#footer .list-social .inst a{
	background: url("../images/icon-inst.svg") no-repeat;
	background-size: 100%;
}
#footer .list-social .wsp a{
	background: url("../images/icon-wsp.svg") no-repeat;
	background-size: 100%;
}
#footer .list-social .tlg a{
	background: url("../images/icon-tlg.svg") no-repeat;
	background-size: 100%;
}
#footer .list-social .vbr a{
	background: url("../images/icon-vbr.svg") no-repeat;
	background-size: 100%;
}

@media screen and (max-width: 1300px) {
	.gallery-button-next{
		right: -30px;
	}
	.gallery-button-prev{
		left: -30px;
	}
}
@media screen and (max-width: 1150px){
	.gallery-button-next{
		right: -20px;
	}
	.gallery-button-prev{
		left: -20px;
	}
}
@media screen and (max-width: 768px){
	.gallery-button-next,
	.gallery-button-prev{
		width: 40px;
		height: 40px;
	}
	.gallery-button-next{
		right: -45px;
	}
	.gallery-button-prev{
		left: -45px;
	}
}
@media screen and (max-width: 480px){
	.gallery-button-next{
		right: -20px;
	}
	.gallery-button-prev{
		left: -20px;
	}
}

/* end new style 23.11.2020 */

/* new style 21.01.2021 */

.price-info{
	overflow: visible;
}
.photo-tab{
	margin: 0 0 25px;
}
.photo-tab .tab-body{
	position: relative;
}
.photo-tab .tab{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
	opacity: 0;
}
.photo-tab .tab.active{
	opacity: 1;
	z-index: 0;
	position: relative;
}
.photo-tab .tab-control{
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 13px;
}
.photo-tab .tab-control li{
	margin: 0 30px 10px 0;
}
.photo-tab .tab-control a{
	font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
	font-size: 18px;
	line-height: 27px;
	padding: 0 0 0;
	display: block;
	position: relative;
	color: #91c700;
	text-decoration: none;
}
.photo-tab .tab-control a:after{
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: #91c700;
	opacity: 1;
}
.photo-tab .tab-control .active a:after,
.photo-tab .tab-control a:hover:after{
	opacity: 0;
}
.photo-tab .tab-control .active a{
	font-family: "Museo Sans Cyrl 400", Arial, sans-serif;
	color: #111;
}
.photo-gallery .gallery-holder{
	margin: 0 0 16px;
}
.photo-gallery .gallery-item{
	margin: 0 8px 0 0;
	flex: 1 0 364px;
}
.photo-gallery .visual{
	border-radius: 4px;
	overflow: hidden;
	margin: 0;
}
.photo-tab .photo-gallery .visual .img{
	max-width: 364px;
	height: 335px;
}
.photo-gallery .gallery-pagination .swiper-pagination-bullet{
	width: 6px;
	height: 6px;
}
.photo-gallery .gallery-button-prev,
.photo-gallery .gallery-button-next{
	top: 50%;
	transform: translateY(-89%);
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.photo-gallery .swiper-button-disabled{
	opacity: 1;
}
.photo-gallery .gallery-button-prev:after,
.photo-gallery .gallery-button-next:after{
	border-top: 2px solid rgba(0,0,0,.3);
    border-left: 2px solid rgba(0,0,0,.3);
}
.photo-gallery .gallery-button-prev:hover,
.photo-gallery .gallery-button-next:hover{
	box-shadow: 0 10px 15px 0 rgba(0,0,0,0.3);
}
.photo-gallery .gallery-button-prev:hover:after,
.photo-gallery .gallery-button-next:hover:after{
	border-top: 2px solid #000;
    border-left: 2px solid #000;
}
.price-block{
	margin: 0 0 0;
	background: #f8f9f5;
	border-radius: 4px;
}
.price-holder{
	padding: 13px 44px 10px 60px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.price-box{
	position: relative;
	padding: 0 0 0 21px;
	margin: 0 0 20px;
}
.price-box:after{
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	top: -20px;
	width: 2px;
	background: #91c700;
}
.price-box .price{
	display: block;
	margin: 0 0 10px;
	color: #91c700;
	font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
	font-size: 36px;
	line-height: 1;
}
.price-box span{
	display: block;
	color: #111;
	font-family: "Museo Sans Cyrl 300", Arial, sans-serif;
	font-size: 12px;
	line-height: 1;
}
.size-box{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	padding: 5px 0 0;
	margin: 0 0 20px;
}
.size-box .btn-holder .btn{
	color: #fff;
	font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
	font-size: 18px;
	line-height: 1;
	width: 196px;
	height: auto;
	background: #91c700;
	border-radius: 31px;
	display: block;
	margin: 0;
	padding: 21px 10px 22px;
}
.list-size{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	margin: 0 26px 0 0;
}
.list-size li{
	margin: 0 18px 0;
	position: relative;
}
.list-size li + li:after{
	position: absolute;
	content: '';
	width: 1px;
	height: 37px;
	background: #e7e9e1;
	top: 50%;
	transform: translateY(-50%);
	left: -18px;
}
.list-size span,
.list-size strong{
	display: block;
	margin: 0 0 0;
	line-height: 22px;
}
.list-size span{
	font-family: "Museo Sans Cyrl 300", Arial, sans-serif;
	color: #626363;
	font-size: 13px;
}
.list-size strong{
	color: #a0917d;
	font-size: 19px;
	font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
	margin: -1px 0 0;
}
.list-size li:last-child strong{
	font-size: 15px;
	margin: 0;
}
.desc-box{
	padding: 31px 59px 30px;
	border-radius: 4px;
	box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.11);
	background: rgba(255,255,255,.45);
}
.list-box{
	border-bottom: 1px solid #ecede9;
	margin: 0 0 24px;
}
.head-list{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 21px;
}
.head-list .title{
	display: block;
	color: #000;
	font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
	font-size: 27px;
	line-height: 36px;
}
.head-list .eko{
	display: block;
	color: #91c700;
	font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
	font-size: 16px;
	line-height: 36px;
	padding: 0 0 0 54px;
	position: relative;
}
.head-list .eko:after{
	position: absolute;
	content: '';
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 45px;
	height: 25px;
	background: url("../images/eco.svg") no-repeat;
	background-size: 100%;
}
.price-block .list-check{
	columns: 2;
	padding: 0 0 0 15px;
	margin: 0 0 35px;
}
.price-block .list-check li{
	margin: 0 0 10px;
	color: #111;
	font-family: "Museo Sans Cyrl 500", Arial, sans-serif;
	font-size: 17px;
	line-height: 20px;
	padding: 0 0 0 30px;
}
.price-block .list-check li:after{
	left: 0;
	width: 14px;
	height: 14px;
	top: 4px;
}
.price-block .info-box{
	padding: 0 7px 0;
	margin: 0;
}
.price-block .info-box .icon{
	margin: -8px 0 0;
}
.price-block .info-desc{
	font-size: 18px;
	line-height: 24px;
}
.catalog-items .grid{
	margin: -3px -15px 0;
}
.grid-item{
	padding: 0 15px;
	margin: 0 0 27px;
	float: left;
}
.grid-sizer,
.grid-item{
	width: 5%;
}
.grid-item:after{
	clear: both;
	display: block;
	content: '';
}
.inner-item{
	overflow: hidden;
	position: relative;
	display: block;
}
.inner-item .img{
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
}
.inner-item .img:before{
	content: '';
	display: block;
	padding: 10% 0 0;
}
.inner-item .name{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	color: #3e4343;
	font-family: "Museo Sans Cyrl 500", Arial, sans-serif;
	font-size: 13px;
	line-height: 1;
	padding: 6px 16px 7px;
	background: #eff4f4;
}
.grid-desc{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 18px 65px 20px 35px;
	background: rgba(19,20,28,.83);
	/* transform: translate3d(0, 100%, 0); */
	/* opacity: 0;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear; */
}
.grid-desc strong{
	display: block;
	color: #fff;
	font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
	font-size: 17px;
	line-height: 21px;
	letter-spacing: -0.03em;
}
.grid-desc span{
	position: absolute;
	top: 50%;
	right: 29px;
	transform: translateY(-52%);
	width: 35px;
	height: 35px;
	background: #91c700;
	border-radius: 50%;
}
.grid-desc span:after{
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	transform: translate(-60%, -50%) rotate(45deg);
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	width: 9px;
	height: 9px;
}
/* .inner-item:hover .grid-desc{
	opacity: 1;
	transform: translate3d(0, 0, 0);
} */
.full-width{
	width: 100%;
}
.full-width .img:before{
	padding: 46% 0 0;
}
.width_1{
	width: 45%;
}
.width_2{
	width: 55%;
}
.width_2.height_1 .img:before{
	padding: 59% 0 0;
}
.width_1.height_2 .img:before{
	padding: 91% 0 0;
}
.width_1.height_1 .img:before{
	padding: 72.695% 0 0;
}
.width_2.height_2 .img:before{
	padding: 72.945% 0 0;
}

@media screen and (max-width: 980px){
	.price-holder{
		padding: 13px 20px 10px;
	}
	.desc-box{
		padding: 31px 20px 30px;
	}
	.list-size{
		margin: 0;
	}
}
@media screen and (max-width: 768px){
	.head-list{
		display: block;
	}
	.head-list .title{
		margin: 0 0 20px;
	}
	.price-block .list-check{
		padding: 0;
		columns: 1;
	}
	.photo-gallery .gallery-item{
		flex: 1 0 280px;
	}
	.photo-tab .photo-gallery .visual .img{
		max-width: 280px;
		height: 250px;
	}
	.price-block .info-box .icon{
		width: 36px;
		margin: 0;
	}
	.size-box{
		display: block;
		width: 100%;
	}
	.list-size{
		margin: 0 0 20px;
	}
	.photo-tab .tab-control li{
		margin: 0 15px 10px 0;
	}
	.list-size{
		justify-content: flex-start;
	}
	.list-size li{
		margin: 0 36px 15px 0;
	}
	.main-content-box.catalog-page{
		display: block;
	}
	.catalog-items .grid{
		margin: -5px -5px 0;
	}
	.grid-item{
		padding: 5px;
		margin: 0;
		float: left;
	}
	.grid-desc{
		padding: 10px 40px 10px 15px;
	}
	.grid-desc a{
		width: 25px;
		height: 25px;
		right: 10px;
	}
	.grid-desc strong{
		font-size: 13px;
		line-height: 19px;
	}
	.grid-desc a:after{
		width: 7px;
		height: 7px;
	}
	.grid-desc span{
		width: 26px;
		height: 26px;
	}
}
@media screen and (max-width: 600px){
	.grid-item{
		width: 100%;
	}
	.grid-item .inner-item .img:before{
		padding: 70% 0 0;
	}
}
@media screen and (max-width: 480px){
	.price-block .info-box .icon{
		width: 26px;
	}
	.price-block .info-box{
		padding: 0;
	}
	.price-block .info-desc{
		padding: 0 0 0 10px;
	}
	.head-list .title{
		font-size: 20px;
		line-height: 26px;
	}
	.size-box .btn-holder .btn{
		margin: 0 auto;
	}
	.list-size li + li:after{
		display: none;
	}
	.photo-tab .tab-control a{
		font-size: 16px;
	}
}

/* end new style 21.01.2021 */

/* third point in menu */
.sab-nav{
	font-size: 21px;
}
/* .sab-nav li{
	margin: 0 25px 0 0;
} */
.nav{
	padding: 11px 63px 0 0;
}
/* .nav li{
	margin: 0 0 0 14px !important;
} */
.nav li a{
	font-size: 19px;
}
/* .nav li:first-child{
	margin-left: 15px !important;
} */
.active-top ul.contacts li strong a{
	font-size: 20px;
}
.active-top #header .sab-nav{
	left: 156px !important;
}
.active-top #header ul.contacts li{
	margin: 0;
}
.sab-nav > li.not_drop{
	margin: 0 20px 0 0;
}
.sab-nav > li.not_drop > a::before{
	display: none;
}
@media only screen and (max-width: 1170px){
	.nav li{
		margin: 0 !important;
	}
}

.slider-vertical {
	margin-top: 50px; }
.slider-vertical-item {
	background-color: rgba(242, 247, 247, 1);
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 72px;
	font-weight: 600;
	color: #000;
	margin-bottom: 30px; }
.slider-vertical-item.active {
	position: fixed;
	z-index: 10;
	top: 200px;
	width: 100%;
	max-width: 1170px; }

.sc-slider {
	margin-top: 70px;
	margin-bottom: 50px;
	overflow: hidden; }
/*.sc-slider-item {
	background-color: rgba(242, 247, 247, 1); }*/
.sc-slider-item:nth-child(2n) {
	background-color: #fff; }
.sc-slider-item .container {
	height: 100%; }
.sc-slider-item-wrapper {
	background-color: #fff;
	display: flex;
	height: 100%;
	width: 100%;
	align-items: center; }
.sc-slider-title--large {
	position: relative;
	color: rgba(0, 0, 0, 1);
	font-weight: 700;
	font-size: 34px;
	line-height: 42px;
	max-width: 645px; }
.sc-slider-item-row {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0px -10px;
	width: calc(100% + 20px); }
.sc-slider-item-left {
	padding: 0px 10px;
	width: 60%; }
.sc-slider-item-right {
	padding: 0px 10px;
	width: 40%;	}
.sc-slider-item-title {
	color: rgba(0, 0, 0, 1);
	font-weight: 600;
	font-size: 26px;
	line-height: 34px;
	margin-bottom: 15px; }
.sc-slider-item-text {
	color: rgba(51, 51, 51, 1);
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	max-width: 480px; }
.sc-slider-item img {
	border-radius: 10px; }
.sc-slider-gallery-name {
	color: rgba(39, 95, 108, 1);
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	margin-top: 20px; }
.sc-slider-gallery-item {
	height: 185px;
	background-color: #fff;
	padding: 20px; }
.sc-slider-gallery {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0px -10px; }
.sc-slider-gallery-col {
	height: 100%;
	width: 50%;
	padding: 0px 10px;
	margin-bottom: 20px; }
.sc-slider-gallery-col:last-child {
	width: 100%;
	margin-bottom: 0; }

.sc-slider-slider-item {
	margin-bottom: 50px; }
.sc-slider-slider-item-mod {
	position: relative;
	top: 50px; }

.sc-slider .owl-nav .owl-next,
.sc-slider .owl-nav .owl-prev {
	width: 24px;
	height: 24px;
	background-color: #80c700 !important;
	border-radius: 20px;
	margin: 0px 3px; }
.sc-slider .owl-nav .owl-next span,
.sc-slider .owl-nav .owl-prev span {
	color: #fff;
	font-size: 20px;
	line-height: 24px; }
.sc-slider .owl-nav {
	margin-top: 20px; }
.sc-slider .owl-nav .owl-next:hover,
.sc-slider .owl-nav .owl-prev:hover {
	opacity: 0.8; }

.sc-slider-info {
	background-color: rgb(238, 246, 220);
	border-radius: 10px;
	padding: 20px;
	max-width: 480px; }
.sc-slider-info-title {
	color: rgba(39, 95, 108, 1);
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 10px; }
.sc-slider-info-list ul {
	display: flex;
	flex-wrap: wrap; }
.sc-slider-info-list li {
	width: 50%;
	color: rgba(51, 51, 51, 1);
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
	padding-left: 15px;
	position: relative; }
.sc-slider-info-list li:before {
	background: #000;
	width: 6px;
	height: 6px;
	content: '';
	border-radius: 10px;
	position: absolute;
	top: 10px;
	left: 0; }
.sc-slider-item-content {
	position: relative;
	display: flex;
	width: 100%; }
.sc-slider-item.last {
	border-bottom: 3px solid rgba(242, 247, 247, 1);
	overflow: hidden; }

.overflow-hidden {
	overflow: hidden; }

@media screen and (min-width: 992px) {
	.sc-panel {
    	position: relative;
		z-index: 5; }
    .sc-panel-fixed {
        z-index: 1; }
    .sc-panel-inner {
        padding: 1em;
        width: 100%; }
    .sc-panel-fixed .sc-panel-inner {
        position: fixed;
        top: 197px;
        left: 0;
        z-index: 2; }
}

@media screen and (max-width: 1200px) {
	.sc-slider-item-left,
	.sc-slider-item-right {
		width: 50%; }
}

@media screen and (max-width: 992px) {
	.sc-slider .swiper-slide {
		flex-shrink: unset; }
	.sc-slider .swiper-wrapper {
		flex-wrap: wrap; }
	.sc-slider .swiper-slide:nth-child(2n) .sc-slider-item {
		background-color: #fff; }

	.sc-slider-item {
		padding: 50px 0; }
	.sc-slider-title--large {
		font-size: 26px;
		line-height: 34px; }
	.sc-slider-item-left,
	.sc-slider-item-right {
		width: 100%; }
	.sc-slider-item-left {
		margin-bottom: 30px; }
	.sc-slider-item-title {
		font-size: 22px;
		line-height: 28px; }
	.sc-slider-item-text {
		font-size: 14px;
		line-height: 22px; }
	.sc-slider-gallery-img img {
		max-height: 60px;
		max-width: 60px; }
	.sc-slider-gallery-name {
		font-size: 13px;
		line-height: 18px;
		font-weight: 600; }
	.sc-slider-gallery-item {
		height: 155px; }
	.sc-slider-info-title {
		font-size: 14px;
		line-height: 18px; }
	.sc-slider-info-list li {
		width: 100%; }
}

.reviews {
	width: 100%;
	margin-bottom: 30px; }
.reviews-slider {
	position: relative; }
.reviews-title {
	color: rgba(0, 0, 0, 1);
	font-weight: 600;
	font-size: 34px;
	line-height: 41.45px;
	margin-bottom: 25px; }
.reviews-panel ul {
	display: flex;
	flex-wrap: wrap; }
.reviews-panel ul li {
	background-color: rgba(242, 247, 247, 1);
	border-radius: 8px;
	margin-right: 20px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	padding: 9px 20px; }
.reviews-item {
	border: 3px solid rgba(242, 247, 247, 1);
	border-radius: 20px;
	padding: 30px; }
.reviews-panel-text {
	color: rgba(0, 0, 0, 1);
	font-weight: 600;
	font-size: 16px;
	line-height: 19.5px; }
.reviews-panel-val {
	color: rgba(128, 199, 0, 1);
	font-weight: 600;
	font-size: 16px;
	line-height: 19.5px;
	padding: 0px 5px; }
.reviews-panel-icon svg {
	position: relative;
	top: 1px; }
.reviews-name {
	color: #000;
	font-weight: 500;
	font-size: 22px;
	line-height: 26.44px; }
.reviews-control {
	display: flex;
	align-items: center;
	padding: 10px 0px 15px; }
.reviews-raiting ul {
	display: flex;
	align-items: center; }
.reviews-raiting-icon {
	height: 14px;
	display: inline-block;
	position: relative;
	top: 2px; }
.reviews-raiting-icon:not(.active) svg path {
	fill: #eee; }
.reviews-date {
	color: rgba(102, 102, 102, 1);
	font-size: 14px;
	line-height: 14px; }
.reviews-date {
	margin-left: 15px; }
.reviews-text {
	color: rgba(51, 51, 51, 1);
	font-size: 16px;
	line-height: 25px;
	max-height: 100px;
	overflow: hidden; }
.reviews-text.active {
	max-height: unset; }
.reviews-loadmore a {
	font-size: 14px;
	line-height: 25px;
	text-decoration: none;
	color: rgba(102, 102, 102, 1); }
.reviews-slider .owl-nav .owl-prev {
	position: absolute;
	top: 50%;
	margin-top: -45px;
	left: -40px; }
.reviews-slider .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	margin-top: -45px;
	right: -40px; }
.reviews-slider .owl-dots {
	margin-top: 15px;
	text-align: center; }
.reviews-slider .owl-dot {
	background-color: rgba(229, 239, 240, 1) !important;
	border-radius: 1px;
	width: 50px;
	height: 4px;
	margin: 0px 3px; }
.reviews-slider .owl-dot.active {
	background-color: rgba(128, 199, 0, 1) !important; }

@media screen and (max-width: 1275px) {
	.reviews-slider .owl-nav {
		display: none; }
}

@media screen and (max-width: 992px) {
	.reviews-title {
		font-size: 26px;
		line-height: 34px; }
	.reviews-panel-text {
		font-size: 14px;
		line-height: 17px; }
	.reviews-name {
		font-size: 20px;
		line-height: 24px; }
	.reviews-text {
		font-size: 14px;
		line-height: 22px;
		max-height: 152px; }
	.reviews-slider .owl-dot {
		width: 28px; }
}

@media screen and (max-width: 768px) {
	.reviews-slider .owl-dot {
		width: 18px;
		margin: 0px 2px; }
}

.product-tags {
	margin: 50px 0; }
.product-tags ul {
	display: flex;
	flex-wrap: wrap; }
.product-tags li {
	margin-right: 10px;
	margin-bottom: 10px; }
.product-tags li a {
	display: inline-block;
	color: #000;
	font-weight: 500;
	font-size: 14px;
	background-color: #f3f3f3;
	border-radius: 20px;
	padding: 10px 25px;
	text-decoration: none;
	transition: 0.5s; }
.product-tags li a:hover {
	background-color: #ddd; }
.product-tags-title {
	line-height: 1;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px; }

@media screen and (max-width: 768px) {
	.product-tags {
		margin-top: 0;
		margin-bottom: 30px; }
	.product-tags-title {
		font-size: 18px; }
	.product-tags li a {
		padding: 5px 15px;
		font-size: 13px; }
}

.overflow-hidden {
	overflow:hidden !important;
	touch-action: none;
	-ms-touch-action: none; }
body.overflow-hidden::-webkit-scrollbar {
	width: 0; }

@media (max-width: 768px) {
	.btn-holder {
		border-top: 1px solid #eee;
		background-color: #fff;
		position: sticky;
		bottom: 0;
		left: 0;
		z-index: 100;
		width: 100%;
		padding: 10px 0 !important;
		padding-bottom: 10px !important;/*70px*/ }
	.btn-holder .filter-nav {
		display: flex;
		align-items: center;
		justify-content: center; }
	body #set_filter {
		margin: 0 !important;
		width: calc(50% - 10px);
		margin-right: 10px !important;
		font-weight: 400;
		font-size: 13px;
		height: 40px; }
	body #del_filter {
		width: 50%;
		border: 1px solid #00616e;
		padding: 12px 15px;
		font-size: 13px;
		border-radius: 5px; }
	body #del_filter:hover {
		border: 1px solid #80c700; }

	.mob-filter {
		padding-bottom: 0 !important; }

	.btn-close {
		display: block;
		position: relative;
		z-index: 300;
		color: #000;
		text-decoration: none;
		margin-left: 10px;
		font-size: 20px; }

	#modef {
		display: none !important; }
}
/*
.js-slider-benefits-v3{
	min-height: 100vh;
}
*/
/*IMG-HOVERABLE-SLIDER*/
.projects .items .item .favorite_box{
	z-index: 3;
}
.img-block{
	position: relative;
	border-radius: 4px;
	margin: 0 0 0;
	width: 100%;
	height: 200px;
}
.img-block-slider{
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
}
.img-block-slider-hover-zone{
	width: 100%;
	position: relative;
	z-index: 2;
}
.img-block-slider-pagenation{
	width: 100%;
	position: absolute;
	bottom: 20px;
	display: flex;
	justify-content: center;
	gap: 7px;
	z-index: 1;
}
.img-block-slider-pagenation-item{
	background: #E5EFF0;
	width: 100%;
	max-width: 46px;
	height: 4px;
	border-radius: 1px 0px 0px 0px;
}
.img-block-slider-pagenation-item.active{
	background: #80C700;
}

@media (min-width: 767px){
	.img-block .img-block-slider-pagenation{
		opacity: 0;
		transition: 300ms all;
	}
	.img-block:hover .img-block-slider-pagenation{
		opacity: 1;
	}
}

/*fix padding if no topbar*/
.breadcrumbs{
	border-top: none !important;
}
#wrapper {
	padding-top: 130px !important;
}
@media screen and (max-width: 1170px) {
	#wrapper {
	  padding: 77px 0 0 !important;
	}
}
@media screen and (max-width: 768px) {
	#wrapper {
	  padding: 50px 0 0 !important;
	}
}
.holder-architect-info {
	overflow: visible;
}