@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700;900&family=Roboto+Condensed:wght@300;400;700&display=swap");

* {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}

/* html {
    scroll-behavior: smooth;
} */

.mobileshow {
    display: none;
}

.blocknews {
    position: relative;
}

.subnews {
    position: relative;
    width: 100%;
    display: flex;
    align-items: stretch;
    clear: both;
    text-decoration: none !important;
    overflow: hidden;

    border-radius: 2em;
    color: #333 !important;
    border: 1px solid #eee;
    transition: all 0.4s ease;
}

.subnews:hover {
    background-color: #f2f2f2;
}

.news_img {
    width: 20%;
    background-position: center !important;
    background-size: cover !important;
}

.news_txt {
    display: block;
    padding: 3% 5%;
    width: 60%;
}

.news_title {
    font-size: 2.3em;
    line-height: 100%;
    color: #005321;
    display: block;
    margin: 0.5em 0;
}

.news_author {
    margin-top: 1em;
    color: #777;
    letter-spacing: 1px;
}

.news_props {
    position: relative;
    color: #888;
    padding: 3% 5%;
}

#stati_author_info {
    position: relative;
    text-wrap: balance;
    text-align: center;
}

.doc_author_fio {
    font-weight: 700;
    font-size: 1.2em;
    margin-top: 2em;
    display: block;
}

.doc_avatar {
    display: block;
    width: 96%;
    margin: 0 auto;
    aspect-ratio: 1/1;
    border-radius: 50%;
    margin-bottom: 1em;
    background-size: cover !important;
    background-position: center !important;
}

#chat_comments h5 {
    font-weight: 700;
}

.hdrcntcts {
    font-size: 1em;
    font-weight: 600;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    transition: all 0.5s;
    opacity: 0.999;
}
.preloader-remove {
    opacity: 0;
    z-index: -10;
}

.preloader-img {
    display: block;
    max-width: 150px;
    animation: preload 2.5s infinite linear;
}

.preloader-txt {
    display: block;
    color: #bbb;
    font-weight: 700;
    font-size: 130%;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
}

@keyframes preload {
    0% {
        transform: none;
        opacity: 0.6;
    }

    50% {
        transform: rotate(180deg) scale(1.22);
        opacity: 1;
    }

    100% {
        transform: rotate(360deg) scale(1);
        opacity: 0.6;
    }
}

.fullscreen-bg {
    overflow: hidden;
    position: relative;
    min-height: calc(94vh + 1px);
    width: 100%;
}

.fullscreen-bg__video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay {
    /* background-image: -webkit-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.6) 2px, transparent 2px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.6) 2px, transparent 2px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.6) 2px, transparent 2px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.6) 2px, transparent 2px, transparent 100%);
    -webkit-background-size: 3px 3px;
    -moz-background-size: 3px 3px;
    background-size: 3px 3px; */
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 24;
    padding-top: 9%;
}

.overlay h1 {
    color: #fff;
    font-size: 52px;
    font-weight: 800;
    text-transform: uppercase;
}

.docfilter {
    position: relative;
    display: inline-block;
    margin: 10px 55px;
    margin-left: 0;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    font-size: 1em;
}

.docfilter:hover {
    color: #038836;
    text-decoration: underline;
}

.docactive {
    font-weight: 600;
    color: #038836;
    font-weight: 700;
}

#preimushestva {
    position: relative;
    background: #f6f6f6;
    clear: both;
    padding-top: 70px;
    padding-bottom: 80px;
    overflow: hidden;
}

.lineddash {
    position: relative;
    /* dashed border */
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='gray' stroke-width='2' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
    font-size: 1.2em;
    margin-top: -1px;
}

.lineddash .flexcenter {
    text-wrap: balance;
}

#onlineconsult {
    position: relative;
    overflow: hidden;
    clear: both;
    padding-bottom: 30px;
    padding-top: 70px;
}

.subonlconsult {
    background: #fff;
    height: 100%;
    padding: 8%;
    text-align: center;
    text-wrap: balance;
    border-radius: 20px;
    padding-bottom: 60px;
}

.subonlconsult p {
    margin-bottom: 20px;
}

.subonlconsult img {
    width: 80%;
    max-width: 100px;
    margin-bottom: 25px;
}

.subonlconsult h3 {
    font-weight: 600;
    color: #005321;
}

.greenpr {
    display: block;
    background-color: #005321;
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 15px;
    margin: 10px 0;
    border-radius: 10px;
}

#blursteps {
    position: relative;
    clear: both;
    overflow: hidden;
    background: url("/images/kanbin_razmyl0.webp") no-repeat;
    background-position: center bottom 30%;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 80px;
}

.numberedcont {
    position: relative;
    background: #fff;
}

.numberedtxt {
    position: relative;
    color: #005321;
    font-size: 1.1em;
    font-weight: 400;
    text-wrap: balance;
}

.subnumbered {
    position: relative;
    background: #ccc;
    padding: 3%;
}

.subnumbered img {
    width: 100%;
    text-align: center;
}

.etapywarn {
    text-align: center;
    font-weight: 400;
    color: #fff;
    font-size: 1.1em;
    initial-letter: 1px;
}

.hottime_info p {
    font-size: 0.85em;
}

.hotusluga {
    position: relative;
    clear: both;
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
    background: #f6f6f6;
    min-height: 300px;
    padding: 5%;
    padding-right: 0;
    padding-bottom: 0;
    margin-bottom: 20px;
}

.subhotusluga {
    position: relative;
    width: 100%;
    height: 100%;
}

