body {
    line-height: 1.4;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}
button,
input,
select,
textarea {
    font-family: "Montserrat", sans-serif;
}
a {
    color: inherit;
}
.container {
    width: 81.25rem;
}
.lil-container {
    width: 67.5rem;
    margin: 0 auto;
}
section {
    margin-bottom: 4rem;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 3.25rem;
    padding: 0rem 2rem;
    font-weight: 700;
    transition: all 0.25s ease-in;
    white-space: nowrap;
    gap: 0.75rem;
    min-width: 13rem;
}
.btn.blue {
    background: #2799b3;
    color: #fff;
}
.btn.blue:hover {
    background: #0b4754;
}
.btn.white {
    background: #fff;
    color: #000;
}
.btn.white:hover {
    background: #0b4754;
    color: #fff;
}
.btn.white2 {
    background: #fff;
    color: #2799b3;
}
.btn.white2:hover {
    background: #0b4754;
    color: #fff;
}
.btn.white3{
    background: #fff;
    color: #2799b3;
}
.btn.white3:hover {
    background: #2799b3;
    color: #fff;
}
.btn.mid-width {
    width: 17rem;
}
.btn.big-width {
    width: 20rem;
}

/* Header */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    background: #fff;
}
.header-top {
}
.header-top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 0.75rem 0;
}
.logo img {
    height: 3.5rem;
    width: auto;
}
.header-contacts {
    display: flex;
    align-items: center;
    gap: 2.5rem;
    justify-content: center;
}
.header-contact-item {
    display: flex;
    align-items: center;
    gap: 0.65rem;
}
.header-contact-item img {
    width: 1.5rem;
    height: 1.5rem;
    flex-shrink: 0;
}
.header-contact-label {
    font-size: 0.7rem;
    color: #888;
}
.header-contact-val {
    font-size: 0.9rem;
}
a.header-contact-val:hover {
    color: #2799b3;
}
.header-nav-wrap {
    padding: 1.3rem 0;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
}
.main-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3.25rem;
}
.main-nav-link {
    text-transform: uppercase;
    transition: color 0.2s ease-in;
    position: relative;
    font-weight: 400;
    font-size: 0.9rem;
}
.main-nav-link::after {
    content: "";
    position: absolute;
    bottom: -0.1rem;
    left: 0;
    width: 0;
    height: 2px;
    background: #2799b3;
    transition: width 0.25s ease;
}
.main-nav-link:hover::after,
.main-nav-link.active::after {
    width: 100%;
}
.main-nav-link.active,
.main-nav-link:hover {
    color: #2799b3;
}

