*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:#101a2e;background:#fff}.services-section{padding:70px 20px 50px;background:radial-gradient(circle at top,#fff 0,#f7f7f7 55%,#fff 100%)}.container{max-width:1320px;margin:0 auto}.section-title{display:flex;align-items:center;justify-content:center;gap:22px;text-transform:uppercase}.section-title span{width:110px;height:1px;background:#ddd;position:relative}.section-title span:after{content:"";position:absolute;top:-4px;right:-6px;width:8px;height:8px;border-radius:50%;background:#ff7a00}.section-title h2{margin:0;font-size:36px;line-height:1.15;font-weight:900;color:#111}.section-title h2 strong{color:#ff6a00}.subtitle{max-width:680px;margin:18px auto 32px;text-align:center;color:#666;font-size:18px;line-height:1.55}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.service-card{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 8px 25px rgba(0,0,0,.08);border:1px solid #eee;transition:.25s ease}.service-card:hover{transform:translateY(-5px);box-shadow:0 18px 35px rgba(0,0,0,.12)}.service-card img{width:100%;height:205px;object-fit:cover;display:block}.card-body{padding:24px 22px 20px;min-height:220px;position:relative}.card-body h3{margin:0;text-transform:uppercase;font-size:20px;line-height:1.25;color:#101a2e;font-weight:900}.line{width:42px;height:3px;background:#ff6a00;margin:14px 0 20px}.card-body p{margin:0 0 28px;color:#555;font-size:15px;line-height:1.55;max-width:78%}.price{position:absolute;right:20px;bottom:20px;display:flex;align-items:center;gap:8px}.price span{background:#f1f1f1;border-radius:5px;padding:10px 12px;color:#333;font-size:13px}.price b{background:linear-gradient(180deg,#ff8a00,#ff5f00);color:#fff;border-radius:5px;padding:11px 15px;font-size:19px;white-space:nowrap;box-shadow:0 7px 15px rgba(255,106,0,.25)}.advantages{margin-top:36px;background:#fff;border-radius:14px;box-shadow:0 8px 22px rgba(0,0,0,.06);display:grid;grid-template-columns:repeat(7,1fr);padding:24px 18px}.advantages div{display:flex;align-items:center;justify-content:center;gap:12px;padding:0 14px;border-right:1px solid #e5e5e5;text-transform:uppercase;font-weight:700;color:#222;font-size:13px}.advantages div:last-child{border-right:none}.advantages i{font-style:normal;color:#ff6a00;font-size:28px;line-height:1}@media(max-width:1000px){.services-grid{grid-template-columns:repeat(2,1fr)}.advantages{grid-template-columns:repeat(2,1fr);gap:18px}.advantages div{border-right:none;justify-content:flex-start}.section-title h2{font-size:30px}}@media(max-width:640px){.services-section{padding:45px 12px}.section-title span{display:none}.section-title h2{text-align:center;font-size:25px}.subtitle{font-size:16px}.services-grid{grid-template-columns:1fr}.service-card img{height:190px}.card-body p{max-width:100%;padding-bottom:44px}.price{left:20px;right:auto}.advantages{grid-template-columns:1fr}}


* {
    box-sizing: border-box
}

body {
    margin: 0;

    background: #eef2f5;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff
}

.monolit {
    background: #041523;
    /*padding: 24px 0*/
    padding-bottom: 24px;
}

.monolit .wrap {
    width: 1320px;
    margin: auto;
    overflow: hidden;
    background: #031421;
    box-shadow: 0 18px 55px #0015
}

.monolit .topbar {
    height: 86px;
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 0 34px;
    background: #041523;
    border-bottom: 1px solid #ffffff26
}

.monolit .brand {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 220px
}

.monolit .brand img {
    width: 52px
}

.monolit .brand b {
    font-size: 24px;
    display: block
}

.monolit .brand b span {
    color: #ff9900
}

.monolit .brand small {
    text-transform: uppercase;
    font-size: 10px
}

.monolit nav {
    display: flex;
    gap: 22px;
    flex: 1
}

.monolit nav a {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 900;
    position: relative;
    white-space: nowrap
}

.monolit .active:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -19px;
    height: 3px;
    background: #ff9900
}

.monolit .contacts {
    display: flex;
    align-items: center;
    gap: 14px
}

.monolit .contacts a {
    font-weight: 900;
    font-size: 13px;
    white-space: nowrap
}

.monolit .contacts small {
    display: block;
    font-size: 10px;
    font-weight: 500
}

.monolit .contacts img {
    width: 26px;
    float: left;
    margin-right: 7px
}

