@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');

html, body{
	margin: 0;
	padding: 0;
	font-family: Open Sans;
}
a {
	text-decoration: none;
}
:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}
.header-fix {
	background-color: rgba(18, 18, 18, 0.91);
	position: fixed;
	width: 100%;
	z-index: 1000;
}
.header-container {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	max-width: 1024px;
	min-height: 67px;
	margin: 0 auto;
}
#header-fix-logo {
	margin-right: 20px;
	margin-left: 20px;
	opacity: 0.6;
	transition-property: opacity;
	transition-duration: 0.4s;
	text-decoration: none;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
#header-fix-logo-mob {
	margin-right: 20px;
	opacity: 0.6;
	transition-property: opacity;
	transition-duration: 0.4s;
	text-decoration: none;
	display: none;
	flex-wrap: nowrap;
	align-items: center;
	padding-top: 7px !important;
	padding-bottom: 7px !important;
}
#header-fix-logo:hover {
	opacity: 1;
}
#header-fix-logo > p {
	margin-left: 8px;
	color: #fff;
	font-weight: 700;
	display: none;
}
#header-fix-logo-mob > p {
	margin-left: 8px;
	font-family: Open Sans;
	font-weight: 700;
}
.menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin: 0;
}
.fix-menu {
	justify-content: center;
}
.menu a {
	color: #a5a5a5;
	opacity: 0.6;
	text-decoration: none;
	transition-property: opacity;
	transition-duration: 0.4s;
	font-size: 15px;
	font-family: 'Roboto Condensed', sans-serif;
	margin: 3px 15px;
}
.menu a:hover {
	color: #fff;
	opacity: 1;
}
/* Icon 3 */
#nav-icon3 {
  width: 37px;
  height: 30px;
  position: relative;
  margin: 0 20px 0 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display: none;
  opacity: 0.6;
}
#nav-icon3:hover {
	opacity: 1;
}
#nav-icon3 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #fff;
  border-radius: 4px;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
  top: 0px;
}
#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 12px;
}
#nav-icon3 span:nth-child(4) {
  top: 24px;
}
#nav-icon3.open span:nth-child(1) {
  top: 12px;
  width: 0%;
  left: 50%;
}
#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
  top: 12px;
  width: 0%;
  left: 50%;
}
.header {
	background-color: #fff;
	position: relative;
	z-index: 2000;
}
.header p {
	display: inline;
	font-weight: 700;
}
#menu-logo {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	margin: 0 0 0 20px;
}
#menu-logo > p{
	margin-left: 8px;
}
#menu-phone {
	margin: 0 20px 0 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
