html {
    height: 100%;
    background: url('../images/new_bg.png') repeat 0 0;
    color: #fff;
    font-family: Georgia, sans-serif;
    font-size: 16px;
}

body {
    height: 100%;
    min-width: 1000px;
}

h1, h2, h3, h4 {
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: normal;
}

a {
    text-decoration: underline;
    cursor: pointer;
}

h3 {
    font-size: 26px;
}

label:hover {
    cursor: pointer;
    opacity: 0.7;
}

a:hover {
    opacity: 0.7;
}

.wrapper {
    margin: 0 auto;
    width: 1000px;
    /* overflow: hidden; */
}

ul.simple {
    margin: 0;
    padding: 0;
    list-style: none;
    max-height: 200px;
    overflow-y: auto;
}

ul.people {
    width: 176px !important;
}

ul.time {
    width: 143px !important;
}

ul.simple li {
    margin: 0;
    padding: 0;
}

ul.sep {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.sep li {
    margin: 0;
    display: inline;
    padding: 7px 7px 7px 10px;
    background: url('../images/ul_sep.png') no-repeat left top;
}

ul.sep li:first-child {
    background: none;
    padding-left: 0;
}

ul.sep li a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
}
ul.sep li a  span {
    color: #87DDD9;
}

#header {
    height: 95px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 18px;
}

#logo {
    margin: 0;
    padding: 49px 0 0 0;
    float: left;
}

#logo a {
    float: left;
    color: #fff;
    text-decoration: none;
}

#logo span {
    color: #5fc9ce;
}

#logo img {
    float: left;
}

#towns {
    float: left;
    margin: 55px 0 0 40px;
    padding: 0 16px 0 0;
    cursor: pointer;
    /*	font-weight:bold;*/
    background: url('../images/arrow_down.png') no-repeat right 11px;
}

#towns:hover {
    background: url('../images/arrow_up.png') no-repeat right 11px;
}

#select_town {
}

#select_towns {
    position: absolute;
    background: #222a31 url('../images/bg.png') 2px 0;
    color: #fff;
    line-height: 30px;
    font-size: 16px;
    display: none;
    padding: 0;
    z-index: 999999999999;
}

#select_towns ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#select_towns ul li {
    cursor: pointer;
}

#select_towns ul li a {
    color: #fff;
    display: block;
    padding: 0 10px;
    text-decoration: none;
}

#select_towns ul li:hover {
    background: #5a6678;
}

#select_towns ul li span {
    color: #5fc9ce;
}

#select_towns ul li:hover span {
    color: #2ba7ad;
}

#bemobile {
    text-align: center;
    padding-top: 40px;
    /*	font-weight: bold;*/
}

#bemobile img {
    vertical-align: sub;
    margin-left: 5px;
}

#bemobile img.ios {
    margin-left: 15px;
}

#auth {
}

#auth li.cabinet {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

#auth li.cabinet a {
    padding-right: 10px;
}

#auth ul.sep {
    color: #cecece;
    font-size: 17px;
    padding-top: 18px;
}

#auth ul.sep li {
    padding: 7px 15px 5px 18px;
    background-position: left 1px;
}

#auth ul.sep li:last-child {
    padding-right: 0;
}

#auth ul.sep a {
    color:#FFF;
    /*	font-weight: bold;*/
}

#auth ul.sep a:hover {
    text-decoration: none;
}

#auth ul.sep a.sel {
    border-bottom: 2px solid #25dddd;
}

#menu {
    padding: 14px 0 0 0;
}

#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#menu ul li {
    margin: 0;
    padding: 7px 18px 5px 0;
    display: inline;
}

#menu ul li:first-child {
    padding-left: 0;
}

#menu ul li:last-child {
    padding-right: 0;
}

#menu ul li a {
    color: #fff;
    text-decoration: none;
    /*	font-weight: bold;*/
}

.blue {
    color: #87ddd9;
}

#menu ul li img {
}

#menu ul li.sel a {
    border-bottom: 2px solid #ffed00;
}

.right {
    float: right;
    text-align: right;
}

.left {
    float: left;
    text-align: left;
}

.black_line {
    background: #272d36;
    font-size: 18px;
    line-height: 50px;
    font-family: 'PT Sans Narrow', sans-serif;
}

.black_line .sep {
    padding: 9px 38px;
    background: url('../images/sep.png') no-repeat center;
}

.black_line .wrapper {
    width: 890px;
}

.black_line .stars {
    float: left;
    line-height: 47px;
}

.black_line .votes {
    float: right;
    text-align: right;
}

#reserve {
    background: #4c5766 url('../images/reserve.png') bottom repeat-x;
    color: #fff;
    text-align: center;
    font-family: 'PT Sans Narrow', sans-serif;
    line-height: 19px;
    font-size: 22px;
    padding-bottom: 30px;
}

#reserve .reserves {
    float: left;
}

#reserve .reserves h3 {
    color: #c2c4d3;
    margin: 42px 0 20px 0;
    font-size: 30px;
    line-height: 30px;
    /* font-weight: bold; */
}

#reserve .reserves .yellow {
    color: #ffed00;
}

.reserve_item {
    background: url('../images/line.png') no-repeat center 50px;
    float: left;
    width: 180px;
    margin: 20px 40px 0px 0;
    text-shadow: 1px 1px 0px #444;
}

.reserve_item .reserve_title {
    font-style: normal;
    font-family: Tahoma, sans-serif;
    font-weight: bold;
    font-size: 22px;
    padding: 0 0 20px 0;
    height: 44px;
}

.reserve_item .reserve_title span {
    display: block;
    padding: 15px 0 0 0;
}

.forms {
    font-style: normal;
    font-family: 'PT Sans Narrow', sans-serif;
    text-align: left;
}

.bytime {
    line-height: 55px;
    background: #222a31 url('../images/bg.png');
    color: #fff;
    box-shadow: 0px 3px 3px #2a3541;
    font-size: 18px;
    font-family: Georgia, sans-serif;
    margin-top: 16px;
}

.sort .blue {
    color: #7accc8;
}

.forms h3 {
    font-size: 24px;
    display: inline;
    float: left;
    margin: 0 36px 0 9px;
}

.forms .label {
    float: left;
    padding: 0 5px 0 10px;
    line-height: 53px;
}

.forms .select {
    margin: 14px 42px 0 0;
    padding: 0 10px 0 10px;
    line-height: 27px;
    font-size: 15px;
    float: left;
    background: #efefef;
    cursor: pointer;
    color: #514548;
    position: relative;
}

.forms #people {
    width: 156px;
}

.forms #date {
    width: 118px;
}

.forms #time {
    width: 123px;
}

.forms .select .arrow {
    background: url('../images/arrow_down2.png') right 9px no-repeat;
    padding-right: 27px;
    padding-top: 1px;
}

.forms .select .arrow:hover {
    opacity: 0.7;
}

.forms .select.click .arrow {
    background: url('../images/arrow_up2.png') right 6px no-repeat;
}

.forms .select .popup {
    display: none;
    position: absolute;
    padding-top: 9px;
    line-height: 24px;
    z-index: 100;
    background: url('../images/top_corner.png') no-repeat center 2px;
    position: absolute;
    left: 0;
}

.forms .select.click .popup {
    display: block;
}

.forms .select.click #datepicker {
    background: none;
}

.forms .select .popup ul {
    width: 113px;
}

.forms .select .popup ul.sort_rest {
    width: 125px;
    text-align: left;
}

.forms .select .popup li {
    background: #efefef;
    padding: 0 0 0 15px;
    margin-left: -10px;
    cursor: pointer;
}

.forms .select .popup li:hover {
    background: #272d36;
    color: #fff;
}

#select_date {
    display: none;
}

.bytime .find {
    text-shadow: none;
    float: right;
    color: #000;
    background: #ffed00;
    height: 55px;
    padding: 0 30px;
    cursor: pointer;
    font-size: 22px;
    border: none;
    font-family: inherit;
}

.bytime .find:hover {
    opacity: 0.8;
    background: #87DDD9;
}

.or {
    text-align: center;
    font-size: 32px;
    color: #2ba7ad;
    line-height: 51px;
    padding-bottom: 3px;
}

.byname {
    background: #101d2f url('../images/bg.png');
    padding: 6px;
    width: 695px;
    margin: 0 auto;
}

.byname img {
    cursor: pointer;
    float: right;
    position: relative;
    top: 2px;
}

.byname .input_text {
    background: #ffffff;
    padding: 0 5px;
    color: #535353;
    font-size: 20px;
    line-height: 35px;
    text-shadow: 1px 1px 0px #fff;
}

.byname .input_text input {
    border: none;
    width: 620px;
    color: #000;
    font-size: 20px;
    font-family: 'PT Sans Narrow', sans-serif;
    outline: none;
}

.new_select {
    padding: 27px 0 0 0;
}

.new_select h1 {
    margin: 0px 45px 3px 45px;
    padding: 0;
    font-size: 24px;
    line-height: 24px;
    background: url('../images/line4.png') no-repeat left center;
    text-align: center;
}

.new_select h1 span {
    background: url('../images/line5.png') no-repeat right center;
    display: block;
}

.select_title {
    font-family: 'PT Sans Narrow', sans-serif;
    padding: 10px 0 10px 0;
    width: 710px;
    margin: 0 auto;
    background: url('../images/line3.png') no-repeat 230px center;
    font-size: 19px;
    line-height: 19px;
    font-weight: bold;
}

.select_title span {
    color: #2ba7ad;
}

.select_title a {
    color: black;
    text-decoration: none;
}

.social {
    text-align: center;
    margin-top: 22px;
}

#services .uls {
    width: 270px;
    padding-top: 15px;
}

.uls {
    color: #514548;
    font-size: 14px;
    margin: 0 auto;
    line-height: 26px;
    padding: 0 0 22px 0;
}

.uls a {
    text-decoration: none;
}

.uls a:hover {
    text-decoration: underline;
}

