body {
	font-family: 'Rubik', sans-serif;
	min-width: 320px;
	color: #373f47;
	font-size: 16px;
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5 {
	font-weight: 500;
}
h2 {
	margin-bottom: 48px;
	font-size: 30px;
}
h3 {
	margin-bottom: 36px;
	font-size: 24px;
}
h4 {
	margin-bottom: 24px;
	font-size: 22px;
}
a {
    color: #373F47;
    text-decoration: none !important;
    /* background-color: transparent; */
    -webkit-text-decoration-skip: objects;
}
a :hover {
    color: #373F47;
    text-decoration: none !important;
    /* background-color: transparent; */
    -webkit-text-decoration-skip: objects;
}
button,
.bttn {
	display: inline-block;
	background: #26a65b;
	border: none;
	cursor: pointer;
	-webkit-transition: .25s ease;
	-o-transition: .25s ease;
	transition: .25s ease;
}
.bttn {
	text-decoration: none;
	font-style: normal;
	display: inline-block;
	padding: 15px 10px;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	line-height: 1;
	color: #fff;
	background: #26a65b;
	border: 1px solid #dfe2e6;
	border-radius: 8px;
}
button {
	/*width: 100%;*/
	text-decoration: none;
	font-style: normal;
	display: inline-block;
	padding: 15px 10px;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	line-height: 1;
	color: #fff;
	background: #26a65b;
	border: 1px solid #dfe2e6;
	border-radius: 8px;
}
.bttn.mini {
	padding: 8px 10px;
}
button:hover, button:focus,
.bttn:hover, .bttn:focus {
	background: #239a54;
	text-decoration: none;
	font-style: normal;
	color: #fff;
}
button:active,
.bttn:active {
	background: #289758;
	-webkit-box-shadow: inset 0 2px 4px 0 rgba(55,63,71,.25);
	box-shadow: inset 0 2px 4px 0 rgba(55,63,71,.25);
	text-decoration: none;
	font-style: normal;
	color: #fff;
}
button:disabled,
.bttn:disabled {
	background: #e6e6e6;
}
img {
	position: relative;
	display: inline-block;
	max-width: 100%;
	height: auto;
	border: 0;
}
section {
	padding: 30px 0 30px;
}

header {
	/*padding: 8px 0;
	background: #f6f6f6;*/
}
header .logoimage,
footer .logoimage {
	margin-right: 12px;
}
header .logo,
footer .logo {
	font-weight: 500;
}
header .phone,
footer .phone {
	display: inline-block;
}


.section1 {
	background-image: url('/img/pattern.png');
	background-color: #1998ff;
}
.section1 h1 {
	color: #fff;
	font-weight: 500;
	font-size: 36px;
	margin-bottom: 36px;
}
.section1 p {
	color: #fff;
	opacity: .6;
	font-size: 14px;
}
.section1 .item {
	margin-bottom: 25px;
	white-space: nowrap;
}
.section1 .item .dimg {
	width: 48px;
	height: 48px;
	margin-right: 12px;
	vertical-align: middle;
}
.section1 .item .desc {
	display: inline-block;
	color: #fff;
	vertical-align: middle;
}
.section1 .select_address {
	margin-bottom: 40px;
}
.section1 .select_address input,
.section1 .select_address button {
	width: 100%;
	padding: 0;
	border: none;
	border-style: none;
	font-size: 16px;
	height: 64px;
	padding: 16px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	box-shadow: none;
}
.section1 .select_address #city1 {
	border-radius: 8px 0 0 8px;
	position: relative;
}
.section1 .select_address button {
	border-radius: 0 8px 8px 0;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	position: relative;
	vertical-align: middle;
}
/*
.section1 .select_address button:before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 8px;
	margin-bottom: 2px;
	background: url('/img/zoom.png');
	background-repeat: no-repeat;
	vertical-align: middle;
}*/
.section1 .select_address .col-md:nth-child(2)::before {
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	height: 70%;
	top: 15%;
	background: #e3e7e9;
}


