@charset "utf-8";
/*** HD definitions ***/

/* basic elements START */

/* hide / show */
.hide-hd {
	display: none;
}

.show-hd {
	display: block;
}

/* popup */
.popup-box {
	margin-left: -500px;
	width: 1000px;
}

/* basic elements END */

/* grid START */

.col { padding-left: 0px; padding-right: 15px; width: 100%; }
.col-offset-start { margin-left: -15px; }
.col-offset-end { margin-right: -15px; }
.col-full { min-width: 100%; }
.col-1-12 { width: 8.3%; }
.col-2-2-12 { width: 350px; }
.col-2-1-12 { width: 410px; }
.col-3-12 { width: 425px; }
.col-3-2-12 { width: 465px; }
.col-3-1-12 { width: 510px; }
.col-3-1-12.submenu { width: 605px; }
.col-4-12 { width: 560px; }
.col-5-12 { width: 195px; }
.col-6-12 { width: 670px; }
.col-6-1-12 { width: 770px; }
.col-7-12 { min-width: 810px; max-width: 1080px; }
.col-8-12 { width: 66.6%; }
.col-9-12 { width: 75%; }
.col-10-12 { width: 83.3%; }
.col-11-12 { width: 91.6%; }
.col-1-5 { width: 20%; }
.col-2-5 { width: 40%; }
.col-2-1-5 { width: 50%; }
.col-3-5 { width: 60%; }
.col-4-5 { width: 80%; }
.col-12-12,
.col-5-5,
.col-max { width: 100%; }

/* grid END */

/* texts BEGIN */

    /* paragraph & anchor */
    .texts p,
    .texts a {
        font-size: 15px;
        line-height: 28px;
		padding: 0;
    }
	
	.gray .texts p,
    .gray .texts a {
        font-size: 14px;
        line-height: 22px;
    }

    /* selects */

        /* container */
        .sbHolder{
            height: 43px;
            width: 100%;
        }

            /* select */
            .sbSelector{
                width: 91%;
                height: 43px;
                line-height: 43px;
            }

            /* gomb */
            .sbToggle{
                height: 43px;
                width: 10%;
            }

        /* ul */
        .sbOptions{
            top: 43px;
            left: -1px;
            width: 100%;
        }

/* texts END */

/* header START */

.header {
	position: absolute;
    top: 0px;
    left: 50%;
	margin-left: -640px;
    height: 93px;
	min-width: 1280px;
	max-width: 1280px;
}

	/* header logo */
	.header-logo {
        
    }
		.header-logo a{
            left: 5%;
			margin-top:15px;
			height: 63px;
			width: 98px;
		}

	/* main menu */
	.main-menu {
        line-height: 93px;
    }
	.main-menu.left { margin: 40px 0 0 170px; }
	.main-menu.sub.left { margin-left: 0px; clear: both; }
	.main-menu.sub { margin-top: 150px; z-index: 12; }
	.texts .main-menu.sub { margin-top: 0px; }
	
		.main-menu ul {
			margin: 0 auto;
			padding: 0;
			display: block;
			width: 1105px;
		}
		
		.main-menu.sub ul {
			width: auto;
		}
		
		.texts .main-menu.sub { width: 400px; }
		
			.main-menu ul > li {
                
			}
				.main-menu ul > li > a {
					color: white;
                    font-size: 16px;
                    line-height: 18px;
				}
				.main-menu ul > li > a > i {
                    right: 10px;
                }

    /* lng-select */
    .lng-select{
		display: none;
    }
	/* phone-select */
		.phone-select{
			display: none;
		}

	/* switchers */
	.switchers {
		display: none;
	}

    .header,
    .main-menu,
    .header-logo a,
    .contents,
    .lng-select {
        /* transition */
        -moz-transition: opacity ease-in-out 0.6s;
        -webkit-transition: opacity ease-in-out 0.6s;
        -o-transition: opacity ease-in-out 0.6s;
        transition: opacity ease-in-out 0.6s;
    }

	.header { 
		opacity: 0;
		z-index: 100;
		}
	
    .sticky-header .header{
		opacity: 1;
		position: fixed;
		top: 20px;
        height: 93px;
		z-index: 100;
    }
    .sticky-header .main-menu{
        line-height: 93px;
    }
	
	.sticky-header #plx-section1 .main-menu{
        display: none;
    }
	
    .sticky-header .header-logo a{
    }
    .sticky-header .lng-select{
        margin-top:27px;
    }

