#BookingForm>p {
    font-size: 13px;
	margin: 0 10px;
}
.animate {
	background: ffcaca!important;
    transition: background 2s!important;
    transform: translateZ(0)!important;
}
.animateNone {
	background: #fff!important;
    transition: background 2s!important;
    transform: translateZ(0)!important;
}
/*calendario*/
.date-picker-wrapper .invalid {
    border: none;
}
.date-picker-wrapper th {
	border: none;
}
.date-picker-wrapper .week-name th {
	color: #e1a232;
    font-size: 12px;
    font-weight: 400;
    padding: 5px;
    text-transform: none;
}
#child_ages, #info, #info1, #alerterror {
display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
}
.inputemail{
	height: auto!important;
}
.age_container {
	width: 50px!important;
    text-align: center;
    margin: 5px;
    padding: 0;
}
.base-price-text {
	text-decoration: line-through;
    color: #9E9E9E;
}
.base-price {
	text-decoration: line-through;
    color: #9E9E9E;
}
.line_4_txt {
    margin-top: -4px;
    font-size: 15px;
    float: left;
    color: #9e8c54;
    display: none;
    line-height: 1;
}
#user-data {
    display: table;
    width: 100%;
    overflow: hidden;
}
.sogl_chb label {
    letter-spacing: initial;
    text-transform: none;
    font-weight: initial;
    font-size: 10px;	
}
.sogl_chb input {
    margin: 5px 5px 0 0;
    vertical-align: sub;
    width: 15px;
    height: 15px;
}
/**/
.line_0 {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.6;
    text-transform: none;
    margin: 0;
}
.line_1 {
    color: rgba(0, 0, 0, 0.9);
}
select[disabled] {
	background-color: #fff;
}
#ResultsdData{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
}
#ResultsPricing{
font-size: 23px;
    margin: 10px 0 3px;
    text-align: center;
    font-weight: 300;
    text-indent: 0px;
}
.oldprice {
    text-decoration: line-through;
    color: #5f5f5f;
    font-weight: 300;
	margin-right: 10px;
}
#ResultsdData_1{
	font-size: 13px;
    font-weight: 300;
    font-family: 'Fira Sans';
    color: #25131e;
}
div#ResultsdData_1>span {
    font-weight: 500;
    color: #7e324f;
    font-size: 17px;
}
#ResultsdData_1 li {
    line-height: 1.6;
    page-break-inside: avoid;
    break-inside: avoid;
    color: #000;
	font-size: 13px;
    font-family: 'Open Sans', Arial, sans-serif;
}
#ResultsdData_2{
	font-weight: 300;
	font-size: 14px;
}

.Results{
	position: relative;
}
.ResetBook{
}
.Periodprivate,.Periodprivate,.ValTicketFPH,.BlockRoomTypeID,.Pricing,
.ResetBook,.FIO,.telephone,.email,.BookRoom{
    height:36px;
    border: 0;
	border-radius: 0;
    
}
div#ResultsdData_2 a {
    color: #00a51f;
}

.FIO,.telephone,.email{
    font-size: 17px;
    color: rgb(128, 128, 128);
    line-height: 1.2;
    text-align: left;
    height: 32px;
	padding-left: 16px;
	 width: 184px;
}

.FIO{
}
.telephone{
}
.email{
}

.Pricing , .BookRoom , .ResetBook{
    font-size: 14px;
    z-index: 28;
    width: 200px;
    text-align: center;
    text-transform: uppercase;
 }


