

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*



*/

html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
::-moz-focus-inner { border: 0; padding: 0; }
body { margin:0; padding:0;}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

div{ margin:0; outline:0;}
ul {outline:0;}
a:active,
a:hover {
  outline: 0;
}
/*убираем бордюры*/
img, a:link img, a:visited img, a:hover img, a:active img { border: 0; }
a:focus { border:0px; }


/*общее оформление ссылок*/
a { color: #6b2d81; text-decoration: none; }
a:hover { color:#6b2d81; text-decoration:underline; }


/*бэкграунд*/
html { background:#fff; color:#333; font-weight:normal; }
body {min-width:320px; font-family: Open Sans, Verdana; font-size: 14px; line-height: 21px;}

/*разделитель*/
.clear { height:0px; width:100%; clear:both; }


/* типографика */
h2 {
	display: inline-block;
	font-family: 'Cambria';
	font-size: 16px;
	font-weight: normal;
	background: url(../images/befor-h2.png) left 20px center no-repeat, url(../images/after-h2.png) right 20px center no-repeat;
	text-align: center;
}

.center-box {
	width:100%;
	margin:0 auto;
	position:relative;
}
.center-text {
	text-align:center;
}

/* шапка сайта */
.header {
	height:72px;
	color:#fff;
	position:relative;
}

	.header .first-line {
		height:40px;
		color:#fff;
		background:#6b2d81;
		box-shadow: inset 0px 0px 30px #612178;
		border-bottom:1px solid #612178;
	}
	
		.header .first-line .logo {
			height:90px;
			width:90px;
			position:absolute;
			top:-10px;
			left:10px;
			z-index:25;
			border-radius:30px;
			overflow:hidden;
		}
		.header .first-line .logo img {
			height:100%;
			width:100%;
		}
		.header .first-line a { color:#c3afce;color:#fff; text-decoration:underline; }
		.header .first-line a:hover { color:#fff; text-decoration:underline; }
		.header .first-line .contact-top {
			height:40px;
			text-align:right;
			margin-left:100px;
			
		}
		.header .first-line .contact-top .adres{
			display:none;
		}
		.header .first-line .contact-top .mail{
			display:none;
		}
		.header .first-line .contact-top .telefon{
			font-size:18px;
			line-height:40px;
			height:40px;
			float:none;			
			padding:0;
			margin-left:0;
			margin-right:40px;
			text-align:center;
		}
		.header .first-line .contact-top .vk{
			font-size:26px;
			line-height:26px;
			height:26px;
			float:none;			
			padding:7px 0;
			margin-left:0;
			margin-right:40px;
			text-align:center;
			display:none;
		}
	.header .second-line {
		height:30px;
		color:#fff;
		background:#582775 url(../images/second-line.png) center repeat-x;
		border-bottom:1px solid #fff;
	}
		.header .second-line .menu-open {
			width: 40px;
			height: 40px;
			background: #551d67 url(../images/menu-open.png) center no-repeat;
			background-size:80%;
			position: absolute;
			top: -40px;
			right: 0;
			cursor:pointer;
		}
			.header .second-line .menu-open:hover {
				background: #9b55a5 url(../images/menu-open.png) center no-repeat;
				background-size:80%;
			}
		.header .second-line .head-title {
			height: 30px;
			margin-left: 100px;
			margin-right: 0;
			text-align: center;
			font-size: 12px;
			line-height: 30px;
			padding: 0;
		}
	.header .nav-line {
		position:absolute;
		display:none;
		color:#fff;
		background:#6b2d81;
		background:rgba(107,25,129,0.9);
		border-bottom:1px solid #fff;
		top: 72px;
		width:100%;
		z-index:20;
		overflow:hidden;
	}
	.header .nav-line.active {
		display:none;
	}
/* верхнее меню */
.main-menu ul {
	margin:0;
	padding:0;
	display:block;
	list-style:none;
	text-align:right;
	width:100%;
	margin:0 auto;
}
	.main-menu ul ul {
		display:none;
	}
	.main-menu ul li {
		display:block;
	}
		.main-menu ul li a {
			color:#fff;
			display:block;
			padding:10px;
			text-transform:uppercase;

		}
		.main-menu ul li a:hover {
			background: #9b55a5;
		}
		.main-menu ul li.active a {
		    background: #6b2d81;
		}

/* блок под шапкой с картинкой и быстрым заказом*/
.subheader {
	height:auto;
	overflow:hidden;
	/*background:url(../images/massage.jpg) top center no-repeat;*/
	background:url(../images/beach.jpg) top center no-repeat;
	background-size:cover;
	display:none;
}
	.subheader .quick-form {
		height:auto;
		width:auto;
		max-width:350px;
		width:320px;
		padding:5px;
		background:#552365;
		background:rgba(85,29,103,0.8);
		/*border-radius:10px;*/
		border-radius:5px;
		margin:20px auto;

		color:#fff;
		box-sizing: border-box;
		position:relative;
		overflow:hidden;
	}

/* Экспресс заказ */	
.quick-form	{
	
}
	.quick-form .title {
		height: 30px;
		text-align: center;
		font-size: 18px;
		line-height: 30px;
		padding: 0 0 5px;
	}
	.quick-form .button-choise-box {
	    text-align:center;
	}
	.quick-form .button-choise-block {
	    display:inline-block;
	}
    	.quick-form .button-choise {
    		display:block;
    		float:left;
    		padding:5px 5px;
    		border-top:1px solid #fff;
    		border-bottom:1px solid #fff;
    		border-left:0;
    		border-right:1px solid #fff;
    		margin:0;
    		font-size:11px;
    		text-transform:uppercase;
    		font-weight:bold;
    		width:90px;
    		text-align:center;
    		cursor:pointer;
    	}
    	.quick-form .button-choise:first-child {
    		border-top:1px solid #fff;
    		border-bottom:1px solid #fff;
    		border-left:1px solid #fff;
    		border-right:1px solid #fff;
    		border-radius:6px 0 0 6px;
    	}
    	.quick-form .button-choise:last-child {
    		border-top:1px solid #fff;
    		border-bottom:1px solid #fff;
    		border-left:0;
    		border-right:1px solid #fff;
    		border-radius:0 6px 6px 0;
    	}
    	.quick-form .button-choise:hover {
    		background:#fff;
    		color:#743d88;
    	}
    	.quick-form .button-choise.active {
    		background:#fff;
    		color:#743d88;
    	}
    .quick-form .line {
	    margin:10px 0; 
	    padding:5px;
	}
	
	.quick-form .line.line-choise-block {
	    margin:0; 
	    padding:5px 0 0;
	}
	.quick-form .line.error {
	    background: rgba(255,0,0,0.5);
	}
	.quick-form .line input[type="text"] {
	    display:block; 
	    width:302px; 
	    margin:auto;
	    color:#fff; 
	    background:transparent; 
	    padding:5px; 
	    border:1px solid #fff; 
	    border-radius:6px; 
	    outline:0;
	    box-sizing: border-box;
	    font-size:16px;
	}
    .quick-form .program_selected {
        width:302px; 
        border:1px solid #fff;
        border-radius:6px;
        box-sizing: border-box;
        position:relative;
        overflow:hidden;
        cursor: pointer;
    }
    .quick-form .program_selected_text {
        padding:5px;
        font-size:16px;
        padding-right:45px;
        height: 21px;
        line-height: 21px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        
    }
    .quick-form .toggle_program_select_box {
        height: 100%;
        position: absolute;
        background: #fff url(../images/arrow-down.png) right center no-repeat;
        width: 40px;
        top: 0;
        right: 0;
        border-radius:0 5px 5px 0;
        cursor: pointer;
    }
    .quick-form .program_selected:hover .toggle_program_select_box {
        background: #743d88 url(../images/arrow-down.png) left center no-repeat;
    }
    .quick-form .program_select_box {
        display:none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 10px;
        overflow:hidden;
        background: #743d88;
        color: #fff;
    }
        .quick-form .program_select_title {
            height: 40px;
            line-height: 40px;
            text-align: center;
            font-size: 21px;
        }
        .quick-form .programm-head {
            padding:10px 10px;
            border-top:1px solid #fff;
            font-size: 16px;
            text-align:center;
            background:#551d67;
        }
        .quick-form .programma {
            padding:10px 10px;
            border-top:1px solid #fff;
            font-size: 14px;
            cursor:pointer;
        }
        .quick-form .programma:first-child {
            /*border-top:1px solid #fff;*/
        }
        
        .quick-form .programma p {
            margin:0;
            padding:2px 0;
        }
        .quick-form .programma p.desc {
           font-size:12px;
        }
        
        .quick-form .programma:hover, .quick-form .programma.active {
            background:#a882b1;
        }
        .quick-form .program_for_men,
        .quick-form .program_for_women,
        .quick-form .program_for_couple {
            display:none;
            overflow-y:auto;
            height:310px;
            padding:2px 0;
            margin:0;
            box-shadow:inset 0 0 5px #000;
        }
        .quick-form .program_for_men.active,
        .quick-form .program_for_women.active,
        .quick-form .program_for_couple.active {
            display:block;
        }
        .quick-form .close_program_select_box {
            margin:4px auto 3px;
            height: 21px;
            line-height: 21px;
            text-align: center;
            font-size: 14px;
            cursor:pointer;
    	    border:1px solid #fff; 
    	    border-radius:10px; 
    	    background:#551d67; 
    	    padding:5px 10px; 
    	    text-transform:uppercase; 
    	    width:200px; 
            
        }
    
	.quick-form .button-time-box {
	    text-align:center;
	}
	.quick-form .button-time-block {
	    display:inline-block;
	}
    	.quick-form .button-time {
    		display:none;
    		float:left;
    		padding:5px 4px;
    		border-top:1px solid #fff;
    		border-bottom:1px solid #fff;
    		border-left:0;
    		border-right:1px solid #fff;
    		margin:1px 0;
    		font-size:10px;
    		/*text-transform:uppercase;*/
    		font-weight:bold;
    		width:auto;
    		text-align:center;
    		cursor:pointer;
    	}
    	.quick-form .button-time.enable {
    		display:block;
    	}
    	.quick-form .button-time:first-child {
    		border-top:1px solid #fff;
    		border-bottom:1px solid #fff;
    		border-left:1px solid #fff;
    		border-right:1px solid #fff;
    		border-radius:6px 0 0 6px;
    	}
    	.quick-form .button-time:last-child {
    		border-top:1px solid #fff;
    		border-bottom:1px solid #fff;
    		border-left:0;
    		border-right:1px solid #fff;
    		border-radius:0 6px 6px 0;
    	}
        	.quick-form .button-time.enable.first {
        		border-top:1px solid #fff;
        		border-bottom:1px solid #fff;
        		border-left:1px solid #fff;
        		border-right:1px solid #fff;
        		border-radius:6px 0 0 6px;
        	}
        	.quick-form .button-time.enable.last {
        		border-top:1px solid #fff;
        		border-bottom:1px solid #fff;
        		border-left:0;
        		border-right:1px solid #fff;
        		border-radius:0 6px 6px 0;
        	}
        	.quick-form .button-time.enable.first.last {
        		border-top:1px solid #fff;
        		border-bottom:1px solid #fff;
        		border-left:1px solid #fff;
        		border-right:1px solid #fff;
        		border-radius:6px;
        		padding:5px 30px;
        	}
    	.quick-form .button-time:hover {
    		background:#fff;
    		color:#743d88;
    	}
    	.quick-form .button-time.active {
    		background:#fff;
    		color:#743d88;
    	}
    	
    	.quick-form .cost span {
        	padding-right: 20px;
            background: url(../images/rub.png) center right no-repeat;
    	}
    	
    	.quick-form .quick-button {
    	    cursor:pointer;
    	    border:1px solid #fff; 
    	    border-radius:10px; 
    	    background:#551d67; 
    	    padding:5px 10px; 
    	    text-align:center; 
    	    text-transform:uppercase; 
    	    width:200px; 
    	    margin:10px auto;
    	}
    	.answer_zakaz {
    	    display:none;
    	    height:340px;
    	    padding:10px;
    	}
    	/*.quick-form .quick-button:hover {
    	    border:1px solid #551d67; 
    	    background:#fff;
    	    color:#551d67;
    	}*/

/* форма предсказания */

.budda-form {
	height:350px;
	width:350px;
	padding:0;
	background:transparent;
	margin:20px auto;
	box-sizing: border-box;
	position:relative;
	overflow:hidden;    
}
    .budda {
        height:100%;
	    width:100%;
	    padding:1px;
        background:url(../images/budda.png) center no-repeat;
    }
        .budda-oracle {
            height:50px;
            width:300px;
            overflow:hidden;
            border-radius:10px;
            border:1px solid #552365;
            background:transparent;
            margin:250px auto 0;
            transition: all ease-in 0.5s;
            position:relative;
            
        }
            .budda-button {
                text-transform:uppercase;
                background:#552365;
                background:rgba(85,29,103,0.8);
                color:#fff;
                height:50px;
                opacity:1;
                text-align:center;
                line-height:50px;
                font-size:18px;
                cursor:pointer;
                overflow:hidden;

            }
            .budda-button:hover {
                color:#552365;
                background:#fff;
                background:rgba(255,255,255,0.8);
            }
            .budda-kalendar {
                opacity:0;
                height:220px;

                position:absolute;
                top:0;
                left:-300px;
                width:300px;
                transition: opacity ease-in 0.5s;
                    text-align:center;
                    line-height:20px;
            }
            .budda-kalendar h4 {
                font-weight: normal;
                text-transform: uppercase;
                padding: 0;
                margin: 3px;
                font-size: 14px;
                color:#552365;
            }
                #flatcal_minical table.flatcal_main_t {
                    border-radius:0 !important;
                    border:0 !important;
                    background:transparent;
                }
                #flatcal_minical tr.full_cal_link {
                    display:none;
                }
                #flatcal_minical .flatcal_navbar {
                    margin-bottom: 2px;
                }
                #flatcal_minical .flatcal_month_label {
                    font-size:12px !important;
                    text-transform:uppercase;
                    font-weight:normal;
                }
                
                #flatcal_minical .flatcal_weekdays {
                    background:#fff;
                    padding:0 !important;
                }
                
                #flatcal_minical .flatcal_weekdays a {
                    display:block;
                    margin:1px;
                    padding:1px !important;
                    border:1px solid #552365;
                    font-size:12px;
                    color:#552365;
                }
                #flatcal_minical .flatcal_busylink {
                    color: #552365 !important;
                }
                .budda-kalendar #flatcal_minical .flatcal_busylink {
                    color: #552365 !important;
                }

                .budda-kalendar #flatcal_minical .flatcal_todaycell a {
                    border-radius:0 !important;
                    border:1px solid #552365 !important;
                    background:#552365 !important;
                    color:#fff !important;
                }
                .budda-kalendar #flatcal_minical .flatcal_todaycell a:hover {
                    border-radius:0 !important;
                    border:1px solid #552365 !important;
                    background:#fff !important;
                    color:#552365 !important;
                }
                #flatcal_minical .flatcal_daycell, #flatcal_minical .flatcal_todaycell, #flatcal_minical .flatcal_sundaycell, #flatcal_minical .flatcal_othermonth {
                    padding:0 !important;
                }
            
            
            .budda-message {
                opacity:0;
                height:220px;
                position:absolute;
                top:0;
                left:300px;
                width:300px;
                transition: opacity ease-in 0.5s;
                    text-align:center;
            }
            
        .budda-oracle.kalendar-on {
            height:220px;
            width:300px;
            margin:115px auto 0;
            background:#fff;
            background:rgba(255,255,255,0.8);
        }
            .budda-oracle.kalendar-on .budda-button {
                opacity:0;
                height:0;
            }
            .budda-oracle.kalendar-on .budda-kalendar {
                opacity:1;
                height:210px;
                left:0;
            }
            .budda-oracle.kalendar-on .budda-message {
                opacity:0;
                height:0;
            }
        .budda-oracle.message-on {
            height:220px;
            width:300px;
            margin:115px auto 0;
            background:#fff;
            background:rgba(255,255,255,0.8);
        }
            .budda-oracle.message-on .budda-button {
                opacity:0;
                height:0;
            }
            .budda-oracle.message-on .budda-kalendar {
                opacity:0;
                height:0;
                left:-300px;
            }
            .budda-oracle.message-on .budda-message {
                opacity:1;
                height:210px;
                left:0;
            }

