

/* Start:/local/templates/etre/components/bitrix/form.result.new/contacts/style.css?17834136367796*/
.feedback {
    display: flex;
    gap: 8px;
    color: #FFFFFFCC;
    margin: 120px 0 100px;

}

.feedback--form-container {
    flex: 1;
    border-top: 1px solid var(--primary20);
    border-bottom: 1px solid var(--primary20);
    padding-top: 40px;
}

.feedback--form_title {
    font-weight: 300;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: -0.9px;
    color: var(--primary-dark);
}


.feedback--form-list {
    margin-top: 47px;
    display: flex;
    gap: 46px 8px;
    align-items: start;
    flex-wrap: wrap;
}

.form-group {
    display: flex;
    flex-direction: column;
    width: calc(50% - 8px);
}

.form-group.full-width {
    width: 100%;
}

.form-label {
    font-family: var(--mntserrat), sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 18.05px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--primary);
}

.required-star {
    color: var(--primary);
    margin-left: 4px;
}

.feedback--form-list input,
.feedback--form-list textarea {
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--primary20);
    padding: 17px 0 20px;
    color: var(--white);
    font-size: 20px;
    outline: none;
    transition: border-color 0.3s ease;
    width: 100%;
    font-family: var(--mntserrat), sans-serif;
}

.feedback--form-list textarea {
    resize: none;
    min-height: 147px;
    width: 100%;

}

.feedback--form-list input::placeholder,
.feedback--form-list textarea::placeholder {
    color: #FFFFFFCC;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    font-family: var(--mntserrat), sans-serif;
}

.feedback--form-list input.error-input,
.feedback--form-list textarea.error-input {
    border-bottom-color: #C41313;
}

.form-input-grup:has(.error-input) .form-label{
    color: #C41313;
}

.form-input-grup:has(.error-input) .required-star{
    color: #C41313;
}

.form-input-grup:has(.error-input) .form-label{
    color: #C41313;
}

.form-input-grup:has(.error-input) .required-star{
    color: #C41313;
}

.form-group:has(.error-input) .form-label {
    color: #C41313;
}

.form-group:has(.error-input) .required-star {
    color: #C41313;
}

.error-message {
    display: block;
    color: #C41313;
    font-family: var(--mntserrat), sans-serif;
    font-size: 13px;
    margin-top: 6px;
    line-height: 1.2;
}


.feedback--form-bts .creamy-btn {
    padding: 40px 180px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}

.feedback--info {
    display: flex;
    flex-direction: column;
}

.feedback--info-block {
    padding: 40px;
    flex: 1;
    max-width: 454px;
}

.feedback--info-block {
    border: 1px solid var(--primary20);
}

.feedback--info-block:last-child {
    border-top: none;
}

.feedback--info_title {
    font-weight: 300;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: -0.9px;
    color: var(--primary-dark);
}

.feedback--info-content_list{
    margin-top: 32px;
    overflow: auto;
    height: 145px ;
}

.feedback--info-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}

.feedback-link {
    font-family: var(--mntserrat), sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: var(--white);
    text-decoration: none;
    transition: color 0.2s ease;
}

.feedback-link:hover {
    color: var(--primary-dark);
}

.social-block {
    display: flex;
    gap: 15px;
    margin-top: 10px;
}

.social-link {
    display: inline-block;
    opacity: 0.7;
    transition: all 0.2s ease;
}

.social-link:hover {
    opacity: 1;
}

.social-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
    display: block;
}

.office-name {  
    font-weight: bold;
    font-size: 15px;
}

.office-address {
    color: #8c8c8c;
    font-size: 14px;
    margin: 0;
}

body .social-link{
    width: 20px;
    height: 20px;
}

.feedback--info-content_list::-webkit-scrollbar {
    width: 5px;
}

.feedback--info-content_list::-webkit-scrollbar-track {
    background: transparent;
}

