@charset "UTF-8";
* {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
			box-sizing: border-box;
	
	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
			transition: all 0.2s;
}
html,
body {
	height: 100%;
	width: 100%;
	min-width: 320px;
	padding: 0;
	margin: 0;
	color: #666666;
	font-family: Tahoma, Arial, Verdana, sans-serif;
}
html {
	font-size: 18px;
}
body {
	font-size: 18px;
	font-size: 1rem;
	line-height: 22px;
	line-height: 1.222222222rem;
	background-color: #fff;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAIAAAF1CoEkAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAGhJREFUeNpi+Pv3L0AAMbx8+RIggBjfvHnz//9/gAACMZk4ODgAAojx7du3TExM//79AwggqATTz58/eXl5Gb99+/b+/XuAAGN8/vw5Ozv779+/WVlZBQQEWBgZGRkYGHh4eIDGATUAALUOLnlg5205AAAAAElFTkSuQmCC');
	background-position: 0 0;
	background-repeat: repeat;
}
body:after {
	position: fixed;
	display: none;
	content: "";
	top: 42px;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,.6);
	
	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
			transition: all 0.2s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	margin: 0;
	color: #222;
}
h1 {
	font-size: 26px;
	font-size: 1.444rem;
	line-height: 36px;
	line-height: 2rem;
	padding: 10px 0;
	padding: 0.5556rem 0;
}
@media only screen and (min-width: 768px) {
	h1 {
		font-size: 30px;
		font-size: 1.667rem;
		line-height: 40px;
		line-height: 2.222rem;
		padding: 30px 0 20px;
		padding: 1.666666667rem 0 1.111111111rem;
	}
}
@media only screen and (min-width: 1024px) {
	h1 {
		font-size: 40px;
		font-size: 2.222rem;
		line-height: 54px;
		line-height: 3rem;
	}
}
h2 {
	font-size: 22px;
	font-size: 1.222rem;
	line-height: 30px;
	line-height: 1.667rem;
	padding: 10px 0;
	padding: 0.5556rem 0;
}
@media only screen and (min-width: 768px) {
	h2 {
		font-size: 26px;
		font-size: 1.444rem;
		line-height: 36px;
		line-height: 2rem;
		padding: 25px 0 5px;
		padding: 1.388888889rem 0 0.277777778rem;
	}
}
@media only screen and (min-width: 1024px) {
	h2 {
		font-size: 32px;
		font-size: 1.778rem;
		line-height: 44px;
		line-height: 2.444444444rem;
		padding: 0 0 20px;
		padding: 0 0 1.111111111rem;
	}
}
h3 {
	font-size: 20px;
	font-size: 1.111rem;
	line-height: 30px;
	line-height: 1.667rem;
	padding: 10px 0;
	padding: 0.5556rem 0;
}
@media only screen and (min-width: 768px) {
	h3 {
		font-size: 22px;
		font-size: 1.222rem;
		line-height: 36px;
		line-height: 2rem;
		padding: 25px 0 5px;
		padding: 1.388888889rem 0 0.277777778rem;
	}
}
@media only screen and (min-width: 1024px) {
	h3 {
		font-size: 28px;
		font-size: 1.556rem;
		line-height: 44px;
		line-height: 2.444444444rem;
		padding: 0 0 20px;
		padding: 0 0 1.111111111rem;
	}
}



a {
	color: #555555;
}
p {
	margin: 0;
	padding: 0px 0px 15px 0px;
	padding: 0rem 0rem 0.833333333rem 0rem;
	text-align: left;
	font-weight: normal;
}
p strong {
	font-weight: bold;
}

img {
	display: inline-block;
	max-width: 100%;
}
@media only screen and (max-width: 400px) {
	img {
		display: block;
		width: 100%;
		height: auto;
		float: none !important;
		margin: 0 0 10px !important;
		margin: 0 0 0.5556rem !important;
	}
}
@media only screen and (min-width: 400px) {
	img {
		margin: 0 10px;
		margin: 0 0.5556rem;
	}
}

