.front_stories {
    display: none;
}

@media (max-width: 600px) {
    .front_stories {
        display: block;
        /* margin-bottom: calc((50 / 375) * 100vw); */
        margin-bottom: calc((100 / 960) * 100vw);
    }

    .stories-slider__wrapper {
        display: flex;
        justify-content: center;
        gap: 10px;
        align-items: start;
        overflow: auto;
        scrollbar-width: none;
    }

    .front_stories.ROUND .item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: calc((12 / 375) * 100vw);
        font-weight: 500;
        font-size: calc((10 / 375) * 100vw);
        line-height: 140%;
        text-align: center;
        color: var(--Text-Black);
        width: fit-content;
        flex: 0 0 auto;
    }

    .front_stories.ROUND .item .img {
        border-radius: 50%;
        height: calc((68 / 375) * 100vw);
        width: calc((68 / 375) * 100vw);
        object-fit: cover;
        border: 1px solid #b59f85;
        padding: 4px;
        vertical-align: middle;
    }

    .stories .swiper {
        padding: 0;
    }

    .stories-popup__element-btn {
        text-align: center;
        font-weight: 600;
        line-height: 140%;
        text-decoration: none;
        text-transform: uppercase;
        color: #fff;
        background: var(--Main-Ochre);
        border: 0;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        font-size: calc((12 / 375) * 100vw);
        padding: 0 calc((28 / 375) * 100vw);
        height: calc((44 / 375) * 100vw);
        border-radius: calc((22 / 375) * 100vw);
    }

    .specialists__grid .specialists-slider__item {
        width: 100% !important;
    }

    .popup {
        padding: calc((20 / 375) * 100vw);
    }

    .popup-specialist__img {
        border-radius: calc((16 / 375) * 100vw);
    }

    .popup[class*="popup-specialist"],
    .popup.popup-equipment {
        top: 60px;
        transform: unset;
        left: 0;
        width: 100%;
        bottom: 0;
        border-radius: calc((24 / 375) * 100vw) calc((24 / 375) * 100vw) 0 0;
    }

    .popup.popup-equipment {
        padding-top: 56px;
    }

    .form-resume__input {
        font-size: calc((14 / 375) * 100vw);
        padding: 0 calc((50 / 375) * 100vw) 0 calc((20 / 375) * 100vw);
    }

    .aside-box.specialists.specialists-no-tab .specialists-slider {
        margin-left: 0px !important;
    }
}

.popup-specialist__list li {
    color: var(--Text-Black);
}

.consult__text,
.popup__t,
.consult__title {
    text-wrap: balance;
}

.gallary .gallary-slider__item .gallary-video {
    object-fit: cover;
}

/* #sync2:has(.owl-nav.disabled) {
    padding: 0;
} */

#sync1 img {
    height: 100%;
    /* aspect-ratio: 1; */
    object-fit: cover;
    object-position: center 85%;
    max-height: 400px;
}

#sync2 img {
    height: 100%;
    max-height: 55px;
    object-fit: cover;
}

.specialists-slider__item-name {
    min-height: unset !important;
}

.equipment .specialists-slider__item-name {
    min-height: unset !important;
}

.popup-equipment,
.popup[class*="popup-specialist"] {
    overflow-y: auto;
}

@media (min-width: 768px) {

    .popup-equipment,
    .popup[class*="popup-specialist"] {
        max-height: 90vh;
    }

    #sync2 img {
        aspect-ratio: unset;
        max-height: 86px;
    }

    #sync1 img {
        max-height: 400px;
        min-height: 400px;
    }

    .specialists-slider__item-name {
        min-height: 50px !important;
    }
}

.form-resume__file-wrapper {
    display: flex;
    align-items: center;
    gap: calc((8 / 1920) * 100vw);
    margin-bottom: calc((24 / 1920) * 100vw);
    margin-top: calc((8 / 1920) * 100vw);
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.form-resume__file-wrapper #upload-icon {
    cursor: pointer;
}

