.base-block-wrap {
	display: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10000;
	background-color: rgba(0,0,0,.6);
}
.base-block-wrap.base-block-wrap--on {
	display: block;
	position: fixed;
}
.base-block__close {
  position: absolute;
  top: 5px;
  right: 8px;
  cursor: pointer;
}
.base-block {
	display: inline-block;
	white-space: nowrap;
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 400px;
	transform:translate(-50%,-50%);
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.base-block__body {
	display: block;
	background-color: #f6f1ee;
	padding: 8px 15px 8px 15px;
	position: relative;
}
.base-block__title {
	display: block;
	padding: 15px 0;
	margin-left: 58px;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.45;
  color: #000000;
}
.base-block__logo {
	position: absolute;
	top: 15px;
  left: 15px;
} 
.base-block__bottom {
	display: block;
	background-color: #f6f1ee;
	padding: 8px 0px 7px 8px;
}
.base-block .base-block__link {
	display: inline-block;
	margin-right: 16px;
  font-size: 11px;
  color: #000000;
  text-decoration: underline;
  border-bottom: none;
}
.base-block__button,
.base-block__button:link,
.base-block__button:visited,
.base-block__button:focus,
.base-block__button:hover {
	display: inline-block;
  font-size: 11px;
  font-weight: bold;
  color: #000000;
  padding: 3px 21px;
  border: solid 1px #adadad;
  background-color: #e1e1e1;
}
.base-block__link:hover,
.base-block__link:focus {
	border-bottom: none;
	text-decoration: none;
}
.icons {
	display: inline-block;
	background-image: url(/images/upload/nord-new/iconsSprite.png);
	-webkit-background-size: 443px 107px;
	     -o-background-size: 443px 107px;
	        background-size: 443px 107px;
	    background-repeat: no-repeat;
} 
.icons.icon-logo-small {
	background-position: -115px -38px;
}
.icons.icon-close {
	background-position: -211px -20px;
}
.box_48x48 {
	width: 48px;
	height: 48px;
}
.box_20x20 {
	width: 20px;
	height: 20px;
}

.base-block__head {
	display: block;
	font-weight: bold;
	color: #000;
	background-color: #d3b9a5;
	padding: 6px 15px;
	position: relative;
}

@media(max-width: 520px) {
	.base-block {
		min-width: 290px;
		white-space: normal;
	}
	.base-block__title {
		margin-left: 73px;
	}
	.base-block__bottom {
		padding-left: 0;
		text-align: center;
	}
	.base-block .base-block__link {
		margin-right: 0;
		margin-bottom: 8px;
	}
}
