@font-face {font-family: Robotoslab;src: url(/css/RobotoSlabRegular.ttf?20160924);}
@font-face {font-family: Mistral;
src: url("/css/Mistral-Regular_.eot");
    src: url("/css/Mistral-Regular_.eot")format("embedded-opentype"),
    url("/css/Mistral-Regular_.woff") format("woff"),
    url("/css/Mistral-Regular_.ttf") format("truetype");
    }
body{margin:0; background:#1f1c23;padding:0; color:#fff;line-height:1; font:100%/16px Arial;}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
/* стили для ПК */
.zg_akct{font-weight:bold; margin-top:100px;font-size: 64px; text-transform: uppercase; width: 100%;}
	.containe_akc{background: url(/images/back_ack.png) no-repeat;
    background-size: cover;}
.dv_akc_zap_itr{width: 100%;}
.graf{    margin-top: 5px;
    color: #000;
    line-height: 1.2;
}
.dv_akc_zap:hover{background:#0069b9;transition:.2s;}
.dv_akc_zap{	transition:.2s;}
.data_akct{width: 100%; font-size: 38px; font-weight: bold; margin-top: 65px;}
.item_akct{width: 100%;
    font-size: 26px;
    margin-top: 75px;
    font-weight: bold;}
	.dv_akc_zap{
		font-size: 30px;
    display: inline-block;
    font-weight: bold;
    padding: 30px 65px;
    background: #007FE0;
    border-radius: 5px;
    margin: 39px 0 88px 0;}
	.dv_akc {
    font-size: 26px;
    margin-top: 46px;
    width: 60%;
    line-height: 38px;
}
.obg_ike{    margin-top: 38px;
    display: flex;}
.obg_ike_it{font-size: 26px;}
.obg_ike_it ul{line-height: 38px; margin: 0;}
.l_images{text-align:center;width:50%;float:left;}
.l_images img{width:80%}
.center_images{text-align:center;margin-top:20px;width:100%;float:left;}
.center_images img{width:100%}
.obg_room{width: 100%;
    display: inline-block;
    text-align: center;}
.prpr {width: 100%;float:left;background:#fff;}
.prpr img{width: 100%;}
.obg_room_img img{width: 100%;}
.obg_room_name {width: 100%; display: inline-block;padding:10px;}
.obg_room_name a {width: 100%; color:#fff;text-decoration:none;font-size: 18px;}
.gallery__popup {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background:url(/images/loop.png) rgba(0,0,0, 0.3) no-repeat;
    background-position: center;
    -webkit-background-size: 25% 25%;
            background-size: 25%;   
    text-align: center;
    line-height: 154px;
    color: #fff;
}
.gallery__popup:hover {
    opacity: 1;
}
.all_siz{height:auto !important; }


.obg_room_it{width: 22%;
    display: inherit;
    position:relative;
    color:#fff;
    text-align: center;
    border: 1px solid #ccc;
    margin-right: 25px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    }
#menu  {
    background: #1f1c23 -webkit-gradient(linear, left top, left bottom, from(#1f1c23), to(#1f1c23));
    background: #1f1c23 -webkit-linear-gradient(top, #1f1c23 0%, #1f1c23 100%);
    background: #1f1c23 -o-linear-gradient(top, #1f1c23 0%, #1f1c23 100%);
    background: #1f1c23 linear-gradient(to bottom, #1f1c23 0%, #1f1c23 100%);
    -webkit-border-radius: 3px;
            border-radius: 3px;
    display: table;
    list-style: outside none none;
    margin: 0 auto;
    padding: 0;
    visibility: visible;
}

#menu li {
        display:block;
        float: left;
        position:relative;
}

#menu li a {
        display:table;
        padding: 16px 7px;
        text-transform: uppercase;
        height: 50px;
        text-align: center;
        font-size:13px;
        color: #fff;
        text-decoration: none;
        -o-transition: 0.5s;
        transition: 0.5s;
        -webkit-transition:0.5s;
}

#menu li:first-child a {
    border-left: medium none;
}
#menu li:last-child a {
    border-right: medium none;
}

#menu li:hover a {
    background: #007fe0;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3)inset;
            box-shadow: 0 0 5px rgba(0,0,0,0.3)inset;
}
#menu li:hover .sub-menu a {
    background: #007fe0;
    color: #fff;
    height: 40px;
    line-height: 40px;
        -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
                box-shadow: 0 2px 2px rgba(0,0,0,0.1);
}

#menu li:hover .sub-menu a:hover {
    color: #fff;background: #0261a9;
}

/* стили для выпадающего списка */

.sub-menu {
  visibility:hidden;
  opacity:0;
  position:absolute;
  z-index:-1;
  -webkit-transition:visibility 0s linear 0.5s, opacity 0.5s linear;
  -o-transition:visibility 0s linear 0.5s, opacity 0.5s linear;
  transition:visibility 0s linear 0.5s, opacity 0.5s linear;
  left: 0;
}

#menu li:hover > ul{ 
   visibility:visible; 
   opacity:1;
   -webkit-transition-delay:0s;
        -o-transition-delay:0s;
           transition-delay:0s;
   z-index:1;
}

#menu .sub-menu li {
    float:none ;
        border-top:1px solid #dddddd;
}

#menu .sub-menu li a {
        width: auto;
        min-width: 100%;
        padding: 0 11px;
    text-transform: uppercase;
        white-space:nowrap;
        text-align:center;
        border:none;
        -webkit-box-shadow:none;
                box-shadow:none;
}

#menu li a:hover + .sub-menu, .sub-menu:hover {
        display: block;
}

.head{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding:15px 2% 0;
    overflow: hidden;
}
.dopy{
position:relative;
font-size:11px;
}
.kup_ab{
    width: 100%;
    text-align: center;
    cursor:pointer;
    background: #007fe0;
    padding: 30px;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
}
.vip_ob_img{
width:100%;
text-align:center;
margin-top:40px;
}
.tel a{
    color: #fff;
    text-decoration: none;
} 
.vip_img{
    width: 33%;
    display: inline-block;
}
.grupp_zan{
    width: 100%;
    float: left;
    padding: 15px;
    background: #afcb1f;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    margin-bottom: 20px;
    color: #000;
    line-height: 1.1;
    font-weight: bold;
}
.grupp_zan a{text-decoration:none;color:#000;}
.cord h1{
    width: 100%;
    text-align: center;
    line-height:1.1;
    background: #c0e40a;
    padding: 40px 0;
    color:#000;
    font-weight:bold;
    text-transform: uppercase;
    margin-top: 0;
}
.dop_fix{
    width: 138px;
    position: fixed;
    cursor: pointer;
        z-index: 888;
    top: 380px;
    right: 0;
    background: #97af25;
    text-transform: uppercase;
    padding: 10px;
}
.dop_fix:hover, .dop_fix_blu:hover, .dop_fix_gr:hover{width:220px;}
.dop_fix, .dop_fix_blu, .dop_fix_gr{-webkit-transition-property: width;-o-transition-property: width;transition-property: width; -webkit-transition-duration: .4s; -o-transition-duration: .4s; transition-duration: .4s;}
.back_jg{
    width: 100%;
    height: 590px;
}
.rasp_zan{
    text-align: center;
    padding: 20px;
    width: 100%;
    display: inline-block;
    background: #007fe0;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
}
.photogallery div{
    display: inline-block;
    width: 24%;
    height: 170px;
    overflow: hidden;
    margin-bottom: 20px;

}
.photogallery div img{width: 100%;}
.dop_fix_blu{
    width: 138px;
    position: fixed;
    cursor:pointer;
        z-index: 888;
    top: 450px;
    right: 0;
    background: #007fe0;
    text-transform: uppercase;
    padding: 10px;
}
.dop_fix_gr{
    width: 138px;
        z-index: 888;
    position: fixed;
    top: 520px;cursor:pointer;
    right: 0;
    background: #5b5b5b;
    text-transform: uppercase;
    padding: 10px;
}
.dop_fix_gr a{color:#fff;text-decoration:none;}
#menu_dop{
width: 100%;
    display: none;
}
#menu_dop a{
    width: 100%;
    float: left;
    background: #1f1c23;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #c2d349;
}
.dpdp{width: 100% !important;
    float: left !important;
    background: #3b3840 !important;
    padding-left: 30px !important;}
