[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
    outline-offset: -2px
}

h1, h2, h3, h4, h5, h6, ul {
    margin: 0;
    padding: 0
}

a {
    text-decoration: none;
    color: #fff;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    background-color: transparent
}

body, html {
    font-family: Inter, sans-serif;
    font-weight: 500;
    line-height: 110%;
    font-size: 1rem;
    min-width: 320px;
    background-color: #ffffff;
    -ms-scroll-chaining: none;
    overscroll-behavior: none
}

button {
    background: 0 0;
    outline: 0;
    border: none
}

ul li {
    list-style-type: none
}

a:focus {
    outline: 0 !important
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.text-center {
    text-align: center
}

input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0
}

input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0
}

input::-webkit-search-cancel-button, input::-webkit-search-decoration, input::-webkit-search-results-button, input::-webkit-search-results-decoration {
    display: none
}

input[type=email], input[type=number], input[type=tel], input[type=text], select, textarea {
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0
}

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.preview-page {
    position: relative
}

.preview-page__logo {
    position: absolute;
    left: 16px;
    top: 20px;
    z-index: 2;
    width: 154px;
    height: 63px
}

.preview-page__header {
    position: relative;
    padding-bottom: 40px
}

.preview-page__header:after {

    background: linear-gradient(45deg, rgb(253 253 253 / 90%) 44.5%, rgb(0 0 0 / 0%) 100%);
    mix-blend-mode: normal;
    z-index: 1;
    content: "";
    display: block;
    width: 100%;
    height: 103%;
    top: 0;
    position: absolute;
    left: 0;
    bottom: 0
}
@media only screen and (min-width: 1120px) {
    .preview-page__header:after {
        display: none;
    }
}
.preview-page__bg {
    width: 100%;
    height: 103%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top right;
    object-position: top right
}

.preview-page__container {
    padding-left: 16px;
    padding-right: 16px;
    z-index: 3;
    position: relative
}

.preview-page__info p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: -.01em;
    margin-top: 40px;
    margin-bottom: 40px
}

.preview-page__footer p {
    margin-top: 55px
}

.preview-page__cooperation {
    max-width: 680px;
    position: relative;
    z-index: 3;
}

h1 {
    font-weight: 500;
    line-height: 40px;
    color: #000000
}

h1 span {
    color: #000000;
    display: block
}

p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    margin: 15px 0 18px;
    color: #000000
}

a:hover {
    color: #000000;
    text-decoration: underline;
}



[href^=tel] {
    font-weight: 600
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

details, main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    display: block;
    max-width: 100%;
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: ButtonText dotted 1px
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

button, input, select {
    color: #000000
}

@media only screen and (min-width: 601px) {
    .preview-page__logo {
        width: 198px;
        height: 80px;
        top: 25px
    }

    .preview-page__header {
        position: initial;
        padding-bottom: 0
    }

    .preview-page__header:after {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .preview-page__bg {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute;
        max-height: initial
    }

    .preview-page__container {
        margin-top: 0;
        min-height: calc(100vh - 28px);
        z-index: 1;
        padding-top: 170px;
        max-width: 580px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .preview-page__footer {
        margin-top: auto
    }

    .preview-page__footer p {
        margin-bottom: 30px
    }

    h1 {
        font-weight: 500;
        font-size: 48px;
        line-height: 56px;
        margin-bottom: 10px;
    }

    p {
        margin: 20px 0 0
    }

    .fix-br {
        display: none
    }
}

@media only screen and (min-width: 767px) {
    .preview-page__logo {
        left: 40px
    }

    .preview-page__container {
        padding-left: 40px;
        padding-top: 150px;
        max-width: 735px
    }

    .preview-page__info p {
        font-weight: 400;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: -.01em
    }

    .preview-page__footer {
        padding-left: 0
    }

    .preview-page__footer p {
        margin-bottom: 30px;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: -.01em;
        margin-top: 20px
    }

    p {
        font-weight: 400;
        font-size: 16px;
        line-height: 1.3;
        letter-spacing: -.01em
    }
}

@media only screen and (min-width: 1399px) {
    .preview-page__container {
        padding-top: 125px;
        max-width: 790px
    }

    .preview-page__info p {
        margin-top: 60px
    }

    h1 {
        font-weight: 500;
        font-size: 60px;
        line-height: 66px
    }
}

@media only screen and (max-width: 601px) {
    .preview-page {
        padding-bottom: 10px
    }

    .preview-page__header {
        padding-bottom: 0
    }

    /*.preview-page__container {*/
    /*    top: 50%;*/
    /*    position: absolute*/
    /*}*/
}

@media only screen and (max-width: 350px) {
    h1 {
        font-size: 25px;
        line-height: 1.3
    }
}

@media only screen and (max-width: 62rem) {
    * {
        outline: 0
    }
}

h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.3;
    margin: 30px 0;
    color: #fff;
}



.subtitle {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 30px;
}

@media only screen and (min-width: 601px) {
.subtitle {
    font-size: 31px;
    margin-top: 10px;

}
}

#canvas {
    width: 100vw;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

@media only screen and (min-width: 991px) {
    #canvas {
        max-width: 790px;
    }
}

@media only screen and (max-width: 601px) {
    .preview-page__header:after {
        display: block;
        width: 100%;
        height: 246px;
        top: auto;
        position: absolute;
        left: 0;
        bottom: -100px;
        background: linear-gradient(1deg,rgb(255 255 255) 44.5%, rgb(0 0 0 / 0%) 100%);
    }
    .preview-page__logo {
        position: static;
        margin-left: 16px;
        margin-top: 10px;
        margin-bottom: 10px;
        width: 100px;
        height: auto;
    }
}
.def-link--customize {
    margin-top: 20px;
}

.def-link {
    display: flex;
    align-items: center;
    color: #000;
}
.def-link svg,
.def-link img
{
    margin-right: 10px;
}
.soc-list {
    display: flex;
    align-items: center;
    margin: 15px 0;
}
.soc-list__item:nth-child(1) {
    margin-right: 20px;
}
.sprite-image {
    position: fixed;
    visibility: hidden;
    z-index: -1;
    left: 0;
    top: 0;
}
