/*                              RESET
***********************************************************************/
a, abbr, acronym, address, applet, article, aside, audio, b, big, 
blockquote, body, canvas, caption, center, cite, code, dd, del, details, 
dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, 
h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, 
label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, 
ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, 
table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
 	margin: 0;
 	padding: 0;
 	box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, 
menu, nav, section {
 	display: block;
}
img, iframe {
  	border: none;
}
ol, ul {
  	list-style: none;
}
table {
  	border-collapse: collapse;
  	border-spacing: 0;
}
*:focus, a:active {
  	outline: none;
}

/*                         GENERAL STYLING
***********************************************************************/
html {
  	height: 100%;
  	-webkit-text-size-adjust: none;
}
body {
  	height: 100%;
  	min-height: 100%;
  	overflow-x: hidden;
  	font: 14px/1.4 Manrope, sans-serif;
  	font-weight:400;
  	color: #242424;
  	background-color: #fff;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}
h1 {
  	margin-bottom: .25em;
  	font: 600 4em/1.5 Manrope, sans-serif;
  	color: #242424;
}
h2 {
  	margin-bottom: .33em;
  	color: #242424;
  	font-weight: 600;
  	font-size:1.8em;
}
h3 {
  	margin-bottom: .4em;
  	font-weight: 600;
  	color: #242424;
  	font-size:1.5em;
}
h4 {
  	margin-bottom: .5em;
  	font-weight: 400;
  	color: #242424;
  	font-size:1.3em;
}
h5 {
  	margin-bottom: .5em;
  	font-size: 1.2em;
  	font-weight: 400;
  	color: #242424;
}
h6 {
  	margin-bottom: .5em;
  	font-size: 1em;
 	font-weight: 400;
  	color: #242424;
}
p {
  	margin-bottom: 1em;
}
a {
  	text-decoration: none;
  	color: #f9525a;
  	-moz-transition: all .2s ease-in 0s;
  	-webkit-transition: all .2s ease-in 0s;
  	transition: all .2s ease-in 0s;
}
a:hover {
  	color: #e5474f;
}
img {
  	max-width: 100%;
  	height: auto;
}
input, select, textarea {
  	padding: .57em;
  	font: 1em/1.4 Manrope, sans-serif;
  	color: #383838;
  	background-color: #f1f0f0;
  	border:none;
  	box-sizing: border-box;
  }
  textarea {
  	width:100%;
  }
@media screen and (-webkit-min-device-pixel-ratio: 0) { /* Safari only */
  ::i-block-chrome, select {
   	line-height: 2.07em;
   	text-indent: .57em;
  }
}
::selection {
  	background-color: #f9525a;
  	color: #fff;
}
::-moz-selection {
  	background-color: #f9525a;
  	color: #fff;
}

/*                             STRUCTURE
***********************************************************************/
#container-wrapper {
  	position: relative;
  	min-width: 318px;
  	min-height: 100%;
  	height: auto !important;
  	height: 100%;
}
#header {
  	width: 100%;
  	padding: 0;
  	box-sizing:border-box;
}
#content-wrapper {
  	padding: 0px 0 330px;
}
#footer {
  	position: absolute;
  	bottom: 0;
  	width: 100%;
  	height: 330px;
  	color: #ccc;
  	background: #353042;
}

/*                         ELEMENTS STYLING
***********************************************************************/
/*                Common Classes
****************************************************/
.block {
  	width: 96%;
  	max-width:1400px;
  	margin: 0 auto;
}
.center {
  	margin: 0 auto 1.5em;
}
.lefted {
  	text-align: left;
}
.righted {
  	text-align: right;
}
.centered {
  	text-align: center;
}
.uppercase {
  	text-transform: uppercase;
}
.no-wrap {
  	white-space: nowrap;
}
.pink {
	color: #f9525a;
}
.small {
	font-size:0.8em;
}
.page_title {
	font-size: 2em;
	text-align:center;
	margin:1.3em 0 1em;
}
.simple-list {
	list-style:disc;
	margin-left:20px;
}
.simple-list li {
	line-height:1.8em;
}
.btn {
  	display: inline-block;
  	padding: 0 1.5em;
  	line-height: 3em;
  	text-align: center;
  	text-transform: uppercase;
  	white-space: nowrap;
  	color: #fff;
  	background-color: #f9525a;
  	cursor:pointer;
  	border-radius:1.5em;
}
.btn:hover  {
	background:#e5474f;
	color: #fff;
}

.btn.bordered {
  	color: #fff;
  	border: 1px solid #fff;
  	background-color: transparent;
}
.btn.bordered:hover  {
	background:#fff;
	color:#242424;
}

