@import url(https://fonts.googleapis.com/css?family=Exo+2:400,700,300&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700,500&subset=latin,cyrillic);

/*@import url(https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css);*/

.present-block .img-block img,
body,
html {
	width: 100%;
}

.choise select,
select.zayavka_input {
	line-height: 1;
	-webkit-appearance: none;
}

body,
html {
	height: 100%;
}

body {
	font-family: Roboto, "Exo 2", sans-serif;
	font-size: 14px;
	color: #444444;
}

a {
	color: #2a497a;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.3em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1.1em;
}

.btn-default {
	font-family: "Exo 2", Roboto, sans-serif;
	color: #444444;
	border-radius: 0;
	background-color: #ffffff;
}

.btn-default:hover {
	color: #444444;
	background-color: #dddddd;
}

header .top-line {
	font-family: "Exo 2", sans-serif;
	padding: 12px 0;
	color: #333333;
	border-bottom: 2px solid #008ccf;
}

@media (max-width:1200px) {
	header .top-line span {
		display: block;
		text-align: center;
	}
}

header .top-line a {
	margin: 0 8px;
	color: inherit;
}

header .top-line a:hover {
	text-decoration: none;
	color: #0288d1;
}

header .top-line select {
	display: none;
}

@media (max-width:992px) {
	header .top-line select {
		font-size: 16px;
		line-height: 1;
		display: block;
		width: 100%;
		height: 34px;
		padding: 5px;
		border: 1px solid #cccccc;
		border-radius: 0;
		background: 0 0;
		-webkit-appearance: none;
	}
}

header .top-main {
	padding: 24px;
	border-bottom: 2px solid #008ccf;
	background-color: #f0f5f8;
}

.is-sticky .top-menu {
	text-align: center
}

header .top-main .phone {
	padding: 0 0 0;
	text-align: right;
	color: #666666;
}

@media (max-width:992px) {
	header .top-main .phone {
		margin: 8px 0;
		text-align: center;
	}
	header .top-menu {
		display: none;
	}
}

header .top-main .phone .help {
	font-size: 0.8em;
	color: inherit;
}

header .top-main .phone a {
	font-size: 1.2em;
	font-weight: 700;
	color: inherit;
}

header .top-main .btn-header {
	font-family: "Exo 2", Roboto, sans-serif;
	width: 100%;
	margin: 4px 0 0;
	padding: 6px 8px;
	color: #444444;
	border: 2px solid #14a2e2;
	border-radius: 25px;
	background-color: transparent;
}

header .top-main .btn-header:hover {
	color: #ffffff;
	background-color: #14a2e2;
}

header .top-menu {
	margin-bottom: 32px;
	color: #444444;
	border-bottom: 1px solid #008ccf;
}

header .top-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

header .top-menu ul li {
	position: relative;
	display: inline-block;
	margin: 0 16px 0 0;
	padding: 0;
}

header .top-menu ul li:last-child {
	margin: 0;
}

header .top-menu ul li a {
	display: block;
	padding: 16px 0 13px;
	text-decoration: none;
	color: #444444;
	border-bottom: 3px solid #ffffff;
	background: #ffffff;
}

header .top-menu ul li a:hover {
	border-bottom: 3px solid #6899ed;
}

header .top-menu ul li a .badge {
	background-color: #6899ed;
}

header .top-menu .cart-btn {
	padding: 8px 0;
	text-align: right;
}

header .top-menu .cart-btn a {
	font-size: 1em;
	color: #444444;
}

header .top-menu ul li a i {
	font-size: 1.6em;
	vertical-align: middle;
}

.slider-map {
	margin: 32px 0;
}

.slider-map .header-block {
	font-size: 2em;
	overflow: hidden;
	margin-bottom: 0.5em;
	color: #ffffff;
	background: #008ccf;
}

@media (max-width:1199px) {
	.slider-map .header-block {
		margin-bottom: 0.1em;
	}
}

.slider-map .header-block a {
	display: block;
	padding: 8px 27px;
	text-decoration: none;
	color: #ffffff;
	text-shadow: 0 0 8px #000000;
}

@media (max-width:992px) {
	.slider-map .header-block {
		margin-top: 1em;
		margin-bottom: 0;
	}
	.our-adress {
		margin-top: 0;
	}
}

.our-adress {
	font-size: 1.4em;
	margin-bottom: 0;
	padding: 16px 32px;
	color: #ffffff;
	background-color: #008ccf;
}

@media (max-width:1199px) {
	.our-adress {
		margin-bottom: 16px;
	}
}

.our-adress a {
	color: inherit;
}

.present-block .img-block {
	position: relative;
	margin-bottom: 32px;
	box-shadow: 4px 4px 8px #666666;
}

.present-block .img-block .txt {
	font-size: 2.2em;
	font-weight: 700;
	position: absolute;
	top: 50%;
	left: 8%;
	transform: translateY(-50%);
	color: #ffffff;
	text-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
}

@media (max-width:768px) {
	.present-block .img-block .txt {
		font-size: 1.2em;
	}
}

.content-sidebar .sidebar .present-block .img-block {
	margin-bottom: 24px;
}

.content-sidebar .sidebar .present-block .img-block .txt {
	font-size: 0.8em;
}

@media (max-width:992px) {
	.content-sidebar .sidebar .present-block .img-block .txt {
		font-size: 2.2em;
	}
	.content-sidebar .content table {
		word-break: break-all;
	}
}

@media (max-width:768px) {
	.content-sidebar .sidebar .present-block .img-block .txt {
		font-size: 1.2em;
	}
}

.content-sidebar {
	margin-bottom: 32px;
}

.content-sidebar .content {
	font-size: 0.9em;
	font-weight: 500;
}

.content-sidebar .content table[style*=width] {
	width: 100%!important;
}

.content-sidebar .content table[style*=width] td {
	width: 33%;
	padding: 4px;
	vertical-align: top;
}

.content-sidebar .content table[style*="width: 536px;"] td div {
	width: 100%!important;
	height: auto!important;
}

@media (max-width:992px) {
	.content-sidebar .content table[style*="width: 536px;"],
	.content-sidebar .content table[style*="width: 536px;"] tbody,
	.content-sidebar .content table[style*="width: 536px;"] td,
	.content-sidebar .content table[style*="width: 536px;"] th,
	.content-sidebar .content table[style*="width: 536px;"] tr {
		display: block;
		width: 100%;
	}
}

.content-sidebar .content img[style*=width] {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

.content-sidebar .content #map {
	width: 100%!important;
}

.content-sidebar .content h1 {
	font-size: 2em;
	margin: 0 0 16px;
	text-align: center;
}

@media (max-width:992px) {
	.content-sidebar .content .h1,
	.content-sidebar .content h1 {
		font-size: 1.2em;
	}
	.content-sidebar .content .h2,
	.content-sidebar .content h2 {
		font-size: 1.1em;
	}
}

.content-sidebar .content a {
	color: #2a497a;
}

.content-sidebar .sidebar a {
	text-decoration: none;
}

.content-sidebar .sidebar .advantages .title-bar {
	font-size: 1.4em;
	padding: 16px 32px;
	color: #ffffff;
	background-color: #008ccf;
}

.content-sidebar .sidebar .advantages .title-bar.mya {
	padding: 0;
	color: #000000;
	background-color: #ffffff;
	box-shadow: none;
}

.content-sidebar .sidebar .advantages .title-bar.mya a {
	font-size: 1.2em;
	font-weight: 700;
	display: block;
	padding: 16px 0;
	text-decoration: none;
	color: #444444;
}

.content-sidebar .sidebar .advantages .body {
	padding: 32px 0 0;
}

.content-sidebar .sidebar .advantages .body .item {
	margin-bottom: 32px;
}

.content-sidebar .sidebar .advantages .body .item .img img {
	margin: 0 auto;
}

.content-sidebar .sidebar .advantages .body .item .txt {
	font-size: 0.8em;
	margin-top: 8px;
	text-align: center;
	color: #46618c;
}

.content-sidebar .sidebar .info-banner {
	display: table;
	margin: 0 auto 32px;
	padding: 16px 32px;
	color: #ffffff;
	background: #008ccf;
}

.content-sidebar .sidebar .info-banner div {
	display: table-cell;
	vertical-align: middle;
}

.content-sidebar .sidebar .info-banner .txt {
	font-size: 1.2em;
	width: 80%;
}

@media (min-width:992px) and (max-width:1199px) {
	.content-sidebar .sidebar .info-banner .txt {
		font-size: 1em;
	}
}

@media (max-width:992px) {
	.content-sidebar .sidebar .info-banner {
		width: 100%;
		margin: 0 auto 32px;
	}
}

.content-sidebar .sidebar .info-banner .img {
	width: 20%;
}

.content-sidebar .sidebar .news-action {
	width: 100%;
	background: #f2f2f2;
}

.content-sidebar .sidebar .news-action .title {
	display: table;
	width: 100%;
	color: #ffffff;
	background: #008ccf;
}

.content-sidebar .sidebar .news-action .title div {
	font-size: 1.2em;
	display: table-cell;
	width: 50%;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
}

.content-sidebar .sidebar .news-action .title div a {
	display: block;
	padding: 16px 0;
	text-decoration: none;
	color: #ffffff;
}

.content-sidebar .sidebar .news-action .title div a.active {
	background: #008ccf;
}

.content-sidebar .sidebar .news-action .body-news {
	padding: 16px;
}

.content-sidebar .sidebar .news-action .body-news .date {
	font-size: 0.8em;
	margin: 0 0 16px;
}

.content-sidebar .sidebar .news-action .body-news .txt {
	margin: 0 0 16px;
}

.dop-banners a {
	text-decoration: none;
}

.dop-banners .item {
	display: table;
	width: 100%;
	min-height: 140px;
	margin-bottom: 32px;
	padding: 8px 16px;
	background-color: #cccccc;
}

.dop-banners .item.item-1,
.dop-banners .item.item-2,
.dop-banners .item.item-3 {
	background-color: #008ccf;
}

.dop-banners .item div {
	display: table-cell;
	vertical-align: middle;
}

.dop-banners .item .txt {
	font-size: 1.45em;
	color: #ffffff;
}

.dop-banners .item .img img {
	display: block;
	float: right;
}

.adress-services {
	padding: 32px 0 16px;
}

.adress-services .bg-some {
	z-index: 1001;
	margin-bottom: 16px;
	padding: 24px 0;
	border: 1px double #dddddd;
	background: rgba(0, 0, 0, 0);
}

.adress-services .bg-some:hover {
	z-index: 1001;
	margin-bottom: 16px;
	padding: 24px 0;
	background: rgba(0, 0, 0, 0.3);
}

.adress-services .title {
	font-family: "Exo 2", roboto, sans-serif;
	font-size: 2em;
	margin-bottom: 32px;
	padding-bottom: 8px;
	text-transform: uppercase;
	color: #ffffff;
	border-bottom: 2px solid #0288d1;
}

.adress-services ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.choise .title,
.otzivi .title {
	font-family: "Exo 2", roboto, sans-serif;
	padding-bottom: 8px;
	text-transform: uppercase;
	border-bottom: 2px solid #0288d1;
}

.adress-services ul li {
	margin-bottom: 8px;
	margin-left: 20px;
}

.adress-services ul li a {
	display: inline-block;
	text-indent: -6px;
	color: #ffffff;
}

.adress-services ul li a:hover {
	text-decoration: none;
	color: #eeeeee;
}

.adress-services ul li a span {
	color: red;
}

.adress-services .special {
	margin: 32px 0 0;
}

.adress-services .special .item {
	margin-bottom: 16px;
	text-align: center;
}

.adress-services .special .item .img {
	margin-bottom: 8px;
}

.adress-services .special .item img {
	max-width: 100%;
	border-radius: 100px;
	background: #ffffff;
}

.adress-services .special .item .txt {
	font-size: 0.8em;
	font-weight: 700;
	color: #ffffff;
}

.otzivi {
	margin: 32px 0;
}

.otzivi .title {
	font-size: 2em;
	margin-bottom: 32px;
	color: #565656;
}

.otzivi .item {
	margin-bottom: 8px;
	text-align: center;
}

.otzivi .item .img,
.otzivi .item .txt {
	margin-bottom: 16px;
}

.otzivi .item .img img {
	max-width: 100%;
	text-align: center;
}

.otzivi .item .txt {
	font-size: 0.9em;
}

.otzivi .item .name {
	font-weight: 700;
	color: #0288d1;
}

.choise {
	margin: 32px 0 16px;
}

.choise .title {
	font-size: 2em;
	margin-bottom: 32px;
	color: #565656;
}

.choise select {
	font-size: 16px;
	width: 98%;
	height: 42px;
	margin: 0 auto 16px;
	padding: 5px;
	color: #bfbfbf;
	border: 1px solid #000000;
	border-radius: 0;
	background: #ffffff;
}

.choise .btn {
	width: 100%;
	height: 42px;
}

.brand-img {
	background: #f2f2f2;
}

.callbackForm {
	padding: 48px 0;
	border-top: 2px solid #2a497a;
	/*border-bottom: 2px solid #008ccf;*/
	background-image: url('/images/slide3.jpg');
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #2a497a;
	text-shadow: 0 0 8px #ddd;
}

.callbackForm__title {
	text-align: center;
	font-weight: 700;
	font-size: 2em;
}

.callbackForm__row {
	margin: 8px 0;
}

.callbackForm__input {
	border: 2px solid #2a497a;
}

.callbackForm__helptext {
	text-align: center;
	color: #fff;
	text-shadow: 0 0 2px #000000;
	font-size: 1.2em;
}

.callbackForm__sendBtn {
	font-family: "Exo 2", Roboto, sans-serif;
	width: 100%;
	margin: 4px 0 0;
	background-color: #fff;
	padding: 6px 8px;
	color: #2a497a;
	border: 2px solid #2a497a;
	border-radius: 0;
	text-transform: uppercase;
	font-weight: 700;
}

.callbackForm__sendBtn:hover,
.callbackForm__sendBtn:focus,
.callbackForm__sendBtn:active {
	background-color: #2a497a;
	color: #fff;
}

.footer-menu {
	padding: 64px 0;
	background: #333333;
}

.footer-menu .title {
	font-size: 1.1em;
	margin-bottom: 16px;
	color: #ffffff;
}

.footer-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-menu ul li {
	margin-bottom: 8px;
}

.footer-menu ul li a {
	color: #6f6f6f;
}

@media (max-width:992px) {
	.mobile-center {
		text-align: center;
	}
	.mobile-center * {
		margin: auto;
	}
	.mobile-hide {
		display: none;
	}
}

.relative {
	position: relative;
}

.mobile-menu,
.modal-main .bg-modal {
	position: fixed;
	width: 100%;
	height: 100%;
}

.zayavka_input {
	width: 100%!important;
	margin: 4px 0;
	padding: 8px;
	border: 1px solid #cccccc;
}

select.zayavka_input {
	line-height: 1;
	width: 100%;
	height: 34px;
	border: 1px solid #cccccc;
	border-radius: 0;
	background: 0 0;
}

#zayavka_text {
	font-size: 1.2em;
	display: none;
	margin: 8px 0;
	padding: 18px;
	text-align: center;
	border: 1px solid #cccccc;
}

