.chat-with-manager {
	display: none;
	width: 98px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	text-align: center;
	z-index: 10002;
	cursor: pointer;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  opacity: 1!important;
}

.opacity0 {
	opacity: 0;
}

.chat-title {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	color: #fff;
	font-size: 23px;
	font-weight: bold;
	line-height: 90px;
}

.get-chat {
	width: 100%;
	max-width: 100px;
	cursor: pointer;
}

.dialog {
	display: none;
	position: relative;
	width: 354px;
	min-height: 100px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 10002;
	background: #fff;
	margin: auto;
}

.dialog-title {
	position: relative;
	background: #025859;
	padding: 9px 30px 9px 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.dialog-text {
	color: #fff;
	font-size: 18px;
	line-height: 22px;
}

.dialog-close {
	position: absolute;
	top: 9px;
	right: 9px;
	width: 100%;
	max-width: 21px;
	cursor: pointer;
}

.dialog-body {
	position: relative;
	height: 460px;
	background: #fff;
	overflow: hidden;
	padding: 0 20px 0 20px;
}

.isWritting {
	display: none;
	position: absolute;
	bottom: 5px;
	left: 5px;
	color: #000;
	font-size: 16px;
	font-style: italic;
	z-index: 9;
	background: #fff;
}

#dialog-datepicker .ui-datepicker-calendar td a {
    padding: 2px 0;
    text-align: center;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    text-align: center;
}

.writting-dot {
	font-size: 35px;	
}

.dialog-wrapper {
	position: absolute;
	height: 450px;
	background: #fff;
	overflow: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	padding-top: 15px;
}

.dialog-wrapper::-webkit-scrollbar {width: 0};
.dialog-wrapper {-ms-overflow-style: none;}

/* Специально для firefox, где нельзя полосу прокрутки стилизовать */

@-moz-document url-prefix() {

.dialog {
	width: 374px;
}

.dialog-wrapper {
	width: 334px;
}
}

.managers-question {
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	text-align: left;
	min-height: 50px;
	padding-bottom: 15px;
	padding-left: 2px;
	padding-right: 2px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.clients-answer {
	padding-bottom: 15px;
	padding-left: 2px;
	padding-right: 2px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	text-align: right;
	min-height: 50px;
}

.managers-photo {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	width: 45px;
	height: 45px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}

.question-text {
	font-size: 15px;
	line-height: 20px;
	letter-spacing: normal;
	max-width: 255px;
	padding: 5px 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .4);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
}

.question-text p {
	font-size: 15px;
	line-height: 20px;	
}

.clients-photo {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	width: 42px;
	height: 42px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	background: rgb(0, 114, 184);
	color: #fff;
	text-align: center;
}

.clients-name {
	color: #fff;
	font-size: 16px;
	line-height: 42px;
}

.answer-text {
	font-size: 14px;
	line-height: 22px;
	letter-spacing: normal;
	max-width: 255px;
	padding: 5px 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .4);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	text-align: left;
}

.dialog-adult {
	display: inline-block!important;
	vertical-align: middle;
	padding-right: 5px;
	color: rgb(23, 120, 197);
	font-weight: bold;
}

.dialog-adult-input,
.dialog-children-input,
.dialog-rooms-input {

	display: inline-block;
	display: none;
	vertical-align: middle;
	width: 36px;
	margin-left: 5px;
	padding: 1px;
	box-sizing: border-box;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 16px;
	line-height: 16px;
	color: rgb(23, 120, 197);
	font-weight: bold;
	text-align: center;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 0px 5px -1.5px rgba(0, 0, 0, .5);
	-moz-box-shadow: inset 0px 0px 5px -1.5px rgba(0, 0, 0, .5);
	box-shadow: inset 0px 0px 5px -1.5px rgba(0, 0, 0, .5);
}

.dialog-adult-submit,
.dialog-children-submit,
.dialog-rooms-submit {
	display: inline-block!important;
	vertical-align: middle;
	height: 22px;
	border: 0;
	outline: 0;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #0072B8;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	user-select: none;
    padding-left: 7px;
    padding-right: 7px;
    line-height: 22px;
    background: #0072B8;
    color: #fff!important;
    margin-left: 3px;
    border-radius: 5px;
    text-decoration: none;
}

.dialog-adult, .dialog-children, .dialog-rooms {
    display: inline-block!important;
    vertical-align: middle;
}

