/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}
.portfolio_item-options:not(:has(.portfolio_item-option)){
    display: none;
}
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
}

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;
}

body {
    overflow-x: hidden;
    /* font-family: "Inter", sans-serif; */
    font-family: "Roboto", sans-serif;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.btn {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    border-radius: 500px;
    border: 1px solid #FFFFFF99;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    font-family: "Inter", sans-serif;
}

.btn:hover {
    background: #509600;
    color: #fff;
    border: 1px solid #509600;
}

.btn_green {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    background: #509600;
    border: 1px solid #509600;
    border-radius: 500px;
    color: #fff;
    display: flex;
    justify-content: center;
    transition: all 0.3s;

    align-items: center;
}

.btn_green:hover {
    background: #50960000;
    border: 1px solid #FFFFFF99;
    color: #fff;
}



.container {
    max-width: 1570px;
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
}

.header {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    font-family: "Inter", sans-serif;
    z-index: 10;
}

.header.fixed {
    position: fixed;
    background: #191919;
    animation: headerAnim 0.3s;
    border-bottom: 1px solid #FFFFFF33;
    z-index: 999;
}

@keyframes headerAnim {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}

.header.fixed .header_inner {
    display: none;

}

.main {
    padding: 312px 0 152px;
    position: relative;
    z-index: 1;
    background-color: #101010
}

.main_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 53px;
    right: 0;
    pointer-events: none;
    z-index: -1;
    display: flex;
    
}

.main_bg::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.48) 63.94%, rgba(0, 0, 0, 0.8) 100%);
}

.main_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header_wrapper {
    display: flex;
    flex-direction: column;
}

.header_top .top-line_menu {
    display: flex;
    flex-direction: row;
    gap: 27px;
}

.fixed .header_top{
    display: none;
}

.header_top .top-line_menu li a{
    color: #fff;
    opacity: 0.8;
    font-size: .95em;
    height: 53px;
    display: flex;
    align-items: center;
}

.header_middle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #FFFFFF33;
    position: relative;
    gap:15px;
}

.header.fixed .header_middle {
    border: none;
}

.header_logo .logo {
    display: flex;
}

.header_messages {
    display: flex;
    gap: 10px;
}

.header_message {
    display: flex;
}

.header_mail {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    transition: all 0.3s;
}

.header_mail:hover {
    color: #509600;
}

.header_middle .header_number {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    transition: all 0.3s;
}

.header_middle .header_number:hover {
    color: #509600;
}

.header_order {
    font-weight: 500;
    font-size: 14px;
    text-decoration: underline;
    color: #509600;
}

.header_time {
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFFCC;
}

.header_btn {
    width: 240px;
    height: 45px;
    font-size: 14px;
}

.header_find-btn{
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    cursor: pointer;
}

.header_find-btn::after{
    display: block;
    content: '';
    background-image: url(../img/header-btn-search.svg);
    width: 26px;
    height: 26px;
    background-size: cover;
    background-position: center;
    filter: brightness(0) saturate(100%) invert(100%) sepia(30%) saturate(1167%) hue-rotate(271deg) brightness(121%) contrast(108%);
}


/*.header_middle.search-active .header_links,
.header_middle.search-active .header_messages,*/
.header_middle.search-active .header_call-btn,
.header_middle.search-active .header_mobile_menu-btn,
.header_middle.search-active .header_find-btn {
    opacity: 0;
    visibility: hidden;
}


.header_find-form {
    opacity: 0;
    visibility: hidden;
    width: 33%; 
    height: 100%; 
    position: absolute; 
    top: 0;
    right: -100%; /* Start off-screen to the right */
    z-index: 11;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.7s ease, right 0.7s ease, visibility 0.7s ease;
}

.header_middle.search-active .header_find-form {
    opacity: 1;
    visibility: visible;
    right: 0; /* Slide in to position */
}

.header_middle.search-active {
    position: relative;
    overflow: hidden; /* Hide overflowing content during transition */
}

.header_middle.search-active .header_logo {
    position: relative;
    z-index: 11; /* Ensure logo is above the expanding form */
}

#headerSearchForm {
    width: 100%; /* Adjust as needed */
    display: flex;
    align-items: center;
    gap: 15px;
}

#headerSearchForm input[type="text"] {
    flex-grow: 1;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1rem;
}

#headerSearchForm button {
    padding: 10px 0px;
    background-color: #509600;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
    width: 100px;
    opacity: 0.9
}
    

#headerSearchForm button:hover {
    opacity: 1;
}


.header_mobile_menu-btn{  
    display: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    align-items: center;
    gap: 18px;
    z-index: 11
}

.menu_burger {
    width: 20px;
    height: 18px;
    position: relative;
}

.header_mobile_menu-btn.active .menu_burger::before {
    transform: rotate(45deg);
    top: 8px;
}

.menu_burger::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    background-color: #fff;
    top: 0;
    right: 0;
    transition: all 0.3s;
}

.menu_burger::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    background-color: #fff;
    bottom: 0;
    right: 0;
    transition: all 0.3s;
}

.header_mobile_menu-btn.active .menu_burger::after {
    transform: rotate(-45deg);
    bottom: 8px;
}

.menu_burger span {
    position: absolute;
    content: "";
    height: 2px;
    width: 60%;
    background-color: #fff;
    top: 8px;
    right: 0;
    transition: all 0.3s;
}

.header_mobile_menu-btn.active .menu_burger span {
    transform: scale(0)
}

.fixed .header_bottom{
    display: none;
}

.header_dropdown_mobile{
    position: fixed;
    background-color: #000000f5;
    width: 100%;
    left: 0;
    top: 73px;
    overflow: auto;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
    height: calc(100% - 73px);
}

.header_dropdown_mobile.active {
    opacity: 1;
    visibility: visible;
}

.header_dropdown_mobile::-webkit-scrollbar {
    display: none;
}

.header_dropdown-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 66px;
    height: calc(100vh - 105px);
}

.header_dropdown-menu{
    border-bottom: 1px solid #FFFFFF33;
    padding-bottom: 10px;
}

.header_dropdown-menu a {
    display: block;
    text-transform: uppercase;
    color: #FFFFFF99;
    transition: all 0.3s;
}

.main_menu {
    display: flex;
    justify-content: space-between;
    padding: 24px 0;
    gap: 30px;
}

.main_menu a {
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    text-transform: uppercase;
    color: #fff;
    transition: all 0.3s;
}


.main_menu a:hover {
    color: #509600;
}

.main_title {
    font-weight: 600;
    font-size: 48px;
    line-height: 130%;
    margin-bottom: 40px;
    max-width: 820px;
    color: #fff;
}

.main_subtitle {
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    color: #fff;
    margin-bottom: 40px;
}

.main_btns {
    display: flex;
    gap: 20px;
}

.main_btn.btn {
    width: 275px;
    height: 60px;
}

.main_btn.btn_green {
    width: 320px;
    height: 60px;
}

.main_options {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 60px;
    width: 1100px;
    margin-bottom: 40px;
}

.main_option {
    width: calc(33.333% - 40px);
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    font-family: "Inter", sans-serif;
    color: #fff;
    position: relative;
    padding-left: 55px;
    display: flex;
    align-items: center;
}

.main_option::before {
    position: absolute;
    content: "";
    background-image: url(../img/main_option.svg);
    background-size: cover;
    width: 35px;
    height: 35px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    backdrop-filter: blur(4px);
}

/*PRODJECTS*/
.prodjects {
    margin: 100px 0;
}

.title {
    font-weight: 600;
    font-size: 48px;
    line-height: 130%;
    color: #191919;
    margin-bottom: 30px;
}

.prodjects .title {
    text-align: center;
}

.prodjects_ways {
    display: flex;
    flex-wrap: wrap;
}

.prodjects_way {
    height: 600px;
    display: flex;
    padding: 30px;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 20%;
    flex: auto;
}

.prodjects_way:hover .prodjects_way-img {
    transform: scale(1.05);
}

.catalog.facade .prodjects_ways{
    margin-bottom: 60px;
}

.prodjects_way-img {
    position: absolute;
    width: 100%;
    z-index: -1;
    height: 100%;
    top: 0;
    right: 0;
    display: flex;
    transition: all 0.3s;
}

.prodjects_way-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
}

.prodjects_way-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.prodjects_way-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 8px;
    color: #FFFFFF;
}

.prodjects_way-subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #FFFFFFCC;
}

.prodjects_btn {
    width: 561px;
    height: 60px;
    margin: 60px auto 0;
    border: 1px solid #191919;
    border-radius: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #191919;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    transition: all 0.3s;
}

.prodjects_btn:hover {
    background: #509600;
    color: #fff;
    border: 1px solid #509600;
}

.prodjects_btn:hover span {
    color: #fff;
}

.prodjects_btn span {
    color: #7E8794;
    transition: all 0.3s;
    margin-left: 6px;
}

.prodjects_items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.prodjects_item {
    width: calc(50% - 10px);
    position: relative;
    height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: center;
    color: #fff;
    padding: 30px;
    z-index: 1;
}

.prodjects_item-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    display: flex;
    z-index: -1;
}

.prodjects_item-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
background: linear-gradient(0deg,rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.7) 100%);
    transition: all 0.3s;
}

.prodjects_item-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.14) 0%, rgba(0, 0, 0, 0.525) 33.17%, rgba(0, 0, 0, 0.7) 83.65%);
    opacity: 0;
    transition: all 0.3s;
}

.prodjects_item:hover .prodjects_item-img::after {
    opacity: 1;
}

.prodjects_item:hover .prodjects_item-img::before {
    opacity: 0;
}

.prodjects_item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.prodjects_item-tags {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    gap: 15px;
}

.prodjects_item-tag {
    background: #FFFFFF33;
    backdrop-filter: blur(4px);
    border-radius: 10px;
    padding: 5px 12px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 150%;
    text-transform: uppercase;
    color: #fff;
}

.prodjects_item-title {
    font-weight: 600;
    font-size: 26px;
    line-height: 130%;
    margin-bottom: 10px;
}

.prodjects_item-price {
    display: flex;
    align-items: center;
    font-weight: 500;
    gap: 20px;
    font-size: 20px;
    justify-content: center;
    margin-bottom: 30px;
    line-height: 130%;
}

.prodjects_item-price span {
    font-size: 18px;
    line-height: 130%;
    text-decoration: line-through;
    color: #FFFFFFCC;
}

.prodjects_item-btn {
    width: 225px;
    margin: 0 auto;
    transition: height 0.3s, margin 0.3s;
    height: 0;
    overflow: hidden;
    border-width: 0px;
    margin-top: auto;
}

.prodjects_item:hover .prodjects_item-btn {
    height: 45px;
    border-width: 1px;
    margin-bottom: 50px;
}

.prodjects_item-options {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.prodjects_item-option {
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 130%;
    color: #FFFFFFCC;
}

.prodjects_item-option span {
    font-weight: 500;
    color: #fff;
}


/*FORM BLOCK*/
.form_block-wrapper:has(.form_block-title) .title {
    margin-bottom: 20px;
}

.form_block-wrapper {
    display: flex;
    justify-content: space-between;
}

.form_block-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 20px;
    color: #509600;
}

.works+.form_block {
    margin-top: -100px;
}

.form_block {
    position: relative;
    margin: 100px 0;
    z-index: 1;
}

.form_block-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    right: 0;
    z-index: -1;
}

.form_block-bg::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: #0000004b;
}

.form_block-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.form_block-left {
    background: #00000099;
    backdrop-filter: blur(15px);
    padding: 80px;
    width: 760px;
}
.form_block-left .form_file{
        width: calc(50% - 30px);
}
.form_block-left .form_file:before{
    display: none;
}
.form_block .title {
    color: #fff;
    margin-bottom: 20px;
}

.form_block-subtitle {
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 50px;
    color: #FFFFFFCC;
}

.form_block-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 60px;
}

.form_inp {
    width: calc(50% - 30px);
    background: none;
    color: #fff;
    border: none;
    border-bottom: 1px solid #FFFFFF99;
    padding-bottom: 25px;
    display: block;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px #000 inset !important;
    -webkit-text-fill-color: #fff !important; 
    transition: background-color 5000s ease-in-out 0s;
}
.form_inp.big {
    width: 100%;
}

.form_area::placeholder,
.form_inp::placeholder {
    color: #FFFFFF99;
}

.form_area {
    width: 100%;
    color: #fff;
    background: none;
    border: none;
    border-bottom: 1px solid #FFFFFF99;
    resize: none;
    display: block;
    height: 100px;
    border-bottom: 1px solid #FFFFFF99;
}

.form_btn {
    width: 100%;
    background: none;
    height: 60px;
    cursor: pointer;
}

.form_block-left .form_ok {
    margin-top: -20px;
}

.form_ok {
    color: #FFFFFF99;
    font-size: 14px;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
}

.form_ok input {
    /*display: none;*/
    position: absolute;
    z-index: -100;
    visibility: hidden;
}

.form_ok input[type=checkbox] + span {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #509600;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #509600;
}

.form_ok input:checked+span {
    background-image: url(../img/check.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.form_ok input.error + span {
    border-color: brown;
    background-color: brown;
}

.form_ok a {
    color: #fff;
    text-decoration: underline;
}

.form_block-right {
    width: 760px;
    display: flex;
    align-items: flex-end;
    padding: 80px;
    font-family: "Inter", sans-serif;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.form_block-text {
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 50px;
    line-height: 130%;
    color: #fff;
}

.form_block-mail {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 24px;
    color: #fff;
}

.form_block-bot {
    display: flex;
    flex-wrap: wrap;
}

.form_block-number {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 24px;
    color: #fff;
}

.form_block-order {
    font-weight: 500;
    font-size: 15px;
    text-decoration: underline;
    color: #509600;
}

.form_block-time {
    font-weight: 500;
    font-size: 15px;
    color: #FFFFFFCC;
}

.form_block-links {
    margin-right: 50px;
}

.form_block-btn {
    width: 226px;
    height: 60px;
    margin-top: 50px;
}

.form_block-messages {
    display: flex;
    gap: 10px;
    margin-top: 50px;
}

.form_block-message {
    display: flex;
    width: 60px;
}

.form_block-message img {
    width: 100%;
    height: auto;
}


/*PARTNERS*/
.partners {
    margin: 100px 0;
}

.partners_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}

.partners_top .title {
    margin-bottom: 0;
}

.partners_subtitle {
    font-size: 18px;
    line-height: 150%;
    color: #000000CC;
}

.partners_items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.partners_item {
    width: calc(25% - 15px);
    border: 1px solid #EAEEF3;
    padding: 30px;
    display: flex!important;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
    height: auto;
}

.partners_item-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    color: #191919;
    gap: 15px;
}

.partners_item-options {
    display: flex;
    flex-direction: column;
    gap: 25px;
}


.partners_item-option {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    line-height: 130%;
    color: #474F5A;
}

.partners_item-option span {
    color: #191919;
    font-weight: 500;
    order: 1;
}

.partners_item-option::after {
    position: relative;
    content: "";
    display: block;
    flex: auto;
    border-bottom: 1px dashed #EAEEF3;
    margin: 0 5px 5px;
}

.partners_item-option:last-child {
    margin-bottom: 0;
}

.partners_item-btn {
    border: 1px solid #191919;
    color: #191919;
    height: 45px;
    margin-top: 10px;
}


.variations {
    margin: 100px 0;
}

.variations_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}

.variations_top .title {
    margin-bottom: 0;
}

.variations_subtitle {
    font-size: 18px;
    line-height: 150%;
    color: #000000CC;
}

.variations_items {
    display: flex;
    gap: 20px;
}

.variations_item {
    width: calc(25% - 15px);
    border: 1px solid #EAEEF3;
    padding: 30px;
    display: flex;
    flex-direction: column;
}

