@font-face {
    font-family: 'roboto';
    src: url('roboto/roboto-bold-webfont.eot');
    src: url('roboto/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('roboto/roboto-bold-webfont.woff2') format('woff2'),
         url('roboto/roboto-bold-webfont.woff') format('woff'),
         url('roboto/roboto-bold-webfont.ttf') format('truetype'),
         url('roboto/roboto-bold-webfont.svg#robotobold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'roboto';
    src: url('roboto/roboto-bolditalic-webfont.eot');
    src: url('roboto/roboto-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('roboto/roboto-bolditalic-webfont.woff2') format('woff2'),
         url('roboto/roboto-bolditalic-webfont.woff') format('woff'),
         url('roboto/roboto-bolditalic-webfont.ttf') format('truetype'),
         url('roboto/roboto-bolditalic-webfont.svg#robotobold_italic') format('svg');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'roboto';
    src: url('roboto/roboto-italic-webfont.eot');
    src: url('roboto/roboto-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('roboto/roboto-italic-webfont.woff2') format('woff2'),
         url('roboto/roboto-italic-webfont.woff') format('woff'),
         url('roboto/roboto-italic-webfont.ttf') format('truetype'),
         url('roboto/roboto-italic-webfont.svg#robotoitalic') format('svg');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'roboto';
    src: url('roboto/roboto-light-webfont.eot');
    src: url('roboto/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('roboto/roboto-light-webfont.woff2') format('woff2'),
         url('roboto/roboto-light-webfont.woff') format('woff'),
         url('roboto/roboto-light-webfont.ttf') format('truetype'),
         url('roboto/roboto-light-webfont.svg#robotolight') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'roboto';
    src: url('roboto/roboto-lightitalic-webfont.eot');
    src: url('roboto/roboto-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('roboto/roboto-lightitalic-webfont.woff2') format('woff2'),
         url('roboto/roboto-lightitalic-webfont.woff') format('woff'),
         url('roboto/roboto-lightitalic-webfont.ttf') format('truetype'),
         url('roboto/roboto-lightitalic-webfont.svg#robotolight_italic') format('svg');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'roboto';
    src: url('roboto/roboto-regular-webfont.eot');
    src: url('roboto/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('roboto/roboto-regular-webfont.woff2') format('woff2'),
         url('roboto/roboto-regular-webfont.woff') format('woff'),
         url('roboto/roboto-regular-webfont.ttf') format('truetype'),
         url('roboto/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: 400;
    font-style: normal;
}
BODY {
	color: #333;
	font-size: 14px;
	font-family: roboto, sans-serif;
	line-height: 1.4;
	padding-top: 104px;
	position: relative;
}
* {
	margin: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
a, button, .buttonsend {
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
:focus {outline: none;}
[data-naglav] {display: none;}
#osnova {
	display: block;
}
p {
	margin-bottom: 15px;
}
img {
	height: auto;
	max-width: 100%;
}

ol {
	margin-top: 10px;
	margin-bottom: 10px;
}

ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

li {
	margin-bottom: 5px;
}

a {
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}
INPUT {
	font-size: inherit;
	font-family: inherit;
	background-color: #f6f6f6;
	border-width: 1px;
	border-color: #f7d4d5;
	border-style: solid;
	padding: 13px 20px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

TEXTAREA {
	font-size: inherit;
	font-family: inherit;
	background-color: #f6f6f6;
	border-width: 1px;
	border-color: #f7d4d5;
	border-style: solid;
	padding: 13px 20px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.buttonSend {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	background-color: #ffc000;
	border-width: 2px;
	border-color: #FFC000;
	border-style: solid;
	display: inline-block;
	padding: 10px 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}
.buttonSend:hover {
	color: #000000;
	background-color: #FFFFFF;
	border-color: #FFFFFF;
}
#siteTitle {
	font-size: 16px;
	line-height: 1;
}

#pageTitle {
	font-size: 30px;
}

.contentTitle {
	font-size: 28px;
}
.objectTitle {
	font-size: 18px;
	margin-bottom: 15px;
}
.centrovka {
	margin: auto;
	width: 90%;
	max-width: 1170px;
	padding: 50px 0;
}

.btnmobmenu {
	display: none;
}
.shapka.centrovka {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
}

#Logodesk {
	text-align: center;
}
#shapka {
	color: #FFFFFF;
	background-color: #16A1D9;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 50;
}

.phone1 a {
	color: #FFFFFF;
}
.phone1 {
	margin-bottom: 10px;
	text-align: center;
}

#menuitem1 #pageMenu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
#menuitem1 #pageMenu .menu {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 1;
	display: block;
	position: relative;
	padding: 45px 22px;
}

#menuitem1 #pageMenu .menu span {
	position: relative;
}
#menuitem1 #pageMenu .menu.menuActive {
	color: #162E43;
}

#menuitem1 #pageMenu .menu:hover {
	color: #ffc000;
}
#menuitem1 #pageMenu .submenu {
	background-color: #222222;
	display: none;
	position: absolute;
	z-index: 10;
	padding: 8px 0;
}
#menuitem1 #pageMenu .submenu .menu {
	padding: 12px 15px;
}
#menuitem1 #pageMenu .mtditem:hover > .submenu {
	display: block;
	position: absolute;
}
#menuitem1 #pageMenu .mtditem > a {
	padding-right: 35px;
}
#menuitem1 #pageMenu .mtditem > a:after {
	border-color: #FFFFFF;
	border-style: solid;
	border-top: 6px solid;
	border-bottom: 1px none;
	border-left: 6px solid transparent !important;
	border-right: 6px solid transparent !important;
	margin: auto;
	margin-left: 5px;
	display: inline-block;
	width: 0px;
	height: 0px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	content: "";
}
#menuitem1 #pageMenu .mtditem:hover > .menu {color: #ffc000;}
#menuitem1 #pageMenu > a + a:before, #menuitem1 #pageMenu > a + .mtditem > a:before, #menuitem1 #pageMenu > .mtditem + a:before, #menuitem1 #pageMenu > .mtditem + .mtditem > a:before {
	background-color: rgba(255,255,255, 0.25);
	margin: auto;
	width: 1px;
	height: 30px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: -1px;
	content: "";
}
#menuitem1 #pageMenu .menu span:before {
	background-color: #FFD015;
	margin: auto;
	width: 0px;
	height: 2px;
	position: absolute;
	bottom: -5px;
	left: 0px;
	right: 0px;
	content: "";
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
#menuitem1 #pageMenu .menu:hover span:before, #menuitem1 #pageMenu .menu.menuActive span:before, #menuitem1 #pageMenu .mtditem:hover > .menu span:before {
	width: 50px;
	position: absolute;
}
#menuitem1 #pageMenu .submenu .menu span:before {
	margin-left: 0px;
	position: absolute;
}
#menuitem1 #pageMenu .submenu .menu:hover span:before {
	width: 50%;
	position: absolute;
}

