@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/euromed-redesign/assets/static/fonts/Montserrat-Regular.ttf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/euromed-redesign/assets/static/fonts/Montserrat-Medium.ttf');
    font-weight: 500;
    font-style: normal;
}


@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/euromed-redesign/assets/static/fonts/Montserrat-Bold.ttf');
    font-weight: 700;
    font-style: normal;
}

body.plsk {
    font-family: 'Montserrat';
}

p {
    font-size: unset;
}

.no-select {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

#plastic-surgery .h1 {
    font-weight: 500;
    font-size: 48px;
    line-height: 50px;
    margin: unset;
}

#plastic-surgery .h2 {
    font-weight: 500;
    font-size: 48px;
    line-height: 50px;
    margin: unset;
}

#plastic-surgery .h4 {
    font-weight: 500;
    font-size: 26px;
    line-height: 34px;
    margin: unset;
}

#plastic-surgery .h6 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin: unset;
}


#plastic-surgery .pls-title {
    width: 100%;
    max-width: 1440px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#plastic-surgery .pls-tx {
    padding-left: 82px;
    padding-bottom: 40px;
}

#plastic-surgery .desktop-t-tabs {
    padding-top: 20px;
    padding-right: 50px;
}

@media (max-width: 700px) {
    #plastic-surgery .h1 {
        font-size: 30px;
        line-height: 34px;
        font-weight: 500;
    }

    #plastic-surgery .pls-tx {
        padding-left: 25px;
        padding-bottom: 40px;
    }
}

body.plsk header div#hfoot div.desktop,
body.plsk header div#htop div.desktop,
body.plsk header div#hfoot div.desktop.affix--fixed .desktop__inner {
    max-width: 1440px;
}

body.plsk header div#hfoot div.desktop.affix--fixed {
    max-width: none;
}

body.plsk header div#hfoot div.desktop .hfoot-left {
    padding-left: 32px;
}

body.plsk header div#hfoot div.desktop div.mnav ul li a {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    color: black;
}

body.plsk header div#hfoot div.desktop {
    padding-top: 13px;
    padding-bottom: 13px;
}

body.plsk header div#hfoot div.desktop div.buttons {
    width: 220px;
    margin-right: 32px;
    height: 37px;
}

body.plsk header div#hfoot div.desktop div.buttons .btn {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 12px;
}


/* banner block */
#plastic-surgery .banner-text.mobile,
#plastic-surgery .banner img.mobile {
    display: none;
}

#plastic-surgery .banner-text.mobile {
    padding: 50px 50px 10px 25px;
}

#plastic-surgery.srvc-content .banner-text.mobile {
    padding-bottom: 50px;
}

#plastic-surgery .banner-text.mobile p {
    margin-top: 30px;
    font-size: 15px;
    line-height: 18px;
}

#plastic-surgery .banner {
    position: relative;
    width: 100%;
    max-width: 1440px;
    overflow: hidden;
}

#plastic-surgery .banner.srvcs {
    padding-bottom: 125px;
}


#plastic-surgery .banner img {
    width: 1440px;
    height: auto;
    /* Maintain aspect ratio */
    display: block;
}

@media (min-width: 1440px) {
    #plastic-surgery .banner img {
        border-radius: 20px;
        /* Adjust the value as needed */
    }
}

#plastic-surgery .pls-block {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#plastic-surgery .banner-overlay-title {
    position: absolute;
    top: 475px;
    left: 80px;
    /* Отступ 80 пикселей от левого края */
    transform: translateY(-50%);
    /* Центровка по вертикали */
    color: black;
    /* background-color: rgba(0, 0, 0, 0.5);  */
    padding: 10px 20px;
    border-radius: 10px;
    text-align: center;
    font-size: 80px;
    font-family: Montserrat;
    font-weight: 500;
    text-align: left;
    line-height: 97px;
}


#plastic-surgery .banner-overlay-text {
    width: 690px;
    position: absolute;
    top: 661px;
    left: 80px;
    transform: translateY(-50%);
    color: black;
    padding: 10px 20px;
    border-radius: 10px;
    text-align: center;
    font-size: 16px;
    font-family: Montserrat;
    font-weight: 500;
    text-align: left;
    line-height: 20px;
}

@media (max-width: 1350px) {
    #plastic-surgery .banner-overlay-title {
        top: 365px;
        font-size: 60px;
        line-height: 65px;
    }

    #plastic-surgery .banner-overlay-text {
        top: 545px;
    }
}

@media (max-width: 1090px) {
    #plastic-surgery .banner-overlay-title {
        font-size: 50px;
        line-height: 55px;
        left: 25px;
        top: 220px;
        width: 500px;
    }

    #plastic-surgery .banner-overlay-text {
        top: 390px;
        left: 25px;
        width: 590px;
    }
}

@media (max-width: 840px) {
    #plastic-surgery .banner-overlay-title {
        font-size: 35px;
        line-height: 40px;
        left: 25px;
        top: 220px;
        width: 470px;
    }

    #plastic-surgery .banner-overlay-text {
        display: none;
    }

    #plastic-surgery .banner-text.mobile {
        display: unset;
    }
}

