* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    overflow-x: hidden;
    width: 100%;
    background: #fff;
}

div {
    border-spacing: 0;
    border-collapse: collapse;
}

ol,
ul,
dl {
    list-style: none;
    line-height: normal;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

p {
    padding: 0;
    margin: 0;
}

table {
    border-collapse: collapse;
}

img {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin: 0;
    font-weight: normal;
}

.form-check {
    min-height: unset !important;
}

html {
    font-size: 5.2083vw;
}

.none {
    display: none !important;
}

.pc_block {
    display: block !important;
}

.phone_block {
    display: none !important;
}

@media screen and (max-width: 992px) {
    html {
        font-size: 27.7778vw;
    }

    .pc_block {
        display: none !important;
    }

    .phone_block {
        display: block !important;
    }
}

::selection {
    background: #e21f2c;
    color: #fff;
}


@font-face {
    font-family: 'FuturaCyrillicBold';
    src: url('../font/futura-pt/FuturaCyrillicBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaCyrillicBook';
    src: url('../font/futura-pt/FuturaCyrillicBook.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaCyrillicDemi';
    src: url('../font/futura-pt/FuturaCyrillicDemi.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaCyrillicExtraBold';
    src: url('../font/futura-pt/FuturaCyrillicExtraBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaCyrillicHeavy';
    src: url('../font/futura-pt/FuturaCyrillicHeavy.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaCyrillicLight';
    src: url('../font/futura-pt/FuturaCyrillicLight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaCyrillicMedium';
    src: url('../font/futura-pt/FuturaCyrillicMedium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'SourceHanSansHKBold';
    src: url('../font/SourceHanSansHK-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SourceHanSansHKMedium';
    src: url('../font/SourceHanSansHK-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SourceHanSansHKRegular';
    src: url('../font/SourceHanSansHK-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SourceHanSansHKExtraLight';
    src: url('../font/SourceHanSansHK-ExtraLight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SourceHanSansHKHeavy';
    src: url('../font/SourceHanSansHK-Heavy.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SourceHanSansHKLight';
    src: url('../font/SourceHanSansHK-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SourceHanSansHKNormal';
    src: url('../font/SourceHanSansHK-Normal.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
