html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0 none;
    font-family: inherit;
    font-size-adjust: inherit;
    font-stretch: inherit;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
}
@font-face {
    font-family: 'Conv_allegretto-script-two';
    src: url('/templates/fonts/allegretto-script-two.eot');
    src: local('O'), url('/templates/fonts/allegretto-script-two.woff') format('woff'), url('/templates/fonts/allegretto-script-two.ttf') format('truetype'), url('/templates/fonts/allegretto-script-two.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
html, body {
    min-height: 100%;
    height: 100%;
}
body {
    background: url("/templates/images/mainbg.jpg") repeat scroll 0 0 transparent;
    border: 0 none;
    color: #2b0101;
    font-family: times new roman;
    font-size: 13px;
    margin: 0;
    min-width: 1260px;
    padding: 0;
    _width: expression(document.documentElement.clientWidth < 1260 ? "1260px" : "auto");
}
body.iframecontent {
	min-width: 804px;
	background: #ffffff;
}
hr {
    /*color:#631012;*/
    height: 0px;
    border-top: 3px solid #620E12;
    border-bottom: 1px solid #631012;
}
hr.gold {
    /*color:#631012;*/
    height: 0px;
    border-top: 3px solid #ffd56a;
    border-bottom: 1px solid #620E12;
}
hr.white {
    /*color:#631012;*/
    height: 0px;
    border-top: 3px solid #FCEFCD;
    border-bottom: 1px solid #620E12;
}
.clear {
    clear: both;
    height: 0;
}
img {
    border: 0;
}
a {
    color: #830000;
}
a:hover {
    text-decoration: none;
}
a:focus {
    outline: none;
}
/*price_table*/
.conttext .block {
    border: 1px solid #900;
    margin-bottom: 5px;
}
.block * {
    -webkit-box-sizing: border-box; /* Android ≤ 2.3, iOS ≤ 4 */
    -moz-box-sizing: border-box; /* Firefox ≤ 28 */
    box-sizing: border-box; /* Chrome, Firefox 29+, IE 8+, Opera, Safari 5.1 */
}
.block .click_price {
    display: inline-block;
    position: relative;
    background: #e2cdad;
    width: 100%;
    border-radius: 5px;
}
.block .click_price:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #e2cdad;
    z-index: 90;
    border-radius: 5px;
}
.block .click_price.border-r:before {
    border-radius: 5px 5px 0 0;
}
.click_price a:after {
    content: url('/templates/images/arrow.png');
    width: 17px;
    height: 11px;
    display: inline-block;
    float: right;
    margin-right: 15px;
    margin-top: 10px;
}
.click_price a:before {
    content: url('/templates/images/arrow.png');
    width: 17px;
    height: 11px;
    display: inline-block;
    float: left;
    margin-left: 15px;
    margin-right: 16px;
    margin-top: 10px;
}
.click_price a {
    display: inline-block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    font-size: 18px;
    vertical-align: middle;
    color: black;
    position: relative;
    z-index: 105;
}
.click_price .rotate:after, .click_price .rotate:before {
    transform: rotate(180deg);
    display: inline-block;
}
.block .container {
    border-top: 1px solid #900;
    display: none;
    left: 0;
    padding: 10px 10px 0;
    position: relative;
    top: 0;
    width: auto;
}
.open_price .block .container {
    display: block;
}
span.click_price span {
    visibility: hidden;
    border: 1px solid #830000;
    bottom: 80px;
    left: 50%;
    margin-left: -110px;
    opacity: 0;
    padding: 10px;
    position: absolute;
    width: 200px;
    z-index: 107;
    text-align: center;
    font-size: 16px;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, .6), rgba(255, 255, 255, .2));
    background-image: -moz-linear-gradient(rgba(255, 255, 255, .6), rgba(255, 255, 255, .2));
    background-image: -ms-linear-gradient(rgba(255, 255, 255, .6), rgba(255, 255, 255, .2));
    background-image: -o-linear-gradient(rgba(255, 255, 255, .6), rgba(255, 255, 255, .2));
    background-image: linear-gradient(rgba(255, 255, 255, .6), rgba(255, 255, 255, .2));
    background-color: #eee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
