html, body, div, span, p, ul, li {
	margin: 0;
	padding: 0;
	border: none;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
}
body, html {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #C5DFE0;
	font-size: 16px;
	color: black;
}
#text img {
	margin: 0 5px;
	border-radius: 2px;
}
a {
	color: #06C;
}
a img {
	text-decoration: none;
	border: none;
}
a img:hover {
	opacity: 0.8;
}
a:hover {
	text-decoration: none;
	color: #F90;
}
ul {
	list-style-type: none;
}
li {
	margin: 2px 5px;
}
.center {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	max-width: 100%;
}
#menu {
	display: none;
	overflow: hidden;
	border-bottom: 5px solid white;
	background-color: rgb(252,227,1);
}
#mobile-calculator {
	display: block;
	color: rgba(0,0,0,1);
	background-image: url(../images/icon-calculator-mini.png);
	background-position: left 6px center;
	float: left;
	padding: 5px 5px 5px 30px;
	line-height: 20px;
	margin: 4px 0 0 4px;
	cursor: pointer;
	border: 1px solid rgba(0,0,0,1);
	border-radius: 5px;
}
#mobile-calculator a {
	color: rgba(0,0,0,1);
	text-decoration: none;
}
#mobile-menu {
	display: block;
	color: rgba(0,0,0,1);
	background-image: url(../images/menu-show.png);
	background-position: center;
	float: right;
	width: 55px;
	height: 40px;
	cursor: pointer;
}
#fon-back {
	margin: auto;
	max-width: 1100px;
	background-color: rgba(255,255,255,1);
}
#shapka {
	background-color: rgba(91,129,152,1);
	width: 100%;
	min-height: 70px;
}
#logo img {
	position: absolute;
	margin: -7px 0 0 -10px;
	z-index: 2;
}
#logo a :hover {
	opacity: 0.9;
}
#contacts {
	font-size: 100%;
	color: rgba(255,255,255,1);
	padding: 10px 5px 0;
	margin: auto;
	max-width: 1100px;
	position: relative;
	height: auto;
}
#city {
	background: url(../images/icon-metka.png) no-repeat 180px 0;
	padding: 3px 0 3px 20px;
	text-indent: 180px;
	display: block;
	float: left;
	color: rgba(255,255,255,0.7);
}
#tel-block {
	display: block;
	float: right;
	text-align: right;
	padding: 5px 0 0 50px;
	margin-top: 5px;
	background-image: url(../images/tel.png);
}
#dialog {
	position: absolute;
	width: 40px;
	height: 40px;
	margin: -10px 0 0 -90px;
	background-image: url(../images/dialog.png)
}
#dialog img {
	width: 80%;
	margin: 4px 5px 0 0;
	padding: 0;
}
#telefon {
	display: block;
	width: 100%;
	font-size: 140%;
	text-shadow: 0 0 4px rgba(0,0,0,0.5);
}
#telefon a {
	text-decoration: none;
	color: rgba(255,255,255,1);
}
#telefon a:hover {
	opacity: 0.9;
}
#rezhim {
	display: block;
	width: 100%;
	font-size: 80%;
}
#knopka-zakaz {
	display: block;
	position: absolute;
	text-align: center;
	right: 5px;
	top: 62px;
	width: 67px;
	margin: 0 5px 0 0;
	background-color: rgba(252,227,1,1);
	font-size: 16px;
	padding: 27px 12px;
	border-radius: 100px;
	text-decoration: none;
	color: rgba(102,0,0,1);
	box-shadow: inset 0 0 0 5px rgba(255,255,255,0.6);
	transition: .3s;
}
#knopka-zakaz:hover {
	box-shadow: inset 0 0 0 20px rgba(255,255,255,0);
}
#top-menu {
	width: 100%;
	background-color: rgba(91,129,152,1);
}
#top-menu div {
	max-width: 1100px;
	margin: auto;
}
#tm-links {
	margin-left: 170px;
	display: inline-block;
}
#tm-links li {
	margin: 0;
	padding: 7px 10px;
	display: block;
	float: left;
}
#tm-links a {
	color: rgba(255,255,255,1);
	text-decoration: none;
}
#tm-links a:hover {
	color: rgba(252,227,1,1);
}
#main-frame {
	margin-right: 8px;
	margin-left: 8px;
}
#left-box {
	width: 200px;
	float: left;
	font-size: 90%;
	margin-top: 80px;
	border-right: 1px solid rgba(197,223,224,0.5);
}
.ul-text li {
	color: #666;
	margin: 10px 5px;
}
.ul-text li a {
	display: block;
}
#rignt-box {
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 190px;
	min-height: 900px;
}
#footer {
	clear: both;
	display: block;
	text-align: center;
	padding: 20px 10px;
	background-color: rgba(91,129,152,1);
	font-size: 90%;
	color: rgba(240,245,248,1);
}
.lblock li {
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
.lblock li:nth-child(1) {
	background-image: url(../images/micon-01.png);
}
.lblock li:nth-child(2) {
	background-image: url(../images/micon-02.png);
}
.lblock li:nth-child(3) {
	background-image: url(../images/micon-03.png);
}
.lblock li:nth-child(4) {
	background-image: url(../images/micon-04.png);
}
.lblock li:nth-child(5) {
	background-image: url(../images/micon-05.png);
}
.lblock li:nth-child(6) {
	background-image: url(../images/micon-06.png);
}
.lblock li:nth-child(7) {
	background-image: url(../images/micon-07.png);
}
.lblock li:nth-child(8) {
	background-image: url(../images/micon-010.png);
}
.lblock li:nth-child(9) {
	background-image: url(../images/micon-08.png);
}
.lblock li:nth-child(10) {
	background-image: url(../images/micon-09.png);
}
.lblock li:nth-child(11) {
	display: block;
}
.lblock li:nth-child(11) a {
	padding: 15px 10px 15px 45px;
	margin: 15px 10px 0 0;
	border-radius: 5px;
	background-color: rgb(250 226 3);
	background-image: url(../images/icon-calculator.png);
	background-repeat: no-repeat;
	background-position: center left 5px;
	color: rgba(0,0,0,1);
}
.lblock li a {
	display: block;
	text-align: left;
	text-decoration: none;
	padding: 15px 5px 15px 45px;
	color: rgba(78,119,147,1);
}
.lblock li a:hover {
	opacity: 0.8;
	color: rgba(255,102,0,1);
}
#statistic {
	padding: 5px;
	display: block;
	margin: 20px 10px;
	border-radius: 5px;
	background-color: rgba(240,245,248,1);
	font-style: italic;
	color: rgba(90,126,150,1);
}
#footer a {
	color: #FFF;
}
p {
	margin: 5px 10px 20px 10px;
	line-height: 26px;
}
#text {
	padding: 10px;
	padding-bottom: 100px;
}
h1 {
	font-size: 200%;
	text-align: center;
	margin: 50px 0 30px 0;
	font-weight: normal;
	padding: 0 50px;
}
h2 {
	font-size: 160%;
	border-bottom: 10px solid #fded59;
	margin: 40px auto 30px auto;
	display: table;
	text-align: center;
	font-weight: normal;
	transition: all 400ms;
}
h2:hover {
	border-bottom: 10px solid #C5DFE0;
}
h3 {
	text-align: center;
	font-size: 100%;
	color: #069;
	margin-bottom: 10px;
}
.ul1 {
	list-style-type: none;
	margin: 20px 0 40px 0;
	text-align: left;
}
.ul1 li {
	font-weight: normal;
	background: url(../images/li1.png) no-repeat left 9px;
	padding: 5px 0 10px 30px;
	line-height: 26px;
}
.left {
	float: left;
	margin-right: 10px
}
.right {
	float: right;
	margin-left: 10px
}
.osobennost {
	padding: 20px;
	background-color: #f0f5f8;
	color: #5b8198;
	border-radius: 10px;
	overflow: hidden;
}
.osobennosti {
	background-color: #F8F8F8;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	-khtml-border-radius: 10px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.40);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.40);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.40);
	padding: 30px 20px;
	margin: 50px 0;
	text-align: left;
}
.osobennosti h2 {
	margin: 0 0 10px 0;
	text-align: left;
}
.osobennosti ul {
	list-style-type: none;
}
.osobennosti ul li {
	list-style-type: none;
	margin: 0px;
	text-align: left;
	padding: 5px;
	text-indent: 5px;
}
.osobennosti li img {
	margin-right: 2px;
}
.osobennosti li span {
	font-style: italic;
	color: rgba(0,102,153,1);
}
.href-text {
	color: #006699;
}
A.href-text:hover {
	color: #F00;
}
.text-table {
	text-align: center;
	font-style: italic;
	vertical-align: top;
	color: rgba(102,102,102,1);
}
table {
	margin: 0 auto 10px auto;
}
.polosa-1 {
	height: 13px;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 100%;
	overflow: hidden;
	background-color: rgba(255,255,255,1);
	background-image: url(../images/polosa-1.jpg);
	background-repeat: no-repeat;
}
.polosa-2 {
	display: block;
	margin: 10px auto;
	height: 13px;
	width: 100%;
	background: url(../images/polosa-2.jpg) no-repeat;
	background-size: contain;
}
.youtube {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	display: inline-block;
	overflow: hidden;
	transition: all 200ms ease-out;
	cursor: pointer;
	max-height: 400px;
	max-width: 100%;
	border-radius: 2px;
}
.youtube .play {
	background: url('../images/youtube-play-btn.png') no-repeat;
	background-position: 0 -50px;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	position: absolute;
	height: 50px;
	width: 69px;
	transition: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.youtube:hover .play {
	background-position: 0 0;
}
.table-hr {
	font-weight: normal;
	color: #597E98;
	height: 50px;
	font-size: 80%;
	background-color: rgba(228,240,240,1);
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
	-khtml-border-radius: 5px 5px 0 0;
	word-break: break-all;
}
.table-price td {
	padding: 15px 5px;
	background-color: rgba(244,244,244,0.5);
	font-size: 80%;
	text-align: center;
	min-width: 90px;
}
.table-price tr:hover td {
	background-color: #fded59;
}
.table-price td:first-child {
	padding-left: 10px;
	text-align: left;
}
.lblock {
	display: block;
	color: #006699;
	margin-left: 10px;
}
.red-2 {
	color: #F00;
	margin-bottom: 10px;
}
.vazhno {
	border-left: solid 5px #F00;
	padding-left: 10px;
	font-style: italic;
}
.block-blue {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	-khtml-border-radius: 10px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.40);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.40);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.40);
	text-shadow: 0 1px 0 rgba(255,255,255, 0.5);
	padding: 10px;
	margin: 5px;
	background-image: url(../images/block-blue.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #EDEFFF;
	color: #069;
	border: 1px solid #FFF;
}
.block-blue a {
	color: #030;
}
.ul-img {
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.ul-img li {
	display: inline;
}
.ul2 strong {
	font-size: 120%;
	display: block;
	margin-bottom: 10px;
	font-weight: normal;
	color: #333;
}
.price td {
	padding: 10px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
.price th {
	padding: 10px 0;
}
.features-div {
	border: 5px dashed #fded59;
	border-radius: 50px;
	margin: 50px 0;
}
.features-table {
	margin: 0 auto 50px auto;
}
.features-table img {
	margin: 0 0 -30px 0 !important;
	position: relative;
	z-index: 1;
	border: 2px solid white;
	box-shadow: 0px 0 10px -4px rgb(143,143,143);
	border-radius: 100px !important;
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg));
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
}
.features-table img:hover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg));
}
.features-table div {
	background-color: #fded59;
	padding: 5px;
	display: table;
	margin: 0 auto -10px auto;
	font-weight: bold;
	border-radius: 5px;
	position: relative;
	z-index: 2;
	font-size: 110%;
	border: 2px solid white;
	box-shadow: 0px 0 10px -4px rgb(143,143,143);
}
.features-table .green div {
	background-color: #fded59;
}
.features-table .grey div {
	background-color: #d7d7d7;
	font-weight: normal;
	color: black;
}
.features-table td {
	padding: 15px;
	position: relative;
}
.features-table tbody tr:nth-child(odd) td {
	background-color: #f3f3f3;
	border-radius: 5px;
}
.features-table tbody tr:hover td {
	background-color: #fded59;
}
.features-table td.green {
	width: 450px;
}
.features-table td.grey {
	width: 200px;
	color: grey;
	text-align: center;
}
.features-table thead td {
	text-align: center;
	vertical-align: bottom;
}
.features-table thead td.grey {
}
.features-table tfoot td.grey {
}
.features-table tfoot td {
}
.zakaz-main {
	text-align: left;
	padding: 20px;
	background-color: rgba(255,255,255,1);
}
.forma-bottom-zagolovok {
	font-size: 140%;
	font-weight: normal;
	text-align: center;
	color: #000000;
}
.zakaz-zagolovok {
	font-size: 130%;
	font-weight: normal;
	text-align: center;
	color: black;
	margin-bottom: 15px;
}
.zakaz-label {
	width: 100%;
	display: block;
	padding-top: 3px;
	text-align: left;
	color: #333333;
}
.zakaz-input {
	border-radius: 2px;
	color: #333;
	border: 2px solid #FFCC00;
	padding: 10px 10px;
	margin-bottom: 10px;
	width: calc(100% - 24px);
}
.zakaz-main span {
	font-size: 80%;
}
.vnimanie {
	border: 5px solid #fded59;
	border-image-slice: 1;
	border-width: 5px;
	border-image-source: linear-gradient(to left, #fded59, #ff6600);
	padding: 20px 40px;
	background: url(../images/sales.png) no-repeat right 5px top 5px;
	margin-top: 30px;
}
.vnimanie li {
	padding: 10px 10px 10px 35px;
	font-size: 110%;
	background-position: 5px 13px;
}
.vnimanie li:nth-child(odd) {
	background-color: #f3f3f3;
	border-radius: 5px;
}
#go {
	display: block;
	padding: 15px 10px;
	margin: 0 0 10px 0;
	width: 100%;
	cursor: pointer;
	font-size: 110%;
	border-radius: 5px;
	background-color: rgb(252,227,1);
	border: 1px solid rgb(255,204,51);
}
.zakaz-input-text {
	width: 100%;
	height: 100px;
}
.fancybox-overlay {
	background: rgba(0, 102, 153, 0.5);
	cursor: pointer;
}
.error {
	border-color: #F00 !important;
}
.blocks-main {
	margin: auto;
	max-width: 650px;
	font-size: 90%;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
}
.blocks-main>div {
	display: inline-block;
	padding: 5px;
	width: 175px;
	height: 340px;
	margin: 10px;
	position: relative;
	box-shadow: none;
	border: 2px solid #f8f8f8;
	transition: 0.3s;
	border-radius: 2px;
}
.blocks-main.polotna>div {
	height: 300px;
}
.blocks-main>div div {
	display: block;
	margin: 10px 0;
	text-align: center;
}
.blocks-main>div:hover {
	box-shadow: 0 0 15px -5px rgb(0, 0, 0, 0.65);
}
.blocks-main a img {
	z-index: 1;
	max-width: 100%;
	margin: 0 auto;
	display: block;
}
.blocks-main h3 {
	margin: 0;
	text-align: center;
	padding: 10px 0;
	font-size: 18px;
}
.blocks-main p {
	margin: 10px;
	font-size: 90%;
	line-height: 16px;
}
.blocks-main span {
	background-color: rgba(255,102,0,1);
	display: block;
	color: rgba(255,255,255,1);
	margin: -20px 0 0 5px;
	padding: 1px 5px;
	z-index: 2;
	position: absolute;
	border: solid 1px #FFFFFF;
	font-size: 14px;
}
.main-price {
	background-color: rgba(252,227,1,1);
	color: rgba(0,0,0,1);
	padding: 10px 5px;
	display: block;
	width: 80px;
	text-align: center;
	position: absolute;
	bottom: 0;
	margin: 0 0 10px 40px;
	text-decoration: none;
	border: 2px solid white;
	border-radius: 2px;
	box-shadow: 0px 1px 7px -3px rgb(0, 0, 0, 0.5);
}
.main-price:hover {
	opacity: 1.5;
}
.big-button {
	background-color: #fce301;
	color: black;
	padding: 15px 5px;
	margin: 30px auto 10px auto;
	display: block;
	font-size: 120%;
	width: 300px;
	max-width: 100%;
	text-align: center;
	text-decoration: none;
	border: 2px solid white;
	border-radius: 2px;
	box-shadow: 0px 1px 7px -3px rgb(0, 0, 0, 0.5);
}
.big-button:hover {
	opacity: 0.8;
	color: black;
}
.wow {
	border-radius: 5px;
	background-color: rgba(248,248,248,1);
	padding: 10px 5px;
	font-style: italic;
	color: rgba(0,102,153,1);
	overflow: hidden;
}
/*Плагин Фанси
Бокс*/
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}
.fancybox-skin {
	position: relative;
	color: #444;
	text-shadow: none;
	border-radius: 2px;
	-webkit-border-radius: 4px;
	background-color: rgba(255,255,255,1);
}
.fancybox-opened {
	z-index: 8030;
}
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
	position: relative;
}
.fancybox-inner {
	overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}
