@font-face {
	font-family: OpenSansBold;
	font-style: normal;
	font-weight: 400;
	src: url(../assets/fonts/OpenSansBold/OpenSansBold.eot?#iefix) format("embedded-opentype"),
	url(../assets/fonts/OpenSansBold/OpenSansBold.woff) format("woff"),
	url(../assets/fonts/OpenSansBold/OpenSansBold.ttf) format("truetype")
}
@font-face {
	font-family: OpenSansLight;
	font-style: normal;
	font-weight: 400;
	src: url(../assets/fonts/OpenSansLight/OpenSansLight.eot?#iefix) format("embedded-opentype"),
	url(../assets/fonts/OpenSansLight/OpenSansLight.woff) format("woff"),
	url(../assets/fonts/OpenSansLight/OpenSansLight.ttf) format("truetype")
}
@font-face {
	font-family: OpenSansRegular;
	font-style: normal;
	font-weight: 400;
	src: url(../assets/fonts/OpenSansRegular/OpenSansRegular.eot?#iefix) format("embedded-opentype"),
	url(../assets/fonts/OpenSansRegular/OpenSansRegular.woff) format("woff"),
	url(../assets/fonts/OpenSansRegular/OpenSansRegular.ttf) format("truetype")
}
@font-face {
	font-family: OpenSansSemiBold;
	font-style: normal;
	font-weight: 400;
	src: url(../assets/fonts/OpenSansSemiBold/OpenSansSemiBold.eot?#iefix) format("embedded-opentype"),
	url(../assets/fonts/OpenSansSemiBold/OpenSansSemiBold.woff) format("woff"),
	url(../assets/fonts/OpenSansSemiBold/OpenSansSemiBold.ttf) format("truetype")
}

body {
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	margin: 0;
	min-width: 960px;
	line-height: 1.6;
	background-color: #fff;
       }

section {
	padding: 60px 0;
}

h1 {
	font-family: "OpenSansSemiBold", sans-serif;
	font-weight: normal;
	font-size: 36px;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
	padding-top: 120px;
	width: 60%;
	text-shadow: 0px 1px 1px #303030;
}

h2 {
	font-family: "OpenSansLight", sans-serif;
	font-weight: normal;
	font-size: 30px;
	color: #7271b4;
	text-transform: uppercase;
	margin: 0;
	text-align: center;
	margin-bottom: 60px;
}

h3 {
	font-family: "OpenSansSemiBold";
	font-weight: normal;
	color: #303030;
	font-size: 18px;
	text-transform: uppercase;
}

#h3-accent {
	color: #69e185;
}

h4 {
	font-family: "OpenSansSemiBold";
	font-weight: normal;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0;
	color: #303030;
}
h5 {
	font-family: "OpenSansSemiBold";
	font-weight: normal;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0;
	color: #303030;
}
p {
	font-size: 14px;
	color: #303030;
}

a {
	text-decoration: none;
	-webkit-transition: all .15s ease;
	-o-transition: all .15s ease;
	transition: all .15s ease;
	outline: 0 !important;
}

table,
tr, 
td {
	padding: 0;
	margin: 0;
}

tbody {
	vertical-align: top;
}

/*CLEAR AFTER USING FLOAT*/
.clearfix:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; }


.wrapper {
	width: 940px;
	padding: 0 10px;
	margin: 0 auto;
}

.menu {
	padding: 0;
	margin: 0 auto;
	background-color: #fff;
}

.logo, .phone {
	padding: 0;
	display: inline-block;
	width: 50%;
}

.logo {
	line-height: 110px;
}

.logo-img {
	width: 90px;
	height: auto;
	vertical-align: middle;
}

.logo p {
	margin: 0 0 0 20px;
	text-transform: uppercase;
	display: inline-block;
	font-family: "OpenSansRegular", sans-serif;
}

.phone {
	float: right;
	text-align: right;
}

.phone-wrapper {
	margin-top: 22px;
	vertical-align: middle;
}

.phone p, .card-phone p {
	color: #303030;
	margin: 0;
	font-size: 18px;
}

.phone .fa-phone, .card-phone .fa-phone {
	font-size: 24px;
	padding-right: 0px;
	color: #7271b4;
}

.phone .phone-accent, .card-phone .phone-accent {
	font-family: OpenSansSemiBold, sans-serif;
	font-size: 24px;
}
.phone .phone-accent a {color:#333}
.phone .schedule, .card-phone .schedule{
	font-size: 14px;
	color: #7271b4;
}

nav {
	background-color: #7271b4;
	height: 40px;
	margin: 0;
}

ul {
	margin: 0;
	padding: 0;
}

nav li, .nav-bottom li {
	text-decoration: none;
	display: inline-block;
	padding: 7px 20px;
	text-transform: uppercase;
}

nav a {
	color: #fff;
	font-size: 14px;
}

nav a:hover, #active-t {
	color: #69e185;
}

.social {
	float: right;
	padding: 7px 0;
}

.social .fa {
	margin-left: 20px;
}

.header-image {
	background-image: url(../img/bg.jpg);
	background-size: cover;
	background-position: top center;
	min-height: 520px;
	position: relative;
	z-index: 1;
}

.header-image::before {
	content: "";
	position: absolute;
	min-height: 150px;
	width: 100%;
	bottom: 0;
	z-index: -1;
	background-image: url(../img/gradient.png);
}

.header-promo {
	width: 60%;
}

.header-image h3 {
	text-shadow: 0px 1px 0px #303030;
	margin: 30px 0 25px 0;
	color: #fff;
}

.button {
	font-size: 16px;
	background-color: #69e185;
	text-transform: uppercase;
	color: #fff;
	padding: 8px 30px;
	border-radius: 10px;
	-webkit-transition: all .15s ease;
	-o-transition: all .15s ease;
	transition: all .15s ease;
	border: 0;
}
.button_red {background-color: #ee0000;}

.button:hover {
	background-color: #303030;
}

.angle-wrapper {
	padding: 60px 0 0 0;
}

.angle {
	color: #fff;
	font-size: 40px;
	text-align: center;
	margin: 0 auto;
}

.angle a:focus, .angle a:visited, .angle a:link {
	color: #fff;
}

.angle a > .fa-angle-down:hover {
	cursor: pointer;
	-webkit-transition: all .15s ease;
	-o-transition: all .15s ease;
	transition: all .15s ease;
	-ms-transform: translate(0px,4px);
	-webkit-transform: translate(0px,4px);
	transform: translate(0px,4px);
}

.product-column, .promo-column {
	width: 50%;
	position: relative;
	display: inline-block;
	float: left;
	text-align: center;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.product-column:hover h4 {
	color: #7271b4;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.product-column:hover h5 {
	color: #69e185;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.product-info  h5{
	color: #fff;
	}
.product-info:hover h5{
	color: #69e185;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.product-column img{
	height: 200px;
}
.pr-popup-text-wrapper {
	display: block;
	padding: 30px 0 60px 0;
	text-align: left;
	width: 75%;
	margin: 0 auto;
	font-size: 14px;
	color: #303030;
}

.pr-popup-text td .pr-phone {
	margin: 0;
}

.pr-popup-text strong {
	color: #7271b4;
}

.pr-phone {
	text-align: center;
	margin-top: 60px;
}

.promo {
	background-color: #7271b4;
}

.promo img {
	height: 150px;
}
#promo-news, #promo-news h2{
	background-color: #7271b4;
	color: #fff;
	}
.promo h2, .promo h4, .promo p{
	color: #fff;
}

.promo h4 {
	margin-top: 10px;
}

.column {
	width: 25%;
	display: inline-block;
	text-align: center;
	float: left;
}

.adv-svg {
	width: 60px;
	height: 60px;
}

.column h4 {
	display: block;
	padding: 20px 0 0 0;
	position: relative;
}

.column h4::after {
	content: "";
	position: absolute;
	bottom: 0;
	height: 1px;
	width: 45%;
	left: 50%;
	margin-left: -20.5%;
	background-color: #303030;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.column:hover > h4::after {
	width: 82%;
	background-color: #7271b4;
	margin-left: -41%;
}

.column p {
	margin: 0;
	padding: 20px 0 0 0;
}

.about {
	background-image: url(../img/about/pharmacist.jpg);
	background-size: cover;
	background-position: center center;
	position: relative;
	z-index: 0;
}

.about::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	background-color: #7271b4;
	opacity: .9;
	z-index: -1;
}

.about h2, .about p{
	color: #fff;
}

.about p {
	font-size: 16px;
	width: 85%;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 60px;
        color: #fff;
}

.btn-column p {
	margin-bottom: 15px;
}

.btn-column {
	display: inline-block;
	width: 49%;
	text-align: center;
}


.branch-column {
	width: 25%;
	position: relative;
	overflow: hidden;
	display: inline-block;
	float: left;
}

.branch-column:hover img {
	transform: scale(1.2);
}

.branch-column img {
	width: 100%;
	height: auto;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	transform: scale(1.1);
}

.branch-column h3 {
	font-size: 14px;
	width: 99%;
	color: #fff;
}

.branch-column i {
	color: #fff;
	font-size: 20px;
}

.branch-hover-info {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 68%;
	padding-top: 25%;
	text-align: center;
	background-color: rgba(114,113,180, .85);
	/*opacity: 0;*/
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	transform: scale(1.1);
}

.branch-hover-info:hover {
	opacity: 1;
	transform: scale(1.01);
}

.hidden {
	display: none;
}

.branch-popup {
	position: relative;
	background-color: #fff;
	display: block;
	max-width: 800px;
	margin: 5% auto;
	text-align: center;
}

.popup-wrapper {
	margin: 0 4%;
	display: block;
}

.branch-popup img {
	margin: 35px 0;
}

.branch-popup h2 {
	color: #303030;
	margin: 0;
	text-transform: capitalize;
}

.branch-popup-text-wrapper {
	display: block;
	padding: 30px 0 60px 0;
	text-align: left;
}

.branch-popup-text {
	display: inline-block;
	width: 50%;
	float: left;
	vertical-align: top;
}

.wsnw {
	white-space: nowrap;
}

.branch-popup-text td {
	vertical-align: top;
}

.branch-popup-text strong {
	padding: 0 5px;
}

.branch-popup-text .wsnw {
	color: #7271b4;
}

.responsive-img {
	max-width: 100%;
}

.card {
	background-color: #F7F7F7;
}

.card-img {
	width: 40%;
}

.card-img img {
	vertical-align: top;
	/*border: 7px solid #7271b4;*/
}

.card-text {
	vertical-align: top;
	padding: 0 45px;
}
/*Popup Animation*/

/* start state */
.my-mfp-zoom-in .branch-popup {
	opacity: 0;

	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 



	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .branch-popup {
	opacity: 1;

	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
	transform: scale(1); 
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .branch-popup {
	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 

	opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

/*Popup Animation End*/

.prefooter {
	background-color: #7271b4;
	color: #fff;
}

.prefooter h2, .prefooter p {
	color: #fff;
}

.prefooter-column-1 {
	width: 33.3%;
	display: inline-block;
	float: left;
}

.prefooter-column-2 {
	width: 66.6%;
	display: inline-block;
	float: left;
}

.prefooter-column-2 span li {
	display: inline-block;
}

.prefooter-column-2 span #margin-right {
	margin-right: 142px;
}

.map {
	float: right;
}

.news-row {
	nargin-bottom: 60px;
}

.news-date {
	width: 20%;
	display: inline-block;
	float: left;
}

.news {
	width: 80%;
	display: inline-block;
	float: left;
}

.prefooter a:focus, 
.prefooter a:visited, 
.prefooter a:link  {
	color: #69e185;
}

.news a:hover {
	color: #303030;
}

.news-date h2 {
	text-align: left;
	font-size: 36px;
	padding: 0;
	margin: 0;
}

.news-date p {
	text-transform: uppercase;
}

.news p {
	margin-bottom: 40px;
}

.news h4 {
	font-family: "OpenSansSemiBold", sans-serif;
	text-transform: none;
	color: #fff;
}

.prefooter i {
	padding-right: 12px;
}

.prefooter ul {
	text-align: center;
	margin-left: 30px;
}

.prefooter li {
	font-family: "OpenSansRegular", sans-serif;
	text-transform: none;
	padding: 0 0 25px 0;
	display: block;
}

footer {
	padding: 20px 0;
}

.nav-bottom {
	display: inline-block;
	margin-left: 40px;
}

footer a {
	color: #303030;
}

footer a:hover, #active-b {
	color: #7271b4;
}

#toTop {
	width: 50px;
	height: 50px;
	border-radius: 25px;
	background-color:#333;
	margin: 0;
	position:fixed;
	bottom:40px; 
	right:30px;
	cursor:pointer;
	display:none;
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 45px;
}

#toTop:hover {
	background-color: #69e185;
}

/*External Pages*/

/*Vacancies*/
.job h2 {
	margin: 0;
}

.job h3 {
	margin: 5px 0 0 0;
	text-align: center;
	font-family: "OpenSansRegular", sans-serif;
	font-size: 20px;
}

.job h4 {
	margin: 60px 0 10px 0;
}

.job strong a, strong a:focus, strong a:visited, strong a:link {
	color: #7271b4;
}

.job strong a:hover {
	color: #303030;
}

.jobtitle {
	font-family: "OpenSansSemiBold", sans-serif;
}

.job ul {
	margin-left: 40px;
}

.job li {
	font-size: 14px;
	color: #7271b4;
}

.job li span{
	font-size: 14px;
	color: #303030;
}

.application {
	margin: 60px 0;
	text-align: center;
}

.application p {
	margin: 30px 0;
}

/*Feedback*/
.feedback {
	background-color: #f4f4f4;
}

.feedback h2 {
	margin: 0;
}

.feedback h4 {
	margin: 10px 0 60px 0;
	text-align: center;
}

.form {
	padding: 10px 0 30px 0;
	width: 500px;
	margin: auto;
	background-color: #fff;
	border-radius: 5px;
}

.form-container {
	margin: 0 auto;
	width: 90%;
}

.form .button {
	cursor: pointer;
}

.label, .label5 {
	margin-bottom: 10px;
	font-size: 16px;
}

.size, .size5 {
	padding-left: 10px;
	width: 450px;
	height: 30px;
	border: 0;
	font-size: 16px;
	background-color:#e8e8e8;
}
.label5 {float: left; width: 170px; text-align: right; margin-right: 20px;}
.size5 {float:left; width:450px}

textarea {
	font-family: "OpenSansRegular", sans-serif;
	width: 440px;
	max-width: 440px;
	padding: 10px;
	background-color:#e8e8e8;
	border: 0;
}

.otz1 {font-size:14px; color:#7271b4}
.otz1 span {font-size:12px; color:#000}
.otz2, .otz2_last {font-size:16px; color:#555; padding-bottom:40px; margin-bottom:40px; border-bottom:1px solid #CCC}
.otz2_last {border-bottom:0px solid #CCC !important}
ul.razdel_ul li {margin:10px 0 10px 20px}
ul.razdel_ul li a {font-size:18px; text-decoration:none; color:#039}
ul.razdel_ul li ul li {margin-left:50px}
ul.razdel_ul li ul li a {font-size:16px; text-decoration:none; color:#036}
ul.razdel_ul li a:hover {text-decoration:underline}

.prefooter h2 a {color:#fff !important}
.prefooter h2 a:hover {color:#69e185 !important; text-decoration:underline !important}

.leftmenu {float:left; width:280px; background-color: #7271b4; color: #fff; padding:20px 20px 20px 10px}
.leftmenu h3 {font-size:16px; text-align:center; color:#fff; margin-bottom:20px}
.leftmenu ul {margin-left:10px}
.leftmenu ul > li {border-bottom:1pt dotted #CCC; padding:6px 5px; background-color:#7271b4}
.leftmenu ul > li:hover {background-color:#6261a3}
.leftmenu ul > li a {/*display:block;*/ color:#fff; text-decoration:none;	font-size:14px;}
.leftmenu ul > li :last-child {
    border: 0px;
}

.leftmenu ul > li.parrent{
    position: relative;
}
.leftmenu ul > li > ul {
    list-style: none;
	background-color:#6261a3;
    padding: 5px 5px;
    position: absolute;
    width: 300px;
    top: 0px;
	left:260px;
    display: none;
	z-index:9999;
	height:auto;
}
.leftmenu ul > li:hover > ul {
	display: block;
}
.leftmenu ul > li > ul > li{
    padding:3px 3px;
	margin:0px !important;
	background-color:#6261a3;
}
.leftmenu ul > li > ul > li a{
    color: #fff;
    text-decoration: none;
	height: auto;
	font-size:14px;
	line-height:20px;
	text-transform:none;
	padding: 0;
	display:block;
}
.leftmenu ul > li > ul > li:hover, .leftmenu ul > li > ul > li.active {
	padding:3px 3px;
	background-color:#7271b4;
}
.leftmenu ul > li > ul > li:hover a, .leftmenu ul > li > ul > li.active a{
    color: #fff;
    text-decoration: none;
}

div.pages {	text-align:center; font-size:14px; width:100%; margin:20px 0; padding:4px 0; float:left; background-color:#6261a3}
div.pages span, div.pages a:hover {font-weight:normal;	font-size:16px;	color:#fff;	text-decoration:none; line-height:18px; margin:2px; }
div.pages a {font-weight:normal; font-size:16px; color:#fff; line-height:18px; text-decoration:none; padding:1px 1px; margin:2px; }


/*** CATALOG LIST ***/
.catalog_list {
    margin: 10px 0 0 -10px;
}

.catalog_list > div.item {
    display: block;
    padding: 5px;
    font-size: 14px;
    background: #fff;
    border: 1px solid #ddd;
    overflow: hidden;
	width:180px;
	height:310px;
	float:left;
	margin:0 0 10px 10px;
	position:relative;
}

.catalog_list > div.item:hover {
    background: #efefef;
}

.catalog_list > div.item .img_wrapper {
    display: block;
    width: 100%;
	height:180px;
    text-align: center;
    overflow: hidden;
}

.catalog_list > div.item .img_wrapper img {
    max-height: 180px;
    max-width: 180px;
}

.catalog_list > div.item .name {
    display: block;
    font-weight: bold;
	background-color:#7271b4;
	text-align:center;
	margin-top:5px;
	width:100%;
	height:34px;
	line-height:34px;
	overflow:hidden;
	padding:2px 0;
}
.catalog_list > div.item .name:hover{
	background-color:#6261a3;
}
.catalog_list > div.item .name a{
	color:#fff;
    font-size: 14px;
	line-height:15px;
	display: inline-block;
}

.catalog_list > div.item .razd {
    display: block;
    margin-top: 8px;
    font-size: 11px;
	line-height:18px;
}
.catalog_list > div.item .razd a {
	color:#7271b4;
	font-size:13px;
	text-decoration:underline;
}
.catalog_list > div.item .razd:hover a {
	color:#000;
	font-size:13px;
	text-decoration:none;
}
.catalog_list > div.item .sub {
    display: block;
    margin-top: 8px;
    font-size: 12px;
	line-height:18px;
	height: 72px;
	overflow: hidden;
}
.catalog_list > div.item .sub p {margin:0; padding:0 0 6px 0;}
.text_tovar ul, .text_tovar ol {margin-left: 10px !important;margin-top: 10px !important;}
.text_tovar li {font-size: 14px; color: #000 !important;margin-bottom: 6px;}
.text_tovar {}
.div_err, .div_ok {clear: both; margin:20px auto; float:left; text-align:left; width: 100%;}
.div_err {border:1pt dotted #F00; background-color:#FFC8BF; padding:5px 10px; margin:20px 10px 20px 0}
.div_ok {border:1pt dotted #090; background-color:#C4FDCB; padding:5px 10px; margin:20px 10px 20px 0; color:#090}
.div_err p, .div_ok p {margin:0; padding:0;}