#menu-phone p {
	margin: 0 5px 0 0;
}
#menu-phone a {
	margin: 0;
	font-size: 16px;
	font-family: open-sans, sans-serif;
	color: #000 !important;
	opacity: 1 !important;
}
.whatsapp {
	margin: 0 !important;
	display: flex;
	align-items: center;
}
#menu-phone span {
	font-size: 24px;
}
.whatsapp img {
	margin-left: 4px;
}
.fullscreen-bg {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
  position: relative;
  height: 95vh;
  width: 100%;
	background: #000;
}
.fullscreen-bg_video {
	height: 115%;
}
.overlay {
  background: rgba(0,0,0,0.6);
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  z-index: 10;
	font-weight: 300;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.content_on_video {
	max-width: 650px;
	margin: auto;
}
.overlay .h1 {
  text-align: center;
  font-size: 36px;
	margin: 0 auto;
	padding: 0 10px;
}
.overlay .h1_span {
  color: rgb(140, 198, 63);
	font-size: 36px;
}
.main_desc {
	max-width: 470px;
	text-align: center;
	margin: 20px auto 25px auto;
	padding: 0 10px;
}
.main_btn {
	width: 180px;
	height: 70px;
	border: 1px solid #fff;
	margin: 0 auto;
	text-align: center;
	box-sizing: border-box;
	padding-top: 11px;
	cursor: pointer;
	transition-property: border-color, background-color;
	transition-duration: 0.4s;
}
.main_btn:hover {
	background-color: rgb(140, 198, 63);
	border-color: rgb(140, 198, 63);
}
.main_btn_1 {
	color: #fff;
	text-decoration: none;
}
.section-content {
	max-width: 1024px;
	padding: 120px 20px;
	margin: 0 auto;
	position: relative;
}
.block_title {
	text-align: center;
	color: rgb(128, 128, 128);
}
.h2 {
	font-size: 24px;
	font-weight: 300;
	margin: 0;
	padding: 0 10px;
	color: #000;
	text-align: center;
}
.title_desc {
	max-width: 730px;
	margin: 20px auto 40px auto;
	padding: 0 10px;
	font-weight: 300;
}
.title-line {
	display: block;
	width: 180px;
	height: 1px;
	margin: 0 auto;
	background: #808080;
}
.block_icon_sfery {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 50px 0;
	margin: 0 10px;
}
.sfery_item {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	height: 114px;
}
.sfery_item > img {
	width: 48px;
	opacity: 0;
	transition-property: opacity;
	transition-duration: 1s;
	transition-delay: 0.5s;
}
.img-item-active {
	opacity: 1 !important;
}
.sfery_item_text {
	min-width: 180px;
	margin-left: 16px;
	font-size: 14px;
	color: #808080;
}
.block_img_sfery {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-basis: ;
	align-items: center;
	margin: 0 10px;
}
.usl-item {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 160px;
	overflow: hidden;
	border: 1px solid #fff;
	flex-grow: 1;
	flex-basis: 200px;
}
.usl-item > img {
	max-width: 250px;
	min-height: 160px;
	position: relative;
	filter: grayscale(100%) brightness(50%);
	transition-property: filter, transform;
	transition-duration: 0.5s;
	transition-timing-function: ease;
}
.usl-img-1, .usl-img-2, .usl-img-5, .usl-img-6, .usl-img-8 {
	align-self: flex-start;
}
.usl-img-7 {
	align-self: flex-end;
}
.usl-text {
	position: absolute;
	top: 45px;
	width: 100%;
	color: #fff;
	text-align: center;
	transition-property: top;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
}
.usl-btn {
	position: absolute;
	color: #fff;
	top: 220px;
	width: 50%;
	background-color: #8CC63F;
	padding: 12px 0;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	transition-property: top;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	-webkit-transition-property: background;
	transition: border 0.3s ease;
}
.usl-item:hover > img {
	filter: grayscale(0) brightness(100%);
	width: ;
	transform: scale(1.1);
}
.usl-item:hover > .usl-text {
	top: -120px;
}
.usl-item:hover > .usl-btn {
	top: 60px;
}
.prich-block {
	background-size: cover;
	background-attachment: fixed;
	background-color: #fff;
	background-image: url(../img/fon_prichiny.jpg);
	background-position: center center;
}
.block_items_prich {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.prich-item {
	margin: 64px 10px 0 10px;
	flex-basis: 266px;
	flex-grow: 1;
	display: flex;
	flex-wrap: nowrap;
}
.number-item {
	min-width: 48px;
	height: 48px;
	border-radius: 24px;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.26) 0px 0px 8px 0px;
	margin-right: 12px;
	margin-bottom: ;
}
.number-item > p {
	text-align: center;
	color: #8CC63F;
	font-size: 25px;
	font-weight: 300;
	padding-top: 7px;
	margin: 0;
}
.blocl_items_prich .h3 {
	font-size: 18px;
	font-weight: 600;
	margin-top: 0;
}
.description-item-text {
	font-size: 14px;
	font-weight: 300;
	color: #808080;
	margin-bottom: 0;
}
.graf-block-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.graf-block-left {
	flex-basis: 361px;
	flex-grow: 1;
	margin-right: 10px;
}
.graf-block-right {
	flex-basis: 361px;
	flex-grow: 1;
	margin-left: 10px;
}
.graf-block-left > .h2 {
	font-size: 24px;
	font-weight: 300;
	margin: 6px 0;
}
.graf-block-left .items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.graf-block-left .item {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	flex-basis: 170px;
	flex-grow: 1;
	margin-right: 10px;
}
.graf-block-left span, .contact-block .obor_text span {
	width: 8px;
	height: 8px;
	border: 2px solid #8CC63F;
	border-radius: 500px;
	margin: 25px 12px 25px 0;
	opacity: 0;
	transition-property: opacity;
  transition-duration: 1s;
  transition-delay: 0.5s;
}
.graf-block-left .items p {
	font-size: 14px;
	color: #808080;
	margin: 0;
}
.graf-text-wrapper {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	text-align: center;
}
.graf-text-wrapper p {
	margin: 8px 0;
	color: #808080;
}
.graf-line {
	width: 100%;
	height: 10px;
	background-color: #F2F2F2;
}
.graf-line-active {
	width: 0;
	height: 10px;
	background-color: #8CC63F;
	transition-property: width;
	transition-duration: 1s;
	transition-delay: 0.5s;
}
.line1-active {
	width: 34% !important;
}
.line2-active {
	width: 29% !important;
}
.line3-active {
	width: 22% !important;
}
.line4-active {
	width: 18% !important;
}
.line5-active {
	width: 11% !important;
}
.main-block {
	position: relative;
	background-size: cover;
	background-attachment: fixed;
	background-color: #fff;
	background-image: url(../img/fon_coffee.jpg);
	background-position: center center;
}
.section-bg-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.46);
}
.typetext {
    text-align: center;
    font-size: 36px;
    font-weight: 300;
    line-height: 43px;
    font-family: open-sans, sans-serif;
    color: #fff;
}
.typed-cursor {
    text-align: center;
    font-size: 36px;
    font-weight: 300;
    line-height: 43px;
    font-family: open-sans, sans-serif;
    color: #8CC63F;
    opacity: 1;
}
.text-1 {
	display: none;
}
.dn {
	display: none !important;
}
.coffee-script {
	text-align: center;
}
.obor-block {
	background-color: #E0E0E0;
}
.obor-block .section-content {
	padding: 120px 20px;
	max-width: 1024px;
}
.obor-block-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.obor-block .wrapp_img {
	width: 40%;
	align-self: center;
	padding-right: 5px;
}
.obor-block .wrapp_img img {
	width: 127%;
  margin-top: -23px;
  margin-left: -62px;
}
.wrap_obor_punkt {
	width: 225px;
	min-width: 225px;
	z-index: 1;
}
.obor_punkt {
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	margin-bottom: 19px;
}
.obor_punkt_text {
	padding-right: 12px;
}
.obor_punkt_title {
	width: 100%;
	text-align: right;
	padding-right: 12px;
	margin: 0px;
	font-size: 12px;
	font-weight: 600;
}
.obor_punkt_parag {
	width: 100%;
	text-align: right;
	padding-right: 12px;
	margin-top: 7px;
	margin-bottom: 0;
	font-size: 12px;
	font-weight: 300;
	color: rgb(128, 128, 128);
}
.obor_icon {
	width: 20px;
	padding-top: 6px;
}
.obor_icon img {
	width: 20px;
}
.second_btn {
	width: 180px;
	min-height: 0px;
	margin-top: 48px;
	padding-top: 12px;
	padding-bottom: 11px;
	font-size: 14px;
	font-weight: 300;
	text-transform: none;
	background-color: rgba(140, 198, 63, 1);
	border: 1px solid rgba(140, 198, 63, 1);
	text-align: center;
	box-sizing: border-box;
	transition: all 0.3s ease;
}
.second_btn:hover, .var_btn:hover, .clien_btn:hover, .usl-btn:hover, .button-pay-yad:hover {
  background-color: rgba(162, 201, 110, 1);
  border-color: rgba(140, 198, 63, 1);
}
.second_btn a {
	color: rgb(255, 255, 255);
}
.obor_text {
	width: 37.5%;
}
.obor-h2 {
	position: relative;
	padding-bottom: 24px;
}
.obor-h2::after {
	content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 180px;
  border-top: solid 1px rgba(191, 191, 191, 1);
  z-index: 1;
}
.obor-h2 p {
	font-size: 24px;
	text-align: left;
	font-weight: 300;
	margin: 0;
}
.obor-title-desc {
	margin-top: 32px;
	margin-bottom: 0px;
	text-align: left;
}
.obor-title-desc p {
	margin: 0;
	font-size: 14.08px;
	line-height: 1.5;
	font-weight: 300;
	color: rgb(128, 128, 128);
}
.obor-predlozh_wrap {
	margin-top: 24px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.attent {
	width: 36px;
	min-width: 36px;
	height: 36px;
	margin-top: 3px;
	padding-bottom: 1px;
	background-color: rgba(203, 203, 203, 1);
	display: flex;
	justify-content: center;
	align-items: center;
}
.attent p {
	font-size: 24px;
	font-weight: 700;
	color: rgb(179, 179, 179);
}
.obor-predlozh {
	padding-left: 12px;
	width: 82%;
}
.obor-predlozh span {
	font-size: 14.08px;
	font-style: italic;
	font-weight: 300;
	text-align: left;
	color: rgb(128, 128, 128);
}
.obor-predlozh span:nth-child(2) {
	display: none;
}
.row-zapah {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.row-zapah .obor_text {
	width: 40%;
}
.zapah_wrap_img {
	width: 60%;
}
.zapah_wrap_img img {
	width: 100%;
}
.row-catalog {
	display: flex;
	justify-content: center;
	margin-top: 48px;
}
.row-catalog div {
	width: 33.33334%;
  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;
}
.row-catalog div p {
	margin: 0;
	font-size: 14.08px;
  line-height: 2.14;
  font-weight: 300;
  color: rgb(128, 128, 128);
}
.var-block {
	display: block;
	width: 100%;
	background-size: cover;
	background-attachment: fixed;
	background-color: transparent;
	transition: transform 10ms linear;
	background-image: url(../img/fon_varianty_sotr.jpg);
	background-position: center center;
}
.var-block .section-content {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}
.title_line {
	width: 180px;
	min-height: 32px;
	margin-top: 0px;
	margin-bottom: 48px;
	margin-left: auto;
	margin-right: auto;
}
.title_line::after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
.title_line-var {
	border: 1px solid rgba(0, 0, 0, 0.76);
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
}
.title_line-gal {
	border: 1px solid rgba(204, 204, 204, 1);
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
}
.title_line-clien {
	border: 1px solid rgba(204, 204, 204, 1);
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
}
.var-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.hlp-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 33.33%;
  min-height: 0px;
  padding: 44px 12px 36px;
  background-color: rgba(255, 255, 255, 1);
	align-self: stretch;
	box-sizing: border-box;
}
.hlp-wrap img {
	width: 34px;
	opacity: 0.28;
}
.var_h3 {
	margin-top: 18px;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}
.var_text {
	margin-top: 18px;
	padding-left: 12px;
  padding-right: 12px;
	font-size: 14.08px;
	font-weight: 300;
	color: rgb(128, 128, 128);
	text-align: center;
}
.var_btn {
	width: 120px;
	margin-top: 36px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 12px;
	padding-bottom: 11px;
	font-size: 14.08px;
	font-weight: 300;
	background-color: rgba(140, 198, 63, 1);
	border-radius: 0px;
	color: rgb(255, 255, 255);
	text-align: center;
	cursor: pointer;
	transition: all 0.3s ease;
}
.var_item_c {
	box-shadow: rgba(0, 0, 0, 0.47) 0px 0px 36px 0px;
	z-index: 5;
}
.ballast {
	flex-grow: 1;
}
.button-pay-yad {
	width: 350px;
	min-height: 65px;
	margin-top: 58px;
	margin-left: auto;
	margin-right: auto;
	font-size: 19px;
	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;
	border-radius: 3px;
  text-align: center;
	cursor: pointer;
	transition: all 0.3s ease;
}
.title_desc_gal {
	width: 57%;
	margin-top: 12px;
	margin-bottom: 0;
	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;
	position: relative;
  padding-top: 1px;
  padding-bottom: 1px;
  box-sizing: border-box;
  max-width: 100%;
}
.gal-anim {
  overflow: hidden;
	position: absolute;
	z-index: 100;
	height: 160px;
	min-height: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	box-sizing: border-box;
}
.gal-bl-1 {
	top: 0px;
	left: 0%;
	width: 40%;
	border: 1px solid rgba(255, 255, 255, 1);
	border-top-style: none;
	border-left-style: none;
}
.gal-bl-2 {
	top: 0px;
	left: 40%;
	width: 40%;
	border: 1px solid rgba(255, 255, 255, 1);
	border-top-style: none;
}
.gal-bl-3 {
	top: 0px;
	left: 80%;
	width: 20%;
	border: 1px solid rgba(255, 255, 255, 1);
  border-top-style: none;
  border-right-style: none;
}
.gal-bl-4 {
	top: 160px;
	left: 0%;
	width: 40%;
	border: 1px solid rgba(255, 255, 255, 1);
	border-left-style: none;
}
.gal-bl-5 {
	top: 160px;
	left: 40%;
	width: 40%;
	border: 1px solid rgba(255, 255, 255, 1);
}
.gal-bl-6 {
	top: 160px;
	left: 80%;
	width: 20%;
	border: 1px solid rgba(255, 255, 255, 1);
  border-right-style: none;
}
.gal-bl-7 {
	top: 320px;
	left: 0%;
	width: 40%;
	border: 1px solid rgba(255, 255, 255, 1);
  border-left-style: none;
}
.gal-bl-8 {
	top: 320px;
	left: 40%;
	width: 40%;
	border: 1px solid rgba(255, 255, 255, 1);
}
.gal-bl-9 {
	top: 320px;
	left: 80%;
	width: 20%;
	height: 320px;
	border: 1px solid rgba(255, 255, 255, 1);
  border-right-style: none;
}
.gal-bl-10 {
	top: 480px;
	left: 0%;
	width: 40%;
	border: 1px solid rgba(255, 255, 255, 1);
  border-left-style: none;
}
.gal-bl-11 {
	top: 480px;
	left: 40%;
	width: 40%;
	border: 1px solid rgba(255, 255, 255, 1);
}
.gal-bl-12 {
	top: 640px;
	left: 0%;
	width: 20%;
	border: 1px solid rgba(255, 255, 255, 1);
  border-bottom-style: none;
  border-left-style: none;
}
.gal-bl-13 {
	top: 640px;
	left: 20%;
	width: 20%;
	border: 1px solid rgba(255, 255, 255, 1);
  border-bottom-style: none;
}
.gal-bl-14 {
	top: 640px;
	left: 40%;
	width: 20%;
	border: 1px solid rgba(255, 255, 255, 1);
  border-bottom-style: none;
}
.gal-bl-15 {
	top: 640px;
	left: 60%;
	width: 20%;
	border: 1px solid rgba(255, 255, 255, 1);
  border-bottom-style: none;
}
.gal-bl-16 {
	top: 640px;
	left: 80%;
	width: 20%;
	border: 1px solid rgba(255, 255, 255, 1);
  border-bottom-style: none;
  border-right-style: none;
}
.gal-anim img {
  filter: grayscale(100%) brightness(50%);
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
	box-sizing: border-box;
  max-width: 100%;
	width: 100%;
	position: absolute;
	z-index: 100;
	width: 100%;
	min-height: 160px;
	float: right;
}
.gal-anim:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  filter: grayscale(0%) brightness(80%);
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}
.gal-anim:hover .gal-btn {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.gal-img-1 {
	top: -65px;
	left: 0px;
}
.gal-img-2 {
	top: -4px;
	left: 0px;
}
.gal-img-3 {
	top: 0px;
	left: 0px;
}
.gal-img-4 {
	top: -65px;
	left: 0px;
}
.gal-img-5 {
	top: -65px;
	left: 0px;
}
.gal-img-6 {
	top: -24px;
	left: 0px;
}
.gal-img-7 {
	top: -40px;
	left: 0px;
}
.gal-img-8 {
	top: 0px;
	left: 0px;
}
.gal-img-9 {
	top: 0px;
	left: -38px;
	width: auto;
  min-width: 285px;
  min-height: 320px !important;
}
.gal-img-10 {
	top: -31px;
	left: 0px;
}
.gal-img-11 {
	top: -21px;
	left: 0px;
}
.gal-img-12 {
	top: 0px;
	left: 0px;
	min-width: 260px;
}
.gal-img-13 {
	top: -31px;
	left: 0px;
}
.gal-img-14 {
	top: 0px;
	left: 0px;
	width: auto;
  min-width: 230px;
}
.gal-img-15 {
	top: 0px;
	left: 0px;
}
.gal-img-16 {
	top: 0px;
	left: -11px;
	min-width: 249px;
}
.gal-text {
	position: absolute;
	top: 3px;
	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 {
  -webkit-transform: translateY(200px);
  -ms-transform: translateY(200px);
  transform: translateY(200px);
	color: rgb(255, 255, 255);
	text-align: center;
	transition: all 0.3s ease;
	box-sizing: border-box;
	cursor: pointer;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 100;
	width: 100%;
	min-height: 58px;
	padding-top: 18px;
	padding-bottom: 17px;
	font-size: 16px;
	font-weight: 400;
	background-color: rgba(140, 198, 63, 1);
	border-radius: 0px;
}
.gal-btn:hover {
	bottom: 0px;
	width: 100%;
	min-width: 0px;
	min-height: 160px;
	padding-top: 68px;
	background-color: rgba(140, 198, 63, 1);
}
.gal-btn-9:hover {
	min-height: 320px;
	padding-top: 148px;
	background-color: rgba(140, 198, 63, 1);
}
.clien-block {
	width: 100%;
	background-color: rgba(245, 245, 245, 1);
	background-image: url(../img/gal_bg.jpg);
	background-size: cover;
}
.block_title_clien {
  width: 100%;
  margin-bottom: 24px;
	min-height: 30px;
	position: relative;
  padding-top: 1px;
  padding-bottom: 1px;
  box-sizing: border-box;
  max-width: 100%;
}
.hlp-row {
  margin-top: 70px;
	display: -webkit-flex;
  -webkit-justify-content: space-around;
  -webkit-flex-flow: row wrap;
  display: flex;
  justify-content: space-around;
  flex-flow: row wrap;
	box-sizing: border-box;
  max-width: 100%;
}
.hlp-row-col-4:not(.hlp-no-class) > .hlp-col:nth-child(4n+1) {
  clear: both;
}
.hlp-row-col-4[class~="hlp-row-col-no-indent"] > .hlp-col {
  width: 25%;
}
.row-clien > .hlp-col {
  min-height: 160px;
  margin-bottom: 0px;
}
.hlp-row-col-no-indent > .hlp-col {
  margin-right: 0;
  margin-left: 0;
}
.hlp-row > .hlp-col {
  float: left;
}
.clien_wrap {
	overflow: hidden;
	width: 100%;
	max-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;
	box-sizing: border-box;
}
.cli-img {
	display: block;
	width: 160px !important;
	min-height: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	opacity: 0.2;
}
.clien_btn {
	display: block;
	width: 160px;
	min-height: 0px;
	margin-top: 120px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 12px;
	padding-bottom: 11px;
	font-size: 14px;
	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;
	text-align: center;
	box-sizing: border-box;
	transition: all 0.3s ease;
}
.contact-block .section-content {
	max-width: 1120px;
}
.wrap_contact-block {
	display: flex;
  justify-content: space-between;
  align-items: center;
}
.gmap {
	width: 60%;
}
.obor_text {
	width: 40%;
}
.contact-block .obor_text .items {
	padding-top: 38px;
}
.contact-block .obor_text .item {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.contact-block .obor_text {
	padding-left: 4%;
	min-width: 374px;
}
.contact-block .obor_text span {
	margin: 0 10px 0 0;
}
.contact-block .obor-h2::after {
  border-top: 1px solid rgba(204, 204, 204, 1);
}
.contact-block .obor_text p, .contact-block .obor_text p a {
	color: #808080;
	margin: 0;
	line-height: 2.6;
}
.contact-social-wrapper, .contact-flag-wrapper {
	margin-top: 60px;
}
.contact-flag-wrapper {
	max-width: 410px;
}
.contact-social-wrapper ul, .contact-flag-wrapper ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	list-style: none;
  padding: 0;
  margin: 0;
}
.contact-social-wrapper ul li, .contact-flag-wrapper ul li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 48px;
	height: 48px;
	margin: 6px;
	box-sizing: border-box;
	background-color: rgba(233, 233, 233, 1);
	-webkit-transition: background-color .6s ease;
  -moz-transition: background-color .6s ease;
  -o-transition: background-color .6s ease;
  transition: background-color .6s ease;
}
.contact-social-wrapper ul li a, .contact-flag-wrapper ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
}
.contact-social-wrapper ul li img {
	width: 95%;
}
.contact-social-wrapper ul li:hover, .contact-flag-wrapper ul li:hover {
	background-color: rgba(140, 198, 63, 1);
}
.form-block {
	display: block;
	width: 100%;
	min-height: 100vh;
	background-size: cover;
	background-color: rgba(0, 0, 0, 0.51);
	background-image: url(../img/screen2.jpg);
	background-position: center top;
	position: relative;
	z-index: 0;
}
.form-block > .hlp-section-bg-mask {
	background-color: rgba(0, 0, 0, 0.71);
	position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
	z-index: -990;
}
.form-content-wrapper {
	width: 100%;
	padding-top: 120px;
	padding-bottom: 120px;
	border: 1px solid rgba(255, 255, 255, 0.26);
	position: relative;
	box-sizing: border-box;
}
.popup-form-window .form-content-wrapper {
	padding-top: 0px;
	padding-bottom: 0px;
}
.block_title_form {
  margin-bottom: 24px;
}
.h2-form {
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  color: rgb(255, 255, 255);
}
.popup-form-window .h2-form, .popup-form-window .title_desc_form {
  color: #000;
}
.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;
}
.popup-form-window .title_desc_form {
	width: 60%;
}
.form-bottom .input {
	outline: 0;
	display: block;
  width: 230px;
  margin: 0px auto;
  padding: 6px 10px 5px;
  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;
	box-sizing: border-box;
}
.form-bottom label {
	color: #fff;
}
.form-bottom .some-form__line {
	position: relative;
}
.form-bottom .some-form__line-text_1 .text_1, .form-bottom .some-form__line-text_2 .text_2 {
	display: block !important;
}
.form-bottom .some-form__line-text_1 input[type="tel"], .form-bottom .some-form__line-text_2  input[type="tel"] {
	border: 1px solid red;
  border-radius: 3px;
}
.popup-form-window .form-bottom .input {
	color: rgb(0, 0, 0);
	border: 1px solid rgba(0, 0, 0, 0.52);
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
}
.form-bottom .submit {
	display: block;
  width: 180px;
  margin: 36px auto 0px;
  padding-top: 12px;
  padding-bottom: 11px;
  text-align: center;
  font-size: 16px;
  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;
	cursor: pointer;
	transition: all 0.3s ease;
}
.popup-form-window .form-bottom .submit {
	color: rgb(0, 0, 0);
	border: 1px solid rgba(0, 0, 0, 1);
	transition: all 0.3s ease;
}
.form-bottom .submit:hover {
	color: rgb(255, 255, 255);
  background-color: rgba(140, 198, 63, 1);
  border-color: rgba(140, 198, 63, 1);
}
.politica-bottom {
	display: block;
	text-align: center;
  width: 100%;
  margin-top: 36px;
  font-size: 12px;
  font-weight: 300;
  color: rgb(165, 165, 165);
  opacity: 0.6;
}
.politica-link {
  text-decoration: underline;
}
.hlp-error-label {
	position: absolute;
	min-width: 230px;
  top: 25px;
  left: calc(50% - 115px);
  font-family: open-sans, sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: rgb(255, 0, 0);
  text-align: center;
  margin: 24px 0 13px;
}
.blog-block .section-content {
	max-width: 100%;
	padding: 0;
	min-height: 1140px;
}
.blog-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 100;
  width: 100%;
  height: 1140px;
  min-height: 1080px;
  padding-top: 0px;
  padding-bottom: 0px;
	box-sizing: border-box;
}
.blog-item {
	box-sizing: border-box;
	float: left;
	position: relative;
	overflow: hidden;
	min-height: 0px;
  margin-top: 0px;
  padding-bottom: 1px;
  background-color: transparent;
  border-radius: 0px;
	width: 50%;
  height: 360px;
}
.blog-item p {
	margin: 0;
}
.blog-item:hover .blog-img {
	filter: none !important;
}
.blog-img {
  filter: brightness(40%) !important;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 100;
	width: 100%;
	background-size: cover;
	background-position: center center;
}
.blog-item-3 {
	width: 100%;
	height: 420px;
}
.blog-img-container-1 {
	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(../img/4-scent-drops.jpg);
	filter: blur(0px);
}
.blog-img-container-2 {
	box-shadow: rgba(0, 0, 0, 0.36) 0px 0px 500px 200px inset;
	background-image: url(../img/blog-2.jpg);
}
.blog-img-container-3 {
	box-shadow: rgba(0, 0, 0, 0.43) 0px 0px 500px 200px inset;
	background-image: url(../img/blog-3.jpg);
	filter: blur(0px);
}
.blog-img-container-4 {
	box-shadow: rgba(0, 0, 0, 0.18) 0px 0px 500px 200px inset;
	background-image: url(../img/australianartquartets.jpg);
}
.blog-img-container-5 {
	box-shadow: rgba(0, 0, 0, 0.21) 0px 0px 0px 200px inset;
	background-image: url(../img/blog-5_1.jpg);
}
.blog-text-small {
	position: absolute;
	top: 48px;
	left: 10%;
	z-index: 100;
	width: 80%;
	text-align: center;
}
p.blog-theme-small {
	width: 100%;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 300;
	color: rgb(140, 198, 63);
	text-transform: uppercase;
}
p.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;
}
p.blog-desc-small {
	width: 100%;
	margin-top: 36px;
	font-size: 15px;
	font-size: 0.94rem;
	font-weight: 300;
	color: rgb(255, 255, 255);
}
.blog-text-large {
	position: absolute;
	top: 48px;
	left: 10%;
	z-index: 100;
	width: 80%;
	text-align: center;
}
p.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;
}
p.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-title-large a {
	color: rgb(255, 255, 255);
}
p.blog-desc-large {
	width: 100%;
	margin-top: 36px;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
	color: rgb(227, 227, 227);
}
.hlp-block-link {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	z-index: 9999;
}
.footer {
  background-color: rgba(22, 22, 22, 1);
}
.footer .section-content {
	padding: 14px 0;
}
.footer_copyright {
  margin: 0;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  color: rgb(255, 255, 255);
  opacity: 0.2;
}
.popup-form-window, .keis {
	max-width: 700px;
	margin: 120px auto 0;
	padding-top: 72px;
	padding-bottom: 72px;
	text-align: center;
	background-color: rgb(255,255,255);
	position: relative;
}
.popup-form-window > .but-modal-close, .keis > .but-modal-close {
	position: absolute;
	top: 24px;
	right: 24px;
	z-index: 1000;
	width: 13px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
	opacity: 0.3;
	transition: all .6s ease;
}
.popup-form-window > .but-modal-close:hover, .keis > .but-modal-close:hover {
	opacity: 0.45;
	transform: rotate(180deg);
}
/*modal*/

