@font-face {
    font-family: 'TeXGyreAdventor'; font-display: swap;
    src: local('TeX Gyre Adventor'), local('TeXGyreAdventor-Regular'), url('texgyreadv/texgyreadventor.woff2') format('woff2'), url('texgyreadv/texgyreadventor.woff') format('woff'), url('texgyreadv/texgyreadventor.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'TeXGyreAdventor'; font-display: swap;
    src: local('TeX Gyre Adventor Italic'), local('TeXGyreAdventor-Italic'), url('texgyreadv/texgyreadventoritalic.woff2') format('woff2'), url('texgyreadv/texgyreadventoritalic.woff') format('woff'), url('texgyreadv/texgyreadventoritalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'TeXGyreAdventor'; font-display: swap;
    src: local('TeX Gyre Adventor Bold'), local('TeXGyreAdventor-Bold'), url('texgyreadv/texgyreadventorbold.woff2') format('woff2'), url('texgyreadv/texgyreadventorbold.woff') format('woff'), url('texgyreadv/texgyreadventorbold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'TeXGyreAdventor'; font-display: swap;
    src: local('TeX Gyre Adventor Bold Italic'), local('TeXGyreAdventor-BoldItalic'), url('texgyreadv/texgyreadventorbolditalic.woff2') format('woff2'), url('texgyreadv/texgyreadventorbolditalic.woff') format('woff'), url('texgyreadv/texgyreadventorbolditalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}
@font-face {
	font-family: 'Open Sans'; font-display: swap;
	src: url('opensans/OpenSans-Light.woff2') format('woff2') url('opensans/OpenSans-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans'; font-display: swap;
	src: url('opensans/OpenSans-LightItalic.woff2') format('woff2') url('opensans/OpenSans-LightItalic.woff') format('woff');
	font-weight: 300;
	font-style: italic;
}
@font-face {
	font-family: 'Open Sans'; font-display: swap;
	src: url('opensans/OpenSans-Regular.woff2') format('woff2') url('opensans/OpenSans-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans'; font-display: swap;
	src: url('opensans/OpenSans-Italic.woff2') format('woff2') url('opensans/OpenSans-Italic.woff') format('woff');
	font-weight: 400;
	font-style: italic;
}
@font-face {
	font-family: 'Open Sans'; font-display: swap;
	src: url('opensans/OpenSans-Medium.woff2') format('woff2') url('opensans/OpenSans-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans'; font-display: swap;
	src: url('opensans/OpenSans-MediumItalic.woff2') format('woff2') url('opensans/OpenSans-MediumItalic.woff') format('woff');
	font-weight: 500;
	font-style: italic;
}
@font-face {
	font-family: 'Open Sans'; font-display: swap;
	src: url('opensans/OpenSans-SemiBold.woff2') format('woff2') url('opensans/OpenSans-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans'; font-display: swap;
	src: url('opensans/OpenSans-SemiBoldItalic.woff2') format('woff2') url('opensans/OpenSans-SemiBoldItalic.woff') format('woff');
	font-weight: 600;
	font-style: italic;
}
@font-face {
	font-family: 'Open Sans'; font-display: swap;
	src: url('opensans/OpenSans-Bold.woff2') format('woff2') url('opensans/OpenSans-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans'; font-display: swap;
	src: url('opensans/OpenSans-BoldItalic.woff2') format('woff2') url('opensans/OpenSans-BoldItalic.woff') format('woff');
	font-weight: 700;
	font-style: italic;
}
@font-face {
	font-family: 'Open Sans'; font-display: swap;
	src: url('opensans/OpenSans-ExtraBold.woff2') format('woff2') url('opensans/OpenSans-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans'; font-display: swap;
	src: url('opensans/OpenSans-ExtraBoldItalic.woff2') format('woff2') url('opensans/OpenSans-ExtraBoldItalic.woff') format('woff');
	font-weight: 800;
	font-style: italic;
}
.flex_text50 {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.language__list {
	color: inherit;
	font-size: 70%;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	display: grid;
	padding: 0;
	list-style-type: none;
	grid-template-columns: repeat(1, 1fr);
}
.language__item::before {
  content: attr(data-text);
}
.language-item {
	border-width: 1px;
	border-color: rgba(255,255,255,0.1);
	border-style: solid;
	padding: 10px;
}
.language__item:hover {
	color: #ffffff;
	cursor: pointer;
}
.language-item--active {
	color: #FFFFFF;
	border-color: #ffffff;
	position: relative;
}
.pushy {
       visibility: hidden;
}
.langyaz {
	margin-left: 10px;
}
.divlexmy_left {
	width: 50%;
	float: left;
}
.divlexmy_right {
	width: 45%;
	float: right;
}
.phone1_mnogo {
	margin-right: 20px;
	display: inline-block;
	vertical-align: middle;
}
.phone1 {
	color: inherit !important;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
	background-image: url(icon-pyone.png);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: 16px;
	padding-left: 30px;
	display: block;
	vertical-align: middle;
}
.phone12 {
	margin-top: 7px;
}
.mail1 {
	color: inherit;
	font-size: 90%;
	display: inline-block;
	vertical-align: middle;
} 
.mail1:hover, .phone1:hover {
	color: #ff6600 !important;
	text-decoration: none;
}
.flexvertical {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
        height: 635px;
}
.logomy {
	background-image: url(logo-100.png);
	background-repeat: no-repeat;
	background-size: 100%;
	display: block;
	width: 60px;
	height: 60px;
	vertical-align: middle;
}
.logomy_txt {
	color: #ff6600;
	font-size: 240%;
	font-weight: bold;
	line-height: 1;
	display: block;
	vertical-align: middle;
}
.text_podvall {
	margin-top: 30px;
	display: inline-block;
	width: 100%;
}
.logomy_podvall {
	background-image: url(logo-100.png);
	background-repeat: no-repeat;
	background-size: 100%;
	display: inline-block;
	width: 90px;
	height: 90px;
	position: relative;
	vertical-align: middle;
}
.text_podval2 {
	margin-top: 30px;
	display: inline-block;
}
.socialicon_insta {
	background-image: url(icon-insta.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 90%;
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	-webkit-transition: all 0.15s ease;
	                 -o-transition: all 0.15s ease;
	                 transition: all 0.15s ease;
}
.socialicon_insta:hover {
	background-size: 100%;
}
.socialicon_wh {
	background-image: url(icon-wh.png);
	margin-left: 15px;
}
.logomy2 {
	background-image: url(logocheloveki-bel.png);
}
.phone_blockmy {
	margin-right: 20px;
	display: inline-block;
	vertical-align: top;
}
.social_blockmy {
	margin-top: 8px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
.social_blockmy2 {
	border-width: 1px;
	border-color: #ffffff;
	border-style: dashed;
	margin-top: 20px;
	margin-bottom: 30px;
	padding: 30px;
}
.social_blockmy2_txt {
	margin-bottom: 15px;
	display: block;
}
.social_whatsup {
	color: #25d366;
	text-decoration: none;
	background-image: url(3146791_whatsapp_logo_icon.png);
	background-position: 20px 10px;
	background-repeat: no-repeat;
	background-size: 20px;
	border-width: 1px;
	border-color: #25d366;
	border-style: solid;
	margin-right: 10px;
	display: inline-block;
	position: relative;
	padding: 10px 20px 10px 50px;
	vertical-align: middle;
	-moz-border-radius: 300px;
	-webkit-border-radius: 300px;
	border-radius: 300px;
	-webkit-transition: all 0.2s ease;
	                                -o-transition: all 0.2s ease;
	                                transition: all 0.2s ease;
}
.social_whatsup:hover {
	color: #ffffff;
	background-color: #25D366;
}
.social_telegram {
	background-image: url(1298747_instagram_brand_logo_social-media_icon.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 85%;
	margin-left: 7px;
	display: inline-block;
	width: 30px;
	height: 30px;
	position: relative;
	vertical-align: middle;
	-webkit-transition: all 0.2s ease;
	  -o-transition: all 0.2s ease;
	  transition: all 0.2s ease;
}
.social_whatsup2 {
	background-image: url(3146791_whatsapp_logo_icon.png);
}
.social_drugaya {
	background-image: url(facebook-64.png);
	margin-left: 7px;
}
#content7 .social_whatsup {
	width: 40px;
	height: 40px;
}
.social_telegram:hover {
	background-size: 100%;
	position: relative;
}
img {
	max-width:100%;
	height:auto;
}
.centerr {
	margin: auto;
	width: 100%;
	max-width: 1200px;
	position: relative;
	z-index: 1;
	padding: 90px 0px;
}
.centerr:before, .centerr:after { content: ""; display: block; clear: both; table-layout: fixed;}
.clearfix:before, .clearfix:after { content: ""; display: block; clear: both; }
input::-webkit-input-placeholder { color: inherit; opacity: 0.8; }
textarea::-webkit-input-placeholder { color: inherit; opacity: 0.8; }
input::-moz-placeholder { color: inherit; opacity: 0.8; }
textarea::-moz-placeholder { color: inherit; opacity: 0.8; }
html {
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}
.quote_note {
	 color:#281f06; background-color:#FBF7CE; padding-top:15px; padding-bottom:15px; padding-left:15px; padding-right:15px; border-width:1px; border-color:#ff8000; border-style:dotted;
}
.quote_comment {
	 color:#000F35; background-color:#e9ecfc; padding-top:15px; padding-bottom:15px; padding-left:15px; padding-right:15px; border-width:1px; border-color:#8080ff; border-style:dotted;
}
.quote_info {
	 color:#242C0C; background-color:#e9f58d; padding-top:15px; padding-bottom:15px; padding-left:15px; padding-right:15px; border-width:1px; border-color:#98ad1d; border-style:dotted;
}
.quote_prevent {
	 color:#ffffff; background-color:#FB6A55; padding-top:15px; padding-bottom:15px; padding-left:15px; padding-right:5px; border-width:1px; border-color:#750000; border-style:dotted;
}
BODY {
	color: #555555;
	font-size: 17px;
	font-family: open sans, sans-serif;
	line-height: 1.4;
	margin: 0;
	top: 0px !important}
* {
	 margin:0; -moz-box-sizing:border-box; box-sizing:border-box;
}
p {
	 margin-bottom:15px;
}
.content {
	 display:inline-block; width:100%; clear:both; vertical-align:top;
}
.object {
	 margin-bottom:10px; vertical-align:top;
}
.objectTitle {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 10px;
	display: block;
}
.contentTitle {
	font-size: 260%;
	font-weight: normal;
	font-family: texgyreadventor, sans-serif;
	line-height: 1.2;
	margin-bottom: 40px;
	display: block;
	position: relative;
}
.priceshop_dim {
	color: black;
	font-size: 160%;
	font-weight: bold;
	line-height: 1.2;
	background-image: url(cennik.png);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: 22px;
	padding-left: 35px;
	margin-bottom: 20px;
	display: block;
}
#enteringText {
	 margin-bottom:20px;
}
#pageTitle {
	font-size: 220%;
	font-weight: normal;
	line-height: 1.2;
	margin-bottom: 10px;
}
A:hover {
	 text-decoration:none;
}
.contentText {
	 margin-bottom:15px;
}
.contentImage {
	margin-bottom: 15px;
	margin-right: 40px;
	float: left;
}
.objectImage {
	margin-right: 40px;
	float: left;
}
.buttonSend:hover {
	cursor: pointer;
}
INPUT {
	font-size: inherit;
	font-family: inherit;
	border-width: 1px;
	border-color: rgba(0,0,0,0.15);
	border-style: solid;
	padding: 15px 30px;
}
TEXTAREA {
	font-size: inherit;
	font-family: inherit;
	border-width: 1px;
	border-color: rgba(0,0,0,0.15);
	border-style: solid;
	padding: 15px 30px;
}
ol {
	 margin-top:10px; margin-bottom:10px;
}
li {
	 padding-top:5px; padding-bottom:5px;
}
ul {
	 margin-top:10px; margin-bottom:10px;
}
select {
	width: auto;
	max-width: 100%;
	padding: 5px;
}
#navPart {
	 margin-bottom:20px; display:inline-block; width:100%;
}
.seNavigator {
	 margin-bottom:20px; display:inline-block; width:100%;
}
#content .content {
	margin-bottom: 60px;
}
#navPart #Back {
	padding: 5px;
}
#navPart .Active {
	 padding:5px;
}
#navPart .links {
	 padding:5px;
}
#navPart #Next {
	padding: 5px;
}
#div6 {
	color: rgba(255,255,255,0.6);
	font-family: texgyreadventor, sans-serif;
	background-color: #282c3e;
	width: 100%;
	height: 100px;
	position: fixed;
	z-index: 20;
}
#div19.centerr {
	padding: 0;
}
#pageMenu .mbordr {
	display: none;
}
#pageMenu .mbordl {
	display: none;
}
#pageMenu .menu {
	color: inherit;
	float: left;
}
#menuitem1 #pageMenu .menu {
	color: inherit;
	text-decoration: none;
	text-transform: lowercase;
	padding-top: 38px;
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
	height: 100px;
	float: left;
	white-space: nowrap;
}
.is-sticky #div19 {
	max-width: 98%;
}
.is-sticky #menuitem1 #pageMenu .menu {
	padding: 15px 0; font-size: 80%; padding-right: 4%;
}
#menuitem2 #pageMenu .menu {
	color: inherit;
	font-size: 90%;
	text-decoration: none;
	border-width: 1px;
	border-color: rgba(0,0,0,0.1);
	border-style: solid;
	margin-bottom: 10px;
	margin-right: 10px;
	display: inline-block;
	padding: 12px 20px;
}
#menuitem2 #pageMenu .mids {
	width: 25px;
}
#div19 {
	margin: auto;
	width: 100%;
	max-width: 96%;
}
#menuitem1 #pageMenu .tableMenu {
	margin: auto;
	position: relative;
}
.flexstart {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.flexstart_shapka {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}
.flexstart_start {
	margin-left: -3%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
#menuitem1 #pageMenu .menu.menuActive {
	color: #ffffff;
	border-bottom: 2px solid #ff6600;
}
#menuitem1 #pageMenu .menu:hover {
	color: #ffffff;
}
#div13 {
	margin-top: 20px;
	margin-right: 60px;
	display: inline-block;
	position: relative;
	float: left;
	vertical-align: middle;
}
#div13 a {
	text-decoration: none;
	display: inline-block;
}
#menuitem1 #pageMenu .submenu {
	background-color: #ffffff;
	border-width: 1px;
	border-color: rgba(0,0,0,0.1);
	border-style: solid;
	margin-left: -20px;
	position: relative;
	padding: 30px;
}
#menuitem1 #pageMenu .submenu .menu {
	color: #464646;
	font-size: 90%;
	border-style: none;
	height: auto;
	position: relative;
	padding: 10px 0;
	white-space: normal;
}
#div6 #pageMenu #submenu_katalog {
	display: block;
	width: 760px;
	position: relative;
	left: 0px;
	padding: 30px 40px;
	-webkit-box-sizing: border-box;
	                               -moz-box-sizing: border-box;
	                               box-sizing: border-box;
}
#div6 #pageMenu #submenu_katalog > tbody,
#div6 #pageMenu #submenu_katalog > tbody > tr,
#div6 #pageMenu #submenu_katalog > tbody > tr > td.midline {
    display: block;
}
#div6 #pageMenu #submenu_katalog > tbody > tr:first-child,
#div6 #pageMenu #submenu_katalog > tbody > tr:last-child,
#div6 #pageMenu #submenu_katalog > tbody > tr > td.leftline,
#div6 #pageMenu #submenu_katalog > tbody > tr > td.rightline  {
  display:none;
}
#div6 #pageMenu #submenu_katalog > tbody > tr {
	margin-right: 0.3em;
	display: inline-block;
	width: 48.7%;
	vertical-align: top;
}
#div6 #pageMenu #submenu_katalog > tbody > tr > td.midline > .menu {
	width: 100%;
	float: left;
	padding: 8px 15px 8px 0px;
	white-space: normal;
}
#div6 #pageMenu #submenu_katalog > tbody > tr > td.midline > .menu > span {
	position: relative;
}
#menuitem1 #pageMenu .submenu .ImgMenu {
	display: none;
}
#menuitem1 #pageMenu .submenu .menu.menuActive .ImgMenu {
	display: none;
}
#menuitem1 #pageMenu .submenu .menu.menuActive .TextActiveMenu {
	width: 100%;
	float: none;
}
#menuitem1 #pageMenu .submenu .TextItemMenu {
	width: 100%;
	float: none;
}
a {
	color: #ff6600;
}
#div56.centerr {
	padding: 30px 0;
}
.breadcrumbs .buterpath a {
	color: inherit;
}
.breadcrumbs .buterpath {
	opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	font-size: 90%;
}
.breadcrumbs .buterpath .space {
	padding: 0 12px;
}
.breadcrumbs .buterpath a:hover {
	color: #ff6600;
}
#div55 {
	background-color: rgba(0,0,0,0.03);
}
#menuitem2 #pageMenu .menu.menuActive {
	color: #ff6600;
	border-color: #ff6600;
}
#menuitem2 #pageMenu .menu:hover {
	color: #ff6600;
}
#global2 {
	margin-top: 5px;
	float: right;
}
.call_back_form .action_button {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	background-color: #ff6600;
	display: inline-block;
	padding: 16px 40px;
}
#global2 .call_back_form .action_button:hover {
	border-bottom: 1px solid transparent;
}
.call_back_form_modal_form {
	background-color: rgba(0, 0, 0, 0.6);
	display: none;
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	overflow: auto;
	z-index: 48;
}
.call_back_form_modal_form .send_form {
	background-color: #ffffff;
	margin: auto;
	max-width: 650px;
	position: absolute;
	top: 7%;
	left: 0px;
	right: 0px;
	z-index: 49;
	padding: 60px;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
}
.call_back_form_modal_form .close_btn {
	cursor: pointer;
	background-image: url(1479992356_basics-22.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 25%;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0px;
	right: 0px;
}
.call_back_form_modal_form .contentTitle {
	font-size: 170%;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	position: relative;
	text-align: center;
}
.call_back_form_modal_form .err {  color: #ff0000; margin-top: 10px; margin-bottom: 5px; }
.call_back_form_modal_form .input_field {
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
}
.call_back_form_modal_form .check_dispatch {  display: inline-block; width: 100%; }
.call_back_form_modal_form .check_dispatch-checkbox {  cursor: pointer; margin-top: 0.2em; margin-right: 0.7em; position: relative; float: left; }
.call_back_form_modal_form .check_dispatch .label {  display: block; overflow: hidden; }
.call_back_form_modal_form .check_license {
	font-size: 90%;
	display: inline-block;
	width: 100%;
}
.call_back_form_modal_form .check_license-checkbox {  cursor: pointer; margin-top: 0.2em; margin-right: 0.7em; float: left; }
.call_back_form_modal_form .check_license .label {  display: block; overflow: hidden; }
.call_back_form_modal_form .antispam .field_title {  margin-top: 15px; }
.call_back_form_modal_form .antispam .antispam_img {  margin-top: 5px; margin-bottom: 5px; display: block; }
.call_back_form_modal_form .input_field .inpfield {  width: 100%; box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.call_back_form_modal_form .input_field.message .inpfield {  min-height: 150px; overflow: auto; }
.call_back_form_modal_form .button_area {  margin-top: 20px; text-align: center; }
.call_back_form_modal_form .ready_message {  text-align: center; }
.call_back_form.send_page .getback {  margin-top: 20px; }
.call_back_form .action_button:hover {
	background-color: #e13e00;
}
#div8 {
	float: left;
}
#div22 {
	display: none;
}
*.content {
table-layout:fixed;
}
.swiper_slider {
	overflow: hidden;
	text-align: center;
}
.swiper_slider .swiper-root {
	position: relative;
}
.swiper_slider .swiper-container {
	margin: auto;
	width: 85%;
	overflow: hidden;
}
.swiper_slider .objectImage {
	margin: auto;
	display: block;
	float: none;
	display: block;
	float: none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.swiper_slider .objectImg {
	margin: auto;
	display: inline-block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.swiper_slider .objectTitle {
	-moz-box-sizing:border-box;
	                                     box-sizing:border-box;
}
.swiper_slider .swiper-button-next {
	cursor: pointer;
	background-image: url(arrow-right1.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 45%;
	margin: auto;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 20%;
	right: 0px;
	z-index: 10;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.swiper_slider .swiper-button-prev {
	cursor: pointer;
	background-image: url(arrow-left1.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 45%;
	margin: auto;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 20%;
	left: 0px;
	z-index: 10;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.swiper_slider .swiper-button-next:hover {
	background-color: rgba(0,0,0,0.03);
	position: absolute;
}
.swiper_slider .swiper-button-prev:hover {
	background-color: rgba(0,0,0,0.03);
	position: absolute;
}
.swiper_slider .object {
	margin: 0;
}
.swiper_slider .swiper-slide {
	width: 16.666%;
}
.swiper_slider .swiper-pagination {
	margin-top: 20px;
	display: inline-block;
	position: relative;
}
.swiper_slider .swiper-pagination-bullet {
	background-color: rgba(0,0,0,0.1);
	margin: 0 5px;
	display: inline-block;
	width: 6px;
	height: 6px;
	vertical-align: middle;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.swiper_slider .swiper-pagination-bullet-active, .swiper_slider .swiper-pagination-bullet:hover {
	background-color: #ff6600;
}
#div86.centerr {
	max-width: 90%;
}
.menu_link__effect_free_sarah-object {
	margin-bottom: 35px;
	margin-left: 3%;
	width: 22%;
}
#content8 .menu_link__effect_free_sarah-object {
	margin: 0;
	width: 100%;
	height: 190px;
}
.menu_link__effect_free_sarah-content {
	padding: 0;
}
.menu_link__effect_free_sarah-title {
	background-color: rgba(0,0,0,0.6);
	min-height: 90px;
	padding: 20px;
}
#div105.lazy-block {
	background-image: url(devushkakz.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 450px;
	height: 550px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.manketa_mod .form_object {  margin-bottom: 10px; }
.manketa_mod .form_object .field_input {  width: 100%; }
.manketa_mod .form_object.string_object .field_input {  width: 100%; -moz-box-sizing: border-box; box-sizing: border-box; }
.manketa_mod .form_object.date_object .field_input {  width: 100%; -moz-box-sizing: border-box; box-sizing: border-box; }
.manketa_mod .form_object.field_object .field_input {
	min-height: 150px;
	overflow: auto;
}
.manketa_mod .form_object.list_object .select {  padding: 5px; }
.manketa_mod .form_object_recv {
	margin-bottom: 15px;
}
.manketa_mod .form_object_recv .field_input {  width: 100%; -moz-box-sizing: border-box; box-sizing: border-box; }
.manketa_mod .form_object_recv.check_dispatch {
	font-size: 80%;
	display: inline-block;
	width: 100%;
}
.manketa_mod .check_dispatch-checkbox {  cursor: pointer; margin-top: 0.2em; margin-right: 0.7em; float: left; }
.manketa_mod .check_dispatch .label {  display: block; overflow: hidden; }
.manketa_mod .form_object_recv.check_license {
	font-size: 80%;
	margin-top: 15px;
	display: inline-block;
	width: 100%;
}
.manketa_mod .check_license-checkbox {  cursor: pointer; margin-top: 0.2em; margin-right: 0.7em; float: left; }
.manketa_mod .check_license .label {  display: block; overflow: hidden; }
.manketa_mod .form_object_recv.field_captcha .field_input {  width: auto; }
.manketa_mod .error {
	color: #ff0000;
	border-width: 1px;
	border-color: red;
	border-style: dashed;
	margin-bottom: 10px;
	padding: 10px 15px;
}
.manketa_mod .button_area {  margin-top: 20px; }
.manketa_mod__popup_window {  background-color: rgba(0, 0, 0, 0.5); position: fixed; top: 0px; bottom: 0px; left: 0px; right: 0px; z-index: 50; }
.manketa_mod__popup_window .window_frame {  background-color: #ffffff; margin: auto; width: 300px; position: absolute; top: 20%; left: 0px; right: 0px; z-index: 51; padding: 50px; text-align: center; -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); }
.manketa_mod__popup_window .close_btn {  cursor: pointer; background-image: url(manketa_mod/lightbox_close-black.png); background-position: center center; background-repeat: no-repeat; background-size: 17px; width: 60px; height: 60px; position: absolute; top: 0px; right: 0px; }
.manketa_mod__popup_window .ready_message {  position: relative; text-align: center; }
.buttonSend {
	color: #ffffff;
	font-family: texgyreadventor, sans-serif;
	text-decoration: none;
	background-color: #ff6600;
	border-style: none;
	display: inline-block;
	position: relative;
	overflow: hidden;
	z-index: 0;
	padding: 15px 40px;
	text-align: center;
	vertical-align: middle;
}
.buttonSend:hover:before {
-webkit-transform: translate(0, 100%);
-ms-transform: translate(0, 100%);
transform: translate(0, 100%);
}
.buttonSend:before {
content: '';
display: block;
position: absolute;
z-index: -1;
background-color: #EA5E00;
bottom: 100%;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
-webkit-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
#div111 {
	width: 60%;
	float: right;
}
#div117 {
	opacity: 0.1;
	-moz-opacity: 0.1;
	-khtml-opacity: 0.1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=10);
	color: #f5f5f5;
	font-size: 950%;
	position: absolute;
	top: -85px;
	left: 20px;
}
#content6 {
	float: right;
}
#content6 .manketa_mod .button_area {
	display: block;
	width: 100%;
}
#content6 .manketa_mod .buttonSend {
	padding-left: 2%;
	padding-right: 2%;
	display: block;
	width: 100%;
}
#div125 {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.manketa_mod .contentText {
	margin-bottom: 30px;
}
#content3 .contentTitle {
	text-align: center;
}
#content5 .objectImage .objectImg {
	display: block;
}
#content7 .contentText {
	font-size: 120%;
	margin: 0;
}
.order_to_mail_modal_form {
	background-color: rgba(0,0,0,0.3);
	display: none;
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 48;
}
.order_to_mail_modal_form .send_form {
	background-color: #ffffff;
	margin: auto;
	width: 600px;
	position: absolute;
	top: 5%;
	left: 0px;
	right: 0px;
	z-index: 49;
	padding: 60px;
}
.order_to_mail_modal_form .close_btn {
	cursor: pointer;
	background-image: url(1479992356_basics-22.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 25%;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0px;
	right: 0px;
}
.order_to_mail_modal_form .contentTitle {
	font-size: 170%;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	position: relative;
	text-align: center;
}
.order_to_mail_modal_form .err { color:#FF0000; margin-top:10px; margin-bottom:2px; }
.order_to_mail_modal_form .input_field .inpfield {
	margin-bottom: 15px;
	width: 100%;
	-moz-box-sizing:border-box;
	 box-sizing:border-box;
}
.order_to_mail_modal_form .button_area {
	margin-top: 20px;
	text-align: center;
}
.order_to_mail_window_show { overflow:hidden; }
.order_to_mail.send_page .getback { margin-top:20px; }
#global2 .call_back_form .action_button {
	text-decoration: none;
	display: inline-block;
	padding: 10px 20px;
	-moz-border-radius: 300px;
	-webkit-border-radius: 300px;
	border-radius: 300px;
}
.cont_txt ul, .tabs_block-tab_contents_wrapper ul {
	padding: 0;
}
.cont_txt li, .tabs_block-tab_contents_wrapper li {
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 30px;
	margin-bottom: 5px;
	display: block;
	position: relative;
}
.cont_txt li:before, .tabs_block-tab_contents_wrapper li:before {
	background-color: #464646;
	width: 15px;
	height: 1px;
	position: absolute;
	top: 12px;
	left: 0px;
	content: "";
}
.photo_line .photo_line-full_image_gallery {
	background-color: #ffffff;
	margin-bottom: 20px;
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.1);
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.photo_line .photo_line-thumbs_gallery_slide.swiper-slide-selected {
	-moz-box-shadow: 0 0 0 3px #FF6600;
	-webkit-box-shadow: 0 0 0 3px #FF6600;
	box-shadow: 0 0 0 3px #FF6600;
}
.photo_line .photo_line-thumbs_gallery {
	padding: 3px;
}
.photo_line .photo_line-thumbs_gallery_btn_next {
	background-color: rgba(0,0,0,0.4);
	background-size: 30%;
	width: 40px;
	height: 40px;
	position: absolute;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.photo_line .photo_line-thumbs_gallery_btn_prev {
	background-color: rgba(0,0,0,0.4);
	background-size: 30%;
	width: 40px;
	height: 40px;
	position: absolute;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.photo_line .photo_line-thumbs_gallery_btn_next:hover {
	background-color: #FF6600;
}
.photo_line .photo_line-thumbs_gallery_btn_prev:hover {
	background-color: #FF6600;
}
.photo_line .photo_line-full_image_slide:before {
    content: '';
    display: block;
    padding-bottom: 100%;
}
#div64.centerr {
	padding: 40px 0;
}
.photo_line .photo_line-thumbs_gallery_slide {
	width: 120px;
}
.order_to_mail .object {
	background-color: #ffffff;
	padding-bottom: 80px;
	margin: 0;
	position: relative;
	text-align: center;
	vertical-align: top;
	-moz-box-shadow: 0 0 25px rgba(0,0,0,0.07);
	-webkit-box-shadow: 0 0 25px rgba(0,0,0,0.07);
	box-shadow: 0 0 25px rgba(0,0,0,0.07);
	-webkit-transition: all 0.18s ease;
	                     -o-transition: all 0.18s ease;
	                     transition: all 0.18s ease;
}
.order_to_mail .object:hover {
	-moz-box-shadow: 0 0 25px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0 0 25px rgba(0,0,0,0.05);
	box-shadow: 0 0 25px rgba(0,0,0,0.05);
}
.order_to_mail .objectImage {
	margin: auto;
	display: inline-block;
	float: none;
}
.order_to_mail .objectImageLink {
	display: inline-block;
	width: 100%;
}
.order_to_mail .objectTitle {
	font-size: 100%;
	font-weight: normal;
	margin: auto;
	margin-top: 20px;
	width: 100%;
	position: relative;
	padding: 0 7%;
	text-align: center;
}
.order_to_mail .price .title {
	display: none;
}
.order_to_mail .price .value {
	margin-right: 5px;
}
.order_to_mail .price {
	color: black;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.2;
	background-image: url(cennik.png);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: 20px;
	padding-left: 32px;
	margin: auto;
	margin-top: 20px;
	display: inline-block;
}
.order_to_mail .objectNote {
	font-size: 90%;
	margin-top: 20px;
	display: inline-block;
	width: 100%;
}
.order_to_mail .action_button {
	color: #ffffff;
	font-size: 90%;
	text-decoration: none;
	background-color: #ff6600;
	display: inline-block;
	position: relative;
	padding: 15px 5%;
	text-align: center;
	vertical-align: middle;
}
.order_to_mail .action_button:hover {
	cursor: pointer;
	background-color: #e13e00;
}

.order_to_mail .action_button .text {
	margin: 0;
	display: inline-block;
}
#div133 {
	display: inline-block;
	width: 100%;
}
#div132 {
	text-align: center;
}
#content3 .menu_link__effect_free_sarah-object {
	width: 47%;
}
#content8 .menu_link__effect_free_sarah-title {
	min-height: auto;
}
#con_mapsite .mapline { font-size:100%; margin:0; margin-bottom:5px; }
#con_mapsite .maplinks2 { margin-left:30px; }
#con_mapsite .maplinks3 { margin-left:60px; }
#con_mapsite .maplinks4 { margin-left:90px; }
#con_mapsite .maplinks5 { margin-left:120px; }
#con_mapsite .maplinks0 { font-weight:normal; }
#content #menuLink {
	margin-left: -3%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