span.click_price span:after {
    border-bottom: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #830000;
    bottom: -8px;
    content: "";
    left: 50%;
    margin-left: -8px;
    position: absolute;
    z-index: 100;
}
span.click_price:hover span {
    bottom: 40px;
    opacity: 1;
    visibility: visible;
}
/*price_table*/
input[type="text"]:focus, textarea[type="text"]:focus {
    outline: none;
}
textarea {
    resize: none;
}
.borderRadiusTM {
    position: relative;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    behavior: url("/templates/addons/pie/PIE.php");
}
.borderRadius {
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url("/templates/addons/pie/PIE.php");
}
h1 {
    font-size: 18px;
    color: #830000;
    font-weight: bold;
    margin: 0 0 10px;
}
h2 {
    font-size: 16px;
    color: #830000;
    font-weight: bold;
    margin: 8px 0;
}
h3 {
    font-size: 14px;
    color: #830000;
    font-weight: bold;
    margin: 7px 0;
}
h3.margin_vertical {
    margin: 10px 0;
}
h4 {
    font-size: 12px;
    color: #830000;
    font-weight: bold;
    margin: 6px 0;
}
.floatL {
    float: left;
}
.floatR {
    float: right;
}
#main {
    min-height: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 385px;
}
.iframecontent #main {
	padding-bottom: 0;
}
#main div.headergrad {
    background: url("/templates/images/topbg.png") repeat-x scroll 0 0 transparent;
    height: 532px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#main div.footergrad {
    background: url("/templates/images/bottomfon.png") repeat-x scroll 0 0 transparent;
    bottom: 0;
    height: 264px;
    left: 0;
    position: absolute;
    width: 100%;
}
#main div.footbg {
    background: url("/templates/images/scissors.png") no-repeat scroll center bottom transparent;
    bottom: 0;
    height: 325px;
    left: 50%;
    margin-left: -687px;
    position: absolute;
    width: 1335px;
    z-index: 20;
}
#main div.hideAbble, #sendorderform div.hideAbble {
    float: left;
    position: relative;
}
#main div.hideAbble div.message, #sendorderform div.hideAbble div.message {
    cursor: text;
    left: 0;
    position: absolute;
    top: 0;
}
div.width {
    margin: 0 auto;
    position: relative;
    width: 1260px;
}
#main div.header {
    height: 251px;
    position: relative;
    z-index: 15;
}
#main div.headitems {
    background: url("/templates/images/needle.png") no-repeat scroll 0 0 transparent;
    height: 240px;
    right: -20px;
    position: absolute;
    top: -164px;
    width: 929px;
}
#main div.header div.logo {
    left: 35px;
    position: absolute;
    top: 15px;
    width: 300px;
}
#main div.header div.logo a {
}
#main div.header div.phone {
    /*right: 53px;
    left: 862px;
    top: 45px;
	*/
	height: 70px;
    left: 430px;
    position: absolute;
    top: 74px;
    width: 350px;
	text-align: center;
}
#main div.header div.phone div.title {
    color: #FFC153;
    font-family: 'Conv_allegretto-script-two';
    font-size: 40px;
    left: -3px;
    line-height: 32px;
    position: absolute;
    top: 5px;
}
#main div.header div.phone div.title .phone {
    font-size: 33px;
    color: #f4ec9c
}
#main div.header div.phone div.nomer {
    color: #FFFAA7;
    font-family: 'Conv_allegretto-script-two';
    font-size: 36px;
    left: -11px;
    position: absolute;
    top: 24px;
}
#main div.header div.phone div.blesk {
    background: url("/templates/images/phoneblesk.png") no-repeat scroll 0 0 transparent;
    height: 30px;
    /*left: -20px;*/
	left: 30px;
    position: absolute;
    top: 9px;
    width: 23px;
}
#main div.header div.vozivbt {
    background: transparent url("/templates/images/vizov_bt.png") no-repeat scroll 0 0;
    height: 71px;
    left: 53%;
    margin-left: -300px;
    position: fixed;
    top: 0;
    width: 408px;
    z-index: 300;
}
div.vozivbt .scissors {
    background: url("/templates/images/scissor.gif") no-repeat scroll 0 0 transparent;
    position: absolute;
    top: 20px;
    left: 50px;
    display: inline-block;
    width: 27px;
    height: 27px;
}
#main div.header div.vozivbt a {
    color: #e6c35e;
    display: inline-block;
    font-size: 17px;
    font-style: italic;
    font-weight: bold;
    height: 38px;
    margin: 0 auto;
    padding-top: 11px;
    text-align: center;
    text-decoration: none;
	margin: 0 auto 0 7px;
}
.vizov_btn {
    display: block;
    margin: 0 auto;
    width: 205px;
}
.vizov-text{
	display: block;
}
.vizov-text span{
	background: transparent url("/templates/images/house.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 27px;
    left: -10px;
    position: relative;
    top: 7px;
    width: 26px;
}
.video_btn {
    margin-left: -3px;
    width: 99px;
}
.sale_btn {
    margin-left: -3px;
    width: 113px;
}
#main div.header div.vozivbt a:hover {
    /*text-decoration:underline;*/
    color: #ffffff;
}
#main div.header div.TopMenu {
    background: url("/templates/images/ribbon.png") no-repeat scroll 0 0 transparent;
    height: 96px;
    left: 6px;
    position: absolute;
    top: 156px;
    width: 1223px;
}
#main div.header div.TopMenu a {
    color: #E6C35E;
    display: block;
    font-size: 18px;
    position: relative;
    text-decoration: none;
    padding: 0 0 0 35px;
    font-style: italic;
}
#main div.header div.TopMenu a:hover {
    /*text-decoration:underline;*/
    color: #ffffff;
}
#main div.header div.TopMenu div {
    position: absolute;
}
#main div.header div.TopMenu div a span {
    display: block;
    position: absolute;
}
#main div.header div.TopMenu div#tm1 {
    left: 59px;
    top: 45px;
}
#main div.header div.TopMenu div#tm3 {
    left: 186px;
    top: 45px;
}
#main div.header div.TopMenu div#tm4, #main div.header div.TopMenu div#tm24 {
    left: 329px;
    top: 45px;
}
#main div.header div.TopMenu div#tm5 {
    left: 490px;
    top: 45px;
}
#main div.header div.TopMenu div#tm6 {
    left: 1041px;
    top: 45px;
}
#main div.header div.TopMenu div#tm1254 {
    left: 767px;
    top: 45px;
}
#main div.header div.TopMenu div#tm1267 {
    left: 635px;
    top: 45px;
}
#main div.header div.TopMenu div#tm1240 {
    left: 915px;
    top: 45px;
}
#main div.header div.TopMenu div#tm1267 span {
    background: url("/templates/images/tm6.png") no-repeat scroll 0 0 transparent;
    height: 24px;
    left: 0;
    top: 1px;
    width: 23px;
}
#main div.header div.TopMenu div#tm1240 span {
    background: url("/templates/images/tm_sale.png") no-repeat scroll 0 0 transparent;
    height: 24px;
    left: 7px;
    top: -1px;
    width: 32px;
}
#main div.header div.TopMenu div#tm1 span {
    background: url("/templates/images/tm1.png") no-repeat scroll 0 0 transparent;
    height: 24px;
    left: 0;
    top: -2px;
    width: 32px;
}
#main div.header div.TopMenu div#tm3 span {
    background: url("/templates/images/tm2.png") no-repeat scroll 0 0 transparent;
    height: 27px;
    left: 15px;
    top: -5px;
    width: 12px;
}
#main div.header div.TopMenu div#tm4 span, #main div.header div.TopMenu div#tm24 span {
    background: url("/templates/images/tm3.png") no-repeat scroll 0 0 transparent;
    height: 26px;
    left: /*16px;*/ 10px;
    width: 16px;
    top: 0;
}
#main div.header div.TopMenu div#tm5 span {
    background: url("/templates/images/tm4.png") no-repeat scroll 0 0 transparent;
    height: 26px;
    left: 0;
    top: 0;
    width: 26px;
}
#main div.header div.TopMenu div#tm6 span {
    background: url("/templates/images/tm5.png") no-repeat scroll 0 0 transparent;
    height: 25px;
    left: 7px;
    top: 0;
    width: 20px;
}
#main div.header div.TopMenu div#tm1254 span {
    background: url("/templates/images/tm22.png") no-repeat scroll 0 0 transparent;
    height: 27px;
    left: 7px;
    top: 0;
    width: 26px;
}
#main div.header div.TopMenu a:hover, #main div.header div.TopMenu a.active {
    text-decoration: underline;
}
.tmlefthvost {
    background: url("/templates/images/topmenuleft.png") no-repeat scroll 0 0 transparent;
    height: 66px;
    left: 2px;
    position: absolute;
    top: 252px;
    width: 66px;
    z-index: 30;
}
.tmrighthvost {
    background: url("/templates/images/topmenuright.png") no-repeat scroll 0 0 transparent;
    height: 561px;
    right: 31px;
    position: absolute;
    top: 252px;
    width: 99px;
    z-index: 20;
}
.mcon {
    position: relative;
    top: -23px;
}
.left {
    left: 0;
    position: relative;
    width: 287px;
    z-index: 5;
    overflow: visible;
    display: inline-block;
    vertical-align: top;
    /*padding: 115px 0 0 54px*/;
}
/*.left .needle {
    background: url("/templates/images/lmenunid.png") no-repeat scroll 0 0 transparent;
    height: 125px;
    left: 225px;
    position: absolute;
    top: 675px;
    width: 71px;
}*/
.price-block .block{
    border-radius: 5px;
}
.left div.leftblock {
    position: relative;
    width: 339px;
}
.left div.leftblock div.title {
    color: #521112;
    font-size: 18px;
    font-style: italic;
    left: 57px;
    position: absolute;
    top: -48px;
}
.left div.leftMenu {
    margin: 33px 0 0 0;
}
.left div.leftMenu div {
    margin: 0 0 8px;
    height: 54px;
    background: url("/templates/images/tape.png") no-repeat;
    background-size: cover;
    box-sizing: border-box;
    position: relative;
}
.left div.leftMenu div:hover{
	background: url("/templates/images/tape_hover.png") no-repeat;
}
.left div.leftMenu div a {
    text-decoration: none;
    padding: 15px 0 0 88px;
    position: relative;
    line-height: 18px;
    color: #FFD56A;
    font: 16px "Times New Roman";
    display: inline-block;
    width: 100%;
    height: 54px;
    box-sizing: border-box;
}
.left div.leftMenu div a:hover {
    color: #fff;
}
.left div.leftMenu div a.active {
    text-decoration: underline;
}
.left div.leftMenu div a span {
    position: absolute;
    left: 43px;
    margin-top: 15px;
}
.left div.leftMenu div#lm8 {
    left: 78px;
}
.left div.leftMenu div#lm11 {
    left: -23px;
}
.left div.leftMenu div#lm12 {
    left: 25px;
}
.left div.leftMenu div#lm16 {
    left: -8px;
}
.left div.leftMenu div#lm957 {
    left: 12px;
}
.left div.leftMenu div#lm958 {
    left: 20px;
}
.left div.leftMenu div#lm724 {
    left: 31px;
}
.left div.leftMenu div#lm17 {
    left: -27px;
}
.left div.leftMenu div#lm725 {
    left: 21px;
}
.left div.leftMenu div#lm18 {
    left: 58px;
}
.left div.leftMenu div#lm19 {
    left: 6px;
}
.left div.leftMenu div#lm21 {
    left: -19px;
}
.left div.leftMenu div#lm723 {
    left: -2px;
}
.left div.leftMenu div#lm530 {
    left: 6px;
}
.left div.leftMenu div#lm8 a span {
    background: url("/templates/images/lm1.png") no-repeat scroll 0 0 transparent;
    height: 44px;
    top: -13px;
    width: 44px;
}
.left div.leftMenu div#lm9 a span {
    background: url("/templates/images/lm2.png") no-repeat scroll 0 0 transparent;
    height: 50px;
    top: -22px;
    width: 54px;
}
.left div.leftMenu div#lm10 a span {
    background: url("/templates/images/lm3.png") no-repeat scroll 0 0 transparent;
    height: 39px;
    top: -9px;
    width: 41px;
}
.left div.leftMenu div#lm11 a span, #lm4 a span, #lm958 a span {
    background: url("/templates/images/lm4.png") no-repeat scroll 0 0 transparent;
    height: 36px;
    top: -4px;
    width: 38px;
}
.left div.leftMenu div#lm11 a span, #lm4 a span {
    background: url("/templates/images/lm4.png") no-repeat scroll 0 0 transparent;
    height: 36px;
    top: -4px;
    width: 38px;
}
#lm4 a span {
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}
#lm530 a span {
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}
.left div.leftMenu div#lm12 a span, #lm957 a span {
    background: url("/templates/images/lm5.png") no-repeat scroll 0 0 transparent;
    height: 30px;
    top: -4px;
    width: 30px;
}
.left div.leftMenu div#lm13 a span {
    background: url("/templates/images/lm6.png") no-repeat scroll 0 0 transparent;
    height: 40px;
    left: -8px;
    top: -17px;
    width: 40px;
}
.left div.leftMenu div#lm530 a span {
    background: url("/templates/images/lm1.png") no-repeat scroll 0 0 transparent;
    height: 43px;
    top: -17px;
    width: 40px;
}
.left div.leftMenu div#lm14 a span, #lm723 a span {
    background: url("/templates/images/lm7.png") no-repeat scroll 0 0 transparent;
    height: 50px;
    top: -23px;
    width: 54px;
}
.left div.leftMenu div#lm15 a span, #lm725 a span {
    background: url("/templates/images/lm8.png") no-repeat scroll 0 0 transparent;
    height: 43px;
    top: -16px;
    width: 48px;
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}
.left div.leftMenu div#lm16 a span {
    background: url("/templates/images/lm9.png") no-repeat scroll 0 0 transparent;
    height: 40px;
    top: -8px;
    width: 40px;
}
.left div.leftMenu div#lm17 a span, #lm724 a span {
    background: url("/templates/images/lm10.png") no-repeat scroll 0 0 transparent;
    height: 35px;
    top: -5px;
    width: 35px;
}
.left div.leftMenu div#lm18 a span {
    background: url("/templates/images/lm11.png") no-repeat scroll 0 0 transparent;
    height: 46px;
    top: -16px;
    width: 41px;
}
.left div.leftMenu div#lm19 a span {
    background: url("/templates/images/lm12.png") no-repeat scroll 0 0 transparent;
    height: 39px;
    top: -11px;
    width: 43px;
}
.left div.leftMenu div#lm21 a span {
    background: url("/templates/images/lm8.png") no-repeat scroll 0 0 transparent;
    height: 47px;
    top: -15px;
    width: 42px;
    -moz-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
}
.left div.leftMenu div#lm20 a span {
    background: url("/templates/images/lm2.png") no-repeat scroll 0 0 transparent;
    height: 50px;
    left: -13px;
    top: -22px;
    width: 54px;
}
#main div.content {
    background: url("/templates/images/back.png") repeat-y scroll 42px 10px transparent;
    height: 1%;
    left: 0;
    margin: 0 0 0 -45px;
    position: relative;
    top: 129px;
    width: 973px;
    z-index: 10;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
}
.iframecontent #main div.content {
    background: none;
    height: auto;
    left: 0;
    margin: 0;
    position: relative;
    top: 0;
    width: 804px;
    z-index: 0;
    font-size: 14px;
    display: block;
    vertical-align: top;	
}
#main div.content div.contheader {
    background: url("/templates/images/backtop.png") no-repeat scroll 41px 0 transparent;
    float: left;
    margin-top: -130px;
    width: 1001px;
}
#main div.contleft {
    background: url("/templates/images/leftcontnew.png") no-repeat scroll 0 0 transparent;
    height: 540px;
    left: 0;
    position: absolute;
    top: -129px;
    width: 177px;
    z-index: 12;
}
#main div.content div.contmid {
    width: 753px;
}
#main div.content div.contfooter {
    background: url("/templates/images/backfooter.png") no-repeat scroll 42px bottom transparent;
    margin-bottom: -20px;
    min-height: 786px;
    padding: 22px 73px 101px 76px;
    width: 804px;
    text-align: justify;
}
#main div.content div.contPatch {
    float: left;
    width: 100%;
}
#main div.content div.conttext {
    position: relative;
    z-index: 15;
    min-height: 785px;
}
#main div.content table {
    background: none repeat scroll 0 0 #E2D3BC;
    border-collapse: collapse;
    width: 100%;
    margin: 0 0 15px 0;
}
#main div.content table tr {
}
#main div.content table thead tr td {
    /*text-align: left;*/
    font-size: 18px;
    border: 1px solid #962B26;
    padding: 2px 5px;
    font-weight: bold;
    color: #830000;
}
#main div.content table tr td {
    border: 1px solid #962B26;
    padding: 2px 5px;
    font-size: 14px;
}
#main div.content table tr td .contable td {
    border: 0px solid #962B26;
    padding: 7px;
}
#main div.content table tr td .contable tr{
	border-top: 1px solid #962B26;
}
#main div.content table tr td .contable tr td:nth-child(2n+1){
	border-right: 1px solid #962B26;
	width: 260px;
}