.burger {
    display: none;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
    flex-shrink: 0;
    background: #2799b3;
    width: 2.7rem;
    height: 2.5rem;
    align-items: center;
    justify-content: center;
}
.burger span {
    display: block;
    width: 1.32rem;
    height: 1.7px;
    background: #fff;
    transition: all 0.25s ease;
}
.mob-menu {
    position: fixed;
    inset: 0;
    z-index: 200;
    visibility: hidden;
    pointer-events: none;
}
.mob-menu.open {
    visibility: visible;
    pointer-events: all;
}
.mob-menu-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: opacity 0.3s ease;
}
.mob-menu.open .mob-menu-overlay {
    opacity: 1;
}
.mob-menu-inner {
    position: absolute;
    top: 0;
    right: 0;
    width: 83%;
    height: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    padding: 1rem 15px;
    gap: 2rem;
    transform: translateX(100%);
    transition: transform 0.3s ease;
}
.mob-menu.open .mob-menu-inner {
    transform: translateX(0);
}
.mob-menu-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mob-close {
    flex-shrink: 0;
    background: #2799b3;
    width: 2.7rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 2.65rem;
    color: #fff;
}
.mob-nav {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 2.5rem;
    padding-top: 1rem;
}
.mob-nav a {
    text-transform: uppercase;
}
.top-plce {
    margin-top: 9.2rem;
}
.hero-section {
    position: relative;
    min-height: 36rem;
    display: flex;
    align-items: center;
}
.section-title.big {
    font-size: 2.5rem;
    font-weight: 600;
    text-transform: uppercase;
}
.section-title {
    font-size: 2rem;
    font-weight: 400;
    text-transform: uppercase;
}
.hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            287deg,
            rgba(129, 192, 195, 0) 62.33%,
            #81c0c3 72.46%,
            #2799b3 112.32%
        ),
        linear-gradient(94deg, #80bfc3 24.29%, rgba(39, 153, 179, 0) 54.21%);
    z-index: 1;
}
.hero-section .container {
    position: relative;
    z-index: 2;
}
.hero-inner {
    display: flex;
    flex-direction: column;
}
.hero-left {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 33rem;
    color: #fff;
}
.hero-btns {
    display: flex;
    gap: 1.25rem;
    margin-top: 1rem;
}
.hero-right {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.hero-kaspi {
    height: 8rem;
    width: 15.5rem;
    overflow: hidden;
}
.hero-kaspi img {
    height: 100%;
    width: 100%;
    transition: all 0.25s ease-in;
    object-fit: cover;
}
.hero-kaspi:hover img {
    scale: calc(1.04);
}

/* About Section */
.section-label {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    color: #2799b3;
    margin-bottom: 1.4rem;
}
.label-dot {
    width: 0.5rem;
    height: 0.5rem;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: #2799b3;
    flex-shrink: 0;
}

.about-section {
}
.about-wrap {
    display: grid;
    grid-template-columns: 33.125rem 1fr;
    gap: 3.5rem;
    align-items: center;
}
.main .about-wrap {
    display: grid;
    grid-template-columns: 26.25rem 1fr;
    gap: 8rem;
    align-items: center;
}
.about-left {
    display: flex;
    flex-direction: column;
}
.about-text {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
}
.about-text.big {
    width: 26.25rem;
}
.about-right {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10rem;
}
.about-right {
    display: flex;
    align-items: center;
}
.about-imgs {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.about-img.lil {
    height: 17.4375rem;
}
.about-img.big {
    height: 32.6875rem;
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.about-img.lil.zh {
    height: 19.25rem;
}
.about-img.big.zh {
    height: 33rem;
    right: 0;
    left: unset;
    transform: unset;
    top: 50%;
    transform: translateY(-50%);
}
.ab-bt-title {
    color: #0b4754;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.ab-bottom .promo-list {
    opacity: 0.6;
}
.about-cards {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.about-card {
    width: 21.5rem;
    background: #fff;
    padding: 1.25rem;
    display: flex;
    height: 100%;
    align-items: center;
    gap: 1.25rem;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
}
.about-card-icon {
    width: 3rem;
    height: 3rem;
    flex-shrink: 0;
}
.about-card-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.35rem;
}
.about-card-desc {
    opacity: 0.5;
}

.services-section {
    text-align: center;
}
.services-section .section-label {
    justify-content: center;
}
.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    row-gap: 2.25rem;
    margin-bottom: 2.5rem;
    text-align: left;
}
.service-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    transition: all 0.3s ease-in;
}
.service-img-wrap {
    width: 100%;
    height: 21rem;
    overflow: hidden;
    flex-shrink: 0;
}
.service-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.25s ease-in;
}
.service-card:hover .service-img {
    transform: scale(1.04);
}
.service-body {
    padding: 1.25rem;
    width: 25rem;
    height: 15.5625rem;
    display: flex;
    flex-direction: column;
    background: #fff;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    flex: 1;
    gap: 1.25rem;
    z-index: 10;
    margin-top: -4rem;
}
.service-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}
.service-title {
    font-size: 1.5rem;
    font-weight: 600;
}
.service-icon-box {
    margin-top: -3rem;
    width: 4rem;
    height: 4rem;
    flex-shrink: 0;
    background: #f5f4fc;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    transition: all 0.3s ease-in;
    color: #2799b3;
}
.service-card:hover .service-icon-box img {
    filter: brightness(0) invert(1);
    transition: all 0.3s ease-in;
}
.service-icon-box svg {
    fill: #2799b3;
    transition: all 0.3s ease-in;
    width: 2rem;
    height: 2rem;
}
.service-card:hover .service-icon-box {
    background: #2799b3;
}
.service-card:hover .service-icon-box svg {
    fill: #fff;
}
.service-desc {
    opacity: 0.6;
    flex: 1;
}
.service-arrow-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4.25rem;
    height: 3.125rem;
    background: #f5f4fc;
    transition: all 0.3s ease-in;
    flex-shrink: 0;
}
.service-arrow-btn:hover {
    background: #2799b3;
}
.service-arrow-btn:hover img {
    filter: brightness(0) invert(1);
}
.service-arrow-btn:hover svg {
    fill: #fff;
}
.services-btn-wrap {
    display: flex;
    justify-content: center;
}
.services-btn-wrap .btn {
    min-width: 16rem;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
}
.why-card {
    background: #edf4f7;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}
.why-card.blue {
    background: linear-gradient(
        180deg,
        #0f7187 -7.99%,
        #2799b3 21.06%,
        #91d1dd 112.63%
    );
    color: #fff;
}
.why-card.blue .why-card-title {
    color: #fff;
}
.why-card.blue .why-card-desc {
    opacity: 0.7;
}
.why-icon {
    width: 4rem;
    height: auto;
    object-fit: contain;
    margin-bottom: 0.5rem;
}
.why-card.blue .why-icon {
    filter: brightness(0) invert(1);
}
.why-card-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #0b4754;
}
.why-card-desc {
    opacity: 0.6;
}
.why-photo {
    overflow: hidden;
}
.why-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.why-photo:hover img {
    transform: scale(1.03);
}