/* блок с контентом */
.main {
    min-height:320px;
	padding:30px 10px 20px;
	position:relative;
}
	.main h2 {
		display: inline-block;
		font-family: 'Cambria';
		font-size: 18px;
		padding: 40px 0 10px;
		margin: 10px 0px;
		font-weight: normal;
		width: 100%;
		color: #743d88;
		background: url(../images/decor.png) center top no-repeat;
		text-align: center;
		text-transform:uppercase;
	}
		.main h2 span {
			color:#743d88;
		}
	.main .bottom-wave {
		background:url(../images/main-bottom-bg.png) bottom center repeat-x;
		position:absolute;
		bottom:-10px;
		left:0;
		height:20px;
		width:100%;
		z-index: 20;
	}
.rounded-img {
    display:none;
}	
    .rounded-img img {
        display:none;
    }
.contact-center {
	width:100%; 
	text-align:center; 
	font-size:16px;
}


/* Вывод тизеров услуг */
.items {
text-align:center;
}

.brief-item {
    display:inline-block;
    width:310px;
    margin:20px 5px;
    text-align:center;
}
#yoo-zoo .items div.brief-item {
    padding:0 !important;
}
.brief-item .title-table {
    display:table;
    width:100%;
}
    .brief-item .title {
    	display: table-cell;
        vertical-align: middle;
    	font-family: 'Cambria';
    	font-size: 18px;
    	padding: 0 0;
    	margin: 0;
    	height:72px;
    	width:100%;
    	line-height:24px;
    	font-weight: normal;
    	color:#743d88;
    	background: none;
    	text-align: center; 
    }
        .brief-item .title a {
        	display:inline-block;
        	margin:0 auto;
        	padding: 0 25px;
        	font-size: 18px;
        	line-height:24px;
        	background: url(../images/tild3.png) left center no-repeat, url(../images/tild3.png) right center no-repeat;
        	


        }
    
    
    
    .brief-item .images {
        height:212px;
        padding:19px;
        background: url('../images/klyaks.png') center no-repeat;
    }

        .brief-item .images a {
            display:block;
            border:4px solid #e1d3c2;
            height:204px;
            width:204px;
            border-radius:102px;
            margin:0px auto;
            overflow:hidden;
        }
        
            .brief-item .images a img {
                display:block;
                margin:0;
                height:204px;
                width:204px;
                transition: all ease-in 0.2s;
                background:#fff;
            }
            .brief-item .images a:hover img {
                display:block;
                margin:-10px;
                height:224px;
                width:224px;
            }
            .yoo-zoo .brief-item img {
                max-width: none !important;
            }
    .brief-item .description {
        font-size:14px;
        width:310px;
        margin:0 auto;
    }
        .brief-item .description p {
            margin:10px 0;
        }
    .brief-item .buttons {
        margin:20px 0 10px;
    }
        .brief-item .buttons .button-left {
            width:45%;
            float:left;
        }
        .brief-item .buttons .button-right {
            width:55%;
            float:left;
        }
        
        .brief-item .buttons a {
            display:block;
            margin:0 auto;
            width:90%;
            background:#a882b1;
            border-radius:20px;
            padding:10px 5px;
            color:#fff;
            text-decoration:none;
        }
        .brief-item .buttons a:hover {
            background:#6b2e7d;
        }
        
        .brief-item .buttons .button-left a {
            background:#6b2e7c;
            border-radius:15px;
            text-transform:uppercase;
            color:#fff;
            text-decoration:none;
        }