.form-resume__file-wrapper #upload-icon svg {
    vertical-align: middle;
    width: calc((42 / 1920) * 100vw);
}

.form-resume__file-wrapper #file-name {
    font-size: calc((18 / 1920) * 100vw);
    line-height: 140%;
    color: var(--Text-Black);
}

@media (max-width: 1023px) {
    .form-resume__file-wrapper {
        gap: calc((8 / 960) * 100vw);
        margin-bottom: calc((24 / 960) * 100vw);
        margin-top: calc((8 / 960) * 100vw);
    }

    .form-resume__file-wrapper #file-name {
        font-size: calc((18 / 960) * 100vw);
    }

    .form-resume__file-wrapper #upload-icon svg {
        width: calc((42 / 960) * 100vw);
    }

    .popup-equipment {
        max-height: 100%;
    }
}

@media (max-width: 600px) {
    .form-resume__file-wrapper {
        gap: calc((8 / 375) * 100vw);
        margin-bottom: calc((16 / 375) * 100vw);
        margin-top: 0;
    }

    .form-resume__file-wrapper #file-name {
        font-size: calc((12 / 375) * 100vw);
        line-height: 140%;
        color: var(--Text-Black);
    }

    .form-resume__file-wrapper #upload-icon svg {
        width: calc((32 / 375) * 100vw);
        height: calc((32 / 375) * 100vw);
    }
}

.specialists-slider__item-name {
    cursor: pointer;
}

.specialists-slider__item .pic img {
    aspect-ratio: 1;
}

.equipment .specialists-slider__item .pic img {
    max-height: 465px;
    aspect-ratio: unset;
}

.equipment .specialists-slider__item {
    height: unset !important;
    min-height: unset !important;
}

.blog-item__image img {
    max-height: 300px;
    object-fit: cover;
    height: 100%;
    min-height: 300px;
}

@media (min-width: 767px) {
    .aside-box .works__tab-buttons {
        max-height: 520px;
        overflow: auto;
    }
}

.popup-specialist__list.smi-categories li {
    transition: .3s all ease;
}

.popup-specialist__list.smi-categories li:hover {
    color: var(--Text-Black);
    transform: translateX(10px);
}

.aside-box.smi .offers-item {
    overflow: unset;
}

.aside-box.smi .offers-item img {
    aspect-ratio: 1;
    border-radius: calc((32 / 1920) * 100vw);
    object-fit: cover;
}

.popup-resume-open.pic.pic-empty .log {
    aspect-ratio: unset;
}

@media (max-width: 767px) {
    .equipment .specialists-slider__item .pic img {
        max-height: 260px;
    }

    .aside-box.smi .offers-item img {
        aspect-ratio: unset;
        max-height: 250px;
        object-position: center;
    }
}

.gallary-grid .owl-item img {
    max-height: 250px !important;
    min-height: 250px !important;
    object-fit: cover;
    height: 100%;
    transition: all .3s ease;
}

@media (max-width: 1023px) {
    .gallary-grid .owl-item img {
        max-height: 603px !important;
        min-height: 603px !important;
        object-fit: cover;
        height: 100%;
        transition: all .3s ease;
    }

    .gallary-grid .owl-nav {
        left: 0;
        right: unset;
    }
}

@media (max-width: 600px) {
    .gallary-grid .owl-item img {
        max-height: 250px !important;
        min-height: 250px !important;
        object-fit: cover;
        height: 100%;
        transition: all .3s ease;
    }
}

@media (min-width: 1023px) {
    .gallary-grid .owl-stage {
        display: flex !important;
    }

    .gallary-grid .owl-item img {
        max-height: 433px !important;
        min-height: 433px !important;
        object-fit: cover;
        height: 100%;
        transition: all .3s ease;
    }

    .gallary-grid .owl-item.central img {
        min-height: 633px !important;
    }

    .gallary-grid .owl-stage-outer {
        height: 633px !important;
    }

    #sync1 img {
        max-height: 480px;
        min-height: 480px;
    }
}