/*                     Header
****************************************************/
#header .left, #header .right {
	display:inline-block;
	vertical-align:top;
}
#header .left, #header .right {
	width:49%;
}
#header .right {
	text-align:right;
}
.header_top {
	border-bottom: 1px solid #ccc;
	padding: 0;
}
#header .contacts {
	width:500px;
	float:right;
}
#header .contacts .col {
	display:inline-block;
	box-sizing:border-box;
	width:49%;
	max-width:230px;
	font-weight:normal !important;
	font-size:0.9em;
	margin-left:10px;
}
#header .contacts .info {
	display:inline-block;
	vertical-align:middle;
}
#header .contacts svg {
	width:12px;
	height:20px;
	fill:#242424;
	vertical-align:middle;
	display:inline-block;
	line-height:1em;
	margin-right: 5px;
}
#header .contacts a {
	color:#242424;
	vertical-align:middle;
}
#header .contacts a:hover {
  	color: #e5474f;
}
#header .contacts img {
	max-height:90px;
	display: inline-block;
	vertical-align:middle;
}
#logo {
  	display: inline-block;
  	background: url(img/logo.svg) no-repeat;
  	width: 220px;
  	height: 39px;
  	margin-top: 27px;
}
#logo strong {
  	display: none;
}
#menu-button {
    display: none;
    float: left;
    width: 20px;
    height: 16px;
    cursor: pointer;
    margin-top: 12px;
}
#icon-toggle {
    width: 20px;
    height: 16px;
    fill: #242424;
}
#menu-button.close #icon-toggle, #menu-button:hover #icon-toggle {
	fill:#f9525a;
}
#menu {
	float:left;
}
#main_nav .side_menu {
	float:right;
	text-align:right;
}
#main_nav li {
	display:inline-block;
}
#main_nav a {
	display:inline-block;
	padding:17px 20px 15px;
	color:#242424;
	text-transform: uppercase;
	font-weight:400;
	-moz-transition: all .2s ease-in 0s;
  	-webkit-transition: all .2s ease-in 0s;
  	transition: all .2s ease-in 0s;
  	border-bottom:2px solid #fff;
}
#main_nav a:hover {
	color: #f9525a;
	border-bottom:2px solid #f9525a;
}
#main_nav .current a {
	color: #f9525a;
	border-bottom:2px solid #f9525a;
}

/*                      Intro
****************************************************/
#intro-wrapper {
  	position: relative;
  	display: inline-block;
  	width: 100%;
  	margin-bottom:70px;
}
#intro {
  	display: flex;
  	height: 930px;
  	overflow: hidden;
  	position: relative;
}
#intro-image {
  	position: absolute;
  	top: 0;
  	left: 50%;
  	min-width: 100%;
  	min-height: 100%;
  	z-index: -1;
  	transform: translateX(-50%);
}
#intro-image img {
	margin-top:-10%;
}
.intro-txt {
	margin-top:15%;
}
.intro-txt h1 {
	font-size:3em;
}
.intro-txt .btn {
	margin-top:20px;
}
#intro-wrapper .boxes {
	display:block;
	width:100%;
	max-width:1230px;
	position: absolute;
    bottom: 0;
    left: calc(50% - 610px);
}
#intro-wrapper .box {
	width:33%;
	background: #6356bf;
	min-height:270px;
	box-sizing:border-box;
	display:inline-block;
	padding:35px;
	color:#fff;
	margin-right: -4px;
	font-size:1.1em;
	vertical-align: top;
}
#intro-wrapper .box.darker {
	background: #554aa4;
}
#intro-wrapper .box h2 {
	color:#fff;
	margin-bottom:30px;
}
#intro-wrapper .box p {
	line-height:1.4em;
}
#intro-wrapper .box p.centered {
	margin-bottom:0;
}
#intro-wrapper .box .btn {
	margin-top:20px;
}

