@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400&subset=cyrillic,cyrillic-ext,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic,cyrillic-ext,latin-ext);




.hlp-section-content {
	width: 1024px;
}

.hlp-nav-panel-mobile {
	width: 240px;
	background-color: rgb(50,50,50);
}

.hlp-nav-mobile {
	margin-top: NaN%;
}

.hlp-nav-mobile > .hlp-nav-item-mobile {
	display: none;
}

.side-bar-logo {
	width: auto;
}

.logo_img {
	width: 20px;
	margin-top: 0px;
}

.sidebar_logo_text {
	width: auto;
	margin-top: 4px;
	margin-left: 8px;
	padding-top: 0px;
	text-align: left;
	line-height: 1.38;
	font-weight: 700;
	color: rgb(0, 0, 0);
}

.nav-block {
	position: absolute;
	top: -100px;
	z-index: 300;
	width: 100%;
	background-color: transparent;
}

.hlp-section-fixed.nav-block, .hlp-section-fixed .nav-block {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 3000;
	background-color: rgba(18, 18, 18, 0.91);
}

.nav-block > .hlp-section-content {
	padding-top: 12px;
	padding-bottom: 12px;
}

.nav-block[class~="hlp-section-fixed"] > .hlp-section-content {
	min-height: 50px;
}

.nav-wrapper {
	width: 100%;
}

.nav-logo-wrapper {
	width: 4%;
	float: left;
	opacity: 0.6;
}

.nav-logo-wrapper:hover {
	opacity: 1;
}

.nav-logo {
	width: 16px;
	float: left;
}

.hlp-section-fixed.nav-logo, .hlp-section-fixed .nav-logo {
	opacity: 1;
}

.nav-logo:hover {
	float: none;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	opacity: 1;
}

.main-nav {
	width: 100%;
	margin-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
}

.hlp-section-fixed.main-nav, .hlp-section-fixed .main-nav {
	width: 96%;
	float: left;
	margin-top: 5px;
	margin-left: auto;
	margin-right: 0px;
}

.main-nav .hlp-nav-item {
	width: auto;
	margin-left: 50px;
	font-family: "Roboto Condensed";
	font-weight: 300;
	text-decoration: underline;
	color: rgb(165, 165, 165);
	background-color: transparent;
	border-radius: 3px;
}

.hlp-section-fixed.main-nav .hlp-nav-item, .hlp-section-fixed .main-nav .hlp-nav-item {
	margin-left: 36px;
	margin-right: 0px;
	text-align: center;
}

.main-nav .hlp-nav-item:hover {
	color: rgb(255, 255, 255);
}

.hamb {
	display: none;
	width: 150px;
}

.hlp-nav-button-mobile {
	display: block;
	width: 37px;
}

.top_bar {
	position: relative;
	z-index: 2000;
	width: 100%;
	background-color: rgba(255, 255, 255, 1);
}

.top_bar > .hlp-section-bg-mask {
	background-color: rgba(0, 0, 0, 0.180392);
}

