
@font-face {
font-family: "Geometria"; 
src: url("../fonts/Geometria/Geometria.ttf") format("truetype"); 
font-style: normal; 
font-weight: normal; 
} 

body{
	/* font-family: 'Open Sans', sans-serif; */
	font-family: 'Geometria';
}

main{
	min-height:78vh;
}

textarea:focus, 
textarea.form-control:focus, 
input.form-control:focus, 
input[type=text]:focus, 
input[type=password]:focus, 
input[type=email]:focus, 
input[type=number]:focus, 
[type=text].form-control:focus, 
[type=password].form-control:focus, 
[type=email].form-control:focus, 
[type=tel].form-control:focus, 
[contenteditable].form-control:focus {
  box-shadow: none!important;
  outline: none !important;
}


@media (min-width: 1200px)
{
	.container {
		max-width: 1300px!important;
	}
}

.bg-blue{
	background:#53cbe8;
}

.bg-light-blue{
	background:#f1f3f7;
}	

.py-block{
	padding-top:5.5rem;
	padding-bottom:5.5rem;
}

.font-weight-medium{
	font-weight:600;
}

.f-title-lg{
	font-size:3rem;
	line-height: 1;
}

.f-title-lg-2{
	font-size:2rem;
	line-height: 1.2;
}

.f-title-md{
	font-size:1.15rem;
	line-height: 1;
}

.btn-light {
    font-weight: 600!important;
    color: #53cbe8!important;
    background-color: #ffffff!important;
    border-color: #ffffff!important;
	
	border-radius: .45rem!important;
	padding: .675rem 1.675rem!important;
	/* line-height: 2; */
}

.btn-info {
    font-weight: 600!important;
    color: #ffffff!important;
    background-color: #53cbe8!important;
    border-color: #53cbe8!important;
	
	border-radius: .45rem!important;
	padding: .675rem 1.675rem!important;
}
.btn-info:hover {
    color: white!important;
    background-color: #44aedc!important;
    border-color: #44aedc!important;
}

.text-blue{
	 color: #05c4f4;
}

.btn-light:hover {
    color: #ffffff!important;
    background-color: #53cbe8!important;
    border-color: #ffffff!important;
}

.text-grey{
	color:#c1c1c1;
}

.text-grey-d{
	color:#9a9a9a;
}

.bg-card{
	background-position:center!important;
	background-size:cover!important;
	background-repeat:no-repeat!important;
	height:25rem;
	width:100%;
	
}

.bg-card.min {
	height:20rem!important;
}

.border-top.bg-card{
	border-top-right-radius: 7px!important;
    border-top-left-radius: 7px!important;
}

.border-left.bg-card{
	border-bottom-left-radius: 0px!important;
	border-top-left-radius: 0px!important;
	
	border-bottom-right-radius: 10px!important;
	border-top-right-radius: 10px!important;
}

.card{
	border-radius: 10px;
}

.card {
    border: 0px solid rgb(0 0 0 / 0%)!important;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0);
	letter-spacing: 1.8px;
	font-size: 15px;
}

.phone-link{
	letter-spacing: 0px!important;
}

.navbar-light .navbar-nav a.nav-link.active {
    color: rgb(83 203 232);
}

.rounded-block{
	border-radius:6px;
}

.a-link{
	color: #9ca2ad;
	font-size:15px;
}

.a-link.active{
	color: black;
}

.a-link:not(:last-child):after{
	content:'|';
	padding-left: 10px;
    padding-right: 1px;
	color: #505567;
	font-size: 14px;
}

.l-h-2{
	line-height: 2;
}


@media screen and (min-width: 900px){  
  
  .px-block{
		padding-left: 5rem!important;
		padding-right: 5rem!important;
	}
	
	
	.card-columns {
		column-count: 2!important;
		column-gap: 3.25rem!important;
	}
  
  
}
@media screen and (max-width: 900px){  
  
    .bg-card{
		height: 18rem!important;
	}
	
	.border-left.bg-card{		
		border-bottom-right-radius: 0px!important;
		border-top-right-radius: 0px!important;
	}
	
	.py-block {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
	
	.bg-white-xs{
		background:white!important;
	}
	
	.bg-light-blue-xs{
		background:#f1f3f7!important;
	}
	
	.slider-img{
		height:26rem!important;
	}
	
	.f-5{
		flex:4!important;
	}
  
}

.button.owl-next:focus-visible, .button.owl-prev:focus-visible{
	outline: unset!important;
}

.owl-theme .owl-nav [class*='owl-']:hover 
{
    background: transparent!important;
    color: #53cbe8!important;
}


.dropdown-item.active, .dropdown-item:active {
    background-color: #53b4e8!important;
}

.input-minimal{
	background-color:white;
	border:unset;
	color:black;
	border-radius:10px;	
	display: block;
    width: 100%;
    padding: .875rem 3.75rem;
    font-size: 1rem;
    line-height: 1.5;
	
	position: relative; 
}

.input-wrapper {
	display:inline-block;
	position: relative
}

.input-wrapper.i-search:after {
	content: "\F349";
	font: normal normal normal 24px/1 "Material Design Icons";
	position: absolute;
    left: 22px;
    margin-top: -36px;
}

.title-cat{
	font-size:17.5px;
}

.play-hover {
	position: relative;
}


.play-hover:before {
    position: absolute;
    width: 50px;
    height: 50px;
    content: url('/planeta-doctorov/public/img/front/play.png');
    z-index:100000;
	left: 43%;
    top: 44%;
	
	cursor:pointer;
}

.play-hover.process:before{
	content: ''!important;
}

.play-hover.process{
	filter: grayscale(1)!important;
	cursor:default!important;
}

/* .play-hover:hover:before { */
	/* width: 58px; */
    /* height: 58px; */
	
/* } */


.doctor-service{	
	background-position:center!important;
	background-size:cover!important;
	height:8rem;
	border-radius:7px;
}

.service-text{
	font-size:14px;
}

.doctor-block{
	min-height:8.5rem;
}
.doctor-min-block{
	min-height:3.5rem;
}

.doctor-specialty{
	font-size: 13px;
}

.doctor-about{
	font-size: 14px;
}


.text-body{
	font-size:18px;
}

@media (min-width: 1200px) { 
	
	.pt-lg-xl{
		padding-top:140px!important;
	}
}

.slider-img{
	height:39rem;
	background-size:cover!important;
	background-repeat:no-repeat!important;
}

.bg-doc{
	border-radius:10px;
	height:32rem;
	background-size:cover!important;
	background-repeat:no-repeat!important;
	background-position:center!important;
}

.f-5{
	flex:5;
}
.f-1{
	flex:1;
}

.adress_contacts:hover{
	cursor:pointer;
	text-decoration:underline;
}
.modal-header{
	border-bottom: 0!important;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #c01818!important;
}

.p-relative{
	position:relative;
}

.p-absolute{
	position:absolute;
}

.cart{
	margin-top:-5px;
	
    padding-left: 0.5em!important;
    padding-right: 0.4em!important;
    padding-top: 0.3em!important;
}

.bg-lgrey {
    background: #e4ecf1;
}


.little{
	font-size:85%;
}

.block-title{
	font-size:18px;
	text-transform:uppercase;
}

.b-sides{
	font-size:13px;
	color:#a7a7a7;
	
	display: flex;
	flex-direction: row;
}

.b-sides::before, .b-sides::after{
	content: "";
	flex: 1 1;
	border-bottom: 1px solid #c5c0c0;
	margin: auto;
	margin-right: 10px;
    margin-left: 10px;
	
}