/*                      Home
****************************************************/
.two-cols {
	width:100%;
	margin-bottom:20px;
}
.two-cols .col {
	display:inline-block;
	width:48%;
	vertical-align:top;
	box-sizing:border-box;
}
.two-cols .txt {
	padding:60px;
}
.two-cols .txt h3 {
	margin-bottom:30px;
}
.two-cols .txt p {
	margin-bottom:30px;
}
.two-cols .image {
	display: inline-block;
    position: relative;
    overflow: hidden;
}
.two-cols .image:after {
	padding-top: 75%;
    display: block;
    content: '';
}
.two-cols .pediatric_service, .two-cols .nephrologic_service {
	background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 36;
}
.two-cols .pediatric_service {
	background-image: url(img/service1.jpg);
}
.two-cols .nephrologic_service {
    background-image: url(img/service2.jpg);
}
.three-cols, .one-col {
	width:100%;
	margin-bottom:50px;
}
.three-cols .col, .one-col .col {
	display:inline-block;
	width:33%;
	vertical-align:top;
	box-sizing:border-box;
	padding:0 20px;
	margin-bottom:30px;
}
.one-col .col {
	width:100%;
	padding:0;
}
.three-cols .col .image-wrapper, .one-col .col .image-wrapper {
	overflow: hidden;
	position:relative;
    margin-bottom: 25px;
}
.one-col .col .image-wrapper {
	margin-bottom:0;
	float: left;
    width: 30%;
    margin-right: 2%;
}
.three-cols .col .news_txt, .one-col .col .news_txt {
	padding:0 20px;
}
.three-cols .col .date, .one-col .col .date {
	font-size:0.9em;
}
.three-cols .col h3 a, .one-col .col h3 a {
	color:#242424;
}
.two-cols .hours {
	text-align:center;
	padding:20px;
}
.two-cols .hours h3 {
	margin-bottom:2em;
}
.two-cols .hours .address {
	margin-top:30px;
}
.crew {
	margin-bottom:30px;
}
.crew .image {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
.crew h4 {
	margin-top:30px;
}
.banner {
	background: #6356bf;
	width:100%;
	padding: 30px 0;
	margin:0;
}
.banner h3 {
	float:left;
	color:#fff;
}
.banner .btn {
	float:right;
	text-align:right;
} 
.banner a {
  color:#fff !important;
}

/*                      Register/Login
****************************************************/
.form_box_wrapper {
	background: #f9525a url(img/login_register_bg.jpg) no-repeat center right;
	background-size: 70%;
	margin-bottom: 50px;
}
.form_box {
	width:30%;
	box-sizing: border-box;
	padding:30px;
	color:#fff;
	background: #f9525a;
}
.form_box a {	
  color:#fff;	
}
label {
	display:block;
}
label.checkbox {
	display:inline-block;
	margin-left:5px;
}
.form_box h2 {
	color:#fff;
	text-align:center;
}
.form_box .textField {
	width:100%;
	border-radius: 0.375rem;
}
.form_box .centered {
	margin-top:10px;
}

/*                      Footer
****************************************************/
#footer .left {
	float:left;
	padding-top:20px;
}
#footer .right {
	float:right;
	padding-top:20px;
	text-align:right;
	vertical-align:middle;
}
#footer a {
	color:#ccc;
}
#footer a:hover {
	color:#fff;
}
.footer-nav li {
	display:inline-block;
	margin-right:15px;
}
#footer .copyright {
	max-width:70%;
	margin-top:30px;
	font-size:0.8em;
}
#footer .copyright svg {
	width:12px;
	height:20px;
	vertical-align:top;
	display:inline-block;
	line-height:1em;
	margin-right: 5px;
	fill:#b7b7b7;
}
#footer .social span, #footer .social a {
	display:inline-block;
	margin-left:10px;
}
#footer .social svg#facebook {
	fill:#b7b7b7;
	width:24px;
	height:24px;
	vertical-align: middle;
}
#footer .social a:hover svg {
	fill:#fff;
}
#footer .social span {
	line-height: 30px;
    font-weight: bold;
    margin-top: 1px;
}


/*               Cleaners & Spacers
****************************************************/
.cleaner, .block:after, .clearfix:after {
  	display: block;
  	clear: both;
  	height: 0;
  	content: '';
  	visibility: hidden;
}
.cleaner.space {
	margin-bottom: 50px;
}
.hr {
  	display: block;
  	clear: both;
  	height: 1px;
  	margin: .5em 0 1em;
  	border-bottom: 1px solid #ececec;
}

.table-wrap {
  width:100%;
  margin-bottom:60px;
}
.row::after {	
    content: "";	
    clear: both;	
    display: table;	
}	
.row.table-head {	
    background: #f9525a;	
    color: #fff;	
    display:none;
}	
.row.table-head.first {
  display:block;
}
.row.light {	
    background: #fcfafa;	
}	
.row.dark {	
    background: #f7f5f5;	
}	
[class*="col-"] {	
    float: left;	
    padding: 15px;	
}	
.col-1 {width: 8.33%;}	
.col-2 {width: 16.66%;}	
.col-3 {width: 25%;}	
.col-4 {width: 33.33%;}	
.col-5 {width: 41.66%;}	
.col-6 {width: 50%;}	
.col-7 {width: 58.33%;}	
.col-8 {width: 66.66%;}	
.col-9 {width: 75%;}	
.col-10 {width: 83.33%;}	
.col-11 {width: 91.66%;}	
.col-12 {width: 100%;}

.error_message {
    background: #d6454c;
    padding: 10px 15px;
    box-sizing: border-box;
    color: #fff;
    width: 96%;
    max-width: 1400px;
    margin: 20px auto;
}
.error_message p {
    margin-bottom: 0;
}
#map {
    height:100%;
}