/* header END */

/* footer START */

.footer {
    height: 470px;
}

    .footer-top{
        height: 70px;
        line-height: 70px;
        padding: 0px 90px;
    }
        .footer-top p{
            margin: 0px;
            padding: 0px;
            font-size: 15px;
            line-height: 17px;
            margin-right: 10px;
        }
        .footer-top p.space{
            margin-right: 40px;
        }
        .footer-top a{
            margin: 0px;
            padding: 0px;
            font-size: 13px;
            line-height: 17px;
            margin-right: 10px;
        }
            .footer-top i{
                font-size: 17px;
            }

        /* footer-menu */
        .footer-menu {
        }
            .footer-menu ul {
                margin: 0px;
                padding: 0;
            }
                .footer-menu ul > li {
                    padding: 0px 20px;
                }
                    .footer-menu ul > li > a {
                        margin: 0px;
                        /*padding: 0px;*/
                        /*border-right: 1px solid #FFFFFF;*/
                        font-size: 16px;
                        line-height: 18px;
                    }

    .footer-bottom{
        height: 100px;
        line-height: 80px;
        padding: 0px 90px 0 90px;
    }
		
		/* social */
        .footer-social div.social {
			width: 192px;
			margin: 20px auto;
		}
		
		/* copyright */
        .copyright {
            margin: 0px;
        }

            .copyright small {
                font-size: 100%;
                font-size: 12px;
            }

        /* footer-logo */
        .footer-logo{
            width: 258px;
            height: 139px;
			padding-top: 60px;
            margin: 0px auto;
        }
		
		.footer-logo img {
            width: 139px;
            height: 139px;
            }
		
		/* contacts */
		.contacts {
			width: 432px;
			margin: 10px auto;
		}
		
        /* developers */
        .developers {
            margin: 0px;
            font-size: 12px;
        }

            .developers a {
                height: 14px;
                width: auto;
/*                margin-left: 7px;*/
				padding-right: 32px;
            }

	.footer-top a.backtotop{
		height: 40px;
		line-height: 40px;
		width: 100px;
		top: 50%;
		left: 50%;
		margin: -15px 0 0 -50px;
	}

/* footer END */