.aside-box.smi .offers-item__top .offers-item__text p:last-child,
.aside-box.smi .offers-item__top .offers-item__text {
    margin-bottom: 0;
}

.top-slider__item-title {
    font-size: calc((74 / 2920) * 100vw);
    max-width: calc((850 / 1920) * 100vw);
}

.about-item__title {
    font-size: calc((34 / 1920) * 100vw);
}

.about-item__text {
    font-size: calc((16 / 1920) * 100vw);
}

.about-item__art-circle {
    max-width: calc((430 / 1920) * 100vw);
}

.about-item__art {
    justify-content: center;
}

.info-circles__item {
    height: calc((430 / 1920) * 100vw);
}

.info-circles__item-number {
    font-size: calc((90 / 1920) * 100vw);
}

.info-circles__item-text {
    font-size: calc((16 / 1920) * 100vw);
}

.location__item-title {
    font-size: calc((28 / 1920) * 100vw);
}

.location__item-adr,
.location__item-station {
    font-size: calc((16 / 1920) * 100vw);
}

.location__item-icon {
    width: calc((35 / 1920) * 100vw);
    min-width: calc((35 / 1920) * 100vw);
    height: calc((35 / 1920) * 100vw);
}

.shop-info__title {
    font-size: calc((70 / 1920) * 100vw);
}

.shop-info__text {
    font-size: calc((16 / 1920) * 100vw);
}

.blog__title {
    font-size: calc((40 / 1920) * 100vw);
    font-weight: 500;
}

.consult__text {
    font-size: calc((16 / 1920) * 100vw);
}

.blog-item__title {
    font-size: calc((20 / 1920) * 100vw);
    min-height: 65px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-item__date {
    font-size: calc((16 / 1920) * 100vw);
}

.services-menu__item {
    width: 30%;
}

.services-description {
    left: 30%;
    width: 70%;
}

.services-dropdown__title {
    font-size: calc((40 / 1920) * 100vw);
}

.services-menu__link {
    font-size: calc((20 / 1920) * 100vw);
    transition: all .3s ease;
}

.services-item__title {
    font-size: calc((28 / 1920) * 100vw);
}

.services-item__text {
    font-size: calc((16 / 1920) * 100vw);
}

.services-item__title {
    max-width: 280px;
}

.services-menu__link-text {
    max-width: 300px;
}

.menu li:hover .submenu {
    top: calc(50% - -17px);
}

.socials a {
    width: 36px;
    height: 36px;
}

/* @media screen and (min-width: 1024px) {
    .services-full .services-item:nth-child(5) {
        border-top: 1px solid var(--Border-Main);
    }
} */

.inner-heading:not(.inner-heading-simple) {
    padding: calc((44 / 1920) * 100vw);
}

.inner-heading__title {
    font-size: calc((35 / 1920) * 100vw);
}

.aside-box.smi .tag-list .button-stroke {
    font-size: 14px;
    padding: 5px;
    /* border: 1px solid var(--Border-Main); */
    text-transform: unset;
    font-weight: 400;
    height: auto;
}

.aside-box.works.works-full h2,
.specialist-single__title {
    margin: 0;
}

.aside-box.works.works-full .box-heading__title,
.aside-box.contacts .box-heading__title,
.location-top .top-slider__item-title,
.aside-box.special-offers.special-offers-full .box-heading__title {
    margin-top: 0;
}

.works__item-title {
    font-size: calc((30 / 1920) * 100vw);
}

.specialist-single__cite {
    font-size: calc((36 / 1920) * 100vw);
}

.services-menu__item:hover .services-menu__link {
    text-decoration: unset !important;
    cursor: pointer;
}

.problems .service-categories__item {
    grid-template-columns: 1fr;
    border-bottom: 1px solid var(--Border-Main);
    border-top: 0;
}

.problems .service-categories__links {
    grid-template-columns: 1fr;
    gap: 0;
}

.problems .service-categories__title {
    border-top: unset;
}

.problems .service-categories__link {
    display: flex;
    position: relative;
    gap: 15px;
    align-items: center;
    cursor: pointer;
    background-image: unset;
}

.problems .service-categories__link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: calc((34 / 1920) * 100vw);
    height: calc((34 / 1920) * 100vw);
    background: url(/local/assets/img/arrow-nav-right.svg) center/contain no-repeat;
    transform: translateY(-50%) rotate(0deg);
    transition: transform 0.3s ease;
}

