/*
Theme Name: Apteka Bootstrap
Description: apteka.ua
Version: 1.0
Author: Maxim Levchenko
*/

.post {
	padding-left: 15px !important;
}

.post img {
	max-width: 100%;
	height: auto;
}

body {
	font-family: Arial,Sans-Serif;
    font-size: 14px;
}

.alert {
    font-size: 14px;
}

.navbar {
    border-radius: 0;
    font-size: 14px;
/* 	font-size: .77vw; */
}

.navbar a {
	font-weight: bold;
}

.navbar .fa {
	margin-top: -5px;
}

.fa {
	vertical-align: middle;
}

.nav-tabs>li>a {
	background-color: #eee;
    border-color: #ddd;
    color: #555;
	padding: 8px 10px;
}

.nav-tabs>li>a:hover {
	background-color: #ddd;
    border-color: #ccc;
}

.navbar {
    min-height: 30px;
}

.navbar-brand>img {
	max-height: 35px;
}

.navbar-brands {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.navbar-brands .navbar-brand {
	padding-left: 0;
	padding-right: 0;
	display: block;
	margin-right: 24px;
	float: none;
	margin-left: 0 !important;
}

@media(max-width: 768px) {
	.navbar-brands {
		overflow: auto;
		flex-wrap: nowrap;
	}
}

footer .navbar {
	margin-bottom: 0;
	margin-top: 10px;
}

.navbar-inverse {
    border: 0;
    background: linear-gradient(#c1f3a0, #67b552);
}

.navbar-inverse .navbar-nav>li>a {
    color: #006600;
}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #006600;
}

.navbar-inverse .navbar-nav>li>a:focus svg, .navbar-inverse .navbar-nav>li>a:hover svg {
  fill: #fff
}

@media (max-width: 767px)
{
	body {
		font-size: 16px;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #000;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #fff;
		background-color: #006600;
	}

	.navbar-header .glyphicon {
		color: #fff;
	}

	#search {
		top: 56px !important;
		width: 100% !important;
	}

	h1 {
		font-size: 24px;
	}

	h3 {
		font-size: 14px;
	}

	.alignleft {
		float: none !important;
		display: block;
	}
}

@media (max-width: 1200px)
{
	.aligncenter {
		width: 100%;
		height: auto;
	}
}

.navbar .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #59ad66;
}

.navbar .navbar-toggle {
    border-color: #006600;
    background-color: #006600;
}

.navbar .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-inverse .navbar-text, .navbar-inverse .navbar-link {
    color: #006600;
}

.panel-primary {
    border-color: #67b552;
}

.panel-primary>.panel-heading {
    background-color: #67b552;
    border-color: #67b552;
}

.btn-primary {
	background-color: #67b552;
	border-color: #67b552;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary[disabled]:hover {
	background-color: #006600;
	border-color: #006600;
}



.logo img {
	max-height: 100px;
	padding-right: 10px;
	width: 100%;
}

.logo .disclaimer {
    display: block;
    position: absolute;
    top: 84px;
    left: 30px;
    width: 242px;
    height: 24px;
}

#search {
    position: absolute;
    top: 40px;
    right: 0;
    width: 400px;
    margin: 0;
    z-index: 1000;
    padding: 10px;
    background: white;
    border: 1px solid #ccc;
}

main .media-left img {
    width: 120px;
    height: auto;
}

.tab-pane {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	padding: 20px;
}

.hits {
	display: inline-block;
}

.top-indent {
	margin-top: 10px;
}

.bot-indent {
	margin-bottom: 10px;
}

.left-indent {
	margin-left: 5px;
}

.right-indent {
	margin-right: 5px;
}

.home .panel-body {
	background: #eee;
	padding-bottom: 0;
}

.main .media-left, .actual .media-left {
	display: block !important;
	margin-bottom: 10px;
	padding: 0;
	width: 100%;
}

.main .media-left img, .actual .media-left img {
	border: 1px solid lightgray;
	width: 100%;
}

.actual article {
	display: table-cell;
	padding-bottom: 10px;
	width: 50%;
}

.actual article:nth-child(odd) {
	padding-right: 5px;
}