.variations_img {
    width: calc(25% - 15px);
    display: flex;
}

.variations_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.variations_item-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 20px;
    color: #474F5A;
}

.variations_item-price {
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 66px;
    color: #7E8794;
}

.variations_item-price span {
    font-weight: 600;
    font-size: 40px;
    line-height: 130%;
    margin: 0 6px;
    color: #191919;
}

.variations_item-option {
    font-weight: 500;
    font-size: 18px;
    gap: 10px;
    display: flex;
    align-items: center;
    /*flex-wrap:wrap;*/
    line-height: 140%;
    color: #191919;
    margin-bottom: 20px;
    position: relative;
    padding-right: 30px;
}

.variations_item-option::before {
    display: block;
    content: '';
    width: 19px;
    min-width: 19px;
    height: 17px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/variations_item-option2.svg);
    margin-top: 2px;
    margin-right: 10px;
}

.variations_item-option.yes::before {
    background-image: url(../img/variations_item-option3.svg);
}

.variations_item-option img {
    margin-right: 10px;
}
/*.variations_item-option span{
    width:calc(100% - 39px);
}*/
.variations_item-option .more,
.variations_item-option .help
{
    background-image: url(../img/more.svg);
    background-size: cover;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    top: 0;
    margin-left: auto;
    min-width: 24px;
}
.variations_item-option .more.active{
    background-image: url(../img/more2.svg);
}
.variations_item-option .more:hover .tooltip{
    opacity: 1;
    visibility: visible;
}

.tooltip{
    font-size: 14px;
    display: none;
    width: 100%;
}


.variations_item-btn {
    border: 1px solid #191919;
    height: 60px;
    color: #191919;
    margin-top: auto;
    font-size: 16px;
}
.variations_item-options{
    margin-bottom: 40px;
}

.why {
    margin: 100px 0;
}

.why_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}

.why_top .title {
    margin-bottom: 0;
}

.why_subtitle {
    font-size: 18px;
    line-height: 150%;
    color: #000000CC;
    max-width: 700px;
}

.why_wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    z-index: 1;
}
.why_items{
        display: flex;
        width: 100%;
        min-height: 900px;
    flex-wrap: wrap;
}
.why_wrapper-bg {
    position: absolute;
    content: '';
    width: 100vw;
    height: 100%;
    top: 0;
    right: 50%;
    transform: translateX(50%);
    z-index: -1;
      pointer-events: none ;
}
.why_wrapper-bg img{
    width: 100%;
    height: 100%;
   object-fit: cover;
}
.why_text {
    width: 66.666%;
    padding: 72px 40px 40px 350px;
    font-weight: 600;
    font-size: 40px;
    line-height: 130%;
    color: #fff;
}

.why_item {
    width: 33.333%;
    background: #00000066;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 300px;
    border: 1px solid #FFFFFF33;
    color: #fff;
    position: relative;
}

.why_item-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
}

.why_item-text {
    font-size: 16px;
    line-height: 150%;
    opacity: 0;
        transition:0.3s;
}
.why_item:hover .why_item-text {
    opacity: 1;
}
.why_item-icon {
    display: flex;
    position: absolute;
    opacity: 1;
    transition:0.3s;
    top: 40px;
    left: 40px;
}
.why_item:hover .why_item-icon {
    opacity: 0;
}
.why_links {
    width: 33.333%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    position: absolute;
    top: 300px;
    left: 0;
    height: 300px;
}
.why_item:nth-child(3) {
    margin-left: 33.333%;
}
.why_links::before {
    position: absolute;
    content: "";
    background-image: url(../img/why_links.png);
    background-size: cover;
    width: 866px;
    height: 461px;
    right: -166px;
    bottom: -133px;
    z-index: -1;
}

.why_img {
    position: absolute;
    display: flex;
    left: -182px;
    bottom: 0;
    z-index: -1;
}

.why_links-title {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 12px;
    color: #FFFFFFCC;
}

.why_links-number {
    display: block;
    font-weight: 600;
    font-size: 24px;
    color: #fff;
}


.works {
    margin: 100px 0;
}

.works_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}

.works_top .title {
    width: 651px;
    margin-bottom: 0;
}

.works_subtitle {
    font-size: 18px;
    line-height: 150%;
    color: #000000CC;
    max-width: 700px;
}

.works_map {

    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 1;
}

#map {
    height: 100%;
}

.works_map .ymaps-2-1-79-map {
    width: 100%;
    height: 100% !important;
}

.works_map .ymaps-2-1-79-ground-pane {
    filter: brightness(0.5) grayscale(1);
}

.works_map .ymaps-2-1-79-copyrights-pane {
    display: none !important;
}

.works_wrapper {
    position: relative;
    height: 900px;
    display: flex;
    align-items: flex-end;
    padding: 100px 0;
}



.works_links {
    position: relative;
    z-index: 2;
}

.works_links {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.works_more {
    width: 301px;
    height: 60px;
    margin-right: 30px;
}

.works_btn {
    width: 226px;
    height: 60px;
}

.works_message {
    display: flex;
}

.works_message img {
    width: 60px;
    height: auto;
}

.works_map-item {
    position: relative;
    width: 350px;
    height: 300px;
    text-align: center;
    display: flex;
    padding: 20px;
    flex-direction: column;
    justify-content: flex-end;
}

.works_map-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
}

.works_map-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.510577) 64.9%, rgba(0, 0, 0, 0.6) 100%);
}

.works_map-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.ymaps-2-1-79-balloon__close+.ymaps-2-1-79-balloon__content {
    margin-right: 0 !important;
    padding: 2px;
    padding-right: 2px !important;
}

.works_map-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    color: #fff;
    margin-bottom: 8px;
}

.works_map-price {
    font-size: 14px;
    line-height: 130%;
    color: #FFFFFFCC;
}

.sales {
    margin: 100px 0;
}

.sales_items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.sales_item {
    padding: 30px;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 1;
    position: relative;
    width: calc(33.333% - 13.333px);
}

.sales_item-img {
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.sales_item-btn{
    height: 50px;
    width: 100%;
}
.sales_item-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.3) 33.17%, rgba(0, 0, 0, 0.4) 83.65%);
    top: 0;
    right: 0;
}

.sales_item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sales_item-subtitle {
    background: #509600;
    border-radius: 10px;
    padding: 8px 12px;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    font-family: "Inter", sans-serif;
    width: fit-content;
    color: #fff;
}

.sales_item-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    color: #fff;
    margin-top: auto;
    margin-bottom: 20px;
}

.reviews {
    margin: 100px 0;
}

.reviews .title {
    margin-bottom: 0;
}

.reviews_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}

.reviews_text {
    max-width: 444px;
    font-size: 18px;
    line-height: 150%;
    color: #191919;
}

.reviews_btn {
    border: 1px solid #191919;
    color: #191919;
    width: 236px;
    height: 60px;
}

.reviews_options {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.reviews_option {
    border: 1px solid #EAEEF3;
    padding: 25px;
    width: calc(25% - 15px);
    display: flex;
    gap: 28px;
    align-items: center;
    font-weight: 500;
    font-size: 32px;
    line-height: 130%;
    color: #191919;
}

.reviews_option span {
    padding-left: 28px;
    border-left: 1px solid #EAEEF3;
}

.reviews_items {
    display: flex;
    flex-wrap: wrap;
}

.reviews_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 20%;
    height: 450px;
    position: relative;
    z-index: 1;
    padding: 30px;
}
.reviews_item-video,
.reviews_item-img {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    top: 0;
    right: 0;
    z-index: -1;
}
.reviews_item-video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.reviews_item-video:before,
.reviews_item-img::before {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

.reviews_item-img::after {
    position: absolute;
    content: "";
    background: #00000099;
    backdrop-filter: blur(15px);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-image:url(../img/search.svg);
    background-position:center;
      background-repeat: no-repeat;
    transition: all 0.3s;
    opacity: 0;
}
.reviews_item-video:after{
     position: absolute;
    content: "";
    background: #00000099;
    backdrop-filter: blur(15px);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-image:url(../img/play.svg);
    background-position:center;
      background-repeat: no-repeat;
    transition: all 0.3s;
    opacity: 0;
}
.reviews_item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reviews_item-text {
    margin-bottom: auto;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    color: #FFFFFF;
}

.reviews_item:hover .reviews_item-text {
    opacity: 1;
    visibility: visible;
}
.reviews_item:hover .reviews_item-video::after,
.reviews_item:hover .reviews_item-img::after {
    opacity: 1;
}

.reviews_item-text p:not(:last-child) {
    margin-bottom: 15px;
}

.reviews_item-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    color: #fff;
    margin-bottom: 8px;
}

.reviews_item-subtitle {
    font-size: 16px;
    line-height: 130%;
    color: #FFFFFFCC;
}

.production {
    margin: 100px 0;
}

.production .title {
    text-align: center;
}

.production_items {
    width: calc(100% + 65px);
}

.production_item {
    margin-right: 65px;
    display: flex !important;
    flex-direction: column-reverse;
    gap: 30px;
}

.production_item:nth-child(2n) {
    flex-direction: column;

}

.production_item-img {
    /*height: 371px;*/
}

.production_item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.production_item-text {
    font-size: 14px;
    line-height: 150%;
    color: #000000CC;
}
.production_item-text ul{
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 10px;
}
.production_item-text p{
    margin-bottom: 10px;
}
.production_item-text *:last-child{
    margin-bottom: 0;
}
.production_items .slick-dots {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 60px;
}

.production_items .slick-dots button {
    background: #EAEEF3;
    width: 40px;
    height: 15px;
    border: none;
    cursor: pointer;
    font-size: 0;
}

.production_items .slick-dots li:only-child {
    display: none;
}

.production_items .slick-dots .slick-active button {
    background-color: #509600;
}


.steps {
    margin: 100px 0;
}

.steps .title {
    margin-bottom: 0;
}

.steps_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}

.steps_text {
    max-width: 700px;
    font-size: 18px;
    line-height: 150%;
    color: #000000CC;
}

.steps_wrapper {
    position: relative;
}

.steps_wrapper {
    display: flex;
    padding-top: 60px;
    justify-content: space-between;
    position: relative;
}
.steps_wrapper-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}
.steps_wrapper-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.steps_tabs-wrapper {
    display: flex;
}

.steps_tabs {
    width: 400px;
}

.steps_tab {
    background: #2B2B374D;
    backdrop-filter: blur(5px);
    border-top: 1px solid #FFFFFF33;
    border-left: 1px solid #FFFFFF33;
    border-right: 1px solid #FFFFFF33;
    padding: 30px;
    cursor: pointer;
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    color: #fff;
}

.steps_tab.active {
    background: #00000099;
}

.steps_tab span {
    color: #509600;
    margin-right: 5px;
}

.steps_tab:last-child {
    border-bottom: 1px solid #FFFFFF33;
}

.steps_content {
    width: calc(100% - 400px);
    display: none;
    background: #00000099;
    backdrop-filter: blur(5px);
    padding: 60px;
    align-items: center;
    justify-content: space-between;
}

.steps_content.active {
    display: flex;
}

.steps_info {
    width: 480px;
}

.steps_img {
    width: 480px;
    height: 396px;
    display: flex;
}

.steps_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.steps_item-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 30px;
    color: #fff;
}

.steps_info p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 20px;
    color: #FFFFFFCC;
}
.steps_info ul{
        font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 20px;
    color: #FFFFFFCC;
}
.steps_info ul:last-child,
.steps_info p:last-child {
    margin-bottom: 0;
}

.steps_inner {
    padding: 100px 0 85px;
    position: relative;
}

.steps_inner-img {
    position: absolute;
    display: flex;
    right: -18px;
    bottom: 0;
}

.steps_inner-title {
    font-weight: 600;
    font-size: 48px;
    line-height: 130%;
    margin-bottom: 30px;
    color: #fff;
}

.steps_quote {
    font-weight: 600;
    font-size: 22px;
    line-height: 150%;
    text-align: right;
    width: 670px;
    color: #FFFFFF;
    margin-left: 200px;
    margin-bottom: 30px;
}

.steps_inner-subtitle {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 12px;
    color: #FFFFFFCC;
    padding-right: 552px;
    text-align: right;
}

.steps_inner-person {
    font-weight: 600;
    font-size: 24px;
    padding-right: 552px;
    text-align: right;
    color: #fff;
}

.turnkey {
    margin: 100px 0;
}

.turnkey .title {
    margin-bottom: 0;
    width: 646px;
}

.turnkey_top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 60px;
}

.turnkey_text {
    font-weight: 400;
    font-size: 18px;
    width: 700px;
    line-height: 150%;
    color: #000000CC;
}

.turnkey_items {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.turnkey_item {
    width: calc(33.333% - 13.333px);
    padding: 40px;
    height: 604px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    z-index: 1;
    position: relative;
}

.turnkey_item-img {
    position: absolute;
    width: 100%;
    z-index: -1;
    height: 100%;
    top: 0;
    right: 0;
    display: flex;
}

.turnkey_item-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.3) 33.17%, rgba(0, 0, 0, 0.4) 83.65%);
    top: 0;
    right: 0;
}

.turnkey_item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.turnkey_item-info {
    position: absolute;
    width: 100%;
    overflow: auto;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid #EAEEF3;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    padding: 40px;
}

.turnkey_item:hover .turnkey_item-info {
    opacity: 1;
    visibility: visible;
}

.turnkey_item-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    color: #fff;
}

.turnkey_item-info .turnkey_item-title {
    color: #191919;
    margin-bottom: 30px;
}

.turnkey_item-info p {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #000000CC;

    margin-bottom: 15px;
}
.turnkey_item-info ul{
       font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #000000CC;
    padding-left: 20px;
    list-style: disc;
    margin-bottom: 15px; 
}
.turnkey_item-info p:last-child {
    margin-bottom: 0;
}


/*BLOG*/
.blog {
    margin: 100px 0;
}

.blog .title {
    margin-bottom: 0;
    width: 646px;
}

.blog_top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 60px;
}

.blog_btn {
    border: 1px solid #191919;
    color: #191919;
    width: 236px;
    height: 60px;
}

.blog_items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.blog_item {
    width: calc(25% - 15px);
    height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;

    position: relative;
    z-index: 1;
}

.blog_item-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    display: flex;
    z-index: -1;
}

.blog_item-img::before {
    position: absolute;
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.3) 33.17%, rgba(0, 0, 0, 0.4) 83.65%);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

.blog_item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog_item-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    color: #fff;
}

.blog_item-info {
    padding: 30px;
    position: relative;
    z-index: 1;
}

.blog_item:hover .blog_item-info::before {
    opacity: 1;
    visibility: visible;
}

.blog_item-info::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #00000099;
    backdrop-filter: blur(10px);
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    z-index: -1;
}

.blog_item-text {
    color: #FFFFFFCC;
    margin-top: 15px;
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 30px;
    display: none;
}
.blog_item-text ul{
    list-style: disc;
    margin-bottom: 20px;
    padding-left: 20px;
}
.blog_item-text:last-child {
    margin-bottom: 0;
}

.blog_item-text span {
    color: #fff;
}

.blog_item:hover .blog_item-text {
    display: block;
}

.blog_item:hover .blog_item-link {
    display: flex;
}

.blog_item-link {
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    text-transform: uppercase;
    color: #FFFFFF;

    align-items: center;
    display: none;
    gap: 10px;
    padding-bottom: 6px;
    border-bottom: 1px solid #FFFFFF;
    width: fit-content;
}
section.text h2 {
    font-size: 26px;
    margin-top: 30px;
    margin-bottom: 20px;
}

section.text h3 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 20px;
}

section.text ul li {
    list-style: disc;
}

section.text p {
    margin-bottom:10px;
}

section.text ul {
    padding: 20px;
}

