

/* Start:/local/components/action/promo.map/templates/.default/style.css?17485465299637*/
#commonBlock {
    position: absolute;
    top: 40px;
    left: 45px;
    width: 500px;
    max-width: calc(100% - 90px);
    background: #ffffffa3;
    z-index: 1;
    border-radius: 10px;
    color: black;
    font-size: 17px;
    padding: 10px;
    font-weight: normal;
    border: 2px solid #f1361d;
}

#commonBlock ul {
    padding-bottom: 15px;
}

#commonBlock li {
    list-style: initial;
    margin-left: 20px;
}

#commonBlock b {
    color: #f1361d;
    font-weight: bold;
}

#commonBlock.--hidden {
    display: none;
}

#commonBlock .--view-hidden .--hidden {
    display: initial;
}

#map {
    width: 100%;
    /*height: 770px;*/
    height: 680px;
    box-sizing: border-box;
}

#map ul {
    margin: 0;
    padding-left: 20px;
    list-style: initial;
}

#map .map-balloon-content {
    padding-right: 10px;
    overflow: auto;
    max-height: calc(100% - 30px);
}

#map .right-block {
    position: absolute;
    background: red;
    top: 0;
    right: -30px;
    width: 30px;
    height: 100%;
}

#map .second-header {
    color: black;
    display: block;
    padding: 3px 0;
}

.map-balloon-content b {
    color: #f1361d;
    font-weight: bold;
}

.map-balloon-content li b {
    color: black;
}

.map-balloon-content li.hidden {
    display: none;
}

.map-balloon-content .view-more {
    color: #f1361d;
    cursor: pointer;
"
}

.map-balloon-content.--view-hidden .view-more {
    display: none;
}

.map-balloon-content.--view-hidden li.hidden {
    display: list-item;
}

#map .all-header {
    display: none;
}

#map .cluster-header {
    color: #f1361d;
    font-weight: bold;
}

.contacts-page .achievements__item {
    max-width: 190px;
}

#fly {
    position: absolute;
    width: calc(50% - 15px);
    height: calc(50% - 15px);
    max-width: 520px;
    max-height: 380px;
    z-index: 1;
    bottom: 50%;
    left: 50%;
}

#fly.--visible {
    display: block;
}

#fly.--hidden {
    display: none;
}

#fly.--process::after {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background-color: #ffffffd1;
    top: 0;
    left: 0;
}

#fly .mx-inner {
    width: 100%;
    height: 100%;
    display: flex;
    background-color: #F7F6F4;
    font-size: 14px;
    line-height: 18px;
    box-shadow: 0 12px 40px rgba(20, 21, 25, 0.3), 0 4px 12px rgba(20, 21, 25, 0.2);
    border-radius: 8px;
}

#fly .mx-inner-1::-webkit-scrollbar,
#fly .mx-inner-11::-webkit-scrollbar {
    width: 8px;
}

#fly .mx-inner-1::-webkit-scrollbar-track,
#fly .mx-inner-11::-webkit-scrollbar-track {
    background: transparent;
}

#fly .mx-inner-1::-webkit-scrollbar-thumb,
#fly .mx-inner-11::-webkit-scrollbar-thumb {
    background-color: #E9E9E9;
    border-radius: 16px;
}

#fly .mx-inner-1 {
    padding: 12px 4px 12px 0;
    width: 180px;
    overflow: auto;
    margin: 4px 4px 4px 0;
    background-color: #F7F6F4;
}

#fly .mx-inner-2 {
    width: calc(100% - 34px);
    cursor: pointer;
    overflow: hidden;
    margin: 4px 4px 4px 20px;
    padding: 4px 8px;
}

#fly .mx-inner-2:hover {
    background-color: #E9E9E9;
}

#fly .mx-inner-2.--checked {
    background-color: #E9E9E9;
    font-weight: bold;
}

#fly .mx-inner-2.--first {
    color: #F1361D;
    font-weight: bold;
}

#fly .mx-inner-2.--first:hover {
    background-color: transparent;
}

#fly .mx-inner-3 {
    padding: 4px;
    width: calc(100% - 184px);
    background-color: white;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

#fly .mx-inner-11 {
    padding: 12px;
    width: 100%;
    background-color: white;
    overflow-y: auto;
    margin: 4px 4px 4px 0;
    height: calc(100% - 8px);
}

#fly .mx-inner-4 {
    font-weight: 900;
    font-size: 20px;
    line-height: 132%;
    margin-bottom: 20px;
    width: calc(100% - 35px);
}

#fly .mx-inner-5 {
    font-weight: 700;
    font-size: 16px;
    line-height: 132%;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
}

#fly .mx-inner-6 {
    font-size: 16px;
    line-height: 132%;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
}