@media (max-width: 767px) {
    #plastic-surgery .banner {
        display: unset;
        /* padding-bottom: 70px; */
    }

    #plastic-surgery .banner.srvcs {
        padding-bottom: 0;
    }
}


#plastic-surgery .desktop-card {
    height: 300px;
}

@media (max-width: 700px) {
    #plastic-surgery .desktop-card {
        padding-top: 19px;
        padding-left: 27px;
        width: 330px;
        height: unset;
    }

    #plastic-surgery .desktop-component-10 {
        width: 330px;
    }

    #plastic-surgery .desktop-component-10 p {
        font-size: 30px;
        line-height: 34px;
        font-weight: 500;
    }

    #plastic-surgery .desktop-component-9 {
        padding-top: 50px;
    }

    #plastic-surgery .desktop-t-card {
        row-gap: 40px;
    }

    #plastic-surgery .desktop-component-11 {
        font-size: 17px;
        line-height: 20px;
        font-weight: 700;
        width: unset;
        padding-top: unset;
    }

    #plastic-surgery .desktop-card img {
        width: 29px;
        height: 37px;
    }

    #plastic-surgery .desktop-component-12 {
        font-size: 12px;
        line-height: 13px;
    }

    #plastic-surgery .desktop-t-card-9card,
    #plastic-surgery .desktop-tt-card-8card-10tcard-9card,
    #plastic-surgery .desktop-component-9,
    #plastic-surgery .desktop-t-card-8card {
        row-gap: 20px;
    }

}

@media (max-width: 530px) {
    #plastic-surgery .banner img.mobile {
        display: unset;
    }

    #plastic-surgery .banner img.desktop {
        display: none;
    }

    #plastic-surgery .banner-overlay-title {
        font-size: 40px;
        line-height: 46px;
        left: 3px;
        top: 480px;
        width: 100%;
    }

    #plastic-surgery .banner.srvcs .banner-overlay-title {
        top: 580px;
    }
}



/* services */

#plastic-surgery .desktop-frame.hover {
    display: none;
}

#plastic-surgery .desktop-card:hover .desktop-frame {
    display: none;
}

#plastic-surgery .desktop-card:hover .desktop-frame.hover {
    display: block;
}

#plastic-surgery .desktop-card {
    color: black;
    border-style: solid;
    border-color: brown;
    border-width: 2px 2px 2px 2px;
}

#plastic-surgery .desktop-card:hover {
    background-color: brown;
    color: white;
}

#plastic-surgery a.desktop-card-link {
    text-decoration: none;
    color: inherit;
}

#plastic-surgery .sur-block {
    position: relative;
    width: 100%;
    max-width: 1440px;
    overflow: hidden;
}

#plastic-surgery .services {
    flex-direction: column;
    justify-content: center;
    display: flex;
    background-color: white;
    color: black;
    row-gap: 32px;
    align-self: stretch;
    padding-bottom: 125px;
    padding-left: 79px;
    padding-right: 75px;
    padding-top: 131px;
    font-weight: 500;
    letter-spacing: -0.01em;
}

.desktop-card {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    row-gap: 16px;
    width: 620px;
    padding-bottom: 36px;
    padding-left: 53px;
    padding-right: 61px;
    padding-top: 36px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    flex-shrink: 0;
    /* color: white; */
    display: flex;
    /* background-color: brown; */
}

.desktop-t-card {
    row-gap: 75px;
    column-gap: 102px;
    padding-right: 4px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

.desktop-component-10 {
    width: 560px;
    flex-shrink: 0;
    font-size: 48px;
    line-height: 50px;
}

.common-18,
.desktop-frame,
.desktop-frame-1,
.desktop-frame-2,
.desktop-frame-3,
.desktop-frame-4 {
    width: 68px;
    height: 85px;
}


/* advantages */
#plastic-surgery .center-wrap {
    max-width: unset;
}

#plastic-surgery .desktop-card-5:hover {
    background-color: brown;
    color: white;
}

#plastic-surgery .desktop-union.hover {
    display: none;
}

#plastic-surgery .desktop-card-5:hover .desktop-union {
    display: none;
}

#plastic-surgery .desktop-card-5:hover .desktop-union.hover {
    display: block;
}

/* about sec */

#plastic-surgery .desktop-component-21.about-sec {
    padding-bottom: 50px;
    padding-top: 50px;
    max-width: 1440px;
}

/* doctors */

#plastic-surgery .slider-em-sur-doctors .swiper-slide {
    width: unset;
    height: unset;
    /* margin-left: 10px;
  margin-right: 10px; */
}

#plastic-surgery .slider-em-sur-doctors {
    width: 100%;
    max-width: 1300px;
    margin-left: 25px;
    margin-right: 25px;
}

#plastic-surgery .card-sur {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 1rem;
    margin: 0 auto;
    float: none;
    margin-bottom: 5px;
    background-color: #fcfcfc;
}

#plastic-surgery .card-sur:hover {
    cursor: pointer;
}