.actual article:nth-child(even) {
	padding-left: 5px;
}

.main h3, .actual h5 {
	font-weight: normal;
}

.more, .less a {
	color: #fff;
	padding: 5px 10px;
}

.less a {
	display: inline-block;
}

.more, .less {
	background: gray;
	clear: both;
	margin-left: -15px;
	margin-right: -15px;
}

.more:hover,.more:focus, .less a:hover, .less a:focus {
	color: #fff;
	text-decoration: none;
}

.date, .tags {
	font-size: 11px;
}

@media (min-width: 767px)
{
	.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
		margin-right: -15px;
		margin-left: -15px;
	}

	.navbar-nav>li>a {
		padding: 10px 7px;
	}

	.navbar-right {
		margin-right: 5px;
	}

	.navbar-text {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	main {
		padding-left: 0 !important;
	}

	aside {
		padding-right: 0 !important;
	}

	.actual.collapse {
		display: block;
	}

	.archive div {
		min-height: 1048px;
	}

	main p {
		text-align: justify;
	}

	#menu {
		padding: 0;
	}

	#menu .navbar-right {
		margin-right: 0;
	}
}

.archive div {
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
}

.pagination .current {
    background: #eee;
}

h1, h2, h3, .h4,h4, h5, h6, a.text-success {
	color: #f08316;
	margin-top: 0;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

.h4,h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

.rubriks_desc h1 {
	font-size: 18px;
}

blockquote {
	font-size: inherit;
}

.quot {
	color: #6d6e71;
	padding-left: 5px;
	width: 100%;
	border-left: 15px solid #f08316;
	border-bottom: 5px solid #f08316;
	margin: 10px;
}

.footnote {
	font-style: italic;
}

.table {
	margin-bottom: 0;
}

.tableName {
	font-weight: bold;
	background: #E5E5E5;
	padding: 5px 10px;
	margin: 10px 0px;
}

.table_head {
	font-weight: bold;
	background: #E5E5E5;
	padding: 5px 10px;
	margin: 10px 0px;
}

.newwindow {
	text-align: center;
	background: #67b552;
	padding: 10px 20px;
	margin: 10px 0;
	border-radius: 25px;
	box-shadow: 2px 2px 2px #545454;
}
.newwindow a {
	color: white;
	font-size: 20px;
	font-weight: bold;
}
.newwindow a:hover {
	color: #337ab7;
}

hr {
	border-top: 1px solid #ccc;
	clear: both;
}

.hr {
	width: 100%;
	background-color: silver !important;
	height: 1px;
}

.table td {
	text-align: center;
}

.table tr td:first-child {
	text-align: left;
}

.table thead td, .table th,
.table>tbody>tr>th, .table>thead>tr>th {
	font-weight: bold;
	text-align: center !important;
	vertical-align: middle !important;
}

.introduction {
	border: 1px solid #eee;
	border-left-width: 10px;
	border-left-color: #f08316;
	margin: 20px 0;
	padding: 20px;
	text-align: justify;
}

.picture {
	border: 1px solid #ddd;
	margin: 20px 0;
	text-align: center;
}

.picture img {
    max-width: 100%;
}

.w850 img {
	 max-width: 100%;
}

.picSign {
	text-align: left;
	padding: 10px;
}

.img {
	text-align: center;
	padding-top:20px;
	padding-bottom:20px;
}

div.anchor {
	background:none repeat scroll 0 0 #f08316;
	color:white;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	padding:5px 10px;
	position:relative;
	text-align: left;
}

.alignleft {
	float: left;
	margin-right: 15px;
}

.alignright {
	float: right;
	margin-left: 15px;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.bold {
	font-weight: bold;
}

.sign {
	font-style: italic;
	font-weight: bold;
	margin: 10px 0;
	text-align: right;
}

.counter {
	display: inline-block;
	margin-top: 5px;
}

.comment-respond {
	display: none;
}

aside nav .date {
	font-size: 12px;
	line-height: 2em;
}

aside center {
	margin-top: 10px;
}

#pharmstandart {
	margin-bottom: 15px;
}

#pharmstandart>div>div {
	margin: auto;
}

#site {
	background: white;
	position: relative;
	z-index: 10;
}