.uls h4 {
    display: inline;
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #2ba7ad;
    font-weight: bold;
}

.uls_title {
    line-height: 34px;
    padding: 20px 0 1px 0;
    text-align: left;
}

.uls_title img {
    vertical-align: text-bottom;
    margin: 0 2px 0 0;
}

.location .uls_title {
    padding-left: 13px;
}

.kitchen .uls_title {
    padding-left: 8px;
}

.theme .uls_title {
    padding-left: 12px;
}

.check .uls_title {
    padding-left: 22px;
}

.uls .more {
    font-family: 'PT Sans Narrow', sans-serif;
    margin: 0px 0 0 42px;
    background: url('../images/arrow_down3.png') right center no-repeat;
    display: inline;
    padding: 0 13px 0 0;
    color: #2ba7ad;
    font-weight: bold;
}

.uls .more:hover {
    text-decoration: none;
}

.uls .more.click {
    background-image: url('../images/arrow_up3.png');
}

.uls li.hide_more {
    display: none;
}

.uls .item {
    float: left;
    width: 250px;
}

.uls .location {
    width: 260px;
}

.uls .theme, .uls .check {
    width: 240px;
}

.uls ul {
    list-style: none;
    margin: 0 0 4px 42px;
    padding: 0;
    height: 130px;
    overflow: hidden;
    width: 200px;
}

.uls .location ul {
    width: 220px;
}

.uls ul.more_list {
    height: 150px;
    overflow-y: scroll;
    display: none;
    width: 220px;
    border: 1px solid #999;
}

.uls ul li {
    padding: 0;
    margin: 0;
}

.uls ul li a {
    color: #514548;
}

.uls ul li a:hover {
    text-decoration: none;
}

#slide_left,
#slide_right {
    width: 40px;
    height: 65px;
    margin: 145px 0 0 40px;
    cursor: pointer;
}

#slide_left:hover,
#slide_right:hover {
    opacity: 0.7;
}

#slide_left {
    background: url('../images/arrow_left.png');
    float: left;
}

#slide_right {
    background: url('../images/arrow_right.png');
    float: right;
    margin-right: 40px;
}

#slide_left:active {
    margin-left: 41px;
    margin-top: 146px;
}

#slide_right:active {
    margin-right: 39px;
    margin-top: 146px;
}

.new_select #slides {
    width: 710px;
    height: 360px;
    margin: 0 auto;
    text-align: center;
    background: #010101;
    color: #f1f1f1;
}

.new_select #slides  a {
    color: #F1F1F1;
}

.new_select #slides .more {
    padding: 12px 20px;
    position: relative;
    top: -54px;
    background-color: black;
    margin-bottom: 10px;
    min-height: 30px;
}

.new_select #slides h2 {
    margin: 0;
    padding: 0;
    font-size: 30px;
    line-height: 30px;
    margin-top: -2px;
}

.new_select #slides span {
    float: left;
    margin-left: 10px;
    color: red;
    margin-top: -3px;
}

.new_select #slides .stars {
    color: #fff;
    font-style: italic;
    font-size: 16px;
    line-height: 30px;
}

.new_select #slides .stars span {
    margin-left: 10px;
    color: white;
    margin-top: 0;
}

.new_select #slide_nums {
    width: 670px;
    padding: 0 20px;
    margin: 0 auto;
    background: #010101;
    color: #f1f1f1;
    font-size: 13px;
    line-height: 22px;
    font-family: Tahoma, sans-serif;
    text-align: left;
    margin-top: 6px;
}

.new_select #slide_nums a {
    color: #f1f1f1;
    text-decoration: none;
    padding: 3px 3px;
    margin-left: 1px;
    font-weight: bold;
}

.new_select #slide_nums a:hover {
    background: #59bcc1;
    opacity: 1;
}

.new_select #slide_nums a.activeSlide {
    background: #59bcc1;
}

.new_select.light {
    background: #f5f5f5;
    font-size: 14px;
    color: #292325;
}

.purple {
    background: #e4e5ef;
    font-size: 14px;
    color: #292325;
    padding-bottom: 22px;
}

#mobile {
    background: #222a31 url('../images/bg2.png');
    height: 405px;
    color: #afb0bb;
}

#mobile .iphone_android {
    float: left;
    margin: 47px 0 0 67px;
}

#mobile .iphone_android .shadow {
    height: 0px;
    width: 0px;
    position: absolute;
    box-shadow: 0px 0px 500px 100px #afb0bb;
    border-radius: 50px;
    margin: 179px 0 0 216px;
    opacity: 0.6;
}

#mobile .iphone_android img {
    display: block;
    position: absolute;
}

#mobile .with {
    margin: 0 0 0 463px;
}

#mobile h3,
#mobile h4 {
    margin: 0;
    padding: 0;
}

#mobile h3 {
    font-size: 32px;
    line-height: 32px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: bold;
    padding: 75px 0 0 0;
}

#mobile h4 {
    font-size: 30px;
    line-height: 36px;
    margin: 30px 0 65px 0;
}

#mobile h3 span {
    color: #5fc9ce;
}

#mobile .mobile_apps {
}

#mobile .mobile_apps img {
} 

#footer {
    font-family: 'PT Sans Narrow', sans-serif;
    line-height: 36px;
    padding: 30px 0 100px 0;
    position: relative;
}

#footer .follow {
    text-decoration: none;
    float: right;
    color: #fff;
}

#footer .follow:hover {
    text-decoration: underline;
}

#footer .copy {
    color: #cecece;
}

#footer ul.sep {
    display: inline;
    width: 692px;
}

#footer ul.sep li.sel a {
    border-bottom: 2px solid #25dddd;
}
/* 
#listing {
    padding: 30px 0;
}

#listing h2 {
    margin: 0;
    padding: 0;
    color: #292325;
    font-size: 22px;
    line-height: 40px;
    text-align: center;
    border-bottom: 2px solid #101d2f;
}

#listing .uls {
    background: #fff;
    border-left: 1px solid #d9dae4;
    border-right: 1px solid #d9dae4;
    width: 257px;
    padding-bottom: 7px;
}

#listing .uls_title {
    padding-top: 15px;
}

#listing .item {
    padding-left: 16px;
    padding-bottom: 13px;
    background: url('../images/uls_line.png') center bottom no-repeat;
}

#listing .item.check {
    background: none;
}

#listing .item ul {
    margin-left: 0;
    height: 125px;
    overflow: hidden;
    width: 240px;
}

#listing .item li {
    padding-left: 5px;
}

#listing .item li label img {
    margin-top: -3px;
}

#listing .item li input {
    float: left;
    margin-top: 6px;
    margin-right: 5px;
}

#listing .location .uls_title {
    padding-left: 33px;
}

#listing .kitchen .uls_title {
    padding-left: 60px;
}

#listing .theme .uls_title {
    padding-left: 53px;
}

#listing .check .uls_title {
    padding-left: 48px;
}

#listing .uls .more {
    margin-left: 24px;
    padding-left: 0px;
}

#listing .uls .more:hover {
    text-decoration: none;
} */

.reset {
    background: #313843;
    color: #f3eeee;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    width: 257px;
    margin-left: 1px;
}

.reset a {
    color: #f3eeee;
    text-decoration: none;
}

.reset a:hover {
    text-decoration: none;
}
/* 
#listing .positions {
    text-align: left;
    width: 721px;
}

#listing .positions a {
    text-decoration: none;
}

#listing .positions .pos {
    font-size: 15px;
    color: #000;
    background: #fff;
    height: 155px;
    padding-right: 7px;
    box-shadow: 1px 1px 2px 0px #bbb;
    margin-top: 10px;
}

#listing .positions .pos .rest_name {
    margin: 0;
    padding: 7px 0 3px 0;
    line-height: 26px;
    font-size: 26px;
    font-family: 'PT Sans Narrow', sans-serif;
    display: block;
}

#listing .positions .pos .rest_name span {
    color: red;
    margin-right: 10px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    top: -10px;
}

#listing .positions .pos .pos_pic {
    float: left;
    margin-right: 20px;
    width: 205px;
}

#listing .positions .pos .stars {
    padding-bottom: 15px;
    height: 20px;
}

#listing .positions .pos .stars span {
    color: #6d5e62;
    font-style: italic;
    font-size: 16px;
    margin-left: 4px;
}

#listing .positions .pos .about {
    line-height: 22px;
}

#listing .positions .pos .about img {
    position: relative;
    top: -2px;
}

#listing .positions .pos .see {
    background: #2b313c;
    float: right;
    color: #fff;
    font-size: 17px;
    line-height: 26px;
    padding: 0 16px 1px;
    margin: 4px 0 0 0;
}

#listing .positions .pos .see:hover {
    opacity: 0.7;
} */

.positions .map,
.positions .sort {
    line-height: 45px;
    background: #222a31 url('../images/bg.png');
    color: #fff;
    font-size: 18px;
    font-family: Georgia, sans-serif;
    float: left;
}

.positions .sort {
    width: 502px;
    padding: 0 10px;
}

.positions .sort .select {
    margin-top: 9px;
}

.positions .sort .label {
    font-family: 'PT Sans Narrow', sans-serif;
    padding-right: 7px;
    padding-left: 18px;
    line-height: 45px;
}

.sort .blue {
    color: #7accc8;
}

.sort h3 {
    font-size: 24px;
    margin: 0;
    padding: 0;
    float: left;
}

.positions .map {
    float: right;
    width: 170px;
    padding-left: 20px;
    line-height: 45px;
}

.positions .map .checkbox {
    line-height: 45px;
    font-size: 18px;
    font-family: 'PT Sans Narrow', sans-serif;
    cursor: pointer;
}

#map {
    margin-right: 5px;
}

.positions .byname {
    width: 709px;
    margin: 0;
    margin-top: 10px;
    display: block;
}

.positions .byname .input_text {
    line-height: 33px;
}

.positions .byname .input_text input {
    width: 450px;
}

#detail {
    padding: 30px 0;
}

#detail .blue {
    color: #80e9ee;
}