.dialog-children {
	padding-right: 5px;
	color: rgb(23, 120, 197);
	font-weight: bold;	
}

.dialog-rooms {
	color: rgb(23, 120, 197);
	font-weight: bold;
	margin-right: 10px;	
}

.dialog-phone {
	padding: 2px 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border: 1px solid rgb(199, 199, 199);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	outline: 0;
	max-width: 100%;
}


.dialog-name::-webkit-input-placeholder {font-size: 16px!important;line-height: 24px;}
.dialog-name::-moz-placeholder          {font-size: 16px!important;line-height: 24px;}
.dialog-name:-moz-placeholder           {font-size: 16px!important;line-height: 24px;}
.dialog-name:-ms-input-placeholder      {font-size: 16px!important;line-height: 24px;}
.dialog-name[placeholder]  {font-size: 16px!important;line-height: 24px;}

.dialog-phone::-webkit-input-placeholder {font-size: 16px!important;line-height: 24px;}
.dialog-phone::-moz-placeholder          {font-size: 16px!important;line-height: 24px;}
.dialog-phone:-moz-placeholder           {font-size: 16px!important;line-height: 24px;}
.dialog-phone:-ms-input-placeholder      {font-size: 16px!important;line-height: 24px;}
.dialog-phone[placeholder]  {font-size: 16px!important;line-height: 24px;}

.dialog-email::-webkit-input-placeholder {font-size: 16px!important;line-height: 24px;}
.dialog-email::-moz-placeholder          {font-size: 16px!important;line-height: 24px;}
.dialog-email:-moz-placeholder           {font-size: 16px!important;line-height: 24px;}
.dialog-email:-ms-input-placeholder      {font-size: 16px!important;line-height: 24px;}
.dialog-email[placeholder]  {font-size: 16px!important;line-height: 24px;}



.question-text .dialog-adult-input, .question-text .dialog-children-input, .question-text .dialog-rooms-input {
    display: inline-block!important;
    vertical-align: middle;
    width: 36px;
    margin-left: 5px;
    padding: 1px;
    box-sizing: border-box;
    font-family: pfdindisplaypro-light, tahoma, arial, verdana, sans-serif;
    font-size: 16px!important;
    line-height: 20px!important;
    color: rgb(23, 120, 197);
    font-weight: bold;
    text-align: center;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    -webkit-box-shadow: inset 0px 0px 5px -1.5px rgba(0, 0, 0, .5);
    -moz-box-shadow: inset 0px 0px 5px -1.5px rgba(0, 0, 0, .5);
    box-shadow: inset 0px 0px 5px -1.5px rgba(0, 0, 0, .5);
}

.insert_your_phone {
	font-weight: bold;
}

.insert_your_name {
	font-weight: bold;
}
.insert_your_email {
	font-weight: bold;
}

.dialog-phone:focus {
	border: 1px solid rgb(199, 199, 199);
	outline: 0;
}

.dialog-name {
	padding: 2px 10px;
	margin-bottom: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border: 1px solid rgb(199, 199, 199);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	outline: 0;
	max-width: 100%;
}

.dialog-email {
	padding: 2px 10px;
	margin-bottom: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;

	border: 1px solid rgb(199, 199, 199);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	outline: 0;

	max-width: 100%;	
}

.contact-text {
	display: none;
}

.required_phone {
	color: red;
}

.client-info_name {
	margin-top: 5px;
	font-weight: bold;
}

.client-info_email {
	margin-top: 5px;
	font-weight: bold;
}

.client-info_phone {
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}

.submit_clients_contacts {

	display: none;
	margin: 10px 10px 0 10px;
	min-width: 110px;
	color: #fff;
	background: #0072B8;
	padding: 5px 15px;
	text-align: center;
	outline: 0;
	border: 0;
	cursor: pointer;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}

.change_clients_contacts {

	margin-bottom: 10px;
}

.submit_clients_contacts:hover {

	background: #1D8FD5;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}

.bron-or-consult {

	display: inline-block!important;
	text-decoration: underline!important;
	font-family: pfdindisplaypro-light, tahoma, arial, verdana, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: rgb(23, 120, 197);
	font-weight: bold;
	cursor: pointer;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	text-decoration: underline;
	user-select: none;
}

.alarm-text {
	color: rgb(253, 60, 60);
}

.bold-text {
	font-weight: bold;
}

.orange-text {
	color: rgb(236, 126, 1);
}

.contact-text {
	padding-top: 5px;
	padding-bottom: 10px;
}

/* Календарь, отдельные стили */

#dialog-datepicker .ui-datepicker {
	width: 230px;
}

