.catalog-card__title {color: #000000; text-transform: uppercase;}
.swiper-wrapper {width: calc(100% + 3px);}
.section-slider__article .swiper-wrapper {margin: -1px -1px;}
.section-slider__box .swiper .card-style, .section-slider__article .swiper .card-style, .section-slider__brands .card-style {border: none; border-right: #ddd 1px solid;}
.section-slider__box .swiper, .section-slider__article .swiper, .section-slider__brands {border: #ddd 1px solid;}
.product-info {border: none;}
.product-slider, .product-info {border-right: 1px solid #d9d9d9;}

.c-red {color: #000000; text-align: center;}

.tag_orange {
    color: #ff8100;
    background: #fff3e9;
}
.tag_blue {
    color: #1d9fea;
    background: #e4eef5;
}
.card-border__img picture{width:50%;}
.header-top {height: 65px; background-color: #1f1f1f;}
.header-nav a, .header-nav .dropdown, .header-info__item, .header-info__days, .header-city {color: #ffffff;}
.dropdown-body {top: calc(100% + 10px); right: unset; left: 0; background-color: #454545;}
.dropdown-list a {padding: 4px 24px;}
.header-main {background-color: #f5f5f5;}
.header-main .button.button_gray {background-color: #e5e5e5;}
.header-main .button.button_orange {color: #fff; background-color: #ff8100;}
.header-main, .header-top, .header-main .input {border: none;}
.header-main .button.button_border {background-color: #1d9fea; color: #ffffff; border: none;}
.header-info, .header-info__days {max-width: fit-content;}
.header-info__item.text-12, .header-info__days.text-11 {font-size: unset; line-height: unset;}
.header-info__days {width: unset;}

.icon-tg {width: 22px; height: 22px;}

.text-11, .text-12, .text-13, .text-14, .text-16, .text-18, .text-20, .text-24 {line-height: normal;}
.title-32 {line-height: 36px;}
.header-top .text-12, .header-main .text-12 {font-size: unset;}
.box-button {right: -5px; top: calc(50% - 30px);}

.section-slider__article .swiper {border: none; border-top: #ddd 1px solid; border-bottom: #ddd 1px solid;}
.card-article {border-left: none;}
.card-article:hover {background-color: #f5f5f5;}

.card-brand:hover, a.card-border:hover {border: 1px solid #d9d9d9; background-color: #f5f5f5; color: #1d9fea;}
.card-product {padding: 30px;}
.card-style {border: 1px solid #d9d9d9; margin-left: -1px; margin-right: -1px;}
.card-product.card-style {margin-left: -1px;}
.section-slider .card-product.card-style {margin-left: unset;}
.card-product__tags {top: 25px; left: 20px; right: 20px;}
.card-product__tags .tag {padding: 2px 10px;}
.card-product__img {margin-top: 30px;}
.card-cooperation__img {width: unset;}

.section-dark .card-work {margin-left: 0px;}
.portfolio-detail__content {line-height: 150%;}
.portfolio-detail__content p {margin-top: 10px;}

.basket-item-block-info .basket-item-actions-remove {top: 0;}

.file-selectdialog {width: 70%; margin: 0 auto;}
.file-selectdialog .file-extended .file-selector {margin: 0; padding: 50px 0px; text-align: center;}
.file-selectdialog .file-extended .file-selector:hover {border: 2px dashed #d4dde1; padding: 38px 0; margin: 10px 0;}
.file-selectdialog .file-extended .file-selector:hover .file-load-img {left: 56px; top: 8px;}
.upl-area {display: block; width: 300px; padding: 30px 60px; text-align: center; margin: 0 auto; background-color: #e5e5e5;}
.start-import.button {display: block; text-align: center; margin: 40px auto;}

.footer-elem:not(:last-child) {margin-bottom: 5px;}

@media screen and (max-width: 767px) {.c-red {text-align:center;}}
@media screen and (max-width: 767px) {.grid-3 .card-style, .grid-4 .card-style {border-left: none; border-right: none;}}
@media screen and (min-width: 768px) {.catalog-card__img {position: unset; right: unset; bottom: unset; /*width: unset; height: unset;*/ margin: 10px  auto 20px auto; width: 170px; height: 170px;} .card-border {margin-top: -1px; margin-right: -1px; border: 1px solid #d9d9d9;} .col-card .card-style {border: #ddd 1px solid; margin-left: -1px;} .product-aside .product-group {border: none;} .product-bottom {margin-right: 0;}}

.product-info__list {
    max-height: 399px;
    overflow: hidden;
}

.product-button {
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-button__cart {
    padding: 0 10px;
}

.card-product__action .product-button__cart {
    height: 42px;
}

.product-button__cart:focus {
    outline: 0;
    border: 0;
}

.product-button__cart--disabled,
.product-button__cart--disabled:hover {
    background-color: #f5f5f5;
    color: #bfbfbf;
    cursor: default;
}

.product_quantity {
    display: none;
    align-items: center;
    gap: 8px;
    border: 1px solid #1d9fea;
    padding: 5px;
    border-radius: 36px;
}

.product-button__cart--added ~ .product_quantity {
    display: flex;
}

.product_quantity__button {
    display: flex;
    flex: 0 0 40px;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    background-color: #1d9fea;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.product_quantity__button svg {
    fill: #fff;
}

.product_quantity__input {
    border: 0;
    padding: 10px 0;
    text-align: center;
    height: auto;
    font-size: 16px;
    line-height: 19px;
    width: 30px;
    min-width: 30px;
    background: transparent;
}

.scrollToTop_button {
    position: fixed;
    right: 73px;
    bottom: 23px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #1d9fea;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1000;
}

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

.city-select {
    -webkit-tap-highlight-color: #000000;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 26px;
    cursor: pointer;
    display: block;
    font-size: 16px;
    line-height: 120%;
    height: 52px;
    outline: none;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 300px;
}

.city-select.open {
    border-color: #1d9fea;
}

.city-select:after {
    content: "";
    display: block;
    background-image: url('../images/select/down.svg');
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 16px;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 18px;
    top: calc(50% - 8px);
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    -o-transition: transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

.city-select.open:after {
    -webkit-transform: scale(-1);
    -ms-transform: scale(-1);
    transform: scale(-1);
}

.city-select .current {
    display: block;
    width: 100%;
    line-height: 50px;
    padding-left: 26px;
    padding-right: 52px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.city-select .list {
    background-color: #fff;
    -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, .1);
    box-shadow: 0 8px 16px rgba(0, 0, 0, .1);
    border-radius: 24px;
    margin: 20px 0 0 0;
    padding: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(.75) translateY(-20px);
    -ms-transform: scale(.75) translateY(-20px);
    transform: scale(.75) translateY(-20px);
    -webkit-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    -o-transition: all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;
    transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    z-index: 9;
    max-height: 400px;
    overflow: auto;
}

.city-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

.city-select .option {
    position: relative;
    cursor: pointer;
    line-height: 150%;
    list-style: none;
    padding: 8px 27px 8px 16px;
    outline: none;
    text-align: left;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    white-space: normal;
}

.city-select .option:first-child {
    padding-top: 12px;
}

.city-select .option.selected {
    background-color: #f5f5f5;
    background-image: url('../images/select/check.svg');
    background-repeat: no-repeat;
    background-position: calc(100% - 16px) 50%;
    background-size: 12px 9px;
    padding-right: 32px;
}

.city-select .option a {
    color: inherit;
}

.city-select_block p {
    margin-bottom: 0;
}

.button-popup-cheaper[class*="j-"] {
    cursor: pointer;
}

.popup-cheaper_wrap {
    display: none;
}

.popup-cheaper_wrap--opened {
    display: block;
}

.popup-cheaper_shadow {
    position: fixed;
    z-index: 900;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: block;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.popup-cheaper_popup {
    position: fixed;
    z-index: 900;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 700px;
    min-height: 500px;
    margin: 0 auto;
    padding: 20px 30px 37px 30px;
    background-color: #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: Helvetica, Arial, sans-serif;
}

.popup-cheaper_popup__header {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 17px;
}

.popup-cheaper_popup__title {
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    font-size: 24px;
    color: #000000;
    margin-bottom: 5px;
}

.popup-cheaper_popup__title:last-child {
    margin-bottom: 0;
}

.popup-cheaper_popup__text {
    font-style: normal;
    font-weight: normal;
    line-height: 25px;
    font-size: 14px;
    color: #333333;
    margin-bottom: 2px;
}

.popup-cheaper_popup__text:last-child {
    margin-bottom: 0;
}

.popup-cheaper_popup__body .form-group {
    margin-bottom: 17px;
}

.popup-cheaper_popup__body .form-group:last-child {
    margin-bottom: 0;
}

.popup-cheaper_popup__close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    margin-top: 8px;
    cursor: pointer;
}

.popup-cheaper_popup__body .form-group label {
    font-style: normal;
    font-weight: normal;
    line-height: 25px;
    font-size: 14px;
    color: #333333;
    margin-bottom: 0;
}

.popup-cheaper_popup__body .form-group--warning input {
    border-color: red;
}

.popup-cheaper_popup__body .form-group .c-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    z-index: 99;
    margin-top: 5px;
}

.popup-cheaper_popup__body .form-group .c-checkbox input[type="checkbox"] + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    font-weight: normal;
    font-size: 12px;
}

.popup-cheaper_popup__body .form-group .c-checkbox input[type="checkbox"] + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 16px;
    height: 16px;
    -webkit-box-shadow: 0 0 0 1px #D5DADC;
    box-shadow: 0 0 0 1px #D5DADC;
    border-radius: 2px;
    margin-top: -1px;
    background: #F8FAFC;
}

.popup-cheaper_popup__body .form-group--warning .c-checkbox input[type="checkbox"] + label:before {
    box-shadow: 0 0 0 1px red;
}

.popup-cheaper_popup__body .form-group .c-checkbox input[type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
    left: 4px;
    top: 3px;
    background: #159EBB;
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 1px;
}

.popup-cheaper_popup__body .form-group.agree a {
    color: #159EBB;
}

.popup-cheaper_popup__body .form-group .field-required {
    color: #EB5757;
}

.popup-cheaper_popup__body .form-group .textarea::-webkit-scrollbar {
    display: none;
}

.popup-cheaper_popup__body .form-group .textarea::-webkit-scrollbar-track {
    display: none;
}

.popup-cheaper_popup__body .form-group .textarea::-webkit-scrollbar-thumb {
    display: none;
}

.popup-cheaper_popup .modal-default-button:focus {
    border: 0;
    outline: 0;
}

.cookies_block {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
    z-index: 1000;
    display: none;
}

.cookies_block--active {
    display: block;
}

.cookies_block__container {
    max-width: 1248px;
    padding: 25px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    margin: 0 auto;
}

.cookies_block__button {
    width: 320px;
    flex-shrink: 0;
    background: #1d9fea;
    transition: all 0.3s ease-out;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    padding: 16px 10px;
    border: 0;
    border-radius: 36px;
    outline: 0;
    cursor: pointer;
}

.cookies_block__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    max-width: 880px;
}

.cookies_block__text p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0 0 5px 0;
}

.cookies_block__text p:last-child {
    margin-bottom: 0;
}

.cookies_block__text .title {
    display: none;
}

.cookies_block__text b {
    font-weight: 600;
}

.cookies_block__text a {
    transition: color 0.3s ease-out;
    text-decoration: none;
    color: #1d9fea;
}

.sort_block {
    position: relative;
}

.sort_block .dropdown {
    display: flex;
    align-items: center;
    gap: 8px;
    width: -moz-fit-content;
    width: fit-content;
}

.sort_block .dropdown__name {
    font-size: 14px;
    line-height: 24px;
    color: #8c8c8c;
    white-space: nowrap;
}

.sort_block .dropdown__button {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

.sort_block .dropdown__value {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    white-space: nowrap;
}

.sort_block .dropdown__icon {
    position: relative;
    top: 2px;
}

.sort_block .dropdown--active .dropdown__icon {
    transform: rotate(180deg);
    top: 0;
}

.dropdown__list_wrap {
    position: absolute;
    top: calc(100% + 4px);
    left: 90px;
    width: 175px;
    background: #fff;
    border: 1px solid #d9d9d9;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    z-index: 2;
    display: none;
}

.dropdown--active .dropdown__list_wrap {
    display: block;
}

.dropdown__list_inner {
    max-height: 150px;
    overflow: hidden;
    position: static;
}

.dropdown__list_inner--scroll {
    overflow: auto;
    overflow-x: clip;
}

.dropdown__list_inner--scroll::-webkit-scrollbar {
    width: 10px;
}

.dropdown__list_inner--scroll::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.dropdown__list_inner--scroll::-webkit-scrollbar-thumb {
    opacity: 1;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #1d9fea;
    -webkit-box-shadow: inset 0 0 6px #1d9fea;
    background-clip: content-box;
    border: 3px solid transparent;
}

.dropdown_list {
    padding: 4px 8px;
}

.dropdown__item {
    width: 100%;
    position: relative;
    display: block;
    cursor: pointer;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 4px;
    transition: color 0.3s ease-out;
}

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

.dropdown__item--active {
    color: #1d9fea;
    font-weight: 600;
}

.section-slider__box .swiper-slide {
    height: auto;
}

.section-slider .card-product__text {
    flex-grow: 1;
    flex-shrink: 0;
}
.main-slider .swiper-pagination-bullet {
    position: relative;
    background: hsla(0,0%,100%,.5) !important;
    overflow: hidden;
}

.main-slider .swiper-pagination-bullet .progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background: white;
    transition: width linear;
}

.section-slider .card-product__text h5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.section-slider .card-product {
    display: flex;
    flex-direction: column;
}

.section-slider .card-product__img {
    height: 214px;
}

@media (hover: hover) and (pointer: fine) {
    .product_quantity__button:hover {
        background-color: #1987c7;
    }

    .city-select:hover {
        border-color: grey;
    }

    .city-select .option:hover {
        background-color: #f5f5f5;
    }

    .cookies_block__button:hover {
        background: #1987c7;
    }

    .cookies_block__text a:hover {
        color: #1987c7;
    }

    .dropdown__item:not(.dropdown__item--active):hover {
        color: #1987c7;
    }
}

@media (max-width: 1024px) {
    .cookies_block__container {
        padding: 20px 24px;
        flex-direction: column;
        gap: 25px;
        align-items: stretch;
        justify-items: stretch;
    }

    .cookies_block__button {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .scrollToTop_button {
        right: 23px;
    }

    .city-select {
        width: 100%;
    }

    .city-select_block p {
        margin-bottom: 16px;
    }

    .popup-cheaper_popup {
        width: 100dvw;
        padding: 20px 16px;
        top: 0;
        left: 0;
        transform: none;
        height: 100dvh;
        overflow: scroll;
    }

    .popup-cheaper_popup::-webkit-scrollbar {
        display: none;
    }

    .popup-cheaper_popup::-webkit-scrollbar-track {
        display: none;
    }

    .popup-cheaper_popup::-webkit-scrollbar-thumb {
        display: none;
    }

    .popup-cheaper_popup__title {
        line-height: 1.4;
        font-size: 20px;
    }

    .popup-cheaper_popup__text {
        line-height: 1.4;
    }

    .popup-cheaper_popup__body .form-group .input {
        padding: 0 16px;
        height: 42px;
        font-size: 14px;
    }

    .popup-cheaper_popup__body .form-group .textarea {
        padding: 16px;
        font-size: 14px;
    }

    .popup-cheaper_popup__body .form-group .input::-webkit-input-placeholder,
    .popup-cheaper_popup__body .form-group .textarea::-webkit-input-placeholder {
        font-size: 14px;
    }

    .popup-cheaper_popup__body .form-group .input::-moz-placeholder,
    .popup-cheaper_popup__body .form-group .textarea::-moz-placeholder {
        font-size: 14px;
    }

    .popup-cheaper_popup__body .form-group .input:-ms-input-placeholder,
    .popup-cheaper_popup__body .form-group .textarea:-ms-input-placeholder {
        font-size: 14px;
    }

    .popup-cheaper_popup__body .form-group .input:-moz-placeholder,
    .popup-cheaper_popup__body .form-group .textarea:-moz-placeholder {
        font-size: 14px;
    }

    .cookies_block__container {
        padding: 20px 16px;
    }

    .dropdown__list_wrap {
        left: auto;
        right: 0;
    }

    .section-slider .card-product__img {
        height: 280px;
    }
}

@media (max-width: 600px) {
    .scrollToTop_button {
        display: none;
    }

    .cookies_block__text .no-mob {
        display: none;
    }

    .cookies_block__text .title {
        display: block;
        font-weight: 600;
        font-size: 25px;
        line-height: 1;
        margin-bottom: 10px;
        text-transform: lowercase;
    }
}

@media (max-width: 379px) {
    .section-slider .card-product__img {
        height: 232px;
    }
}



.b-gallery__grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:24px;
    margin-top: 32px;
}

@media screen and (max-width: 767px) {
    .b-gallery__grid{
        gap: 16px;
    }
}
.b-gallery__photo{
    position: relative;
    aspect-ratio: 364/204;
}

.b-gallery__photo img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.portfolio-detail{
    display: grid;
    margin-top: 48px;
    gap:64px;
    grid-template-columns: 752fr 384fr;
}
@media screen and (max-width: 1024px) {
   .portfolio-detail{ gap:24px}
}
@media screen and (max-width: 767px) {
    .portfolio-detail{
        margin-top: 40px;
        gap:64px;
    grid-template-columns: 1fr;
    }
}
.b-quote__content {
    position: relative;
    padding-right: 50px;
}
.b-quote__quote{
    position: absolute;
    right: -36px;
    top: 0;
}
@media screen and (max-width: 767px) {
   .b-quote__quote{ 
    width: 48px;
    height: 48px;
    right: -22px;
    }
}
.b-quote .big-text{
font-weight: 400;
margin-top: 24px;
font-size: 20px;
line-height: 120%;}

@media screen and (max-width: 767px) {
    .b-quote .big-text {
        font-size: 18px;
    }
}
.block h2,.block .h2{
    font-weight: 700;
font-size: 24px;
line-height: 120%;
margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
    .banner.banner-portfolio-detail{
        min-height: 280px;
    }
    .block h2,.block .h2{
        font-size: 20px;
    }
}
.block h3,.block .h3{
    font-weight: 700;
font-size: 24px;
line-height: 120%;
margin-bottom: 24px;
}
.portfolio-detail__content{
    display: flex;
    flex-direction: column;
    gap:48px;
}
.text p{
font-weight: 400;
font-size: 16px;
line-height: 150%;
}

.social-share{
    border-top: 1px solid  #ddd;
padding: 24px 0px 0px;
display: flex;
flex-direction: row;
align-items: center;
gap: 24px;
}
@media screen and (max-width: 767px) {
    .social-share{
        display: grid;
        grid-template-columns: 1fr;
    }
}
.social-share__list{
    display: flex;
    flex-direction: row;
    gap:16px;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
}
.social-share__list a{
    background: #F5F5F5;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    justify-content: center;
}
.social-share__list a svg{
    width: 24px;
    height: 24px;
    transition: transform 0.3s;
}
.social-share__list a:hover svg{
    transform: scale(1.4);
}
.social-share__text{font-weight: 400;
font-size: 14px;
line-height: 120%;}

.banner-portfolio-detail__category{
    font-weight: 400;
font-size: 18px;
line-height: 120%;
color: #1d9fea;
margin-top: 24px;
display: block;
}
.portfolio-detail__persona{
    border: 1px solid #d9d9d9;
    padding: 40px 40px 48px;
}
@media screen and (max-width: 767px) {
    .portfolio-detail__persona{
        padding: 30px 30px 36px;
    }
}
.portfolio-detail__persona-img{
    width: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
    margin-bottom: 28px;
}
.portfolio-detail__persona-name{
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    color: #141414;
    margin-bottom: 16px;
}
.portfolio-detail__persona-position{
    font-weight: 400;
font-size: 14px;
line-height: 120%;
text-align: center;
color: #8c8c8c;
}
.portfolio-detail__repeat{
    border: 1px solid #d9d9d9;
padding: 32px 32px 36px;
}
.portfolio-detail__repeat p{
    text-align: center;font-weight: 400;
font-size: 16px;
line-height: 150%;
text-align: center;
color: #000;
margin-bottom: 24px;
}
.portfolio-detail__repeat .button{
    width: 100%;
    text-align: center;
}
.portfolio-detail__sidebar{
    display: flex;
    flex-direction:column;
    gap:32px;
}
.section-dark._no-top-bg{
    background-image: none;
    padding-top: 80px;
}
@media screen and (max-width: 767px) {
    .section-dark._no-top-bg{
    padding-top: 48px;
}
}
.consult._dark{
    background: #262626;
}
.button-circle input{
    position: absolute;
left: 0;
width: 100% !important;
opacity: 0;
height: 100%;
top: 0;
}
.consult._dark .box-info__head h5{
    color: #fff;
}
.consult._dark .box-input:placeholder-shown{
    color: #d9d9d9;
}
.consult._dark .box-input{
    border-color: #dddddd2e;
    color: #fff;
}
.consult._dark  .box-content__items{
    box-shadow: 0 8px 16px 0 rgba(20, 20, 20, 0.2);
    background: #262626;
}
.section-catalog._sale-catalog .section-catalog__content{
    max-width: 100%;
    width:100%;
}
@media screen and (max-width: 767px) {
    .section-catalog._sale-catalog .section-catalog__content .grid-4 .col {
        width: 100%;
    }
}
.captcha {
    margin-top: 20px; 
}#modalProjectNew  .captcha {
    margin-bottom: 20px;
}
.captcha__validate{
position: absolute;
    left: 0;
    top: 0;
    max-width: 0;
    max-height: 0;
    overflow: hidden;
}
.js-validate-consult .captcha{
    max-width: 327px;
}
.js-validate-consult .form-group.is-error:has(.captcha)  .pristine-error.text-help{
    display: block;
}
.js-validate-consult__thanks{
    color: green;
    display: none;
}
.js-validate-consult._thanks .js-validate-consult__thanks{
    display: block;
}

.card-team__text .c-black-light .text-16 a:hover{
    color: #fff;
}

.catalog-card__elem {
    transition: all 0.3s ease;
    overflow: hidden;
    max-height: 50px;
    opacity: 1;
}
@media screen and (min-width: 768px) {
    .catalog-card__elem:not(:last-child) {
        margin-bottom: 5px;
    }
}
.catalog-card__elem.is-hidden {
    max-height: 0;
    opacity: 0;
    margin-bottom: 0;
    pointer-events: none;
}
.catalog-card__toggle-wrapper{
    cursor: pointer;
}
@media screen and (max-width: 767px) {
    .catalog-card__toggle-wrapper .catalog-card__toggle {
        padding: 22px 16px;
        display: block;
    }
}


header .header-items .header-item {
    position: relative;
}
.wrap-popup-nav-menu {
    box-shadow: 0px 12px 32px 0px #2F3A402E;
    border: 1px solid #E8E1D8;
    width: 400px;
    background: #fff;
    /*display: none;*/
    border-radius: 18px;
    padding: 20px;
}
.wrap-popup-nav-menu-block {
    display: none;
    top: 100%;
    padding-top: 10px;
    bottom: auto;
    position: absolute;
    left: 0px;
}

.header-item-menu:hover .wrap-popup-nav-menu-block {
    display: block;
}
.wrap-popup-nav-menu.open {
    display: block;
}
.popup-nav-menu-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #E8E1D8;
}
.popup-nav-menu-top p {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #1D252B;
    margin: 0;
}
.popup-nav-menu-top a {
    color: #1D9FEA;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0%;
    transition: all 0.3s;
}
.popup-nav-menu-top a:hover {
    opacity: 0.9;
}
.popup-nav-menu {
    padding-top: 12px;
}
.popup-nav-menu ul {
    padding: 0;
    margin: 0;
    overflow: auto;
}
.popup-nav-menu ul li {
    width: 100%;
    margin: 0;
}
.popup-nav-menu ul li a {
    display: flex;
    width: 100%;
    gap: 20px;
    min-height: 30px;
    border-radius: 10px;
    overflow: hidden;
    margin: 0;
    padding: 0 10px;
    align-items: center;
    background: transparent;
    position: relative;
    transition: all 0.3s;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #1D252B;
    justify-content: space-between;
}
.popup-nav-menu ul li a span {
    position: relative;
    right: 0;
    transition: all 0.3s;
}
.popup-nav-menu ul li a:hover,
.popup-nav-menu ul li a.curent {
    background: #EBF8FE;
    font-weight: 700;
    color: #1D9FEA;
}
.popup-nav-menu ul li a:hover span {
    right: -5px;
}