#main div.content table tr th {
    border: 1px solid #962B26;
    background: #990000;
    color: #fff;
    padding-top: 5px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 2px;
}
#main div.content table tr + tr > th {
    text-transform: none;
    font-size: 16px;
}
#main div.content .czenyi {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
#main div.content .anchor {
    position: absolute;
    top: -82px;
}
#main div.content .red {
    color: #990000;
}
#main div.content .redupper {
    color: #990000;
    text-transform: uppercase;
    padding-top: 4px;
}
#main div.content table tr .wi15 {
    width: 15%;
}
#main div.content table tr .wi16 {
    width: 16%;
}
#main div.content table tr .wi20 {
    width: 20%;
}
#main div.content table tr .wi33 {
    width: 33%;
}
#main div.content table.noborder, #main div.content table.noborder td {
    background: none;
    border: none;
}
#main div.content ul {
}
#main div.content .navigation {
    margin: 0 0 10px 0;
}
#main div.content .navigation div.item {
    float: left;
    color: #885314;
    font-size: 10px;
}
#main div.content .navigation div.item a {
    color: #885314;
    font-size: 10px;
}
#main div.content .navigation div.siparator {
    background: url("/templates/images/bcseporator.png") no-repeat scroll 0 5px transparent;
    float: left;
    height: 13px;
    margin: 0 3px 0 6px;
    width: 13px;
}
#main div.content p, .contfooter .conttext .stati_big#img_big p {
    padding: 8px 0 8px 0;
}
#main div.content em {
    font-style: italic;
    color: #830000;
    font-size: 15px;
}
#main div.content strong {
    color: #830000;
}
#main div.content ul {
}
#main div.content ul li {
    background: url("/templates/images/lidot.png") no-repeat scroll 6px 6px transparent;
    list-style-type: none;
    padding: 0 0 0 20px;
    margin: 0 0 5px 0;
}
#main div.content ol {
    margin: 0 0 0 18px;
}
#main div.content ol li {
}
#main div.content div.contline {
    margin: 0 0 10px;
}
#main div.content div.contline div.title {
    color: #830000;
    float: left;
    font-size: 17px;
}
#main div.content div.contline div.title2 {
    color: #830000;
    font-size: 17px;
}
#main div.content div.contline div.text {
    font-size: 16px;
    float: left;
    padding-left: 10px;
}
#main div.content div.contline div.text2 {
    font-size: 17px;
}
#main div.content .contimg {
}
#main div.content .contimg a img {
    display: block;
    border: 3px solid #830000;
}
#main div.content .contimg a:hover img {
    border: 3px solid #666;
}
#main div.content .contimgleft {
    float: left;
    margin: 8px 10px 8px 0;
}
#main div.content .contimgleft a {
    display: block;
    border: 3px solid #830000;
    border-radius: 7px;
}
#main div.content .contimgleft a:hover {
    border: 3px solid #666;
}
#main div.content .contimgright {
    float: right;
    margin: 8px 0 8px 10px;
}
#main div.content .contimgright a {
    display: block;
    border: 3px solid #830000;
    border-radius: 7px;
}
#main div.content .contimgright a.noborder {
    border: none;
}
#main div.content .contimgright a:hover {
    border: 3px solid #666;
}
#main div.content .contimgright a.noborder:hover {
    border: none;
}
#main div.content .cimgleft {
    float: left;
    margin: 8px 10px 3px 0;
}
#main div.content .cimgleft img {
    border: 3px solid #830000;
}
#main div.content .cimgright {
    float: right;
    margin: 8px 0 8px 10px;
}
#main div.content .cimgright img {
    border: 3px solid #830000;
}
#footerDown {
    padding: 0 0 650px;
}
#footerDownShort {
    padding: 0 0 420px;
}
#footer {
    height: 325px;
    margin: -325px 0 0;
    position: absolute;
    z-index: 20;
    left: 0;
    bottom: 0;
    width: 100%;
}
/*#footer div.footbg {
    background: url("/templates/images/footerimg.png") no-repeat scroll 0 0 transparent;
        height: 325px;
            width: 1066px;
            }*/