.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../images/fancybox/fancybox_sprite.png');
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}
#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../images/fancybox/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../images/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}
.fancybox-prev {
	left: 0;
}
.fancybox-next {
	right: 0;
}
.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}
.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}
.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}
.fancybox-nav:hover span {
	visibility: visible;
}
.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}
/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}
.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}
/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}
.fancybox-opened .fancybox-title {
	visibility: visible;
}
.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}
.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}
.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}
.fancybox-title-inside-wrap {
	padding-top: 10px;
}
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
.zakaz-body {
	background-color: rgba(240,240,240,0.2);
	background-image: none;
}
.zakaz-button {
	margin-top: 10px;
	cursor: pointer;
	display: block;
	padding: 10px;
	width: 100%;
	text-align: center;
}
.zakaz-main p, .zakaz-main a {
	color: rgba(0,102,153,1)
}
#bigimg {
	margin: 0;
	padding: 0;
	position: absolute;
}
#bigimg * {
	margin: 0;
	padding: 0;
}
#bigimg .t {
	display: none;
}
#bigimg .m {
	background-color: #fff;
	border: 1px solid #aaa;
	position: relative;
}
#bigimg .m .wrapper .content {
	overflow: hidden;
	text-align: center;
	width: 300px;
}
#bigimg .image {
	min-height: 50px;
}
#bigimg .m p {
	display: none;
}
#bigimg .m button {
	background: url(../images/big-img-fon.png) 0 0;
	display: block;
	border: none;
	cursor: pointer;
	height: 1000px;
	width: 1000px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	top: 0px;
}
#bigimg .m button * {
	display: block;
	padding: 32px 0 0;
}
#bigimg .m .loading {
	left: 0;
	position: absolute;
	top: 20%;
	width: 100%;
}
#bigimg .m .loading i {
	display: block;
	height: 32px;
	margin: 0 auto;
	overflow: hidden;
	width: 32px;
}
#bigimg .m .loading i span {
	display: block;
	padding: 32px 0 0;
}
#bigimg .b {
	display: none;
}
.block-blue h2 {
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
#zakaz-forma td {
	height: 30px;
}
#zakaz-forma th {
	height: 35px;
	background-image: url(../images/zakaz_zag.jpg);
	background-repeat: repeat-x;
	color: #333;
	width: 750px;
	font-size: 16px;
}
.zakaz_text {
	font-family: Arial;
	font-size: 12px;
	color: #666;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
}
.input {
	margin-right: 10px;
	margin-left: 10px;
	width: 200px;
}
.input_text {
	margin-right: 10px;
	margin-left: 10px;
	width: 550px;
}
.input_spam {
	margin-right: 10px;
	margin-left: 10px;
	width: 50px;
}
.button {
	text-align: center;
	width: 200px;
	height: 50px;
	margin-top: 30px;
	margin-bottom: 10px;
}
.zakaz_main {
	background-image: url(../images/zakaz_fon.jpg);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #AEC0D8;
	border-bottom-color: #AEC0D8;
	border-left-color: #AEC0D8;
	margin: 0px;
	padding: 0px;
}
.mini_text {
	font-size: 10px;
	color: #666;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.spam_text {
	font-size: 10px;
	color: #C00;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
}
.vopros-otvet {
	margin: 70px 0;
	font-size: 100%;
}
.vopros-otvet div>div:nth-child(1) {
	background: url(../images/vopros-otvet.png) left center no-repeat;
	min-height: 25px;
	line-height: 25px;
	padding: 0 0 0 40px;
	font-weight: 700;
	margin: 0 0 10px 0;
	font-size: 120%;
}
.vopros-otvet div>div:nth-child(2) {
	border-left: 1px solid #5b8198;
	padding: 0 0 0 30px;
	margin: 0 0 40px 10px;
}
.vopros-otvet p {
	margin: 0;
}

