

/* Start:/bitrix/templates/desktop/components/av/warehouses.list/desktop/style.css?175146402029933*/
.warehouses-map-wrap .main-map,
.map-uploader,
.warehouses-map-desktop,
.map-detail-close,
.map-detail {
    width: 100%;
    height: 100%;
    min-height: 530px;
}

.map-detail-close {
    margin-bottom: 40px;
}

.gm-style > div > div:first-child > div:last-child {
    filter: grayscale(90%);
}

.map-uploader {
    height: 530px;
    width: 100%;
    object-fit: contain;
    background-color: #e8e6e7;
}

.map-detail > div {
    min-height: 350px;
    border-radius: 10px;
}

.map-labels-address {
    display: block;
    margin-bottom: 10px;
}

.map-labels-phones {
    display: flex;
    flex-wrap: wrap;
}

.map-labels-phones a {
    margin-bottom: 5px;
    margin-right: 10px;
}

.warehouse-wrap .select-region-inner,
.warehouse-wrap .select-city-inner {
    margin: 0 0 20px;
    display: block;
    width: 100%;
    border: 1px solid #2b2b37;
    border-top: none;
    height: 295px;
    overflow: auto;
}

.warehouse-wrap .select-region-inner.active {
    display: block;
    position: absolute;
    top: 60px;
    background-color: #fff;
    z-index: 2;
}

.pointer .pointer-icon {
    color: #cc0000;
    font-size: 25px;
}

.map-detail .pointer .pointer-icon {
    /*font-size: 45px;*/
    /*position: relative;*/
    /*right: 0;*/
    /*bottom: 0;*/
}

.map-detail .leaflet-container a.leaflet-popup-close-button > span {
    font-size: 20px;
    color: #cc0000;
    font-weight: bold;
}

.popup-base-phone {
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap;
}

.popup-base-phone a:not(:last-child) {
    margin-right: 10px;
}

.map-detail .leaflet-popup-content {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
}

.search-bar .select-city.active,
.search-bar .result-warehouses-city.active {
    display: flex;
    flex-direction: column;
}

.select-city.active .select-city-inner {
    margin-top: 0;
    position: absolute;
    top: 60px;
    background-color: #fff;
    z-index: 2;
}

.warehouse-search-bar-title {
    font-weight: 700;
    font-size: 48px;
    display: block;
    margin: 30px 0 10px;
}

.select-city-inner-title-wrap,
.select-region-inner-title-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0 0;
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #2b2b37;
    border-radius: 5px;
    font-size: 1rem;
    color: #2b2b37;
    position: relative;
    height: 40px;
}

.select-city-inner-title-wrap:hover,
.select-region-inner-title-wrap:hover {
    background-color: #f0f0f0;
    transition: all 0.3s;
    cursor: pointer;
}

.select-city-inner-title-wrap::before,
.select-region-inner-title-wrap::before {
    content: '';
    background-color: transparent;
    width: 100%;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.select-city-inner-icon,
.select-region-inner-icon {
    color: #2a2a36;
    font-size: 30px;
}

.search-bar .result-warehouses-city,
.search-bar .select-region-item,
.search-bar .select-region-item:visited {
    display: block;
    padding: 10px;
    color: #2b2b37;
}

.search-bar .result-warehouses-city.selected,
.search-bar .select-region-item.selected {
    background-color: #cc0000;
    color: #fff;
}

.warehouses-data-inner:not(:empty) {
    margin-top: 30px;
    min-height: 200px;
}

.warehouses-desktop-form .warehouses-data-inner:not(:empty) {
    width: 100%;
}

.warehouse-element-wrap {
    display: none;
    flex-direction: column;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border: 1px solid #999;
    border-radius: 5px;
    min-height: 183px;
}

.warehouse-element-wrap.active-filter,
.warehouse-element-wrap.filtered {
    display: flex;
}

.warehouse-element-title {
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
    display: block;
    margin-bottom: 10px;
}

.warehouse-element-title a {
    text-decoration: underline;
}

.warehouse-element-wrap .warehouse-element-title {
    background-color: #f0f0f0;
    padding: 15px;
    border-radius: 5px 5px 0 0;
    font-size: 18px;
    font-weight: 700;
    color: #22222c;
    display: flex;
    justify-content: space-between;
}

.container .warehouse-element-title {
    display: flex;
    justify-content: space-between;
}

.warehouse-element-wrap .warehouse-element-title > button,
.container .warehouse-element-title > button {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 13px;
}

.warehouse-element-wrap .warehouse-element-title > button:hover,
.container .warehouse-element-title > button:hover {
    text-decoration: underline;
}

.warehouse-element-wrap .warehouse-element-title > button svg,
.container .warehouse-element-title > button svg {
    pointer-events: none;
}

.warehouse-element-address {
    font-size: 1rem;
    color: #999;
    text-decoration: underline;
}

.warehouse-element-phones-wrap {
    margin-right: 20px;
}

.warehouse-element-icon {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-left: 40px;
    margin-top: 10px;
    padding: 0 10px;
}

.warehouse-element-icon.warehouse-element-hours-wrap {
    margin-top: 20px;
}

.warehouse-element-icon.empty-box::before {
    display: none;
}

.warehouse-element-icon::before {
    content: '';
    background: url('/bitrix/templates/mobile/images/icons/sprite.png') no-repeat;
    width: 27px;
    height: 40px;
    position: absolute;
    top: -10px;
    left: -30px;
}

.price-order-base-popup .popup-inner::after {
    content: '';
    position: absolute;
    top: 0;
    right: -50px;
    width: 50px;
    height: 100%;
    border-radius: 0 5px 5px 0;
    background: linear-gradient(180.00deg, rgb(72, 69, 100), rgb(41, 40, 54) 100%);
    z-index: -1;
}

.warehouse-element-address::before {
    background-position: -2px -200px;
}

.warehouse-element-phones-wrap::before {
    background-position: -34px -195px;
}

.warehouse-element-detail-wrap-desktop .warehouse-element-phones-wrap::before {
    background-position: -34px -189px;
}

.warehouse-element-hours-wrap::before {
    background-position: -100px -200px;
}

.warehouse-element-detail-wrap-desktop .warehouse-element-phones-wrap {
    margin-top: 20px;
}

.warehouse-element-phones-inner {
    font-size: 18px;
    font-weight: 700;
}

/* ---------------------------------------------------------------- */
/* ------------------------- DETAIL ------------------------------- */
/* ---------------------------------------------------------------- */
.warehouse-detail-payment {
    padding: 0;
    margin-bottom: 40px;
}

.warehouse-detail-payment-inner {
    display: flex;
    flex-wrap: wrap;
}

.warehouse-detail-payment-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.warehouse-element-detail-inner .warehouse-element-title {
    font-size: 2rem;
    text-decoration: none;
    margin-bottom: 30px;
}

.warehouse-detail-payment-picture-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95px;
    height: 95px;
    padding: 15px;
    box-shadow: inset 0.6px 0.8px 13px 0 rgba(0, 0, 0, 0.05);
    background-color: #fff;
    border-radius: 50%;
    object-fit: contain;
}