#plastic-surgery .card-sur {
    border: 1px solid brown;
}


#plastic-surgery .card-sur.article {
    text-align: left;
    width: 365px;
}

/* #plastic-surgery .center-wrap {
  max-width: 1300px;
} */

#plastic-surgery .card-sur.article .card-body h5.card-title,
#plastic-surgery .card-sur.article .card-body h3.card-title {
    font-size: 26px;
    font-weight: bold;
    /* margin-left: 30px; */
}

#plastic-surgery .card-img-top {
    box-shadow: inset 0px 0px 85px rgba(0, 0, 0, 0.4);
    clip-path: circle(40% at 45%);
}

#plastic-surgery .card-img-top:hover {
    clip-path: unset;
}

#plastic-surgery .card-sur-img {
    border-radius: 1rem;
    height: 400px;
    box-shadow: inset 0px 0px 85px rgba(0, 0, 0, 0.4);
    clip-path: circle(35% at 45%);
    background-repeat: no-repeat;
    background-position: -50px 80px;
    background-size: auto 445px;
}

@keyframes expandCircle {
    0% {
        clip-path: circle(35% at 45%);
    }

    100% {
        clip-path: circle(150% at 45%);
    }
}

#plastic-surgery .card-sur.article:hover .card-sur-img {
    animation: expandCircle 1s forwards ease-in-out;
}


#plastic-surgery .card-sur-img::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 405px;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 70%, white 100%);
}

#plastic-surgery .card-body {
    padding-left: 35px;
    padding-top: 0px;
}

#plastic-surgery .card-body p {
    height: 50px;
    font-size: 16px;
    line-height: 24px;
    color: gray;
}

#plastic-surgery .card-body .buttons {
    padding-top: 20px;
    padding-bottom: 20px;
}

#plastic-surgery .sur-doctors-title {
    font-weight: 500;
    font-size: 48px;
    line-height: 50px;
    position: relative;
    width: 100%;
    max-width: 1440px;
    overflow: hidden;
    padding-bottom: 40px;
    padding-left: 70px;
}

#plastic-surgery .labels {
    width: calc(100% - 40px);
    position: absolute;
    top: 20px;
    left: 20px;
}

#plastic-surgery .tag {
    margin: 5px;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 12px;
    color: brown;
    font-weight: bold;
    z-index: 10;
    border-style: solid;
    border-color: brown;
    border-width: 1px 1px 1px 1px;
}

@media (max-width: 700px) {
    #plastic-surgery .slider-em-sur-doctors {
        margin-left: 0px;
        margin-right: 0px;
        padding-bottom: 50px;
    }

    #plastic-surgery .desktop-component-9 {
        padding-bottom: 50px;
    }

    #plastic-surgery .sur-doctors-title {
        font-size: 30px;
        line-height: 34px;
        padding-left: 25px;
        width: 300px;
    }

    #plastic-surgery .card-sur.article {
        width: 242px;
        height: 426px;
        margin: 0 10px;
    }

    #plastic-surgery .card-sur.article .card-body h5.card-title,
    #plastic-surgery .card-sur.article .card-body h3.card-title {
        font-size: 15px;
        line-height: 18px;
    }

    #plastic-surgery .card-body p {
        font-size: 12px;
        line-height: 16px;
        height: unset;
    }

    #plastic-surgery .card-body {
        padding-left: 20px;
        z-index: 1;
    }

    #plastic-surgery .labels {
        left: 10px;
        top: 10px;
        width: calc(100% - 20px);
    }

    #plastic-surgery .tag {
        font-size: 10px;
        line-height: 12px;
        padding: 5px 10px;
    }

    #plastic-surgery .btn {
        font-size: 12px;
        font-weight: bold;
    }

    #plastic-surgery .card-sur-img {
        box-shadow: inset 0px 0px 85px rgba(0, 0, 0, 0.4);
        clip-path: circle(33% at 48%);
        background-position: 0px 70px;
        background-size: auto 255px;
    }

    #plastic-surgery .card-sur-img::after {
        height: 265px;
    }
}

/* advantages */
#plastic-surgery .desktop-union.sm {
    width: 68px;
    height: 85px;
}


@media (max-width: 800px) {
    #plastic-surgery .desktop-union {
        width: 65px;
        height: 65px;
    }

    #plastic-surgery .desktop-component-33 {
        font-size: 20px;
    }

    #plastic-surgery .desktop-t-11 {
        width: 250px;
    }

    #plastic-surgery .desktop-card-5 {
        padding-top: 25px;
        padding-bottom: 25px;
        padding-left: 25px;
    }
}