.brief-clear {
    display:none;
}


/*полное описание услуги*/
.full-item h2 {
    margin-bottom:30px;    
}
.pos-cost {
    width:100%;
    margin:20px 0;
}
.pos-cost table {
    margin:30px auto 20px;
    color:#743d88;
}
    .full-item .images {
        height:212px;
        padding:19px;
        background: url('../images/klyaks.png') center no-repeat;
    }

        .full-item .images a {
            display:block;
            border:4px solid #e1d3c2;
            height:204px;
            width:204px;
            border-radius:102px;
            margin:0px auto;
            overflow:hidden;
        }
        
            .full-item .images a img {
                display:block;
                margin:0;
                height:204px;
                width:204px;
                transition: all ease-in 0.2s;
                background:#fff;
            }
            .full-item .images a:hover img {
                display:block;
                margin:-10px;
                height:224px;
                width:224px;
            }
            .yoo-zoo .full-item img {
                max-width: none !important;
            }



.pos-cost table tr td {
    padding:5px 10px;
    text-align:center;
    border-top:1px solid #743d88;
    border-left:1px solid #743d88;
}
.pos-cost table tr td:last-child {
    border-right:1px solid #743d88;
}
.pos-cost table tr:last-child td {
    border-bottom:1px solid #743d88;
}

.pos-cost table tr.table-head td {
    font-weight:bold;
}
.pos-cost table tr td.td-time {
    width:100px;
}
.pos-cost table tr td.td-chel {
    width:150px;
}

/* Форма заявки */
.brief-item {
    position:relative;
}
.zayavka	{
	width:100%;
	max-width:400px;
	margin: 0 auto 40px;
	/*border:1px solid #743d88;
	border-radius:10px;*/

    padding: 5px;
    background: #552365;
    background: rgba(85,29,103,0.8);
    border-radius: 10px;
    color: #fff;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.brief-item .zayavka {
    background: #552365;
    background: rgba(85,29,103,0.9);
    box-shadow:0 2px 2px rgba(0,0,0,0.5);
    width:320px;
    max-width:360px;
    position:absolute;
    left:50%;
    margin-left:-170px;
    top:75px;
}
.zayavka.no-active	{
    background: transparent;
}
.brief-item .no-active {
    display:none;
}
.zayavka.no-active .content-zakaz {
    display:none;
}
	.zayavka .title {
		height: 30px;
		text-align: center;
		font-size: 18px;
		line-height: 30px;
		padding: 0 0 5px;
	}
	.brief-item .zayavka .title {
        height: 30px;
		text-align: center;
		font-size: 18px;
		line-height: 30px;
		padding: 0 0 5px;
		color:#fff;
		width:100%;
		display:block;
    }
	.zayavka .button-choise-box {
	    text-align:center;
	}
	.zayavka .button-choise-block {
	    display:inline-block;
	}
    	.zayavka .button-choise {
    		display:block;
    		float:left;
    		padding:5px 5px;
    		border-top:1px solid #fff;
    		border-bottom:1px solid #fff;
    		border-left:0;
    		border-right:1px solid #fff;
    		margin:0;
    		font-size:11px;
    		text-transform:uppercase;
    		font-weight:bold;
    		min-width:90px;
    		text-align:center;
    		cursor:pointer;
    	}
    	.zayavka .button-choise:first-child {
    		border-top:1px solid #fff;
    		border-bottom:1px solid #fff;
    		border-left:1px solid #fff;
    		border-right:1px solid #fff;
    		border-radius:6px 0 0 6px;
    	}
    	.zayavka .button-choise:last-child {
    		border-top:1px solid #fff;
    		border-bottom:1px solid #fff;
    		border-left:0;
    		border-right:1px solid #fff;
    		border-radius:0 6px 6px 0;
    	}
    	.zayavka .button-choise:hover {
    		background:#743d88;
    		color:#fff;
    	}
    	.zayavka .button-choise.active {
    		background:#fff;
    		color:#743d88;
    	}
    .zayavka .line {
	    margin:10px 0; 
	    padding:5px;
	}
	
	.zayavka .line.line-choise-block {
	    margin:0; 
	    padding:5px 0 0;
	}
	.zayavka .line.line-choise-block.no-couple {
	    display:none;
	}
	.zayavka .line.error {
	    background: rgba(255,0,0,0.5);
	}
	.zayavka .line input[type="text"] {
	    display:block; 
	    width:302px; 
	    margin:auto;
	    color:#fff; 
	    background:transparent; 
	    padding:5px; 
	    border:1px solid #fff; 
	    border-radius:6px; 
	    outline:0;
	    box-sizing: border-box;
	    font-size:16px;
	}

    
	.zayavka .button-time-box {
	    text-align:center;
	}
	.zayavka .button-time-block {
	    display:inline-block;
	}

    	.zayavka .button-time {
    		display:none;
    		float:left;
    		padding:5px 7px;
    		border-top:1px solid #fff;
    		border-bottom:1px solid #fff;
    		border-left:0;
    		border-right:1px solid #fff;
    		margin:1px 0;
    		font-size:10px;
    		/*text-transform:uppercase;*/
    		font-weight:bold;
    		width:auto;
    		text-align:center;
    		cursor:pointer;
    	}
    	.zayavka .button-time.enable {
    		display:block;
    	}
    	.zayavka .button-time:first-child {
    		border-top:1px solid #fff;
    		border-bottom:1px solid #fff;
    		border-left:1px solid #fff;
    		border-right:1px solid #fff;
    		border-radius:6px 0 0 6px;
    	}
    	.zayavka .button-time:last-child {
    		border-top:1px solid #fff;
    		border-bottom:1px solid #fff;
    		border-left:0;
    		border-right:1px solid #fff;
    		border-radius:0 6px 6px 0;
    	}
        	.zayavka .button-time.enable.first {
        		border-top:1px solid #fff;
        		border-bottom:1px solid #fff;
        		border-left:1px solid #fff;
        		border-right:1px solid #fff;
        		border-radius:6px 0 0 6px;
        	}
        	.zayavka .button-time.enable.last {
        		border-top:1px solid #fff;
        		border-bottom:1px solid #fff;
        		border-left:0;
        		border-right:1px solid #fff;
        		border-radius:0 6px 6px 0;
        	}
        	.zayavka .button-time.enable.first.last {
        		border-top:1px solid #fff;
        		border-bottom:1px solid #fff;
        		border-left:1px solid #fff;
        		border-right:1px solid #fff;
        		border-radius:6px;
        		padding:5px 30px;
        	}
    	.zayavka .button-time:hover {
    		background:#fff;
    		color:#743d88;
    	}
    	.zayavka .button-time.active {
    		background:#fff;
    		color:#743d88;
    	}
    	
    	.zayavka .cost span {
        	padding-right: 20px;
            background: url(../images/rub.png) center right no-repeat;
    	}
    	
    	.zayavka .quick-button {
    	    cursor:pointer;
    	    border:1px solid #fff; 
    	    border-radius:10px; 
    	    background:#551d67; 
    	    padding:5px 10px; 
    	    text-align:center; 
    	    text-transform:uppercase; 
    	    width:200px; 
    	    margin:10px auto;
    	    color:#fff;
    	}
    	.zayavka.no-active .quick-button {
    	    border:1px solid #551d67; 
    	    background:#fff; 
    	    color:#551d67;
    	}
    	.zayavka.no-active .quick-button:hover {
    	    border:1px solid #fff; 
    	    background:#551d67; 
    	    color:#fff;
    	}
    	.answer_zakaz {
    	    display:none;
    	    height:340px;
    	    padding:10px;
    	}

