/* SECTION NUMBER */
.section-number {
	padding: 3rem 0;
}

.section-number .card-item{
	padding: 1.5rem 1.5rem 5rem 1.5rem;
	height: 100%;
	position: relative;
	border: 10px solid transparent;
	background-color: #fff;
}

.section-number .card-item .text{
	font-size: 1.2rem;
	position: relative;
	z-index: 5;
	top: 60px;
}

.section-number .card-item .label{
	position: absolute;
	bottom: 95px;
/*	right: -10px;*/
	background-color: #fff;
	z-index: 1;
	padding: 0 2rem 0 2rem;
	line-height: 1;
	font-weight: bold;
/*	font-size: 7rem;*/
	white-space: nowrap;
}

.section-number .card-item .label span{
	font-size: 2.4rem;
}

/* SECTION DIRECTION */
.section-direction-front {
	height: 100%;
	padding: 0;
}

.section-direction-front .item {
	position: relative;
	overflow: hidden;
	height: 100%;
}

.section-direction-front .item .item-head {
	height: 100%;
	padding: 2rem 3rem;
	color: #fff;
}

.section-direction-front .item .title-head {
	font-size: 2rem;
	margin-bottom: 1rem;
}

.section-direction-front .item .text-head {
	font-size: 1.125rem;
}

.section-direction-front .item .name-btn {
	border-color: #fff;
	color: #000;
}

.section-direction-front .item-1 > div {
	background-color: #1473B2;
}

.section-direction-front .item-2 > div {
	background-color: #0FBCF9;
}

.section-direction-front .item-3 > div {
	background-color: #059FA5;
}

.section-direction-front .item .item-body {
	padding: 2rem 3rem;
	color: #fff;
	display: none;
	opacity: 0.8;
}

.section-direction-front.fancybox-content .item .item-body {
	display: block;
}

.section-direction-front .item .item-img {
	position: absolute;
	left: 0;
	bottom: 0;
	max-width: 100%;
	height: auto;
	z-index: -1;
}

.section-direction-front .item .item-list {
	list-style: none;
	font-size: 1.2rem;
	color: #fff;
	padding-left: calc(1rem + 16px);
}

.section-direction-front .item .item-list li {
	margin-bottom: 1rem;
	color: #fff;
	position: relative;
}

.section-direction-front .item .item-list a {
	color: #fff;
}

.section-direction-front .item .item-list a:hover {
	opacity: .75;
}

.section-direction-front .item .item-list li::before {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 14.6666C11.6819 14.6666 14.6667 11.6819 14.6667 7.99998C14.6667 4.31808 11.6819 1.33331 8 1.33331C4.3181 1.33331 1.33333 4.31808 1.33333 7.99998C1.33333 11.6819 4.3181 14.6666 8 14.6666Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 10.6666L10.6667 7.99998L8 5.33331' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.33333 8H10.6667' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: none;
	background-position: center;
	background-size: contain;
	width: 1.2rem;
	height: 1.2rem;
	display: inline-block;
	position: absolute;
	left: calc(-1rem - 16px);
	top: 3px;
}

/* VIDEO */
.section-video {
	padding: 1rem 0;
	position: relative;	
	background-color: #1473B2;
}

.section-video .title{
	font-size: 2.6rem;
	font-weight: bold;
	color: #fff;
	padding: 0 0 1.25rem 0;
}

.section-video .text{
	font-size: 1.125rem;
	color: #fff;
}

.section-video .video-item{
	border-radius: 1rem;
}

.section-video .btn-primary {
    color: #fff;
}

.section-video .btn-primary:hover {
	color: #63E9FF;
}

.section-video [data-shift].btn::after {
	background-color: #1473B2;
}

/* PARTNERS */
.section-partnership-front {
	padding: 3rem 0;
}

.partnership-front-img {
	object-fit: contain;
	max-width: 100%;
	height: auto;
	max-height: 80px; 
	margin-bottom: 30px;
}