#content #menuLink .contentTitle {
	margin-left: 3%;
	width: 100%;
}
#content #menuLink .contentText {
	margin-left: 3%;
	width: 100%;
}
#content #menuLink .object {
	margin-bottom: 45px;
	margin-left: 3%;
	width: 30.333%;
	text-align: center;
-webkit-transition: all 0.18s ease;
-o-transition: all 0.18s ease;
transition: all 0.18s ease;
}
#content #menuLink .object .objectImage {
	margin: 0 auto;
	position: relative;
	float: none;
}
#content #menuLink .object .link {
	margin-top: 15px;
	display: inline-block;
	width: 80%;
	position: relative;
}
#content #menuLink .object:hover .link {
	color: black;
	text-decoration: none;
}
#div33 {
	color: rgba(255,255,255,0.75);
	background-color: #282c3e;
	position: relative;
}
#div33 .contentTitle {font-size: 190%;}
#div35 {
	position: relative;
	text-align: center;
}
#div36 {
	margin-left: 9%;
	width: 46%;
	float: left;
}
#menuitem3 {
	width: 55%;
	float: left;
}
#menuitem4 {
	width: 35%;
	float: right;
}
#menuitem3 #pageMenu .menu {
	color: inherit;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	margin-bottom: 20px;
	display: block;
}
#menuitem3 #pageMenu .submenu .menu {
	font-size: 100%;
	font-weight: normal;
	text-transform: none;
	margin-bottom: 15px;
	width: 100%;
}
#menuitem3 #pageMenu .menu.menuActive {
	color: #FFFFFF;
}
#menuitem3 #pageMenu .menu:hover {
	color: #FFFFFF;
}
#menuitem4 #pageMenu .menu {
	color: inherit;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	margin-bottom: 20px;
	display: block;
}
#menuitem4 #pageMenu .submenu .menu {
	font-size: 100%;
	font-weight: normal;
	text-transform: none;
	margin-bottom: 15px;
	width: 100%;
}
#menuitem4 #pageMenu .menu.menuActive {
	color: #FFFFFF;
}
#menuitem4 #pageMenu .menu:hover {
	color: #FFFFFF;
}
#global1 .object {
	display: inline-block;
	vertical-align: top;
}
#global1 .object:nth-child(2) {
	margin-left: 20px;
}
#global1 A:hover {
	color: #ffffff;
}
#global1 a {
	color: inherit;
	margin-bottom: 7px;
	display: block;
}
#div143.centerr {
	padding-top: 40px;
	border-top: 1px solid rgba(255,255,255,0.3);
}
#div142 {
	font-size: 90%;
}
#div142 p {margin-bottom: 5px;}
#div27.lazy-block {
	background-image: url(bar.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	display: none;
	position: relative;
}
#div27:before {
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	content: "";
}
#div153.lazy-block {
	background-image: url(parkovka-fon-1240.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.tabs_block-tab_items_wrapper {
	margin-bottom: 30px;
	display: inline-block;
	width: 100%;
}
.tabs_block-tab_item {
	color: inherit;
	text-decoration: none;
	border-bottom: 2px solid rgba(0,0,0,0.07);
	margin-right: 10px;
	display: inline-block;
	position: relative;
	padding: 20px 30px;
	vertical-align: top;
}
.tabs_block-tab_content {  display: none; }
.tabs_block-tab_content.__active {  display: block; }
.tabs_block-tab_item.__active {
	color: #ff6600;
	background-color: rgba(0,0,0,0.025);
	border-bottom: 2px solid #ff6600;
}
.tabs_block-tab_item:hover {
	color: #ff6600;
	border-bottom: 2px solid #ff6600;
}
.photoAlbumAdapt a[name^="sm"] {width: 100%;}
.photoAlbumAdapt .obj .photoPreview .photoLink:hover:after {
	background-color: rgba(0,0,0,0.35);
	background-image: url(lupa-2.png);
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	content: "";
}
.photoAlbumAdapt .obj .photoPreview .photoLink {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 70%;
	display: block;
	position: relative;
}
.photoAlbumAdapt .obj .photoPreview .previewImg {
	display: none;
}
#pageMenu .mids {
	color: transparent;
	font-size: 0;
}
.order_to_mail_modal_form .ready_message {
	text-align: center;
}
.order_to_mail_modal_form .ready_message .autoreply {
	font-size: 110%;
}
.cont_txt_kotaktis {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
.cont_txt_kotaktis .objectTitle {
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	font-size: 100%;
	font-weight: normal;
	display: block;
}
.cont_txt_kotaktis .object {
	margin: 0;
	padding: 30px;
	border-top: 1px solid rgba(0,0,0,0.1); border-left: 1px solid rgba(0,0,0,0.1);
}
.cont_txt_kotaktis .object:nth-child(1), .cont_txt_kotaktis .object:nth-child(2) {border-top: none;}
.cont_txt_kotaktis .object:nth-child(1), .cont_txt_kotaktis .object:nth-child(3) {border-left: none;}
#div159 {
	display: grid;
	grid-gap: 20px;
	             grid-template-columns: repeat(2, 1fr);
}
#div159 a {
	color: inherit;
	text-decoration: none;
	margin: 5px 0px;
	display: block;
	vertical-align: top;
}
#div159 a:hover {
	color: #FFFFFF;
}
#div152 {
	display: grid;
        grid-template-columns: repeat(2, 1fr);
}
#div167 {
}
.to_top_area .button_to_top {
	color: transparent;
	font-size: 0;
	background-color: rgba(0,0,0,0.6);
	background-image: url(up2.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 60%;
	width: 48px;
	height: 48px;
	position: fixed;
	bottom: 60px;
	right: 25px;
	z-index: 30;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
#global99 {
	position: relative;
	z-index: 30;
}
.to_top_area .button_to_top:hover {
	background-color: #FF6600;
	position: fixed;
}
#content6 .manketa_mod .error {
	color: #ff6600;
	border-color: #FF6600;
}
#div124 {
	color: #FFFFFF;
}
.ya-site-form {
	color: rgba(0,0,0,0.5);
	font-size: inherit;
	font-family: inherit;
	background-color: rgba(0,0,0,0.015) !important;
	border-width: 1px !important;
	border-color: rgba(0,0,0,0.15) !important;
	border-style: solid !important;
	padding: 15px 28px !important;
	-moz-border-radius: 300px !important;
	-webkit-border-radius: 300px !important;
	border-radius: 300px !important;
}
#ya-site-form0 .ya-site-form__form * {
	-moz-border-radius: 300px;
	-webkit-border-radius: 300px;
	border-radius: 300px;
}
.ya-site-form__input {
	-moz-border-radius: 300px  ;
	-webkit-border-radius: 300px !important;
	border-radius: 300px !important;
}
#ya-site-form0 .ya-site-form__form .ya-site-form__input-text {
	-moz-border-radius: 300px;
	-webkit-border-radius: 300px;
	border-radius: 300px;
	border: none !important;
	background-color: transparent !important;
}
.tabs_block-tab_contents_wrapper table {
	font-size: 90%;
}
.tabs_block-tab_contents_wrapper td {
	padding: 15px;
}
.tabs_block-tab_contents_wrapper tr:nth-child(odd) {
	background-color: rgba(0,0,0,0.03);
}
.tabs_block-tab_contents_wrapper tr:nth-child(even) {}
.tabs_block-tab_contents_wrapper tr:nth-child(1) {
	font-weight: bold;
}
#content .b-head {display: none;}
#menuLink .object {
	padding-bottom: 20px;
	padding-top: 20px;
	border-width: 1px;
	border-color: rgba(0,0,0,0.1);
	border-style: solid;
}
#menuLink .object:hover {
	border-color: #FF6600;
}
.order_to_mail .more_info {
	color: inherit;
	font-size: 90%;
	text-decoration: none;
	background-size: 30%;
	border-top: 1px solid rgba(0,0,0,0.07);
	display: inline-block;
	position: relative;
	padding: 15px 5%;
	text-align: center;
	vertical-align: middle;
}
.order_to_mail .more_info:hover {
	background-color: #282c3e; color: white;
}
.call_back_form {
	font-weight: bolder;
}
#content .cont_txt .objectNote {
	line-height: 2;
}
#global20 {
	font-weight: bold;
	background-color: rgba(0,0,0,0.03);
	position: absolute;
	top: 13px;
	right: 0px;
}
.skiptranslate {
    display: none !important;
}
#menuLink .object .link {
	font-weight: bold;
	text-transform: uppercase;
}
#menuitem1 #pageMenu .submenu .menu:hover {
	color: #ff6600;
}
#menuitem1 #pageMenu .submenu .menu.menuActive {
	color: #ff6600;
}
#menuitem1 #pageMenu .mids {
	width: 40px;
}
.mitem_katalog {
	padding-right: 30px !important;
	position: relative;
}
.mitem_katalog:before {
	opacity: 0.6;
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	background-image: url(vniz-menyu.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 41px;
	right: 0px;
	content: "";
}
#content1 .content {
	background-image: url(foto-parkovka.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
	padding: 9% 0;
	text-align: center;
}
#content1 .content:before {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding: 10% 0;
	content: "";
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(0,0,0,0.7)), to(rgba(0,0,0,0.0)));
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(0,0,0,0.7)), to(rgba(0,0,0,0.0)));
	background: -webkit-linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.0));
	background: -moz-linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.0));
	background: -ms-linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.0));
	background: -o-linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.0));
	background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.0));
}
.contentTitle_h1my {
	color: #ffffff;
	font-size: 220%;
	font-weight: normal;
	font-family: texgyreadventor, sans-serif;
	margin: auto;
	margin-bottom: 50px;
	width: 900px;
	position: relative;
	z-index: 1;
}
#content1 .contentText {
	color: #cacaca;
	margin: auto;
	position: relative;
	z-index: 1;
}
#content1 p {
	font-size: 130%;
	font-family: texgyreadventor, sans-serif;
	margin-bottom: 40px;
}
#div62 {
	padding-top: 100px;
}
#div7.centerr {
	padding: 0;
}
.flex_text50 .contentTitle, .flex_text50 .contentText, .grid_photo .contentTitle, .grid_photo .contentText {	margin-bottom: 0px;}
.text120my {
	font-size: 130%;
	font-weight: 500;
	padding-bottom: 50px;
	border-bottom: 1px solid rgba(0,0,0,0.15);
	margin-bottom: 50px;
	display: block;
}