.orange_button {
	font-family: "Exo 2", Roboto, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	display: block;
	margin: 8px auto 0;
	padding: 6px 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	color: #ffffff;
	border: 1px solid transparent;
	border-radius: 4px;
	background-color: #0288d1;
	background-image: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

.item-catalog-model {
	display: inline-block;
	margin: 1% 0;
	vertical-align: top;
}

.item-catalog-model,
.text-center {
	text-align: center;
}

.table-100 {
	width: 100%;
}

.table-border td,
.table-border th {
	padding: 3px;
	border: 1px solid #000000;
}

.tabel-row-color tr:nth-child(2n) {
	background: #efefef;
}

.item-catalog-model {
	width: 30%;
}

.item-catalog-model img,
.item-catalog-model-2-col img {
	width: 100%;
}

.item-catalog-model-2-col {
	display: inline-block;
	width: 46%;
	margin-right: 1%;
	margin-left: 1%;
	text-align: center;
}

.mobile-menu-icon {
	display: none;
}

@media (max-width:992px) {
	.mobile-menu-icon {
		font-size: 160%;
		position: fixed;
		z-index: 1001;
		top: 10px;
		left: 10px;
		display: block;
		border-radius: 50px;
		background: #0288d1;
		box-shadow: 0 0 8px #777777;
	}
	.mobile-menu-icon a {
		display: block;
		padding: 8px 16px;
		color: #ffffff;
	}
}

.mobile-menu {
	z-index: 1000;
	display: none;
	overflow: auto;
	text-align: center;
	background: rgba(39, 94, 167, 0.9);
}

.mobile-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}