@media screen and (max-width:800px) {
#menu {
	display: block;
}
#logo img {
	max-height: 110px;
	margin-left: 0;
	z-index: 2;
}
#city {
	display: none;
}
#top-menu {
	padding-top: 40px;
	display: none;
}
#top-menu div {
	width: auto;
}
#tm-links {
	margin: 0;
	padding: 0;
	width: 100%;
	display: none;
}
#tm-links li {
	float: none;
	padding: 0;
	background-color: rgba(228,240,240,1);
}
#tm-links li a {
	padding: 10px 10px;
	display: block;
	color: rgba(0,102,153,1);
	border-bottom: solid 1px rgba(91,129,152,0.2);
}
#left-box {
	width: 100%;
	background-color: rgba(247,247,247,1);
	margin-top: 0;
	border: none;
	display: none;
}
.lblock {
	background-color: rgba(255,255,255,1);
	margin: 0;
	padding: 10px;
}
.lblock li a {
	font-size: 130%;
}
.lblock li {
	border-bottom: solid 1px rgba(91,129,152,0.1);
}
.lblock li:nth-child(11) {
	display: none;
}
.ul1 {
}
#text table img {
	width: 100%;
	display: block;
	margin: auto;
	clear: both;
}
#statistic {
	display: none;
}
#fon-back {
	margin: 0 auto;
	width: auto !important;
}
#main-frame {
	width: auto;
	padding: 0;
	margin: 0;
}
#rignt-box {
	margin: 0;
	padding: 0;
	min-height: inherit;
}
#text {
	padding: 30px 10px 50px 10px;
}
.blocks-main {
	max-width: none;
	justify-content: center;
}
.blocks-main>div {
	padding: 0;
	width: 175px;
	height: 340px;
	margin: 10px 0 0 0;
}
.polosa-1 {
	width: auto;
	background-size: 100%;
}
.polosa-2 {
	width: auto;
	background-size: 100%;
}
#conversion {
	padding: 0 !important;
}
#preimushestva {
	float: none !important;
	width: 100% !important;
	padding: 10px !important;
}
#preimushestva li {
	width: 34% !important;
	padding: 11px 2px 0 54px !important;
	height: 70px !important;
}
#forma_zakaza {
	float: none !important;
	width: 80% !important;
	margin: auto !important;
}
#forma_zakaza {
	border-radius: 5px 5px 0px 0px !important;
}
}