ul,
ol,
ul li,
ol li {
	margin: 0;
}
ul,
ol {
	padding: 0 0 10px 20px;
	padding: 0 0 0.5556rem 1.111rem;
}
ul li,
ol li {
	padding-bottom: 6px;
	padding-bottom: 0.3333rem;
}
small {
	display: block;
	font-size: 12px;
	font-size: 0.6667rem;
}


.btn {
	display: block;
}


/* layouts */
.wrapper {
	width: 100%;
	max-width: 800px;
	min-width: 320px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	padding: 42px 10px 0;
	padding: 2.333rem 0.5556rem 0;
}
.empty {
	display: block;
	height: 120px;
	clear: both;
}
.footer {
	max-width: 800px;
	min-width: 320px;
	height: 120px;
	margin: -120px auto 0;
}
.footer > .row {
	margin-top: 20px;
	margin-top: 1.111rem;
	border-top: 1px solid #ccc;
}
.footer .copyright {
	padding: 10px;
	padding: 0.5556rem;
	font-size: 15px;
	font-size: 0.8333rem;
	text-align: center;
}
.footer .copyright p {
	text-align: center;
	padding: 0;
}

.wrapper > .row {
	padding: 0.5556rem;
	background-color: #fff;
}

.row:after {
	display: table;
	clear: both;
	content: "";
}
.column,
[class^="col-"] {
	position: relative;
	display: block;
	float: left;
	min-height: 1px;
}
.col-xs-4 {
	width: 33.33333333%;
}
@media (min-width: 768px) {
	.col-sm-3 {
		width: 25%;
	}
}
@media (min-width: 992px) {
	.col-md-2 {
		width: 16.66666667%;
	}
}


/* logo site */
.logo {
	margin: 6px 0 0;
	margin: 0.3333rem 0 0;
	text-align: center;
}
.logo img {
	display: inline-block;
	max-width: 100%;
	width: auto;
	margin: 0 !important;
}


/* phone */
.phone {
	margin: 0 0 20px;
	margin: 0 0 1.111rem;
	text-align: center;
}
.phone a {
	display: inline-block;
	font-size: 20px;
	font-size: 1.111rem;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}


/* top navigation */
.menu-nav {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 100%;
	width: 270px;
	padding: 10px 0;
	padding: 0.5556rem 0;
	overflow-y: auto;
	background-color: #fff;
	z-index: 10;
}
.open .wrapper,
.open .footer,
.open .navigation,
.open .menu-nav {
	-webkit-transform: translateX(-270px);
	   -moz-transform: translateX(-270px);
			transform: translateX(-270px);
}

.navigation {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 42px;
	z-index: 2;
	background-color: #333;
}
.navigation .btn {
	position: relative;
	max-width: 800px;
	margin: auto;
	padding: 10px;
	padding: 0.5556rem;
	color: #fff;
	cursor: pointer;
	font-size: 20px;
	font-size: 1.111rem;
	text-transform: uppercase;
}
.navigation .icon {
	position: absolute;
	right: 10px;
	right: 0.5556rem;
	top: 20px;
	width: 30px;
	height: 3px;
	background-color: #fff;
	
	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
			transition: all 0.2s;
}
.navigation .icon:before,
.navigation .icon:after {
	position: absolute;
	display: block;
	content: "";
	width: 30px;
	height: 3px;
	background-color: #fff;
}
.navigation .icon:before {
	top: -8px;
}
.navigation .icon:after {
	bottom: -8px;
}


body.open {
	overflow: hidden;
}
body.open:after {
	display: block;
}
/*
body.open .navigation {
	height: 100%;
	overflow-y: scroll;
}
*/
body.open .navigation .icon {
	-webkit-transform: rotate(135deg);
	   -moz-transform: rotate(135deg);
			transform: rotate(135deg);
}
body.open .navigation .icon:before {
	opacity: 0;
}
body.open .navigation .icon:after {
	bottom: 0;
	-webkit-transform: rotate(-270deg);
	   -moz-transform: rotate(-270deg);
			transform: rotate(-270deg);
}