.hlp-modal-section {
	position: fixed;
	overflow: auto;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	padding-bottom: 30px;
	z-index: 99997;
	box-sizing: border-box;
}
.hlp-modal-blackout {
	z-index: -10;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0, 0.4);
	cursor: pointer;
}
.modal-1 {
	position: relative;
	width: 450px;
  margin: 50px auto 0;
  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;
	box-sizing: border-box;
	text-align: center;
}
.modal-1 > .but-modal-close {
	display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1000;
  width: 30px;
	cursor: pointer;
}
.heading-1 {
  width: 100%;
  margin-top: 18px;
	margin-bottom: 0;
  font-size: 36px;
  color: rgb(70, 70, 70);
	box-sizing: border-box;
}
.text-3 {
  width: 402px;
  margin: 2px auto 35px;
  box-sizing: border-box;
}
.button-1 {
	display: block;
  width: 336px;
  margin: 16px auto 0;
	padding-top: 8px;
  padding-bottom: 7px;
  background-color: rgba(140, 198, 63, 1);
	color: rgb(255, 255, 255);
  border-radius: 3px;
  text-align: center;
}
.text-4 {
  width: 299px;
  margin-top: 3px;
  margin-left: 78px;
  font-size: 14px;
  color: rgb(128, 128, 128);
}
.keis-text-wrapper {
  width: 100%;
  min-height: 0px;
  margin-top: 2px;
  margin-bottom: 0px;
  padding-left: 72px;
  padding-right: 72px;
	box-sizing: border-box;
	position: relative;
}
.title-keis {
  margin: 0;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
	box-sizing: border-box;
}
.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;
	box-sizing: border-box;
}
.text-keis {
  margin-top: 36px;
	margin-bottom: 0;
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  color: rgb(128, 128, 128);
	box-sizing: border-box;
}
.fran{
  position: fixed;
  transform-origin: left top;
	-webkit-transform: rotate(-90deg);
  -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: 16px;
	text-transform: uppercase;
	text-align: center;
	padding: 5px 24px;
	font-weight: 300;
	font-family: Open Sans;
	transition: all .3s ease;
}

