/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

svg.imp-object-poly polygon {
    fill: rgba(56, 83, 160, 0.4) !important;
}

svg.imp-object-poly.red polygon {
    fill: rgb(243 7 7 / 40%) !important;
}

svg.imp-object-poly.red polygon:hover {
    fill: rgb(243 7 7 / 55%) !important;
}

svg.imp-object-poly polygon:hover {
    fill: rgba(56, 83, 160, 0.8) !important;
}

div#modal_sgb {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999999;
}

.modal_content {
    position: absolute;
    width: 80%;
    background: #fff;
    border-radius: 10px;
    left: calc(50% - 600px);
    top: 100px;
    padding: 20px;
    max-width: 1200px;
}

#maps_sgb .imp-ui-bottom-right,
#maps_sgb .imp-ui-top-right {
    display: none;
}

.title_modal {
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 20px;
}

.close_modaler_sgb {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #6868eb;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
}

.modal_content .form-group {
    display: inline-block;
    width: 100%;
    border-bottom: 1px dashed #ececec;
}

.modal_content label {
    display: inline-block;
    float: left;
}

.modal_content .centersg .form-group {
    border-bottom: none;
}

.modal_content .centersg label {
    display: inline-block;
    float: left;
    width: 100%;
    text-align: center;
}

.centersg .val_param {
    float: right;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 0px;
    font-weight: 600;
}

.cont_st {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.stays {
    display: inline-block;
    float: right;
    padding: 2px 10px;
    border-radius: 3px;
    margin-right: 30px;
}

.stays.red {
    background: rgba(243, 7, 7, 0.4);
    color: #fff;
}

.stays.gree {
    background: rgba(56, 83, 160, 0.4);
    color: #fff;
}

.val_param {
    float: right;
    display: inline-block;
    float: left;
    display: inline-block;
    padding-left: 30px;
}

.modal_content e {
    position: relative;
    top: -6px;
    font-size: 11px;
}

.price_modal {
    font-weight: 600;
    font-size: 24px;
}

.form-group.butsendsgb {
    border-bottom: none;
}

.img_kv_sgb {
    text-align: center;
}

.img_kv_sgb img {
    max-height: 50vh;
}

.elementor-13433 .elementor-element.elementor-element-78c3336 {
    --e-con-grid-template-rows: repeat(1, 1fr) !important;
}

.elementor-element.elementor-element-6f4a6d2.elementor-widget.elementor-widget-shortcode {
    max-height: 80vh;
    height: 80vh;
}

.imp-ui-element.imp-ui-layers-select {
    /* display:none; */
}

.select_board {
    background: #fff;
    border-radius: 5px;
    padding: 0px;
    max-height: 80vh;
    height: 600px;
    overflow-y: auto;
}

.select_board li {
    list-style: none;
    margin-bottom: 0px;
    border-bottom: 1px dashed #ccc;
    font-size: 14px;
    cursor: pointer;
    padding: 0 5px;
}

.select_board li.active,
.select_board li.hover {
    background: #efefef
}

.imp-canvas {}

.header_map_sgb.none {
    display: none;
}

.name_layout {
    float: left;
    font-size: 20px;
    font-weight: 600;
}

.send_start {
    float: right;
    font-size: 20px;
}

.send_start:hover {
    font-weight: 600;
    cursor: pointer;
}

.popupobj {
    visibility: hidden;
    width: 170px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: fixed;
    z-index: 5;
}

.popupobj.active {
    visibility: visible;
}

.count_predl {
    float: left;
}

.desk_count {
    float: right;
}

.desk_count li {
    float: left;
    list-style: none;
    padding: 5px 15px;
    position: relative;
}

.desk_count li:after {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    left: -5px;
    top: 11px;
    border-radius: 3px;
}

.desk_count li.svobod:after {
    background: rgba(56, 83, 160, 0.4);
}

.desk_count li.bron:after {
    background: rgba(243, 7, 7, 0.4);
}

.footer_map_sgb.none {
    display: none;
}

.sendzapsgb h4 {
    margin: 0;
}

form.sendzapsgb {
    margin: 15px 0px;
}

#ained_sgb {}

#ained_badge_sgb {
    border-radius: 50%;
    outline-width: 2px;
    position: fixed;
    z-index: 100000;
    font-weight: 500;
    font-family: Segoe UI, Tahoma, Geneva, Verdana, sans-serif;
    color: #undefined;
    width: 9rem;
    height: 9rem;
    display: flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    background-color: #undefined;
    padding: 5px;
    transition: padding .2s ease-in-out;
    top: 10%;
    right: 10px;
    cursor: pointer;
    color: #4f46e5;
    background-image: linear-gradient(to right, #616AF0, #FF4848);
}

#ained_badge_sgb:hover {
    padding: 8px;
}

.ained_badge__container_sgb {
    border-radius: 50%;
    left: 0;
    background: #fff;
    top: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

#ained_badge_sgb .ained_badge__container_sgb img {
    width: 30px;
    height: 30px;
    margin-top: -5px;
}

#ained_badge_sgb .ained_badge__container_sgb>div {
    word-wrap: break-word;
    font-size: 1rem;
    padding-top: 10px;
    line-height: 1;
    overflow: hidden;
    max-width: 100%;
    max-height: 40%;
}

@media (max-width: 782px) {
    .right_map_pan_sgb {
        display: none;
    }
    .imp-ui-element.imp-ui-layers-select {
        display: block;
    }
    .modal_content {
        width: 100%;
        left: 0px;
        top: 0px !important;
        position: fixed;
        overflow: auto;
    }
}


/* Стили для постов в виде ссылок */


/* .elementor-posts--skin-posts_as_links .elementor-post {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

.elementor-posts--skin-posts_as_links .elementor-post:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.elementor-posts--skin-posts_as_links .elementor-post__title {
    text-decoration: none;
}

.elementor-posts--skin-posts_as_links .elementor-post__read-more {
    display: inline-block;
    margin-top: 10px;
    padding: 5px 15px;
    background-color: #f7f7f7;
    border-radius: 3px;
    text-decoration: none;
}


/* Убираем подчеркивание у всех ссылок внутри поста */


/* .elementor-posts--skin-posts_as_links .elementor-post a {
    text-decoration: none;
}  */