h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Exo 2", serif;
}

a {
    transition: all 0.5s;
}

.color-white {
    color: #fff;
}

.header-two .header-two-main-wrapper .header-two-wrapper .header-end .icon-area {
    display: flex;
    align-items: center;
    margin-right: 0;
    padding: 21px 34px 21px 30px;
    cursor: pointer;
}

.header-two .header-two-main-wrapper .header-two-wrapper .header-end .icon-area .search-container {
    margin-right: 0;
    color: #0C0A0A;
}

.header-two .header-two-main-wrapper .header-two-wrapper .header-end .icon-area i {
    position: relative;
}

.logo-area img,
.logo img {
    width: 70px;
}

.factory-banner .bg_banner-bg-area {
    position: relative;
    z-index: -2;
}

.factory-banner .banner-two-inner p.disc {
    font-size: 18px;
}

.bg-overlay:before {
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    transition: all 0.5s;
}

.bg-overlay-dark-slider:before {
    background-image: linear-gradient(180deg, #14191c 0%, rgb(17 22 24 / 45%) 82%);
}

.single-construction-portfolio .thumbnail {
    background: #000;
}

.single-construction-portfolio .thumbnail img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    position: relative;
    z-index: 0;
    opacity: 0.6;
}

.single-construction-portfolio .thumbnail .reference-project-img {
    opacity: 1;
}

.swiper-slide .single-construction-portfolio .thumbnail img {
    height: 451px;
}

.thumbnail.bg-overlay:before,
.single-construction-portfolio .thumbnail .map-area,
.single-construction-portfolio .inner-title-area {
    z-index: 1;
}

.side-bar .contact-form-area-wrapper {
    padding-left: 10px;
    padding-right: 10px;
}


.rts-mega-menu.service-mega-menu-style li a {
    min-height: 118px;
}

.factory-banner.banner-two-swiper-main-wrapper .swiper-pagination .swiper-pagination-bullet-active {
    background-image: url('../images/banner/01.png');
}

.banner-two-swiper-main-wrapper .swiper-pagination .swiper-pagination-bullet-active {
    width: 25px;
    height: 25px;
}

.single-construction-portfolio .thumbnail .map-area.order {
    padding: 0;
    border: none;
    background: none;
    backdrop-filter: none;
    border-radius: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.single-construction-portfolio .thumbnail .map-area.order button {
    z-index: 10;
    position: relative;
}

button.rts-btn {
    border: none;
}

button.rts-btn[disabled] {
    background-color: var(--color-body);
}

button.rts-btn.border {
    color: var(--color-primary);
}

button.rts-btn.border.style-two {
    color: var(--color-body);
    border: 1px solid var(--color-body) !important;
}

button.rts-btn.border:hover {
    color: #fff;
}

input.rts-btn:hover {
    transform: none;
}

input.rts-btn.btn-white:hover {
    background-color: var(--color-primary);
}

.single-construction-portfolio .inner-content .tag-wrapper .single {
    flex-basis: 48%;
    padding: 10px;
    transition: all 0.5s;
}

.single-construction-portfolio .inner-content .tag-wrapper .single:hover {
    background: #dbdbdb;
}

.rts-btn {
    height: 50px;
    line-height: normal;
}

.rts-btn img {
    width: 20px !important;
    height: 20px !important;
}

.seo-hub-link-button-uniform {
    max-width: 36rem;
}

.stars-area .stars {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 7px;
}

.stars-area .stars i {
    color: #F6AE28;
}

.stars-area p {
    font-weight: 500;
    color: #fff;
}

.stars-area p span {
    font-weight: 400;
    color: #fff;
}

.single-construction-portfolio .inner-title-area a .title {
    transition: all 0.5s;
}

.single-construction-portfolio .inner-title-area a:hover .title {
    color: var(--color-primary);
}

.single-construction-portfolio .inner-title-area {
    right: 30px;
}

.cta-main-wrapper-two {
    height: 400px;
    position: relative;
    z-index: 0;
    background-image: url(../images/cta/2.webp);
}

.title-area-wrapper-main-two {
    align-items: start;
}

.service-bg_image-3 {
    position: relative;
    z-index: 0;
    background-image: url(../images/service/1.webp);
}

.single-service-area-3 {
    display: flex;
    flex-wrap: wrap;
}

.projects-contact-area-3 {
    background-image: url(../images/portfolio/009.webp);
}

.thumbnail-portfolio-3 {
    position: relative;
    height: 345px;
}

.thumbnail-portfolio-3 img {
    height: 345px;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s;
    display: block;
    opacity: 0;
    left: 0;
    top: 0;
    position: absolute;
}

.thumbnail-portfolio-3 img.active {
    opacity: 1;
}

.single-project-area-one .inner-content .title {
    margin-bottom: 40px;
}

.single-project-area-one .thumbnail img {
    height: 277px;
    object-fit: cover;
}

.nav-footer-wrapper-one .footer-float-nav li {
    width: 100%;
    flex-basis: auto;
    text-align: center;
    transition: all 0.5s;
}

.nav-footer-wrapper-one .footer-float-nav li:hover {
    -webkit-box-shadow: 0 0 10px 5px var(--color-primary) inset;
    -moz-box-shadow: 0 0 10px 5px var(--color-primary) inset;
    box-shadow: 0 0 10px 5px var(--color-primary) inset;
}

.nav-footer-wrapper-one .footer-float-nav li a {
    width: 100%;
}

.single-blog-three .top-area {
    justify-content: space-between;
}

.single-blog-three .top-area span {
    display: flex;
}

.single-blog-three .top-area span a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 180px;
    display: inline-block;
}