.top_bar > .hlp-section-content {
	min-height: 54px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.top_bar_inner {
	width: 100%;
	min-height: 0px;
	margin-top: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: 600;
}

.top_logo {
	width: auto;
}

.logo_text {
	width: auto;
	margin-top: 4px;
	margin-left: 8px;
	padding-top: 0px;
	text-align: left;
	line-height: 1.38;
	font-weight: 700;
	color: rgb(0, 0, 0);
}

.top_tel {
	width: 150px;
	float: right;
	margin-top: 5px;
	text-align: right;
	font-weight: 700;
	color: rgb(0, 0, 0);
	background-color: transparent;
}

.main_screen {
	display: block;
	position: relative;
	z-index: 100;
	width: 100%;
	min-height: 100vh;
	background-color: rgba(0, 0, 0, 1);
}

.main_screen > .hlp-section-content {
	min-height: 100vh;
	padding-top: 240px;
	padding-bottom: 240px;
}

.main_screen_inner {
	width: 100%;
	min-height: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.h1 {
	width: 76%;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 300;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
}

.h1_span {
	color: rgb(140, 198, 63);
}

.main_desc {
	width: 45%;
	margin-top: 12px;
	margin-left: auto;
	margin-right: auto;
	font-weight: 300;
	color: rgb(255, 255, 255);
	opacity: 0.6;
	word-wrap: break-word;
}

.main_desc > .hlp-element-content {
	background-color: transparent;
}

.main_btn {
	width: 180px;
	min-height: 0px;
	margin-top: 24px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 12px;
	padding-bottom: 11px;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 300;
	text-transform: uppercase;
	background-color: transparent;
	border: 1px solid rgba(255, 255, 255, 1);
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.main_btn:hover {
	background-color: rgba(140, 198, 63, 1);
	border-color: rgba(140, 198, 63, 1);
}

.main_screen .hlp-bg-video-opacity {
	background-color: rgba(0, 0, 0, 0.7);
}

.sfery-block {
	width: 100%;
	background-color: rgba(255, 255, 255, 1);
}

.sfery-block > .hlp-section-content {
	padding-top: 120px;
	padding-bottom: 120px;
}

.block_title_sfery {
	width: 100%;
	margin-bottom: 0px;
}

.h2 {
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 300;
	text-transform: uppercase;
}

.title_desc {
	width: 60%;
	margin-top: 12px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	line-height: 1.5;
	font-weight: 300;
	color: rgb(128, 128, 128);
}

.title_line {
	width: 180px;
	min-height: 32px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid rgba(204, 204, 204, 1);
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
}

.row-sfery {
	width: 100%;
	margin-top: 0px;
	line-height: 1.5;
}

.row-sfery > .hlp-col {
	margin-bottom: 0px;
	text-align: left;
}

.sfery_item {
	width: 100%;
	margin-top: 64px;
}

.sfery_item_img {
	width: 48px;
	animation-delay: 0.2s;
	animation-duration: 2.5s;
}

.sfery_item_text {
	width: 191px;
	margin-left: -0.5px;
	padding-top: 4px;
	padding-left: 16px;
	text-align: left;
	font-size: 14px;
	font-size: 0.88rem;
	line-height: 1.5;
	letter-spacing: 0px;
	font-weight: 300;
	color: rgb(128, 128, 128);
}

.row-usl {
	width: 100%;
	margin-top: 0px;
	padding-top: 96px;
}

.row-usl > .hlp-col {
	min-height: 0px;
	margin-bottom: 0px;
}

.usl_item {
	overflow: hidden;
	width: 100%;
	height: 160px;
	min-height: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 1px solid rgba(255, 255, 255, 1);
	border-radius: 0px;
	background-image: none;
	background-position: center center;
	filter: blur(0px);
}

.usl_item:hover {
	transition: all 0s ease;
	filter: grayscale(0);
}

.usl-image {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	width: 100%;
	min-height: 160px;
	padding-top: 0px;
}

.hlp-site .usl-img-1 {
	min-height: 160px;
}

.usl-text {
	position: absolute;
	top: 56px;
	left: 0px;
	z-index: 100;
	width: 100%;
	font-weight: 300;
	color: rgb(255, 255, 255);
}

.usl-btn {
	position: absolute;
	top: 55px;
	left: 25%;
	z-index: 100;
	width: 50%;
	padding-top: 12px;
	padding-bottom: 12px;
	font-weight: 300;
	color: rgb(255, 255, 255);
	text-transform: none;
	background-color: rgba(140, 198, 63, 1);
	border-radius: 0px;
}

.usl-btn:hover {
	background-color: rgba(162, 201, 110, 1);
}

.block-1 {
	overflow: hidden;
	width: 100%;
	height: 160px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.hlp-site .usl-img-2 {
	top: -13px;
}

.hlp-site .usl-img-3 {
	top: -31px;
}

.hlp-site .usl-img-5 {
	min-height: 160px;
}

.hlp-site .usl-img-7 {
	top: -30px;
}

.prich_block {
	width: 100%;
	background-size: cover;
	background-attachment: fixed;
	background-color: rgba(255, 255, 255, 1);
	transition: transform 10ms linear;
	background-image: url(../images/6229/images/fon_prichiny.jpg);
	background-position: center center;
}

.prich_block > .hlp-section-bg-mask {
	background-color: rgba(0, 0, 0, 0.04);
}

.prich_block > .hlp-section-content {
	padding-top: 120px;
	padding-bottom: 120px;
}

.block_title_prich {
	width: 100%;
	min-height: 0px;
	margin-bottom: 0px;
}

.title_desc_prich {
	width: 77%;
	margin-top: 12px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	line-height: 1.5;
	font-weight: 300;
	color: rgb(128, 128, 128);
}

.row-prich {
	width: 100%;
	margin-top: 0px;
	line-height: 1.5;
}

.row-prich > .hlp-col {
	margin-bottom: 0px;
	text-align: left;
}

.prich_item {
	width: 100%;
	margin-top: 64px;
	padding-top: 0%;
	padding-bottom: 0px;
}

.prich_cifra_wrap {
	width: 48px;
	height: 48px;
	min-height: 0px;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 500px;
	box-shadow: rgba(0, 0, 0, 0.26) 0px 0px 8px 0px;
	animation-delay: 0.2s;
	animation-duration: 2.5s;
}

.prich_cifra {
	width: 100%;
	margin-top: 5px;
	text-align: center;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 300;
	color: rgb(140, 198, 63);
	animation-delay: 0.6s;
}

.prich-text-wrap {
	width: 266px;
	float: left;
	margin-top: 0px;
	margin-left: 12px;
}

.h3 {
	width: 100%;
	margin-top: 0px;
	text-align: left;
	font-size: 18px;
	font-size: 1.13rem;
	font-weight: 600;
}

.prich-text {
	width: 100%;
	margin-top: 16px;
	text-align: left;
	font-size: 14px;
	font-size: 0.88rem;
	font-weight: 300;
	color: rgb(128, 128, 128);
}

.graf_block {
	width: 100%;
	background-color: rgba(255, 255, 255, 1);
}

.graf_block > .hlp-section-content {
	padding-top: 120px;
	padding-bottom: 120px;
}

.row-1 {
	width: 100%;
	margin-top: 0px;
}

.row-1 > .hlp-col {
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-color: transparent;
}

.hlp-site .h2-graf {
	margin-bottom: 8px;
	text-align: left;
}

.row-2 {
	width: 100%;
	margin-top: 0px;
}

.row-2 > .hlp-col {
	margin-top: 24px;
	margin-bottom: 0px;
}

.graf-prich-wrapper {
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
}

.graf-point {
	width: 12px;
	height: 12px;
	min-height: 0px;
	margin-top: 6px;
	border: 2px solid rgba(140, 198, 63, 1);
	border-radius: 500px;
}

.graf_prich-text {
	width: 90%;
	margin-top: 0px;
	margin-left: auto;
	padding-left: 12px;
	text-align: left;
	font-size: 14px;
	font-size: 0.88rem;
	font-weight: 300;
	color: rgb(128, 128, 128);
}

.hlp-site .graf-point-2 {
	animation-delay: 0.35s;
}

.hlp-site .graf-point-3 {
	animation-delay: 0.4s;
}

.hlp-site .graf-point-4 {
	animation-delay: 0.45s;
}

.hlp-site .graf-point-5 {
	animation-delay: 0.5s;
}

.hlp-site .graf-point-6 {
	animation-delay: 0.55s;
}

.graf-text-wrapper {
	width: 100%;
	min-height: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
}

.graf-text {
	width: 85%;
	text-align: left;
	font-size: 14px;
	font-size: 0.88rem;
	font-weight: 300;
	color: rgb(128, 128, 128);
	background-color: transparent;
}

.graf-procent {
	width: 15%;
	float: right;
	margin-top: 0px;
	text-align: right;
	font-size: 14px;
	font-size: 0.88rem;
	font-weight: 300;
	color: rgb(128, 128, 128);
}

.graf_line_wrapper {
	width: 100%;
	min-height: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: transparent;
}

.graf-line {
	overflow: hidden;
	width: 100%;
	height: 10px;
	min-height: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: rgba(242, 242, 242, 1);
}

.graf-line-active {
	width: 30%;
	height: 10px;
	min-height: 0px;
	padding-top: 0%;
	padding-bottom: 0%;
	background-color: rgba(140, 198, 63, 1);
}

.hlp-site .line-1 {
	width: 34%;
	animation-delay: 0.4s;
}

.hlp-site .line-2 {
	width: 29%;
	animation-delay: 0.5s;
}

.hlp-site .line-3 {
	width: 22%;
	animation-delay: 0.6s;
}

.hlp-site .line-4 {
	width: 18%;
	animation-delay: 0.7s;
}

.hlp-site .line-5 {
	width: 11%;
	animation-delay: 0.8s;
}

.main_block {
	width: 100%;
	background-color: rgba(255, 255, 255, 1);
}

.hlp-site .coffee-block {
	background-size: cover;
	background-attachment: fixed;
	transition: transform 10ms linear;
	background-image: url(../images/6229/images/fon_coffee.jpg);
	background-position: center center;
}

.hlp-site .coffee-block > .hlp-section-bg-mask {
	background-color: rgba(0, 0, 0, 0.46);
}

.main_block > .hlp-section-content {
	padding-top: 120px;
	padding-bottom: 120px;
}

.coffee-script {
	width: 100%;
	margin-top: 0px;
}

.text-1 {
	display: none;
	width: 120px;
}

.obor_block {
	width: 100%;
	background-color: rgba(211, 211, 211, 1);
}

.obor_block > .hlp-section-content {
	padding-top: 120px;
	padding-bottom: 120px;
}

.row-obor {
	width: 100%;
	margin-top: 0px;
}

.row-obor > .hlp-col {
	display: block;
	min-height: 0px;
	margin-bottom: 0px;
}

.obor_punkt_wrapper {
	width: 241px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.hlp-site .obor_punkt_wrapper-2 {
	width: 240px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.obor_punkt {
	width: 240px;
	margin-bottom: 24px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.obor_punkt_text {
	width: 220px;
	padding-top: 0%;
	padding-bottom: 0%;
}

.obor_punkt_title {
	width: 100%;
	margin-top: 0px;
	padding-right: 12px;
	text-align: right;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 600;
}

.obor_punkt_parag {
	width: 100%;
	margin-top: 8px;
	padding-right: 12px;
	text-align: right;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 300;
	color: rgb(128, 128, 128);
}

.obor_icon {
	width: 20px;
	min-height: 0px;
	float: right;
	padding-top: 2%;
	padding-bottom: 2%;
}

.obor_punkt_img {
	width: 20px;
	margin-left: auto;
}

.image-2 {
	width: 377px;
}

.hlp-site .image-2-2 {
	position: absolute;
	top: 43px;
	right: 14px;
	z-index: 100;
	width: 51%;
	margin-left: 0px;
	margin-right: 0px;
}

.obor_text {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}

.obor-h2 {
	width: 100%;
	text-align: left;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 300;
	text-transform: uppercase;
}

.obor-title-line {
	width: 180px;
	min-height: 24px;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 1px solid rgba(191, 191, 191, 1);
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
}

.obor-title-desc {
	width: 100%;
	margin-top: 32px;
	margin-bottom: 0px;
	text-align: left;
	font-size: 14px;
	font-size: 0.88rem;
	line-height: 1.5;
	font-weight: 300;
	color: rgb(128, 128, 128);
}

.second_btn {
	width: 180px;
	min-height: 0px;
	margin-top: 48px;
	padding-top: 12px;
	padding-bottom: 11px;
	font-size: 14px;
	font-size: 0.88rem;
	font-weight: 300;
	color: rgb(255, 255, 255);
	text-transform: none;
	background-color: rgba(140, 198, 63, 1);
	border: 1px solid rgba(140, 198, 63, 1);
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.second_btn:hover {
	background-color: rgba(162, 201, 110, 1);
	border-color: rgba(140, 198, 63, 1);
}

.obor-predlozh_wrap {
	width: 100%;
	margin-top: 24px;
	padding-bottom: 0px;
}

.attent {
	width: 36px;
	height: 36px;
	min-height: 0px;
	margin-top: 3px;
	padding-bottom: 1px;
	background-color: rgba(203, 203, 203, 1);
}

.attent-text {
	width: 100%;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	color: rgb(179, 179, 179);
}

.obor-predlozh {
	width: 82%;
	float: right;
	margin-top: 0px;
	margin-right: 32px;
	padding-top: 0px;
	padding-left: 12px;
	text-align: left;
	font-size: 14px;
	font-size: 0.88rem;
	line-height: 1.5;
	font-weight: 300;
	font-style: italic;
	text-decoration: none;
	color: rgb(128, 128, 128);
	opacity: 1;
}

.obor-predlozh > .hlp-element-content {
	background-color: transparent;
}

.row-obor-mob {
	width: 100%;
	margin-top: 0px;
}

.row-obor-mob > .hlp-col {
	display: none;
	min-height: 0px;
	margin-bottom: 0px;
}

.zapah-block {
	width: 100%;
	background-color: rgba(255, 255, 255, 1);
}

.zapah-block > .hlp-section-content {
	min-height: 0px;
	padding-top: 120px;
	padding-bottom: 120px;
}

.row-zapah {
	width: 100%;
	margin-top: 0px;
}

.row-zapah > .hlp-col {
	overflow: hidden;
	margin-bottom: 2px;
}

.zapah-h2 {
	width: 100%;
	text-align: left;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 300;
	text-transform: uppercase;
}

.zapah-title-line {
	width: 180px;
	min-height: 24px;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 1px solid rgba(204, 204, 204, 1);
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
}

.zapah-title-desc {
	width: 100%;
	margin-top: 32px;
	margin-bottom: 0px;
	text-align: left;
	font-size: 14px;
	font-size: 0.88rem;
	line-height: 1.5;
	font-weight: 300;
	color: rgb(128, 128, 128);
}

.third_btn {
	width: 180px;
	min-height: 0px;
	margin-top: 48px;
	padding-top: 12px;
	padding-bottom: 11px;
	font-size: 14px;
	font-size: 0.88rem;
	font-weight: 300;
	color: rgb(255, 255, 255);
	text-transform: none;
	background-color: rgba(140, 198, 63, 1);
	border: 1px solid rgba(140, 198, 63, 1);
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.third_btn:hover {
	background-color: rgba(162, 201, 110, 1);
	border-color: rgba(140, 198, 63, 1);
}

.attent-light {
	width: 36px;
	height: 36px;
	min-height: 0px;
	margin-top: 3px;
	padding-bottom: 1px;
	background-color: rgba(227, 227, 227, 1);
}

.attent-text-light {
	width: 100%;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	color: rgb(205, 205, 205);
	border: 1px solid transparent;
}

.zapah-predlozh {
	width: 70%;
	float: right;
	margin-top: 0px;
	margin-right: 82px;
	padding-top: 0px;
	padding-left: 12px;
	text-align: left;
	font-size: 14px;
	font-size: 0.88rem;
	line-height: 1.5;
	font-weight: 300;
	font-style: italic;
	text-decoration: none;
	color: rgb(128, 128, 128);
	opacity: 1;
}

.zapah-predlozh > .hlp-element-content {
	background-color: transparent;
}

.image-3 {
	top: 0px;
	width: 100%;
	margin-top: 35px;
}

.row-zapah-mob {
	width: 100%;
	margin-top: 0px;
}

.row-zapah-mob > .hlp-col {
	display: none;
	overflow: hidden;
	margin-bottom: 2px;
}

.row-catalog {
	width: 100%;
	margin-top: 48px;
}

.row-catalog > .hlp-col {
	margin-bottom: 0px;
	padding-top: 24px;
	padding-bottom: 24px;
	padding-left: 49px;
	background-color: rgba(245, 245, 245, 1);
	border: 1px solid rgba(255, 255, 255, 1);
	border-top-style: none;
	border-bottom-style: none;
}

.cat-text {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	text-align: left;
	font-size: 14px;
	font-size: 0.88rem;
	line-height: 2.14;
	font-weight: 300;
	color: rgb(128, 128, 128);
}

.cat-text > .hlp-element-content {
	background-color: transparent;
}

.var-hack {
	width: 100%;
}

.var-hack > .hlp-section-content {
	min-height: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.var-block {
	display: block;
	width: 100%;
	background-size: cover;
	background-attachment: fixed;
	background-color: transparent;
	transition: transform 10ms linear;
	background-image: url(../images/6229/images/fon_varianty_sotr.jpg);
	background-position: center center;
}

.var-block > .hlp-section-content {
	min-height: 0px;
	padding-top: 120px;
	padding-bottom: 120px;
}

.block_title_var {
	width: 100%;
	min-height: 0px;
	margin-bottom: 48px;
}

.title_line-var {
	width: 180px;
	min-height: 32px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid rgba(0, 0, 0, 0.76);
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
}

.var-wrap {
	width: 100%;
}

.var_item_l {
	width: 33.33%;
	min-height: 0px;
	padding-top: 44px;
	padding-bottom: 36px;
	padding-left: 12px;
	padding-right: 12px;
	background-color: rgba(255, 255, 255, 1);
	animation-delay: 0.4s;
}

.var_icon {
	width: 36px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
	border: 1px solid transparent;
	opacity: 0.28;
}

.var_h3 {
	width: 100%;
	margin-top: 18px;
	text-align: center;
	font-size: 18px;
	font-size: 1.13rem;
	font-weight: 600;
}

.var_text {
	width: 100%;
	margin-top: 18px;
	padding-top: 0px;
	padding-left: 12px;
	padding-right: 12px;
	text-align: center;
	font-size: 14px;
	font-size: 0.88rem;
	font-weight: 300;
	color: rgb(128, 128, 128);
}

.var_btn {
	width: 120px;
	margin-top: 36px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 12px;
	padding-bottom: 11px;
	font-size: 14px;
	font-size: 0.88rem;
	font-weight: 300;
	background-color: rgba(140, 198, 63, 1);
	border-radius: 0px;
}

.var_btn:hover {
	background-color: rgba(162, 201, 110, 1);
}

.var_item_c {
	position: relative;
	z-index: 3;
	width: 33.33%;
	min-height: 0px;
	padding-top: 44px;
	padding-bottom: 36px;
	padding-left: 12px;
	padding-right: 12px;
	background-color: rgba(255, 255, 255, 1);
	box-shadow: rgba(0, 0, 0, 0.47) 0px 0px 36px 0px;
	animation-delay: 0.6s;
}

.var_item_r {
	width: 33.33%;
	min-height: 0px;
	padding-top: 44px;
	padding-bottom: 36px;
	padding-left: 12px;
	padding-right: 12px;
	background-color: rgba(255, 255, 255, 1);
	animation-delay: 0.8s;
}

.button-pay-yad {
	width: 350px;
	min-height: 65px;
	margin-top: 58px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	font-size: 19px;
	font-size: 1.19rem;
	font-weight: 300;
	color: rgb(255, 255, 255);
	background-color: rgba(140, 198, 63, 1);
	box-shadow: rgba(0, 0, 0, 0.36) 0px 0px 45px 0px;
}

.var-block-mob {
	display: none;
	width: 100%;
	background-size: cover;
	background-attachment: fixed;
	background-color: transparent;
	transition: transform 10ms linear;
	background-image: url(../images/6229/images/fon_varianty_sotr.jpg);
	background-position: center center;
}

.var-block-mob > .hlp-section-content {
	min-height: 0px;
	padding-top: 120px;
	padding-bottom: 120px;
}

.title_line-var-mob {
	width: 180px;
	min-height: 32px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid rgba(0, 0, 0, 0.76);
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
}

.var-wrap-mob {
	display: none;
	width: 100%;
}

.button-pay-yad-block-mob {
	width: 350px;
	min-height: 65px;
	margin-top: 58px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	font-size: 19px;
	font-size: 1.19rem;
	font-weight: 300;
	color: rgb(255, 255, 255);
	background-color: rgba(140, 198, 63, 1);
	box-shadow: rgba(0, 0, 0, 0.36) 0px 0px 45px 0px;
}

.gal-block {
	width: 100%;
	
}

.gal-block > .hlp-section-content {
	min-height: 0px;
	padding-top: 120px;
	padding-bottom: 120px;
}

.block_title_gal {
	width: 100%;
	margin-bottom: 48px;
}

.title_desc_gal {
	width: 57%;
	margin-top: 12px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	line-height: 1.5;
	font-weight: 300;
	color: rgb(128, 128, 128);
}

.gal-wrap {
	width: 100%;
	height: 800px;
	min-height: auto;
}

.gal-bl-1 {
	position: absolute;
	top: 0px;
	left: 0%;
	z-index: 100;
	overflow: hidden;
	width: 40%;
	height: 160px;
	min-height: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 1px solid rgba(255, 255, 255, 1);
	border-top-style: none;
	border-left-style: none;
}

.gal-img-1 {
	position: absolute;
	top: -65px;
	left: 0px;
	z-index: 100;
	width: 100%;
	min-height: 160px;
	float: right;
}

.gal-text {
	position: absolute;
	top: 24px;
	left: 0px;
	z-index: 100;
	width: 100%;
	padding-left: 24px;
	text-align: left;
	font-weight: 600;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
}

.gal-btn-1 {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 100;
	width: 100%;
	min-height: 58px;
	padding-top: 18px;
	padding-bottom: 17px;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	background-color: rgba(140, 198, 63, 1);
	border-radius: 0px;
}

.gal-btn-1:hover {
	bottom: 0px;
	width: 100%;
	min-width: 0px;
	min-height: 160px;
	padding-top: 68px;
	background-color: rgba(140, 198, 63, 1);
}

.gal-bl-2 {
	position: absolute;
	top: 0px;
	left: 40%;
	z-index: 100;
	overflow: hidden;
	width: 40%;
	height: 160px;
	min-height: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 1px solid rgba(255, 255, 255, 1);
	border-top-style: none;
}

.gal-img-2 {
	position: absolute;
	top: -4px;
	left: 0px;
	z-index: 100;
	width: 100%;
	min-height: 160px;
	float: right;
}

.gal-btn-2 {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 100;
	width: 100%;
	min-height: 58px;
	padding-top: 18px;
	padding-bottom: 17px;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	background-color: rgba(140, 198, 63, 1);
	border-radius: 0px;
}

.gal-btn-2:hover {
	bottom: 0px;
	width: 100%;
	min-width: 0px;
	min-height: 160px;
	padding-top: 68px;
	background-color: rgba(140, 198, 63, 1);
}

.gal-bl-3 {
	position: absolute;
	top: 0px;
	left: 80%;
	z-index: 100;
	overflow: hidden;
	width: 20%;
	height: 160px;
	min-height: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 1px solid rgba(255, 255, 255, 1);
	border-top-style: none;
	border-right-style: none;
}

.gal-img-3 {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	width: 100%;
	min-height: 160px;
	float: right;
}

.gal-btn-3 {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 100;
	width: 100%;
	min-height: 58px;
	padding-top: 18px;
	padding-bottom: 17px;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	text-transform: none;
	background-color: rgba(140, 198, 63, 1);
	border-radius: 0px;
}

.gal-btn-3:hover {
	bottom: 0px;
	width: 100%;
	min-width: 0px;
	min-height: 160px;
	padding-top: 68px;
	background-color: rgba(140, 198, 63, 1);
}

.gal-bl-4 {
	position: absolute;
	top: 160px;
	left: 0%;
	z-index: 100;
	overflow: hidden;
	width: 40%;
	height: 160px;
	min-height: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 1px solid rgba(255, 255, 255, 1);
	border-left-style: none;
}

.gal-img-4 {
	position: absolute;
	top: -65px;
	left: 0px;
	z-index: 100;
	width: 100%;
	min-height: 160px;
	float: right;
}

.gal-btn-4 {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 100;
	width: 100%;
	min-height: 58px;
	padding-top: 18px;
	padding-bottom: 17px;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	text-transform: none;
	background-color: rgba(140, 198, 63, 1);
	border-radius: 0px;
}

.gal-btn-4:hover {
	bottom: 0px;
	width: 100%;
	min-width: 0px;
	min-height: 160px;
	padding-top: 68px;
	background-color: rgba(140, 198, 63, 1);
}

.gal-bl-5 {
	position: absolute;
	top: 160px;
	left: 40%;
	z-index: 100;
	overflow: hidden;
	width: 40%;
	height: 160px;
	min-height: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 1px solid rgba(255, 255, 255, 1);
}

.gal-img-5 {
	position: absolute;
	top: -65px;
	left: 0px;
	z-index: 100;
	width: 100%;
	min-height: 160px;
	float: right;
}

.gal-btn-5 {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 100;
	width: 100%;
	min-height: 58px;
	padding-top: 18px;
	padding-bottom: 17px;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	text-transform: none;
	background-color: rgba(140, 198, 63, 1);
	border-radius: 0px;
}

.gal-btn-5:hover {
	bottom: 0px;
	width: 100%;
	min-width: 0px;
	min-height: 160px;
	padding-top: 68px;
	background-color: rgba(140, 198, 63, 1);
}

.gal-bl-6 {
	position: absolute;
	top: 160px;
	left: 80%;
	z-index: 100;
	overflow: hidden;
	width: 20%;
	height: 160px;
	min-height: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 1px solid rgba(255, 255, 255, 1);
	border-right-style: none;
}

.gal-img-6 {
	position: absolute;
	top: -24px;
	left: 0px;
	z-index: 100;
	width: 100%;
	min-height: 160px;
	float: right;
}

.gal-btn-6 {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 100;
	width: 100%;
	min-height: 58px;
	padding-top: 18px;
	padding-bottom: 17px;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	text-transform: none;
	background-color: rgba(140, 198, 63, 1);
	border-radius: 0px;
}

.gal-btn-6:hover {
	bottom: 0px;
	width: 100%;
	min-width: 0px;
	min-height: 160px;
	padding-top: 68px;
	background-color: rgba(140, 198, 63, 1);
}

.gal-bl-7 {
	position: absolute;
	top: 320px;
	left: 0%;
	z-index: 100;
	overflow: hidden;
	width: 40%;
	height: 160px;
	min-height: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 1px solid rgba(255, 255, 255, 1);
	border-left-style: none;
}

.gal-img-7 {
	position: absolute;
	top: -40px;
	left: 0px;
	z-index: 100;
	min-height: 160px;
}

.gal-btn-7 {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 100;
	width: 100%;
	min-height: 58px;
	padding-top: 18px;
	padding-bottom: 17px;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	text-transform: none;
	background-color: rgba(140, 198, 63, 1);
	border-radius: 0px;
}

.gal-btn-7:hover {
	bottom: 0px;
	width: 100%;
	min-width: 0px;
	min-height: 160px;
	padding-top: 68px;
	background-color: rgba(140, 198, 63, 1);
}

.gal-bl-8 {
	position: absolute;
	top: 320px;
	left: 40%;
	z-index: 100;
	overflow: hidden;
	width: 40%;
	height: 160px;
	min-height: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 1px solid rgba(255, 255, 255, 1);
}

.gal-img-8 {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	min-height: 160px;
}

.gal-btn-8 {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 100;
	width: 100%;
	min-height: 58px;
	padding-top: 18px;
	padding-bottom: 17px;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	text-transform: none;
	background-color: rgba(140, 198, 63, 1);
	border-radius: 0px;
}

.gal-btn-8:hover {
	bottom: 0px;
	width: 100%;
	min-width: 0px;
	min-height: 160px;
	padding-top: 68px;
	background-color: rgba(140, 198, 63, 1);
}

.gal-bl-9 {
	position: absolute;
	top: 320px;
	left: 80%;
	z-index: 100;
	overflow: hidden;
	width: 20%;
	height: 320px;
	min-height: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 1px solid rgba(255, 255, 255, 1);
	border-right-style: none;
}

.gal-img-9 {
	position: absolute;
	top: 0px;
	left: -38px;
	z-index: 100;
	width: auto;
	min-width: 285px;
	min-height: 320px;
}

.gal-btn-9 {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 100;
	width: 100%;
	min-height: 58px;
	padding-top: 18px;
	padding-bottom: 17px;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	background-color: rgba(140, 198, 63, 1);
	border-radius: 0px;
}

.gal-btn-9:hover {
	bottom: 0px;
	width: 100%;
	min-width: 0px;
	min-height: 320px;
	padding-top: 148px;
	background-color: rgba(140, 198, 63, 1);
}

.gal-bl-10 {
	position: absolute;
	top: 480px;
	left: 0%;
	z-index: 100;
	overflow: hidden;
	width: 40%;
	height: 160px;
	min-height: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 1px solid rgba(255, 255, 255, 1);
	border-left-style: none;
}

.gal-img-10 {
	position: absolute;
	top: -31px;
	left: 0px;
	z-index: 100;
	min-height: 160px;
}

.gal-btn-10 {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 100;
	width: 100%;
	min-height: 58px;
	padding-top: 18px;
	padding-bottom: 17px;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	text-transform: none;
	background-color: rgba(140, 198, 63, 1);
	border-radius: 0px;
}

.gal-btn-10:hover {
	bottom: 0px;
	width: 100%;
	min-width: 0px;
	min-height: 160px;
	padding-top: 68px;
	background-color: rgba(140, 198, 63, 1);
}

.gal-bl-11 {
	position: absolute;
	top: 480px;
	left: 40%;
	z-index: 100;
	overflow: hidden;
	width: 40%;
	height: 160px;
	min-height: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 1px solid rgba(255, 255, 255, 1);
}

.gal-img-11 {
	position: absolute;
	top: -21px;
	left: 0px;
	z-index: 100;
	min-height: 160px;
}

.gal-btn-11 {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 100;
	width: 100%;
	min-height: 58px;
	padding-top: 18px;
	padding-bottom: 17px;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	text-transform: none;
	background-color: rgba(140, 198, 63, 1);
	border-radius: 0px;
}

.gal-btn-11:hover {
	bottom: 0px;
	width: 100%;
	min-width: 0px;
	min-height: 160px;
	padding-top: 68px;
	background-color: rgba(140, 198, 63, 1);
}

.gal-bl-12 {
	position: absolute;
	top: 640px;
	left: 0%;
	z-index: 100;
	overflow: hidden;
	width: 20%;
	height: 160px;
	min-height: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 1px solid rgba(255, 255, 255, 1);
	border-bottom-style: none;
	border-left-style: none;
}

.gal-img-12 {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	min-width: 260px;
	min-height: 160px;
}

.gal-btn-12 {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 100;
	width: 100%;
	min-height: 58px;
	padding-top: 18px;
	padding-bottom: 17px;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	text-transform: none;
	background-color: rgba(140, 198, 63, 1);
	border-radius: 0px;
}

.gal-btn-12:hover {
	bottom: 0px;
	width: 100%;
	min-width: 0px;
	min-height: 160px;
	padding-top: 68px;
	background-color: rgba(140, 198, 63, 1);
}

.gal-bl-13 {
	position: absolute;
	top: 640px;
	left: 20%;
	z-index: 100;
	overflow: hidden;
	width: 20%;
	height: 160px;
	min-height: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 1px solid rgba(255, 255, 255, 1);
	border-bottom-style: none;
}

.gal-img-13 {
	position: absolute;
	top: -43px;
	left: 0px;
	z-index: 100;
	min-height: 160px;
}

.gal-btn-13 {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 100;
	width: 100%;
	min-height: 58px;
	padding-top: 18px;
	padding-bottom: 17px;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	text-transform: none;
	background-color: rgba(140, 198, 63, 1);
	border-radius: 0px;
}

.gal-btn-13:hover {
	bottom: 0px;
	width: 100%;
	min-width: 0px;
	min-height: 160px;
	padding-top: 68px;
	background-color: rgba(140, 198, 63, 1);
}

.gal-bl-14 {
	position: absolute;
	top: 640px;
	left: 40%;
	z-index: 100;
	overflow: hidden;
	width: 20%;
	height: 160px;
	min-height: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 1px solid rgba(255, 255, 255, 1);
	border-bottom-style: none;
}

.gal-img-14 {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	min-width: 230px;
	min-height: 160px;
}

.gal-btn-14 {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 100;
	width: 100%;
	min-height: 58px;
	padding-top: 18px;
	padding-bottom: 17px;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	text-transform: none;
	background-color: rgba(140, 198, 63, 1);
	border-radius: 0px;
}

.gal-btn-14:hover {
	bottom: 0px;
	width: 100%;
	min-width: 0px;
	min-height: 160px;
	padding-top: 68px;
	background-color: rgba(140, 198, 63, 1);
}

.gal-bl-15 {
	position: absolute;
	top: 640px;
	left: 60%;
	z-index: 100;
	overflow: hidden;
	width: 20%;
	height: 160px;
	min-height: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 1px solid rgba(255, 255, 255, 1);
	border-bottom-style: none;
}

.gal-img-15 {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	min-height: 160px;
}

.gal-btn-15 {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 100;
	width: 100%;
	min-height: 58px;
	padding-top: 18px;
	padding-bottom: 17px;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	text-transform: none;
	background-color: rgba(140, 198, 63, 1);
	border-radius: 0px;
}

.gal-btn-15:hover {
	bottom: 0px;
	width: 100%;
	min-width: 0px;
	min-height: 160px;
	padding-top: 68px;
	background-color: rgba(140, 198, 63, 1);
}

.gal-bl-16 {
	position: absolute;
	top: 640px;
	left: 80%;
	z-index: 100;
	overflow: hidden;
	width: 20%;
	height: 160px;
	min-height: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 1px solid rgba(255, 255, 255, 1);
	border-bottom-style: none;
	border-right-style: none;
}

.gal-img-16 {
	position: absolute;
	top: 0px;
	left: -11px;
	z-index: 100;
	min-width: 249px;
	min-height: 160px;
}

.gal-btn-16 {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 100;
	width: 100%;
	min-height: 58px;
	padding-top: 18px;
	padding-bottom: 17px;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	text-transform: none;
	background-color: rgba(140, 198, 63, 1);
	border-radius: 0px;
}

.gal-btn-16:hover {
	bottom: 0px;
	width: 100%;
	min-width: 0px;
	min-height: 160px;
	padding-top: 68px;
	background-color: rgba(140, 198, 63, 1);
}

.clien-block {
	width: 100%;
	background-color: rgba(245, 245, 245, 1);
	background-image: url(http://aromako.ru/images/6229/images/gal_bg.jpg);
	background-size: cover;
}

.clien-block > .hlp-section-content {
	padding-top: 120px;
	padding-bottom: 120px;
}

.block_title_clien {
	width: 100%;
	margin-bottom: 24px;
}

.row-clien {
	width: 100%;
}

.row-clien > .hlp-col {
	min-height: 160px;
	margin-bottom: 0px;
}

.clien_wrap {
	overflow: hidden;
	width: 100%;
	height: 160px;
	min-height: 160px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: rgba(233, 233, 233, 1);
	border: 1px solid rgba(245, 245, 245, 1);
	opacity: 1;
	animation-delay: 0.4s;
	animation-duration: 1.5s;
}

.cli-img {
	width: 160px;
	min-height: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	opacity: 0.2;
}

.hlp-site .ash {
	opacity: 0.3;
}

.fourth_btn {
	width: 160px;
	min-height: 0px;
	margin-top: 120px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 12px;
	padding-bottom: 11px;
	font-size: 14px;
	font-size: 0.88rem;
	font-weight: 300;
	color: rgb(255, 255, 255);
	text-transform: none;
	background-color: rgba(140, 198, 63, 1);
	border: 1px solid rgba(140, 198, 63, 1);
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.fourth_btn:hover {
	background-color: rgba(162, 201, 110, 1);
	border-color: rgba(140, 198, 63, 1);
}

.contact-hack {
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: rgba(245, 245, 245, 1);
}

.contact-hack > .hlp-section-content {
	min-height: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.contact-block {
	position: relative;
	z-index: 0;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 17px;
	font-size: 1.06rem;
}

.contact-block > .hlp-section-content {
	min-height: 610px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.contact-back {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -100;
	width: 100%;
	height: 610px;
	min-height: 360px;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: rgba(255, 255, 255, 1);
}

.gmap {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	width: 50%;
	min-height: 610px;
}

.row-3 {
	width: 100%;
	margin-top: 0px;
}

.row-3 > .hlp-col {
	margin-bottom: 0px;
	padding-top: 120px;
	padding-bottom: 120px;
	padding-left: 120px;
}

.h2-cont {
	width: 100%;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 0px;
	text-align: left;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 300;
	text-transform: uppercase;
}

.title_line_contact {
	width: 180px;
	min-height: 32px;
	margin-top: 0px;
	border: 1px solid rgba(204, 204, 204, 1);
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
}

.contact-text-wrapper {
	width: 390px;
	min-height: auto;
	margin-top: 24px;
}

.contact-item-wrapper {
	width: 100%;
	margin-top: 17px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.contact-graf-point {
	width: 12px;
	height: 12px;
	min-height: 0px;
	margin-top: 6px;
	background-color: transparent;
	border: 2px solid rgba(140, 198, 63, 1);
	border-radius: 500px;
}

.contact-item-text {
	width: 94%;
	margin-top: 0px;
	margin-left: 10px;
	text-align: left;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 300;
	text-decoration: none;
	color: rgb(128, 128, 128);
}

.contact-item-mail {
	width: 94%;
	margin-top: 0px;
	margin-left: 10px;
	text-align: left;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 300;
	text-decoration: underline;
	color: rgb(128, 128, 128);
}

.contact-item-mail:hover {
	color: rgb(140, 198, 63);
}

.contact-social-wrapper {
	width: 390px;
	height: 48px;
	min-height: 48px;
	margin-top: 60px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.contact-social-item {
	width: 48px;
	height: 48px;
	min-height: 0px;
	margin-top: 0px;
	margin-right: 12px;
	padding-bottom: 1px;
	background-color: rgba(233, 233, 233, 1);
	border: 1px solid transparent;
	border-radius: 0px;
}

.contact-social-item:hover {
	background-color: rgba(140, 198, 63, 1);
}

.contact_social_item_img {
	width: 100%;
}

.block-contact-mob {
	display: none;
	width: 100%;
}

.mob-contact-col-1 {
	width: 50%;
	float: left;
}

.map-mob {
	display: none;
	width: 100%;
}

.gmap-mob {
	min-height: 610px;
}

.form-block {
	display: block;
	width: 100%;
	min-height: 2vh;
	background-size: cover;
	background-color: rgba(0, 0, 0, 0.51);
	background-image: url(../images/6229/images/screen2.jpg);
	background-position: center top;
}

.form-block > .hlp-section-bg-mask {
	background-color: rgba(0, 0, 0, 0.71);
}

.form-block > .hlp-section-content {
	min-width: 0px;
	min-height: 100vh;
	padding-top: 120px;
	padding-bottom: 120px;
}

.form-content-wrapper {
	width: 100%;
	padding-top: 120px;
	padding-bottom: 120px;
	border: 1px solid rgba(255, 255, 255, 0.26);
}

.block_title_form {
	width: 100%;
	margin-bottom: 24px;
}

.h2-form {
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 300;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
}

.title_desc_form {
	width: 40%;
	margin-top: 12px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	line-height: 1.5;
	font-weight: 300;
	color: rgb(255, 255, 255);
	opacity: 0.5;
}

.form-bottom {
	width: 100%;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	background-color: transparent;
	border-radius: 4px;
}

.form-bottom .input {
	width: 240px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 6px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	font-size: 24px;
	font-weight: 400;
	color: rgb(255, 255, 255);
	background-color: transparent;
	border: 1px solid rgba(255, 255, 255, 0.51);
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
	border-radius: 0px;
}

.form-bottom .input::-webkit-input-placeholder {color: rgba(255, 255, 255, 1);}
.form-bottom .input::-moz-placeholder {color: rgba(255, 255, 255, 1);}
.form-bottom .input:-moz-placeholder {color: rgba(255, 255, 255, 1);}
.form-bottom .input:-ms-input-placeholder {color: rgba(255, 255, 255, 1);}

.form-bottom .submit {
	width: 180px;
	margin-top: 36px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 12px;
	padding-bottom: 11px;
	text-align: center;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 300;
	color: rgb(250,250,250);
	text-transform: uppercase;
	background-color: transparent;
	border: 1px solid rgba(250, 250, 250, 1);
	border-radius: 0px;
}

.form-bottom .submit:hover {
	background-color: rgba(140, 198, 63, 1);
	border-color: rgba(140, 198, 63, 1);
}

.politica-bottom {
	width: 100%;
	margin-top: 36px;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 300;
	color: rgb(165, 165, 165);
	opacity: 0.6;
}

.politica-link {
	text-decoration: underline;
	color: rgb(165, 165, 165);
}

.politica-link:hover {
	color: rgb(255, 255, 255);
	border-color: rgba(128, 128, 128, 1);
}

.blog-block {
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
}

.blog-block > .hlp-section-content {
	min-height: 1140px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.blog-wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	width: 100%;
	height: 1140px;
	min-height: 1080px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.blog-item-1 {
	overflow: hidden;
	width: 50%;
	height: 360px;
	min-height: 0px;
	margin-top: 0px;
	padding-bottom: 1px;
	background-color: transparent;
	border-radius: 0px;
}

.blog-item-1:hover {
	background-color: transparent;
}

.blog-img-container-1 {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 100;
	width: 100%;
	background-size: cover;
	background-color: rgba(0, 0, 0, 1);
	box-shadow: rgba(0, 0, 0, 0.47) 0px 0px 358px 200px inset;
	opacity: 1;
	transform: translate(0px, 0px);
	background-image: url(../images/6229/images/4-scent-drops.jpg);
	background-position: center center;
	filter: blur(0px);
}

.blog-text-small {
	position: absolute;
	top: 48px;
	left: 10%;
	z-index: 100;
	width: 80%;
}

.blog-theme-small {
	width: 100%;
	font-size: 14px;
	font-size: 0.88rem;
	letter-spacing: 1px;
	font-weight: 300;
	color: rgb(140, 198, 63);
	text-transform: uppercase;
}

.blog-title-small {
	width: 100%;
	padding-top: 48px;
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 300;
	color: rgb(255, 255, 255);
	background-color: transparent;
}

.blog-desc-small {
	width: 100%;
	margin-top: 36px;
	font-size: 15px;
	font-size: 0.94rem;
	font-weight: 300;
	color: rgb(255, 255, 255);
}

.blog-item-2 {
	overflow: hidden;
	width: 50%;
	height: 360px;
	min-height: 0px;
	margin-top: 0px;
	padding-bottom: 1px;
	background-color: transparent;
	border-radius: 0px;
}

.blog-item-2:hover {
	background-color: transparent;
}

.blog-img-container-2 {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 100;
	width: 100%;
	background-size: cover;
	box-shadow: rgba(0, 0, 0, 0.36) 0px 0px 500px 200px inset;
	background-image: url(../images/6229/images/blog-2.jpg);
	background-position: center center;
}

.blog-item-3 {
	overflow: hidden;
	width: 100%;
	height: 420px;
	min-height: 0px;
	margin-top: 0px;
	padding-bottom: 1px;
	background-color: transparent;
	border-radius: 0px;
}

.blog-item-3:hover {
	background-color: transparent;
}

.blog-img-container-3 {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 100;
	width: 100%;
	background-size: cover;
	box-shadow: rgba(0, 0, 0, 0.43) 0px 0px 500px 200px inset;
	background-image: url(../images/6229/images/blog-3.jpg);
	background-position: center center;
	filter: blur(0px);
}

.blog-text-large {
	position: absolute;
	top: 48px;
	left: 10%;
	z-index: 100;
	width: 80%;
}

.blog-theme-large {
	width: 100%;
	font-size: 14px;
	font-size: 0.88rem;
	letter-spacing: 1px;
	font-weight: 300;
	color: rgb(140, 198, 63);
	text-transform: uppercase;
}

.blog-title-large {
	width: 100%;
	margin-top: 60px;
	padding-top: 0px;
	font-size: 42px;
	font-size: 2.63rem;
	font-weight: 300;
	color: rgb(255, 255, 255);
}

.blog-desc-large {
	width: 100%;
	margin-top: 36px;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
	color: rgb(227, 227, 227);
}

.blog-item-4 {
	overflow: hidden;
	width: 50%;
	height: 360px;
	min-height: 0px;
	margin-top: 0px;
	padding-bottom: 1px;
	background-color: transparent;
	border-radius: 0px;
}

.blog-item-4:hover {
	background-color: transparent;
}

.blog-img-container-4 {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 100;
	width: 100%;
	background-size: cover;
	box-shadow: rgba(0, 0, 0, 0.18) 0px 0px 500px 200px inset;
	background-image: url(../images/6229/images/australianartquartets.jpg);
	background-position: center center;
}

.blog-item-5 {
	overflow: hidden;
	width: 50%;
	height: 360px;
	min-height: 0px;
	margin-top: 0px;
	padding-bottom: 1px;
	background-color: transparent;
	border-radius: 0px;
}

.blog-item-5:hover {
	background-color: transparent;
}

.blog-img-container-5 {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 100;
	width: 100%;
	background-size: cover;
	box-shadow: rgba(0, 0, 0, 0.21) 0px 0px 0px 200px inset;
	background-image: url(../images/6229/images/blog-5_1.jpg);
	background-position: center center;
}

.footer {
	width: 100%;
	min-height: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: rgba(22, 22, 22, 1);
}

.footer > .hlp-section-content {
	min-height: 46px;
	padding-top: 12px;
	padding-bottom: 12px;
}

.block-2 {
	width: 100%;
	min-height: auto;
}

.footer_copyright {
	width: 100%;
	float: right;
	margin-top: 2px;
	text-align: center;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 300;
	color: rgb(255, 255, 255);
	background-color: transparent;
	opacity: 0.2;
}

.keis {
	width: 700px;
	margin-top: 120px;
	padding-top: 72px;
	padding-bottom: 72px;
	text-align: center;
	background-color: rgb(255,255,255);
}

.keis > .but-modal-close {
	position: absolute;
	top: 24px;
	right: 24px;
	z-index: 1000;
	width: 24px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
	opacity: 0.3;
}

.keis > .but-modal-close:hover {
	opacity: 0.45;
}

.keis-text-wrapper {
	width: 100%;
	min-height: 0px;
	margin-top: 2px;
	margin-bottom: 0px;
	padding-left: 72px;
	padding-right: 72px;
}

.title-keis {
	width: 100%;
	text-align: left;
	font-size: 18px;
	font-size: 1.13rem;
	font-weight: 600;
	text-transform: uppercase;
}

.title_line-keis {
	width: 180px;
	min-height: 32px;
	margin-top: 0px;
	border: 1px solid rgba(204, 204, 204, 1);
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
}

.text-keis {
	width: 100%;
	margin-top: 36px;
	text-align: left;
	font-size: 14px;
	font-size: 0.88rem;
	line-height: 1.5;
	font-weight: 300;
	color: rgb(128, 128, 128);
}

.popup-form-window {
	width: 700px;
	margin-top: 120px;
	padding-top: 72px;
	padding-bottom: 72px;
	text-align: center;
	background-color: rgb(255,255,255);
}

.popup-form-window > .but-modal-close {
	position: absolute;
	top: 24px;
	right: 24px;
	z-index: 1000;
	width: 24px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
	opacity: 0.3;
}

.popup-form-window > .but-modal-close:hover {
	opacity: 0.45;
}

.popup-form-wrapper {
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.26);
}

.block_title_popup-form {
	width: 100%;
	margin-bottom: 24px;
}

.h2-popup-form {
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 300;
	color: rgb(0, 0, 0);
	text-transform: uppercase;
}

.title_desc_popup-form {
	width: 60%;
	margin-top: 12px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	line-height: 1.5;
	font-weight: 300;
	color: rgb(0, 0, 0);
	opacity: 0.5;
}

.popup-form {
	width: 100%;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	background-color: transparent;
	border-radius: 4px;
}

.popup-form .input {
	width: 240px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 6px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	font-size: 24px;
	font-weight: 400;
	color: rgb(0, 0, 0);
	background-color: transparent;
	border: 1px solid rgba(0, 0, 0, 0.52);
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
	border-radius: 0px;
}

.popup-form .input::-webkit-input-placeholder {color: rgba(0, 0, 0, 1);}
.popup-form .input::-moz-placeholder {color: rgba(0, 0, 0, 1);}
.popup-form .input:-moz-placeholder {color: rgba(0, 0, 0, 1);}
.popup-form .input:-ms-input-placeholder {color: rgba(0, 0, 0, 1);}

.popup-form .submit {
	width: 180px;
	margin-top: 36px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 12px;
	padding-bottom: 11px;
	text-align: center;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 300;
	color: rgb(0, 0, 0);
	text-transform: uppercase;
	background-color: transparent;
	border: 1px solid rgba(0, 0, 0, 1);
	border-radius: 0px;
}

.popup-form .submit:hover {
	color: rgb(255, 255, 255);
	background-color: rgba(140, 198, 63, 1);
	border-color: rgba(140, 198, 63, 1);
}

.politica-link-popup {
	text-decoration: underline;
	color: rgb(165, 165, 165);
}

.politica-link-popup:hover {
	color: rgb(0, 0, 0);
	border-color: rgba(128, 128, 128, 1);
}

.modal-1 {
	margin-top: 50px;
	padding-top: 8px;
	padding-bottom: 52px;
	background-color: rgb(255,255,255);
	border-radius: 4px;
	box-shadow: rgba(0, 0, 0, 0.36) 0px 0px 22px 0px;
}

.modal-1 > .but-modal-close {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1000;
	width: 30px;
}

.heading-1 {
	width: 100%;
	margin-top: 18px;
	font-size: 36px;
	font-size: 2.25rem;
	color: rgb(70, 70, 70);
}

.text-3 {
	width: 402px;
	margin-top: 2px;
	margin-bottom: 35px;
	margin-left: auto;
	margin-right: auto;
}

.button-1 {
	width: 336px;
	margin-top: 16px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(140, 198, 63, 1);
}

.text-4 {
	width: 299px;
	margin-top: 3px;
	margin-left: 78px;
	font-size: 14px;
	font-size: 0.88rem;
	color: rgb(128, 128, 128);
}

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

	.hlp-nav-panel-mobile {
		padding-top: 73px;
		color: rgb(255, 255, 255);
		background-color: rgba(18, 18, 18, 0.95);
	}

	.hlp-nav-mobile > .hlp-nav-item-mobile {
		display: block;
		margin-top: 0px;
		padding-top: 18px;
		padding-bottom: 18px;
		padding-left: 24px;
		font-weight: 300;
		color: rgb(128, 128, 128);
		border-color: rgba(255, 255, 255, 0.11);
		border-width: 1px;
		border-style: solid;
		border-top-style: none;
		border-left-style: none;
		border-right-style: none;
		border-radius: 0px;
	}

	.hlp-nav-mobile > .hlp-nav-item-mobile:hover {
		color: rgb(255, 255, 255);
	}

	.side-bar-logo {
		position: absolute;
		top: 20px;
		left: 24px;
		z-index: 100;
		margin: 0px;
	}

	.sidebar_logo_text {
		color: rgb(255, 255, 255);
	}

	.hlp-section-fixed.nav-block, .hlp-section-fixed .nav-block {
		top: 0px;
	}

	.nav-block[class~="hlp-section-fixed"] > .hlp-section-content {
		min-height: 70px;
	}

	.nav-logo-wrapper {
		width: 30px;
	}

	.nav-logo {
		width: 23px;
	}

	.nav-logo:hover {
		opacity: 1;
	}

	.main-nav {
		display: none;
	}

	.hamb {
		display: block;
		width: auto;
		float: right;
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		opacity: 0.6;
	}

	.hamb:hover {
		opacity: 1;
	}

	.hlp-nav-button-mobile {
		width: 37px;
		margin-top: 0px;
		margin-left: auto;
		margin-right: 0px;
	}

	.top_bar > .hlp-section-content {
		min-height: 70px;
	}

	.top_bar_inner {
		margin-top: 10px;
	}

	.logo_text {
		color: rgb(0, 0, 0);
	}

	.main_screen {
		background-size: cover;
		background-image: url(../images/6229/images/screen2.jpg);
		background-position: center center;
	}

	.main_screen > .hlp-section-bg-mask {
		background-color: rgba(0, 0, 0, 0.51);
	}

	.main_desc {
		width: 56%;
	}

	.main_btn {
		margin-top: 24px;
		margin-left: auto;
		margin-right: auto;
	}

	.title_desc {
		width: 69%;
	}

	.hlp-site .usl-img-2 {
		top: 0px;
	}

	.hlp-site .usl-img-3 {
		top: 0px;
	}

	.hlp-site .usl-img-7 {
		top: 0px;
	}

	.prich-text-wrap {
		width: 100%;
		margin-top: 24px;
		margin-left: 0px;
	}

	.row-obor > .hlp-col {
		display: none;
	}

	.hlp-site .obor_punkt_wrapper-2 {
		display: none;
	}

	.hlp-site .image-2-2 {
		top: 1px;
		right: 17px;
		width: 96%;
	}

	.obor-predlozh {
		width: 86%;
		margin-top: 0px;
		margin-right: 5px;
	}

	.row-obor-mob > .hlp-col {
		display: block;
	}

	.zapah-block > .hlp-section-content {
		padding-top: 70px;
	}

	.row-zapah > .hlp-col {
		display: none;
	}

	.zapah-predlozh {
		width: 65%;
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 257px;
	}

	.image-3 {
		position: relative;
		top: 0px;
		left: 0px;
		min-height: auto;
		margin: 0px;
		margin-top: 0px;
		margin-left: auto;
		margin-right: auto;
	}

	.row-zapah-mob > .hlp-col {
		display: block;
		min-height: auto;
		margin-bottom: 0px;
	}

	.row-catalog > .hlp-col {
		display: block;
		padding-left: 32px;
	}

	.var-block {
		display: none;
		background-color: rgba(0, 0, 0, 1);
	}

	.var-block > .hlp-section-bg-mask {
		background-color: transparent;
	}

	.var-wrap {
		display: none;
	}

	.var_item_l {
		width: 50%;
		min-height: 329px;
		border-color: rgba(245, 245, 245, 1);
		border-width: 1px;
		border-style: solid;
	}

	.var_text {
		width: 437px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	.var_item_c {
		width: 100%;
		margin-top: 0px;
		margin-left: auto;
		margin-right: auto;
		border-color: rgba(245, 245, 245, 1);
		border-width: 1px;
		border-style: solid;
		box-shadow: transparent 0px 0px 36px 0px;
	}

	.var_item_r {
		width: 50%;
		min-height: 329px;
		border-color: rgba(245, 245, 245, 1);
		border-width: 1px;
		border-style: solid;
	}

	.var-block-mob {
		display: block;
		background-color: rgba(245, 245, 245, 1);
		background-image: none;
	}

	.var-block-mob > .hlp-section-bg-mask {
		background-color: transparent;
	}

	.title_line-var-mob {
		border-color: rgba(204, 204, 204, 1);
	}

	.var-wrap-mob {
		display: block;
	}

	.gal-img-12 {
		top: -14px;
		left: 0px;
		width: 204px;
		min-width: 265px;
	}

	.gal-img-13 {
		top: 0px;
	}

	.gal-img-16 {
		display: block;
	}

	.contact-block {
		display: none;
	}

	.block-contact-mob {
		display: block;
	}

	.block-contact-mob > .hlp-section-content {
		padding-top: 120px;
		padding-bottom: 120px;
	}

	.mob-contact-col-1 {
		width: 50%;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	.map-mob {
		display: block;
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.map-mob > .hlp-section-content {
		min-height: 360px;
		padding-top: 1px;
		padding-bottom: 1px;
	}

	.form-block {
		display: block;
		background-size: cover;
		background-image: url(../images/6229/images/screen2.jpg);
		background-position: center top;
	}

	.form-block > .hlp-section-bg-mask {
		background-color: rgba(0, 0, 0, 0.6);
	}

	.blog-text-small {
		width: 80%;
	}

	.blog-text-large {
		left: 8%;
		width: 80%;
	}

	.keis {
		margin-top: 120px;
	}

	.popup-form-window {
		margin-top: 120px;
	}
 
}

@media screen and (max-width: 799px), screen and (max-device-width: 799px), 
		screen and (min-device-width: 800px) and (max-device-width: 1249px) and (orientation: portrait) {

	.hlp-nav-panel-mobile {
		width: 40%;
	}

	.hlp-nav-mobile > .hlp-nav-item-mobile {
		margin-top: 0px;
		margin-bottom: 0px;
		padding-top: 12px;
		padding-bottom: 12px;
		padding-left: 24px;
		color: rgb(128, 128, 128);
		border-color: rgba(255, 255, 255, 0.06);
		border-width: 1px;
		border-style: solid;
		border-top-style: none;
		border-left-style: none;
		border-right-style: none;
	}

	.hlp-nav-mobile > .hlp-nav-item-mobile:hover {
		color: rgb(255, 255, 255);
		background-color: transparent;
		border-color: rgba(255, 255, 255, 0.07);
	}

	.hlp-section-fixed.nav-logo-wrapper, .hlp-section-fixed .nav-logo-wrapper {
		width: 30px;
	}

	.h1 {
		width: 92%;
	}

	.main_desc {
		width: 72%;
	}

	.title_desc {
		width: 84%;
	}

	.usl-image {
		padding-top: 0px;
	}

	.title_desc_prich {
		width: 100%;
	}

	.graf_block > .hlp-section-content {
		padding-bottom: 60px;
	}

	.row-1 > .hlp-col {
		margin-bottom: 60px;
	}

	.coffee-script {
		display: none;
	}

	.text-1 {
		display: block;
		width: 78%;
		margin-left: auto;
		margin-right: auto;
		font-size: 36px;
		font-size: 2.25rem;
		font-weight: 300;
		color: rgb(255, 255, 255);
		background-color: transparent;
	}

	.obor_block > .hlp-section-content {
		padding-bottom: 60px;
	}

	.image-2 {
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
	}

	.row-obor-mob > .hlp-col {
		padding-bottom: 60px;
	}

	.zapah-h2 {
		width: 68%;
	}

	.row-catalog > .hlp-col {
		display: none;
	}

	.title_desc_gal {
		width: 98%;
	}

	.gal-wrap {
		height: 960px;
	}

	.gal-bl-1 {
		width: 70%;
	}

	.gal-img-1 {
		top: -65px;
	}

	.gal-text {
		top: 24px;
		left: 0.5px;
		margin-left: auto;
		margin-right: 0px;
	}

	.gal-bl-2 {
		left: 70%;
		width: 30%;
	}

	.gal-img-2 {
		top: 0px;
		width: auto;
		min-width: 288px;
	}

	.gal-bl-3 {
		top: 160px;
		left: 0%;
		width: 70%;
	}

	.gal-img-3 {
		top: -37px;
		left: 0px;
	}

	.gal-bl-4 {
		left: 70%;
		width: 30%;
	}

	.gal-img-4 {
		top: 0px;
	}

	.gal-bl-5 {
		top: 320px;
		left: 0%;
		width: 70%;
	}

	.gal-img-5 {
		top: -65px;
	}

	.gal-bl-6 {
		top: 320px;
		left: 70%;
		width: 30%;
		height: 320px;
	}

	.gal-img-6 {
		top: 0px;
		min-height: 320px;
	}

	.gal-btn-6:hover {
		min-height: 320px;
		padding-top: 148px;
	}

	.gal-bl-7 {
		top: 480px;
		width: 70%;
	}

	.gal-bl-8 {
		top: 640px;
		left: 0%;
		width: 70%;
	}

	.gal-img-8 {
		top: 0px;
		left: 0px;
		margin-left: auto;
		margin-right: 0px;
	}

	.gal-bl-9 {
		top: 640px;
		left: 70%;
		width: 30%;
		height: 160px;
	}

	.gal-img-9 {
		top: 0px;
		left: -46px;
		width: 100%;
		min-width: 256px;
		min-height: 160px;
		margin-left: 0px;
		margin-right: 0px;
	}

	.gal-btn-9:hover {
		min-height: 160px;
		padding-top: 68px;
	}

	.gal-bl-10 {
		top: 800px;
		width: 70%;
	}

	.gal-bl-11 {
		display: block;
		top: 800px;
		left: 70%;
		width: 30%;
	}

	.gal-img-11 {
		top: 0px;
		left: -24px;
		width: auto;
		min-width: 256px;
	}

	.gal-bl-12 {
		display: none;
	}

	.gal-bl-13 {
		display: none;
	}

	.gal-bl-14 {
		display: none;
	}

	.gal-bl-15 {
		display: none;
	}

	.gal-bl-16 {
		display: none;
	}

	.gal-img-16 {
		display: block;
	}

	.mob-contact-col-1 {
		width: 65%;
	}

	.blog-block > .hlp-section-content {
		min-height: 1800px;
	}

	.blog-wrapper {
		min-height: 1800px;
	}

	.blog-item-1 {
		width: 100%;
	}

	.blog-item-2 {
		width: 100%;
	}

	.blog-item-3 {
		height: 360px;
	}

	.blog-title-large {
		margin-top: 48px;
		font-size: 28px;
		font-size: 1.75rem;
	}

	.blog-desc-large {
		font-size: 15px;
		font-size: 0.94rem;
	}

	.blog-item-4 {
		width: 100%;
	}

	.blog-item-5 {
		width: 100%;
	}

}

@media screen and (max-width: 599px), screen and (max-device-width: 599px), 
		screen and (min-device-width: 600px) and (max-device-width: 760px) and (orientation: landscape) {

	.hlp-nav-panel-mobile {
		width: 50%;
	}

	.main_desc {
		width: 84%;
	}

	.sfery_item_img {
		width: 36px;
	}

	.sfery_item_text {
		width: 186px;
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		padding-top: 0px;
	}

	.hlp-site .usl-img-1 {
		top: -87px;
	}

	.hlp-site .usl-img-2 {
		top: -87px;
	}

	.hlp-site .usl-img-3 {
		top: -52px;
	}

	.hlp-site .usl-img-4 {
		top: -44px;
	}

	.hlp-site .usl-img-5 {
		top: -71px;
	}

	.hlp-site .usl-img-6 {
		top: -63px;
	}

	.hlp-site .usl-img-7 {
		top: -114px;
	}

	.block_title_prich {
		margin-bottom: 36px;
	}

	.prich_item {
		margin-top: 24px;
	}

	.prich-text-wrap {
		width: 406px;
		min-height: 0px;
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 12px;
	}

	.h3 {
		width: 83%;
		margin-top: 5px;
		margin-left: 0px;
		margin-right: 0px;
	}

	.prich-text {
		width: 87%;
		margin-top: 16px;
		margin-left: 0px;
		margin-right: 0px;
	}

	.hlp-site .coffee-block {
		background-position: center center;
	}

	.image-2 {
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
	}

	.obor-predlozh {
		width: 91%;
		margin-left: auto;
		margin-right: 0px;
	}

	.zapah-h2 {
		width: 100%;
	}

	.zapah-predlozh {
		width: 91%;
		margin-top: 0px;
		margin-left: auto;
		margin-right: 0px;
	}

	.var_item_l {
		width: 100%;
	}

	.var_text {
		width: 92%;
	}

	.var_item_r {
		width: 100%;
	}

	.gal-wrap {
		height: 1760px;
	}

	.gal-bl-1 {
		width: 100%;
	}

	.gal-text {
		top: 24px;
	}

	.gal-bl-2 {
		top: 160px;
		left: 0%;
		width: 100%;
	}

	.gal-bl-3 {
		top: 320px;
		width: 100%;
	}

	.gal-bl-4 {
		top: 480px;
		left: 0%;
		width: 100%;
	}

	.gal-bl-5 {
		top: 640px;
		width: 100%;
	}

	.gal-bl-6 {
		top: 800px;
		left: 0%;
		width: 100%;
		height: 160px;
	}

	.gal-img-6 {
		top: -41px;
		left: -13px;
		min-width: 515px;
		min-height: 160px;
	}

	.gal-btn-6:hover {
		min-height: 160px;
		padding-top: 68px;
	}

	.gal-bl-7 {
		top: 960px;
		width: 100%;
	}

	.gal-bl-8 {
		top: 1120px;
		width: 100%;
	}

	.gal-bl-9 {
		top: 1280px;
		left: 0%;
		width: 100%;
	}

	.gal-img-9 {
		top: -98px;
		min-width: 524px;
	}

	.gal-btn-9:hover {
		min-height: 160px;
		padding-top: 68px;
	}

	.gal-bl-10 {
		top: 1440px;
		width: 100%;
	}

	.gal-bl-11 {
		top: 1600px;
		left: 0%;
		width: 100%;
	}

	.gal-img-11 {
		top: -11px;
		left: -32px;
		width: 100%;
		min-width: 503px;
	}

	.contact-item-text {
		width: 95%;
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 12px;
	}

	.contact-item-mail {
		width: 96%;
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 12px;
	}

	.mob-contact-col-1 {
		width: 80%;
	}

	.keis-text-wrapper {
		padding-left: 60px;
		padding-right: 60px;
	}

	.title_desc_popup-form {
		width: 78%;
	}


}

@media screen and (max-width: 429px), screen and (max-device-width: 429px) {

	.hlp-nav-panel-mobile {
		width: 100%;
	}

	.logo_img {
		margin-top: 0px;
		margin-left: 0px;
	}

	.sidebar_logo_text {
		color: rgb(255, 255, 255);
	}

	.top_logo {
		margin-left: 90px;
	}

	.logo_text {
		color: rgb(0, 0, 0);
	}

	.top_tel {
		display: none;
	}

	.main_screen {
		display: block;
		min-height: auto;
	}

	.main_screen > .hlp-section-content {
		min-height: 0px;
		padding-top: 120px;
		padding-bottom: 120px;
	}

	.h1 {
		width: 97%;
		font-size: 24px;
		font-size: 1.5rem;
	}

	.main_desc {
		width: 96%;
		font-size: 14px;
		font-size: 0.88rem;
	}

	.sfery-block > .hlp-section-content {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.block_title_sfery {
		margin-bottom: 12px;
	}

	.h2 {
		font-size: 20px;
		font-size: 1.25rem;
	}

	.title_desc {
		width: 100%;
		font-size: 14px;
		font-size: 0.88rem;
	}

	.sfery_item {
		width: auto;
		margin-top: 24px;
		margin-left: 0px;
	}

	.hlp-site .usl-img-1 {
		top: 0px;
	}

	.hlp-site .usl-img-2 {
		top: 0px;
	}

	.hlp-site .usl-img-3 {
		top: 0px;
	}

	.hlp-site .usl-img-4 {
		top: 0px;
	}

	.hlp-site .usl-img-5 {
		top: 0px;
	}

	.hlp-site .usl-img-6 {
		top: 0px;
	}

	.hlp-site .usl-img-7 {
		top: 0px;
	}

	.prich_block {
		background-position: left center;
	}

	.prich_block > .hlp-section-content {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.title_desc_prich {
		font-size: 14px;
		font-size: 0.88rem;
	}

	.prich-text-wrap {
		margin-top: 0px;
		padding-top: 6px;
		padding-left: 0px;
	}

	.h3 {
		margin-top: 12px;
	}

	.prich-text {
		width: 97%;
		margin-top: 12px;
		margin-left: 0px;
	}

	.graf_block > .hlp-section-content {
		padding-top: 60px;
		padding-bottom: 1px;
	}

	.text-1 {
		width: 100%;
		font-size: 24px;
		font-size: 1.5rem;
	}

	.obor_block > .hlp-section-content {
		padding-top: 60px;
		padding-bottom: 1px;
	}

	.obor-h2 {
		font-size: 20px;
		font-size: 1.25rem;
	}

	.obor-predlozh {
		width: 85%;
		margin-top: 0px;
		margin-right: 0px;
	}

	.zapah-block > .hlp-section-content {
		padding-top: 60px;
		padding-bottom: 1px;
	}

	.zapah-h2 {
		width: 100%;
		font-size: 20px;
		font-size: 1.25rem;
	}

	.zapah-predlozh {
		width: 85%;
	}

	.var_text {
		width: 86%;
	}

	.var-block-mob > .hlp-section-content {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.gal-block > .hlp-section-content {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.gal-img-1 {
		top: 0px;
	}

	.gal-img-3 {
		top: -34px;
	}

	.gal-img-5 {
		top: 0px;
	}

	.gal-img-6 {
		top: -40px;
		left: -91px;
	}

	.gal-btn-6:hover {
		min-height: 160px;
		padding-top: 68px;
	}

	.gal-img-7 {
		top: 0px;
	}

	.clien-block > .hlp-section-content {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.contact-item-text {
		width: 218px;
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
	}

	.contact-item-mail {
		width: 218px;
		margin-top: 0px;
		margin-left: auto;
		margin-right: 0px;
	}

	.contact-social-item {
		margin-bottom: 12px;
	}

	.block-contact-mob > .hlp-section-content {
		padding-top: 60px;
		padding-bottom: 42px;
	}

	.mob-contact-col-1 {
		width: 230px;
	}

	.form-block > .hlp-section-content {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.title_desc_form {
		width: 92%;
	}

	.blog-title-small {
		padding-top: 36px;
		font-size: 24px;
		font-size: 1.5rem;
	}

	.blog-desc-small {
		margin-top: 24px;
		font-size: 12px;
		font-size: 0.75rem;
	}

	.blog-theme-large {
		font-size: 12px;
		font-size: 0.75rem;
	}

	.blog-title-large {
		margin-top: 36px;
		font-size: 24px;
		font-size: 1.5rem;
	}

	.blog-desc-large {
		margin-top: 24px;
		font-size: 12px;
		font-size: 0.75rem;
	}

	.keis-text-wrapper {
		padding-left: 24px;
		padding-right: 24px;
	}

	.text-keis {
		width: 100%;
		font-size: 12px;
		font-size: 0.75rem;
	}

	.h2-popup-form {
		font-size: 24px;
		font-size: 1.5rem;
	}

	.title_desc_popup-form {
		width: 100%;
		font-size: 16px;
		font-size: 1rem;
	}

	.popup-form .input {
		font-size: 24px;
		font-size: 1.5rem;
	}

	.popup-form .submit:hover {
		color: rgb(255, 255, 255);
	}
	
	
}

/*Стили для кнопки*/
.fran{
    position:fixed; /*фиксированная позиция кнопки при прокрутке*/
    transform-origin: left top;
	-webkit-transform: rotate(-90deg);  /*Поворот блока с текстом кнопки  на 30 градусов*/
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
	z-index:9999;
	left: 0px; /*отступ с права*/
	top: 60%; /*отступ сверху*/
	
}

    .fran a {
	color:#fff; /*цвет ссылки*/
	display:block;
	background:#8ac84c; /*цвет фона кнопки*/
	font-size:1.0em; /*размер шрифта*/
	text-transform: uppercase;
	text-align:center; /*выравнивание по центру*/
	padding:16px 24px; /*внутренние отступы*/
	font-weight: 300;
	font-family:Open Sans;
}

/* @media screen and (max-width: 429px), screen and (max-device-width: 429px) {
   .fran a{
    font-size:0.7em;
    padding: 8px 12px;
    }

}
*/


@media screen and (max-width: 599px), screen and (max-device-width: 599px), 
		screen and (min-device-width: 600px) and (max-device-width: 760px) and (orientation: landscape) {
		    
    .fran a{
    font-size:0.4em;
    padding: 4px 10px;
    }
}



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



@media screen and (max-width: 799px), screen and (max-device-width: 799px), 
		screen and (min-device-width: 800px) and (max-device-width: 1249px) and (orientation: portrait) {
  
    .fran a{
    font-size:0.4em;
    padding: 8px 12px;
    }	    
}