.cookie-panel{
	position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    padding: 5px 20px;
    box-sizing: border-box;
    background-color: #fff;
    transition: all .5s;
    color: #000000;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    border-top: 1px solid #D7D7D8;
    display: flex;
    justify-content: center;
}
.cookie-panel__close{
    color: #fff;
    background: #dd203e;
    border-radius: 4px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    align-items: center;
    padding: 4px 15px;
    cursor: pointer;
    margin-left: 20px;
	transition: all 0.5s;
}
.cookie-panel__close:hover{
    color: #ffffff;
    background-color: #ce1230;
    cursor: pointer;   
}
.cookie-panel_closed {
    bottom: -1000px;
}
.cookie-panel div:nth-child(2){
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cookie-panel div:nth-child(1){
max-width:800px;
}
@media screen and (max-width:1620px){
.cookie-panel div:nth-child(1){
max-width:650px;
}
    .cookie-panel{
        font-size:11px;
    }
}
@media screen and (max-width:1550px){
    .cookie-panel{
        font-size:9px;
        line-height: 11px;
    }
}
@media screen and (max-width:1400px){
    .cookie-panel > div:first-child{
        max-width:400px;
    }
    .cookie-panel__close{
        margin-left: 3px;
    }
}

@media screen and (max-width:935px){
	body #rc-phone {
    top: 82% !important;
	}

}
@media screen and (max-width:530px){
    .cookie-panel > div:first-child{
        max-width:380px;
    }
}

@media screen and (max-width:530px){
    .cookie-panel{
        padding: 10px;
    }
}
@media screen and (max-width:510px){
    .cookie-panel{
        padding: 4px 10px;
    }
    .cookie-panel div {
        line-height: 11px;
    }
}
@media screen and (max-width:380px){
    .cookie-panel div {
        font-size: 10px;
    }
}
@media screen and (max-width:350px){
    .cookie-panel div {
        line-height: 11px;
    }
}