.problems .service-categories__link.active::after {
    transform: translateY(-50%) rotate(-90deg);
}

.problems .service-categories__link-n {
    margin-bottom: 0;
    font-size: 18px;
}

.problems .service-categories__link:hover {
    border-top: 1px solid var(--Border-Main);
}

.problems .service-sublist__item:hover a {
    color: var(--Main-Ochre);
    text-decoration: underline;
}

.services-dropdown:has(.services-tab-2.active) .services-dropdown__panel #title-search {
    display: none;
}

.service-sublist {
    display: none;
    padding-left: 25px;
}

.service-sublist__title {
    font-weight: 500;
    font-size: calc((20 / 1920) * 100vw);
    line-height: 110%;
    text-transform: uppercase;
    color: var(--Text-Input);
    margin-bottom: calc((16 / 1920) * 100vw);
}

.service-sublist__item a {
    font-weight: 500;
    font-size: calc((20 / 1920) * 100vw);
    line-height: 110%;
    text-decoration: none;
    color: var(--Text-Black);
    padding-left: 0;
    position: relative;
    transition: all;
}

.service-sublist__section {
    margin-bottom: calc((24 / 1920) * 100vw);
}

.service-sublist__item {
    margin-bottom: calc((16 / 1920) * 100vw);
}

.popup {
    z-index: 1002;
}

.popup-overlay {
    z-index: 1001;
}

.tabbar {
    display: none;
}

.advantages__item.services-item {
    display: block;
    gap: unset !important;
}

.service-card__desc-bot {
    margin-top: calc((32 / 1920) * 100vw);
    font-size: calc((21 / 1920) * 100vw);
}

.seo-text__hidden.active {
    max-height: unset !important;
}

.blog-item__image img,
.aside-box.smi .offers-item img {
    transition: all .3s ease;
}

.blog-item__image img:hover,
.aside-box.smi .offers-item img:hover {
    transform: scale(105%);
}

.blog-item__tag {
    z-index: 2;
}

.advantages__item.services-item .advantages__item-title {
    margin-bottom: calc((32 / 1920) * 100vw);
}

.services-links__item-sub {
    margin-bottom: calc((30 / 1920) * 100vw);
}

.services-tab-2 .services-menu .services-menu__item[data-level="2"] .services-links__item,
.services-tab-1 .services-menu .services-menu__item .services-links__item,
.services-tab-1 .services-menu .services-menu__item .services-consult {
    padding-top: calc((24 / 1920) * 100vw);
}

.popup-specialist__img {
    max-width: calc((150 / 1920) * 100vw);
    max-height: calc((150 / 1920) * 100vw);
    width: 100% !important;
    height: 100%;
    overflow: visible;
    border-radius: unset !important;
}

.popup-specialist__img img {
    aspect-ratio: 1;
    object-fit: cover;
    object-position: center 35%;
    border-radius: calc((32 / 1920) * 100vw);
}

.popup[class*="popup-specialist"] .button-brown {
    width: 100%;
    margin-top: calc((24 / 1920) * 100vw);
}