.steps-section {
    position: relative;
    overflow: hidden;
}
.steps-oyu {
    width: 46.875rem;
    height: 46.875rem;
    position: absolute;
    z-index: 2;
    pointer-events: none;
    right: -21rem;
    top: -26rem;
    filter: blur(1.6390273571014404px);
}
.steps-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    z-index: 0;
}
.steps-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(
            92deg,
            rgba(129, 192, 195, 0) 70.2%,
            rgba(129, 192, 195, 0.7) 82.91%,
            #2799b3 94.3%
        ),
        linear-gradient(
            286deg,
            rgba(129, 192, 195, 0) 62.3%,
            #81c0c3 74.43%,
            #2799b3 112.34%
        );
}
.steps-section .steps-inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 8.25rem;
    padding: 2rem 0;
    justify-content: space-between;
}
.steps-top {
    display: flex;
    flex-direction: column;
    max-width: 33rem;
    color: #fff;
}
.steps-top .section-label {
    color: #fff;
}
.steps-top .section-label .label-dot {
    background: #fff;
}
.steps-top .btn {
    width: 20rem;
}
.steps-title {
    font-weight: 600;
}
.steps-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}
.steps-card {
    background: #f5f4fc;
    padding: 1.85rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.steps-num {
    font-size: 4rem;
    font-weight: 800;
    color: #2799b3;
    opacity: 0.6;
    line-height: 1;
    margin-bottom: 2.25rem;
}
.steps-card-title {
    color: #0b4754;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.steps-card-desc {
    opacity: 0.5;
}

.cases-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 2rem;
}
.cases-all-btn {
    flex-shrink: 0;
}
.cases-slider {
}
.cases-slide {
    display: flex !important;
    gap: 1.25rem;
    align-items: center;
}
.cases-photos {
    display: flex;
    gap: 1.25rem;
    flex-shrink: 0;
    width: 60%;
}
.cases-photo-wrap {
    position: relative;
    flex: 1;
    overflow: hidden;
}
.cases-photo-wrap img {
    width: 100%;
    height: 31rem;
    object-fit: cover;
    display: block;
}
.cases-badge {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 1.25rem;
    left: 1.25rem;
    background: #0b4754;
    color: #fff;
    font-weight: 700;
    width: 8rem;
    height: 2.5rem;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}
