/* Шрифты */
@font-face {
    font-family: "Montserrat";
    font-weight: 500;
    font-style: normal;
    src: url('/css/fonts/Montserrat-Medium.woff2') format("woff2"),
    url("/css/fonts/Montserrat-Medium.woff") format("woff"),
    url("/css/fonts/Montserrat-Medium.ttf") format("truetype");
}
@font-face {
    font-family: "Montserrat";
    font-weight: 600;
    font-style: normal;
    src: url("/css/fonts/Montserrat-SemiBold.woff2") format("woff2"),
    url("/css/fonts/Montserrat-SemiBold.woff") format("woff"),
    url("/css/fonts/Montserrat-SemiBold.ttf") format("truetype");
}
@font-face {
    font-family: "Montserrat";
    font-weight: 700;
    font-style: normal;
    src: url("/css/fonts/Montserrat-Bold.woff2") format("woff2"),
    url("/css/fonts/Montserrat-Bold.woff") format("woff"),
    url("/css/fonts/Montserrat-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "Oswald";
    font-weight: 400;
    font-style: normal;
    src: url("/css/fonts/Oswald-Regular.woff2") format("woff2"),
    url("/css/fonts/Oswald-Regular.woff") format("woff"),
    url("/css/fonts/Oswald-Regular.ttf") format("truetype");
}


/* Компоненты */
body{
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 500;
    padding: 0;
    margin: 0;
    line-height: 1.5;

}

h1{
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 40px;
    line-height: 1.2;
}

.green{
    color: green;
}
.bold{
    font-weight: bold;
}
.orange{
    color: #D93337;
}

.container-fluid{
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.container{
    max-width: 1520px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}


.container330{
    max-width: 330px;
    margin: 0 auto;
    padding-left: 25px;
    padding-right: 25px;
}

.container600{
    max-width: 600px;
    margin: 0 auto;
    padding-left: 25px;
    padding-right: 25px;
}


.container800{
    max-width: 800px;
    margin: 0 auto;
    padding-left: 25px;
    padding-right: 25px;
}

input,button,textarea,select{
    outline: none;
    font-family: 'Montserrat', sans-serif;
}


.for-desktop{
    display: block;
}
.for-mobile{
    display: none;
}
.display-none{
    display: none;
}

.display-flex{
    display: flex;
}

.dn{
    display: none;
}

.alert{
    background-color: green;
    color: #fff;
    font-size: 18px;
    border-radius: 10px;
    padding: 10px 20px;
    margin-top: 10px;
    margin-bottom: 20px;
}


.center{
    text-align: center;
}
strong{
    font-weight: 600;
}

.required label:after{
    content: "*";
    color: red;
    font-size: 18px;
    position: relative;
    top: 5px;
    left: 4px;
}


.icon{
    display: inline-block;
    vertical-align: middle;
    margin-right: 13px;
    position: relative;
    top: -2px;
}
.red{
    color: #DE3327 !important;
}

*{
    -webkit-tap-highlight-color: transparent;
}

table {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #e4f0ff;
    border-collapse: collapse;
}
table th {
    font-weight: 600;
    padding: 8px;
    background: #F0F6FA;
    border: 1px solid #e4f0ff;
    text-align: left;
}
table td {
    border: 1px solid #e4f0ff;
    padding: 8px;
}


.btn{
    background-color: #16B0C8;
    text-decoration: none;
    color: #fff;
    padding: 8px 15px;
    border-radius: 10px;
    transition: 0.2s;
    position: relative;
    top: 0;
    display: inline-block;
    border: none;
    font-size: 17px;
    cursor: pointer;
    box-sizing: border-box;
}
.btn:hover{
    background-color: #0f8192;
}


.grid3{
    display: grid;

    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: center;
}

.grid4{
    display: grid;

    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 30px;
    justify-content: center;
}
.grid5{
    display: grid;

    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: center;
}

.bg{
    background-color: #ECF0F1;
}

.block{
    padding-top: 40px;
    padding-bottom: 50px;
}
.block h1{
    padding-top: 0;
    margin-top: 0;
    font-weight: bold;
    font-size: 32px;
    text-align: center;
    margin-bottom: 40px;
}


/* ADMINKA */
#adminka{
    background-color: #3f3f3f;
    padding: 6px 20px;
    color: #fff;
}
#adminka ul{
    margin: 0;
    padding: 0;
}
#adminka li{
    display: inline-block;
    margin-right: 15px;
}