#dialog-datepicker .ui-datepicker-calendar {
	width: 230px;
}

#dialog-datepicker .ui-datepicker-calendar td {
	padding: 1px;
}

#dialog-datepicker .ui-datepicker-calendar td a {
	padding: 2px;
}

#dialog-datepicker .ui-widget-header {
	position: relative;
}

#dialog-datepicker .ui-datepicker-prev {
	top: 3px!important;
	left: 30px;
}

#dialog-datepicker .ui-datepicker-next {
	top: 3px!important;
	right: 30px;
}

#dialog-datepicker .ui-state-active {

	background: rgba(90, 197, 252, .3);
}

.ui-datepicker .selected-start:not(.selected-end) a,
.ui-datepicker .selected-end:not(.selected-start) a {
  background: #F3FDD5;
}

.ui-datepicker .selected.first-of-month:not(.selected-start) a {
  border-left: 2px dotted #D4E7F6;
  padding-left: 1px;
}

.ui-datepicker .selected.last-of-month:not(.selected-end) a {
  border-right: 2px dotted #D4E7F6;
  padding-right: 1px;
}

/* Календарь, отдельные стили, конец */

.choosen-value {
	color: rgb(0, 36, 106);
}

.dialog-step,
.step-x {
	display: none;
}

.final-phone {
	font-weight: bold;
	display: none;
}

.empty-block {
	width: 100%;
	height: 130px;
	background: #fff;
}

/*
.hidden-word {

	display: none;
}
*/

.submit_corp {
	display: none;
	margin-left: 0;
}

.corporate-department-data .submit_corp {
	display: block;
}

@media screen and (min-width: 480px){

.dialog {
    outline: 2px solid #025859;
    height: 502px;
}
}

@media screen and (max-width: 480px){

.dialog-adult,
.dialog-children,
.dialog-rooms {
	font-size: 17px;
}

.get-chat {
	display: block;
}

.chat-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 75px;
}

.chat-with-manager {
	width: 80px;
	position: fixed;
	bottom: 50px;
	right: 30px;
	text-align: center;
	z-index: 9999;
}

.get-chat {
	width: 100%;
	max-width: 100px;
	cursor: pointer;
}

.dialog {
	display: none;
	width: auto;
	height: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 9999;
}

.dialog-body {
	height: 100vh;
    padding: 0;
}

.dialog-wrapper {
	height: 100vh;
	position: static;
	margin: 0 auto;
	max-width: 314px;
	padding-top: 15px;
}

.dialog-title {
	padding: 10px 45px 10px 10px;
}

.dialog-text {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
}

.dialog-close {
	top: 5px;
	max-width: 40px;
	cursor: pointer;
}

.empty-block {
	height: 260px;
}
}


@media screen and (max-width: 340px){

	.answer-text {
		font-size: 15px;
	}

	.question-text {
		font-size: 15px;
	}
}

.scroll-locked {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}


/* Календарь, отдельные стили */

#dialog-datepicker .ui-datepicker {
	width: 230px;
}

#dialog-datepicker .ui-datepicker-calendar {
	width: 220px;
}

#dialog-datepicker .ui-datepicker-calendar td {
	padding: 1px;
}

#dialog-datepicker .ui-datepicker-calendar td a {
	padding: 2px 0;
	text-align: center;
}

#dialog-datepicker .ui-widget-header {
	position: relative;
}

#dialog-datepicker .ui-datepicker-prev {
	top: 2px!important;
	left: 20px;
}

#dialog-datepicker .ui-datepicker-next {
	top: 2px!important;
	right: 20px;
}

#dialog-datepicker .ui-state-active {
	background: rgba(90, 197, 252, .3);
}

.ui-state-default, .ui-widget-content .ui-state-default {
	text-align: center;
}

.ui-datepicker .selected-start:not(.selected-end) a,
.ui-datepicker .selected-end:not(.selected-start) a {
  background: #F3FDD5;
}

.ui-datepicker .selected.first-of-month:not(.selected-start) a {
  border-left: 2px dotted #D4E7F6;
  padding-left: 1px;
}

.ui-datepicker .selected.last-of-month:not(.selected-end) a {
  border-right: 2px dotted #D4E7F6;
  padding-right: 1px;
}