.single-blog-three .top-area .tag i {
    color: var(--color-primary);
}

.single-blog-three .thumbnail img {
    width: 100%;
    height: 300px;
}

header.header-two .main-nav > a.active-menu {
    color: var(--color-primary) !important;
}

.contact-form-area-wrapper {
    padding: 0;
}

.modal-header,
.modal-body {
    padding: 20px;
}

.modal-footer {
    padding-left: 20px;
    padding-right: 20px;
}

.modal-header .close-icon-menu {
    width: 30px;
    border-radius: 5px;
}

.modal-header .close-icon-menu:hover {
    background: var(--color-primary);
    color: #fff;
}

.modal-title {
    color: #000000;
}

#elevate-load {
    display: block;
}

.rts-mega-menu .mega-menu-item {
    flex-direction: row;
    gap: 0;
}

.rts-mega-menu .service-mega-menu-item {
    list-style: none;
    margin: 0;
}

.call a:hover {
    color: var(--color-primary);
}

.nav-area ul li.main-nav.active .main-link,
.mobile-menu nav ul li.active .main-link,
.mobile-menu nav ul li .submenu a.active,
.nav-area ul li.main-nav:hover,
.copyright-area-one .right-nav ul li a.active,
.single-nav-area-footer ul li a.active {
    color: var(--color-primary) !important;
}

.nav-footer-wrapper-one .footer-float-nav li a.active {
    box-shadow: 0 0 10px 5px var(--color-primary) inset;
}

.rts-mega-menu.service-mega-menu-style li a.active {
    background: #d5f3e5;
}

.header-two-main-wrapper .nav-area ul li.main-nav {
    color: #000;
    font-weight: 600;
}

.toast {
    z-index: 999999;
    width: max-content;
}

.hidden {
    display: none !important;
}

.rts-breadcrumb-area {
    height: 400px;
}

.rts-breadcrumb-area.pd-bread {
    background-image: url(../images/banner/9.webp);
    background-size: cover;
    background-position: center;
}

.breadcrumb-area-inner .nav-area-navigation {
    gap: 15px;
    align-items: center;
}

.breadcrumb-area-inner .nav-area-navigation a {
    text-transform: none;
    font-weight: 400;
}

.breadcrumb-area-inner .nav-area-navigation a:hover {
    color: var(--color-primary);
}

.breadcrumb-area-inner .nav-area-navigation span.current {
    color: var(--color-primary);
    position: relative;
    overflow: hidden;
    /*max-width: 300px;*/
    text-wrap: nowrap;
    text-overflow: ellipsis;
}

.breadcrumb-area-inner .nav-area-navigation span.current::after {
    content: none;
}

.portfolio-two-swiper-main-wrapper.product-swiper-wrapper .swiper-button-next {
    right: 20px;
}

.portfolio-two-swiper-main-wrapper.product-swiper-wrapper .swiper-button-prev {
    left: 20px;
}

.woocommerce-product-rating .stars-area p,
.woocommerce-product-rating .stars-area p span {
    color: #000;
}