.mobile-menu ul li a:hover {
	color: #000000;
	border-bottom: 1px solid #000000;
	background: #0288d1;
}

.inner-map {
	overflow: hidden;
	margin-bottom: 16px;
}

.inner-map img {
	width: 100%;
}

.modal-main {
	display: none;
}

.modal-main .bg-modal {
	z-index: 1001;
	top: 0;
	right: 0;
	background: rgba(40, 43, 46, 0.6);
}

.modal-main .inner-modal {
	position: absolute;
	z-index: 1001;
	top: 30px;
	left: 50%;
	width: 50%;
	padding: 16px;
	transform: translateX(-50%);
	background: #ffffff;
}

.modal-main .inner-modal .title {
	font-size: 1.2em;
	font-weight: 700;
	margin-bottom: 8px;
	text-align: center;
	text-transform: uppercase;
	color: #0288d1;
}

.modal-main .inner-modal .body input[type="text"] {
	width: 100%;
	margin: 8px 0;
	padding: 4px;
	color: #0288d1;
	border: 1px solid #0288d1;
}

.modal-main .inner-modal .body .btn {
	display: block;
	margin-top: 8px;
	padding: 6px;
	text-decoration: none;
	color: #ffffff;
	border: 1px solid #0288d1;
	background: #0288d1;
}

