:root {
	--bg-color: #f5f5f5;
	--text-color: #6c757d;
	--accent-color: #ffd333;
	--contrast-color: #3d464d;
}
html, body {
	height: 100%;
}
body {
	background-color: white;
	/*font-family: 'Calibri', sans-serif;*/
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: var(--text-color);
	min-width: 320px;
}
a {
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
}
h3 {
	font-size: 24px;
	font-weight: 700;
}
.wrapper {
	min-height: 100%;
	display: flex;
	flex-direction: column;
}
main.main {
	flex: 1 1 auto;
}
/* =============================header============================== */
.header-top {
	background-color: #dff8ff;
	background: url("../img/paws-bg-white.jpg") repeat-x;
}
.header-top p{
	color: var(--contrast-color); /*#3969d5;*/
	font-size: 24px;
	font-family: "Gabriela", serif;
	font-style: normal;
}
.dropdown {
	margin-top: 8px;
}
.dropdown-menu {
	padding: 0px;
	min-width: 8rem;
}
.dropdown-divider {
	margin: 0px;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #49a7c1;
    background-color: transparent;
}
.social-orange {
	background-color: #f9a741;
	color: white;
	font-weight: normal;
	margin-right: 15px;
	margin-bottom: 15px;
	transition: all 0.7s;
    border: 2px double white;
    outline: 1px solid grey;
}
.btn.social-orange:hover, .btn.social-orange:focus, .btn.social-orange:active {
	background-color: #f9a741;
	color: white;
	outline: 1px solid #f9a741;
}
.leave-request, .support {
	margin-top: 20px;
}
.lang-btn, .support {
	margin-right: 0px;
}

/* =============================menu============================== */
.header-menu {
	box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
}
nav.navbar {
	padding-bottom: 0px;
}
.navbar-toggler {
	border: none;
	box-shadow: none;
	padding-left: 0px;
	margin-bottom: 5px;
	color: #49a7c1;
}
.navbar-toggler:focus, .navbar-toggler:hover{
	border: none;
	box-shadow: none;
	color: #4d4d53;
}
.navbar-nav a {
	color: #4d4d53;
	font-weight: bold;
	font-size: 16px;
	font-family: "Gabriela", serif;
	font-style: normal;
	letter-spacing: 1px;
}
.navbar-nav a:hover{
	color: #49a7c1;
}

/*========================content=========================*/
section.main-vetmobile {
	padding: 120px 0px 20px 0px;
	background-image: url("../img/white-bg-dog-stethoscope.jpg");
	background-size: 100%;
	background-color: white;
	background-repeat: no-repeat;
	margin-bottom: 30px;
}
.lobster-regular {
	font-family: "Lobster", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: var(--contrast-color);
}
.kurale-regular {
	font-family: "Kurale", serif;
	font-weight: 400;
	font-style: normal;
	color: #4d4d53;
}
.cta-button {
	background-color: white;
	color: #f9a741;
	font-weight: normal;
	transition: all 0.7s;
    border: 2px double #f9a741;
	padding: 20px;
}
.cta-button:hover, .cta-button:focus {
	color: var(--contrast-color);
	border: 2px double var(--contrast-color);
	background-color: white;
}
.slider-section {
	padding: 30px 0px;
}
.how-we-operate {
	padding: 30px 0px;
}
.how-we-operate img {
	opacity: 1;
	display: block;
	margin: auto;
	border-radius: 15px;
}
.how-we-operate h4, .they-support h4 {
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 15px;
}
.how-we-operate p {
	margin-top: 10px;
	color: var(--contrast-color);
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}
.they-support h4{
	color: white;
}
.they-support img {
	border-radius: 50%;
	box-shadow: 0 5px 5px rgba(0, 0, 0, .3);
}
.they-support {
	padding: 30px 0px 40px 0px;
	background-image: url("../img/grass.jpg");
	background-size: 100% 100%;
}

/*========================contacts=========================*/
section.top-title {
	padding: 200px 0px 20px 0px;
	background-image: url("../img/cat-puppy-white.jpg");
	background-size: 100%;
	background-color: white;
	background-repeat: no-repeat;
	margin-bottom: 60px;
}
.contacts-section {
	margin-bottom: 60px;
}
.contacts-section p{
	color: var(--contrast-color);
	font-size: 18px;
}