.monolit .btn {
    display: inline-block;
    background: linear-gradient(#ffa600, #f08a00);
    padding: 17px 30px;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff
}

.monolit .btn.small {
    padding: 15px 22px
}

.monolit .hero {
    min-height: 520px;
    background: linear-gradient(90deg, #031421 0%, #031421dd 30%, #03142155 66%, #03142111 100%), linear-gradient(0deg, #03142199, #03142100), url(images/hero-bg.png) center/cover no-repeat;
    border-bottom: 1px solid #ffffff26;
    display: flex;
    align-items: center
}

.monolit .content {
    padding-left: 40px;
    width: 570px
}

.monolit .over {
    font-size: 28px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 18px;
    color: #ffffffcc
}

.monolit h1 {
    font-size: 70px;
    line-height: .96;
    text-transform: uppercase;
    margin: 0 0 24px;
    letter-spacing: 2px
}

.monolit .lead {
    font-size: 23px;
    text-transform: uppercase
}

.monolit .lead b {
    color: #ff9900
}

.monolit .benefits {
    display: grid;
    gap: 24px
}

.monolit .benefits.top {
    grid-template-columns:repeat(4, 1fr);
    margin-top: 32px
}

.monolit .benefits div {
    display: flex;
    align-items: center;
    gap: 13px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.35
}

.monolit .benefits img {
    width: 42px;
    height: 42px
}

.monolit .services {
    display: grid;
    grid-template-columns:172px repeat(9, 1fr) 92px;
    min-height: 154px;
    border-bottom: 1px solid #ffffff26
}

.monolit .stitle {
    padding: 36px 18px 0 28px;
    font-size: 20px;
    line-height: 1.25;
    text-transform: uppercase;
    font-weight: 900
}

.monolit .stitle span {
    color: #ff9900
}

.monolit .stitle:after {
    content: "";
    display: block;
    width: 34px;
    height: 2px;
    background: #ff9900;
    margin-top: 16px
}

.monolit .services a {
    border-left: 1px solid #ffffff24;
    text-align: center;
    padding: 25px 6px 15px;
    font-size: 10px;
    line-height: 1.35;
    text-transform: uppercase;
    font-weight: 900;
    position: relative
}

.monolit .services a:not(.all):before {
    content: "";
    position: absolute;
    left: -3px;
    top: 73px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ff9900
}

.monolit .services img {
    width: 44px;
    height: 44px;
    display: block;
    margin: 0 auto 12px
}

.monolit .services .all {
    align-self: center;
    margin: 0 12px;
    padding: 14px 8px;
    border: 1px solid #ff9900;
    border-radius: 4px;
    color: #ff9900;
    font-size: 12px
}

.monolit .bottom {
    grid-template-columns:repeat(5, 1fr);
    padding: 30px 34px 32px
}

.monolit .bottom div {
    text-transform: none;
    font-size: 15px
}

@media (max-width: 1200px) {
    .monolit .wrap {
        width: 100%
    }

    .monolit {
        padding: 0
    }
}

@media (max-width: 980px) {
    .monolit .topbar {
        height: auto;
        flex-wrap: wrap;
        padding: 18px
    }

    .monolit nav {
        order: 3;
        overflow: auto
    }

    .monolit .contacts {
        margin-left: auto
    }

    .monolit .content {
        padding: 45px 24px;
        width: 100%
    }

    .monolit h1 {
        font-size: 46px
    }

    .monolit .services {
        grid-template-columns:repeat(2, 1fr)
    }

    .monolit .stitle {
        grid-column: 1/-1
    }

    .monolit .bottom {
        grid-template-columns:1fr 1fr
    }
}

@media (max-width: 560px) {
    .monolit .contacts {
        display: none
    }

    .monolit .benefits.top, .bottom {
        grid-template-columns:1fr
    }

    .monolit h1 {
        font-size: 38px
    }

    .monolit .over {
        font-size: 20px
    }
}


.project-section {
    padding: 70px 20px 55px;
    background: radial-gradient(circle at top, #fff 0, #f8f9fb 55%, #f3f5f8 100%)
}

.project-section .container {
    max-width: 1280px;
    margin: 0 auto
}

.project-section .section-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    text-align: center;
    text-transform: uppercase
}

.project-section .section-title span {
    width: 90px;
    height: 2px;
    background: #ff7a00;
    position: relative
}

.project-section .section-title span:after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff7a00;
    position: absolute;
    right: -5px;
    top: -3px
}

.project-section .section-title h2 {
    margin: 0;
    font-size: 46px;
    line-height: 1.1;
    font-weight: 900;
    color: #111
}

.project-section .section-title h2 b {
    color: #ff6b00
}

.project-section .section-subtitle {
    max-width: 760px;
    margin: 24px auto 44px;
    text-align: center;
    font-size: 20px;
    line-height: 1.55;
    color: #4b5563
}

.project-section .project-grid {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 24px
}

.project-section .project-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 12px 34px rgba(16, 24, 40, .08);
    overflow: hidden;
    border: 1px solid #eef0f4;
    transition: .25s
}

.project-section .project-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 45px rgba(16, 24, 40, .13)
}

.project-section .card-image {
    height: 150px;
    position: relative;
    background-size: cover;
    background-position: center;
    border-bottom: 1px solid #eef0f4
}

.project-section .card-image:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .18))
}

.project-section .img-1 {
    background-image: linear-gradient(rgba(255, 255, 255, .08), rgba(255, 255, 255, .08)), url('https://images.unsplash.com/photo-1503387762-592deb58ef4e?auto=format&fit=crop&w=900&q=80')
}

.project-section .img-2 {
    background-image: linear-gradient(rgba(255, 255, 255, .08), rgba(255, 255, 255, .08)), url('https://images.unsplash.com/photo-1581094794329-c8112a89af12?auto=format&fit=crop&w=900&q=80')
}

.project-section .img-3 {
    background-image: linear-gradient(rgba(255, 255, 255, .15), rgba(255, 255, 255, .15)), url('https://images.unsplash.com/photo-1581092160607-ee22621dd758?auto=format&fit=crop&w=900&q=80')
}

.project-section .img-4 {
    background-image: linear-gradient(rgba(255, 255, 255, .1), rgba(255, 255, 255, .1)), url('https://images.unsplash.com/photo-1450101499163-c8848c66ca85?auto=format&fit=crop&w=900&q=80')
}