#branding:not(:empty) {
	background-attachment:fixed;
	background-position:center top;
	background-repeat:no-repeat;
	background-size:100%;
	height:100%;
	position:fixed;
	top:0;
	width:100%;
	z-index: 1;
}

.ml-2 {
	margin-left: .5rem!important;
}

.question {
	font-weight: bold;
	font-style: italic;
	margin-bottom: 10px;
	color: black;
}

.breadcrumbs {
	margin-bottom: 10px;
}

.breadcrumbs .post {
	padding-left: 0 !important;
}

.breadcrumbs span,
.breadcrumbs a {
	font-size: 12px;
}

.overflow {
	overflow: auto;
	padding-bottom: 5px;
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	border: 0;
}

.bg_pink {
	background-color: #e5c5c6;
	border: none;
	width: 100%;
	padding: 5px;
}

.bg_blue {
	background-color: #c7e2f6;
	border: none;
	width: 100%;
	padding: 5px;
}

.bg_green {
	background-color: #ddeade;
	border: none;
	width: 100%;
	padding: 5px;
}

.sign_moz {
	border-bottom: 1px;
	border-style: solid;
	border-top: 0;
	border-right: 0;
	border-left: 0;
}

.mw {
	max-width: 100%;
	height: auto;
}


.post-video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.frame-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-width: 0;
	outline-width: 0;
}

.dgwt-jg-caption__font--14 {
	font-size: 11px !important;
	letter-spacing: 0px !important;
}


.v41-b {
	background-color: #ffde00;
}

.v42-b {
	background-color: #48cbae;
}

.v43-b {
	background-color: #a6adab;
}

.v44-b {
    background-color: #c59e00;
}

.v45-b {
	background-color: #60b09c;
}





.v46-b {
	background-color: #7f8947;
}

.v47-b {
	background-color: #e2f386;
}

.v48-b {
	background-color: #e9a8d6;
}

.v49-b {
	background-color: #9ddbf2;
}

.v50-b {
	background-color: #f8356c;
}

.v51-b {
	background-color: #c1a03d;
}

.v52-b {
	background-color: #c4826b;
}

.v53-b {
	background-color: #389070;
}

.v54-b {
	background-color: #1ee49c;
}

.v55-b {
	background-color: #a422da;
}




.v41 {
	color: #ffde00!important;
}

.v42 {
	color: #48cbae!important;
}

.v43 {
	color: #a6adab!important;
}

.v44 {
	color: #c59e00!important;
}

.v45 {
	color: #60b09c!important;
}

.v46 {
	color: #7f8947!important;
}

.v47 {
	color: #e2f386!important;
}

.v48 {
	color: #e9a8d6!important;
}

.v49 {
	color: #9ddbf2!important;
}

.v50 {
	color: #f8356c!important;
}

.v51 {
	color: #c1a03d!important;
}

.v52 {
	color: #c4826b!important;
}

.v53 {
	color: #389070!important;
}

.v54 {
	color: #1ee49c!important;
}

.v55 {
	color: #a422da!important;
}

.df-ui-btn.df-ui-download.ti-download {
	display: none;
}

.socials-group {
	font-size: 16px;
}

.socials-group .mt-4 {
	margin-top: 20px;
}

.socials-group .my-4 {
	margin-bottom: 20px;
	margin-top: 20px;
}

.socials-group .mb-5 {
	margin-bottom: 30px;
}

.text-decoration-none {
	text-decoration: none !important;
}

.socials-group__links {
	display: flex;
	justify-content: space-between;
	max-width: 645px;
	margin: auto;
}

.socials-group__links a > a {
	margin-left: 10px;
}

/*@media(min-width: 992px) {*/
/*	#menu .nav.navbar-nav {*/
/*		display: flex;*/
/*		flex-wrap: wrap;*/
/*		justify-content: space-between;*/
/*		float: none;*/
/*	}*/

/*	#menu .nav.navbar-nav > li:last-child {*/
/*		margin-left: auto;*/
/*		flex: 1 1 auto;*/
/*		text-align: right;*/
/*		display: flex;*/
/*		justify-content: flex-end;*/
/*	}*/