@media (max-width: 700px) {
    #plastic-surgery .desktop-union {
        width: 38px;
        height: 38px;
    }

    #plastic-surgery .desktop-component-32 p {
        font-size: 30px;
        line-height: 34px;
        font-family: 'Montserrat';
    }

    #plastic-surgery .desktop-t-10 {
        height: 50px;
        width: 330px;
    }

    #plastic-surgery .desktop-t-1 {
        height: 0px;
        width: 330px;
    }

    #plastic-surgery .desktop-component-33 {
        font-size: 15px;
        line-height: 18px;
    }

    #plastic-surgery .desktop-t-11 {
        width: 150px;
    }

    #plastic-surgery .desktop-card-5 {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 15px;
        padding-right: 0px;
        column-gap: 20px;
        width: 330px;
    }

    #plastic-surgery .desktop-tt-card-card-tcard-card,
    #plastic-surgery .desktop-t-card-card-1,
    #plastic-surgery .desktop-t-card-card,
    #plastic-surgery .desktop-component-31 {
        row-gap: 10px;
    }

    #plastic-surgery .desktop-component-31 {
        padding: 0px;
        margin-bottom: 70px;
    }
}

/* about */
@media (max-width: 1100px) {
    #plastic-surgery .desktop-t-tabs.mobile {
        display: none;
    }
}

@media (max-width: 700px) {
    #plastic-surgery .desktop-component-22 {
        width: 320px;
        font-size: 30px;
        line-height: 34px;
        font-family: 'Montserrat';
    }

    #plastic-surgery .desktop-component-21 {
        padding-right: 0px;
        padding-left: 0px;
    }

    #plastic-surgery .desktop-tt-tabs {
        column-gap: 75px;
    }

    #plastic-surgery .common-51,
    #plastic-surgery .desktop-tabs,
    #plastic-surgery .desktop-tabs-3 {
        height: 25px;
    }

    .common-19,
    .desktop-arrow-btn,
    .desktop-arrow-btn-2,
    .desktop-arrow-btn-4,
    .desktop-arrow-btn-6 {
        width: 25px;
        height: 25px;
    }

    #plastic-surgery .desktop-t-arrow-btn {
        width: 25px;
    }

    #plastic-surgery .desktop-t-tabs {
        padding-top: 10px;
    }

    #plastic-surgery .desktop-t-tabs {
        padding-right: 20px;
    }

    #plastic-surgery .desktop-arrow-btn-1 {
        width: 25px;
        height: 25px;
    }

    #plastic-surgery .desktop-t-arrow-btn {
        height: 25px;
    }

    #plastic-surgery .desktop-arrow-btn-1 {
        padding: 5px;
    }

    #plastic-surgery .desktop-icons-8right {
        height: 12px;
        /* display: none; */
    }

    #plastic-surgery .desktop-component-21.about-sec {
        padding-bottom: 15px;
        padding-top: 50px;
        padding-left: 25px;
    }

    #plastic-surgery .pls-block {
        justify-content: unset;
    }
}

/* about2 */

#plastic-surgery .desktop-component-58 {
    max-width: 1440px;
    width: 100%;
}

#plastic-surgery hr.red-line.mobile {
    display: none;
}

#plastic-surgery .sur-title-block {
    width: 100%;
    max-width: 1440px;
}

#plastic-surgery .sur-about2-title {
    font-weight: 500;
    font-size: 48px;
    line-height: 50px;
    position: relative;
    width: 70%;
    overflow: hidden;
    padding-bottom: 70px;
    padding-left: 70px;
    padding-top: 85px;
}


@media(max-width: 1000px) {
    #plastic-surgery .desktop-euromed-clinic-1 {
        font-size: 36px;
        line-height: 42px;
    }

    #plastic-surgery .sur-about2-title {
        width: 100%;
        padding-right: 70px;
        font-size: 32px;
        line-height: 40px;
    }
}

@media(max-width: 815px) {
    #plastic-surgery .desktop-component-58 {
        padding-left: 0px;
        padding-right: 0px;
    }

    #plastic-surgery .sur-about2-title {
        font-size: 30px;
        line-height: 34px;
    }
}

@media(max-width: 670px) {

    #plastic-surgery .desktop-t-rectangle-157rectangle-158trectangle,
    #plastic-surgery .desktop-tt-rectangle-154trectangle-155rectangle {
        display: none;
    }

    #plastic-surgery .sur-about2-title {
        font-size: 12px;
        line-height: 15px;
        color: #b0252b;
        font-weight: bold;
    }

    #plastic-surgery .desktop-component-58 {
        font-size: 12px;
        line-height: 15px;
        padding-left: 25px;
        padding-bottom: 50px;
    }

    #plastic-surgery .desktop-euromed-clinic-3,
    #plastic-surgery .desktop-euromed-clinic-2 {
        width: unset;
        flex-shrink: unset;
    }

    #plastic-surgery hr.red-line.mobile {
        margin-top: 10px;
        padding-bottom: 10px;
        display: block;
        width: 200px;
        color: #b0252b;
        border: none;
        /* Убираем стандартный стиль линии */
        border-top: 3px solid #b0252b;
    }

    #plastic-surgery .desktop-tttt-rectangle-154trectangle-155rectangle-156256025euromed-clinic-1tttrectangle-157rectangle-158trectangle-159euromed-clinic {
        row-gap: 0px;
    }

    .desktop-ttt-rectangle-157rectangle-158trectangle-159euromed-clinic {
        row-gap: 10px;
    }

    #plastic-surgery .sur-about2-title {
        padding-bottom: 10px;
        padding-left: 25px;
        padding-top: 50px;
    }
}