.grid_text50 {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	display: grid;
	padding: 70px 50px;
	grid-gap: 40px;
	                          grid-template-columns: repeat(2, 1fr);
}
.grid_photo {
	display: grid; grid-gap: 30px; 
	grid-template-columns: repeat(3, 1fr);
}
.grid_photo_button {
	display: grid; grid-gap: 30px; 
	grid-template-columns: repeat(3, 1fr);
}

.grid_shema {
	display: grid; grid-row-gap: 70px; 
	grid-template-columns: repeat(3, 1fr);
}
.grid_minishop {
	display: grid; grid-gap: 40px; 
	grid-template-columns: repeat(3, 1fr);
}
.grid_hover {
	display: grid; grid-gap: 30px; 
	grid-template-columns: repeat(3, 1fr);
}
.grid_anonses {
	display: grid; grid-gap: 30px; 
	grid-template-columns: repeat(3, 1fr);
}
.grid_anonses_home .object:nth-child(4) {
    grid-column: 1 / 3;
    grid-row: 2 / 3;
}

.grid_anonses_home .object:nth-child(5) {
    grid-column: 3 / 3;
    grid-row: 1 / 1;
}

.grid_anonses_home .object:nth-child(5) {
align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
}
.grid_pluso {
	display: grid; 
	grid-template-columns: repeat(2, 1fr);
}
.photoAlbumAdapt .contentText {
	margin-bottom: 40px;
}
.buttonSend_insta {
	background-image: url(icon-instagr.png);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: 22px;
	padding-left: 40px;
}
.buttonSend_border {
	color: inherit;
	font-family: texgyreadventor, sans-serif;
	text-decoration: none;
	border-width: 2px;
	border-color: rgba(0,0,0,0.1);
	border-style: solid;
	display: inline-block;
	position: relative;
	overflow: hidden;
	z-index: 0;
	padding: 15px 40px;
	vertical-align: middle;
}
.buttonSend_border:hover {
	color: #ffffff;
	background-color: #ff6600;
	border-color: #ff6600;
}