.rslides .txt span,
.rslides_tabs li {
	display: inline-block;
}

.responsive-table {
	overflow-x: auto;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-attachment: local, local, scroll, scroll;
	background-position: 0 0, 100% 0, 0 0, 100% 0;
	background-size: 4em 100%, 4em 100%, 1em 100%, 1em 100%;
}

.content-sidebar .sidebar .advantages .title-bar,
.content-sidebar .sidebar .info-banner,
.content-sidebar .sidebar .news-action,
.dop-banners .item,
.inner-map,
.otzivi .item .img img {
	box-shadow: 4px 4px 8px #666666;
}

.rslides {
	position: relative;
}

.rslides .txt {
	font-size: 1.4em;
	font-weight: 700;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 8px 0;
	text-transform: uppercase;
	color: #ffffff;
}

.rslides .txt span:before {
	display: inline-block;
	width: 10px;
	height: 4px;
	margin-right: 16px;
	padding-right: 20px;
	content: "";
	vertical-align: middle;
	background: #ffffff;
}

.rslides_tabs {
	position: absolute;
	z-index: 10001;
	right: 24px;
	bottom: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.rslides_tabs li {
	margin-right: -4px;
	padding: 8px;
}

.rslides_tabs li a {
	position: relative;
	display: block;
	overflow: hidden;
	width: 12px;
	height: 12px;
	color: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 50%;
	background: #ffffff;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
}

.rslides_tabs li.rslides_here a:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 6px;
	height: 6px;
	content: "";
	transform: translateX(-50%) translateY(-50%);
	border-radius: 25px;
	background: #1a88ca;
}