.project-section .img-5 {
    background-image: linear-gradient(rgba(255, 255, 255, .12), rgba(255, 255, 255, .12)), url('https://images.unsplash.com/photo-1487958449943-2429e8be8625?auto=format&fit=crop&w=900&q=80')
}

.project-section .img-6 {
    background-image: linear-gradient(rgba(255, 255, 255, .08), rgba(255, 255, 255, .08)), url('https://images.unsplash.com/photo-1541888946425-d81bb19240f5?auto=format&fit=crop&w=900&q=80')
}

.project-section .icon {
    position: absolute;
    left: 24px;
    bottom: -26px;
    width: 58px;
    height: 58px;
    border-radius: 14px;
    background: #fff;
    color: #ff7900;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 31px;
    font-weight: 700;
    box-shadow: 0 10px 25px rgba(16, 24, 40, .14)
}

.project-section .card-body {
    padding: 46px 24px 26px
}

.project-section .card-body h3 {
    margin: 0 0 14px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.25;
    color: #0b1b38;
    font-weight: 900
}

.project-section .card-body i {
    display: block;
    width: 34px;
    height: 2px;
    background: #ff7900;
    margin-bottom: 20px
}

.project-section .card-body p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #4b5563
}

.project-section .features-row {
    margin-top: 44px;
    padding: 26px 10px;
    display: grid;
    grid-template-columns:repeat(6, 1fr);
    gap: 12px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(16, 24, 40, .06)
}

.project-section .features-row div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 58px;
    border-right: 1px solid #e5e7eb;
    color: #ff7900;
    font-size: 31px
}

.project-section .features-row div:last-child {
    border-right: 0
}

.project-section .features-row span {
    font-size: 15px;
    line-height: 1.35;
    text-transform: uppercase;
    color: #111827;
    font-weight: 700
}

@media (max-width: 1000px) {
    .project-section .project-grid {
        grid-template-columns:repeat(2, 1fr)
    }

    .project-section .features-row {
        grid-template-columns:repeat(3, 1fr)
    }

    .project-section .features-row div:nth-child(3) {
        border-right: 0
    }
}

@media (max-width: 640px) {
    .project-section {
        padding: 44px 14px
    }

    .project-section .section-title {
        gap: 12px
    }

    .project-section .section-title span {
        width: 40px
    }

    .project-section .section-title h2 {
        font-size: 30px
    }

    .project-section .section-subtitle {
        font-size: 16px
    }

    .project-section .project-grid {
        grid-template-columns:1fr
    }

    .project-section .features-row {
        grid-template-columns:1fr
    }

    .project-section .features-row div {
        border-right: 0;
        border-bottom: 1px solid #e5e7eb
    }

    .project-section .features-row div:last-child {
        border-bottom: 0
    }
}



.monolit-types {
    padding: 30px 0;
    background: linear-gradient(180deg, #071929, #03111d)
}

.monolit-types .types-wrap {
    width: 1170px;
    margin: 0 auto
}

.monolit-types .types-head {
    text-align: center;
    margin-bottom: 24px
}

.monolit-types .types-head span {
    display: block;
    width: 70px;
    height: 3px;
    background: #f6a400;
    margin: 0 auto 14px;
    border-radius: 8px
}

.monolit-types .types-head h2 {
    margin: 0;
    text-transform: uppercase;
    font-size: 38px;
    letter-spacing: .5px
}

.monolit-types .types-head p {
    max-width: 820px;
    margin: 12px auto 0;
    color: rgba(255, 255, 255, .76);
    font-size: 16px;
    line-height: 1.55
}

.monolit-types .types-grid {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 14px
}

.monolit-types .mono-card {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 9px;
    background: #071827;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .2);
    transition: .25s
}

.monolit-types .mono-card:hover {
    transform: translateY(-4px);
    border-color: rgba(246, 164, 0, .7)
}

.monolit-types .card-photo {
    width: 100%;
    height: 145px;
    display: block;
    object-fit: cover
}

.monolit-types .card-body {
    min-height: 92px;
    padding: 16px 14px 16px;
    display: grid;
    grid-template-columns:44px 1fr;
    gap: 12px;
    background: linear-gradient(180deg, rgba(3, 15, 26, .86), rgba(3, 15, 26, .98))
}

.monolit-types .card-icon {
    width: 42px;
    height: 42px;
    color: #f6a400;
    filter: drop-shadow(0 0 8px rgba(246, 164, 0, .15))
}

.monolit-types .card-body h3 {
    margin: 0 0 7px;
    font-size: 15px;
    line-height: 1.18;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
}

.monolit-types .card-body p {
    margin: 0;
    color: rgba(255, 255, 255, .82);
    font-size: 13px;
    line-height: 1.35
}

@media (max-width: 1200px) {
    .monolit-types .types-wrap {
        width: 100%;
        padding: 0 16px
    }
}

@media (max-width: 980px) {
    .monolit-types .types-grid {
        grid-template-columns:repeat(2, 1fr)
    }

    .types-head h2 {
        font-size: 30px
    }
}

@media (max-width: 560px) {
    .monolit-types .types-grid {
        grid-template-columns:1fr
    }

    .monolit-types .card-photo {
        height: 190px
    }
}



.foundation-quiz {
    margin: 0;
    background: #f4f6f8;
    font-family: Arial, Helvetica, sans-serif;
    color: #111;
    /*background:*/
    /*        linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.90) 46%,rgba(255,255,255,.52) 100%),*/

    background: url('images/q/hero-bg.png?v=3') center/cover no-repeat;
}

.foundation-quiz  .quiz-wrap {
    width: 1170px;
    min-height: 660px;
    margin: 0 auto;
    display: grid;
    grid-template-columns:1fr 460px;
    gap: 70px;
    align-items: center;
    padding: 58px 70px;
    /*background:*/
    /*  linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.90) 46%,rgba(255,255,255,.52) 100%),*/
    /*  url('images/hero-bg.png?v=2') center/cover no-repeat;*/
}

.foundation-quiz  .quiz-left {
    max-width: 620px
}

.foundation-quiz  h1 {
    margin: 0;
    text-transform: uppercase;
    font-size: 58px;
    line-height: 1.12;
    letter-spacing: -1px;
    font-weight: 900
}

.foundation-quiz  .line {
    display: block;
    width: 70px;
    height: 3px;
    background: #ff6b00;
    margin: 28px 0 30px
}

.foundation-quiz  .quiz-left p {
    font-size: 21px;
    line-height: 1.45;
    margin: 0 0 48px
}

.foundation-quiz  .quiz-left b {
    color: #ff6b00;
    text-transform: uppercase
}

.foundation-quiz  .services {
    display: grid;
    grid-template-columns:repeat(4, 1fr)
}

.foundation-quiz  .services div {
    min-height: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-right: 1px solid #e0e4e8;
    padding: 0 16px
}

.foundation-quiz  .services div:last-child {
    border-right: 0
}

.foundation-quiz  .services img {
    width: 58px;
    height: 58px;
    margin-bottom: 18px
}

.foundation-quiz  .services span {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.45
}

.foundation-quiz  .quiz-card {
    background: #fff;
    border: 1px solid #edf0f4;
    border-radius: 12px;
    padding: 34px 38px;
    box-shadow: 0 14px 40px rgba(15, 23, 42, .14)
}

.foundation-quiz  .quiz-card h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 1.2;
    margin: 0 0 28px
}

