.box-shadow {
	background: #fff;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.12), 0px 4px 28px rgba(0, 0, 0, 0.08);
	border-radius: 15px;
}
.box-shadow-2 {
	background: #e3f7ff;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.12), 0px 4px 16px rgba(0, 0, 0, 0.06);
	border-radius: 12px;
}
.sticky {
	background: rgb(255 255 255 / 80%) !important;
	backdrop-filter: blur(10px) saturate(125%);
	-webkit-backdrop-filter: blur(10px) saturate(125%);
	box-shadow: none;
}
.button-1 {
	background: linear-gradient(270.53deg, #00C2B8 1%, #008D9E 79.04%, #00616D 148.77%);
	box-shadow: 0px 0px 2px #1FB8B3, 0px 2px 12px rgba(31, 184, 179, 0.64);
	border-radius: 100px;
}
#rec1521091421 .tn-elem[data-elem-id="1762340930770"] {
	width: 100% !important;
	left: 0 !important;
}
.uc-popuppolicy .t868__code-wrap {
    color: #15253b;
    font-size: 16px;
    font-family: 'Inter', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    padding: 30px;
}
.uc-popuppolicy .t868__code-wrap p {
	margin-bottom: 15px;
}
.uc-hidden {
    display: none !important;
}
.floating-btn {
	display: none;
}
.floating-tel {
	display: none;
}
/* Устройства X-Small (портретные телефоны, менее 576 пикселей) */
@media (max-width: 575.98px) {
	#rec1529042441 .t-popup__container h1 {
	    font-size: 20px;
	    line-height: 25px;
	    margin-bottom: 25px;
	}
    .table-responsive {
    	display: block;
    	width: 100%;
    	overflow-x: auto;
    	-webkit-overflow-scrolling: touch;
    	-ms-overflow-style: -ms-autohiding-scrollbar;
    }
	.floating-btn {
		display: block;
	    position: fixed;
	    left: 20px;
	    top: 50%;
	    transform: translateY(-50%);
		z-index: 1000;
	}
    .floating-btn {
    	left: auto;
		right: calc(48px + 15px + 10px);
	    top: 41px;
	}
	.floating-btn svg {
		width: 48px;
		height: 48px;
	}
	.floating-tel {
        width: 350px;
        margin: 0 auto;
        position: fixed;
        left: 50%;
        bottom: 20px;
        display: block;
        padding: 10px;
        background: #008E9E;
        box-shadow: 0px 0px 2px #1FB8B3, 0px 2px 12px rgba(31, 184, 179, 0.64);
        border-radius: 10px;
        color: #fff !important;
        font-family: 'Inter', Arial, sans-serif;
        font-weight: 600;
        font-size: 16px;
        line-height: 155%;
        text-transform: uppercase;
        text-align: center;
        transform: translateX(-50%);
        z-index: 999;
    }
}