.section2 {

}
.section2 .line {
	position: relative;
	margin-bottom: 30px;
	white-space: nowrap;
}
.section2 .line span {
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background: #26a65b;
	color: #fff;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	vertical-align: middle;
}
.section2 .line .divider {
	display: inline-block;
	position: relative;
	height: 1px;
	line-height: 1px;
	background: rgba(38,166,91,.2);
	width: calc(100% - 56px);
	margin: 0 0 0 16px;
}
.section2 .title {
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: 16px;
}
.section2 .desc {
	font-size: 1rem;
	color: #373f47;
}
.section2 .line .divider.oked {
	width: calc(100% - 100px);
	margin: 0 24px 0 16px;
	position: relative;
}
/* 
.section2 .line .divider.oked::after {
	content: '';
	display: block;
	position: absolute;
	right: -48px;
	top: -23px;
	width: 40px;
	height: 40px;
	background: url('/img/stateok.png');
	background-repeat: no-repeat;
	opacity: .2;
} */
.section2 .line .divider.oked svg {
	content: '';
	display: block;
	position: absolute;
	right: -48px;
	top: -23px;
	width: 40px;
	height: 40px;
	/* background: url('/img/stateok.png'); */
	background-repeat: no-repeat;
	opacity: .4;
}


.calcmode {
	background: #f6f7f8;
}


.tarifmode h2 {
	margin-bottom: 4px;
}
.tarifmode h3 {
	font-size: 16px;
}
.tarifmode h4 {
	font-size: 12px;
	color: #6c7c8c;
	margin-bottom: 24px;
}

.tarifmode .labelcount {
	display: inline-block;
	padding: 12px 15px;
	font-size: 10px;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: .3px;
	color: #fff;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	background-image: linear-gradient(101.77deg,#ff416c .48%,#fd0c15 91.73%);
	display: none;
}