#footer .copy {
    background: transparent none repeat scroll 0 0;
    color: #e2b44d;
    font-size: 10px;
    left: 42px;
    position: absolute;
    top: 283px;
    width: auto;
}
#footer .counter {
    left: 114px;
    opacity: 0.2;
    position: absolute;
    top: 300px;
}
#footer .webProgress {
    left: 720px;
    position: absolute;
    top: 270px;
}
.price {
    margin: 3px 20px 30px 20px;
}
.price li a {
    font-size: 14px;
    color: #830000;
    font-weight: bold;
    margin: 7px 0;
}
.allprice {
    z-index: 20;
}
.vkblock {
    margin: 20px 0 20px 54px;
}
.instagram {
    margin-left: 54px;
}
.join_community {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.vkblock .join_community {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.displayNone {
    display: none;
}
.form_feedback {
    margin: 45px 0 0 45px;
    width: 183px;
    background: url(/templates/images/bg_rev_bl.png) no-repeat 0 0;
    padding: 75px 30px 15px 30px;
    min-height: 269px;
}
.form_sblock input, .form_sblock textarea {
    background-color: #cebf99;
    border: 1px solid #9b8157;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url("/templates/addons/pie/PIE.php");
    font-size: 14px;
    color: #521112;
    width: 163px;
    font-family: inherit;
    margin: 3px 0;
    padding: 4px 10px;
}
.form_sblock input:focus, .form_sblock textarea:focus {
    border-color: #521112;
}
.form_sblock .col_but {
    float: right;
    color: #b9a179;
    border: 1px solid #2a0304;
    padding: 3px 25px;
    background-color: #521112;
    width: auto;
    cursor: pointer;
    -webkit-box-shadow: 0 1px 3px 0 #2F0A0A;
    -moz-box-shadow: 0 1px 3px 0 #2F0A0A;
    box-shadow: 0 1px 3px 0 #2F0A0A;
}
.form_sblock .col_but:active {
    -webkit-box-shadow: 0 0px 1px 0 #2F0909;
    -moz-box-shadow: 0 0px 1px 0 #2F0909;
    box-shadow: 0 0px 1px 0 #2F0909;
    top: 1px;
}
.col_but:active, .col_but:focus {
    outline: 0;
}
.more_rev {
    padding-top: 5px;
    text-align: right;
}
.more_rev a {
    font-size: 14px;
    text-decoration: none;
    color: #521112;
}
.more_rev a:hover {
    text-decoration: underline;
}
.form_sblock .f_req {
    background-color: #a9564b;
}
.mesError {
    display: none;
    font-size: 12px;
    text-align: center;
    color: #830000;
    font-weight: bold;
    margin-top: -5px;
    padding-bottom: 5px;
}
#success_mes {
    font-size: 18px;
    padding: 10px 0;
}
.lq_el {
    border: 1px solid #521012;
    padding: 5px 10px;
    margin: 10px 0;
}
.lqe_answer {
    border: 1px solid #a6513c;
    padding: 5px 10px;
    margin: 10px 0 0 50px;
}
.lqe_a {
    font-size: 14px;
    color: #830000;
    padding-bottom: 5px;
}
#main .content .lqe_q p {
    padding: 5px 0;
}
.lq_el_bl {
    margin-bottom: 25px;
}
.img_contacts a {
    width: 184px;
    float: left;
    margin: 0 0 10px 0;
}
.img_contacts img {
    margin: 0 2px;
    border: 2px solid #830000;
}
.img_contacts a:hover img {
    border-color: #666;
}
.img_contacts2 a {
    margin: 0 10px 0 0;
}
.img_contacts2 img {
    border: 2px solid #830000;
}
.img_contacts2 a:hover img {
    border-color: #666;
}
.img_contacts3 a {
    width: 25%;
    float: left;
    margin: 0 0 10px 0;
}
.img_contacts3 img, .image_stati img, .stati_big img {
    margin: 0 2px;
    border: 2px solid #830000;
    border-radius: 5px;
}
.img_contacts3 a:hover img, .image_stati:hover img {
    border-color: #666;
}
.workitem {
    margin-top: 15px;
}
.workitem .item {
    float: left;
    margin: 0 5px 10px 0;
}
.workitem .item a, .shop-workitem a, .border {
    border: 3px solid #830000;
    display: block;
    border-radius: 7px;
}
.workitem .item a img, .shop-workitem a img, .contimgright a img, .contimgleft a img, td .border img {
    border-radius: 4px;
}
.pleloader a {
    width: 250px;
    height: 333px;
    background-image: url('/templates/images/pleloader.GIF');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #830000;
}
.workitem .item a:hover, .shop-workitem a:hover {
    border-color: #666666;
}
.workitem .item a.text {
    border: medium none;
    font-size: 14px;
    padding: 4px 0 0;
    text-align: center;
    text-decoration: none;
}
.workitem .item a.text:hover {
    text-decoration: underline;
}
.contblock {
    margin-top: 10px;
}
.contblock .contitem {
    float: left;
    width: 186px;
}
.contable {
    /*float: left;

    margin: 0 20px 20px !important;

    width: 45% !important;*/
}
.video {
    border: 3px solid #830000;
    border-radius: 5px;
    display: inline-block;
    height: 214px;
    margin-right: 14px;
    width: 380px;
    margin-bottom: 37px;
}
.video:hover {
    border-color: #666666;
}
.video span {
    margin-top: 8px;
    text-align: center;
    display: block;
    color: #830000;
}
/* Наведение на фото */

