

/* Start:/bitrix/components/ktoto/message/templates/.default/style.css?17449711602421*/
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 200ms ease-in; 
  -moz-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
  pointer-events: none;
  margin: 0;
  padding: 0;
}

.modal:target {
  opacity: 1; 
  pointer-events: auto;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
top: 50%;

  transform: translate(0, -50%)!important;
  max-width: 600px;
  margin: 30px auto;
  padding: 0px 20px 0px 20px;
}

.modal-content {
  position: relative;
  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;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: .3rem;
  outline: 0;
  width: 100%;
}

.modal-header {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #eceeef;
}
.modal-title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 1.25rem;
  font-weight: 500;
}

.close {
  float: right;
  font-family: sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
  text-decoration: none;
}

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .75;
}

.modal-body {
position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 15px;
  overflow: auto;
}

#messageModal.show{
    display: block;
  opacity: 1;
}

.closeModalButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #39434e;
  border: none;
  color: #ededed;
  text-decoration: none;
  padding: 5px 40px;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 4px;
  max-width: 100%;
  transition: all .1s linear;
}

/* End */


/* Start:/local/templates/tickets/template_styles.css?16792470692380*/
/*#mbnr4web-native-0 {display: none!important;}*/

.btn-box {
	display: flex;
	justify-content: center;
}

.btn-box button {
	margin: 0 10px;
}


label {
	cursor: pointer;
	user-select: none;
}

.button {
	padding: 10px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	background-color: #2c2c2c;
	position: absolute;
	top: 10%;
}

.modal {
	position: fixed;
	z-index: 9999;
	top: 0;
	right: 100%;
	bottom: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, .2);
	opacity: 0;
	transition: opacity .3s;
}

.modal__check {
	display: none;
}

.modal__info {
	position: relative;
	width: 90%;
	max-width: 40%;
	max-height: 90%;
	padding: 20px;
	background-color: #fff;
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.modal__close {
	font-family: serif;
	position: absolute;
	z-index: 2;
	top: 5px;
	right: 5px;
	width: 25px;
	border-radius: 50%;
	font-size: 36px;
	line-height: 25px;
	text-align: center;
}

.modal__closetwo {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.modal__check:checked+.modal {
	opacity: 1;
	right: 0;
}

.button:hover,
.modal__close:hover {
	opacity: 0.7;
}

.modal__info::-webkit-scrollbar {
	display: none;
}

.modal p {
	line-height: 1.5;
}







.static li::before {
	position: absolute;
	top: 0;
	left: 0;
	font-weight: 400;
	content: counter(item, decimal-leading-zero) " ";
	counter-increment: item;
}

input._error {
	border: 1px solid red;
}

.error_info {
	color: red;
	font-size: 14px;
	letter-spacing: .02em;
}





/*=====================================================================================================================*/
/* Большие рабочие столы и ноутбуки */
@media (min-width: 1200px) {}

/* Портретные планшеты и средние рабочие столы */
@media (min-width: 992px) and (max-width: 1199px) {}

/* Портретные планшеты и небольшие рабочие столы */
@media (min-width: 768px) and (max-width: 991px) {}

/* Пейзажные телефоны и портретные планшеты */
@media (max-width: 767px) {
	.modal__info {
		max-width: 90%;
	}

	.tickets-form__total {
		display: block;
	}
}

/* Пейзаж телефонов и меньше */
@media (max-width: 480px) {}
/* End */
/* /bitrix/components/ktoto/message/templates/.default/style.css?17449711602421 */
/* /local/templates/tickets/template_styles.css?16792470692380 */