section.text ul+h3 {
    margin-top:20px
}
.form_block+.footer {
    margin-top: -100px;
}

.footer {
    background: #191919;

}

.footer_wrapper {
    padding: 60px 0 40px;
    display: flex;
    justify-content: space-between;
}

.footer_logo {
    display: flex;
    margin-bottom: 20px;
}

.footer_link {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    font-family: "Inter", sans-serif;
    color: #fff;
    display: block;
    margin-bottom: 12px;
}

.footer_link:hover {
    color: #509600;
}

.footer_time {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 30px;
    color: #FFFFFFCC;
}

.footer_price {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-decoration: underline;
    color: #509600;
    margin-bottom: 30px;
}

.footer_messages {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

.footer_message {
    display: flex;
    width: 40px;
}

.footer_item {
    max-width: 350px;
}

.footer_item-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    color: #fff;
    margin-bottom: 30px;
}

.footer_menu a {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    display: block;
    margin-bottom: 20px;
    color: #FFFFFFCC;
    transition: all 0.3s;
}

.footer_menu a:hover {
    color: #509600;
}

.footer_option {
    border: 1px solid #FFFFFF33;
    padding: 20px;
    margin-bottom: 10px;
}

.footer_option-subtitle {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 15px;
    color: #FFFFFF99;
}

.footer_option-title {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    font-family: "Inter", sans-serif;
}

.footer_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
    position: relative;
}

.footer_inner::before {
    position: absolute;
    content: "";
    background: #FFFFFF33;
    width: 100vw;
    height: 1px;
    right: 50%;
    transform: translateX(50%);
    top: 0;
}

.footer_inner-item {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #FFFFFFCC;
}


.popup_body {
    background: #000000CC;
    backdrop-filter: blur(15px);
    width: 760px;
    padding: 80px;
}

.popup_body-title {
    margin-bottom: 50px;
    font-weight: 600;
    font-size: 48px;
    line-height: 130%;
    color: #fff;
}

.popup_body form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 50px 60px;
}

.fancybox-slide--html .fancybox-close-small {
    color: #fff !important;
    padding: 2px;
    top: 5px;
    right: 5px;
}

.form_file {
    cursor: pointer;
    border-bottom: 1px solid #FFFFFF99;
    padding-bottom: 25px;
    width: 100%;
    display: block;
    position: relative;
}
.file-item{
    display: flex;
    justify-content: space-between;
    width: fit-content;
    align-items: center;
    /*max-width: calc(100% - 110px);*/
}
.remove-file{
    color: #fff;
    font-size: 20px;
    background: none;
    border: none;
    margin-left: 10px;
    cursor: pointer;
}
.form_file::before {
    position: absolute;
    background: #FFFFFF1A;
    border-radius: 100px;
    padding: 6px 15px;
    top: 0;
    right: 0;
    font-size: 14px;
    line-height: 130%;
    color: #FFFFFF99;
    content: "Загрузить";
}

.form_file span {
    font-size: 16px;
    line-height: 130%;
    color: #FFFFFF99;
}

.form_file input {
    display: none;
}

.popup_body-text {
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFFCC;
    margin-bottom: 50px;
}

#popup_price {
    width: 410px;
    padding: 40px;
}

#popup_price .popup_body-title {
    text-align: center;
    font-size: 32px;
    margin-bottom: 50px;
}

.popup_price-value {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #FFFFFF33;
    padding-bottom: 30px;
    font-weight: 500;
    font-size: 20px;
    align-items: center;
    gap: 20px;
    line-height: 130%;
    color: #fff;
}

.popup_price-value span {
    font-size: 18px;
    line-height: 130%;
    text-decoration: line-through;
    color: #FFFFFFCC;
}

.popup_price-option {
    border-bottom: 1px solid #FFFFFF33;
    padding: 20px 0;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color: #fff;
}

.popup_price-total {
    margin: 30px 0 50px;
    display: flex;
    font-size: 18px;
    line-height: 130%;
    color: #FFFFFFCC;
    justify-content: space-between;
    align-items: center;
}

.popup_price-total span {
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color: #fff;
}

/*CATALOG*/
.catalog {
    margin: 100px 0;
}

.catalog.facade {
    margin: 233px 0 0;
}

.catalog.main {
    padding-top: 240px;
    margin: 0;
    overflow: hidden;
    height: calc(100vh);
}

.catalog.main:has(.main_items) {
    padding-bottom: 60px;
    height: auto;
}

.crumbs {
    margin-bottom: 75px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px 15px;
}

.catalog.facade .crumbs{
    margin-bottom: 0px;
} 

.crumb {
    font-size: 16px;
    line-height: 130%;
    color: #fff;
    align-items: center;
    display: flex;
}

.crumb::after {
    position: relative;
    content: "";
    width: 20px;
    height: 1px;
    display: block;
    margin-left: 15px;
    background: #FFFFFF;
}

.crumb:last-child {
    opacity: 0.7;
}

.crumb:last-child::after {
    display: none;
}

.catalog.facade .crumb{
    color: #191919
} 

.catalog.facade .crumb::after{
    background-color: #191919
} 


.catalog.main .main_title {
    max-width: 100%;
}

.main_items {
    margin-top: 108px;
    display: flex;
    gap: 20px;
}

.main_item {
    width: calc(20% - 16px);
    background: #FFFFFF33;
    padding: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 18px;
    line-height: 140%;
    color: #fff;
    backdrop-filter: blur(5px);
}

.main_item img {
    padding-right: 20px;
    border-right: 1px solid #FFFFFF33;
}

.catalog .title {
    margin-bottom: 0;
}

.catalog_top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 60px;
}

.catalog.facade .catalog_top{
    padding-top: 50px;
    flex-direction: column;
    align-items: flex-start;
    gap:30px;
}


.intro_text{
    font-size: 14px;
    line-height: 150%;
}

.catalog_text {
    font-size: 18px;
    line-height: 150%;
    color: #000000CC;
}



/*FILTERS*/
.filters_categories{
    /*margin-bottom: 60px;*/
}

.filter-container { 
    font-size: 16px;
    width: 100%;
}

.filter-tabs-lv1-row { 
    display: flex; 
    flex-wrap: wrap; 
    margin-bottom: 10px
}

.filter-tab-lv1 { 
    color: #7E8794; 
    font-weight: 500;
    /*margin-bottom: -3px; 
    border-bottom: 3px solid transparent; */
    border-bottom: 1px solid #EAEEF3;
    transition: 0.3s;
    font-size: 18px;
    padding: 10px 0;
    margin-bottom: 20px;
}

.filter-tab-lv1 span{ 
    padding: 10px 0px; 
    margin-right: 60px;
    cursor: pointer; 
}

.filter-tab-lv1:nth-last-child(1 of .filter-tab-lv1) span{
    margin-right: 0;
}

.filter-tab-lv1:hover span, 
.filter-tab-lv1.active span { 
    color: #191919; 
    border-bottom: 3px solid #509600; 
}

    
.filter-group-content { 
    display: none; 
    flex-direction: column;
    gap:20px;
}

.filter-group-content.active { 
    display: flex; 
}

.filter-tabs-lv2-row { 
    display: flex; 
    flex-wrap: wrap; 
}

.filter-tab-lv2{
    margin-right: 30px;
    margin-bottom: 20px;
}

.filter-tab-lv2:nth-last-child(1 of .filter-tab-lv2) {
    margin-right: 0;
}

.filter-tab-lv2 a { 
    cursor: pointer; 
    color: #7E8794; 
    transition: 0.3s; 
}
.filter-tab-lv2:hover a, 
.filter-tab-lv2.active a { 
    color: #191919; 
}

.filter-subgroup-content { 
    display: none; 
}
.filter-subgroup-content.active { 
    display: block; 
}

.filter-values { 
    display: flex; 
    flex-wrap: wrap; 
    gap: 10px; 
    align-items: center; 
}
.filter-item { 
    font-family: "Inter", sans-serif;
    text-decoration: none; 
    padding: 5px 12px; 
    border-radius: 10px; 
    transition: 0.3s; 
    background-color: #F6F7FA;
    color: #7E8794
}
.filter-item:hover, 
.filter-item.active { 
    color: #191919; 
}


/*CATALOG ITEM*/
.category_items {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(2, calc(50% - 10px));
    margin-top: 60px;
    margin-bottom: 0;
}

.category_item {
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
    padding-bottom: 10px;
}

.category_item-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    gap:16px;
}

.category_item-img {
    position: relative;
    display: flex;
    overflow: hidden;
}

.category_item-img a{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: +1;
}

.category_item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.category_item-img:hover img{
    transform: scale(1.05);
}

.category_item-tags{
    position: absolute;
    top: 30px;
    left: 30px;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.card-tag {
    background-color: #509600;
    backdrop-filter: blur(4px);
    border-radius: 10px;
    padding: 5px 12px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 150%;
    text-transform: uppercase;
    color: #fff;
}

.category_item-title a{
    font-weight: 600;
    font-size: 26px;
    line-height: 130%;
    color: #191919;
}

.category_item-price {
    display: flex;
    align-items: center;
    font-weight: bold;
    gap: 20px;
    font-size: 24px;
    line-height: 130%;
    color: #509600;
}

.category_item-price span {
    font-size: 18px;
    text-decoration: line-through;
    color: #000;
}

.category_item-options {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 50px;
}

.category_item-option {
    font-size: 18px;
    display: flex;
    align-items: end;
    gap: 5px;
    color: rgba(23,23,23,0.6);
}

.category_item-option::before {
    content: "";
    width: 24px;
    height: 24px;
    display: block;
    background-size: cover;
    margin-right: -2px;
}

.category_item-option:nth-child(1)::before {
    background-image: url(../img/card_square.svg);
}

.category_item-option:nth-child(2)::before {
    background-image: url(../img/card_bedroom.svg);
    background-position-y: 1px;
    background-position-x: -1px;
}

.category_item-option:nth-child(3)::before {
    background-image: url(../img/card_bathroom.svg);
}

.category_item-option span {
    font-weight: 500;
    color: #171717;
}

.category_item-btn {
    margin-top: 5px;
}

.category_item-btn .btn {
    width: 200px;
    height: 60px;
    border-color: #191919;
    color: #191919;
    cursor: pointer;
}

.category_item-btn .btn:hover {
    background: #509600;
    color: #fff;
    border: 1px solid #509600;
}


.btn_show-more{
    padding: 10px 0;
    margin: 20px 0;
}

.btn_show-more:has(.btn[style*="display: none"]) {
    display: none;
}

.btn_show-more .btn{
    padding: 0 50px;
    height: 60px;
    line-height: 60px;
    background: #509600;
    color: #fff;
    border: 1px solid #509600;
    cursor: pointer;
    margin: 0 auto;
}

.btn_show-more .btn:hover{
    border-color: #191919;
    color: #191919;
    background-color: #fff;
}


.catalog .content{
    color: #000;
    opacity: .8;
    font-size: 14px;
    line-height: 150%;
    margin-top: 60px;
}

/*PAGINATION*/
.pagin {
    display: flex;
    justify-content: center;
    /*margin-top: 40px;*/
    gap: 20px;
}

.pagin a {
    width: 60px;
    height: 60px;
    font-weight: 600;
    font-size: 20px;
    color: #A1ABB9;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagin .active {
    width: 60px;
    height: 60px;
    font-weight: 600;
    font-size: 20px;
    color: #A1ABB9;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #191919;
    border-radius: 50%;
    color: #191919;
}

.portfolio {
    margin: 100px 0;
}

.portfolio_btn {
    border: 1px solid #191919;
    color: #191919;
    width: 306px;
    height: 60px;
}

.portfolio_top .title {
    margin-bottom: 0;
}

.portfolio_top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.portfolio_items {
    width: calc(100% + 20px);
}

.portfolio_item {
    position: relative;
    z-index: 1;
    padding: 40px;
    display: flex !important;
    align-items: flex-end;
    margin-right: 20px;
    height: 604px;
}

.portfolio_item-img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    right: 0;
    display: flex;
}

.portfolio_item-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.3) 33.17%, rgba(0, 0, 0, 0.4) 83.65%);
}

.portfolio_item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.portfolio_item-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    color: #fff;
}

.portfolio_item-info {
    position: absolute;
    background: #00000099;
    backdrop-filter: blur(15px);
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    flex-direction: column;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
    padding: 40px;
}

.portfolio_item:hover .portfolio_item-info {
    opacity: 1;
}

.portfolio_item-info .portfolio_item-title {
    margin-bottom: 30px;
}

.portfolio_item-option {
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFFCC;
    margin-bottom: 15px;
}

.portfolio_item-options {
    margin-bottom: 40px;
}

.portfolio_item-option::after {
    position: relative;
    content: "";
    flex: auto;
    display: block;
    border-bottom: 1px dashed #EAEEF3;
    margin: 0 5px 5px;
}

.portfolio_item-option span {
    color: #fff;
    order: 1;
}

.portfolio_item-subtitle {
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 12px;
    color: #FFFFFF;
}

.portfolio_item-text {
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFFCC;
    margin-bottom: 20px;
}

.portfolio_item-bot {
    margin-top: auto;
    position: relative;
}

.portfolio_item-bot::before {
    position: absolute;
    content: "";
    background-image: url(../img/quote.svg);
    background-size: cover;
    width: 45px;
    height: 45px;
    bottom: 0;
    right: 0;
}

.portfolio_item-stars {
    display: flex;
}

.portfolio_items .slick-dots {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 60px;
}

.portfolio_items .slick-dots button {
    background: #EAEEF3;
    width: 40px;
    height: 15px;
    border: none;
    cursor: pointer;
    font-size: 0;
}

.portfolio_items .slick-dots .slick-active button {
    background-color: #509600;
}

.faq {
    margin: 100px 0;
}

.faq_wrapper {
    display: flex;
    justify-content: space-between;
}

.faq_img {
    display: flex;
    width: 740px;
    height: 611px;
}

.faq_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.faq_items {
    width: 740px;
}

.faq_item {
    border-bottom: 1px solid #EAEEF3;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.faq_item:last-child {
    margin-bottom: 0;
}

.faq_item-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color: #191919;
    cursor: pointer;
    padding-right: 40px;
    padding-bottom: 20px;
    position: relative;
}

.faq_item-title span {
    position: absolute;
    right: 0;
    top: 50%;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
}

.faq_item-title span::before {
    position: absolute;
    content: "";
    background: #191919;
    width: 100%;
    height: 2px;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}

.faq_item-title span::after {
    position: absolute;
    content: "";
    background: #191919;
    width: 2px;
    height: 100%;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    transition: all 0.3s;
}

.faq_item-title.active span::after {
    transform: translate(50%, -50%) rotate(90deg);
}

.faq_item-text {
    padding-bottom: 20px;
    display: none;
    font-size: 14px;
    line-height: 150%;
    color: #000000CC;
}
.faq_item-text ul{
    padding-left: 20px;
    margin: 20px 0;
    list-style: disc;
}
.portfolio_item-option:last-child {
    margin-bottom: 0;
}

.header_page {
    background: #191919;
}

/*PAGE*/
.page{
    margin: 233px 0 80px 0;
}

.page  .crumb {
    color: #191919;
}

.page .crumbs {
    padding-top: 50px;
    margin-bottom: 30px;
}
.page .crumb::after {
    background-color: #191919;
}

/*CARD*/
.card {
    margin: 233px 0 0;
}

.card_summary_bar{
    display: none;
}

.card .crumbs {
    padding-top: 50px;
    margin-bottom: 40px;
}

.card .crumb {
    color: #191919;
}

.card .crumb::after {
    background-color: #191919;
}

.card_wrapper {
    display: flex;
    margin-bottom: 80px;
    gap: 25px;
    position: relative;
    justify-content: flex-start;
    min-width: 0;
}