.feedback--info-content_list::-webkit-scrollbar-thumb {
    background-color: var(--primary20);
    border-radius: 10px;
    transition: background-color 0.2s ease;
}

@media (max-width: 1279px) {
    .feedback {
        flex-direction: column;
        margin: 100px 0 0 0;
    }

    .feedback--form-container {
        border-right: none;
        padding-top: 22px;
    }

    .feedback--form_title{
        font-size: 28px;
        line-height: 100%;
        letter-spacing: -0.9px;
    }

    .form-label{
        font-size: 11px;
        line-height: 13px;
        letter-spacing: 3px;
    }

    .feedback--form-list input,
    .feedback--form-list textarea {
        font-size: 16px;
    }

    .feedback--form-list input::placeholder,
    .feedback--form-list textarea::placeholder {
        font-size: 16px;
        line-height: 20px;
    }

    .feedback--info {
        flex-direction: row;
        width: 100%;
        margin-top: 72px;
    }

    .feedback--info-block {
        padding: 40px 20px;
        width: 100%;
        max-width: unset;
    }

    .feedback--form-bts{
        width: 100%;
    }

    .feedback--form-bts .creamy-btn{
        width: calc(100%);
        padding: 26px 0;
    }

    .feedback--info-block:last-child {
        border: 1px solid var(--primary20);
    }

    .feedback--info_title{
        font-size: 28px;
        line-height: 100%;
    }

    .feedback-link{
        font-family: var(--mntserrat), sans-serif;
        font-size: 16px;
        line-height: 18px;
    }
}

@media (max-width: 767px){
    .feedback {
        flex-direction: column;
        margin: 48px 0 0 0;
    }

    .feedback--form-container {
        padding-top: 36px;
    }

    .feedback--form-list{
        flex-direction: column;
    }

    .form-group{
        width: 100%;
    }

    .feedback--info {
        flex-direction: row;
        width: 100%;
        margin-top: 72px;
    }

    .feedback--info-block {
        padding: 40px 20px;
        width: 100%;
        max-width: unset;
    }

    .feedback--form-bts{
        width: 100%;
    }

    .feedback--form-bts .creamy-btn{
        width: calc(100%);
        padding: 26px 0;
    }

    .feedback--info{
        flex-direction: column;
    }

    .feedback--info-block{
        padding: 30px 20px;
    }

    .feedback--info-block:last-child {
        border-top: none;
    }


    .feedback--info_title{
        font-size: 28px;
        line-height: 100%;
    }

    .feedback-link{
        font-family: var(--mntserrat), sans-serif;
        font-size: 16px;
        line-height: 18px;
    }

    form{
        padding: 0 !important;
    }
}

.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background-color: transparent;
    transition: background-color 0.3s cubic-bezier(0.2, 0, 0.4, 0.9);
    text-decoration: none;
}

.social-icon {
    width: 28px;
    height: 28px;
    object-fit: contain;
    transition: filter 0.3s cubic-bezier(0.2, 0, 0.4, 0.9);
}

.social-link:hover {
    background-color: var(--primary);
}

.social-link:hover .social-icon {
    filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%);
}
/* End */


/* Start:/local/templates/etre/components/bitrix/news.list/offices/style.css?17834136362694*/
.staff_wrapper {
    background-color: var(--white);
}

.staff_header--title {
    padding-top: 128px;
    font-weight: 200;
    font-size: 80px;
    line-height: 80px;
    letter-spacing: -1.5px;
    text-align: center;
    text-transform: uppercase;
    color: var(--primary-dark);
    display: block;
    margin: 0 auto;
}

.staff_header--content {
    font-weight: 300;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    color: #000000CC;
    margin-top: 50px;
    display: block;
}

.staff {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    margin-top: 50px;
    justify-content: center;
    padding-bottom: 128px;
}

.staff--item {
    width: 25%;
}