@media screen and (max-width: 550px) {
#contacts {
	margin-top: 0;
	font-size: 90%;
}
#tel-block {
	padding-top: 0;
	margin-top: 0;
	padding: 0 0 0 40px;
	background-size: 20%;
}
#dialog {
	display: none;
}
h1 {
	margin: 30px 0 20px 0;
}
.features-table td {
	padding: 20px 10px;
}
.features-table td.green {
	font-size: 80%;
}
.features-table td.grey {
	font-size: 80%;
}
#text img.right, #text img.left {
	width: 50%;
}
iframe {
	max-width: 100% !important;
}
#knopka-zakaz {
	top: 46px;
	width: 63px;
	margin: 0 5px 0 0;
	font-size: 14px;
	padding: 25px 10px;
}
#conversion {
	padding: 0 !important;
}
#preimushestva {
	font-size: 100% !important;
}
#preimushestva li {
	width: 70% !important;
	height: 50px !important;
	display: block !important;
	margin: 5px auto !important;
}
#forma_zakaza {
	float: none !important;
	width: 80% !important;
	margin: auto !important;
}
}
#conversion {
	background: rgba(0,102,153,0.3) url(../images/bg-zakaz.jpg) no-repeat center center;
	background-size: cover;
	overflow: hidden;
}
#inconversion {
	margin: auto;
	max-width: 1100px;
	overflow: hidden;
}
#preimushestva {
	font-size: 90%;
	width: 63%;
	float: left;
	padding: 10px 0;
	margin-right: -10px;
}
#preimushestva li {
	color: rgb(255, 255, 255);
	display: inline-block;
	height: 50px;
	padding: 30px 5px 5px 30px;
	text-shadow: 0 0 2px rgba(0,0,0,1);
	width: 24%;
	margin: 5px 0;
	vertical-align: text-top;
	background-position: top left;
	background-repeat: no-repeat
}
#preimushestva li:nth-child(1) {
	background-image: url(../images/icon-1.png);
}
#preimushestva li:nth-child(2) {
	background-image: url(../images/icon-2.png);
}
#preimushestva li:nth-child(3) {
	background-image: url(../images/icon-3.png);
}
#preimushestva li:nth-child(4) {
	background-image: url(../images/icon-4.png);
}
#preimushestva li:nth-child(5) {
	background-image: url(../images/icon-5.png);
}
#preimushestva li:nth-child(6) {
	background-image: url(../images/icon-6.png);
}
#preimushestva li:nth-child(7) {
	background-image: url(../images/icon-7.png);
}
#preimushestva li:nth-child(8) {
	background-image: url(../images/icon-8.png);
}
#preimushestva li:nth-child(9) {
	background-image: url(../images/icon-9.png);
}
#preimushestva li span {
	background-color: rgba(0,102,153,0.35);
}
#forma_zakaza {
	background-color: rgba(255,255,255,1);
	float: right;
	width: 28%;
	padding: 20px;
	margin: 20px;
	box-shadow: 1px 2px 15px 7px rgba(0,0,0,0.16);
	-webkit-box-shadow: 1px 2px 15px 7px rgba(0,0,0,0.16);
	-moz-box-shadow: 1px 2px 25px 7px rgba(0,0,0,0.16);
	border-radius: 5px;
}
.forma_zakaza-zagolovok {
	font-size: 140%;
	text-align: center;
	display: block;
}
.forma_zakaza-reglament {
	font-size: 80%;
	display: block;
	height: 10px;
	color: rgba(153,153,153,1);
	text-align: right;
	margin-top: -5px;
}
#zamer-bottom input {
	width: 93%;
	height: 40px;
	display: block;
	margin: 5px auto;
	border: 2px solid rgba(255,204,0,1);
	color: rgba(0,0,0,1);
	line-height: 40px;
	text-indent: 10px;
	transition: box-shadow ease-in-out .15s;
	outline: none;
	border-radius: 2px;
}
#zamer-bottom button {
	width: 95%;
	color: rgba(0,0,0,1);
	cursor: pointer;
	height: 40px;
	display: block;
	margin: 5px auto;
	border: none;
	border-radius: 5px;
	background-color: rgb(255,227,1);
	outline: none;
}
#zamer-bottom button:hover {
	opacity: 0.8;
}
.error {
	background-color: rgba(255,0,0,0.1);
}
/* -------------- Калькулятор Начало  -------------- */
#minipicks {
	text-align: center;
	margin: auto;
}
#minipicks img {
	cursor: pointer;
}
#minipicks img:hover {
	opacity: 0.8;
}
#calc-main {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}
#calc-left {
	padding: 10px;
	background-color: #f0f5f8;
	border-radius: 10px;
}
#calc-right {
	width: 350px;
}
#calc-right img {
	margin: 0;
}
#div_doprulonka {
	display: none;
}
#div_dopdver {
	display: none;
}
.calc-stroka {
	display: block;
	padding: 8px 10px;
}
#calc-main label {
	width: 200px;
	display: block;
	margin-bottom: 2px;
	font-size: 110%;
	color: rgba(51,51,51,1);
}
#calc-main select {
	width: 200px;
	height: 40px;
	cursor: pointer;
	border: solid 2px rgba(255,204,0,1);
	border-radius: 5px;
	color: rgba(51,51,51,1);
	background-color: rgba(255,255,255,1);
}
#kol {
	width: 40px;
	height: 30px;
	text-align: center;
	border: solid 2px rgba(255,204,0,1);
	border-radius: 5px;
	margin-left: 10px;
}
#div_kol {
	margin-top: 5px;
}
#div_kol label {
	float: left;
	width: 100px;
	margin: 5px 10px 0 0;
}
#but_raschet {
	width: 200px;
	height: 40px;
	margin: 10px auto;
	display: block;
	background-color: rgb(252,227,1);
	border: 1px solid rgb(255,204,51);
	border-radius: 5px;
	cursor: pointer;
}
#but_raschet:hover {
	opacity: 0.8;
}
#height, #width {
	width: 80px;
	height: 30px;
	text-align: center;
	border: solid 2px rgba(255,204,0,1);
	border-radius: 5px;
}
#calc_error {
	background-color: rgba(255,0,0,1);
	color: rgba(255,255,255,1);
	padding: 5px;
	font-size: 10px;
	width: 220px;
	border-radius: 5px;
	margin: 5px 0;
	opacity: 0.8;
	position: absolute;
	z-index: 5;
	display: none;
}
#pole_price {
	width: 550px;
	margin: 10px auto;
	border-radius: 5px;
	border: 2px solid rgba(0,0,0,0.1);
	background-color: rgba(0,0,0,0.015);
	padding: 5px 50px 5px 5px;
	color: rgba(51,51,51,1);
	text-align: right;
	font-size: 120%;
	display: none;
}
#itog_cena {
	display: inline;
	font-weight: bold;
	padding: 0 0 0 5px;
}
#calc-knopka-zakaz {
	position: absolute;
	margin-top: -18px;
	margin-left: 5px;
	background-color: rgba(252,227,1,1);
	font-size: 16px;
	padding: 30px 14px;
	border-radius: 100px;
	text-decoration: none;
	color: rgba(102,0,0,1);
	box-shadow: inset 0 0 0 5px rgba(255,255,255,0.6);
	transition: .3s;
}
#calc-knopka-zakaz:hover {
	box-shadow: inset 0 0 0 20px rgba(255,255,255,0);
}
#itog_micro {
	font-size: 70%;
}
#calc_text {
	color: rgba(255,204,0,1);
}

@media screen and (max-width: 650px) {
#minipicks img {
	width: 20%;
}
#calc-main {
	max-width: 100%;
	margin: 10px 0 0 0;
	padding: 0;
	align-items: normal;
}
#calc-left {
	width: 45%;
	padding: 0;
	background-color: white;
}
#calc-right {
	width: 50%;
	padding: 0;
}
#calc-right img {
	max-width: 110%;
}
#calc-main select {
	width: 100%;
	height: 30px;
}
.calc-stroka {
	padding: 3px 5px;
}
#calc-main label {
	width: auto;
	font-size: 90%;
}
#but_raschet {
	width: 100%;
}
#height, #width {
	width: 30%;
}
#kol {
	width: 20%;
	padding: 0;
	margin: 0;
}
#pole_price {
	width: auto;
	font-size: 80%;
	padding-right: 90px;
}
#calc-knopka-zakaz {
	margin-top: -28px;
	margin-left: 0;
	font-size: 110%;
}
.table-price td {
	min-width: 60px;
}
}

@media screen and (max-width: 400px) {
.blocks-main>div {
	width: 165px;
}
}
/* -------------- Конец калькулятора -------------- */