.infopart {
    position: relative;
    float: left;
    width: 70%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.infopart h3 {
    font-weight: 700;
}

.hotprice {
    color: #777;
    font-size: 2em;
    text-transform: uppercase;
}

.hottime i {
    margin-right: 7px;
    color: #3ec577;
}

.hotdocpic {
    width: 30%;
    float: right;
    height: 100%;
}

.hotdocpic img {
    max-width: 100%;
    max-height: 100%;
}

.hotbtn {
    display: inline-block;
    cursor: pointer;
    background: #005321;
    color: #fff;
    padding: 10px 25px;
    border-radius: 7px;
    text-decoration: none;
    transition: all 0.4s ease;
}

.hotbtn_inactive {
    display: inline-block;
    background: #ccc;
    color: #fff;
    padding: 10px 25px;
    border-radius: 7px;
}

.hotbtn:hover {
    background: #222;
}

.yakor {
    border-top: 95px solid transparent;
    margin-top: -95px;
    padding: 15px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.sticky {
    position: fixed;
    z-index: 101;
}

.video-block {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-block iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.specialists {
    text-align: center;
}

.specialists h5 {
    font-weight: bold;
    color: #005320;
}

.newdoctor {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    min-height: 460px;
    background: #fff;
    padding-bottom: 80px;
    display: block;
    text-decoration: none !important;
    font-family: "Montserrat", sans-serif;
}

.doctorinfo {
    position: relative;
    z-index: 5;
    width: 55%;
    padding: 7%;
    display: block;
}

.docname {
    font-weight: 700;
    font-size: 1.8em;
    line-height: 1.2em;
    text-transform: uppercase;
    clear: both;
    display: block;
}

.docstage {
    margin-top: 10px;
    margin-bottom: 40px;
    clear: both;
    color: #005320;
    font-size: 1.1em;
    font-weight: 600;
    display: block;
}

.docspec {
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 5px 15px;
    display: inline-block;
    clear: both;
    margin: 3px;
    font-weight: 400;
}

.doctorimg {
    position: relative;
    overflow: hidden;
    padding-top: 0 !important;
}

.doctorimg img {
    width: 100%;
    max-width: 450px;
}

.doctorimg video {
    position: absolute;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    height: 100%;
    display: none;
    z-index: 5;
}

.doctorplay {
    position: absolute;
    z-index: 3;
    left: 35px;
    top: 25px;
    background: #005321;
    border: 8px solid #12916b;
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 44px;
    padding-left: 3px;
    text-align: center;
    border-radius: 50%;
    transition: all 0.4s ease;
    cursor: pointer;
}

.doctorplay::after {
    animation: pulse 1000ms cubic-bezier(0.9, 0.7, 0.5, 0.9) infinite;
}

@keyframes pulse {
    0% {
        opacity: 0;
    }
    50% {
        transform: scale(1.4);
        opacity: 0.4;
    }
}

.doctorplay::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #006633;
    border-radius: 50%;
    z-index: -1;
}

.doctorplay:hover {
    transform: scale(1.1);
}

.docblur {
    z-index: 2;
    width: 100%;
    height: 90px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: url("/images/docblur.png") no-repeat;
    background-size: cover;
    background-position: top center;
}

.otziv .docblur {
    z-index: 2;
    width: 100%;
    height: 93px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: url("/images/docblur2.png") no-repeat;
    background-position: bottom right;
}

.abouts {
    border-bottom: 1px dashed #ddd;
}

.aboutme h5 {
    font-weight: 600;
}

#listmenu {
    background-color: #f1f1f1;
}

#listmenu h5 {
    display: block;
    padding-top: 22px;
    padding-bottom: 22px;
    padding-right: 50px;
    padding-left: 75px;
    position: relative;
    font-weight: 600;
    cursor: pointer;
    font-size: 1.1em;
    background: #fff;
    -webkit-box-shadow: 1px 1px 8px -2px rgba(34, 60, 80, 0.17);
    -moz-box-shadow: 1px 1px 8px -2px rgba(34, 60, 80, 0.17);
    box-shadow: 1px 1px 8px -2px rgba(34, 60, 80, 0.17);
}

.price-cont a {
    font-weight: 600 !important;
}

#listmenu h5 span {
    position: absolute;
    display: block !important;
    right: 3%;
    top: 38%;
    transform: rotate(-90deg);
    transition: all 0.4s;
    font-size: 14px;
    color: #005320;
}

#listmenu h5 img {
    position: absolute;
    display: block !important;
    left: 4px;
    top: calc((100% - 60px) / 2);
    height: 60px;
}

.tglist {
    display: none;
    padding-left: 22px;
    font-size: 1.1em;
}

.tglist a {
    padding: 8px 0;
    display: block;
    clear: both;
    color: #777;
    font-weight: 600;
}

.otziv-outer .gallery-photo {
    width: 50%;
    height: auto !important;
    border: none;
    display: inline-block;
}

.otziv-outer .gallery-photo:hover {
    border: none !important;
}

.sert_div {
    width: 19%;
    overflow: hidden;
    height: 20vh;
    display: block;
    float: left;
    margin: 0.5%;
    /* border: 1px solid red; */
}