/* contents START */
	.absolute.left{
        left: 50%;
    }
    .absolute.left.gr{
        left: 50%;
		margin-left: -465px;
    }
	.absolute.left.logo{
		margin-left: -690px;
    }
	.absolute.right.gr {
        right: 50%;
		margin-right: -455px;
    }
	.absolute.right.gr.best {
        right: 50%;
		margin-right: -580px;
    }
	.absolute.right.gray {
        right: 50%;
		margin-right: -465px;
    }
	.absolute.left.gray {
        left: 50%;
		margin-left: -390px;
    }
	.absolute.left.gold {
        left: 50%;
		margin-left: -10px;
    }
	.absolute.left.gold.music {
        left: 50%;
		margin-left: 0px;
    }
    .absolute.right.white {
        right: 50%;
		margin-right: -470px;
    }
		.absolute.right.white.delivery {
			margin-right: -565px;
		}
	.absolute.left.white{
        left: 50%;
		margin-left: -475px;
    }
		.absolute.left.white.delivery {
			margin-left: -545px;
		}
	.transparent {
		z-index: 9;    
    }

	
	/* sections */
	
    .section{
        height: 980px;
    }

	#plx-section3.section.dishes {
			height: 1200px; line-height: 1200px;
		}
		
	#plx-section3.section.delivery {
			height: 1300px; line-height: norman;
		}
		
	#plx-section2.section.dishes {
			height: 900px; line-height: 900px;
		}
		
		#plx-section2.section.dishes > div.transparent {
			height: 900px; line-height: 900px;
		}
	
	#plx-section2.section.cat13 {
        height: 1130px;
    }
	
	#plx-section2.section.cat17 {
        height: 800px;
    }
	
	#plx-section2.section.music {
        height: 1079px;
    }
	
	#plx-section2.section.cat4 {
        height: 1040px;
    }
	
	.section.section-interior {
        height: 1510px;
    }
	.section.third.section-interior {
        height: 1050px;
    }
	
	.section.second.bar { height: 1040px; line-height: 1040px;}
	
	.section.section-contacts {
        height: 925px; line-height: 925px;
    }
	.section.section-events {
        height: 750px; line-height: 750px;
    }
	.section.section-galery {
        height: 750px; line-height: 750px;
    }
		    .section.events, .section.galery {
				height: auto;
			}
        .section .bg{
            top: 0px;
            left: 0px;
            height: 100%;
            width: 100%;
        }

        .section {
            height: 980px;
            line-height: 980px;
        }
            
			.section .white .texts{
                padding: 80px 55px 80px 72px;
                z-index: 10;
				height: auto;
				width: auto;
				margin-top: 225px;
            }
			
			.section .delivery .delivery-product { height: 350px; display: inline-block; margin-bottom: 40px; }
			.section .white.left.delivery .texts { padding: 40px 55px 80px 72px; }
			.section .white.right.delivery .texts { margin: 0px 20px 10px 20px; line-height: auto; background: none; padding: 0; height: 700px; }
			.section .white.left.delivery .texts { margin-top: 120px; }
			.section .white.right.delivery > .texts { margin-top: 50px; }
			
			.section.third.section-interior .white .texts { margin-top: 0px; line-height: normal; }
			
			#plx-section3.section.dishes .white .texts.menu { padding: 45px 65px; }
			
				.section .white .texts p{
					padding: 0px 0px 0px 8px;
				}
			
				.button-holder {
					text-align: center;
					margin: 20px 0;
					padding-left: 8px;
				}
				
				.button-holder.tour.bar {
					margin-top: 290px;
					margin-left: -545px;
				}
				
				.texts a.button-height-45 {
					height: 60px;
					line-height: 60px;
				}
			
			.section .gray .texts{
                padding: 30px 45px;
				margin-top: 675px;
				height: auto;
				width: auto;
                z-index: 12;
            }
				.section .delivery-product .texts{
					height: 350px;
				}
			
			/* серый блок в меню dishes */
			.section.third.dishes .gray .texts{
				width: 335px;
            }
			
			.section .gray.transparent .texts{
				background: none;
				color: #fff;
                margin-top: 900px;
            }
			
			#plx-section2.section.dishes .transparent .texts {
                margin-top: 820px;
            }
			
			.section .white.transparent .texts{
				background: none;
				color: #fff;
                margin-top: 640px;
				padding-left: 0px;
            }
			
			.section .gold .texts{
                padding: 52px 45px;
				/*margin-top: 600px;*/
				height: auto;
				width: auto;
                z-index: 12;
            }

    /* section texts */
		
        /* настройки к шаблону */		
		.section .texts.texts-content { margin-top: /*241px*/450px; padding-right: 27px; padding-left: 45px; }
		.section .cat17 > .texts.texts-content { margin-top: 150px; }
		.section .cat4 > .texts.texts-content { margin-top: 320px; }
		.section .texts.texts-interior-1 { margin-top: 710px; }
		.section .texts.texts-interior-2 { margin-top: 370px; }
		.section.cont1 .texts.texts-interior-2 { margin-top: -280px !important; }
		.section.cont2 .texts.texts-interior-2 { margin-top: -150px !important; }
		.section .texts.texts-music { margin-top: 498px; padding: 90px 45px 90px 57px; }
		.section .texts.texts-galery-2 { margin-top: 0; padding-top: 73px; }
		
		.texts header h2{
            font-size: 40px;
            line-height: 42px;
            padding: 0px;
			margin: 0px 0 20px 0;
        }
		
			.texts.events header h2 {
				font-size: 51px;
				line-height: 42px;
				height: 90px;
				margin-top: 30px;
			}
			
			.texts.texts-contacts-2 header h2 {
				font-size: 51px;
				line-height: 42px;
				height: 70px;
			}
		
		.gray .texts header > h2, .grid-item-data .texts header > h2 { line-height: 0; margin: 0; }
		.grid-item-data .texts header > h2 { height: auto; }
		.gray .texts header h2, .gold .texts header h2, .grid-item-data .texts header h2 a {
            font-size: 25px;
            line-height: /*25px*/21px;
            padding: 0px;
			margin: 0px 0 20px 0;
        }
			
			.delivery-product .texts header h2 {
				height: 60px;
				font-size: 14px;
				font-family: 'Helvetica5ForBB';
				color: #d3a34b;
				text-transform: uppercase;
				margin: 20px 0 10px 0;
				overflow: hidden;
			}
			.delivery-product .texts header h2 a {
				line-height: 15px;
			}
		
		.gold .texts span.wh { 
			font-size: 21px;
			line-height: 29px;
			}
			
		.texts p span.recomend { 
			font-size: 14px;
			line-height: 27px;
		}
		
		.grid-item-data .texts header h2  a {
			margin: 0px;
        }

        .texts header h3{
            font-size: 16px;
            line-height: 20px;
            padding: 0px;
        }
		
		.texts header h3.main {
            font-size: 19px;
        }
		
        .texts header{
            /*margin-bottom: 40px;*/
        }
		
		.gray .texts header, .grid-item-data .texts header {
            margin-bottom: 0px;
        }
            .texts header span{
                padding: 0px 20px;
                margin: 0px auto;
                font-size: 16px;
                line-height: 35px;
            }
			.texts header span.wh {
				padding: 0;
				font-size: 21px;
                line-height: 29px;
            }
                .texts header span .line{
                    width: 20px;
                    height: 2px;
                    top: 18px;
                    padding: 0px;
                }
                    .texts header span .line.left{
                        left: -15px;
                    }
                    .texts header span .line.right{
                        right: -15px;
                    }
                .texts header span .gold{
                    width: 40px;
                    height: 1px;
                    left: 50%;
                    margin-left: -20px;
                }
		
		.gray .texts .line.left, .grid-item-data .texts .line.left, .delivery-product .texts .line.left {
			width: 100px;
			line-height: 15px;
			border-bottom: 5px solid #d3a34b;
			padding-top: 20px;
			}
			.delivery-product .texts .line.left {
				padding-top: 0;
				}
		
		.gold .texts .line.left {
			width: 107px;
			line-height: 15px;
			border-bottom: 5px solid #fff;
			padding-top: 20px;
			}
			
		.gray .texts .price, .grid-item-data .texts .price, .gray .texts .date, .date a, .grid-item-data .texts .date {
			margin: 10px 0;
			font-size: 14px;
			}
			
		
		.grid { margin-top: 330px; /*visibility: hidden;*/ }
		/* настройки присущие к шаблону */
		.grid.grid-galery { margin-top: 250px; }
		.grid.grid-content { margin-top: 288px; }
		.grid.grid-music { margin-top: 231px; }
		
		.grid-item-data .texts { height: 100%; min-height: 100%; vertical-align: bottom; padding: 0 0 0 20px !important; }		
		
		
		/* grid for kitchen */
		.grid-item-kitchen { height: 285px; width: 465px; }
		.grid-item-kitchen .grid-item-data { 
			background-position: top right; background-repeat: no-repeat;
			}
		
		/* grid for events */
		
		.grid.grid-main-events { position: relative; height: 430px !important; }
		.grid-event-height > .grid-item-data > .texts, .grid-event-height img { width: 270px; display: block; /*height: auto;*/ }
		.grid-events > .grid-item > .grid-item-data > .texts { position:absolute; top: 0; left: 0; margin: 0; padding: 0 !important; }
		.grid-galery > .grid-item > .grid-item-data > .texts { position:absolute; top: 0; left: 0; margin: 0; padding: 0 !important; }
		.grid-item-data > .texts { position:absolute; top: 0; left: 0; margin: 0; padding: 0 !important; }
		
		.grid-item.grid-event-height1 { height: 430px; line-height: 430px; position: absolute; left: 0px; top: 0px; }
		.grid-event-height1 > .grid-item-data > .texts, .grid-event-height1 img { width: 315px; }
		
		.grid-item.grid-event-height2 { height: 215px; line-height: 215px; position: absolute; left: 315px; top: 0px; }
		.grid-event-height2 > .grid-item-data > .texts, .grid-event-height2 img { width: 215px; }
		
		.grid-item.grid-event-height3 { height: 215px; line-height: 215px; position: absolute; left: 315px; top: 215px; }
		.grid-event-height3 > .grid-item-data > .texts, .grid-event-height3 img { width: 215px; }
		
		.grid.grid-main-galery { position: relative; height: 490px !important; }
		.grid-item.grid-event-height4 { height: 255px; line-height: 255px; position: absolute; left: 0px; top: 0px; }
		.grid-event-height4 > .grid-item-data > .texts, .grid-event-height4 img { width: 255px; }
		
		.grid-item.grid-event-height5 { height: 255px; line-height: 255px; position: absolute; left: 255px; top: 0px; }
		.grid-event-height5 > .grid-item-data > .texts, .grid-event-height5 img { width: 255px; }
		
		.grid-item.grid-event-height6 { height: 230px; line-height: 230px; position: absolute; left: 200px; top: 255px;  }
		.grid-event-height6 > .grid-item-data > .texts, .grid-event-height6 img { width: 415px; }
		
		.grid.grid-best-galery { position: relative; height: 490px !important; margin-top: 250px; }
		.grid-item.grid-event-height7 { height: 255px; line-height: 255px; position: absolute; left: 0px; top: 0px; }
		.grid-event-height7 > .grid-item-data > .texts, .grid-event-height7 img { width: 255px; }
		
		.grid-item.grid-event-height8 { height: 255px; line-height: 255px; position: absolute; left: 255px; top: 0px; }
		.grid-event-height8 > .grid-item-data > .texts, .grid-event-height8 img { width: 255px; }
		
		.grid-item.grid-event-height9 { height: 230px; line-height: 230px; position: absolute; left: 0px; top: 255px;  }
		.grid-event-height9 > .grid-item-data > .texts, .grid-event-height9 img { width: 415px; }	
		
    /* slide */

        .slide{
            top: 50%;
            right: 105px;
            width: 28px;
            z-index: 1;
			margin-top: -56px;
        }
            .slide ul{
                margin: 0px;
                padding: 0px;
                width: 100%;
            }
                    .slide a{
                        height: 28px;
                        width: 28px;
                        margin: 0px 10px;
                    }

    /* first */

        .section.first{
            padding-top: 0px;
        }
            .logo{
                width: 139px;
                height: 139px;
                top: 2%;
                left: 2%;
            }
			
			.logo img {
                width: 139px;
                height: 139px;
				position: absolute;
				top: 0; left: 0;
            }
			
		.section.first .main-menu {
			margin: 20px 0;
            position: absolute;
			bottom: 90px;
			display: block;
			width: 100%;
        }

    /* second */

        .section.second{
            
        }

    /* third */

        .section.third{
            
        }

    /* fourth */

        .section.fourth{
            height: 920px;
        }

    /* fifth */

        .section.fifth{
            
        }
            .section.fifth .bg{
                
            }

            .locations-slider{
                top: 0px;
                left: 0px;
            }
            .locations-slider,
            .locations-slider .rsOverflow,
            .locations-slider .rsSlide{
                width: 670px !important;
                height: 450px !important;
				padding-bottom: 120px;
            }
            
            .rsArrow {				
                top: 95%;
                margin-top: -25px;
                height: 47px;
                width: 47px;
                z-index: 5;
            }
			
			.locations .rsArrow {
				left: 50%;
			}
			
			
			.rsArrowLeft{
				margin-left: -60px;
                }
                .rsArrowRight{
				margin-right: 60px;
                }
			
			.annotation  { bottom: 80px; }

    /* sixth */

        .section.sixth{
            
        }