/* faq */

#plastic-surgery .sur-faq-title {
    font-weight: 500;
    font-size: 48px;
    line-height: 50px;
    position: relative;
    width: 70%;
    overflow: hidden;
    padding-bottom: 0px;
    padding-left: 70px;
    padding-top: 30px;
}

@media(max-width: 670px) {
    #plastic-surgery .sur-faq-title {
        font-size: 30px;
        line-height: 34px;
        padding-left: 25px;
    }

    #plastic-surgery .desktop-component-59 {
        padding-bottom: 88px;
        padding-right: 25px;
        padding-left: 25px;
        width: 100%;
        font-weight: 500;
    }

    #plastic-surgery .desktop-component-61 {
        padding-top: 18px;
    }

    #plastic-surgery .desktop-component-61 {
        font-size: 12px;
        line-height: 16px;
    }

    #plastic-surgery .desktop-component-62 {
        font-size: 12px;
        line-height: 13px;
    }
}

/* reviews */
#plastic-surgery .slider-em-sur-reviews .swiper-slide {
    width: 584px;
}

#plastic-surgery .slider-em-sur-reviews .review-card {
    border: 2px solid brown;
    border-radius: 16px;
    padding: 36px 43px 36px 46px;
    row-gap: 16px;
    flex-shrink: 0;
    margin: 0 10px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-width: 560px;
}


#plastic-surgery .slider-em-sur-reviews .desktop-comment {
    border: unset;
    padding: 0;
}

#plastic-surgery .slider-em-sur-reviews .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

#plastic-surgery .slider-em-sur-reviews .swiper-slide {
    height: auto;
    display: flex;
    flex-direction: column;
}

#plastic-surgery .slider-em-sur-reviews .review-card {
    flex-grow: 1;
}

#plastic-surgery .pls-tx.h1.pls-reviews {
    max-width: 80%;
}

#plastic-surgery .slider-em-sur-reviews .review-card-footer {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

#plastic-surgery .slider-em-sur-reviews .review-card-body {
    flex-grow: 1;
}

#plastic-surgery .slider-em-sur-reviews .review-card-footer {
    margin-top: auto;
}

#plastic-surgery .slider-em-sur-reviews .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#plastic-surgery .desktop-t-frame-57847frame {
    margin-top: 10px;
    margin-bottom: 10px;
}

#plastic-surgery .reviews-title-text {
    color: gray;
}

#plastic-surgery .reviews-title-text a {
    color: gray;
    text-decoration: underline;
}

#plastic-surgery .slider-em-sur-reviews {
    width: 100%;
    max-width: 1300px;
    margin-left: 25px;
    margin-right: 25px;
    font-size: 16px;
}

#plastic-surgery .slider-em-sur-reviews .swiper-slide {
    height: unset;
    /* margin-left: 10px; */
    /* margin-right: 10px; */
}

#plastic-surgery .slider-em-sur-reviews .swiper-slide:hover {
    cursor: pointer;
}

#plastic-surgery .sur-reviews-title {
    font-weight: 500;
    font-size: 48px;
    line-height: 50px;
    position: relative;
    width: 70%;
    overflow: hidden;
    padding-bottom: 70px;
    padding-left: 70px;
    padding-top: 85px;
}

@media(max-width: 1000px) {

    #plastic-surgery .sur-reviews-title {
        width: 100%;
        padding-right: 70px;
        font-size: 32px;
        line-height: 40px;
        padding-bottom: 40px;
    }
}

@media(max-width: 815px) {

    #plastic-surgery .sur-reviews-title {
        font-size: 30px;
        line-height: 34px;
    }
}

@media(max-width: 670px) {
    #plastic-surgery .sur-reviews-title {
        font-size: 30px;
        line-height: 34px;
        font-weight: 500;
        padding-left: 25px;
        font-family: 'Montserrat';

    }

    #plastic-surgery .slider-em-sur-reviews {
        margin-left: 0;
    }

    #plastic-surgery.srvc-content .slider-em-sur-reviews {
        margin-bottom: 70px;
    }


    #plastic-surgery .reviews-title-text {
        font-size: 12px;
        line-height: 13px;
        margin-top: 10px;
        padding-left: 2px;
    }

    #plastic-surgery .desktop-comment {
        width: 328px;
        font-size: 12px;
        line-height: 16px;
    }

    #plastic-surgery .slider-em-sur-reviews .swiper-slide {
        width: 328px;
        font-size: 12px;
        line-height: 16px;
    }

    #plastic-surgery .slider-em-sur-reviews .swiper-slide .review-card {
        padding: 25px 30px;
        min-width: 310px;
    }

    #plastic-surgery .desktop-t-icons-8star-1icons-8star-2icons-8star-3icons-8star-4icons-8star {
        column-gap: 0px;
    }

    #plastic-surgery .desktop-icons-8star {
        width: 20px;
        height: 20px;
    }
}


/* services small cards */

#plastic-surgery section.pls-services-small .desktop-card {
    padding: 25px;
    width: 470px;
    row-gap: 0px
}