.logo{
width: 155px;
height: 80px;
float:left;
background:url(/images/logo.png) no-repeat;
}
.dop_img{
    width: 30%;
    float: left;
    padding: 5px 12px 5px 0;
}
.dop_polet{
    width: 70%;
    float: left;
}
.snippet{
    float: left;
    font-family: Mistral;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 1;
    padding: 10px 15px;
}
.kont{
    float: right;
    font-weight:900;
    font-size: 14px;
    text-transform: uppercase;
    text-align: right;
    line-height: 1.5;
}
.mael{ float: right;}
.mail img{  
  width: 13%;
    float: right;
    padding: 0px 10px 0 0px;
    margin: -2px 0 0 0;}
.uzor{
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
    -webkit-background-size: 100% 100%;
            background-size: 100%;
}
.uzor img{    width: 100%;}
.menu{
    width: 100%;
    padding: 20px 0 0;
    height: 5em;
    margin: 0 auto;
    text-align: center;
    max-width: 1200px;
/*     width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding:15px 2% 0;
    overflow: hidden; */
}
.menu div{
    position:relative;
    width: 7.69%;
  display: table-cell;
  vertical-align: middle;
}
.menu div a{
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    padding: 15px 1px;
    text-align: center;
    text-transform: uppercase;
}
/* .menu a{
    float: left;
    width: 7.69%;
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    padding: 15px 1px;
} */
.menu div:hover{background:#007fe0}
.menu div:hover  .podemen{display:block}
/* .slider{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.slider img{width: 100%;} */

.antifoot{margin-bottom: -15px;width;100%;}
.container{
width:100%;
max-width:1200px;
overflow:hidden;
    margin: 0 auto;
    padding: 0 2%;    line-height: 1;

}
.name_h2{
    width: 100%;
    text-align: center;
    padding: 40px 0 0;
    font-size: 27px;
    font-weight: 900;
}
.cont_left{width: 50%; float: left; font-size: 22px;}
.cont_right{width: 50%; float: left; text-align: left; font-size: 22px;}
.name_h2 img{    margin: -2px 21px;}
.name_h22{
    width: 100%;
    text-align: left;
    padding: 40px 0 0;
    font-size: 27px;
    font-weight: 900;
}
.name_h22 img{    margin: -7px 16px;}
.name_h2_dop{
width: 100%;
    text-align: center;
    padding: 30px 0 0;
    font-family: Mistral;
    font-size: 36px;
    text-transform: uppercase;
}
.cont{
    width: 19%;
    display: inline-block;
    height: 245px;
    padding: 0 40px 0 50px;
    background: url(/images/yellow_bg.png) no-repeat;
    margin: 45px 0 0;
}
.cont_blue{
    width: 19%;
    display: inline-block;
    height: 245px;
    padding: 0 40px 0 50px;
    background: url(/images/blue_bg.png) no-repeat;
    margin: 45px 0 0;
}
.cont_grey{
    width: 19%;
    display: inline-block;
    height: 245px;
    padding: 0 40px 0 50px;
    background: url(/images/grey_bg.png) no-repeat;
    margin: 45px 0 0;
}
.zag_cont{
    width: 100%;
    height:32px;
    text-align: center;
    text-transform: uppercase;
    margin: 50px 0 0;
    font-weight: 900;
    font-size: 12px;
    text-shadow: #000 2px 2px 0, #000 -2px -2px 0, 
                 #000 -2px 2px 0, #000 2px -2px 0;

}

.cont_rigth img{width:100%;}
.cont_rigth{
	width: 50%;
    float: left;
}
.din_menu img{width:100%;}
.din_menu{width:49%;}
.din_menu_it{
	display: flex;
    justify-content: space-between;
}
.text_cont{
    width: 100%;
    height: 130px;
    font-size: 10px;
    line-height: 1.3;
    padding: 10px 0 0 6px;
    overflow: hidden;
    color: #1f1c23;
}
.more{
    text-align: right;
    padding: 10px 0 0;
    color: #97af25;
}
.more_blue{
    text-align: right;
    padding: 10px 0 0;
    color: #007fe0;
}
.more a{
    color: #97af25;
    font-weight: bold;
    font-style: italic;
    font-size: 14px;
    text-decoration:none;
}
.more_blue a{
    color: #007fe0;
    font-weight: bold;
    font-style: italic;
    font-size: 14px;
    text-decoration:none;
}
.more_grey{
    text-align: right;
    padding: 10px 0 0;
    color: #424241;
}
.more_grey a{
    color: #424241;
    font-weight: bold;
    font-style: italic;
    font-size: 14px;
    text-decoration:none;
}
.content{
    width: 100%;
    text-align:center;
    overflow: hidden;
    margin: 0 0 40px;
}
.about{
    width: 100%;
    background: url(/images/my_bg.jpg) no-repeat;
    background-position: center;
    padding: 25px 0;
    -webkit-background-size: 100% 100%;
            background-size: 100%;
        overflow: hidden;
}
.white_about{
    width: 100%;
    background: url(/images/wh_bg.png);
    color: #1f1c23;
    padding: 25px 0;
        overflow: hidden;
}
.white_about_gr{
width:100%;
max-width:1200px;
margin:0 auto;
    overflow: hidden;
}
.my{
width:50%;
float:left;
    border-right: 4px solid #595959;
}
.white_about_gr h2{
    font-size: 30px;
    text-align: center;
    text-transform:uppercase;
}
.news{
    width: 50%;
    float: left;
        padding: 0 20px;
}
.news_item{
    width: 100%;
    float: left;
    font-size: 14px;    
    margin:0 0 20px;
}
.my_text{
text-align: center;
    font-size: 14px;
    font-style: italic;
        padding: 0 20px;
}
.news_text a{color:#1f1c23;}
.news_text a:hover{text-decoration:none;}
.data{float: left;}
.photogallery{    
width: 100%;
    margin: 60px 0 0;
    text-align: center;}
.photogallery img{padding: 0 15px; margin-bottom: 15px;}
.otziv{margin: 100px 0 50px;}
.otziv h2{
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 38px;
    font-family: Mistral;
}
.otz{
    float: left;
    width: 33.33%;
}
.zag_otz{
    width: 100%;
    float: left;
    font-size: 28px;
    font-weight: bold;
    padding: 10px 0 20px 0;
    text-align: left;
}
.obr_ceni{
    font-size: 24px;
    width: 60%;
    padding: 15px 0;
    background: #afcb1f;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    display: inline-block;
    color: #000;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.obr_ceni a{
color: #000;
text-decoration:none
}
.ceni_for{
    min-height: 250px;
    display: inline-block;
    width: 21%;
    background:#c4c5c5;
    position: relative;
    margin: 0 20px 50px 20px;
}
.ceni_for_3{
    min-height: 250px;
    display: inline-block;
    width: 29%;
    background:#c4c5c5;
    position: relative;
    margin: 0 20px 50px 20px;
}
.img_cc{
    width: 100%;
    position: absolute;
    margin: -17px -11px;
}
.img_cc img{
     width: 100%;
 }
 .img_grey{
    width: 100%;
    position: absolute;
    margin: -21px -14px;
}
.img_grey img{
     width: 100%;
 }
 .img_bl{
    width: 100%;
    position: absolute;
    margin: -21px -14px;
}
.img_bl img{
     width: 100%;
 }
.opis_ceni{
    color: #000;
    text-align: left;
    padding: 0 5px;
    line-height: 1.2;
    min-height: 76px;
}
.ob_zak{
    width: 100%;
    margin-top:20px;
    padding: 0 0 20px;
}
.zakaz_cen{
    width: 70%;
    text-align: center;
    background: #afcb1f;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    padding: 5px 0;
    display: inline-block;
    color: #000;
    font-size: 18px;
    cursor:pointer;
    text-transform: uppercase;
    font-weight: bold;
}
.zakaz_cen_gr{
    width: 70%;
    text-align: center;
    background: #727271;
    cursor:pointer;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    padding: 5px 0;
    display: inline-block;
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}
.zakaz_cen_bl{
    width: 70%;
    text-align: center;
    cursor:pointer;
    background: #017fe1;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    padding: 5px 0;
    display: inline-block;
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}
.zag_ceni{
width: 100%;
    height: 95px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    margin: 40px 0 0;
    line-height: 1.2;
    font-weight: 900;
    font-size: 18px;
    text-shadow: #fff 2px 2px 0, #fff -2px -2px 0, #fff -2px 2px 0, #fff 2px -2px 0;
}
.otzovy{
width:100%;
display:inline-block;
margin:40px 0 0;
    text-align: center;
}
.img_otz{
    float: left;
    width: 35%;
    text-align: left;   
}
.text_otz{
    float: left;
    width: 65%;
    font-style: italic;
    font-size: 14px;
    padding: 20px 0 0;
    text-align: left;
}
.zakaz{
    width: 100%;
    background: url(/images/bg_nad_foot.jpg) no-repeat;
    background-position: center;
    padding: 25px 0;
    -webkit-background-size: 100% 100%;
            background-size: 100%;
    overflow: hidden;
}
.white_zakaz{
width: 100%;
    background: url(/images/wh_bg.png);
    color: #1f1c23;
    padding: 25px 0;
    overflow: hidden;
    text-align: center;
}
.kn_zak{
width: 300px;
    padding: 15px 0;
    background: #97af25;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    color: #fff;
    cursor:pointer;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 30px 0 0;
}
.tarf_ob{max-width:1200px;margin:0 auto;padding:40px 0;display: flex;  justify-content: space-between;}
.tarf_it{width: 32%;}
.tarf_it img{width: 100%;}
.tar_name{
	font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 0 0 20px;
}
.tar_opic_zg{
	font-size: 18px;
    font-weight: 600;
    padding: 15px 0;
}
.tar_opic{
	font-size: 16px;
    padding: 8px 0;
}
.tar_opic_price{
	font-size: 18px;
    padding: 10px 0;
    font-weight: bold;
    line-height: 1;
}
.tarf{
	background: #fff;
    color: #000;
}
.zkz_merp:hover{opacity:0.8;transition:.2s;cursor:pointer;}
.zkz_merp{
	padding: 20px;
    background: rgb(112, 205, 35);
    color: rgb(255, 255, 255);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
    margin-top: 20px;
    text-align: center;
    -webkit-transition: background 0.15s;
    -o-transition: background 0.15s;
    transition: background 0.15s;
}
.dp_fnc{
	max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}
.dp_fnc_img{width:100%;text-align:center;}
.dp_fnc_img img{width:50%;}
.dp_fnc_zg{
	font-size: 20px;
    font-weight: bold;
    padding: 20px 0;
}
.dp_fnc_p{
	font-size: 18px;
    padding: 10px 0;
	line-height:1.2;
}
.kn_zak2{
    width: 300px;
    cursor:pointer;
    padding: 15px 0;
    display: inline-block;
    background: #007fe0;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.img_nev{
width:50%;
float:left;
text-align:center;
}
.cont_nev{
width:50%;
float:left;
text-align: right;
}
.hover, .hover1, .review-form-modal {
    display: none;
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 160;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.popup, .popup1, .review-form-modal-pop {
    width: 400px;
    min-height: 300px;
    background: #fff;
    left: 50%;
    z-index: 20;
    margin-left: -200px;
    position: absolute;
    top: -100%;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    padding: 2em 1% 1em;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.call_textarea
{
    height: 120px;
    padding: 3px 6px !important;
    font-size: 18px !important;
}


.ajax_block input, .ajax_block textarea, .ajax_block1 input, .ajax_block1 textarea, .ajax_block2 input, .ajax_block2 textarea {
    display: block;
    outline: none;
    border: 1px solid #d2d2d2;
    width: 100%;
    padding:10px 7px;
    text-align: left;
    color: #666;
    font-size: 1em;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0.5em auto 0;
    -webkit-border-radius: 4px;
            border-radius: 4px;
}
#parent_popup{
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#popup{
    margin-right: 10px;
    margin-left: 50px;
    width: 75%;
    background: #fff;
    color: #000;
    max-width: 520px;
    margin: 10% auto;
    padding: 5px 6px 13px 5px;
    border: 10px solid #ddd;
    position: relative;
    -webkit-box-shadow: 0px 0px 20px #000;
    box-shadow: 0px 0px 20px #000;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}
.podmen{
position: absolute;
    top: 35px;
    background: #007fe0;
    width: 100%;
    left: 40%;
    padding: 5px 0;
}
.close{
    background-color: rgba(0, 0, 0, 0.8);
    border: 2px solid #ccc;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: -24px;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    top: -24px;
    width: 24px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}
.close:hover{
    background-color: rgba(0, 122, 200, 0.8);
}
.f_text{    font-size: 14px;
    color: #717171;
    margin: 10px 0  25px;}
.head2{font-size:24px; padding:0 0 20px;color:#000;}
.send_button1 {
    background: #97af25;
    float: right;
    clear: both;
    font-size: 18px;
    width: 50%;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    -webkit-box-shadow: inset 0 2px 0 rgba(255,255,255,.25),0 1px 0 0 #b59d21;
    box-shadow: inset 0 2px 0 rgba(255,255,255,.25),0 1px 0 0 #b59d21;
    -webkit-transition: background-color .3s ease,-webkit-box-shadow .3s ease;
    -moz-transition: background-color .3s ease,-moz-box-shadow .3s ease;
    -o-transition: background-color .3s ease,box-shadow .3s ease;
    cursor: pointer;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    margin-top: .5em;
}

.closebtn {
    position: absolute;
    right: 10px;
    top: 5px;
    cursor: pointer;
    color: #063889;
    border-bottom: 1px dashed;
}
.fotoset_img{
    width: 24%;
    display: inline-block;
    padding: 0 35px;
}
/*footer{
width:100%;
max-width:1200px;
margin:0 auto;
height:200px;
padding: 0 2%;
}*/
footer img{    
    float: right;
    padding: 55px 0;}
.menu2{display:none;}
    










body, html{
    margin: 0;
    padding: 0;
}

.top{
    min-height: 200px;
    background: #eeeeee url(/images/header.jpg) no-repeat center;
    -webkit-background-size: cover;
            background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

.container, .containe{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.top > .containe{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

.top > .containe > div{
    /*min-width: 339px;*/
}

.top-logo a{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.top-center{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 50px;
}

.top-center span{
    text-align: center;
}

.top-right{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
}

header menu .containe{
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}

header menu{
    margin: 0;
    padding: 0;
    background: #efeeee;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), color-stop(50%, #efeeee));
    background: -webkit-linear-gradient(top, #ffffff 50%, #efeeee 50%);
    background: -o-linear-gradient(top, #ffffff 50%, #efeeee 50%);
    background: linear-gradient(to bottom, #ffffff 50%, #efeeee 50%);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

header menu li{
    list-style: none;
    position: relative;
}

header menu li a{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 40px;
    padding: 0 15px;
    text-decoration: none;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    position: relative;
}

header menu li a:after{
    content: "";
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 1px;
    width: 0px;
    position: absolute;
    bottom: 1px;
    left: 0;
    background: #000000;
    -webkit-transition: width 0.15s ease;
    -o-transition: width 0.15s ease;
    transition: width 0.15s ease;
}

header menu li a:hover:after{
    width: 100%;
    -webkit-transition: width 0.3s cubic-bezier(0.68, 0.1, 0.48, 0.85);
    -o-transition: width 0.3s cubic-bezier(0.68, 0.1, 0.48, 0.85);
    transition: width 0.3s cubic-bezier(0.68, 0.1, 0.48, 0.85);
}

.sub-item{
    position: absolute;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    background: #ffffff;
    top: 40px;
    left: -10px;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    -webkit-box-shadow: 0 3px 10px rgba(154, 154, 154, 0.4);
            box-shadow: 0 3px 10px rgba(154, 154, 154, 0.4);
    margin: 0;
    padding: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    z-index: 10;
    -webkit-transition: opacity 0.3s, left 0.3s;
    -o-transition: opacity 0.3s, left 0.3s;
    transition: opacity 0.3s, left 0.3s;
}

header menu li:hover .sub-item{
    height: auto;
    opacity: 1;
    left: 0px;
}

.top-center-span-1{
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 30px;
    color: #000;
}

.top-center-span-2{
    font-size: 24px;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
}

.top-center button{
    width: 200px;
    height: 40px;
    padding: 0;
    border: none;
    background: rgb(112, 205, 35);
    color: rgb(255, 255, 255);
    -webkit-border-radius: 4px;
            border-radius: 4px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
    margin-top: 24px;
    -webkit-transition: background 0.15s;
    -o-transition: background 0.15s;
    transition: background 0.15s;
}

.top-center button:hover{
    background: #58a419;
}

.top-right span{
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    color: #000000;
}

.top-right > a{
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    text-decoration: none;
    color: #000000;
    display: inline-block;
    -webkit-transition: color 0.15s ease;
    -o-transition: color 0.15s ease;
    transition: color 0.15s ease;
}

.top-right > a:hover{
    color: #555;
}

.top-right > button{
    border: none;
    background: none;
    color: rgb(82, 136, 198);
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin-top: 5px;
    cursor: pointer;
}

.top-right > a.mt12{
    margin-top: 5px;
}

.top-networks{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    margin-top: 10px;
}

.top-networks li{
    list-style: none;
}

.top-networks li a{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    height: 32px;
    margin-left: 10px;
    background: url(/images/networks.png);
    -webkit-border-radius: 8px;
            border-radius: 8px;
    -webkit-transition: -webkit-box-shadow 0.15s, -webkit-transform 0.15s;
    transition: -webkit-box-shadow 0.15s, -webkit-transform 0.15s;
    -o-transition: box-shadow 0.15s, transform 0.15s;
    transition: box-shadow 0.15s, transform 0.15s;
    transition: box-shadow 0.15s, transform 0.15s, -webkit-box-shadow 0.15s, -webkit-transform 0.15s;
}

.top-networks li a:hover{
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px);
}

.top-networks li a.network-vk{
    background-position-x: -32px;
}

:focus{
    outline: none;
}

.menu-button-show{
    display: none;
}

header menu li span button{
    display: none;
}

.mobile-top-header{
    display: none;
}

footer{
    min-height: 294px;
    background: url(/images/footer.jpg) no-repeat center;
    -webkit-background-size: cover;
            background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 10px;
}

footer .containe{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

footer span{
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    line-height: 24px;
    color: #000;
    margin-bottom: 14px;
}

footer span a{
    color: #000;
    text-decoration: none;
    margin: 0 10px;
    margin-bottom: 8px;
    display: inline-block;
    -webkit-transition: color 0.15s ease;
    -o-transition: color 0.15s ease;
    transition: color 0.15s ease;
}

footer span a:hover{
    color: rgb(85, 85, 85);
}

footer p{
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    color: #000000;
}

footer button{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    cursor: pointer;
    color: #4680c2;
    border: none;
    background: none;
}

footer .top-networks{
    margin-right: 10px;
    margin-top: 24px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 14px;
}


.row-new-items{
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0 16px;
}

.row-new-items.row-new-items-new:after{
    content: "";
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    max-width: 370px;
}

.row-new-item{
    width: 370px;
    min-height: 287px;
    min-height: 287px;
    padding-bottom: 30px;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    background: #f7f7f7;
    margin-bottom: 34px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}

.row-new-header{
    font-family: 'M PLUS Rounded 1c', sans-serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 23px;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #ffffff;
    background: #eee url(/images/head.jpg);
}

.row-new-item-blue .row-new-header{
    background-color: #4c85e9;
}

.row-new-item-green .row-new-header{
    background-color: #87cd4d;
    background-position: -370px;
}

.row-new-item-gray .row-new-header{
    background-color: #868686;
    background-position: 370px;
}

.row-new-item p{
    font-family: 'Open Sans', sans-serif;
    font-size: 13.7px;
    line-height: 20px;
    text-align: justify;
    margin: 0;
    padding: 27px 18px;
    color: #000;
}

.row-new-item a{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin: 4px auto 0 auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    padding: 0 44px;
    -webkit-border-radius: 6px;
            border-radius: 6px;
    color: rgb(255, 255, 255);
    -webkit-transition: opacity 0.15s;
    -o-transition: opacity 0.15s;
    transition: opacity 0.15s;
    margin-top: auto;
}

.row-new-item-blue a{
    background: #216df3;
}

.row-new-item-green a{
    background: #70cd23;
}

.row-new-item-gray a{
    background: #6f6f6f;
}

.row-new-item a:hover{
    opacity: 0.8;
}

.new-h1{
    font-size: 25px;
    line-height: 25px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-top: 30px;
    margin-bottom: 12px;
    color: #000000;
}

.new-sub-h1{
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    display: block;
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 39px;
    color: #000000;
}

.w100{
    width: 100%;
}

.birthday-promo{
    min-height: 303px;
    background: url(/images/bitrhday-family.png) no-repeat right 20px center, url(/images/birthday.jpg) no-repeat center;
    margin-bottom: 37px;
    width: 1150px;
    margin: 0 auto 37px auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

.birthday-promo > div{
    min-height: 213px;
    background: rgb(255, 255, 255);
    max-width: 732px;
    margin-left: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.birthday-promo > div h2{
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 23px;
    text-transform: uppercase;
    margin: 20px 0 0 0;
    padding-left: 30px;
    letter-spacing: 0.3px;
    color: #000000;
}

.birthday-promo > div p{
    font-family: 'Open Sans', sans-serif;
    margin: 32px 0 0 0;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.4px;
    color: #000000;
}

.birthday-promo > div a{
    font-family: 'Open Sans', sans-serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: rgb(0, 0, 0);
    margin-top: 24px;
    height: 30px;
    text-decoration: none;
    background: rgb(112, 205, 35);
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: rgb(255, 255, 255);
    -webkit-border-radius: 6px;
            border-radius: 6px;
    font-size: 14px;
    padding: 0 44px;
    -webkit-transition: opacity 0.15s;
    -o-transition: opacity 0.15s;
    transition: opacity 0.15s;
}

.birthday-promo > div a:hover{
    opacity: 0.8;
}

.new-info{
    min-height: 1000px;
    background: url(/images/bg.png) no-repeat top center;
    margin-top: -34px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}

.new-info-block{
    max-width: 510px;
    margin: 0 auto;
    position: relative;
}

.new-info-header{
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    text-align: center;
    font-weight: bold;
    font-size: 22.1px;
    margin-top: 74px;
    margin-bottom: 18px;
    line-height: 27px;
    color: #000000;
}

.new-info-text{
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    line-height: 20px;
    font-size: 16px;
    text-align: justify;
    margin-bottom: 16px;
    color: #000000;
}

.new-info-sub-text{
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    font-size: 18px;
    line-height: 23px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    color: #000000;
}

.new-info-sub-text b{
    font-weight: bold;
    font-size: 22px;
    line-height: 22px;
    color: #000;
}

.new-info-block:before{
    content: "";
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    background: url(/images/humans.png);
    width: 202px;
    height: 480px;
    left: -265px;
    top: 70px;
}

.new-info-block:after{
    content: "";
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    background: url(/images/humans.png);
    background-position-x: 248px;
    width: 240px;
    height: 518px;
    right: -285px;
    top: 28px;
}

.new-info-button{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 435px;
    margin: 53px auto 0 auto;
    padding-left: 13px;
}

.butt{
    color: rgb(255, 255, 255);
    border: none;
    height: 40px;
    padding: 0 21px;
    -webkit-transition: opacity 0.15s ease;
    -o-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
    cursor: pointer;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    font-size: 14px;
}

.butt-green{
    background: #70cd23;
}

.butt-blue{
    background: #007fe0;
}

.butt:hover{
    opacity: 0.8;
}

.new-h2{
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 22px;
    line-height: 22px;
    margin-top: 62px;
    margin-bottom: 0;
    color: #000000;
}

.new-reviews{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    width: 1170px;
    margin: 58px auto 0 auto;
}

.new-review{
    max-width: 370px;
    min-width: 370px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

.new-review img{
    -webkit-border-radius: 50%;
            border-radius: 50%;
}

.new-review h4{
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 18px;
    color: #000000;
    font-weight: 100;
    margin: 23px 0 0 0;
}

.new-review p{
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    font-style: italic;
    margin-top: 19px;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
    line-height: 24px;
}

.new-news-list{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    width: 1170px;
    margin: 58px auto 0 auto;
}

.new-news{
    max-width: 370px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.row-new-item{
    max-width: 370px;
}

.new-news div{
    width: 100%;
    height: 144px;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center;
}

.new-news h4{
    font-family: 'Open Sans', sans-serif;
    margin: 15px 0 0 0;
    font-size: 16px;
    font-weight: 100;
    color: #000000;
}

.new-news p{
    font-family: 'Open Sans', sans-serif;
    padding: 0 23px;
    font-size: 13.9px;
    line-height: 18px;
    text-align: center;
    margin: 0;
    margin-top: 15px;
    color: #000000;
}

.new-news a{
    font-family: 'Open Sans', sans-serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    font-size: 14px;
    margin-right: 36px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #000000;
}

.new-gallery{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    width: 1170px;
    margin: 58px auto 0 auto;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.new-gallery-item{
    height: 248px;
    width: 370px;
    margin-bottom: 23px;
    position: relative;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center;
    cursor: pointer;
}

.new-gallery-item div{
    position: absolute;
    opacity: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: opacity 0.15s;
    -o-transition: opacity 0.15s;
    transition: opacity 0.15s;
}

.new-gallery-item:hover div{
    opacity: 1;
}

.new-gallery-item div svg{
    width: 24px;
    height: 24px;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
}

.new-gallery-item:hover div svg{
    -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
            transform: scale(1.4);
}

.new-h2-mb{
    margin-bottom: 28px;
}

.new-p{
    font-family: 'Open Sans', sans-serif;
    width: 1107px;
    margin: 0 auto 13px auto;
    font-size: 17px;
    text-align: justify;
    line-height: 22px;
    color: #000000;
}

.new-p-promo{
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-top: 30px;
    color: #000000;
}

.bg2{
    background: url(/images/bg2.png) no-repeat center 300px;
}

.new-video{
    height: 480px;
    margin-top: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.new-video iframe{
    height: 480px;
    width: 100%;
    max-width: 1150px;
}

.butt.kup_ab, .butt.kn_zak, .butt.kn_zak2{
    width: auto;
    font-weight: 100;
    text-transform: initial;
    margin: 0;
}

.justify-between{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.page-birtday-header{
    font-family: 'Open Sans', sans-serif;
    position: relative;
    width: 575px;
    color: rgb(255, 255, 255);
    height: 67px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-transform: uppercase;
    font-size: 22px;
}

.modal-image{
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    overflow-y: auto;
    z-index: 1000;
    -webkit-perspective: 1000px;
            perspective: 1000px;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}

.modal-image button{
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    border: none;
    height: 40px;
    width: 40px;
    padding: 0;
    cursor: pointer;
}

.modal-image-content{
    width: 100%;
    max-width: 800px;
    min-height: 400px;
    background: #fff;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    margin: 100px auto;
    -webkit-box-shadow: 0 7px 70px rgba(0, 0, 0, 0.5);
            box-shadow: 0 7px 70px rgba(0, 0, 0, 0.5);
    -webkit-transform: rotateX(50deg);
            transform: rotateX(50deg);
    opacity: 0;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.5s;
    transition: opacity 0.4s, -webkit-transform 0.5s;
    -o-transition: transform 0.5s, opacity 0.4s;
    transition: transform 0.5s, opacity 0.4s;
    transition: transform 0.5s, opacity 0.4s, -webkit-transform 0.5s;
    padding: 14px;
    position: relative;
}

.modal-image-content img{
    max-width: 100%;
    -webkit-border-radius: 4px;
            border-radius: 4px;
}

.modal-image.modal-image-show{
    top: 0;
    background: rgba(0, 0, 0, 0.7);
}

.modal-image.modal-image-show .modal-image-content{
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    opacity: 1;
}

.c8{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.page-birtday-top{
    margin-top: 34px;
}

.margin-auto{
    margin: 0 auto;
}

.page-birtday-header:before{
    content: "";
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: rgb(112, 205, 35);
    height: 67px;
    max-width: 563px;
    width: 100%;
    -webkit-transform: skewX(-21deg);
        -ms-transform: skewX(-21deg);
            transform: skewX(-21deg);
    position: absolute;
    z-index: -1;
}

.page-birtday-header:after{
    content: "";
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: rgb(0, 127, 224);
    height: 67px;
    max-width: 549px;
    width: 100%;
    -webkit-transform: skewX(-21deg) rotate(-3deg);
        -ms-transform: skewX(-21deg) rotate(-3deg);
            transform: skewX(-21deg) rotate(-3deg);
    position: absolute;
    z-index: -2;
    top: 1px;
}

.back_jg{
    height: 400px;
    background-position: center;
    -webkit-background-size: cover;
            background-size: cover;
}

ul.owl-carousel{
    margin: 0;
    padding: 0;
}

.page-birtday-img{
    margin-left: 35px;
    margin-bottom: -80px;
}

.row{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.page-birtday-header-span{
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    display: block;
    font-size: 24px;
    font-weight: bold;
    margin-top: 36px;
    color: #000000;
}

.new-h2-page{
    font-weight: bold;
    margin-top: 46px;
    font-size: 19px;
}

.page-birtday-header-p{
    font-family: 'Open Sans', sans-serif;
    max-width: 661px;
    margin: 22px auto 0px auto;
    font-size: 17px;
    line-height: 21px;
    text-align: justify;
    color: #000000;
}

.page-birtday-items{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 26px;
}

.page-birtday-item{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 37px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
            box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}

.page-birtday-item > div{
    padding: 0 16px 0 21px;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.page-birtday-item > div h4{
    font-family: 'Open Sans', sans-serif;
    color: rgb(0, 127, 224);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18.5px;
    text-align: center;
    margin: 17px 0 0 0;
}

.page-birtday-item > div p{
    font-family: 'Open Sans', sans-serif;
    margin-top: 23px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
    text-align: justify;
    color: #000000;
}

.page-birtday-buttons{
    margin-top: -18px;
    padding-left: 0;
}

.wmax{
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
}

.wmax p{
    font-family: 'Open Sans', sans-serif;
    margin: 32px 0 0 0;
    font-size: 16px;
    color: #000000;
}

.wmax ul{
    margin: 8px 0 58px 0;
    padding: 0;
}

.p-sm{
    font-size: 14px;
}

.wmax li{
    font-family: 'Open Sans', sans-serif;
    padding-left: 34px;
    font-size: 16px;
    list-style: none;
    margin-bottom: 8px;
    position: relative;
    color: #000000;
}

.wmax li:before{
    content: "";
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 16px;
    height: 14px;
    background: url(/images/list.png);
    position: absolute;
    left: 3px;
    top: 5px;
}

.mt-24{
    margin-top: 24px;
}

.text-center{
    text-align: center;
}

.new-p-birtday{
    max-width: 1158px;
}

.page-birtday-buttons-bottom{
    margin-top: 43px;
    margin-bottom: 10px;
}

.komnaty{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 818px;
    margin: 38px auto 17px auto;
}

.komnata{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 369px;
}

.komnata h4{
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: rgb(0, 127, 224);
    line-height: 32px;
}

.komnata span{
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    text-align: center;
    margin-bottom: 16px;
    font-size: 16px;
    color: #000000;
}

.komnata p{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin-top: 19px;
    text-align: justify;
    margin-bottom: 30px;
    color: #000;
    line-height: 18px;
}

@media(max-width: 1024px){
    .row-new-item{
        width: 340px;
    }

    .new-info-block:before, .new-info-block:after{
        display: none;
    }

    .new-reviews, .new-news-list, .new-gallery{
        width: 100%;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }

    .new-p{
        width: 100%;
    }

    .new-review{
        margin-bottom: 30px;
    }

    .new-news{
        margin-bottom: 30px;
    }

    .new-video{
        height: 250px;
    }

    .new-video iframe{
        height: 250px;
    }

    .top > .containe > div{
        max-width: 33%;
    }

    .top-logo img{
        max-width: 100%;
        height: auto;
    }

    .top-center{
        padding-right: 0;
    }

    .top-center-span-1{
        font-size: 21px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .top-center-span-2{
        font-size: 17px;
    }

    .birthday-promo > div{
        max-width: -webkit-calc(100% - 60px);
        max-width: calc(100% - 60px);
    }

    .birthday-promo{
        background: url(/images/birthday.jpg) no-repeat center;
    }

    .row-new-item a{
        margin-bottom: 24px;
    }

    .c8{
        max-width: 570px;
    }

    .page-birtday-header{
        width: 415px;
    }

    .new-info-sub-text b 
    {
        line-height: 28px;
        margin-top: 20px;
    }
}

.new-info-birthday{
    background: none;
    width: 100%
}

.animators
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    margin-bottom: 14px;
}

.animators-item 
{
    max-width: 370px;
    margin-bottom: 51px;
    position: relative;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.animators-item a 
{
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 33px;
    z-index: 10;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 30px;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    padding: 0 45px;
    text-decoration: none;
    color: #fff;
    background: #216df3;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
}

.animators-item a:hover 
{
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .35);
            box-shadow: 0 3px 8px rgba(0, 0, 0, .35);
}

.animators-item img 
{
    max-width: 100%;
}

.animators-item .animators-item-name
{
    background-color: #5790f5;
    background-image: url(/images/head.jpg);
}

.animators-item:nth-of-type(3n+2) .animators-item-name
{
    background-color: #93d859;
    background-position: -370px 0;
}

.animators-item:nth-of-type(3n+3) .animators-item-name
{
    background-color: #929292;
    background-position: -740px 0;
}

.animators-item:nth-of-type(3n+2) a
{
    background: #70cd23;
}

.animators-item:nth-of-type(3n+3) a
{
    background: #6f6f6f;
}

.animators-item-name
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
}

.animators-item-price
{
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 113px;
    height: 52px;
    background: url(/images/animators/aprice.png);
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 18px;
    font-weight: bold;
    padding: 8px 10px 0 0;
    top: 80px;
    left: 0;
}

.animators-block 
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 73px;
    margin-top: 20px;
}

.animators-block div
{
    padding-left: 46px;
}

.animators-block div p
{
    font-size: 18px;
    color: #000000;
    line-height: 22px;
    margin: 14px 0;
}

.animator
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 0 50px 0;
}

.animator > div
{
    padding-left: 42px;
}

.animator > div > p
{
    margin: 0 0 20px 0;
    font-size: 18px;
    line-height: 22px;
}

.animator-price
{
    text-align: center;
    font-size: 18px;
    color: #000;
    margin-top: 25px;
}

.animator-price span
{
    font-size: 30px;
    color: #007fe0;
    display: block;
    line-height: 50px;
}

.animator-price .new-info-button
{
    margin-top: 0;
}

.animator-price span small
{
    font-size: 18px;
}


.animator > div > *
{
    color: #000000;
}

.pravila
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 60px;
}

.pravila > div
{
    width: 100%;
    max-width: 360px;
    margin: 0 10px 90px 10px;
    text-align: center;
    position: relative;
}

.pravila > div i
{
    position: absolute;
    color: #216df3;
    font-size: 80px;
    font-weight: bold;
    font-style: normal;
    left: 0;
    top: 69px;
}

.pravila div:nth-of-type(3n+2) i
{
    color: #70cd23;
}

.pravila div:nth-of-type(3n+3) i
{
    color: #6f6f6f;
}

.pravila > div p
{
    color: #000;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
}

.cap
{
    text-transform: uppercase;
}

.new-new-h2
{
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    background: rgb(239, 238, 238);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.4);
    color: rgb(0, 0, 0);
    font-weight: 300;
    padding: 15px 10px;
}

.documents
{
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}

.documents div
{
    max-width: 370px;
    margin: 0 10px 58px 10px;
    text-align: center;
}

.documents div a
{
    background: url('/images/download.png') no-repeat right center;
    padding-right: 25px;
    text-decoration: none;
    color: #5a8dc8;
}

.documents div p
{
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #000;
}

.documents div img
{
    max-width: 100%;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.prices
{
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.names
{
    width: 370px;
    padding-top: 60px;
}

.prices-card
{
    display: flex;
    flex-direction: column;

}

.prices-card div
{
    display: flex;
    height: 60px;
    justify-content: center;
    align-items: center;
}

.prices-card p
{
    display: none;
}

.prices-card span
{
    font-size: 20px;
    color: #007fe0;
}

.price-name
{
    font-size: 20px;
    line-height: 24px;
    color: #1f1c23;
    display: flex;
    flex-wrap: wrap;
    height: 60px;
    align-items: center;
    background: url(/images/boeng.png) no-repeat left center;
    padding-left: 30px;
    width: 100%;
}

.price-name small
{
    font-size: 16px;
    display: flex;
    width: 100%;
}

.price-name span
{
    color: #007fe0;
    display: inline-flex;
    margin-left: 6px;
}

.slider-text
{
    display: flex;
    height: 400px;
    align-items: center;
    width: 100%;
}


.slider-text p 
{
    color: #000;
    max-width: 40%;
    margin-left: auto;
    text-align: center;
    font-size: 32px;
    line-height: 44px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
}

.slider-text p span
{
    color: #97af26;
    display: flex;
    margin-top: 20px;
    justify-content: center;
}

.main-carousel
{
    position: relative;
}

.main-carousel button
{
    position: absolute;
    z-index: 100;
	top: 0;
	left: 0;
	height: 100%;
	width: 20%;
    background: none;
    border: none;
    cursor: pointer;
}

.main-carousel button:nth-child(2)
{
    left: inherit;
    right: 0;
    transform: rotate(180deg);
}

@media(max-width: 600px)
{
    
    .slider-text p
    {
        width: 100%;
        font-size: 22px;
        line-height: 22px;
        max-width: 50%;
    }

    .back_jg, .slider-text
    {
        height: 200px;
    }


    .names
    {
        display: none;
    }

    .price-card
    {
        justify-content: center;
    }


    .prices-card p
    {
        display: flex;
        font-size: 16px !important;
        flex-direction: column;
        max-width: 70%;
        text-align: left;
    }

    .prices-card div
    {
        justify-content: flex-start;
    }

    .prices-card span
    {
        margin-left: auto;
        font-size: 16px !important;
        margin-right: 14px;
    }

    .price-name
    {
        font-size: 16px;
        height: initial;
    }

    .prices-card div
    {
        height: initial;
    }

    .price-name small 
    {
        font-size: 13px;
    }

    .documents
    {
        justify-content: center;
    }

    .pravila > div
    {
        box-sizing: border-box;
        margin: 0 14px !important;
    }

    .pravila > div i
    {
        font-size: 50px;
    }

    .new-h1 
    {
        line-height: 36px;
    }

    .pravila > div
    {
        margin: 0;
    }

    .page-birtday-item > div h4 
    {
        line-height: 25px;
    }

    .wmax p 
    {
        line-height: 22px;
    }

    .new-p-promo
    {
        line-height: 30px;
    }

    .animators-block
    {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 20px;
    }

    .animators
    {
        padding: 0 20px;
    }

    .animators-block img
    {
        max-width: 100%;
    }

    .animators-block div
    {
        padding-left: 0;
    }

    .komnata{
        width: 100%;
    }

    .komnata img{
        max-width: 100%;
    }

    .row{
        padding: 0 14px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

    .page-birtday-header:before, .page-birtday-header:after{
        max-width: 90%;
    }

    .page-birtday-items{
        padding: 30px 14px;
    }

    .page-birtday-item > div p{
        font-size: 15px;
        text-align: left;
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .page-birtday-buttons{
        margin-top: 32px;
    }

    .page-birtday-item{
        margin-bottom: 18px;
    }

    .page-birtday-item > div h4{
        font-size: 15.5px;
    }

    .page-birtday-item{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .page-birtday-header{
        width: 100%;
    }

    .page-birtday-img{
        margin: 0 auto 30px auto;
        display: block;
        width: -webkit-calc(100% - 28px);
        width: calc(100% - 28px);
        margin-bottom: 0;
    }

    .page-birtday-item img{
        max-width: 100%;
    }

    .wmax{
        width: 100%;
    }

    footer span{
        text-align: center;
        font-size: 18px;
        line-height: 18px;
    }

    footer p{
        font-size: 18px;
    }

    .top > .containe > div{
        max-width: 100% !important;
    }

    footer{
        min-height: 260px;
    }

    body{
        padding-top: 40px;
    }

    .top-logo img{
        max-width: 100%;
    }

    .top > .containe > div{
        width: 100%;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        padding-right: 0;
    }

    .top-center{
        padding: 30px 0 27px 0;
    }

    .top-center-span-1{
        font-size: 19px;
        line-height: 19px;
    }

    .top-center-span-2{
        font-size: 17px;
    }

    header menu .containe{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    header menu li{
        width: 100%;
        background: #fff;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

    header menu li span{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    header menu li span button{
        display: block;
        border: none;
        background: none;
        -webkit-transition: -webkit-transform 0.15s;
        transition: -webkit-transform 0.15s;
        -o-transition: transform 0.15s;
        transition: transform 0.15s;
        transition: transform 0.15s, -webkit-transform 0.15s;
    }

    .sub-item{
        position: relative;
        top: 0;
        -webkit-box-shadow: none;
                box-shadow: none;
        max-width: 100%;
        background: #eeeeee;
    }

    .sub-item a{
        background: #eeeeee;
    }

    header menu li a:hover .sub-item{
        left: 20px;
    }

    .sub-item li a{
        padding-left: 30px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        line-height: 22px;
        min-height: 40px;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .top-right{
        padding-bottom: 24px;
    }

    .top{
        background: none;
    }

    .menu-button-show{
        width: 40px;
        height: 40px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        padding: 0;
        border: 0;
        color: #ffffff;
        background: none;
        padding: 0;
    }

    .mobile-top-header{
        height: 40px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        z-index: 1000;
    }

    .mobile-top-header div{
        width: 40px;
        min-width: 40px;
    }

    menu{
        height: 0;
        overflow: hidden;
    }

    header menu li:hover .sub-item{
        height: 0;
        opacity: 0;
        left: -10px;
        min-width: 0;
    }

    .sub-item.sub-menu-show, header menu li:hover .sub-item.sub-menu-show{
        height: auto;
        opacity: 1;
        left: 0px;
    }

    .sub-menu-button-rotate{
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
    }

    header menu{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        left: -100%;
        overflow-y: auto;
        z-index: 10000;
    }

    header menu .containe{
        width: 280px;
        position: absolute;
        left: -100%;
        min-height: 100%;
        background: rgb(255, 255, 255);
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
        -webkit-box-shadow: 10px 0 80px rgba(0, 0, 0, 0.5);
                box-shadow: 10px 0 80px rgba(0, 0, 0, 0.5);
        -webkit-transition: left 0.30s;
        -o-transition: left 0.30s;
        transition: left 0.30s;
    }

    header menu.menu-show{
        left: 0;
    }

    header menu.menu-show .containe{
        left: 0;
    }

    .mobile-top-header{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 40px;
        background: rgba(0, 0, 0, 0.7);
    }

    .top-logo{
        display: none;
    }

    .new-news-list, .new-gallery, .new-reviews{
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .new-info-block:before, .new-info-block:after{
        display: none;
    }

    .new-p{
        width: 100%;
    }

    .row-new-item a{
        margin-bottom: 20px;
    }

    .birthday-promo{
        background: none;
        width: 100%;
    }

    .birthday-promo > div{
        margin: 0 auto;
    }

    .row-new-item{
        width: 100%
    }

    .new-info-block{
        width: 100%;
        max-width: 100%;
    }

    .new-info-button{
        max-width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-left: 0;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .new-info-button button{
        margin-bottom: 14px !important;
    }

    .new-info-header{
        font-size: 17px;
        line-height: 25px;
    }

    .new-video{
        height: 160px;
    }

    .new-video iframe{
        height: 160px;
    }

    .new-news{
        margin-bottom: 20px;
    }

    .row-new-header{
        text-align: center;
    }

    .birthday-promo > div h2 
    {
        line-height: 32px;
    }

    .new-review{
        width: 100%;
        padding: 0 14px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        margin-bottom: 30px;
    }

    .new-gallery-item{
        width: 100%;
        height: 190px;
    }

    .new-review p{
        font-size: 14px;
        line-height: 21px;
        margin-top: 6px;
    }

    .row-new-header{
        font-size: 18px;
        min-height: 46px;
    }

    .row-new-item p{
        font-size: 13px;
        line-height: 17px;
        line-height: 17px;
        padding: 10px 14px;
    }

    .row-new-item{
        margin-bottom: 20px;
        min-height: 0;
    }

    .new-review img{
        width: 70px;
    }

    .new-review h4{
        font-size: 16px;
        margin: 6px 0 0 0;
    }

    .birthday-promo > div h2{
        padding-left: 0;
        text-align: center;
        font-size: 20px;
    }

    .birthday-promo > div p{
        text-align: center;
        margin-top: 8px;
    }

    .new-info{
        width: 100%;
        min-width: 0;
        padding: 0 14px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

}


.privacy-link{
    margin-top: 25px;
    text-decoration: none;
    color: rgb(123, 123, 123);
    font-size: 14px;
}


@media screen and (max-width: 1590px) {
.zg_akct{font-size: 56px;}
.data_akct {font-size: 32px;  margin-top: 55px;}
.item_akct {font-size: 24px; margin-top: 55px;}
.obg_ike_it {font-size: 24px;}
.dv_akc {font-size: 24px;}
.dv_akc_zap {font-size: 24px; padding: 23px 55px;cursor:pointer;transition:.2s;}
.containe {width: calc(100% - 100px);}
.containe_akc {background-position: center;}
}
@media screen and (max-width: 1200px) {
	.tarf_ob {
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}
.tarf_it{width:60%;margin-bottom:20px;}
}
@media screen and (max-width: 1190px) {
.photogallery img { padding: 5px;}
}
@media screen and (max-width: 1110px) {
.cont, .cont_blue, .cont_grey{padding:0 15px 0 52px;}
}
@media screen and (max-width: 1060px) {
.cont_left{width:100%;text-align:center;}
.cont_rigth{width:100%;text-align:center;}
.name_h22{width:100%;text-align:center;}
}
@media screen and (max-width: 1040px) {
.dopy {display: none;}
#menu {display: none;}
.cont {width: 25%; padding: 0 35px 0 50px;}
.cont_blue {width: 25%; padding: 0 35px 0 50px;}
.cont_grey {width: 25%; padding: 0 35px 0 50px;}
.menu{display:none;}
.menu2{
    display: block;
    text-align: center;
    padding: 35px 0;
    background: #c0e40a;
    cursor: pointer;
    font-weight: bold;
    font-size: 26px;
    color: #000;
}
.otz{text-align: center;}
.zag_otz {
    width: 100%;
    float: none;
    text-align: center;
    line-height: 1;
}
.img_otz {
    float: none;
    width: 100%;
    text-align: center;
}
.text_otz {
    float: none;
    width: 100%;
    text-align: center;
}
}
@media screen and (max-width: 950px) {
.name_h2 { padding: 5px 0 0;}
.ceni_for {    width: 33%;}
.logo {float: none; margin: 0 auto;}
.snippet { float: none; padding: 20px 15px;  text-align: center;}
.kont { float: none;    text-align: center;font-size: 18px;margin: 0 auto;}
.mael {    float: none;}
.mail{    width: 100%;    overflow: hidden;    text-align: center;    margin: 0 auto;}
.mail img {    width: 5%;    float: none;   margin:0;   padding:0;}
.otziv h2 {line-height: 1.3;}
}

@media screen and (max-width: 900px) {
.zg_akct {font-size: 40px;}
.data_akct {
    font-size: 24px;
    margin-top: 35px;
}
.item_akct {
    font-size: 20px;
    margin-top: 35px;
}
.obg_ike {
    margin-top: 20px;
}
.obg_ike_it ul {
    line-height: 30px;
}
.obg_ike_it {
    font-size: 18px;
}
.dv_akc {
    font-size: 18px;
    margin-top: 20px;
    width: 75%;
    line-height: 30px;
}
.dv_akc_zap {
    font-size: 18px;
    padding: 20px 45px;
    margin: 25px 0 50px 0;
}

}
@media screen and (max-width: 780px) {
.cont_right img{width:100%;}
.fotoset_img{width:100%;padding: 15px 35px;}
.cont_right {
    width: 100%;
    float: none;
    text-align: center;
}   
.vip_img{width: 100%;}
.cont {width: 33%; padding: 0 30px 0 50px;}
.cont_blue {width: 33%; padding: 0 30px 0 50px;}
.cont_grey {width: 33%; padding: 0 30px 0 50px;}
.kn_zak {
    width: 75%;
    margin: 2px 0px 15px 0;
}
.kn_zak2 {
    width: 75%;
}
}
@media screen and (max-width: 650px) {
.img_nev, .cont_nev{width:100%;}
.otz {
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
}
.ceni_for_3 {    width: 59%;}
}

/* стили для адаптивности */

@media screen and (max-width : 760px){
.obg_room_it {width: 100%;margin-bottom:20px;}
.photogallery div {width: 100%;margin-bottom:20px;}
.all_siz {width: 65% !important;margin-bottom:20px;}
.sub-menu {
        position: static;
        display: none;                
}

.sub-menu li {
        margin-bottom: 1px;
}

#menu li, #menu li a {
        width: 100%;
        border:none;
        padding:0px;
}
        
#menu .sub-menu li a {
        padding:0px;
}
        
#menu  {
    width: 100%;
    }
}
@media screen and (max-width: 630px) {
.top > .containe{background: #fff;}
.my {width: 100%; border-right:0;}
.news {width: 100%;}
.cont {width: 45%; padding: 0 20px 0 50px;-webkit-background-size: 100% 100%;background-size: 100%;}
.cont_blue {width: 45%; padding: 0 20px 0 50px;-webkit-background-size: 100% 100%;background-size: 100%;}
.cont_grey {width: 45%; padding: 0 20px 0 50px;-webkit-background-size: 100% 100%;background-size: 100%;}
.ceni_for {  width: 51%;}
}

@media screen and (max-width: 600px) {
.page-birtday-header-span {
    line-height: 1;
}
.page-birtday-header {
    font-size: 19px;
    line-height: 1;
}
.tarf_it{width:90%;}
.popup1{width: calc(100% - 40px);
    margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}

.name_h2 img {
    margin: 36px 21px 5px 21px;
}
.zg_akct {
    font-size: 24px;
    margin-top: 50px;
}
.data_akct {
    font-size: 16px;
    margin-top: 20px;
}
.item_akct {
    font-size: 16px;
    margin-top: 20px;
}
.obg_ike {
    margin-top: 10px;
}
.obg_ike_it {
    font-size: 14px;
}
.obg_ike_it ul {
    line-height: 24px;
}
.dv_akc {
    font-size: 14px;
    line-height: 24px;
}
.dv_akc_zap {
    font-size: 16px;
    padding: 15px 35px;
}
}
@media screen and (max-width: 530px) {
.cont, .cont_blue, .cont_grey{
    width: 65%;
    height:auto;
    padding: 0 53px 10px 90px;
    background-position:top center;
}
.text_cont{height:auto;}
}
@media screen and (max-width: 510px) {
.back_jg{height: 210px;}
.snippet{font-size:22px;}
.kont{font-size:14px;}
.mail img {
   width: 11%;
    padding: 10px 0px 5px 0px;
    }
    
footer {
    width: 100%;
    height: 150px;
    text-align: center;
    }
footer img{
    width: 70%;
    float:none;
    padding: 30px 0;
}
.white_about_gr h2{line-height:1.3}
}
@media screen and (max-width: 430px) {
.popup{
width:100%;
left:0;
margin-left:0;
}
.name_h2_dop{    line-height: 1.2;}
.name_h2 {display: inline-block;}
.name_h2 h1{font-size: 1.6em;}
.name_h2_dop{padding:10px 0 0;}
.kn_zak2 {font-size: 12px;}
.kn_zak {font-size: 12px;}
.ceni_for {  width: 70%;}
.zg_akct {font-size: 20px;}
.item_akct {line-height: 1.3;}
.obg_ike_it ul {padding-left: 15px;}
.obg_ike {flex-direction: column;}
.dv_akc {width: 100%;}
}
@media screen and (max-width: 400px) {
.cont, .cont_blue, .cont_grey{
    width: 76%;
    padding: 0 20px 10px 55px;
}
}
@media screen and (max-width: 350px) {
.name_h2{    line-height: 1.1;}
.cont, .cont_blue, .cont_grey{
    width: 100%;
    padding: 0 28px 10px 60px;
}
}