@media screen and (max-width: 1024px), screen and (max-device-width: 1024px) {
	#fix-menu {
		display: block;
		position: absolute;
		overflow: hidden;
		top: 0;
		width: 240px;
		height: 0;
		transition-property: height;
		transition-duration: 0.4s;
	}
	#fix-menu > a {
		display: block;
		margin: 0;
		padding-top: 18px;
		padding-bottom: 18px;
		padding-left: 24px;
		color: rgb(132, 132, 132);
		border-color: rgb(50, 50, 50);
		border-width: 1px;
		border-style: solid;
		border-top-style: none;
		border-left-style: none;
		border-right-style: none;
		background-color: #121212;
		opacity: 1;
		transition-property: color;
		transition-duration: 0.4s;
	}
	#fix-menu > a:hover {
		color: #fff;
	}
	#angle-down {
		opacity: 0.4;
		transition-property: opacity;
		transition-duration: 0.4s;
	}
	.opac {
		opacity: 1 !important;
	}
	.fix-menu-show {
		height: 500px !important;
	}
	#nav-icon3, #header-fix-logo > p, .obor-predlozh span:nth-child(2) {
		display: block;
	}
	#header-fix-logo {
		margin-left: 20px;
	}
	#header-fix-logo img {
		width: 20px !important;
	}
	#header-fix-logo-mob {
		display: flex !important;
	}
	#header-fix-logo-mob p {
		color: #fff;
	}
	.prich-item {
		flex-wrap: wrap;
	}
	.wrap_obor_punkt, .obor-predlozh span:nth-child(1) {
		display: none;
	}
	.obor_text {
		width: 48%;
	}
	.obor-block .wrapp_img {
		width: 52%;
    text-align: center;
	}
	.obor-block .wrapp_img img {
		width: 94%;
    margin-top: -50px;
    margin-left: -30px;
	}
	.row-zapah {
		flex-direction: column-reverse;
	}
	.row-zapah .obor_text {
		width: 100%;
	}
	.zapah_wrap_img {
		width: 100%;
	}
	.zap {
		width: 80%;
	}
	.var-block {
		background-image: none;
		background-color: rgba(245, 245, 245, 1);
	}
	.var_item_c .var_text {
    width: 437px;
	}
	.hlp-wrap {
		border: solid 1px rgba(245, 245, 245, 1);
		width: 50%;
	}
	.var-wrap {
		flex-wrap: wrap;
	}
	.var_item_c {
		box-shadow: none;
		width: 100%;
		order: 1;
	}
	.gal-img-13 {
		top: -8px;
	}
	.gal-img-7 {
		top: -31px;
	}
	.hlp-row[class~="hlp-row-col-no-indent"] > .hlp-col[class] {
    margin-left: 0;
    margin-right: 0;
	}
	.wrap_contact-block {
    flex-direction: column-reverse;
	}
	.contact-block .obor_text {
    width: 375px;
		padding-left: 0;
	}
	.gmap {
		width: 100%;
    padding-top: 120px;
    height: 360px;
    overflow: hidden;
	}
}

