/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none;
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.6s;
    object-fit: cover;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}



p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: 400;
}

html {
    box-sizing: border-box;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

* {
    outline: none;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

html.modalOpen,
body.modalOpen {
    overflow: hidden;
}

body {
    overflow-x: hidden;
    font-family: "Geologica", sans-serif;
    color: #333333;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.container {
    max-width: 1750px;
    margin: 0 auto;
    padding: 0 15px;
}

.header {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 10;
    padding-top: 36px;
}

.header_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_logo {
    display: flex;
}

.header_wrapper nav>ul {
    display: flex;
    gap: 20px;
}

.header_wrapper li {
    display: flex;
    align-items: center;
    position: relative;
    gap: 10px;
    padding: 10px 0;
}

.header_wrapper li img {
    width: 11px;
    height: auto;
}

.header_wrapper nav>ul a {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
}

.header_wrapper li:hover .submenu {
    opacity: 1;
    visibility: visible;
}

.submenu {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    background: #00000033;
    backdrop-filter: blur(20px);
    left: -20px;
    width: max-content;
    transition: all 0.3s;
    border-radius: 20px;
    padding: 20px;
    top: 100%;
}

.submenu li {
    padding: 0;
}

.submenu a {
    font-weight: 400 !important;
    font-size: 20px;
    display: block;
    margin-bottom: 20px;
}

.submenu li:last-child a {
    margin-bottom: 0;
}

.main_row {
    padding: 252px 0 328px;
}

.header_links {
    display: flex;
    align-items: center;
    gap: 20px;
}

.main {
    position: relative;
    color: #fff;
    margin-bottom: 30px;
    overflow: hidden;
    min-height: 517px;
}

.main::before {
    position: absolute;
    content: "";
    background: #FFFFFF;
    width: 1720px;
    height: 251px;
    border-radius: 80px;
    right: 50%;
    transform: translateX(50%);
    bottom: -191px;
    pointer-events: none;
    max-width: calc(100% - 90px);
}

.main_img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    overflow: hidden;
    border-radius: 0 0 80px 80px;
}

.main_img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    mix-blend-mode: overlay;
    background-size: cover;
    background-position: center bottom;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    background-image: url(../img/main_mask.svg);
    opacity: 0.6;
}

.main:has(.main_img:only-child) {
    margin-bottom: 0;
}

.main_img:only-child::before {
    background-position: center 110%;
}