.buttonSend_border_margin {
	margin-left: 20px;  }
#div77 {
	position: relative;
}
#content1 .buttonSend {
	font-size: 110%;
	padding: 20px 60px;
}
#div24 {
	background-color: #ffffff;
	position: relative;
	z-index: 2;
}
#content4 .content {
	background-color: #ffffff;
	position: relative;
	padding: 70px;
}
#content5 .object {
	border-top: 1px solid rgba(0,0,0,0.15);
	border-left: 1px solid rgba(0,0,0,0.15);
	margin: 0;
	position: relative;
	padding: 40px;
}
#content5 .object:nth-child(1), #content5 .object:nth-child(2) {
	border-top: none;
}
#content5 .object:nth-child(1), #content5 .object:nth-child(3), #content5 .object:nth-child(5), #content5 .object:nth-child(7) {
	border-left: none;
}
.art_bank .object {
	background-color: #ffffff;
	margin: 0;
	padding: 30px;
	text-align: center;
	-moz-box-shadow: 0 0 25px rgba(0,0,0,0.07);
	-webkit-box-shadow: 0 0 25px rgba(0,0,0,0.07);
	box-shadow: 0 0 25px rgba(0,0,0,0.07);
	-webkit-transition: all 0.15s ease;
	         -o-transition: all 0.15s ease;
	         transition: all 0.15s ease;
}
.art_bank .object:hover {
	-moz-box-shadow: 0 0 0px 4px #ff6600;
	-webkit-box-shadow: 0 0 0px 4px #ff6600;
	box-shadow: 0 0 0px 4px #ff6600;
}
.art_bank .object .objectImage {
	margin: auto;
	margin-bottom: 20px;
	display: inline-block;
	float: none;
}
.art_bank .object .link>h4 {
	color: inherit;
	font-size: 100%;
}
.art_bank .object .link>h3 {
	color: inherit;
	font-size: 100%;
}
.art_bank .object .link:active {
	color: #FF6600;
}
.art_bank .object .link:hover {
	color: #FF6600;
}
.art_bank .object .link {
	color: inherit;
	text-decoration: none;
	margin: 10px 0;
	display: inline-block;
	width: 90%;
}
#div30.lazy-block {
	background-color: #F5F5F5;
}
#div167s {
	color: #ffffff;
	background-color: #292c3f;
	position: relative;
	padding: 90px 0;
}
#content8 .object {
	padding-top: 35px;
	padding-right: 5%;
	border-top: 1px dashed #ffffff;
	margin: 0;
	position: relative;
}
#content8 .object:nth-child(3), #content8 .object:nth-child(5) {
	border-top: none;
}
#content8 .objectTitle {
	font-size: 140%;
	background-color: #292c3f;
	padding-top: 2px;
	width: 36px;
	height: 36px;
	position: absolute;
	top: -18px;
	text-align: center;
}
#content8 .contentTitle {
	margin-bottom: 70px;
}
#content8 .contentText {
	position: relative;
}
#content8 .objectImage {
	margin-right: 20px;
	width: 40px;
}
#div30 {
	background-color: #F5F5F5;
	position: relative;
}
#div176.lazy-block {
	background-image: url(parkovka-1.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 760px;
	height: 400px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#div177.lazy-block {
	background-image: url(parkovka-2.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 760px;
	height: 600px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#content5 .objectImage {
	width: 40px;
}
#content5 .objectNote {
	overflow: hidden;
}
#content7 {
	width: 70%;
	float: left;
}
#div76.centerr {
}
#div249 {
	background-color: rgba(0,0,0,0.5);
	margin: 0;
	position: relative;
	padding: 50px;
}
#div249:before, #div249:after { content: ""; display: block; clear: both; table-layout: fixed;}
#div78.centerr {
	padding-bottom: 70px;
	border-top: 1px solid rgba(0,0,0,0.15);
}
#global1 A:link {
	text-decoration: none;
}