.Pricing {
    width: 200px;
}
.Pricing:hover{
	background: #b34389;
    color: #fff;
}
input#e_mail, input#FIO, input#telephone {
    border: 0;
    height: 42px;
    box-shadow: initial;
    border-radius: 0;
    padding: 0;
    display: table-row;
    margin: 0;
    border-right: 1px solid #949494;
    border-left: 1px solid #949494;
    border-top: 1px solid #949494;
    text-indent: 10px;
}
input#e_mail {
    border-bottom: 1px solid #949494;
}
.BookRoom{
	color: #fff;
	transition: all linear 0.2s;
    background: rgba(141,235,141,1);
    background: -moz-linear-gradient(top, rgba(141,235,141,1) 0%, rgba(23,186,23,1) 50%, rgba(17,158,20,1) 51%, rgba(90,204,90,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(141,235,141,1)), color-stop(50%, rgba(23,186,23,1)), color-stop(51%, rgba(17,158,20,1)), color-stop(100%, rgba(90,204,90,1)));
    background: -webkit-linear-gradient(top, rgba(141,235,141,1) 0%, rgba(23,186,23,1) 50%, rgba(17,158,20,1) 51%, rgba(90,204,90,1) 100%);
    background: -o-linear-gradient(top, rgba(141,235,141,1) 0%, rgba(23,186,23,1) 50%, rgba(17,158,20,1) 51%, rgba(90,204,90,1) 100%);
    background: -ms-linear-gradient(top, rgba(141,235,141,1) 0%, rgba(23,186,23,1) 50%, rgba(17,158,20,1) 51%, rgba(90,204,90,1) 100%);
    background: linear-gradient(to bottom, rgba(141,235,141,1) 0%, rgba(23,186,23,1) 50%, rgba(17,158,20,1) 51%, rgba(90,204,90,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8deb8d', endColorstr='#5acc5a', GradientType=0 );
}
.BookRoom:hover{
	background: rgba(197,235,197,1);
    background: -moz-linear-gradient(top, rgba(197,235,197,1) 0%, rgba(75,207,75,1) 50%, rgba(40,184,43,1) 51%, rgba(141,240,141,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(197,235,197,1)), color-stop(50%, rgba(75,207,75,1)), color-stop(51%, rgba(40,184,43,1)), color-stop(100%, rgba(141,240,141,1)));
    background: -webkit-linear-gradient(top, rgba(197,235,197,1) 0%, rgba(75,207,75,1) 50%, rgba(40,184,43,1) 51%, rgba(141,240,141,1) 100%);
    background: -o-linear-gradient(top, rgba(197,235,197,1) 0%, rgba(75,207,75,1) 50%, rgba(40,184,43,1) 51%, rgba(141,240,141,1) 100%);
    background: -ms-linear-gradient(top, rgba(197,235,197,1) 0%, rgba(75,207,75,1) 50%, rgba(40,184,43,1) 51%, rgba(141,240,141,1) 100%);
    background: linear-gradient(to bottom, rgba(197,235,197,1) 0%, rgba(75,207,75,1) 50%, rgba(40,184,43,1) 51%, rgba(141,240,141,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5ebc5', endColorstr='#8df08d', GradientType=0 );
}
.ResetBook{
	background: #CACACA;
    background-color: #CACACA;
    border-right: 1px solid #fff;
    margin-top: 5px;
    margin-right: 35px;
}
.ResetBook:hover{
	background-color: #DCDCDC;
}
.ValTicketFPH {
}
#Adults, #Children{
    /*text-indent: 50%;*/
}

.disabledValTicketFPH{
   /*background-color: #cecece !important;*/
}

.Periodprivate {
	cursor: pointer;
}
.BlockRoomTypeID {
    width: 100%;
    text-indent: 50px;
    margin: 0;
}

.line_6{
  float: left;
  left: 0px;
  top: 0px;
  width: auto;
  //height: 129px;
  z-index: 22;

}
.line_5{
  float: left;
  left: 0px;
  top: 0px;
  width: auto;
  //height: 129px;
  z-index: 22;
}

.line_3 {
}
.line_4 {
padding: 8px 0px;
}

.BookingForm1{
  position: relative;
  left: 0px;
  top: 0px;
  width: 1000px;
  height: 129px;
  z-index: 29;
}

.BookingForm{
    margin: 9px !important;
}

.SuccesFormBooking{
    line-height: 1.2;
    text-align: center;
}
.line_8{
    padding-top: 16px;
}

.rate_value_residence{
    font-size: 23.5px;
    font-family: "Arial";
    color: rgb(251, 251, 249);
    text-transform: uppercase;
    line-height: 1.2;
    text-align: left;
    position: relative;
    left: 39px;
    top: 5.1px;
}
.line_2 {
	padding-top: 10px;
    text-align: center;
    position: relative;
    display: table;
    margin: auto;	
}
.line_2>div {
    vertical-align: top;
    margin-left: 10px;
}
.line_2>div:nth-child(2) {
    margin-left: 0;
}
.t1{
  background-image: url("t1.png");
  background-repeat: no-repeat; 
  width:100%;
  height:300px;
  position: absolute;
  z-index: 111111111;
  opacity:0.5;
  left: 2.98864px;
  top: 5.9858px;
}
.t2{
  background-image: url("t2.png");
  background-repeat: no-repeat; 
  width:100%;
  height:300px;  
  position: absolute;
  z-index: 111111111;
  opacity:0.5;
  left: 2.98864px;
  top: 5.9858px;
}
.field-period{
    position: relative;
	display: inline-block;
}
.adult-child {
    display: table;
    width: 100%;
}
.field-child,.field-adult {
	display: inline-block;
	position: relative;
}
.field-adult {
	border-bottom: 0;
}
.field-child-age {
	display: none;
}
#enterChildrenAge{
    font-size: 14px;
    font-family: 'Fira Sans', sans-serif;
    color: #11119c;
    text-indent: 5px;
    display: table-cell;
    vertical-align: middle;
    width: 200px;
    background-color: #fff;
    height: 36px;
    border-radius: 5px;
}
#mask {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
	z-index: 100;
}

#BookingForm i {
	font-size: 16px;
    color: #4ab00b;
    position: absolute;
    z-index: 0;
    display: block;
    bottom: 10px;
    left: 10px;
}
.field-room {
    background: #fff;
    border: 1px solid #c5c5c5;
    border-bottom: 0px;
}