.main h1 {
    font-weight: 300;
    font-size: 64px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.main h1 span {
    font-weight: 700;
    font-size: 96px;
    display: block;
}

.main p {
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 50px;
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #31AF67;
    border-radius: 50px;
    gap: 10px;
    width: fit-content;
    padding: 18px 25px;
    transition: all 0.3s;
    color: #FFFFFF;
}

.btn:hover {
    background-color: #278C52;
}

.btn img {
    display: flex;
    width: auto;
    height: auto;
}

.projects {
    margin-bottom: 60px;
}

h2 {
    font-weight: 700;
    font-size: 64px;
    text-align: center;
    margin-bottom: 60px;
}

.projects_row {
    display: flex;
    flex-wrap: wrap;
    gap: 60px 26px;
}

.projects_item {
    width: calc(33.333% - 17.3333px);
    background: #F7F7F7;
    border-radius: 30px;
    padding: 54px;
    position: relative;
    display: flex;
    flex-direction: column;
    transition: all 0.6s;
    overflow: hidden;
}

.projects_item::before {
    position: absolute;
    content: "";
    border-top: 1px solid #31AF6780;
    border-left: 1px solid #31AF6780;
    width: 154px;
    height: 184px;
    border-radius: 30px 0 0 0;
    top: 0;
    left: 0;
}

.projects_item::after {
    position: absolute;
    content: "";
    border-bottom: 1px solid #31AF6780;
    border-right: 1px solid #31AF6780;
    width: 154px;
    height: 184px;
    border-radius: 0 0 30px 0;
    bottom: 0;
    right: 0;
}

.projects_item-title {
    font-weight: 700;
    font-size: 32px;
    transition: all 0.6s;
    line-height: 140%;
    margin-bottom: 20px;
    display: block;
    color: #333333;
}

.projects_item-text {
    font-size: 22px;
    line-height: 140%;
    color: #555555;
    margin-bottom: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.projects_item:hover {
    background: #F5F5F5;
}

.projects_item:hover .projects_item-title {
    color: #31AF67;
}

.projects_item:hover .projects_item-img img {
    transform: scale(1.2);
}

.projects_item:hover .projects_item-img {
    box-shadow: 0px 0px 0px 0px #00000024;
}

.projects_item-img {
    box-shadow: 0px 10px 40px 0px #00000024;
    height: 300px;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    transition: all 0.6s;
    margin-bottom: 36px;
}

.projects_item-btn {
    margin-top: auto;
}

.numbers {
    margin: 60px 0;
}

.numbers_wrapper {
    background: #08311A;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    padding: 60px 80px;
    z-index: 1;
}

.numbers_wrapper::before {
    position: absolute;
    content: "";
    pointer-events: none;
    width: 1091px;
    border-radius: 50%;
    height: 1091px;
    background: #6ADA7A;
    top: -991px;
    right: 50%;
    transform: translateX(50%);
    z-index: -1;
    filter: blur(200px);
}

.numbers h2 {
    color: #fff;
}

.numbers_row {
    display: flex;
    justify-content: space-between;
    gap: 107px;
}

.numbers_item-title {
    font-weight: 700;
    font-size: 68px;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-family: "Unbounded", sans-serif;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.numbers_item-title img {
    height: 64px;
    width: auto;
}

.numbers_item-text {
    font-size: 22px;
    color: #FFFFFF;
}

.information {
    margin: 60px 0;
}

.information_row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px 200px;
}

.information_item {
    height: 120px;
    display: flex;
}

.information_item img {
    height: 100%;
    width: auto;
}

.footer {
    background: #3B3B3B;
    border-radius: 40px 40px 0 0;
    padding: 34px 0;
    margin-top: auto;
}

.footer_wrapper {
    position: relative;
}

.footer_item {
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    margin-bottom: 4px;
}

.footer_item:last-child {
    opacity: 0.6;
    margin-bottom: 0;
}

.footer_dev {
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.footer_dev a {
    color: #fff;
}

.menu_burger {
    display: none;
}


.header_inner .header_links {
    display: none;
}

.breadcrumbs {
    text-align: center;
    margin-bottom: 60px;
}

.breadcrumbs ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.breadcrumbs ul li {
    font-weight: 300;
    font-size: 14px;
}

.breadcrumbs ul a {
    color: #31AF67;
    font-weight: 300;
    font-size: 14px;
}

.breadcrumbs ul a::after {
    position: relative;
    content: "-";
    color: #333333;
    margin: 0 6px;
}

.breadcrumbs ul li:last-child a {
    color: #333333;
}

.breadcrumbs ul li:last-child a::after {
    display: none;
}

.general {
    margin-bottom: 60px;
}

.general .projects_item::after,
.general .projects_item::before {
    display: none;
}

.general .projects_item-img {
    height: 446px;
}

.general .projects_item-text {
    font-size: 16px;
    -webkit-line-clamp: 5;
}

.general_row {
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
}

.pagination {
    margin-top: 60px;
}

.pagination ul {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.pagination a {
    background: #DFDFDF;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 50px;
    transition: all 0.3s;
    height: 50px;
    color: #333333;
}

.pagination a:hover {
    background: #B2B2B2;
    color: #fff;
}

.pagination a.active {
    background: #31AF67;
    color: #fff;
}

.comfortable {
    margin-bottom: 60px;
}

.comfortable_row {
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
}

.comfortable_item {
    width: calc(33.333% - 17.3333px);
    background: #31AF67;
    padding: 53px;
    border-radius: 20px;
    transition: all 0.3s;
}

.comfortable_item:hover {
    background: #24804B;
}

.comfortable_item-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 140%;
    margin-bottom: 18px;
    color: #fff;
    display: block;

}

.comfortable_item-icon {
    height: 60px;
    width: fit-content;
    display: flex;
    filter: saturate(1);
    margin-bottom: 20px;
}

.comfortable_item-icon img {
    height: 100%;
    width: auto;
}

.comfortable_item-btn {
    border: 1px solid #FFFFFF;
    padding: 15px 25px;
}

.comfortable_item:hover .comfortable_item-btn {
    background: #FFFFFF;
    color: #31AF67;
}

.comfortable_item-btn path {
    transition: all 0.3s;
}

.comfortable_item:hover .comfortable_item-btn path {
    fill: #31AF67;
}

.projects_item-options {
    margin-bottom: 10px;
}

.projects_item-option {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    gap: 10px;
    line-height: 140%;
    text-transform: uppercase;
    color: #555555;
}

.projects_item-option img {
    width: 22px;
    height: auto;
}

.projects_item:has(.projects_item-teg) .projects_item-img {
    margin-bottom: 20px;
}

.projects_item-teg {
    border-radius: 5px;
    padding: 6px 8px;
    font-size: 14px;
    color: #fff;
    margin-bottom: 20px;
    width: fit-content;
    line-height: 1;
}

.projects_item-teg.progress {
    background: #1249EE99;
}

.projects_item-teg.done {
    background: #EE121299;
}

.card_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F7F7F7;
    border-radius: 30px;
    padding: 40px;
    margin-bottom: 60px;
}

.card_info {
    width: calc(50% - 20px);
}

.card_title {
    font-weight: 700;
    font-size: 46px;
    margin-bottom: 20px;
}

.card_options {
    margin-bottom: 20px;
}

.card_option {
    font-size: 18px;
    line-height: 140%;
    position: relative;
    margin-bottom: 10px;
    padding-left: 32px;
}

.card_option img {
    left: 0;
    top: 0px;
    width: 22px;
    position: absolute;
    height: auto;
}

.card_option span {
    font-weight: 700;
}

.card_info p {
    line-height: 140%;
    margin-bottom: 20px;
}

.card_desc {
    line-height: 140%;
}

.card_subtitle {
    margin-bottom: 20px;
    margin-top: 60px;
    font-weight: 700;
    line-height: 140%;
}

.card_left {
    width: calc(50% - 20px);
}

.swiper-slide {
    box-sizing: border-box;
}

.card_img {
    border-radius: 20px;
    overflow: hidden;
    height: 500px;
}

.card_imgs {
    margin-bottom: 20px;
}

.card_dots {
    position: relative;
}

.card_dots-wrapper {
    position: relative;
}

.card_dot {
    border-radius: 20px;
    height: 150px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.6;
    transition: all 0.6s
}

.swiper-slide-thumb-active.card_dot {
    opacity: 1;
}

.card_dots-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    cursor: pointer;
    z-index: 1;
}

.card_dots-arrow rect {
    transition: all 0.3s;
}

.card_dots-arrow:hover rect {
    fill: #278C52;
}

.card_dots-prev {
    left: 25px;
}

.card_dots-next {
    right: 25px;
}

.card_doc {
    display: flex;
    align-items: center;
    padding: 40px;
    border: 1px solid #DCDCDC;
    border-radius: 20px;
    margin-bottom: 20px;
}

.card_doc:last-child {
    margin-bottom: 0;
}

.card_doc-icon {
    width: 42px;
    height: auto;
    margin-right: 20px;
}

.card_doc-btn {
    margin-left: auto;
}

.card_doc-title {
    font-weight: 700;
    line-height: 140%;
    color: #31AF67;
}

.card_doc-text {
    line-height: 140%;
}

.page_back {
    margin-top: 60px;
}













.wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}