.foundation-quiz  .quiz-card h2 span {
    color: #ff6b00
}

.foundation-quiz  .step {
    position: relative;
    padding-left: 46px;
    margin-bottom: 17px
}

.foundation-quiz  .step i {
    position: absolute;
    left: 0;
    top: 2px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #e9edf2;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 900;
    font-size: 14px
}

.foundation-quiz  .step:first-of-type i {
    background: #ff7900;
    color: #fff
}

.foundation-quiz  .step:not(:last-of-type):before {
    content: "";
    position: absolute;
    left: 14px;
    top: 34px;
    bottom: -18px;
    border-left: 1px dashed #cbd5e1
}

.foundation-quiz  .step label, .phone-title {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 900
}

.foundation-quiz  .step small {
    font-weight: 400;
    color: #667085
}

.foundation-quiz  input, .foundation-quiz  select {
    width: 100%;
    height: 38px;
    border: 1px solid #dbe2ea;
    border-radius: 5px;
    background: #fff;
    padding: 0 12px;
    color: #667085;
    font-size: 13px
}

.foundation-quiz  .row {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 12px
}

.foundation-quiz  .checks span {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    margin: 7px 0
}

.foundation-quiz  .checks input {
    width: 16px;
    height: 16px;
    margin: 0;
    accent-color: #ff7900
}

.foundation-quiz  .phone-title {
    margin: 14px 0 8px
}

.foundation-quiz  .phone {
    height: 38px;
    border: 1px solid #dbe2ea;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 0 12px;
    margin-bottom: 20px
}

.foundation-quiz  .phone b {
    font-size: 13px;
    color: #667085;
    margin-right: 8px;
    white-space: nowrap
}

.foundation-quiz  .phone input {
    border: 0;
    height: 36px;
    padding: 0
}