/* contents END */

/* subpages BEGIN */

    .subpage .content{
        padding-top: 190px;
    }
        .subpage .bg{
            background-position: center 120px;
        }
            
    /* restaurant */

            
        .owl-button {
            height: 50px;
            width: 50px;
            z-index: 5;
            margin: 30px 5px 0 5px;
        }

            .owl-slider-item,
            .owl-slider-item .hover,
            .owl-slider-item img{
                height: 480px;
                line-height: 480px;
            }
                .owl-slider-item .hover .zoom{
                    width: 35px;
                    height: 36px;
                }
                .owl-slider-item .hover p{
                    font-size: 16px;
                    line-height: 22px;
                }
                    .owl-slider-item .hover p strong{
                        font-size: 18px;
                        line-height: 22px;
                    }

    /* career */

        
        .label.custom{
            margin-top: -88px;
        }
        .textfield.fake{
            margin-top: -78px;
        }

    /* menu */

        .menu-selector{
            border-bottom: 1px solid #B18F6E;
        }
            .menu-selector li,
            .texts .menu-selector li{
                height: 45px;
                line-height: 45px;
                padding: 0px 32px;
                margin: 0px;
            }
                .texts .menu-selector li:first-child{ padding-left: 0px; }
                .texts .menu-selector li:last-child{ padding-right: 0px; }

                .menu-selector li a{
                    padding: 0px 10px;
                    font-size: 14px;
                }

        .menu-items{
            margin-top: 60px;
        }

    /* format the clndr */

        #mini-clndr {
            width: 100%;
        }
        #mini-clndr .controls {
            font-size: 18px;
        }
            #mini-clndr .clndr-previous-button,
            #mini-clndr .clndr-next-button {
                width: 15%;
                padding-top: 5px;
                padding-bottom: 5px;
            }
            #mini-clndr .clndr .controls .month {
                width: 70%;
                padding-top: 5px;
                padding-bottom: 5px;
                font-weight: 700;
                letter-spacing: 1px;
            }

        #mini-clndr .clndr .days-container {
            width: 100%;
            height: 300px;
        }
            #mini-clndr .days {
            }
                #mini-clndr .days .headers {
                    height: 70px;
                    line-height: 70px;
                }
                    #mini-clndr .days .headers .day-header {
                        width: 82px;
                    }

                #mini-clndr .days .day,
                #mini-clndr .days .empty {
                    width: 82px;
                    line-height: 50px;
                    font-size: 13px;
                }

        #mini-clndr .days .day.event,
        #mini-clndr .days .empty.event {
            border: 1px solid #675440;
        }

        #mini-clndr .days .empty {
            height: 31px;
        }

        .texts .clndr-data h3{
            padding: 0px;
        }
        .texts .clndr-data p{
            margin: 0px;
            padding: 0px;
            line-height: 22px;
        }
        .texts .clndr-data .date{
            font-size: 12px;
            margin-bottom: 30px;
        }
        .texts .clndr-data .text{
            font-size: 16px;
        }