/*	#menu ~ #search {*/
/*		top: 100%;*/
/*	}*/
/*}*/

@media(min-width: 998px) {
	.bottom_nav .dropdown-menu {
		margin-left: 12px;
	}

	.navbar-inverse .navbar-nav>li>a i {
		margin-right: 6px;
	}

	#menu ~ #search {
		top: 100%;
	}
}

@media(min-width: 998px) {
	.bottom_nav.navbar-nav>li{
		padding-left: 12px !important;
		padding-right: 12px !important;;
	}
}

.top_nav.navbar-nav .navbar-search {
	border-left: 1px solid rgba(89, 165, 67, 0.65);
}

.top_nav.navbar-search .navbar-nav>li>a i {
	margin-right: 0;
}

.top_nav.navbar-nav>li {
	flex: 1 1 auto;
	text-align: center;
}

.bottom_nav.navbar-nav>li>a {
	display: flex;
	align-items: center;
}

.top_nav.navbar-nav>li>a .caret,
.bottom_nav.navbar-nav>li>a .caret{
	margin-left: 5px;
}

@media(min-width: 768px) {

	.bottom_nav.nav.navbar-nav,
	#menu .nav.navbar-nav {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		float: none;
	}

	.bottom_nav {
		background: #EEEEEE;
	}

	.bottom_nav.nav.navbar-nav {
		margin: auto;
		justify-content: center !important;
		width: 100%;
	}

	.bottom_nav.navbar-nav>li>a:focus,
	.bottom_nav.navbar-nav>li>a:hover,
	.bottom_nav.navbar-nav>.open>a,
	.bottom_nav.navbar-nav>.open>a:focus,
	.bottom_nav.navbar-nav>.open>a:hover{
		background: #dadcda;
	}

	.bottom_nav.navbar-nav>li>a {
		color: #777777;
	}

	.bottom_nav.navbar-nav>li{
		position: relative;
		padding-left: 5px;
		padding-right: 5px;
	}

	.bottom_nav.navbar-nav>li:not(:first-child):before{
		content: '';
		width: 4px;
		height: 4px;
		background: linear-gradient(0deg, #CCCCCC, #CCCCCC), linear-gradient(0deg, #CCCCCC, #CCCCCC), #CCCCCC;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translate(-50%, -50%);
		border-radius: 50%;
	}

	.bottom_nav.navbar-nav>li>a {
		padding-top: 6px;
		padding-bottom: 6px;
	}

	.navbar-nav>li>.dropdown-menu{
		padding: 0;
		border: 0;
		box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
		border-radius: 8px;
		min-width: 280px;
		max-height: 500px;
		overflow: auto;
		overflow-x: inherit;
	}


	.navbar-nav>li>.dropdown-sub-item.dropdown-sub-item,
	.dropdown-sub-item {
		padding: 16px 16px 8px;
	}

	.navbar-nav>li>.dropdown-menu {
		padding: 10px 0;
	}

	.dropdown-menu>li>a{
		padding: 10px 16px;
	}

	.dropdown-menu>li>a:focus,
	.dropdown-menu>li>a:hover {
		background:transparent;
		text-decoration: underline;
	}

	.dropdown-sub-item:not(:last-child) {
		border-bottom: 1px solid #CCCCCC;
	}

	.dropdown-sub-item ul,
	.dropdown-sub-item li {
		list-style: none;
		padding: 0;
	}

	.dropdown-sub-item>li>a,
	.dropdown-sub-item a {
		font-size: 14px;
		color: #000;
		font-weight: 400;
		padding: 10px 0;
		display: block;
		min-width: 250px;
	}

	.navbar-nav>li>.dropdown-menu.dropdown-sub-item{
		padding-top: 8px;
	}

}