.warehouse-detail-payment-text {
    font-size: 12px;
    display: block;
    margin-top: 15px;
}

.warehouse-detail-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.warehouse-detail-btn-top {
    margin-bottom: 25px;
    width: 250px;
}

.warehouse-detail-btn-bottom {
    width: 250px;
}

.map-detail-wrap {
    margin-top: 40px;
}

.type-detail-products {
    margin-top: 20px;
    margin-left: 20px;
}

.type-detail-products.type-detail-products-desktop {
    margin-left: 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 35px;
}

.warehouse-element-wrap .type-detail-products {
    display: flex;
    flex-wrap: wrap;
}

.type-detail-products-inner {
    display: flex;
    flex-direction: column;
}

.type-detail-products-inner a {
    margin-bottom: 15px;
}

.type-detail-products a {
    display: flex;
    align-items: center;
    position: relative;
}

.type-detail-product-pict-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    width: 50px;
    height: 50px;
    box-shadow: inset 0.6px 0.8px 13px 0 rgb(0 0 0 / 20%);
    background-color: #fff;
    border-radius: 10%;
    margin-right: 10px;
    margin-bottom: 10px;
}

.type-detail-product-pict-wrap img {
    min-width: 35px;
    height: 40px;
    object-fit: contain;
}

.type-detail-products-inner .type-detail-product-pict-wrap {
    justify-content: flex-start;
}

.type-detail-product-pict-wrap.empty-base {
    display: none;
}

.type-detail-text {
    font-family: "Myriad", sans-serif;
    font-size: 16px;
    text-decoration: underline;
    margin-left: 20px;
}

.bases-detail-ask-questions {
    margin-top: 35px;
}

.bases-detail-ask-questions-title,
.type-detail-title {
    font-weight: 700;
    font-size: 30px;
    max-width: 230px;
    display: block;
    margin-bottom: 30px;;
}

.bases-detail-ask-questions-title {
    color: #fff;
    padding: 20px;
    background-image: linear-gradient(to top, #272731, #3e3e57);
    border-radius: 5px 5px 0 0;
    max-width: 100%;
    margin-bottom: 0;
}

.bases-detail-ask-questions-inner {
    border: 1px solid #2b2b37;
    border-radius: 0 0 5px 5px;
}

.bases-detail-ask-questions-box:not(:last-child) {
    border-bottom: 1px solid #2b2b37;
}

.bases-detail-ask-questions-text {
    color: #1d1d26;
}

.bases-detail-ask-questions-box-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
}

.bases-detail-ask-questions-box-bottom {
    max-height: 0;
    overflow: hidden;
    transition: all .6s ease-in-out;
    position: relative;
    padding-right: 25px;
}

.bases-detail-ask-questions-box.active .bases-detail-ask-questions-box-bottom {
    padding: 15px 25px 15px 15px;
}

.bases-detail-ask-questions-box-bottom::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 35px;
    background-color: rgba(255, 255, 255, 0.7);
}

.active .bases-detail-ask-questions-box-bottom {
    max-height: 200px;
    transition: all .6s ease-in-out;
    overflow: auto;
    padding-right: 25px;
    background-color: #f0f0f0;
}

.active .bases-detail-ask-questions-box-bottom::after {
    display: none;
}

.bases-detail-ask-questions-cross {
    transform: rotate(0deg);
    transition: all .6s ease-in-out;
}

.active .bases-detail-ask-questions-cross {
    transform: rotate(45deg);
    transition: all .6s ease-in-out;
}

.bases-detail-ask-questions-bottom-text {
    color: #999;
    text-align: justify;
    display: block;
}

.bases-detail-recommendation-wrap {
    margin-top: 30px;
}

.neighboring-bases-title {
    max-width: 300px;
}

.neighboring-bases-inner {
    box-shadow: 2.2px 3.3px 13.4px 0.6px rgba(29, 29, 38, 0.1);
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
}

.neighboring-bases-inner.empty-base-wrap {
    display: none;
}

.neighboring-bases-inner-title {
    background-color: #f0f0f0;
    font-weight: 700;
    font-size: 18px;
    padding: 15px 10px;
    border-radius: 5px 5px 0 0;
}

.neighboring-bases-inner-data {
    padding: 20px;
    height: 145px;
    overflow: hidden;
    position: relative;
}

.neighboring-bases-inner-data::after {
    content: '';
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 25px;
    width: 100%;
    border-radius: 0 0 10px 10px;
    filter: blur(10px);
}

.neighboring-bases-inner-data.active {
    height: inherit;
}

.effect-wrap-base {
    display: inline-flex;
    background-color: #fb0000;
    box-shadow: 2px 5px 24px 2px rgb(251 0 0 / 47%);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin: auto;
    top: 15px;
    position: relative;
}

.drop-bases-blocks {
    color: #fff;
    font-size: 1.2rem;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-180deg);
    transition: transform 0.5s;
    z-index: 1;
}

.drop-bases-blocks.active {
    transform: rotate(0deg);
    transition: transform 0.5s;
}

.neighboring-bases-inner-data-steam {
    display: flex;
    margin-top: 20px;
    margin-left: 35px;
}

