.cookies-box-rv {
    padding: 15px 19.5px;
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    max-width: 490px;
    border-radius: 15px;
    box-shadow: -5px 10px 35px -10px rgba(34, 43, 101, 0.25);
    transform: translate(1.6rem, -1.6rem);
}

@media (max-width:600px) {
    .cookies-box-rv {
        max-width: 100% !important;
        transform: translate(0, 0) !important;
        border-radius: 0 !important;
    }
}

.cookies-box-rv__descr {
    margin-bottom: 0.8rem;
    font-size: var(--fontSizeText, 12px);
    line-height: 150%;
    color: #ffffff;
    font-family: var(--fontFamilyText, Arial, sans-serif);
}

.cookies-box-rv__descr p {
	font-weight: 200;
}

.cookies-box-rv__descr a {
	color: white
}

.cookies-box-rv__descr a:hover {
	color: grey
}

.cookies-box-rv__btn {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    height: 40px;
    padding: 0.75rem 0;
    font-size: var(--fontSizeButton, 14px);
    font-family: var(--fontFamilyButton, Arial, sans-serif);
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 1.2em;
}

.cookies-box-rv__icon {
	width: 56px;
	aspect-ratio: 1;
	float: left;
	margin-right: 1rem;
}

@media (max-width:600px) {
	.cookies-box-rv__icon {
		display: none;
	}
}

.cookie-icon {
	background-image: url("data:image/svg+xml,%3Csvg id='cookie' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Environment / Cookie'%3E%3Cg id='Vector'%3E%3Cpath d='M12.1521 4.08723C12.1513 3.71959 12.1001 3.3538 12 3C16.9683 3.00545 20.9944 7.03979 21 12C21.0161 16.9625 16.9705 20.9835 12 20.9997C7.02946 21.0158 3.01615 16.963 3 12.0005C4.11168 12.2363 5.27038 11.9981 6.1499 11.2795C7.0562 10.5452 7.5789 9.43935 7.5702 8.27407C7.56959 8.01195 7.5461 7.75072 7.5 7.49268C8.51784 7.89624 9.67043 7.76409 10.5708 7.14162C11.5696 6.44537 12.161 5.3034 12.1521 4.08723Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.00195 7.002V7H3V7.00195L3.00195 7.002Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.00195 3.002V3H8V3.00195L8.00195 3.002Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.00195 3.002V3H4V3.00195L4.00195 3.002Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.002 17.002V17H10V17.002L10.002 17.002Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.002 15.002V15H15V15.002L15.002 15.002Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.002 12.002V12H11V12.002L11.002 12.002Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.002 10.002V10H16V10.002L16.002 10.002Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.00195 7.002V7H3V7.00195L3.00195 7.002Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.00195 3.002V3H8V3.00195L8.00195 3.002Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.00195 3.002V3H4V3.00195L4.00195 3.002Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}