.zayavka .bt-close {
    width:30px; 
    height:30px; 
    background:url(../images/close2.png) center no-repeat; 
    position:absolute; 
    right:5px; 
    top:5px;
    cursor:pointer;
}




/* Ѕлок с нашими преимуществами */
.advantage {
	min-height:100px;
	padding:10px 0 30px;
	/*margin-top:40px;
	margin-bottom:40px;*/
	/*background:url(../images/kamni.jpg) center bottom no-repeat;*/
	
}
	.advantage ul {
		width:90%;
		margin:0 auto;
		padding:50px 0 0 0;
		background:url(../images/decor.png) top center no-repeat;
	}
		.advantage ul li {
			display:block;
			list-style:none;
			margin:10px 0;
			min-height:24px;
			padding:5px 5px 5px 45px;
			background: rgba(255,255,255,0.6) url(../images/li.png) 2px 2px no-repeat;
			border-radius:5px;
		}
	
	.advantage ul.advant-right {
        display:none;
	}
	.advantage.mobil ul.advant-right {
        display:block;
	}
	.advantage ul.advant-left {
        display:block;
	}
	.advantage.mobil ul.advant-left {
        display:none;
	}
/* блок с мастерами */
.mastera {
	background:url(../images/master-top-bg.png) top center  repeat-x;
	background-color: #f5ebe1;
	/*background-color:#fff;*/
	min-height:100px;
	padding:10px 0 30px;
	text-align:center;
}
	.mastera h2 {
		display: inline-block;
		font-family: 'Cambria';
		font-size: 18px;
		padding: 10px 0 10px;
		margin: 10px 0px;
		font-weight: normal;
		text-align: center;
		color: #8d6132;
	}
	.mastera .master-col {
		margin:0 auto;
		display:block;
		max-width:100%;
	}
	.mastera .master-col img {
		width: 300px;
		max-width:100%;
        height: auto;
        border: 3px solid #fff;
        box-sizing: border-box;
	}
	.mastera .master-col p {
		padding:0 10px;
	}
	.mastera .master-desc {
		background: rgba(255,255,255,0.6);
        border-radius: 5px;
        padding:1px 5px;
        margin:10px auto;
        width:300px;
	}
/* блок с сертификатами */
.sertificat {
	background:url(../images/master-top-bg.png) top center  repeat-x;
	/*background-color: #fff;*/
	min-height:100px;
	padding:10px 0 30px;
	text-align:center;
}
	.sertificat h2 {
		display: inline-block;
		font-family: 'Cambria';
		font-size: 18px;
		padding: 10px 0 10px;
		margin: 10px 0px;
		font-weight: normal;
		text-align: center;
		color: #8d6132;
	}
	.sertificat .custom {
		display:inline-block;
		padding: 10px;
        border-radius: 5px;
        border: 1px solid #fff;
        background: rgba(255,255,255,0.5);
	}
	.sertificat .sertificat-col {
		margin:0 auto;
		display:block;
		max-width:100%;
	}
	.sertificat .sertificat-col img {
		width: 300px;
		max-width:100%;
        height: auto;
        box-sizing: border-box;
	}
	.sertificat .sertificat-col p {
		padding:0;
		margin:5px 0;
	}
	.sertificat .sertificat-col p:first-child {
		margin-top:0;
	}
	.sertificat .sertificat-col p:last-child {
		margin-bottom:0;
	}
	.sertificat .sertificat-desc {
        padding:0;
        margin:10px auto;
        width:300px;
	}




/* √алере¤ с фото интерьера и т.п. */
.gallery {
	background:#f6f6f6;
	min-height:100px;
	padding:20px;
	box-shadow:inset 5px -5px 20px rgba(0,0,0,0.4);
}
	.gallery h2 {
		display: inline-block;
		font-family: 'Cambria';
		font-size: 18px;
		padding: 10px 90px;
		margin: 10px 0px;
		font-weight: normal;
		color: #743d88;
		background: url(../images/g-decor-left.png) left 20px center no-repeat, url(../images/g-decor-right.png) right 20px center no-repeat;
		text-align: center;
	}

	.gallery .gallery-imgs {
		overflow:hidden;
		margin:0 -20px;
	}
		.gallery .gallery-imgs img {
			display:inline-block;
		}





/* блок для женщин */
.for-women {
	background:#fef5f8;
	min-height:100px;
	padding:30px 0 20px;
	text-align:center;
}
	.for-women h2 {
		display: inline-block;
		font-family: 'Cambria';
		font-size: 18px;
		padding: 40px 0 10px;
		margin: 10px 0px;
		font-weight: normal;
		background: url(../images/decor.png) center top no-repeat;
		text-align: center;
	}
		.for-women h2 span {
			color:#743d88;
		}

/* блок для мужчин */
.for-men {
	background:url(../images/men-top-bg.png) top center repeat-x, url(../images/men-bottom-bg.png) bottom center repeat-x;
	background-color: #f5ebe1;
	min-height:100px;
	padding:40px 0 30px;
	text-align:center;
}
	.for-men h2 {
		display: inline-block;
		font-family: 'Cambria';
		font-size: 18px;
		padding: 40px 0 10px;
		margin: 10px 0px;
		font-weight: normal;
		background: url(../images/decor2.png) center top no-repeat;
		text-align: center;
	}
		.for-men h2 span {
			color:#8d6132;
		}

/* Блок для пары */
.for-couple {
	background:#fff;
	background-color: #f5ebe1;
	min-height:100px;
	padding:20px 0 30px;
	text-align:center;
}
	.for-couple h2 {
		display: inline-block;
		font-family: 'Cambria';
		font-size: 18px;
		padding: 40px 0 10px;
		margin: 10px 0px;
		font-weight: normal;
		background: url(../images/decor3.png) center top no-repeat;
		text-align: center;
	}
		.for-couple h2 span {
			color:#743d88;
		}




/* блоки категорий услуг */
.usluga-cat {
    display:inline-block;
    width:310px;
    margin:20px 5px;
    text-align:center;
}

    .usluga-cat .title {
    	display: inline-block;
    	font-family: 'Cambria';
    	font-size: 18px;
    	padding: 10px 25px;
    	margin: 0;
    	height:24px;
    	line-height:24px;
    	font-weight: normal;
    	color:#743d88;
    	background: url(../images/tild3.png) left center no-repeat, url(../images/tild3.png) right center no-repeat;
    	text-align: center; 
    }
    .for-men .usluga-cat .title {
    	color:#8f6739;
    	background: url(../images/tild3-man.png) left center no-repeat, url(../images/tild3-man.png) right center no-repeat;
    }
        .for-men .usluga-cat .title a {
        	color:#8f6739;
        }
    
    
    .usluga-cat .images {
        height:212px;
        padding:19px;
        background: url('../images/klyaks.png') center no-repeat;
    }
    .for-men .usluga-cat .images {
        height:212px;
        padding:19px;
        background: url('../images/klyaks-man.png') center no-repeat;
    }
    .for-couple .usluga-cat .images {
        height:212px;
        padding:19px;
        background: url('../images/klyaks-couple.png') center no-repeat;
    }
        .usluga-cat .images a {
            display:block;
            border:4px solid #e1d3c2;
            height:204px;
            width:204px;
            border-radius:102px;
            margin:0px auto;
            overflow:hidden;
        }
        .for-men .usluga-cat .images a {
            border:4px solid #f4ebe0;
        }
        .for-couple .usluga-cat .images a {
            border:4px solid #fff;
        }
        
            .usluga-cat .images a img {
                display:block;
                margin:0;
                height:204px;
                transition: all ease-in 0.2s;
                background:#fff;
            }
            .usluga-cat .images a:hover img {
                display:block;
                margin:-10px;
                height:224px;
            }
    .usluga-cat .description {
        font-size:14px;
    }
        .usluga-cat .description p {
            margin:10px 0;
        }
    .usluga-cat .buttons {
        margin:10px 0;
    }
        .usluga-cat .buttons a {
            display:block;
            margin:0 auto;
            width:160px;
            background:#a882b1;
            border-radius:20px;
            padding:10px 5px;
            color:#fff;
            text-decoration:none;
        }
        .usluga-cat .buttons a:hover {
            background:#6b2e7d;
        }
        .for-men .usluga-cat .buttons a {
            background:#d6b58d;
        }
        .for-men .usluga-cat .buttons a:hover {
            background:#c89b64;
        }