.cases-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding-top: 0.65rem;
}
.cases-info-title {
    font-size: 2rem;
    font-weight: 600;
    color: #0b4754;
}
.cases-divider {
    border: none;
    border-top: 0.5px solid #2799b3;
    margin: 0;
}
.cases-block-label {
    font-size: 1.5rem;
    font-weight: 600;
    color: #0b4754;
    margin-bottom: 0.5rem;
}
.cases-block-text {
    opacity: 0.6;
}

/* Nav buttons */
.cases-nav {
    display: flex;
    justify-content: center;
    gap: 1.25rem;
    margin-top: 2rem;
}
.service-arrow-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4.25rem;
    height: 3.125rem;
    background: #f5f4fc;
    transition: all 0.3s ease-in;
    flex-shrink: 0;
    cursor: pointer;
}
.service-arrow-btn:hover {
    background: #2799b3;
    color: #fff;
}
.service-arrow-btn.blue {
    background: #2799b3;
    color: #fff;
}
.service-arrow-btn.blue:hover {
    background: #0b4754;
}
.service-arrow-btn svg {
    pointer-events: none;
}

.promo-section {
    position: relative;
    overflow: hidden;
    padding: 4.25rem 0;
    height: 32rem;
}
.promo-section.lil {
    height: unset;
    min-height: 21rem;
}
.promo-back {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    object-fit: cover;
}
.promo-section .container {
    position: relative;
    z-index: 2;
    height: 100%;
}
.promo-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    justify-content: space-between;
    height: 100%;
    color: #fff;
    max-width: 36rem;
    flex-shrink: 0;
}
.promo-title {
    font-weight: 600;
}
.promo-desc {
    opacity: 0.85;
}
.promo-conditions {
    margin-bottom: 0.5rem;
}
.promo-conditions-title {
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 0.65rem;
}
.promo-list {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    list-style: none;
}
.promo-list li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    line-height: 1;
}
.promo-list li::before {
    content: "— ";
}

.reviews-section .container {
    position: relative;
}
.reviews-section .container:after {
    position: absolute;
    top: 0;
    right: 101%;
    bottom: 0;
    width: 50%;
    content: "";
    z-index: 10;
    background: white;
}
.reviews-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 2rem;
}
.reviews-nav {
    display: flex;
    gap: 1rem;
    flex-shrink: 0;
}
.reviews-slider .slick-list {
    overflow: visible;
}
.reviews-slider .slick-track {
    display: flex;
}
.reviews-slider .slick-slide {
    height: auto;
    padding-right: 1.25rem;
}
.reviews-slider .slick-slide > div {
    height: 100%;
}

/* Review card */
.review-card {
    background: #f5f4fc;
    padding: 1.85rem;
    display: flex !important;
    flex-direction: column;
    gap: 1.25rem;
    height: 100%;
    box-sizing: border-box;
}
.review-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
.review-date {
    opacity: 0.5;
}
.review-stars {
    display: flex;
    gap: 0.1rem;
    line-height: 1;
    color: #ffa616;
    font-size: 1.4rem;
}
.review-text {
    flex: 1;
}
.review-author {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 0.5rem;
}
.review-avatar {
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    background: #e8e8e8;
}
.p0 p{
    margin-bottom: 0!important;
}
.review-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.review-name {
    font-weight: 600;
    font-size: 1.25rem;
}

.review-card--2gis {
    background: linear-gradient(
        180deg,
        #0f7187 -7.99%,
        #2799b3 21.06%,
        #91d1dd 112.63%
    );
    justify-content: space-between;
}
.review-2gis-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    gap: 2rem;
    color: #fff;
}
.review-2gis-logo {
    width: 16rem;
    height: auto;
    object-fit: contain;
    margin-top: auto;
}

