/* Стили для модальных окон */
.modal-padding {
  padding:20px 30px;
}

.modal-header, h4, .close {
  /* background-color: #007Bff; */ /* #3498DB; */
  color: white !important;
  text-align: center;
  font-size: 30px; }

.modal-footer {
  background-color: #f9f9f9; }

.phone {
  color: #FFCC33 !important;
}

/* Стили для подвала */
.footer {
  background-color: #212529;  /* #3498DB */
}

div.sp-footer h3 {
  	border-bottom: 1px solid #919191;
  	color: white;
  	font-size: 14px;
  	line-height: 21px;
  	font-family: @brand-font;
  	margin: 4px 0 10px;
  	text-transform: uppercase; }

div.sp-footer p {
  	margin: 3px 0;
  	padding: 2px;
  	line-height: 14px;
  	font-size: 14px; 
  	color: white }

div.sp-footer div.img {
        text-align: center;	             	
  	margin: auto 0;
  	padding: 0; 
  	padding-top: 8px; }

div.sp-footer p a, div.sp-footer p a:visited, div.sp-footer p a:link {
  text-decoration: none;
  cursor: pointer;
  border: none;
  /* border-bottom: 1px dotted white; */
  color: white; }

div.sp-footer p a:hover, div.sp-footer p a:active {
  text-decoration: none;
  cursor: pointer;
  border: none;
  border-bottom: 1px dotted #AAA; /* border-bottom: 1px dotted #337ab7; */
  color: #337ab7; }

/* Стили для иконок */
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor; }

.icon-home {
  font-size: 32px;
        color: red; }

/* Стили для самого нижнего подвала */
.sp-bottom {
  text-align: center;
  color: black;
  background-color: #BDC3C7;
  padding: 5px;
}

.sp-bottom p {
  margin: 0;
}

.sp-bottom p span{
  cursor: pointer;
}

/* Для отображения реквизитов компании-владельца поискового ресурса */
#req_table td:first-child {
  font-weight: bold;
  font: normal 13px/1.6 "tt_prosto_sansregular", sans-serif;
}

#req_table td {
  padding: 6px;
}

/* Ссылки для текста */
.linkDoc, .linkDoc:visited, .linkDoc:link {
  text-decoration: none;
  cursor: pointer;
  color: Black;
  border: none;
  border-bottom: 1px dotted gray;
}

.linkDoc:hover, .linkDoc:active {
  text-decoration: none;
  border-bottom: 1px dotted gray;
  border-top: none;
  border-left: none;
  border-right: none;
  cursor: pointer;
  color: #337ab7;
}