.section-partnership-front .img-row{
	margin-right: -30px;
	margin-left: -30px;
}

.section-partnership-front .img-row > [class*="col-"]{
	padding-right: 30px;
	padding-left: 30px;
}

/* FOTO */
.section-foto {
	position: relative;
	padding-bottom: 45px;
}

.section-foto:before {
	content: '';
	width: 100%;
	height: 290px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #1473B2;
	-moz-border-radius: 0px 0px 80px 0px;
	-webkit-border-radius: 0px 0px 80px 0px;
	border-radius: 0px 0px 80px 0px;
}

.foto-link {
	width: 160px;
	line-height: 48px;
	text-align: center;
	color: #fff;
	border: 3px solid #63E9FF;
}

.foto-link:hover {
	color: #fff;
	text-decoration: none;
	border-color: #fff;
}

/* SCROLLBAR */
ul#scroll-bar {
	position: fixed;
    display: none;
    flex-direction: column;
    top: 40%;
    left: 25px;
    transform: translate(0, -50%);
    list-style-type: none;
    z-index: 10000;
}

ul#scroll-bar li {
    height: 20px;
    width: 20px;
    transition: all 0.2s ease-in-out;
	cursor: pointer;
	position: relative;
}

ul#scroll-bar li::before {
	position: absolute;
	content: "";
    height: 2px;
    width: 20px;
    background-color: #363636;
	top: 9px;
	transition: all 0.2s ease-in-out;
}

ul#scroll-bar li.scrollbar-item-active::before {
    background-color: #63E9FF;
	width: 40px;
	height: 2px;
}

@media (min-width: 992px) {
	
	.section-video {
		padding: 3rem 0;
		position: relative;	
		background-color: transparent;
	}	
	
	.section-video::after {
		position: absolute;
		content: "";
		top: 0;
		left: 0;
		height: 100%;
		width: 50%;
		border-radius: 0px 0px 5rem 0px;
		background: url(../img/medscan_bg.png) #1473B2 no-repeat center;
	}	
	
	.section-direction-front .item .item-body {
		display: block;
		height: 100%;
	}
	
}

@media (min-width: 1400px) {
	
	ul#scroll-bar {
		display: flex;
	}
	
}

@media (max-width: 991px) {
	
	.partnership-front-img {
		max-height: unset; 
		margin: 15px 0;
	}
	
	.section-foto:before {
		height: unset;
		top: 30%;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
	}
	
}

@media (max-width: 575px) {
	
	.section-number .card-item {
		height: 110px;
	}
	
	.section-number .card-item .text {
		padding-left: 102px;
		font-size: 1rem;
	}
	
	.section-number .card-item .label {
		width: 135px;
		text-align: center;
		right: unset;
		bottom: unset;
		top: -40px;
		left: -10px;
	}
	
	.section-number .card-item .label span {
		font-size: 100px;
	}
	
	.section-number .card-item.small .label {
		text-align: right;
	}
	
	.section-number .card-item.small .label span {
		font-size: 80px;
		display: block;
	}
	
	.section-direction-front .item .text-head {
		font-size: 1.066rem;
	}
	
}