/* Блок подарочных сертификатов */
.gifts {
	background:url(../images/sertif-fon-top.png) top center repeat-x, url(../images/sertif-fon.png) center center repeat;
	background-color:#743d88;
	min-height:100px;
	padding:30px 10px 20px;
	color:#fff;
}
	.gifts h2 {
		display: inline-block;
		font-family: 'Cambria';
		font-size: 18px;
		padding: 15px 110px;
		margin: 15px 0px;
		font-weight: normal;
		color:#fff;
		background: url(../images/s-decor-left.png) left 20px center no-repeat, url(../images/s-decor-right.png) right 20px center no-repeat;
		text-align: center;
	}
	.gifts .sertificat {
		margin:30px 0 10px;
		overflow:hidden;
		text-align:center;
	}
		.gifts .sertificat .sert-item {
			float:none;
			display: inline-block;
			margin:20px 5px;
			background:#fff;
			width:290px;
			height:360px;
			color:#333;
			position:relative;
		}

    		.gifts .sert-item .sert-title {
        		display: inline-block;
        		font-family: 'Cambria';
        		font-size: 18px;
        		padding: 15px 40px;
        		margin: 0;
        		height:21px;
        		line-height:21px;
        		font-weight: bold;
        		color:#743d88;
        		background: url(../images/tild2.png) left center no-repeat, url(../images/tild2.png) right center no-repeat;
        		text-align: center;
    		}
    		.gifts .sert-item .sert-text {
                padding: 0 10px 0;
                margin:0 0 10px;
                font-size: 12px;
                line-height:18px;
                text-align:center;
                height:70px;
                overflow:hidden;
    		}
    		.gifts .sert-item .sert-img img {
                display:block;
                height:145px;
                width:290px;
    		}
    		.gifts .sert-item .sert-cost {
                    position: absolute;
                    left: 50%;
                    width: 200px;
                    margin-left: -113px;
                    padding: 10px;
                    top: 250px;
                    background: #f4ebe0;
                    border: 3px solid #fff;
                    border-radius: 5px;
                    text-align: center;
    		}
        		.gifts .sert-item .sert-cost span {
                    font-weight: bold;
        		}
    		.gifts .sert-item .sert-button {
                    position: absolute;
                    display:block;
                    left: 50%;
                    width: 140px;
                    margin-left: -83px;
                    padding: 10px;
                    top: 305px;
                    background: #743d88;
                    color:#fff;
                    border-radius: 10px;
                    text-align: center;
                    cursor:pointer;
    		}
    		.gifts .sert-item .sert-button:hover {
    		    background: #9b55a5;
    		}
    		.gifts .otziv {
                border-top: 1px solid #fff;
    		}
    		.gifts .otziv .nivoSlider {
                border-radius: 10px;
                overflow: hidden;
                border: 3px solid #fff;
                box-sizing: border-box;
    		}
    		.gifts .otziv .nivoSlider .nivo-caption p {
    		    display:none;
    		}


/* Блок с предложением купить абонемент */
.subscription {
	background: #f6f7e9;
	min-height:100px;
	padding:40px 10px;
	position:relative;
}
	.subscription .top-wave {
		background:url(../images/subs-top-bg.png) top center repeat-x;
		position:absolute;
		top:-10px;
		left:0;
		height:20px;
		width:100%;
	}
	.subscription .bottom-wave {
		background:url(../images/subs-bottom-bg.png) bottom center repeat-x;
		position:absolute;
		bottom:-10px;
		left:0;
		height:20px;
		width:100%;
	}
	.subscription .subscription-box {
	    width:auto;
	    height:auto;
	    margin:0 auto;
	    position:relative;
	}
    	.subscription .subscription-title {
    	    display:block;
    	    font-family: 'Cambria';
			font-size: 18px;
			margin:10px 0;
			font-weight: normal;
			text-align: center;
    	}
    	.subscription .subscription-text {

			font-size: 14px;
			font-weight: normal;
			text-align: center;
    	}
    	.subscription .subscription-button {
    	    display:block;
    	    width:210px;
    	    padding:10px;
    	    margin:10px auto;
    	    text-align:center;
    	    border:1px solid #fff;
    	    border-radius:10px;
    	    background:#cb649f;
    	    color:#fff;
    	    cursor:pointer;
    	    box-shadow:0px 2px 4px rgba(0,0,0,0.6);
    	}
    	.subscription .subscription-button:hover {
    	    background:#9b55a5;
    	}
    	

/* Футер */
.footer {
	background: url(../images/footer-fon.jpg) center bottom no-repeat;
	background-color: #22100a;
    background-size: cover;
	min-height:200px;
	padding:30px 10px;
	color:#fff;
}
	.footer .discount {
			font-family: 'Cambria';
			font-size: 21px;
			line-height:28px;
			margin: 20px 0px;
			font-weight: normal;
			color:#fff;
			text-align: center;
	}	
	.footer .telefon {
			font-family: 'Cambria';
			font-size: 21px;
			margin: 15px 0px;
			line-height:28px;
			font-weight: normal;
			color:#fff;
			text-align: center;
	}
	.footer .text-callback {
			font-family: 'Cambria';
			font-size: 18px;
			margin: 20px 0px 15px;
			font-weight: normal;
			color:#fff;
			text-align: center;
	}
	.footer .callback-button {
			font-size: 18px;
			text-transform:uppercase;
			width:240px;
			padding:10px;
			margin: 30px auto;
			font-weight: normal;
			background:#743d88;
			border:1px solid #fff;
			color:#fff;
			text-align: center;
			cursor:pointer;
	}
	.footer .callback-button:hover {
			background:#9b55a5;
	}

/* форма обратной связи */
.fos-wrapper {
    display: none; 
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.8);
    z-index: 100;
}
.fos-box, .fos-box2 {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    width:280px;
    height:240px;
    margin-left: -150px;
    margin-top: -130px;
    border-radius: 8px;
    padding: 10px;
    background: #552365;
    background: rgba(85,29,103,0.8);
    color: #fff;
    text-align:center;

    z-index: 120;
}
    .fos-box .fos-box-close, .fos-box2 .fos-box-close {
        position: absolute;
        width: 30px;
        height: 30px;
        top: 10px;
        right: 10px;
        border-radius:5px;
        background: url(../images/close.png) top center no-repeat;
        cursor: pointer;
    }
    .fos-box .fos-box-title, .fos-box2 .fos-box-title {
        height: 30px;
        text-align: center;
        font-size: 18px;
        line-height: 30px;
        padding: 0 0 10px;
    }
    .fos-box .blo, .fos-box2 .blo {
        margin: 10px 0;
        padding: 5px;
    }
    .fos-box .blo input[type="text"], .fos-box2 .blo input[type="text"] {
        display: block;
        width: 260px;
        margin: auto;
        color: #fff;
        background: transparent;
        padding: 5px;
        border: 1px solid #fff;
        border-radius: 6px;
        outline: 0;
        box-sizing: border-box;
        font-size: 16px;
    }
    .fos-box .submit_fos, .fos-box2 .submit_fos {
        border: 1px solid #fff;
        border-radius: 10px;
        background: #551d67;
        padding: 5px 10px;
        text-align: center;
        text-transform: uppercase;
        width: 200px;
        line-height: 21px;
        color:#fff;
        margin: 10px auto;
        cursor:pointer;
    }

.video-sertificat {
    width:300px;
    height:160px;
}