.neighboring-bases-inner-data-steam .type-detail-product-link {
    margin-right: 10px;
}

.page-content-wrap .leaflet-top,
.page-content-wrap .leaflet-bottom {
    z-index: 991;
}

.neighboring-bases-desktop .warehouse-element-wrap.warehouse-element-desktop-wrap:not(.empty-base-wrap),
.neighboring-bases-inner .warehouse-element-wrap.warehouse-element-desktop-wrap:not(.empty-base-wrap),
.warehouse-element-desktop-wrap .warehouse-element-desktop-inner:not(.empty-base-wrap) {
    display: flex;
}

.warehouse-element-hours-inner {
    width: calc(100% / 2);
    display: flex;
    flex-direction: column;
}

.warehouse-element-desktop-inner .warehouse-element-icon.warehouse-element-hours-wrap,
.warehouse-element-wrap .warehouse-element-desktop-inner .type-detail-products {
    margin: 10px 0 0;
}

.warehouse-element-wrap .warehouse-element-desktop-inner .type-detail-products {
    margin-right: 0;
    padding-right: 40px;
}

.neighboring-bases-desktop .warehouse-element-desktop-inner .type-detail-product-pict-wrap,
.warehouse-element-desktop-inner .type-detail-product-pict-wrap.not-empty-base {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px;
}

.neighboring-bases-desktop .warehouse-element-desktop-inner .type-detail-product-pict-wrap img,
.warehouse-element-desktop-inner .type-detail-product-pict-wrap.not-empty-base img {
    min-width: 35px;
    height: 40px;
    object-fit: contain;
}

.warehouse-element-desktop-inner .warehouse-element-icon.warehouse-element-hours-wrap {
    display: block;
    column-count: 2;
}

.warehouse-element-desktop-inner .warehouse-element-icon.warehouse-element-hours-wrap.empty-box {
    display: none;
}

.warehouse-element-desktop-inner .warehouse-element-icon.warehouse-element-hours-wrap .warehouse-element-hours {
    width: 100%;
    display: block;
}

.warehouse-element-desktop-inner > * {
    width: calc(100% / 4);
}

.warehouses-desktop-form .select-region {
    margin-right: 22px;
}

.warehouses-form.warehouses-desktop-form {
    display: flex;
    flex-wrap: wrap;
}

.warehouses-desktop-form .select-region,
.search-bar .warehouses-desktop-form .select-city {
    width: 25%;
    display: inline-flex;
    vertical-align: top;
    position: relative;
}

.search-bar .result-warehouses-city:not(.active),
.warehouse-wrap .search-bar .select-region-inner:not(.active),
.warehouse-wrap .search-bar .select-city-inner:not(.active) {
    display: none;
}

.search-bar .select-city:not(.active) {
    display: block;
    pointer-events: none;
    opacity: 0.4;
}

.search-bar .select-city.active {
    pointer-events: auto;
    opacity: 1;
}

.search-bar-desktop {
    margin-bottom: 80px;
}

.warehouse-element-detail-wrap-desktop {
    box-shadow: 2px 3.5px 13.4px 0.6px rgba(29, 29, 38, 0.1);
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    padding-top: 40px;
}

.warehouse-element-detail-wrap-desktop .warehouse-detail-payment {
    border-left: 1px solid #999;
    width: clamp(50px, 50%, 500px);
}

.warehouse-element-detail-wrap-desktop .warehouse-detail-payment-inner {
    flex-direction: column;
    justify-content: center;
    align-items: start;
    margin-left: 60px;
}

.warehouse-element-detail-wrap-desktop .warehouse-detail-payment-wrap {
    flex-direction: row;
    margin-bottom: 30px;
}

.warehouse-element-detail-wrap-desktop .warehouse-detail-payment-text {
    font-size: 14px;
    max-width: 130px;
    margin-left: 25px;
}

.warehouse-element-detail-wrap-desktop .warehouse-element-icon {
    font-size: 18px;
    max-width: 700px;
    word-break: break-word;
    color: #22222c;
    text-decoration: none;
}

.warehouse-element-icon.warehouse-element-phones-wrap.hidden {
    display: none;
}

.warehouse-element-detail-wrap-desktop .warehouse-element-phones-inner {
    font-size: 24px;
    margin-right: 15px;
}

.warehouse-element-detail-wrap-desktop .main-button-wrap.warehouse-detail-buttons {
    flex-direction: row;
    width: fit-content;
    margin: 30px auto 0;
}

.warehouse-element-detail-wrap-desktop .warehouse-element-phones-wrap {
    flex-direction: row;
    flex-wrap: wrap;
}

.neighboring-bases-desktop .neighboring-bases-title,
.our-services-desktop .type-detail-title,
.type-detail-products-desktop .type-detail-title,
.warehouse-element-desktop-title,
.warehouse-element-desktop-close-title h1,
.warehouse-element-desktop-title > h1 {
    font-weight: 700;
    font-size: 48px;
    line-height: 50px;
    color: #1e1e28;
    display: block;
    margin: 50px 0 40px;
    text-decoration: none;
    max-width: 100%;
    text-align: left;
}

.warehouse-element-desktop-close-title h1,
.warehouse-element-desktop-close-title {
    text-decoration: none;
    margin-top: 0;
}

.warehouse-element-desktop-title > h1 {
    margin: 0;
    max-width: 85%;
    word-break: break-word;
}

.warehouse-element-detail-wrap-desktop .main-button-wrap.warehouse-detail-buttons .warehouse-detail-btn-top {
    margin: 0 25px 0 0;
}

.warehouse-element-detail-wrap-desktop .main-button-wrap.warehouse-detail-buttons {
    justify-content: center;
    margin-top: 50px;
    position: relative;
}

.warehouse-element-detail-wrap-desktop .warehouse-element-detail-inner {
    padding-left: 40px;
    margin: 0 40px 40px 0;
    width: clamp(50px, 50%, 800px);
}

.map-detail-desktop,
.map-detail-desktop > div {
    border-radius: 0;
    height: 530px;
}

.type-detail-products-desktop {
    margin-top: 40px;
}

.type-detail-products-desktop .type-detail-products-inner {
    flex-direction: row;
    flex-wrap: wrap;
}