.shop-single-body .ms-main .single-product .ms-single-product .tab-area .tab-content .tab-pane table tbody tr th,
.shop-single-body .ms-main .single-product .ms-single-product .tab-area .tab-content .tab-pane table tbody tr td {
    border: none;
}

.ms-single-product .tab-content .tab-pane p {
    margin-bottom: 10px;
}

#map {
    width: 100%;
    height: 100%;
}

.single-case-studies-5 img {
    height: 300px;
    object-fit: cover;
}

.rts-projects-area-inner .nav.nav-tabs li a {
    text-transform: uppercase;
    color: #121212;
    font-size: 16px;
    font-weight: 600;
    border: none;
    box-shadow: none;
    transition: all 0.5s;
}

.rts-projects-area-inner .nav.nav-tabs li.active a {
    color: var(--color-primary);
    background: transparent;
    border: none;
    box-shadow: none;
    text-decoration: underline;
}

.rts-projects-area-inner .nav.nav-tabs li:hover a {
    color: var(--color-primary);
}

.rts-elevate-pagination ul {
    flex-wrap: wrap;
    gap: 10px;
}

.product-single-two-wrapper .image-area .thumbnail img {
    height: 166px;
    object-fit: cover;
}

.product-single-two-wrapper .inner span {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    display: inline-block;
}

.rts-banner-area {
    z-index: 0;
    position: relative;
}

.rts-banner-area p {
    font-size: 20px;
    color: #fff;
}

.rts-banner-area::before {
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background-image: linear-gradient(180deg, #14191c 0%, rgba(20, 25, 28, 0) 82%);
}

.rts-company-storyhear .timeline section .step-icon {
    position: absolute;
    right: -103px;
    top: 0;
    height: 80px;
    width: 80px;
    padding: 17px;
    background: 0 0;
    border: 1px solid #c6c6c6;
    box-shadow: 0 5px 37px rgba(84, 84, 84, .18);
}

.rts-company-storyhear .timeline ul li:nth-child(2n) div section .step-icon {
    right: auto;
    left: -102px;
}

.step-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.rts-company-storyhear .timeline ul li .time {
    color: var(--color-primary);
}

.thumbnail-team-support-left img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
}

.top-area-blog .thumbnail img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.blog-single-post-listing.details-article-card-list {
    border: none;
    padding: 0;
}

.blog-single-post-listing.details.details-article-card-list .details-tag button {
    margin-left: 0;
    margin-right: 10px;
}

.rts-single-wized .single-categories li.active a {
    background: var(--color-primary);
    color: var(--color-white);
}

.rts-single-wized .single-categories li.active a i {
    color: var(--color-white);
}

.article-text img {
    max-height: 500px;
    width: 100%;
    object-fit: contain;
}

.article-text p {
    margin-top: 20px;
    margin-bottom: 20px;
}

.article-text a {
    color: var(--color-primary);
    text-decoration: underline;
}

.blog-single-post-listing .thumbnail img {
    height: 400px;
    object-fit: cover;
}

.blog-single-post-listing.details .details-tag a {
    padding: 8px 12px;
    background: #f6f6f6;
    max-width: max-content;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    color: #1c2539;
    transition: .3s;
}

.blog-single-post-listing.details .details-tag a:hover {
    background: var(--color-primary);
    color: #fff;
    transform: translateY(-2px) scale(1.02);
}

.single-project-info-wrapper-inner {
    height: 100%;
}

.project-details-wrapper-image-top .single-construction-portfolio a,
.project-details-wrapper-image-top .single-construction-portfolio img {
    height: 500px !important;
}

.quick-contact-page-1 {
    height: 100%;
}

.quick-contact-page-1 .icon i {
    color: var(--color-primary);
}

.company-info p {
    margin: 0;
}

.team-contacts {
    padding: 0;
}

.team-contacts li {
    font-weight: bold;
    list-style: none;
}

.rts-team-area h3 {
    color: #000;
}

.single-project-card-inner .inner.certificate-card {
    background: #029852;
}

.career-page .rts-single-service-two {
    background: #fff;
}

.career-page .rts-single-service-two::after {
    transition: all 0.5s;
    bottom: -30%;
    right: -10%;
    left: auto;
    top: auto;
}

