@font-face {
    font-family: 'FM';
    src: url('../font/futuramdbtrusbyme_medium.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'FB';
    src: url('../font/futuramdbtrusbyme_bold.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'FMI';
    src: url('../font/futuramdbtrusbyme_mediumitalic.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  
  body {
    background: #f0dacc !important;
    overflow-x: hidden;
      color: #000;
      font-family: 'FM';
}

.head_info {
    background: #511716;
    display: flex;
    align-items: center;
    margin-top: 50px;
    padding: 20px;
    position: relative;
    justify-content: space-between;
}

.menu_head ul {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin-bottom: 0;
    padding: 0;
}

.menu_head {
    width: 70%;
}

.menu_head ul a {
    color: #fff;
    list-style: none;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'FM';
}

.menu_head ul li {
    list-style: none;
}

.logo img {
    width: 200px;
    margin-right: 70px;
    padding-right: 20px;
}

.logo:after {right: 60px;content: '';width: 2px;height: 68px;position: absolute;background: #f0dacc;top: -10px;}

.logo {
    position: relative;
}

.head_info:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #511716;
    right: -100%;
}

.about_us {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    margin-top: 100px;
    position: relative;
}

.img_about img {
    width: 100%;
}

.text_about h1 {
    text-transform: uppercase;
    font-size: 98px;
    font-family: 'FB';
}

.text_about p {
    font-size: 28px;
    font-family: 'FM';
}

.img_about::before,
.img_about::after {
    content: "";
    position: absolute;
    width: 340px;  /* длина углов */
    height: 180px;
    border-color: #5c2b27; /* цвет линий (можно поменять) */
    border-style: solid;
}

.img_about::before {
    top: 0;
    left: 0;
    border-width: 3px 0 0 3px; /* верхний левый угол */
}

.img_about {
    position: relative;
    display: inline-block;
    padding: 15px;
    width: 65%;
}

.img_about::after {
    bottom: 0;
    right: 0;
    border-width: 0 3px 3px 0; /* нижний правый угол */
}

.img_about img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.text_about {
    color: #511716;
}
.images_about {
    text-align: center;
}
.about_us:before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../image/logo.png);
    background-size: 50%;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
    opacity: .1;
    background-position: center;
}
section.mission {
    background: #511716;
    color: #e5d0c2;
    padding: 15px;
    margin-top: 100px;
    text-align: center;
}

section.mission h2 {
    font-size: 82px;
    text-transform: uppercase;
    font-family: 'FB';
}

section.mission p {
    font-size: 22px;
    margin-bottom: 0;
}
section.services {
    text-align: center;
    margin-top: 50px;
}

section.services h2 {
    font-size: 82px;
    text-transform: uppercase;
    color: #511716;
    font-family: 'FB';
}

p.text_serv {
    font-size: 22px;
    background-color: #511716;
    display: inline;
    color: #f0dacc;
}
.gallery_serv img {
    height: 500px;
    object-fit: cover;
}
.gallery_serv {
    margin-top: -30px;
}
.owl-nav {
    display: none;
}
.doctor_read {
    display: flex;
    align-items: center;
}

.doctor_text {display: block;width: 100%;font-size: 54px;text-transform: uppercase;font-style: italic;font-family: 'GM';color: #511716;font-weight: 700;padding-left: 50px;}

.doctor_text h3 {
    font-size: 54px;
    font-weight: 700;
}

.doctor_img {
    width: 50%;
}

section.doctor h2 {
    font-size: 100px;
    text-align: center;
    font-style: italic;
    text-transform: uppercase;
    font-family: 'FB';
    font-weight: 700;
    color: #511716;
}

section.doctor {
    margin-top: 30px;
}
section.our {
    background: #511716;
    color: #f0dacc;
    margin: 50px 0;
    padding-top: 50px;
}

.title_our {
    font-size: 86px;
    text-transform: uppercase;
    line-height: 100px;
    padding: 50px 0;
    background: url(../image/our.png);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position-x: right;
}

.title_our span {
    display: inline-block;
    margin-left: 10%;
}

.title_our span:nth-child(1) {
    font-style: italic;
    font-weight: 700;
    width: 100%;
    margin-top: 100px;
    font-family: 'FB';
}

.title_our span:nth-child(2) {
    font-weight: 700;
    border-top: 2px solid #f0dacc;
    padding-left: 80px;
}

.text_our {
    margin-top: 50px;
    font-size: 23px;
    text-align: center;
    margin-bottom: 50px;
    display: inline-block;
}

.content_why {
    display: flex;
}

.img_why img {
    width: 90%;
}

.img_why {
    width: 50%;
}

.text_why {
    font-size: 22px;
    color: #70192a;
    margin-top: 50px;
}
.title_why {
    font-size: 113px;
    text-transform: uppercase;
}

.title_why span {
    display: block;
    text-align: right;
    color: #511716;
    font-family: 'FB';
    font-weight: 700;
    line-height: 105px;
    font-style: italic;
}

.text_why p:nth-child(2) {margin-left: -20px;}

.text_why p:nth-child(3) {
    margin-left: -40px;
}

.text_why p:nth-child(4) {
    margin-left: -60px;
}

section.why {
    border-bottom: 10px solid #511716;
    padding-top: 50px;
}
.oborud_read {
    display: flex;
}

section.oborud {
    background: #511716;
    color: #f0dacc;
    position: relative;
    padding-top: 100px;
    padding-bottom: 50px;
}

.oborud_img {
    BACKGROUND: #FFF;
    height: 540px;
    display: inline-block;
    width: 40%;
}

section.oborud h2 {
    font-size: 84px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: -130px;
    font-family: 'FB';
}

.oborud_text {
    color: #511716;
    width: 100%;
    position: relative;
}
.text_ob {
    background: #f0dacc;
    position: absolute;
    width: 60%;
    right: -50px;
    bottom: 50px;
    padding: 30px;
    font-size: 22px;
}
.owl-carousel .owl-item img {
    object-fit: contain;
}
.text_ob h3 {
    font-size: 48px;
    font-weight: bold;
    font-style: italic;
}
.menu_head {
    color: #f0dacc;
    font-size: 22px;
}
.oborud_img img {
    height: 100%;
    object-fit: cover;
}

.menu_head span {
    font-weight: 700;
}