#detail .description {
    width: 706px;
    background: #fff;
    box-shadow: 0px 1px 2px 0px #bbb;
    padding-bottom: 35px;
}

#detail .description.mod_1 {
    width: auto;
    margin-right: 23px;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#detail .description.mod_1 .left.info {
    background: #fff;
    width: 240px;
}

#detail .description .back {
    font-family: 'PT Sans Narrow', sans-serif;
    background: #222a31 url('../images/bg.png');
    color: #fff;
    padding-left: 9px;
    font-size: 16px;
}

#detail .description .back a {
    color: #fff;
    text-decoration: none;
    display: block;
    line-height: 27px;
    background: url('../images/arrow_left2.png') no-repeat left center;
    padding-left: 17px;
}

#detail .description h1 {
    font-size: 38px;
    text-align: center;
    margin: 10px 0 0px 0;
    padding: 0;
}

#detail .description h1  span {
    color: red;
    margin-right: 10px;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    top: -15px;
}

#detail .description .stars {
    float: left;
    line-height: 31px;
    margin-left: 70px;
    margin-top: 3px;
}

#detail .description .votes {
    float: left;
    font-size: 18px;
    line-height: 31px;
    margin-left: 13px;
}

#detail .description .visit {
    float: left;
    font-size: 18px;
    line-height: 31px;
}

#detail .description .sep {
    background: url('../images/sep2.png') no-repeat left top;
    width: 1px;
    height: 31px;
    float: left;
    margin: 0 35px;
}

#detail .description .slideshow {
    margin-bottom: 35px;
    margin-top: 10px;
}

#detail .description #slides {
    height: 360px;
}

#detail .description .slideshow .pagination {
    background: #000;
    opacity: 0.8;
    height: 25px;
    margin-top: -25px;
    text-align: center;
    height: 25px;
    z-index: 100;
    position: relative;
}

#detail .description .slideshow .pagination a {
    border-radius: 50px;
    background: #ccc;
    width: 9px;
    height: 9px;
    display: inline-block;
    position: relative;
    margin: 0 8px 0 8px;
    font-size: 0;
    line-height: 0;
    top: -6px;
}

#detail .description .slideshow .pagination a.activeSlide {
    background: #d7c90a;
}

#detail .description .left.info {
    width: 254px;
}

#detail .description .left.info h3 {
    font-size: 22px;
    line-height: 34px;
    padding: 0;
    margin: 0 0 13px 0;
    background: url('../images/section.png') bottom center no-repeat;
    text-align: center;
}

#detail .description .left.info .yandex_map {
    font-size: 16px;
    padding-left: 20px;
    line-height: 19px;
    font-weight: bold;
    color: #514548;
    padding-right: 20px;
}

#detail .description .left.info .yandex_map a {
    color: #514548;
    text-decoration: none;
    font-weight: bold;
}

#detail .description .left.info .yandex_map span {
    font-weight: normal;
    font-family: Georgia, sans-serif;
    font-size: 14px;
}

#detail .description .left.info .yandex_map img {
    margin-top: 7px;
    margin-bottom: 14px;
}

#detail .description .left.info .yandex_map .address {
    margin-bottom: 19px;
}

#detail .description .left.info .yandex_map .ya_map {
    width: 196px;
    height: 140px;
    border: 5px solid #E5E5E5;
    margin-top: 10px;
}

#detail .description .left.text {
    width: 420px;
    padding-left: 16px;
    padding-right: 15px;
    border-left: 1px solid #97a2b1;
    line-height: 18px;
}

#detail .description .left.text h2 {
    background: url('../images/h1.png') left center no-repeat;
    font-size: 20px;
    margin: 0;
    padding: 0;
    padding-left: 15px;
    margin-top: 22px;
    margin-bottom: 2px;
}

#detail .description .left.text p {
    margin: 0;
    padding: 0;
    padding-left: 15px;
}

#detail .description .left.text .menu {
    background: #f2f2f2;
    border-bottom: 1px solid #101d2f;
    font-size: 17px;
    font-family: 'PT Sans Narrow', sans-serif;
    height: 39px;
    margin-bottom: 5px;
    font-weight: bold;
}

#detail .description .left.text .menu a {
    line-height: 39px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    color: #000;
    text-decoration: none;
    float: left;
    text-align: center;
}

#detail .description .left.text .menu a.des {
    width: 76px;
}

#detail .description .left.text .menu a.com2,
#detail .description .left.text .menu a.com {
    width: 170px;
}

#detail .description .left.text .menu a.sel {
    color: #fff;
    background: #222a31 url('../images/bg.png');
}

#detail .description .left.text .menu a:first-child {
    border-left: none;
}

#detail .description .left.text .menu a:last-child {
    border-right: none;
}

#detail .description .left.text .menu a.des:hover,
#detail .description .left.text .menu a.com2:hover,
#detail .description .left.text .menu a.com:hover {
    background: #222a31 url('../images/bg.png');
    color: #fff;
}

#detail .uls {
    margin-top: -5px;
    padding-bottom: 0;
}

#detail .uls .item {
    background: url('../images/section.png') bottom center no-repeat;
    padding-left: 10px;
}

#detail .uls .item ul li img {
    position: relative;
    top: -2px;
}

#detail .uls .theme.item {
    padding-bottom: 20px;
}

#detail .uls ul {
    margin-left: 42px;
    line-height: 20px;
    padding-bottom: 10px;
}

#detail .uls_title {
    padding-top: 7px;
}

#detail .location .uls_title {
    padding-top: 0px;
}

#detail .calendar {
    font-family: 'PT Sans Narrow', sans-serif;
    color: #fff;
    width: 275px;
    background: #222a31 url('../images/bg.png');
    text-align: left;
    padding: 25px 0 0px 0;
}

#detail .calendar .percent {
    border-bottom: 1px solid #51555f;
    font-size: 16px;
    line-height: 21px;
    padding: 0 14px 22px 14px;
    font-weight: bold;
}

#detail .calendar .percent .blue {
    color: #80e9ee;
    font-size: 35px;
    float: left;
    padding-right: 10px;
    line-height: 62px;
}

#detail .calendar div.yellow {
    font-size: 22px;
    color: #000;
    line-height: 43px;
    background: #ffed00;
    text-align: center;
    margin-bottom: 28px;
    padding-top: 2px;
    font-weight: bold;
}

#detail .calendar div.yellow:hover {
    opacity: 0.7;
    cursor: pointer;
}

#detail .calendar .section {
    padding: 25px 20px 0 20px;
    background: url('../images/section.png') bottom center no-repeat;
    font-size: 18px;
}

#detail .calendar .date,
#detail .calendar .sec_time,
#detail .calendar .zal,
#detail .calendar .user,
#detail .calendar .sec_people,
#detail .calendar .payment {
    display: none;
    padding: 25px 20px 20px 20px;
}

#detail .calendar .payment ul {
    text-align: left;
    padding: 0 20px;
    line-height: 18px;
    margin-top: 5px;
}

#detail .calendar .payment ul li {
    margin-bottom: 10px;
}

#detail .calendar .error {
    color: #F1593C;
    font-size: 15px;
    margin-bottom: 11px;
    display: none;
}

#detail .calendar .section .hal,
#detail .calendar .section .label {
    font-size: 18px;
    margin: 0;
    padding: 0;
    margin-top: 0;
    margin-right: 8px;
    margin-bottom: 6px;
    float: none;
    display: inline-block;
    line-height: 22px;
}

#curr_time {
    margin-left: 29px;
    color: yellow;
}

#curr_date {
    margin-left: 40px;
    color: yellow;
}

#pick_date, #pick_time {
    background: url('../images/arrow_down2.png') #EFEFEF right no-repeat;
    padding-right: 34px;
    background-position: 67px 8px;
}

#pick_date:hover, #pick_time:hover {
    opacity: 0.7;
}

#detail .calendar .section .dopol {
    margin-bottom: 15px;
}

#detail .calendar .section .select {
    margin: 0;
}

#detail .calendar .section .hal {
    margin-left: 12px;
    font-size: 16px;
}

#detail .calendar .section .label .small {
    font-size: 16px;
}

#detail .calendar .section .select {
    float: right;
}

#detail .calendar .payment {
    font-size: 16px;
    text-align: center;
    line-height: 32px;
    background: none;
    padding-bottom: 0;
}

#detail .calendar .payment .label {
    float: left;
}

#detail .calendar .cal {
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
}

#detail .calendar .month {
    color: #fff;
    background: #7accc8;
    line-height: 26px;
    margin-bottom: 9px;
}

#detail .calendar .month .arrow {
    height: 26px;
    width: 25px;
}

#detail .calendar .month .arrow.left {
    background: #72bebb url('../images/arrow_left3.png') no-repeat center;
}

#detail .calendar .month .arrow.right {
    background: #72bebb url('../images/arrow_right3.png') no-repeat center;
}

#detail .calendar .cal .day {
    float: left;
    width: 31px;
    margin: 1px;
    line-height: 26px;
}

#detail .calendar .cal .days {
    color: #595959;
}

#detail .calendar .cal .days .light {
    color: #80e9ee;
    background: #333;
}

#detail .calendar .cal .days .now {
    color: #fff;
    background: #808080;
}

#detail .legend {
    font-size: 14px;
}

#detail .legend span {
    margin: 0 2px;
}

#detail .dark {
    color: #595959;
}

#detail .times {
    font-size: 16px;
    margin-bottom: 10px;
}

#detail .times .time {
    width: 74px;
    line-height: 30px;
    float: left;
    color: #80e9ee;
    background: #333;
    text-align: center;
    margin: 2px;
}

#detail .times .time:hover {
    cursor: pointer;
    opacity: 0.7;
}

#detail .times .time.now {
    color: #fff;
    background: #808080;
}