/* Calc Section */
.calc-section {
}
.calc-top {
    border-left: 5px solid #2799b3;
    padding: 1.15rem 0;
    padding-left: 1.85rem;
    margin-bottom: 1.85rem;
}
.calc-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: center;
}
.calc-left {
    display: flex;
    flex-direction: column;
}

.calc-form {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}
.calc-select-wrap {
    position: relative;
}
.calc-select {
    width: 100%;
    height: 3.45rem;
    background: #f5f4fc;
    border: none;
    padding: 0 1.25rem;
    font-weight: 600;
    color: rgba(25, 25, 24, 0.6);
    cursor: pointer;
    outline: none;
    transition: all 0.25s ease-in;
}
.calc-select:focus {
    background: #eaeaf5;
}
.calc-select-arrow {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 3.25rem;
    background: #2799b3;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    color: #fff;
}
.calc-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
}
.calc-input {
    width: 100%;
    height: 3.45rem;
    background: #f5f4fc;
    border: none;
    padding: 0 1.25rem;
    font-weight: 600;
    cursor: pointer;
    outline: none;
    transition: all 0.25s ease-in;
}
.calc-input::placeholder {
    color: rgba(25, 25, 24, 0.6);
}
.calc-input:focus {
    background: #eaeaf5;
}
.calc-submit-wrap {
    display: flex;
    justify-content: flex-end;
    margin-top: 0.5rem;
}
.calc-submit-wrap .btn {
    min-width: 16rem;
}
.calc-right {
    position: relative;
}
.calc-img {
    height: 35.625rem;
    object-fit: cover;
    display: block;
}
.calc-note {
    position: absolute;
    bottom: 4rem;
    right: -1rem;
    background: #fff;
    padding: 1.25rem;
    display: flex;
    align-items: center;
    gap: 1.25rem;
    max-width: 22rem;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    font-weight: 600;
}
.calc-note img {
    flex-shrink: 0;
    width: 2.6875rem;
    height: 2.5rem;
}