.gallery-photo-srt {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.showmore {
    display: block;
    clear: both;
    font-size: 1em;
    font-weight: 600;
    color: #333;
    cursor: pointer;
    margin: 10px 0;
}

.moreinfo {
    position: relative;
    width: 100%;
    clear: both;
    overflow: hidden;
    display: none;
}

.docpic {
    background-size: contain !important;
    background-position: top right !important;
    position: absolute;
    top: 0;
    display: block;
    right: 0;
    height: 100%;
    width: 55%;
    transition: all 0.4s ease;
}

.docpic:hover {
    width: 57%;
    height: 110%;
    top: -5%;
    right: -3.5%;
}

.instalink {
    color: #a8275d;
    font-weight: bold;
    font-size: 1.2em;
}

a {
    color: #005320;
    outline: none;
}

a:hover {
    color: #bd1834;
    outline: none;
}

.pghr {
    margin-top: 50px;
    margin-bottom: 70px;
}

.oklin {
    padding: 100px 2px;
}

.h4bld {
    font-weight: 600;
    font-size: 1.3em;
    color: #222;
    text-transform: uppercase;
}

.preimdiv2 {
    text-align: center;
    font-size: 0.95em;
}

.preimdiv2 img {
    margin-bottom: 25px;
}

.preimdiv2 p {
    font-weight: 500;
}

.pageslider {
    padding: 0px !important;
}

.pageprice {
    color: #005320;
    font-weight: 500;
    text-align: center;
    font-size: 2.1em;
}

.myli {
    display: inline-block;
    margin-right: 5px;
    margin-left: 7px;
    font-size: 1.1em;
    font-weight: 500;
}

.faq,
.faq2 {
    width: 100%;
    position: relative;
    clear: both;
    overflow: hidden;
    display: block;
    padding: 2%;
    margin: 1%;
    border-bottom: 1px solid #dedede;
}

.faqimg {
    width: 100%;
    opacity: 0.97;
    max-width: 640px;
}

.fquest,
.fquest2 {
    margin-bottom: 1px;
    color: #777;
    font-weight: 700;
    font-size: 1.1em;
    text-transform: uppercase;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    cursor: pointer;
}

.faq:after {
    position: absolute;
    content: "+";
    right: 20px;
    top: 20px;
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    transition: transform 0.4s;
    color: #fff;
    background: #005320;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    font-family: Arial, sans-serif;
}

.faq:hover:after {
    background: #555;
    line-height: 25px;
    transform: rotate(180deg);
    content: "-";
}

.faq2:after {
    position: absolute;
    content: "+";
    right: 20px;
    top: 20px;
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    transition: transform 0.4s;
    color: #fff;
    background: #005320;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    font-family: Arial, sans-serif;
}

.faq2:hover:after {
    background: #555;
    line-height: 25px;
    transform: rotate(180deg);
    content: "-";
}

.fanswer {
    max-height: 0px;
    padding-top: 0px;
    overflow: hidden;
    position: relative;
    display: block;
    background-color: none;
    margin: 0;
    transition: all 1.1s;
    font-weight: 500;
    padding-bottom: 0px;
}

.fanswer2 {
    max-height: 0px;
    padding-top: 0px;
    overflow: hidden;
    position: relative;
    display: block;
    background-color: none;
    margin: 0;
    transition: all 1.1s;
    font-weight: 500;
    padding-bottom: 0px;
}

.modernfbs .owl-stage {
    position: relative;
    display: flex !important;
}

.modernfb {
    position: relative;
    clear: both;
    display: block;
    padding-top: 70px;
    padding-bottom: 80px;
    margin-top: 70px;
    background: #f7fdfd;
}

#onlinedown {
    position: relative;
    clear: both;
    background: #fff;
}

.headle {
    padding-bottom: 60px !important;
}

.moderncontrols {
    position: absolute;
    z-index: 10;
    bottom: 5%;
    width: 100%;
}

.mfbstars {
    font-size: 1.9em;
    color: #e9c804;
    margin: 5px 0;
}

.mfb {
    padding: 10px;
    position: relative;
    height: 100%;
    display: block;
}

.mfbname {
    color: #444;
    font-weight: 600;
}

.msubfb {
    width: 100%;
    height: 100%;
    position: relative;
    background: #fff;
    padding: 10% 8%;
}

.pagenavigate {
    background: none;
    font-size: 0.8em;
}

.pagenavigate a {
    color: #555;
    font-weight: 500;
    display: block;
    clear: both;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 7px 5px;
    transition: all 0.1s ease-in;
    border-bottom: 1px solid #bce5db;
}

.pagenavigate a:hover {
    text-decoration: none;
    color: #444;
    background-color: #fcfcfc;
    border-bottom: 1px solid #999;
}

.newbutton {
    display: block;
    margin: 2px auto;
    max-width: 255px;
    width: 90%;
    height: 50px;
    border: 2px solid #005321;
    background: none;
    position: relative;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    /* border-radius: 26px; */
}

.newbutton .buttext {
    z-index: 2;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    color: #005321;
    padding: 10px 25px;
    transition: all 0.6s;
}

.butbg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 38px;
    background: #005321;
    outline: 0.1em solid #005321;
    transition: all 0.4s;
    text-align: left;
    padding: 10px;
    color: #fff !important;
    font-size: 1.1em;
}

.newbutton:hover .butbg {
    width: 100%;
}

.newbutton:hover .buttext {
    color: #fff;
}

.butbg span,
.butbg div {
    display: inline-block;
    transition: all 0.5s;
}

.newbutton:hover .butbg span,
.newbutton:hover .butbg div {
    transform: rotate(180deg);
}

.newprice h2 {
    color: #005320;
    font-weight: 600;
}

.tblprice {
    width: 100%;
    font-size: 1.1em;
    font-weight: 500;
    background: #eee;
    margin-bottom: 5px;
}

.tblprice td {
    padding: 30px 25px;
}

.tblinfo {
    width: 65%;
}

.tblcena,
.tblbtn {
    width: 17.5%;
    text-align: center;
}

.tblbtn span {
    cursor: pointer;
    position: relative;
}

.tblbtn span:before {
    content: "+ ";
    font-size: 2em;
    position: absolute;
    top: -16px;
    left: -33px;
    color: green;
}

.snlinks,
.snlinks2 {
    text-align: center;
}

.ico-lg {
    height: 48px;
    display: inline-block;
    margin: 0 4px;
}

.ico-md {
    height: 32px;
    display: inline-block;
    margin: 0 5px;
}

.ico-sm {
    height: 28px;
    display: inline-block;
    margin: 0 6px;
}

/* .snlinks a {
    display: inline-block;
    padding: 0 !important;
    border-radius: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #005320 !important;
    border: 2px solid #005320 !important;
    font-size: 20px;
    line-height: 37px !important;
    margin: 2px;
    transition: all 0.2s;
}

.snlinks2 a {
    display: inline-block;
    padding: 0 !important;
    border-radius: 40px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #005320 !important;
    border: 2px solid #005320 !important;
    font-size: 25px;
    line-height: 47px !important;
    margin: 2px;
    transition: all 0.2s;
}

.snlinks a:hover,
.snlinks2 a:hover {
    color: #fcfcfc !important;
    background: #005320 !important;
} */