.rts-single-service-two .isLoading {
    width: 100%;
    height: 200px;
    display: flex;
    text-align: center;
    align-items: center;
    padding: 20px;
    background: #eee;
    background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
    border-radius: 5px;
    background-size: 200% 100%;
    animation: 1.5s linear infinite shine;
    color: #000;
}

@keyframes shine {
    to {
        background-position-x: -200%
    }
}

body.sticky {
    padding-top: 141px;
}

.title-style-two-left p.disc {
    max-width: 100%;
}

.shop-body .woocommerce-result-count,
.woocommerce-result-count {
    font-size: 15px;
    line-height: 26px;
    color: #454545;
    font-weight: 400;
    margin-bottom: 0 !important;
}

input[type=radio].btn-radio {
    position: absolute;
}

input[type=radio] ~ label.btn-radio_label {
    padding: 10px;
    font-size: 16px;
    transition: all 0.5s;
    text-align: left;
}

input[type=radio] ~ label.btn-radio_label::before,
input[type=radio] ~ label.btn-radio_label::after {
    content: none;
}

.btn-check:checked + .btn {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

input[type=range] {
    margin: 0;
    padding: 0;
    cursor: pointer;
    accent-color: var(--color-primary);
}

.cities-menu {
    max-height: 300px;
    overflow-y: scroll;
}

.cities-menu .active {
    background: #f2f2f8;
    opacity: 1;
    color: var(--color-primary) !important;
}

.partners-cards img {
    height: 130px;
    width: 100%;
    object-fit: contain;
}

/*.disabled-link {
    pointer-events: none;
    cursor: default;
}*/

.factory-banner .swiper-button-next,
.factory-banner .swiper-button-prev {
    background: var(--color-primary);
    border-color: var(--color-primary);
}

.factory-banner .swiper-button-next:hover,
.factory-banner .swiper-button-prev:hover {
    background: #1e1e20;
}

.single-blog-three .top-area .tag span {
    color: #58585d;
}

.single-nav-area-footer.news-letter input {
    color: #a3a3a3;
}

/* Оптимизация LCP для мобильных устройств - отключение анимаций */
@media only screen and (max-width: 767px) {
    /* Отключаем только анимации для проблемного элемента LCP */
    .factory-banner .banner-two-inner p.disc {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
        will-change: auto !important;
    }

    /* Отключаем анимации только для критических элементов */
    .factory-banner .banner-two-inner .title {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
        will-change: auto !important;
    }

    body::before,
    .bg-overlay:before {
        content: none;
    }

    .factory-banner .banner-two-inner span {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
        will-change: auto !important;
    }

    .factory-banner .banner-two-inner .button-wrapper {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
        will-change: auto !important;
    }

    /* Отключаем только анимации fadeInUp2 для проблемного слайда */
    .banner-two-swiper-main-wrapper .swiper-slide-active p.disc {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
        will-change: auto !important;
    }

    .banner-two-swiper-main-wrapper .swiper-slide-active .title {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
        will-change: auto !important;
    }

    .banner-two-swiper-main-wrapper .swiper-slide-active span {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
        will-change: auto !important;
    }

    .banner-two-swiper-main-wrapper .swiper-slide-active .button-wrapper {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
        will-change: auto !important;
    }

    /* Оптимизация рендеринга фонового изображения */
    .factory-banner .bg_banner-bg-area {
        background-attachment: scroll !important;
        background-size: cover !important;
        background-position: center !important;
        will-change: auto !important;
        background-color: #353535;
    }

    /* Убираем ненужные эффекты на мобильных */
    .bg-overlay:before {
        transition: none !important;
    }

    /* Оптимизация для быстрого отображения контента */
    .banner-two-inner {
        transform: none !important;
        will-change: auto !important;
    }
}

h2.title.text-h3 {
    font-size: var(--h3);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-two .header-two-main-wrapper .header-two-wrapper {
        position: relative;
        gap: 14px;
    }

    .header-two .header-two-main-wrapper .header-two-wrapper .nav-area > ul {
        gap: 8px;
    }

    .header-two .header-two-main-wrapper .header-two-wrapper .nav-area > ul > li > a {
        padding-right: 5px;
        padding-left: 5px;
        font-size: 14px;
    }

    .header-two .header-two-main-wrapper .header-two-wrapper .header-end {
        gap: 10px;
    }

    .header-two .header-two-main-wrapper .header-two-wrapper .header-end .icon-area {
        padding: 18px 14px;
    }

    .header-two .header-two-main-wrapper .header-two-wrapper .header-end .rts-btn {
        min-width: auto;
        padding-right: 18px;
        padding-left: 18px;
    }

    .header-two .nav-area ul li.main-nav.mega-menu .rts-mega-menu.service-mega-menu-style {
        left: 50%;
        width: min(760px, calc(100vw - 48px));
        max-height: calc(100vh - 150px);
        padding: 18px;
        overflow-x: hidden;
        overflow-y: auto;
        border-radius: 0 0 8px 8px;
        transform: translateX(-50%);
    }

    .header-two .nav-area ul li.main-nav.mega-menu .rts-mega-menu.service-mega-menu-style .container,
    .header-two .nav-area ul li.main-nav.mega-menu .rts-mega-menu.service-mega-menu-style .wrapper {
        width: 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    .header-two .nav-area ul li.main-nav.mega-menu .rts-mega-menu.service-mega-menu-style .row {
        margin-right: 0;
        margin-left: 0;
    }

    .header-two .nav-area ul li.main-nav.mega-menu .rts-mega-menu.service-mega-menu-style .mega-menu-item {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
        margin-top: 0 !important;
        padding: 0;
    }

    .header-two .nav-area ul li.main-nav.mega-menu .rts-mega-menu.service-mega-menu-style .service-mega-menu-item {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .header-two .nav-area ul li.main-nav.mega-menu .rts-mega-menu.service-mega-menu-style li a {
        min-height: 108px;
        padding: 18px;
    }

    .header-two .nav-area ul li.main-nav.mega-menu .rts-mega-menu.service-mega-menu-style .single-service-menu {
        gap: 14px;
        align-items: flex-start;
    }

    .header-two .nav-area ul li.main-nav.mega-menu .rts-mega-menu.service-mega-menu-style .single-service-menu .icon {
        flex: 0 0 36px;
    }

    .header-two .nav-area ul li.main-nav.mega-menu .rts-mega-menu.service-mega-menu-style .single-service-menu .icon i {
        font-size: 26px;
    }

    .header-two .nav-area ul li.main-nav.mega-menu .rts-mega-menu.service-mega-menu-style .single-service-menu .title {
        margin-bottom: 6px;
        font-size: 18px;
        line-height: 1.25;
    }

    .header-two .nav-area ul li.main-nav.mega-menu .rts-mega-menu.service-mega-menu-style .single-service-menu .details {
        margin: 0;
        font-size: 13px;
        line-height: 1.55;
    }
}

.header-two .nav-area ul li.main-nav.has-dropdown::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -12px;
    width: 7px;
    height: 7px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: translateY(-60%) rotate(45deg);
    font-family: inherit;
}

.header-two .nav-area ul li.main-nav.has-dropdown > a.main-link::after,
.header-two .nav-area ul li.main-nav.has-dropdown > a::after {
    display: none;
    content: none;
}

.about-page .about-task-section {
    row-gap: 34px;
}

.about-page .about-task-media {
    margin-right: 80px;
    box-shadow: 0 22px 56px rgba(20, 20, 22, 0.12);
}

.about-page .about-task-panel .title-three-left {
    padding: 42px 0 42px 38px;
}

.about-page .about-task-panel .title-three-left .title {
    max-width: 430px;
    margin-bottom: 18px;
    font-size: 44px;
    line-height: 1.12;
}

.about-page .about-task-lead {
    margin-bottom: 22px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.45;
    color: #303d47;
}

.about-page .about-task-points {
    display: grid;
    gap: 12px;
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}

.about-page .about-task-points li {
    position: relative;
    margin: 0;
    padding-left: 26px;
    color: #4f5f6b;
    font-size: 15px;
    line-height: 1.55;
}

.about-page .about-task-points li::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 8px;
    height: 8px;
    border: 2px solid var(--color-primary);
    border-radius: 50%;
    background: #fff;
}

.about-page .about-task-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.about-page .about-task-actions .rts-btn {
    min-height: 50px;
    border-radius: 6px;
}

.about-page .about-next-links {
    padding: 64px 0 56px;
    background: #ffffff;
}

.about-page .about-next-links .title-three-left {
    max-width: 740px;
    margin-bottom: 32px;
}

.about-page .about-next-links .title-three-left .title {
    margin-bottom: 16px;
    color: #141416;
}

.about-page .about-next-links .title-three-left p {
    max-width: 610px;
    margin-bottom: 0;
    color: #536a7c;
}

.about-page .about-next-links [data-seo-hub-link="true"] {
    min-height: 58px;
    border-radius: 6px;
    justify-content: center !important;
    text-align: center;
}

@media only screen and (max-width: 1199px) {
    .about-page .about-task-media {
        margin-right: 24px;
    }

    .about-page .about-task-panel .title-three-left {
        padding-left: 28px;
    }

    .about-page .about-task-panel .title-three-left .title {
        font-size: 36px;
    }
}

@media only screen and (max-width: 991px) {
    .about-page .about-task-media {
        margin-right: 0;
    }

    .about-page .about-task-panel .title-three-left {
        padding-top: 28px;
        padding-bottom: 28px;
    }

    .about-page .about-next-links {
        padding: 48px 0;
    }
}

@media only screen and (max-width: 575px) {
    .about-page .about-task-panel .title-three-left {
        padding-left: 22px;
    }

    .about-page .about-task-panel .title-three-left .title {
        font-size: 30px;
    }

    .about-page .about-task-actions {
        flex-direction: column;
    }

    .about-page .about-task-actions .rts-btn {
        width: 100%;
        justify-content: center;
    }
}

.about-yandex-page .about-yandex-reviews {
    background: linear-gradient(180deg, #ffffff 0%, #f7f9f6 100%);
}

.about-yandex-page .yandex-reviews-widget {
    position: relative;
    width: min(560px, 100%);
    padding-bottom: 24px;
    overflow: visible;
}

.about-yandex-page .yandex-reviews-widget__frame {
    width: 100%;
    height: 800px;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    box-sizing: border-box;
}

.about-yandex-page .yandex-reviews-widget__slice {
    position: relative;
    overflow: hidden;
    background: #fff;
}

.about-yandex-page .yandex-reviews-widget__slice--summary {
    height: 178px;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    border-radius: 8px 8px 0 0;
}

.about-yandex-page .yandex-reviews-widget__slice--summary .yandex-reviews-widget__frame {
    position: absolute;
    inset: 0;
    border: 0;
    border-radius: 8px 8px 0 0;
}

.about-yandex-page .yandex-reviews-widget__slice--reviews {
    height: 570px;
    border: 1px solid #e6e6e6;
    border-top: 0;
    border-radius: 0 0 8px 8px;
}

.about-yandex-page .yandex-reviews-widget__slice--reviews .yandex-reviews-widget__frame {
    position: absolute;
    top: -372px;
    right: 0;
    left: 0;
    border: 0;
    border-radius: 0 0 8px 8px;
}

.about-yandex-page .yandex-reviews-widget__map-link {
    position: absolute;
    bottom: 8px;
    left: 0;
    z-index: 3;
    display: block;
    width: 100%;
    max-height: 14px;
    padding: 0 16px;
    overflow: hidden;
    box-sizing: border-box;
    color: #b3b3b3;
    font-family: "YS Text", Arial, sans-serif;
    font-size: 10px;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media only screen and (max-width: 575px) {
    .about-yandex-page .yandex-reviews-widget__slice--reviews {
        height: 540px;
    }
}

.about-page .about-company-hero {
    position: relative;
    padding-top: 96px;
    padding-bottom: 72px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(247, 249, 246, 0.78)),
        linear-gradient(90deg, rgba(2, 152, 82, 0.08), rgba(20, 20, 22, 0.03));
}

.about-page .about-company-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: linear-gradient(90deg, rgba(20, 20, 22, 0.06) 1px, transparent 1px);
    background-size: 104px 100%;
    opacity: 0.42;
}

.about-page .about-company-hero .container {
    position: relative;
    z-index: 1;
}

.about-page .about-hero-media {
    min-height: 560px;
    overflow: hidden;
    border-radius: 8px;
    background: #141416;
    box-shadow: 0 24px 70px rgba(20, 20, 22, 0.16);
}

.about-page .about-hero-media img {
    width: 100%;
    height: 560px;
    object-fit: cover;
    object-position: center;
    opacity: 0.92;
    transition: transform 0.8s ease, opacity 0.8s ease;
}

.about-page .about-hero-media:hover img {
    transform: scale(1.035);
    opacity: 1;
}

.about-page .about-hero-caption {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 28px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.36);
    color: #fff;
}