/*БУК*/
/*320*/
.booking {
	width:auto; 
	background:#fff;
	padding:5px; 
	border-radius:5px;
	margin:10px 10px; 
	text-align:left;
	box-shadow:0 0 5px #000;
	box-shadow:0 0 5px rgba(0,0,0,0.5);
	position:relative;
}

	.booking .col1 {
		width:35%;
		margin-right:2%;
		float:left;
	}
		.booking .col1 .img {
			display:block; 
			width:100%;
			height:150px;
			background-size: cover;
			background-position: center;
			position:relative;
			border-radius: 5px;
		}
		
		.booking .col1 img {
			display:block; 
			width:200px;
		}
		.booking .col1 .vigoda {
			display:block; 
			position:absolute;
			bottom:0;
			padding:5px;
			width:100%;
			text-align:center;
			color:#fff;
			background:#ec7a00;
			font-size:10px;
			line-height:12px;
			box-sizing: border-box;
		}
		.booking .col1 .greentik {
			display:block; 
			position:absolute;
    		top:5px;
			padding:5px;
			width:100%;
			text-align:center;
			color:#fff;
			background:#046e02;
			font-size:10px;
			line-height:12px;
			box-sizing: border-box;
		}

	.booking .col2 {
		float:left; 
		width:63%; 
		height:auto;
	}
		.booking .col2 .title {
			font-size:16px;
			line-height:18px; 
			font-weight:bold; 
			color:#333; 
			font-family: 'Cambria'; 
			height:auto;
		}
		.booking .col2 .title img {
			height:12px;
		}
		.booking .col2 .subtitle {
			font-size:14px;
			line-height:16px; 
			color:#666; 
			font-family: 'Cambria'; 
			height:auto;
		}
		.booking .col2 .rating {
			font-size:14px;
			line-height:21px; 
			color:#14367f;
			margin-bottom:10px;
		}
		.booking .col2 .rating strong {
			font-size:14px;
			line-height:21px; 
			background:#14367f;
			color:#fff;
			padding:0 5px;
			margin-right:5px;
			border-radius:3px 3px 3px 0;
		}
		.booking .col2 .rating.super {
			color:#dfa80f;
		}
		
		.booking .col2 .desc {
			margin-bottom: 10px;
		}
		    .booking .col2 .desc .recomend {
    			height:auto;
				font-size:12px; 
				line-height:16px; 
				margin:3px auto;
				font-style:italic;
				font-weight:bold;
				padding:2px 0 2px 30px;
				background:url(../images/approval1.png) left center no-repeat;
    		}
    		.booking .col2 .desc .bron {
    			height:auto;
				font-size:12px; 
				line-height:16px; 
				margin:3px auto;
				color:#046e02;
				font-weight:bold;
				padding:2px 0 2px 30px;
				background:url(../images/card1.png) left center no-repeat;
				
    		}
    		.booking .col2 .desc .adres {
    			display:block;
    			height:auto;
				font-size:12px; 
				line-height:16px; 
				margin:3px auto;
				color:#000;
    		}
        		.booking .col2 .desc .adres .point {
        			display:inline-block;
        			width:100px;
        			padding:2px 0 2px 20px;
				    background:url(../images/point1.png) left center no-repeat;
        		}
        		.booking .col2 .desc .adres .dist {
                    display:inline-block;
        			width:100px;
        			padding:2px 0 2px 20px;
				    background:url(../images/step1.png) left center no-repeat;
        		}
		
		.booking .col2 .spros {
		
		}
			.booking .col2 .spros .spros1 {
				
				display:inline-block; 
				height:25px;
				font-size:18px; 
				line-height:21px; 
				color:#fff; 
				background:#ff6c6c; 
				border-radius:3px; 
				padding:1px 5px 0px;
				margin:3px auto;
				
				display:none;
			}
			.booking .col2 .spros .spros2 {
				
				display:block; 
				height:auto;
				font-size:12px; 
				line-height:16px; 
				color:#ff6c6c;
				margin:3px auto;
			}
		.booking .col2 .vigoda {
			display:inline-block; 
			height:25px;
			font-size:18px; 
			line-height:21px; 
			color:#fff; 
			background:#ec7a00; 
			border-radius:3px; 
			padding:3px 10px 2px;
			margin-top:5px;
			
			display:none;
		}
		.booking .col2 .zakaz {
			margin:10px 0 0;
		}
			.booking .col2 .zakaz a {
				display:block; 
				cursor:pointer; 
				border:2px solid #fff; 
				background:#2175cb; 
				color:#fff; 
				text-align:center; 
				font-size:14px; 
				padding:5px 10px; 
				border-radius:3px; 
				box-shadow:0 0 3px #000;
				max-width:236px;
			}
		.booking .col2 .cost {
			display:block;
			margin:5px 0 0;
			font-size:14px;
			font-weight:bold;
		}


	.booking .col3 {
		float:left; 
		width:210px;
	}
		.booking .col3 .rating {
			display:none;
			color:#14367f;
		}
		.booking .col3 .rating.super {
			color:#dfa80f;
		}
			.booking .col3 .rating .rating-left {
				float:left; 
				width:160px; 
				height:40px; 
				text-align:right; 
				margin-right:10px;
			}
				.booking .col3 .rating .rating-text {
					font-size:21px;
					line-height:24px; 
					height:25px; 
					font-weight:bold;
				}
				.booking .col3 .rating .rating-col {
					font-size:14px;
					line-height:15px; 
					height:15px;
				}
			.booking .col3 .rating .rating-dig {
				float:left; 
				width:40px; 
				height:40px; 
				text-align:center; 
				font-size:21px; 
				line-height:40px; 
				color:#fff; 
				background:#14367f; 
				border-radius:5px 5px 5px 0;
			}
			.booking .col3 .rating.super .rating-dig {
			    background:#dfa80f;
		    }
		
		.booking .col3 .zakaz {
	        display:none;
		}
			.booking .col3 .zakaz a {
				display:block; 
				cursor:pointer; 
				border:2px solid #fff; 
				background:#2175cb; 
				color:#fff; 
				text-align:center; 
				font-size:16px; 
				padding:10px; 
				border-radius:3px; 
				box-shadow:0 0 3px #000;
			}
		.booking .col3 .cost {
	        display:none;
		}
		
	.booking .b-title {
	    font-size:16px;
		line-height:18px; 
		font-weight:bold; 
		color:#333; 
		font-family: 'Cambria'; 
		height:auto;
		margin-top:10px;
	}
	.booking .b-subtitle {
	    font-size:14px;
		line-height:16px; 
		color:#666; 
		font-family: 'Cambria'; 
		height:auto;
	}
	.booking .b-cost {
	    display:block;
		margin:5px 0 0;
		font-size:14px;
		font-weight:bold;
	}
	.booking .b-rating {
	    font-size:14px;
		line-height:21px; 
		color:#14367f;
		margin-bottom:10px;
	}
    	.booking .b-rating-left {
    	    display:inline-block;
    	}
    	.booking .b-rating-col  {
    	    display:none;
    	}
    	.booking .b-rating-dig {
    	    font-weight:bold;
    	    display:inline-block;
    	}
	.booking .b-img {
	    margin-bottom:10px;
	}
		.booking .b-img img {
			max-width:100%;
			height:auto;
			border-radius:3px; 
			margin:3px 0;
		}
	.booking .b-desc {
	    margin-bottom:10px;
	}
	.booking .b-spros {
	    margin-bottom:10px;
	}
	.booking .b-spros .pros-item {
		display:inline-block;
		color:#fff;
		background:#ec7a00;
		font-size:10px;
		line-height:12px;
		padding:3px 5px;
		margin:0 10px;
		border-radius:3px; 
	}
	.booking .b-otmena {
	    background:#046e02;
		color:#fff;
		font-size:24px;
		line-height:32px;
		padding:20px 20px;
		margin-bottom:10px;
		border-radius:3px;
		text-align:center;
	}
	.booking .b-zakaz {
	    margin-bottom:10px;
	}
		.booking .b-zakaz a {
			display:block; 
			float:right;
			cursor:pointer; 
			border:2px solid #fff; 
			background:#2175cb; 
			color:#fff; 
			text-align:center; 
			font-size:14px; 
			padding:5px 30px; 
			border-radius:3px; 
			box-shadow:0 0 3px #000;
			width:200px;
		}
	.booking .b-otziv {
	    margin-bottom:10px;
	    margin-top:20px;
	    border-top:1px solid #999;
	    padding:10px 0 0;
	}
		

.switcher {
    position:fixed; 
    padding:3px 5px;
    background: rgba(255,255,255,0.5); 
    border:1px solid #6b2d81; 
    border-radius:5px; 
    bottom:4px; 
    left:10px; 
    z-index:600;
}

		

@media screen and (min-width:640px) and (max-width:970px) {

/*каталог*/
.brief-item {
    display:block;
    float:left;
    width:50%;
    margin:20px 0;
	padding:0 5px;
    text-align:center;
}
    .brief-item .title {

    	margin: 0 auto;
    	height:72px;
    	width:310px;
    }

.brief-clear:nth-child(4n) {
    display:block; height:1px; width:100%; clear:both; background:#a882b1;
}


/*БУК*/
	.booking .col1 {
		float:left;
		width:200px; 
		margin-right:30px;
	}
		
		.booking .col1 .img {
			display:block; 
			width:100%;
			height:150px;
			background-size: cover;
			background-position: center;
		}
		.booking .col1 img {
			display:block; 
			width:200px;
		}

	.booking .col2 {
		height:auto;
		width:auto;
	}

	.booking .col3 {
	}
}

