html{
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    margin: auto;
    padding: 0;
}

.hda{
    text-decoration: none;
}

.serva{
    text-decoration: none;
}

.about a{
    text-decoration: none;
}

header{
    width: 100%;
    height: 110px;
}

header .container{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.logo{
    width: 100px;
    margin-top: 12px;
}

.logo img{
    width: 80px;
}

.logo-text{
    width: 30%;
    font-family: TTNorms-Light; 
    font-size: 14px;
    line-height: 20px;
    margin-top: 25px;
    padding-left: 20px;
}

.adres{
    width: 30%;
    font-size: 15px;
    font-family: TTNorms-Medium; 
    line-height: 20px;
    background: url(img/placeholder.png);
    background-size: 26px;
    background-repeat: no-repeat;
    background-position: left top 5px;
    padding-left: 35px;
    margin-top: 25px;
    color: #000;
}

.adres a{
    text-decoration: none;
    color: #000;
}

.adres span{
    font-family: TTNorms-Medium; 
    font-size: 13px;
    color: grey;
}

.phone{
    width: 20%;
    font-size: 15px;
    font-family: TTNorms-Medium; 
    line-height: 20px;
    background: url(img/telephone-call.png);
    background-size: 26px;
    background-repeat: no-repeat;
    background-position: left top 5px;
    padding-left: 35px;
    margin-top: 25px;
    color: #000;
}

.phone span{
    font-family: TTNorms-Medium; 
    font-size: 13px;
    color: grey;
}

.hd-menu{
    padding-bottom: 10px;
    background: #0c77bf;
}

.hd-menu .container{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.header-button{
    padding: 20px 10px 10px 10px;
    color: yellow;
    width: 200px;
    height: 45px;
    font-family: TTNorms-Medium;
    text-align: center;
    cursor: pointer;
    font-size: 16px; 
}

.header-menu{
    width: 75%;
    height: 50px;
    color: #fff;
    padding-top: 20px;
}

.header-menu a{
    text-decoration: none;
    color: #fff;
}

.header-menu a:hover{
    color: #fff;
}

.header-menu ul{
    padding-left: 0rem;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;  
}

.header-menu ul > li{
    width: auto;
    font-family: TTNorms-Medium; 
    font-size: 16px;
    text-align: center;
    list-style: none;
    cursor: pointer;
    color: #fff;
    padding-left: 0px;
}

.banner{
    width: 100%;
    height: 550px;
    background: url(img/maxresdefault.jpg) center/cover;
    position: relative;
}

.banner-sh{
    background: #003153ad;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    z-index: 99;
}

.round{
    position: absolute;
    top: 50px;
    left: 250px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #1ac39a40;
    z-index: 999;
}

.round-2{
    position: absolute;
    top: -25px;
    left: 200px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #1ac39a40;
    z-index: 999;
}

.banner .left{
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
}

.banner-title{
    width: 100%;
    font-size: 36px;
    line-height: 40px;
    font-family: TTNorms-Bold; 
    margin: 0 auto;
    text-align: center;
    padding-top: 60px;
    text-transform: uppercase;
    color: #fff;
}

.banner-title span{
    font-size: 36px;
    font-family: TTNorms-Medium;
    color: yellow;
}

.banner-text{
    width: 90%;
    font-size: 20px;
    line-height: 25px;
    font-family: TTNorms-Light; 
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
    color: #fff;
}

.banner-bottom{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 90%;
    margin-top: 50px;
}

.banner-bottom-item{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 45%;   
    border-radius: 12px; 
    background: linear-gradient(90deg, #212529 0%, #41464b 100%, #212529 100%);
}

.banner-bottom-item .left{
    width: 20%;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
}

.banner-bottom-item .left img{
    width: 100%;
}

.banner-bottom-item .right{
    width: 78%;
    padding-top: 15px;
}

.banner-bottom-item .right p{
    font-family: TTNorms-Medium; 
    font-size: 16px;
    color: #fff;
}

.banner-bottom-item-2{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 45%;   
    border-radius: 12px; 
    margin-left: 20px;
    background: linear-gradient(90deg, rgba(0, 169, 157, 1) 0%, rgba(87, 199, 133, 1) 100%, rgba(237, 221, 83, 1) 100%);
}

.banner-bottom-item-2 .left{
    width: 20%;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
}

.banner-bottom-item-2 .left img{
    width: 100%;
}

.banner-bottom-item-2 .right{
    width: 78%;
    padding-top: 15px;
}

.banner-bottom-item-2 .right p{
    font-family: TTNorms-Medium; 
    font-size: 16px;
    color: #fff;
}

.banner .right{
    width: 45%;
}

.banner-img{
    width: 100%;
    position: relative;
    top: 30px;
}

.banner-img img{
    width: 100%;
    border-radius: 16px;
}

.banner-button-wrap{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 10px;
}

.banner-button{
    background: #f1b605;
    border-radius: 30px;
    padding: 10px 10px 10px 10px;
    color: #fff;
    width: 250px;
    height: 45px;
    font-family: TTNorms-Medium;
    text-align: center;
    cursor: pointer;
    font-size: 16px; 
    margin-top: 30px;
}

.banner-button-2{
    background: #fff;
    border-radius: 30px;
    padding: 10px 10px 10px 10px;
    color: #000;
    width: 180px;
    height: 45px;
    font-family: TTNorms-Medium;
    text-align: center;
    cursor: pointer;
    font-size: 16px; 
    margin-top: 30px;
    margin-left: 30px;
}

.about{
    padding: 150px 0 40px 0;
    background-image: url(img/nephrology.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 150px;
}

.about .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about .left{
    width: 50%;
    padding-top: 20px;
}

.about .left img{
    width: 90%;
    border-radius: 16px;
}

.about .right{
    width: 50%;
    padding-top: 40px;
}

.about h3{
    font-size: 52px;
    font-family: TTNorms-Bold;
    color: #b0000070;    
}

.about p{
    font-size: 19px;
    font-family: TTNorms-Medium;   
}





.aboutt{
    padding: 80px 0 40px 0;
    background-image: url(img/nephrology.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 150px;
}

.aboutt .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.aboutt .left{
    width: 50%;
    padding-top: 20px;
}

.aboutt .left img{
    width: 90%;
    border-radius: 16px;
}

.aboutt .right{
    width: 50%;
    padding-top: 30px;
}

.aboutt h3{
    font-size: 52px;
    font-family: TTNorms-Bold;
    color: #b0000070;    
}

.aboutt p{
    font-size: 17px;
    font-family: TTNorms-Medium;   
}

.aboutt-button{
    background: linear-gradient(90deg,rgba(0, 169, 157, 1) 0%, rgba(87, 199, 133, 1) 100%, rgba(237, 221, 83, 1) 100%);
    border-radius: 30px;
    padding: 10px 10px 10px 10px;
    color: #fff;
    width: 250px;
    height: 45px;
    font-family: TTNorms-Medium;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    margin-top: 0px; 
}

.about-button{
    background: linear-gradient(90deg,rgba(0, 169, 157, 1) 0%, rgba(87, 199, 133, 1) 100%, rgba(237, 221, 83, 1) 100%);
    border-radius: 30px;
    padding: 10px 10px 10px 10px;
    color: #fff;
    width: 200px;
    height: 45px;
    font-family: TTNorms-Medium;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    margin-top: 0px; 
}

.about-bottom{
    padding: 20px 0 80px 0;
}

.about-bottom .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about-bottom-item{
    width: 31%;
    border-radius: 16px;
    padding: 20px 0 20px 0;
    box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}

.about-bottom-item .top{
    font-size: 54px;
    color: #303539;
    font-family: TTNorms-Bold;
    text-align: center; 
    margin: 0 auto;
}

.about-bottom-item .bottom{
    font-size: 24px;
    color: #000;
    font-family: TTNorms-Light;
    position: relative; 
    top: 0px;
    text-align: center;
    margin: 0 auto;
    color: grey;
}

.services{
    padding: 50px 0 20px 0;
}

.services .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

.sr-item{
    width: 31%;
    height: auto;
    background: #bc26260a;     
    border-radius: 16px;
    position: relative;
    margin-top: 30px;
    padding-bottom: 30px;
}    

.sr-item .left{
    width: 100%;
    height: 250px;
}

.sr-img{
    width: 100%;
    height: 250px;
    border-radius: 8px;
}

.sr-item .right{
    width: 100%;
    padding-top: 20px;
}

.sr-item h3{
    width: 90%;
    height: auto;
    font-family: TTNorms-Bold; 
    font-size: 17px;
    color: #212529;
    padding-left: 15px;
}

.sr-item h6{
    height: 70px;
    width: 90%;
    font-family: TTNorms-Light; 
    font-size: 14px;
    color: #000;
    padding-left: 20px;
}

.sr-button{
    background: linear-gradient(90deg,rgba(0, 169, 157, 1) 0%, rgba(87, 199, 133, 1) 100%, rgba(237, 221, 83, 1) 100%);
    border-radius: 30px;
    padding: 8px 10px 10px 10px;
    color: #fff;
    width: 190px;
    height: 40px;
    font-family: TTNorms-Medium;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    margin-top: 20px; 
    margin-left: 20px;
}

.offer{
    padding: 140px 0 70px 0;
    background: url(img/offer.jpg);
    background-size: 130%;
    background-position: right 0px top 110px;
    background-repeat: no-repeat;
}

.offer .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;  
    position: relative;
}

.offer-abs-image{
    position: absolute;
    top: 100px;
    right: 0px;
}

.offer .left{
    width: 40%;
    height: 480px;
}

.offer .right{
    width: 70%;
}

.offer-title{
    width: 80%;
    font-family: TTNorms-Bold; 
    font-size: 32px;
    padding-top: 40px;
    line-height: 50px;
    color: #000;
    text-transform: uppercase;
}

.offer-sm-title{
    font-family: TTNorms-Light;  
    font-size: 18px; 
    padding-top: 30px;  
    color: #000;
}

.offer form{
    width: 80%;
    font-family: TTNorms-Light; 
}

.offer form > label{
    width: 100%;
    margin-top: 20px;
    color: #000;
    font-size: 15px;
}

.offer form > label > input{
    width: 300px;
    height: 40px;
    outline: none;
    border: none;
    border: solid 1px #000;
    padding-left: 20px;
    font-family: TTNorms-Light; 
    border-radius: 12px;
}

.offer p{
    font-family: TTNorms-Light; 
    font-size: 12px;     
}

.offer-button {
    border-radius: 12px;
    width: 300px;
    height: 50px;
    color: #000;
    font-family: Gotham-Medium;
    border: solid 1px solid #000;
    font-size: 15px;
    text-align: center;
    padding: 14px 10px;
    margin-top: 30px;
    cursor: pointer;
    border: none;
}

.calc{
    width: 80%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.calc form{
    width: 100%;
    padding-top: 10px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    text-align: center;
    background: #8420298f;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;        
}

.calc form > input{
    width: 48%;
    border-radius: 8px;
    outline: none;
    border: none;
    padding: 20px 20px;
    margin-top: 20px;
    font-family: TTNorms-Light;
}

.calc-button{
    background-color: #ffc235;
    border-radius: 8px;
    padding: 10px 10px;
    color: #000;
    width: 48%;
    height: 65px;
    font-family: TTNorms-Light;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;   
    border: none; 
}

.center{
    padding: 80px 0 0px 0;
}

.center .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

.cn-item{
    width: 50%;
    height: auto;
    padding-bottom: 30px;
} 

.cn-item .top{
    width: 100%;
    height: auto;
}

.snimg{
    width: 95%;
    height: 300px;
    margin: 0 auto;
    text-align: center;
    border-radius: 16px;
}

.cn-item .bottom{
    width: 100%;
    height: auto;
    padding-top: 30px;
}

.cn-item .bottom h3{
    width: 90%;
    margin: 0 auto;
    font-family: GTEestiProDisplay-Medium; 
    font-size: 22px;
    padding-bottom: 10px;
}

.cn-item .bottom p{
    width: 90%;
    margin: 0 auto;
    font-family: GTEestiProDisplay-Light; 
    font-size: 18px;
    padding-top: 10px;
}

.cn-button{
    border: solid 1px #B00000;
    border-radius: 30px;
    padding: 10px 10px 10px 10px;
    color: #B00000;
    width: 250px;
    height: 45px;
    font-family: GTEestiProDisplay-Light;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    margin-top: 20px;
    margin-left: 25px; 
}

.cn-button-2{
    border: solid 1px green;
    border-radius: 30px;
    padding: 10px 10px 10px 10px;
    color: green;
    width: 250px;
    height: 45px;
    font-family: GTEestiProDisplay-Light;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    margin-top: 20px;
    margin-left: 25px; 
}

.worker{
    padding: 40px 0 0px 0;
}

.worker .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

.worker-wrapper{
    margin: 0 auto;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;    
    padding-bottom: 40px;
}

.worker-item{
    width: 31%;
    height: 440px;
    border-radius: 30px;
    box-shadow: 3px 3px 3px 3px rgb(0 0 0 / 10%);
    margin-top: 20px;
}


.worker-content{
    padding: 10px 0 10px 0;
    text-align: center;
    margin: 0 auto;
    width: 90%;
    background: #fff;
    border-radius: 30px;
    position: relative;
    top: 350px;
}

.worker-name{
    font-family: TTNorms-Bold; 
    font-size: 16px; 
    line-height: 25px;
    padding-bottom: 5px; 
}

.worker-line{
    width: 30%;
    height: 2px;
    margin: 0 auto;
    background: #B00000;
    border-radius: 4px;
}

.worker-title{
    font-family: TTNorms-Light; 
    font-size: 14px;  
}

.worker-button{
    font-family: GTEestiProDisplay-Light; 
    font-size: 16px; 
    padding-top: 30px;  
    color: #B00000; 
}

.mission{
    padding: 50px 0 80px 0;
}

.mis-item{
    width: 90%;
}

.mis-item p{
    font-family: TTNorms-Light; 
    font-size: 20px;     
}

.mis-item p > span{
    font-family: TTNorms-Bold; 
    font-size: 32px;   
    color: #b0000070;   
}

.center{
    padding: 80px 0 80px 0;
}

.center .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.center-item{
    width: 31%;
    height: auto;
    border-radius: 16px;
    margin-top: 30px;
    box-shadow: 0px 5px 10px -2px rgba(34, 60, 80, 0.2);
}

.center-item iframe{
    border-radius: 16px;
}

.center-item a{
    text-decoration: none;
}

.center-item .top{
    width: 100%;
    height: 160px;
    position: relative;
    border-radius: 16px;
}

.center-image{
    width: 100%;
    height: 160px;
    border-radius: 16px;
    background: #2d2d2ddb;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0 auto;
    text-align: center;
}

.center-image img{
    width: 150px;
    margin-top: 30px;
}

.center-item .bottom{
    width: 90%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 30px;
}

.center-title{
    font-family: TTNorms-Bold; 
    font-size: 20px;
    padding-bottom: 20px;
}

.center-item .bottom p{
    font-size: 17px;
    font-family: TTNorms-Medium;
}

.center-button{
    background: linear-gradient(90deg,rgba(0, 169, 157, 1) 0%, rgba(87, 199, 133, 1) 100%, rgba(237, 221, 83, 1) 100%);
    border-radius: 30px;
    padding: 10px 10px 10px 10px;
    color: #fff;
    width: 200px;
    height: 45px;
    font-family: TTNorms-Medium;
    text-align: center;
    cursor: pointer;
    font-size: 16px; 
    margin-top: 30px;
}

.abtt-icon{
    padding: 80px 0 20px 0;
}

.abtt-icon .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.abtt-icon-item{
    width: 47%;
    height: auto;
    border-radius: 16px;
    margin-top: 30px;
    padding-bottom: 40px;
    box-shadow: 0px 5px 10px -2px rgba(34, 60, 80, 0.2);
}

.abtt-icon-item img{
    margin: 0 auto;
    text-align: center;
    width: 150px;
}

.abtt-icon-item h6{
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 22px;
    padding-top: 20px;
    font-family: TTNorms-Bold; 
}

.abtt-icon-item p{
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    padding-top: 20px;
    font-family: TTNorms-Light; 
}

.abtt-ic-img{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

footer{
    padding: 80px 0 80px 0;
    background-color: #d4aba73d;
}

footer .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

footer .container a{
    text-decoration: none;
    color: #000;
}

.footer-item{
    width: 19%;
}

.footer-item p{
    font-family: TTNorms-Medium; 
    font-size: 18px;
}

.footer-item ul{
    padding-left: 0rem;
}

.footer-item li{
    list-style: none;
    font-family: TTNorms-Medium; 
    font-size: 14px; 
    padding-top: 15px;   
}

.podval{
    width: 100%;
    margin-top: 40px;
    padding: 40px 0 30px 0;
    border-top: solid 1px grey;
    border-bottom: solid 1px grey;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;       
}

.podval-item{
    width: 100%;
    font-family: TTNorms-Light; 
    font-size: 14px; 
    color: #000;    
}

.mob-menu{
    display: none;
}