.staff--item-image {
    width: 100%;
    height: 420px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.staff--item-text {
    padding: 40px;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: var(--primary20);
}

.staff--item:first-child .staff--item-text {
    border: 1px solid var(--primary20);
}

.staff--item-text_name {
    font-weight: 300;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: -0.9px;
    color: var(--primary-dark);
}

.staff--item-text_post {
    margin-top: 10px;
    font-weight: 500;
    font-size: 13px;
    line-height: 18.05px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #00000066;
    display: block;
}

@media (max-width: 1279px) {
    .staff_header--title {
        padding-top: 80px;
        font-weight: 200;
        font-size: 56px;
        line-height: 56px;
        letter-spacing: -1.5px;
    }

    .staff_header--content {
        font-size: 16px;
        line-height: 20px;
        max-width: 688px;
        margin-top: 20px;
    }

    .staff {
        margin-top: 38px;
        padding-bottom: 64px;
    }

    .staff--item {
        width: calc(50%);

    }

    .staff--item-text {
        padding: 16px 24px;
        border: 1px solid var(--primary20);
    }

    .staff--item-text_name {
        font-size: 28px;
        line-height: 100%;
        letter-spacing: -0.9px;
    }

    .staff--item-text_post {
        font-size: 11px;
        line-height: 13px;
        letter-spacing: 1px;
    }
}

@media (max-width: 767px) {
    .staff_header--title {
        padding-top: 64px;
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -1.5px;
    }

    .staff_header--content {
        font-size: 16px;
        line-height: 20px;
        max-width: 343px;
        margin-top: 16px;
    }

    .staff {
        margin-top: 38px;
        padding-bottom: 80px;
    }

    .staff--item {
        width: 100%;
    }
}
/* End */


/* Start:/local/components/etre/map/templates/.default/style.css?178341363612019*/
:root {
    --bg-dark: #0B0D10;
    --bg-card-dark: #121418;
    --border-dark: #2d3139;
    --primary-peach: #EEB58D;
    --primary-peach-hover: #e4a47a;
    --text-white: #ffffff;
    --text-gray-muted: #9ca3af;
    --text-dark: #111827;
}


#map {
    height: 840px;
}

body .site-header {
    top: 0;
    left: 0;
    z-index: 50;
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 46px;
    margin-top: 120px;
}

.search-container {
    position: relative;
    width: 100%;
    max-width: 672px;
    display: flex;
    align-items: end;
}

.search-container span {
    padding: 0 0 20px 0;
    flex-shrink: 0;
    display: block;
    border-bottom: 1px solid var(--primary20);
}

.search-action:focus-within span, .search-action:hover span{
    border-bottom: 1px solid var(--primary) !important;
}