/*========================uslugi=========================*/
p.form-text {
	margin-bottom: 0px;
}
#totalmessage {
	color: red;
	font-weight: bold;
}
#successmessage {
	color: green;
	font-weight: bold;
}
p.uslugi-small {
	font-size: 14px;
}
p.uslugi {
	font-weight: bold;
	margin-bottom: 0px;
}

/*========================sponsoram=========================*/
.modal {
	background: rgba(0,0,0,0.7);
	padding: 15px;
}
.gallery-item  {
	position: relative;
}
.gallery-item .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	color: white;
	font-family: "Kurale", serif;
	font-size: 200px;
	font-weight: normal;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 20px;
	z-index: 1;
	opacity: 0;
	transition: opacity 0.5s ease;
}
.gallery-item:hover .overlay {
	opacity: 1;
}
.list-group-flush .list-group-item {
	transition: 0.5s ease;
	font-size: 16px;
}
.list-group-flush .list-group-item:hover {
	padding-left: 50px;
}
.list-group-flush .list-group-item:hover i.fa-solid{
	color: #f9a741;
}
p.list-group-flush {
	margin-bottom: 0px;
}

/*========================FAQ=========================*/
.accordion-body p {
	margin-bottom: 5px;
	font-size: 14px;
}
.accordion-body ul {
	margin-bottom: 5px;
}

/*========================otzyvy=========================*/
.cases {
	border: 1px solid grey;
	border-radius: 15px;
    padding: 20px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, .3);
}
.cases p {
	margin-bottom: 5px;
	font-size: 14px;
}
.cases ul {
	margin-bottom: 5px;
	color: var(--contrast-color);
}
p.case-header{
	color: var(--contrast-color);
	font-size: 18px;
}

/*========================o-nas=========================*/
.social-mission .card {
  transition: all 0.3s ease;
}
.social-mission .card:hover {
  transform: scale(1.01) rotate(0deg) translate(0px, -5px) skewX(0deg);
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
  opacity: 1;
  filter: brightness(1);
}
.social-mission p.case-header, .social-results p.case-header {
	font-size: 20px;
}
.social-mission p.card-title {
	font-size: 1.25rem;
}
.social-mission p.card-text{
	font-size: 16px;
}
.social-mission .card-title i {
	color: #f9a741;
}
.social-results {
	margin-top: 24px;
}
.social-results p.card-text{
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 16px;
}
.social-results .card span.lobster-regular{
	font-size: 16px;
	transition: all 1s ease;
}
.social-results .card:hover {
	border-color: #f9a741;
}
.social-results .card:hover span.lobster-regular {
	color: #f9a741;
}

