
@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: #093c76;
    --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: roboR;
    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;
}

a {
    text-decoration: none;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    clear: both;
    display: block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