.nav,
.nav .sub {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #fff;
	z-index: 1;
	
	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
			transition: all 0.2s;
}
/*
.nav {
	position: absolute;
	left: 0;
	right: 0;
	opacity: 0;
	padding-bottom: 10px;
	padding-bottom: 0.5556rem;
	visibility: hidden;
	
	-webkit-transform: translateY(20px);
	   -moz-transform: translateY(20px);
			transform: translateY(20px);
}
.open .nav {
	opacity: 1;
	visibility: visible;
	
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
			transform: translateY(0);
}
*/
.nav .sub {
	display: none;
}
.nav .sub.open-submenu {
	display: block;
}
.nav a {
	position: relative;
	display: block;
	padding: 0 10px;
	padding: 0 0.5556rem;
	line-height: 32px;
	line-height: 1.778rem;
	border-bottom: 1px solid #e5e5e5;
}
.nav .lit > a:after {
	position: absolute;
	display: block;
	content: "";
	width: 0;
	height: 0;
	right: 10px;
	top: calc(50% - 5px);
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 10px solid #555;
	
	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
			transition: all 0.2s;
}
.nav .lit.open > a:after {
	-webkit-transform: rotate(-180deg);
	   -moz-transform: rotate(-180deg);
			transform: rotate(-180deg);
}
.nav .sub a {
	font-size: 15px;
	font-size: 0.8333rem;
	padding: 0 30px;
	padding: 0 1.667rem;
}


/* постраничная навигация */
.navigator {
	margin: 0 -5px;
	margin: 0 -0.2778rem;
	padding: 5px 0;
	padding: 0.2778rem 0;
	text-align: center;
}
.navigator a,
.navigator strong {
	position: relative;
	display: inline-block;
	width: 33px;
	height: 33px;
	line-height: 27px;
	margin: 5px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	overflow: hidden;
	border: 2px solid #ccc;
	background-color: #fff;
	
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
}
.navigator strong {
	color: #fff;
	border-color: #111;
	background-color: #333;
}
.navigator a.prev,
.navigator a.next {
	text-indent: -9999px;
}
.navigator a.prev:before,
.navigator a.prev:after,
.navigator a.next:before,
.navigator a.next:after {
	position: absolute;
	display: block;
	content: "";
	width: 0;
	height: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}
.navigator a.prev:before {
	left: 9px;
	border-right: 8px solid #ccc;
}
.navigator a.prev:after {
	left: 12px;
	border-right: 8px solid #fff;
}
.navigator a.next:before {
	right: 9px;
	border-left: 8px solid #ccc;
}
.navigator a.next:after {
	right: 12px;
	border-left: 8px solid #fff;
}


/* главная страница */
.wrapper .services {
	padding-left: 0;
	padding-right: 0;
	margin: 0 -10px;
	margin: 0 -0.5556rem;
	background: none;
}
.services .item {
	display: block;
	margin-bottom: 18px;
	margin-bottom: 1rel;
	padding: 0 10px;
	padding: 0 0.5556rem;
}
.services .item a {
	display: block;
	max-width: 115px;
	margin: auto;
	text-align: center;
	overflow: hidden;
	background-color: #333;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
}
.services .item a img {
	display: block;
	width: 100%;
	margin: 0 !important;
}