.content .rslides {
	margin-top: 8px;
	margin-bottom: 8px;
	border: 1px solid #000000;
	box-shadow: none;
}

.content .rslides_nav {
	position: absolute;
	z-index: 99;
	top: 50%;
	left: 0;
	overflow: hidden;
	width: 38px;
	height: 61px;
	margin-top: -45px;
	text-decoration: none;
	text-indent: -9999px;
	opacity: 0.7;
	background: url(/themes.gif) left top no-repeat;
	-webkit-tap-highlight-color: transparent;
}

.rslides_nav.next {
	right: 0;
	left: auto;
	background-position: right top;
}

@media (max-width:992px) {
	.rslides .txt {
		font-size: 1em;
		position: static;
		bottom: 0;
		left: 0;
		margin-top: 8px;
		padding: 0;
		transform: none;
		color: #ffffff;
		background: #888888;
	}
}

ul.photo-gallery {
	margin: 0 -15px;
	padding: 0;
	list-style: none;
	text-align: center;
}

ul.photo-gallery li {
	display: inline-block;
	float: none;
	margin-right: -4px;
	margin-bottom: 8px;
	list-style: none;
	vertical-align: top;
}

.gallery__img {
	width: 100%;
}

select.zayavka_input {
	font: inherit;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0.5em 3.5em 0.5em 1em;
	background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #cccccc, #cccccc);
	background-repeat: no-repeat;
	background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
	background-size: 5px 5px, 5px 5px, 1px 1.5em;
	-moz-appearance: none;
}

select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000000;
}

.card {
	overflow: hidden;
	border: 4px solid #0288d1;
	border-radius: 10px;
	box-shadow: 0 0 8px #888888;
}

.card a {
	display: block;
	text-decoration: none;
}

.card .inner {
	padding: 16px 4px;
}

.card .inner .adress {
	font-size: 1.1em;
	margin-bottom: 4px;
}

.card .inner .phone {
	font-size: 1.4em;
}

.card .inner .metro {
	font-size: 1.3em;
	margin-bottom: 4px;
	color: red;
}

.red {
	color: red;
}

.bordered-contact:nth-child(1) {
	text-align: center;
	border: 1px solid #000000;
	border-bottom: none;
}

.bordered-contact:nth-child(2) {
	border: 1px solid #000000;
	border-top: none;
}

table.pricetable {
	width: 100%;
	margin: 8px 0;
}

table.pricetable tr td,
table.pricetable tr th {
	padding: 3px;
	border: 1px solid #aaaaaa;
}

table.pricetable tr:nth-child(2n+1) td {
	background: #eeeeee;
}

.sert-btn {
	display: block;
	margin-top: 24px;
	color: #ffffff;
	box-shadow: 4px 4px 8px #666666;
}

.sert-btn .title {
	font-size: 1.4em;
	padding: 16px 32px;
	background: #0288d1;
}

.sert-btn a {
	color: inherit;
}

.zoomin {
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
}

.zoomin:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	;
}

.navigator {
	display: none;
	padding: 8px;
	border: 2px solid #000000;
}

.navigator a {
	display: block;
	text-decoration: none;
}

.navigator ul {
	font-size: 1.4em;
	margin: 0;
	padding: 0;
	list-style: none;
}

