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

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

.waaa{
    text-decoration: none;
}

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

header .container{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-top: 10px;
}

.logo{
    width: 125px;
    position: relative;
    top: -30px;
}

.logo img{
    width: 125px;
}

.logo-text{
    width: 18%;
    font-family: Gotham-Medium; 
    font-size: 12px;
    color: grey;
    padding-top: 20px;
}

.header-menu{
    width: 50%;
    color: #34373b;
    padding-top: 30px;
}

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

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

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

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

.header-menu span{
    border-bottom: solid 1px #fff;
}

.header-button{
    background: linear-gradient(90deg, rgb(239 146 37) 0%, rgb(255 202 127) 100%, rgba(237, 221, 83, 1) 100%);
    border-radius: 30px;
    padding: 13px 10px 10px 10px;
    color: #000;
    width: 150px;
    height: 45px;
    font-family: Gotham-Medium;
    text-align: center;
    cursor: pointer;
    font-size: 13px; 
    margin-top: 15px;
}

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

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

.banner-image{
    padding-top: 40px;
}

.banner-image img{
    width: 80px;
}

.banner-title{
    width: 50%;
    color: #fff;
    font-size: 42px;
    line-height: 52px;
    font-family: MuseoSansCyrl-900; 
    padding-top: 10px;
}

.banner-text{
    width: 70%;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    font-family: Gotham-Light; 
    padding-top: 40px;    
}

.banner-button{
    background: linear-gradient(90deg, rgb(239 146 37) 0%, rgb(255 202 127) 100%, rgba(237, 221, 83, 1) 100%);
    border-radius: 30px;
    padding: 13px 10px 10px 10px;
    color: #000;
    width: 250px;
    height: 45px;
    font-family: Gotham-Medium;
    text-align: center;
    cursor: pointer;
    font-size: 13px; 
    margin-top: 25px;
}

.banner-icon-wrap{
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 60px;
    border-top: solid 1px #e9ecef;
}

.bn-icon{
    width: 31%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;  
    color: #fff;
    padding-top: 20px;
}

.bn-icon .left{
    width: 20%;
}

.bn-icon .left img{
    width: 54px;
}

.bn-icon .right{
    width: 75%;
    font-family: Gotham-Medium; 
    font-size: 15px;
    padding-top: 8px;
}

.about{
    padding: 80px 0 80px 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: 25px;
}

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

.about .right{
    width: 47%;
    padding-top: 35px;
}

.about h3{
    font-size: 26px;
    font-family: Gotham-Bold;
    color: #f1982ed1;    
}

.about p{
    font-size: 16px;
    font-family: Gotham-Light; 
    font-weight: 900;  
}

.about-button{
    background: linear-gradient(90deg, rgb(239 146 37) 0%, rgb(255 202 127) 100%, rgba(237, 221, 83, 1) 100%);
    border-radius: 30px;
    padding: 13px 10px 10px 10px;
    color: #000;
    width: 250px;
    height: 45px;
    font-family: Gotham-Medium;
    text-align: center;
    cursor: pointer;
    font-size: 13px; 
    margin-top: 25px;
}

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

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