.boxgrid {
    float: left;
    overflow: hidden;
    position: relative;
}
.boxgrid p {
    display: block;
    width: 210px;
    margin: 0 auto;
    margin-top: 150px;
    color: #ffffff;
    font-size: 14px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
/*	.boxcaption{
        float: left;
        position: absolute;
        background:url(/templates/images/loop.png) 57px 90px no-repeat black;
        height: 333px;
        margin-left: 3px;
        width: 98%;
        opacity: .7;
        !* For IE 5-7 *!
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
        !* For IE 8 *!
        -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
     }
         .captionfull .boxcaption {
             top: 338px;
             left: 0;
         }
         .caption .boxcaption {
             top: 338px;
             left: 0;
         }*/

.moreLink {
    display: block;
    height: 29px;
    width: 68px;
    background: url(more.png);
    text-indent: -9999px;
    position: absolute;
    top: 65px;
    right: 10px;
    outline: none
}
/*end*/

.form_feedback a {
    display: block;
    font-size: 18px;
    margin: 13px 0 0;
}
.form_feedback a:before {
    content: url('/templates/images/message.png');
    display: inline-block;
    float: left;
    margin-right: 14px;
}
.akc_description {
    display: block;
    margin: 8px auto 10px;
    padding-left: 10px;
    padding-right: 10px;
    width: 330px;
    word-wrap: break-word;
}
.akc_border {
    border: 3px solid #830000;
    border-radius: 5px;
    display: inline-block;
    float: left;
    min-height: 322px;
    margin-bottom: 46px;
    margin-right: 46px;
    width: 350px;
}
.img_akc {
    background-size: cover !important;
    display: block;
    height: 250px;
    margin: 0 auto;
    width: 350px;
}
.name_akc {
    color: #990000;
    display: block;
    margin: 0 auto;
    width: 350px;
    word-wrap: break-word;
    padding-left: 10px;
}
.image_stati {
    display: block;
    height: 150px;
    margin: 10px 20px 10px 10px;
    width: 200px;
    float: left;
}
.stati_cont {
    border: 1px solid #521012;
    border-radius: 5px;
    min-height: 171px;
    display: block;
    margin-bottom: 15px;
    text-align: left;
}
.prevImgBig {
    float: right;
    margin-left: 20px;
    margin-top: 7px;
}
.contfooter .conttext #img_big p {
    padding: 0px;
}
.stati_big {
}
/*Shop*/
.shop-item {
    text-align: center;
}
.shop-item a:last-of-type {
    border: none;
}
.shop-menu {
    margin-bottom: 10px;
}
.shop-menu a {
    color: #830000;
    font: 14px "Times New Roman";
    font-weight: bold;
    display: inline-block;
    padding-left: 40px;
    margin-right: 25px;
    position: relative;
    line-height: 32px;
    text-decoration: none;
}
.shop-menu a:before {
    content: '';
    position: absolute;
    width: 41px;
    height: 32px;
    left: 0;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.shop-menu a:first-child:before {
    background: url("/templates/images/lm2.png") 0 -15px no-repeat;
}
.shop-menu a:nth-child(2):before {
    background: url("/templates/images/lm10.png") 0 -1px no-repeat;
}
.shop-menu a:nth-child(3):before {
    background: url("/templates/images/lm8.png") 0 -10px no-repeat;
}
.shop-menu a:last-child:before {
    background: url("/templates/images/lm5.png") 0 2px no-repeat;
}
.shop-menu a:hover, .shop-inner-menu a:hover {
    text-decoration: underline;
}
.shop-inner-menu {
    margin-bottom: 10px;
}
#main .conttext .shop-inner-menu ul li {
    display: inline-block;
    list-style: none;
    background: none;
    padding: 0;
}
.shop-inner-menu li.active a {
    color: #2C0000;
    font-weight: bold;
}
.shop-inner-menu a {
    margin-right: 13px;
    text-decoration: none;
}
.shop-inner-menu + h2 {
    font-size: 18px;
    margin-bottom: 15px;
}
/*Shop item*/
.shop-menu .shop-menu-act-main {
    color: #2C0000;
    font-weight: bold;
}
.shop-workitem a, .shop-item-description {
    display: inline-block;
    vertical-align: top;
}
.shop-item a:first-child {
    display: block;
    position: relative;
}
.shop-item a:hover:first-child .shop-item-hover {
    opacity: 1;
}
.shop-pag li {
    list-style: none;
    float: left;
    margin-right: 10px;
}
.shop-item-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    left: 0;
    top: 0;
    opacity: 0;
    color: #DCD7CE;
    font: 14px "Times New Roman";
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -ms-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
}
.shop-item-hover img {
    margin-top: 55px;
    opacity: 0.85;
}
.shop-item-hover hr {
    width: 141px;
    font-size: 2px;
    border-color: #830000;
    margin: 16px auto;
}
.shop-workitem {
    min-height: 700px;
}
.shop-workitem a {
    width: 339px;
    height: 451px;
}
.shop-item-description {
    width: 410px;
    padding: 0 20px;
}
.shop-item-description h3 {
    font-size: 18px;
    margin: 0 0 20px;
}
.shop-item-description div {
    margin-bottom: 25px;
    color: #2B0000;
    line-height: 20px;
}
.shop-prise {
    color: #2B0101;
    font-size: 18px;
    font-weight: bold;
}
.shop-item-description div span {
    color: #830000;
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    font-weight: bold;
}
.shop-album {
    margin-top: 25px;
    font-size: 0;
}
.shop-album a, .shop-video-item {
    width: 105px;
    height: 130px;
    margin-bottom: 0;
    margin-right: 13px;
}
.shop-video-item {
    position: relative;
}
.shop-video-item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("/templates/images/youtube.png") center center no-repeat;
    z-index: 90;
    left: 0;
    top: 0;
}
.shop-video-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.01) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 0.01)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.01) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.01) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.01) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.01) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#03000000', GradientType=0);
    z-index: 100;
    left: 0;
    top: 0;
}
.info-block {
    margin: 20px 0 auto;
    width: 783px;
}
.info-block h2, .timing h2 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
}
.info-block-item {
    background: url("/templates/images/info-back.png") no-repeat;
    width: 229px;
    height: 82px;
    text-align: center;
    color: #EEE8C7;
    font: 16px "Times New Roman";
    float: left;
    margin-bottom: 10px;
    padding: 0 15px;
    box-sizing: border-box;
    vertical-align: middle;
    position: relative;
}
.info-block-item span {
    width: 199px;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.info-block-item:not(:nth-of-type(3n)) {
    margin-right: 48px;
}
.info-block-item:first-of-type:after, .info-block-item:nth-of-type(3):after, .info-block-item:nth-of-type(8):after {
    content: '';
    position: absolute;
    width: 36px;
    height: 51px;
    background: url("/templates/images/nale-short.png") no-repeat;
    top: -30px;
}
.info-block-item:first-of-type:after {
    left: -6px;
    -webkit-transform: rotate(-41deg);
    -moz-transform: rotate(-41deg);
    -ms-transform: rotate(-41deg);
    -o-transform: rotate(-41deg);
    transform: rotate(-41deg);
}
.info-block-item:nth-of-type(3):after, .info-block-item:nth-of-type(8):after {
    right: -12px;
}
.info-block-item:nth-of-type(8):after {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
}
.pointer {
    position: absolute;
    width: 39px;
    height: 19px;
    background: url("/templates/images/info-pointer_10.png") no-repeat;
    top: 50%;
    margin-top: -10px;
}
.pointer-right {
    right: -44px;
}
.pointer-left {
    left: -44px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.pointer-bottom {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index: 100;
    top: 85px;
}
.pointer-bottom-right {
    right: 4px;
}
.pointer-bottom-left {
    left: 4px;
}
.timing {
    margin: 0 auto;
    width: 783px;
    text-align: center;
}
.info-block:after, .timing:after {
    content: '';
    display: table;
    clear: both;
}
.timing-item {
    float: left;
    width: 25%;
    position: relative;
}
.timing-item:not(:last-of-type):after {
    content: '';
    position: absolute;
    width: 67px;
    height: 7px;
    top: 30%;
    right: -32px;
    background: url("/templates/images/timing-dot.png");
}
.timing-item div {
    width: 93px;
    height: 93px;
    border-radius: 100%;
    -webkit-box-shadow: inset 0 -1px 7px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 -1px 7px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 -1px 7px rgba(0, 0, 0, 0.2);
    background-image: -moz-linear-gradient(272deg, #701B1F 0%, #581617 100%);
    background-image: -o-linear-gradient(272deg, #701B1F 0%, #581617 100%);
    background-image: -webkit-linear-gradient(272deg, #701B1F 0%, #581617 100%);
    background-image: linear-gradient(178deg, #701B1F 0%, #581617 100%);
    border: 1px solid #000;
    position: relative;
    margin: 0 auto;
}
.timing-item div:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.timing-item:first-of-type div:after {
    background: url("/templates/images/timing-pict-1.png") center no-repeat;
}
.timing-item:nth-of-type(2) div:after {
    background: url("/templates/images/timing-pict-2.png") center no-repeat;
}
.timing-item:nth-of-type(3) div:after {
    background: url("/templates/images/timing-pict-3.png") center no-repeat;
}
.timing-item:last-of-type div:after {
    background: url("/templates/images/timing-pict-4.png") center no-repeat;
}
.timing-item span {
    color: #2B0101;
    font: 16px "Times New Roman";
    display: block;
    width: 125px;
    margin: 25px auto 0;
}
.image_stati img {
    width: 100%;
    margin-right: 7px;
}
.stati_big img {
    margin-left: 20px;
}
.stati_big#img_big a {
    border: none !important;
}
#main div.content .stati_big .contimgright {
    margin-left: 0;
}
/*payment*/
.payment {
    width: 899px;
    height: 108px;
    background: url("../images/band-payment.png") center no-repeat;
    text-align: center;
    margin-left: -25px;
    position: absolute;
    bottom: -135px;
}
.payment:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    top: -20px;
    left: 50%;
    margin-left: -20px;
    background: url("../images/lm9.png") no-repeat;
}
.payment > div:first-child {
    color: #FFD569;
    font: 16px "Times New Roman";
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
    padding-top: 18px;
}
.payment-items {
    margin: 23px auto 0;
}
.payment-items div {
    color: #EFE9C7;
    font: 14px "Times New Roman";
    font-weight: 400;
    display: inline-block;
}
.payment-items img {
    vertical-align: middle;
    margin-right: 2px;
}
.payment-items div:nth-of-type(2) {
    margin: 0 45px;
}
.payment-items span {
    color: #BFB9A3;
}
.contacts_block{
	left: 863px;
    position: absolute;
    text-align: right;
    top: 14px;
    width: 346px;
}
.btn-consult{
	background: rgba(0, 0, 0, 0) url("/templates/images/consultation.png") no-repeat scroll 0 0;
	height: 80px;
    left: 916px;
    position: absolute;
    text-align: right;
    top: 123px;
    width: 280px;
}
.btn-consult:hover{
	background: rgba(0, 0, 0, 0) url("/templates/images/consultation_hover.png") no-repeat scroll 0 0;
}
.consult-text:hover{
	color: #fff;
}
.consult-wrap{
	color: #e6c35e;
    display: block;
    font-size: 18px;
    font-style: italic;
    height: 40px;
    left: 10px;
    padding: 0;
    position: relative;
    text-decoration: none;
    top: 11px;
    width: 251px;
}
.consult-text{
	color: #e6c35e;
    display: block;
    font-size: 18px;
    font-style: italic;
    height: 40px;
    left: -8px;
    padding: 0;
    position: relative;
    text-decoration: none;
    top: 4px;
}
.consult-text:before{
	background: rgba(0, 0, 0, 0) url("/templates/images/bow.png") no-repeat scroll 0 0;
	content: "";
    display: block;
    height: 33px;
    left: 18px;
    position: absolute;
    right: 9px;
    top: 1px;
}
.city-cont{
	font-family: "Conv_allegretto-script-two";
	font-size: 26px;
	color: #ffc153;
}
.numb-cont{
	color: #f4ec9c;
	font-size: 16px;
	text-decoration: none;
}
.hide-map{
	padding: 5px 0 9px 18px !important;
}
.btn-hide-map{
	cursor: pointer;
}
.btn-hide-map strong{
border-bottom: 1px dashed #830000;
}
.btn-hide-map2{
	cursor: pointer;
}
.btn-hide-map2 strong{
border-bottom: 1px dashed #830000;
}
.icon-shape{
	display: inline-block;
	background: transparent url("/templates/images/shape.png") no-repeat scroll 0 0;
    content: "";
    height: 10px;
    margin: 5px 33px 0;
    position: absolute;
    width: 15px;
}
.strelka{
transform: rotate(180deg);
}
.expand tr:last-child{
	position: relative;
}
.expand tr:last-child:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0; 
	display: block;
	width: 100%;
	height: 50px;
	background-image: -webkit-linear-gradient(rgba(226,211,188, 0), rgb(226,211,188) 100%, rgb(226,211,188));
	background-image: -o-linear-gradient(rgba(226,211,188, 0), rgb(226,211,188) 100%, rgb(226,211,188));
	background-image: linear-gradient(rgba(226,211,188, 0), rgb(226,211,188) 100%, rgb(226,211,188));
}
.block_cont_map{
	display: inline-block; width: 49%;
	vertical-align: top;
	margin-right: 6px;
}
#uptocall-mini {
    /* button fixed right-bottom
	bottom: 100px;
    cursor: pointer;
    height: 70px;
    position: fixed;
    right: 100px;
    width: 70px;
    z-index: 200998;
	display: block;
	*/
	cursor: pointer;
    display: block;
    height: 70px;
    left: 827px;
    position: relative;
    top: 60px;
    width: 70px;
    z-index: 200998;
}
#uptocall-mini #uptocall-mini-main {
    animation: 1.5s ease-out 0s normal none infinite running uptocallmini;
    background-clip: padding-box;
    border-radius: 50% !important;
	height: 83px;
    width: 80px;
	background-image: url("/templates/images/button_pen.png");
}
#uptocall-mini #uptocall-mini-main:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 4px;
    left: 5px;
	background-image: url("/templates/images/pen_ic.png");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-animation: uptocallphone 1.5s linear infinite;
    -moz-animation: uptocallphone 1.5s linear infinite;
    animation: uptocallphone 1.5s linear infinite;
}
#uptocall-mini:hover {
    opacity: 0.8;
}
.uptocall-blur {
    filter: blur(2px);
}
@keyframes uptocallphone {
0% {
    transform: rotate(0deg);
}
25% {
    transform: rotate(30deg);
}
50% {
    transform: rotate(0deg);
}
75% {
    transform: rotate(-30deg);
}
100% {
    transform: rotate(0deg);
}
}
.card_send_form textarea{
	background-color: #cebf99;
    border: 1px solid #9b8157;
    border-radius: 5px;
    color: #2e0000 !important;
    font-family: "Times New Roman";
    font-size: 14px;
    padding: 8px 0 5px 10px;
    width: 608px;
}
.card_send_form input {
    background-color: #cebf99;
    border: 1px solid #9b8157;
    border-radius: 5px;
    height: 25px;
    margin: 20px 7px 13px 0;
    padding-left: 10px;
    width: 136px;
	color: #2e0000;
	font-family: "Times New Roman";
	font-size: 14px;
}
.card_send_form input:focus {
	border-color: #521112; 
}
.card_send_form textarea:focus {
	border-color: #521112; 
}

