.mrow-cp {
    width: 100%;
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    margin: 0;
}

.mrow-cp-align-items-center {
    align-items: center !important;
    align-content: center !important;
}

.mrow-cp-wrap {
    flex-wrap: wrap !important;
}

.mrow-cp-hei {
    height: 100%;
}

.coo-poly {
    position: fixed;
    bottom: 30px;
    width: 100%;
    /* height: 92px; */
    margin:o auto;
    z-index: 10000;
}

.coo-poly .coo-poly-element {
    /* border: 1px solid red; */
    height: 100%;
    background:#fff;
    margin:0 5%;
    box-shadow: 0 4px 24px rgb(0 0 0 / 12%),0 12px 20px rgb(0 0 0 / 14%);
    border-radius: 10px;
}

.cpe-blok {
    padding:0 20px
}

.cpe-blok .cpeele {
    flex-grow: 1;
}

.cpe-blok .cpeele .cpe-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    margin:16px 5% 16px 0
}

.cpe-blok .cpeele-podrobnee {
    flex-grow: 0;
    width: 200px;
    padding: 14px 0;
    /* height: 44x; */
    margin:0 16px 0 0
}

.cpe-blok .cpeele-podrobnee .div-but {
    background:#f2f3f7;
    width: 158px;
    margin:0 auto;
    font-size:16px;
    font-weight: 500;
    text-align: center;
    padding:11px 0;
    color:#333;
    border-radius:8px;
    box-sizing: border-box;
    font-family: 'Roboto';
    cursor:pointer
}

.cpe-blok .cpeele-prinat {
    flex-grow: 0;
    width: 200px;
    padding: 14px 0;
    /* height: 44x; */
}

.cpe-blok .cpeele-prinat .div-but {
    background:#006666;
    width: 158px;
    margin:0 auto;
    font-size:16px;
    font-weight: 500;
    text-align: center;
    padding:11px 0;
    color:#fff;
    border-radius:8px;
    box-sizing: border-box;
    font-family: 'Roboto';
    cursor:pointer
}

#soflashcook {
    text-decoration: underline;
    color:#444;
    font-style: 12px;
}

#soflashcook:hover {
    color: #a3acb5;
    text-decoration: none;
}




#modalc {
    width: auto;
    height: auto;
    border-radius: 0px;
    border: 0px #000 solid;
    background: #fff;
    position: fixed;
    top: 44%;
    left: 50%;
    -webkit-transform: translate(-50%, -40%);
    -ms-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
    display: none;
    opacity: 0;
    z-index: 500000;
    padding: 0px;
}

#modalc #mwc-close {
    height: 50px;
    width: 50px;
    position: absolute;
    cursor: pointer;
    border-radius: 0px;
    background: url('https://esplus.ru/upload/close/closewhite-2.png') center no-repeat;
    color: #a92309;
    font-weight: bolder;
    padding: 0;
    text-align: center;
    z-index: 1 !important;
    border: 0px solid #006666;
    margin: -14px 5px 0 650px;
    top: 0px;
    opacity: 0.8;
}

#modalc #mwc-close:hover {
    opacity: 0.5
}


#mwc-overlay {
    z-index: 30;
    position: fixed;
    background: #000;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
}


@media (min-width: 280px) and (max-width: 980px) {
    .mrow-cp {
        display: block;
    }

    .coo-poly .coo-poly-element {
        height: 100%;
        background:#fff;
        width: 300px;
        margin:0 auto;
        box-shadow: 0 4px 24px rgb(0 0 0 / 12%),0 12px 20px rgb(0 0 0 / 14%);
        border-radius: 10px;
    }


.cpe-blok {
    padding:0 20px 10px 20px;
}

.cpe-blok .cpeele {
    flex-grow: 1;
    padding:10px 0 10px 0
}

.cpe-blok .cpeele .cpe-text {
    font-weight: 400;
    font-size: 11px;
    line-height: 24px;
    margin:0;
    text-align: center;
}

.cpe-blok .cpeele-podrobnee {
    flex-grow: 0;
    width: 200px;
    padding: 5px 0;
    margin:0 auto
}

.cpe-blok .cpeele-podrobnee .div-but {
    background:#f2f3f7;
    width: 158px;
    margin:0 auto;
    font-size:16px;
    font-weight: 500;
    text-align: center;
    padding:11px 0;
    color:#333;
    border-radius:8px;
    box-sizing: border-box;
    font-family: 'Roboto';
    cursor:pointer
}

.cpe-blok .cpeele-prinat {
    flex-grow: 0;
    width: 200px;
    padding: 5px 0;
    margin: 0 auto;
}

.cpe-blok .cpeele-prinat .div-but {
    background:#006666;
    width: 158px;
    margin:0 auto;
    font-size:16px;
    font-weight: 500;
    text-align: center;
    padding:11px 0;
    color:#fff;
    border-radius:8px;
    box-sizing: border-box;
    font-family: 'Roboto';
    cursor:pointer
}

}




@media (min-width: 320px) and (max-width: 559px) {

    #modalc {
        height: auto;
    }
    #modalc #mwc-close {
        height: 50px;
        width: 50px;
        position: absolute;
        cursor: pointer;
        border-radius: 0px;
        background: url('https://esplus.ru/upload/close/closewhite-2.png ') center no-repeat;
        color: #a92309;
        font-weight: bolder;
        padding: 0;
        text-align: center;
        z-index: 1000 !important;
        border: 0px solid #004a94;
        margin: -44px 5px 0 280px;
        top: 0px;
        display: block;
        opacity: 0.8;
    }
    
    }
    
    
@media (min-width: 560px) and (max-width: 900px) {

    #modalc {
        height: auto;
    }
    #modalc #mwc-close {
        height: 50px;
        width: 50px;
        position: absolute;
        cursor: pointer;
        border-radius: 0px;
        background: url('https://esplus.ru/upload/close/closewhite-2.png ') center no-repeat;
        color: #a92309;
        font-weight: bolder;
        padding: 0;
        text-align: center;
        z-index: 100 !important;
        border: 0px solid #000;
        margin: -50px 5px 0 520px;
        top: 0px;
        display: block;
        opacity: 0.8
    }
}