html {
    box-sizing: border-box;
    scroll-behavior: smooth;
    overscroll-behavior-x: none;
}
body {
    margin: 0;
}
a {
    text-decoration: none;
}
p span > a[href^="tel:"] {
    color: inherit;
}
p {
    margin: 0;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}
* {
    -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: normal;
}
section h1 {
    margin: 0;
}
button,
input {
    margin: 0;
    font-family: unset;
}
ul {
    margin: 0;
}
.fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 320px;
    height: 50px;
    background: red;
    -webkit-backface-visibility: hidden;
}
data-styled.g1[id="sc-global-cFbOWI1"] {
    content: "sc-global-cFbOWI1,";
}
.kHPcgS {
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    filter: blur(0px);
    background-color: rgb(255, 255, 255);
    background-image: none;
}
@media only screen and (max-width: 800px) {
    .kHPcgS {
        background-image: none;
    }
}
data-styled.g5[id="sc-fqkvVO"] {
    content: "kHPcgS,";
}
.kNSexm {
    position: relative;
    width: 100%;
}
data-styled.g6[id="sc-dcJsrX"] {
    content: "kNSexm,";
}
.fELZDM {
    position: relative;
    text-align: initial;
    margin: 0px 0px 0px 0px;
}
@media only screen and (max-width: 800px) {
    .fELZDM {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }
}
data-styled.g34[id="sc-koXPm"] {
    content: "fELZDM,";
}
.erHDzb {
    display: flex;
    flex-direction: column;
    grid-column-start: 1;
    grid-column-end: 13;
    align-self: flex-start;
}
@media only screen and (max-width: 800px) {
    .erHDzb {
        align-self: unset;
        width: 100%;
        grid-column-start: 1;
        grid-column-end: 12;
        padding-left: 0;
        padding-right: 0;
    }
}
data-styled.g73[id="sc-ggpjZP"] {
    content: "erHDzb,";
}
.iwlJcP {
    display: grid;
    position: relative;
    justify-content: space-between;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 20px;
    background-image: none;
    background-size: initial;
    background-position: 50% 50%;
    background-repeat: repeat;
    background-attachment: initial;
    column-gap: unset !important;
}
@media only screen and (max-width: 800px) {
    .iwlJcP {
        display: flex;
        flex-direction: column;
        grid-template-columns: auto;
        background-image: none;
    }
}
data-styled.g74[id="sc-cmaqme"] {
    content: "iwlJcP,";
}
.bxkcLg {
    display: flex;
    position: relative;
    background-image: none;
    background-size: initial;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: initial;
}
@media only screen and (max-width: 800px) {
    .bxkcLg {
        background-image: none;
    }
}
data-styled.g75[id="sc-kAkpmZ"] {
    content: "bxkcLg,";
}
.kwztHR {
    max-width: 100%;
    width: 100%;
    margin: auto;
}
@media only screen and (max-width: 800px) {
    .kwztHR {
        max-width: initial;
    }
}
data-styled.g76[id="sc-gFVvzo"] {
    content: "kwztHR,";
}
.ccJQKy {
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    position: relative;
}
data-styled.g77[id="sc-brPLxv"] {
    content: "ccJQKy,";
}
.gUolVt {
    min-height: 20px;
    text-align: center;
}
data-styled.g366[id="sc-gNXrtu"] {
    content: "gUolVt,";
}

.btn-telegram {
    position: relative;
    overflow: hidden;
}

.btn-telegram::after {
    content: "";
    position: absolute;
    top: -50%;
    left: -60%;
    width: 40%;
    height: 200%;
    background: rgba(255, 255, 255, 0.2);
    transform: skewX(-20deg);
    animation: shine 3s infinite;
}

@keyframes shine {
    0% {
        left: -60%;
    }
    100% {
        left: 130%;
    }
}
