/* font */
/* @font-face {
  font-family: "CentSchbkCyrillBTBold";
  src: url("../font/CentSchbkCyrill\ BT\ Bold.woff") format("woff2"),
  url("../font/CentSchbkCyrill\ BT\ Bold.woff2") format("woff");
  }

  @font-face {
    font-family: "CentSchbkCyrillBTBoldItalic";
    src: url("../font/CentSchbkCyrill\ BT\ Bold\ Italic.woff") format("woff2"),
    url("../font/CentSchbkCyrill\ BT\ Bold\ Italic.woff2") format("woff");
    }

    @font-face {
      font-family: "CentSchbkCyrillBTItalic";
      src: url("../font/CentSchbkCyrill\ BT\ Italic.woff") format("woff2"),
      url("../font/CentSchbkCyrill\ BT\ Italic.woff2") format("woff");
      } */

      @font-face {
        font-family: "CentSchbkCyrillBTRoman";
        src: url("../font/CentSchbkCyrill\ BT\ Roman.woff") format("woff2"),
        url("../font/CentSchbkCyrill\ BT\ Roman.woff2") format("woff");
        }

*{margin: 0;padding:0;box-sizing: border-box;}
.page-width{max-width:1732px;margin:0 auto}
ul,li{list-style-type: none;}
p,h1,h4,input,placeholder,textarea,.btn{font-family: "CentSchbkCyrillBTRoman"!important; }
p.p-small{font-size:16px}
p.p-big{font-size:25px}
p.p-medium{font-size:18px;}
p{font-size:19.76px;}
h1{font-size:50px;}
h1.h1-big{font-size:72px;}
.h4{font-size:35px;}

@media (max-width:992px){

p.p-small{font-size:14px}
p.p-big{font-size:20px}
p.p-medium{font-size:16px;}
p{font-size:16px;}
h1{font-size:30px;}
h1.h1-big{font-size:35px;}
.h4{font-size:24px;}

}


/* Header */
.site_header {border-top:2px solid #818181;border-bottom:2px solid #818181;margin-top:90px;padding: 40px 0 25px;color:#36524a}
.site_header p{margin:0}
.header_social{display: flex;justify-content: center;margin:0}
.header_social li{width:40px;margin-left:10px;}
.header_social li:first-child{margin-left:0px;}

/* Banner */
.banner_main {position:relative;}
.banner_text{position:absolute;top:50%;transform: translateY(-50%);left:45px;background:#058466;color:#fff;padding:50px;max-width:530px;}
.banner_text h1{margin-bottom:25px;}

/* About */
.about {background:#e9e9e9;padding-top:80px;padding-bottom:70px;}
.about h1{color:#32574b;margin-bottom:55px;}
.about .about_wrapper{max-width:1160px;margin:0 auto}
.about .about_wrapper img{width:100%;height:100%;object-fit:cover}
.about .about_wrapper p{text-align: justify;color:#32574b}
.about .about_wrapper p:last-child{margin:0}
.about  .about_image{padding-right:45px;}

/* Specialization */
.Specialization {margin-top:18px;background-image:url('../images/surgeons-team-working-with-monitoring-patient-surgical-operating-room.jpg');background-size: cover;background-position:center center;color:#fff;overflow-x: hidden;}
.Specialization .page-width{padding-top:80px ;padding-bottom:80px;background:rgba(0,0,0,0.5)}
.Specialization_title{margin-bottom: 70px;}
.Specialization_img{width: 175px;height:175px;margin: 0 auto;background: rgba(255,255,255,0.3);border-radius: 50%;padding: 35px;display:flex;justify-content: center;align-items: center;margin-bottom:25px;}
.Specialization_img img{max-width:85px}
.Laprostopic-Surgery img{max-width:90px;}
.Specialization_item:nth-child(2),Specialization_item:nth-child(3){margin-bottom:50px;}
.Specialization_item p{line-height:1.2}

/* Testimonial */
.testimonial{padding:100px 0}
.testimonial h1{margin-bottom:80px;color:#32574b}
.testimonial_name{margin-top:50px;}
.testimonial .carousel-indicators{bottom:-40px;}
.testimonial .carousel-indicators li{background-color:#32574b}

/* Get in Touch */
.get_in_touch  .contact{background:#058466;padding: 70px;}
.get_in_touch  .contact h1{color:#b5feed;margin-bottom:30px;}
.get_in_touch  .contact input , .get_in_touch  .contact textarea{border-radius:18px;min-height:50px;}

.get_in_touch ::-webkit-input-placeholder {color: #9d9d9d;}
.get_in_touch ::-moz-placeholder {color: #9d9d9d}
.get_in_touch :-ms-input-placeholder {color: #9d9d9d}
.get_in_touch :-moz-placeholder {color: #9d9d9d}

.get_in_touch  button[type="submit"]{color:#058466;font-size:30px;background:#a5dac9;padding:8px 15px;min-width:240px;border-radius: 25px;;}
.get_in_touch_content{padding-top:0px;padding-bottom:0px;background:#e9e9e9}
.get_in_touch_content h1{color:#058466;text-align:center}
.get_in_touch_item:nth-child(1),.get_in_touch_item:nth-child(2){margin-bottom:100px;}
.get_in_touch_content ul li{font-size: 18px;margin-bottom: 10px;}
.get_in_touch_content ul li:last-child{margin-bottom: 0;}


/* Footer */
.site-footer{padding:40px;background:#162823;ont-size:24px;text-align:center;color:#fff}
.site-footer p{margin:0}


/* Responsive */
@media (max-width:992px){

  .site_header .header_right{order:2}
  .site_header  .header_center{order:3;margin-top:35px;}
  .banner_text{ position: inherit;transform: none;width: 100%;max-width: 100%;text-align: center;}
  .about .about_image{padding-right:15px;margin-bottom:35px;}
  .about .about_wrapper p{text-align: center;}
  .get_in_touch_content{padding-top:60px;}
  .get_in_touch_content h1{margin-bottom:40px;}
  .get_in_touch_item{text-align: center;}
  .get_in_touch_item:nth-child(1), .get_in_touch_item:nth-child(2) {margin-bottom:55px}
}

@media (max-width:767px){

  .site_header .header_center{margin-top: 30px;;}
  .site_header .header_right{margin-top:30px;}
  .banner_text{padding:30px 15px;}
  .about {padding-top: 50px;padding-bottom: 50px;}
  .testimonial{padding:50px 0}
  .get_in_touch .contact {padding:50px 15px; color:#ffff;}
  .get_in_touch_content ul li{font-size: 14px;margin-bottom: 5px;}
  .get_in_touch_item:nth-child(1), .get_in_touch_item:nth-child(2) {margin-bottom: 35px;}
  .site-footer {padding: 30px 15px;}
  .get_in_touch button[type="submit"] {font-size: 22px;min-width: 235px;}
  .Specialization_item:not(.Specialization_item:last-child){margin-bottom: 50px;;}
 

}