.about-page .about-hero-caption span {
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.78);
}

.about-page .about-hero-caption strong {
    max-width: 300px;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.28;
    text-align: right;
    color: #fff;
}

.about-page .about-wrapper-area-five {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 18px 60px rgba(20, 20, 22, 0.08);
}

.about-page .about-wrapper-area-five .about-left-wrapper {
    max-width: 100%;
    padding: 58px;
}

.about-page .about-wrapper-area-five .about-left-wrapper .title {
    max-width: 690px;
    margin-top: 14px;
    margin-bottom: 24px;
    font-size: 46px;
    line-height: 1.08;
    color: #141416;
}

.about-page .about-wrapper-area-five .about-left-wrapper p.disc {
    max-width: 640px;
    margin-bottom: 34px;
    font-size: 18px;
    line-height: 1.65;
    color: #454545;
}

.about-page .about-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
}

.about-page .about-hero-actions .rts-btn {
    min-height: 52px;
    border-radius: 6px;
}

.about-page .about-hero-proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin-top: 34px;
    border-top: 1px solid rgba(20, 20, 22, 0.12);
    border-bottom: 1px solid rgba(20, 20, 22, 0.12);
}

.about-page .about-hero-proof > div {
    min-height: 128px;
    padding: 28px 30px;
    border-right: 1px solid rgba(20, 20, 22, 0.12);
    transition: background 0.3s ease, transform 0.3s ease;
}