/* subpages END */

/* events iframe */
html.active-event,body.event { height: 100%; min-height: 100%; background: transparent; overflow: hidden; display: block; }
div.wrap-event { height: 100%; width: 1200px; background-color: #fff; position: relative; margin: 40px auto 0px auto; overflow: hidden; }
div.event-content { height: 110%; background-color: #fff; padding-bottom: 50px;}
div.event-text.hidden { visibility: hidden; }
div.event-text { margin: 20px 0px; /*height: 200px;*/ padding-right: 0px; }
div.event-text-tablet { display: none; } /* не отображаем блок текста для планшета */
#cboxClose.active-event{ right: 50% !important; margin-right: -562px !important; top: 77px !important; }
.event .img { position: absolute; padding: 15px 0px 0 0px; top: 140px; margin-left: -405px;}
.event img { width: 350px; float: none; }
.event-content { display: block; padding: 140px 36px 0 500px; font-size: 15px; line-height: 23px; }
.event-content .date {  font-size: 15px; line-height: 21px; }
.event-content header {  }
.event-content header h2 { font-size: 41px; line-height: 65px; margin-top: 0; width: 90%; }
.event-content .line.left {
	width: 130px;
	line-height: 15px;
	border-top: 5px solid #d3a34b;
	padding: 10px 0;
	
	}
	
/* delivery iframe */
html.active-delivery,body.delivery { height: 100%; min-height: 100%; background: transparent; overflow: hidden; display: block; }
div.wrap-delivery { height: 100%; width: 780px; background-color: #fff; position: relative; margin: 40px auto 0px auto; overflow: hidden; }
div.delivery-content { height: 110%; background-color: #fff; padding-bottom: 50px;}
div.delivery-text.hidden { visibility: hidden; }
div.delivery-text { margin: 20px 0px; /*height: 200px;*/ padding-right: 0px; }
div.delivery-text-tablet { display: none; } /* не отображаем блок текста для планшета */
#cboxClose.active-delivery{ right: 50% !important; margin-right: -380px !important; top: 48px !important; }
.delivery .img { position: absolute; padding: 15px 0px 0 0px; top: 140px; margin-left: -405px;}
.delivery img { display: block; height: 60%; width: auto; max-width: 680px; margin: 0 auto; position: relative; float: none; }
.delivery-content { display: block; position: relative; padding: 50px; font-size: 15px; line-height: 23px; }
.delivery-content .date {  font-family: 'Helvetica5ForBB'; font-size: 20px; line-height: 20px; }
.delivery-content header {  }
.delivery-content header h2 { font-family: 'Helvetica5ForBB'; font-weight: normal; text-transform: uppercase; font-size: 20px; color: #d3a34b; line-height: 20px; margin-top: 20px; width: 100%; }
.delivery-content .line.left {
	width: 130px;
	line-height: 15px;
	border-top: 5px solid #d3a34b;
	padding: 10px 0;
	display: block;
	}

/* дополнительные настройки отображения блоков */
.tablet-bar-tour { display: none !important; }
#loading { width: 46px; height: 56px; margin: 0 auto; background:url(/style/script/colorbox/images/loading.gif) no-repeat center center; }
.section .laptop-hide { display: none !important; }

.page-contacts-address { padding: 30px 0px; }
.page-contacts-phone { padding: 0px 0px 30px 0px; }
.page-contacts-phone > span { font-size: 23px; padding: 0px 5px; background: url(/themes/buddha-bar/img/base/gphone.png) 0 6px no-repeat; padding-left: 25px; }
.page-contacts-email > span {  }
.page-contacts-email > span > a  {  }


html.contact-html,
body.contact-form,
.contact-form > form { height: 100%; }

.contact-form > form > .table {
    position: relative;
    margin: auto auto;
	padding: 10% 0;
	width: 810px;
}

.contact-form  input,
.contact-form  textarea {
	background-color: #1f1a17;
	border: 1px solid #d3a34b;
	color: #d3a34b;
	padding: 9px 20px;
	width: 90%;
	font-size: 16px;
}

.contact-form  .th { padding: 35px 35px 35px 35px; font-size: 39px; margin-bottom: 30px; }
.contact-form  .th.errors { padding: 35px 35px 35px 35px; }
.contact-form  > form > .table > .tr > .td > table { width: 83%; }
.contact-form  > form > .table > .tr > .td { width: 50%; padding: 0; }

.contact-form  > form > .table > .tr.main > .td:first-child { float: left; text-align: right; }
.contact-form  > form > .table > .tr.main > .td:first-child td { padding: 0 0 28px 0; }
.contact-form  > form > .table > .tr.main > .td:last-child { float: right; text-align: right; width: 50%; }
.contact-form  > form > .table .captcha { font-size: 18px; line-height: 20px; }
.contact-form  > form > .table > .tr > .td.captcha { width: 49%; float: left; }

.contact-form  > form > .table > .tr > .td.robot:first-child { width: 39%; }
.contact-form  > form > .table > .tr > .td.robot:last-child { width: 61%; }

.contact-form  > form > .table > .tr.captcha { height: 30px; }
.contact-form  > form > .table > .tr > .td.keystring { width: 50%; float: right; }
	.contact-form  input,
	.contact-form  textarea {
		width: 100%;
	}
	.contact-form  textarea {
		height: 150px; width: 83%; display: inline-block;
	}
.contact-form  > form > .table > .tr > .td.send-button { width: 100%; text-align: center; margin-top: 30px; }
.contact-form span > a {
    padding: 23px 0px;
    text-transform: uppercase;
    width: 232px;
	font-size: 15px;
}

/* скрываем пункт меню Главная */
#plx-section1 > nav.main-menu.left.clr > ul > li:nth-child(1),
#top > div > header > div > nav.main-menu.left.clr > ul > li:nth-child(1)  { display: none; }

/*ограничение на ширину блока паралакса */

/* курсор вниз на афише и событиях */
.col-1-12.absolute.right.transparent.arrow {
	height: 100%;
	right: 0;
	text-align: center;
	}
.col-1-12.absolute.right.transparent.arrow > a > img {
    position: absolute;
    bottom: 50px;
}

a.anchor-events { position: absolute; top: 650px; }

/* слайдер галереи */
.royalSlider img.rsImg.rsMainSlideImage { height: 70% !important; width: auto !important; }

/* модальная афиша главной страницы */
a.info-afisha { 
	display: table;
	position: relative;
	height: 100%;
	margin: 0px auto;
}
a.info-afisha span { 
	display: table-cell;
	vertical-align: middle;
}
a.info-afisha img { 
	position: relative;
	margin: 0 auto;
	height: auto;
	width: 50%;
	display: block; 
}

.delivery-img { height: 200px; width: 300px; }