.nflabel {
    font-size: 13px;
    text-transform: none;
    display: block;
    text-indent: 15px;
    color: #edeef3;
    text-align: left;
	
}
#inputemail label {
    font-size: 12px;
    text-transform: none;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
.nflabel{
}
.nfbutton {
	display: inline-block;
}
.nfbutton input#Pricing{
	margin-top: 20px;
    font-family: 'Cuprum', sans-serif;
	text-transform: uppercase;
    letter-spacing: 1px;	
    color: #fff;
    transition: all linear 0.2s;
    background: rgba(141,235,141,1);
    background: -moz-linear-gradient(top, rgba(141,235,141,1) 0%, rgba(23,186,23,1) 50%, rgba(17,158,20,1) 51%, rgba(90,204,90,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(141,235,141,1)), color-stop(50%, rgba(23,186,23,1)), color-stop(51%, rgba(17,158,20,1)), color-stop(100%, rgba(90,204,90,1)));
    background: -webkit-linear-gradient(top, rgba(141,235,141,1) 0%, rgba(23,186,23,1) 50%, rgba(17,158,20,1) 51%, rgba(90,204,90,1) 100%);
    background: -o-linear-gradient(top, rgba(141,235,141,1) 0%, rgba(23,186,23,1) 50%, rgba(17,158,20,1) 51%, rgba(90,204,90,1) 100%);
    background: -ms-linear-gradient(top, rgba(141,235,141,1) 0%, rgba(23,186,23,1) 50%, rgba(17,158,20,1) 51%, rgba(90,204,90,1) 100%);
    background: linear-gradient(to bottom, rgba(141,235,141,1) 0%, rgba(23,186,23,1) 50%, rgba(17,158,20,1) 51%, rgba(90,204,90,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8deb8d', endColorstr='#5acc5a', GradientType=0 );
}
.nfbutton input#Pricing:hover, .callback input[type="button"]:hover {
	background: rgba(197,235,197,1);
    background: -moz-linear-gradient(top, rgba(197,235,197,1) 0%, rgba(75,207,75,1) 50%, rgba(40,184,43,1) 51%, rgba(141,240,141,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(197,235,197,1)), color-stop(50%, rgba(75,207,75,1)), color-stop(51%, rgba(40,184,43,1)), color-stop(100%, rgba(141,240,141,1)));
    background: -webkit-linear-gradient(top, rgba(197,235,197,1) 0%, rgba(75,207,75,1) 50%, rgba(40,184,43,1) 51%, rgba(141,240,141,1) 100%);
    background: -o-linear-gradient(top, rgba(197,235,197,1) 0%, rgba(75,207,75,1) 50%, rgba(40,184,43,1) 51%, rgba(141,240,141,1) 100%);
    background: -ms-linear-gradient(top, rgba(197,235,197,1) 0%, rgba(75,207,75,1) 50%, rgba(40,184,43,1) 51%, rgba(141,240,141,1) 100%);
    background: linear-gradient(to bottom, rgba(197,235,197,1) 0%, rgba(75,207,75,1) 50%, rgba(40,184,43,1) 51%, rgba(141,240,141,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5ebc5', endColorstr='#8df08d', GradientType=0 );	
}
/*-- показать со скидкой --*/

#whitecont {
    display: none;
    width: 300px;
    position: absolute;
    top: 100px;
    left: 10px;
    z-index: 100;
    border: 1px solid #e2d3a3;
    background-color: #f8f4ea;
    border-radius: 2px;
	box-shadow: 0px 6px 12px #737373;
}
#inputemail {
	background-color: #4ec365;
    color: #fff;
    max-width: 330px;
    padding: 15px 0;
    text-align: center;
    margin: -20px auto!important;
    border: 1px solid;
    box-shadow: 0px 5px 10px #959595;
}
#inputemail input[type="text"] {
    width: 230px;
    border: 1px solid #e0ded6;
    line-height: 25px;
    padding: 3px;
    color: #7d87bf;
    border-radius: 3px;
}
#inputemail input[type="button"] {
    border: 1px solid #fff;
    margin: 10px;
    background-color: #bfbfbf;
    color: #fff;
	width: 100px;
    border-radius: 3px;
}
#inputemail input[type="button"]:last-child {
    background-color: #3e58ff;
    color: #fff;
}
.bonusinfo {
    font-size: 15px;
}
.bonusinfo .val {
    color: #5b48ff;
    font-weight: 400;
}
.bonusinfo .fa {
    margin-left: 5px;
    font-size: 20px;
    color: #5b48ff;
    background-color: #fff;
    line-height: 18px;
    width: 18px;
    text-align: center;
    border-radius: 9px;
}
.underline {
    display: inline-block;
    padding: 0px 4px;
    border-bottom: 1px solid;
}
.buttons {

}
.buttons>input {

}
#ResetBook {
    text-transform: none;
    margin: 0;
    padding: 0 12px;
}
#showdiscount {
	margin-top: 0;
    background: initial;
    color: #007cff;
    letter-spacing: initial;
    text-transform: none;
    font-weight: initial;
    border-bottom: 1px dashed;
    padding: 0;
    display: initial;
    cursor: pointer;
    font-size: 12px;
}
#BookRoom.BookRoom {

}
.formbox {
    z-index: 16;
    border: 1px solid #f8f4ea;
    /*background-image: url(/images/lightbg.png);*/
    padding: 20px 40px 0;
    max-width: 50%;
    line-height: 1.6;
    position: relative;
}
.formbox .field-room {
	width: 100%;
}
.line_9 {
    font-size: 14px;
    color: #089600;
    margin-top: 10px;
    line-height: 1.3;
    text-align: left;	
}
.link2russtravel {
	border-bottom: 1px solid #8891ff;
    display: table;
}
.link2russtravel a {
color: #1e2fff;
    font-size: 13px;
    cursor: pointer;
    text-decoration: none;
}
.sendtitle {
    margin-top: 40px;
    font-size: 15px;
    font-weight: 500;
    color: #0914a5;
}
.season-alert {
    font-size: 14px;
    color: #0064ff;
    background-color: #fff;
    padding: 5px 10px;
    margin: 10px -10px;
    font-weight: 500;
    border-radius: 2px;
}
#alerterror .link2russtravel {
    padding: 20px;
    font-size: 14px;
}
#alerterror .link2russtravel div {
	margin: auto;
	    text-align: center;
}
#alerterror .link2russtravel input, #alerterror .link2russtravel a {
	display: inline-block;
}
#alerterror .link2russtravel a {
    background-color: #06c933;
    height: 24px;
    line-height: 24px;
    border: 1px solid #088920;
    text-decoration: none;
    padding: 0 20px;
    color: #fff;
}
form#BookingForm div.line_2>div input, form#BookingForm div.line_2>div select {
    font-size: 15px;
    text-align: center;
	text-align-last: center;
	width: 200px;
    padding: 0;
    border-radius: 5px;
	margin-bottom: 0;
}
#one-room-alert {
    color: #fff;
    font-size: 13px;
    right: -70px;
    font-family: 'Cuprum', sans-serif;
    position: absolute;
}
div#one-room-alert img {
    vertical-align: baseline;
}