.popup-specialist__list li:last-child,
.popup-specialist__list:nth-last-of-type(1) {
    margin-bottom: 0;
}

.info-row__item--hide-pc,
.socials--hide-pc {
    display: none !important;
}

.location__item-info {
    align-items: end;
}

.menu>li:has(.submenu) {
    position: relative;
}

.specialists__tab .specialists-slider .owl-stage,
.specialists__tab .specialists-slider .owl-stage .owl-item {
    display: flex;
}

.works-slider__item img {
    max-height: 420px;
    min-height: 420px;
}

/* .circle-art-1,
.circle-art-2,
.circle-art-3 {
    z-index: 2;
} */

.about-pc .about-item__heading {
    margin-top: calc((-57 / 1920) * 100vw);
}

.blog-item__tags {
    display: flex;
    gap: 10px;
}

.blog-item__tags a {
    text-decoration: unset;
}

.blog-item__tags a:hover {
    text-decoration: underline;
}

@media (max-width: 992px) {
    .tabbar {
        position: fixed;
        display: block;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #fff;
        border-top: 1px solid var(--Border-Main);
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 11px calc((16 / 375) * 100vw);
        box-shadow: 0 -2px 8px rgba(0, 0, 0, .15);
        z-index: 1;
    }

    .tabbar a {
        text-align: center;
        text-decoration: none;
        color: var(--Text-Black);
        font-size: 12px;
        /* min-width: 75px; */
        flex-shrink: 0;
        max-width: 200px;
        line-height: 1;
    }

    .tabbar a svg {
        display: block;
        margin: 0 auto 6px;
        width: 20px;
        height: 20px;
    }

    .tabbar a.active svg,
    .tabbar a.active {
        color: var(--Main-Ochre);
    }

    .tabbar a.active:first-child svg {
        fill: var(--Main-Ochre);
    }

    .tabbar a.active:first-child svg path:first-child {
        stroke: var(--Main-Ochre);
    }

    .tabbar a.active:first-child svg path:last-child {
        stroke: #fff;
    }

    .service-card__fixed-button {
        bottom: 65px !important;
    }

    .tabbar a:nth-child(2) svg path:last-child,
    .tabbar a.active:nth-child(2) svg path:first-child {
        display: none;
    }

    .tabbar a.active:nth-child(2) svg path:last-child {
        display: block;
    }

    .tabbar a.active:nth-child(3) svg path {
        stroke: var(--Main-Ochre);
    }

    .tabbar a.active:nth-child(4) svg path {
        stroke: var(--Main-Ochre);
    }

    .tabbar a.active:last-child svg path {
        fill: var(--Main-Ochre);
        stroke: var(--Main-Ochre);
    }

    .tabbar a.active:last-child svg circle {
        fill: #fff;
        stroke: #fff;
    }
}

