@font-face {
    font-family: Comfortaa-Bold;
    src: url(../../assets/fonts/Comfortaa-Bold.ttf);
}

@font-face {
    font-family: Montserrat-Medium;
    src: url(../../assets/fonts/Montserrat-Medium.ttf);
}

@font-face {
    font-family: Montserrat-Regular;
    src: url(../../assets/fonts/Montserrat-Regular.ttf);
}

.container-lg-m {
    max-width: 86%;
    margin: 0 auto;
}

p {
    color: #6d6e71;
    font-size: 16px;
    margin: 0 0 10px;
}

.languages {
    text-align: right;
}

a {
    font-size: 12px;
    color: #727E98;
    letter-spacing: 0.75px;
}

.languages a {
    margin-left: 12px;
    color: #000;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}
.hamburger {
    width: 40px;
    z-index: 999;
    padding-top: 40px;
    display: block;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.5s!important;
    -o-transition: all 0.5s!important;
    transition: all 0.5s!important;
    position: absolute;
    right: 15px;
    top: 13px;
    display: none
}

.hamburger-box {
    position: absolute;
    display: block;
    width: 34px;
    height: 24px;
    margin: 0 auto;
    top: 0;
    left: 50%;
    margin-left: -17px;
    margin-top: -12px
}

.hamburger--spring .hamburger-inner {
    top: 22px;
    -webkit-transition: background-color 0s linear .13s;
    -o-transition: background-color 0s linear .13s;
    transition: background-color 0s linear .13s
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    position: absolute;
    width: 40px;
    height: 4px;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    border-radius: 0;
    background-color: #000;
}

.hamburger--spring .hamburger-inner:before {
    top: 8px;
    -webkit-transition: top 0.1s cubic-bezier(.33333, .66667, .66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(.55, .055, .675, .19);
    transition: top 0.1s cubic-bezier(.33333, .66667, .66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(.55, .055, .675, .19);
    -o-transition: top 0.1s cubic-bezier(.33333, .66667, .66667, 1) 0.2s, transform 0.13s cubic-bezier(.55, .055, .675, .19);
    transition: top 0.1s cubic-bezier(.33333, .66667, .66667, 1) 0.2s, transform 0.13s cubic-bezier(.55, .055, .675, .19);
    transition: top 0.1s cubic-bezier(.33333, .66667, .66667, 1) 0.2s, transform 0.13s cubic-bezier(.55, .055, .675, .19), -webkit-transform 0.13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger-inner:after,
.hamburger-inner:before {
    display: block;
    content: ""
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    position: absolute;
    width: 34px;
    height: 2px;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    border-radius: 0;
    background-color: #fff;
}

.hamburger--spring .hamburger-inner:after {
    top: 17px;
    -webkit-transition: top 0.2s cubic-bezier(.33333, .66667, .66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(.55, .055, .675, .19);
    transition: top 0.2s cubic-bezier(.33333, .66667, .66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(.55, .055, .675, .19);
    -o-transition: top 0.2s cubic-bezier(.33333, .66667, .66667, 1) 0.2s, transform 0.13s cubic-bezier(.55, .055, .675, .19);
    transition: top 0.2s cubic-bezier(.33333, .66667, .66667, 1) 0.2s, transform 0.13s cubic-bezier(.55, .055, .675, .19);
    transition: top 0.2s cubic-bezier(.33333, .66667, .66667, 1) 0.2s, transform 0.13s cubic-bezier(.55, .055, .675, .19), -webkit-transform 0.13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring.is-active .hamburger-inner:after {
    top: 0;
    -webkit-transition: top 0.2s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform 0.13s cubic-bezier(.215, .61, .355, 1) 0.22s;
    transition: top 0.2s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform 0.13s cubic-bezier(.215, .61, .355, 1) 0.22s;
    -o-transition: top 0.2s cubic-bezier(.33333, 0, .66667, .33333), transform 0.13s cubic-bezier(.215, .61, .355, 1) 0.22s;
    transition: top 0.2s cubic-bezier(.33333, 0, .66667, .33333), transform 0.13s cubic-bezier(.215, .61, .355, 1) 0.22s;
    transition: top 0.2s cubic-bezier(.33333, 0, .66667, .33333), transform 0.13s cubic-bezier(.215, .61, .355, 1) 0.22s, -webkit-transform 0.13s cubic-bezier(.215, .61, .355, 1) 0.22s;
    -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
    transform: translate3d(0, 10px, 0) rotate(-45deg)
}

.hamburger--spring.is-active .hamburger-inner:before {
    top: 0;
    -webkit-transition: top 0.1s cubic-bezier(.33333, 0, .66667, .33333) 0.15s, -webkit-transform 0.13s cubic-bezier(.215, .61, .355, 1) 0.22s;
    transition: top 0.1s cubic-bezier(.33333, 0, .66667, .33333) 0.15s, -webkit-transform 0.13s cubic-bezier(.215, .61, .355, 1) 0.22s;
    -o-transition: top 0.1s cubic-bezier(.33333, 0, .66667, .33333) 0.15s, transform 0.13s cubic-bezier(.215, .61, .355, 1) 0.22s;
    transition: top 0.1s cubic-bezier(.33333, 0, .66667, .33333) 0.15s, transform 0.13s cubic-bezier(.215, .61, .355, 1) 0.22s;
    transition: top 0.1s cubic-bezier(.33333, 0, .66667, .33333) 0.15s, transform 0.13s cubic-bezier(.215, .61, .355, 1) 0.22s, -webkit-transform 0.13s cubic-bezier(.215, .61, .355, 1) 0.22s;
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
    background-color: #fff;
}

.hamburger--spring.is-active .hamburger-inner {
    -webkit-transition-delay: .22s;
    -o-transition-delay: .22s;
    transition-delay: .22s;
    background-color: transparent!important
}

#mobileMenu {
    display: none
}

#mobileMenu .nav {
    flex-direction: column;
}

.mobileSide {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99;
    top: 0;
    opacity: .9;
    left: 0;
    overflow-x: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding-top: 7%;
    background: #003664;
}

.mobileSide .bartitles .active {
    color: #fff;
    width: 100%;
}

.mobileSide .bartitles a {
    padding: 10px 0;
    display: block;
    opacity: 1;
    margin-bottom: 22%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    letter-spacing: 1px;
    font-size: 18px;
    color: #fff;
}

.add-style-mobilemenu {
    width: 100%!important;
    display: block!important
}

.bartitles {
    margin-top: 38px
}

.bar-head {
    margin-top: 37px
}

.bartitles a {
}

.bar-head a {
    color: #75391C;
    margin-right: 10px;
    font-weight: bold;
}
header.scroll-header{
    position: relative;
}
header .menu li {
    margin-left: 60px;
}

header .menu a {
    color: #000!important;
}

a:hover {
    color: #727E98;
    text-decoration: none;
}

header {
    height: 100px;
    z-index: 9999;
    position: fixed;
    width: 100%;
}

.home-carousel .item {
    position: relative;
}

.home-carousel .txtContent {
    color: #fff;
}

.home-carousel h2 {
    font-size: 28px;
}

.home-carousel h1 {
    font-size: 90px;
}

.home-carousel p {
    font-size: 25px;
    width: 44%;
    line-height: 37px;
}

.home-carousel .txtContent {
    position: absolute;
    left: 10%;
    bottom: 20%;
}

.home-carousel .owl-dots {
    position: absolute;
    left: 10%;
    bottom: 10%;
}

.home-carousel .owl-dot.active span {
    background: url('../../images/active-dot.png') no-repeat!important;
    width: 14px;
    height: 14px;
}

.home-carousel .owl-dot span {
    width: 14px!important;
    height: 14px!important;
}

.main {
    padding-top: 0;
}

.ebulten-block {
    margin-top: 120px;
    height: 151px;
    border-radius: 15px;
    background: linear-gradient(#fdfdfd 0%, #eff1f8 100%);
    border: 2px solid #d6def0;
    box-shadow: 0px 20px 60px rgba(88, 114, 201, 0.27);
    padding-top: 35px;
}

.ebulten .itemright span {
    font-size: 22px;
    color: #404755;
    font-family: Comfortaa-Bold;
}

.ebulten input {
    width: 64%;
    height: 44px;
    border: 1px solid #757D98;
    font-size: 14px;
    color: #727E98;
    letter-spacing: 0.50px;
    padding-left: 33px;
    border-radius: 5px;
    margin-right: 5%;
}

.ebulten input::placeholder {
    font-size: 14px;
    padding-left: 33px;
    color: #727E98;
    letter-spacing: 0.50px;
}

.ebulten button {
    height: 44px;
    width: 30%;
    background: #244189;
    color: #fff;
    text-align: center;
    border: 0;
    font-size: 20px;
    border-radius: 10px;
    letter-spacing: 0.04em;
}

footer {
    height: 412px;
    border-radius: 15px;
    background: linear-gradient(#fdfdfd 0%, #eff1f8 100%);
    border: 2px solid #d6def0;
    box-shadow: 0px 20px 60px rgba(88, 114, 201, 0.27);
    margin-top: 120px;
    position: relative;
}

footer .ebulten {
    position: absolute;
    width: 100%;
    top: -47%;
}

footer .menu {
    margin-top: 20px;
}

footer .menu a {
    letter-spacing: 0.08em;
    line-height: 24px;
    text-align: center;
    color: #727e98;
}

footer .menu li {
    margin: 0 30px;
}

footer .menu .nav {
    justify-content: center;
}

footer .extraMenu {
    margin-top: 22px;
    height: 77px;
    background: linear-gradient(#fdfdfd 0%, #eff1f8 100%);
    border: 2px solid #d6def0;
    box-shadow: 0px 20px 60px rgba(88, 114, 201, 0.27);
}

.footer-links {
    padding-top: 165px;
}

.our-cancer {
    width: 18%;
    height: 64px;
    border-radius: 10px;
    background: #3f639c;
    color: #fff;
    text-align: center;
    line-height: 3.2;
    display: inline-block;
}

.diagnostics-title {
    text-align: center;
}

.content-home {
    padding-top: 100px;
}

.diagnostisc-block-grid {
    margin: auto;
    width: 75%;
}
.content-home .title{
    color: #7ab800;
    font-size: 27px;
    margin-bottom: 1em;
    text-align: center;
}
.nav-new ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.nav-new ul li.nav-home {
    border-bottom: none;
}
.nav-new ul li {
    border-bottom: 1px solid #ddd;
    padding: 3px 0;
}
.nav-new ul li.current-menu-item a {
    font-weight: bold !important;
}
.nav-new ul li.nav-home a {
    text-align: center;
    background: #7ab800;
    color: #fff!important;
    font-weight: 700!important;
    margin: 7px 0;
    padding: 10px 15px;
}
.nav-new ul li a {
    display: block;
    line-height: 1.3;
    margin: 4px 0;
    color: #333 !important;
    font-weight: normal !important;
    font-size: 16px;
    transition: 0.2s;
}

.header-custom-nav {
    background-color: white;
    padding-bottom: 1%;
    padding-top: 1%;
}

.content-home .title .home-title-link {
    color: #7ab800;
    font-size: 27px;
    margin-bottom: 1em;
    text-align: center;
}

.localize-flag {
    width: 1%;
}

.locale-container-fluid {
    background-color: #ededed;
    padding-bottom: .4%;
}

#footer {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.rainbow-bg {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    background-image: url('../../images/rainbow.png');
    background-size: contain;
    background-repeat: repeat;
    height: 0.4rem;
}

.footer-left-logo {
    width: 35%;
}

.footer-top-row {
    margin-top: 3rem;
}

.footer-top-text {
    font-size: 20px;
}

.footer-menu-text {
    font-size: 20px;
    color: #7ab800;
}

.footer-menu-text-link {
    color: #7ab800;
    font-size: 20px;
}

.footer-menu-ul li:nth-child(2) {
    margin-left: 4%;
}
.footer-hr {
    border-bottom: 2px solid #a4a7a9;
}
.footer-hr-row {
    padding: 1.3%;
}
.footer-bottom-text {
    font-size: 18px;
}

.footer-bottom-box {
    margin-top: 4rem;
    border-bottom: 12px solid #7ab800;
}


.footer-bottom-data-mobile {
    margin-top: 2rem;
    display: none;
}

.hamburger--spring {
    background-color: #333;
    border-radius: 6px;
}