.navigator ul li {
	display: inline-block;
	float: none;
	margin-right: -4px;
	vertical-align: middle;
}

.contact-page-info,
.map-search__maps {
	margin: 8px 0;
}

.map-search__header {
	margin: 8px 0;
	padding: 8px;
	border: 1px solid #000000;
}

.map-search__title {
	font-size: 1.2em;
	font-weight: 700;
	text-align: center;
}

.map-search__maps #map {
	width: 100%;
	height: 400px;
}

.contact-page-info__dop-info ul {
	margin: 0 0 0 24px;
	padding: 0;
	list-style: disc;
}

.contact-page-info__address ul,
.contact-page-info__phone ul,
.contact-page-info__work-time ul {
	margin: 8px 0;
	padding: 0;
	list-style: none;
}

.contact-page-info__address ul li:nth-child(1),
.contact-page-info__phone ul li:nth-child(1),
.contact-page-info__work-time ul li:nth-child(1) {
	font-weight: 700;
}

@media (max-width:992px) {
	.h2.text-center>a,
	.navigator {
		display: block;
	}
	.map-search__button,
	.map-search__header,
	.map-search__maps {
		display: none;
	}
	.navigator img {
		width: 50%;
	}
	.navigator ul {
		font-size: 1em;
		text-align: center;
	}
}

.extra-message {
	font-size: 1.2em;
	font-weight: 700;
	margin: 16px 0;
	text-align: center;
	color: #aaaaaa;
}

.sidebar .map {
	margin-bottom: 32px;
}


/* new-year */

header .top-line,
header .top-menu,
.content-sidebar .content,
.content-sidebar .sidebar,
.otzivi,
.choise,
.extra-message {
	background-color: #ffffff;
}

.content-sidebar .content,
.content-sidebar .sidebar {
	padding: 8px;
}

.otzivi,
.choise,
.extra-message {
	margin: 0;
	padding: 8px 0;
}

.top-main .col-xs-12 {
	display: inline-block;
	float: none;
	margin-right: -4px;
	vertical-align: middle;
}

.img-model-content {
	float: left;
	width: 50%;
}

.img-model-content img {
	width: 100%;
	padding: 0 8px 8px 0;
}

.present-block__mainpage {
	margin-top: 28px;
}

.present-block__mainpage img {
	margin-bottom: 31px;
}

@media (max-width: 1199px) {
	.present-block__mainpage img {
		margin-bottom: 28px;
	}
}

@media (max-width: 992px) {
	.present-block__mainpage img {
		margin-bottom: 24px;
	}
}

@media (max-width: 768px) {
	.present-block__mainpage img {
		width: 100%;
		margin-bottom: 24px;
	}
}

h2 {
	font-size: 1.6em;
}