@media (min-width: 1800px) {
    .problems .service-categories__item {
        grid-template-columns: 1fr !important;
        border-bottom: 1px solid var(--Border-Main);
        border-top: 0;
    }

    .problems .service-categories__links {
        grid-template-columns: 1fr !important;
        gap: 0 !important;
    }

    .problems .service-categories__title {
        border-top: unset !important;
    }

    .problems .service-categories__link {
        display: flex !important;
        gap: 15px !important;
        align-items: center !important;
    }

    .problems .service-categories__link::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        width: calc((34 / 2920) * 100vw);
        height: calc((34 / 2920) * 100vw);
        background: url(/local/assets/img/arrow-nav-right.svg) center/contain no-repeat;
        transform: translateY(-50%) rotate(0deg);
        transition: transform 0.3s ease;
    }

    .problems .service-categories__link.active::after {
        transform: translateY(-50%) rotate(-90deg);
    }

    .problems .service-categories__link-n {
        margin-bottom: 0 !important;
        font-size: 14px !important;
    }

    .problems .service-categories__link:hover {
        border-top: 1px solid var(--Border-Main) !important;
    }

    .service-sublist__title {
        font-weight: 500;
        font-size: calc((20 / 2920) * 100vw);
        line-height: 110%;
        text-transform: uppercase;
        color: var(--Text-Input);
        margin-bottom: calc((16 / 2920) * 100vw);
    }

    .service-sublist__item a {
        font-weight: 500;
        font-size: calc((20 / 2920) * 100vw);
        line-height: 110%;
        text-decoration: none;
        color: var(--Text-Black);
        padding-left: 0;
        position: relative;
        margin-bottom: calc((16 / 2920) * 100vw);
    }

    .service-sublist__section {
        margin-bottom: calc((24 / 2920) * 100vw);
    }

    .service-sublist__item {
        margin-bottom: calc((16 / 2920) * 100vw);
    }

    .popup {
        z-index: 1002 !important;
    }

    .popup-overlay {
        z-index: 1001 !important;
    }

    .popup[class*="popup-specialist"] .button-brown {
        margin-top: calc((24 / 2920) * 100vw);
    }

    .info-row__t2:has(.socials) {
        flex-direction: row;
    }

    .about-pc .about-item__heading {
        margin-top: calc((-55 / 2920) * 100vw);
    }
}

@media (max-width: 1023px) {
    .problems .service-categories__link {
        border-bottom: 0;
        border-top: 1px solid var(--Border-Main);
    }

    .problems .service-categories__title {
        border-bottom: 0;
    }

    .service-sublist__title {
        font-size: calc((14 / 960) * 100vw);
        margin-bottom: calc((10 / 960) * 100vw);
    }

    .service-sublist__item a {
        font-size: calc((14 / 960) * 100vw);
    }

    .service-sublist__section {
        margin-bottom: calc((20 / 960) * 100vw);
    }

    .service-sublist__item {
        margin-bottom: calc((10 / 960) * 100vw);
    }

    .problems .service-categories__link-n {
        margin-bottom: 0;
        font-size: 14px;
    }

    .problems .service-categories__link::after {
        width: calc((34 / 960) * 100vw);
        height: calc((34 / 960) * 100vw);
    }

    .location-top .top-slider__item-text {
        top: calc((100 / 960) * 100vw);
    }

    .inner-heading:not(.inner-heading-simple) {
        padding: unset;
    }

    .prices__item-pr {
        font-size: calc((18 / 960) * 100vw) !important;
    }

    .prices__title {
        font-size: calc((24 / 960) * 100vw) !important;
    }

    .advantages__item.services-item .advantages__item-title {
        margin-bottom: calc((16 / 960) * 100vw);
    }

    .popup-specialist__img {
        max-width: calc((150 / 960) * 100vw);
        max-height: calc((150 / 960) * 100vw);
    }

    .popup-specialist__img img {
        border-radius: calc((32 / 960) * 100vw);
    }

    .popup[class*="popup-specialist"] .button-brown {
        margin-top: calc((24 / 960) * 100vw);
    }

    .info-row__t2 .socials img {
        width: calc((17 / 960) * 100vw);
    }

}