.card_send_form select[name="FCity"]{
	margin-right: 0;
}
.card_send_form select{
	background-color: #cebf99;
    border: 1px solid #9b8157;
    border-radius: 5px;
    color: #705d3e;
    height: 29px;
    margin: 20px 8px 13px 0;
    padding-left: 10px;
    width: 142px;
	cursor: pointer;
}

.card_send_form textarea{
	background-color: #cebf99;
    border: 1px solid #9b8157;
    border-radius: 5px;
    color: #2e0000 !important;
    font-family: "Times New Roman";
    font-size: 14px;
    padding: 8px 0 5px 10px;
    width: 608px;
}
.order_form input {
    background-color: #cebf99;
    border: 1px solid #9b8157;
    border-radius: 5px;
    height: 25px;
    margin: 20px 7px 13px 0;
    padding-left: 10px;
    width: 136px;
	color: #2e0000;
	font-family: "Times New Roman";
	font-size: 14px;
}
.order_form input:focus {
	border-color: #521112; 
}
.order_form textarea:focus {
	border-color: #521112; 
}

.order_form select[name="FCity"]{
	margin-right: 0;
}
.order_form select{
	background-color: #cebf99;
    border: 1px solid #9b8157;
    border-radius: 5px;
    color: #705d3e;
    height: 29px;
    margin: 20px 8px 13px 0;
    padding-left: 10px;
    width: 142px;
	cursor: pointer;
}
.order_form textarea{
	background-color: #cebf99;
    border: 1px solid #9b8157;
    border-radius: 5px;
    color: #2e0000 !important;
    font-family: "Times New Roman";
    font-size: 14px;
    padding: 8px 0 5px 10px;
    width: 608px;
}
.send_form{
	background-color: #521112;
    border: 1px solid #2a0304;
    border-radius: 5px;
    box-shadow: 0 0 2px rgb(0, 0, 0);
    color: #b9a179;
    display: block;
    font-family: "Times New Roman",Times,regular;
    font-size: 14px;
    margin: 10px auto;
    padding: 5px 15px;
	cursor: pointer;
}
span.close-form{
	border-bottom: 1px solid #521112;
    color: #521112;
    cursor: pointer;
    display: block;
    font-size: 14px;
    height: 17px;
    margin: 0 auto;
    width: 49px;
}
span.close-form:hover{
	border-bottom: none;
}
.hide-table{
	display: none; 
}
#cover_form{
	background: #c3a879 none repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 0 0 35px rgb(0, 0, 0);
    color: #444;
    height: 208px;
    padding: 8px 20px 30px;
    position: fixed;
    text-shadow: none;
    top: 317px;
    width: 622px;
    z-index: 100000;
} 