.type-detail-products-desktop .type-detail-products-inner .type-detail-product-link {
    width: calc(100% / 4);
    margin-bottom: 30px;
}

.type-detail-products-desktop .type-detail-products-inner .type-detail-text {
    font-size: 18px;
    font-weight: 700;
}

.our-services-desktop .our-services-inner {
    display: flex;
}

.our-services-desktop .our-services-inner-box {
    width: calc(100% / 3 - 20px);
    margin-bottom: 30px;
    height: 280px;
    margin-right: 20px;
}

.our-services-desktop .our-services-inner-box:last-child {
    margin-right: 0;
}

.our-services-desktop .our-services-inner-box .production-pict {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
}

.our-services-desktop .our-services-inner-box .production-pict img {
    max-width: 100%;
    width: 100%;
    transform: scale(1);
    transition: transform 0.5s;
}

.our-services-desktop .our-services-inner-box .service-prod-wrap:hover img {
    transform: scale(1.1);
    transition: transform 0.5s;
}

.our-services-desktop .our-services-inner-box .our-services-inner-text:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid #f0f0f0;
    color: #fff;
    transition: all 0.5s;
}

.bases-detail-ask-questions-desktop {
    margin-top: 70px;
}

.bases-detail-ask-questions-desktop .bases-detail-ask-questions-title {
    font-size: 36px;
    font-weight: 700;
    padding: 25px;
}

.bases-detail-ask-questions-desktop .bases-detail-ask-questions-box.active .bases-detail-ask-questions-box-bottom,
.bases-detail-ask-questions-desktop .bases-detail-ask-questions-box-top {
    padding: 25px;
}

.bases-detail-ask-questions-desktop .bases-detail-ask-questions-inner {
    margin-bottom: 70px;
}

.upload-price-list-wrap {
    position: absolute;
    top: 67px;
    right: 0;
    left: auto;
    box-shadow: 2px 3.5px 13.4px 0.6px rgb(29 29 38 / 10%);
    background-color: #f7f6f6;
    width: 100%;
    max-width: 250px;
    border-radius: 5px;
    margin: auto;
    z-index: 990;
}

.upload-price-list-wrap::before {
    content: '';
    border: 20px solid transparent;
    border-bottom: 20px solid #f7f6f6;
    position: absolute;
    top: -35px;
    bottom: auto;
    left: calc(50% - 15px);
    margin: auto;
}

.main-button-wrap.warehouse-detail-buttons .warehouse-detail-btn-bottom {
    padding: 12px;
}

.upload-price-list-inner {
    padding: 15px;
    text-align: left;
}

.upload-price-list-item::before {
    display: none;
}

.upload-price-list-item {
    margin-bottom: 5px;
}

.upload-price-list-item a:hover {
    text-decoration: underline;
}

.price-order-base-popup {
    border: none;
    outline: none;
    border-radius: 5px;
    width: 480px;
    padding: 0;
    background-color: transparent;
    z-index: 100;
}

.price-order-base-popup .close-popup {
    position: absolute;
    top: 14px;
    right: -41px;
    cursor: pointer;
    display: flex;
    background: none;
    width: auto;
    height: auto;
}

.price-order-base-popup .close-popup svg {
    width: 30px;
    height: 30px;
    padding: 7px;
    position: relative;
    z-index: 1;
    pointer-events: none;
}

.order-base-popup-title {
    font-size: 24px;
    color: #2a2a35;
    font-weight: 700;
    position: relative;
    padding: 15px 10px 0;
    margin-bottom: 47px;
    display: flex;
    justify-content: center;
}

.price-order-base-popup .order-base-popup-title.popup-title {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    padding: 0 0 7px 0;
    color: #292836;
    margin-bottom: 30px;
}

.order-base-popup-title::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    left: 0;
    bottom: -10px;
}

.close-order-base-popup {
    font-size: 30px;
    color: #cc0000;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    z-index: 1;
}

.main-button-wrap [data-btn-submit] {
    padding: 10px 62px;
}

.main-button-wrap [data-btn-submit]:hover {
    background-color: #fff;
    color: #fb0000;
    border: 2px solid #fb0000;
    transition: all 0.5s;
}

.price-order-base-popup textarea.popup-field-inner-data {
    height: 100px;
    margin-bottom: 0;
}

.popup-order-base-inner {
    display: block;
}

.drop-bases-list li::before {
    display: none;
}

.drop-bases-list li {
    position: relative;
    margin-bottom: 5px;
}

.drop-bases-list.popup-field-form {
    border: none;
}

.drop-bases-list-wrap.popup-field-form {
    border: 1px solid #999;
    border-radius: 5px;
    color: #b3b2b2;
    margin-top: 12px;
    margin-bottom: 20px;
    display: block;
    position: relative;
    width: 100%;
}

.bases-arrow {
    border: solid #999;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    transition: transform 0.5s;
}

.drop-bases-list {
    box-shadow: 2px 3.5px 13.4px 0.6px rgb(29 29 38 / 10%);
    background-color: #fff;
    padding: 15px;
    flex-direction: column;
    position: absolute;
    top: 46px;
    left: 0;
    width: 100%;
    display: none;
    z-index: 1;
}

.drop-bases-list::before {
    content: '';
    border: 20px solid transparent;
    border-bottom: 20px solid #fff;
    position: absolute;
    top: -30px;
}

.drop-bases-list.active {
    display: flex;
}

.drop-bases-list-inner {
    padding: 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.drop-bases-list-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 1;
}

.bases-arrow.active {
    transform: rotate(-135deg);
    transition: all 0.5s;
}

.price-order-base-popup .main-button-wrap {
    width: 100%;
    margin-bottom: 10px;
}

.popup-confidence-wrap {
    font-size: 12px;
    color: #999;
}

div .popup-confidence-wrap a {
    color: #0a7ddd;
}

.popup-confidence-icon {
    color: #ff0000;
    display: inline-block;
    margin-right: 5px;
}

.red-border {
    border: 1px solid #e52e2e!important;
}

.warehouse-download-price {
    display: flex;
    margin-left: 20px;
    position: relative;
    width: fit-content;
}