/* Календарь, отдельные стили, конец */

.opacity_normal {

	opacity: 1;
	transition: all .3s;
}


.dialog-adult-input::-webkit-input-placeholder {color:#ccc; font-size: 14px; font-weight: normal;}
.dialog-adult-input::-moz-placeholder          {color:#ccc; font-size: 14px; font-weight: normal;}
.dialog-adult-input:-moz-placeholder           {color:#ccc; font-size: 14px; font-weight: normal;}
.dialog-adult-input:-ms-input-placeholder      {color:#ccc; font-size: 14px; font-weight: normal;}
.dialog-adult-input::placeholder               {color:#ccc; font-size: 14px; font-weight: normal;}

.dialog-children-input::-webkit-input-placeholder {color:#ccc; font-size: 14px; font-weight: normal;}
.dialog-children-input::-moz-placeholder          {color:#ccc; font-size: 14px; font-weight: normal;}
.dialog-children-input:-moz-placeholder           {color:#ccc; font-size: 14px; font-weight: normal;}
.dialog-children-input:-ms-input-placeholder      {color:#ccc; font-size: 14px; font-weight: normal;}
.dialog-children-input::placeholder               {color:#ccc; font-size: 14px; font-weight: normal;}

.dialog-rooms-input::-webkit-input-placeholder {color:#ccc; font-size: 14px; font-weight: normal;}
.dialog-rooms-input::-moz-placeholder          {color:#ccc; font-size: 14px; font-weight: normal;}
.dialog-rooms-input:-moz-placeholder           {color:#ccc; font-size: 14px; font-weight: normal;}
.dialog-rooms-input:-ms-input-placeholder      {color:#ccc; font-size: 14px; font-weight: normal;}
.dialog-rooms-input::placeholder               {color:#ccc; font-size: 14px; font-weight: normal;}


#step-top-order {

    display: none;
}

.calc_overlay {

    background: rgba(0, 0, 0, .5);
    z-index: 1000;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    overflow: auto;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, .35);
}

.calc_overlay_white {

    display: none;
    background: rgb(255, 255, 255);
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    overflow: auto;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, .35);
    min-height: 370px;
}

.adults_and_children_calc {

    width: 100%;
    min-height: 200px;
    background: rgb(255, 255, 255);
    position: relative;
    margin: 0 auto 150px auto;
}

.calc-title {

    position: relative;
    background: #047878;
    color: #fff;
    text-align: center;
    font-family: 'Arial';
    font-size: 18px;
    line-height: 30px;
    padding: 10px 30px;
    box-sizing: border-box;
    font-weight: bold;
}

.calc-close {

    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
}

.calc-wrapp {

    padding: 15px 25px;
    box-sizing: border-box;
}

.guests-text {

    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: #000;
}

.guests-child-text {
    
    font-size: 16px;
    line-height: 30px;
}

.guests-text-dop {

    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    color: #aaa;
}

.calc-pass {

    position: relative;
    margin-bottom: 30px;
    padding-right: 90px;
    box-sizing: border-box;
}

.calc-children {

    margin-bottom: 20px;
    min-height: 30px;
}

.guests-calc {

    position: absolute;
    top: 0;
    right: 0;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    width: 90px;
    height: 30px;
}

.calc-elem {

    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: normal;
    cursor: pointer;
}

.calc-plus {

    width: 30px;
    height: 30px;
    border: 0;
    background: 0;
    text-align: center;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: normal;
    background: #047878;
    border-radius: 50%;
    color: #fff;
}

.calc-minus {

    width: 30px;
    height: 30px;
    border: 0;
    background: 0;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    letter-spacing: normal;
    background: #047878;
    border-radius: 50%;
    color: #fff;
}

.calc-value {

    width: 30px;
    height: 30px;
    border: 0;
    background: 0;
    text-align: center;
    font-weight: bold;
}

.calc-elem-empty {

    background: #ccc;
}

.onepxblackhr {

    display: block;
    margin-bottom: 10px;
    width: 100%;
    height: 1px;
    border: 0;
    outline: 0;
    color: #000;
    background-color: #000;
 }

.guests-calc-ready {

    width: 100%;
    font-size: 20px;
    line-height: 50px;
    color: #fff;
    background: #047878;
    text-align: center;
    outline: 0;
    border: 0;
}

.children-hidden-calc {

    position: relative;
}

.guests-select-children {

    width: 90px;
    height: 30px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
    color: #000;
}

.children-hidden-calc {

    display: none;
}


@media screen and (max-width: 480px) {

.calc-datepicker {

    width: 90%;
    margin: 0 auto;
}
.calc-datepicker .ui-widget.ui-widget-content {

    width: 100%;
}

.calc-datepicker .ui-widget-header {

    border: 0;
    background: #fff;
    
}

.calc-datepicker .ui-widget.ui-widget-content {

    border: 0;
}

.calc-datepicker .ui-corner-all {

    border-radius: 0;
}

.calc-datepicker .ui-datepicker td span {

    text-align: center;
}

.calc-datepicker .ui-datepicker td a {

    text-align: center;
}

.calc-datepicker .ui-widget-content .ui-state-default {

    border: 0;
    background: #fff;
    font-weight: normal;
    color: #000;
    font-size: 14px;
    line-height: 30px; 
}

.calc-datepicker .ui-widget-content .ui-state-active {

    background: #047878;
    color: #fff;
}

.datepicker-calc-hr {

    display: block;
    width: 80%;
    margin: 0 auto;
    height: 2px;
    background: #047878;
}

#calc-datepicker-2 {

    display: none;
}
}

.ui-datepicker-append {

    display: block;
    position: absolute;
    top: 11px;
    left: 115px;
    color: #000;
    font-weight: 300;
    font-family: 'robotolight';
    font-size: 18px;
    line-height: 24px;
    z-index: 1000;
    cursor: pointer;
}

@media only screen and (max-width: 1300px) {

	.ui-datepicker-append {
		top: 27px;
	}	
}

@media only screen and (max-width: 751px) {
	.ui-datepicker-append {
		top: 15px;
		left: 105px;
	}
}

.calc_overlay_wrapper .ui-widget-header .ui-datepicker-prev .ui-icon {

	width: 25px;
	height: 25px;
	top: 4px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: url('/assets/images/icons/date-arrow-left.png') no-repeat;
	background-size: 25px;
	background-position: center;
}

.calc_overlay_wrapper .ui-widget-header .ui-datepicker-next .ui-icon {
	width: 25px;
	height: 25px;
	top: 4px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: url('/assets/images/icons/date-arrow-right.png') no-repeat;
	background-size: 25px;
	background-position: center;
}

.ws-chat-btn-el-container {
	display: none!important;
}

/* Стили по корпам */


.corp-question {
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	text-align: left;
	min-height: 50px;
	padding-bottom: 15px;
	padding-left: 2px;
	padding-right: 2px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

a.corp-arrive {
	color: rgb(23, 120, 197);
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}

.corp-submit {
	padding-right: 15px;
    color: rgb(23, 120, 197);
    font-weight: bold;
    display: inline-block;
    font-size: 16px;
    line-height: 18px;
	font-family: 'Roboto';
}

.corp-submit.active-been {
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
}

#go-chast-whatsapp {
    font-size: 16px;
    line-height: 18px;
}

.whatsapp-submit {
	padding-right: 5px;
    color: rgb(23, 120, 197);
    font-weight: bold;
}

.corp-step {
	display: none;
}

.corp-count-people {
	width: 30px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}

.corp-submit-button-wrapper {
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	text-align: center;
}

.corp-submit-button {
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	padding: 5px 8px;
	margin-top: 10px;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: normal;
	background: rgb(23, 120, 197);
	color: #fff!important;
	border-radius: 3px;
	transition: .3s background;
	cursor: pointer;
}

.corp-submit-button-active {
	transition: .3s background;
	background: #00C200;
}

.corp-submit-button-first {
	margin-right: 15px;
}

#go-corp-whatsapp {
	display: inline-block;
}

#go-corp-envybox {
	display: inline-block;
}

.go-corp-phone {
	display: inline-block;	
}

.go-corp-phone-with-envybox {
	padding-right: 5px;
    color: rgb(23, 120, 197);
    font-weight: bold;
    display: inline-block;
}

.ws-chat .ws-chat-container {
    left: 60%!important;
}

#whatsapp-button-onclick {
	display: block;
	width: 45%;
	float: left;
	text-align: center;
	text-decoration: none!important;
	color: #fff;
	background: #46C055;
	padding: 5px 10px;
	border-radius: 5px;
	margin: 10px 0;
}

#viber-button-onclick {
	display: block;
	width: 45%;
	float: left;
	text-align: center;
	text-decoration: none!important;
	color: #fff;
	background: #784F97;
	padding: 5px 10px;
	border-radius: 5px;
	box-sizing: border-box;
	margin: 10px 0;
}

#telegram-button-onclick {
	display: block;
	width: 45%;
	float: left;
	text-align: center;
	text-decoration: none!important;
	color: #fff;
	background: #37AFFF;
	padding: 5px 10px;
	border-radius: 5px;
	box-sizing: border-box;
	margin: 10px 0;
}

#vk-button-onclick {
	display: block;
	width: 45%;
	float: left;
	text-align: center;
	text-decoration: none!important;
	color: #fff;
	background: #006CA9;
	padding: 5px 10px;
	border-radius: 5px;
	box-sizing: border-box;
	margin: 10px 0;
}

#phone-button-onclick {
	display: none;
	width: 45%;
	float: left;
	padding: 5px;
	border-radius: 5px;
	margin: 10px 0;
	box-sizing: border-box;
	font-size: 13px;
	line-height: 22px;
}

#mesengers a:nth-child(odd) {
	margin-right: 10%;
}
.person-data {
    font-size: 14px;
    line-height: 16px;
    padding-top: 10px;
    font-family: 'Roboto';
    font-weight: normal;
}

.already-been {
	display: none;
}

#dialog a {
	color: #0072B8;
}

#dialog .dialog-datepicker a {
	color: rgb(43, 43, 43);
}

#dialog .dialog-datepicker .ui-state-active {
	color: #fff;
}