@media(max-width:1750px) {
    .container {
        max-width: 1180px;
    }

    .header_wrapper nav>ul a {
        font-size: 14px;
    }

    .main_img::before {
        background-size: 1200px;
        background-position: center 170px;
        background-repeat: no-repeat;
    }

    .main_row {
        padding: 200px 0 234px;
    }

    .projects_item {
        padding: 32px;
    }

    .projects_item-img {
        height: 170px;
    }

    .projects_item-title {
        font-size: 24px;
        line-height: 1.2;
    }

    .projects_item-text {
        line-height: 1.2;
        font-size: 18px;
    }

    h2 {
        font-size: 52px;
    }

    .information_row {
        gap: 60px;
    }

    .numbers_row {
        gap: 30px;
    }

    .numbers_item-title {
        font-size: 32px;
    }

    .information_item {
        height: 100px;
    }

    .numbers_item-text {
        font-size: 16px;
    }

    .main {
        min-height: 420px;
    }

    .main_img:only-child::before {
        background-position: center 148%;
    }

    .general .projects_item-img {
        height: 300px;
    }

    .comfortable_item {
        padding: 24px;
    }

    .comfortable_item-title {
        font-size: 24px;
    }

    .card_img {
        height: 386px;
    }

    .card_dot {
        height: 91px;
    }

    .card_dots-prev {
        left: -10px;
    }

    .card_dots-next {
        right: -10px;
    }
}