button {
    width: 100%;
    height: 46px;
    border: 0;
    border-radius: 5px;
    background: linear-gradient(180deg, #ff7a00, #ff5f00);
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 900;
    cursor: pointer
}

.foundation-quiz  .privacy {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin: 15px 0 0;
    color: #8a94a3;
    font-size: 12px
}

.foundation-quiz  .privacy img {
    width: 16px;
    height: 16px;
    opacity: .6
}

@media (max-width: 1200px) {
    .foundation-quiz  .quiz-wrap {
        width: 100%;
        grid-template-columns:1fr;
        padding: 40px 22px
    }

    .foundation-quiz  .quiz-card {
        max-width: 520px
    }
}

@media (max-width: 640px) {
    .foundation-quiz  h1 {
        font-size: 36px
    }

    .foundation-quiz  .services {
        grid-template-columns:1fr 1fr
    }

    .foundation-quiz  .quiz-card {
        padding: 24px 16px
    }

    .foundation-quiz  .row {
        grid-template-columns:1fr
    }
}


.project-works {
    padding: 30px 0 40px;
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
    color: #111;
}

.project-works  .project-wrap {
    width: 1170px;
    margin: 0 auto
}

.project-works  .project-head {
    text-align: center;
    margin-bottom: 28px
}

.project-works  .project-head .title-line {
    height: 1px;
    width: 430px;
    background: linear-gradient(90deg, transparent, #ff7900, transparent);
    margin: 0 auto -28px
}

.project-works  .project-head h2 {
    display: inline-block;
    margin: 0 0 18px;
    padding: 0 38px;
    background: #fff;
    text-transform: uppercase;
    font-size: 42px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -.5px
}

.project-works  .project-head h2 span {
    color: #ff7900
}

.project-works  .project-head p {
    margin: 0;
    color: #3d4652;
    font-size: 17px;
    line-height: 1.5
}

.project-works  .project-layout {
    display: grid;
    grid-template-columns:1fr 330px;
    gap: 22px;
    align-items: start
}

.project-works  .project-cards {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 16px
}

.project-works  .project-card {
    position: relative;
    background: #fff;
    border: 1px solid #e3e7ed;
    border-radius: 9px;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(17, 24, 39, .08)
}

.project-works  .card-img-wrap {
    height: 128px;
    overflow: hidden
}

.project-works  .card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.project-works  .card-icon {
    position: absolute;
    left: 18px;
    top: 110px;
    width: 54px;
    height: 54px;
    border-radius: 12px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(17, 24, 39, .12)
}

.project-works  .card-icon img {
    width: 34px;
    height: 34px
}

.project-works  .card-body {
    padding: 52px 18px 20px;
    min-height: 150px
}

.project-works  .card-body h3 {
    margin: 0;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 900;
    color: #0b1b34
}

.project-works  .orange-line {
    display: block;
    width: 34px;
    height: 2px;
    background: #ff7900;
    margin: 13px 0 17px
}

.project-works  .card-body p {
    font-size: 13.5px;
    line-height: 1.55;
    color: #2c3440;
    margin: 0
}

.project-works  .order-panel {
    background: #fff;
    border: 1px solid #e1e6ed;
    border-radius: 10px;
    box-shadow: 0 12px 28px rgba(17, 24, 39, .08);
    padding: 28px 20px
}

.project-works  .project-form h3 {
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 30px;
    font-size: 24px;
    line-height: 1.1;
    color: #0b1b34
}

.project-works  .field, .note-field {
    position: relative;
    display: block;
    margin-bottom: 16px
}

.project-works  .with-icon > img {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    opacity: .68
}

.project-works input, .project-works select, .project-works textarea {
    width: 100%;
    border: 1px solid #d9dfe8;
    border-radius: 7px;
    background: #fff;
    color: #1f2937;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    outline: none
}

.project-works input, select {
    height: 54px;
    padding: 0 16px 0 52px
}

.project-works select {
    appearance: auto;
    color: #7a8290
}

.project-works  .upload-field {
    display: block;
    border: 1px dashed #cbd3df;
    border-radius: 7px;
    padding: 18px 16px;
    margin-bottom: 16px;
    cursor: pointer;
    background: #fcfdff
}

.project-works  .upload-field input {
    display: none
}

.project-works  .upload-field span {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #6f7785;
    font-size: 16px
}

.project-works  .upload-field span img {
    width: 24px;
    height: 24px
}

.project-works  .upload-field span small {
    font-size: 12px
}

.project-works  .upload-field em {
    display: block;
    margin: 10px 0 0 52px;
    font-style: normal;
    color: #9aa2ad;
    font-size: 13px
}

.project-works  .note-field > img {
    top: 24px;
    transform: none
}

.project-works textarea {
    height: 112px;
    resize: vertical;
    padding: 18px 16px 18px 52px;
    line-height: 1.5
}

.project-works button {
    width: 100%;
    height: 48px;
    border: 0;
    border-radius: 7px;
    background: linear-gradient(180deg, #ff8a00, #ff6b00);
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(255, 107, 0, .24)
}

.project-works  .privacy {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin: 18px 8px 0;
    color: #8a92a0;
    font-size: 12.5px;
    line-height: 1.35;
    text-align: left
}

.project-works  .privacy img {
    width: 18px;
    height: 18px;
    opacity: .55
}

.project-works  .benefits {
    display: grid;
    grid-template-columns:repeat(6, 1fr);
    gap: 8px;
    margin-top: 34px;
    padding-top: 22px;
    border-top: 1px solid #e4e7ec
}

.project-works  .benefits div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
    color: #111827;
    border-right: 1px solid #e2e6eb
}

.project-works  .benefits div:last-child {
    border-right: 0
}

.project-works  .benefits img {
    width: 38px;
    height: 38px
}

@media (max-width: 1200px) {
    .project-works .project-wrap {
        width: 100%;
        padding: 0 14px
    }
}

@media (max-width: 980px) {
    .project-works .project-layout {
        grid-template-columns:1fr
    }

    .project-works .project-cards {
        grid-template-columns:repeat(2, 1fr)
    }

    .project-works .order-panel {
        max-width: 520px;
        margin: 0 auto
    }

    .project-works .benefits {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media (max-width: 560px) {
    .project-works .project-head h2 {
        font-size: 30px;
        padding: 0 15px
    }

    .project-works .project-head .title-line {
        width: 260px
    }

    .project-works .project-cards {
        grid-template-columns:1fr
    }

    .project-works .benefits {
        grid-template-columns:1fr
    }

    .project-works .benefits div {
        justify-content: flex-start;
        border-right: 0
    }

    .project-works .order-panel {
        padding: 22px 14px
    }
}

.mono-section {
    background: #eef2f5;
    font-family: Arial, Helvetica, sans-serif;
    color: #102033;
}

.mono-section article {
    width: 1170px;
    margin: 0 auto;
    padding: 8px 0 28px
}

.mono-section  .service-block {
    display: grid;
    grid-template-columns:1.35fr .95fr 318px;
    min-height: 385px;
    margin-bottom: 14px;
    background: #fff;
    border: 1px solid #dae2ea;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(16, 32, 51, .1)
}

.mono-section  .service-block.reverse {
    grid-template-columns:318px .95fr 1.35fr
}

.mono-section  .service-photo img {
    width: 100%;
    height: 100%;
    min-height: 385px;
    display: block;
    object-fit: cover
}

.mono-section  .service-content {
    padding: 34px 28px 28px
}

.mono-section  .section-label {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
    color: #ff9900;
    text-transform: uppercase;
    font-size: 14px
}

.mono-section  .section-label strong {
    font-size: 24px;
    font-weight: 500
}

.mono-section  .section-label span {
    padding-left: 12px;
    border-left: 1px solid #ff9900
}

.mono-section h2 {
    margin: 0 0 20px;
    color: #0b1e35;
    text-transform: uppercase;
    font-size: 34px;
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: -.8px
}

.mono-section  .desc {
    margin: 0 0 34px;
    max-width: 500px;
    font-size: 16px;
    line-height: 1.55
}

.mono-section  .features {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 34px
}

.mono-section  .features div {
    text-align: center
}

.mono-section  .features img {
    width: 42px;
    height: 42px;
    margin-bottom: 11px
}

.mono-section  .features span {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.25;
    color: #0b1e35
}

.mono-section  .keywords {
    margin: 0;
    font-size: 12.5px;
    line-height: 1.45
}

.mono-section  .calc-form {
    align-self: center;
    margin: 24px 26px;
    padding: 24px 20px;
    background: #fbfcfd;
    border: 1px solid #d9e1e8;
    border-radius: 7px;
    box-shadow: 0 8px 20px rgba(16, 32, 51, .05)
}

.mono-section  .calc-form h3 {
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.25;
    color: #0b1e35
}

.mono-section  .calc-form p {
    text-align: center;
    color: #637083;
    font-size: 13px;
    line-height: 1.4;
    margin: 14px 0 18px
}

.mono-section input, .mono-section select, .mono-section textarea {
    width: 100%;
    height: 42px;
    border: 1px solid #d7dfe7;
    border-radius: 6px;
    background: #fff;
    margin-bottom: 10px;
    padding: 0 14px;
    font-size: 13px;
    color: #344255;
    font-family: Arial, Helvetica, sans-serif
}

.mono-section textarea {
    height: 58px;
    padding-top: 12px;
    resize: vertical
}

.mono-section button {
    width: 100%;
    height: 46px;
    border: 0;
    border-radius: 6px;
    background: linear-gradient(180deg, #ffad00, #f28b00);
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 900;
    cursor: pointer
}

.mono-section  .calc-form small {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    color: #8a96a5;
    font-size: 11px;
    line-height: 1.3
}

.mono-section  .calc-form small img {
    width: 20px;
    height: 20px;
    opacity: .55
}

@media (max-width: 1200px) {
    .mono-section .mono-section {
        width: 100%;
        padding: 8px
    }

    .mono-section .service-block, .service-block.reverse {
        grid-template-columns:1fr
    }

    .mono-section .service-photo img {
        min-height: 310px
    }

    .mono-section .reverse .calc-form {
        order: 3
    }

    .mono-section .reverse .service-content {
        order: 2
    }

    .mono-section .reverse .service-photo {
        order: 1
    }
}

@media (max-width: 560px) {
    .mono-section h2 {
        font-size: 26px
    }

    .mono-section .service-content {
        padding: 24px 18px
    }

    .mono-section .features {
        grid-template-columns:repeat(2, 1fr)
    }

    .mono-section .calc-form {
        margin: 14px
    }
}

.bottom-section {
    font-family:Arial,Helvetica,sans-serif;color:#061b35;
    width:1170px;margin:0 auto;background:#f8fbfd;
}

.bottom-section  .final-hero {
    height: 540px;
    background: linear-gradient(90deg, rgba(255, 255, 255, .97) 0%, rgba(255, 255, 255, .88) 45%, rgba(255, 255, 255, .15) 100%), url("images/bottom/hero-bg.png") center/cover no-repeat;
    border-radius: 0 0 0 0;
    padding: 58px 0 0 70px
}

.bottom-section  .hero-content {
    max-width: 560px
}

.bottom-section  .badge {
    display: inline-flex;
    gap: 14px;
    align-items: center;
    background: #fff;
    border-radius: 40px;
    padding: 15px 32px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .09);
    text-transform: uppercase;
    font-weight: 900;
    font-size: 15px
}

.bottom-section  .badge img {
    width: 34px;
    height: 34px
}

.bottom-section  .badge b {
    color: #ff6b00
}

.bottom-section  .final-hero h1 {
    font-size: 58px;
    line-height: 1.02;
    text-transform: uppercase;
    margin: 28px 0 18px;
    font-weight: 900;
    letter-spacing: -1px
}

.bottom-section  .final-hero h1 span {
    display: block;
    color: #ff6b00;
    font-size: 76px
}

.bottom-section  .final-hero p {
    font-size: 18px;
    line-height: 1.55;
    margin: 0 0 28px;
    color: #18314d
}

.bottom-section  .hero-actions {
    display: flex;
    gap: 18px;
    margin-bottom: 34px
}

.bottom-section  .btn {
    height: 58px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 0 28px;
    text-transform: uppercase;
    font-weight: 900;
    box-shadow: 0 10px 24px rgba(17, 24, 39, .12)
}

.bottom-section  .btn img {
    width: 22px;
    height: 22px
}

.bottom-section  .btn.orange {
    background: linear-gradient(180deg, #ff7b00, #ff5f00);
    color: #fff
}

.bottom-section  .btn.white {
    background: #fff;
    color: #111
}

.bottom-section  .team-line {
    display: flex;
    align-items: center;
    gap: 25px
}

.bottom-section  .avatars {
    display: flex
}

.bottom-section  .avatars span {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 3px solid #fff;
    margin-left: -8px;
    background: linear-gradient(135deg, #ffb96e, #0b2b48)
}

.bottom-section  .avatars span:first-child {
    margin-left: 0
}

.bottom-section  .team-line b {
    font-size: 14px;
    line-height: 1.35
}

.bottom-section  .benefit-card {
    margin: -12px 28px 28px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 14px 35px rgba(15, 23, 42, .10);
    display: grid;
    grid-template-columns:repeat(6, 1fr);
    padding: 34px 18px;
    position: relative
}

.bottom-section  .benefit-card div {
    text-align: center;
    border-right: 1px solid #dfe5ec;
    padding: 0 16px
}

.bottom-section  .benefit-card div:last-child {
    border-right: 0
}

.bottom-section  .benefit-card img {
    width: 48px;
    height: 48px
}

.bottom-section  .benefit-card h3 {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.25;
    margin: 14px 0 10px
}

.bottom-section  .benefit-card p {
    font-size: 12px;
    line-height: 1.45;
    margin: 0;
    color: #4b5b6f
}

.bottom-section  .contact-form-row {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 0;
    margin: 0 28px 28px;
    background: #fff;
    border: 1px solid #e4ebf2;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 26px rgba(15, 23, 42, .07)
}

.bottom-section  .contacts-box, .request-form {
    min-height: 560px;
    padding: 42px 48px;
    position: relative
}

.bottom-section  .contacts-box h2, .request-form h2, .geo-text h2, .legal-row h2 {
    margin: 0 0 34px;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1.15;
    color: #061b35
}

.bottom-section  .contact-photo {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 300px;
    height: 380px;
    background: url("images/bottoms/contacts-photo.png") center/cover no-repeat;
    opacity: .9
}

.bottom-section  .contacts-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2
}

.bottom-section  .contacts-box li {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-bottom: 30px
}

.bottom-section  .contacts-box li span {
    width: 58px;
    height: 58px;
    border-radius: 14px;
    background: #fff1e9;
    display: flex;
    align-items: center;
    justify-content: center
}

.bottom-section  .contacts-box li img {
    width: 30px;
    height: 30px
}

.bottom-section  .contacts-box small {
    display: block;
    font-size: 12px;
    margin-bottom: 5px
}

.bottom-section  .contacts-box b {
    font-size: 16px
}

.bottom-section  .contacts-box em {
    display: block;
    font-style: normal;
    font-size: 12px;
    margin-top: 4px;
    color: #42536a
}

.bottom-section  .request-form {
    border-left: 1px solid #e4ebf2
}

.bottom-section  .two {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 18px
}

.bottom-section input, .bottom-section select, .bottom-section textarea {
    width: 100%;
    border: 1px solid #dbe3ed;
    border-radius: 8px;
    background: #fff;
    font-size: 14px;
    color: #344255;
    font-family: Arial, Helvetica, sans-serif
}

.bottom-section input, .bottom-section select {
    height: 52px;
    padding: 0 16px;
    margin-bottom: 18px
}

.bottom-section  .request-form label {
    display: block;
    font-size: 12px;
    color: #718097;
    margin-bottom: 18px
}

.bottom-section textarea {
    height: 132px;
    padding: 18px;
    resize: vertical;
    margin-bottom: 18px
}

.bottom-section  .upload {
    height: 72px;
    border: 1px dashed #cbd5e1;
    border-radius: 8px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-align: center;
    cursor: pointer
}

.bottom-section  .upload input {
    display: none
}

.bottom-section  .upload img {
    width: 28px;
    height: 28px
}

.bottom-section  .upload span {
    font-size: 15px;
    font-weight: 800;
    color: #0b1e35
}

.bottom-section  .upload small {
    font-weight: 400;
    color: #718097
}

.bottom-section  .request-form button {
    height: 60px;
    width: 100%;
    border: 0;
    border-radius: 8px;
    background: linear-gradient(180deg, #ff7b00, #ff5f00);
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 900;
    cursor: pointer
}

.bottom-section  .request-form button b {
    float: right;
    font-size: 22px
}

.bottom-section  .privacy {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #8792a2;
    font-size: 12px !important;
    margin: 18px 0 0 !important
}

.bottom-section  .privacy img {
    width: 18px;
    height: 18px
}

.bottom-section  .geo-row {
    display: grid;
    grid-template-columns:330px 1fr;
    margin: 0 28px 28px;
    background: #fff;
    border: 1px solid #e4ebf2;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 26px rgba(15, 23, 42, .06)
}

.bottom-section  .geo-text {
    padding: 42px 48px
}

.bottom-section  .geo-text p {
    font-size: 14px;
    line-height: 1.55
}

.bottom-section  .geo-text ul {
    padding-left: 17px;
    line-height: 2
}

.bottom-section  .geo-text li::marker {
    color: #ff6b00
}

.bottom-section  .map-box {
    position: relative;
    min-height: 350px;
    overflow: hidden
}

.bottom-section  .map-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.bottom-section  .circle {
    position: absolute;
    left: 29%;
    top: 8%;
    width: 360px;
    height: 360px;
    border: 2px dashed rgba(255, 107, 0, .7);
    border-radius: 50%;
    background: rgba(255, 107, 0, .07)
}

.bottom-section  .km {
    position: absolute;
    left: 50%;
    top: 20px;
    color: #ff3c00;
    font-weight: 900;
    font-size: 22px
}

.bottom-section  .city, .pin {
    position: absolute;
    font-weight: 900;
    background: #fff8;
    border-radius: 6px;
    padding: 2px 5px
}

.bottom-section  .moscow {
    left: 49%;
    top: 48%;
    font-size: 18px
}

.bottom-section  .pin:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #ff6b00;
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
    margin-right: 6px
}

.bottom-section  .volokolamsk {
    left: 13%;
    top: 26%
}

.bottom-section  .mozhaysk {
    left: 20%;
    top: 63%
}

.bottom-section  .kolomna {
    left: 52%;
    top: 82%
}

.bottom-section  .alexandrov {
    right: 13%;
    top: 18%
}

.bottom-section  .voskresensk {
    right: 18%;
    top: 66%
}

.bottom-section  .legal-row {
    margin: 0 28px 28px;
    background: #fff;
    border: 1px solid #e4ebf2;
    border-radius: 12px;
    padding: 36px 42px;
    box-shadow: 0 10px 26px rgba(15, 23, 42, .06)
}

.bottom-section  .legal-grid {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 20px
}

.bottom-section  .legal-grid div {
    border-right: 1px solid #e4ebf2;
    padding-right: 18px
}

.bottom-section  .legal-grid div:last-child {
    border-right: 0
}

.bottom-section  .legal-grid img {
    width: 28px;
    height: 28px;
    margin-bottom: 10px
}

.bottom-section  .legal-grid b {
    display: block;
    font-size: 14px
}

.bottom-section  .legal-grid p {
    font-size: 12px;
    line-height: 1.45
}

.bottom-section  .legal-row small {
    display: block;
    text-align: center;
    margin-top: 25px;
    color: #748197
}

.bottom-section  .legal-row a {
    color: #0072ce
}

.bottom-section  .footer {
    margin: 0 28px 28px;
    border-radius: 9px;
    background: linear-gradient(90deg, rgba(4, 20, 35, .96), rgba(6, 30, 53, .94)), url("images/bottom/footer-bg.png") center/cover no-repeat;
    color: #fff;
    padding: 48px 42px 30px
}

.bottom-section  .footer-grid {
    display: grid;
    grid-template-columns:1.5fr 1fr 1fr 1fr 1.1fr;
    gap: 35px
}

.bottom-section  .footer-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px
}

.bottom-section  .footer-logo img {
    width: 54px
}

.bottom-section  .footer-logo b {
    font-size: 24px
}

.bottom-section  .footer-logo span {
    color: #ff8a00
}

.bottom-section  .footer p {
    color: #cbd5e1;
    line-height: 1.55
}

.bottom-section  .footer h3 {
    text-transform: uppercase;
    margin: 0 0 18px
}

.bottom-section  .footer a {
    display: block;
    color: #dbe4ee;
    margin-bottom: 11px;
    font-size: 14px
}

.bottom-section  .socials {
    display: flex;
    gap: 10px;
    margin-top: 26px
}

.bottom-section  .socials a {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #17334f;
    display: flex;
    align-items: center;
    justify-content: center
}

.bottom-section  .socials img {
    width: 20px;
    height: 20px
}

.bottom-section  .copy {
    margin-top: 35px;
    font-size: 12px
}

@media (max-width: 1200px) {

    .bottom-section .final-hero {
        padding-left: 35px
    }

    .bottom-section .contact-form-row, .bottom-section .geo-row {
        grid-template-columns:1fr
    }

    .bottom-section .request-form {
        border-left: 0;
        border-top: 1px solid #e4ebf2
    }

    .bottom-section .benefit-card {
        grid-template-columns:repeat(3, 1fr);
        gap: 25px
    }

    .bottom-section .benefit-card div {
        border-right: 0
    }

    .bottom-section .footer-grid, .bottom-section .legal-grid {
        grid-template-columns:1fr 1fr
    }

    .bottom-section .map-box {
        height: 380px
    }
}

@media (max-width: 640px) {
    .bottom-section .final-hero {
        padding: 35px 20px;
        height: auto
    }

    .bottom-section .final-hero h1 {
        font-size: 36px
    }

    .bottom-section .final-hero h1 span {
        font-size: 46px
    }

    .bottom-section .hero-actions, .bottom-section  .two {
        grid-template-columns:1fr;
        display: grid
    }

    .bottom-section .benefit-card {
        grid-template-columns:1fr
    }

    .bottom-section .contacts-box, .bottom-section .request-form, .bottom-section  .geo-text, .bottom-section  .legal-row {
        padding: 28px 20px
    }

    .bottom-section .footer-grid, .legal-grid {
        grid-template-columns:1fr
    }

    .bottom-section .circle {
        left: 18%;
        width: 260px;
        height: 260px
    }

    .bottom-section .contact-photo {
        display: none
    }
}