@media screen and (min-width:971px) {


/* типографика */
h2 {
	font-size: 28px;
}

.center-box {
	width:970px;
}

/* шапка сайта */
.header {
	height:122px;
}

	.header .first-line {
		height:36px;
	}
	
		.header .first-line .logo {
			height:250px;
			width:250px;
			position:absolute;
			top:-40px;
			left:0;
			z-index:25;
			border-radius:125px;
			overflow:hidden;
		}

		.header .first-line .contact-top {
			height:36px;
			text-align:right;
			margin-left:260px;
		}
		.header .first-line .contact-top .adres{
			display:block;
			height:16px;
			font-size:12px;
			float:right;
			line-height:16px;
			padding:12px 0 8px;
			color:#c3afce;
			text-align:right;
			text-transform:uppercase;
		}
    		.header .first-line .contact-top .adres strong{
    			color:#fff;
    		}
		.header .first-line .contact-top .mail{
			display:block;
			height:16px;
			font-size:12px;
			float:right;
			line-height:16px;
			padding:12px 0 8px;
			color:#c3afce;
			margin-left:30px;
			text-align:right;
			text-transform:uppercase;
		}
		.header .first-line .contact-top .telefon{
			display:none;
			font-size:24px;
			line-height:32px;
			height:32px;
			float:right;			
			padding:2px 0;
			margin-left:30px;
			margin-right:0;
			text-align:right;
		}
		.header .first-line .contact-top .vk{
			font-size:26px;
			line-height:26px;
			height:26px;
			float:right;			
			padding:5px 0;
			margin-left:30px;
			margin-right:30px;
			text-align:right;
			display:block;
		}
	.header .second-line {
		height:84px;
	}
		.header .second-line .menu-open {
			width: 84px;
			height: 84px;
			top: 0;
			right: 0;
			cursor:pointer;
			background: #551d67 url(../images/menu-open.png) center no-repeat;
		}
			.header .second-line .menu-open:hover {
				background: #9b55a5 url(../images/menu-open.png) center no-repeat;
			}
		.header .second-line .head-title {
			height: 36px;
			margin-left: 260px;
			margin-right: 95px;
			font-size: 32px;
			line-height: 36px;
			padding: 21px 0 27px;
		}
	.header .nav-line {
		position:absolute;
		display:none;
		color:#fff;
		background:#6b2d81;
		background:rgba(107,25,129,0.8);
		border-bottom:1px solid #fff;
		top: 122px;
		width:100%;
		z-index:20;
		overflow:hidden;
	}
	.header .nav-line.active {
		display:block;
	}

/* верхнее меню */
.main-menu ul {
	width:970px;
}
	.main-menu ul ul {
		display:none;
	}
	.main-menu ul li {
		display:inline-block;
		padding-left:25px;
		background:url(../images/tild3.png) center left no-repeat;
	}
	.main-menu ul li:first-child {
		padding-left:0;
		background:none;
	}

/*каталог*/
.brief-item {
    display:block;
    float:left;
    width:310px;
    margin:20px 5px;
    text-align:center;
}

.brief-clear:nth-child(6n) {
    display:block; height:1px; width:100%; clear:both; background:#a882b1;
}

/*полное описание услуги*/
.pos-cost {
    width:35%;
    float:left;
    margin:0 5% 0 0;
}
.pos-desc {
    width:60%;
    float:left;
}


/* Ѕлок под шапкой с картинкой и быстрым заказом*/
.subheader {
	display:block;
	background:url(../images/massage6.jpg) top center no-repeat;
	/*background:url(../images/subfon.jpg) top center no-repeat;*/
	/*background-size:cover;*/
}
	.subheader .quick-form{
		margin:20px 0;
		float:right;
	}
	.budda-form {
	    margin: 90px 0 0 60px;
		float:left;
	}

/* Экспресс заказ */	
.quick-form	{
	
}
	.quick-form .title {
		height: 36px;
		font-size: 32px;
		line-height: 36px;
	}




/* блок с контентом */
.main {
	padding:60px 30px 30px;
}
	.main h2 {
		font-size: 28px;
		padding: 60px 0 10px;
		min-width: 300px;

	}


.rounded-img {
    display:block;
    width:250px; 
    height:250px; 
    margin-top:-60px; 
    float:left; 
    text-align:center;
}	
    .rounded-img img {
        display:block;
        width:242px;
        height:242px;
        border-radius:121px;
        border:4px solid #e1d3c2;
    }	
.contact-center {
	width:470px; 
	float:left; 
	font-size:21px;
}

/* Ѕлок с нашими преимуществами */
.advantage {

}
	.advantage ul {
		float:left;
		width:350px;
		margin:0;
	}
		.advantage ul li {

		}
	
	.advantage ul.advant-left {
		margin-right:270px;
	}
	.advantage.mobil {
        display:none;
	}
	.advantage ul.advant-right {
		display:block;
	}

	.mastera h2 {
		font-size: 28px;
		padding: 10px 110px;
		margin: 20px 0px;
	}
	.mastera .custom {
		display:inline-block;
	}
	.mastera .master-col {
		float: left;
        width: auto;
        margin:10px;
        text-align: left;
	}
	.mastera .master-desc {
        margin:0;
        width:400px;
	}
	
	.sertificat h2 {
		font-size: 28px;
		padding: 10px 110px;
		margin: 20px 0px;
	}
	.sertificat .custom {
		display:inline-block;
	}
	.sertificat .sertificat-col {
		float: left;
        width: auto;
        margin:10px;
        text-align: left;
	}
	.sertificat .sertificat-desc {
        margin:0;
        width:400px;
	}
	
/* √алере¤ с фото интерьера и т.п. */
.gallery {
	padding:30px;
	box-shadow:inset 10px -10px 40px rgba(0,0,0,0.4);
}
	.gallery h2 {
		font-size: 28px;
		padding: 10px 110px;
		margin: 20px 0px;
	}

	.gallery .gallery-imgs {
		overflow:hidden;
		margin:0 -30px;
	}




/* блок для женщин */
.for-women {
	padding:30px 30px 20px;
}
	.for-women h2 {
		font-size: 28px;
		padding: 60px 0 10px;
	}



/* блок для мужчин */
.for-men {
	padding:40px 30px;

}
	.for-men h2 {
		font-size: 28px;
		padding: 60px 0 10px;
	}


/* Блок для пары */
.for-couple {
	padding:20px 30px 30px;
}
	.for-couple h2 {
		font-size: 28px;
		padding: 60px 0 10px;

	}


/* блоки категорий услуг */
.usluga-cat {

}

    .usluga-cat .title {
    	font-size: 24px;
    	padding: 15px 25px;
    }
    .for-men .usluga-cat .title {
    	color:#8f6739;
    	background: url(../images/tild3-man.png) left center no-repeat, url(../images/tild3-man.png) right center no-repeat;
    }
        .for-men .usluga-cat .title a {
        	color:#8f6739;
        }
    







/* Блок подарочных сертификатов */
.gifts {
	padding:50px 30px 30px;
}
	.gifts h2 {
		font-size: 28px;
		padding: 15px 110px;
	}
	.gifts .sertificat {

	}
		.gifts .sertificat .sert-item {
			float:left;
			margin:20px 50px 0 0;
			background:#fff;
			width:290px;
			height:360px;
			color:#333;
			position:relative;
		}
		.gifts .sertificat .sert-item:last-child {
			margin:20px 0 0 0;
		}
    		.gifts .sert-item .sert-title {
        		display: inline-block;
        		font-family: 'Cambria';
        		font-size: 18px;
        		padding: 15px 40px;
        		margin: 0;
        		height:21px;
        		line-height:21px;
        		font-weight: bold;
        		color:#743d88;
        		background: url(../images/tild2.png) left center no-repeat, url(../images/tild2.png) right center no-repeat;
        		text-align: center;
    		}
    		.gifts .sert-item .sert-text {
                padding: 0 10px 0;
                margin:0 0 10px;
                font-size: 12px;
                line-height:18px;
                text-align:center;
                height:70px;
                overflow:hidden;
    		}
    		.gifts .sert-item .sert-img img {
                display:block;
                height:145px;
                width:290px;
    		}
    		.gifts .sert-item .sert-cost {
                    position: absolute;
                    left: 50%;
                    width: 200px;
                    margin-left: -113px;
                    padding: 10px;
                    top: 250px;
                    background: #f4ebe0;
                    border: 3px solid #fff;
                    border-radius: 5px;
                    text-align: center;
    		}
        		.gifts .sert-item .sert-cost span {
                    font-weight: bold;
        		}
    		.gifts .sert-item .sert-button {
                    position: absolute;
                    display:block;
                    left: 50%;
                    width: 140px;
                    margin-left: -83px;
                    padding: 10px;
                    top: 305px;
                    background: #743d88;
                    color:#fff;
                    border-radius: 10px;
                    text-align: center;
                    cursor:pointer;
    		}
    		.gifts .sert-item .sert-button:hover {
    		    background: #9b55a5;
    		}
    		.gifts .otziv .nivoSlider .nivo-caption p {
    		    display:block;
    		}

/* Блок с предложением купить абонемент */
.subscription {
	padding:40px 30px;
}
	.subscription .top-wave {

	}
	.subscription .bottom-wave {

	}
	.subscription .subscription-box {
	    width:1064px;
	    height:169px;
	    background:url(../images/subscr-img.png) center center no-repeat;
	}
    	.subscription .subscription-title {
    	    position:absolute;
    	    top:30px;
    	    left:190px;
			font-size: 28px;
			width:600px;
    	}
    	.subscription .subscription-text {
    	    position:absolute;
    	    top:70px;
    	    left:190px;
			font-size: 16px;
			width:600px;
    	}
    	.subscription .subscription-button {
    	    display:block;
    	    position:absolute;
    	    top:80px;
    	    right:40px;
    	    width:210px;
			margin:0;
    	}

    	
	
/* Футер */
.footer {
	padding:40px 30px;

}
	.footer .discount {
			font-size: 32px;
			margin: 40px 0px;
	}	
	.footer .telefon {
			font-size: 32px;
			margin: 30px 0px;
	}
	.footer .text-callback {
			font-size: 28px;
			margin: 40px 0px 30px;
	}

.video-sertificat {
    width:640px;
    height:360px;
}

/*БУК*/
/*970*/
.booking {
	width:910px; 
	background:#fff;
	padding:20px; 
	border-radius:5px;
	margin:20px auto; 
	text-align:left;
}

	.booking .col1 {
		float:left;
		width:250px; 
		margin-right:30px;
	}
		.booking .col1 .img {
			display:block; 
			width:250px;
			height:250px;
			background-size: cover;
		}
		
		.booking .col1 img {
			display:block; 
			width:250px;
		}
		.booking .col1 .vigoda {
			display:none;
		}
		.booking .col1 .greentik {
			display:block; 
			position:absolute;
    		top:10px;
			padding:15px 10px;
			width:100%;
			text-align:center;
			color:#fff;
			background:#046e02;
			font-size:14px;
			line-height:18px;
			box-sizing: border-box;
		}

	.booking .col2 {
		float:left; 
		width:600px; 
		margin-right:20px; 
		position:relative; 
		height:auto;
		min-height:250px;
	}
		.booking .col2 .title {
			font-size:24px;
			line-height:28px; 
			font-weight:bold; 
			color:#000; 
			font-family: 'Cambria'; 
			height:auto;
			width: 430px;
		}
		.booking .col2 .title img {
			height:16px;
		}
		.booking .col2 .subtitle {
			font-size:21px;
			line-height:28px; 
			color:#666; 
			font-family: 'Cambria'; 
			height:auto;
			font-style: italic;
			width: 430px;
		}
		.booking .col2 .rating {
			display:none;
		}
		.booking .col2 .desc {
			display:block;
			padding:5px; 
			height:auto;
			min-height:30px;
		}
		    .booking .col2 .desc .recomend {

				font-size:16px; 
				line-height:21px; 
				margin:3px auto 6px;
				padding:2px 0 2px 30px;
				background:url(../images/approval.png) left center no-repeat;
    		}
    		.booking .col2 .desc .bron {
    			font-size:16px; 
				line-height:21px;
				margin:3px auto 6px;
				padding:2px 0 2px 50px;
				background:url(../images/card.png) left center no-repeat;
				
    		}
    		.booking .col2 .desc .adres {
    			display:block;
    			font-size:16px; 
				line-height:21px;
				margin:3px auto;
				color:#000;
    		}
    		    .booking .col2 .desc .adres .point {
        			width:300px;
        			padding:2px 0 2px 30px;
				    background:url(../images/point.png) left center no-repeat;
        		}
        		.booking .col2 .desc .adres .dist {
        			width:150px;
        			padding:2px 0 2px 30px;
				    background:url(../images/step.png) left center no-repeat;
        		}
		
		
		
		.booking .col2 .spros {
		    width:400px;
		}
			.booking .col2 .spros .spros1 {
				display:inline-block; 
				height:25px;
				font-size:18px; 
				line-height:21px; 
				color:#fff; 
				background:#ff6c6c; 
				border-radius: 5px; 
				padding:1px 5px 0px;
				margin-bottom:3px;
			}
			.booking .col2 .spros .spros2 {
				display:inline-block; 
				height:25px;
				font-size:16px; 
				line-height:21px; 
				color:#ff6c6c;
				margin:0;
			}
		.booking .col2 .vigoda {
			display: inline-block;
            height: auto;
            max-width: 380px;
            font-size: 18px;
            line-height: 21px;
            color: #fff;
            background: #ec7a00;
            border-radius: 5px;
            padding: 2px 10px 3px;
            margin-top: 0;
		}
		.booking .col2 .zakaz {
			display:none;
		}
		.booking .col2 .cost {
			display:none;
		}


	.booking .col3 {
		float:right; 
		width:10px;
		padding-bottom:110px;
	}
		.booking .col3 .rating {
    		display:block;
    		position:absolute;
    		width:210px;
    		top:20px;
    		right:20px;
		}
			.booking .col3 .rating .rating-left {
				float:left; 
				width:160px; 
				height:40px; 
				text-align:right; 
				margin-right:10px;
			}
				.booking .col3 .rating .rating-text {
					font-size:21px;
					line-height:24px; 
					height:25px; 
					font-weight:bold;
				}
				.booking .col3 .rating .rating-col {
					font-size:14px;
					line-height:15px; 
					height:15px;
				}
			.booking .col3 .rating .rating-dig {
				float:left; 
				width:40px; 
				height:40px; 
				text-align:center; 
				font-size:21px; 
				line-height:40px; 
				color:#fff; 
				border-radius:5px 5px 5px 0;
			}
		
		.booking .col3 .zakaz {
			/*margin:20px 0;*/
			position:absolute;
			bottom:20px;
			right:20px;
			width:210px;
			display:block;
		}
			.booking .col3 .zakaz a {
				display:block; 
				cursor:pointer; 
				border:2px solid #fff; 
				background:#2175cb; 
				color:#fff; 
				text-align:center; 
				font-size:16px; 
				padding:10px; 
				border-radius: 5px; 
				box-shadow:0 0 3px #000;
			}
		.booking .col3 .cost {
			/*margin:20px 0 0;*/
			display:block;
			font-size: 24px;
            line-height: 32px;
			font-weight:bold;
			color: #000;
			text-align:right;
			position:absolute;
			bottom:75px;
			right:20px;
			width:210px;
		}

	.booking .b-title {
	    font-size:24px;
		line-height:28px; 
		font-weight:bold; 
		color:#000; 
		font-family: 'Cambria'; 
		height:auto;
		width: 430px;
		margin-top:0;
	}
	.booking .b-subtitle {
	    font-size:21px;
		line-height:28px; 
		color:#666; 
		font-family: 'Cambria'; 
		height:auto;
		font-style: italic;
		width: 430px;
	}
	.booking .b-cost {
	    display:block;
		font-size: 24px;
        line-height: 32px;
		font-weight:bold;
		color: #000;
		width:210px;
		margin-bottom:10px;
	}

	.booking .b-rating {
		display:block;
		position:absolute;
		width:210px;
		top:20px;
		right:20px;
		color:#14367f;
	}
	.booking .b-rating.super {
		color:#dfa80f;
	}
		.booking .b-rating .b-rating-left {
			float:left; 
			width:160px; 
			height:40px; 
			text-align:right; 
			margin-right:10px;
		}
			.booking .b-rating .b-rating-text {
				font-size:21px;
				line-height:24px; 
				height:25px; 
				font-weight:bold;
			}
			.booking .b-rating .b-rating-col {
				font-size:14px;
				line-height:15px; 
				height:15px;
				display:block;
			}
		.booking .b-rating .b-rating-dig {
			float:left; 
			width:40px; 
			height:40px; 
			text-align:center; 
			font-size:21px; 
			line-height:40px; 
			color:#fff; 
			background:#14367f; 
			border-radius:5px 5px 5px 0;
		}
		.booking .b-rating.super .b-rating-dig {
			background:#dfa80f;
		}





    	
    	
	.booking .b-img {
	    margin-bottom:10px;
	}
		.booking .b-img img {
			max-width:100%;
			height:auto;
			border-radius:5px; 
			margin:3px 0;
		}
	.booking .b-desc {
	    margin-bottom:10px;
	}
	.booking .b-spros {
	    margin-bottom:10px;
	}
	.booking .b-spros .pros-item {
		font-size:18px;
		line-height:21px;
		padding: 2px 10px 3px;
		border-radius:5px; 
		margin:3px 5px;
	}
	.booking .b-otmena {

	}
	.booking .b-zakaz {
	    margin-bottom:10px;
	}
		.booking .b-zakaz a {
			display:block; 
			float:right;
			cursor:pointer; 
			border:3px solid #fff; 
			font-size:16px; 
			padding:10px; 
			border-radius:5px; 
			box-shadow:0 0 3px #000;
			width:210px;
		}
	.booking .b-otziv {
	    margin-bottom:10px;
	}

.switcher {
    position:fixed; 
    padding:3px 5px;
    background: rgba(255,255,255,0.5); 
    border:1px solid #6b2d81; 
    border-radius:5px; 
    top:4px;
    bottom: unset;
    left:10px; 
    z-index:600;
}
			
}