@media (max-width: 1200px) {
    .container {
        max-width: 950px;
    }

    .header {
        position: fixed;
        background: #31AF67;
        padding: 10px 0;
    }

    .header_logo {
        display: none;
    }

    .main_img::before {
        background-size: 1000px;
        background-position: center 220px;
    }

    .main h1 {
        font-size: 52px;
    }

    .main h1 span {
        font-size: 82px;
    }

    .header_inner {
        position: fixed;
        opacity: 0;
        visibility: hidden;
        background: #31AF67;
        top: 40px;
        left: 0;
        width: 100%;
        height: calc(100% - 40px);
        transition: all 0.6s;
        padding-top: 40px;
        display: flex;
        flex-direction: column;
        padding-bottom: 20px;
        justify-content: space-between;
    }

    .header_inner.active {
        opacity: 1;
        visibility: visible;
    }

    .header_wrapper nav>ul {
        flex-direction: column;
        max-width: 930px;
        margin: 0 auto;
        gap: 0px;
    }

    .header_wrapper nav>ul a {
        font-size: 16px;
    }

    .header_wrapper nav>ul img {
        transform: rotate(-90deg);
    }

    .header_wrapper nav>ul li.active img {
        transform: rotate(0deg);
    }

    .header_wrapper li {
        flex-wrap: wrap;

        justify-content: space-between;
    }

    .submenu {
        opacity: 1;
        visibility: visible;
        position: relative;
        inset: auto;
        width: 100%;
        padding: 14px;
        display: none;
        transition: none;
    }

    .submenu a {
        font-size: 14px !important;
    }

    .menu_burger {
        display: block;
        width: 20px;
        height: 14px;
        position: relative;
    }

    .menu_burger::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        background-color: #fff;
        top: 0;
        right: 0;
        transition: all 0.3s;
    }

    .menu_burger.active::before {
        transform: rotate(45deg);
        top: 6px;
    }

    .menu_burger::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        background-color: #fff;
        bottom: 0;
        right: 0;
        transition: all 0.3s;
    }

    .menu_burger.active::after {
        transform: rotate(-45deg);
        bottom: 6px;
    }

    .menu_burger span {
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        background-color: #fff;
        top: 6px;
        right: 0;
        transition: all 0.3s;
    }

    .menu_burger.active span {
        transform: scale(0);
    }

    .projects_row {
        gap: 10px;
    }

    .projects_item {
        width: calc(50% - 5px);
    }

    .projects_item-img {
        height: 220px;
    }

    .numbers_row {
        flex-wrap: wrap;
    }

    .numbers_item {
        width: calc(50% - 15px);
    }

    .header_inner .header_links {
        display: flex;
        margin: 0 auto;
        width: 100%;
        max-width: 930px;
    }

    .general_row {
        gap: 10px;
    }

    .general .projects_item-img {
        height: 388px;
    }

    .main {
        min-height: 340px;
    }

    .comfortable_item-title {
        font-size: 20px;
    }

    .card_wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .card_left {
        width: 70%;
    }

    .card_info {
        width: 100%;
    }

    .header:has(.header_inner.active) .header_wrapper>.header_links {
        opacity: 0;
        pointer-events: none;
    }
}