#adminka a{
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}



.al{
    display: inline-block;

    margin-left: 20px;
}
.ab{
    background-color: #3f3f3f;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    padding: 7px 15px;
    border-radius: 10px;
    transition: 0.2s;
    vertical-align: middle;
}
.ab:hover{
    background-color: #000;
}

.admin-page{
    margin-bottom: 60px;
    margin-top: 30px;
}

.admin-button{
    width: 300px !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}



.back a{
    color: #000;
    text-decoration: none;
    transition: 0.2s;
}
.back a:hover{
    color: #16B0C8;

}
.back img{
    margin-left: 7px;
    position: relative;
    top: 0;
    left: 0;
    transition: 0.1s;
    width: 16px;
    margin-right: 10px;
}
.back:hover img{
    fill: #b6171b;

    left: -4px;
}



.delete{
    background-color: #b6171b;
}




/* HEADER */
header{}
.head1{
    border-bottom: 1px solid #D4D4D4;
}
.head1-inner{
    padding-top: 27px;
    padding-bottom: 27px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head-conts{
    display: flex;
    font-size: 18px;
    font-weight: 600;
}

.head-address{
    margin-right: 60px;
}


.head2-inner{
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px;
}

.navi{
    padding: 0;
    margin: 0;
}
.navi li{
    display: inline-block;
    margin-right: 30px;
}
.navi a{
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    transition: 0.2s;
}

.navi a:hover{
    color: #16B0C8;
}

.vds a{
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    transition: 0.2s;
}

.vds a:hover{
    color: #16B0C8;
}



/* BANNER */
.banner{
    background-image: url("/images/banner.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 500px;
    background-color: #f4f4f4;
}

.banner-inner{
    align-items: center;
    padding-top: 30px;
    padding-bottom: 40px;
}

.banner-text{
    max-width: 700px;


    padding-top: 50px;
}
.banner-text h1{
    font-size: 40px;
    line-height: 1.3;
    margin-top: 0;

    font-weight: 600;
}

.bbutton{
    margin-top: 40px;
}

.banner-btn{
    padding: 15px 40px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}

.bimg{
    flex: none;
}
.bimg img{
    display: block;
    width: 100%;
}


/* ПРЕИМУЩЕСТВА */
.pre{
    padding-top: 70px;
    padding-bottom: 70px;

}
.pre-block{
    display: flex;
}
.pre-img{
    margin-right: 35px;
}
.pre-title{
    font-size: 23px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 22px;
}
.pre-desc{
    margin-bottom: 20px;
}

.pre-but a{
    border: 1px solid #16B0C8;
    border-radius: 15px;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    padding: 12px;
    display: inline-block;
    min-width: 262px;
    box-sizing: border-box;
    text-align: center;
    transition: 0.2s;
}

.pre-but a:hover{
    background-color: #16B0C8;
    color: #fff;
}



/* УСЛУГИ */
.services{
    background-color: #F4F4F4;
    padding-top: 50px;
    padding-bottom: 50px;
}
.services h1{
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 40px;
}

.all-but{
    display: inline-block;
    border: 1px solid #16B0C8;
    border-radius: 15px;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    padding: 12px;
    min-width: 262px;
    box-sizing: border-box;
    text-align: center;
    transition: 0.2s;
    vertical-align: middle;
    margin-left: 60px;
}
.all-but:hover{
    background-color: #16B0C8;
    color: #fff;
}


.service{
    border-radius: 15px;
    background-color: #fff;
    padding: 30px;
    cursor: pointer;
    position: relative;
    top: 0;
    transition: 0.2s;
}
.service:hover{
    top: -4px;
    box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}
.service-img{
    margin-bottom: 15px;
}
.service-title{
    margin-bottom: 15px;
}
.service-title a{
    color: #000;
    font-weight: 600;
    font-size: 23px;
    text-decoration: none;
}
.service-desc{
    font-size: 16px;
}


/* ВРАЧИ */
.doctors{
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 40px;

    background: linear-gradient(180deg, rgba(181, 181, 181, 0.36) 0%, rgba(181, 181, 181, 0) 100%);
}
.doctors h1{
    padding-top: 0;
    margin-top: 0;
}
.doc-slider{
    overflow: hidden;
    position: relative;
}
.doctors-inner{

}
.doc-img{
    margin-bottom: 20px;
}
.doc-img img{
    width: 100%;
    border-radius: 50%;
}

.doc-name{
    font-weight: 600;
    font-size: 23px;
    text-align: center;
    margin-bottom: 20px;
}
.doc-post{
    text-align: center;
    font-size: 16px;
}


/* ЗАПИСЬ НА ПРИЁМ */
.feedback{
    background-image: url("/images/bg1.jpg");
    border-radius: 15px;
    margin-bottom: 40px;
}
.feedback-form{
    max-width: 500px;
    padding: 40px 50px;
    box-sizing: border-box;
}
.feedback-form h1{
    margin-top: 0;
    padding-top: 0;
    font-size: 26px;
    text-align: center;
    line-height: 1.3;
}


.slider{
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

/* СТАТЬИ */
.articles{
    margin-top: 50px;
    margin-bottom: 50px;
}
.article img{
    border-radius: 15px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.article-image{
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 15px;
}
.article-title a{
    color: #000;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    transition: 0.2s;
}
.article-title a:hover{
    color: #16B0C8;
}


.lics{
    margin-top: 30px;
}
.lic{
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #16B0C8;
}

.slider .swiper-slide img{
    width: 100%;
}






/* Ошибка 404 */

.error404{
    padding-top: 50px;
    padding-bottom: 50px;

}
.error-title1{
    margin-top: 50px;
    font-size: 90px;
    color: #D93337;
}
.error-title2{
    font-weight: 600;
    color: #D93337;
    font-size: 30px;
}

.address-link{
    color: #000;
    text-decoration: none;
    transition: 0.2s;
}
.address-link:hover{
    color: #16B0C8;
}



/* Страница */
.page{
    margin-bottom: 50px;
    margin-top: 50px;
}

.big-image{
    margin-bottom: 50px;
}
.img{
    width: 100%;
}

a.active{
    color: #16B0C8 !important;
}




/* Форма */
.form-control{
    border: 2px solid #16B0C8;
    width: 100%;
    padding: 12px 20px;
    border-radius: 10px;
    font-size: 18px;
    box-sizing: border-box;
    background-color: #DAEBF0;
}
.form-control::placeholder{
    color: #000;
}
.control-label{
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
}

.form-group{
    margin-bottom: 25px;
}

.admin-page .btn{
    font-size: 18px;
}

.send{
    border: none;
    background-color: #16B0C8;
    text-decoration: none;
    color: #fff;
    padding: 15px;
    border-radius: 10px;
    transition: 0.2s;
    position: relative;
    top: 0;
    width: 100%;
    display: block;
    font-size: 17px;
    cursor: pointer;
    box-sizing: border-box;
    text-transform: uppercase;
    font-weight: bold;
}

.send:hover{
    background-color: #0f8192;
}


.cont{
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-right: 25px;

    display: flex;
}

.bar1{
    flex: 0 0 270px;
    position: relative;
    margin-bottom: 30px;
    margin-right: 30px;

    margin-top: -30px;

}



.bar1__block{
    padding: 25px;
    background-color: #F4F4F4;
    box-sizing: border-box;
    border-radius: 15px;
    margin-top: 30px;
}

.bar1__block ul{
    padding: 0;
    margin: 0;
}
.bar1__block li{
    list-style: none;
    margin-bottom: 12px;

}
.bar1__block li:last-child{
    margin-bottom: 0;
}

.bar1__link{
    color: #000;
    text-decoration: none;

    font-size: 20px;
    font-weight: 600;
    transition: 0.2s;
}
.bar1__link:hover{
    color: #0f8192;
}

.ser-title{
    padding-top: 30px;
    margin-top: 0;
}


.bar2{
    width: 100%;

}



/* ЗАГРУЗКА ИЗОБРАЖЕНИЙ */
.file-input{
    margin-top: 30px;
    margin-bottom: 40px;
}
.file-input .field-content-image{
    position: relative;
    padding: 40px;
    text-align: center;

    border: 2px dashed #ccc;
    border-radius: 10px;
    transition: 0.1s;
}
.file-input .field-content-image:hover{
    border: 2px solid #999;
}
.file-input .control-label{
    margin-bottom: 0;
}

.file-input #content-image{
    cursor: pointer;
    display: block;
    width: 100%;
    box-sizing: border-box;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
}
.added-image{
    width: 120px;
    /*height: 120px;*/
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 20px 0;
    cursor: move;

    position: relative;
}
.shost{
    opacity: 0.5;
}
.selected{
    background-color: green;
}

.loading{
    background-color: #f2f2f2;
    width: 120px;
    height: 120px;
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 20px 0;
    background-image: url("/images/load.svg");
    background-repeat: no-repeat;


}


.context-menu{
    opacity: 0;
    background-color: #fff;
    position: absolute;
    top: 5px;
    right: 5px;

    border-radius: 4px;
    transition: 0.2s;
}
.context-menu a{
    display: block;
    padding: 4px;
}
.context-menu img{
    display: block;
}


.added-image:hover .context-menu{
    opacity: 1;
}





.right{
    text-align: right;
}


.fform{
    background-color: #ECF0F1;
    border-radius: 15px;
    padding: 25px;
    max-width: 400px;
    margin-left: auto;
}
.crow{
    margin-bottom: 30px;
}
.crow:last-child{
    margin-bottom: 0;
}
.fform .form-control{
    text-align: left;
    padding: 12px 20px;
    font-size: 18px;
}
.fform .btn{
    display: block;
    width: 100%;
    padding: 15px;
    margin-top: 30px;
}


.calc-block{

}



/* Модальное окно */
.modal-wrapper{
    overflow: auto;

    z-index: 2000;

    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    background: rgba(0, 0, 0, 0.6);
    display: grid;
    align-items: center;
    justify-content: center;

    opacity: 0;
}
.modal{
    background-color: #fff;
    max-width: 500px;
    max-height: 80%;
    overflow: auto;
    position: relative;
}
.modal-close{
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}




/* FOOTER */
#map{
    height: 450px;

}

.divider{
    height: 6px;
    background: #16B0C8;
    /*margin-top: 50px;*/
}
footer{
    padding-top: 40px;
}

footer .contacts{
    flex: none;
}

.footer-phone{
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 10px;
}
.footer1{
    margin-bottom: 30px;
    display: flex;
    /*align-items: center;*/
    justify-content: space-between;
}

.footer-address{
    /*margin-bottom: 25px;*/
}

.footer-navi{
    margin-left: 100px;
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*width: 100%;*/
}
.footer-navi ul{
    margin: 0;
    padding: 0;


}
.footer-navi li{
    list-style: none;
    display: inline-block;
    margin-right: 20px;

}
.footer-navi a{
    color: #000;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.2s;
}
.footer-navi a:hover{
    color: #16B0C8;

}


.footer2{
    border-top: 1px solid #CFCFCF;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer2-inner{

    align-items: center;
    justify-content: space-between;
}

.dev-img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.3;
    transition: 0.2s;
    display: block;
}

.dev-img:hover{
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    opacity: 1;
}

.footer-address .icon{
    margin-right: 20px;
}

.copyright{
    color: #999;
    font-size: 16px;
}
.cop{
    font-size: 18px;
    font-weight: bold;
    color: #16B0C8;
    padding-right: 10px;
    text-decoration: none;
}

.footer-address a{
    color: #000;
    text-decoration: none;
}

.leg{
    font-size: 16px;
}
.leg a{
    color: #000;
}

.nl-block{
    display: inline-block;
    vertical-align: top;
    flex: none;
    display: none;
}
.nl{
    display: inline-block;
    width: 60px;
    margin-right: 30px;
    vertical-align: top;
}
.nl-img{
    margin-bottom: 5px;
}
.nl-img img{
    width: 100%;
}
.nl-title a{
    font-size: 8px;
    color: #000;
    text-decoration: none;

}
.nl-title{
    line-height: 10px;
}


.td2{
    text-align: right;
    width: 15%;
    font-weight: 600;
    font-size: 19px;
}

.rur{
    font-size: 16px;
    font-weight: normal;
    color: #676767;
}
.phone-link{
    color: #000;
    text-decoration: none;
    transition: 0.2s;
}
.phone-link:hover{
    color: #16B0C8;
}

@media screen and (max-width:992px){
    .for-desktop{
        display: none;
    }
    .for-mobile{
        display: block;
    }

    .display-flex{
        display: block;
    }


    body{
        padding-top: 70px;
    }

    h1{
        font-size: 28px;
    }

    /* Мобильный header */
    .main-header{
        position: fixed;
        top: 0;
        padding: 0;
        width: 100%;
        background: rgba(255, 255, 255, 0.8);
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
        box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
        z-index: 100;
    }
    #burger{
        position: absolute;
        top: 8px;
        left: 3px;
        width: 55px;
        height: 55px;
        display: grid;
        place-items: center;
        cursor: pointer;
        z-index: 50;
    }

    .mobi-inner{
        position: relative;
        height: 70px;
        user-select: none;
    }
    .logo{
        text-align: center;
        margin-right: 0;
        padding-left: 60px;
        padding-right: 60px;
        height: 100%;
        display: grid;
        align-items: center;
    }
    .logo a{
        display: grid;
        justify-content: center;
    }

    .logo__link{
        font-size: 23px;
    }

    .pal{
        transition: 0.3s;
        transform-origin: center;
    }
    .animate #pal1{
        transform:  rotate(45deg) translate(0px, 9px);
    }
    .animate #pal2{
        transform: rotate(45deg);
    }
    .animate #pal3{
        transform:  rotate(-45deg) translate(0,-9px);
    }

    
    .navi1{
        margin: 0;
        padding: 60px 30px 30px 30px;
    }
    .navi1 li{
        list-style: none;
        margin-bottom: 8px;
    }
    .navi1 a{
        color: #2D2D2D;
        font-size: 20px;
        font-weight: 600;
        text-decoration: none;
    }

    .navi1 a.podcat{
        font-size: 16px;
        padding-left: 10px;
    }

    .mnavi{
        background-color: #fff;
        position: fixed;
        top: 70px;
        bottom: 0;
        height: 100vh;
        width: 100%;
        z-index: 100;
        /*padding: 10px 30px 80px 30px;*/
        left: -100%;
        transition: 0.25s;
        opacity: 0.5;
        overflow-y: auto;
        box-sizing: border-box;
    }

    .cart-link{
        width: auto;
        margin-bottom: 15px;
    }


    .mobi-cart{
        position: absolute;
        top: 8px;
        right: 4px;
    }

    .mobi-cart a{
        display: grid;
        align-items: center;
        justify-content: center;
        width: 55px;
        height: 55px;

    }

    .cart-link {
        line-height: inherit;
        background-color: inherit;
        border: none;
    }

    .mobi-cart svg{
        display: block;
    }





    .mnavi::-webkit-scrollbar { width: 0; }
    .mnavi { -ms-overflow-style: none; }
    .mnavi { overflow: -moz-scrollbars-none; }

    .mnavi {
        -ms-overflow-style: none;  /* IE 10+ */
        scrollbar-width: none; /* Firefox */
        padding-bottom: 150px;
    }

    .show{
        left: 0;
        opacity: 1;
    }


    .head-contacts{
        padding: 0 30px;
    }
    .phone-link{
        color: #2D2D2D;
        text-decoration: none;
        font-size: 20px;
        font-weight: 600;
    }
    .phone{
        margin-bottom: 15px;
    }


    .address{
        display: flex;
        line-height: 1.3;
    }
    .address img{
        margin-right: 22px;
    }

    .address a{
        color: #2D2D2D;
        text-decoration: none;
        font-size: 16px;
        font-weight: 600;
    }

    .city{
        font-size: 20px;
        font-weight: bold;
    }



    /* BANNER */
    .banner{
        background-image: none;
    }
    .banner-inner{
        padding-top: 0;
    }
    .banner-text h1{
        font-size: 28px;
        line-height: 1.4;
        margin-bottom: 30px;

    }
    
    .pre-img{
        margin-right: 25px;
    }
    .pre-but a {
            min-width: 230px;
    }
    table{
        font-size: 14px;
    }
    .banner-text{
        padding-top: 30px;
    }
    .btext{
        margin-bottom: 30px;
    }

    .mob-banner{
        margin-left: -30px;
        margin-right: -30px;
    }
    .mob-banner img{
        width: 100%;
        display: block;
    }

    .grid3{
        display: block;
    }

    .grid4{
        display: block;
    }

    .grid5{
        display: block;
    }

    .banner-btn{
        display: block;
        padding: 13px;
        text-align: center;
    }


    .block h1{
        font-size: 28px;
    }

    /* УСЛУГИ */
    .service{
        margin-bottom: 30px;
    }
    .service:last-child{
        margin-bottom: 0;
    }

    .all-but1 {
        display: block;
        border: 1px solid #16B0C8;
        border-radius: 15px;
        font-weight: bold;
        font-size: 15px;
        text-transform: uppercase;
        color: #000;
        text-decoration: none;
        padding: 12px;
        min-width: 262px;
        box-sizing: border-box;
        text-align: center;
        transition: 0.2s;
        vertical-align: middle;
        margin-left:0;
        margin-top: 30px;
    }


    /* ПРЕИМУЩЕСТВА */
    .pre-block{
        margin-bottom: 40px;
    }
    .pre-block:last-child{
        margin-bottom: 0;
    }


    /* ОТЗЫВЫ */
    .review{
        margin-bottom: 30px;
    }
    .review:last-child{
        margin-bottom: 0;
    }


    /* ВРАЧИ */
    .slider1{
        overflow: hidden;
        margin-bottom: 30px;
        margin-left: -30px;
        margin-right: -30px;
    }

    .slider1 .swiper-slide{
        width: 80%;
        margin-left: 30px;
    }

    .slider1 .swiper-slide:last-child{
        margin-right: 30px;
    }

    /* СТАТЬИ */
    .article{
        margin-bottom: 30px;
    }
    .article:last-child{
        margin-bottom: 0;
    }




    .feedback{
        margin-left: -30px;
        margin-right: -30px;
        border-radius: 0;

        background-image: url("/images/bg2.jpg");
        background-position: center;
    }


    /* FOOTER */
    #map{
        height: 300px;
    }
    footer{
        padding-top: 0;
    }

    .copyright {
        margin-bottom: 10px;
    }

    .dev{
        text-align: center;
    }
    .dev-img{
        display: inline;
        width: 180px;
    }

    .calc-form table{
        font-size: 13px;
    }

    .chead{
        font-size: 14px;
    }
    .cd3{
        display: none;
    }

    .page{
        margin-top: 30px;
    }

    .lic{
        width: 100px;
    }
    .lic img{
        width: 100%;
    }

    .wa-link img{
        vertical-align: middle;
        position: relative;
        top: -3px;
    }

}