.buttontop {
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
    padding: 7px 28px;
    border: none;
    background: #af203f;
    font-size: 0.75em;
    color: #fff;
    font-weight: 400;
    margin-top: 6px;
    border-radius: 16px;
    transition: all 0.3s;
}

.buttontop:hover {
    background: #290b11;
}

#breadcrumbs {
    width: 100%;
    overflow: hidden;
    padding: 0.1%;
    margin-bottom: 10px;
}

ol {
    padding: 5%;
    font-size: 1.1em;
    font-weight: 400;
    background: #e7fbf5;
    border-radius: 18px;
}

ol li {
    text-indent: 8px;
}

.ig_num {
    color: orange;
    font-weight: 200;
    font-size: 3.2rem;
    vertical-align: top !important;
    padding-right: 10px;
    border-right: 1px solid #ccc;
}

.ig_info {
    text-transform: uppercase;
    font-size: 1.1em;
    vertical-align: top !important;
    padding-top: 10px;
}

.preimdiv {
    width: 260px;
    text-align: center;
    padding: 7px;
}

.preimdiv img {
    width: 99% !important;
    display: inline-block;
    margin: 0;
}

.view-desctop {
    display: block;
}

.view-mobile {
    display: none;
}

.etap img {
    display: block;
    margin: 10px auto !important;
    width: 200px;
}

.tbl,
.tbl2 {
    background: #f0f0f0;
    color: #666;
    padding: 1.5%;
    border: 1px solid #999;
}

.tbl2 {
    width: 12%;
    min-width: 70px !important;
    text-align: center;
}

.header-shadow {
    -webkit-box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.72);
    -moz-box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.72);
    box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.72);
}

.header-shadow .logocontainer {
    display: block;
}

.sertificate {
    width: 100%;
}

.link {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.4em;
    transition: all 0.3s;
    border-bottom: 1px dotted #005320;
    color: #005320;
}

.link:hover {
    text-decoration: none;
}

h1 {
    font-weight: 700;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Montserrat", sans-serif;
}

.w1550 {
    max-width: 1550px !important;
    font-family: "Montserrat", sans-serif;
}

#main_container ul li {
    list-style-position: inside;
}

.w1500 {
    max-width: 1500px !important;
    font-family: "Montserrat", sans-serif;
}

.cont_sert {
    text-align: center;
}

body {
    color: #555;
    background: #fcfcfc;
    margin: 0 auto;
    padding-top: 136px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    padding-top: 15px;
    padding-bottom: 10px;
    transition: all 0.6s;
    font-family: "Montserrat", sans-serif;
}

#header a:hover {
    text-decoration: none;
}

#logo {
    width: 100%;
    max-width: 180px;
    position: relative;
    display: block;
}

.header_pretty_stripper {
    display: inline-block;
    width: 1%;
}

#main-menu {
    display: table;
}

#submenu {
    width: 100%;
    display: table-row;
    overflow: hidden;
}

#submenu a {
    display: block;
    float: left;
    width: auto;
    color: #777;
    text-align: left;
    border-bottom: 2px solid #fff;
    transition: all 0.3s;
    font-weight: 600;
}

#submenu a:hover {
    border-bottom: 2px solid #006633;
    transform: scale(1.05);
    z-index: 2;
}

.subdescmenu {
    display: none;
    max-width: 1550px !important;
    top: 129px;
    padding: 2% 3%;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    overflow-y: auto;
    font-size: 0.9em;
    border-top: 1px solid rgb(231, 230, 230);
}

.subdescmenu1 {
    position: absolute;
    background: rgb(248, 247, 247);
    color: #333;
    min-height: 150px;
}

.subdescmenu h5 {
    color: #005320 !important;
}

.subdescmenu h5 span {
    color: #af203f;
    margin-right: 5px;
    font-size: 0.8em;
}

.subdescmenu a {
    color: #333;
}

.minimenu {
    display: none;
    position: absolute;
    top: 39px;
    background: rgb(248, 247, 247);
    color: #333;
    padding: 3px;
    width: 250px;
    overflow: hidden;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

.minimenu a {
    width: 100% !important;
    max-width: 100% !important;
    padding: 10px 20px;
    display: block;
    text-align: left;
    font-size: 0.8em;
    margin: 0 !important;
}

.descmenu {
    position: relative;
    float: left;
    display: block;
    list-style: none;
    padding: 1% 1.5%;
    font-size: 0.8em;
}

.descmenu:hover .minimenu {
    display: block !important;
}

.header_contacts {
    font-size: 0.8em;
    color: #777;
}

.header_phones {
    color: #005320;
    font-family: "Montserrat", sans-serif;
}

.mainslide .owl-dots {
    /* display: none!important; */
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
    text-align: center !important;
    padding: 1%;
}

.owl-prev,
.owl-next {
    background: #005320 !important;
    padding: 7px 25px !important;
    width: 50px !important;
    font-size: 160% !important;
    color: #fff !important;
    border-radius: 0 !important;
}

.slide {
    width: 100%;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
}

.subslide {
    position: relative;
    width: 100%;
    height: 640px;
    background-size: cover !important;
    background-position: top right !important;
}

.slideinfo {
    width: 80%;
    font-family: "Montserrat", sans-serif;
    max-width: 640px;
    margin: 0;
    margin-top: 3%;
    position: absolute;
    padding: 2%;
    color: #444;
    border-radius: 0;
    background: none;
}

.slideinfo h2 {
    font-size: 2.6em;
}

.warn {
    font-weight: 400;
    color: red;
    letter-spacing: 1px;
}

.warnb {
    font-weight: 400;
    color: red;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.85em;
    line-height: 0.9em;
}

.infografika img {
    transition: all 0.8s;
    outline: none;
}

.infografika img:hover {
    transform: rotate(-360deg);
}

#main-navs {
    text-align: center;
    font-size: 1.6em;
    color: #333;
    margin: -100px auto;
    z-index: 99;
    width: 100%;
    clear: both;
    position: absolute;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    text-align: right;
    padding-right: 20px;
}

