@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600&display=swap');
*{
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
}
header {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    height: 0;
    color: #fff;
}
header a {
	color: #fff;
}
.top_head {
    width: 100%;
    max-width: 1240px;
	display: flex;
    color: #fff;
    justify-content: space-between;
}

.banner{
	width: 100%;
	height: 859px;
	background: url(img/banner.jpg)no-repeat center;
    display: flex;
    align-items: center;
}
.logo {
    width: 270px;
    height: 65px;
    background: url(img/logo.png) no-repeat;
    position: relative;
}
.right {
    display: flex;
     justify-content: space-evenly;
     padding-top: 40px;
}
.telef {
    display: flex;
    flex-flow: column;
}
nav{
    max-width: 1240px;
    width: 100%;
}
nav ul {
    list-style: none;
}
nav ul li a{
	text-decoration: none;
	color:#d5c27b ;
}
nav ul li a:hover{
	color: #fff;
}
nav ul {
	padding-top: 50px;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.center {
    padding-top: 47px;
}
.left {
    padding-top: 20px;
}

.mail {
    padding-top: 64px;
}
.telef a {
    padding-bottom: 5px;
}

.banner_text h2 {
    font-size: 70px;
    font-weight: 300;
    line-height: 1.1;
}
.banner_text {
    width: 500px;
    height: 295px;
    margin: 0px auto 0;
    padding-top: 68px;
    padding-left: 34px;
}
.banner_text_empty {
    width: 720px;
}
section.o_klinike {
    width: 100%;
    height: auto;
}
.discript {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}
.discript p {
    font-size: 14px;
    padding-bottom: 35px;
    font-weight: 500;
}
.discript h1 {
    padding: 52px 0 85px 0;
    font-size: 30px;
}
.border_big {
    width: 100%;
    height: 1px;
    background: #000;
    margin-top: 105px;
}
.address_snap {
    width: 100%;
    max-width: 1240px;
    height: 400px;
    margin: 0 auto;
    display: flex;
    padding-top: 100px;
    justify-content: space-between;
}
.address_snap h2 {
    font-size: 16px;
    line-height: 1.6;
}
.address_snap p {
    color: #6e6e6e;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
}
.address_snap a {
    text-decoration: none;
    color: #6e6e6e;
    font-size: 14px;
    font-weight: 500;
    padding-top: 3px;
    display: inline-block;
}
.address_snap span {
    color: #000;
    font-weight: bold;
}
.table_add2 a {
    color: #000;
    font-weight: bold;
}
section.uslugi {
    width: 100%;
    height: 530px;
    background: #f9f9f9;
}
.wrap_uslugi {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}
.wrap_user {
    display: flex;
    justify-content: space-between;
}
h2.title{
    padding: 35px 0 85px 0;
    font-size: 30px;
}
.us {
    width: 200px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    text-align: center;
    align-items: center;
    font-size: 18px;
    color: #3d2f23;
}
.us>.top{
    width: 135px;
    height: 135px;
    padding-bottom: 70px;

}
.uslugi1>.top{
    background: url(img/ico_one.png)no-repeat center;
}
.uslugi2>.top{
    background: url(img/ico_two.png)no-repeat center;
}
.uslugi3>.top{
    background: url(img/ico_three.png)no-repeat center;
}
.uslugi4>.top{
    background: url(img/ico_four.png)no-repeat center;
}
.uslugi5>.top{
    background: url(img/ico_five.png)no-repeat center;
}
.uslugi6>.top{
    background: url(img/ico_six.png)no-repeat center;
}
section.vrachi {
    max-width: 100%;
    height: auto;
    background: #3b352f;
    padding-bottom: 70px;
}
section.vrachi h2 {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    color: #d1bd78;
    padding: 40px 0 30px 0;
}
.border {
    width: 100%;
    height: 2px;
    background: #d1bd78;
}
.wrap_vrach {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}
.vrach {
    width: 280px;
    height: 435px;
}
.vrach>.img_vr{
    width: 260px;
    height: 260px;
    padding-bottom: 120px;
}
.vrach>.obroz{
    font-size: 18px;
    color:#d1bd78; 
    font-weight: bold;
        line-height: 1.4;
}
.vrach>.spec{
    font-size: 16px;
    color:#d1bd78; 
    line-height: 1.4; 
    font-weight: 600;
}
.vrach>.kvalif{
    font-size: 14px;
    color:#fff;  
}
.vrach>p{
    font-size: 14px;
    color:#d1bd78;
    line-height: 1.4;   
}
.vrach1>.img_vr{
    background: url(img/ter_1.png)no-repeat center;
}
.vrach2>.img_vr{
    background: url(img/ter_2.png)no-repeat center;
}
.vrach3>.img_vr{
    background: url(img/ter_3.png)no-repeat center;
}
.vrach4>.img_vr{
    background: url(img/ter_4.png)no-repeat center;
}
.vrach5>.img_vr{
    background: url(img/ter_5.png)no-repeat center;
}
.vrach6>.img_vr{
    background: url(img/ter_6.png)no-repeat center;
}
.vrach7>.img_vr{
    background: url(img/ter_7.png)no-repeat center;
}
.vrach8>.img_vr{
    background: url(img/ter_8.png)no-repeat center;
}
section.control {
    width: 100%;
    height: 730px;
    background: #f7f3d9;
}
section.control h2 {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}
.wrap_control {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}
.smail_border {
    width: 138px;
    height: 2px;
    background: #000;
    margin: 45px auto;
}
section.control h3{
    color: #3d2f23;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.6;
}
section.control span {
    font-weight: bold;
}
section.control p{
     font-size: 16px;
    line-height: 1.6;   
}
section.docs {
    width: 100%;
    height: 710px;
}
.wrap_docs {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    text-transform: uppercase;
    display: flex;
    flex-flow: column;
    justify-content: space-evenly;
    height: 500px;
}
.wrap_docs a{
    color: #000;
    font-size: 16px;

}
.wrap_docs p{
    text-transform: lowercase;
}
section.docs h2 {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}
section.price {
    width: 100%;
    background: #f9f9f9;
}
h2.title {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}
p.table_text {
    display: block;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    font-weight: 600;
    font-size: 14px;
    padding-bottom: 40px;
}
.tab_title {
    width: 100%;
    text-align: center;
    padding: 12px 0;
    background: #777777;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 3;
}
.table_box {
    display: grid;
    grid-template-rows: 1fr auto;
    grid-template-columns: repeat(3, 1fr);
}
.row_title_one {
    text-align: right;
    font-weight: 500;
    font-size: 12px;
    background: #f9f9f9;
    color: #848484;
    display: flex;
    align-items: center;
    justify-content: end;
    padding-right: 27px;
}
.row_title{
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 12px;
    background: #f9f9f9;
    color: #848484; 
}
.box_table_one {
    font-weight: 500;
    text-align: right;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: end;
    padding-right: 27px;
}
.box_table_one:nth-child(2n){
    background: #dedede;   
}
.box_table:nth-child(2n){
    background: #dedede;   
}
.box_table{
     font-weight: 500;
     height: 40px;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.bottom.nav_top a {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 100px;
    color: #d1bd78;
    width: 50px;
    opacity: 0.5;
    height: 50px;
    border-radius: 50%;
    font-size: 40px;
    background: #4d3d30;
    bottom: 100px;
    text-decoration: none;
}
.bottom.nav_top a:hover{
    background: #d1bd78;
    color:#4d3d30 ;
}
section#contakt {
    width: 100%;
    height: 617px;
}
.wrap_map {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
}
div#map {
    width: 100%;
    max-width: 880px;
    height: 368px;
}
.text {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
}
.text a {
    text-decoration: none;
    color: #000;
    display: block;
}
.box_text {
    width: 360px;
    height: 300px;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.polygon_layout {
    position: relative;
    font-family:"Calibri", sans-serif;
    color:#fff;
    background:url(img/logo_map.png) #3b352f no-repeat;
    background-size:100%;
    border: 2px solid #3b352f;
    border-radius:10px;
    width: 50px; 
    height: 50px;
    position: absolute;
    left: -28px;
    top: -76px;
 }
        
.polygon_layout:after, .polygon_layout:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
}