@media (max-width: 600px) {
    .service-sublist__title {
        font-size: calc((10 / 375) * 100vw);
        margin-bottom: 6px;
    }

    .service-sublist__item a {
        font-size: calc((10 / 375) * 100vw);
    }

    .service-sublist__section {
        margin-bottom: calc((13 / 375) * 100vw);
    }

    .service-sublist__item {
        margin-bottom: 6px;
        line-height: 1.2;
    }

    .problems .service-categories__link::after {
        width: calc((24 / 375) * 100vw);
        height: calc((24 / 375) * 100vw);
    }

    .gallary-slider__item-zoom {
        background: unset;
    }

    .indications {
        scrollbar-width: none;
    }

    .advantages__wrap:not(:has(.owl-item)) .advantages__item:last-child,
    .advantages__wrap .owl-item:last-child .advantages__item {
        border-right: 1px solid var(--Border-Main) !important;
    }

    .stories-slider__item .name {
        max-width: 100px;
    }

    .location-top .top-slider__item-text {
        top: calc((200 / 375) * 100vw);
    }

    .box-heading__title {
        line-height: 110% !important;
    }

    .specialist-single {
        padding-left: calc((16 / 375) * 100vw) !important;
        padding-right: calc((16 / 375) * 100vw) !important;
    }

    .prices__item-pr {
        font-size: calc((11 / 375) * 100vw) !important;
    }

    .prices__title {
        font-size: calc((14 / 375) * 100vw) !important;
    }

    .process__title,
    .recomendation .service-card-description__title {
        font-size: calc((14 / 375) * 100vw) !important;
    }

    .works-slider__item img {
        max-height: 290px;
        min-height: 290px;
        object-fit: cover;
    }

    .advantages__item.services-item .advantages__item-title {
        margin-bottom: calc((16 / 375) * 100vw);
    }

    .advantages__wrap .owl-stage,
    .advantages__wrap .owl-item {
        display: flex;
    }

    .prices__title+.prices__tab-buttons,
    .prices__title+.prices__tab-buttons+.prices__tab .prices__wrap,
    .prices__title+.prices__tab-buttons+.prices__tab+.prices__tab .prices__wrap {
        display: none !important;
    }

    .prices__title.opened+.prices__tab-buttons {
        display: flex !important;
    }

    .prices__title.opened+.prices__tab-buttons+.prices__tab .prices__wrap,
    .prices__title.opened+.prices__tab-buttons+.prices__tab+.prices__tab .prices__wrap {
        display: block !important;
    }

    .prices__title.opened {
        margin-bottom: calc((16 / 375) * 100vw);
    }

    .footer__logo img {
        width: calc((118 / 375) * 100vw) !important;
    }

    .footer__logo-bx {
        gap: calc((12 / 375) * 100vw) !important;
    }

    .app-buttons a {
        width: calc((118 / 375) * 100vw) !important;
    }

    .footer__links {
        padding-top: calc((12 / 375) * 100vw) !important;
        padding-bottom: calc((12 / 375) * 100vw) !important;
    }

    .footer__links-list {
        font-size: calc((12 / 375) * 100vw) !important;
    }

    .footer__links-list li:not(:last-child) {
        margin-bottom: calc((14 / 375) * 100vw) !important;
    }

    .footer__phone {
        font-size: calc((18 / 375) * 100vw) !important;
    }

    .socials.footer__socials a {
        width: calc((26 / 375) * 100vw) !important;
        height: calc((26 / 375) * 100vw) !important;
    }

    .socials.footer__socials img {
        width: calc((14 / 375) * 100vw) !important;
    }

    .footer__cont {
        gap: calc((14 / 375) * 100vw) !important;
        padding-top: calc((14 / 375) * 100vw) !important;
        padding-bottom: calc((14 / 375) * 100vw) !important;
    }

    .footer__emblems {
        padding: calc((14 / 375) * 100vw) 0 !important;
        gap: calc((14 / 375) * 100vw) !important;
    }

    .emblem-item {
        gap: calc((14 / 375) * 100vw) !important;
    }

    .emblem-item__icon-1 img {
        width: calc((38 / 375) * 100vw) !important;
    }

    .footer__bottom {
        padding-top: calc((14 / 375) * 100vw) !important;
        gap: calc((14 / 375) * 100vw) !important;
    }

    .footer__top {
        padding-bottom: calc((20 / 375) * 100vw) !important;
    }

    .footer__bottom-polit,
    .footer__bottom-dev,
    .footer__bottom-copy {
        font-size: calc((10 / 375) * 100vw) !important;
    }

    .popup-specialist__img {
        max-width: calc((80 / 375) * 100vw);
        max-height: calc((80 / 375) * 100vw);
    }

    .popup-specialist__img img {
        border-radius: calc((24 / 375) * 100vw);
    }

    .popup-specialist__list.smi-categories li::before {
        content: unset;
    }

    .popup-specialist__container {
        display: flex;
        flex-direction: column;
        min-height: 100%;
        overflow-y: auto;
    }

    .popup[class*="popup-specialist"] .button-brown {
        margin-top: auto;
    }

    #plusMinus {
        max-width: 20px;
        max-height: 20px;
    }

    .prices__title::after {
        content: unset !important;
    }

    .info-row__t2 .socials a {
        width: 22px !important;
        height: 22px !important;
    }

    .info-row__t2 .socials img {
        width: calc((12 / 375) * 100vw) !important;
    }

    .info-row__t2:has(.socials) {
        justify-content: start;
        flex-direction: row;
    }

    .popup-specialist__list:nth-last-of-type(1) {
        margin-bottom: calc((16 / 375) * 100vw);
    }

    .location__item-info {
        align-items: center !important;
    }

    .location__item-title {
        margin-bottom: 8px !important;
    }

    .info-row__item--hide-pc,
    .socials--hide-pc {
        display: block !important;
    }

    .info-row__t2 a {
        color: var(--Text-Black);
    }

    .info-row__t2:has(.socials) {
        display: flex;
        align-items: center;
        gap: 15px;
    }
}