.contacts_info input {
    font-family: "Times New Roman", sans-serif;
    outline: none;
    background: #f1f1f1;
    border: 1px solid #fbf9f9;
    padding-left: 20px;
    font-size: 14px;
    color: #888;
    display: block;
    margin: 15px 0 0 0;
    padding: 6px 5px 5px 28px;
    width: 200px;
    color: black;
}

.contacts_info input:first-child {
    margin-top: 3px;
}

.contacts_info img {
    position: absolute;
    margin-top: -23px;
    margin-left: 5px;
}

.contacts_info img.email {
    margin-top: -21px;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
}

.big_star_1, .big_star_075, .big_star_05, .big_star_025, .big_star_0 {
    width: 32px;
    height: 32px;
    display: block;
    float: left;
    margin-top: 11px;
    line-height: 48px;
}

.big_star_1 {
    background: url('../images/big_stars.png') no-repeat 0 0;
}

.big_star_075 {
    background: url('../images/big_stars.png') no-repeat -35px 0;
}

.big_star_05 {
    background: url('../images/big_stars.png') no-repeat -70px 0;
}

.big_star_025 {
    background: url('../images/big_stars.png') no-repeat -105px 0;
}

.big_star_0 {
    background: url('../images/big_stars.png') no-repeat -140px 0;
}

.star_1, .star_075, .star_05, .star_025, .star_0 {
    width: 24px;
    height: 20px;
    display: block;
    float: left;
    margin-top: 3px;
}

div.more .star_1, div.more .star_075, div.more .star_05, div.more .star_025, div.more .star_0 {
    margin-top: 7px;
}

.star_1 {
    background: url('../images/stars.png') no-repeat 0 0;
}

.star_075 {
    background: url('../images/stars.png') no-repeat -26px 0;
}

.star_05 {
    background: url('../images/stars.png') no-repeat -52px 0;
}

.star_025 {
    background: url('../images/stars.png') no-repeat -78px 0;
}

.star_0 {
    background: url('../images/stars.png') no-repeat -104px 0;
}

.tab-content-hidden {
    display: none;
}

.ui-icon {
    width: 25px !important;
    height: 25px !important;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    left: 49% !important;
    top: 46% !important;
}

#datepicker .ui-datepicker {
    width: 230px !important;
    padding: 10px !important;
    border: none !important;
    box-shadow: 0 0 5px #000;
    -webkit-box-shadow: 0 0 5px #000;
    -moz-box-shadow: 0 0 5px #000;
}

#datepicker .ui-corner-all {
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

#datepicker .ui-widget-header {
    border: none !important;
    background: #7ACCC8 !important;
    color: #FFFFFF !important;
    text-transform: uppercase;
}

#datepicker .ui-datepicker .ui-datepicker-header {
    padding: 0 !important;
    margin: 0 0 10px !important;
}

#datepicker .ui-datepicker .ui-datepicker-title {
    font: bold 12px/25px Helvetica, Arial, sans-serif !important;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    top: 0 !important;
}

#datepicker .ui-datepicker .ui-datepicker-prev {
    left: 0 !important;
}

#datepicker .ui-datepicker .ui-datepicker-next {
    right: 0 !important;
    margin: -6px;
}

#datepicker .ui-datepicker .ui-datepicker-prev-hover,
#datepicker .ui-datepicker .ui-datepicker-next-hover {
    top: 0 !important;
    border: none !important;
}

#datepicker .ui-datepicker .ui-datepicker-prev-hover {
    left: 0 !important;
}

#datepicker .ui-datepicker .ui-datepicker-next-hover {
    right: 0 !important;
}

#datepicker .ui-datepicker .ui-datepicker-prev span {
    background: #72BEBB url('../images/arrow_left3.png') no-repeat center;
    margin: -14px;
}

#datepicker .ui-datepicker .ui-datepicker-next span {
    background: #72BEBB url('../images/arrow_right3.png') no-repeat center;
    margin-left: -15px !important;
}

#datepicker .ui-state-default,
#datepicker .ui-widget-content .ui-state-default,
#datepicker .ui-widget-header .ui-state-default {
    border: none !important;
    background: #333 !important;
}

#datepicker .ui-state-active,
#datepicker .ui-widget-content .ui-state-active,
#datepicker .ui-widget-header .ui-state-active {
    border: none !important;
    background: #808080 !important;
    color: #fff !important;
}

#datepicker .ui-datepicker table {
    font-size: 12px !important;
    line-height: 14px !important;
    width: 230px !important;
    margin: 0 0 5px !important;
}

#datepicker .ui-state-default {
    background: #fff !important;
}

/*#datepicker .ui-state-highlight,
#datepicker .ui-widget-content .ui-state-highlight,
#datepicker .ui-widget-header .ui-state-highlight { color: #fff !important; background: #808080 !important; }*/
#datepicker .ui-datepicker-calendar thead {
    color: #fff;
    height: 14px;
}

#datepicker .ui-datepicker-calendar th {
    color: #fff;
    padding: 5px 5px 5px 5px !important;
    height: 14px !important;
}

#datepicker .ui-widget-content {
    background: #000 !important;
}

#datepicker .ui-datepicker td span, #datepicker .ui-datepicker td a {
    font: 14px/18px 'PT Sans Narrow', sans-serif;
    height: 16px !important;
    margin: 2px 0 !important;
    padding: 5px !important;
    width: 20px !important;
    text-align: center !important;
}

#datepicker .ui-datepicker td {
    padding: 0px !important;
}

#datepicker .date-disabled > span {
    background: none repeat scroll 0 0 #000000 !important;
}

#datepicker .date-soldout {
    opacity: 1.1 !important;
}

#datepicker .date-soldout > span {
    background: none repeat scroll 0 0 #262626 !important;
    color: #666666 !important;
    opacity: 1.1 !important;
}

#datepicker .date-available > a {
    background: none repeat scroll 0 0 #262626 !important;
    color: #7ACCC8 !important;
}

#datepicker .date-available > a.ui-state-active {
    background: none repeat scroll 0 0 #464646 !important;
    color: #FFF !important;
}

#datepicker a.ui-datepicker-prev.ui-state-hover,
#datepicker a.ui-datepicker-next.ui-state-hover {
    background: none;
}

ul#autocomplete_results {
	width: 359px;
	background: #D1D0D0;
	position: absolute;
	z-index: 999;
	list-style: none;
	margin: 0;
	padding: 0;
	margin: 0 0 0 -10px;
}

#autocomplete_results li {
}

#autocomplete_results li a {
    color: black;
    display: block;
    font: 12px helvetica, arial, sans-serif;
    font-weight: bold;
    padding: 5px 5px;
    text-decoration: none;
    outline: none;
}

#autocomplete_results li a:focus {
    background: #f2f2f2;
}

#autocomplete_results li a:hover {
    background: #f2f2f2;
}

.ymaps-label {
    color: black;
    font-weight: bold;
}

.btn-map {
    background: #ffed00;
    text-align: center;
    font: 18px/22px "Times New Roman", Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #000;
    width: 160px;
    padding: 7px 0 5px;
    height: 22px;
    display: inline-block;
    float: right;
    margin-top: 10px;
}

ymaps img {
    float: left;
    margin-top: 10px;
    margin-right: 10px
}

ymaps div {
    float: left;
    width: 260px;
    margin-top: 5px;
}

.soc_seti {
    float: right;
    display: inline;
    width: 130px;
}

.soc_seti .vk,
.soc_seti .fb,
.soc_seti .inst {
    width: 32px;
    height: 32px;
    display: block;
    float: left;
    margin-left: 10px;
}

.soc_seti .vk {
    background: url('/images/vk.png');
}

.soc_seti .fb {
    background: url('/images/fb.png');
}
.soc_seti .inst {
    background: url('/images/inst.png');
}


.soc_seti .vk:hover {
/*    background: url('/images/vk_.png');*/
    opacity: 0.8;
}

.soc_seti .fb:hover {
    opacity: 0.8;
}
.soc_seti .inst:hover {
    opacity: 0.8;
}

/* #load_more {
    background: #222a31 url('../images/bg.png');
    width: 602px;
    display: inline-block;
    margin-top: 10px;
    padding: 20px 60px;
    height: 60px;
    display: none;
}

#load_more a {
    text-align: center;
    text-shadow: none;
    float: right;
    color: #000;
    background: #ffed00;
    padding: 10px 30px;
    cursor: pointer;
    border: none;
    font-family: inherit;
    width: 548px;
    font-size: 28px;
} */
/* 
#load_more a:hover {
    opacity: 0.8;
    background: #87DDD9;
} */

.p-bordered {
    font-style: italic;
    font-family: 'GeorgiaItal';
    font-size: 18px;
    position: relative;
    background: #fff;
    z-index: 100;
    width: 50px;
    margin: 0 auto;
    display: inline-block;
    margin-bottom: 0 !important;
}

.border-holder {
    background: #a4a4a4;
    height: 1px;
    width: 271px;
    position: relative;
    top: -10px;
    margin: 0 auto;
    z-index: 1;
}

.social-holder {
    margin-top: 10px;
    text-align: center;
    width: 274px;
    margin: 0 auto;
}

.social-holder .fb, .social-holder .vk, .social-holder .ok, .social-holder .mail {
    width: 50px;
    height: 50px;
    display: block;
    float: left;
    margin-right: 18px;
}

.social-holder .fb {
    background: url('/images/social.png') no-repeat -52px 0;
    margin-left: 10px;
}

.social-holder .vk {
    background: url('/images/social.png') no-repeat 0 0;
}

.social-holder .ok {
    background: url('/images/social.png') no-repeat -104px 0;
}

.social-holder .mail {
    background: url('/images/social.png') no-repeat -156px 0;
    margin-right: 10px;
}

#youtube_video {
    float: right;
    margin-top: 20px;
}

#rests h1 {
    margin: 7px 0;
}

#slides a:nth-child(1n+2) {
    display: none;
}

#slides .slide:nth-child(1n+2) {
    display: none;
}

.purple.payment_methods {
    margin: 0;
    padding: 0;
    border: 1px solid #e4e5ef;
}

.payment_methods .wrapper {
}

