*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

img {
    height: auto;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
}

details>summary {
    list-style: none;
}

details>summary::marker,
details>summary::-webkit-details-marker {
    display: none;
}

input[type=number] {
    -webkit-appearance: none;
    -moz-appearance: textfield;
}

.error-text {
    border: 1px solid red !important;
}

.checkbox-permission input.error-text+label {
    border: 1px solid red;
}

.mobile-breadcrumbs {
    display: none;
}

.page-content {
    padding: 40px 0 100px;
}

.page-title {
    font-size: 50px;
    font-weight: 400;
    line-height: 64px;
    margin-bottom: 40px;
}

.page-content {
    overflow-wrap: break-word;
}

.page-content,
.page-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.page-content p {
    margin-bottom: 12px;
}

.page-content strong,
.page-content b {
    font-weight: 550;
}

.page-content a {
    color: var(--text-color);
}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
    margin: 32px 0 24px;
    font-weight: 400;
    line-height: 115%;
}

.page-content h2 {
    font-size: 40px;
}

.page-content h3 {
    font-size: 28px;
}

.page-content img {
    max-width: 100%;
    height: auto;
}

.page-content ul,
.page-content ol {
    padding-left: 16px;
}



.page-error-top {
    padding: 80px 0 40px;
    text-align: center;
    background: var(--color-primary);
    background-image: url(../images/404/hero-bottom-background.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.page-error-top p {
    color: #CECECE;
    font-size: 180px;
    font-weight: 700;
    line-height: 115%;
}

.page-error-wrapper {
    text-align: center;
    padding: 60px 0 150px;
}

.page-error__title {
    font-size: 80px;
    font-weight: 550;
    line-height: 115%;
    margin-bottom: 54px;
}


@media screen and (max-width: 1439px) {
    .page-error__title {
        font-size: 64px;
    }

    .page-error-top p {
        font-size: 160px;
    }

    .page-error-wrapper {
        padding: 80px 0 120px;
    }
}

@media screen and (max-width: 991px) {
    .page-title {
        font-size: 44px;
    }

    .page-content h2 {
        font-size: 36px;
    }

    .page-error-top {
        padding: 70px 0 80px;
    }

    .page-error__title {
        margin-bottom: 48px;
    }
}

@media screen and (max-width: 767px) {
    .page-error__title {
        font-size: 50px;
    }
}

@media screen and (max-width: 575px) {
    .page-title {
        font-size: 32px;
    }

    .page-content h2 {
        font-size: 24px;
    }

    .page-content,
    .page-content p {
        font-size: 16px;
        line-height: 24px;
    }

    .page-content h3 {
        font-size: 20px;
    }

    .page-error-wrapper {
        text-align: left;
    }

    .page-error__title {
        font-size: 34px;
        line-height: 42px;
        margin-bottom: 40px;
    }

    .page-error-top {
        padding: 55px 0;
    }

    .page-error-top p {
        font-size: 120px;
    }

    .page-error-wrapper {
        padding: 40px 0 60px;
    }
}

@media screen and (max-width: 410px) {
    .page-error-top p {
        font-size: 100px;
    }

    .page-error-top {
        padding: 40px 0;
    }

    .page-error-wrapper {
        padding: 40px 0 40px;
    }
}

@media screen and (max-width: 359px) {
    .page-title {
        font-size: 30px;
    }

    .page-content h1,
    .page-content h2,
    .page-content h3,
    .page-content h4,
    .page-content h5,
    .page-content h6 {
        margin: 28px 0 20px;
    }

    .page-content p {
        margin-bottom: 10px;
    }

    .page-content h3 {
        font-size: 18px;
    }

    .page-error-top p {
        font-size: 80px;
    }

    .page-error-top {
        padding: 30px 0;
    }

    .page-error__title {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 28px;
    }

    .page-error-wrapper {
        padding: 32px 0;
    }
}