/*!
Theme Name: medus2.0
Author: BGR
Description: Description
Version: 1.0.0
Tested up to: 7.0
Requires PHP: 7.0
*/

@import "assets/css/slick.css";
/*@import url('https://fonts.googleapis.com/css2?family=Biryani:wght@400;500;600;700;800;900&family=Montserrat:wght@400;500;600;700;800;900&display=swap');*/

@charset 'UTF-8';

h1, h2, h3, h4, h5, h6{
font-style: normal;
font-weight: 800;
line-height: 49px;
text-transform: uppercase;
color: #444444;
}

h1{
	font-size: 60px;
}
h2{
	font-size: 40px;
}
h3{
	font-size: 30px;
}
h4{
	font-size: 24px;
}

body{
	font-family: 'Inter', sans-serif!important;
	color: #444444;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 35px;
	background: #F8F9FF;
}
a{
	color:#269F6A;
}
a:hover{
	color:#228358;
}

.mt20{
margin-top:-30px;
}


.tab-block{
	background: #E1F2EB;
border-radius: 10px;
	height: 168px;
}
.tab-block_num {
font-style: normal;
font-weight: 400;
font-size: 35px;
line-height: 43px;
color: #444444;
	display:inline-block;
	padding: 0 30px;
}
.tab-block_title .im {display:inline-block;
margin: 0 20px;
    position: absolute;
    width: 200px;
  
    top: -14px;
}
.tab-block_title {display:inline-block;
font-style: normal;
font-weight: 600;
font-size: 35px;
line-height: 43px;
text-transform: uppercase;
color: #444444;
border-radius: 20px;
}
.tab-block_title img{margin:0 20px;}