/* Contacts Section */
.contacts-section {
}
.contacts-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
}
.contacts-left {
    background: linear-gradient(
        180deg,
        #0f7187 -10.69%,
        #2799b3 15.97%,
        #91d1dd 100%
    );
    padding: 1.85rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    color: #fff;
}
.contacts-title {
    font-weight: 600;
}
.contacts-sub {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.5rem;
    color: #0b4754;
    opacity: 0.8;
}
.contacts-items {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.contacts-item-label {
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}
.contacts-item-val {
    color: #fff;
}
a.contacts-item-val:hover {
    text-decoration: underline;
}
.contacts-socials {
    display: flex;
    gap: 1rem;
    margin-top: 0.25rem;
}
.contacts-social {
    color: #0b4754;
}
.contacts-social:hover {
    color: #f5f4fc;
}
.contacts-map {
    min-height: 31rem;
}
.contacts-map iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.faq-item {
    border-bottom: 1px solid #2799b3c2;
}
.faq-item:last-child {
    border-bottom: none;
}
.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding-bottom: 1.25rem;
    cursor: pointer;
    font-size: 1.5rem;
    color: #2799b3;
    font-weight: 600;
    transition: all 0.25s ease-in;
    user-select: none;
}
.faq-question:hover {
    color: #0b4754;
}
.faq-icon {
    flex-shrink: 0;
    font-size: 3rem;
    font-weight: 300;
    color: #0b4754;
    line-height: 1;
    transition: all 0.25s ease;
    text-align: center;
}
.faq-item.open .faq-icon {
    transform: rotate(45deg);
}
.faq-answer {
    overflow: hidden;
    max-height: 0;
    transition: all 0.35s ease;
    padding-bottom: 0;
}
.faq-item.open .faq-answer {
    max-height: 20rem;
    padding-bottom: 1.65rem;
}
.faq-answer p {
    opacity: 0.7;
}
/* Footer */
.site-footer {
    padding: 1rem 0;
}
.footer-inner {
    padding-bottom: 2.25rem;
    display: grid;
    grid-template-columns: 17rem 13rem 1fr;
    gap: 3rem;
    align-items: start;
}
.footer-right {
    display: flex;
    gap: 4rem;
}
.footer-logo img {
    height: 5.5rem;
    width: auto;
}
.footer-menu-title {
    font-weight: 600;
    color: #0b4754;
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
}
.footer-nav {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}
.footer-nav a {
    opacity: 0.7;
}
.footer-nav a:hover, .footer-nav a.active, .mob-nav a.active {
    opacity: 1;
    color: #2799b3;
}
.footer-contacts {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.footer-contact-label {
    font-weight: 600;
    color: #0b4754;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}
.footer-contact-val {
    opacity: 0.7;
}
a.footer-contact-val:hover {
    opacity: 1;
    color: #2799b3;
}
.footer-socials {
    display: flex;
    gap: 1rem;
}
.footer-social {
    color: #0b4754;
}
.footer-social svg {
    width: 2.15rem;
    height: 2.15rem;
}
.footer-social:hover {
    color: #2799b3;
}
.footer-form-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.footer-phone-form {
    display: flex;
    width: 100%;
    gap: 1rem;
    align-items: center;
    margin-bottom: 1.85rem;
}
.footer-phone-input {
    width: 100%;
    height: 3.25rem;
    background: #f5f4fc;
    border: none;
    padding: 0 1.25rem;
    font-weight: 500;
    cursor: pointer;
    outline: none;
}
.footer-phone-input::placeholder {
    color: #aaa;
}
.footer-phone-btn {
    min-width: unset;
    padding: 0 1.5rem;
    flex-shrink: 0;
}
.footer-bottom {
    border-top: 1px solid rgba(211, 182, 138, 0.5);
    padding: 2rem 0;
}
.footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-policy {
    opacity: 0.7;
}
.footer-policy:hover {
    opacity: 1;
    color: #2799b3;
}

/* Page Hero */
.page-hero {
    position: relative;
    min-height: 21rem;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.page-hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
    z-index: 0;
}
.page-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(
            288deg,
            rgba(129, 192, 195, 0) 56.01%,
            #81c0c3 67.4%,
            #2799b3 112.19%
        ),
        linear-gradient(94deg, #80bfc3 24.29%, rgba(39, 153, 179, 0) 54.21%);
}
.page-hero .container {
    position: relative;
    z-index: 2;
}
.page-hero-inner {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    padding: 2.5rem 0;
    max-width: 40rem;
    color: #fff;
}
.page-hero-title {
    color: #fff;
}
.breadcrumps {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    flex-wrap: wrap;
}
.breadcrumps a {
    color: #0b4754;
    font-weight: 700;
}
.breadcrumps .sep {
    color: #0b4754;
    font-weight: 700;
}
.breadcrumps .current {
    color: rgba(255, 255, 255);
}
.lil-breadcrumps {
    padding-top: 3rem;
    margin-bottom: 3rem;
}
.lil-breadcrumps .current {
    color: #2799b3;
}
.about-wrap.second {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    align-items: flex-start;
}
.second-ab-img {
    width: 100%;
    object-fit: cover;
}
.top-oyu {
    width: 100%;
}
.ab-sec-right {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

/* Srv List Section */
.srv-list-section {
}
.srv-list-title {
    margin-bottom: 1.85rem;
}
.srv-list-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
}
.srv-list-card {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    color: inherit;
    transition: opacity 0.25s ease;
}
.srv-list-card:hover {
    opacity: 0.85;
}
.srv-list-img-wrap {
    width: 100%;
    height: 15rem;
    overflow: hidden;
}
.srv-list-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}
.srv-list-card:hover .srv-list-img-wrap img {
    transform: scale(1.04);
}
.srv-list-card-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #0b4754;
}
.srv-list-card-desc {
    color: #2799b3;
}

