

/* Start:/local/components/asteq/contacts-map/templates/.default/style.css?17525738475891*/
/*------------map--------------------*/
.new-map__info select {
    margin-bottom: 20px;
    grid-area: 1 / 1 / 1 / 1;
}

.field {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #121212;
    padding: 10px;
    gap: 8px;
}

.field input {
    padding: 4px;
    width: 100%;
    border: none !important;    outline: none !important;
    border-bottom: 1px solid #ffffff !important;
}

.field input:focus {
    padding: 4px;
    width: 100%;
    border: none !important;
    outline: none !important;
    background-color: initial !important;
    border-bottom: 1px solid #ffffff !important;
}

.new-map__info .field {
    grid-area: 2 / 1 / 2 / 1;
}

.new-map__container {
    display: grid;
    grid-template-columns: 500px 1fr;
    gap: 20px;
}

.map {
    width: 100%;
    height: 100%;
    grid-area: 1 / 2 / 4 / 2;
}

.addresses {
    grid-area: 3 / 1 / 3 / 1;
}

.addresses__item {
    margin: 0;
    border: none;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.addresses__item-title {
    cursor: pointer;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    color: #ffffff;
}

.addresses__item-caption {
    font-size: 14px;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.addresses__item-text {
    color: #ffffff;
    font-size: 16px;
}

.btn--green {
    border: 1px solid greenyellow;
    color: greenyellow;
}

.btn--green:hover {
    color: greenyellow;
}

.new-map__info {
    flex: 1 1 auto;
    /*max-width: 500px;*/
    width: 100%;
    /*display: flex;*/
    /*flex-direction: column;*/
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.ymaps-2-1-79-balloon__content {
    background-color: #121212 !important;
}

.addresses__list {
    overflow: auto;
    height: 47vh;
    margin-bottom: 0;
    background-color: #121212;
    padding: 20px 40px;
}

.map-balloon__title {
    display: inline-block;
    max-width: 80px;
    font-size: 10px;
    color: gray;
    width: 100%;
    text-transform: uppercase;
}

.map-balloon__text {
    display: inline-flex;
    flex-direction: column;
    font-size: 12px;
    color: #ffffff;
    max-width: 60%;
}

.map-balloon .btn {
    margin-top: 20px;
}

.ymaps-2-1-79-balloon__tail:after {
    background-color: #121212 !important;
}

.map-balloon {
    min-width: 300px;
}

.ymaps-2-1-79-balloon__close-button {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgc3R5bGU9IiYjMTA7ICAgIGZpbGw6ICNmZmZmZmY7JiMxMDsiPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0IC43bC0uNy0uN0w3IDYuMy43IDAgMCAuNyA2LjMgNyAwIDEzLjNsLjcuN0w3IDcuN2w2LjMgNi4zLjctLjdMNy43IDd6IiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=) !important;
    background-repeat: no-repeat !important;;
    background-position: center !important;
}

.ymaps-2-1-79-balloon__content {
    margin-right: 0 !important;
}

.ymaps-2-1-79-balloon-content__header {
    color: #ffffff;
}

.new-map__btns {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.new-map__container .field{
    /*margin-top: 12px;*/
}

.new-map__btn {
    cursor: pointer;
    border-radius: 8px;
    background-color: #1a1a1a;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}

.new-map__btn:has(input:checked) {
    background-color: greenyellow;
    color: #000000;
}

.new-map__btn input {
    display: none;
}

.ymaps-2-1-79-balloon__close-button {
    opacity: 1 !important;
}

.ymaps-2-1-79-balloon__content > ymaps{
    height: auto !important;
}

.new-map__btns {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-top: 32px;
}

.new-map__btns span {
    width: 100%;
    text-align: center;
}

/*.new-map__btns {*/
/*    display: none;*/
/*}*/

.default__link-btn {
    display: block !important;
    margin-left: auto;
    width: fit-content;
    margin-bottom: 20px;
}

.new-map__header {
    display: none;
}

.dealers__btn {
    margin: 0 !important;
}

.wraps > .wrapper_inner {
    z-index: 5 !important;
}

.default__link-btn {
    position: absolute;
    right: 0;
    top: -115px;
}

.new-map__container {
    margin-top: -100px;
}

.addresses__list {
    margin-top: 0;
}


@media screen and (max-width: 768px) {

    .default__link-btn {
        position: relative;
        right: 0;
        top: initial;
    }

    .new-map__container {
        margin-top: initial;
    }

    .middle > .container {
        display: flex;
        flex-direction: column;
    }

    .default__link-btn {
        order: 2;
        margin: 0;
        margin-top: 20px;
    }

    .default__link-btn a {
        border: 1px solid #CF0;
        color: #CF0 !important;
        margin: 0;
        background: none !important;

    }

    .default__link-btn::after {
        display: none !important;
    }


    .map {
        height: 61vh;
        z-index: 2;
    }

    .ymaps-2-1-79-balloon__content > ymaps {
        max-width: 300px;
    }


    .dealers{
        padding: 0 20px;
    }

    .map-balloon__title {
        margin-right: 8px;
    }

    .addresses {
        order: 4;

    }

    .field__icon svg{
        width: 17px;
        height: 15px;
    }

    .new-map__map--mob .map{
        display: block;
        margin-top: 20px;
    }

    .new-map__container {
        display: flex;
        flex-direction: column;
    }

    .new-map__info {
        max-width: 100%;
    }
}

/* End */
/* /local/components/asteq/contacts-map/templates/.default/style.css?17525738475891 */