.tab {
  position: relative;
  margin-bottom: 50px;
  width: 100%;
  color: #444; 
}
.tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.tab label {
  position: relative;
  display: block;
  padding: 0 0 0 1em;
  background: #E1F2EB;
  font-weight: bold;
  line-height: 2.4;
  cursor: pointer;
}
.tab .num {font-weight: 400;}
.tab-content ul{margin-top:20px;}
.tab-content ul li {display: flex;    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
border-bottom: 1px solid #C0C0C0;padding: 4px 0px;
}
.tab-content ul li:nth-last-child(1) {
	border-bottom: none;
}
.tab-content ul li .u_name {
  width: 90%;  
}
.tab-content ul li .u_price {
  width: 10%;  
}
.tab-content {
font-weight: 400;
font-size: 20px;
line-height: 35.3px;	
}
.u_price{color:#096A8A;}

.tab-content {
padding: 0px 120px;
  max-height: 0;
  overflow: hidden;  
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
}
.blue .tab-content {
  background: #3498db;
}
.tab-content p {
  margin: 1em;
}
/* :checked */
.tab input:checked ~ .tab-content {
  max-height: 300vh;
}

/* Icon */
.tab label::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
.tab input[type=checkbox] + label::after {
      top: 25px;
    right: 30px;
  color: transparent;
  background: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjM0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIzNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOC41OSAxNi4zNGw0LjU4LTQuNTktNC41OC00LjU5TDEwIDUuNzVsNiA2LTYgNnoiLz48L3N2Zz4=") no-repeat 50% 50% / 1em 1em;
  width: 1em;
  height: 1em;  
  content: "";
  position: absolute;
  transition: transform .5s;

}
.tab input[type=radio] + label::after {
  content: "\25BC";
}
.tab input[type=checkbox]:checked + label::after {
  transform: rotate(90deg);
}
.tab input[type=radio]:checked + label::after {
  transform: rotateX(180deg);
}



.viduslug{position: relative;}
.viduslug:before{
	background: url(/wp-content/themes/medus2.0/assets/images/dist/blogo.svg);
    content: "";
    width: 38%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
	top: -25px;
}
.viduslug-bg{
background: #FFFFFF;
box-shadow: 0px 4px 30px rgba(24, 118, 148, 0.3);
border-radius: 10px;
}

.med-speci-h{
	position: relative;
}
.med-speci-h:after{
	background: url(/wp-content/themes/medus2.0/assets/images/dist/cspec-h.svg);
    content: "";
    width: 100%;
    height: 35px;
    display: block;   
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.med-speci-t{
	position: relative;
}
.med-speci-t:after {
    background: url(/wp-content/themes/medus2.0/assets/images/dist/cspec-t.svg);
    content: "";
    width: 100%;
    height: 100px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
	background-position: center;
}
.med-speci:before{
	background: url(/wp-content/themes/medus2.0/assets/images/dist/cspec.svg);
    content: "";
    width: 94%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    /* background-position: center; */
    right: 10px;
    left: 10px;
    margin-left: auto;
    margin-right: auto;
}
.med-speci-bg{
background: #FFFFFF;
box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.16);
border-radius: 10px;	
height: 360px;
}

.med-speci-bg .bname{
font-weight: 600;
font-size: 20px;
line-height: 35px;
text-align: center;

color: #444444;	
}

.med-speci-bg .name{
font-weight: 400;
font-size: 20px;
line-height: 35px;
text-align: center;

color: #444444;
}
.med-speci-bg .img-fluid{
	border-radius: 10px;
	margin: 10px 0px;
}

.med-speci-brg{
	position: absolute;
    bottom: 40px;
    margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
	background: linear-gradient(125.11deg, #096A8A 3.84%, #197695 52.57%, #096A8A 98.13%);
border-radius: 10px;
	font-weight: 300;
font-size: 20px;
line-height: 35px;
text-align: center;
width: 80%;
color: #FFFFFF;
}

.logoText {
    text-transform: uppercase;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    font-size: 26px;
    line-height: 30px;
    color: #23347A;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}


.nav-link{
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 35px;
color: #444444;
}

.med-btn-head{
font-weight: 700;
font-size: 20px;
line-height: 24px;
text-transform: uppercase;
color: #FFFFFF;
background: #269F6A;
box-shadow: 4px 7px 30px rgba(38, 159, 106, 0.17);
border-radius: 10px;
padding: 20px 25px;
}

.med-btn-head:hover{
	background: #228358;
	color: white;
}
.med-ocentre{
	position: relative;
	
}
.med-ocentre-bg{
	background-image: url(/wp-content/themes/medus2.0/assets/images/dist/center.png);
	background-size: cover;
    background-repeat: no-repeat;
	border-radius: 15px;
	position: relative;
}
	
.med-ocentre-bg:after {
    background: url(/wp-content/themes/medus2.0/assets/images/dist/ochead.svg);
    content: "";
    width: 64px;
    height: 100px;
    display: block;
    position: absolute;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
	left: 30px;
}
.med-ocentre-bg:before {
    background: url(/wp-content/themes/medus2.0/assets/images/dist/ocbott.svg);
    content: "";
    width: 30px;
    height: 100px;
    display: block;
	position: absolute;
    z-index: 1;
	right: 36px;
    top: -20px;
    background-size: contain;
    background-repeat: no-repeat;	
}

.med-ocentre p{
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 24px;
color: #444444;
}
.med-ocentre-img{
	border-radius: 10px;
}
.med-info{
	position:relative;
}
.med-info:before{
	   background: url(/wp-content/themes/medus2.0/assets/images/dist/luch.svg);
   content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: -20px;
}

.med-info-l:after{
 background: url(/wp-content/themes/medus2.0/assets/images/dist/lbutt.svg);
    content: "";
    width: 100%;
    height: 300px;
    margin-top: -125px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
	background-position: left;	
}
.med-info-bg{
background: linear-gradient(125.11deg, #096A8A 3.84%, #197695 52.57%, #096A8A 98.13%);
border-radius: 10px;
color: white;	
}

.med-info-bg .disname{
font-weight: 800;
font-size: 35px;
line-height: 43px;
text-transform: uppercase;
color: #FFFFFF;
}
.med-info-bg .disinfo{
font-weight: 400;
font-size: 20px;
line-height: 35px;
text-transform: uppercase;

color: #FFFFFF;
}


.med-speci p{
font-weight: 400;
font-size: 20px;
line-height: 35px;

color: #444444;
}



/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-size: 30px;
    line-height: 1;

    opacity: .75;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 0px;
	background:url(/wp-content/themes/medus2.0/assets/images/dist/leftb.svg);
	width: 42px;
	height: 42px;	
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
    background-position: center;
}

.slick-next
{
    right: 0px;
	background:url(/wp-content/themes/medus2.0/assets/images/dist/rightb.svg);
	width: 42px;
	height: 42px;	
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
    background-position: center;
}



.slick-list{
	margin: 0 25px;
	padding: 0px!important;
}


/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: 25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


.slidecenter .sbl_img { 
background: #096A8A; 
height:124px;
width: 140px;
border-radius: 25px;
	margin: 0 auto;
}

.slidecenter .slick-center .sbl_img{
background: #096A8A;  
 
	width: 152px;
	height: 134px;

 
    border-radius: 25px;
	margin: 0 auto;
	margin-top: 10px;
}
.slidecenter_body{height: 200px; text-align:center;position: relative;}
.slidecenter_body span{
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 26px;
text-transform: uppercase;

/* текст */

color: #444444;}

.slidecenter .sbl_img img{
width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 25px;
}


.search-form {
    position: relative;
}

.ajax-search {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    right: 0;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    margin-top: 5px;
    max-height: 230px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 100;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #424348;
    scrollbar-color: dark;
    scrollbar-width: thin;
    overscroll-behavior: contain;
}

.ajax-search::-webkit-scrollbar {
    width: 6px;
    background-color: #eff2f3;
}

.ajax-search::-webkit-scrollbar-thumb {
    background-color: #dddddd;
    border-radius: 4em;
}

.ajax-search__item {
    position: relative;
    border-top: 1px solid rgba(224, 229, 231, 0.5);
    padding: 10px 15px;
    cursor: pointer;
    list-style-type: none;
}

.ajax-search__link {
    color: var(--accent);
    line-height: 130%;
    margin-bottom: 10px;
    font-size: 13px;
    display: block;
}

.ajax-search__excerpt {
    cursor: default;
    font-size: 11px;
    line-height: 140%;
}

.ajax-search__not-found {
    font-size: 12px;
}


.search {
	border: 2px solid #35859B;
filter: drop-shadow(4px 7px 30px rgba(38, 159, 106, 0.31));
border-radius: 10px;
	width: 100%;
height: 43px;
	color: #7C857C;
	padding-left: 40px;
}
.search-form{
	position:relative;
}
.icon_search{
z-index: 999999999999;  
    position: absolute;
    left: 20px;
    top: 4px;
	}
.search::placeholder{
	padding-left: 40px;
}


hr {
  border: none;
  height: 1px;
  /* Set the hr color */
  color: #333;  /* old IE */
  background-color: #333;  /* Modern Browsers */
}




#med-alert{
	background: #26a06b;
	color: white;
}

#med-alert p {
	color: white;
}

.med-shir{
	font-weight: 600!important;
}
.dflex{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.pzhir{
	font-size: 20px;
    font-weight: 800;
}
.location{
	background:url(/wp-content/themes/medus2.0/assets/images/dist/location.svg);
	width: 32px;
	height: 32px;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
    background-position: center;
}

.timer{
	background:url(/wp-content/themes/medus2.0/assets/images/dist/timer.svg);
	width: 32px;
	height: 32px;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
    background-position: center;
}

.phone{
	background:url(/wp-content/themes/medus2.0/assets/images/dist/phone.svg);
	width: 32px;
	height: 32px;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
    background-position: center;
}


.adr{
	background:url(/wp-content/themes/medus2.0/assets/images/dist/adr.svg);
	width: 32px;
	height: 32px;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
    background-position: center;
}

.tr{
	text-align: right;
}

.us_inp{
	border: 2px solid #35859B;
    border-radius: 10px;
    width: 100%;
    height: 43px;
    color: #7C857C;
    padding: 0 10px;
}


@media(max-width: 991px){
	
	.tab label{
	display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
	}
	
	.tab .num{
	display: block;
    width: 22%;
	}
	
	.tab-block_title .im{
	display: block;
    position: relative;
    width: 50%;
	}
	
	.tab .tit{
	width: 100%;
    margin: 0px auto!important;
    display: block;
    position: relative;
    word-break: break-all;
    /* overflow: hidden; */
    font-size: 20px;
    text-align: center;
	}
	
	.tab-content{
		padding: 0px 20px;
	}
	.tab-content ul li .u_price {
    width: 25%;
	}
	
	.us_inp{
		margin: 10px auto;
    width: 100%;
    display: block;
	}
}