/* CSS kod pishite v etom faile, chotobi pri ustanovke obnovlenii ne bilo problem  */
/* --------------------------------------- */
/* Here you can put custom css rules for your site */
.top-block-item-chantonay{
	width: 600px;
}
.head_link{
    float: left;
    margin-right: 120px;
}
.head_link li{
	padding: 0;
    float: left;
    margin: 0;
    margin-right: 20px;
    line-height: 18px;
}
.head_link li:before{
	display: none;
}
.head_link li a{
	color: #666;
	font-size: .867em;
    line-height: 18px;
}
.head_link li a:hover{
	color: #E00C79;
}
.phone-fix-top{
	height: 62px;
    overflow: hidden;
    padding: 15px 0px;
}
.phone-fix-top a{
    font-size: 16px;
    font-weight: bold;
}

.datepicker tbody{
    color: #000;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active,
.datepicker table tr td.highlighted {
    background-color: #f8f8f8;
    border-color: #ddd;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover,
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active{
	color: #c3c3c3;
    cursor: no-drop;
}

/* jqModal */
.jqmWindow {
	width: 600px;
    max-width: 90%;
	background: #fff;
	top: 20px;
	left: 0;
	right: 0;
	margin: auto !important;
}

.jqmWindow#jqModalWinAjax {
	display: none;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 0;
	left: 0;
	top: 0;
	box-sizing: border-box;
	background: transparent;
	margin: 0;
	padding: 0;
	right: 0;
	min-width: 100%;
}
.jqmWindow#jqModalWinAjax > .win{
    position: relative;
    padding: 20px;
    width: 600px;
    max-width: 100%;
    margin: 20px auto;
    background: #fff;
    border: 1px solid #333;
    text-align: left;
}
.jqmWindow#jqModalWinAjax > .win > h2:first-child{
    text-align: center;
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #333;
}


body > div.chantonnay_overlay,
body > div.chantonnay_loader{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    overflow: hidden;
}
body > div.chantonnay_overlay{
    background: none repeat scroll 0 0 #0b0b0b;
    opacity: 0.8;
    z-index: 5000;
}
body > div.chantonnay_loader{
	background: url("../images/loaders/pl3.gif") no-repeat scroll center center transparent;
    z-index: 5001;
}
.service_price .name_service a{
    text-decoration: underline;
}
.name_service .name_service_left{
    margin-right: 30px;
    float: left;
}
.name_service .name_service_left img{
    height: 80px
}
.name_service .name_service_right{
    float: left;
    margin-top: 25px;
}
.reviews_form .front-form .form.contacts .form-group textarea{
        height: 256px !important;
}