.nav-button {
    padding: 5px 15px;
    margin: 15px;
    background: rgba(255, 255, 255, 0.7);
    cursor: pointer;
}

.nav-button:hover {
    padding: 5px 15px;
    margin: 15px;
    background: #333;
    color: #fff;
    cursor: pointer;
}

/* 30b66f */

.contentbutton {
    background: #005320;
    border: 2px solid #005320;
    color: #fff;
    margin-top: 20px;
    padding: 12px 26px;
    text-transform: uppercase;
    transition: all 0.3s;
    display: inline-block;
    font-weight: 400;
    max-width: 300px;
    animation: animate_grow 2s infinite;
    cursor: pointer;
}

.contentbutton:hover {
    background: #333;
    border: 2px solid #333;
    color: #fff;
    text-decoration: none;
    transform: scale(1.02);
}

#klinikaslider .carousel-control-prev,
#klinikaslider .carousel-control-next {
    background: none !important;
    border: none !important;
}

.contentbutton2 {
    background: #005320;
    border: 2px solid #005320;
    color: #fff !important;
    margin-top: 20px;
    padding: 12px 26px;
    text-transform: uppercase;
    transition: all 0.3s;
    display: inline-block;
    font-weight: 400;
    max-width: 320px;
    cursor: pointer;
    font-size: 1em;
    text-wrap: pretty;
}

.contentbutton2:hover {
    background: #666;
    border: 2px solid #666;
    color: #fff;
    text-decoration: none;
}

.contentbutton3 {
    background: #005320;
    border: 2px solid #005320;
    color: #fff;
    margin: 5px;
    padding: 8px 15px;
    text-transform: uppercase;
    transition: all 0.3s;
    display: inline-block;
    font-weight: 400;
    width: 84%;
    cursor: pointer;
    font-size: 0.8em;
    text-align: center;
}

.mb16 {
    margin-bottom: 16px;
}

.contentbutton4 {
    background: #555555;
    border: 2px solid #555555;
    color: #fff;
    margin: 5px;
    padding: 8px 15px;
    text-transform: uppercase;
    transition: all 0.3s;
    display: inline-block;
    font-weight: 400;
    width: 84%;
    cursor: pointer;
    font-size: 0.8em;
    text-align: center;
}

.contentbutton5 {
    background: #005321;
    border: 2px solid #005321;
    color: #fff;
    margin: 5px;
    padding: 14px 15px;
    text-transform: uppercase;
    transition: all 0.3s;
    display: inline-block;
    font-weight: 400;
    width: 99%;
    cursor: pointer;
    font-size: 0.9em;
    text-align: center;
}

.contentbutton6 {
    background: #005321;
    border: 2px solid #005321;
    color: #fff;
    position: absolute;
    z-index: 15;
    bottom: 7%;
    left: 7%;
    padding: 12px 32px;
    text-transform: uppercase;
    transition: all 0.3s;
    display: inline-block;
    font-weight: 400;
    cursor: pointer;
    font-size: 0.9em;
    text-align: center;
}

.contentbutton6:hover,
.contentbutton3:hover,
.contentbutton4:hover,
.contentbutton5:hover {
    background: #111;
    border: 2px solid #111;
    color: #fff;
    text-decoration: none;
}

.docfeedbacks .owl-dots {
    display: none !important;
}

.feedslider .owl-stage-outer {
    /* overflow: none !important;
    overflow-x: hidden !important; */
    padding-bottom: 5px !important;
}

.otziv {
    padding: 7%;
    background: #fff;
    font-size: 1.1em;
    height: 400px;
    min-height: 400px;
    position: relative;
    transition: all 0.4s;
    padding-bottom: 1px;
}

.otziv-outer {
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: block;
    position: relative;
    text-align: left;
    overflow: hidden;
}

.otziv img {
    margin-bottom: 14px;
}

.otziv2 {
    width: 360px;
    padding: 6%;
    background: #fff;
    border: 1px solid #ccc;
}

.owl-stage {
    padding-bottom: 5px;
}

.owl-nav {
    padding-bottom: 30px !important;
}

.doctor {
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(34, 60, 80, 0.2);
    overflow: hidden;
    padding-bottom: 15px;
}

.doctor2 img {
    width: 100% !important;
    margin-bottom: 15px;
}

.doctor2 {
    font-size: 0.9em;
    outline: 1px solid #d9f8e8;
    outline-offset: -3px;
    transition: all 0.3s;
    background: #fff;
}

.doctor2:hover {
    outline: 1px solid #999999;
}

.doctor img {
    width: 60% !important;
    display: block !important;
    margin: 10px auto !important;
}

.plitka2 .colb {
    width: 16.66% !important;
    padding: 0 !important;
    display: table-cell;
    float: left;
    font-size: 0.9em;
}

.newusluga {
    background: #fff;
    display: block;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    min-height: 120px;
    width: calc(96%-8px);
    margin: 3% 8px !important;
    padding: 4%;
    padding-bottom: 10%;
    position: relative;
    color: #12916b;
    height: 96%;
    transition: all 0.6s;
}

.newusluga img {
    width: 80%;
    max-width: 150px;
    margin: 0 auto;
    margin-bottom: 20px;
    display: block;
}

.newusluga:hover {
    -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    margin-top: 0.2% !important;
    margin-bottom: 5.8% !important;
    text-decoration: none;
}
.pl2 {
    margin: 0;
    padding: 0;
}

.usl {
    color: #333 !important;
}

.usl:hover {
    text-decoration: none !important;
    color: #333 !important;
}

.uslbutton {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #568173;
    color: #568173;
    text-transform: uppercase;
    font-size: 1em;
    transition: all 0.5s;
    margin: 5px;
    margin-left: 0;
}

.preim {
    outline: 1px solid #005320;
    outline-offset: -5px;
    transition: all 0.3s;
}

.preim img {
    width: 96%;
    max-width: 250px !important;
}