#dialog .insert_your_name {
	color: #000;
}

#dialog .insert_your_phone {
	color: #000;
}
#dialog .insert_your_email {
	font-weight: #000;
}
.active-been {
	color: #047878!important;
	font-weight: bold;
}

#go-chast-whatsapp {
	display: block;
	padding: 5px 10px;
	background: #047878;
	color: #fff!important;
	font-weight: bold;
	text-align: center;
}
#go-chast-phone {
	display: block;
	padding: 5px 10px;
	background: #047878;
	color: #fff!important;
	font-weight: bold;
	text-align: center;
}

.new-w {
	display: flex;
	justify-content: space-between;
	max-width: 130px;
	margin: 10px auto;
}

.question-text p:nth-child(2) {
	flex-wrap: nowrap;
    display: flex;
    align-items: center;
}

.dialog-adult {
	padding-right: 10px;
}

.adult-values {
	padding-top: 5px;
    padding-bottom: 5px;
}

.children-paragraf {
    width: 100%;
    padding: 5px 0;
    justify-content: space-between;
}

.chat-p {
    padding: 5px 0;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
}

.dialog-adult-submit {
    margin-left: 15px;
}

#step-7 .question-text {
	width: 100%;
}

.dialog-rooms-submit {
    margin-left: 15px;
}

