﻿#flippanel {
    border-bottom: solid 1px #75b900;
    background-color: #222a30;
    cursor: pointer;
}

#flippanel .container {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto;
}

#flippanel .container .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
}

#flippanel .container .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
    margin-top: var(--bs-gutter-y);
}

#flippanel .container .row .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
}

#flippanel .container .row .col-md-4 {
    flex: 0 0 auto;
    width: 31%;
    margin-bottom: 10px;
}

    #flippanel.flippanel-hidded {
        display: none !important;
    }

#flip {
    font-size: 12px;
    text-align: center;
    color: #ffffff;
    padding: 9px 40px;
    position: relative;
    height: 52px;
}

    #flip img {
        width: 16px;
        margin: 0 5px 0 -5px;
    }

#panel {
    padding: 9px;
}

    #flip .close-flip {
        position: absolute;
        right: 0;
        top: 15px;
        font-size: 16px;
        font-weight: bold;
        padding: 0 10px;
    }

#panel {
    font-size: 14px;
    padding: 15px;
    display: none;
}

#panel p {
    margin-bottom: 10px;
    color: #fff;
    line-height: 1.5;
}

#panel i {
    font-size: 42px;
    float: left;
    margin-right: 12px;
    color: #75b900;
    margin-bottom: 20px;
}

.panel-span-address {
    padding: 5px 10px;
    border: 1px solid #725503;
    border-radius: 10px;
}

.panel-span-address strong {
    color: #75b900;
}

.panel-span-address span {
    color: #299C4A;
}

.panel-red {
    color: #dc3545 !important;
}

.extra-params {
    height: 109px;
    transition: height 0.258s ease-out;
}

.extra-params-after-click {
    height: 215px;
    transition: height 0.258s ease-out;
}


@media only screen and (max-width: 1265px) {
    .extra-params-after-click {
        height: 216px;
    }
}
@media only screen and (max-width: 1223px) {
    .extra-params-after-click {
        height: 236px;
    }
}

@media only screen and (max-width:909px) {
    .extra-params-after-click {
        height: 339px;
    }

    #flippanel .container .row .col-md-4 {
        width: 100%;
        justify-content: center;
        align-items: center;
    }
}

@media only screen and (max-width:782px) {
    .extra-params-after-click {
        height: 337px;
    }
}

@media only screen and (max-width:712px) {
    .extra-params-after-click {
        height: 358px;
    }
}

@media only screen and (max-width:592px) {
    .extra-params-after-click {
        height: 379px;
    }
}

@media only screen and (max-width:532px) {
    .extra-params-after-click {
        height: 395px;
    }
}

@media only screen and (max-width:517px) {
    .extra-params-after-click {
        height: 416px;
    }

/*    .extra-params {
        height: 109px;
    }*/
}

@media only screen and (max-width:517px) {
    .extra-params-after-click {
        height: 416px;
    }

/*    .extra-params {
        height: 109px;
    }*/
}

@media only screen and (max-width:421px) {
    .extra-params-after-click {
        height: 437px;
    }
}