#plastic-surgery section.pls-services-small .desktop-component-10 {
    width: 400px;
}

#plastic-surgery section.pls-services-small .desktop-component-11 {
    padding-top: 0px;
}

#plastic-surgery section.pls-services-small .desktop-component-12 {
    padding-top: 10px;
}

#plastic-surgery section.pls-services-small .desktop-t-11 {
    width: 370px;
}

#plastic-surgery section.pls-services-small .desktop-t-10 {
    width: 455px;
}

#plastic-surgery section.pls-services-small .desktop-card-5 {
    column-gap: 30px;
    padding: 40px;

}

#plastic-surgery section.pls-services-small .desktop-component-text {
    font-size: 14px;
    line-height: 20px;
    padding-top: 10px;
}


/* licenses */

#plastic-surgery .slider-em-sur-licenses .swiper-slide {
    width: 400px;
    border-color: brown;
    border-radius: 16px;
    border-width: 2px;
    border-style: solid;
    margin-left: 10px;
}

#plastic-surgery .slider-em-sur-licenses .swiper-slide img {
    border-color: brown;
    border-radius: 16px;
    border-width: 2px;
}

@media (max-width: 700px) {
    #plastic-surgery .slider-em-sur-licenses .swiper-slide {
        width: 300px;
    }
}

#plastic-surgery .slider-em-sur-licenses {
    margin-bottom: 90px;
}

/* form */

#plastic-surgery .form-result,
#plastic-surgery .loading {
    display: none;
}

#plastic-surgery span.gray {
    color: gray;
}

#plastic-surgery .contact-form {
    margin-left: 70px;
    border-width: 3px;
    border-radius: 30px;
    padding: 58px;
    max-width: 850px;
    border-color: brown;
    border-style: solid;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

#plastic-surgery .contact-form .form-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}

#plastic-surgery .contact-form input[type="text"],
#plastic-surgery .contact-form input[type="email"],
#plastic-surgery .contact-form input[type="tel"],
#plastic-surgery .contact-form textarea {
    border: unset;
    border-bottom: 1px solid black;
    box-sizing: border-box;
    height: 44px;
}

#plastic-surgery .contact-form input[type="text"].g-error,
#plastic-surgery .contact-form input[type="tel"].g-error,
#plastic-surgery .contact-form input[type="email"].g-error,
#plastic-surgery .contact-form textarea.g-error {
    background-color: antiquewhite;
}

#plastic-surgery .contact-form input::placeholder {}



#plastic-surgery .contact-form form .info {
    color: #8f1920;
    display: none;
}

#plastic-surgery .contact-form label {
    font-weight: normal;
    position: absolute;
    top: 10px;
    left: 5px;
    background-color: white;
    padding: 0 5px;
    color: #aaa;
    font-size: 16px;
    transition: 0.3s ease all;
    pointer-events: none;
}

#plastic-surgery .contact-form textarea:focus:not(:placeholder-shown)+label,
#plastic-surgery .contact-form input:focus:not(:placeholder-shown)+label,
#plastic-surgery .contact-form input:-webkit-autofill+label,
#plastic-surgery .contact-form input:focus+label,
#plastic-surgery .contact-form textarea:focus+label {
    top: -10px;
    left: 10px;
    font-size: 13px;
    font-weight: bold;
    color: brown;
    /* border: 1px solid brown; */
    border-radius: 5px;
}

#plastic-surgery .contact-form .input-wrapper {
    position: relative;
    width: 47%;
}

#plastic-surgery .contact-form .input-wrapper.full-width {
    width: 100%;
}

#plastic-surgery .contact-form textarea {
    resize: none;
    overflow: hidden;
}

#plastic-surgery .contact-form textarea:not(:placeholder-shown),
#plastic-surgery .contact-form input:not(:placeholder-shown) {
    outline: none;
    border: 1px solid gray;
    border-radius: 5px;
}

#plastic-surgery .contact-form textarea:not(:placeholder-shown)+label,
#plastic-surgery .contact-form input:not(:placeholder-shown)+label {
    color: gray;
    top: -10px;
    left: 10px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 5px;
}

/* #plastic-surgery .contact-form input:-webkit-autofill, */
#plastic-surgery .contact-form input:focus,
#plastic-surgery .contact-form textarea:focus {
    outline: none;
    border: 2px solid brown;
    border-radius: 5px;
}

#plastic-surgery .contact-form input.btn-emk[type="submit"] {
    border: 0;
    border-radius: 8px;
    padding: 10px 50px;
    background-color: #b1252b;
    margin-top: 30px;
    font-size: 12px;
    letter-spacing: unset;
}

#plastic-surgery .contact-form input.btn-emk[type="submit"]:hover {
    background-color: #8f1920;
}

@media (max-width: 700px) {
    #plastic-surgery .contact-form {
        border: unset;
        box-shadow: unset;
        margin-left: 0;
        padding: 10px 25px 25px 25px;
    }

    #plastic-surgery .contact-form .form-group {
        display: unset;
    }


    #plastic-surgery .contact-form .input-wrapper {
        width: 100%;
    }

    .pls-contact-form input[type="submit"] {
        display: block;
        margin: 20px auto;
    }
}