#step-x-whatsapp {
	display: none;
}

.desktop-version {
    display: inline-block;
}

.mobile-version {
	display: none;
}

@media only screen and (max-width: 480px){
	.desktop-version {
		display: none;
	}
	.mobile-version {
		display: inline-block;
	}
}

.mobile-version p:nth-child(2){
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    max-width: 130px;
    margin: 10px auto;
}

#go-corp-whatsapp {
	display: block;
    padding: 5px 10px;
    background: rgb(23, 120, 197);
    color: #fff!important;
    font-weight: bold;
    text-align: center;
}

#go-corp-phone {
    display: block;
    padding: 5px 10px;
    background: rgb(23, 120, 197);
    color: #fff!important;
    font-weight: bold;
    text-align: center;
}
.q-hide {
	display: none;
}

.t-class-link {
    color: #000!important;
    text-decoration: underline!important;
}

.t-link-p {
    margin-top: 5px;
}

.t-suscribe-us {
    margin-top: 5px;
}

.step-xx-whatsapp {
    display: none;
    padding-top: 20px;
    padding-bottom: 40px;
}

.go-to-wa {
    float: right;
    display: block;
    margin-top: 5px;
    width: calc(35% - 10px);
    height: 38px;
    line-height: 38px;
    background: #0072B8;
    color: #fff!important;
    font-weight: bold;
    text-align: center;
}

.go-to-wa-p {
    float: left;
    display: block;
    width: calc(65% - 10px);
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