.about-item__block.active {
    display: block;
}

.aside-box.contacts .offers-item__btn .button-stroke:hover,
.aside-box.smi .offers-item__btn .button-stroke:hover,
.service-card__tags .button-stroke:hover {
    color: #fff;
    text-decoration: unset;
}

.service-card-description__buttons svg {
    z-index: 2;
}

.consult__text a {
    color: #fff;
    display: inline-block;
}

.services-tab-1 .services-menu__item.active .services-description,
.services-tab-2 .services-menu .services-menu__item[data-level="2"].active .services-description {
    display: block;
}

.services-menu>.services-menu__item[data-level="1"].active>.services-menu__link,
.services-menu .services-menu__item[data-level="2"].active>.services-menu__link {
    color: var(--Text-Black);
    background: var(--Bg-Accent-2);
    text-decoration: unset;
}

.services-menu__items {
    padding-right: calc((32 / 1920) * 100vw);
    width: 30%;
    position: absolute;
    left: 30%;
    top: 0;
    width: 70%;
    padding-left: calc((32 / 1920) * 100vw);
    border-left: 1px solid var(--Border-Main);
    height: calc(100vh - calc((416 / 1920) * 100vw));
    display: none;
}

.services-menu__item.active .services-menu__items {
    display: block;
}

.services-dropdown .services-menu__items .services-description {
    left: 43%;
    width: 57%;
}

.services-menu__item[data-level="2"] {
    width: 42.5%;
}

.services-menu {
    scrollbar-width: none;
}

@media screen and (max-width: 767px) {
    .services-item__image img {
        min-height: 120px;
        max-height: 120px;
    }
}

.prices__tab-buttons:not(:has(li)) {
    display: none;
}

.popup .success {
    font-size: 12px;
    margin-top: 10px;
    color: green;
}

.specialists-slider__item.services-item img,
.specialists-slider__item.services-item .specialists-slider__item-name {
    cursor: pointer;
}

.services-item::before,
.services-item::after {
    width: 32px !important;
    height: 32px !important;
    right: -2px !important;
    top: -2px !important;
}

.services-item::after,
.process__item::after {
    bottom: -2px !important;
    top: auto !important;
}

.prices__tab-buttons {
    overflow-x: auto;
    scrollbar-width: thin;
}

.prices__tab-buttons>li {
    display: flex;
}

.prices__tab-buttons>li>a {
    white-space: nowrap;
    flex: 1;
}

.owl-stage {
    padding-left: 0 !important;
}