.polygon_layout:after {
    border-top-color: #3b352f;
    border-width: 10px;
    margin-left: -10px;
}

.polygon_layout:before {
    border-top: 1px solid #3b352f;
    border-width: 16px;
    margin-left: -16px;
}

.placemark_layout_container { 
    position: relative;
    font-family: Georgia;
    font-size: 40px;
    text-align: center;
    font-weight: bold;
}
.ico {
    width: 36px;
    height: 36px;
}
.str {
    display: flex;
    justify-content: start;
}
.text p,.text a {
    padding-left: 15px;
}
.text a {
    padding-bottom: 10px;
}

.ico_loco{background: url(img/loco_m.png) no-repeat;
}

.ico_tele{background: url(img/tele_m.png) no-repeat;
}

.ico_mail{background: url(img/mail_m.png) no-repeat;
}
footer {
    width: 100%;
    height: 400px;
    background: #3b352f;
}
.top_footer {
    width: 100%;
    max-width: 1240px;
    height:134px ;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo_foot {
    background: url(img/logo.png) no-repeat;
    width: 270px;
    height: 70px;
}
.border_bottom {
    width: 100%;
    height: 1px;
    background: #d1bd78;
}
.center_footer {
    width: 100%;
    max-width: 1240px;
    height: 205px;
    margin: 0 auto;
    display: flex;
    padding-top: 40px;
    justify-content: space-between;
}
.top_foot {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    line-height: 1.9;
}
.top_foot a {
    display: block;
    color: #fff;
    text-decoration: none;
}
.foot {
    display: flex;
    flex-flow: column;
}
.foot a {
    font-weight: 500;
    font-size: 14px; 
    color: #d1bd78;
    line-height: 1.5;
    text-decoration: none;
}

.foot a:hover{
    color: #fff;
}
a.bor {
    text-decoration: revert;
}
.bottom_footer {
    width: 100%;
    text-align: center;
    color: #fff;
}
.copirate {
    height: 40px;
    background: #3b352f;
    font-size: 14px;
    font-weight: 100;
}
.soceal a {
    display: block;
    width: 36px;
    height: 36px;
}
.soceal {
    display: flex;   
    width: 200px;
    justify-content: space-between;
    padding-top: 10px;

}
.soceal a {
    display: block;
    width: 36px;
    height: 36px;
}
.vk{
background: url(img/vk.png) no-repeat;
}
.inst{
background: url(img/insta.png) no-repeat;
}
.teleg{
background: url(img/teltga.png) no-repeat;
}
.ok{
background: url(img/ok.png) no-repeat;
}
@media(max-width 1200px){
   .table_box {
    display: none;
} 
}