

/* Start:/local/templates/main/styles.css?17528525322701*/

@font-face {
  font-family: 'Inter';
  src: url('/local/templates/generic/fonts/Inter-Regular.woff2') format('woff2'),
       url('/local/templates/generic/fonts/Inter-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap; /* Чтобы текст не "прыгал" при загрузке */
}

.cookie-body{
    margin: 0;
    font-family: 'Inter', sans-serif;
    display: none;
    justify-content: center;
    align-items: flex-end; 
    padding-bottom: 12px; 
    box-sizing: border-box;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
}
.cookie-consent {
            width: 989px;
    height: 73px;
    padding: 12px 32px;
    background: #29313A;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    box-sizing: border-box;
        }

        .cookie-text {
            width: 771px;
            color: white;
            font-family: 'Inter', sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 14px;
            line-height: 100%;
            letter-spacing: 0%;
            margin: 0;
        }

        .cookie-text a {
            color: white;
            text-decoration: underline;
            text-decoration-style: solid;
            text-decoration-thickness: auto;
			text-decoration-skip-ink: none;
        }

        .cookie-button {
            width: 106px;
            height: 48px;
            padding: 12px 24px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: transparent;
            border: 1px solid #FFFFFF;
            color: white;
            font-family: 'Inter', sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 14px;
            line-height: 100%;
            letter-spacing: 0%;
            cursor: pointer;
            white-space: nowrap;
        }

        .cookie-button:hover {
            opacity: 0.7;
        }

        @media (max-width: 989px) {
            .cookie-body{
                padding-bottom: 0px;
            }
            .cookie-consent {
                width: 406px;
                max-width: calc(100% - 48px); 
                height: auto;
                padding: 12px 24px;
                flex-direction: column;
                gap: 12px;
            }

            .cookie-text {
                width: 358px;
                max-width: 100%;
                height: auto;
                text-align: center;
            }

            .cookie-button {
                width: 358px;
                max-width: 100%;
            }
        }
/* End */
/* /local/templates/main/styles.css?17528525322701 */