.logorepeat {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.LogoLiteral__item {
	display: inline-block;
	width: 10%;
	margin-right: -4px;
	padding: 8px;
	vertical-align: middle;
}

.logorepeat img {
	width: 98%;
	max-width: 35px;
	margin: 0 auto;
}

.breadcrumbs {
	margin: 0;
	padding: 0;
	list-style: none;
}

.breadcrumbs li {
	display: inline-block;
	margin-right: -4px;
	padding: 8px 16px 8px 0;
}

.breadcrumbs li:after {
	padding-left: 8px;
	content: ">";
}

.breadcrumbs li:last-child:after {
	padding-left: 0;
	content: "";
}

.contac__div {
	margin: 4px 0;
	padding: 4px 8px;
	border: 1px solid #000000;
}

.modal-main__row {
	padding-bottom: 4px;
}

.form-control {
	padding-bottom: 4px;
}

.otzivi__div {
	margin: 4px 0;
	padding: 4px;
	border: 1px solid #14a2e2;
}

.vopros__div {
	margin: 4px 0;
	padding: 4px;
	border: 1px solid #14a2e2;
}

.vopros {
	font-size: 1.2em;
	font-weight: 700;
	color: #14a2e2;
}

.otvet {
	font-weight: 700;
	color: #14a2e2;
	color: #666666;
}

.ceny__table {
	font-size: 1.2em;
	width: 100%;
	text-align: center;
}

.ceny__table tr td {
	margin: 4px 8px;
	border: 2px solid #14a2e2;
}


/* steps */

.hsg-wrapper-steps {
	overflow: hidden;
	padding-bottom: 24px;
}

.hsb-steps {
	position: relative;
	padding-top: 24px;
}

.hsb-step {
	position: relative;
}

.hsb-step h3 {
	font-family: "PT Sans";
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	margin-top: 17px;
	margin-bottom: 10px;
	color: #576b7d;
}

@media (max-width: 768px) {
	.hsb-step h3 {
		text-align: center;
	}
}

.hsb-step-circle {
	font-family: "PT Sans";
	font-size: 20px;
	font-weight: 700;
	line-height: 61px;
	width: 61px;
	height: 61px;
	text-align: center;
	color: #ffffff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #008ccf;
}

@media (max-width: 768px) {
	.hsb-step-circle {
		margin: 0 auto;
	}
}

.hsb-steps-list {
	list-style: point;
	padding: 0;
	margin: 18px 0 0 0;
}

@media (max-width: 768px) {
	.hsb-steps-list {
		list-style: none;
		text-align: center;
	}
}

.hsb-steps-list__item {
	font-size: 0.9em;
	font-weight: 300;
	margin-bottom: 16px;
	color: #008ccf;
}

.hsb-steps-list__item span {
	font-family: "Roboto";
	font-size: 1em;
	font-weight: 300;
	line-height: 20px;
	text-align: left;
	color: #000000;
}

.hsb-steps-first:before {
	position: absolute;
	top: 23px;
	left: 30px;
	width: 156px;
	height: 122px;
	content: "";
	-webkit-transform: skew(-114deg);
	-moz-transform: skew(-114deg);
	transform: skew(-114deg);
	border-right: 3px solid #008ccf;
}

.hsb-steps-first:after {
	position: absolute;
	top: 45px;
	left: -93px;
	width: 124px;
	height: 110px;
	content: "";
	-webkit-transform: skew(-54deg);
	-moz-transform: skew(-54deg);
	transform: skew(-61deg);
	border-left: 3px solid #008ccf;
}

.hsb-steps-second:before {
	position: absolute;
	top: -104px;
	left: 177px;
	width: 64px;
	height: 144px;
	content: "";
	-webkit-transform: skew(-54deg);
	-moz-transform: skew(-54deg);
	transform: skew(-62deg);
	border-left: 4px solid #008ccf;
}

.hsb-steps-third:before {
	position: absolute;
	top: -32px;
	left: 132px;
	width: 43px;
	height: 69px;
	content: "";
	-webkit-transform: skew(-76deg);
	-moz-transform: skew(-76deg);
	transform: skew(-76deg);
	border-right: 6px solid #008ccf;
}

.hsb-steps-fourth:before {
	position: absolute;
	top: -130px;
	left: 156px;
	width: 124px;
	height: 156px;
	content: "";
	-webkit-transform: skew(-54deg);
	-moz-transform: skew(-54deg);
	transform: skew(-54deg);
	border-left: 3px solid #008ccf;
}

@media (max-width: 1199px) {
	.hsb-steps-first:before {
		position: absolute;
		top: 30px;
		left: 30px;
		width: 140px;
		height: 105px;
		content: "";
		-webkit-transform: skew(-116deg);
		-moz-transform: skew(-116deg);
		transform: skew(-116deg);
		border-right: 3px solid #008ccf;
	}
	.hsb-steps-first:after {
		position: absolute;
		top: 45px;
		left: -93px;
		width: 124px;
		height: 110px;
		content: "";
		-webkit-transform: skew(-54deg);
		-moz-transform: skew(-54deg);
		transform: skew(-61deg);
		border-left: 3px solid #008ccf;
	}
	.hsb-steps-second:before {
		position: absolute;
		top: -103px;
		left: 151px;
		width: 13px;
		height: 120px;
		content: "";
		-webkit-transform: skew(-54deg);
		-moz-transform: skew(-54deg);
		transform: skew(-62deg);
		border-left: 2px solid #008ccf
	}
	.hsb-steps-third:before {
		position: absolute;
		top: -32px;
		left: 120px;
		width: 36px;
		height: 55px;
		content: "";
		-webkit-transform: skew(-76deg);
		-moz-transform: skew(-76deg);
		transform: skew(-76deg);
		border-right: 4px solid #008ccf;
	}
	.hsb-steps-fourth:before {
		position: absolute;
		top: -130px;
		left: 156px;
		width: 124px;
		height: 156px;
		content: "";
		-webkit-transform: skew(-54deg);
		-moz-transform: skew(-54deg);
		transform: skew(-54deg);
		border-left: 2px solid #008ccf;
	}
	.hsb-steps-list__item {
		margin-bottom: 8px;
	}
}

@media (max-width: 992px) {
	.hsb-steps-first:before,
	.hsb-steps-first:after,
	.hsb-steps-second:before,
	.hsb-steps-second:after,
	.hsb-steps-third:before,
	.hsb-steps-third:after,
	.hsb-steps-fourth:before,
	.hsb-steps-fourth:after {
		display: none;
	}
}

.hsb-steps-first {
	margin-top: 46px;
	margin-left: -12px;
}

.hsb-steps-second {
	margin-top: 160px;
	margin-left: -6px;
}

.hsb-steps-third {
	margin: 21px 0 0 0;
}

.hsb-steps-fourth {
	margin: -38px 0 0 0;
}

@media (max-width: 992px) {
	.hsb-steps-first,
	.hsb-steps-second,
	.hsb-steps-third,
	.hsb-steps-fourth {
		margin: 0;
	}
	.hsb-steps .col-xs-12 {
		display: inline-block;
		margin-right: -4px;
		float: none;
		vertical-align: top;
	}
}

.hsb-steps-title__text {
	font-family: "Roboto";
	font-size: 2em;
	font-weight: 300;
	color: #576b7d;
}

@media (max-width: 768px) {
	.hsb-steps-title__text {
		text-align: center;
		font-size: 1.2em;
	}
}

.hsb-steps-title__text strong {
	font-family: "PT Sans";
	font-size: 1.2em;
	font-weight: 700;
	display: block;
	color: #576b7d;
}


/* /steps */

.hsb-couses {
	margin-top: 24px;
}

.hsb-couses__title {
	margin-bottom: 16px;
	font-size: 2em;
	text-align: center;
}

@media (max-width: 768px) {
	.hsb-couses__title {
		font-size: 1.2em;
	}
}

.hsb-couses__item {
	display: table;
}

.hs-couses__item-second {
	margin-left: 5px;
}

.hs-couses__item-third {
	margin-left: 12px;
}

.hs-couses__item-for {
	margin-left: 15px;
}

.mobile-banner {
    display: none;
}

@media (max-width: 768px) {
	.hsb-couses__item {
		margin: 0 auto;
	}
	.sticky-wrapper {
		display: none;
	}
.mobile-banner {
    display: block;
    padding: 16px;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    border: 3px solid red;
	margin: 16px 0;
}
}

.hsb-couses__icon {
	float: left;
	width: 46px;
	height: 49px;
	margin-right: 19px;
	margin-bottom: 30px;
	margin-top: 27px;
}

.hsb-couses__icon img {
	width: 100%;
	height: auto;
}

.hsb-couses__text {
	font-family: "Roboto";
	font-weight: 300;
	font-size: 15px;
	line-height: 20px;
	font-weight: 300;
	vertical-align: middle;
	display: table-cell;
	width: 158px;
}

.hsb-couses__text-bottom {
	font-size: 26px;
	line-height: 36px;
	color: #576b7d;
	font-weight: 300;
	font-family: "Roboto";
	text-align: center;
	clear: both;
	margin-top: 26px;
}

.hsb-couses__text-bottom:after {
	content: "";
	margin-left: auto;
	margin-right: auto;
	width: 260px;
	height: 1px;
	top: 19px;
	background-color: #dadde1;
	visibility: visible;
	margin-top: 36px;
}

.stati__img {
	width: 100%;
}

.stati__bord {
	border: 2px solid #14a2e2;
	margin: 4px 8px;
}

.stati__title {
	font-weight: 700;
	text-align: center;
}

.stati__title a {
	text-decoration: none;
}

.stati__row {
	display: inline-block;
	margin-right: -4px;
}
.price__bord {
	background-color: #f0f5f8;
	margin: 8px;
	border: 1px solid #0288d1;
	min-height: 187px;
}
.price__title {
	font-size: 1.4em;
	text-align: center;
	padding: 8px 0;
}
.price__cena {
		font-size: 1.2em;
	text-align: center;
	padding: 4px 0 8px;
}
.partnery__link {
	font-size: 1.2em;
}
.photoGallery__list {
	padding: 0;
	margin: 0;
	list-style: none;
}
.photoGallery__item {
	padding:4px;
}
.photoGallery__img {
	width: 100%;
}
.alltable {
	width: 100%;
	max-width: 100% !important;
	text-align: center;
	margin: 16px 0;
}

.alltable tr th {
	border: 1px solid #000;
	padding: 4px 8px;
	font-weight:600;
	text-align: center;
}

.alltable tr td {
	border: 1px solid #000;
	padding: 4px 8px;
}

.grafik {
  padding: 48px 0;
}

.table-grafik {
  width: 100%;
  text-align: center;
  margin: 16px 0 32px;
}

.table-grafik tr td {
  padding: 4px 8px;
  border: 5px double #ddd;
}

.table-grafik tr th {
  text-align: center;
  padding: 4px 8px;
  border: 5px double #ddd;
  color: #f81c41;
}

.gallery__item {
	display: inline-block;
	float: none;
	vertical-align: top;
	margin: 8px -4px 8px 0;
}

.gallery__item img {
	width: 100%;
}