.about-page .about-hero-proof > div:last-child {
    border-right: 0;
}

.about-page .about-hero-proof > div:hover {
    background: rgba(2, 152, 82, 0.07);
    transform: translateY(-4px);
}

.about-page .about-hero-proof span {
    display: block;
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.1;
    color: #141416;
}

.about-page .about-hero-proof p {
    max-width: 310px;
    margin: 0;
    color: #525252;
}

.about-page .service-abot-area,
.about-page .rts-company-storyhear,
.about-page .construction-portfolio-area {
    background: #f8f8f5;
}

.about-page .service-abot-area .thumbnail-service-about,
.about-page .construction-portfolio-area .portfolio-two-swiper-main-wrapper {
    border-radius: 8px;
    overflow: hidden;
}

.about-page .service-about-wrapper .title-three-left {
    padding: 8px 0 8px 34px;
    border-left: 3px solid var(--color-primary);
}

.about-page .service-about-wrapper .title-three-left .title {
    color: #141416;
}

html.about-reveals-ready .about-page .about-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

html.about-reveals-ready .about-page .about-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media only screen and (max-width: 1199px) {
    .about-page .about-company-hero {
        padding-top: 72px;
    }

    .about-page .about-wrapper-area-five .about-left-wrapper {
        padding: 36px;
    }

    .about-page .about-wrapper-area-five .about-left-wrapper .title {
        font-size: 36px;
    }

    .about-page .about-hero-media,
    .about-page .about-hero-media img {
        min-height: 460px;
        height: 460px;
    }
}