#order_form{
	background: #c3a879 none repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 0 0 35px rgb(0, 0, 0);
    color: #444;
    height: 208px;
    padding: 8px 20px 30px;
    position: fixed;
    text-shadow: none;
    top: 317px;
    width: 622px;
    z-index: 100000;
} 

@-moz-document url-prefix()	{
	#cover_form {
	    height: 253px;
	}
	#order_form {
	    height: 253px;	
	}
}
.ribbon-form{
	background-image: url("/templates/images/ribbon-form.png");
    background-repeat: no-repeat;
    height: 60px;
    left: 125px;
    position: absolute;
    top: -60px;
    width: 415px;
}
.stone-form{
	background-image: url("/templates/images/stone.png");
    background-repeat: no-repeat;
    height: 34px;
    left: 312px;
    position: absolute;
    top: -74px;
    width: 38px;
	z-index: 10000;
}
.text-form{
	color: #ffd66a;
    display: block;
    font-weight: 600;
    height: 18px;
    left: 282px;
    margin: 0 auto;
    position: absolute;
    top: -40px;
    width: 100px;
    z-index: 10000;
}
#response_msg{
	background-color: rgb(195, 168, 121);
    border-radius: 4px;
    box-shadow: 0 0 35px rgb(0, 0, 0);
    display: block;
    height: 62px;
    left: 43.3%;
    padding-top: 30px;
    position: fixed;
    text-align: center;
    width: 300px;
    z-index: 10000;
	top: 50%;
}
.form_response_otziv{
	background-color: rgb(195, 168, 121);
    border-radius: 4px;
    box-shadow: 0 0 35px rgb(0, 0, 0);
    display: block;
    height: 62px;
    left: 43.3%;
    padding-top: 30px;
    position: fixed;
    text-align: center;
    width: 300px;
    z-index: 10000;
	top: 50%;
}
.error{
	box-shadow: 0 0 6px rgb(177, 13, 0);
}
.btn-cont-write {
    color: #830000;
	cursor: pointer;
	text-decoration: underline;
}
.btn-cont-write:hover {
    text-decoration: none;
}
.btn-cont-write:focus {
    outline: none;
}
/*web-pro*/
.constructor .price{
	margin: 0;
}
#main div.content .constructor ul li {
	margin: 3px 0 3px 3px;
}