/* таблицы в контенте */
.wrapper .table {
	overflow-x: auto;
	font-size: 15px;
	font-size: 0.8333rem;
	line-height: 20px;
	line-height: 1.111rem;
	border: 1px solid #ccc;
	
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
}
/*
@media only screen and (min-width: 640px) {
	.wrapper .table {
		width: 60%;
	}
}
*/
.wrapper .table table th,
.wrapper .table table td {
	padding: 0 5px;
	padding: 0 0.2778rem;
}
.wrapper .table table tr td {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.wrapper .table table tr:nth-child(2n+1) {
	background-color: #e1e1e1;
}
.wrapper .table table tr:first-child td {
	border-top: none;
}
.wrapper .table table tr td:first-child {
	border-left: none;
}


/* видео с youtube */
.fluid-width-video-wrapper {
	width: 100%;
}
@media only screen and (min-width: 480px) {
	.fluid-width-video-wrapper {
		width: 50%;
		height: auto;
	}
}
iframe {
	display: block;
}
@media only screen and (max-width: 400px) {
	iframe {
		width: 100%;
		height: auto;
		float: none !important;
		margin: 0 0 10px !important;
		margin: 0 0 0.5556rem !important;
	}
}


/* фотогалерея */
.gallery {
	margin-bottom: 20px;
	margin-bottom: 1.111rem;
}

.photo_list {
	
}
.photo_list .column {
	height: 210px;
	margin-bottom: 10px;
	overflow: hidden;
	float: none;
	border: 1px solid #ccc;
}
.photo_list .column a {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-flex;
	display: flex;
	
	width: 100%;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	
	-webkit-flex-basis: 100%;
		-ms-flex-basis: 100%;
			flex-basis: 100%;
	
	-webkit-align-items: center;
		 -ms-flex-align: center;
			align-items: center;
	
	-webkit-justify-content: center;
			justify-content: center;
	
	-ms-flex-pack: center;
}
.photo_list .column a img {
	display: block;
	width: 100%;
	height: auto;
}


/* группа кнопок перед футером */
#button2 {
	display: table;
	width: 100%;
	padding-top: 20px;
	padding-top: 1.111rem;
}
#button2 a {
	display: table-cell;
	width: 33.33333%;
	padding: 10px 6px;
	padding: 0.5556rem 0.3333rem;
	font-size: 15px;
	font-size: 0.8333rem;
	text-align: center;
	line-height: 18px;
	line-height: 1rem;
	color: #ccc;
	text-decoration: none;
	vertical-align: middle;
	border-left: 3px solid #fff;
	background-color: #333;
}
#button2 a:first-child {
	border-left: none;
}


/* некоторые исключения из правил */
.wrapper p em {
	font-style: normal;
	font-size: 15px;
	font-size: 0.8333rem;
	line-height: 18px;
	line-height: 1rem;
}


/* формы обратной связи */
form table {
	width: 100% !important;
}

form input,
form textarea,
form table td input,
form table td textarea {
	max-width: 100%;
	width: 100% !important;
	padding: 5px;
}
form textarea,
form table td textarea {
	height: 110px;
}

form img,
form table td img {
	width: auto;
	float: left;
	margin: 0 !important;
}
.captcha:after {
	display: table;
	clear: both;
	content: "";
}
#captcha_img {
	display: block;
}
.captcha input {
	padding: 8px 5px;
}
@media only screen and (max-width: 400px) {
	form img,
	form table td img {
		width: auto;
		margin: 0;
	}
}

form table td img + br { display: none; }
form input[name=captcha],
form table td input[name=captcha] {
	margin: 0 !important;
	width: 122px !important;
}

form input[type=submit],
form table td input[type=submit] {
	font-weight: bold;
	text-transform: uppercase;
}

.wrapper form .table table td {
	padding: 0;
}

form.order .item {
	margin-bottom: 8px;
	margin-bottom: 0.4444rem;
}
@media only screen and (min-width: 640px) {
	form.order {
		width: 60%;
	}
}


/* ошибки */
.error_mobile_version {
	position: relative;
	margin: 15px 0;
	margin: 0.833333333rem 0;
	padding: 15px;
	padding: 0.833333333rem;
	border: 1px solid #ccc;
	
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
}


.counters_site { display: none; }


.site_version {
	padding: 0 15px;
	padding: 0 0.833333333rem;
	text-align: center;
}
.site_version a {
	display: inline-block;
	font-size: 12px;
	font-size: 0.6667rem;
}