@media (max-width: 991.98px) {
    .container {
        max-width: 730px;
    }

    .header_wrapper nav>ul {
        max-width: 700px;
    }

    .main_row {
        padding: 104px 0 190px;
    }

    .main::before {
        display: none;
    }

    .main_img::before {
        background-size: 750px;
    }

    h2 {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .main h1 {
        font-size: 46px;
    }

    .main h1 span {
        font-size: 64px;
    }

    .projects_item-img {
        height: 158px;
    }

    .numbers_wrapper {
        padding: 30px 20px;
    }

    .information_item {
        height: 56px;
    }

    .footer_item {
        margin-bottom: 5px;
    }

    .footer_dev {
        position: relative;
        margin-bottom: 5px;
        display: block;
        transform: none;
        inset: auto;
    }

    .header_inner .header_links {
        max-width: 700px;
    }

    .main:has(.main_img:only-child) {
        margin-bottom: 30px;
    }

    .main {
        min-height: 280px;
    }

    .general .projects_item-img {
        height: 278px;
    }

    .comfortable_row {
        gap: 10px;
    }

    .comfortable_item {
        width: calc(50% - 5px);
    }

    .card_left {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .container {
        max-width: 100%;
    }

    .header_link {
        display: flex;
        height: 15px;
    }

    .header_link img {
        height: 100%;
        width: auto;
    }

    .main_row {
        padding: 64px 0 152px;
    }

    .main h1 span,
    .main h1 {
        font-size: 36px;
    }

    .main h1 {
        margin-bottom: 10px;
    }

    .main p {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .main p br {
        display: none;
    }

    .main {
        margin-bottom: 40px;
    }

    .main_img {
        border-radius: 0 0 14px 14px;

    }

    .btn {
        padding: 14px;
        font-size: 14px;
    }

    .main_img::before {
        background-size: calc(100vw - 16px);
        background-position: center bottom;
    }

    .projects_item {
        width: 100%;
        padding: 20px;
        border-radius: 20px;
    }

    .projects_item-img {
        height: 51vw;
        margin-bottom: 20px;
    }

    .projects_item-title {
        font-size: 18px;
        margin-bottom: 11px;
    }

    .projects_item-text {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .projects_item::before,
    .projects_item::after {
        width: 82px;
        height: 99px;
    }

    .projects {
        margin-bottom: 40px;
    }

    .numbers {
        margin: 40px 0;
    }

    .numbers_item {
        width: 100%;
    }

    .numbers_item-title {
        font-size: 36px;
        margin-bottom: 10px;
    }

    .numbers_item-title img {
        height: 40px;
    }

    .information {
        margin: 40px 0;
    }

    .information h2 {
        font-size: 24px;
    }

    .information_row {
        gap: 20px;
        justify-content: space-between;
    }

    .information_item {
        height: 42px;
    }

    .footer {
        padding: 22px 0;
        border-radius: 30px 30px 0 0;
    }

    .footer_dev,
    .footer_item {
        font-size: 11px;
    }

    .header_inner {
        top: 35px;
        height: calc(100% - 35px);
    }

    .header_inner .header_links,
    .header_wrapper nav>ul {
        padding: 0 15px;
    }

    .main {
        min-height: 39vw;
    }

    .main_img:only-child::before {
        background-position: center -15vw;
    }

    .crumbs {
        margin-bottom: 30px;
    }

    .general .projects_item-img {
        height: 81vw;
    }

    .general .projects_item-text {
        font-size: 14px;
    }

    .pagination {
        margin-top: 30px;
    }

    .general {
        margin-bottom: 30px;
    }

    .comfortable_item {
        width: 100%;
        padding: 20px;
    }

    .comfortable_item-icon {
        height: 40px;
    }

    .comfortable_item-title {
        font-size: 18px;
    }

    .comfortable {
        margin-bottom: 30px;
    }

    .projects_item-option {
        font-size: 14px;
    }

    .card_wrapper {
        padding: 20px;
    }

    .card_img {
        height: 81vw;
    }

    .card_dot {
        height: 50px;
        border-radius: 10px;
    }

    .card_dots-arrow svg {
        width: 34px;
        height: auto;
    }

    .card_title {
        font-size: 18px;
    }

    .card_option {
        font-size: 16px;
    }

    .card_info p {
        font-size: 14px;
        margin-bottom: 14px;
    }

    .card_subtitle {
        font-size: 14px;
        margin-top: 20px;
        margin-bottom: 14px;
    }

    .card_desc {
        font-size: 14px;

    }

    .card_wrapper {
        margin-bottom: 30px;
    }

    .card_doc {
        flex-wrap: wrap;
        gap: 10px;
        padding: 20px;
    }

    .card_doc-icon {
        margin-right: 10px;
    }

    .card_doc-btn {
        margin-left: 0;
    }

    .card_doc-info {
        font-size: 14px;
    }

    .page_back {
        margin-top: 20px;
        text-align: center;
        font-size: 13px;
        width: 100%;
    }
}