.scroll-locked {

	position:fixed;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
}

.chat-with-manager {

	width: 98px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	text-align: center;
	z-index: 9999;
}

.get-chat {
	
	display: block;
	width: 100%;
	max-width: 100px;
	cursor: pointer;
}

.dialog {

	display: none;

	position: relative;

	width: 354px;
	height: 469px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 9999999999;

	outline: 2px solid #00247D;
}

.dialog-title {

	position: relative;

	background: #00247D;
	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-wrapper p,
.dialog-wrapper input {
	
	font-size: 14px;
	font-family: 'Roboto';
}



.dialog-text {

	font-family: 'Roboto';
	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: 430px;
	background: #fff;
	overflow: hidden;
	padding: 0 20px 0 20px;
}

.dialog-wrapper {

	position: absolute;

	height: 420px;
	background: #fff;
	overflow: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.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: 10px;
	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;
}

.step-1 {

	margin-top: 10px;
}

.clients-answer {

	padding-bottom: 10px;

	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: 16px;
	line-height: 22px;
	letter-spacing: normal;

	max-width: 245px;

	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;
}

.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;

	font-family: 'Roboto';
}

.answer-text {

	font-size: 16px;
	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-exp {

	padding-right: 5px;
	color: #000;
	font-weight: bold;
}

.dialog-whatsapp {

	display: none;

	padding-right: 5px;
	color: #000;
	font-weight: bold;

	text-decoration: underline;
}

.dialog-job {

	padding-right: 5px;
	color: #000;
	font-weight: bold;	
}

.dialog-rooms {

	padding-right: 5px;
	color: rgb(23, 120, 197);
	font-weight: bold;		
}

.dialog-phone {

	padding: 4px 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;
}

.dialog-phone:focus {

	border: 1px solid rgb(199, 199, 199);
	outline: 0;
}

.your_age {

	display: inline-block;

	display: none;

	vertical-align: middle;
	width: 56px;
	margin-left: 5px;
	padding: 1px;
	box-sizing: border-box;

	font-size: 16px;
	line-height: 16px;

	color: #000;
	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);
}

.your_age:focus {

	outline: 0;
}

.your_age-submit {

	display: inline-block;

	display: none;

	vertical-align: middle;
	height: 22px;

	border: 0;
	outline: 0;

	font-family: Roboto, sans-serif;
	font-size: 14px;
	line-height: 28px;

	color: #000;
	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;

	text-decoration: underline;

	padding-left: 5px;

	user-select: none;
}

.dialog-name {

	padding: 4px 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;
}

.alarm-text {

	color: rgb(253, 60, 60);
}

.orange-text {

	color: rgb(236, 126, 1);
}

.contact-text {

	display: none;

	padding-top: 5px;
	padding-bottom: 10px;
}

.required_phone {

	color: red;
}

.send-data {

	margin: 10px 10px 10px 0;

	color: #fff;
	background: #CF142B;
	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;
}

.send-data:hover {

	background: #F73C53;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}

.choosen-value {

	color: #FF8562;
	font-weight: bold;
}

.not-choosen-value {

	font-weight: 300;
}

.dialog-step,
.step-whatsapp {

	display: none;
}

.adult-values {

	display: none;	
}

.have_a_job {

	display: none;	
}

/*
.dialog-exp,
.dialog-job,
.dialog-rooms {

	display: none;
}
*/

.final-phone {

	font-weight: bold;
	display: none;
}

.empty-block {

	width: 100%;
	height: 250px;
	background: #fff;
}

@media screen and (max-width: 480px){

.get-chat {

	display: block;
}

.chat-with-manager {

	width: 98px;
	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: 100%;
	max-width: 100%;
	height: auto;

	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.dialog-body {

	height: 100vh;
    padding: 0;
}

.dialog-wrapper {

	width: 100%;
	height: 100vh;
	position: relative;
	margin: 0 auto;
	max-width: 314px;
}

.dialog-title {

	padding: 10px 45px 10px 10px;
}

.dialog-text {

    color: #fff;
    font-size: 24px;
    line-height: 30px;
}

.dialog-close {

	max-width: 33px;
	cursor: pointer;
}

.empty-block {

	height: 300px;
}

}

.get-chat-button {

	cursor: pointer;
}

#chat-with-manager {

	display: none;
}

.chat-title {
    font-family: 'Roboto',Arial,sans-serif;
    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;
}

	.contact-text {

		display: block!important;
	}

	.value-button-wrapper {

		font-size: 0;
		line-height: 0;
		letter-spacing: 0;

		text-align: center;
	}

	.value-button {

		display: block;

		border-radius: 3px;

		padding: 5px 10px;

		background: #CF142B;
		color: #fff;

		font-size: 12px;
		line-height: 18px;
		font-family: 'Roboto', Arial, sans-serif;

		cursor: pointer;

		-ms-user-select: none; 
		-moz-user-select: none; 
		-webkit-user-select: none; 
		user-select: none;

		transition: background .2s;
	}

	.value-button-not-active {

		background: #CF142B;

		opacity: .5;

		transition: background .2s;
	}

	.value-button-active {

		background: #CF142B;

		transition: background .2s;
	}

	.value-button-padding {

		display: inline-block;

		font-size: 12px;
		line-height: 18px;
		font-family: 'Roboto', Arial, sans-serif;

		padding: 10px 10px 0 10px;
	}

	.sending-button-padding {

		display: inline-block;

		font-size: 12px;
		line-height: 18px;
		font-family: 'Roboto', Arial, sans-serif;

		padding: 10px 10px 0 10px;	
	}

	.sending-button-wrapper {

		text-align: center;
	}

	.sending-button {

		display: block;

		border-radius: 3px;

		padding: 5px 10px;

		background: #CF142B;
		color: #fff;

		font-size: 12px;
		line-height: 18px;
		font-family: 'Roboto', Arial, sans-serif;

		cursor: pointer;

		-ms-user-select: none; 
		-moz-user-select: none; 
		-webkit-user-select: none; 
		user-select: none;

		transition: background .2s;
	}

	.sending-button-not-active {

		background: #CF142B;

		opacity: .5;

		transition: background .2s;
	}

	.sending-button-active {

		background: #CF142B;

		transition: background .2s;	
	}

	@media screen and (max-width: 480px){

		.chat-title {

			font-size: 16px;
			font-weight: bold;
			line-height: 60px;
		}

		.chat-with-manager {

			width: 65px;
			position: fixed;
			bottom: 50px;
			right: 30px;
			text-align: center;
			z-index: 9999;
		}

		.get-chat {

			display: block;

			width: 100%;
			max-width: 100px;
			cursor: pointer;
		}
	}


#span-whatsapp,
#span-sms {

  display: none;
}

.insert_your_phone {

  margin-top: 10px;
}

.step-3,
.step-4,
.step-5,
.step-6,
.step-7 {

  opacity: 0;
}

.shown {

  display: block;

  opacity: 1;

  transition: all .5s;
}