/* COOCKIES */

.popup_cookies {
	display: none;
    position: fixed;
    height: auto;
    text-align: center;
    max-width: 560px;
    bottom: 20px;
    left: 20px;
    padding: 16px 20px 16px 40px;
    right: auto;
    background: #F5F5F5;
	box-shadow: 0px 8px 40px rgba(0, 0, 0, 0.2);
	border-radius: 36px;
    z-index: 99;
}

.popup_cookies .btn_def {
    margin-left: 20px;
    padding: 8px 20px;
    font-size: 16px;	
    line-height: 24px;	
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
	border-radius: 16px;
    color: #000;
}

html[lang=ar] .popup_cookies .btn_def {
	margin-right: 20px;
	margin-left: 0;
}

.popup_cookies .btn_def:hover {
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
}

.popup_cookies .wrap{
    padding: 0;
    display: flex;
    align-items: center;
    text-align: left;
}

.cookies_text {
	font-size: 15px;
}

.cookies_text a {
    text-decoration: none;
}

.cookies_text a:hover {
	text-decoration: underline;
	color: #000;
}

@media screen and (max-width: 1024px) {
    .comagic-o-rack {
        padding: 25px 25px 50px !important;
    }

    .comagic-o-rack .comagic-c-sitephone-label,
    .comagic-o-rack .comagic-c-consultant-label {
        height: 40px !important;
        width: 40px !important;
        margin-bottom: 20px !important;
        margin-right: 0 !important;
    }

    .comagic-o-rack .comagic-c-sitephone-label__bubble:after,
    .comagic-o-rack .comagic-c-consultant-label__bubble:after {
        width: 16px !important;
        height: 16px !important;
    }

}


@media screen and (max-width: 560px) {
    .popup_cookies {
        width: calc(100vw - 20px);
        padding: 20px;
        left: 10px;
        bottom: 10px;
    }

    .popup_cookies .wrap {
        flex-direction: column;
    }

    .popup_cookies .btn_def {
        margin: 20px 0 0 0;
        width: 100%;
        text-align: center;
    }
	
	html[lang=ar] .popup_cookies .btn_def {
		margin: 20px 0 0 0;
	}
}


@media (max-width: 550px) and (max-height: 820px) {
    .comagic-o-rack {
        padding: 25px 25px 50px !important;
    }

    .comagic-o-rack .comagic-c-sitephone-label,
    .comagic-o-rack .comagic-c-consultant-label {
        height: 40px !important;
        width: 40px !important;
        margin-bottom: 20px !important;
        margin-right: 0 !important;
    }

    .comagic-o-rack .comagic-c-sitephone-label__bubble:after,
    .comagic-o-rack .comagic-c-consultant-label__bubble:after {
        width: 16px !important;
        height: 16px !important;
    }
}