font-family: 'Roboto', sans-serif;

* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font-family: Roboto;
	font-size: 17px;

	color: #000;
}
a {
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
h1 {
	font-size: 30px;
	color: #000;
	font-family: Roboto;
	margin-bottom: 30px;
}
h2 {
	font-size: 30px;
	color: #000;
	font-family: Roboto;
	font-weight: normal;
	margin-bottom: 30px;
}
#header {
	overflow: hidden;
	width: 980px;
	margin: 0 auto;
	padding: 10px 20px 0 20px;
}
#header p {
	margin: 0 0 5px 0;
	padding: 0;
}
#content {
	background-color: #f9f9f9;
    margin: 80px auto 0;
    padding: 0 20px 20px 20px;
    width: 980px;
	overflow: hidden;
}
#contentprice {
	background-color: #f9f9f9;
    margin: 0px auto 0;
    padding: 0 20px 20px 20px;
    width: 980px;
	overflow: hidden;
}

#content_w {
    margin: 80px auto 0;
    padding: 0 20px 20px 20px;
    width: 980px;
	overflow: hidden;
}
#footer {
	background-color: #f9f9f9;
    margin: 80px auto 80px;
    padding: 20px 20px 20px;
    width: 980px;
	overflow: hidden;
}
.h100 {
	height: 100%;
}
.margin_center {
	margin: 0 auto;
}
.clear {
	clear: both;
}
.italic {
	font-style: italic;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}
.gray {
	color: #666565;
}
.black {
	color: #000;
}
.contacts {
	text-align: center;
}
.link_number{
	font-size: 22px;
	font-weight: bold;
	color: #000;
}
.work_time {
	font-size: 14px;
}
.menu {
	font-size: 14px;
	text-align: center;
	margin: 50px;
}
.menu a {
	color: #000;
	text-transform: uppercase;
}
.menu a:hover {
	text-decoration: underline;
}
.logo {
	text-align: center;
    display: block;
    margin-top: 50px;
}

.bl {
	margin-top: 80px;
}
#header .bl p {
	margin-top: 30px;
	line-height: 25px;
}
.img_bl {
	float: left;
    margin-right: 50px;
}


.plash {
	clear: both;
	background-color: #fff;
	overflow: hidden;
	margin: 20px 0;
	/*box-shadow: 3px 3px #f9f9f9, -1em 0 .4em #fff;*/
}
.plash p {
	color: #3e6eac;
}
.img_pl {
	float: left;
	margin-right: 30px;
}
.title_pl {
	font-weight: bold;
	color: #1e2979;
	font-size: 17px;
	text-transform: uppercase;
}
.img_bg {
	position: absolute;
    margin: -60px 0 0 -130px;
}

.doctor .price p {
	line-height: 12px;
}
.fio {
	font-size: 18px;
}
.position {
	font-size: 16px;
	font-weight: bold;
}
.exp {
	font-size: 16px;
}
.doctor_inf {
	font-size: 16px;
	color: #666565;
}
.doctor .doctor_inf .price {
	line-height: 22px;
}
.link_more {
	color: #3e6eac;
}

.logo_footer {
	text-align: center;
    display: block;
}
.bb {
	border-bottom: 2px solid #000;
	font-size: 19px;
}
.tb_cont {
	border-spacing: 50px 20px;
}
.cont_tel {
	font-size: 22px;
	font-weight: bold;
	line-height: 36px;
}
.cont_tel a {
	color: #000;
}
.cont_adr {
	line-height: 22px;
}

.copyright {
    font-size: 15px;
}
.btn_footer {
	background-color:#3e6eac;
	border-radius:26px;
	border:1px solid #3e6eac;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	padding:16px 45px;
	text-decoration:none;
}
.btn_footer:hover {
	background-color:#2662ab;
}
.btn_footer:active {
	position:relative;
	top:1px;
}
.ps {
	/*margin-top: 50px;*/
	font-size: 15px;
}



#cookie_notification{
  display: none;
  justify-content: space-between;
  align-items: flex-end;
  position: fixed;
  bottom: 15px;
  left: 50%;
  width: 900px;
  max-width: 90%;
  transform: translateX(-50%);
  padding: 25px;
  background-color: white;
  border-radius: 4px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}

#cookie_notification p{
  margin: 0;
  font-size: 0.7rem;
  text-align: left;
  color: $color_text;
}


@media (min-width: 576px){
  #cookie_notification.show{
    display: flex;
  }
  .cookie_accept{
    margin: 0 0 0 25px;
  }
}

@media (max-width: 575px){
  #cookie_notification.show{
    display: block;
    text-align: left;
  }
  .cookie_accept{
    margin: 10px 0 0 0;
  }
}