/* Price Section */
.price-section {
}
.price-wrap {
    background: #256c7b;
    overflow: hidden;
    color: #fff;
}
.price-head {
    background: #0b4754;
    padding: 1.25rem 1.875rem;
}
.price-title {
    font-weight: 600;
}
.price-list {
    padding: 0 1.85rem;
    padding-top: 1.85rem;
    display: flex;
    flex-direction: column;
    gap: 1.85rem;
}
.price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}
.price-name {
    font-size: 1.25rem;
    font-weight: 600;
}
.price-val {
    font-size: 1.25rem;
    font-weight: 400;
    flex-shrink: 0;
}
.price-foot {
    display: flex;
    justify-content: flex-end;
    padding: 1.85rem 1.85rem;
}

.cases-box{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.cases-info .btn{
    background: #F5F4FC;
    color: #2799B3;
}
.cases-info .btn:hover{
    background: #2799B3;
    color: #fff;
}

/* Case Section */
.case-section {
}
.case-title {
    margin-bottom: 1.85rem;
}
.case-photos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
    margin-bottom: 2rem;
}
.case-photo-wrap {
    position: relative;
    overflow: hidden;
}
.case-photo-wrap img {
    width: 100%;
    height: 39rem;
    object-fit: cover;
    display: block;
}
.case-body{
    display: flex;
    flex-direction: column;
    gap: 1.85rem;
}

/* Pricelist Section */
.pricelist-section {
}
.pricelist-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    margin-bottom: 2rem;
}
.pricelist-filter {
    background: #F5F4FC;
    padding: 0.7rem 1.875rem;
    font-size: 1rem;
    font-weight: 500;
    color: #191918;
    cursor: pointer;
    transition: all 0.25s ease;
}
.pricelist-filter:hover {
    background: #e0dff5;
}
.pricelist-filter.active {
    background: #2799b3;
    color: #fff;
}
.pricelist-table {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    margin-bottom: 2.25rem;
}
.pricelist-row {
    background: #0b4754;
    display: flex;
    align-items: center;
    gap: 8rem;
    color: #fff;
    padding: 1rem 1.25rem;
    transition: all 0.2s ease;
}
.pricelist-row:hover {
    background: #083640;
}
.pricelist-name {
    font-weight: 600;
    font-size: 1.25rem;
    flex: 1;
}
.pricelist-price {
    font-weight: 400;
    flex-shrink: 0;
    font-size: 1.25rem;
    min-width: 10rem;
    text-align: right;
}

.pricelist-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
}
.pricelist-page {
    width: 1.7rem;
    height: 2.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2799b3;
    font-weight: 600;
    transition: all 0.2s ease;
    position: relative;
}
.pricelist-page::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: .078rem;
    background: #0B4754;
    transition: width 0.25s ease;
}
.pricelist-page.active::after,
.pricelist-page:hover::after {
    width: 100%;
}
.pricelist-page.active{
    color: #0B4754;
}
input.error{
    background: #ffe6e6!important;
}
.cases-block-text.content *{
    margin-bottom: 0;
}
.content h2{
    font-size: 1.75rem;
    margin-bottom: 1rem;
    color: #0B4754;
    font-weight: 600;
}
.content h3{
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #0B4754;
    font-weight: 600;
}
.content h4{
    font-size: 1.25rem;
    margin-bottom: 1rem;
    color: #0B4754;
    font-weight: 600;
}
.content h5{
    font-size: 1.1rem;
    margin-bottom: 1rem;
    color: #0B4754;
    font-weight: 600;
}
.content h6{
    font-size: 1.1rem;
    margin-bottom: 1rem;
    color: #0B4754;
    font-weight: 600;
}
.clip{
    clip-path: polygon(15% 0, 100% 0, 100% 85%, 85% 100%, 0 100%, 0 15%);

}