.warehouse-download-price .warehouse-detail-btn-bottom {
    width: fit-content;
}

.warehouse-download-price .upload-price-list-wrap {
    left: 0;
    margin: 0;
}

/* --------------------------------------------------------------- */
/* ------------------------ CEO text ----------------------------- */
/* --------------------------------------------------------------- */

.box-ceo-text .new-main-info-text {
    margin-top: 0;
}

.box-ceo-text .new-main-info-text ol li,
.box-ceo-text .new-main-info-text ul li {
    list-style-type: auto;
}

.box-ceo-text .new-main-info-text h2 {
    border-bottom: 1px solid #ccc;
    min-height: auto;
    padding-bottom: 15px;
    padding-left: 0;
    margin-bottom: 5px;
    display: block;
    width: 100%;
    text-align: left;
    font-weight: 700;
    font-size: 24px;
    text-transform: none;
}

.box-ceo-text .news-main-info-inner {
    max-height: 175px;
    margin: 0;
}

.box-ceo-text .news-main-info-inner::after {
    bottom: -20px;
}

.news-main-info.box-ceo-text .main-effect-box {
    bottom: 0;
}

.news-main-info.box-ceo-text {
    background: none;
}

.box-ceo-text .news-main-info-title {
    font-size: 31px;
    font-family: 'Roboto-Bold', sans-serif;
    display: block;
    margin-bottom: 15px;
}

.av-search-title .icon-search {
    background: url("/bitrix/images/av-new/icons/search-icon.png") no-repeat;
    width: 26px;
    height: 25px;
}

/* --------------------------------------------------------------- */
/* --------------------- График роботы --------------------------- */
/* --------------------------------------------------------------- */

.popup-info-data-wrap {
    box-shadow: 2px 3.5px 13.4px 0.6px rgb(29 29 38 / 10%);
    background-color: #fff;
    max-width: 280px;
    height: fit-content;
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    margin: auto;
    z-index: 999;
    transition: right 0.5s;

    display: none;
}

.popup-info-data-title {
    font-size: 22px;
    line-height: 24px;
    font-family: 'Roboto-Bold', sans-serif;
    background-color: #f0f0f0;
    display: block;
    text-align: center;
    padding: 20px;
}

.popup-info-data-inner {
    padding: 20px;
}

.popup-info-data-wish {
    display: block;
    margin-top: 10px;
    text-align: center;
    font-family: 'Roboto-Bold', sans-serif;
    font-size: 17px;
}

.popup-info-date {
    color: #CC0000;
    font-family: 'Roboto-Bold', sans-serif;
}

.popup-info-data-text {
    display: block;
    margin-bottom: 10px;
}

.popup-info-data-icon.rotate {
    transform: rotate(-270deg);
    transition: transform 0.3s;
}

.popup-info-data-icon {
    background: #999 url("/bitrix/images/av-new/icons/arrow-dropdown-icon-white.svg") center no-repeat;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -25px;
    margin: auto;
    transform: rotate(-90deg);
    transition: transform 0.3s;
    cursor: pointer;
}

.popup-info-data-wrap.hide-info {
    right: -260px;
    transition: right 0.5s;
}

@media screen and (max-width: 1399px) {
    .upload-price-list-wrap {
        right: 0;
    }
}

@media screen and (max-width: 1199px) {
    .warehouse-element-wrap .warehouse-element-desktop-inner .type-detail-products {
        margin: 10px 0 25px 30px;
        padding-right: 0;
    }

    .warehouse-element-desktop-inner .warehouse-element-icon.warehouse-element-hours-wrap {
        margin-left: 40px;
        column-count: 1;
    }

    .warehouse-element-icon,
    .warehouse-element-address {
        margin-bottom: 15px;
        max-width: 100%;
    }

    .warehouse-element-detail-wrap-desktop .warehouse-element-detail-inner,
    .warehouse-element-detail-wrap-desktop .warehouse-detail-payment {
        width: 100%;
        border: none;
    }

    .warehouse-element-detail-wrap-desktop .warehouse-detail-payment-inner {
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        margin: 0;
    }
}

/* End */


/* Start:/bitrix/templates/desktop/components/av/warehouses.list/desktop//css/newsletter.css?17175766184913*/
.warehouse-newsletter-wrap {
    background-color: #F0F0F0;
    padding: 15px 15px 20px;
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
}

.warehouse-newsletter-form {
    display: flex;
    width: 50%;
}

.warehouse-newsletter-text {
    font-size: 14px;
    color: #282833;
    max-width: 430px;
    width: 100%;
    display: inline-flex;
    align-items: center;
    margin-right: 20px;
}

.warehouse-newsletter-label {
    margin-right: 20px;
    max-width: 350px;
    width: 100%;
}

.warehouse-newsletter-wrap .warehouse-newsletter-input {
    border: 1px solid #999;
    background-color: #fff;
    border-radius: 5px;
    color: #292836;
    margin-top: 0;
    padding: 0 38px 0 20px;
    display: block;
    position: relative;
    width: 100%;
    max-width: 350px;
    height: 45px;
}

.warehouse-newsletter-wrap .warehouse-newsletter-input::placeholder {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #999;
}

.warehouse-newsletter-button {
    position: relative;
    background: linear-gradient(180deg, #484564 0%, #292836 100%);
    border: 1px solid #292836;
    width: 145px;
    height: 45px;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    transition: background 0.5s;
    z-index: 1;
}

.warehouse-newsletter-button:hover {
    border: 1px solid #292836;
    color: #292836;
    cursor: pointer;
}

.warehouse-newsletter-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 5px;
    opacity: 0;
    transition: opacity 0.4s;
    z-index: -1;
}

.warehouse-newsletter-button:hover::before {
    opacity: 1;
}

.warehouse-newsletter-wrap.hide,
.warehouse-newsletter-wrap-result {
    display: none;
}

.warehouse-newsletter-wrap-result.show {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
}

.warehouse-newsletter-check {
    margin-bottom: 5px;
}

.warehouse-newsletter-result-title {
    font-size: 16px;
    line-height: 16px;
    font-family: 'Roboto-Bold', sans-serif;
    margin-bottom: 5px;
    color: #282833;
}