.manketa_mod .buttonSend:hover {
	background-color: #EA5E00;
}
#global10 INPUT {
	color: #ffffff;
	border-color: rgba(255,255,255,0.4);
}

.call_back_form_modal_form .contentText {
	margin-bottom: 40px;
}
#global10 .manketa_mod .form_object_recv .field_input {
	background-color: transparent;
	text-align: center;
}

#global10 .manketa_mod .buttonSend {
	width: 100%;
}
#div18.lazy-block {
	background-image: url(bortik.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 240px;
	height: 240px;
	position: absolute;
	top: -130px;
	right: 0px;
	z-index: 2;
}
.menu_link__effect_dream_honey-object {
	background-color: #282C3E;
	margin: auto;
	width: 100%;
}
.menu_link__effect_dream_honey-back_image {
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

.menu_link__effect_dream_honey-object:hover .menu_link__effect_dream_honey-back_image {
	opacity: 0.2;
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=20);
}
.menu_link__effect_dream_honey-title {
	font-size: 130%;
	font-weight: normal;
	font-family: texgyreadventor, sans-serif;
	padding: 1.2em;
}

.menu_link__effect_dream_honey-content:before {
	background-color: #ff6600;
}

.menu_link__effect_dream_honey .contentText {
	margin-bottom: 40px;
}
.order_to_mail .objectTitleTxt:hover {
	color: #ff6600;
}
.order_to_mail .objectTitleTxt {
	color: inherit;
}