@media screen and (max-width: 900px), screen and (max-device-width: 900px) {
	.usl-item {
		flex-basis: 180px;
	}
	.gal-img-1 {
		top: -44px;
	}
	.gal-img-5 {
		top: -51px;
	}
	.gal-img-7 {
		top: -8px;
	}
	.gal-img-13 {
		top: -1px;
	}
}

@media screen and (max-width: 800px), screen and (max-device-width: 800px) {
	.usl-item {
		flex-basis: 255px;
	}
	.usl-item > img {
		max-width: 380px;
		align-self: center;
	}
	.usl-img-3 {
		align-self: flex-start !important;
	}
	.coffee-script {
    display: none;
	}
	.text-1 {
    display: block;
    width: 78%;
    margin-left: auto;
    margin-right: auto;
    font-size: 36px;
    font-weight: 300;
    color: rgb(255, 255, 255);
    background-color: transparent;
		text-align: center;
	}
	.graf-block-left {
		margin: 0 20px 50px 20px;
	}
	.graf-block-right {
		margin: 0 20px 0 20px;
	}
	.graf-block-left .item {
		flex-basis: 200px;
	}
	.obor-block-wrapper {
		flex-direction: column;
	}
	.obor-block .wrapp_img, .obor_text {
		width: 100%;
	}
	.obor-block .wrapp_img {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.obor-block .wrapp_img img {
    width: 90%;
    margin-top: -130px;
    margin-bottom: -20px;
    margin-left: -3%;
	}
	.obor-predlozh_wrap {
		justify-content: space-between;
	}
	.obor-predlozh {
		width: 100%;
	}
	.obor-predlozh_wrap span {
		display: block;
		width: 86%;
    margin: auto;
	}
	.row-catalog {
		display: none;
	}
	.gal-wrap {
		height: 960px;
	}
	.gal-bl-1 {
		width: 70%;
	}
	.gal-img-1 {
		top: -65px;
	}
	.gal-text {
		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%;
		border-right-style: solid;
	}
	.gal-img-3 {
		top: -37px;
		left: 0px;
	}
	.gal-bl-4 {
		left: 70%;
		width: 30%;
		border-left-style: solid;
	}
	.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 !important;
	}
	.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: -33px;
		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;
	}
	.hlp-row-col-2-tp:not(.hlp-no-class) > .hlp-col:nth-child(2n+1) {
    clear: both;
	}
	.hlp-row[class~="hlp-row-col-no-indent"] > .hlp-col[class] {
    margin-left: 0;
    margin-right: 0;
	}
	.hlp-row-col-2-tp[class~="hlp-row-col-no-indent"] > .hlp-col {
    width: 50%;
	}
	.blog-block .section-content {
		min-height: 1860px;
	}
	.blog-item {
		width: 100%;
	}
	p.blog-title-large {
    margin-top: 48px;
    font-size: 28px;
	}
	p.blog-desc-large {
    font-size: 15px;
	}
	.fran a {
    font-size: 6.5px;
    padding: 8px 12px;
	}
}