.obl_citys {
	padding:0;
	margin: 0;
	list-style: none;
	counter-reset: li;
}
.obl_citys li {
	position: relative;
	border-left: 4px solid #337AB7;
	padding:16px 20px 16px 28px;
	margin:12px 0 12px 80px;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.obl_citys li:before {
	line-height: 32px;
	position: absolute;
	top: 10px;
	left:-80px;
	width:80px;
	text-align:center;
	font-size: 24px;
	font-weight: bold;
	color: #77AEDB;
	counter-increment: li;
	content: counter(li);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
.obl_citys li:hover:before {
	color: #337AB7;
}
.obl_citys li:after {
	position: absolute;
	top: 26px;
	left: -40px;
	width: 60px;
	height: 60px;
	border: 8px solid #3399FF;
	border-radius: 50%;
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0.1);
	-moz-transform: translateX(-50%) translateY(-50%) scale(0.1);
	transform: translateX(-50%) translateY(-50%) scale(0.1);
	pointer-events: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;     
}
.obl_citys li:hover:after {
	opacity: 0.2;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
	-moz-transform: translateX(-50%) translateY(-50%) scale(1);
	transform: translateX(-50%) translateY(-50%) scale(1);
}
body .open_oblast {
	cursor: pointer;
	padding: 10px;
	margin-bottom: 0;
	margin-top: 1rem;
}

.tarifmode .item,
.open_oblast {
	-webkit-box-shadow: 0 1px 20px rgba(136,136,136,.3);
	box-shadow: 0 1px 20px rgba(136,136,136,.3);
	border-radius: 8px;
	background: #fff;
	margin-bottom: 16px;
	overflow: hidden;
	border-top-left-radius: 0;
}
.tarifmode .item .item1 {
	text-align: center;
	position: relative;
	padding: 24px 0 24px 15px;
	width: 290px;
}
.tarifmode .item .item1::after {
	content: '';
	position: absolute;
	width: 1.4px;
	background: #f2f2f2;
	top: 10%;
	height: 80%;
	right: 0;
}
.tarifmode .item .item1 img {
	display: inline-block;
	width: 220px;
	margin-bottom: 14px;
}
.tarifmode .item .item1 .autoclasslist {
	color: #6c7c8c;
	padding: 6px 8px;
	text-align: left;
	background: #f6f7f8;
	border-radius: 6px;
	font-size: 12px;
	display: inline-block;
	width: 190px;
}

.tarifmode .item .item2 {
	padding: 24px 15px 24px 30px;
}
.tarifmode .item .item2 .titleclass {
	display: inline-block;
	width: 100%;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 8px;
}
.tarifmode .item .item2 .iconinfo {
	display: inline-block;
	width: 100%;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 16px;
	margin-bottom: 8px;
	padding-left: 8px;
}
.tarifmode .item .item2 .iconinfo b {
	font-weight: 500;
	display: inline-block;
	vertical-align: bottom;
	line-height: 16px;
}
.tarifmode .item .item2 .iconinfo img {
	display: inline-block;
	vertical-align: middle;
}
.tarifmode .item .item2 .iconinfo img.righted {
	margin-left: 12px;
}
.tarifmode .item .item2 .param {
	display: inline-block;
	width: 224px;
	text-align: left;
	color: #6f7f8f;
	font-size: 12px;
	line-height: 13px;
	letter-spacing: .1px;
	margin-bottom: 6px;
	padding-left: 8px;
}
.tarifmode .item .item2 .param img {
	display: inline-block;
	width: 13px;
	height: 13px;
	margin-right: 8px;
}
.tarifmode .item .item2 .param.ok {
	background: #dff5e8;
	color: #26a65b;
	padding: 6px 8px;
	border-radius: 6px;
	margin-bottom: 4px;
}

.tarifmode .item .item3 {
	text-align: center;
	background-image: linear-gradient(to top,#ebeff2,#dae4eb 63%);
	height: 230px;
	padding: 36px 0 24px 0;
}
.tarifmode .item .item3 .cost {
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 24px;
}
.tarifmode .item .item3 .bttn {
	width: 190px;
	margin-bottom: 24px;
}
.tarifmode .item .item3 .payinfo img {
	vertical-align: middle;
	opacity: .2;
	display: inline-block;
	margin-right: 8px;
}


.mfp-bg {
	min-width: 320px;
}

.zakaz {
	background: #fff;
	min-width: 308px;
	width: 100%;
	max-width: 370px;
	padding: 15px;
	margin: 0 auto;
	position: relative;
}
.zakaz b.title {
	font-weight: 500;
	font-size: 26px;
}
.zakaz .infoboard {
	list-style-type: none;
	padding: 0;
	margin-bottom: 8px;
}
.zakaz .infoboard li {
	list-style-type: none;
	padding: 0;
	font-weight: 500;
	font-size: 14px;
}
.zakaz label {
	margin-bottom: 0;
	width: 100%;
}
.zakaz label p {
	font-size: 14px;
	cursor: pointer;
	margin-bottom: 10px;
}
/*
.zakaz input[type='text'],
form .form-row input,
form textarea {
	background: #dae7f7;
	border: none;
	width: 100%;
	padding: 0 10px;
	margin-bottom: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	display: block;
	width: 100%;
	background: #fff;
	border-radius: .25rem;
	min-height: 3rem;
	padding: .75rem;
	border: 1px solid #c8ced4;
	font-size: 1.125rem;
	color: #373f47;

	-webkit-box-shadow: 0 0.125rem 0.25rem rgba(55,63,71,.05);
	box-shadow: 0 0.125rem 0.25rem rgba(55,63,71,.05);
}
*/
.zakaz .bttn {
	margin-bottom: 0;
	margin-top: 0;
	width: 100%;
	border-radius: .25rem;
}
.zakaz .mfp-close {
	background: #dae7f7;
	margin: 0;
	top: -40px;
	right: 0;
	width: 40px;
	height: 40px;
}


.zakaz .confim {
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	margin-bottom: 0;
	position: relative;
}
.zakaz .confim * {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	position: relative;
	text-align: left;
}
.zakaz .confim {
	padding-left: 32px;
}
.zakaz .confim input {
	display: inline-block;
	background: none;
	opacity: 0;
	width: 20px;
	height: 16px;
}
.zakaz .confim label:after {
	content: '';
	display: inline-block;
	position: absolute;
	left: -22px;
	top: 0;
	width: 20px;
	height: 16px;
	background: url('/img/checked.png') top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.zakaz .confim input:checked + label:after {
	background: url(/img/checked.png) bottom no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	margin-top: -1px;
}


footer {
	background: #666;
	padding: 40px 0 50px;
	color: #fff;
}
footer a {
	color: #fff;
	border-bottom: 1px dotted;
}
footer a:hover,
footer a:focus {
	color: #fff;
	border-bottom: 1px dotted;
	text-decoration: none;
}
footer ul {
	font-weight: 500;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
footer ul li {
	list-style-type: none;
	padding: 0 0 8px 0;
	margin: 0;
	line-height: 16px;
	white-space: nowrap;
	vertical-align: middle;
}
footer ul li input {
	border: none;
	border-style: none;
	background: rgba(255,255,255,.6);
	display: inline-block;
	width: 115px;
	font-size: 14px;
	text-align: center;
	font-weight: 500;
	border-radius: 6px;
}
footer ul li span {
	border-bottom: 1px dotted;
	cursor: pointer;
}

.breadcrumb{padding:8px 15px;margin-bottom:0;list-style:none;background-color:#f5f5f5;border-radius:4px;text-align: left;}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}

.zakaz form .form-row input {
	font-size: 14px;
	line-height: 26px;
	height: 32px;
	padding: 0;
	margin: 0 2px 0 0;
	min-height: 30px;
}

.zakaz form textarea {
	min-height: 4rem;
	height: 3rem;
	line-height: 1.25rem;
}

.miniinput input[type='text'] {
	height: 2.4rem;
	min-height: 2.4rem;
}



@media (max-width: 767px) {
  /* line 4, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_slick-nav.scss */
  .mobile_menu {
    position: absolute;
    right: 0px;
    width: 100%;
    z-index: 9;
  }

}

@media (max-width: 767px) {
  
  .logo img {
	max-width: 80%;
}
}
@media (min-width: 768px) and (max-width: 991px) {
  .logo img {
	max-width: 60%;
}
}


/* line 13, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_slick-nav.scss */
.slicknav_menu .slicknav_nav {
  background: #fff;
  float: right;
  margin-top: 0;
  padding: 0;
  width: 95%;
  padding: 0;
  border-radius: 0px;
  margin-top: 5px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 11px;
}

/* line 28, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_slick-nav.scss */
.slicknav_menu .slicknav_nav a:hover {
  background: transparent;
  color: #ff2e58;
}

/* line 32, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_slick-nav.scss */
.slicknav_menu .slicknav_nav a.active {
  color: #ff2e58;
}

@media (max-width: 767px) {
  /* line 35, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_slick-nav.scss */
  .slicknav_menu .slicknav_nav a i {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 35, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_slick-nav.scss */
  .slicknav_menu .slicknav_nav a i {
    display: none;
  }
}

/* line 44, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_slick-nav.scss */
.slicknav_menu .slicknav_nav .slicknav_btn {
  background-color: transparent;
  cursor: pointer;
  margin-bottom: 10px;
  margin-top: -40px;
  position: relative;
  z-index: 99;
  border: 1px solid #ddd;
  top: 3px;
  right: 5px;
  top: -36px;
}

/* line 55, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_slick-nav.scss */
.slicknav_menu .slicknav_nav .slicknav_btn .slicknav_icon {
  margin-right: 6px;
  margin-top: 3px;
  position: relative;
  padding-bottom: 3px;
  top: -11px;
  right: -5px;
}

@media (max-width: 767px) {
  /* line 12, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_slick-nav.scss */
  .slicknav_menu {
    margin-right: 0px;
  }
}

/* line 72, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_slick-nav.scss */
.slicknav_nav .slicknav_arrow {
  float: right;
  font-size: 22px;
  position: relative;
  top: -9px;
}

/* line 78, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_slick-nav.scss */
.slicknav_btn {
  background-color: transparent;
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  z-index: 99;
  border: none;
  border-radius: 3px;
  top: 5px;
  padding: 5px;
  right: 5px;
  margin-top: -5px;
  top: -31px;
}

/* line 92, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_slick-nav.scss */
.slicknav_btn {
  background-color: transparent;
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  z-index: 99;
  border: none;
  border-radius: 3px;
  top: 5px;
  padding: 5px;
  right: 0;
  margin-top: -5px;
  top: -36px;
}



/* line 1, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
.header-area {
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  z-index: 9;
}

@media (max-width: 767px) {
  /* line 1, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
  .header-area {
    padding-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
  .header-area {
    padding-top: 0;
  }
}

/* line 15, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
.header-area .main-header-area {
  padding: 18px 0;
  background: #fff;
}

/* line 31, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
.header-area .main-header-area .logo-img {
  text-align: center;
}

@media (max-width: 767px) {
  /* line 31, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
  .header-area .main-header-area .logo-img {
    text-align: left;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 31, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
  .header-area .main-header-area .logo-img {
    text-align: left;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 31, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
  .header-area .main-header-area .logo-img {
    text-align: left;
  }
}

@media (max-width: 767px) {
  /* line 45, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
  .header-area .main-header-area .logo-img img {
    width: 70px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 45, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
  .header-area .main-header-area .logo-img img {
    width: 70px;
  }
}

/* line 57, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
.header-area .main-header-area .Appointment {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

/* line 63, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
.header-area .main-header-area .Appointment .socail_links ul li {
  display: inline-block;
}

/* line 66, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
.header-area .main-header-area .Appointment .socail_links ul li a {
  color: #A8A7A0;
  margin: 0 10px;
  font-size: 15px;
}

/* line 70, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
.header-area .main-header-area .Appointment .socail_links ul li a:hover {
  color: #fff;
}

/* line 77, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
.header-area .main-header-area .Appointment .book_btn {
  margin-left: 30px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 77, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
  .header-area .main-header-area .Appointment .book_btn {
    margin-left: 0;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 77, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
  .header-area .main-header-area .Appointment .book_btn {
    margin-left: 0;
  }
}


.header-area .main-header-area .socail_links {
	
}	
	
.header-area .main-header-area .socail_links ul {
	margin: 0px;
    padding: 0px;
}

.header-area .main-header-area .socail_links ul li {
	display: inline-block;
}


.header-area .main-header-area .socail_links svg {
  max-height: 40px;
  max-width: 40px;
}

/* line 85, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
.header-area .main-header-area .Appointment .book_btn a {
  background: #ed5573;
  padding: 12px 26px;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid transparent;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 85, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
  .header-area .main-header-area .Appointment .book_btn a {
    padding: 12px 20px;
  }
}

/* line 96, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
.header-area .main-header-area .Appointment .book_btn a:hover {
  background: #fff;
  color: #ed5573;
  border: 1px solid #ed5573;
}

/* line 104, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu {
  text-align: center;
  padding: 12px 0;
}

.header-area .main-header-area .main-menu ul{
	margin: 0px;
    padding: 0px;
}

/* line 108, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li {
  display: inline-block;
  position: relative;
  margin: 0 10px;
}

/* line 118, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li a {
  color: #727272;
  font-size: 15px;
  /*text-transform: capitalize;*/
  font-weight: 500;
  display: inline-block;
  padding: 0px 0px 0px 0px;
  font-family: "Poppins", sans-serif;
  position: relative;
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 118, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
  .header-area .main-header-area .main-menu ul li a {
    font-size: 15px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 118, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
  .header-area .main-header-area .main-menu ul li a {
    font-size: 15px;
  }
}

/* line 137, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li a i {
  font-size: 9px;
}

@media (max-width: 767px) {
  /* line 137, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
  .header-area .main-header-area .main-menu ul li a i {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 137, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
  .header-area .main-header-area .main-menu ul li a i {
    display: none !important;
  }
}

/* line 146, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li a::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  opacity: 0;
  transform: scaleX(0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 158, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li a:hover::before {
  opacity: 1;
  transform: scaleX(1);
}

/* line 163, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li a.active::before {
  opacity: 1;
  transform: scaleX(1);
}

/* line 168, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li a:hover {
  color: #1F1F1F;
}

/* line 172, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li .submenu {
  position: absolute;
  left: 0;
  top: 160%;
  background: #fff;
  width: 300px;
  z-index: 2;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
  opacity: 0;
  visibility: hidden;
  text-align: left;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

/* line 184, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li .submenu li {
  display: block;
}

/* line 186, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li .submenu li a {
  padding: 10px 15px;
  position: inherit;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  color: #000;
}

/* line 192, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li .submenu li a::before {
  display: none;
}

/* line 196, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li .submenu li:hover a {
  color: #fff;
  background: #1998ff;
}

/* line 201, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  top: 150%;
}

/* line 206, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li:hover > a::before {
  opacity: 1;
  transform: scaleX(1);
}

/* line 210, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li:first-child a {
  padding-left: 0;
}

/* line 216, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
.header-area .main-header-area.sticky {
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  z-index: 99;
  transform: translateY(70px);
  transition: transform 500ms ease, background 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.96);
}

@media (max-width: 767px) {
  /* line 216, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
  .header-area .main-header-area.sticky {
    padding: 10px 10px;
  }
  
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 216, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
  .header-area .main-header-area.sticky {
    padding: 10px 10px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 216, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
  .header-area .main-header-area.sticky {
    padding: 10px 20px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 216, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
  .header-area .main-header-area.sticky {
    padding: 10px 20px;
  }
}

/* line 242, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
.header-area .main-header-area.sticky .main-menu {
  padding: 0;
}

/* line 248, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
.header-area .header-top_area {
  padding: 12px 0;
  background: #F5FBFF;
}

@media (max-width: 767px) {
  /* line 251, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
  .header-area .header-top_area .social_media_links {
    text-align: center;
  }
}

/* line 255, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
.header-area .header-top_area .social_media_links a {
  font-size: 15px;
  color: #C7C7C7;
  margin-right: 12px;
}

/* line 259, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
.header-area .header-top_area .social_media_links a:hover {
  color: #ff2e58;
}

/* line 264, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
.header-area .header-top_area .short_contact_list {
  text-align: right;
}

@media (max-width: 767px) {
  /* line 264, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
  .header-area .header-top_area .short_contact_list {
    text-align: center;
  }
}

/* line 270, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
.header-area .header-top_area .short_contact_list ul li {
  display: inline-block;
}

/* line 272, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
.header-area .header-top_area .short_contact_list ul li a {
  font-size: 13px;
  color: #919191;
  margin-left: 50px;
}

@media (max-width: 767px) {
  /* line 272, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
  .header-area .header-top_area .short_contact_list ul li a {
    margin-left: 0;
    margin: 0 5px;
  }
}

/* line 281, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
.header-area .header-top_area .short_contact_list ul li a i {
  color: #ff2e58;
  margin-right: 7px;
}


.avtoz {
    text-align: center;
    position: relative;
}
.timez {
	
    color: #b6bec7;
}

.pricez {    
	text-decoration: none;
    font-style: normal;
    display: inline-block;
    padding: 15px 10px;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    line-height: 1;
    background: #e0e0e0;
    border: 1px solid #dfe2e6;
    border-radius: 8px;
	width: 100%;
	position: relative;
}	

.avtoz .ablok::after {
	content: '';
	position: absolute;
	width: 1.4px;
	background: #f2f2f2;
	top: 10%;
	height: 80%;
	right: 0;
}	

#h1z {
	margin: 0;
}

@media only screen and (max-width: 767px){
.avtoz .ablok::after {
    display: none;
}
h2 {
    font-size: 100%;
    line-height: 100%;
}
}

body{
    overflow-x: hidden;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
}

#cookieBanner {
    position: fixed;
    text-align: -webkit-center;
    width: 100%;
    background-color: rgba(0,0,0,0.75);
    left: 0;
    bottom: 0;
    z-index: 300;
    color: #fff;
    transition: all .5s ease-in-out;
}

.cookieContent {
    margin: 0 auto;
    width: 928px;
    padding: 15px 25px;
    font-family: Arial;
    font-size: 13px;
    color: #fff;
}

.cookieText {
    display: inline-block;
    width: 80%;
    line-height: 16px;
    cursor: default;
}

#acceptCookies {
    background-color: #00a2fb;
}

#acceptCookies {
    display: inline-block;
    background-color: #4a9fdf;
    color: #fff;
    text-decoration: none;
    padding: 6px 18px;
    text-align: center;
    border-radius: 18px;
    font-weight: bold;
}

.cookieButton {
	/*width: 15%;*/
    padding: 10px 0;
    display: block;
    float: right;
}

@media (max-width: 628px){
.cookieContent {
    width: 100%;
}
}
@media (max-width: 800px){
.cookieContent {
    width: 600px;
}
}
@media (max-width: 991.98px){
.cookieContent {
    width: 768px;
}
}
@media (max-width: 628px){
.cookieText {
    display: block;
}
}
@media (max-width: 628px){
.cookieButton {
    float: none;
}
}
#map {
	width: 100%;
	height: 360px;
	padding: 0;
	margin: 0 auto;
}

@media only screen and (max-width : 767px) {
	#map {
		height: 320px;
	}
}

#map * {
	touch-action: auto
}

.white-popup {
	position: relative;
	background: #FFF;
	padding: 20px;
	width: auto;
	max-width: 500px;
	margin: 20px auto;
}

.form-row {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.form-row input {
	margin-right: 10px;
}