#plastic-surgery .slider-em-sur-about {
    padding-bottom: 90px;
}

@media (max-width: 700px) {
    #plastic-surgery .slider-em-sur-about {
        padding-bottom: 50px;
    }
}




/* example_works */

#plastic-surgery .slider-em-sur-example {
    width: 100%;
    max-width: 1300px;
    margin-left: 25px;
    margin-right: 25px;
    padding-bottom: 110px;
}

#plastic-surgery .slider-em-sur-example .swiper-slide {
    width: unset;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


#plastic-surgery .tb_example {
    height: 400px;
}

#plastic-surgery .example-card {
    margin: 0 10px;
    width: 400px;
}

#plastic-surgery .example-card-title {
    padding-top: 40px;
    padding-bottom: 16px;
    font-size: 26px;
    line-height: 30px;
    font-weight: bold;
}

#plastic-surgery .example-name {
    color: brown;
}

#plastic-surgery .example-card-footer {
    line-height: 24px;
    font-weight: 500;
    font-size: 16px;
}

#plastic-surgery .example-card-body {
    width: 400px;
    height: 400px;
    position: relative;
}

#plastic-surgery .example-card-body .image {
    -webkit-touch-callout: none;
    border-radius: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 400px;
    height: 400px;
    overflow: hidden;
}

@media (max-width: 700px) {
    #plastic-surgery .slider-em-sur-example {
        padding-bottom: 0px;
    }

    #plastic-surgery .example-card {
        margin: 0 10px;
        width: 280px;
    }

    #plastic-surgery .example-card-body {
        height: 280px;
        width: 280px;
    }

    #plastic-surgery .example-card-body img {
        -webkit-touch-callout: none;
    }

    #plastic-surgery .example-card-body .image {
        border-radius: 5px;
        height: 280px;
        width: 280px;
    }

    #plastic-surgery .tb_example {
        height: 280px;
    }

    #plastic-surgery .slider-em-sur-example {
        margin: 0;
    }

    #plastic-surgery .example-card-title {
        font-size: 15px;
        line-height: 18px;
        padding-top: 15px;
        padding-bottom: 10px;
    }

    #plastic-surgery .example-card-footer {
        font-size: 15px;
        line-height: 18px;
    }

}




#plastic-surgery .example-card-body .image-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#plastic-surgery .example-card-body .image-right {
    clip-path: inset(0 0 0 20%);
}

#plastic-surgery .example-card-body .image-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#plastic-surgery .example-card-body .slider {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: white;
    cursor: pointer;
    left: 20%;
    transform: translateX(-50%);
}

#plastic-surgery .example-card-body .handle {
    font-family: Arial;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
    transition: box-shadow .2s cubic-bezier(.25, .8, .25, 1);
}

#plastic-surgery .example-card-body .handle:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
}



#plastic-surgery .swiper-button-lock {
    display: unset;
}

@media (max-width: 400px) {

    /* body.plsk  */
    /* body.postid-14467  */
    header div#hfoot div.mobile div.hsearch .fa,
    header div#hfoot div.mobile div.hphone .fa {
        font-size: 20px;
    }
}

/* #plastic-surgery .example-card-body .slider,
#plastic-surgery .example-card-body .slider .handle {
  z-index: 10000;
} */

/* calltoaction */

#plastic-surgery .banner-calltoaction {
    width: 890px;
    height: 415px;
    border: 2px solid brown;
    border-radius: 16px;
    padding: 65px 80px;
    margin: 0 50px 90px;
    text-align: center;
    font-family: 'Montserrat';
}

#plastic-surgery .banner-calltoaction .h2 {
    color: #22252D;
    margin: 16px;
}

#plastic-surgery .banner-calltoaction .h4 {
    margin: 25px 60px;
    color: #909195;
}

#plastic-surgery .banner-calltoaction .phone-number {
    white-space: nowrap;
    display: inline;
}

#plastic-surgery .banner-calltoaction .phone-number a {
    text-decoration: none;
    color: #B1252B;
    font-weight: bold;
}

#plastic-surgery .banner-calltoaction .phone-number a:hover {
    color: #8a0000;
}

#plastic-surgery .banner-calltoaction .cta-button {
    background-color: #B1252B;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    width: 300px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
}

#plastic-surgery .banner-calltoaction .cta-button:hover {
    background-color: #8a0000;
}


@media (max-width: 1100px) {
    #plastic-surgery .h2 {
        font-size: 28px;
        line-height: 34px;
    }

    #plastic-surgery .h4 {
        font-size: 20px;
        line-height: 26px;
    }

    #plastic-surgery .banner-calltoaction {
        width: 610px;
        height: 333px;
        padding: 28px 30px;
    }

    #plastic-surgery .banner-calltoaction .cta-button {
        width: 240px;
        height: 45px;
    }
}