.order_to_mail .contentText {
	margin-bottom: 40px;
}

#content1 .contentTitle {
	color: #b1bcc5;
	font-size: 150%;
	letter-spacing: 4px;
}
#div258 {
	width: 210px;
	float: right;
}

#div144 {
	float: left;
}
#div145 {
	margin-left: 20px;
	float: left;
}
#div240.lazy-block {
	color: #FFFFFF;
	background-image: url(image_compressor_7991b42d40c0aa1dd4fcb6cc03f35133.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
#div240.lazy-block:before {
	background-color: rgba(0,0,0,0.4);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	content: "";
}

#content8 .objectNote {
    font-size: 110%;
    display: block;
    overflow: hidden;
    width: 160px;
}
#div276 {
	background-color: #ffffff;
	width: 1px;
	height: 25px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#div277 {
	background-color: #ffffff;
	width: 25px;
	height: 1px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#div278 {
	background-color: #FFFFFF;
	width: 25px;
	height: 1px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
#div279 {
	background-color: #ffffff;
	width: 1px;
	height: 25px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#content .contentTitle {
	font-size: 180%;
}

.call_back_form_modal_form .buttonSend:hover {
	background-color: #EA5E00;
}

#global10 .manketa_mod .send_form {
	position: relative;
}
#global10 .manketa_mod .button_area {
	position: absolute;
	top: 50px;
	left: 0px;
	right: 0px;
}
#global10 .manketa_mod .form_object_recv.check_license {
	margin-top: 80px;
	position: relative;
}
.flexstart_shopmini_dim_buttons {
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
#menuitem2 {
	display: inline-block;
	width: 100%;
}

#menuitem2 #pageMenu {
	display: inline-block;
	width: 100%;
}
#div285 {
	padding-right: 60px;
	margin-top: 19px;
	margin-right: 80px;
	position: relative;
	float: right;
}
#div286 {
	display: grid;
	width: 30px;
	position: absolute;
	top: 2px;
	right: 0px;
	grid-gap: 10px;
	         grid-template-columns: repeat(1, 1fr);
}
#div286 .socialicon_insta {
	margin: 0;
	width: 24px;
	height: 24px;
}

#content9 .content {
	margin-bottom: 30px;
}

#div297 {
	display: grid; grid-gap: 4%; 
	grid-template-columns: 26% 40% 26%;
}