@media screen and (max-width: 767px), screen and (max-device-width: 767px) {
    .fullscreen-bg {
        background: url('../img/screen2.jpg') center center / cover no-repeat;
    }
    .fullscreen-bg_video {
        display: none;
    }
}

@media screen and (max-width: 600px), screen and (max-device-width: 600px) {
	.block_icon_sfery {
    justify-content: center;
	}
	.usl-item {
		flex-basis: 290px;
	}
	.usl-item > img {
		max-width: 562px;
		align-self: center;
	}
	.prich-item:not(:first-child) {
		margin-top: 22px;
	}
	.prich-item {
    justify-content: center;
	}
	.number-item {
		margin-right: 0;
	}
	.description-item {
		text-align: center;
	}
	.hlp-wrap {
		width: 100%;
	}
	.var_text, .var_item_c .var_text {
    width: 98%;
		margin-left: 0;
		margin-right: 0;
	}
	.gal-wrap {
		height: 1760px;
	}
	.gal-bl-1 {
		width: 100%;
	}
	.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-4 {
    top: -80px;
	}
	.gal-img-6 {
		top: -41px;
		left: 0px;
		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;
		left: 0;
	}
	.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: 0px;
		width: 100%;
		min-width: 503px;
	}
	.hlp-row[class~="hlp-row-col-no-indent"] > .hlp-col[class] {
    margin-left: 0;
    margin-right: 0;
	}
	.hlp-row-col-2-tp[class~="hlp-row-col-no-indent"] > .hlp-col {
    width: 100%;
	}
	.modal-1 {
		width: 410px;
	}
}