.warehouse-newsletter-result-text {
    font-size: 16px;
    line-height: 16px;
    color: #282833;
}

/* Popup send news */
.warehouse-newsletter-popup-wrap {
    border: none;
    outline: none;
    border-radius: 5px;
    width: 530px;
    padding: 0;
    background-color: transparent;
    z-index: 100;
}

.newsletter-form-popup-inner {
    position: relative;
    margin-top: 20px;
    margin-right: 50px;
    background-color: #fff;
}

.newsletter-form-popup-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: -14px;
    width: 50px;
    height: 100%;
    border-radius: 0 5px 5px 0;
    background: url("/bitrix/templates/desktop/components/av/warehouses.list/desktop//css/../images/dash-left.svg") center no-repeat;
}

.newsletter-form-popup-inner::after {
    content: '';
    position: absolute;
    top: 0;
    right: -14px;
    width: 50px;
    height: 100%;
    border-radius: 0 5px 5px 0;
    background: url("/bitrix/templates/desktop/components/av/warehouses.list/desktop//css/../images/dash-right.svg") center no-repeat;
}

.warehouse-newsletter-popup-wrap .popup-content {
    padding: 40px 20px;
}

.warehouse-newsletter-popup-wrap .popup-close {
    top: -20px;
}

.newsletter-popup-title {
    font-size: 24px;
    font-weight: 700;
    color: #292836;
    position: relative;
    padding: 5px 15px 0;
    display: block;
    text-align: center;
}

.newsletter-popup-form-labels-wrap {
    display: flex;
    justify-content: center;
}

.newsletter-popup-form-labels-wrap .newsletter-popup-form-label {
    box-shadow: 0 1px 14px 0 rgba(0, 0, 0, 10%);
    padding: 12px 15px;
    border-radius: 10px;
    max-width: 325px;
    margin-bottom: 15px;
}

.newsletter-popup-button-send {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 175px;
    height: 45px;
    border: 1px solid #38364C;
    border-radius: 5px;
    background-color: #fff;
    color: #38364C;
    font-size: 16px;
    margin: 15px auto 0;
    transition: background-color 0.5s;
}

.newsletter-popup-button-send:hover {
    border: 1px solid #38364C;
    color: #fff;
    background-color: #38364C;
    cursor: pointer;
    transition: background-color 0.5s;
}

/* Errors */
.error-message-wrap {
    position: relative;
    bottom: -20px;
}