.payment_methods .payment_block {
    background: #fff;
    margin: 20px 0;
    box-shadow: 1px 2px 2px #b7b8c0;
}

.payment_methods .payment_select {
    text-align: center;
    white-space: nowrap;
}

.payment_methods .payment_card>h3,
.payment_methods .payment_sms>h3,
.payment_methods .payment_select>h3 {
    font-size: 32px;
    margin: 0 0 20px 0;
    padding: 15px 0 0 15px;
    text-align: left;
}

.payment_methods .payment_card>h3 {
    display: inline-block;
    margin-bottom: 0;
}

.payment_methods .payment_item {
    display: inline-block;
    vertical-align: top;
    padding: 0 38px;
    text-align: left;
}

.payment_methods .pay_img {
    height: 65px;
    line-height: 65px;
    text-align: center;
}

.payment_methods .pay_img img {
    vertical-align: bottom;
}

.payment_methods .payment_item h4 {
    font-weight: bold;
    color: #5ec9ce;
    font-size: 18px;
    margin: 24px 0 1px 0;
    padding: 0;
}

.payment_methods .payment_item ul {
    text-align: left;
    list-style: none;
    margin: 4px 0 10px 0;
    padding: 0;
    display: inline-block;
    width: 110px;
}

.payment_methods .payment_item li {
    margin: 0 0 8px 0;
    padding: 0;
    line-height: 18px;
    background-image: url('../images/li_pay.png');
    background-position: 7px center;
    background-repeat: no-repeat;
}

.payment_methods .payment_item li:hover {
    /* background-image: url('../images/li_pay_select.png');
    background-color: #5ec9ce;*/
}

.payment_methods .payment_item a {
    padding: 0 10px 0 20px;
    color: #000;
    text-decoration: none;
    width: 100%;
    display: block;
}

.payment_methods .payment_item a:hover {
    opacity: 1;
    background-color: #5ec9ce;
    background-image: url('../images/li_pay.png');
    background-position: 7px center;
    background-repeat: no-repeat;
}

.payment_methods .payment_item li.select a {
    color: #fff;
}

.payment_methods .payment_item li.select a:hover {
    opacity: 1;
}

.payment_sms {
    border-top: 3px solid #ccc;
    margin-top: 18px;
    font-size: 18px;
    font-family: 'PT Sans Narrow', sans-serif;
    margin-bottom: 30px;
}

.pay_arrow {
    width: 27px;
    height: 18px;
    position: absolute;
    background: url('../images/pay_arrow.png');
    margin-top: -18px;
    margin-left: 275px;
}

.pay_hide {
    float: right;
    background-image: url('../images/pay_hide.png');
    background-repeat: no-repeat;
    font-size: 20px;
    line-height: 26px;
    text-decoration: none;
    background-position: right;
    padding-right: 35px;
    color: #666;
    margin: 20px 25px 0 0;
}

.payment_sms .pic {
    display: inline-block;
    vertical-align: top;
    text-align: right;
    width: 195px;
}

.payment_sms .phone,
.payment_sms .steps {
    display: inline-block;
    width: 250px;
    vertical-align: top;
    margin: 12px 0 0 100px;;
}

.payment_sms .steps .step {
    margin: 0 0 30px 0;
    padding: 0;
}

.payment_sms .steps .step p {
    margin: 0;
    padding: 0;
}

.payment_sms .steps .step .num {
    float: left;
    margin: 0 0 0 -35px;
    font-size: 24px;
    font-family: Georgia, sans-serif;
    text-align: center;
    height: 27px;
    line-height: 23px;
    width: 27px;
    background: #5ec9ce;
    border-radius: 40px;
}

.payment_sms .phone {
    width: 350px;
}

.payment_sms .phone h4 {
    font-size: 24px;
    margin: 0;
    padding: 0;
}

.payment_sms .phone input[type=text] {
    font-size: 18px;
    background: #f1f1f1;
    color: #000;
    border: 1px solid #818282;
    padding: 3px 10px;
    font-family: 'PT Sans Narrow', sans-serif;
    width: 172px;
    height: 22px;
    line-height: 22px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 2px;
}

.payment_block .marker {
    background: #ffed00;
    color: #000;
    display: inline-block;
    padding: 3px 12px;
    vertical-align: middle;
    font-size: 18px;
    font-family: Georgia, sans-serif;
    cursor: pointer;
}

.payment_methods .payment_card .marker {
    margin: 20px 0 20px 0;
}

.payment_sms .phone .marker:active {
    top: 1px;
    left: 1px;
    position: relative;
}

.payment_sms .phone p {
    margin: 6px 0 25px 0;
    line-height: 26px;
}

.payment_sms .status {
    float: right;
    margin: 13px 0 0 0;
    padding-right: 135px;
}

.payment_sms .status>img:first-child {
    margin: 5px 0 0 -20px;
    float: left;
}

.payment_sms .status .info {
    font-size: 16px;
    margin: 5px 0 5px 0;
    padding: 0;
}

.payment_methods .reserved_table {
    font-size: 16px;
    height: 121px;
    line-height: 121px;
    vertical-align: middle;
}

.payment_methods .reserved_table>img:first-child {
    display: inline-block;
    vertical-align: top;
}

.payment_methods .reserved_table>p {
    padding-left: 14px;
    width: 475px;
    display: inline-block;
    vertical-align: middle;
    line-height: 26px;
}

.payment_methods .price_reserved_table {
    font-size: 21px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    height: 121px;
    line-height: 121px;
    float: right;
    width: 295px;
    padding-left: 23px;
    background: url('../images/triangle.png') left center no-repeat #ccc;
    font-family: Georgia, sans-serif;
}

.payment_methods .price_reserved_table .arrows{
display: inline-block;
width: 14px;
position: relative;
top: 5px;

}
.payment_methods .price_reserved_table .arrows .up{
background: url(/images/p_up.png) 0 0;
margin-bottom: 2px;
display: block;
width: 14px;
height: 15px;
border-radius: 15px;
}

.payment_methods .price_reserved_table .full_price{
	font-weight:bold;
}
.payment_methods .price_reserved_table .arrows .down{
background: url(/images/p_down.png) 0 0;
margin-bottom: -2px;
display: block;
width: 14px;
height: 15px;
border-radius: 15px;
}
.payment_methods .price_reserved_table input[name=amount]{
	width: 36px;
	background: #f0f0f0;
	border: none;
	border-radius: 3px;
	text-align: center;
	padding: 2px 2px 0 0;
	font-weight:bold;
}
.payment_methods .price_reserved_table>span {
    font-size: 23px;
    font-family: 'PT Sans Narrow', sans-serif;
}

.payment_methods .payment_gray {
    color: #fff;
    background: #7d8186;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 16px;
    height: 72px;
    line-height: 68px;
    text-align: right;
}

.payment_methods .payment_card {
    font-family: 'PT Sans Narrow', sans-serif;
}

.payment_methods .payment_card .support {
    font-size: 18px;
    padding-top: 30px;
    padding-right: 20px;
    line-height: 22px;
}

.payment_methods .payment_card>.number {
    color: #666;
    font-size: 18px;
    padding-left: 15px;
    margin-top: -8px;
}

.payment_methods .payment_card .cards {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 5px;
}