@media (max-width: 320px) {
	
	.section-direction-front .item .title-head {
		font-size: 1.6rem;
	}
	
}
@media (max-width: 575px){
    .section-number .card-item {
        border-color: #3DD9E6;
        display: flex;
        align-items: center;
        padding: 10px;
    }
    body .section-number .card-item .label{
width: initial;
    top: 5px;
    font-size: 50px;
    left: 60px
    }
    .section-number .card-item .text{
	    padding: 0;
    margin-bottom: 80px;
	}
	.section-number .card-item{
    	justify-content: center;
	}
}
@media (min-width: 992px) and (max-width: 1200px){
	body .section-number .card-item .label{
		font-size: 55px;
	}
}
@media (min-width: 576px) and (max-width: 768px){
	body .section-number .card-item .label{
		font-size: 65px;
	}
}
.mobile-accordeon-menu-item-list__wrapper{
    height: 0px;
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.mobile-accordeon-menu-item-list__wrapper .item-list{
    padding-bottom: 0.2rem;
}
.footer .mobile-accordeon-menu .item .mobile-accordeon-menu-item-title{
    margin: 0;
    cursor: pointer;
    margin-bottom: 1rem;
}
.footer .mobile-accordeon-menu .mobile-accordeon-menu-item{
    margin: 0;
}
.mobile-accordeon-menu{
    padding-top: 10px;
}
#clinicslist .clinic-container .clinic-name a{
    color: #485460;
    text-decoration: none;
}
#clinicslist .clinic-container .clinic-name a:hover,
#clinicslist .clinic-container .clinic-name a:active{
    color: #00B6B0;
    text-decoration: none;
}

/* FORM MAIN */
.form input[type=email],
.form input[type=tel],
.form input[type=text] {
  display: block;
  width: 100%;
  background-color: transparent;
  border-top: none;
  border-right: none;
  border-left: none;
  padding: 9px 0
}
.form .form-group {
  margin: 10px 0
}
.form-line {
  margin: 60px 0 70px;
}
.form-line label {
  margin-bottom: 0
}
.form-line .input-group {
  padding-right: 1rem
}
.form-line-title {
  font-size: 30px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  margin: 55px 0 10px;
  z-index: 1
}
.form-line-desc {
  font-size: 24px;
  font-weight: 700;
}
.form-line.blue-block input[type=email],
.form-line.blue-block input[type=tel],
.form-line.blue-block input[type=text] {
  border-bottom: 1px solid #4FAAE7;
  color: #4FAAE7;
}
.form-line.blue-block input.invalid {
  border-color: #ff2424;
}
.form-line.blue-block input::-webkit-input-placeholder {
  color: #4FAAE7;
}
.form-line.blue-block input::-moz-placeholder {
  color: #4FAAE7;
}
.form-line.blue-block input:-ms-input-placeholder {
  color: #4FAAE7;
}
.form-line.blue-block input:-moz-placeholder {
  color: #4FAAE7;
}
.form-line.blue-block input::-placeholder {
  color: #4FAAE7;
}
.form-line.blue-block .justify-content-between > .col:first-of-type .img-block {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.form-line.blue-block .justify-content-between > .col:first-of-type .img-block img {
  margin-top: auto;
  max-width: 100%;
  height: auto;
}
.form-line.blue-block .justify-content-between > .col:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 1.5rem;
  margin-top: auto
}
.form-line.blue-block .justify-content-between > .col .block-title {
  -ms-flex-item-align: baseline;
  align-self: baseline
}
.form-line.blue-block a {
    color: #4FAAE7;
    text-decoration: underline;
}
.blue-block {
  position: relative;
  border-bottom-right-radius: 80px;
  color: #485460;
  overflow: hidden;
  z-index: 2;
}
.blue-block:before {
  position: absolute;
  content: '';
  display: block;
  right: 0;
  background-color: #EEF7FF;
  bottom: 0;
  left: 0;
  height: calc(100% - 20px);
  z-index: -1
}

.form-line .btn-third {
    color:#fff;
    background-color:#1286D2;
}

.form-line .btn-third:hover {
    color:#fff;
    background-color:#4FAAE7;
}

@media (max-width: 1200px) {
    
    .form-line .btn-third {
        font-size: 1rem;
    }
    
}

@media (max-width: 767px) {
    
    .form input[type=email],
    .form input[type=tel],
    .form input[type=text] {
        font-size: 1.2rem
    }
    .blue-block {
        border-bottom-right-radius: 45px;
        padding-bottom: 1rem
    }
    
}

@media (max-width: 576px) {
    
    .form-line p {
        font-size: 1.1rem
    }
    
}