/*========================pochemu-vetmobile=========================*/
.contacts-section.govet {
	margin-bottom: 0px;
}
.why {
	border: solid 3px #f7f7f7;
	height: 100%;
}
.why:hover {
	border-color: #49A7C1;
}
.why-icon {
	background-color: #f7f7f7;
	margin-top: 16px;
	margin-left: 16px;
	height: 100px;
	width: 100px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.why:hover .why-icon  {
	background-color: #89D3E8;
}
.why h5.card-title{
	font-weight: bold;
}
.why hr {
	border: solid 3px #89D3E8;
	opacity: 1;
	width: 25%;
}
.why p.card-text{
	font-size: 16px;
}
.why ul li {
	font-size: 16px;
	color: var(--contrast-color);
}
.move:hover .vehicle {
	margin-left: 600px;
	background: url("../img/vehiclegif.gif") no-repeat;
}
.vehicle {
	width: 511px;
	height: 268px;
	background: url("../img/vehicle.png") no-repeat;
	transition: all 10s ease-out 0.5s;
	border: solid 0px black;
}

/*========================footer=========================*/
.animal-count, .animal-count div {
    background: url(../img/counter-bg.png) no-repeat 0 0;
    float: right;
    height: 61px;
}
.animal-count div {
    background-position: 100% 0;
    width: 10px;
    position: absolute;
    right: 0;
    top: 0;
}
.animal-count {
    padding: 10px 20px;
    position: relative;
}
.animal-count span {
    background: url(../img/counter.png) no-repeat 0 0;
    color: #ffffff;
    display: block;
    float: left;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    margin: 0 0 0 8px;
    text-align: center;
    width: 24px;
}
.animal-count span.first {
    margin-left: 0;
}
.toprow {
	padding-top: 30px;
	background-color: white;
}
.toprow p {
	text-align: right;
	color: black;
	font-size: 20px;
}
.bottomrow {
	background-color: #063086;
	color: white;
}
.bottomrow p.slogan {
	font-size: 20px;
	margin-top: 50px;
	color: white;
}
.bottomright {
	text-align: left;
	padding: 20px 12px 0px 40px;
	border: solid 0px orange;
}
.bottomright p, .bottomright a {
	font-size: 16px;
	margin-top: 30px;
	color: white;
}
.bottomright a.e-mail {
	display: block;
	margin-bottom: 30px;
} 

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {
	.contacts-section.govet {
		margin-bottom: 60px;
	}
}
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	section.top-title {
		padding: 150px 0px 40px 0px;
		background-image: url("../img/cat-puppy-white-album.jpg");
	}
	.why-icon {
		margin-left: 10px;
		height: 90px;
		width: 90px;
	}
}
@media only screen and (min-width : 1200px) {
	.why-icon {
		margin-left: 16px;
		height: 100px;
		width: 100px;
	}
}
@media only screen and (max-width : 991px) {
	.navbar-nav a {
		color: #4d4d53;
		font-size: 14px;
		font-family: "Gabriela", serif;
		font-style: normal;
		letter-spacing: 1px;
	}
	section.main-vetmobile {
		padding: 60px 0px 20px 0px;
	}
	.toprow p {
		font-size: 18px;
	}
	.why {
		margin-bottom: 16px;
		height: auto;
	}
}
/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
	section.main-vetmobile {
		padding: 20px 0px 20px 0px;
		background-image: url("../img/white-bg-dog-stethoscope-vertical.jpg");
	}
	.they-support img {
		margin-bottom: 15px;
	}
	.toprow p {
		text-align: left;
	}
	.animal-count {
		float: left;
	}
	.catanddog {
		text-align: end;
	}
	.bottomright p, .bottomright a {
		font-size: 14px;
	}
	.bottomright p{
		margin-top: 10px;
	}
	.bottomrow p.slogan {
		font-size: 18px;
		margin-top: 30px;
	}
	.bottomright {
		padding-left: 20px;
	}
	.bottomright a.e-mail {
		margin-bottom: 20px;
		margin-top: 20px;
	} 
	section.top-title {
		padding: 100px 0px 20px 0px;
		margin-bottom: 30px;
	}
	.contacts-section {
		margin-bottom: 30px;
	}
	.gallery-item .overlay {
		font-size: 150px;
	}
}
@media only screen and (max-width : 575px) {
	.dropdown {
		margin-top: 0px;
	}
	.navbar-nav a.nav-link {
		font-size: 14px;
	}
	.header-top {
		background-image: url("../img/paws-bg-white.jpg");
		background-size: 100%;
	}
	.top-cols-sides {
		padding-top: 15px;
	}
	.main-vetmobile h1 {
		font-size: 20px;
	}
	.main-vetmobile h3 {
		font-size: 15px;
	}
	.cta-button {
		padding: 10px;
		font-size: 12px;
	}
	.bottomrow {
		padding-bottom: 8px;
		padding-top: 0px;
	}
	.bottomright p{
		margin-top: 30px;
	}
	.bottomrow p.slogan {
		font-size: 18px;
		margin-top: 0px;
	}
	#phone {
		margin-top: 15px;
	}
	.gallery-item{
		margin-bottom: 25px
	}
	.cases {
		padding: 15px;
		margin-right: 0px;
		margin-left: 0px;
	}
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	.top-cols-sides {
		padding-top: 15px;
	}
	.slider-section {
		padding: 15px 0px;
	}
	.how-we-operate {
		padding: 15px 0px;
	}
	section.main-vetmobile {
		margin-bottom: 15px;
	}
	.bottomright a.e-mail {
		margin-bottom: 20px;
		margin-top: 20px;
	} 
	.bottomright {
		padding-left: 12px;
	}
	section.top-title {
		padding: 70px 0px 20px 0px;
	}
}
@media only screen and (max-width : 380px) {
	.header-top {
		background: url("../img/paws-bg-white2.jpg") repeat-y;
		background-size: 100%;
	}
	.cta-button {
		padding: 5px;
	}
	.support {
		margin-top: 0px;
	}
	.bottomright p{
		margin-top: 20px;
	}
	.bottomright p, .bottomright a {
		font-size: 12px;
	}
}