@media only screen and (max-width: 991px) {
    .about-page .about-hero-proof {
        grid-template-columns: 1fr;
    }

    .about-page .about-hero-proof > div {
        border-right: 0;
        border-bottom: 1px solid rgba(20, 20, 22, 0.12);
    }

    .about-page .about-hero-proof > div:last-child {
        border-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .about-page .about-company-hero {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .about-page .about-wrapper-area-five .about-left-wrapper {
        padding: 26px 22px;
    }

    .about-page .about-wrapper-area-five .about-left-wrapper .title {
        font-size: 30px;
        line-height: 1.16;
    }

    .about-page .about-wrapper-area-five .about-left-wrapper p.disc {
        font-size: 16px;
        line-height: 1.6;
    }

    .about-page .about-hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .about-page .about-hero-actions .rts-btn {
        width: 100%;
        justify-content: center;
    }

    .about-page .about-hero-media,
    .about-page .about-hero-media img {
        min-height: 360px;
        height: 360px;
    }

    .about-page .about-hero-caption {
        left: 18px;
        right: 18px;
        bottom: 18px;
        align-items: flex-start;
        flex-direction: column;
    }

    .about-page .about-hero-caption strong {
        text-align: left;
    }

    .about-page .about-hero-proof > div {
        min-height: 112px;
        padding: 24px 22px;
    }

    .about-page .about-hero-proof span {
        font-size: 24px;
    }
}