.payment_methods .payment_card .card {
    color: #666;
    display: inline-block;
    background: #e4e4e4;
    border-radius: 13px;
    width: 360px;
    height: 230px;
    padding: 0 12px;
    background: rgb(243, 243, 243);
    background: -moz-linear-gradient(top, rgba(243, 243, 243, 1) 0%, rgba(226, 226, 226, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(243, 243, 243, 1)), color-stop(100%, rgba(226, 226, 226, 1)));
    background: -webkit-linear-gradient(top, rgba(243, 243, 243, 1) 0%, rgba(226, 226, 226, 1) 100%);
    background: -o-linear-gradient(top, rgba(243, 243, 243, 1) 0%, rgba(226, 226, 226, 1) 100%);
    background: -ms-linear-gradient(top, rgba(243, 243, 243, 1) 0%, rgba(226, 226, 226, 1) 100%);
    background: linear-gradient(to bottom, rgba(243, 243, 243, 1) 0%, rgba(226, 226, 226, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#e2e2e2', GradientType=0);
    box-shadow: 1px 2px 2px #b7b8c0;
    text-align: left;
    vertical-align: top;
}

.payment_methods .payment_card .card:first-child {
    margin-right: 75px;
}

.payment_methods .payment_card .card.one {
}

.payment_methods .payment_card .card .banks {
    text-align: right;
    padding-top: 8px;
}

.payment_methods .payment_card .card .banks img {
    margin-top: 12px;
    margin-right: 14px;
}

.payment_methods .payment_card .card input[type=text] {
    border: 1px solid #919191;
    background: #fff;
    color: #666;
}

.payment_methods .payment_card .card .number {
    font-size: 21px;
    line-height: 21px;
}

.payment_methods .payment_card .card .number input[type=text] {
    width: 78px;
    margin-top: 4px;
    margin-right: 4px;
}

.payment_methods .payment_card .card .validity {
    vertical-align: bottom;
    font-size: 18px;
    margin-top: 7px;
}

.payment_methods .payment_card .card .validity .month,
.payment_methods .payment_card .card .validity .year {
    display: inline-block;
    text-align: center;
    vertical-align: bottom;
    font-size: 16px;
    line-height: 16px;
    margin-left: 15px;
}

.payment_methods .payment_card .card .validity .month {
    margin-left: 30px;
}

.payment_methods .payment_card .card .validity .month input,
.payment_methods .payment_card .card .validity .year input {
    text-align: left;
    width: 90px;
}

.payment_methods .payment_card .card .validity .year input {
    width: 50px;
}

.payment_methods .payment_card .card .show_list {
    border: 1px solid #919191;
    background: rgb(243, 243, 243) url('../images/card_list2.png') no-repeat center;
    width: 19px;
    display: inline-block;
    height: 21px;
    vertical-align: top;
    margin-left: -1px;
    cursor: pointer;
}

.payment_methods .payment_card .card .gray_line,
.payment_methods .payment_card .card .black_line {
    background: #333;
    height: 40px;
    margin-left: -12px;
    margin-right: -12px;
    margin-top: 20px;
}

.payment_methods .payment_card .card .gray_line {
    background: url('../images/gray_line.png');
    margin-top: 10px;
    padding-right: 12px;
}

.payment_methods .payment_card .card .cv {
    float: right;
    font-size: 16px;
    line-height: 18px;
    vertical-align: middle;
    padding-top: 2px;
}

.payment_methods .payment_card .card .cv>div {
    display: inline-block;
    vertical-align: middle;
    padding-top: 2px;
}

.payment_methods .payment_card .card .cv input {
    font-size: 21px;
    line-height: 21px;
    width: 78px;
    vertical-align: middle;
    margin-left: 5px;
    margin-top: -1px;
}

.payment_methods .payment_card .card .owner {
    font-size: 16px;
    margin-top: 7px;
}

.payment_methods .payment_card .card .owner input {
    width: 350px;
    margin-top: 2px;
}

.payment_methods .payment_card .small {
    font-size: 12px;
    line-height: 12px;
}

.payment_methods .payment_card .card .what {
    float: right;
    border: 1px dotted #9e9e9e;
    font-size: 12px;
    line-height: 13px;
    padding: 6px;
    margin-top: 6px;
}

.payment_methods .payment_card .card .save {
    margin-top: 75px;
    margin-left: 17px;
    font-size: 16px;
}

.payment_methods .payment_card .card .save_yellow {
    cursor: pointer;
    background: #fff;
    border: 1px solid #919191;
    width: 17px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
}

.payment_methods .payment_card .card .save_yellow div {
    margin: 0 auto;
    margin-top: 2px;
    height: 13px;
    width: 13px;
    border-radius: 40px;
    background: #ffed00;
}

.payment_methods .payment_card .payment_gray {
    line-height: 18px;
    height: auto;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 8px;
    font-family: 'PT Sans Narrow', sans-serif;
}

.payment_methods .payment_card .payment_gray .left>img:first-child {
    position: absolute;
}

.payment_methods .payment_gray h5 {
    font-size: 18px;
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
}

.payment_methods .payment_gray .left {
    width: 510px;
    background: url('../images/gray_sep.png') no-repeat right center;
    font-size: 13px;
    line-height: 20px;
}

.payment_methods .payment_gray .left h5 {
    padding-left: 20px;
}

.payment_methods .payment_gray .right {
    text-align: left;
}

.payment_methods .payment_gray .right img {
    margin-top: 6px;
    margin-right: 20px;
}

.payment_methods .payment_gray .right img:last-child {
    margin-right: 0;
}

.payment_methods .payment_gray>h4:first-child {
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
    height: 72px;
    line-height: 72px;
    font-size: 24px;
    font-weight: bold;
    padding-left: 15px;
}

.payment_methods .payment_gray ul {
    display: inline-block;
    line-height: 20px;
    vertical-align: middle;
    text-align: left;
}

.payment_methods .payment_gray ul.sep>li {
    display: inline-block;
    background-position: center left;
    padding: 0 40px;
}

.payment_methods .payment_gray ul.sep>li>a {
    font-size: 16px;
}

.payment_methods .payment_gray .hint {
    position: absolute;
    background: #222a31 url('../images/bg.png');
    font-size: 16px;
    font-family: 'PT Sans Narrow', sans-serif;
    width: 200px;
    border: 1px solid #ccc;
    display: none;
    line-height: 19px;
    box-shadow: 1px 2px 2px #b7b8c0;
}

.payment_methods .payment_gray .hint.skidka {
    width: 145px;
    padding: 15px;
    margin-top: -235px;
    margin-left: -40px;
}

.payment_methods .payment_gray .hint.posleoplati {
    width: 144px;
    padding: 15px;
    margin-top: -177px;
    margin-left: -42px;
}

.payment_methods .payment_gray .hint.garantia {
    width: 269px;
    padding: 15px;
    margin-top: -139px;
    margin-left: -40px;
}

.payment_methods .payment_gray .hint.otmena {
    width: 166px;
    padding: 15px;
    margin-top: -177px;
    margin-left: -40px;
}

.payment_methods .payment_gray .hint a {
    font-size: 16px;
    font-family: 'PT Sans Narrow', sans-serif;
    color: #25d2da;
}

.payment_methods .payment_gray .hint_arrow {
    background: url('../images/hint_arrow.png') bottom no-repeat;
    width: 100%;
    height: 19px;
    margin: 0 auto;
    padding-top: 15px;
    margin-bottom: -34px;
}

.payment_methods .wrapper>p {
    font-size: 18px;
    text-align: center;
    font-family: 'PT Sans Narrow', sans-serif;
    padding: 5px 0 10px;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.choice_caption {
    padding: 3px 0;
    margin-bottom: 10px;
    color: #000;
    text-align: center;
    font: 26px 'PT Sans Narrow', sans-serif;
    letter-spacing: 1px;
    border-bottom: 2px solid #101d2f;
}

.service_section {
    background: #323131;
}

.service_menu {
    list-style: none;
    padding: 0;
}

.service_item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-left: 52px;
    margin-left: 49px;
}

.service_item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 1px;
    height: 25px;
    background: url(../images/menu_border.png) no-repeat 0 0;
}

.service_item:first-child {
    padding: 0;
    margin: 0;
}

.service_item:first-child:before {
    display: none;
}

.service_link {
    display: block;
    padding: 6px 0;
    color: #fff;
    font: 20px 'PT Sans Narrow', sans-serif;
    text-decoration: none;
    border-bottom: 3px solid transparent;
	float: left;
}

.service_item span{
	font-size: 12px;
	color: rgb(233, 68, 68);
	position: relative;
	float: left;
	margin-left: 8px;
	text-decoration: none;
	top: 3px;
}

.service_link:hover {
    color: #04bdbd;
    opacity: 1;
	border-bottom: 3px solid #25dddd;
}

.service_link.active {
    color: #04bdbd;
    cursor: default;
    border-bottom: 3px solid #25dddd;

}

.bytime_section .bytime {
    margin-top: 0;
    background: transparent;
}

.bytime_section .bytime .find {
    height: 44px;
    margin-top: 5px;
}

.search_results_title {
    padding: 0;
    margin: 0 0 17px;
    color: #515151;
    letter-spacing: 1px;
    font: 26px 'PT Sans Narrow', sans-serif;
    border-bottom: 1px solid #c8c9d1;
}

.result_counter {
    font-weight: bold;
}

.filter_reset_btn {
    background: #f1faff;
    padding: 7px 28px 7px 12px;
    margin-bottom: 27px;
    font: 16px 'PT Sans Narrow', sans-serif;
    color: #0883ce;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid #c0d5d8;
    position: relative;
	display: none;
}

.filter_reset_btn:after {
    content: '';
    position: absolute;
    right: 8px;
    top: 10px;
    width: 14px;
    height: 14px;
    background: url(../images/filter_reset.png) no-repeat 0 0;
}
.mod_services .uls_title:first-child{
	background:none;
}

.mod_services .uls_title {
    padding: 10px 0 3px 38px !important;
    letter-spacing: 1px;
	background: url(../images/filter_bot_bdr.png) no-repeat center top;
	margin-top: 4px;
}

.check_block {
    margin-bottom: 10px;
	overflow: hidden;
	max-height: 125px;
}

.check_block.last {
    background: none;
    padding-bottom: 10px;
    margin-bottom: 0;
}

#services .check_block {
    padding-bottom: 5px;
    height: 26px;
    margin-bottom: 4px;
}

.check_block label {
    display: block;
    padding-left: 20px;
}

.check_block label  img{
	margin: 0 3px;
	top: -2px;
	position: relative;
}
.check_block input{
	position: relative;
	top: 2px;
}

.node_root,
.node_1 {
    background: none;
    border-bottom: 1px solid #ebebeb;
    cursor: pointer;
}

.node_1 {
    padding-left: 25px;
    display: none;
}

.node_root>.service_check {
    position: relative;
    padding-right: 25px;
}
/* 
.node_root>.service_check:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 15px;
    width: 10px;
    height: 2px;
    background: #999;
} */

.node_root.closed>.service_check:before {
    content: '';
    position: absolute;
    right: 14px;
    top: 11px;
    width: 2px;
    height: 10px;
    background: #999;
}

.node_root:first-child>.service_check:after,
.node_root:first-child>.service_check:before {
    display: none;
}

.service_check.checked {
    font-weight: bold;
}

.node_root .service_check {
    font-size: 18px !important;
}

.service_check input {
    margin-right: 5px;
}

#services .service_check {
    font: 16px/26px 'PT Sans Narrow', sans-serif;
}

.more_filter_items {
    display: inline-block;
    vertical-align: top;
    margin: 2px 0 0 40px;
    padding-right: 12px;
    position: relative;
    color: #2ba7ad;
    font: bold 14px 'PT Sans Narrow', sans-serif;
}

.more_filter_items:after {
    content: '';
    position: absolute;
    top: 7px;
    right: 0;
    width: 8px;
    height: 7px;
    background: url(../images/shevron_btm.png) no-repeat 0 0;
}

.more_filter_items.click:after{
	background: url(../images/arrow_up3.png) no-repeat 0 0;
}

.search_wrapper {
	width: 314px;
	float: left;
	background: #7b7b7b;
	position: relative;
	padding: 0 35px 0 10px;
	margin-right: 20px;
	font: 17px/34px 'PT Sans Narrow', sans-serif;
}

.search_wrapper input {
    color: #CFCBCB;
    font: normal 20px 'PT Sans Narrow', sans-serif;
    background: transparent;
    border: none;
    width: 85%;
	
}

