/* ССылка соглашения и видимо Всплывающее окно 

ссылка
.page-content a {
  color: #E79C48;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #06a1d5;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: #FFFFFfF;
  background-color: transparent;
  text-decoration: underline;
}
*/

/* Сдвиг логотипа */

.gm-navbar .gm-logo__img {
  transform: translate(-0px);
		/*Цвет кнопки закрытия всплывающего окна - задать вопрос */
		 
}
.pum-theme-2441 .pum-content + .pum-close, .pum-theme-tema-po-umolchaniyu .pum-content + .pum-close {
  background-color:#0C726C;
}
		/*Цвет наведения кнопки закрытия всплывающего окна - задать вопрос */
.pum-theme-2441.pum-content + .pum-close, .pum-theme-tema-po-umolchaniyu .pum-content + .pum-close:hover {
  background-color:#021918;
	color:#B4FFFB;
}