@media(max-width: 768px) {
	.navbar-inverse .navbar-nav>li>a{
		display: flex;
		align-items: center;
	}

	.navbar-inverse .navbar-nav>li>a .caret {
		margin-left: auto;
	}

	.navbar-inverse .navbar-nav>li>a i {
		margin-right: 8px;
	}

	.dropdown-sub-item ul {
		padding-left: 0;
		list-style: none;
	}

	.dropdown-sub-item ul a,
	.dropdown-sub-item  small {
		padding: 5px 15px 5px 25px;
		display: block;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a,
	.dropdown-sub-item ul a,
	.dropdown-sub-item  small {
		padding: 12px 10px;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu .dropdown-header,
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a,
	.dropdown-menu>li>a,
	.dropdown-sub-item ul a {
		color: #000;
		line-height: 20px;
		font-weight: 700;
		font-size: 14px;
		color: #006600;
	}

	.bottom_nav {
		border-top: 1px solid #101010;
	}

	.navbar-nav {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.bottom_nav{
		padding-top: 10px;
		margin-bottom: 10px;
	}

	.dropdown-sub-item {
		padding: 4px 0;
		border-bottom: 1px solid #CCCCCC;
	}
}

.dropdown-sub-item small {
	text-transform: uppercase;
	color: #777777;
	font-size: 11px;
}

.d-xl-hidden {
	display: none !important;
}

@media(min-width: 768px) {
	body:not([style^="background-color: white"]) .d-sm-hidden {
		display: none !important;
	}

	body:not([style^="background-color: white"]) .d-sm-block {
		display: block !important;
	}
}

@media(min-width: 768px) {
	body:not([style^="background-color: white"]) .d-md-block {
		display: block !important;
	}

	body:not([style^="background-color: white"]) .d-lg-hidden {
		display: none !important;
	}
}

@media(min-width: 1200px) {
	body:not([style^="background-color: white"]) .d-xl-block {
		display: block !important;
	}

	body:not([style^="background-color: white"]) .d-xl-hidden {
		display: none !important;
	}
}

@media(min-width: 768px) {
	body[style^="background-color: white"] .d-sm-hidden {
		display: none !important;
	}

	body[style^="background-color: white"] .d-sm-block {
		display: block !important;
	}
}

@media(min-width: 1190px) {
	body[style^="background-color: white"] .d-md-block {
		display: block !important;
	}

	body[style^="background-color: white"] .d-lg-hidden {
		display: none !important;
	}
}

@media(min-width: 1700px) {
	body[style^="background-color: white"] .d-xl-block {
		display: block !important;
	}

	body[style^="background-color: white"] .d-xl-hidden {
		display: none !important;
	}
}

@media(min-width: 768px) and (max-width: 1300px) {
	body[style^="background-color: white"] .nav.nav-tabs {
		font-size: 10px;
	}

	body[style^="background-color: white"] .nav.nav-tabs i {
		display: none;
	}

	body[style^="background-color: white"] .nav-tabs>li>a {
		padding: 5px 7px;
	}
}

@media(min-width: 768px) and (max-width: 998px) {
	.navbar-nav>li>a {
		font-size: 12px !important;
	}

	.bottom_nav.navbar-nav>li>a {
		font-size: 10px !important;
	}
}

.d-sm-block.d-xl-hidden .dropdown-menu{
	left: auto;
	right: 0;
}

.pharmstandart-chart {
	height: 250px;
	background: #fff url("./img/loader.svg") no-repeat center;
}

.gsc-control-cse.gsc-control-cse-uk {
	padding-left: 0;
	padding-right: 0;
}

.w-full {
	width: 100%;
}

.gsc-results .gsc-cursor {
	display: flex !important;
}


.zone-block iframe,
.zone-block img{
	max-width: 100%;
	height: auto;
}

div[data-zone-id="29"] img{
	display: block;
	margin: 0 auto;
}

.has-branding #site{
	max-width: 60%;
	margin: auto;
}

.has-branding .container {
	width:100%;
}

.has-branding .col-lg-9 {
	width: 70%;
}
.has-branding .col-lg-3 {
	width: 30%;
}

#catfishmob-box {
	width: 100%;
	cursor: pointer;
	position: fixed;
	left: 50%;
	margin: 0 auto;
	z-index: 999;
	bottom: 0;
	transform: translate(-50%, 0%) matrix(1, 0, 0, 1, 0, 0);
}

@media(min-width: 768px) {
	#catfishmob-box {
		display: none;
	}
}

.responsive-video {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	overflow: hidden;
}

.responsive-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
