.part-header__module-language-picker ul li.current-lang {
    display: none;
}
.part-header__module-language-picker ul {
    list-style-type: none;
    margin: auto;
    line-height: 14px;
}
.module-language-picker__item{
    transition-timing-function:cubic-bezier(0.33, 1, 0.68, 1);
    transition-duration:.5s;
    transition-property:color
}
.part-header__module-language-picker ul li a{
    color: #484848;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
}

.part-header__module-language-picker ul li a:hover{
    color:#e3d9d0
}
.popup-menu__module-language-picker ul li.current-lang {
    display: none;
}
.popup-menu__module-language-picker ul {
    list-style-type: none;
    margin: auto;
    line-height: 14px;
}
.popup-menu__module-language-picker ul li a{
    color: #484848;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
}
.popup-menu__module-language-picker ul li a:hover{
    color:#e3d9d0
}

.language__round__button {
    border: 1px solid #e3d9d0;
    border-radius: 25px;
    padding: 5px 8px;
    width: 36px;
    min-width: 36px;
    height: 36px;
    min-height: 36px;
}


.section-work-slider__photo::before {
    display: none!important;
}

@media (max-width: 580px) {
    .section-work-slider__photo img {
        vertical-align: bottom;
        margin: auto;
        text-align: center;
        display: block;
    }
}

.section-work-slider {
    border-bottom: 1px solid #c4b9a8;
}
.section-service-price {
    background-color: #fcf7f1;
}

.section-service-feedback {
    padding-top: 9rem;
    padding-bottom: 9rem;
}

.section-service-feedback .ti-footer {
    display: none;
}
.section-service-feedback .ti-widget.ti-goog {
    margin-top: 2rem;
}
.section-service-feedback .ti-widget.ti-goog .ti-review-content {
    font-family: VelaSans, sans-serif;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0908;
}
.section-service-price__service-name {
    pointer-events: painted;
}
.section-service-price__service-button {
    pointer-events: painted;
}

.ti-widget.ti-goog .ti-review-header {
    display: none!important;
}