.card_right {
    background-color: #fff;
    width: 480px;
    min-width: 480px;
    gap: 15px;
    display: flex;
    position: relative;
    flex-direction: column;
    height: 1px;
    z-index: 5;
}

.card_right .sticky{
    will-change: transform;
    transition: all .3s ease-out;
    transform: translateY(0px);
    z-index: 3;
}

.card_right-block.docs {
    display: block;
    margin-top: -5px;
}

.card_right-wrapper{
    border: 1px solid #EAEEF3;
    padding: 30px;
}

.card-article{
    font-size: 13px;
    color: #7E8794;
}

.card_title {
    font-weight: 600;
    font-size: 32px;
    line-height: 130%;
    margin-bottom: 20px;
}

.card_desc {
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
    line-height: 130%;
    color: #474F5A;
    gap: 30px;
}

.card_desc div{
    display: flex;
    line-height: 130%;
    color: #474F5A;
    width: calc(50% - 15px);
    justify-content: space-between;
}

.card_desc span {
    color: #191919;
    font-weight: 500;
    order: 1;
}

.card_desc div::after {
    position: relative;
    content: "";
    display: block;
    flex: auto;
    border-bottom: 1px dotted #ccc;
    margin: 0 5px 5px;
}

.card_selects{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
}

.select_item{
    padding-left: 15px;
    position: relative;
    cursor: pointer;
}

.select_item::before{
    width: 5px;
    height: 100%;
    content: '';
    display: block;
    position: absolute;
    background-color: antiquewhite;
    opacity: 0.5;
    top: 0;
    left: 0;
    border-radius: 3px
}

.select_item.active::before{
    opacity: 1;
    background-color: #509600;
}

.card .select_item-title{
    color: #474F5A;
    line-height: 130%;
    font-size: 16px;
    margin-bottom: 7px;
    display: flex;
    gap: 20px;
    align-items: center;
}

.select_item-title span{
    display: block;
    background-image: url(../img/more.svg);
    background-size: cover;
    width: 24px;
    height: 24px;
    margin-top: -2px;
    cursor: pointer;
}

.card .select_item-price{
    line-height: 130%;
    font-size: 32px;
}


.card_selects-text{
    margin-bottom: 10px;
}

.card .targetScroll{
    padding-top: 10px;
    border-bottom: 1px dashed #191919;
    cursor: pointer;
    display: inline-block;
}

.card_btns {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.card_btns a {
    height: 60px;
    line-height: 60px;
    width: 100%;
    text-align: center;
}

.card_btns .btn.btn_green:hover {
    border: 1px solid #191919;
    color: #191919;
}

.card_btns .btn:not(.btn_green) {
    border: 1px solid #191919;
    color: #191919;
}

.card_btns .btn:not(.btn_green):hover {
    border: 1px solid #509600;
    color: #fff;
}

.card_guarantee{
    font-family: "Inter", sans-serif;
    font-size: 16px;
    color: rgba(0,0,0,0.60);
    margin-top: 20px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.card_guarantee::before{
    display: block;
    width: 24px;
    height: 24px;
    content: "";
    background-image: url(../img/i.svg);
    background-size: cover;
}

.card_doc {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.card_doc-title {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: #191919;

    font-family: "Inter", sans-serif;
    gap: 30px;
}

.card_doc-text {
    font-size: 18px;
    line-height: 150%;
    color: #000000CC;
}

.card_doc-btn .btn {
    border: 1px solid #191919;
    height: 45px;
    color: #191919;
    font-size: 14px;
}

.card_doc-btn .btn:hover {
    border: 1px solid #509600;
    color: #fff;
}

.card_left {
    width: calc(100% - 505px);
}

.card_imgs {
    height: 570px;
    width: 100%;
    margin-bottom: 20px;
}

.card_imgs div {
    height: 100%;
}

.card_imgs .slick-arrow{
    position: absolute;
    top: 50%;
    transform:translateY(-50%);
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 1;
    border-radius:50% ;
    border:none;
    font-size:0px;
    background:none;
    background-size:cover;
}
.card_imgs .slick-next{
    right: 10px;
    background-image: url(../img/arrow_right.svg);
}
.card_imgs .slick-prev{
    left: 10px;
    background-image: url(../img/arrow_left.svg);
}

.card_img {
    position: relative;
    margin-bottom: 40px;
}

.card_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card_tags {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    z-index: 2;
    top: 20px;
    left: 20px;
    gap: 15px;
}

.card .card-tag {
    background-color: #0000004D;
}

.card_dots {
    position: relative;
}

.card_dots::before {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 63.5%, #FFFFFF 79.75%);
    width: 200px;
    height: 120px;
    right: -20px;
    top: 0;
    pointer-events: none;
    z-index: 1;
}

.card_dot {
    width: 200px;
    cursor: pointer;
    margin-right: 20px;
    height: 120px;
    border: 1px solid #EAEEF3;
}

.card_dot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/*CARD CONTENT*/
.card_content-items{
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.card_content-item-title,
.card_configurator-item-subtitle
{
    margin-bottom: 40px;
}

.card_content-item-title h2,
.card_configurator-item-subtitle h3
{
    font-size: 48px;
    font-weight: 500;
}

.card_content-item-content.vars {
    display: flex;
    gap: 80px;
    flex-direction: column;
}

.card_content-item-content.card_ways,
.card_content-item-content.steps
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0;
}

.card_way {
    width: calc(50% - 10px);
    border: 1px solid #EAEEF3;
}

.card_way-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 425px;
}

.card_way-img img {
    max-width: 100%;
    max-height: 100%;
}

.card_way-subtitle {
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    color: #191919;
    margin-bottom: 10px;
}

.card_way-options {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 30px;
}

.card_way-option {
    font-size: 16px;
    display: flex;
    line-height: 130%;
    color: #474F5A;
}

.card_way-option span {
    color: #191919;
    font-weight: 600;
    order: 1;
}

.card_way-option::after {
    position: relative;
    content: "";
    display: block;
    flex: auto;
    border-bottom: 1px dashed #EAEEF3;
    margin: 0 5px 5px;
}


.card_step {
    border: 1px solid #EAEEF3;
    padding: 30px;
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.card_step-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: #191919;
    margin-bottom: 30px;
    font-family: "Inter", sans-serif;
}

.card_step-title span {
    color: #509600;
    margin-right: 5px;
}

.card_step-text {
    font-size: 16px;
    line-height: 150%;
    color: #000000CC;
}


/*Variations and configurator*/

.card .card_variation-items{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.card .card_variation-item{
    display: flex;
    flex-direction: column;
    gap: 30px;
    cursor: pointer;
    border: 1px solid #EAEEF3;
    padding: 20px;
}

.card .card_wrapper-top{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.card .card_wrapper-top *{
    margin-bottom: 0;
}

.card .card_variation_item-options{
    columns: 3;
    column-gap: 33px;
}

.card .card_variation_item-options .variations_item-option:last-child{
    margin-bottom: 0
}


.card .variations_item-option{
    gap: 0;
    margin-bottom: 20px;
    align-items: flex-start;
}

.variations_item-option .tooltip{
    padding-left: 40px;
    line-height: 140%;
}

.card .variations_item-option img {
    margin-top: 2px;
}

.card .variations_item-title{
    display: flex;
    align-items: center;
}

.card .variations_item-price span{
    font-size: 36px;
}

.card  .card_variation-item:has(input:checked) .variations_item-btn{
    background: #509600;
    color: #fff;
    border: 1px solid #509600;
    font-size:0;
    transition: background 0.3s, border 0.3s, color  0.3s;
}

.card .card_variation-item:has(input:checked) .variations_item-btn::before{
    content:"Выбрано";
    font-size:16px;
    opacity: 1;
    transition: opacity 0.25s ease;
}

.card .card_variation-item:has(input:checked) .variations_item-btn.request-changing::before{
    opacity: 0;
}

.card .card_variation-item:has(input:checked) .variations_item-btn.request-ready::before{
    content:"Оставить заявку";
}

.card .card_variation-item:has(input:checked) {
    border:1px solid #509600;
}

.card_variation-item input{
    display: none;
}

.card_configurator-items {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.card_configurator-item-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}

.card_configurator-label {
    width: calc(50% - 10px);
    padding: 20px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    cursor: pointer;
    border: 1px solid #EAEEF3;
    position: relative;
}


.card_configurator-info{
    min-height: fit-content;
    display: flex;
    flex-direction: column;
    /*padding: 20px 50px 20px 120px;*/
    flex-grow: 1;
    gap: 10px;
}

.card_configurator-img {
    display: flex;
    align-items: flex-start;
}

.card_configurator-img img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
}

.card_configurator-subtitle {
    font-size: 18px;
    line-height: 130%;
    color: #000000CC;
    font-weight: 400;
    position: relative;
    padding-right: 30px;
}

.card_configurator-subtitle span {
    display: block;
    border: 1px solid #C3CAD4;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 20px;
    height: 20px;
    border-radius: 3px;
}


.card_configurator-subtitle input {
    display: none;
}

.card_configurator-subtitle input:checked+span {
    background: #509600;
    border: 1px solid #509600;
    background-image: url(../img/check.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.card_configurator-price {
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    color: #fff;
}

.card_configurator-hide >span{
    list-style: disc;
}
.card_configurator-hide > span span{
    font-size: 14px;
    line-height: 150%;
    display: list-item;
    margin-left: 20px;
}

.card_configurator-hide{
    display: none;
    font-size: 14px;
}

.card_configurator-more{
    display: block;
    font-size: 12px;
    cursor: pointer;
    text-decoration: underline;
}

.card_configurator-price {
    color: #191919;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
}


/*GALLERY CARD*/
.card_content-item-content.imgs{
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-gap: 20px;
}

.card_content-item-content.imgs a{
    text-decoration: none;
}

.card_content-img {
    width: 100%;
    position: relative;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.card_content-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.3) 33.17%, rgba(0, 0, 0, 0.4) 83.65%);
}

.card_content-img:hover::before {
    display: none;
}

.card_content-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/*CARD WORKS*/
.card_work .card_title-mobile{
    display: none;
}

.card_work .card_wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.card_work .card_right {
    width: 500px;
    border: 1px solid #EAEEF3;
    padding: 30px;
    height: auto;
}


.card_work .card_title {
    margin-bottom: 50px;
}

.card_work .card_option {
    font-size: 16px;
    display: flex;
    line-height: 130%;
    margin-bottom: 30px;
    color: #474F5A;
}

.card_work .card_option:last-child {
    margin-bottom: 0;
}

.card_work .card_option span {
    color: #191919;
    font-weight: 500;
    order: 1;
}

.card_work .card_option::after {
    position: relative;
    content: "";
    display: block;
    flex: auto;
    border-bottom: 1px dashed #EAEEF3;
    margin: 0 5px 5px;
}

.card_work .card_price {
    font-weight: 500;
    font-size: 32px;
    line-height: 130%;
    display: flex;
    align-items: flex-end;
    gap: 20px;
    margin-bottom: 50px;
}

.card_work .card_price span {
    font-size: 24px;
    line-height: 130%;
    text-decoration: line-through;
    color: #474F5A;
}

.card_work .card_links {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.card_work .card_link {
    display: block;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    text-transform: uppercase;
    border-bottom: 1px solid #191919;
    padding-bottom: 6px;
    color: #191919;
}

.card_work .card_btn {
    border: 1px solid #191919;
    color: #191919;
    height: 60px;
    padding: 20px;
    text-align: center;
}

.card_work .card_btn:hover {
    border: 1px solid #509600;
    color: #fff;
}


.card_work .card_links {
    gap: 20px 40px;
    justify-content: flex-start;
}

.card_work .btn_green {
    color: #fff;
    margin-top: 20px;
    border: none;
}

.card_work .btn_green:hover {
    border: 1px solid #191919;
    color: #191919;
}

.card_work .card_total-date {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    margin: 50px 0;
    font-size: 20px;
    line-height: 140%;
    color: #191919;
}

.card_work .card_content-title {
    font-weight: 600;
    font-size: 48px;
    line-height: 130%;
    margin-bottom: 30px;
    color: #191919;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
}

.card_work .card_ways {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

/*SECTION GALLERY*/
.gallery {
    margin: 100px 0;
}

.gallery_tabs {
    display: flex;
    gap: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid #EAEEF3;
}

.gallery_tab {
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    cursor: pointer;
    padding-bottom: 20px;
    color: #7E8794;
    position: relative;
}

.gallery_tab.active {
    color: #191919;
}

.gallery_tab.active::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #509600;
    bottom: 0;
    left: 0;
}

.gallery_content {
    display: none;
}

.gallery_content.active {
    display: block;
}

.gallery_items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.gallery_item {
    width: calc(33.333% - 13.333px);
    display: flex;
    height: 350px;
}

.gallery_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.partners_slider {}

.partners_slider .partners_item {
    margin: 0 10px;
    width: 370px;
}

.partners_slider .slick-track{
    display: flex!important
}

/*PAGE SEARCH*/
.search_form .msearch2{
    display: flex;
    gap: 20px;
}

.search_form .msearch2 .input-group{
    display: flex;
    flex-grow: 1;
    position: relative;
}

.search_form .msearch2 .input-group-append{
    display: none;
}

.search_form input:not(.reset_btn){
    display: flex;
    width: 100%;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.05);
    padding: 0 40px 0 20px;
    border: 0;
}

.search_form .reset_btn{
    position: absolute;
    right: 20px;
    width: 20px;
    height: 100%;
    background-image: url("../img/close2.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    border: 0;
    cursor: pointer;
}

.search_items{
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.search_items-delim{
    height: 1px;
    background-color: #EAEEF3;
}

.search_items-delim:last-child{
    height: 0;
}

.search_items-item{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.search_item-link{
    color: #191919;
    text-decoration: none;
    font-size: 20px;
    line-height: 130%;
}

.search_item-crumbs a{
    font-size: 14px;
    color: #191919;
    line-height: 13px;
}

.search_item-crumbs a:hover,
.search_item-link:hover{
}


.search_item-text{
    color: #474F5A;
    line-height: 130%;
}


/*PAGE ABOUT*/

.about {
    position: relative;
    margin-top: 140px;
    z-index: 1;
}

.about .crumbs {
    margin-bottom: 40px;
}

.about_info {
    background: #00000099;
    backdrop-filter: blur(15px);
    width: 760px;
    padding: 40px 70px 80px;
}

.about_title {
    font-weight: 600;
    font-size: 48px;
    line-height: 130%;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.about_text {
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 40px;
    color: #FFFFFFCC;
}

.about_desc {
    font-size: 20px;
    padding-left: 30px;
    border-left: 1px solid #509600;
    color: #FFFFFFCC;
    line-height: 130%;
}

.about_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    top: 0;
    right: 0;
    z-index: -1;
}

.about_bg::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.36) 63.94%, rgba(0, 0, 0, 0.6) 83.65%);
}

.about_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video_block {
    margin: 100px 0;
}

.video_block-top .title {
    margin-bottom: 0;
}

.video_block-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.video_block-btn {
    border: 1px solid #191919;
    color: #191919;
    width: 306px;
    height: 60px;
}

.video_block-items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.video_block-item {
    width: calc(50% - 10px);
    height: 604px;
    position: relative;
}

.video_block-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.3) 33.17%, rgba(0, 0, 0, 0.4) 83.65%);
}

.video_block-item::after {
    position: absolute;
    content: "";
    background-image: url(../img/play.svg);
    background-size: cover;
    width: 60px;
    height: 60px;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}

.video_block-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cycle {
    margin: 100px 0;
}

.cycle .title {
    text-align: center;
}

