html,
body {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
h5 {
	font-size: 16px;
	font-style: italic;
}
b + .list {
	margin: 5px 0 20px 20px;
}
.list {
	margin: 0 0 20px 20px;
}
.list > li:not(:last-child) {
	margin: 0 0 9px;
}
}
ol.list {
	list-style: decimal;
}
ul.list {
	list-style: disc;
}

#back-top {
	background-color: #D2D2D3;
	color: #313036;
	display: block;
	font-size: 150%;
	height: 32px;	
	position: fixed;
	right: 2.5%;
	bottom: 0;
	opacity: 0;
	text-align: center;
	text-decoration: none;
	transition-duration: 0.5s;
	visibility: hidden;
	width: 32px;
	z-index: 101;
}
#back-top.show {
	opacity: 0.6;
	visibility: visible;
}
#back-top:hover {
	opacity: 1;
}
.padd15{
	padding: 15px;
}
.wrapper {
	background-color: #32d8fe;
	background-image: url('../images/wrapper_bg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	-webkit-background-size: 100%;
	background-size: 100%;
	width: 100%;
	/*padding: 0 0 128px;*/
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
.page-header {
	border: none;
}
.page-header > h1 {
	border-bottom: 4px solid #00a652;
	padding: 0 0 15px;
}
.page-header > h2 {
	border-bottom: 1px solid #eee;
	padding: 0 0 15px;
}
.item-page > .page-header > h1,
.blog > .page-header > h1 {
	font-weight: 700;
	text-align: center;
}
.wrapper > .container {
	background-color: #fafaff;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	box-shadow: 0 0 2px #333;
	padding-bottom: 15px;
}
.wrapper > .container > section,
.item-page .requirement,
.item-page .contacts {
	border: 15px solid #115460;
	margin-top: 30px;
}
.wrapper > .container > section .h1,
.item-page .requirement .h2 {
	text-align: center;
}
.wrapper > .container > section .page-header,
.item-page .requirement .page-header {
	background-color: #115460;
	border: none;
	color: #fff;
	margin: 0;
	padding: 1px 0 5px;
	text-align: center;
	text-transform: uppercase;
}
.wrapper > .container > section .page-header > .h1,
.item-page .requirement .page-header > .h2 {
	font-weight: bold;
}



/* Example
-----------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/



/* Header
-----------------------------------------------------------------------------*/
.header {
	/*height: 128px;*/	
}
.header .header-top {
	padding: 15px 0;
}
.header .header-top .logo {
	font-size: 28px;
}
/*.header .header-top .logo span {
	font-weight: bold;
	text-transform: uppercase;
}*/
.adress-box,
.phone-box {
	font-size: 18px;
	text-align: right;
}
.adress-box i,
.phone-box i {
	font-size: 14px;
	margin-right: 8px;
}
.header > img {
	border: 1px solid #e7e7e7;
	border-radius: 4px;
	margin: 0 0 15px;
	width: 100%;
}
.header .navbar-default .navbar-nav > li > a {
	background-color: #337ab7;
	border: 1px solid #2e6da4;
	border-radius: 4px;
	color: #fff;
	margin: 8px 4px;
	padding: 6px 12px;
}
.header .navbar-default .navbar-nav > li > a:hover,
.header .navbar-default .navbar-nav > li > a.active,
.header .navbar-default .navbar-nav > li > a.active:hover {
	background-color: #286090;
	border-color: #204d74;
	color: #fff;
}
/*---------------------------------------------------------------------------*/
section.about p {
	hyphens: auto;
	text-align: justify;
}
section.about img {
	border: 1px solid #e7e7e7;
	border-radius: 4px;
}
.assortment ul > li {
	display: block;
	float: left;
	font-size: 18px;
	height: 64px;
	padding: 4px 8px;
	width: 33.33%;
}
.assortment ul > li > span {
	background-color: #115460;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	height: 25px;
	margin-right: 8px;
	padding: 4px;
	text-align: center;
	width: 25px;
}
.partners img {
	margin-bottom: 15px;
	width: 100%;
}
.advantages {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.advantages .row > .col-md-4 {
	margin: 15px 0 30px;
}
.advantages .row.first > .col-md-4:nth-child(1) > span {
	background-color: #6bc4cc;
}
.advantages .row.first > .col-md-4:nth-child(2) > span {
	background-color: #ffce08;
}
.advantages .row.first > .col-md-4:nth-child(3) > span {
	background-color: #afcb38;
}
.advantages .row.second > .col-md-4:nth-child(1) > span {
	background-color: #cc5599;
}
.advantages .row.second > .col-md-4:nth-child(2) > span {
	background-color: #105661;
}
.advantages .row.second > .col-md-4:nth-child(3) > span {
	background-color: #58585a;
}
.advantages span {
	border: 4px solid #fff;
	border-radius: 50%;
	color: #fff;
	display: block;
	font-size: 105px;
	margin: 0 auto 15px;
	padding: 22px 50px;
	width: 200px;
}
.requirement .col-md-6 > div {
	font-size: 18px;
	margin-bottom: 30px;
}
.requirement .col-md-6 > div > span {
	background-color: #115460;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	height: 25px;
	margin-right: 8px;
	padding: 4px;
	text-align: center;
	width: 25px;
}
.license a[data-fancybox="lic"] {
	display: block;
}
.license a[data-fancybox="lic"] > img {
	width: 100%;
}
.contacts span.line {
	background-color: #115460;
	display: block;
	height: 2px;
	margin: 4px auto;
	width: 32px;
}
.contacts .address,
.contacts .phone-1,
.contacts .email {
	font-size: 24px;
	margin: 15px 0;
}
.contacts .address > i,
.contacts .phone-1 > i,
.contacts .email > i {
	margin-right: 15px;
	top: 2px;
}


/* Middle
-----------------------------------------------------------------------------*/
.content {
	/*padding: 0 0 128px;*/
}
/*---------------------------------------------------------------------------*/



/* Footer
-----------------------------------------------------------------------------*/
.footer {
	background-color: #333;
	color: #fff;
	/*height: 128px;*/
	/*margin: -128px auto 0;*/
	padding: 32px 0;
	position: relative;	
}
.footer .navbar {
	background-color: transparent;
	border: none;
}
.footer nav.navbar {
	display: flex;
		justify-content: center;
}
.footer nav.navbar ul li a:hover {
	background-color: transparent;
	color: #fff;
	text-decoration: underline;
	text-decoration-style: dotted;
}
.footer hr {
	border-color: #777;
}



.drugs-desc {
	border: 6px double #00a652;
	font-size: 16px;
	margin: 0 0 30px;
	padding: 15px;
	text-align: center;
}
.blog.drugs .item {
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 4px;
	margin: 0 0 30px;
	padding: 15px;
}
.blog.drugs .item:focus,
.blog.drugs .item:hover {
	border-color: #333;
}
.blog.drugs .item .page-header {
	margin: 0 0 15px;
	padding: 0;
}
.blog.drugs .item:focus .page-header > h2,
.blog.drugs .item:hover .page-header > h2 {
	border-color: #333;
}
.blog.drugs .item .page-header a {
	color: #333;
}
.blog.drugs .item .page-header h2 {
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 15px;
	text-align: center;
}
.blog.drugs .item-image img {
	border-radius: 4px;
	width: 100%;
}
.item-page .item-image {
	margin: 0 0 15px 15px;
}
.blog.drugs .item-image > a > .img_caption,
.item-page .item-image > .img_caption {
	position: relative;
}
.item-page .item-image > .img_caption {
	width: auto !important;
}
.item-page .item-image img {
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 4px;
	padding: 5px;
	width: 300px;
}
.blog.drugs .item-image > a > .img_caption > .img_caption,
.item-page .item-image > .img_caption > .img_caption {
	background-color: #00a652;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	padding: 5px 10px;
	position: absolute;
}
.blog.drugs .item-image > a > .img_caption > .img_caption {
	right: 0;
	bottom: 0;
}
.item-page .item-image > .img_caption > .img_caption {
	top: 15px;
	left: 15px;
}
/*---------------------------------------------------------------------------*/