.o_klinike {
    text-align: left;
}

.plcont .container-fluid {
    margin: 0 !important;
    padding: 0 !important;
}

.npad {
    padding: 0 !important;
    margin: 0 !important;
}

.plitka {
    background: #fff;
    margin: 10px;
    min-height: 290px;
    font-size: 0.8em;
}

.plitka img {
    width: 100%;
    margin-bottom: 20px;
    transition: all 0.7s;
}

.plitka:hover {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
}

.plitka:hover img {
    transform: scale(1.1);
}

.plitkaprice {
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    color: #005320;
    text-transform: uppercase;
    font-size: 1.5em;
}

.plitkainfo {
    font-size: 1.6em;
    font-weight: 300;
}

.galmenu {
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 5%;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 1px solid #005320;
    color: #005320;
    clear: both;
    margin-bottom: 5px;
    transition: all 0.4s;
}

.galmenu:hover,
.activegal {
    background: #005320;
    color: #ffffff;
    text-decoration: none;
}

.activegal {
    font-weight: bold !important;
}

.video {
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
}
.video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#lenta {
    background: #005320;
    color: #fff;
    font-size: 1.6em;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 2px;
}

#lenta2 {
    background: #eee;
    color: #444;
    font-size: 1.6em;
}

#lenta2 a {
    color: #555;
    text-decoration: none;
}

#mobile-menu .order {
    color: #555;
    border: 2px solid #555;
}

#mobile-menu .order:hover {
    color: #fff;
    transform: none;
}

.order {
    border-radius: 20px;
    display: inline-block;
    padding: 6px 25px;
    border: 2px solid #fff;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.5s;
}

.order:hover {
    text-decoration: none;
    color: #fff;
    border: 2px solid #005320;
    background: #005320;
    transform: scale(1.1);
}

.contentpage {
    margin-top: 40px;
}

#footer {
    background: #eee;
    color: #444;
    padding: 0 !important;
    min-height: 280px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-weight: 400;
    font-size: 1em;
}

#footer a {
    color: #295c4f;
    font-weight: bold;
}

#footer a:hover {
    color: #12916b;
    text-decoration: underline;
}

.mobile-menu {
    display: none !important;
}

#mobile-menu {
    display: none;
    z-index: 9999999;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    color: #888;
    font-size: 1.4em;
    background: #fcfcfc;
}

#mobile-menu a,
.dvizh {
    color: #888;
    display: inline-block;
    margin: 11px 2px;
    font-weight: 600;
    cursor: pointer;
}

.divdvizh {
    clear: both;
    padding: 10px 0;
    padding-left: 7%;
    font-size: 0.9em;
    display: none;
}

.divzharr {
    color: #ccc;
    font-size: 0.6em;
    margin-left: 7px;
    display: inline-block;
}

.mmclose {
    cursor: pointer;
    color: #555;
    font-weight: 400;
    font-size: 1.25em;
    width: 100%;
    display: block;
    text-align: right;
    clear: both;
}

.menu-item {
    display: inline-block;
}

.logo {
    width: 100%;
}

.yagogle {
    background: #333;
    color: #fcfcfc;
    font-weight: 400;
}

.navbuttons {
    position: relative;
    width: 100%;
    margin-top: 0px;
    overflow: hidden;
    padding: 1px;
}

.sub_map {
    position: absolute;
    top: 20px;
    left: calc(70px + 7%);
    width: 90%;
    max-width: 450px;
    background: #fff;
    z-index: 20;
    max-height: 510px;
    padding: 2%;
    color: #333;
    text-align: left;
}

.sub_map .container {
    width: 50%;
}

.sub_map a {
    color: #333;
}

.kvadratik {
    background: #f3f6f5;
    width: 95%;
    margin: 2.5%;
    padding: 50px 1%;
    height: 95%;
}

.preims {
    font-size: 1.3em;
}

.contentpage h1 {
    font-weight: 700;
}

.preimushestvo {
    padding-top: 7% !important;
    padding-bottom: 5% !important;
}

.preimushestvo h4 {
    font-size: 1.2em;
    color: #777 !important;
}

.partn {
    position: relative;
}

.subpartn {
    position: relative;
    height: 100%;
    overflow: hidden;
    background: #e7eaec;
    padding: 7%;
    text-align: center;
}

.subpartn img {
    width: 80%;
    max-width: 125px;
    margin-bottom: 20px;
}

.subpartn h5 {
    color: #005321;
    margin-bottom: 17px;
    font-weight: 600;
}

#prm_for_partners {
    position: relative;
    clear: both;
    overflow: hidden;
}

.wint1 {
    background: url(/images/praktika/wint.webp) no-repeat;
    width: 30%;
    height: 80%;
    background-position: center;
    background-size: contain;
    position: absolute;
    bottom: 10%;
    left: -15%;
    display: block;
}

#prm_for_pacients {
    position: relative;
    clear: both;
    overflow: hidden;
}

.wint2 {
    background: url(/images/praktika/wint.webp) no-repeat;
    width: 30%;
    height: 80%;
    background-position: center;
    background-size: contain;
    position: absolute;
    bottom: 10%;
    right: -15%;
    display: block;
}

#graybgpage {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    background: #fff;
    font-size: 1.1em;
}

.bigslogan {
    font-size: 2.5em;
    font-weight: 700;
    text-wrap: pretty;
    margin-bottom: 25px;
}

.bigfont {
    font-size: 1.2em;
}

.hwite {
    font-weight: 700;
    color: #555;
    background-color: #fcfcfc;
    padding: 10px 15px;
    margin-bottom: 25px;
    width: 100%;
}

.greenw {
    font-weight: 700;
    color: #005321;
}