.zakzvonok.buttonSend {
	background-color: transparent;
}
.zakzvonok.buttonSend:hover {
	color: #000000;
	background-color: #FFFFFF;
	border-color: #FFFFFF;
}
.adapkarslick .contentBody > button {
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	cursor: pointer;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 15px;
	border-width: 2px;
	border-color: #FFFFFF;
	border-style: solid;
	margin: auto;
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	z-index: 10;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.adapkarslick .contentBody button:hover {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	position: absolute;
}
.adapkarslick .contentBody button.slick-prev {
	background-image: url(strelka-left.png);
	position: absolute;
	left: 1%;
}
.adapkarslick .contentBody button.slick-next {
	background-image: url(strelka-prav.png);
	position: absolute;
	right: 1%;
}
.adapkarslick .contentBody .slick-dots li {
	margin-left: 3px;
	margin-right: 3px;
	display: inline-block;
	list-style-type: none;
}
.adapkarslick .contentBody .slick-dots {
	padding-left: 0px;
	text-align: center;
}
.adapkarslick .contentBody .slick-dots li button {
	color: transparent;
	cursor: pointer;
	background-color: #222222;
	border-style: none;
	width: 12px;
	height: 12px;
	position: relative;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.adapkarslick .contentBody .slick-dots li.slick-active button {
	background-color: #FFD015;
}
.adapkarslick .contentBody .slick-dots li:hover button {
	background-color: #FFD015;
}
#content1 .adapkarslick .contentBody .object:after {
	background-color: rgba(0,0,0,0.4);
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 5;
	content: "";
}
#content1 .adapkarslick .contentBody .slick-dots {
	display: none !important;
}
#content1 .adapkarslick .contentBody .object {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 400px;
	position: relative;
}
#content1 .adapkarslick .contentBody .blokkont {
	color: #FFFFFF;
	z-index: 6;
	padding: 0;
}
#content1 .adapkarslick .contentBody .object .objectTitle {
	font-size: 60px;
}

#content1 .adapkarslick .contentBody .object .objectNote {
	font-size: 24px;
}
#content1 .quote_note {
	color: #FFD015;
	font-size: 30px;
}
#content2 .content .records-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
}

#content2 .object {
	width: 48%;
}