.oldcost {
    display: block;
    float: right;
    margin-left: -30px;
    margin-top: -5px;
    color: #ff0000;
    text-decoration: line-through;
    font-size: 12px;
}
.note {
    text-align:center;
    margin-bottom:10px;
}

.quick-form .note {
    display:none;
    margin-bottom:0;
}
.zayavka .note {
    display:none;
    margin-bottom:0;
}
.quick-form .note span {
    padding-right: 20px;
    background: url(../images/rub.png) center right no-repeat;
    display:inline-block;
}
.zayavka .note span {
    padding-right: 20px;
    background: url(../images/rub.png) center right no-repeat;
    display:inline-block;
}

.zvoni-sert {
    
}
.zvoni-sert a {
   color:#fff; 
}

.adres-sert {
    position:relative;
    margin:20px auto;
    width:80%;
    max-width:400px;
    padding:10px;
    border-radius:5px;
    border:1px solid #551d67;
}
.adres-sert-point {
    width:50px;
	position:absolute;
	top:50%;
	left:5px;
	margin-top:-30px;
	height:60px;
	width:60px;
	line-height:60px;
	font-weight:21px;
	font-weight:bold;
	text-align:center;
	border-radius:30px;
	background:#88479a;
	color:#fff;
	float:left;    
}
.adres-sert-text {
    margin-left:70px;
}

.payment-info input[type=text] {
    display: block;
    width: 300px;
    margin:20px auto;
    color: #333;
    background: transparent;
    padding: 5px;
    border: 1px solid #551d67;
    border-radius: 6px;
    outline: 0;
    box-sizing: border-box;
    font-size: 16px;  
}
.payment-info .accept-pay {
    display:block;
    margin:20px auto;
    cursor: pointer;
    border: 1px solid #551d67;
    border-radius: 10px;
    background: #fff;
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase;
    width: 200px;
}


.pay-form {
    
}
.pay-form .blo {
    margin:15px 0;
}
.pay-form .fos-box-button {
    margin:15px 0;
}
.pay-form input[type="text"] {
    width: 450px;
    padding: 6px 10px;
    font-size: 21px;
}
.pay-form .submit_pay {
    width: 300px;
    padding: 10px !important;
    text-align: center;
    background: #fff;
    border:1px solid #520766;
    color: #520766;
    cursor: pointer;
    text-transform: uppercase;
    font-size:21px;
}