.flexblock {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flexcenter {
    width: 100%;
    display: block;
    position: relative;
}

.modal {
    z-index: 999999;
}

.modalclose {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    background-color: #006633;
    width: 60px;
    height: 100%;
    overflow: hidden;
}

.modalclose span {
    cursor: pointer;
    display: block;
    position: absolute;
    bottom: 1vh;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 2.5em;
    transition: all 0.4s ease;
}

.modalclose span:hover {
    text-decoration: none;
    color: #3ec577;
}

.modal-header span {
    font-size: 1.2em;
    color: #005321;
}

.diomodal {
    position: relative;
    padding: 3% 5%;
    padding-right: 110px;
    font-size: 0.9em;
}

#praktika_contacts {
    padding-top: 40px;
    padding-bottom: 60px;
    position: relative;
    overflow: hidden;
}

#praktika_contacts h2 {
    font-weight: 700;
    color: #005321;
}

.formlabelm {
    font-size: 1.1em;
    color: #005321;
}

.subinput {
    padding: 5px 0;
    clear: both;
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
}

.forminputm {
    width: 31%;
    margin: 0.5%;
    padding: 5px 15px;
    font-size: 1.1em;
}

.forminputm2 {
    width: 48%;
    margin: 0.5%;
    padding: 5px 15px;
    font-size: 1.1em;
}

.formtextarea {
    margin: 0.5%;
    padding: 5px 15px;
    font-size: 1.1em;
    width: 96%;
}

#sendpacientresult {
    display: none;
    font-weight: bold;
}

.prakt-item img {
    width: 100%;
    max-height: 70vh;
}

#block2 .owl-dots {
    display: none !important;
}

#block2 .diomodal {
    padding: 2%;
    padding-right: 90px;
}

.navbuttons_praktika {
    position: relative;
    text-align: center;
    margin-bottom: 35px;
}

.praktika-owl {
    opacity: 0;
    height: 100px;
    overflow: hidden;
    clear: both;
    position: relative;
    transition: all 2s ease;
}

.pnav-left,
.pnav-right {
    display: inline-block;
    font-size: 1.2em;
    width: 100px;
    padding: 5px 20px;
    margin: 0 5px;
    font-weight: 700;
    background-color: #005321;
    color: #fff;
    cursor: pointer;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    transition: all 0.5s ease;
}

#implants_praktika {
    font-size: 1.4em;
    padding-top: 60px !important;
    padding-bottom: 50px !important;
}

.pad0m {
    padding-left: 0 !important;
    padding-top: 0 !important;
}

@media only screen and (max-width: 1366px) {
    .h4bld {
        font-size: 1.2em;
    }

    .preims {
        font-size: 1em;
    }
}

@media only screen and (max-width: 1299px) {
    body {
        font-size: 0.8em;
    }

    .navbuttons {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    .h4bld {
        font-size: 1.1em;
    }

    .preimushestvo {
        padding-top: 4% !important;
        padding-bottom: 4% !important;
    }
}

@media only screen and (max-width: 991px) {
    body {
        padding-top: 95px !important;
    }

    .diomodal {
        padding: 7% !important;
    }

    .mobileshow {
        display: block;
    }

    .mobilehide {
        display: none !important;
    }

    /* #main_container .container-fluid {
        padding: 0!important;
    } */

    .sub_map {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        background: none;
        z-index: 1;
        max-height: none;
        padding: 3% 1%;
    }

    .subblock {
        display: flex;
        flex-flow: wrap;
    }

    .block1 {
        order: 2 !important;
    }

    .block2 {
        order: 1 !important;
    }

    .slideinfo {
        padding: 5%;
        font-size: 11px;
        width: 91.2% !important;
        margin: 18% auto !important;
        border-radius: 0;
        background: rgba(255, 255, 255, 0.9);
    }

    .subslide {
        position: relative;
        height: 450px;
    }

    #logo {
        width: 50%;
    }

    .header_contacts,
    #main-menu {
        display: none;
    }

    .header_phones {
        width: 100% !important;
    }

    .mobile-menu {
        display: block !important;
        position: fixed;
        z-index: 999999;
        top: 5px;
        right: 10px;
        color: #777;
        cursor: pointer;
        font-size: 2rem;
    }

    .o_klinike {
        text-align: center;
        padding: 5% !important;
        padding-top: 50px !important;
    }

    .contentpage {
        margin-top: 30px;
        overflow: hidden;
    }

    body {
        padding-top: 95px !important;
    }

    .view-desctop,
    .tblbtn {
        display: none;
    }

    .view-mobile {
        display: block;
    }

    .preimdiv2 {
        width: 270px;
        min-height: 470px;
        padding-bottom: 20px;
    }

    .hmini .preimdiv2 {
        min-height: 390px !important;
    }

    .hmaxi .preimdiv2 {
        min-height: 500px !important;
    }

    .hmaxi2 .preimdiv2 {
        min-height: 530px !important;
    }

    .preimdiv2 p {
        padding: 1px 4%;
    }

    .grafik_raboty {
        margin-left: 2em;
        display: inline-block !important;
    }

    .hdrcntcts {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 900px) {
    .subnews {
        display: flex;
        flex-direction: column;
    }

    .news_img {
        width: 100%;
        aspect-ratio: 1/1;
    }

    .news_txt {
        width: 100%;
    }

    #main-navs {
        display: none;
    }

    .sub_map {
        padding-top: 60px;
        padding-bottom: 60px;
        width: 100%;
        max-width: none;
    }

    .fquest,
    .fquest2 {
        padding-right: 50px;
    }

    .faq:after {
        position: absolute;
        right: 12px;
        top: 8px;
        font-size: 16px;
        line-height: 22px;
        font-weight: 500;
        transition: all 0.4s;
        color: #fff;
        background: #005320;
        width: 21px;
        height: 21px;
        border-radius: 50%;
        text-align: center;
        cursor: pointer;
    }

    .faq:hover:after {
        font-size: 16px;
        line-height: 20px;
    }

    .faq2:after {
        position: absolute;
        right: 12px;
        top: 8px;
        font-size: 16px;
        line-height: 22px;
        font-weight: 500;
        transition: all 0.4s;
        color: #fff;
        background: #005320;
        width: 21px;
        height: 21px;
        border-radius: 50%;
        text-align: center;
        cursor: pointer;
    }

    .faq2:hover:after {
        font-size: 16px;
        line-height: 20px;
    }

    .newdoctor {
        min-height: 300px;
    }

    .docpic {
        background-position: right bottom !important;
    }

    .contentbutton6 {
        font-size: 0.9em;
        padding: 8px 15px;
    }

    .doctorinfo {
        padding: 4%;
    }

    .docname {
        font-size: 1.4em;
    }

    .docstage {
        margin-bottom: 10px;
    }

    .docspec {
        padding: 4px 7px;
        font-size: 0.8em;
    }
}