.search_sort {
    float: left;
    background: #7b7b7b;
    position: relative;
    padding: 7px 30px 7px 12px;
    color: #f8f8f8;
    font: 17px 'PT Sans Narrow', sans-serif;
    text-decoration: none;
    margin-left: 25px;
}

.search_sort:after {
    content: '';
    position: absolute;
    top: 5px;
    right: 10px;
    width: 17px;
    height: 13px;
    background: url(../images/sort_arrow.png) no-repeat 0 0;
}

.search_block {
    height: 35px;
}

.search_btn {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 25px;
    height: 20px;
    border: none;
    background: url(../images/search_btn.png) no-repeat 0 0;
}

.view_controls {
    float: right;
}

.view_btn {
    display: block;
    position: relative;
    float: left;
    color: #5d6a7d;
    font: 16px/33px 'PT Sans Narrow', sans-serif;
    text-decoration: none;
    padding: 0 7px 0 23px;
    border: 1px solid #b4b4b4;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ededed));
    background: -webkit-linear-gradient(top, #ffffff 0%, #ededed 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #ededed 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #ededed 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #ededed 100%);
}

.view_btn:hover {
    background: #ededed;
    background: -moz-linear-gradient(top, #ededed 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #ededed 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #ededed 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #ededed 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #ededed 0%, #ffffff 100%);
}

.view_btn.active_view,
.view_btn.active_view:hover {
    color: #fff;
    opacity: 1;
    background: #9b9b9b;
    background: -moz-linear-gradient(top, #9b9b9b 0%, #cbcbcb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9b9b9b), color-stop(100%, #cbcbcb));
    background: -webkit-linear-gradient(top, #9b9b9b 0%, #cbcbcb 100%);
    background: -o-linear-gradient(top, #9b9b9b 0%, #cbcbcb 100%);
    background: -ms-linear-gradient(top, #9b9b9b 0%, #cbcbcb 100%);
    background: linear-gradient(to bottom, #9b9b9b 0%, #cbcbcb 100%);
    cursor: default;
    text-shadow: 1px 1px 0px rgba(153, 153, 153, .75);
}

.view_btn:before {
    content: '';
    position: absolute;
    left: 5px;
    top: 7px;
    width: 18px;
    height: 20px;
}

.view_btn.icon_map {
    border-radius: 0 3px 3px 0;
}

.view_btn.icon_map:before {
    background: url(../images/icon_map.png) no-repeat 0 0;
}

.view_btn.icon_list {
    border-radius: 3px 0 0 3px;
}

.view_btn.icon_list:before {
    background: url(../images/icon_list.png) no-repeat 0 0;
}

#rests {
	display: inline-block;
}

.search_rsl_unit {
    float: left;
	padding: 0;
	background: #fff;
	margin: 28px 20px 0 0;
	width: 358px;
	position: relative;
	box-shadow:0 1px 3px rgba(0,0,0,.2);
	-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;
	text-decoration:none !important;
	color:#000;
	
}

.search_rsl_unit:hover{
	cursor:pointer;
	cursor:pointer;top:-2px;border-top:0;box-shadow:0 0 15px rgba(0,0,0,.4);
}
.search_rsl_unit:nth-child(odd) {
	margin-right:0;
}

.search_rsl_unit img {
	width: 358px;
	height:182px;
}

.s_rsl_title {
    font: 22px 'PT Sans Narrow', sans-serif;
    color: #333;
	margin: 9px 0 0 15px;
}

.s_rsl_title span {
    color: red;
    margin-right: 10px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    top: -10px;
}

.search_rsl_unit .stars_rev{
	margin-left:15px;
	height: 21px;
}
.stars_rev .star_1,
.stars_rev .star_075,
.stars_rev .star_05,
.stars_rev .star_025,
.stars_rev .star_0 {
    width: 18px;
    height: 18px;
    display: block;
    float: left;
}

.stars_rev .star_1 {
    background: url('../images/stars_m.png') no-repeat 0 0;
}

.stars_rev .star_075 {
    background: url('../images/stars_m.png') no-repeat -20px 0;
}

.stars_rev .star_05 {
    background: url('../images/stars_m.png') no-repeat -40px 0;
}

 .stars_rev .star_025 {
    background: url('../images/stars_m.png') no-repeat -60px 0;
}

.stars_rev .star_0 {
    background: url('../images/stars_m.png') no-repeat -80px 0;
}




.rev_counter {
    color: #797979;
    font: italic 14px/18px Georgia, sans-serif;
}

.rev_total
{
	border-right: 1px solid #CCCCCC;
    padding: 0 9px;
	margin-right: 6px;
}
.rev_total,
.visitor_counter {
    display: inline-block;
    vertical-align: top;
}

.visitor_counter {
    position: relative;
}

.res_kitchen {
    margin: 5px 0 0 15px;
    padding: 0 0 0 25px;
    background: url(../images/icon_kitchen.png) no-repeat 0 0;
}

.res_check {
	margin: 5px 0 10px 15px;
    padding: 0 0 0 25px;
    background: url(../images/icon_check.png) no-repeat 0 3px;
}

.discount{
    float: right;
    margin-right: 20px;
    font: 20px/1 'PT Sans Narrow', sans-serif;
    color:#0099ff;
}

.discount img{
    width:18px;
    height:18px;
}

.res_stations {
    border-top: 1px solid #ebebeb;
    color: #888;
    font: 14px/18px 'PT Sans Narrow', sans-serif;
	padding: 10px 15px;
}

.res_stations img{
	width:16px;
	height:16px;
	vertical-align: top;
}

.more_rsl_block {
    text-align: center;
    width: 736px;
    float: right;
}

.more_rsl_caption {
    display: inline-block;
    vertical-align: top;
    margin: 45px 0 12px;
    position: relative;
    color: #505050;
    font: 16px/16px 'PT Sans Narrow', sans-serif;
    padding: 0 31px;
    position: relative;
    left: 2px;
}

.more_rsl_caption:before,
.more_rsl_caption:after {
    content: '';
    position: absolute;
    top: 9px;
    width: 24px;
    height: 1px;
    background: #525252;
}

.more_rsl_caption:before {
    left: 0;
}

.more_rsl_caption:after {
    right: 0;
}

.more_restaurants_btn {
    display: inline-block;
    vertical-align: top;
    padding: 12px 30px;
    text-decoration: none;
    color: #333;
    font: 20px 'PT Sans Narrow', sans-serif;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ededed));
    background: -webkit-linear-gradient(top, #ffffff 0%, #ededed 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #ededed 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #ededed 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #ededed 100%);
}

.more_restaurants_btn:hover {
    background: #ededed;
    background: -moz-linear-gradient(top, #ededed 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #ededed 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #ededed 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #ededed 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #ededed 0%, #ffffff 100%);
}

.services_list {
    padding: 20px 0;
}

.service_unit {
    float: left;
    background: #f2f2f2;
    max-width: 340px;
   margin: 0 23px 23px 0;
   box-shadow:0 1px 3px rgba(0,0,0,.2);
	-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;
	text-decoration:none !important;
	position: relative;
}
.service_unit:nth-child(odd){
	margin-right:0;
}
.service_unit:hover{
	cursor:pointer;
	cursor:pointer;top:-2px;border-top:0; box-shadow:0 0 15px rgba(0,0,0,.4); 
	opacity:1;
}
.serv_title {
    color: #333;
    font: 17px/23px 'PT Sans Narrow', sans-serif;
    padding: 10px 15px 0;
}

.serv_distributor {
    color: #888;
    font: 16px 'PT Sans Narrow', sans-serif;
    padding: 0 15px 8px;
}

.serv_price {
    text-align: right;
    padding: 0 15px;
    margin-bottom: 6px;
}

.old_price,
.new_price {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
}

.old_price {
    color: #888;
    font: 17px 'PT Sans Narrow', sans-serif;
    text-decoration: line-through;
}

.new_price {
    color: #75a53d;
    font: bold 17px 'PT Sans Narrow', sans-serif;
}

.serv_time {
    margin: 0 15px 10px;
    padding-left: 25px;
    font-size: 14px;
    color: #888;
    background: url(/images/share_timeout.png) no-repeat 0px 0px;
}

.serv_image {
    position: relative;
}

.service_info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 8px 15px 7px;
    background: url(../images/bg_serv_location.png) repeat 0 0;
}

.service_info .station_unit {
    color: #000;
    float: left;
    font-size: 15px;
    line-height: 18px;
}

.service_info .station_unit img{
	position: relative;
	top: -2px;
}

.serv_history {
    float: right;
    color: #000;
    font: 15px/20px 'PT Sans Narrow', sans-serif;
}

#services {
    padding: 20px 0;
}

.bg_white {
    background: #fff;
	overflow: hidden;
}

.main_row {
    padding-left: 264px;
}
.main_row h1{
    margin:0;
}

.main_row.mod_service {
    padding-left: 297px;
}

.main_row input,
.main_row textarea {
    outline: none;
}

.main_row input:active, .main_row textarea:active {
    outline: none;
}

.main_row textarea::-moz-placeholder {
    color: #CFCBCB;
}

.main_row textarea::-webkit-input-placeholder {
    color: #CFCBCB;
}

.main_row input::-moz-placeholder {
    color: #CFCBCB;
}

.main_row input::-webkit-input-placeholder {
    color: #CFCBCB;
}
.main_row .select .popup li,
.main_row .select {
    background: #7b7b7b;
    color: #f8f8f8;
    font: 17px/34px 'PT Sans Narrow', sans-serif;
    margin-top: 0;
    width: 105px;
}
.main_row .select .popup li{
	width:120px
}
.main_row .select .arrow {
    background: url(../images/arrow_down4.png) no-repeat right 13px;
}

.main_row .select.click .arrow {
    background: url(../images/arrow_up4.png) no-repeat right 11px;
}

.main_row .select .popup {
    background: url('../images/top_corner2.png') no-repeat center 3px;
}

.share_info {
    font: 24px/18px 'PT Sans Narrow', sans-serif;
    color: #999;
    padding: 25px 0 5px;
}

.share_title {
    font: 28px/28px 'PT Sans Narrow', sans-serif;
    color: #333;
    padding: 0 0 15px;
    letter-spacing: 1px;
	width: 943px;
}

.share_block {
    background: #ececec;
    margin-bottom: 35px;
    position: relative;
	width: 942px;
}

.share_image {
    float: left;
    margin-right: 42px;
}

.share_text {
    float: left;
    padding-top: 20px;
    /*position: relative;*/
}

.share_price {
    font: 35px/1 'PT Sans Narrow', sans-serif;
    color: #333;
    margin-bottom: 12px;
}

.share_price span {
    font: 42px/1 'PT Sans Narrow', sans-serif;
}

.share_btn {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font: 30px/1 'PT Sans Narrow', sans-serif;
    text-decoration: none;
    padding: 18px 70px 22px;
    border-radius: 33px;
    position: relative;

}

.share_grad {
    background: #70c545;
    background: -moz-linear-gradient(top, #70c545 0%, #40942f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #70c545), color-stop(100%, #40942f));
    background: -webkit-linear-gradient(top, #70c545 0%, #40942f 100%);
    background: -o-linear-gradient(top, #70c545 0%, #40942f 100%);
    background: -ms-linear-gradient(top, #70c545 0%, #40942f 100%);
    background: linear-gradient(to bottom, #70c545 0%, #40942f 100%);

}

.share_grad:hover {
    opacity: 1;
    background: #40942f;
    background: -moz-linear-gradient(top, #40942f 0%, #70c545 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #40942f), color-stop(100%, #70c545));
    background: -webkit-linear-gradient(top, #40942f 0%, #70c545 100%);
    background: -o-linear-gradient(top, #40942f 0%, #70c545 100%);
    background: -ms-linear-gradient(top, #40942f 0%, #70c545 100%);
    background: linear-gradient(to bottom, #40942f 0%, #70c545 100%);
}

.share_btn.arrow:after {
    content: '';
    position: absolute;
	right: 47px;
	top: 25px;
	width: 9px;
	height: 20px;
    background: url(../images/share_btn_arr_right.png) no-repeat 0px 0px;
}

.share_description {
    padding: 20px 0 10px;
    margin-bottom: 17px;
    border-bottom: 1px solid #d3d0d0;
}


.share_description_unit:first-child {
text-align: left;
width: 100px;
}

.share_description_unit {
    display: inline-block;
    vertical-align: top;
    color: #666;
    font: 18px/1 'PT Sans Narrow', sans-serif;
    margin-right: 3px;
	width: 100px;
	text-align: center;
}

.share_benefits {
    padding-top: 8px;
    color: #333;
    font:bold 18px/1 'PT Sans Narrow', sans-serif;
}

.mod_center {
    text-align: center;
}

.share_certificates {
    color: #666;
    font: 18px/1 'PT Sans Narrow', sans-serif;
    margin-bottom: 8px;
}

.share_history {
    color: #666;
    font: bold 18px/1 'PT Sans Narrow', sans-serif;
    padding-left: 32px;
    background: url(../images/icon_share_history.png) no-repeat 0px 4px;
}

.share_tabs {
    margin-bottom: -1px;
}

.tab_container {
    border: 1px solid #c8c4c4;
    padding: 15px 20px;
    margin-bottom: 60px;
}

.tab_unit {
}

.coupon_info {
    width: 325px;
    padding: 10px 25px;
    background: #f2f2f2;
    margin: 0;
    float: right;
    color: #333;
    font: 16px/21px 'PT Sans Narrow', sans-serif;
}
.coupon_info ul{
	list-style: square;
}

.coupon_info ul li{
	border-top: 1px solid #d7d8d3;
	margin-top: 6px;
	padding-top: 6px;
}

.coupon_info ul li:first-child {
	border:none;
	margin-top: 0;
	padding-top: 0;
}

.coupon_info h2{
	border-bottom: 2px solid #d7d8d3;
	padding-bottom:3px;
	margin-left: 23px;
}

.coupon_info p {
    display: block;
    padding: 10px 0;
    border-top: 1px solid #d0cdcd;
	font: 16px/21px 'PT Sans Narrow', sans-serif;
	margin:0;
}

.coupon_info p:first-child {
    border: none;
	padding-top: 15px;
}

.coupon_info p:last-child {
	padding-bottom: 15px;
}

.share_location {
    float: left;
    width: 555px;
}

.share_destrib_info {
    color: #333;
    padding: 12px 0;
    font: 18px/23px 'PT Sans Narrow', sans-serif;
}


.share_map {
    float: right;
	width:550px;
	height:250px;
	margin-top: 13px;
}

.share_address {
    width: 280px;
    float: left;
    list-style: none;
    padding: 0;
    color: #666;
    font: 16px/20px 'PT Sans Narrow', sans-serif;
    margin: 12px 0 6px;
}

.share_address li {
    display: block;
    border-top: 1px solid #d8d6d6;
    padding: 6px 0 8px;
}

.share_address li:first-child {
    border: none;
}

.share_address li  img{
	position: relative;
	top: -2px;
}


.share_link {
    color: #3399cc;
    text-decoration: none;
}

.share_link:hover {
    text-decoration: underline;
}

.comments_title {
    color: #666;
    font: 24px/1 'PT Sans Narrow', sans-serif;
    margin: 17px 0;
}

.comment_unit {
    position: relative;
    padding: 15px;
    background: #f2f2f2;
    color: #333;
    font: 17px/24px 'PT Sans Narrow', sans-serif;
}

.comment_unit:after {
    content: '';
    position: absolute;
    bottom: -24px;
    left: 65px;
    width: 0;
    height: 0;
    border-top: 25px solid #f2f2f2;
    border-left: 20px solid transparent;
}

.comment_author {
    padding: 10px 0 20px 94px;
    color: #666;
    font: 16px/1 'PT Sans Narrow', sans-serif;
}

.comment_answer {
    color: #154E8D;
    margin-top: 18px;
    padding-left: 70px;
}

.answer_author {
    font-weight: bold;
	color: #154E8D;
}

.tab_control {
    padding: 14px;
    text-align: center;
    min-width: 140px;
    float: left;
    background: #f2f2f2;
    color: #666;
    font: 20px/1 'PT Sans Narrow', sans-serif;
    cursor: pointer;
	border-left: 1px solid #c8c4c4;
}
.tab_control:hover{
	background: #D1D1D1;
}
.tab_control.current_tab:hover{
	opacity:1;
}

.tab_control.current_tab {
    background: #fff;
    cursor: default;
	border-top: 1px solid #c8c4c4;
   
}

.comments_counter {
    color: #999;
}

.share_timeout {
    color: #e35205;
    font: 18px/1 'PT Sans Narrow', sans-serif;
    float: right;
    padding-left: 20px;
    background: url(../images/share_timeout.png) no-repeat 0px bottom;
}

.tick_counter {
    text-align: center;
	width: 72px;
	float: right;
	height: 13px;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../images/bg_overlay.png) repeat 0 0;
    display: none;
    text-align: center;
    z-index: 20;
	min-width:1000px;
	width: 100%;
}

.popup_form {
    background: #fff;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 160px;
    left: 175px;
    padding: 20px 10px 0;
    z-index: 25;
    -webkit-box-shadow: 0px 0px 5px rgba(2, 2, 2, .2);
    -moz-box-shadow: 0px 0px 5px rgba(2, 2, 2, .2);
    box-shadow: 0px 0px 5px rgba(2, 2, 2, .2);
    display: none;
}

.popup_form:before {
    content: '';
    position: absolute;
    top: -12px;
    right: 27px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff;
    z-index: 26;
}

.popup_form:after {
    content: '';
    position: absolute;
    top: -13px;
    right: 26px;
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 13px solid #bbb;
    z-index: 25;
}

.popup_close_btn {
    position: absolute;
    right: 13px;
    top: 19px;
    width: 13px;
    height: 13px;
    background: url(../images/popup_close.png) no-repeat 0 0;

}

.popup_title {
    padding: 0 19px 10px;
    color: #666;
    font: 22px/1 'PT Sans Narrow', sans-serif;

}

.share_caption {
    color: #0076a8;
    font: 18px/1 'PT Sans Narrow', sans-serif;
    width: 417px;
	display: inline-block;
	vertical-align: middle;
}

.share_list {
    padding: 0 0 10px;
    margin: 0;
    list-style: none;
	width: 670px;
}

.share_item {
    padding: 15px 20px 10px;
}

.share_item:nth-child(2n+1) {
    background: #efefef;
}

.share_caption .share_description {
    border: none;
    padding: 12px 0 0;
    margin-bottom: 0;
}

.share_caption .share_benefits {
    padding: 0;
    display: inline-block;
    vertical-align: top;
    color: #323131;
    font: bold 15px/1 'PT Sans Narrow', sans-serif;

}

.coupon_history {
    text-align: center;
    color: #323131;
    font: 14px/1 'PT Sans Narrow', sans-serif;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 5px;
}

.coupon_counter {
    font-size: 24px;
    padding: 4px 0;
}

.coupon_btn {

    color: #fff;
    font: 18px/1 'PT Sans Narrow', sans-serif;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 19px;
    margin: 0 0 0 30px;
	display: inline-block;
	vertical-align: middle;
}

#comment {
color:#000;font: 17px/24px 'PT Sans Narrow', sans-serif;
display:none;
}
#comment a{
	color:#154E8D;
	text-decoration:none;
	font-weight:bold;
}
#comment textarea{
	width: 100%;
	height: 100px;
	margin-top:6px;
}
#comment .add{
	width: 100px;
	display: inline-block;
	border-radius: 33px;
	padding: 10px;
	text-align: center;
	margin: 18px 20px 14px 0;
	color: #fff;
	text-decoration: none;
}

.map_set{
    font-size:14px;
    line-height:20px;
    margin-top:0;
}
.map_set img{
    margin:0;
    float:none;
    margin-right:4px;
    margin-top: -3px;
}