@media (max-width: 1199px) {
    .warehouse-newsletter-wrap {
        flex-direction: column;
    }

    .warehouse-newsletter-form {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .warehouse-newsletter-text {
        margin-right: 0;
        margin-bottom: 15px;
    }
}
/* End */


/* Start:/bitrix/templates/desktop/components/av/warehouses.list/desktop//css/map-popup-styles.css?17271871614329*/
.map-popup .gm-ui-hover-effect {
    position: absolute!important;
    right: 0;
}

.map-popup .gm-style-iw-ch {
    display: none;
}

.map-popup .gm-style .gm-style-iw-d {
    overflow: hidden!important;
}

.map-popup .gm-style .gm-style-iw-c {
    transform: translate3d(-50%, -100%, 0);
    padding: 0;
    top: -11px;
    max-width: 650px !important;
    width: 100%;
}

.map-popup .gm-style .gm-style-iw-tc::after {
    content: "";
    height: 16px;
    width: 16px;
    top: -11px;
    left: 5px;
    background-color: #fff;
}

.map-popup .gm-style .gm-style-iw-c,
.map-popup .gm-style .gm-style-iw-d {
    max-height: 600px !important;
    height: fit-content;
    max-width: 345px !important;
    box-shadow: 3px 4px 10px 0 rgba(0, 0, 0, 0.15);
}

.map-inner-popup {
    display: flex;
    font-family: 'Roboto', sans-serif;
    color: #2b2b37;
}

.left-side-popup {
    display: block;
}

.right-side-popup {
    padding: 15px 20px;
    width: 100%;
}

.right-side-popup-title {
    font-size: 16px;
    font-family: 'Roboto-Bold', sans-serif ;
    font-weight: 700;
    color: inherit;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 25px;
    max-width: 280px;
    word-break: break-all;
}

.right-side-popup-title:hover {
    cursor: pointer;
    opacity: 0.8;
}

.right-side-popup-address {
    margin-left: 30px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.right-side-popup-address-name {
    font-size: 13px;
    font-style: normal;
    color: inherit;
    display: inline-block;
    margin-bottom: 15px;
}

.right-side-popup-address-phone {
    font-family: 'Roboto-Bold', sans-serif;
    font-style: normal;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 15px;
}

.right-side-popup-address-mail {
    font-size: 16px;
    font-style: normal;
    color: #3462cb;
    text-decoration: underline;
    display: inline-block;
    margin-bottom: 15px;
}

.right-side-popup-address .right-side-popup-address-mail:hover {
    cursor: pointer;
    color: #3462cb;
    text-decoration: none;
}

.right-side-popup-address-days {
    font-size: 12px;
    line-height: 18px;
    font-style: normal;
    color: inherit;
    margin-bottom: 0;
    column-count: 2;
}

.right-side-popup-address-name,
.right-side-popup-address-phone,
.right-side-popup-address-mail,
.right-side-popup-address-days {
    position: relative;
}

.right-side-popup-address-name::before,
.right-side-popup-address-phone::before,
.right-side-popup-address-mail::before,
.right-side-popup-address-days::before {
    content: '';
    width: 21px;
    height: 30px;
    position: absolute;
    top: 0;
    left: -30px;
}

.right-side-popup-address-phone {
    display: flex;
    flex-direction: column;
}

.right-side-popup-address-phone-link {
    font-size: 14px;
}

.right-side-popup-address-phone-link:hover {
    text-decoration: underline;
}

.right-side-popup-address-name::before {
    background: url('/im/control_data/images/icons/point.png') no-repeat;
    top: -8px;
    background-size: 75%;
}

.right-side-popup-address-phone::before {
    background: url('/im/control_data/images/icons/phone.png') no-repeat;
    top: -7px;
    background-size: 80%;
}

.right-side-popup-address-mail::before {
    background: url('/im/control_data/images/icons/mail.png') no-repeat;
    top: 3px;
}

.right-side-popup-address-days::before {
    background: url('/im/control_data/images/icons/clock.png') no-repeat;
    background-size: 80%;
}

.map-inner-button {
    font-size: 14px;
    color: #CD0000;
    display: block;
    margin-left: 30px;
}

.map-inner-button:hover {
    color: #CD0000;
    text-decoration: underline;
    cursor: pointer;
}

.custom-map-control-button {
    background-color: #fff;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
    margin: 10px;
    padding: 0 0.5em;
    font: 400 18px Roboto, Arial, sans-serif;
    overflow: hidden;
    height: 40px;
    cursor: pointer;
}

.custom-map-control-button:hover {
    background: rgb(235, 235, 235);
}

.map-marker {
    width: 39px;
    height: 49px;
}
/* End */


/* Start:/bitrix/templates/desktop/components/av/warehouses.list/desktop//css/detail-leaflet-map.css?17363529494382*/
.map-detail {
    height: 530px;
    width: 100%;
}

.map-detail .leaflet-popup-content-wrapper,
.map-detail .leaflet-popup-tip {
    box-shadow: 3px 4px 10px 0 rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.map-detail .leaflet-popup-tip {
    border-radius: 0;
}

.map-detail .leaflet-popup-content {
    margin: 0;
}

.map-inner-popup {
    display: flex;
    font-family: 'Roboto', sans-serif;
    color: #2b2b37;
}

.left-side-popup {
    display: block;
}

.right-side-popup {
    padding: 15px 20px;
    width: 100%;
}

.right-side-popup-title {
    font-size: 16px;
    font-family: 'Roboto-Bold', sans-serif ;
    font-weight: 700;
    color: inherit;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 25px;
    max-width: 240px;
    word-break: break-word;
    text-wrap: balance;
}

.right-side-popup-title:hover {
    cursor: pointer;
    opacity: 0.8;
}

.right-side-popup-address {
    margin-left: 30px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.right-side-popup-address-name {
    font-size: 14px;
    font-style: normal;
    color: #999;
    display: inline-block;
    margin-bottom: 15px;
}

.right-side-popup-address-phone {
    font-family: 'Roboto-Bold', sans-serif;
    font-style: normal;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 15px;
}

.right-side-popup-address-mail {
    font-size: 16px;
    font-style: normal;
    color: #3462cb;
    text-decoration: underline;
    display: inline-block;
    margin-bottom: 15px;
}

.right-side-popup-address .right-side-popup-address-mail:hover {
    cursor: pointer;
    color: #3462cb;
    text-decoration: none;
}

.right-side-popup-address-days {
    font-size: 12px;
    line-height: 18px;
    font-style: normal;
    color: inherit;
    margin-bottom: 0;
    column-count: 2;
}

.right-side-popup-address-name,
.right-side-popup-address-phone,
.right-side-popup-address-mail,
.right-side-popup-address-days {
    position: relative;
}

.right-side-popup-address-name::before,
.right-side-popup-address-phone::before,
.right-side-popup-address-mail::before,
.right-side-popup-address-days::before {
    content: '';
    width: 21px;
    height: 30px;
    position: absolute;
    top: 0;
    left: -30px;
}

.right-side-popup-address-phone {
    display: flex;
    flex-direction: column;
}

.map-detail .right-side-popup-address-phone-link {
    font-size: 14px;
    color: #2A2A36;
}

.map-detail .right-side-popup-address-phone-link:hover {
    text-decoration: underline;
}

.right-side-popup-address-name::before {
    background: url('/bitrix/templates/desktop/components/av/warehouses.list/desktop//css/../../images/icons/point.png') no-repeat;
    top: -8px;
    background-size: 75%;
}

.right-side-popup-address-phone::before {
    background: url('/bitrix/templates/desktop/components/av/warehouses.list/desktop//css/../../images/icons/phone.png') no-repeat;
    top: -7px;
    background-size: 80%;
}

.right-side-popup-address-mail::before {
    background: url('/bitrix/templates/desktop/components/av/warehouses.list/desktop//css/../../images/icons/mail.png') no-repeat;
    top: 3px;
}

.right-side-popup-address-days::before {
    background: url('/bitrix/templates/desktop/components/av/warehouses.list/desktop//css/../../images/icons/clock.png') no-repeat;
    background-size: 80%;
}

.map-detail .map-inner-button {
    font-size: 14px;
    color: #CD0000;
    display: block;
    margin-left: 30px;
}

.map-detail .map-inner-button:hover {
    color: #CD0000;
    text-decoration: underline;
    cursor: pointer;
}

.map-detail .custom-map-control-button {
    background-color: #fff;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
    margin: 10px;
    padding: 0 0.5em;
    font: 400 18px Roboto, Arial, sans-serif;
    overflow: hidden;
    height: 40px;
    cursor: pointer;
}

.map-detail .custom-map-control-button:hover {
    background: rgb(235, 235, 235);
}

.map-detail.leaflet-container a.leaflet-popup-close-button {
    font-size: 25px;
    top: 9px;
    right: 10px;
    color: #999;
}

.map-detail .marker-cluster {
    background: rgb(202,101,99);
    background: radial-gradient(circle, rgba(202,101,99,1) 0%, rgba(224,191,191,1) 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.map-detail .marker-cluster div {
    background-color: #bc271a;
}

.leaflet-tile-pane {
    filter: grayscale(90%)
}
/* End */


/* Start:/feedback/css/feedbackPopup.css?17404759414327*/
.feedback-popup {
    border: none;
    outline: none;
    border-radius: 5px;
    width: 460px;
    padding: 0;
    background-color: transparent;
    z-index: 401;
}

.feedback-popup::backdrop {
    background-color: rgb(41 40 54 / 70%);
}

.feedback-popup-container {
    position: relative;
    margin-right: 50px;
    background-color: #fff;
}

.feedback-popup-container::after {
    content: '';
    position: absolute;
    top: 0;
    right: -50px;
    width: 50px;
    height: 100%;
    border-radius: 0 5px 5px 0;
    background: linear-gradient(180.00deg, rgb(72, 69, 100), rgb(41, 40, 54) 100%);
    z-index: -1;
}

.feedback-popup-content {
    padding: 19px 20px 35px;
}

.feedback-popup-close {
    position: sticky;
    top: 20px;
    background: none;
    height: auto;
    width: 30px;
    display: flex;
    justify-content: end;
    margin-right: -32px;
    margin-left: auto;
    cursor: pointer;
}

.feedback-popup-close path {
    pointer-events: none;
}

.feedback-popup-title {
    padding-bottom: 15px;
    margin-bottom: 23px;
    border-bottom: 1px solid #CCCCCC;
}

.feedback-popup-title h3 {
    font-size: 18px;
    color: #292836;
    font-weight: 400;
    line-height: 21px;
    padding: 0;
    margin: 0;
}

.feedback-popup-title p {
    padding: 0;
    color: #999999;
    text-align: center;
}

.feedback-popup-fields-wrapper {
    display: flex;
    flex-flow: column nowrap;
    gap: 18px;
}

.feedback-popup-fields-wrapper .feedback-popup-field {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    gap: 6px;
    position: relative;
}

.feedback-popup-fields-wrapper .feedback-popup-field .required {
    position: relative;
    display: inline-block;
    width: fit-content;
}

.feedback-popup-fields-wrapper .feedback-popup-field .required::after {
    content: '*';
    color: #CD0000;
    position: absolute;
    top: 0;
    right: -10px;
}

/*.feedback-popup-fields-wrapper .feedback-popup-field.required-field > label::after {*/
/*    content: '*';*/
/*    color: #CD0000;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    margin-left: 4px;*/
/*}*/

.feedback-popup-fields-wrapper .feedback-popup-field > input.invalid {
    border-color: #CD0000;
}

.feedback-popup-fields-wrapper .feedback-popup-field > label {
    font-size: 14px;
    color: #999999;
    font-weight: 400;
    line-height: 16.41px;
    text-align: left;
}

.feedback-popup-fields-wrapper .feedback-popup-field > input,
.feedback-popup-fields-wrapper .feedback-popup-field > select,
.feedback-popup-fields-wrapper .feedback-popup-field > textarea {
    padding: 0 38px 0 20px;
    border: 1px solid #999999;
    border-radius: 5px;
    height: 40px;
}

.feedback-popup-fields-wrapper .feedback-popup-field > select option:disabled {
    color: #999999;
}

.feedback-popup-fields-wrapper .feedback-popup-field > textarea {
    resize: vertical;
    min-height: 80px;
    max-height: 160px;
    font-family: "Roboto", sans-serif;
}

.feedback-popup-submit-btn {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.feedback-popup-submit-btn input[type="button"],
.feedback-popup-gratitude-btn input[type="button"] {
    width: 200px;
    height: 45px;
    box-sizing: border-box;
    border: 1px solid #FF0000;
    border-radius: 5px;
    color: #FF0000;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
    background-color: #fff;
}

.feedback-popup-submit-btn input[type="button"]:hover,
.feedback-popup-gratitude-btn input[type="button"]:hover {
    border: 1px solid #FF0000;
    background-color: #FF0000;
    color: #fff;
}

.feedback-popup-gratitude {
    background-color: #fff;
    padding: 20px;
    border: none;
    outline: none;
    border-radius: 5px;
    width: 320px;
}

.feedback-popup-gratitude-text h4 {
    text-align: center;
    font-size: 22px;
}

.feedback-popup-gratitude-btn {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.feedback-popup-gratitude-btn input[type="button"] {
    width: 120px;
    height: 35px;
}

.feedback-popup-error {
    color: #CD0000;
    pointer-events: none;
    user-select: none;
}
/* End */


/* Start:/bitrix/components/av/faq/templates/.default/style.css?17397979902868*/
.faq-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 10px;
}

.faq-container .faq-title {
    text-align: left;
    font-size: 48px;
    font-weight: 600;
    line-height: 56.25px;
    color: #292836;
    margin-bottom: 14px;
    padding: 0;
}

.faq-accordion {
    border-radius: 5px;
    border: 1px solid #292836;
    color: #292836;
    padding: 0 30px;
}

.faq-accordion.active {
    padding: 0 30px 30px 30px;
}

.faq-accordion-btn {
    cursor: pointer;
    padding: 12px 0;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    font-weight: 700;
}

.faq-accordion.active .faq-accordion-btn {
    border-bottom: 1px solid #C4C4C4;
    transition: 0.4s;
}

.faq-accordion-btn::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E");
    transition: 0.3s;
    min-width: 18px;
}

.faq-accordion.active .faq-accordion-btn::after {
    transition: 0.3s;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E");
    transform: rotate(180deg);
}

.faq-accordion-panel {
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out, margin-top 0.3s;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: flex;
    flex-flow: row nowrap;
    gap: 10px;
}

.faq-container .faq-accordion-panel-image {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: 1px solid #F1F1F1;
    box-shadow: 1px 6px 22.9px 0 #00000014;
    width: 30%;
    height: max-content;
}

.faq-container .faq-accordion-panel-image img {
    object-fit: contain;
}

.faq-container .faq-accordion-panel-content {
    display: flex;
    flex-flow: column nowrap;
}

.faq-accordion-panel p {
    padding: 0;
}

.faq-accordion.active .faq-accordion-panel {
    margin-top: 16px;
}
/* End */
/* /bitrix/templates/desktop/components/av/warehouses.list/desktop/style.css?175146402029933 */
/* /bitrix/templates/desktop/components/av/warehouses.list/desktop//css/newsletter.css?17175766184913 */
/* /bitrix/templates/desktop/components/av/warehouses.list/desktop//css/map-popup-styles.css?17271871614329 */
/* /bitrix/templates/desktop/components/av/warehouses.list/desktop//css/detail-leaflet-map.css?17363529494382 */
/* /feedback/css/feedbackPopup.css?17404759414327 */
/* /bitrix/components/av/faq/templates/.default/style.css?17397979902868 */