@media screen and (max-width: 429px), screen and (max-device-width: 429px) {
	.overlay .h1, .overlay .h1_span {
		font-size: 24px;
	}
	.section-content {
		padding: 60px 10px;
	}
	.sfery_item {
		height: 70px;
	}
	.sfery_item > img {
		width: 36px;
		opacity: 1;
	}
	.h2 {
		font-size: 20px;
	}
	.prich-block {
		background-color: #E5E5E5;
		background-image: none;
	}
	.graf-block {
		font-size: 0.88rem;
	}
	.graf-block-left {
		margin: 0 10px 30px 10px;
	}
	.graf-block-right {
		margin: 0 10px 0 10px;
	}
	.graf-block-left .item {
		flex-basis: 150px;
	}
	.line-1 {
	width: 34%;
	}
	.line-2 {
		width: 29%;
	}
	.line-3 {
		width: 22%;
	}
	.line-4 {
		width: 18%;
	}
	.line-5 {
		width: 11%;
	}
	.wrap_contact-block .obor_text {
		width: 100%;
		margin: auto;
	}
	p.blog-desc-large {
    margin-top: 24px;
    font-size: 12px;
	}
	p.blog-title-small {
    padding-top: 36px;
    font-size: 24px;
	}
	.button-pay-yad {
		width: 95%;
	}
	.modal-1, .text-3, .text-4 {
		width: 100%;
	}
	.text-4 {
    margin-left: auto;
	}
	.contact-block .obor_text {
		min-width: auto;
	}
}