.cycle_items {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.cycle_item {
    width: calc(25% - 30px);
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 30px;
}

.cycle_item:nth-child(2n) {
    flex-direction: column-reverse;
}

.cycle_item-img {
    height: 372px;
    display: flex;
}

.cycle_item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cycle_item-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    font-family: "Inter", sans-serif;
    color: #191919;
    padding-left: 55px;
    position: relative;
}

.cycle_item-title::before {
    position: absolute;
    content: "";
    background-image: url(../img/cycle_item-title.svg);
    background-size: cover;
    width: 35px;
    height: 35px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/*PAGE CONTACTS*/
.contacts {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.contacts_map{
    display: flex;
    gap: 25px;
}

.contacts_col-left {
    width: calc(100% - 391px);
}

.contacts_col-right{
    width: 366px;
    min-width: 366px;
    gap: 15px;
    display: flex;
    position: relative;
    flex-direction: column;
    /*height: 1px;*/
}

#yandex_map { 
    width: 100%; 
    height: 100%; 
    background-color: #f0f0f0; 
    overflow: hidden; 
}
.map-popup { 
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
    padding: 15px; 
    max-width: 280px; 
    line-height: 1.4; 
    color: #333; 
}
.map-popup__title { 
    font-weight: bold; 
    font-size: 16px; 
    margin-bottom: 4px; 
    color: #191919; 
}
.map-popup__address { 
    font-size: 13px; 
    margin-bottom: 12px; 
    color: #444; 
}
.map-popup__section { 
    margin-bottom: 10px; 
}
.map-popup__label { 
    font-size: 10px; 
    text-transform: uppercase; 
    color: #7E8794; 
    margin-bottom: 2px; 
    font-weight: 600; 
    letter-spacing: 0.5px; 
}
.map-popup__value { 
    font-size: 13px; 
    color: #191919; 
}
.map-popup__value a { 
    color: #509600; 
    text-decoration: none; 
    font-weight: 500; 
}
.map-popup__btn { 
    display: block; 
    width: calc(100% - 20px);
    padding: 10px; 
    margin-top: 12px;
    background-color: #509600; 
    color: #fff; 
    border: none; 
    border-radius: 4px;
    cursor: pointer; 
    text-align: center; 
    font-size: 13px; 
    font-weight: 600;
    transition: background 0.3s;
}
.map-popup__btn:hover { 
    background-color: #407a00; 
}

.contacts_sticky-block{
    font-family: "Inter", sans-serif;
    border: 1px solid #EAEEF3;
}

.contacts_sticky-top{
    height: 245px;
    background-size: cover;
    padding: 30px;
    display: flex;
    flex-direction: column;
    color:#fff;
    justify-content: flex-end;
    gap: 20px;
}

.contacts_sticky-top-name{
    font-size: 15px;
}

.contacts_sticky-top-address{
    font-size: 16px;
}

.contacts_sticky-bottom{
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    color: #263141;
}

.contacts_sticky-bottom span{
    font-size: 15px;
    line-height: 150%;
}

.contacts_sticky-bottom label{
    display: block;
    color: #7E8794;
    margin-bottom: 6px;
    font-size: 13px;
}

.contacts_sticky-bottom span a{
    color: #263141;
    font-size: 15px;
    line-height: 150%;
}
    
.contacts_sticky-bottom .popup_btn{
    margin-top: 20px;
    height: 60px;
    width: 100%;
    border: 1px solid #191919;
    color: #191919;
}

.contacts_sticky-bottom .popup_btn:hover{
    border: 1px solid #509600;
    color: #FFF;
}

.contacts_locs-intro{
    opacity: .8;
    color: #000;
    font-size: 16px;
    line-height: 150%;
}

.contacts_locs-intro h2,
.contacts_requisite h2
{
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 25px;
}

.contacts_locs-intro ul{
    margin-top: 19px;
}
.contacts_locs-intro li{
    display: flex;
    gap: 8px;
    margin-left: 8px;
    align-items: center;
}

.contacts_locs-intro li::before{
    content: "";
    display: block;
    height: 3px;
    width: 3px;
    border-radius: 3px;
    background-color: #000;
    margin-top: -1px;
}

.contacts_locs-items{
    margin-top: 40px;
}

.contacts_locs-wrapper{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
}

.contacts_locs-items h3{
    font-size: 24px;
}

.contacts_locs-item{
    border: 1px solid #EAEEF3;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap:10px;
}

.contacts_locs-item-top{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;
    font-size: 16px;
    color: #191919;
    padding-right: 40px;
    position: relative;
    line-height: 130%;
}

.contacts_locs-item-top::after{
    position: absolute;
    display: block;
    content: "";
    width: 24px;
    height: 18px;
    top:0;
    right: 0;
    min-width: 24px;
    background-image: url(../img/contacts_icon-arrow.svg);
    background-size: cover;
    background-position: center
}

.contacts_locs-item-top a,
.contacts_locs-item-bottom a
{
    font-size: 16px;
    color: #191919;
}

.contacts_locs-item .mobile {
    display: none;
}


.contacts_locs-item-map span{
    color:#509600;
    display: flex;
    gap: 10px;
    align-items: center;
    cursor: pointer;
}

.contacts_locs-item-map span::before{
    display: block;
    content: "";
    width: 10px;
    height: 14px;
    background-image: url(../img/contacts_icon-map.svg);
    background-size: cover;
}

.contacts_locs-item-phone,
.contacts_locs-item-email,
.contacts_locs-item-map{
    white-space: nowrap;
}

.contacts_locs-item-center{
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.contacts_locs-item-metro ul,
.contacts_locs-item-work
{
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    line-height: 130%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.contacts_locs-item-metro ul li{
    position: relative;
    display: flex;
    gap: 7px;
}

.contacts_locs-item-metro ul li::before{
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(../img/contacts_icon-metro.svg);
    background-size: cover;
}

.contacts_locs-item-work{
    padding-left: 22px;
    line-height: 150%;
    position: relative;
}

.contacts_locs-item-work::before{
    position: absolute;
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    top: 2px;
    left: 0;
    background-image: url(../img/contacts_icon-time.svg);
    background-size: cover;
}

.contacts_requisite {}
.contacts_requisite-wrapper{
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.contacts_requisite-data{
    opacity: 0.8;
    color: #000;
    line-height: 150%;
    font-size: 16px;
}

.contacts_docs{
    display: flex;
    gap: 20px;
}

.contacts_docs a{
    width: auto;
    margin-bottom: 0;
    max-height: 650px;
}

.contacts_calc > *{
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.contacts_calc form{
    width: 100%;
}

.contacts_calc .calc_form-fields{
    /*gap: 60px 40px;*/
}

.contacts_calc .calc_form-name h3{
    font-size: 32px;
}


/*COMPLETED*/

.completed {
    margin: 100px 0;
}

.completed_items {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 20px;
    margin-bottom: 60px;
}

.completed_item {
    width: calc(20% - 16px);
    position: relative;
    padding-left: 55px;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    font-family: "Inter", sans-serif;
    color: #191919;
}

.completed_item::before {
    position: absolute;
    content: "";
    background-image: url(../img/cycle_item-title.svg);
    background-size: cover;
    width: 35px;
    height: 35px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}



/*PAGE WORK REVIEWS*/
.work_reviews {
    margin: 100px 0;
}
.work_reviews-wrapper:not(:has(.work_reviews-bg)){
        height: 426px;
}
.work_reviews-wrapper:not(:has(.work_reviews-bg)) .work_reviews-options,
.work_reviews-wrapper:not(:has(.work_reviews-bg)) .work_reviews-title{
    display: none;
}
.work_reviews-wrapper {
    position: relative;
    padding: 100px 0;
    height: 1000px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    z-index: 1;
}

.work_reviews-bg {
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0;
    right: 50%;
    transform: translateX(50%);
    z-index: -1;
    display: flex;
}

.work_reviews-bg::after {
    position: absolute;
    content: "";
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.4) 63.94%, rgba(0, 0, 0, 0.5) 100%);
    height: 100%;
    top: 0;
    right: 0;
}

.work_reviews-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.work_reviews-title {
    font-weight: 600;
    font-size: 40px;
    line-height: 130%;
    margin-bottom: 30px;
    color: #FFFFFF;
}

.work_reviews-options {
    display: flex;
    gap: 30px;
    font-weight: 600;
    font-size: 24px;
    font-family: "Inter", sans-serif;
    color: #FFFFFF;
}

.work_reviews-img {
    position: absolute;
    display: flex;
    top: -122px;
    right: 0;
    width: 452px;
}

.work_reviews-img img {
    width: 100%;
    height: auto;
}

.big .video_block-item {
    width: 100%;
}


/*SECTION DESIGN*/
.design {
    margin: 100px 0;
}

.design_items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.design_items .blog_item {
    width: calc(33.333% - 13.333px);
}

.design_items .blog_item-price {
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    color: #fff;
    display: none;
}

.design_items .blog_item-bot {
    display: flex;
    justify-content: space-between;
}

.design_items .blog_item:hover .blog_item-price {
    display: block;
}

.design_items .blog_item-title {
    font-size: 24px;
}

.design_items .blog_item-text {
    font-size: 16px;
}


/*SECTION DOCS*/
.docs {
    margin: 100px 0;
}

.docs_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.docs_item {
    width: calc(33.333% - 13.333px);
    border: 1px solid #EAEEF3;
    padding: 30px;
}

.docs_item-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 30px;
    position: relative;
    min-height: 50px;
    padding-right: 60px;
    display: flex;
    align-items: center;
}

.docs_item-title::before {
    position: absolute;
    content: "";
    background-image: url(../img/docs_item-title.svg);
    background-size: cover;
    width: 50px;
    height: 50px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.docs_item-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #474F5A;
    margin-bottom: 25px;
    display: block;
    position: relative;
}

.docs_item-link::before {
    position: absolute;
    content: "";
    background-image: url(../img/download.svg);
    background-size: cover;
    width: 24px;
    height: 24px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.docs_item-desc {
    border-bottom: 1px solid #191919;
    padding-bottom: 6px;
    width: fit-content;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    text-transform: uppercase;
    font-family: "Inter", sans-serif;
}


/*PAGE CALC*/
.page_calc{
    display: flex;
    flex-direction: column;
    gap: 60px;
    font-family: "Inter", sans-serif;
}

.calc_blocks-text{
    margin-bottom: 40px;
    color: #000;
    opacity: .7;
    line-height: 150%
}

.calc_blocks-wrapper{
    display: flex;
    gap: 20px;
}

.calc_blocks-item{
    width: calc(33.333% - 6.66px);
    border: 1px solid #EAEEF3;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    gap: 15px;
}

.calc_blocks-item-top{
    font-size: 16px;
    font-weight: bold;
    color: #191919;
    text-align: center;
}

.calc_blocks-item-center,
.calc_blocks-item-bottom
{
    color: #7E8794;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
}

.calc_blocks-item a{
    font-size: 16px;
    color: #191919;
    text-transform: uppercase;
}

.calc_form{
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 85%;
    color: #191919;
    line-height: 130%;
}

.calc_form-name h3{
    line-height: 140%;
    font-size: 20px;
    font-family: "Inter", sans-serif;
}

.calc_form-notice{
    font-size: 14px;
    line-height: 140%;
    color: #000000;
    opacity: .8;
}

.calc_form-fields{
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.calc_form-fields-item{
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-size: 16px;
    width: calc(50% - 30px);
}

.calc_form-fields-item input,
.calc_form-fields-item.files .fake_field
{
    height: auto;
    border: 1px solid #EAEEF3;
    padding: 15px;
    display: block;
}

.calc_form-fields-item input::placeholder,
.calc_form-fields-item textarea::placeholder
{
   color: #A1ABB9;
}


.calc_form-fields-item.textarea{
    flex-basis: 100%;
}

.calc_form-fields-item textarea{
    border: 1px solid #EAEEF3;
    padding: 15px;
    height: 135px;
}

.calc_form-fields-item.files input{
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.calc_form-fields-item.files .fake_field{
    cursor: pointer;
    color: #A1ABB9;
    position: relative;
    overflow: auto;
    padding: 15px 130px 15px 15px;
}

.calc_form-fields-item.files .fake_field .file-item{
    font-size: 0.75em;
    line-height: inherit;
    width: 100%;
    max-width: 100%;
    padding-bottom: 10px;
    border-right: 1px solid #EAEEF3;
}

.calc_form-fields-item.files .fake_field .file-item:last-child{
    padding-bottom: 0px;
}

.calc_form-fields-item.files .fake_field .remove-file{
    color: #191919;
}

.calc_form-fields-item.files .fake_field::after{
    display: block;
    position: absolute;
    cursor: pointer;
    content: 'Загрузить';
    background-color: #191919;
    color: #fff;
    border-radius: 30px;
    height: 30px;
    line-height: 30px;
    width: 95px;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    text-align: center;
}

.calc_form-policy {
    position: relative;
    padding-left: 35px;
    margin-top: 25px;
    margin-bottom: 15px;
}

.calc_form-policy input {
    position: absolute;
    z-index: -100;
    visibility: hidden;
}

.calc_form-policy input[type=checkbox] + span{
    position: absolute;
    width: 20px;
    height: 20px;
    background: #509600;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.calc_form-policy input:checked+span {
    background-image: url(../img/check.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.calc_form-policy input.error + span {
    border-color: brown;
    background-color: brown;
}


.calc_form-policy a {
    color: #191919;
    text-decoration: underline;
}

.calc_form-btn{
    width: 350px;
    height: 60px;
    border-color: #191919;
    color: #191919;
    cursor: pointer;
    background-color: #fff;
}

/*PAGE REVIEW*/
.page_review{
    display: flex;
    gap: 40px;
    flex-direction: column;
}

.page_review-add{
    display: flex;
    gap: 20px;
    font-size: 14px;
    line-height: 150%;
    color: #000;
    opacity: .8;
    padding: 30px; 
    border: 1px solid #EAEEF3;
}

.page_review-add .btn,
.page_review-add .btn-more
{
    width: 260px;
    min-width: 260px;
    height: 60px;
}

.page_review-add .btn:hover,
.page_review-add .btn-more:hover
{
    border-color: #191919;
    color: #191919;
    background-color: #fff;
}

.reviews_items.rows{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.review_item{
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 30px;
    border: 1px solid #EAEEF3;
}

.review_item-top{
    display: flex;
    flex-direction: column;
    padding-left: 70px;
    height: 48px;
    position: relative;
    justify-content: space-around;
}

.review_item-top::before{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-image: url(../img/reviews-item-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
}

.review_item-top span:nth-child(1){
    opacity: .6;
    color: #000;
    font-size: 13px;
    padding-left: 25px;
    padding-top: 3px;
    background-image: url(../img/calendar_icon.svg);
    background-position: left;
    background-repeat: no-repeat;
    margin-bottom: 3px;
}

.review_item-top span:nth-child(2){
    opacity: .8;
    color: #000;
    font-size: 20px;
    font-weight: 500
}

.review_item-center{
    font-size: 14px;
    line-height: 150%;
    color: #000;
    opacity: .8
}

.review_item-bottom{
    display: none;
}

/*PAGE KLIENTAM*/

.page_client{
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.page_client-introtext{
    font-size: 14px;
    color: #000;
    opacity: .8;
    line-height: 150%;
    margin: -15px 0;
}

.page_client h2,
.page_client h3
{
    color: #191919;
    font-size: 20px;
    line-height: 130%;
}

.page_client-items ul{
    display: flex;
    flex-direction: column;
    color: #191919;
    font-size: 16px;
    gap: 20px;
    margin-top: 30px;
}

.page_client-items ul li{
    display: flex;
    gap: 20px;
    align-items: center;
}

.page_client-items ul li::before{
    display: block;
    content: "";
    width: 35px;
    min-width: 35px;
    height: 35px;
    background-image: url(../img/klientam-check.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.page_client-pictures{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}

.page_client-pictures a{
    display: block;
    width: calc(25% - 15px);
    margin-bottom: 0;
}

.page_client-content{
    font-size: 14px;
    color: #000;
    opacity: .8;
    line-height: 150%;
}


.page_client-content h3{
    margin-bottom: 20px;
}

.page_client-content strong{
    padding-bottom: 10px;
    display: block;
    font-family: "Inter", sans-serif;
}

.page_client-content p{
    margin-bottom: 20px;
}


/*PAGE 404*/

.page:has(.page_404) .crumbs{
    display: none;
}

.page_404 {
    padding-top: 80px;
}

.page_404-image{
    text-align: center;
}

.page_404-image img{
    max-width: 100%;
}

.page_404-content{
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    color: #191919;
}

.page_404-content h1{
    font-size: 32px;
    font-weight: bold;
}

.page_404-btn{
    width: 210px;
    height: 60px;
    border: 1px solid #191919;
    color: #191919;
}

/*

.filter_slider{
    border:1px solid #000;
    position: absolute;
    top: calc(100% + 10px);
    background: #fff;
    padding: 20px;
    left: 0;
    width: 320px;
    opacity: 0;
    visibility: hidden;
    transition:all 0.3s;
}
.filter_slider.active{
    opacity: 1;
    visibility: visible;
}

.filter_slider{
    display: flex;
    flex-wrap: wrap;
    gap:10px;
}
.filter_slider-value{
     width: calc(50% - 5px);
    display: flex
;
    align-items: center;
    gap: 10px;
}
.filter_slider-value input{
      width: 100%;
    border: 1px solid #191919;
    padding-left: 8px;
}
.mse2_number_slider.slider_range{
    width: 100%;
    margin-bottom: 0 !important;
    margin-top: 8px;
}*/

/*******/
.design .big.blog_item {
    width: calc(50% - 10px);
}

.blog_item ol {
    padding-left: 20px;
    margin: 5px;
}

.blog_item li {
    margin-bottom: 5px;
}

.fast_item{
    border: none;
    padding: 0;
    flex:1;
    z-index: 3;
    position: relative;
        border-bottom: 1px solid #191919;
    padding-bottom: 15px;
    cursor: pointer;
}

.why_desc{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
    position: relative;
    z-index: 2;
}
.why_desc-btn{
    border: 1px solid #191919;
    color: #191919;
    height: 45px;width: 462px;
}
.why_desc-text{
    font-size: 18px;
    line-height: 150%;
    color:#000000CC;
    width: 700px;
}

.ui-slider .ui-slider-range{
    background: #509600;
}

.ui-slider-horizontal .ui-slider-handle{
    background: #509600 !important;
    border: 1px solid #fff !important;
    border-radius: 50%;
    cursor: pointer;
}

/*
.custom-select{
    position: relative;
}
.custom-select.custom-select--active{
    z-index: 9;
}
.custom-select__option--value{
    padding: 0;
    display: flex;
    align-items: center;
    background: none;
    cursor: pointer;
    width: 100%;
    border: none;
        border-bottom: 1px solid #191919;
    padding-bottom: 15px;
}
.custom-select__dropdown {
    position: absolute;
    width: 100%;background: #fff;
    top: 105%;
    left: 0;
    border: 1px solid #191919;
}
.custom-select__dropdown .custom-select__option:hover,
.custom-select__option--selected{
        color: #fff;
            background: #509600 !important;
}
.custom-select__dropdown .custom-select__option{
    display: block;
        display: flex;
    align-items: center;
    background: none;
       transition: all 0.3s;
    cursor: pointer;
    width: 100%;
    border: none;
    padding: 6px 10px;
}
*/
/*POPUPS*/

#popup_config{
    color:#fff;
}
#popup_config .popup_body-title{
    margin-bottom: 20px;
}
.popup_body-price{
    font-size:22px;
    margin-bottom: 30px;
}
.popup_body-option:first-child{
    border-top: 1px solid rgba(255,255,255, 0.5);
}
.popup_body-option{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255,255,255, 0.5);
    padding: 10px 20px;
    gap:10px;
}  
.popup_body-option span{
    white-space: nowrap;
}
.popup_body-options{
    margin-bottom: 20px;
}
.popup_body-total{
    font-size:22px;
    margin-bottom: 40px; 
}

.videos_popup{
    padding: 0;
    width: 800px;
    height: 460px;
}
.videos_popup iframe{
    width: 100%;
    height: 100%;
    display: flex;
}


/*
.card_inner{
    position: fixed;
    bottom: 0;
    right: 50%;
    z-index: 22;
    transform: translateX(50%);
    background: #509600;
    width: 1540px;
    padding: 20px;
    display: flex;
    color:#fff;
    justify-content: space-between;
    align-items: center;
}
.card_inner-btn{
    border: 1px solid #fff;
    color: #fff;
    height: 60px;
    padding: 20px;
    text-align: center;
    width: 250px;
}

.card_inner-title{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
.card_inner-price{
    font-size: 18px;
}*/
.popup_body-option_title{
    font-size: 20px;
    margin: 12px 0;
}
.reviews_popup {
    padding: 0;
    background:none;
}
.reviews_popup img{
    max-height: 90vh;
    max-width: 100%;
}
.reviews_popup video{
    max-width: 100%;
    height: auto;
}
.reviews_popup-title{
        display: block;
    color: #fff;
    margin-top: 20px;
    font-size:24px;
}



@media(max-width:1600px) {
    .container {
        max-width: 1180px;
    }
    .card_configurator-item.white{
        width: calc(50% - 10px);
    }
    
    .prodjects_way {
        height: 400px;
    }
    
    .prodjects_item {
        height: 340px;
    }

    .form_block-right {
        padding-right: 0;
        padding-left: 40px;
        width: 50%;
    }

    .form_block-links:last-child {
        margin-right: 0;
    }

    .form_block-left {
        padding: 40px;
        width: 50%;
    }

    .partners_top .title {
        max-width: 600px;
    }
    
    .partners_item {
        padding: 20px;
        width: calc(33.3333% - 13.4px);
    }

    .partners_item-title {
        font-size: 20px;
    }

    .partners_item-title img {
        width: 62px;
        height: auto;
    }

    .partners_item-option span {
        white-space: nowrap;
    }

    .variations_item {
        /*padding: 20px;*/
    }

    .variations_item-price span {
        /*font-size: 32px;*/
    }

    .variations_item-price {
        /*margin-bottom: 30px;*/
    }

    .variations_item-option {
        /*font-size: 16px;
        margin-bottom: 10px;*/
    }
    
    .card .card_variation_item-options{
        columns: 2;
        column-gap: 25px;
    }
    
    .card_configurator-label {
        width: 100%;
    }

    .why_top .title {
        max-width: 400px;
    }

    .why_text {
        padding-left: 300px;
        font-size: 32px;
    }

    .why_text br {
        display: none;
    }

    .works_subtitle {
        max-width: 600px;
    }

    .works_top .title {
        width: 520px;
    }

    .sales_item {
        padding: 20px;
        height: 400px;
    }

    .reviews .title {
        max-width: 440px;
    }

    .reviews_option {
        padding: 20px;
        gap: 14px;
    }

    .reviews_option img:first-child {
        width: 42px;
        height: auto;
    }

    .reviews_option img:last-child {
        height: 16px;
        width: auto;
    }

    .reviews_item {
        width: 25%;
    }

    .steps .title {
        max-width: 420px;
    }

    .reviews_option span {
        padding-left: 14px;
        font-size: 26px;
    }

    .steps_tabs {
        width: 320px;
    }

    .steps_content {
        width: calc(100% - 320px);
        padding: 30px;
    }

    .steps_info {
        width: 360px;
    }

    .steps_img {
        width: 380px;
    }

    .steps_inner-img {
        right: -40px;
    }

    .steps_quote {
        width: 100%;
        padding-right: 460px;
        margin-left: 0;
    }

    .turnkey .title {
        max-width: 500px;
    }

    .turnkey_text {
        width: 540px;
    }

    .steps_inner-title {
        padding-right: 460px;
    }

    .turnkey_item-info {
        padding: 20px;
    }

    .turnkey_item-info .turnkey_item-title {
        margin-bottom: 20px;
    }

    .blog_item {
        height: 400px;
    }

    .blog_item-info {
        padding: 20px;
    }

    .footer_item {
        max-width: 300px;
    }

    .main_items {
        flex-wrap: wrap;
    }

    .main_item {
        width: calc(33.333% - 13.333px);
    }

    .catalog .title {
        max-width: 600px;
    }

    .partners_slider {
        /*width: calc(100% + 100px);
        transform: translateX(100px);*/
    }

    .portfolio_item-info {
        padding: 20px;
    }

    .portfolio_item {
        height: 540px;
    }

    .portfolio_item {
        padding: 20px;
    }

    .portfolio_item-options {
        margin-bottom: 20px;
    }

    .portfolio_item-option {
        margin-bottom: 10px;
    }

    .portfolio_item-info .portfolio_item-title {
        margin-bottom: 20px;
    }

    .faq_img,
    .faq_items {
        width: calc(50% - 10px);
    }

    .card_left {
    }

    .card_right {
    }

    .card_price {
        font-size: 28px;
    }

    .card_link {
        font-size: 13px;
    }

    /*.card_item-title {
        gap: 20px;
        font-size: 16px;
    }

    .card_item-btn {
        text-align: center;
        padding: 4px;
        height: auto;
        min-height: 60px;
    }*/

    .about {
        margin-top: 160px;
    }

    .video_block-item {
        height: 500px;
    }

    .cycle_item-img {
        height: 254px;
    }

    .gallery_item {
        height: 300px;
    }
    /*.card_item{
        width: calc(50% - 10px);
    }*/
    .why_desc-text {
        width: 600px;
    }
    /*.card_inner{
        width: 1150px;
    }*/

    .card_imgs {
        height: 400px;
    }
}

@media (max-width: 1200px) {
    .container {
        max-width: 950px;
    }

    .header_btn {
        width: 200px;
    }

    .menu a {
        font-size: 13px;
    }
    
    .prodjects_item-title {
        font-size: 22px;
    }

    .prodjects_item-price {
        font-size: 20px;
    }
    
    .header_find-form {
        width: auto; 
    }
    
    .header_middle .header_links:nth-child(4){
        display: none;
    }

    .menu {
        padding: 18px 0;
    }

    .main_options {
        width: 100%;
        gap: 30px;
    }

    .main_option {
        width: calc(33.333% - 20px);
        font-size: 16px;
        display: flex;
        align-items: center;
    }

    .prodjects_ways {
        flex-wrap: wrap;
    }

    .prodjects_way {
        width: 33.333%;
        flex: auto;
    }
    
    .catalog.facade {
        margin: 255px 0 0;
    }
    
    .page {
        margin: 255px 0 60px 0;
    }
    
    .catalog.main {
        padding-top: 260px;
        margin: 0;
    }
    
    .card_work .card_right {
        width: 100%;
        margin-top: 20px;
    }
    
    .card_work .card_title{
        margin-bottom: 20px;
        display: none
    }
    
    .card_work .card_title-mobile{
        display: block;
    }
    
    .card_work .card_links {
        gap: 10px;
    }
    
    .card_work .card_content-title {
        margin-bottom: 30px;
    }
    
    .card_work .card_total-date {
        margin: 30px 0;
    }
    
    .card_work .card_wrapper {
        flex-direction: column;
        margin-bottom: 40px;
    }
    
     .card_work .card_left {
        width: 100%;
    }
    
    
    .calc_form {
        width: 100%;
    }
    
    .calc_blocks-wrapper {
        flex-wrap: wrap;
    }
    
    .calc_blocks-item {
        width: calc(50% - 10px);
    }

    .category_item-options {
        gap: 15px;
    }
    
    .category_item-option {
        font-size: 16px;
    }

    .form_block-right {
        flex-direction: column;
        gap: 20px;
        justify-content: flex-end;
        align-items: flex-start;
    }
    .form_block-left .form_file,
    .form_inp {
        width: 100%;
    }

    .form_block-inner {
        gap: 30px;
    }

    .title {
        font-size: 32px;
    }

    .form_block .title {
        margin-bottom: 32px;
    }

    .partners_top .title {
        max-width: 400px;
    }

    .partners_item {
        width: calc(50% - 10px);
    }

    .variations_items {
        flex-wrap: wrap;
    }

    .variations_img,
    .variations_item {
        width: calc(33.333% - 13.333px);
    }

    .variations_img {
        display: none;
    }
    
    .why_text {
        font-size: 26px;
    }

    .why_links {
        padding: 20px;
    }

    .why_item {
        padding: 20px;
        height: 300px;
    }

    .works_subtitle {
        max-width: 400px;
        font-size: 16px;
    }

    .works_top .title {
        width: 480px;
    }

    .sales_item {
        height: 300px;
    }

    .reviews .title {
        width: 280px;
    }

    .reviews_text {
        max-width: 320px;
    }

    .reviews_option {
        width: calc(50% - 10px);
        justify-content: center;
    }

    .reviews_item {
        width: 33.333%;
    }

    .production_item {
        flex-direction: column;
    }

    .production_item:nth-child(2n) {
        flex-direction: column-reverse !important;
    }

    .steps_text {
        max-width: 480px;
    }

    .steps_content {
        flex-direction: column;
        gap: 20px;
    }

    .steps_info {
        width: 100%;
    }

    .steps_img {
        width: 100%;
        height: 320px;
    }

    .steps_tabs {
        width: 240px;
    }

    .steps_content {
        width: calc(100% - 240px);
    }

    .turnkey .title {
        max-width: 460px;
    }

    .turnkey_text {
        width: 440px;
        font-size: 16px;
    }

    .turnkey_items {
        flex-wrap: wrap;
    }

    .turnkey_item {
        width: calc(50% - 10px);
    }

    .blog_item {
        width: calc(33.333% - 13.333px);
    }

    .footer_wrapper {
        flex-wrap: wrap;
        gap: 30px;
    }

    .footer_inner {
        flex-wrap: wrap;
    }

    .catalog .title {
        max-width: 400px;
    }

    .card_left {
        width: calc(100% - 395px);
    }

    .card_right {
        width: 370px;
        min-width: 370px;
    }
    
    .card_right {
        width: 370px;
        min-width: 370px;
    }

    .card_price {
        font-size: 24px;
        margin-bottom: 20px;
        flex-wrap: wrap;
        gap: 10px;
    }

    .card_price span {
        font-size: 18px;
    }

    .card_links {
        gap: 10px;
    }

    .card_dot {
        width: 180px;
    }

    .card_way-img {
        height: 360px;
    }

    .card_content-text {
        max-width: 420px;
    }

    .card_content-top .card_content-title {
        max-width: 460px;
    }

    .card_step {
        padding: 20px;
        width: 100%;
    }

    .card_content-img {
        height: 300px;
    }
    
    .card_content-item-content.imgs {
        grid-template-columns: repeat(2, auto);
    }
    
    .card_content-item-title h2, 
    .card_configurator-item-subtitle h3{
        font-size: 36px;
    }

    .about {
        margin-top: 145px;
    }

    .about_info {
        width: 680px;
        padding: 40px 40px 40px;
    }

    .video_block-item {
        height: 400px;
    }

    .cycle_item {
        width: calc(50% - 20px);
    }

    .card_imgs {
        height: 480px;
    }

    .completed_item {
        width: calc(33.333% - 13.333px);
    }

    .production_wrapper {
        gap: 20px;
    }

    .production_wrapper .production_item {
        width: calc(50% - 10px);
    }

    .gallery_item {
        height: 206px;
    }

    .work_reviews-wrapper {
        height: 800px;
    }

    .card_imgs {
        height: auto;
        margin-bottom: 20px;
    }

    .card_imgs div {
        height: 480px;
    }
    
    .page_client-pictures a{
        width: calc(33.333% - 13.6px);
    }

    .design_items .blog_item-bot {
        flex-direction: column;
        gap: 10px;
    }

    .design_items .blog_item-title {
        font-size: 20px;
    }

    .docs_item {
        padding: 20px;
        width: calc(50% - 10px);
    }

    .form_block-wrapper {
        flex-direction: column;
    }

    .form_block-right,
    .form_block-left {
        width: 100%;
    }

    .footer_options {
        display: flex;
        gap: 30px;
    }

    .footer_option {
        width: 100%;
    }

    .footer_item:last-child {
        max-width: 100%;
        width: 100%;
    }

    .card_title-mobile {
        display: block;
    }

    .card_content-title {
        margin-bottom: 30px;
    }

    .card_title {
        margin-bottom: 20px;
    }

    .why_desc{
        align-items: flex-start;
        gap:20px;
        flex-direction: column;
    }
    
    .contacts_locs-item-top {
        flex-direction: column;
        justify-content:flex-start;
        gap: 16px;
        padding-right: 0px;
    }
    
    .contacts_locs-item-top::after
    {
        display: none;
    }
    

}

@media (max-width: 991.98px) {
    .container {
        max-width: 730px;
    }

    .header_inner {
        display: none;
    }

    .header {
        position: fixed;
        background: #191919;
    }

    .header.fixed {
        animation: none;
    }

    .header_btn {
        display: none;
    }

    .header_wrapper {
        border: none;
    }
    
    .header_middle.search-active .header_links:nth-child(3) {
        opacity: 0;
        visibility: hidden;
    }

    .main_options {
        gap: 30px 20px;
    }

    .main_option {
        width: calc(50% - 10px);
    }

    .prodjects_way {
        padding: 20px;
    }
    
    .prodjects_item {
        width: 100%;
    }

    .prodjects_item-img::before {
        opacity: 0;
    }

    .prodjects_item-img::after {
        opacity: 1;
    }

    .prodjects_item .prodjects_item-btn {
        height: 45px;
        border-width: 1px;
        margin-bottom: 50px;
    }

    .catalog.main {
        padding-top: 280px;
        margin: 0;
    }
    
    .form_block-wrapper {
        flex-direction: column;
    }

    .form_block-left {
        width: 100%;
    }

    .form_block-right {
        width: 100%;
        flex-direction: row;
        justify-content: flex-start;
    }

    .turnkey_top,
    .reviews_top,
    .works_top,
    .partners_top {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 30px;
        align-items: flex-start;
    }

    .partners_item {
        width: calc(50% - 10px);
    }

    .variations_img {
        height: 530px;
    }

    .variations_img img {
        height: 100%;
    }

    .variations_img,
    .variations_item {
        width: calc(50% - 10px);
    }

    .video_block-top,
    .portfolio_top,
    .catalog_top,
    .steps_top,
    .why_top {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 30px;
        align-items: flex-start;
    }

    .why_wrapper {
        padding-bottom: 560px;
    }

    .why_text {
        padding: 20px;
        width: 50%;
        align-items: center;
        display: flex;
    }

    .why_item {
        width: 50%;
        height: 260px;
    }

    .why_links {
        position: absolute;
        bottom: 0;
        width: 50%;
        top:auto;
        height: auto;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .why_img {
        width: 420px;
        left: -80px;
    }

    .why_img img {
        width: 100%;
        height: auto;
    }

    .why_links::before {
        right: -200px;
    }

    .works_subtitle {
        max-width: 100%;
    }

    .sales_item {
        width: calc(50% - 10px);
    }

    .reviews .title {
        width: 100%;
    }

    .reviews_text {
        max-width: 100%;
    }

    .reviews_item {
        width: 50%;
    }

    .production_items {
        width: calc(100% + 30px);
    }

    .production_item {
        margin-right: 30px;
    }

    .production_item-img {
        height: 250px;
    }

    .steps_text {
        max-width: 100%;
    }

    .steps_tabs-wrapper {
        flex-direction: column;
    }

    .gallery_tabs,
    .steps_tabs {
        flex-direction: row;
        display: flex;
        overflow: auto;
        width: calc(100% + (100vw - 700px) / 2);
        padding-right: calc((100vw - 700px) / 2);
    }
    
    .gallery_tabs::-webkit-scrollbar,
    .steps_tabs::-webkit-scrollbar {
        display: none;
    }

    .gallery_tab {
        white-space: nowrap;
    }
    
    .works_more {
        margin-right: 0;
    }

    .steps_content {
        width: 100%;
    }

    .steps_inner-img {
        width: 460px;
        right: -70px;
    }

    .steps_inner-img img {
        width: 100%;
        height: auto;
    }

    .steps_inner-title {
        padding-right: 310px;
        font-size: 32px;
    }

    .steps_quote {
        font-size: 18px;
    }

    .steps_inner-subtitle,
    .steps_inner-person,
    .steps_quote {
        padding-right: 310px;
    }

    .turnkey_text {
        width: 100%;
    }

    .turnkey_item {
        width: 100%;
        height: 500px;
    }

    .blog_item {
        width: calc(50% - 10px);
    }

    .footer_inner {
        gap: 10px;
    }

    .footer_item {
        max-width: 350px;
    }

    .main_item {
        width: calc(50% - 10px);
    }

    .catalog .title {
        max-width: 100%;
    }
    
    .category_item-options {
        gap: 5px;
        zoom: .8;
    }

    .portfolio_item-title {
        font-size: 20px;
    }

    .portfolio_top .title {
        max-width: 100%;
    }

    .faq_img {
        display: none;
    }

    .faq_items {
        width: 100%;
    }

    .card_wrapper {
        flex-direction: column;
    }
  
    .card_right {
        height: auto;
        width: auto;
        min-width: auto;
    }
    
    .card_left {
        width: auto;
    }
    
    .card_right-block.docs{
        display: block;
        margin: 0;
    }

    /*.gallery_tabs,
    /*.card_tabs {
        overflow: auto;
        margin-bottom: 40px;
        width: calc(100% + ((100vw - 700px) / 2));
        padding-right: calc((100vw - 700px) / 2);
    }

    .card_tabs::-webkit-scrollbar {
        display: none;
    }

    .gallery_tab,
    .card_tab {
        white-space: nowrap;
    }*/

    .gallery_item {
        width: calc(50% - 10px);
    }
    
    .card_way {
        width: 100%;
        padding: 30px;
    }

    .card_content-top {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 30px;
        align-items: flex-start;
    }

    .card_content-text,
    .card_content-top .card_content-title {
        max-width: 100%;
    }

    .card_content-img,
    .card_configurator-item {
        width: auto;
    }
    
    .page_client-pictures a{
        width: calc(50% - 10px);
    }

    .about {
        margin-top: 90px;
    }

    .about_info {
        width: 100%;
    }

    .contacts_inner,
    .video_block-item {
        width: 100%;
    }
    
    .work_reviews-img {
        position: relative;
        inset: auto;
        order: 1;
        margin-top: 20px;
        width: 320px;
    }

    .crumbs {
        margin-bottom: 80px;
    }

    .design_items .blog_item {
        width: calc(50% - 10px);
    }

    .blog_item-info::before {
        opacity: 1;
        visibility: visible;
    }

    .blog_item-link {
        display: flex;
    }

    .blog_item-price,
    .blog_item-text {
        display: block;
    }
    
    
    .footer_item:last-child {
        width: 58%;
    }
    .why_item:nth-child(3) {
    margin-left: 0%;
    }
    .why_item-text{
        opacity: 1;
    }
    .why_item-icon{
        display: none;
    }
    .work_reviews-wrapper:not(:has(.work_reviews-bg)) {
        height: 360px;
        padding-bottom: 0px;
    }
    
    .card_summary_bar{
        display: block;
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        background-color: #509600;
        z-index: 5;
        color: #fff;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }
    
    .card_summary_bar-wraper{
        display: flex;
        flex-direction: row;
        padding: 10px 15px;
    }
    
    .card_summary_bar-desc{
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }

    .card_summary_bar-btn a{
        height: 50px;
        line-height: 50px;
        width: 220px;
        text-align: center;
        border: 1px solid #fff;
        font-size: 0.9em;
    }
    
    .card_summary_bar-desc--summ{
        font-weight: bold;
    }
    
}

@media (max-width: 767.98px) {
    
    .container {
        max-width: 100%;
    }
    .card_configurator-item.white{
        width: 100%;
    }
    .card_configurator-item.white li {
    margin-bottom: 4px;
    }
    .footer_item:last-child{
        width: 100%;
    }
    .main_title {
        font-size: 34px;
    }
    
    .header{
        border-bottom: 1px solid #FFFFFF33;
    }

    .header_time,
    .header_top,
    .header_bottom
    {
        display: none;
    }
    
    .header_mobile_menu-btn{
        display: flex;
        justify-content: center;
        margin-left: auto;
    }

    .header_logo {
        margin-right: auto;
        margin-top: 3px;
        width: 60px;
    }

    .header_logo img {
        width: 100%;
        height: auto;
    }

    .header_menu>span {
        display: none;
    }

    .header_middle .header_links:nth-child(3) {
        display: none;
    }
    
    .header_middle .header_links:nth-child(4) {
        display: block;
    }
    
    .header_middle .header_number {
        margin-bottom: 0;
        width: 32px;
        background-color: #fff;
        border-radius: 50%;
        height: 32px;
        font-size: 0;
        background-image: url(../img/phone.svg);
        background-position: center;
        background-size: 14px;
        background-repeat: no-repeat;
    }
    
    .header_messages {
        gap: 5px;
    }

    .header_message {
        width: 32px;
        height: 32px;
    }

    .header_message img {
        width: 100%;
        height: auto;
    }
    
    
    .header_find-btn{
        background-color: #fff;
        width: 32px;
        border-radius: 50%;
        height: 32px;
        justify-content: center;
        min-width: 32px;
    }
    
    .header_find-btn::after{
        background-size: cover;
        width: 24px;
        height: 24px;
        filter: none;
    }
    
    .header_call-btn,
    .header_find-btn span{
        display: none;
    }
    
    .header_middle {
        justify-content: center;
        gap: 5px;
        border-bottom: none;
        padding: 0;
        height: 72px;
    }
    
    .header .header_find-form {
        width: 100%;
        background-color: #191919;
        transition: right 0.3s ease, visibility 0.1s ease, opacity 0.1s ease;
        gap: 10px;
    }
    
    #headerSearchForm button{
        width: 40px;
        height: 40px;
        overflow: hidden;
        position: relative;
    }

    #headerSearchForm button::before{
        position: absolute;
        content: "";
        background-color: #007bff;
        border: none;
        border-radius: 5px;
        font-size: 1rem;
        width: 100%; 
        height: 100%;
        top: 0;
        left: 0;
        background-image: url(../img/header-btn-search2.svg);
        background-position: center;
        background-repeat: no-repeat;
    }
    
    .header .header_find-form::after {
        content: "";
        font-size: 1rem;
        width: 30px;
        height: 40px;
        background-image: url(../img/close.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-color: transparent;
        background-size: contain;
    }
    
    #headerSearchForm {
        zoom:.85;
        height: 40px;
        gap:10p;
    }
    
    .menu_burger {
        width: 26px;
    }

    .main_subtitle {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .main_options {
        gap: 20px;
        margin-bottom: 30px;
    }

    .main_option {
        width: 100%;
    }

    .main_btns {
        flex-direction: column;
        gap: 10px;
    }

    .main_btn {
        width: 100% !important;
    }

    .prodjects {
        margin: 60px 0;
    }

    .title {
        margin-bottom: 30px;
        font-size: 28px;
    }

    .prodjects_way {
        width: 100%;
        height: 280px;
        padding: 14px;
    }
    
    .prodjects_item .prodjects_item-btn {
        margin-bottom: 30px;
    }

    .prodjects_item-title {
        font-size: 22px;
    }

    .prodjects_items {
        gap: 10px;
    }

    .prodjects_item {
        height: auto;
    }

    .prodjects_item-price {
        margin-bottom: 20px;
    }

    .prodjects_item-options {
        gap: 10px;
        flex-wrap: wrap;
    }

    .category_items {
        grid-template-columns: repeat(1, auto);
        margin-top: 30px;
    }
    
    .category_item-tags {
        top: 20px;
        left: 20px;
    }
    
    .category_item-wrapper {
        gap: 12px;
    }

    .category_item-title {
        font-size: 22px;
    }
    
    .category_item-price {
        font-size: 20px;
    }

    .category_item-options {
        gap: 5px;
        flex-wrap: nowrap;
        justify-content: space-between;
        zoom: .9;
    }
    
    .category_item-option {
        font-size: 15px;
    }


    .category_item-btn {
        margin-top: 0;
        margin-bottom: -10px;
    }

    .category_item-btn .btn{
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0;
    }
    
    .category_btn {
        margin-top: 30px;
        font-size: 14px;
        text-align: center;
        width: 100%;
        padding: 20px;
    }

    .category_btn span {
        display: contents;
        margin: 0;
    }

    .form_block {
        margin: 60px 0;
    }

    .form_block-left {
        padding: 30px 24px;
    }

    .form_block-subtitle {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .form_block-right {
        flex-direction: column;
        padding: 20px 0 60px;
    }

    .form_block-messages,
    .form_block-btn {
        margin-top: 20px;
    }

    .why,
    .variations,
    .partners {
        margin: 60px 0;
    }

    
    .card_content-item-content.vars {
        gap: 40px;
    }

    .variations_top {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 20px;
    }

    .variations_img {
        height: 420px;
    }

    .variations_items {
        gap: 10px;
    }

    .variations_img,
    .variations_item {
        width: 100%;
    }

    .variations_item-title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .variations_item-price {
        margin-bottom: 20px;
    }

    .variations_item-btn {
        margin-top: 10px;
    }

    .why_subtitle {
        font-size: 16px;
    }

    .why_item {
        width: 100%;
        height: auto;
    }

    .why_item-title {
        font-size: 18px;
        margin-top: 20px;
    }

    .why_text {
        width: 100%;
        font-size: 24px;
    }

    .why_item-icon {
        width: 40px;
    }

    .why_item-icon img {
        width: 100%;
        height: auto;
    }

    .turnkey,
    .steps,
    .production,
    .reviews,
    .sales,
    .works {
        margin: 60px 0;
    }

    .why {
        overflow: hidden;
    }

    .why_links {
        width: 100%;
    }

    .why_img {
        width: 320px;
    }

    .why_wrapper {
        padding-bottom: 420px;
    }

    .works_top .title {
        width: 100%;
    }

    .works_wrapper {
        height: 680px;
        padding-bottom: 20px;
    }

    .works_links {
        flex-wrap: wrap;
        justify-content: center;
    }

    .works_more,
    .works_btn {
        width: 100%;
    }

    .sales_item {
        width: 100%;
    }

    .sales_items {
        gap: 10px;
    }

    .steps_text,
    .reviews_text {
        font-size: 16px;
    }

    .reviews_btn {
        width: 100%;
        height: 50px;
    }

    .reviews_option {
        width: 100%;
        padding: 10px;
    }

    .reviews_options {
        gap: 10px;
        margin-bottom: 20px;
    }

    .reviews_item {
        width: 100%;
        height: 400px;
    }
    
    .page_client{
        gap: 40px;
    }

    
    .page_client-pictures a{
        /*width: 100%;*/
    }


    .production_item {
        margin-right: 0px;
        padding: 0 3px;
    }

    .production_items {
        width: 100%;
    }

    .production_items .slick-dots {
        margin-top: 30px;
    }
    

    .steps_tabs {
        width: calc(100% + 15px);
        padding-right: 15px;
    }

    .steps_tab {
        padding: 18px;
        font-size: 18px;
    }

    .steps_content {
        padding: 20px;
    }

    .steps_img {
        height: auto;
    }

    .steps_inner-subtitle,
    .steps_inner-person,
    .steps_quote {
        padding-right: 0;
    }

    .steps_inner {
        padding: 40px 0 420px;
    }

    .steps_inner-title {
        padding-right: 0;
        font-size: 26px;
    }

    .turnkey .title {
        max-width: 100%;
    }

    .turnkey_item {
        height: auto;
        padding: 0;
    }

    .turnkey_item-info {
        position: relative;
        opacity: 1;
        visibility: visible;
    }

    .turnkey_item-img {
        display: none;
    }

    .turnkey_item>.turnkey_item-title {
        display: none;
    }

    .form_block-title {
        font-size: 18px;
    }

    .blog {
        margin: 60px 0;
    }

    .blog_top {
        flex-direction: column;
        margin-bottom: 20px;
        gap: 20px;
        align-items: flex-start;
    }

    .blog_btn {
        width: 100%;
        height: 50px;
    }

    .blog_items {
        gap: 10px;
    }

    .blog_item {
        width: 100%;
    }

    .footer_wrapper {
        gap: 20px;
    }
    
    .header_dropdown-menu li
    {
        font-size: 16px;
        margin-bottom: 14px;
    }
    
    .header_dropdown-contacts {
        display: flex;
        flex-direction: column;
        gap:20px;
    }
        
    .header_dropdown-contacts .phone span
    {
        color: #FFF;
        opacity: .8;
        margin-top: 7px;
        font-size: 14px;
        display: block;   
    }
    
    .header_dropdown-contacts li.phone a
    {
        display: block;
        font-size: 20px;
        font-weight: bold;
        color: #fff;
    }

    .header_dropdown-contacts li.address
    {
        font-size: 16px;
        color: #fff;
    }

    .header_dropdown-contacts li.call a
    {
        margin-top: 10px;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        height: 45px;
        line-height: 45px;
        width: 100%;
    }
    
    .header_dropdown-menu a {
        font-size: 16px;
        color: #FFF;
        opacity: .8;
    }

    .main {
        padding: 100px 0 60px;
        overflow: hidden;
        height: 100vh;
    }

    .crumbs {
        margin-bottom: 40px;
    }

    .crumb {
        font-size: 14px;
    }
    
    .card .crumbs,
    .page .crumbs
    {
        padding-top: 30px;
        margin-bottom: 30px;
    }

    .main_items {
        margin-top: 40px;
        gap: 10px;
    }

    .main_item {
        width: 100%;
        font-size: 16px;
        padding: 10px;
    }

    .main_item img {
        width: 62px;
        height: auto;
    }

    .catalog {
        margin: 60px 0;
    }

    .catalog.main {
        padding-top: 120px;
    }

    .catalog.facade{
        margin: 75px 0 0;
    }
    
    .page {
        margin: 75px 0 40px 0;
    }

    .catalog.facade .catalog_top {
        padding-top: 30px;
        gap: 25px;
    }
    
    .catalog_items {
        gap: 10px;
    }
    
    .search_items {
        margin-top: 30px;
    }
    
    .filter-container { 
        font-size: 16px;
    }

    .filter-tabs-lv1-row { 
        margin-bottom: 0px
    }

    .filter-tab-lv1 { 
        border-bottom: none;
        margin-bottom: 20px;
        font-size: 16px;
    }

    .filter-tab-lv1 span{ 
        margin-right: 35px;
    }


    .pagin {
        gap: 0px;
        margin-top: 20px;
    }

    .pagin li:not(.prev) a,
    .pagin li:not(.next) a,
    .pagin .active
    {
        width: 35px;
        height: 35px;
    }
    
    .pagin li.prev {
        margin-right: 20px;
    }
    
    .pagin li.next {
        margin-left: 20px;
    }
    
    .pagin li.prev a,
    .pagin li.next a
    {
        width: auto;
        height: 35px;
    }

    .pagin a{
        font-size: 18px;
    }
    
    .partners_item {
        width: 100%;
    }
    
    .partners_slider  {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin: 0 auto;
        width: 100%;
        padding: 0 15px;
    }

    .partners_slider .partners_item {
        width: 100%;
        margin: 0;
    }

    .partners_item-option::after {
        min-width: 20px;
    }

    .portfolio {
        margin: 60px 0;
    }

    .portfolio_btn {
        width: 100%;
        height: 50px;
    }

    .portfolio_item-info {
        display: none;
    }

    .portfolio_item {
        height: 320px;
    }

    .portfolio_items .slick-dots {
        margin-top: 20px;
    }

    .faq {
        margin: 60px 0;
    }

    .faq_item-title {
        font-size: 18px;
    }

    .faq_item {
        margin-bottom: 20px;
    }

    .card {
       margin: 75px 0 0;
    }

    .card_content-item-title h2, 
    .card_configurator-item-subtitle h3 {
        font-size: 28px;
    }
    
    .card_content-item-title, 
    .card_configurator-item-subtitle {
        margin-bottom: 30px;
    }
    
    .card_title {
        font-size: 28px;
    }

    .card_tegs {
        top: 10px;
        left: 10px;
        gap: 5px;
    }

    .card_teg {
        font-size: 12px;
    }

    .card_dot {
        width: 120px;
        height: 80px;
        margin-right: 10px;
    }
    
    .card_desc {
        margin-bottom: 20px;
        gap: 20px;
    }
    
    .card_desc div {
        width: 100%;
    }

    .card_right {
        /*padding: 20px;*/
    }

    .card_right-wrapper {
        padding: 30px 20px;
    }
    .card_content-items {
        gap: 40px;
    }
    
    .card_option {
        margin-bottom: 10px;
    }

    .card_links {
        margin-bottom: 20px;
    }

    .card_wrapper {
        margin-bottom: 40px;
    }

    .gallery_tabs,
    .card_tabs {
        margin-bottom: 30px;
        width: calc(100% + 15px);
        padding-right: 15px;
    }

    .gallery_tabs {
        gap: 20px;
    }

    .card_content-title {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .card_way-img {
        height: auto;
        margin-bottom: 14px;
    }

    .card_way {
        padding: 20px;
    }
    
    .card_way-subtitle {
        margin-bottom: 20px;
        font-size: 18px;
    }

    .card_way-options {
        gap: 10px;
        padding: 0;
    }
    
    .card_content-item:has(.steps){
        order: 10;
    }
    .card_step-title {
        margin-bottom: 16px;
        font-size: 18px;
    }

    .card_steps {
        gap: 10px;
    }
    
    .card_step {
        width: 100%;
    }

    .card .card_wrapper-top {
        flex-direction: column;
        /*gap: 20px;*/
        justify-content: space-between;
    }
    
    .card .card_variation_item-options {
        columns: 1;
    }
    
    .card_content-subtitle {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .card_content-img,
    .card_configurator-item {
        width: 100%;
    }

    .card_configurator-items {
        gap: 40px;
    }

    .card_configurator-img {
        align-items: center;
    }

    .card_top-btn {
        width: 100%;
        height: 50px;
    }

    .card_content-item-content.imgs {
        grid-template-columns: repeat(1, auto);
    }
    
    .card_content-imgs {
        gap: 10px;
    }

    .card_content-img {
        height: 280px;
    }
    
    .card_content-img::before{
        display: none;
    }
    
    .page_calc {
        gap: 40px;
    }
    
    .calc_form-fields{
        gap: 20px;
    }
    
    .calc_form-fields-item{
        width: 100%;
    }
    
    .calc_form-btn{
        width: 100%;
    }
    
    .calc_blocks-item {
        width: 100%;
    }
    
    .about {
        margin-top: 78px;

    }

    .about_info {
        padding: 40px 20px;
    }

    .about_title {
        font-size: 32px;
    }

    .about_text {
        font-size: 16px;
    }

    .about_desc {
        font-size: 16px;
        padding-left: 14px;
    }

    .cycle,
    .video_block {
        margin: 60px 0;
    }

    .video_block-btn {
        width: 100%;
        height: 50px;
    }

    .video_block-items {
        gap: 10px;
    }

    .cycle_item {
        width: 100%;
    }

    .cycle_items {
        gap: 20px;
    }

    .cycle_item {
        gap: 10px;
    }

    .video_block-item {
        height: 280px;
    }

    .cycle_item:nth-child(2n) {
        flex-direction: column;
    }

    
    .contacts_inner {
        /*padding: 40px 20px;*/
    }

    .contacts_order {
       /*margin-bottom: 30px;*/
    }

    .contacts_btn {
        /*margin-top: 30px;*/
    }

    .card_imgs div {
        height: 320px;
    }

    .card_imgs {
        margin-bottom: 10px;
    }

    .card_total-date {
        font-size: 18px;
        margin: 30px 0;
    }

    .card_option span {
        white-space: nowrap;
    }
    
    .contacts {
        gap: 40px;
    }
    
    .contacts_map{
        flex-direction: column;
    }
    
    .contacts_col-left,
    .contacts_col-right{
        width: auto;
    }
    
    .contacts_locs-intro h2, 
    .contacts_requisite h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    
    .contacts_locs-items h3 {
        font-size: 20px;
    }
    
    .contacts_map #yandex_map{
        height: 400px;
    }

    .contacts_locs-item-top {
        flex-direction: column;
        justify-content:flex-start;
        gap: 16px;
        padding-right: 0px;
    }
    
    .contacts_locs-item{
        gap: 16px;
        padding: 16px;
    }
    
    .contacts_locs-item-top::after,
    .contacts_locs-item-phone,
    .contacts_locs-item-email
    {
        display: none;
    }
    
    .contacts_locs-item-bottom{
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    
    .contacts_locs-item .mobile{
        display: block;
    }
    
    .contacts_locs-item-btn{
        margin: 0 auto;
    }
    
    .contacts_locs-item-btn a{
        color: #A1ABB9;
        text-decoration: underline;
    }
    
    .contacts_locs-item-btn a:hover{
        text-decoration: none;
    }

    .page_404,
    .page_404-content
    {
        padding-top: 30px;
        text-align: center;
    }
    
    .page_404-content h1 {
        font-size: 24px;
        font-weight: bold;
    }
    
    .completed {
        margin: 60px 0;
    }

    .completed_item {
        width: calc(50% - 10px);
        font-size: 14px;
        padding-left: 46px;
    }

    .production_wrapper .production_item {
        width: 100%;
    }

    .production_wrapper {
        gap: 10px;
    }

    .completed_items {
        gap: 20px;
    }

    .gallery {
        margin: 60px 0;
    }

    .gallery_items {
        gap: 10px;
    }

    .gallery_item {
        width: 100%;
    }

    .work_reviews {
        margin: 60px 0;
    }

    .work_reviews-wrapper {
        height: auto;
        padding-top: 300px;
        padding-bottom: 60px;
    }

    .work_reviews-title {
        font-size: 28px;
    }

    .work_reviews-img {
        width: 280px;
        max-width: 100%;
    }

    .form_block-text {
        font-size: 24px;
        margin-bottom: 0px;
    }

    .form_block-bot {
        gap: 30px;
    }

    .work_reviews-options {
        font-size: 18px;
    }

    .docs,
    .design {
        margin: 60px 0;
    }

    .design .big.blog_item,
    .design_items .blog_item {
        width: 100%;
    }

    .design_items,
    .docs_wrapper {
        gap: 10px;
    }

    .docs_item {
        width: 100%;
    }

    .page_review-add{
        flex-direction: column;
        text-align: center;
        align-items: center;
        padding: 20px;
    }
    
    .review_item{
        padding: 20px;
    }
    
    .footer_options {
        display: block;
    }

    .card_img img {
        object-fit: cover;
    }
    .footer_option {
        width: 100%;
    }
    .popup_body{
        padding: 40px 14px;
    }
    .popup_body-title{
            font-size: 26px;
            margin-bottom: 30px;
    }
    .sales_item-btn {
        height: 40px;
        font-size: 14px;
    }
    .why_item-text{
        font-size:14px;
    }
    .why_desc-btn{
        width: 100%;
    }
    .why_desc-text{
        font-size:14px;
        width: 100%;
    }
    .why_desc-btn {
        width: 100%;
        text-align: center;
        height: auto;
        padding: 8px;
    }
    .work_reviews-wrapper:not(:has(.work_reviews-bg)) {
        height: auto;
        padding: 0px;
    }
    .work_reviews-wrapper:not(:has(.work_reviews-bg)) .work_reviews-img{
        margin-top: 0;
    }
    .card_btn{
        font-size: 14px;
        height: auto;
        min-height: 60px;
        padding: 10px 15px;
        line-height: 120%;
    }
    
    .card_work .card_content-title {
        font-size: 22px;
        margin-bottom: 20px;
    }
    
    .popup_body-option{
        padding: 10px 0;    
    }
    .card_imgs .slick-arrow{
        display: none !important;
    }

    .prodjects_btn{
        width: calc(100% - 40px);
        flex-direction: column;
        padding: 5px 20px;
        height: auto;
        text-align: center;  
        margin-top: 30px
    }
    
    section.card:not(.card_work) ~ section.form_block {
        display: none;
    }
    
    section.card ~ .footer {
        margin-top: 0;
    }
    
    .upper_btn {
        zoom: 0.7;
        /*transform: translate(50%, 0%);*/
        /*bottom: 130px!important;*/
        /*right: calc(100%/2)!important;*/
        right: 40px;
        bottom: 40px!important;
    }
    
    section.card ~ .footer .upper_btn{
        zoom: 0.7;
        bottom: 130px!important;
        right: 40px;
    }

}


/*TOOLTIP*/    
.tooltip2 {
    position: fixed;
    background: #333;
    backdrop-filter: blur(4px);
    color: #fff;
    padding: 10px 15px;
    border-radius: 4px;
    z-index: 10000;
    pointer-events: none; /* Чтобы тултип не мешал мыши */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    width: 350px;
    transform: translate(-50%, -125%); /* Центрируем над курсором */
    font-size: 14px;
    line-height: 1.4;
}

.tooltip2.is-active {
    opacity: 0.98;
    visibility: visible;
}


/*MISC*/
.revert_css_rules{
    h1, h2, h3, h4, h5, h6, p, ul, ol, li {
    all: revert;
    display: revert; 
    }
    
    a{
        color: #191919;
        font-weight: bold;
    }
    
    h1, h2, h3, h4, h5, h6{
        line-height: 130%;
    }
    p, ul, ol, li {
        line-height: 150%;
    }
}

.jGrowl{
    z-index: 99999!important;   
    font-size: 16px!important;   
}
 
.ajax_form .error {
    border-color: brown;
}

.upper_btn{
    display: none;
    width: 64px;
    height: 64px;
    position: fixed;
    right: 50px;
    bottom: 120px;
    cursor: pointer;
    border-radius: 64px;
    background-color: #509600;
    background-image: url('data:image/svg+xml,<svg width="32" height="16" viewBox="0 0 32 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_28090_5553)"><path fill-rule="evenodd" clip-rule="evenodd" d="M16.9475 2.45735L24.4902 10L22.6049 11.8853L16.0049 5.28535L9.40486 11.8853L7.51953 10L15.0622 2.45735C15.3122 2.20739 15.6513 2.06696 16.0049 2.06696C16.3584 2.06696 16.6975 2.20739 16.9475 2.45735Z" fill="white"/></g><defs><clipPath id="clip0_28090_5553"><rect width="16" height="32" fill="white" transform="matrix(0 -1 1 0 0 16)"/></clipPath></defs></svg>');
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 100;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.drop_bottom{
    margin-bottom: 0;
    padding-bottom: 0;
}

.drop_top{
    margin-top: 0;
    padding-top: 0;
}
    