@media only screen and (max-width: 700px) {
    #chat_comments h5 {
        text-align: center;
    }

    #sert-vitrina {
        padding: 0 !important;
    }

    .sert_div {
        width: 32.33%;
        overflow: hidden;
        height: 17vh;
        display: block;
        float: left;
        margin: 0.5%;
    }

    .preims {
        font-size: 1em;
    }

    .preimushestvo {
        padding-top: 4% !important;
        padding-bottom: 4% !important;
    }

    .doctor {
        width: 260px;
    }

    h1 {
        font-size: 2.1em;
    }

    h2 {
        font-size: 1.9em;
    }

    h3 {
        font-size: 1.6em;
    }

    .divy {
        display: none !important;
    }

    #lenta {
        font-size: 1.2em;
        line-height: 50px;
    }

    .plcont {
        padding: 0px !important;
    }

    .plitka {
        height: auto;
        font-size: 1em;
    }

    #logo {
        width: 70%;
    }

    .header-shadow {
        -webkit-box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.72);
        -moz-box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.72);
        box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.72);
        font-size: 16px;
    }

    .header-shadow .logocontainer {
        display: none;
    }

    .cont_sert {
        min-width: 50% !important;
    }

    .centr {
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .plitka2 .colb {
        width: 50% !important;
    }

    .pagenavigate {
        padding-top: 0 !important;
        font-size: 1.2em;
        font-weight: 700 !important;
    }

    .oklin,
    #subinfog {
        padding: 20px 2px !important;
    }

    .preimdiv2 {
        background-color: #fff !important;
        -webkit-box-shadow: 2px 1px 5px -2px rgba(34, 60, 80, 0.35);
        -moz-box-shadow: 2px 1px 5px -2px rgba(34, 60, 80, 0.35);
        box-shadow: 2px 1px 5px -2px rgba(34, 60, 80, 0.35);
    }

    #uslugi_praktika h2,
    #vrachi_praktika h2,
    .doctor h4 {
        font-size: 1.3em;
        font-weight: 600;
    }

    #implants_praktika {
        font-size: 1.1em;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    .forminputm,
    .forminputm2 {
        width: 96%;
    }

    .pad0m {
        padding: 0 !important;
    }

    .bigslogan {
        font-size: 1.8em;
    }

    .bigfont {
        font-size: 1em;
    }

    .tblinfo {
        width: 55%;
        font-size: 14px;
    }

    .tblcena {
        padding-left: 0 !important;
        font-size: 14px;
    }

    .tblcena,
    .tblbtn {
        width: 45%;
        text-align: center;
    }
}

@media only screen and (max-width: 450px) {
    .numberedtxt {
        font-size: 0.95em;
    }

    .subbuf {
        display: none;
    }

    .infopart {
        width: 100%;
    }

    .hotdocpic {
        width: 100%;
    }

    .hotdocpic {
        max-width: 150px;
    }

    #logo {
        display: block;
        position: relative;
        z-index: 333;
        left: 10px;
        width: 36%;
    }

    .header_phones {
        font-size: 0.7em;
    }

    .sert_div {
        width: 49%;
        overflow: hidden;
        height: 18vh;
        display: block;
        float: left;
        margin: 0.5%;
    }

    .otziv {
        height: 400px;
        min-height: 400px;
    }

    .otziv2 {
        width: 270px;
    }

    .pghr {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .ptext {
        font-size: 8px;
        padding: 5px !important;
    }
    .plitka-uslugi .plitka {
        height: auto !important;
        min-height: 1px;
    }

    .subslide {
        position: relative;
        background-size: cover;
        background-position: top right -150px !important;
        height: 510px;
    }

    .galmenu {
        font-size: 1.3em;
        font-weight: 400;
    }

    .slideinfo {
        padding: 4%;
        font-size: 10px;
        text-align: left;
        background: rgba(255, 255, 255, 0.75);
        position: absolute;
        bottom: 45px;
        right: 7px;
        margin: 5px !important;
    }

    .slideinfo h2 {
        font-size: 18px;
    }

    .slideinfo p,
    .warn {
        font-size: 11px;
    }

    .warnb {
        font-size: 14px;
    }

    .order {
        font-size: 14px;
    }

    ol {
        padding: 9%;
    }

    .docfilter {
        position: relative;
        display: block;
        margin: 10px;
        margin-left: 0;
        font-weight: 600;
        transition: all 0.3s ease-in-out;
        cursor: pointer;
        font-size: 1.4em;
    }
}

/* @media only screen and (max-width: 375px) {
    .snlinks2 a {
        display: inline-block;
        padding: 0 !important;
        border-radius: 40px;
        width: 40px;
        height: 40px;
        text-align: center;
        color: #005320 !important;
        border: 2px solid #005320 !important;
        font-size: 21px;
        line-height: 35px !important;
        margin: 1px;
        transition: all 0.2s;
    }
} */

@media only screen and (max-width: 360px) {
    .ico-hid {
        display: none;
    }
}

@media only screen and (max-width: 320px) {
    .subslide {
        background-position: top right -190px !important;
        height: 450px;
    }

    .header_phones {
        font-size: 0.55em;
    }

    @keyframes animate_grow {
        0% {
            transform: scale3d(1, 1, 1);
        }
        50% {
            transform: scale3d(1.05, 1.05, 1.05);
        }
        100% {
            transform: scale3d(1, 1, 1);
        }
    }
}