@media (max-width:700px) {

    #pls_email,
    #pls_last_name {
        display: none;
    }

    #plastic-surgery .banner-calltoaction .h2 {
        font-size: 12px;
        line-height: 14px;
        font-weight: 700;
        text-transform: uppercase;
    }

    #plastic-surgery .banner-calltoaction .h4 {
        font-size: 12px;
        line-height: 13px;
        font-weight: 500;
        margin: 0;
    }

    #plastic-surgery .banner-calltoaction {
        width: 100%;
        height: unset;
        padding: 0;
        margin: 0 auto 50px;
        border: unset;
    }

    #plastic-surgery .banner-calltoaction .phone-number a {
        font-family: 'Montserrat';
        font-size: 16px;
        font-weight: 700;
    }

    #plastic-surgery .banner-calltoaction .phone-number {
        display: block;
        padding-top: 10px;
    }

    #plastic-surgery .banner-calltoaction .cta-button {
        width: 200px;
        height: 35px;
        font-size: 12px;
        list-style: 14px;
        font-weight: 700;
    }

    #plastic-surgery .banner-calltoaction .mobile-borders {
        border: 2px solid brown;
        border-radius: 16px;
        padding: 15px 52px;
        margin-bottom: 15px;
    }

    #plastic-surgery .banner-calltoaction {
        width: 350px;
        height: 203px;
    }
}


#plastic-surgery .content-page {
    padding: 0 0 40px;
}

#plastic-surgery .content-block {
    padding-left: 80px;
    padding-bottom: 70px;
    width: 80%;
}

@media (max-width: 700px) {
    #plastic-surgery .content-block {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
}

#plastic-surgery .content-block h2 {
    margin-top: 50px;
    font-weight: 900;
}

#plastic-surgery .content-block blockquote {
    background-color: #f9f1f2;
}

#plastic-surgery .content-block p {
    font-size: 16px;
    line-height: 24px;
    margin: 20px 0;
}

@media (max-width: 700px) {
    #plastic-surgery .content-block p {
        font-size: 15px;
        line-height: 21px;
    }
}

#plastic-surgery .content-block ul {
    list-style: none;
    padding: 0;
}

#plastic-surgery .content-block ul li {
    position: relative;
    padding: 5px 0 5px 25px;
    line-height: 19.5px;
    font-size: 16px;
    line-height: 24px;
}

#plastic-surgery .content-block ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 16px;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: #b0252b;
    border-radius: 3px;
}

#plastic-surgery.srvc-content .slider-em-sur-example {
    padding-bottom: 0px;
}


#plastic-surgery.srvc-content .banner-overlay-title {
    width: 85%;
}

@media (max-width: 700px) {
    #plastic-surgery.srvc-content .banner-overlay-title {
        width: 100%;
    }
}

#plastic-surgery.srvc-content .slider-em-sur-reviews {
    margin-bottom: 70px;
}

#plastic-surgery.srvc-content .pls-block.gap-1 {
    min-height: 70px;
}

@media (max-width: 700px) {
    #plastic-surgery.srvc-content .pls-block.gap-1 {
        min-height: 0;
    }
}


#plastic-surgery .banner.srvcs.rekonstrukciya-grudi .banner-overlay-text {
    top: 661px;
    left: 80px;
}

#plastic-surgery .banner.srvcs.mamoplastika .banner-overlay-text {
    top: 574px;
    left: 85px;
}

@media (max-width: 700px) {
    #plastic-surgery h2 {
        font-size: 30px;
        line-height: 34px;
        font-weight: 500;
    }
}

#plastic-surgery .pls-srvcs h3 {
    margin: 0;
}

#plastic-surgery .slider-em-sur-doctors h3 {
    padding: 0 0 10px 0;
}

#plastic-surgery .sur-title-block h2 {
    margin: 0;
}


@media (max-width: 700px) {
    body.blefaroplastika #plastic-surgery .banner.srvcs .banner-overlay-title {
        font-size: 30px;
        top: 535px;
    }
}

.menu-service {
    width: 100%;
    max-width: 1300px;
}

.menu-service ul {
    list-style: url(data:image/gif;base64,R0lGODlhCgAKAIAAAK4SIAAAACH5BAAAAAAALAAAAAAKAAoAAAIIhI+py+0PYysAOw==);
    margin-left: 20px;
}

.menu-service .left-menu-service_name {
    font-size: 20px;
    font-weight: 600;
    line-height: 38px;
}

.menu-service .main-services {
    margin-bottom: 30px;
    padding-top: 10px;
}

.menu-service li {
    font-size: 16px;
    padding-top: 10px;
    line-height: 16px;
    padding-left: 5px;
    font-weight: 500;
}

.menu-service a {
    color: #9e454a;
    text-decoration: underline;
}

.menu-service .another-services {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.menu-service .wrap_btn-collapse {
    border-top: 1px solid #bd4048;
    margin-top: 40px;
    padding: 0px;
    width: 500px;
}

.menu-service .wrap_btn-collapse .btn-collapse {
    border: none;
    background-color: white;
    color: #bd4048;
    top: -15px;
    position: relative;
    cursor: pointer;
    padding: 5px;
    width: 120px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}