

/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?154020948051*/
font.errortext{color:red}font.notetext{color:green}
/* End */


/* Start:/local/templates/orteka_desktop/global/b-map/b-map.css?16650480973913*/
.map {
	height: 600px;
	width: 100%;
}
.map__content {
	width: 340px;
	background: #FFFFFF;
	border-radius: 4px;
	font-family: 'Roboto', sans-serif;
	padding: 10px 10px 10px 28px;
}
.map__title {
	font-size: 20px;
	color: #000000;
	margin-bottom: 10px;
}
.map__title_uppercase {
	text-transform: uppercase;
}
.map-adress {
	margin-bottom: 20px;
	font-size: 16px;
	color: #1C1C1C;
}
.map-adress__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 8px;
}
.map-adress__icon {
	width: 16px;
	height: 16px;
	min-width: 16px;
	margin-right: 10px;
}
.map-person {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
}
.map-person__image {
	width: 100px;
	min-width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 16px;
}
.map-person__name {
	font-size: 20px;
	color: #000000;
	margin-bottom: 4px;
}
.map-person__position {
	font-size: 14px;
	color: #616161;
}
.map__button {
	margin-bottom: 10px;
}
.map__button .g-button {
	width: 100%;
}
.map__link{
	text-align: center;
}
.map-wrapper {
	position: relative;
}
.mainpage__form {
	padding: 20px 0 32px;
}
.map-legend {
	position: absolute;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 10px 30px rgba(28, 28, 28, 0.1);
	box-shadow: 0px 10px 30px rgba(28, 28, 28, 0.1);
	border-radius: 20px;
	padding: 30px;
	right: 30px;
	bottom: 30px;
}
.map-legend__title {
	margin-bottom: 16px;
}
.map-legend__item {
	margin-bottom: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.map-legend__icon {
	width: 26px;
	min-width: 26px;
	height: 35px;
	margin-right: 16px;
}
.map-count {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.map-count__point {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.1);
	margin-left: 8px;
}

@media screen and (max-width: 1200px) {
	.mainpage__form .g-col_l-100:not(:last-child) {
		padding-bottom: 40px;
	}
	.mainpage__info .g-col_l-50:not(:last-child) {
		padding-bottom: 40px;
	}
}
.map-block {
	overflow: hidden;
}
.map-block li {
	list-style: none;
}
.map-popup {
	height: 642px;
}
.map-legend-info {
	position: absolute;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 10px 30px rgba(28, 28, 28, 0.1);
	box-shadow: 0px 10px 30px rgba(28, 28, 28, 0.1);
	border-radius: 50%;
	padding: 6px;
	right: 30px;
	bottom: 30px;
	width: 38px;
	height: 38px;
	cursor: pointer;
}
.map-legend__close {
	cursor: pointer;
	width: 16px;
	height: 16px;
	color: #B7CDD9;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	position: absolute;
	top: 15px;
	right: 15px;
}
.map-legend__close:hover {
	color: #F58233;
}
.map-buttons {
	position: absolute;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	top: 24px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #F6F7F8;
	border-radius: 20px;
	z-index: 10;
}
.map-buttons__link {
	cursor: pointer;
	height: 40px;
	border-radius: 20px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	padding: 0 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-transform: uppercase;
	white-space: nowrap;
}
.map-buttons__link.is-active,
.map-buttons__link:hover {
	background: #00A7B8;
	color: #ffffff;
}

#schemeCompletion>*:not(:first-child) {
	display: none;
}

/* End */


/* Start:/local/templates/orteka_desktop/global/completion/css/desktop-completion.css?15978333181241*/
.completion-present {
	background: #F6F7F8;
	border-radius: 20px;
	padding: 24px 32px;
}
.completion-present__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.completion-present__image {
	width: 94px;
	min-width: 94px;
	height: 94px;
	margin-right: 40px;
}
.completion-present__title {
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}
.completion__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.completion__item:not(:last-child) {
	padding-bottom: 20px;
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 1px 0px #E5E5E5;
	        box-shadow: 0px 1px 0px #E5E5E5;
}
.completion__param {
	min-width: 200px;
	width: 200px;
	padding-right: 15px;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}
.completion__name {
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	margin-bottom: 12px;
}
.completion__table {
	margin-bottom: 48px;
}
@media screen and (max-width: 900px) {
  .completion__button {
  	margin-bottom: 40px;
  }
}

/* End */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?154020948051 */
/* /local/templates/orteka_desktop/global/b-map/b-map.css?16650480973913 */
/* /local/templates/orteka_desktop/global/completion/css/desktop-completion.css?15978333181241 */