.priem-title{
    text-align: center;
    font-family: Gotham-Light; 
    font-weight: 900;
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.priem-item{
    width: 31%;
    border-radius: 8px;
    background: #80808029;
    padding-bottom: 40px;
    margin-top: 30px;
}

.priem-img{
    margin: 0 auto;
    text-align: center;
    width: 100%;
    padding-top: 30px;
}

.priem-img img{
    width: 84px;
}

.priem-item p{
    font-size: 14px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    font-family: Gotham-Light; 
    font-weight: 900;
    padding-top: 20px;
}

.priem-item p > span{
    font-size: 20px;
    font-family: Gotham-Medium; 
}

.priem-bottom-text{
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
    font-size: 28px;
    font-family: Gotham-Medium;     
}

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

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

.mission .left{
    width: 50%;
    background: #ebebeb;
    padding: 20px 20px 20px 30px;
    border-radius: 16px;
}

.miss-title{
    font-size: 34px;
    font-family: Gotham-Bold; 
    padding-bottom: 20px;
    padding-top: 20px;
}

.mission .left p{
    font-family: Gotham-Medium; 
    font-size: 17px;
}

.mission .right{
    width: 50%;
    text-align: right;
}

.mission .right img{
    width: 500px;
    border-radius: 16px;
}

.mission ul{
    padding-left: 0rem;
}

.mission ul > li{
    font-family: Gotham-Light; 
    font-size: 19px;    
    list-style: none;
    padding-top: 10px;
    background: url(img/bookmark.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: left top 12px;
    padding-left: 25px;
}

.offer{
    padding: 70px 0 40px 0;
    background: url(img/med-israel-min-2048x1360.jpg);
    background-size: cover;
    background-position: right 0px top 0px;
    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: 90%;
}

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

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

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

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

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

.offer p{
    font-family: Gotham-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: Gotham-Light;
}

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

.info{
    padding: 80px 0 80px 0;
    background: #80808012;
}

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

.info h1{
    padding-bottom: 15px;
}

.info-item{
    width: 48%;
    background: #fff;
    border-radius: 16px;
    margin-top: 30px;
    padding: 20px;
}

.info-item p{
    font-size: 14px;
    font-family: Gotham-Light; 
    font-weight: 700;
    border-bottom: solid 1px #8080804a;
    padding-bottom: 5px;
}

.info-item p > span{
    font-size: 18px;
    font-family: Gotham-Medium;     
}

.info-button{
    background: linear-gradient(90deg, rgb(239 146 37) 0%, rgb(255 202 127) 100%, rgba(237, 221, 83, 1) 100%);
    border-radius: 30px;
    padding: 13px 10px 10px 10px;
    color: #000;
    width: 220px;
    height: 45px;
    font-family: Gotham-Medium;
    text-align: center;
    cursor: pointer;
    font-size: 13px; 
    margin-top: 20px;
}

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

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

.photo h1{
    padding-bottom: 15px;
}

.photo-item{
    width: 32%;
    height: 300px;
    border-radius: 16px;
    margin-top: 30px;
}

.top-header{
    padding: 20px 0 0px 0;
}

.top-header .container{
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    color: #4a4b4d;
}

.adress{
    width: 30%;
    font-family: Gotham-Bold; 
    font-size: 15px;
    text-align: right;
    background: url(img/placeholder.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: left 25px top 0px;
    padding-left: 5px;
}

.phone{
    width: 22%;
    font-family: Gotham-Bold; 
    font-size: 15px;
    text-align: right;
    padding-right: 30px;
    background: url(img/telephone-call.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: left 25px top 0px;
    padding-left: 0px;    
}

.contact{
    position: relative;
    padding-top: 90px;
    padding-bottom: 90px;
}

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

.contact .left{
    width: 40%;
    margin-top: 20px;
}

.contact .right{
    width: 60%;
    margin-top: 20px;
}

.contact h1{
    display: block;
    text-align: left;
    margin: 0 auto;
    width: 90%;
    padding-bottom: 30px;
}

.contact iframe{
    width: 100%;
    height: 450px;
    border-radius: 30px;
}

.contact span{
    font-size: 14px;
    font-family: Gotham-Light;     
}

.cont-phone{
    width: 90%;
    margin: 0 auto;
    font-size: 18px;
    font-family: Gotham-Bold; 
    background: url(img/telephone-call.png);
    background-repeat: no-repeat;
    background-size: 18px;
    padding-left: 25px;
    background-position: left top 3px;
}

.cont-adress{
    width: 90%;
    margin: 0 auto;
    font-size: 18px;
    font-family: Gotham-Bold;
    margin-top: 18px;   
    background: url(img/placeholder.png);
    background-repeat: no-repeat;
    background-size: 18px;
    padding-left: 25px;
    background-position: left top 3px;      
}

.cont-social{
    width: 90%;
    margin: 0 auto;
    font-size: 18px;
    font-family: Gotham-Bold;
    margin-top: 18px;   
    background: url(img/instagram.png);
    background-repeat: no-repeat;
    background-size: 18px;
    padding-left: 25px;
    background-position: left top 3px;        
}

.cont-mail{
    width: 90%;
    margin: 0 auto;
    font-size: 18px;
    font-family: Gotham-Bold;
    margin-top: 18px;   
    background: url(img/email.png);
    background-repeat: no-repeat;
    background-size: 18px;
    padding-left: 25px;
    background-position: left top 3px;        
}

.cont-social p{
    font-size: 18px;
    font-family: Gotham-Bold;      
}

.cont-button{
    background: linear-gradient(90deg, rgb(239 146 37) 0%, rgb(255 202 127) 100%, rgba(237, 221, 83, 1) 100%);
    border-radius: 30px;
    padding: 13px 10px;
    color: #000;
    width: 300px;
    height: 50px;
    font-family: Gotham-Medium;
    text-align: center;
    margin-top: 40px;
    margin-left: 30px;
    cursor: pointer;
}