.cta-area-1 {
    margin-top: 0;
}

.header-logo {
    text-align: center;
}

.header-logo a {
    color: var(--title-color)!important;
    font-size: 36px;
    font-weight: 700;
}

.logo-text {
    margin: 0;
    color: var(--theme-color);
}

.header-layout1 .header-middle .header-link p {
    margin-bottom: 0;
}

.project-card-details {
    margin-top: -80px;
}

.project-card .box-title {
    min-height: 68px;
}

.project-card .price-card_price {
    margin-bottom: 20px;
}

.project-card:hover .price-card_price,
.project-card:hover .box-title {
    color: #fff;
}

.price-table th:first-child,
.price-table td:first-child {
    width: 70%;
}

.price-table th:nth-child(2),
.price-table td:nth-child(2) {
    width: 30%;
}

.price-table th:last-child,
.price-table td:last-child {
    width: fit-content;
}

.testi-area-4:after {
    width: 100%;
}

.testi-card_text {
    color: #fff;
}

.review__list {
    position: relative;
    padding-bottom: 50px;
    margin-bottom: -50px;
}

.review__list .slick-list {
    margin: -15px
}

.review__list .review__item {
    margin: 15px;
}

.review__item {
    min-height: 220px;
    background-color: #ffffff;
    padding: 15px;
    border-width: 0px;
    border-color: transparent;
    border-radius: 10px;
    border-style: solid;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.review__item_header {
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.review__item_image {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #f9f9f9;
    margin-right: 10px;
    overflow: hidden
}

.review__item_image img {
    object-fit: cover;
    max-width: 100%
}

.review__item_name {
    color: #212121;
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
    margin-bottom: 0
}

.review__item_rating {
    font-size: 22px;
    line-height: 20px;
    display: block;
    color: #d8d8d8;
    position: relative
}

.review__item_rating:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    color: #ffcc00;
    height: 24px;
    width: 90px;
    z-index: 1
}

.review__item_rating.rating-1:before {
    content: "★"
}

.review__item_rating.rating-2:before {
    content: "★★"
}

.review__item_rating.rating-3:before {
    content: "★★★"
}

.review__item_rating.rating-4:before {
    content: "★★★★"
}

.review__item_rating.rating-5:before {
    content: "★★★★★"
}

.review__item_date {
    display: block;
    margin: 5px 0 0 0;
    font-size: 12px;
    color: #757575
}

.review__item_text {
    color: #212121;
    font-size: 16px;
    line-height: 24px;
    display: flex;
}

.review__item.line-clamp-3 .review__item_text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.review__item.line-clamp-3.expanded .review__item_text {
    height: auto;
    -webkit-line-clamp: unset
}

.review__item_button {
    display: none;
    font-size: 13px;
    color: #757575 !important;
    cursor: pointer
}

.review__item.line-clamp-3 .review__item_button {
    display: block;
}

.review__item_button::after {
    content: "Читать полностью"
}

.expanded .review__item_button::after {
    content: "Скрыть"
}

.review__top_link {
    display: block;
    text-align: center;
    width: fit-content;
    padding: 5px 20px;
    border-radius: 4px;
    color: #212121;
    background-color: #ffffff;
    line-height: 1.5;
    font-size: 15px;
    cursor: pointer;
    position: relative;
    border: 1px solid #e0e0e0;
    text-decoration: none;
}

.counter-grid_text {
    color: #fff;
}

.cta-wrap {
    margin-bottom: 0;
}

.cta-wrap .cta-link-wrap {
    flex-wrap: wrap;
    gap: 0;
}

.cta-wrap .cta-link-wrap .cta-link {
    gap: 20px;
    padding: 30px;
    width: 100%;
    border-left: 0!important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    border-top: 0!important;
    margin-top: 0!important;
}

.cta-wrap .cta-link-wrap .cta-link:last-child {
    border-bottom: 0;
}

.cta-wrap .cta-link-wrap {
    border-bottom: 0;
}

.cta-link-icon {
    min-width: 36px;
}

.dev {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0;
}

.footer-left {
    display: flex;
    align-items: center;
    gap: 15px 30px;
}

.modal-backdrop {
    z-index: 999;
}

.modal {
    z-index: 1000;
}

.modal-close {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    line-height: 1;
    padding: 0 5px;
}

.modal-content {
    padding: 30px;
}

.modal-heading {
    font-size: 36px;
    text-align: center;
    margin-bottom: 30px;
}

.modal-policy .modal-heading {
    text-align: left;
}

.modal-region {
    display: flex;
    flex-direction: column;
}

.modal-region a {
    display: block;
    width: 100%;
}

.phone-btn {
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    background: var(--theme-color);
    color: #ffffff!important;
    position: fixed;
    right: 30px;
    bottom: 100px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 10000;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.th-menu-wrapper.th-body-visible .th-menu-area {
    display: flex;
    flex-direction: column;
    padding-bottom: 30px;
}

.header-mob-contacts {
    margin-top: auto;
}

.header-mob-contacts a {
    font-weight: 700;
    font-size: 24px;
}

.header-mob-contacts p {
    margin: 0;
}

.header-mob-soc {
    margin-top: 30px;
    justify-content: center;
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-mob-soc i {
    font-size: 36px;
}

.arrow-wrap {
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.arrow-wrap .slick-arrow {
    opacity: 1;
    visibility: visible;
    margin: 0;
}

.project-slider2 {
    margin-left: 0;
}

.header-layout1 .menu-area .logo-bg {
    width: 37%;
}

@media (min-width: 1922px) {
    .header-layout1 .menu-area .logo-bg {
        width: 40%;
    }
}

@media (max-width: 1700px) {
    .header-layout1 .menu-area .logo-bg {
        width: 37%;
    }
}

@media (max-width: 1299px) {
    .header-layout1 .menu-area .logo-bg {
        width: 400px;
    }
}

@media (max-width: 1199px) {
    .header-layout1 .menu-area .logo-bg {
        width: 450px;
    }
}

@media (max-width: 991px) {
    .footer-left {
        flex-direction: column;
        margin-bottom: 15px;
    }
    .footer-links ul {
        display: flex;
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }
    .footer-links ul li {
        margin: 0;
        padding: 0;
        border: 0;
    }
    .project-card .box-title {
        min-height: 63px;
    }
}

@media (max-width: 767px) {
    .cart_table {
        text-align: left;
        border-collapse: collapse;
        border-spacing: 0;
    }
    .cart_table thead {
        display: table-header-group;
    }
    .cart_table th {
        padding: 20px 10px;
    }
    .cart_table td {
        font-size: 14px;
        text-align: left;
        display: table-cell;
        padding: 10px!important;
    }
    .cart_table td::before {
        display: none;
    }
    .cart_table .th-btn {
        padding: 15px 10px;
    }
    .th-menu-wrapper .th-menu-area {
        max-width: 100%;
    }
    .th-menu-wrapper .th-menu-toggle {
        right: 15px;
        top: 15px;
    }
}

@media (max-width: 575px) {
    .header-layout1 .menu-area .logo-bg {
        width: 370px;
    }
    .cta-wrap .cta-link-wrap .cta-link {
        padding: 30px 0;
    }
    .cart_table td,
    .cart_table th {
        font-size: 12px;
    }
    .header-logo a {
        font-size: 28px;
    }
    .logo-text {
        font-size: 12px;
    }
}
.grecaptcha-badge { visibility: hidden; }