.search-input {
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    color: #e5e7eb;
    font-size: 14px;
    padding: 52px 0 20px 29px;
    border-bottom: 1px solid var(--primary20);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-input::placeholder {
    color: #FFFFFFCC;
    font-family: var(--mntserrat), sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    height: 30px;;
    text-overflow: ellipsis;
}

.search-results {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 8px;
    width: 100%;
    background-color: var(--bg-card-dark);
    border: 1px solid var(--border-dark);
    border-radius: 6px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    max-height: 256px;
    overflow-y: auto;
    z-index: 2100;
}

.search-results.hidden {
    display: none;
}

.search-result-item {
    padding: 12px;
    cursor: pointer;
    font-size: 14px;
    color: #d1d5db;
    border-bottom: 1px solid #1f2937;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: background-color 0.15s ease;
}

.search-result-item:last-child {
    border-bottom: none;
}

.search-result-item:hover {
    background-color: #1f2937;
}

.search-result-info {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.search-result-title {
    color: var(--text-white);
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-result-subtitle {
    font-size: 12px;
    color: #6b7280;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pin-icon-svg {
    width: 16px;
    height: 16px;
    color: #6b7280;
    flex-shrink: 0;
}

.loader-container {
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
}

.loader-container.hidden {
    display: none;
}

.loader-svg {
    width: 16px;
    height: 16px;
    color: #6b7280;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.filter-button {
    font-family: var(--mntserrat), sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--primary);
    background: none;
    border: none;
    cursor: pointer;
    margin-left: 16px;
    transition: color 0.15s ease;
}

.filter-button:hover {
    color: var(--text-white);
}

.filter-icon-svg {
    width: 24px;
    height: 24px;
}

.map-container {
    width: 100%;
    height: 500px;
    position: relative;
    z-index: 0;
}

@media (min-width: 768px) {
    .map-container {
        height: 600px;
    }
}

.leaflet-control-attribution {
    background: rgba(0, 0, 0, 0.7) !important;
    color: #888 !important;
    border-radius: 4px 0 0 0;
}

.leaflet-control-attribution a {
    color: #aaa !important;
}

.marker-pin-wrapper {
    animation: drop-in 0.3s ease-out forwards;
    transform-origin: bottom center;
    width: 100%;
    height: 100%;
}

@keyframes drop-in {
    0% {
        transform: translateY(-20px) scale(0.8);
        opacity: 0;
    }
    100% {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

.leaflet-popup-content-wrapper {
    background: #121418 !important;
    color: #ffffff !important;
    border: 1px solid #2d3139 !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.5), 0 4px 6px -2px rgba(0, 0, 0, 0.5) !important;
}

.leaflet-popup-tip {
    background: #121418 !important;
    border: 1px solid #2d3139 !important;
}

.leaflet-popup-close-button {
    color: #9ca3af !important;
    padding: 8px 10px 0 0 !important;
}

.leaflet-popup-close-button:hover {
    color: #ffffff !important;
}

.distributors-section {
    background-color: var(--white);
    color: var(--text-dark);
    padding: 72px 24px;
    width: 100%;
    min-height: 400px;
}

.distributors-wrapper {
    max-width: 920px;
    margin: 0 auto;
}

.distributors-count-header {
    font-family: var(--mntserrat), sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #000000CC;
}

.distributors-grid {
    display: flex;
    flex-wrap: wrap;
    margin-top: 32px;
}

.distributor-card {
    width: 50%;
    background-color: var(--white);
    border: 1px solid var(--primary20);
    padding: 40px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 2px;
    transition: all 0.2s ease;
}

.distributor-card:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.distributor-card.active-card {
    background-color: #fef8f4;
}

.distributor-name {
    font-weight: 300;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: -0.9px;
    color: var(--black);
    text-transform: uppercase;
    display: block;
}

.distributor-city {
    font-family: var(--mntserrat), sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
    color: var(--black);
    margin-top: 24px;
    display: block;
}

.distributor-address,
.distributor-phone,
.distributor-email {
    font-family: var(--mntserrat), sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    color: #000000CC;
    display: block;
}

.distributor-phone {
    margin-top: 24px;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(4px);
    z-index: 3000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.modal-backdrop.active {
    opacity: 100;
    pointer-events: auto;
}

.modal-container {
    background-color: var(--white);
    width: 100%;
    max-width: 916px;
    padding: 60px;
    position: relative;
    transform: scale(0.95);
    opacity: 0;
    transition: all 0.3s ease-out;
}

.modal-backdrop.active .modal-container {
    transform: scale(1);
    opacity: 100;
}

.close-modal-button {
    position: absolute;
    top: 24px;
    right: 24px;
    background: none;
    border: none;
    color: #9ca3af;
    cursor: pointer;
    transition: color 0.15s ease;
}

.close-modal-button:hover {
    color: #000000;
}

.close-icon-svg {
    width: 24px;
    height: 24px;
}

.modal-title {
    color: #000000;
    font-size: 32px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 32px;
    letter-spacing: -0.025em;
}

.city-grid {
    display: flex;
    flex-wrap: wrap;
    margin-top: 58px;
}

.city-item {
    font-family: var(--mntserrat), sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -0.9px;
    text-align: left;
    border: none;
    background: none;
    cursor: pointer;
    transition: all 0.15s ease;
    outline: none;
    width: 33.33%;
}

.city-item.selected {
    color: var(--primary-dark);
    font-weight: 600;
}

.city-item.unselected {
    color: rgba(0, 0, 0, 0.6);
}

.city-item.unselected:hover {
    color: var(--primary-dark);
}

.submit-city-button {
    padding: 18px 140px;
    border-color: transparent !important;
    cursor: pointer;
    transition: all 0.15s ease;
    margin-top: 58px;
}

.submit-city-button:hover {
    background-color: var(--primary-peach-hover);
}

.submit-city-button:active {
    transform: scale(0.98);
}

#searchResults::-webkit-scrollbar {
    width: 8px;
}

#searchResults::-webkit-scrollbar-track {
    background: #111;
}

#searchResults::-webkit-scrollbar-thumb {
    background: #333;
    border-radius: 4px;
}

#searchResults::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.leaflet-control-attribution.leaflet-control {
    display: none;
}

@media (max-width: 1279px) {
    body .site-header{
        margin-top: 92px;
        margin-bottom: 40px;
    }

    .search-container span{
        padding: 0 0 12px 0;
    }

    .search-input {
        max-width: 514px;
        padding: 52px 0 10px 29px;
    }

    .filter-button {
        font-size: 12px;
        line-height: 15px;
        letter-spacing: 1px;
    }

    .modal-container {
        max-width: 608px;
        padding: 40px;
    }

    .modal-title {
        font-weight: 300;
        font-size: 28px;
        line-height: 100%;
        letter-spacing: -0.9px;
    }

    .distributors-count-header {
        font-size: 16px;
        line-height: 20px;
    }

    .distributors-grid {
        margin-top: 24px;
    }

    .distributor-card {
        width: 100%;
    }

    .distributor-name {
        font-size: 28px;
        line-height: 100%;
        letter-spacing: -0.9px;
    }

    .distributor-city {
        font-size: 18px;
        line-height: 22px;
    }

    .distributor-address,
    .distributor-phone,
    .distributor-email {
        font-weight: 300;
        font-size: 16px;
        line-height: 22px;
    }

    .city-item {
        width: 50%;
        font-size: 18px;
        line-height: 100%;
        margin-bottom: 12px;
    }

    #map {
        height: 480px;
    }

    .city-grid {
        margin-top: 30px;
    }

    .submit-city-button {
        width: 100%;
        padding: 18px 0;
    }
}

@media (max-width: 767px) {

    .distributors-section{
        padding: 48px 16px;
    }

    .search-input {
        max-width: 254px;
    }

    .modal-container {
        max-width: none;
        padding: 25px;
        width: 100%;
    }


    .modal-backdrop {
        padding: 0;
        align-items: end;
    }

    .filter-button-text,
    .leaflet-control-zoom.leaflet-bar.leaflet-control {
        display: none;
    }

    body .site-header {
        margin-top: 42px;
        margin-bottom: 24px;
    }

    .search-input::placeholder {
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0;
    }

    .cityGrid {
        justify-content: center;
        gap: 20px;
    }

    .city-item {
        width: 100%;
        text-align: left;
        margin-bottom: 20px;
    }

    .search-input {
        max-width: 254px;
        padding: 52px 0 20px 35px;;
    }

    .filter-icon-svg {
        margin-bottom: 16px;
    }

    .submit-city-button {
        padding: 18px 0;
        width: 100%;
    }
}
/* End */
/* /local/templates/etre/components/bitrix/form.result.new/contacts/style.css?17834136367796 */
/* /local/templates/etre/components/bitrix/news.list/offices/style.css?17834136362694 */
/* /local/components/etre/map/templates/.default/style.css?178341363612019 */
