
@import '../font.css';

:root {
    --new-default-color: #1db361;
    --default-color: #379eef;
    --default-color-1: #bbd153;
    --white-color: #fff;
    --product-h-color: #e9ebec;
    --product-name-color: #0e8aed;
    --product-name-color-hv: #57931f;
    --tt-default-color: #3c3c3c;
    --tt-default-color-1: #252525;
}

* {
    box-sizing: inherit;
}



main.active {
    filter: blur(20px);
    -webkit-filter: blur(20px);
}

footer.active {
    filter: blur(20px);
    -webkit-filter: blur(20px);
}

.hotline-phone-ring-wrap.active {
    filter: blur(20px);
    -webkit-filter: blur(20px);
}

html {
    font-size: 62.5%;
    line-height: normal;
    font-family: 'NeueR';
    box-sizing: border-box;
    overflow-x: hidden !important;
    overflow-y: auto;
    scroll-behavior: smooth;
}

    html.rs {
        overflow-y: hidden !important;
    }

body {
    padding: 0;
    border: 0;
    overflow: hidden;
    margin: 0;
    background-color: #fff;
}

.seo {
    display: none;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fill {
    width: 100%;
    height: 100%;
}

.up-case {
    text-transform: uppercase;
}

ul {
    margin: 0;
}

a {
    text-decoration: none;
    cursor: pointer;
}

.none {
    display: none !important;
}

img {
    object-fit: cover;
}

.for-seo {
    display: none !important;
}


.help-space-1 {
    height: 60px;
    background-color: #fff;
}
