/*
Theme Name: Vet clinic
Version: 1.0
Description: Кастомная тема для сайта ветеринарной клиники
Author: Дмитрий Князев
Author URI: https://dknyazev.ru/
*/
html {
  	position: relative;
  	min-height: 100%;
}
body {
  	margin-bottom: 150px;
}
@media(max-width: 768px) {
body {
  	margin-bottom: 200px;
}
}
header{
	width: 100%;
	padding: 10px 0 0 0;
	background-color: #f8f8f8;
}
@media(max-width: 414px) {
header{
	text-align: center;
}
}
.header{
	width: 100%;
	background-color: #fff;
}
@media(max-width: 414px) {
	.header{
		background-color: #0390c6;
		margin-top: 20px;
	}
	}
.menu{
	padding: 30px 0 30px 0;
}
@media(max-width: 414px) {
.menu{
	padding: 10px 0 10px 0;
}
}
.logo img{
	width: 20%;
	padding-top: 5px;
	padding-bottom: 5px;
}
@media(max-width: 768px) {
.logo img{
	width: 80%;
	padding-top: 0px;
}
}
@media(max-width: 414px) {
.logo img{
	width: 50%;
	padding-top: 0px;
	margin-left: 25%;
	display: none;
}
}
.menu .nav {
	float: right;
}
.menu .nav a{
	color: #757575;
	font-family:Roboto-Light;
	font-size: 18px;
	text-decoration: none;
	margin-right: 15px;
}
@media(max-width: 414px) {
.menu .nav a{
	color: #fff;
	font-family:Roboto-Light;
	font-size: 14px;
	text-decoration: none;
	margin-right: 20px;
}
}
.menu .nav a:hover{
	color: #0390c6;
	text-decoration: none;
}
.ban_mob{
	display: none;
}
@media(max-width: 768px) {
	.ban_mob{
		display: block;
	}
}
.ban_mob img{
	width: 100%;
}
.banner{
	width: 100%;
	background-color: #edf4fc;
	height: 400px;
}
@media(max-width: 768px) {
.banner{
	width: 100%;
	background-color: #edf4fc;
	height: auto;
}
}
@media(max-width: 414px) {
.banner{
	width: 100%;
	background-color: #edf4fc;
	height: auto;
}
}
.bn_left {
	padding-top: 5vh;
}
@media(max-width: 768px) {
.bn_left {
	padding-top: 1vh;
	text-align: center;
	padding-bottom: 15px;
}
}
@media(max-width: 414px) {
.bn_left {
	padding-top: 2vh;
	text-align: center;
	padding-bottom: 15px;
}
}
.bn_left h1{
	color: #0390c6;
	font-family:Roboto-Medium;
	font-size: 40px;
	letter-spacing: 1px;
}
@media(max-width: 768px) {
.bn_left h1{
	font-size: 30px;
}
}
@media(max-width: 414px) {
.bn_left h1{
	font-size: 30px;
}
}
.bn_left p{
	color: #757575;
	margin-top: 20px;
	font-family:Roboto-Light;
}
.btn_banner{
	background-color: #76cfee;
	border: 1px solid #76cfee;
	color: #fff;
	border-radius: 50px;
	padding: 5px 50px 5px 50px;
	font-family:Roboto-Light;
}
.btn_banner:hover{
	background-color: #31b4e2;
	border: 1px solid #31b4e2;
	text-decoration: none;
}
.btn_kart{
	background-color: #76cfee;
	border: 1px solid #76cfee;
	color: #fff;
	border-radius: 50px;
	padding: 2px 10px 2px 10px;
	font-family:Roboto-Light;
	margin-bottom: 15px;
}
.btn_kart:hover{
	background-color: #31b4e2;
	border: 1px solid #31b4e2;
	text-decoration: none;
}
.bel{
	background-color: #fff;
	border: 1px solid #fff;
	color: #757575;
	border-radius: 50px;
	padding: 5px 50px 5px 50px;
	font-family:Roboto-Light;
}
.bel:hover{
	background-color: #31b4e2;
	border: 1px solid #31b4e2;
	text-decoration: none;
}
@media(max-width: 414px) {
.bn_right{
	display: none;
}
}
.bn_right img{
	width: 100%;
}
.ban_info{
	width: 100%;
}
.info{
	width: 100%;
	background-color: #fff;
	border-radius: 20px;
	margin-top: -90px;
	z-index: 200;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
@media(max-width: 768px) {
.info{
	margin-top: 20px;
}
}
@media(max-width: 414px) {
.info{
	margin-top: 20px;
}
}
.info_left{
	padding-left: 40px;
	padding-top: 20px;
}
@media(max-width: 768px) {
.info_left{
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 20px;
}
}
.sm_kart{
	float: left;
	color: #757575;
	font-family:Roboto-Medium;
	font-size: 16px;
}
.param {
  	margin-bottom: 10px;
}
.param:after {
  	content: '. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ';
  	display: block;
  	white-space: nowrap;
  	overflow: hidden;
}
@media(max-width: 414px) {
.param:after {
  	display: none;
}
}
.param__prop {
  	float: left;
	color: #757575;
	font-family:Roboto-Medium;
}
@media(max-width: 414px) {
.param__prop {
  	width: 100%;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 10px;
}
}
.param__value {
  	float: right;
	color: #757575;
	font-family:Roboto-Light;
}
@media(max-width: 414px) {
.param__value {
  	text-align: center;
	width: 100%;
}
}
.zag_inf{
	color: #757575;
	font-size: 18px;
	font-family:Roboto-Medium;
}
@media(max-width: 414px) {
.zag_inf{
	text-align: center;
}
}
.podpis_inf{
	color: #757575;
	font-family:Roboto-Light;
	line-height: 20px;
}
@media(max-width: 414px) {
.podpis_inf{
	display: none;
}
}
.info_right{
	padding-left: 0px;
}
@media(max-width: 414px) {
.info_right{
	padding-left: 15px;
}
}
.info_right img{
	width: 100%;
	height: 100%;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}
@media(max-width: 768px) {
.info_right img{
	display: none;
}
}
@media(max-width: 414px) {
.info_right img{
	margin-top: 15px;
	width: 100%;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 20px;
}
}
.komp{
	width: 100%;
	margin-top: 50px;
	padding-bottom: 50px;
}
@media(max-width: 414px) {
.komp{
	margin-top: 20px;
	padding-bottom: 20px;
}
}
.komp a{
	text-decoration: none;
}
.zagolovok{
	padding-top: 30px;
	text-align: center;
}

.zagolovok h2{
	font-family:Roboto-Light;
	font-size: 26px;
}
@media(max-width: 414px) {
.zagolovok h2{
	font-size: 20px;
}
}
.zagolovok p{
	font-family:Roboto-Light;
	font-size: 18px;
}
@media(max-width: 414px) {
.zagolovok p{
	font-size: 16px;
}
}
.zagolovok span{
	font-family:Roboto-Medium;
	font-size: 22px;
}
@media(max-width: 414px) {
.zagolovok span{
	font-size: 16px;
}
}
.usluga{
	height: 200px;
	border-radius: 20px;
	text-align: center;
	background-color: #f8f8f8;
	margin-top: 30px;
	color: #757575;
	padding-top: 40px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 30px;
	text-decoration: none;
}
@media(max-width: 414px) {
.usluga{
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
}
}
.usluga:hover{
	background-color: #76cfee;
	border: 1px solid #76cfee;
	color: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.usluga p{
	font-family:Roboto-Light;
	font-size: 16px;
}
.usluga span{
	font-family:Roboto-Medium;
	font-size: 20px;
}

.specialist{
	width: 100%;
	padding-top: 20px;
	padding-bottom: 30px;
}
.zag{
	font-family:Roboto-Light;
	font-size: 26px;
	margin-bottom: 50px;
}
@media(max-width: 414px) {
.zag{
	font-size: 18px;
	margin-bottom: 20px;
}
}
.zag img{
	margin-right: 20px;
}
@media(max-width: 414px) {
.zag img{
	width: 10%;
}
}
.specialist .nav-link{
	background-color: none;
	border: 1px solid #76cfee;
	color: #76cfee;
	border-radius: 50px;
	padding: 5px 20px 5px 20px;
	font-family:Roboto-Light;
	margin-left: 10px;
	margin-right: 10px
}
@media(max-width: 768px) {
.specialist .nav-link{
	width: 100%;
	padding: 5px 100px 5px 100px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
}
}
@media(max-width: 414px) {
.specialist .nav-link{
	width: 100%;
	padding: 5px 30px 5px 30px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
}
}
.specialist .nav-link:hover{
	background-color: #76cfee;
	border: 1px solid #76cfee;
	color: #fff;
}
.specialist .nav-link:active{
	background-color: #76cfee;
	border: 1px solid #76cfee;
	color: #fff;
}
.tab-pane{
	padding-top: 30px;
}
.tab-pane p{
	font-family:Roboto-Light;
	font-size: 20px;
	color: #757575;
}
@media(max-width: 414px) {
.tab-pane p{
	font-size: 16px;
}
}
.tab-pane span{
	font-family:Roboto-Medium;
	font-size: 22px;
	color: #757575;
}
@media(max-width: 414px) {
.tab-pane span{
	font-size: 20px;
}
}
.tab-pane img{
	float: right;
	width: 70%;
}
@media(max-width: 414px) {
.tab-pane img{
	float: left;
	width: 50%;
	margin-left: 25%;
}
}
.nav-pills .nav-link.active,.nav-pills .show>.nav-link{
	background-color: #76cfee;
	border: 1px solid #76cfee;
}
.consult{
	width: 100%;
	margin-top: 30px;
	padding-top: 20px;
	padding-bottom: 30px;
}
.cons{
	background: url(img/ban4.jpg) top;
	padding-bottom: 20px;
}
.consult form{
	margin-top: 30px;
}
.cons img{
	margin-top: -60px;
	width: 60%;
}
@media(max-width: 768px) {
.cons img{
	display: none;
}
}
.asortiment{
	width: 100%;
	padding-top: 20px;
	padding-bottom: 30px;
}
.asort p{
	font-family:Roboto-Light;
	font-size: 16px;
	color: #757575;
}
.ass{
	
}
@media(max-width: 768px) {
.ass{
	text-align: center;
}
}
.asort p span{
	color: #0390c6;
	font-size: 18px;
	font-family:Roboto-Medium;
}
@media(max-width: 414px) {
.asort{
	text-align: center;
}
}
.carousel-indicators li{
	background-color: #0390c6;
}

footer{
	width: 100%;
	background-color: #151314;
	padding: 10px 0 0 0; 
	color: #757575;
	position: absolute;
  	bottom: 0;
}
.foot{
	padding: 10px 0 0 0;
}
.menu_foot{
	width: 100%;
	background-color: #1c1a1b;
	padding: 20px 0 20px 0;
}
@media(max-width: 414px) {
.menu_foot {
	text-align: center;
	padding: 5px 0 5px 0;
}
}
.menu_foot .nav {
	float: left;
}
.menu_foot .nav a{
	color: #b5b7b8;
	font-family:Roboto-Light;
	font-size: 18px;
	text-decoration: none;
	margin-right: 15px;
}
@media(max-width: 414px) {
.menu_foot .nav a{
	font-size: 14px;
	margin-right: 10px;
}
}
.menu_foot .nav a:hover{
	color: #0390c6;
	text-decoration: none;
}
.menu_foot img{
	width: 5%;
	float: right;
	margin-left: 15px;
}
@media(max-width: 414px) {
.menu_foot img{
	margin-top: 20px;
}
}
.foot_left{
	text-align: left;
	font-family:Roboto-Light;
}
@media(max-width: 414px) {
.foot_left{
	text-align: center;
	font-size: 14px;
}
}
.foot_right{
	text-align: right;
	font-family:Roboto-Light;
}
@media(max-width: 414px) {
.foot_right{
	text-align: center;
	font-size: 14px;
}
}
.foot_right a{
	color: #fff;
}
.adress p, .telephone p{
	font-family:Roboto-Light;
	font-size: 16px;
	line-height: 20px;
	color: #757575;
}
.telephone a{
	font-family:Roboto-Light;
	font-size: 16px;
	line-height: 20px;
	color: #757575;
}
@media(max-width: 414px) {
.adress p, .telephone p{
	font-size: 13px;
	line-height: 16px;
	color: #757575;
}
}
@media(max-width: 414px) {
	.telephone a{
		font-size: 13px;
	}
}
.soc_head img{
	width: 25px;
	margin-left: 10px;
	margin-top: -5px;
}
@media(max-width: 414px) {
	.soc_head img{
		margin-bottom: 30px;
	}
	}
.knop{
	text-align: right;
}
.zvon{
	margin-top: -10px;
	border-radius: 0px;
	background-color: #0390c6;
	border: 1px solid #0390c6;
	padding: 10px 40px 10px 40px;
}
@media(max-width: 414px) {
.knop{
	text-align: center;
}
}
@media(max-width: 414px) {
.zvon{
	padding: 3px 40px 3px 40px;
}
}
.zvon:hover{
	background-color: #31b4e2;
	border: 1px solid #31b4e2;
	text-decoration: none;
}
.o_nas p{
	font-family:Roboto-Light;
	font-size: 18px;
	line-height: 30px;
	color: #757575;
	margin-top: 20px;
}
@media(max-width: 414px) {
.o_nas p{
	font-size: 16px;
	line-height: 20px;
}
}
.o_nas h2{
	color: #0390c6;
	font-family:Roboto-Medium;
	font-size: 40px;
	letter-spacing: 1px;
}
@media(max-width: 414px) {
.o_nas h2{
	font-size: 24px;
}
}
.contact{
	text-align: center;
	margin-top: 40px;
}
@media(max-width: 414px) {
.contact h2{
	font-size: 24px;
}
}
.cont h2{
	color: #0390c6;
	font-family:Roboto-Medium;
	font-size: 40px;
	letter-spacing: 1px;
}
@media(max-width: 414px) {
.cont h2{
	font-size: 24px;
}
}
.cont_info{
	margin-bottom: 30px;
}
.c_info{
	padding: 20px 0 15px 0;
	border-radius: 20px;
	text-align: center;
	border: 1px solid #76cfee;
}
@media(max-width: 414px) {
.c_info{
	padding: 10px 0 0 0;
	margin-bottom: 5px;
}
}
.c_info p span{
	color: #757575;
	font-family:Roboto-Medium;
}
.c_info p{
	color: #757575;
	font-family:Roboto-Light;
}
.usl h2{
	color: #0390c6;
	font-family:Roboto-Medium;
	font-size: 40px;
	letter-spacing: 1px;
}
@media(max-width: 414px) {
.usl h2{
	font-size: 24px;
}
}
.uslugaa_post .title{
	color: #0390c6;
	font-family:Roboto-Medium;
	font-size: 40px;
	letter-spacing: 1px;
}
@media(max-width: 414px) {
.uslugaa_post .title{
	font-size: 24px;
}
}
@media(max-width: 414px) {
.uslug p{
	font-size: 16px;
	font-family:Roboto-Light;
	color: #757575;
}
}
.uslugaa .nav-link{
	font-family:Roboto-Light;
	font-size: 16px;
	color: #757575;
}
@media(max-width: 414px) {
.uslugaa .nav-link{
	font-size: 16px;
	padding: 5px 0 5px 0;
	text-align: center;
}
}
.uslugaa .nav-link:hover{
	background-color: #76cfee;
	border: 1px solid #76cfee;
	color: #fff;
	border-radius: 50px;
	font-family:Roboto-Light;
}
.uslug table{
	width: 100%;
}
.uslug table td{
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #bfbfbf;
	font-family:Roboto-Light;
}
.uslug img{
	width: 100%;
}
.interes{
	margin-top: 40px;
}
.interes img{
	width: 100%;
}
.interes .card-title{
	color: #757575;
	font-family:Roboto-Light;
	line-height: 20px;
	text-align: center;
}
.interes .card-text{
	color: #757575;
	font-family:Roboto-Light;
	line-height: 20px;
	font-size: 18px;
	
}
.interes .card-title a{
	color: #757575;
	text-decoration: none;
}
.interes .card:hover{
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
@media(max-width: 414px) {
.inter{
	margin-bottom: 60px;
}
}
.inter img{
	width: 30%;
	float: left;
	margin-right: 15px;
}
@media(max-width: 414px) {
.inter img{
	width: 100%;
	float: left;
	margin-right: 0px;
}
}
.inter h5 a{
	color: #0390c6;
	font-family:Roboto-Medium;
	line-height: 20px;
	font-size: 16px;
}
.inter p{
	color: #757575;
	font-family:Roboto-Light;
	line-height: 20px;
	font-size: 14px;
}
.btn_inter{
	background-color: #76cfee;
	border: 1px solid #76cfee;
	color: #fff;
	border-radius: 50px;
	padding: 5px 50px 5px 50px;
	font-family:Roboto-Light;
	width: 20%;
	margin-left: 40%;
	margin-top: 20px;
}
@media(max-width: 414px) {
.btn_inter{
	width: 100%;
	margin-left: 0%;
}
}
.btn_inter:hover{
	background-color: #31b4e2;
	border: 1px solid #31b4e2;
	text-decoration: none;
}

 
.akcii .sim-slider {
	width: 100%;
	padding: 30px 50px;
	height: 350px;
}
@media(max-width: 414px) {
	.akcii .sim-slider {
		width: 100%;
		padding: 30px 50px;
		height: 320px;
	}
}
.akcii .sim-slider img {
	width: 100%;
}
.akcii .sim-slider {
	position: relative;
}
  
.akcii .sim-slider-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
}
.uslov{
	font-family:Roboto-Medium;
	font-size: 15px;
	letter-spacing: 1px;
	text-align: center;
}
.uslov span{
	font-family:Roboto-Medium;
	font-size: 25px;
	letter-spacing: 1px;
	text-align: center;
	color: #76CFEE;
}
.akcii .sim-slider-element {
	width: 100%;
	transition: opacity 1s ease-in;
	opacity: 0;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	display: block;
}
.akcii .sim-slider-element h2{
	color: red;
	font-family:Roboto-Medium;
	font-size: 40px;
	letter-spacing: 1px;
	text-align: center;
	margin-top: 50px;
}
@media(max-width: 768px) {
.akcii .sim-slider-element h2{
	font-size: 30px;
}
}
@media(max-width: 414px) {
.akcii .sim-slider-element h2{
	font-size: 20px;
	margin-top: 10px;
}
}
.akcii .sim-slider-element span{
	color: #0390c6;
	font-family:Roboto-Medium;
	font-size: 30px;
	letter-spacing: 1px;
	text-align: center;
}
@media(max-width: 414px) {
	.akcii .sim-slider-element span{
		font-size: 16px;
	}
}
.akcii div.sim-slider-arrow-left,
.akcii div.sim-slider-arrow-right {
	width: 22px;
	height: 40px;
	position: absolute;
	cursor: pointer;
	opacity: 0.6;
	z-index: 4;
}
  
.akcii div.sim-slider-arrow-left {
	left: 10px;
	top: 40%;
	display: block;
	background: url("http://pvbk.spb.ru/inc/slider/sim-files/sim-arrow-left.png") no-repeat;
}
  
.akcii div.sim-slider-arrow-right {
	right: 10px;
	top: 40%;
	display: block;
	background: url("http://pvbk.spb.ru/inc/slider/sim-files/sim-arrow-right.png") no-repeat;
}
  
.akcii div.sim-slider-arrow-left:hover {
	opacity: 1.0;
}
  
.akcii div.sim-slider-arrow-right:hover {
	opacity: 1.0;
}
  
.akcii div.sim-slider-dots {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
	text-align: center;
}
  
.akcii span.sim-dot {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	padding: 0;
	display: inline-block;
	background-color: #BBB;
	border-radius: 5px;
	cursor: pointer;
}