#fly .mx-inner-7 {
    background-color: black;
    color: white;
    border-radius: 4px;
    width: 100%;
    height: 40px;
    cursor: pointer;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#fly .mx-close {
    width: 30px;
    height: 30px;
    position: absolute;
    left: auto;
    right: 18px;
    top: 18px;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-color: white;
}

#fly .mx-back {
    display: none;
}

#fly .mx-inner-8 {
    color: #8C8C8C;
    background-color: #F7F6F4;
    border-radius: 4px;
    width: 100%;
    padding: 15px 15px 15px 35px;
    position: relative;
}

#fly .mx-info {
    position: absolute;
    width: 14px;
    height: 14px;
    left: 12px;
    top: 16px;
}

#fly .mx-inner-9 {
    font-size: 16px;
    line-height: 132%;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

#fly .mx-inner-10 {
    margin-bottom: 20px;
}

#fly .mx-inner-9.--hidden {
    display: none;
}

#fly .mx-inner-3.--view-hidden .mx-inner-9.--hidden {
    display: flex;
}

#fly .mx-view-more {
    color: #F1361D;
    border-bottom: 1px solid #F1361D;
    font-size: 16px;
    line-height: 132%;
    width: max-content;
    cursor: pointer;
}

#fly .mx-inner-3.--view-hidden .mx-view-more {
    display: none;
}

@media (max-width: 800px) {
    #map {
        height: calc(100vh - 150px);
    }

    #fly {
        position: absolute;
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        z-index: 10;
        bottom: -100%;
        left: 0;
        transition: 0.5s bottom;
    }
    #fly.--mobile-slide {
        bottom: 0;
    }

    #fly .mx-overlay{
        content: '';
        display: block;
        position: absolute;
        background: #11111157;
        width: 100%;
        height: 1000%;
        bottom: 0;
        z-index: -1;
    }
    #fly::before {
        content: '';
        display: block;
        position: absolute;
        background: #D0CDC8;
        width: 36px;
        height: 5px;
        border-radius: 3px;
        top: 12px;
        left: calc(50% - 15px);
        z-index: 2;
    }

    #fly .mx-inner {
        width: 100vw;
        background-color: white;
        box-shadow: none;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    #fly .mx-inner::before{
        width: calc(100% - 34px);
        height: 16px;
        border-radius: 12px;
        position: absolute;
        top: 50px;
        z-index: 2;
        background: #f7f6f4;
        left: 16px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        content:'';
        display: block;
    }

    #fly.dd .mx-inner-1 {
        width: calc(100% - 34px);
        overflow: auto;
        margin: 0;
        padding: 0;
        position: absolute;
        z-index: 1;
        left: 16px;
        top: 66px;
        background: #f7f6f4;
        height: calc(100% - 66px);
    }

    #fly.dd .mx-inner-3 {
        display: none;
    }

    #fly.mm .mx-inner-1 {
        display: none;
    }

    #fly.mx-inner-8 {
        display: none;
    }
    #fly .mx-inner-9.--hidden {
        display: flex;
    }
    #fly .mx-inner-9 div:first-child{
        width: calc(100% - 15px);
        overflow: auto;
    }
    #fly .mx-view-more {
        display: none;
    }

    #fly.mm .mx-inner-3 {
        padding: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 1;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    #fly .mx-close {
        top: -40px;
    }

    #fly .mx-inner-11 {
        width: calc(100% - 34px);
        overflow: auto;
        margin: 0;
        position: absolute;
        z-index: 1;
        left: 16px;
        top: 66px;
        background: #f7f6f4;
        height: calc(100% - 66px);
        padding: 0 16px 76px;
    }

    #fly .mx-inner-2 {
        font-size: 16px;
        line-height: 20px;
        margin: 0 16px;
        padding: 16px 0;
        border-bottom: 1px solid #E1DFDB;
    }

    #fly .mx-inner-2.--first {
        font-size: 20px;
        line-height: 25px;
        color: black;
        font-weight: 900;
        padding: 0 0 16px;
    }

    #fly .mx-inner-2.--checked {
        background-color: transparent;
        font-weight: 500;
    }

    #fly .mx-inner-4 {
        width: 100%;
        font-weight: 900;
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 20px;
        border-bottom: 1px solid #E1DFDB;
        padding: 0 0 16px;
    }


    #fly .mx-inner-6, #fly .mx-inner-5 {
        margin-bottom: 16px;
    }

    #fly.mm .mx-back {
        display: block;
        width: 20px;
        height: 15px;
        position: absolute;
        z-index: 2;
        background-repeat: no-repeat;
        background-position: left;
        top: 20px;
        left: 20px;
    }

    #fly .mx-inner-12 {
        background-color: white;
        width: 100%;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        bottom: 0;
        left: 0;
        top: auto;
        z-index: 2;
        padding: 0 20px 16px 20px;
    }
}
/* End */
/* /local/components/action/promo.map/templates/.default/style.css?17485465299637 */
