@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap);


:root {
    --svw: 0px;
    --gallery-block--gutter-size: 30px;
    --wp--style--block-gap: 30px;
}

html {
    margin: 0;
    padding: 0;
    background-color: #dedede;
    width: 100%;
    height: 100%;
    min-width: 300px;
    overflow-y: scroll;
}

@media screen and (max-width: 782px) {
    html {
        margin-top: 0 !important;
    }
}

body {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    min-height: 100%;
    min-width: 300px;
    max-width: 1440px;
    background-color: #ededed;
    font-size: 16px;
    color: #2d2e33;
    font-family: 'Roboto', sans-serif;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'lnum' 1;
    -o-font-feature-settings: 'lnum' 1;
    -ms-font-feature-settings: 'lnum' 1;
    -moz-font-feature-settings: 'lnum' 1;
    -webkit-font-feature-settings: 'lnum' 1;
    text-size-adjust: none;
    -o-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

body * {
    line-height: 100%;
    cursor: default;
}

body a {
    text-decoration: none;
    cursor: pointer;
}

body a * {
    cursor: pointer;
}

body a[href^="tel:"],
body a[href^="callto:"] {
    word-break: keep-all;
    white-space: nowrap;
}

body a,
body input,
body select,
body button,
body textarea,
body option {
    outline: none;
    font-family: 'Roboto', sans-serif;
    font-feature-settings: 'lnum' 1;
    -o-font-feature-settings: 'lnum' 1;
    -ms-font-feature-settings: 'lnum' 1;
    -moz-font-feature-settings: 'lnum' 1;
    -webkit-font-feature-settings: 'lnum' 1;
    appearance: unset;
    -o-appearance: unset;
    -ms-appearance: unset;
    -moz-appearance: unset;
    -webkit-appearance: unset;
    border-radius: 0px;
}

body button {
    border: none;
    cursor: pointer;
    border-radius: 0;
    appearance: unset;
    -o-appearance: unset;
    -ms-appearance: unset;
    -moz-appearance: unset;
    -webkit-appearance: unset;
}

body button * {
    cursor: pointer;
}

body ol,
body ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

body img {
    vertical-align: middle;
    border: 0;
    max-width: 100%;
}

body input:not([type="submit"]):not([type="file"]),
body textarea {
    cursor: text;
}

body blockquote {
    margin: 0;
}

body figure {
    margin: 0px;
}

body input[type="search"]::-webkit-search-decoration,
body input[type="search"]::-webkit-search-cancel-button,
body input[type="search"]::-webkit-search-results-button,
body input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

#wpadminbar {
    right: 0;
    margin: 0 auto;
    max-width: 1440px;
}

[data-action] {
    cursor: pointer;
}

[data-action] * {
    cursor: pointer;
}

[data-fancybox] {
    cursor: zoom-in;
}

[data-fancybox] * {
    cursor: zoom-in;
}

/* @import grid-12c.styl */
* {
    box-sizing: border-box;
}

*:before,
*:after {
    box-sizing: border-box;
}

.wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

.row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .wrapper {
        max-width: 720px;
    }
}

@media only screen and (min-width: 992px) {
    .wrapper {
        max-width: 960px;
    }
}

@media only screen and (min-width: 1221px) {
    .wrapper {
        max-width: 1240px;
    }
}

.col,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.col,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    margin-right: 100%;
}

.col-xs-pull-11 {
    margin-right: 91.66666667%;
}

.col-xs-pull-10 {
    margin-right: 83.33333333%;
}

.col-xs-pull-9 {
    margin-right: 75%;
}

.col-xs-pull-8 {
    margin-right: 66.66666667%;
}

.col-xs-pull-7 {
    margin-right: 58.33333333%;
}

.col-xs-pull-6 {
    margin-right: 50%;
}

.col-xs-pull-5 {
    margin-right: 41.66666667%;
}

.col-xs-pull-4 {
    margin-right: 33.33333333%;
}

.col-xs-pull-3 {
    margin-right: 25%;
}

.col-xs-pull-2 {
    margin-right: 16.66666667%;
}

.col-xs-pull-1 {
    margin-right: 8.33333333%;
}

.col-xs-pull-0 {
    margin-right: auto;
}

.col-xs-push-12 {
    margin-left: 100%;
}

.col-xs-push-11 {
    margin-left: 91.66666667%;
}

.col-xs-push-10 {
    margin-left: 83.33333333%;
}

.col-xs-push-9 {
    margin-left: 75%;
}

.col-xs-push-8 {
    margin-left: 66.66666667%;
}

.col-xs-push-7 {
    margin-left: 58.33333333%;
}

.col-xs-push-6 {
    margin-left: 50%;
}

.col-xs-push-5 {
    margin-left: 41.66666667%;
}

.col-xs-push-4 {
    margin-left: 33.33333333%;
}

.col-xs-push-3 {
    margin-left: 25%;
}

.col-xs-push-2 {
    margin-left: 16.66666667%;
}

.col-xs-push-1 {
    margin-left: 8.33333333%;
}

.col-xs-push-0 {
    margin-left: auto;
}

.col-xs-apull-12 {
    margin-right: -100%;
}

.col-xs-apull-11 {
    margin-right: -91.66666667%;
}

.col-xs-apull-10 {
    margin-right: -83.33333333%;
}

.col-xs-apull-9 {
    margin-right: -75%;
}

.col-xs-apull-8 {
    margin-right: -66.66666667%;
}

.col-xs-apull-7 {
    margin-right: -58.33333333%;
}

.col-xs-apull-6 {
    margin-right: -50%;
}

.col-xs-apull-5 {
    margin-right: -41.66666667%;
}

.col-xs-apull-4 {
    margin-right: -33.33333333%;
}

.col-xs-apull-3 {
    margin-right: -25%;
}

.col-xs-apull-2 {
    margin-right: -16.66666667%;
}

.col-xs-apull-1 {
    margin-right: -8.33333333%;
}

.col-xs-apull-0 {
    margin-right: auto;
}

.col-xs-apush-12 {
    margin-left: -100%;
}

.col-xs-apush-11 {
    margin-left: -91.66666667%;
}

.col-xs-apush-10 {
    margin-left: -83.33333333%;
}

.col-xs-apush-9 {
    margin-left: -75%;
}

.col-xs-apush-8 {
    margin-left: -66.66666667%;
}

.col-xs-apush-7 {
    margin-left: -58.33333333%;
}

.col-xs-apush-6 {
    margin-left: -50%;
}

.col-xs-apush-5 {
    margin-left: -41.66666667%;
}

.col-xs-apush-4 {
    margin-left: -33.33333333%;
}

.col-xs-apush-3 {
    margin-left: -25%;
}

.col-xs-apush-2 {
    margin-left: -16.66666667%;
}

.col-xs-apush-1 {
    margin-left: -8.33333333%;
}

.col-xs-apush-0 {
    margin-left: auto;
}

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        display: -webkit-inline-box;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: -webkit-inline-flex;
        display: inline-flex;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        margin-right: 100%;
    }

    .col-sm-pull-11 {
        margin-right: 91.66666667%;
    }

    .col-sm-pull-10 {
        margin-right: 83.33333333%;
    }

    .col-sm-pull-9 {
        margin-right: 75%;
    }

    .col-sm-pull-8 {
        margin-right: 66.66666667%;
    }

    .col-sm-pull-7 {
        margin-right: 58.33333333%;
    }

    .col-sm-pull-6 {
        margin-right: 50%;
    }

    .col-sm-pull-5 {
        margin-right: 41.66666667%;
    }

    .col-sm-pull-4 {
        margin-right: 33.33333333%;
    }

    .col-sm-pull-3 {
        margin-right: 25%;
    }

    .col-sm-pull-2 {
        margin-right: 16.66666667%;
    }

    .col-sm-pull-1 {
        margin-right: 8.33333333%;
    }

    .col-sm-pull-0 {
        margin-right: auto;
    }

    .col-sm-push-12 {
        margin-left: 100%;
    }

    .col-sm-push-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-push-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-push-9 {
        margin-left: 75%;
    }

    .col-sm-push-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-push-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-push-6 {
        margin-left: 50%;
    }

    .col-sm-push-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-push-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-push-3 {
        margin-left: 25%;
    }

    .col-sm-push-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-push-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-push-0 {
        margin-left: auto;
    }

    .col-sm-apull-12 {
        margin-right: -100%;
    }

    .col-sm-apull-11 {
        margin-right: -91.66666667%;
    }

    .col-sm-apull-10 {
        margin-right: -83.33333333%;
    }

    .col-sm-apull-9 {
        margin-right: -75%;
    }

    .col-sm-apull-8 {
        margin-right: -66.66666667%;
    }

    .col-sm-apull-7 {
        margin-right: -58.33333333%;
    }

    .col-sm-apull-6 {
        margin-right: -50%;
    }

    .col-sm-apull-5 {
        margin-right: -41.66666667%;
    }

    .col-sm-apull-4 {
        margin-right: -33.33333333%;
    }

    .col-sm-apull-3 {
        margin-right: -25%;
    }

    .col-sm-apull-2 {
        margin-right: -16.66666667%;
    }

    .col-sm-apull-1 {
        margin-right: -8.33333333%;
    }

    .col-sm-apull-0 {
        margin-right: auto;
    }

    .col-sm-apush-12 {
        margin-left: -100%;
    }

    .col-sm-apush-11 {
        margin-left: -91.66666667%;
    }

    .col-sm-apush-10 {
        margin-left: -83.33333333%;
    }

    .col-sm-apush-9 {
        margin-left: -75%;
    }

    .col-sm-apush-8 {
        margin-left: -66.66666667%;
    }

    .col-sm-apush-7 {
        margin-left: -58.33333333%;
    }

    .col-sm-apush-6 {
        margin-left: -50%;
    }

    .col-sm-apush-5 {
        margin-left: -41.66666667%;
    }

    .col-sm-apush-4 {
        margin-left: -33.33333333%;
    }

    .col-sm-apush-3 {
        margin-left: -25%;
    }

    .col-sm-apush-2 {
        margin-left: -16.66666667%;
    }

    .col-sm-apush-1 {
        margin-left: -8.33333333%;
    }

    .col-sm-apush-0 {
        margin-left: auto;
    }
}

@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        display: -webkit-inline-box;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: -webkit-inline-flex;
        display: inline-flex;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        margin-right: 100%;
    }

    .col-md-pull-11 {
        margin-right: 91.66666667%;
    }

    .col-md-pull-10 {
        margin-right: 83.33333333%;
    }

    .col-md-pull-9 {
        margin-right: 75%;
    }

    .col-md-pull-8 {
        margin-right: 66.66666667%;
    }

    .col-md-pull-7 {
        margin-right: 58.33333333%;
    }

    .col-md-pull-6 {
        margin-right: 50%;
    }

    .col-md-pull-5 {
        margin-right: 41.66666667%;
    }

    .col-md-pull-4 {
        margin-right: 33.33333333%;
    }

    .col-md-pull-3 {
        margin-right: 25%;
    }

    .col-md-pull-2 {
        margin-right: 16.66666667%;
    }

    .col-md-pull-1 {
        margin-right: 8.33333333%;
    }

    .col-md-pull-0 {
        margin-right: auto;
    }

    .col-md-push-12 {
        margin-left: 100%;
    }

    .col-md-push-11 {
        margin-left: 91.66666667%;
    }

    .col-md-push-10 {
        margin-left: 83.33333333%;
    }

    .col-md-push-9 {
        margin-left: 75%;
    }

    .col-md-push-8 {
        margin-left: 66.66666667%;
    }

    .col-md-push-7 {
        margin-left: 58.33333333%;
    }

    .col-md-push-6 {
        margin-left: 50%;
    }

    .col-md-push-5 {
        margin-left: 41.66666667%;
    }

    .col-md-push-4 {
        margin-left: 33.33333333%;
    }

    .col-md-push-3 {
        margin-left: 25%;
    }

    .col-md-push-2 {
        margin-left: 16.66666667%;
    }

    .col-md-push-1 {
        margin-left: 8.33333333%;
    }

    .col-md-push-0 {
        margin-left: auto;
    }

    .col-md-apull-12 {
        margin-right: -100%;
    }

    .col-md-apull-11 {
        margin-right: -91.66666667%;
    }

    .col-md-apull-10 {
        margin-right: -83.33333333%;
    }

    .col-md-apull-9 {
        margin-right: -75%;
    }

    .col-md-apull-8 {
        margin-right: -66.66666667%;
    }

    .col-md-apull-7 {
        margin-right: -58.33333333%;
    }

    .col-md-apull-6 {
        margin-right: -50%;
    }

    .col-md-apull-5 {
        margin-right: -41.66666667%;
    }

    .col-md-apull-4 {
        margin-right: -33.33333333%;
    }

    .col-md-apull-3 {
        margin-right: -25%;
    }

    .col-md-apull-2 {
        margin-right: -16.66666667%;
    }

    .col-md-apull-1 {
        margin-right: -8.33333333%;
    }

    .col-md-apull-0 {
        margin-right: auto;
    }

    .col-md-apush-12 {
        margin-left: -100%;
    }

    .col-md-apush-11 {
        margin-left: -91.66666667%;
    }

    .col-md-apush-10 {
        margin-left: -83.33333333%;
    }

    .col-md-apush-9 {
        margin-left: -75%;
    }

    .col-md-apush-8 {
        margin-left: -66.66666667%;
    }

    .col-md-apush-7 {
        margin-left: -58.33333333%;
    }

    .col-md-apush-6 {
        margin-left: -50%;
    }

    .col-md-apush-5 {
        margin-left: -41.66666667%;
    }

    .col-md-apush-4 {
        margin-left: -33.33333333%;
    }

    .col-md-apush-3 {
        margin-left: -25%;
    }

    .col-md-apush-2 {
        margin-left: -16.66666667%;
    }

    .col-md-apush-1 {
        margin-left: -8.33333333%;
    }

    .col-md-apush-0 {
        margin-left: auto;
    }
}

@media (min-width: 1221px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        display: -webkit-inline-box;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: -webkit-inline-flex;
        display: inline-flex;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        margin-right: 100%;
    }

    .col-lg-pull-11 {
        margin-right: 91.66666667%;
    }

    .col-lg-pull-10 {
        margin-right: 83.33333333%;
    }

    .col-lg-pull-9 {
        margin-right: 75%;
    }

    .col-lg-pull-8 {
        margin-right: 66.66666667%;
    }

    .col-lg-pull-7 {
        margin-right: 58.33333333%;
    }

    .col-lg-pull-6 {
        margin-right: 50%;
    }

    .col-lg-pull-5 {
        margin-right: 41.66666667%;
    }

    .col-lg-pull-4 {
        margin-right: 33.33333333%;
    }

    .col-lg-pull-3 {
        margin-right: 25%;
    }

    .col-lg-pull-2 {
        margin-right: 16.66666667%;
    }

    .col-lg-pull-1 {
        margin-right: 8.33333333%;
    }

    .col-lg-pull-0 {
        margin-right: auto;
    }

    .col-lg-push-12 {
        margin-left: 100%;
    }

    .col-lg-push-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-push-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-push-9 {
        margin-left: 75%;
    }

    .col-lg-push-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-push-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-push-6 {
        margin-left: 50%;
    }

    .col-lg-push-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-push-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-push-3 {
        margin-left: 25%;
    }

    .col-lg-push-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-push-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-push-0 {
        margin-left: auto;
    }

    .col-lg-apull-12 {
        margin-right: -100%;
    }

    .col-lg-apull-11 {
        margin-right: -91.66666667%;
    }

    .col-lg-apull-10 {
        margin-right: -83.33333333%;
    }

    .col-lg-apull-9 {
        margin-right: -75%;
    }

    .col-lg-apull-8 {
        margin-right: -66.66666667%;
    }

    .col-lg-apull-7 {
        margin-right: -58.33333333%;
    }

    .col-lg-apull-6 {
        margin-right: -50%;
    }

    .col-lg-apull-5 {
        margin-right: -41.66666667%;
    }

    .col-lg-apull-4 {
        margin-right: -33.33333333%;
    }

    .col-lg-apull-3 {
        margin-right: -25%;
    }

    .col-lg-apull-2 {
        margin-right: -16.66666667%;
    }

    .col-lg-apull-1 {
        margin-right: -8.33333333%;
    }

    .col-lg-apull-0 {
        margin-right: auto;
    }

    .col-lg-apush-12 {
        margin-left: -100%;
    }

    .col-lg-apush-11 {
        margin-left: -91.66666667%;
    }

    .col-lg-apush-10 {
        margin-left: -83.33333333%;
    }

    .col-lg-apush-9 {
        margin-left: -75%;
    }

    .col-lg-apush-8 {
        margin-left: -66.66666667%;
    }

    .col-lg-apush-7 {
        margin-left: -58.33333333%;
    }

    .col-lg-apush-6 {
        margin-left: -50%;
    }

    .col-lg-apush-5 {
        margin-left: -41.66666667%;
    }

    .col-lg-apush-4 {
        margin-left: -33.33333333%;
    }

    .col-lg-apush-3 {
        margin-left: -25%;
    }

    .col-lg-apush-2 {
        margin-left: -16.66666667%;
    }

    .col-lg-apush-1 {
        margin-left: -8.33333333%;
    }

    .col-lg-apush-0 {
        margin-left: auto;
    }
}

/* @import includes/_header.styl */
.theme-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: #191a23;
}

.theme-header__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 187px;
    position: relative;
}

@media (max-width: 1200px) {
    .theme-header__content {
        gap: 40px;
    }
}

@media (max-width: 991px) {
    .theme-header__content {
        flex-direction: column;
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .theme-header__content {
        align-items: flex-start;
        justify-content: center;
    }
}

.theme-header__logo img,
.theme-header__logo svg {
    max-width: 100%;
    max-height: 100%;
}

@media (max-width: 767px) {
    .theme-header__logo {
        max-width: 230px;
    }
}

.theme-header__menu-icon {
    display: none;
}

@media (max-width: 767px) {
    .theme-header__menu-icon {
        display: block;
        position: absolute;
        right: 5px;
        top: 25px;
        cursor: pointer;
        transition: transform 0.3s ease;
        -o-transition: transform 0.3s ease;
        -ms-transition: transform 0.3s ease;
        -moz-transition: transform 0.3s ease;
        -webkit-transition: transform 0.3s ease;
    }

    .theme-header__menu-icon:hover {
        transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }
}

.theme-header__nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    white-space: nowrap;
}

.theme-header__nav-item {
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    letter-spacing: 0.05em;
    text-decoration: none;
}

.theme-header__nav-item::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    -ms-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    -webkit-transition: transform 0.3s ease-in-out;
    opacity: 0;
}

.theme-header__nav-item:hover {
    color: #ffd783;
}

.theme-header__nav-item:hover::after {
    transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    opacity: 1;
}

@media (max-width: 1200px) {
    .theme-header__nav {
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .theme-header__nav {
        display: none;
    }

    .theme-header__nav.is-open {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        max-height: -webkit-fill-available; /* Важно для iOS Safari */
        background-color: #191a23;
        z-index: 1001;
        padding: 20px;
        overflow: hidden;
        touch-action: none; /* Отключает все жесты */
        -webkit-overflow-scrolling: none; /* Отключает инерционный скролл в iOS */
    }

    /* Блокировка всех событий касания на элементах под меню */
    .theme-header__nav.is-open ~ * {
        pointer-events: none;
    }

    .theme-header__nav.is-open .theme-header__nav-item {
        font-size: 24px;
        margin-bottom: 30px;
        text-align: center;
        color: #ffd783;
    }

    .theme-header__nav.is-open .theme-header__nav-item:hover {
        color: #fff;
    }

    .theme-header__nav.is-open .theme-header__nav-item:hover::after {
        background-color: #ffd783;
    }

    .theme-header__nav.is-open .theme-header__nav-item:last-child {
        margin-bottom: 0;
    }
}

.theme-header__nav-close {
    display: none;
}

@media (max-width: 767px) {
    .theme-header__nav-close {
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
        color: #fff;
        font-size: 30px;
        cursor: pointer;
        transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
    }

    .theme-header__nav-close:hover {
        color: #ffd783;
        transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }
}

.theme-header__contacts {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 160px;
}

@media (max-width: 991px) {
    .theme-header__contacts {
        align-items: center;
    }
}

@media (max-width: 767px) {
    .theme-header__contacts {
        display: none;
    }
}

.theme-header__phone a {
    color: #ffd783;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.17em;
    text-transform: uppercase;
    text-decoration: none;
    transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
}

.theme-header__phone a:hover {
    color: #fff;
}

.theme-header__email a {
    color: #ffd783;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.17em;
    text-decoration: none;
    transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
}

.theme-header__email a:hover {
    color: #fff;
}

/* @import includes/_footer.styl */
.theme-footer {
    margin-top: 30px;
}

@media (max-width: 575px) {
    .theme-footer {
        padding: 0 20px;
        margin-top: 20px;
    }
}

/* Калькулятор в модальном окне — тот же UI, что у блока расчёта на странице. */
.modal-container .modal-dialog.modal-dialog--calculator { max-width: 850px; max-height: calc(100dvh - 24px); padding: clamp(20px, 3vh, 38px) 50px; border-radius: 48px; overflow: visible; }
.modal-dialog--calculator .modal-header { margin-bottom: clamp(14px, 2.5vh, 26px) !important; }
.modal-dialog--calculator .modal-header-title { font-size: 30px !important; }
.modal-calculator { color: #191a23; }
.modal-calculator__step-label { margin-bottom: 17px; color: #191a23; font-size: 21px; font-weight: 700; line-height: 1.2; }
.modal-calculator__metals { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: clamp(18px, 3vh, 28px); }
.modal-calculator__metal { min-height: 54px; padding: 10px; border: 1px solid #e5e5e5; border-radius: 16px; background: #f8f8f8; color: #191a23; font-size: 15px; font-weight: 600; }
.modal-calculator__metal.is-active { border-color: #191a23; background: #191a23; color: #fff; }
.modal-calculator__fields { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; }
.modal-calculator__field { display: block; color: #191a23; font-size: 21px; font-weight: 700; line-height: 1.2; }
.modal-calculator__field > span:first-child { display: block; margin-bottom: 17px; }
.modal-calculator__field select,
.modal-calculator__weight { width: 100%; height: 64px; border: 1px solid #e5e5e5; border-radius: 20px; background: #f8f8f8; }
.modal-calculator__field select { padding: 0 24px; color: #191a23; font-size: 18px; appearance: auto; }
.modal-calculator__weight { position: relative; display: flex; align-items: center; }
.modal-calculator__weight input { width: 100%; height: 100%; padding: 0 78px 0 24px; border: 0; border-radius: 20px; background: transparent; color: #191a23; font-size: 18px; }
.modal-calculator__weight b { position: absolute; right: 42px; color: #60616a; font-size: 18px; font-weight: 400; }
.modal-calculator__business { display: flex; align-items: center; gap: 14px; margin-top: clamp(24px, 4vh, 36px); color: #191a23; font-size: 18px; font-weight: 600; line-height: 1.25; cursor: pointer; }
.modal-calculator__business input { position: absolute; opacity: 0; }
.modal-calculator__business span { width: 30px; height: 30px; flex: 0 0 30px; border: 2px solid #191a23; border-radius: 8px; background: #fff; }
.modal-calculator__business input:checked + span { background: #191a23; box-shadow: inset 0 0 0 6px #fff; }
.modal-calculator__result { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 130px; margin: clamp(26px, 5vh, 48px) 0 clamp(22px, 4vh, 36px); border-radius: 25px; background: #ffedb7; text-align: center; }
.modal-calculator__result > span { font-size: 24px; line-height: 1.3; }
.modal-calculator__result strong { margin-top: 7px; font-size: 52px; font-weight: 700; line-height: 1; }
.modal-calculator__submit { display: flex; align-items: center; justify-content: center; width: min(500px, 100%); height: 62px; margin: 0 auto; border-radius: 17px; background: #191a23; color: #fff; font-size: 19px; font-weight: 700; text-decoration: none; }
.modal-calculator__submit:hover { background: #30313c; }
.modal-calculator__terms { width: min(500px, 100%); margin: 17px auto 0; color: #a0a0a0; font-size: 14px; line-height: 1.45; }
.modal-calculator__terms a { color: #666; text-decoration: underline; }
@media (max-width: 575px) {
  .modal-container .modal-dialog.modal-dialog--calculator { width: calc(100% - 24px); max-height: calc(100dvh - 16px); padding: 18px 22px; border-radius: 30px; }
  .modal-calculator__step-label { margin-bottom: 9px; font-size: 17px; }
  .modal-calculator__metals { grid-template-columns: repeat(2, 1fr); gap: 10px; margin-bottom: 18px; }
  .modal-calculator__metal { min-height: 44px; font-size: 14px; }
  .modal-calculator__fields { grid-template-columns: 1fr; gap: 14px; }
  .modal-calculator__field { font-size: 17px; }
  .modal-calculator__field > span:first-child { margin-bottom: 9px; }
  .modal-calculator__field select, .modal-calculator__weight { height: 56px; border-radius: 16px; font-size: 16px; }
  .modal-calculator__business { margin-top: 20px; font-size: 15px; }
  .modal-calculator__business span { width: 26px; height: 26px; flex-basis: 26px; }
  .modal-calculator__result { min-height: 106px; margin: 22px 0 22px; border-radius: 20px; }
  .modal-calculator__result > span { font-size: 17px; }
  .modal-calculator__result strong { font-size: 36px; }
  .modal-calculator__submit { height: 56px; font-size: 16px; }
  .modal-calculator__terms { margin-top: 9px; font-size: 11px; }
}

@media (max-height: 700px) and (min-width: 576px) {
  .modal-container .modal-dialog.modal-dialog--calculator { padding-top: 18px; padding-bottom: 18px; }
  .modal-dialog--calculator .modal-header { margin-bottom: 12px !important; }
  .modal-calculator__step-label, .modal-calculator__field > span:first-child { margin-bottom: 8px; }
  .modal-calculator__metals { min-height: 44px; margin-bottom: 16px; }
  .modal-calculator__metal { min-height: 44px; }
  .modal-calculator__field select, .modal-calculator__weight { height: 56px; }
  .modal-calculator__business { margin-top: 18px; }
  .modal-calculator__result { min-height: 100px; margin: 20px 0; }
  .modal-calculator__submit { height: 56px; }
}

@media (max-width: 575px) {
    .theme-footer .col-xs-12 {
        padding: 0;
    }
}

/* Финальная компактная версия калькулятора: всё содержимое помещается в модалку. */
.modal-container .modal-dialog.modal-dialog--calculator { padding: 18px 38px; }
.modal-container .modal-dialog.modal-dialog--calculator .modal-header { margin-bottom: 10px !important; padding-top: 0 !important; }
.modal-container .modal-dialog.modal-dialog--calculator .modal-header-title { font-size: 27px !important; line-height: 1.1 !important; }
.modal-container .modal-dialog.modal-dialog--calculator .modal-header-close { top: 12px; right: 12px; }
.modal-dialog--calculator .modal-calculator__step-label { margin-bottom: 7px; font-size: 18px; }
.modal-dialog--calculator .modal-calculator__metals { margin-bottom: 14px; }
.modal-dialog--calculator .modal-calculator__metal { min-height: 46px; }
.modal-dialog--calculator .modal-calculator__fields { gap: 22px; }
.modal-dialog--calculator .modal-calculator__field { font-size: 18px; }
.modal-dialog--calculator .modal-calculator__field > span:first-child { margin-bottom: 7px; }
.modal-dialog--calculator .modal-calculator__field select,
.modal-dialog--calculator .modal-calculator__weight { height: 56px; }
.modal-dialog--calculator .modal-calculator__business { margin-top: 18px; font-size: 16px; }
.modal-dialog--calculator .modal-calculator__result { min-height: 100px; margin: 20px 0; }
.modal-dialog--calculator .modal-calculator__result > span { font-size: 18px; }
.modal-dialog--calculator .modal-calculator__result strong { font-size: 42px; }
.modal-dialog--calculator .modal-calculator__submit { height: 56px; font-size: 17px; }
.modal-dialog--calculator .modal-calculator__terms { margin-top: 7px; font-size: 11px; }
@media (max-width: 575px) {
  .modal-container .modal-dialog.modal-dialog--calculator { width: calc(100% - 16px); padding: 14px 18px; border-radius: 24px; }
  .modal-container .modal-dialog.modal-dialog--calculator .modal-header { margin-bottom: 7px !important; }
  .modal-container .modal-dialog.modal-dialog--calculator .modal-header-title { font-size: 22px !important; }
  .modal-dialog--calculator .modal-calculator__step-label { margin-bottom: 5px; font-size: 15px; }
  .modal-dialog--calculator .modal-calculator__metals { gap: 8px; margin-bottom: 10px; }
  .modal-dialog--calculator .modal-calculator__metal { min-height: 38px; padding: 6px; font-size: 13px; }
  .modal-dialog--calculator .modal-calculator__fields { gap: 9px; }
  .modal-dialog--calculator .modal-calculator__field { font-size: 15px; }
  .modal-dialog--calculator .modal-calculator__field > span:first-child { margin-bottom: 5px; }
  .modal-dialog--calculator .modal-calculator__field select,
  .modal-dialog--calculator .modal-calculator__weight { height: 48px; }
  .modal-dialog--calculator .modal-calculator__weight input { padding-left: 16px; font-size: 15px; }
  .modal-dialog--calculator .modal-calculator__weight b { right: 22px; font-size: 15px; }
  .modal-dialog--calculator .modal-calculator__business { gap: 9px; margin-top: 12px; font-size: 13px; }
  .modal-dialog--calculator .modal-calculator__business span { width: 22px; height: 22px; flex-basis: 22px; }
  .modal-dialog--calculator .modal-calculator__result { min-height: 82px; margin: 14px 0; }
  .modal-dialog--calculator .modal-calculator__result > span { font-size: 15px; }
  .modal-dialog--calculator .modal-calculator__result strong { margin-top: 4px; font-size: 30px; }
  .modal-dialog--calculator .modal-calculator__submit { height: 48px; font-size: 15px; }
  .modal-dialog--calculator .modal-calculator__terms { margin-top: 5px; font-size: 10px; line-height: 1.25; }
}

.theme-footer .wrapper {
    background-color: #0b0b0b;
    border-radius: 45px 45px 0 0;
    padding: 40px 30px;
}

@media (max-width: 575px) {
    .theme-footer .wrapper {
        padding: 30px;
    }
}

.theme-footer__nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
    gap: 30px;
}

@media (max-width: 767px) {
    .theme-footer__nav {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }
}

@media (max-width: 575px) {
    .theme-footer__nav {
        gap: 5px;
        align-items: center;
        margin-bottom: 17px;
    }
}

.theme-footer__logo img,
.theme-footer__logo svg {
    max-width: 100%;
    max-height: 100%;
}

@media (max-width: 575px) {
    .theme-footer__logo {
        max-width: 220px;
    }
}

.theme-footer__menu {
    display: grid;
    grid-auto-flow: column;
    gap: 30px;
    align-items: center;
}

@media (max-width: 991px) {
    .theme-footer__menu {
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .theme-footer__menu {
        gap: 15px;
    }
}

@media (max-width: 575px) {
    .theme-footer__menu {
        grid-auto-flow: row;
        grid-template-columns: auto auto;
        gap: 8px;
    }
    .theme-footer__menu-item:last-child {
        grid-column: 1 / -1;
        grid-row: 1;
    }
}

.theme-footer__menu-item {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3em;
    letter-spacing: 0.05em;
    text-decoration: none;
    transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
}

.theme-footer__menu-item:hover {
    opacity: 0.7;
}

@media (max-width: 991px) {
    .theme-footer__menu-item {
        font-size: 16px;
    }
}

.theme-footer__divider {
    width: 100%;
    height: 1px;
    background-color: #fff;
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .theme-footer__divider {
        margin-bottom: 0;
    }
}

.theme-footer__disclaimer {
    padding: 20px 53px;
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .theme-footer__disclaimer {
        padding: 20px;
        margin-bottom: 5px;
    }
}

.theme-footer__disclaimer p {
    color: #fff;
    text-indent: 1em;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 12px;
    line-height: 1.17em;
    margin: 0;
}

@media (max-width: 991px) {
    .theme-footer__copyright,
    .theme-footer__privacy {
        margin-bottom: 15px;
        text-align: center;
    }
}

@media (min-width: 992px) {
    .theme-footer__copyright:last-child,
    .theme-footer__privacy:last-child {
        text-align: right;
    }
}

.theme-footer__copyright,
.theme-footer__privacy a {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.55em;
}

@media (max-width: 767px) {
    .theme-footer__copyright,
    .theme-footer__privacy a {
        font-size: 12px;
        line-height: 2.15em;
    }
}

.theme-footer__privacy a {
    text-decoration: underline;
    transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
}

.theme-footer__privacy a:hover {
    opacity: 0.7;
}

.whatsapp-fixed {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    transition: transform 0.2s ease;
    -o-transition: transform 0.2s ease;
    -ms-transition: transform 0.2s ease;
    -moz-transition: transform 0.2s ease;
    -webkit-transition: transform 0.2s ease;
}

.whatsapp-fixed:hover {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.whatsapp-fixed img {
    width: 100%;
    height: 100%;
}

/* @import includes/base-page.styl */
body .alignfull {
    width: calc(100vw - var(--svw)) !important;
    margin-left: calc((100% - 100vw + var(--svw)) / 2) !important;
    margin-right: calc((100% - 100vw + var(--svw)) / 2) !important;
}

body .alignwide {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 767px) {
    body .alignfull {
        width: calc(100vw) !important;
        margin-left: calc((100% - 100vw) / 2) !important;
        margin-right: calc((100% - 100vw) / 2) !important;
    }
}

body #theme-main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    flex-grow: 1;
    width: 100%;
}

body .page-head {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;

}

body .page-head .page-subtitle {
    color: #a9a9a9;
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 10px 0;
}

body .page-head .page-title {
    font-size: 32px;
    font-weight: 700;
    margin: 30px 0 0 0;
}

body .page-head .page-title + .page-subtitle {
    margin-top: -20px;
    margin-bottom: 30px;
}

body .page-head .breadcrumbs-holder {
    width: 100%;
    padding: 0;
    padding-top: 30px;
    padding-bottom: 30px;
}

body .page-head .breadcrumbs-holder .breadcrumbs {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-align: center;
    align-items: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

body .page-head .breadcrumbs-holder .breadcrumbs span {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

body .page-head .breadcrumbs-holder .breadcrumbs a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
}

body .page-head .breadcrumbs-holder .breadcrumbs a:hover {
    text-decoration: underline;
}

body .page-head .breadcrumbs-holder .breadcrumbs .splitter {
    color: inherit;
    margin: 0px 5px;
}

body a.button,
body button.button,
body span.button {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    flex-align: center;
    align-items: center;
    color: #ab8b3a;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    padding: 12px 20px;
    background-color: rgba(171, 139, 58, 0);
    border: 1px solid #ab8b3a;
    border-radius: 5px;
    transition: background-color 0.1s linear, color 0.1s linear, border-color 0.1s linear;
    -o-transition: background-color 0.1s linear, color 0.1s linear, border-color 0.1s linear;
    -ms-transition: background-color 0.1s linear, color 0.1s linear, border-color 0.1s linear;
    -moz-transition: background-color 0.1s linear, color 0.1s linear, border-color 0.1s linear;
    -webkit-transition: background-color 0.1s linear, color 0.1s linear, border-color 0.1s linear;
}

body a.arrow-button,
body button.arrow-button,
body span.arrow-button {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    flex-align: center;
    align-items: center;
    color: #a52a2a;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    filter: drop-shadow(5px 5px 10px rgba(165, 42, 42, 0.1));
}

body a.arrow-button svg,
body button.arrow-button svg,
body span.arrow-button svg {
    width: 14px;
}

body a.arrow-button:hover,
body button.arrow-button:hover,
body span.arrow-button:hover {
    color: #fff;
    background-color: #a52a2a;
}

body a.social-button,
body button.social-button,
body span.social-button {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    flex-align: center;
    align-items: center;
    color: #a52a2a;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #fff;
}

body a.social-button svg,
body button.social-button svg,
body span.social-button svg {
    width: 14px;
}

body a.social-button:hover,
body button.social-button:hover,
body span.social-button:hover {
    color: #fff;
    background-color: #a52a2a;
}

body .page-content,
body .seo-text {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

body .page-content img,
body .seo-text img {
    width: auto;
    height: auto;
}

body .page-content h2,
body .seo-text h2 {
    font-size: 28px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 20px;
}

body .page-content h3,
body .seo-text h3 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 20px;
}

body .page-content h4,
body .seo-text h4 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 20px;
}

body .page-content h5,
body .seo-text h5 {
    font-size: 16px;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 15px;
}

body .page-content h6,
body .seo-text h6 {
    font-size: 14px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 15px;
}

body .page-content p,
body .seo-text p,
body .page-content li,
body .seo-text li {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

body .page-content p,
body .seo-text p {
    margin: 0px 0px 15px 0px;
}

body .page-content ul,
body .seo-text ul {
    margin: 0px 0px 15px 0px;
}

body .page-content ul li,
body .seo-text ul li {
    position: relative;
    padding-left: 1em;
    margin: 0px 0px 5px 0px;
}

body .page-content ul li:before,
body .seo-text ul li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0px;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #2d2e33;
}

body .page-content ul ol,
body .seo-text ul ol {
    margin-top: 10px;
}

body .page-content ul ul,
body .seo-text ul ul {
    margin-top: 10px;
}

body .page-content ul ul li:before,
body .seo-text ul ul li:before {
    top: 10px;
    width: 10px;
    height: 3px;
    border-radius: 2px;
}

body .page-content ol,
body .seo-text ol {
    margin: 0px 0px 15px 0px;
    counter-reset: ol_c;
}

body .page-content ol li,
body .seo-text ol li {
    position: relative;
    padding-left: 1em;
    margin: 0 0 5px 0;
}

body .page-content ol li:before,
body .seo-text ol li:before {
    content: counter(ol_c) '.';
    counter-increment: ol_c;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #2d2e33;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

body .page-content ol ol,
body .seo-text ol ol {
    margin-top: 10px;
}

body .page-content ol ul,
body .seo-text ol ul {
    margin-top: 10px;
}

body .page-content ol ul li:before,
body .seo-text ol ul li:before {
    top: 10px;
    width: 10px;
    height: 3px;
    border-radius: 2px;
}

body.error-404 #theme-main .wrapper {
    flex-grow: 1;
}

body .page-404 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    flex-align: center;
    align-items: center;
    width: 100%;
    margin: auto 0px;
    padding-top: 30px;
    padding-bottom: 30px;
}

body .page-404 .p-404-image {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    flex-align: center;
    align-items: center;
    padding-right: 50px;
}

body .page-404 .p-404-image img {
    max-width: 100%;
}

body .page-404 .p-404-text {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

body .page-404 .p-404-text .p-404-label {
    color: #ab8b3a;
    font-size: 32px;
    font-weight: 800;
    line-height: 42px;
    margin: 0px 0px 15px 0px;
}

body .page-404 .p-404-text .p-404-message {
    color: #2d2e33;
    font-size: 18px;
    line-height: 26px;
    margin: 0px 0px 30px 0px;
}

body .pagination-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    flex-align: center;
    align-items: center;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

body .pagination-container .pagination-prev,
body .pagination-container .pagination-next {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    flex-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
}

body .pagination-container .pagination-prev a,
body .pagination-container .pagination-next a,
body .pagination-container .pagination-prev span,
body .pagination-container .pagination-next span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    flex-align: center;
    align-items: center;
    width: inherit;
    height: inherit;
    color: #828282;
    border: 1px solid #828282;
    border-radius: 50%;
    background-color: #dedede;
    transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
    -o-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
    -ms-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
    -moz-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
    -webkit-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
}

body .pagination-container .pagination-prev a:hover,
body .pagination-container .pagination-next a:hover,
body .pagination-container .pagination-prev span:hover,
body .pagination-container .pagination-next span:hover {
    color: #dedede;
    border-color: #ab8b3a;
    background-color: #ab8b3a;
}

body .pagination-container .pagination-prev a svg,
body .pagination-container .pagination-next a svg,
body .pagination-container .pagination-prev span svg,
body .pagination-container .pagination-next span svg {
    width: 24px;
}

body .pagination-container .pagination-prev a.inactive,
body .pagination-container .pagination-next a.inactive,
body .pagination-container .pagination-prev span.inactive,
body .pagination-container .pagination-next span.inactive {
    pointer-events: none;
    filter: opacity(0.5);
}

body .pagination-container .pagination-next a svg,
body .pagination-container .pagination-next span svg {
    transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
}

body .pagination-container .pagination-links {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 0px 5px;
}

body .pagination-container .pagination-links li {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    margin: 0px 5px;
    padding: 0px;
}

body .pagination-container .pagination-links li:before {
    display: none;
}

body .pagination-container .pagination-links li .page-numbers {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    flex-align: center;
    align-items: center;
    color: #828282;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    min-width: 30px;
    min-height: 30px;
    border: 1px solid #828282;
    border-radius: 50%;
    background-color: #dedede;
}

body .pagination-container .pagination-links li .page-numbers:hover,
body .pagination-container .pagination-links li .page-numbers.current {
    color: #dedede;
    border-color: #ab8b3a;
    background-color: #ab8b3a;
}

body.page-dark {
    background-color: #12171b;
    color: #dedede;
}

body.page-dark .page-head .page-title {
    color: #dedede;
}

body.page-light {
    background-color: #dedede;
}

body.page-light .page-head .page-title {
    color: #2d2e33;
    padding-left: 20px;
}

body.breadcrumbs-dark #theme-main > .page-head {
    background-color: #12171b;
}

body.breadcrumbs-dark #theme-main > .page-head .breadcrumbs-holder .breadcrumbs {
    color: #dedede;
}

body.breadcrumbs-dark #theme-main > .page-head .page-title {
    color: #dedede;
}

body.breadcrumbs-light #theme-main > .page-head {
    background-color: #dedede;
}

body.breadcrumbs-light #theme-main > .page-head .breadcrumbs-holder .breadcrumbs {
    color: #2d2e33;
}

body.breadcrumbs-light #theme-main > .page-head .page-title {
    color: #2d2e33;
}

body .theme-block .page-head {
    margin-top: 0px;
}

body .has-background-bg_dark {
    background-color: #12171b;
    color: #dedede;
}

body .has-background-bg_dark .page-head .page-title {
    color: #dedede;
}

body .has-background-bg_grey {
    background-color: #f9f9f9;
    color: #2d2e33;
}

body .has-background-bg_grey .page-head .page-title {
    color: #2d2e33;
}

body .has-background-bg_white {
    background-color: #fff;
    color: #2d2e33;
}

body .has-background-bg_white .page-head .page-title {
    color: #2d2e33;
}

@media screen and (min-width: 992px) and (max-width: 1220px) {
    /* @import includes/992-1200/base-page.styl */
    body .page-head .page-subtitle {
        font-size: 13px;
        margin: 0px 0px 8px 0px;
    }

    body .page-head .page-title {
        font-size: 26px;
        margin: 24px 0px 24px 0px;
    }

    body .page-head .page-title + .page-subtitle {
        margin-top: -16px;
        margin-bottom: 24px;
    }

    body .page-head .breadcrumbs-holder {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    body .page-head .breadcrumbs-holder .breadcrumbs {
        font-size: 13px;
        line-height: 19px;
    }

    body .page-head .breadcrumbs-holder .breadcrumbs .splitter {
        margin: 0px 4px;
    }

    body a.button,
    body button.button,
    body span.button {
        font-size: 13px;
        padding: 10px 16px;
        border: 1px solid #ab8b3a;
        border-radius: 4px;
    }

    body a.button.link:after,
    body button.button.link:after,
    body span.button.link:after {
        content: '';
        width: 13px;
        height: 13px;
        line-height: 13px;
        margin: 0px 0px 0px 4px;
    }

    body a.arrow-button,
    body button.arrow-button,
    body span.arrow-button {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        filter: drop-shadow(4px 4px 8px rgba(165, 42, 42, 0.1));
    }

    body a.arrow-button svg,
    body button.arrow-button svg,
    body span.arrow-button svg {
        width: 14px;
    }

    body a.social-button,
    body button.social-button,
    body span.social-button {
        width: 21px;
        height: 21px;
    }

    body a.social-button svg,
    body button.social-button svg,
    body span.social-button svg {
        width: 11px;
    }

    body .page-content h2,
    body .seo-text h2 {
        font-size: 22px;
        margin-top: 24px;
        margin-bottom: 16px;
    }

    body .page-content h3,
    body .seo-text h3 {
        font-size: 19px;
        margin-top: 16px;
        margin-bottom: 16px;
    }

    body .page-content h4,
    body .seo-text h4 {
        font-size: 14px;
        margin-top: 24px;
        margin-bottom: 16px;
    }

    body .page-content h5,
    body .seo-text h5 {
        font-size: 13px;
        margin-top: 20px;
        margin-bottom: 12px;
    }

    body .page-content h6,
    body .seo-text h6 {
        font-size: 11px;
        margin-top: 16px;
        margin-bottom: 12px;
    }

    body .page-content p,
    body .seo-text p,
    body .page-content li,
    body .seo-text li {
        font-size: 13px;
        line-height: 20px;
    }

    body .page-content p,
    body .seo-text p {
        margin: 0px 0px 12px 0px;
    }

    body .page-content ul,
    body .seo-text ul {
        margin: 0px 0px 12px 0px;
    }

    body .page-content ul li,
    body .seo-text ul li {
        margin: 0px 0px 4px 0px;
    }

    body .page-content ul li:before,
    body .seo-text ul li:before {
        content: '';
        top: 8px;
        left: 0px;
        width: 6px;
        height: 6px;
        border-radius: 3px;
    }

    body .page-content ul ol,
    body .seo-text ul ol {
        margin-top: 8px;
    }

    body .page-content ul ul,
    body .seo-text ul ul {
        margin-top: 8px;
    }

    body .page-content ul ul li:before,
    body .seo-text ul ul li:before {
        top: 8px;
        width: 8px;
        height: 3px;
        border-radius: 2px;
    }

    body .page-content ol,
    body .seo-text ol {
        margin: 0px 0px 12px 0px;
    }

    body .page-content ol li,
    body .seo-text ol li {
        padding-left: 1em;
        margin: 0px 0px 4px 0px;
    }

    body .page-content ol li:before,
    body .seo-text ol li:before {
        content: counter(ol_c) '.';
        top: 0px;
        left: 0px;
    }

    body .page-content ol ol,
    body .seo-text ol ol {
        margin-top: 8px;
    }

    body .page-content ol ul,
    body .seo-text ol ul {
        margin-top: 8px;
    }

    body .page-content ol ul li:before,
    body .seo-text ol ul li:before {
        top: 8px;
        width: 8px;
        height: 3px;
        border-radius: 2px;
    }

    body .page-404 {
        width: 100%;
        padding-top: 24px;
        padding-bottom: 24px;
    }

    body .page-404 .p-404-image {
        padding-right: 40px;
    }

    body .page-404 .p-404-image img {
        max-width: 100%;
    }

    body .page-404 .p-404-text .p-404-label {
        font-size: 26px;
        line-height: 34px;
        margin: 0px 0px 12px 0px;
    }

    body .page-404 .p-404-text .p-404-message {
        font-size: 14px;
        line-height: 21px;
        margin: 0px 0px 24px 0px;
    }

    body .pagination-container {
        width: 100%;
        margin-top: 24px;
        margin-bottom: 24px;
    }

    body .pagination-container .pagination-prev,
    body .pagination-container .pagination-next {
        width: 24px;
        height: 24px;
    }

    body .pagination-container .pagination-prev a svg,
    body .pagination-container .pagination-next a svg,
    body .pagination-container .pagination-prev span svg,
    body .pagination-container .pagination-next span svg {
        width: 19px;
    }

    body .pagination-container .pagination-links {
        margin: 0px 4px;
    }

    body .pagination-container .pagination-links li {
        margin: 0px 4px;
    }

    body .pagination-container .pagination-links li .page-numbers {
        font-size: 13px;
        line-height: 16px;
        min-width: 24px;
        min-height: 24px;
    }
}

@media screen and (max-width: 767px) {
    /* @import includes/480-767/base-page.styl */
    body .page-head .page-subtitle {
        font-size: 13px;
        margin: 0px 0px 8px 0px;
    }

    body .page-head .page-title {
        font-size: 26px;
        margin: 10px 0px 10px 0px;
    }

    body .page-head .page-title + .page-subtitle {
        margin-top: -16px;
        margin-bottom: 24px;
    }

    body .page-head .breadcrumbs-holder {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    body .page-head .breadcrumbs-holder .breadcrumbs {
        font-size: 13px;
        line-height: 19px;
    }

    body .page-head .breadcrumbs-holder .breadcrumbs .splitter {
        margin: 0 4px;
    }

    body a.button,
    body button.button,
    body span.button {
        font-size: 13px;
        padding: 10px 16px;
        border: 1px solid #ab8b3a;
        border-radius: 4px;
    }

    body a.button.link:after,
    body button.button.link:after,
    body span.button.link:after {
        content: '';
        width: 13px;
        height: 13px;
        line-height: 13px;
        margin: 0px 0px 0px 4px;
    }

    body a.arrow-button,
    body button.arrow-button,
    body span.arrow-button {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        filter: drop-shadow(4px 4px 8px rgba(165, 42, 42, 0.1));
    }

    body a.arrow-button svg,
    body button.arrow-button svg,
    body span.arrow-button svg {
        width: 14px;
    }

    body a.social-button,
    body button.social-button,
    body span.social-button {
        width: 21px;
        height: 21px;
    }

    body a.social-button svg,
    body button.social-button svg,
    body span.social-button svg {
        width: 11px;
    }

    body .page-content h2,
    body .seo-text h2 {
        font-size: 22px;
        margin-top: 24px;
        margin-bottom: 16px;
    }

    body .page-content h3,
    body .seo-text h3 {
        font-size: 19px;
        margin-top: 10px;
        margin-bottom: 10px
    }

    body .page-content h4,
    body .seo-text h4 {
        font-size: 14px;
        margin-top: 24px;
        margin-bottom: 16px;
    }

    body .page-content h5,
    body .seo-text h5 {
        font-size: 13px;
        margin-top: 20px;
        margin-bottom: 12px;
    }

    body .page-content h6,
    body .seo-text h6 {
        font-size: 11px;
        margin-top: 16px;
        margin-bottom: 12px;
    }

    body .page-content p,
    body .seo-text p,
    body .page-content li,
    body .seo-text li {
        font-size: 13px;
        line-height: 20px;
    }

    body .page-content p,
    body .seo-text p {
        margin: 0 0 8px 0;
    }

    body .page-content ul,
    body .seo-text ul {
        margin: 0px 0px 12px 0px;
    }

    body .page-content ul li,
    body .seo-text ul li {
        margin: 0px 0px 4px 0px;
    }

    body .page-content ul li:before,
    body .seo-text ul li:before {
        content: '';
        top: 8px;
        left: 0px;
        width: 6px;
        height: 6px;
        border-radius: 3px;
    }

    body .page-content ul ol,
    body .seo-text ul ol {
        margin-top: 8px;
    }

    body .page-content ul ul,
    body .seo-text ul ul {
        margin-top: 8px;
    }

    body .page-content ul ul li:before,
    body .seo-text ul ul li:before {
        top: 8px;
        width: 8px;
        height: 3px;
        border-radius: 2px;
    }

    body .page-content ol,
    body .seo-text ol {
        margin: 0px 0px 12px 0px;
    }

    body .page-content ol li,
    body .seo-text ol li {
        padding-left: 1em;
        margin: 0px 0px 4px 0px;
    }

    body .page-content ol li:before,
    body .seo-text ol li:before {
        content: counter(ol_c) '.';
        top: 0px;
        left: 0px;
    }

    body .page-content ol ol,
    body .seo-text ol ol {
        margin-top: 8px;
    }

    body .page-content ol ul,
    body .seo-text ol ul {
        margin-top: 8px;
    }

    body .page-content ol ul li:before,
    body .seo-text ol ul li:before {
        top: 8px;
        width: 8px;
        height: 3px;
        border-radius: 2px;
    }

    body .page-404 {
        width: 100%;
        padding-top: 24px;
        padding-bottom: 24px;
    }

    body .page-404 .p-404-image {
        padding-right: 40px;
    }

    body .page-404 .p-404-image img {
        max-width: 100%;
    }

    body .page-404 .p-404-text .p-404-label {
        font-size: 26px;
        line-height: 34px;
        margin: 0px 0px 12px 0px;
    }

    body .page-404 .p-404-text .p-404-message {
        font-size: 14px;
        line-height: 21px;
        margin: 0px 0px 24px 0px;
    }

    body .pagination-container {
        width: 100%;
        margin-top: 24px;
        margin-bottom: 24px;
    }

    body .pagination-container .pagination-prev,
    body .pagination-container .pagination-next {
        width: 24px;
        height: 24px;
    }

    body .pagination-container .pagination-prev a svg,
    body .pagination-container .pagination-next a svg,
    body .pagination-container .pagination-prev span svg,
    body .pagination-container .pagination-next span svg {
        width: 19px;
    }

    body .pagination-container .pagination-links {
        margin: 0px 4px;
    }

    body .pagination-container .pagination-links li {
        margin: 0px 4px;
    }

    body .pagination-container .pagination-links li .page-numbers {
        font-size: 13px;
        line-height: 16px;
        min-width: 24px;
        min-height: 24px;
    }
}

/* @import includes/core-blocks.styl */
body .wp-block-gallery {
    width: 100%;
    margin: 15px auto 30px auto;
}

body .wp-block-image {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: column;
    flex-align: stretch;
    align-items: stretch;
    width: 100%;
    margin: 15px auto 30px auto;
    border-radius: 2px;
}

body .wp-block-pullquote {
    text-align: left;
    padding: 0px;
    margin: 0px 0px 40px 0px;
}

body .wp-block-pullquote blockquote p {
    color: #2d2e33;
    font-size: 60px;
    font-weight: 800;
    font-style: normal;
    line-height: 60px;
    margin: 0px 0px 5px 0px;
}

body .wp-block-pullquote blockquote cite {
    color: #2d2e33;
    font-size: 18px;
    font-weight: 800;
    font-style: normal;
    line-height: 26px;
    margin: 0;
}

body .wp-block-table thead {
    border-bottom: none;
}

body .wp-block-columns {
    margin-bottom: 15px;
}

body .wp-block-media-text {
    width: 100%;
    margin: 15px auto 55px auto;
}

body .wp-block-media-text .wp-block-media-text__media {
    position: relative;
}

body .wp-block-media-text .wp-block-media-text__content {
    padding-left: 50px;
    padding-right: 0px;
}

body .wp-block-media-text .wp-block-media-text__content > :first-child {
    margin-top: 0px;
}

body .wp-block-media-text .wp-block-media-text__content > :last-child {
    margin-bottom: 0px;
}

@media screen and (min-width: 992px) and (max-width: 1220px) {
    /* @import includes/992-1200/core-blocks.styl */
    body .wp-block-gallery {
        width: 100%;
        margin: 12px auto 24px auto;
    }

    body .wp-block-image {
        width: 100%;
        margin: 12px auto 24px auto;
        border-radius: 2px;
    }

    body .wp-block-pullquote {
        padding: 0px;
        margin: 0px 0px 32px 0px;
    }

    body .wp-block-pullquote blockquote p {
        font-size: 48px;
        line-height: 48px;
        margin: 0px 0px 4px 0px;
    }

    body .wp-block-pullquote blockquote cite {
        font-size: 14px;
        line-height: 19px;
        margin: 0px;
    }

    body .wp-block-table thead {
        border-bottom: none;
    }

    body .wp-block-columns {
        margin-bottom: 15px;
    }

    body .wp-block-media-text {
        width: 100%;
        margin: 12px auto 44px auto;
    }

    body .wp-block-media-text .wp-block-media-text__content {
        padding-left: 40px;
        padding-right: 0px;
    }

    body .wp-block-media-text .wp-block-media-text__content > :first-child {
        margin-top: 0px;
    }

    body .wp-block-media-text .wp-block-media-text__content > :last-child {
        margin-bottom: 0px;
    }
}

/* @import includes/_buy.styl */
body .categories-grid .row {
    flex-align: stretch;
    align-items: stretch;
}

body .category-holder {
    margin-bottom: 30px;
}

body .category-holder .category {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-align: stretch;
    align-items: stretch;
    flex-grow: 1;
    border-radius: 15px;
    background-color: #f9f9f9;
    overflow: hidden;
}

body .category-holder .category .category-info {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 55%;
    padding: 30px 10px 30px 50px;
}

body .category-holder .category .category-info .category-title {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0px 0px 10px 0px;
}

body .category-holder .category .category-info .category-description {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    line-height: 150%;
    opacity: 0.7;
    margin: 0px 0px 10px 0px;
}

body .category-holder .category .category-info .category-more {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-align: center;
    align-items: center;
    margin: 20px 0px 0px 0px;
    color: #fff;
}

body .category-holder .category .category-info .category-more .more-text {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
}

body .category-holder .category .category-info .category-more .more-arrow {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    margin: 0px 0px 0px 10px;
}

body .category-holder .category .category-info .category-more .more-arrow svg {
    width: 40px;
}

body .category-holder .category .category-image {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    flex-shrink: 0;
    width: 45%;
    position: relative;
    padding: 0px;
}

body .category-holder .category .category-image:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: -40px;
    right: -80px;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    background-image: linear-gradient(200deg, #fff -12%, rgba(255, 255, 255, 0) 88%);
    mix-blend-mode: overlay;
    transition: transform 0.2s linear;
    -o-transition: transform 0.2s linear;
    -ms-transition: transform 0.2s linear;
    -moz-transition: transform 0.2s linear;
    -webkit-transition: transform 0.2s linear;
    transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

body .category-holder .category .category-image img {
    position: absolute;
    z-index: 2;
    top: 35px;
    left: 10px;
    right: 25px;
    bottom: 35px;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    object-fit: contain;
}

body .category-holder .category:hover .category-image:before {
    transform: translateZ(0) scale(1.2);
    -o-transform: translateZ(0) scale(1.2);
    -ms-transform: translateZ(0) scale(1.2);
    -moz-transform: translateZ(0) scale(1.2);
    -webkit-transform: translateZ(0) scale(1.2);
}

body .products-grid {
    padding-top: 30px;
}

body .products-grid .row {
    flex-align: stretch;
    align-items: stretch;
}

body .product-holder {
    margin-bottom: 30px;
}

body .product-holder .product {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    flex-grow: 1;
    padding: 30px;
    border-radius: 15px;
    background-color: #f9f9f9;
    overflow: hidden;
}

body .product-holder .product .product-image {
    position: relative;
    margin: 0px 0px 20px 0px;
    padding: 100% 0px 0px 0px;
    border-radius: 15px;
    overflow: hidden;
    background-color: #fff;
}

body .product-holder .product .product-image img {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    object-fit: contain;
}

body .product-holder .product .product-title {
    color: #2d2e33;
    font-size: 16px;
    font-weight: 400;
    margin: 0px 0px 20px 0px;
}

body .product-holder .product .product-short {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    flex-grow: 1;
}

body .product-holder .product .product-short .product-short-line {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0px 0px 5px 0px;
}

body .product-holder .product .product-short .product-short-line .product-short-label {
    color: #ab8b3a;
    font-size: 12px;
    font-weight: 400;
    margin: 0px 5px 0px 0px;
}

body .product-holder .product .product-short .product-short-line .product-short-value {
    color: #949494;
    font-size: 12px;
    font-weight: 300;
    margin: 0px 0px 0px 5px;
}

body .product-holder .product .product-more {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-top: 10px;
}

body .product-top-line {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-align: start;
    align-items: flex-start;
    margin-bottom: 60px;
}

body .product-top-line .gallery-side .image {
    position: relative;
    padding: 100% 0px 0px 0px;
    border: 1px solid #e5e5e5;
    border-radius: 15px;
    overflow: hidden;
}

body .product-top-line .gallery-side .image img {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: auto;
    height: auto;
    margin: auto;
    object-fit: contain;
}

body .product-top-line .text-side .product-attributes {
    column-count: 2;
    column-gap: 30px;
}

body .product-top-line .text-side .product-attributes .product-attribute {
    display: block;
    margin-bottom: 30px;
}

body .product-top-line .text-side .product-attributes .product-attribute .product-attribute-label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    margin: 0px 0px 5px 0px;
}

body .product-top-line .text-side .product-attributes .product-attribute .product-attribute-value {
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    line-height: 150%;
}

body .product-top-line .text-side .product-attributes .product-attribute .product-attribute-value input {
    width: 100%;
    padding: 8px 10px;
    margin: 0px 0px 10px 0px;
    color: #2d2e33;
    font-size: 16px;
    font-weight: 300;
    line-height: 150%;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}

body .product-top-line .text-side .product-attributes .product-attribute .product-attribute-value input::-webkit-input-placeholder {
    color: #e5e5e5;
}

body .product-top-line .text-side .product-attributes .product-attribute .product-attribute-value input::-moz-placeholder {
    color: #e5e5e5;
}

body .product-top-line .text-side .product-attributes .product-attribute .product-attribute-value input:-moz-placeholder {
    color: #e5e5e5;
}

body .product-top-line .text-side .product-attributes .product-attribute .product-attribute-value input:-ms-input-placeholder {
    color: #e5e5e5;
}

body .product-top-line .text-side .product-attributes .product-attribute .product-attribute-value input:-webkit-autofill,
body .product-top-line .text-side .product-attributes .product-attribute .product-attribute-value input:-webkit-autofill:hover,
body .product-top-line .text-side .product-attributes .product-attribute .product-attribute-value input:-webkit-autofill:focus {
    box-shadow: inset 0px 0px 0px 50px #fff;
    -webkit-text-fill-color: #2d2e33;
}

body .product-top-line .text-side .product-attributes .product-attribute .product-attribute-value input.error {
    border-color: #f00;
}

body .product-top-line .text-side .product-attributes .product-attribute .product-attribute-value input.error::-webkit-input-placeholder {
    color: #f00;
}

body .product-top-line .text-side .product-attributes .product-attribute .product-attribute-value input.error::-moz-placeholder {
    color: #f00;
}

body .product-top-line .text-side .product-attributes .product-attribute .product-attribute-value input.error:-moz-placeholder {
    color: #f00;
}

body .product-top-line .text-side .product-attributes .product-attribute .product-attribute-value input.error:-ms-input-placeholder {
    color: #f00;
}

body .product-top-line .text-side .product-attributes .product-attribute .product-attribute-value button {
    width: 100%;
}

body .related-products .related-products-title {
    font-size: 32px;
    font-weight: 700;
    margin: 0px 0px 30px 0px;
}

@media screen and (min-width: 992px) and (max-width: 1220px) {
    /* @import includes/992-1200/_buy.styl */
    body .category-holder {
        margin-bottom: 30px;
    }

    body .category-holder .category {
        border-radius: 12px;
    }

    body .category-holder .category .category-info {
        width: 55%;
        padding: 24px 8px 24px 40px;
    }

    body .category-holder .category .category-info .category-title {
        font-size: 19px;
        margin: 0px 0px 8px 0px;
    }

    body .category-holder .category .category-info .category-description {
        font-size: 10px;
        margin: 0px 0px 8px 0px;
    }

    body .category-holder .category .category-info .category-more {
        margin: 16px 0px 0px 0px;
    }

    body .category-holder .category .category-info .category-more .more-text {
        font-size: 13px;
    }

    body .category-holder .category .category-info .category-more .more-arrow {
        margin: 0px 0px 0px 8px;
    }

    body .category-holder .category .category-info .category-more .more-arrow svg {
        width: 32px;
    }

    body .category-holder .category .category-image {
        width: 45%;
        padding: 0px;
    }

    body .category-holder .category .category-image:before {
        content: '';
        top: -32px;
        right: -64px;
        width: 272px;
        height: 272px;
    }

    body .category-holder .category .category-image img {
        top: 28px;
        left: 8px;
        right: 20px;
        bottom: 28px;
    }

    body .products-grid {
        padding-top: 24px;
    }

    body .product-holder {
        margin-bottom: 30px;
    }

    body .product-holder .product {
        padding: 24px;
        border-radius: 12px;
    }

    body .product-holder .product .product-image {
        margin: 0px 0px 16px 0px;
        padding: 100% 0px 0px 0px;
        border-radius: 12px;
    }

    body .product-holder .product .product-title {
        font-size: 13px;
        margin: 0px 0px 16px 0px;
    }

    body .product-holder .product .product-short .product-short-line {
        margin: 0px 0px 4px 0px;
    }

    body .product-holder .product .product-short .product-short-line .product-short-label {
        font-size: 10px;
        margin: 0px 4px 0px 0px;
    }

    body .product-holder .product .product-short .product-short-line .product-short-value {
        font-size: 10px;
        margin: 0px 0px 0px 4px;
    }

    body .product-holder .product .product-more {
        margin-top: 8px;
    }

    body .product-top-line {
        margin-bottom: 48px;
    }

    body .product-top-line .gallery-side .image {
        padding: 100% 0px 0px 0px;
        border: 1px solid #e5e5e5;
        border-radius: 12px;
    }

    body .product-top-line .text-side .product-attributes {
        column-count: 2;
        column-gap: 16px;
    }

    body .product-top-line .text-side .product-attributes .product-attribute {
        margin-bottom: 24px;
    }

    body .product-top-line .text-side .product-attributes .product-attribute .product-attribute-label {
        font-size: 13px;
        margin: 0px 0px 4px 0px;
    }

    body .product-top-line .text-side .product-attributes .product-attribute .product-attribute-value {
        font-size: 13px;
    }

    body .product-top-line .text-side .product-attributes .product-attribute .product-attribute-value input {
        padding: 6px 8px;
        margin: 0px 0px 8px 0px;
        font-size: 13px;
        border-radius: 4px;
    }

    body .related-products .related-products-title {
        font-size: 26px;
        margin: 0px 0px 24px 0px;
    }
}

@media screen and (max-width: 767px) {
    /* @import includes/480-767/_buy.styl */
    body .category-holder {
        margin-bottom: 30px;
    }

    body .category-holder .category {
        border-radius: 12px;
    }

    body .category-holder .category .category-info {
        width: 55%;
        padding: 24px 8px 24px 24px;
    }

    body .category-holder .category .category-info .category-title {
        font-size: 19px;
        margin: 0px 0px 8px 0px;
    }

    body .category-holder .category .category-info .category-description {
        font-size: 10px;
        margin: 0px 0px 8px 0px;
    }

    body .category-holder .category .category-info .category-more {
        margin: 16px 0px 0px 0px;
    }

    body .category-holder .category .category-info .category-more .more-text {
        font-size: 13px;
    }

    body .category-holder .category .category-info .category-more .more-arrow {
        margin: 0px 0px 0px 8px;
    }

    body .category-holder .category .category-info .category-more .more-arrow svg {
        width: 32px;
    }

    body .category-holder .category .category-image {
        width: 45%;
        padding: 0px;
    }

    body .category-holder .category .category-image:before {
        content: '';
        top: -32px;
        right: -64px;
        width: 272px;
        height: 272px;
    }

    body .category-holder .category .category-image img {
        top: 28px;
        left: 8px;
        right: 20px;
        bottom: 28px;
    }

    body .products-grid {
        padding-top: 24px;
    }

    body .product-holder {
        margin-bottom: 30px;
    }

    body .product-holder .product {
        padding: 24px;
        border-radius: 12px;
    }

    body .product-holder .product .product-image {
        margin: 0px 0px 16px 0px;
        padding: 100% 0px 0px 0px;
        border-radius: 12px;
    }

    body .product-holder .product .product-title {
        font-size: 13px;
        margin: 0px 0px 16px 0px;
    }

    body .product-holder .product .product-short .product-short-line {
        margin: 0px 0px 4px 0px;
    }

    body .product-holder .product .product-short .product-short-line .product-short-label {
        font-size: 10px;
        margin: 0px 4px 0px 0px;
    }

    body .product-holder .product .product-short .product-short-line .product-short-value {
        font-size: 10px;
        margin: 0px 0px 0px 4px;
    }

    body .product-holder .product .product-more {
        margin-top: 8px;
    }

    body .product-top-line {
        margin-bottom: 48px;
    }

    body .product-top-line .gallery-side {
        margin-bottom: 24px;
    }

    body .product-top-line .gallery-side .image {
        padding: 100% 0px 0px 0px;
        border: 1px solid #e5e5e5;
        border-radius: 12px;
    }

    body .product-top-line .text-side .product-attributes {
        column-count: 1;
        column-gap: 16px;
    }

    body .product-top-line .text-side .product-attributes .product-attribute {
        margin-bottom: 12px;
    }

    body .product-top-line .text-side .product-attributes .product-attribute .product-attribute-label {
        font-size: 13px;
        margin: 0px 0px 4px 0px;
    }

    body .product-top-line .text-side .product-attributes .product-attribute .product-attribute-value {
        font-size: 13px;
    }

    body .product-top-line .text-side .product-attributes .product-attribute .product-attribute-value input {
        padding: 6px 8px;
        margin: 0px 0px 8px 0px;
        font-size: 13px;
        border-radius: 4px;
    }

    body .related-products .related-products-title {
        font-size: 26px;
        margin: 0px 0px 24px 0px;
    }
}

/* @import includes/_news.styl */
body .news-grid .row {
    flex-align: stretch;
    align-items: stretch;
}

body .news-page-title-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-align: start;
    align-items: flex-start;
}

body .news-page-title-wrapper .right-side {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    flex-align: end;
    align-items: flex-end;
}

body .news-page-title-wrapper .right-side .new-date {
    color: #ab8b3a;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    margin: 0px 0px 5px 0px;
}

body .news-page-title-wrapper .right-side .new-categories {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}

body .news-page-title-wrapper .right-side .new-categories .new-category {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    margin: 0px 0px 5px 5px;
    padding: 5px 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    line-height: 100%;
}

body .news-page-title-wrapper .right-side .new-categories .new-category.icon {
    padding: 5px;
}

body .news-page-title-wrapper .right-side .new-categories .new-category svg {
    width: 10px;
    height: 10px;
}

body .news-page-title-wrapper .right-side .button {
    filter: saturate(0);
}

body .new-holder {
    margin-bottom: 30px;
}

body .new-holder .new {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    flex-grow: 1;
    overflow: hidden;
}

body .new-holder .new .new-image {
    position: relative;
    margin: 0px 0px 10px 0px;
    padding: 100% 0px 0px 0px;
    overflow: hidden;
    background-color: #fff;
}

body .new-holder .new .new-image img {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    object-fit: contain;
}

body .new-holder .new .new-image .new-categories {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    position: absolute;
    top: 10px;
    left: 10px;
    max-width: calc(100% - 20px);
}

body .new-holder .new .new-image .new-categories .new-category {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    margin: 0px 5px 5px 0px;
    padding: 5px 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    line-height: 100%;
}

body .new-holder .new .new-image .new-categories .new-category.icon {
    padding: 5px;
}

body .new-holder .new .new-image .new-categories .new-category svg {
    width: 10px;
    height: 10px;
}

body .new-holder .new .new-date {
    color: #ab8b3a;
    font-size: 12px;
    font-weight: 400;
    line-height: 100%;
    margin: 0px 0px 5px 0px;
}

body .new-holder .new .new-title {
    color: #2d2e33;
    font-size: 16px;
    font-weight: 700;
    margin: 0px 0px 10px 0px;
}

body .new-holder .new .new-short {
    color: #2d2e33;
    font-size: 10px;
    font-weight: 400;
    line-height: 150%;
    opacity: 0.5;
}

@media screen and (min-width: 992px) and (max-width: 1220px) {
    /* @import includes/992-1200/_news.styl */
    body .news-page-title-wrapper .right-side .new-date {
        font-size: 13px;
        margin: 0px 0px 4px 0px;
    }

    body .news-page-title-wrapper .right-side .new-categories .new-category {
        margin: 0px 0px 4px 4px;
        padding: 4px 8px;
        border-radius: 8px;
        font-size: 8px;
    }

    body .news-page-title-wrapper .right-side .new-categories .new-category.icon {
        padding: 4px;
    }

    body .news-page-title-wrapper .right-side .new-categories .new-category svg {
        width: 8px;
        height: 8px;
    }

    body .new-holder {
        margin-bottom: 30px;
    }

    body .new-holder .new .new-image {
        margin: 0px 0px 8px 0px;
        padding: 100% 0px 0px 0px;
    }

    body .new-holder .new .new-image .new-categories {
        top: 8px;
        left: 8px;
        max-width: calc(100% - 16px);
    }

    body .new-holder .new .new-image .new-categories .new-category {
        margin: 0px 4px 4px 0px;
        padding: 4px 8px;
        border-radius: 8px;
        font-size: 8px;
    }

    body .new-holder .new .new-image .new-categories .new-category.icon {
        padding: 4px;
    }

    body .new-holder .new .new-image .new-categories .new-category svg {
        width: 8px;
        height: 8px;
    }

    body .new-holder .new .new-date {
        font-size: 10px;
        margin: 0px 0px 4px 0px;
    }

    body .new-holder .new .new-title {
        font-size: 13px;
        margin: 0px 0px 8px 0px;
    }

    body .new-holder .new .new-short {
        font-size: 8px;
    }
}

/* @import includes/_buttons.styl */
body .btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px 35px;
    gap: 10px;
    border-radius: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.05em;
    text-decoration: none;
    transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    cursor: pointer;
    box-sizing: border-box;
    outline: none;
    border: none;
}

body .btn--compact {
    padding: 10px 60px;
    height: 44px;
}

body .btn--gold {
    background-color: #ffd783;
    color: #191a23;
}

body .btn--gold:hover {
    background-color: #ffd170;
}

body .btn--outline-gold {
    background-color: transparent;
    border: 2px solid #ffd783;
    color: #ffd783;
}

body .btn--outline-gold:hover {
    background-color: rgba(255, 215, 131, 0.1);
}

body .btn--gold-shadow {
    background-color: #ffd783;
    color: #191a23;
    border: 0.5px solid #191a23;
    box-shadow: 0px 2.96px 0px 0px #191a23;
}

body .btn--gold-shadow:hover {
    transform: translateY(-2px);
    -o-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    box-shadow: 0px 5px 0px #191a23;
}

body .btn--gold-border {
    background-color: #ffd783;
    color: #191a23;
    border: 0.5px solid #191a23;
}

body .btn--gold-border:hover {
    background-color: #ffd170;
}

body .btn--dark {
    background-color: #191a23;
    color: #fff;
}

body .btn--dark:hover {
    background-color: #2c2d3d;
}

body .btn--black {
    background-color: #191a23;
    color: #fff;
}

body .btn--black:hover {
    background-color: #2c2d3d;
}

@media screen and (max-width: 767px) {
    body .btn {
        padding: 15px 25px;
        font-size: 18px;
    }

    body .btn--compact {
        padding: 8px 40px;
        height: 40px;
    }
}

/* @import includes/modal.styl */
.modal-container .modal-dialog {
    border-radius: 15px;
    background-color: #fff;
}

.modal-container .modal-dialog .modal-header {
    padding-top: 20px;
}

.modal-container .modal-dialog .modal-header .modal-header-close {
    top: 20px;
    right: 20px;
}

.modal-container .modal-dialog .modal-header .modal-header-title {
    color: #2d2e33;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
}

.modal-container .modal-dialog .modal-content .form .input label:not(.rating-star) {
    color: #2d2e33;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    order: 1;
    margin: 0px 0px 5px 0px;
}

.modal-container .modal-dialog .modal-content .form .input label:not(.rating-star) a {
    line-height: inherit;
}

.modal-container .modal-dialog .modal-content .form .input input,
.modal-container .modal-dialog .modal-content .form .input select {
    order: 2;
    color: #2d2e33;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    width: 100%;
    border: 1px solid #949494;
    background-color: #fff;
    border-radius: 5px;
    padding: 10px 15px;
}

.modal-container .modal-dialog .modal-content .form .input input::-webkit-input-placeholder,
.modal-container .modal-dialog .modal-content .form .input select::-webkit-input-placeholder {
    color: #949494;
}

.modal-container .modal-dialog .modal-content .form .input input::-moz-placeholder,
.modal-container .modal-dialog .modal-content .form .input select::-moz-placeholder {
    color: #949494;
}

.modal-container .modal-dialog .modal-content .form .input input:-moz-placeholder,
.modal-container .modal-dialog .modal-content .form .input select:-moz-placeholder {
    color: #949494;
}

.modal-container .modal-dialog .modal-content .form .input input:-ms-input-placeholder,
.modal-container .modal-dialog .modal-content .form .input select:-ms-input-placeholder {
    color: #949494;
}

.modal-container .modal-dialog .modal-content .form .input input:-webkit-autofill,
.modal-container .modal-dialog .modal-content .form .input select:-webkit-autofill,
.modal-container .modal-dialog .modal-content .form .input input:-webkit-autofill:hover,
.modal-container .modal-dialog .modal-content .form .input select:-webkit-autofill:hover,
.modal-container .modal-dialog .modal-content .form .input input:-webkit-autofill:focus,
.modal-container .modal-dialog .modal-content .form .input select:-webkit-autofill:focus {
    box-shadow: inset 0px 0px 0px 50px #fff;
    -webkit-text-fill-color: #2d2e33;
}

.modal-container .modal-dialog .modal-content .form .input select option[value=""] {
    color: #949494;
}

.modal-container .modal-dialog .modal-content .form .input select:invalid {
    color: #949494;
}

.modal-container .modal-dialog .modal-content .form .input .file-input {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    order: 2;
    margin-bottom: 0.5em;
}

.modal-container .modal-dialog .modal-content .form .input .file-input .filepond--credits {
    display: none;
}

.modal-container .modal-dialog .modal-content .form .input .file-input .filepond--file-info,
.modal-container .modal-dialog .modal-content .form .input .file-input .filepond--file-status {
    display: none;
}

.modal-container .modal-dialog .modal-content .form .input .file-input .filepond--panel-root {
    background-color: #fff;
    border: 1px solid #ffc0cb;
}

.modal-container .modal-dialog .modal-content .form .input .file-input .filepond--drop-label label {
    color: #828282;
    font-weight: 500;
}

.modal-container .modal-dialog .modal-content .form .input .file-input .filepond--drop-label .filepond--label-action {
    text-decoration-color: #828282;
}

.modal-container .modal-dialog .modal-content .form .input .file-input .filepond--image-preview-overlay {
    display: none;
}

.modal-container .modal-dialog .modal-content .form .input .file-input .filepond--image-preview {
    background-color: #828282;
}

.modal-container .modal-dialog .modal-content .form .input small {
    order: 3;
    color: #828282;
    font-weight: 300;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    /* @import includes/768-991/modal.styl */
    .modal-container .modal-dialog {
        border-radius: 15px;
    }

    .modal-container .modal-dialog .modal-header {
        padding-top: 20px;
    }

    .modal-container .modal-dialog .modal-header .modal-header-close {
        top: 20px;
        right: 20px;
    }

    .modal-container .modal-dialog .modal-header .modal-header-title {
        font-size: 32px;
        line-height: 40px;
    }

    .modal-container .modal-dialog .modal-content .form .input label:not(.rating-star) {
        font-size: 16px;
        line-height: 24px;
        margin: 0px 0px 5px 0px;
    }

    .modal-container .modal-dialog .modal-content .form .input input,
    .modal-container .modal-dialog .modal-content .form .input select {
        font-size: 16px;
        line-height: 20px;
        border-radius: 5px;
        padding: 10px 15px;
    }
}

@media screen and (max-width: 767px) {
    /* @import includes/480-767/modal.styl */
    .modal-container {
        padding: 10px 0px;
    }

    .modal-container .modal-dialog {
        border-radius: 12px;
    }

    .modal-container .modal-dialog .modal-header {
        padding-top: 16px;
    }

    .modal-container .modal-dialog .modal-header .modal-header-close {
        top: 16px;
        right: 16px;
    }

    .modal-container .modal-dialog .modal-header .modal-header-title {
        font-size: 22px;
        line-height: 30px;
    }

    .modal-container .modal-dialog .modal-content .form .input label:not(.rating-star) {
        font-size: 13px;
        line-height: 19px;
        margin: 0px 0px 4px 0px;
    }

    .modal-container .modal-dialog .modal-content .form .input input,
    .modal-container .modal-dialog .modal-content .form .input select {
        font-size: 13px;
        line-height: 16px;
        border-radius: 4px;
        padding: 8px 12px;
    }
}

.page-head {
    padding: 0 20px
}

article.wrapper {
    padding: 0 20px
}

@supports (-webkit-touch-callout: none) {
    body:has(.theme-header__nav.is-open),
    html:has(.theme-header__nav.is-open) {
        position: fixed;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
}

#breadcrumbs {
    font-size: 14px;
    color: #777;
    padding: 10px 20px;
}

#breadcrumbs a {
    text-decoration: none;
    color: #333;
    transition: color 0.2s;
}

#breadcrumbs a:hover {
    color: #d4af37;
    text-decoration: underline;
}

#breadcrumbs span:last-child {
    font-weight: bold;
    color: #000;
}

.article-body,
.page-content,
.seo-text {
    padding-left: 15px;
    padding-right: 15px;
}

.article-body img,
.page-content img,
.seo-text img,
.wp-block-image img {
    width: auto;
    height: auto;
    max-width: min(100%, 800px);
    display: block;
    margin: 0 auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.article-body figure,
.page-content figure,
.wp-block-image {
    margin-block: clamp(10px, 3vw, 40px);
    text-align: center;
}

.article-body h2, .page-content h2, .seo-text h2,
.article-body h3, .page-content h3, .seo-text h3 {
    margin-top: 50px;
    margin-bottom: 20px;
    line-height: 1.3;
    color: #222;
}

.article-body > h2:first-child {
    margin-top: 0;
}

.article-body p,
.page-content p {
    margin-bottom: 20px;
    line-height: 1.6;
    font-size: 17px;
    text-indent: 30px;
}

.blog-hero-image img {
    max-height: 400px;
    width: 100% !important;
    object-fit: cover;
    margin-bottom: 30px;
    border-radius: 12px;
}

.article-body ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

.article-body ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
}

.article-body ul li::before {
    content: "✔";
    color: #d4af37;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
}

.blog-tip-box {
    background-color: #fcfbf5;
    border-left: 4px solid #d4af37;
    padding: 20px;
    margin: 25px 0;
    border-radius: 0 8px 8px 0;
    font-size: 0.95em;
}

.blog-faq-item {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
}

.blog-faq-question {
    font-weight: 700;
    color: #333;
    margin-bottom: 8px;
    display: block;
}

.contact-dial {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 9999;
}

.contact-dial__toggle {
    width: 56px;
    height: 56px;
    border-radius: 999px;
    border: 0;
    padding: 0;
    cursor: pointer;
    display: grid;
    place-items: center;

    background: #b38038;
    color: #fff;
    box-shadow: 0 10px 26px rgba(0, 0, 0, .22);
}

.contact-dial__toggle-icon {
    width: 26px;
    height: 26px;
    display: block;
}

.contact-dial__menu {
    position: absolute;
    right: 0;
    bottom: 66px;
    display: grid;
    gap: 10px;

    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
    transition: opacity .18s ease, transform .18s ease;
}

.contact-dial.is-open .contact-dial__menu {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.contact-dial__item {
    width: 52px;
    height: 52px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    text-decoration: none;

    background: #fff;
    box-shadow: 0 10px 26px rgba(0, 0, 0, .18);
}

.contact-dial__icon {
    width: 26px !important;
    height: 26px !important;
    display: block !important;
    max-width: none !important;
    border-radius: 0 !important;
    object-fit: contain !important;
    filter: none !important;
    transform: none !important;
}

/* prefer-reduced-motion */
@media (prefers-reduced-motion: reduce) {
    .contact-dial__menu {
        transition: none;
    }
}


/* Safari and Mobile compatibility fixes */
@supports not (gap: 1px) {
  .theme-header__content { gap: 0; }
  .theme-header__content > * + * { margin-left: 40px; }
  @media (max-width: 991px) {
    .theme-header__content > * + * { margin-left: 0; margin-top: 20px; }
  }
}

img {
  height: auto;
  max-width: 100%;
}

select, input, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Dropdown Menu Styles */
.theme-dropdown {
    position: relative;
    display: flex;
    align-items: center;
}
.theme-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #191a23;
    list-style: none;
    padding: 10px 0;
    margin: 0;
    min-width: 100px;
    display: none;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    z-index: 100;
    border: 1px solid #333;
}
.theme-dropdown:hover .theme-dropdown-menu {
    display: block;
}
.theme-dropdown-menu li {
    margin: 0 !important;
}
.theme-dropdown-menu li a {
    display: block;
    padding: 12px 25px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s;
    text-align: left;
}
.theme-dropdown-menu li a:hover {
    background-color: #ffd783;
    color: #191a23;
}

/* Mobile Nav for Dropdown */
@media (max-width: 991px) {
    .theme-header__nav.is-open .theme-dropdown {
        flex-direction: column;
        width: 100%;
    }
    .theme-header__nav.is-open .theme-dropdown-menu {
        display: block;
        position: static;
        background: rgba(255,255,255,0.05);
        box-shadow: none;
        padding: 10px 0;
        margin-top: 15px;
        transform: none;
        min-width: 100%;
        border: none;
        border-radius: 10px;
    }
    .theme-header__nav.is-open .theme-dropdown-menu li a {
        font-size: 18px;
        padding: 10px 0;
        text-align: center;
        opacity: 0.7;
    }
    .theme-header__nav.is-open .theme-dropdown-toggle::after {
        content: \" \\25BC\";
        font-size: 12px;
        vertical-align: middle;
    }
}



/* Fix Modal Display & Checkboxes */
.modal-container {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    /* background moved to modal-bg */
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.modal-container .modal-dialog {
    margin: auto;
    max-height: 90vh;
    overflow-y: auto;
    padding: 30px;
    width: 100%;
    max-width: 500px;
    box-sizing: border-box;
    position: relative;
}
.modal-container .modal-dialog .modal-header {
    padding-top: 0;
    margin-bottom: 20px;
    text-align: center;
}
.modal-container .modal-dialog .modal-header-title {
    font-size: 28px;
}
.modal-container .modal-dialog .modal-header-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 24px;
    color: #232323;
    line-height: 1;
    transition: transform 0.2s ease, color 0.2s ease;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    background: transparent;
}
.modal-container .modal-dialog .modal-header-close svg {
    width: 20px;
    height: 20px;
}
.modal-container .modal-dialog .modal-header-close:hover {
    color: #FFD783;
    transform: rotate(90deg);
}
.modal-container .form .input {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}
.modal-container .form .input input[type="text"],
.modal-container .form .input input[type="tel"],
.modal-container .form .input select {
    width: 100%;
    height: 50px;
    background: #f8f8f8;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    padding: 0 15px;
    font-size: 16px;
    color: #191a23;
    outline: none;
    transition: border-color 0.3s;
    -webkit-appearance: none;
    appearance: none;
}
.modal-container .form .input input:focus,
.modal-container .form .input select:focus {
    border-color: #191a23;
}
/* Form Checkboxes 152-FZ */
.modal-container .form .input.checkbox-group { 
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 15px;
}
.modal-container .form .input.checkbox-group .error-msg {
    order: 2;
    width: 100%;
    text-align: center;
    margin-top: 5px;
}
.modal-container .form .input.checkbox-group input[type="checkbox"] {
    order: 0;
    width: 20px;
    height: 20px;
    margin-top: 3px;
    cursor: pointer;
    -webkit-appearance: checkbox;
    appearance: checkbox;
}
.modal-container .form .input.checkbox-group label {
    order: 1;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
    color: #666 !important;
    margin: 0 !important;
}
.modal-container .form .input.checkbox-group label a {
    color: #b48138;
    text-decoration: underline;
}
.modal-container .form .input.checkbox-group .error-msg {
    display: none;
    order: 2;
    width: 100%;
    text-align: center;
    margin-top: 5px;
    color: #ff3333;
    font-size: 13px;
}
.modal-container .form .input.checkbox-group.error .error-msg {
    display: block;
}
.modal-container .form button[type="submit"],
.modal-container .modal-dialog .modal-footer .button {
    width: 100%;
    padding: 20px 35px;
    background-color: #FFD783;
    color: #191A23;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.05em;
    border-radius: 14px;
    border: 0.5px solid #191A23;
    box-shadow: 0px 3px 0px #191A23;
    margin-top: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-container .form button[type="submit"]:hover,
.modal-container .modal-dialog .modal-footer .button:hover {
    transform: translateY(-2px);
    box-shadow: 0px 5px 0px #191A23;
}
.modal-container .modal-dialog .modal-footer .button.inverse {
    background-color: transparent;
    color: #FFD783;
    border: 2px solid #FFD783;
    box-shadow: none;
}
.modal-container .modal-dialog .modal-footer .button.inverse:hover {
    background-color: rgba(255, 215, 131, 0.1);
    transform: none;
}
/* Error messages in forms */
.modal-container .form .input .error-msg {
    display: none;
    color: #ff3333;
    font-size: 13px;
    margin-top: 5px;
}
.modal-container .form .input.error .error-msg {
    display: block;
}
.modal-container .form .input.error input,
.modal-container .form .input.error select {
    border-color: #ff3333;
}

.modal-container .modal-dialog.success .modal-header-title {
    color: #28a745;
}

.modal-container .modal-dialog.success .modal-content {
    text-align: center;
    color: #28a745;
    font-size: 18px;
    font-weight: 500;
}

.modal-container .modal-dialog.error .modal-header-title {
    color: #ff3333;
}

.modal-container .modal-dialog.error .modal-content {
    text-align: center;
    color: #ff3333;
    font-size: 18px;
}



.modal-bg {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, .65);
    opacity: 0;
    transition: opacity .3s ease;
    pointer-events: none;
}
.modal-bg.open { opacity: 1; pointer-events: auto; }
.modal-container { opacity: 0; visibility: hidden; transition: opacity .3s ease, visibility .3s ease; }
.modal-container.open { opacity: 1; visibility: visible; }

/* Site contacts and consultation CTA */
.site-phone-brand { display: inline-flex; align-items: center; gap: 11px; color: #fff; text-decoration: none; white-space: nowrap; }
.site-phone-brand--mobile { display: none; }
.site-phone-brand__mark { width: 48px; height: 48px; border: 3px solid #fff; border-radius: 50%; display: block; color: #fff; text-decoration: none; }
.site-phone-brand__mark:visited, .site-phone-brand__mark:hover, .site-phone-brand__mark:focus { color: #fff; border-color: #fff; text-decoration: none; }
.site-phone-brand__number { color: #fff; font-size: 22px; font-weight: 600; letter-spacing: .02em; transition: color .2s ease; }
.site-phone-brand:hover .site-phone-brand__number { color: #ffd783; }
.theme-header__content { gap: 34px; min-height: 80px; }
.theme-header__request-btn { flex: 0 0 auto; padding: 13px 20px; border: 1px solid #ffd783; border-radius: 12px; background: #ffd783; color: #191a23; font-size: 16px; font-weight: 600; box-shadow: 0 3px 0 #9f6d26; transition: transform .2s ease, box-shadow .2s ease; }
.theme-header__request-btn:hover { transform: translateY(-2px); box-shadow: 0 5px 0 #9f6d26; }
.theme-header__nav-contacts { display: none; }
.theme-header__messenger { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: #fff; transition: transform .2s ease; }
.theme-header__messenger:hover { transform: translateY(-2px); }
.theme-header__messenger img { width: 21px; height: 21px; object-fit: contain; }
.theme-header__messenger--max img, .contact-dial__item--max img { filter: grayscale(1) contrast(1.8); }
.theme-header__nav-phone { color: #ffd783; font-size: 18px; font-weight: 600; text-decoration: none; }
.site-cta { padding: 76px 0 38px; background: #ededed; }
.site-cta__inner { max-width: 900px; margin: 0 auto; padding: 52px; text-align: center; border: 1px solid #191a23; border-radius: 32px; background: #fff; box-shadow: 0 6px 0 #191a23; }
.site-cta h2 { margin: 0; color: #191a23; font-size: clamp(29px, 4vw, 44px); font-weight: 600; line-height: 1.1; }
.site-cta p { margin: 16px 0 30px; color: #45454d; font-size: 19px; line-height: 1.35; }
.site-cta__actions { display: flex; justify-content: center; gap: 18px; }
.site-cta__button { min-height: 58px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 22px; border: 1px solid #191a23; border-radius: 14px; box-shadow: 0 3px 0 #191a23; color: #fff; background: #191a23; font-size: 17px; font-weight: 600; line-height: 1.2; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.site-cta__button:hover { transform: translateY(-2px); box-shadow: 0 5px 0 #191a23; background: #b48138; }
.site-cta__button--phone { background: #ffd783; color: #191a23; }
.site-cta__button--phone:hover { background: #f3c164; }
.site-cta__button img, .site-cta__button svg { width: 21px; height: 21px; flex: 0 0 21px; }
.site-cta__button--phone svg { fill: currentColor; filter: none; }
.theme-footer__legal { padding: 16px 53px 0; color: #fff; font-size: 13px; line-height: 1.5; }
.theme-footer__legal p { margin: 0 0 6px; line-height: 1.5; }
.contact-dial__toggle { width: 72px; height: 72px; animation: contact-dial-pulse 2.6s ease-in-out infinite; }
.contact-dial__toggle-icon { width: 31px; height: 31px; }
.contact-dial__menu { bottom: 82px; gap: 12px; }
.contact-dial__item { width: 62px; height: 62px; }
.contact-dial__icon { width: 31px !important; height: 31px !important; image-rendering: -webkit-optimize-contrast; }
@keyframes contact-dial-pulse { 0%, 100% { box-shadow: 0 10px 26px rgba(0,0,0,.22), 0 0 0 0 rgba(179,128,56,.45); } 50% { box-shadow: 0 10px 26px rgba(0,0,0,.22), 0 0 0 12px rgba(179,128,56,0); } }
@media (prefers-reduced-motion: reduce) { .contact-dial__toggle { animation: none; } }
@media (max-width: 1200px) { .theme-header__content { gap: 18px; } .theme-header__nav { gap: 16px; } .theme-header__nav-item { font-size: 16px; } .site-phone-brand__number { font-size: 18px; } }
@media (max-width: 767px) {
  .theme-header__content { min-height: 80px; flex-direction: row; align-items: center; justify-content: space-between; }
  .theme-header__logo { max-width: calc(100% - 58px); }
  .site-logo-desktop { display: none; }
  .site-phone-brand--mobile { display: inline-flex; }
  .site-phone-brand__mark { width: 42px; height: 42px; }
  .site-phone-brand__number { font-size: 17px; }
  .theme-header__request-btn { display: none; }
  .theme-header__menu-icon { top: 30px; }
  .theme-header__nav.is-open { justify-content: flex-start; gap: 0; overflow-y: auto; padding-top: 90px; }
  .theme-header__nav.is-open .theme-header__nav-item { margin-bottom: 23px; }
  .theme-header__nav-contacts { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 12px; margin-top: 8px; }
  .theme-header__nav-phone { width: 100%; margin-bottom: 6px; text-align: center; font-size: 20px; }
  .site-cta { padding: 42px 0 20px; }
  .site-cta__inner { padding: 34px 20px; border-radius: 24px; }
  .site-cta__actions { flex-direction: column; }
  .site-cta__button { width: 100%; min-height: 64px; padding: 12px; font-size: 15px; line-height: 1.25; text-align: center; white-space: normal; }

  .blog-pagination { gap: 5px; margin-top: 28px; }
  .blog-pagination .page-numbers,
  .blog-pagination__ellipsis { min-width: 36px; height: 36px; padding: 0 8px; font-size: 15px; }
  .blog-pagination .page-numbers.prev,
  .blog-pagination .page-numbers.next { min-width: 36px; font-size: 0; }
  .blog-pagination .page-numbers.prev::after { content: '←'; font-size: 18px; }
  .blog-pagination .page-numbers.next::after { content: '→'; font-size: 18px; }
  .theme-footer__legal { padding: 18px 20px 0; text-align: center; font-size: 12px; }
  .contact-dial { right: 14px; bottom: 14px; }
  .contact-dial__toggle { width: 64px; height: 64px; }
  .contact-dial__item { width: 56px; height: 56px; }
  .contact-dial__menu { bottom: 74px; }
}
@media (max-width: 375px) { .site-cta__button { font-size: 14px; } }

/* Modal request form — matched to the calculator control style. */
.modal-container .modal-dialog {
    max-width: 620px;
    padding: 46px;
    border-radius: 42px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(25, 26, 35, .22);
}
.modal-container .modal-dialog .modal-header { margin-bottom: 30px; }
.modal-container .modal-dialog .modal-header-title {
    color: #191a23;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.15;
}
.modal-container .modal-dialog .modal-header-close { top: 22px; right: 22px; width: 36px; height: 36px; }
.modal-container .modal-dialog .modal-header-close svg { width: 28px; height: 28px; }
.modal-container .form .input { margin-bottom: 18px; }
.modal-container .form .input label:not(.rating-star) {
    margin: 0 0 9px;
    color: #191a23;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.25;
}
.modal-container .form .input input[type="text"],
.modal-container .form .input input[type="tel"] {
    height: 68px;
    padding: 0 24px;
    border: 1px solid #e3e3e3;
    border-radius: 19px;
    background: #f8f8f8;
    color: #191a23;
    font-size: 18px;
}
.modal-container .form .input input:focus { border-color: #191a23; background: #fff; }
.modal-container .form .input.checkbox-group {
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 12px;
    margin: 26px 0 18px;
}
.modal-container .form .input.checkbox-group input[type="checkbox"] { flex: 0 0 26px; width: 26px; height: 26px; margin: 1px 0 0; }
.modal-container .form .input.checkbox-group label { flex: 1; color: #555 !important; font-size: 14px !important; line-height: 1.45 !important; }
.modal-container .form .input.checkbox-group .error-msg { order: 3; width: 100%; margin-top: 0; text-align: left; }
.modal-container .form button[type="submit"],
.modal-container .modal-dialog .modal-footer .button {
    min-height: 72px;
    margin-top: 0;
    padding: 16px 28px;
    border: 0;
    border-radius: 17px;
    box-shadow: none;
    background: #191a23;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 0;
}
.modal-container .form button[type="submit"]:hover,
.modal-container .modal-dialog .modal-footer .button:hover { background: #30313c; transform: translateY(-1px); box-shadow: none; }
.modal-container .modal-dialog:has(.request-modal-form) {
    max-width: 920px;
    padding: 50px;
    border-radius: 48px;
}
.request-modal-form__fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px;
}
.request-modal-form__fields .input { margin: 0; }
.request-modal-form__fields .input label { font-size: 21px !important; line-height: 1.2 !important; margin-bottom: 17px !important; }
.request-modal-form__fields .input input[type="text"],
.request-modal-form__fields .input input[type="tel"] { height: 76px; border-radius: 20px; }
.request-modal-form__checkbox {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
    gap: 14px !important;
    margin: 48px 0 0 !important;
}
.request-modal-form__checkbox input[type="checkbox"] {
    order: 0 !important;
    flex: 0 0 30px !important;
    width: 30px !important;
    height: 30px !important;
    margin: 0 !important;
    border: 2px solid #191a23 !important;
    border-radius: 8px !important;
    appearance: none !important;
    background: #fff !important;
}
.request-modal-form__checkbox input[type="checkbox"]:checked { background: #191a23 !important; box-shadow: inset 0 0 0 6px #fff !important; }
.request-modal-form__checkbox label {
    order: 1 !important;
    flex: 1 !important;
    margin: 0 !important;
    color: #191a23 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 1.25 !important;
}
.request-modal-form__checkbox .error-msg { order: 2 !important; width: 100% !important; margin: 0 !important; }
.request-modal-form__notice {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 168px;
    flex-direction: column;
    gap: 11px;
    margin: 112px 0 50px;
    padding: 28px 42px;
    border-radius: 25px;
    background: #ffedb7;
    color: #191a23;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.28;
    text-align: center;
}
.request-modal-form__notice strong { color: #191a23; font-size: 48px; font-weight: 700; line-height: 1; }
.request-modal-form > .button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(500px, 100%);
    height: 72px;
    min-height: 72px;
    margin: 0 auto;
    border-radius: 17px;
    background: #191a23;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
.request-modal-form__consent {
    width: min(500px, 100%);
    margin: 17px auto 0;
    color: #a0a0a0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
    text-align: left;
}
.request-modal-form__consent a { color: #6e6e6e; text-decoration: underline; }
@media (max-width: 575px) {
    .modal-container .modal-dialog { width: calc(100% - 24px); max-height: calc(100vh - 24px); padding: 38px 22px 26px; border-radius: 28px; }
    .modal-container .modal-dialog .modal-header { margin-bottom: 24px; }
    .modal-container .modal-dialog .modal-header-title { font-size: 28px; padding-right: 25px; }
    .modal-container .modal-dialog .modal-header-close { top: 16px; right: 14px; }
    .modal-container .form .input input[type="text"], .modal-container .form .input input[type="tel"] { height: 60px; border-radius: 16px; font-size: 16px; }
    .modal-container .form button[type="submit"], .modal-container .modal-dialog .modal-footer .button { min-height: 62px; font-size: 17px; }
    .modal-container .modal-dialog:has(.request-modal-form) { padding: 38px 22px 28px; border-radius: 30px; }
    .request-modal-form__fields { grid-template-columns: 1fr; gap: 18px; }
    .request-modal-form__fields .input label { font-size: 17px !important; margin-bottom: 9px !important; }
    .request-modal-form__fields .input input[type="text"], .request-modal-form__fields .input input[type="tel"] { height: 62px; }
    .request-modal-form__checkbox { margin-top: 32px !important; gap: 10px !important; }
    .request-modal-form__checkbox input[type="checkbox"] { flex-basis: 26px !important; width: 26px !important; height: 26px !important; }
    .request-modal-form__checkbox label { font-size: 15px !important; }
    .request-modal-form__notice { min-height: 124px; margin: 64px 0 30px; padding: 22px; border-radius: 20px; font-size: 17px; }
    .request-modal-form__notice strong { font-size: 30px; }
    .request-modal-form > .button { height: 62px; min-height: 62px; font-size: 17px; }
    .request-modal-form__consent { margin-top: 13px; font-size: 12px; }
}

.contact-form-text{margin-bottom:36px;display:flex;gap:36px}.contact-form-title{font-family:'Roboto',sans-serif;font-weight:500;font-size:32px;line-height:1.3em;letter-spacing:2px;color:#191a23;margin-bottom:10px}.contact-form-subtitle{font-family:'Roboto',sans-serif;font-weight:400;font-size:18px;line-height:1.3em;letter-spacing:1px;color:#191a23;max-width:450px}.contact-form-container{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.contact-form-form{flex:1;background-color:#fff;border:1px solid #191a23;border-radius:45px;box-shadow:0 5px 0 0 rgba(25,26,35,1);padding:35px}.contact-form-fields{display:flex;flex-direction:column;gap:30px}.contact-form-field{width:100%}.contact-form-field input{width:100%;padding:18px 30px;border:1px solid #191a23;border-radius:14px;font-family:'Roboto',sans-serif;font-weight:400;font-size:18px;line-height:1.3em;letter-spacing:.05em;color:#191a23;background-color:#fff;transition:all .3s ease}.contact-form-field input::placeholder{color:#b5b5b5}.contact-form-field input:focus{outline:none;border-color:#ffd783}.phone-input-container{position:relative;display:flex;align-items:center}.flag-icon{position:absolute;left:20px;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.phone-input-container input{padding-left:55px !important}.contact-form-checkbox-field{margin-bottom:0}.contact-form-checkbox-label{display:flex;align-items:flex-start;cursor:pointer;font-family:'Roboto',sans-serif;font-weight:400;font-size:16px;line-height:1.4;gap:12px;color:#191a23;letter-spacing:1px}.contact-form-checkbox{display:none}.checkbox-custom{min-width:22px;height:22px;border:2px solid #191a23;border-radius:6px;background:#fff;position:relative;margin-top:1px;transition:all .3s ease}.contact-form-checkbox:checked+.checkbox-custom{background:#ffd783;border-color:#191a23}.contact-form-checkbox:checked+.checkbox-custom:after{content:'✓';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#191a23;font-size:16px;font-weight:700}.checkbox-text{color:#191a23}.privacy-link{color:#191a23;text-decoration:underline;transition:color .3s ease}.privacy-link:hover{color:#ffd783;text-decoration:none}.contact-form-links{margin-top:0;text-align:center;font-size:14px;font-family:'Roboto',sans-serif}.form-document-link{color:#b5b5b5;text-decoration:underline;transition:color .3s ease;font-weight:400;letter-spacing:1px}.form-document-link:hover{color:#191a23}.links-separator{margin:0 12px;color:#b5b5b5}.contact-form-form.has-focus .contact-form-button .btn--black{background-color:#ffd783;color:#191a23}.contact-form-form.has-focus .contact-form-button .btn--black:hover{background-color:#fee4ad}.contact-form-image{flex:0 0 40%;max-width:40%;border-radius:45px;overflow:hidden;display:flex;align-items:center;justify-content:center}.contact-form-button .btn{width:100%}.contact-form-image img{width:100%;height:100%;object-fit:contain}.contact-form-block .check-icon{display:inline-block;width:60px;height:60px;background-color:#4caf50;color:#fff;border-radius:50%;font-size:40px;line-height:60px;margin-bottom:20px}.error-msg{color:#d62718;font-size:18px;margin-block:.5rem;padding:.5rem;background-color:#ffebee;border-radius:4px;font-family:'Roboto',sans-serif;display:block;width:100%;box-sizing:border-box;animation:fadeIn .3s ease-in-out}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.success-msg{color:#4caf50;font-size:16px;text-align:center;padding:20px;background-color:#e8f5e9;border-radius:10px;font-family:'Roboto',sans-serif}.contact-form-checkbox-label.error .checkbox-custom{border-color:#d62718;animation:shake .3s}.contact-form-checkbox-label:hover:after{content:'Это обязательное поле';position:absolute;background:#d62718;color:#fff;padding:5px 10px;border-radius:5px;font-size:12px;top:-30px;left:0}.form-error-msg{background-color:#ffebee;color:#d62718;padding:10px;margin-bottom:20px;border-radius:5px;font-size:16px;text-align:center;border:1px solid #d62718}@keyframes shake{0%{transform:translateX(0)}25%{transform:translateX(-5px)}50%{transform:translateX(5px)}75%{transform:translateX(-5px)}100%{transform:translateX(0)}}@media screen and (max-width:1200px){.contact-form-block .wrapper{padding:0 50px}.contact-form-container{gap:50px}}@media screen and (max-width:992px){.contact-form-block .wrapper{padding:0 30px}.contact-form-container{gap:30px}.contact-form-form{padding:30px 25px}.contact-form-title{font-size:28px}.contact-form-checkbox-label{font-size:18px}.contact-form-links{font-size:13px}}@media screen and (max-width:576px){.contact-form-container{flex-direction:column;gap:20px}.contact-form-container .btn{width:100%;padding:20px 25px;font-size:20px}.contact-form-image{flex:0 0 100%;max-width:100%;max-height:420px}.contact-form-block .wrapper{padding:0 20px}.contact-form-title{font-size:26px;line-height:1em;letter-spacing:.05em}.contact-form-subtitle{font-size:16px;line-height:1.2em;letter-spacing:.03em}.contact-form-text{flex-direction:column;gap:0;margin-bottom:30px}.contact-form-fields{gap:20px}.contact-form-form{padding:20px;border-radius:45px}.contact-form-field input{padding:16px 20px;font-size:18px;border-radius:14px}.contact-form-checkbox-label{font-size:14px;gap:10px}.checkbox-custom{min-width:20px;height:20px}.contact-form-checkbox:checked+.checkbox-custom:after{font-size:14px}.contact-form-links{font-size:12px;margin-top:10px}.contact-form-policy{font-size:18px;text-align:left}.contact-form-block .contact-form-checkbox-field .error-msg{margin-left:30px;font-size:13px}}@media screen and (max-width:330px){.contact-form-block{padding:0;margin-bottom:30px}.contact-form-text{flex-direction:column;gap:10px;margin-bottom:20px;padding:0 20px}.contact-form-title{font-family:'Roboto',sans-serif;font-weight:500;font-size:26px;line-height:1em;letter-spacing:.05em;color:#191a23}.contact-form-subtitle{font-family:'Roboto',sans-serif;font-weight:400;font-size:16px;line-height:1.2em;color:#191a23;max-width:100%}.contact-form-container{flex-direction:column;gap:60px;margin-bottom:0;padding:0 20px}.contact-form-form{width:100%;background-color:#fff;border:1px solid #191a23;border-radius:45px;box-shadow:0 5px 0 0 rgba(25,26,35,1);padding:40px 30px}.contact-form-fields{display:flex;flex-direction:column;gap:20px}.contact-form-field{width:100%}.contact-form-field input::placeholder{color:#b5b5b5}.contact-form-checkbox-label{font-size:13px;gap:8px;line-height:1.3}.checkbox-custom{min-width:18px;height:18px}.contact-form-checkbox:checked+.checkbox-custom:after{font-size:12px}.contact-form-links{font-size:11px;margin-top:8px}.links-separator{margin:0 8px}.contact-form-button{width:100%;display:flex;justify-content:center;align-items:center;background-color:#191a23;color:#fff;padding:20px 0;border-radius:14px;font-family:'Roboto',sans-serif;font-weight:500;font-size:20px;line-height:1.2em;letter-spacing:.05em}.contact-form-policy{font-family:'Roboto',sans-serif;font-weight:400;font-size:18px;line-height:1.3em;color:#191a23;text-align:center;margin-top:20px}.contact-form-image{display:none}.contact-form-block .contact-form-checkbox-field .error-msg{margin-left:26px;font-size:12px}}.contact-form-button .btn.loading,.contact-form-button .btn.sending{background-color:#ccc !important;color:#666 !important;cursor:not-allowed !important;pointer-events:none;position:relative}.contact-form-button .btn.loading:after,.contact-form-button .btn.sending:after{content:'';position:absolute;right:15px;top:50%;transform:translateY(-50%);width:16px;height:16px;border:2px solid #666;border-top:2px solid transparent;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:translateY(-50%) rotate(0deg)}100%{transform:translateY(-50%) rotate(360deg)}}.contact-form-button .btn.disabled{background-color:#ddd !important;color:#999 !important;cursor:not-allowed !important;pointer-events:none}.cooldown-message{background-color:#fff3cd;border:1px solid #ffeaa7;color:#856404;padding:12px 16px;border-radius:8px;margin-bottom:16px;font-size:14px;text-align:center;animation:pulse 2s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:.7}100%{opacity:1}}.error-msg{color:#d62718;font-size:14px;margin-top:8px;padding:8px 12px;background-color:#ffebee;border:1px solid #ffcdd2;border-radius:6px;font-family:'Roboto',sans-serif;display:block;width:100%;box-sizing:border-box;animation:slideDown .3s ease-out}@keyframes slideDown{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.success-msg{color:#2e7d32;font-size:16px;text-align:center;padding:24px;background-color:#e8f5e9;border:1px solid #c8e6c9;border-radius:12px;font-family:'Roboto',sans-serif;box-shadow:0 2px 8px rgba(46,125,50,.1);animation:successFadeIn .5s ease-out}@keyframes successFadeIn{from{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.security-indicator{position:absolute;top:-8px;right:-8px;width:16px;height:16px;background-color:#4caf50;border-radius:50%;border:2px solid #fff;box-shadow:0 1px 3px rgba(0,0,0,.2)}.security-indicator.warning{background-color:#ff9800}.security-indicator.error{background-color:#f44336}.contact-form-field.blocked input{background-color:#f5f5f5;color:#999;cursor:not-allowed;pointer-events:none}.contact-form-button .btn:not(.sending):not(.disabled):hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(25,26,35,.2);transition:all .3s ease}.contact-form-field input:focus{outline:none;border-color:#ffd783;box-shadow:0 0 0 3px rgba(255,215,131,.2);transition:all .3s ease}@media screen and (max-width:576px){.cooldown-message{font-size:13px;padding:10px 12px}.error-msg{font-size:13px;padding:6px 10px}.success-msg{font-size:15px;padding:20px}.contact-form-button .btn.sending:after{width:14px;height:14px;right:12px}}
.about-block{padding:80px 0}.about-card{display:flex;align-items:center;gap:100px;padding:50px;background:linear-gradient(to bottom,#f6cc73,#fad68e);border-radius:45px;border:1px solid #191a23;box-shadow:0 5px 0 0 #191a23;max-width:1240px}.about-image{flex-shrink:1;max-width:280px}.about-image img{display:block;max-width:100%;height:auto;border-radius:10px}.about-content{display:flex;flex-direction:column;gap:25px}.about-title{font-family:'Roboto',sans-serif;font-weight:500;font-size:40px;line-height:1.17;color:#0b0b0b;margin:0}.about-text{font-family:'Roboto',sans-serif;font-weight:400;color:#0b0b0b;margin:0}.about-text p{font-size:18px !important;line-height:1.17;margin-top:0;margin-bottom:10px}.about-text p:last-child{margin-bottom:0;line-height:21px}.about-button .btn{display:inline-flex;align-items:center;justify-content:center;background:#191a23;color:#fff;font-family:'Roboto',sans-serif;font-weight:400;font-size:20px;line-height:1.4;text-decoration:none;padding:20px 35px;border-radius:14px;border:1px solid #0b0b0b;transition:background .3s,color .3s;-o-transition:background .3s,color .3s;-ms-transition:background .3s,color .3s;-moz-transition:background .3s,color .3s;-webkit-transition:background .3s,color .3s}.about-button .btn:hover{background:#0b0b0b}@media screen and (max-width:1400px){.about-card{gap:100px}}@media screen and (max-width:1200px){.about-block .wrapper{padding:0 40px}.about-card{padding:40px;gap:60px}.about-title{font-size:36px}.about-text{font-size:16px}.about-button .btn{font-size:18px;padding:15px 30px}}@media screen and (max-width:991px){.about-card{flex-direction:column;gap:30px}.about-content{max-width:100%;width:100%;text-align:center}.about-button{display:flex;justify-content:center}}@media screen and (max-width:767px){.about-block{padding:30px 0}.about-block .wrapper{padding:0 20px}.about-card{padding:30px;border-radius:45px}.about-title{font-size:32px}.about-text{font-size:15px}.about-button{justify-content:flex-start}.about-button .btn{font-size:20px;padding:17px 35px;border-radius:14px}}@media screen and (max-width:480px){.about-image{max-width:290px}.about-content{text-align:left}.about-card{gap:42px;padding-top:40px;padding-right:28px;padding-left:28px;padding-bottom:38px}.about-title{font-size:36px;letter-spacing:.05em;line-height:100%}.about-content{gap:20px}}@media screen and (max-width:330px){.about-block{padding:0;margin-bottom:30px}.about-block .wrapper{padding:0 20px}.about-card{padding:40px 30px;border-radius:45px;border:1px solid #191a23;box-shadow:0 5px 0 0 #191a23;flex-direction:column;gap:40px}.about-image{width:100%;max-width:100%;order:1}.about-content{order:2;display:flex;flex-direction:column;gap:20px;text-align:left}.about-title{font-family:'Roboto',sans-serif;font-weight:500;font-size:36px;line-height:1em;letter-spacing:.05em;color:#0b0b0b}.about-text p{font-family:'Roboto',sans-serif;font-weight:400;font-size:18px !important;line-height:1.171875em !important;color:#0b0b0b}.about-button{display:flex;justify-content:flex-start}.about-button .btn{font-family:'Roboto',sans-serif;font-weight:500;font-size:20px;line-height:1.2em;letter-spacing:.05em;padding:20px 35px;border-radius:14px;background-color:#191a23}}.about-page-wrapper{padding:0 20px;section,header,footer{font-family:'Roboto',sans-serif;line-height:1.6;color:#191a23;padding:2rem 1.5rem;margin:0 auto;max-width:800px}section,header,footer{background:linear-gradient(to bottom,#f6cc73,#fad68e);border-radius:45px;border:1px solid #191a23;box-shadow:0 5px 0 0 #191a23;margin-bottom:2rem}h1,h2{color:#191a23;margin-bottom:1.5rem;text-align:center}h3{color:#191a23;margin-top:1.2rem;margin-bottom:.5rem}ul{padding-left:1.5rem;margin:1rem 0}li{margin-bottom:.8rem}p{margin-bottom:1rem}section ul li strong{font-weight:600}@media (max-width:600px){section,header,footer{border-radius:30px;padding:1.5rem 1rem}}}
.advantages-block{color:#0b0b0b}.advantages-block .wrapper{margin:0 auto}.advantages-block-text{display:flex;flex-direction:row;align-items:center;gap:36px;margin-bottom:80px}.advantages-block-title h2{font-family:'Roboto',sans-serif;font-weight:500;font-size:32px !important;line-height:1.3 !important;letter-spacing:.05em !important;color:#0b0b0b;white-space:nowrap;margin:0 !important}.advantages-block-subtitle p{font-family:'Roboto',sans-serif;font-weight:400;font-size:18px !important;line-height:1.3 !important;letter-spacing:.05em !important;color:#0b0b0b;margin:0 !important}.advantages-cards-container{background-color:#191a23;border-radius:45px;padding:50px;color:#fff}.advantages-cards-grid{display:flex;flex-direction:column;gap:64px}.advantages-cards-grid .advantages-row{display:flex;justify-content:space-between;flex-wrap:wrap;gap:64px}.advantages-column{flex:1;display:flex;flex-direction:column;gap:20px;position:relative;max-width:285px}.advantages-column:not(:last-child):after{content:'';position:absolute;top:0;right:-52px;width:1px;height:100%;background-color:#fff}.advantage-item{margin-bottom:0}.advantage-content{display:flex;flex-direction:column;gap:25px}.advantage-title{font-family:'Roboto',sans-serif;font-weight:700;font-size:22px;line-height:1.17;color:#fff}.advantage-description p{font-family:'Roboto',sans-serif;font-weight:400;font-size:18px !important;line-height:1.17 !important;color:#fff}@media screen and (max-width:1200px){.advantages-cards-container{padding:40px}.advantages-cards-grid{gap:40px}.advantages-cards-grid .advantages-row{gap:40px}.advantages-column:not(:last-child):after{right:-20px}}@media screen and (max-width:1024px){.advantages-block-text{flex-direction:column;align-items:flex-start;gap:20px;margin-bottom:40px;padding:0 20px}.advantages-cards-grid .advantages-row{flex-wrap:wrap}.advantages-cards-grid .advantages-row .advantages-column{flex:0 0 calc(50% - 20px)}.advantages-cards-grid .advantages-row .advantages-column:nth-child(odd):after{display:block}.advantages-cards-grid .advantages-row .advantages-column:nth-child(even):after{display:none}.advantages-cards-grid .advantages-row .advantages-column:nth-child(odd):last-child{flex:0 0 calc(50% - 20px);margin-left:auto;margin-right:auto}.advantages-cards-grid .advantages-row .advantages-column:nth-child(odd):last-child:after{display:none !important}}@media screen and (max-width:834px){.advantages-block-title h2{font-size:28px !important}.advantages-block-subtitle p{font-size:16px !important}.advantages-block-cards{padding:0 20px}.advantages-cards-grid .advantages-row{flex-direction:column;gap:30px}.advantages-cards-grid .advantages-row .advantages-column{flex:1 0 100%;max-width:100%}.advantages-cards-grid .advantages-row .advantages-column:nth-child(odd):last-child{margin-left:0}.advantages-cards-grid .advantages-row .advantages-column:after{display:none !important}.advantages-cards-grid .advantages-row .advantages-column:not(:last-child){padding-bottom:30px;border-bottom:1px solid #fff;margin:0}}@media screen and (max-width:767px){.advantages-cards-container{padding:40px 30px;border-radius:45px}.advantages-block-text{gap:10px;margin-bottom:25px}.advantages-cards-grid{gap:30px}.advantages-cards-grid .advantages-row{gap:20px}.advantages-cards-grid .advantages-row .advantages-column:not(:last-child){padding-bottom:20px}.advantages-row:nth-child(odd) .advantages-column:last-child{padding-bottom:20px;border-bottom:1px solid #fff}.advantages-block-title h2{font-size:24px !important}.advantages-block-subtitle p{font-size:15px !important}.advantage-title{font-size:22px}.advantage-description p{font-size:18px !important}}@media screen and (max-width:375px){.advantages-cards-container{padding:30px 20px}.advantages-cards-grid .advantages-row{gap:20px}.advantages-cards-grid .advantages-row .advantages-column:not(:last-child){padding-bottom:20px}.advantage-content{gap:15px}.advantage-title{font-size:16px}.advantage-description p{font-size:14px !important}}@media screen and (max-width:330px){.advantages-block{padding:10px 0}.advantages-block-text{flex-direction:column;align-items:flex-start;gap:10px;margin-bottom:20px;padding:0 20px}.advantages-block-title h2{font-size:26px !important;font-weight:500;line-height:1em !important}.advantages-block-subtitle p{font-size:16px !important;font-weight:400;line-height:1.2em !important}.advantages-cards-container{background-color:#191a23;border-radius:45px;padding:40px 30px;margin:0 20px}.advantages-cards-grid{gap:20px}.advantages-cards-grid .advantages-row{flex-direction:column;gap:0}.advantages-column{max-width:100%;gap:0}.advantages-column:not(:last-child){padding-bottom:30px;border-bottom:1px solid #fff}.advantages-column:after{display:none}.advantage-content{gap:0}.advantage-title{font-family:'Roboto',sans-serif;font-weight:400;font-size:18px;line-height:1.171875em;margin-bottom:0}.advantage-description p{font-family:'Roboto',sans-serif;font-weight:400;font-size:18px !important;line-height:1.171875em !important}}
.buy-rates-block{padding:80px 20px}.buy-rates-block .row{display:grid;gap:24px;grid-auto-rows:minmax(150px,auto)}@media (max-width:767px){.buy-rates-block .row{grid-template-columns:repeat(2,minmax(100px,auto))}}@media (min-width:768px) and (max-width:991px){.buy-rates-block .row{grid-template-columns:repeat(2,minmax(150px,auto));gap:32px}}@media (min-width:992px){.buy-rates-block .row{grid-template-columns:repeat(4,minmax(200px,auto))}}.buy-rates-block .buy-rate-holder .buy-rate{display:flex;flex-direction:column;height:100%;padding:40px 30px;border-radius:45px;overflow:hidden;border:1px solid #0b0b0b;box-shadow:0 5px 0 0 #191a23;transition:all .2s ease;-o-transition:all .2s ease;-ms-transition:all .2s ease;-moz-transition:all .2s ease;-webkit-transition:all .2s ease;position:relative;z-index:1}.buy-rates-block .buy-rate-holder .buy-rate:hover{transform:translateY(-3px);-o-transform:translateY(-3px);-ms-transform:translateY(-3px);-moz-transform:translateY(-3px);-webkit-transform:translateY(-3px);box-shadow:0 8px 0 0 #191a23}.buy-rates-block .buy-rate-holder .buy-rate .buy-rate-gradient{position:absolute;top:0;left:0;width:700px;height:700px;pointer-events:none;z-index:-1}.buy-rates-block .buy-rate-holder .buy-rate .rate-metall-name{color:#0b0b0b;font-family:'Roboto',sans-serif;font-size:32px;font-weight:600;line-height:1.3;letter-spacing:1.5px}.buy-rates-block .buy-rate-holder .buy-rate .rate-buy-price{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;padding-bottom:20px;font-family:'Roboto',sans-serif;min-height:110px}.buy-rates-block .buy-rate-holder .buy-rate .rate-buy-price .buy-price{display:flex;flex-direction:column}.buy-rates-block .buy-rate-holder .buy-rate .rate-buy-price .buy-price .price{color:#0b0b0b;font-family:'Roboto',sans-serif;font-size:36px;font-weight:600;line-height:1;padding:40px 0 0;letter-spacing:.05em;white-space:nowrap}.buy-rates-block .buy-rate-holder .buy-rate .rate-buy-price .buy-price .by-piece{color:#0b0b0b;font-family:'Roboto',sans-serif;font-size:10px;font-weight:400;line-height:1;opacity:.5}.buy-rates-block .buy-rate-holder .buy-rate .rate-buy-price .probe{display:inline-flex;color:#0b0b0b;font-family:'Roboto',sans-serif;font-size:18px;font-weight:400;line-height:1.3;letter-spacing:.05em}.buy-rates-block .buy-rate-holder .buy-rate .more{padding-top:20px;border-top:1px solid #0b0b0b}.buy-rate-holder:nth-child(1) .buy-rate{background-image:linear-gradient(253deg,#b48138 55%,#efdfbc 92%)}.buy-rate-holder:nth-child(2) .buy-rate{background-image:linear-gradient(72deg,#5b5b5b 15%,#9e9d9d 51%,#6c6c6c 85%)}.buy-rate-holder:nth-child(3) .buy-rate{background-image:linear-gradient(72deg,#9a7a6d -15%,#b2b2b2 51%,#8f847f 85%)}.buy-rate-holder:nth-child(4) .buy-rate{background-image:linear-gradient(72deg,#777 15%,#b2b2b2 51%,#888787 85%)}@media screen and (min-width:992px) and (max-width:1220px){.buy-rates-block{padding:50px}.buy-rates-block .buy-rate-holder .buy-rate{padding:30px 20px}.buy-rates-block .buy-rate-holder .buy-rate .rate-metall-name{font-size:28px}.buy-rates-block .buy-rate-holder .buy-rate .rate-buy-price .buy-price .price{font-size:32px}.buy-rates-block .buy-rate-holder .buy-rate .rate-buy-price .probe{font-size:16px}.buy-rates-block .buy-rate-holder .buy-rate .more-text{font-size:18px}.buy-rates-block .buy-rate-holder .buy-rate .more-arrow svg{width:35px;height:35px}}@media screen and (min-width:768px) and (max-width:991px){.buy-rates-block{padding:30px}.buy-rates-block .buy-rate-holder .buy-rate{padding:30px 20px;border-radius:35px}.buy-rates-block .buy-rate-holder .buy-rate .rate-metall-name{font-size:24px}.buy-rates-block .buy-rate-holder .buy-rate .rate-buy-price .buy-price .price{font-size:30px}}@media screen and (max-width:767px){.buy-rates-block{padding:25px 15px}.buy-rates-block .btn{border-radius:7px;font-size:10px}.buy-rates-block .btn--compact{padding:8px 40px;height:22px}.buy-rates-block .buy-rate-holder .buy-rate{padding:20px 15px;border-radius:20px}.buy-rates-block .buy-rate-holder .buy-rate .buy-rate-gradient{width:300px;height:300px;top:-60px;left:-30px}.buy-rates-block .buy-rate-holder .buy-rate .rate-metall-name{font-size:16px}.buy-rates-block .buy-rate-holder .buy-rate .rate-buy-price{padding-bottom:13px;min-height:60px}.buy-rates-block .buy-rate-holder .buy-rate .rate-buy-price .buy-price .price{font-size:20px;padding:22px 0 0}.buy-rates-block .buy-rate-holder .buy-rate .rate-buy-price .buy-price .by-piece{font-size:9px}.buy-rates-block .buy-rate-holder .buy-rate .rate-buy-price .probe{font-size:9px}.buy-rates-block .buy-rate-holder .buy-rate .more{padding-top:10px}.buy-rates-block .buy-rate-holder .buy-rate .more-text{font-size:16px}.buy-rates-block .buy-rate-holder .buy-rate .more-arrow svg{width:30px;height:30px}}@media screen and (max-width:330px){.buy-rates-block{padding:23px 20px}.buy-rates-block .row{display:flex;flex-direction:column;gap:23px}.buy-rates-block .buy-rate-holder .buy-rate{padding:20px 15px;border-radius:15px;box-shadow:0 2.5px 0 0 #191a23;border:.5px solid #0b0b0b}.buy-rates-block .buy-rate-holder .buy-rate .rate-metall-name{font-size:16px;font-weight:500;line-height:1.3;letter-spacing:.8px;margin-bottom:0}.buy-rates-block .buy-rate-holder .buy-rate .rate-buy-price .buy-price .price{font-size:16px;font-weight:500;padding:10px 0 0}.buy-rates-block .buy-rate-holder .buy-rate .rate-buy-price .probe{font-size:9px;letter-spacing:.45px}.buy-rates-block .buy-rate-holder .buy-rate .more{padding-top:10px;border-top:.5px solid #0b0b0b}.buy-rates-block .buy-rate-holder .buy-rate .more .btn{padding:5px 30px;border-radius:7px;font-size:10px;border:.25px solid #0b0b0b}}
.calculator-block{padding-top:60px;padding-bottom:60px}.calculator-container{background-color:#fff;border-radius:40px;padding:40px;box-shadow:0 10px 40px rgba(0,0,0,.05);max-width:720px;margin:0 auto}.calculator-header{text-align:center;margin-bottom:40px}.calculator-title{font-size:30px;font-weight:700;color:#191a23;margin-bottom:15px}.calculator-subtitle{font-size:16px;color:#666;max-width:600px;margin:0 auto;line-height:1.5}.calculator-app{display:flex;flex-direction:column;gap:30px}.calc-step-label{font-size:18px;font-weight:600;color:#191a23;margin-bottom:15px}.calculator-metalls-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.calc-btn-metall{background:#f8f8f8;border:1px solid #eaeaea;border-radius:15px;padding:20px 10px;font-size:16px;font-weight:500;color:#191a23;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;gap:10px}.calc-btn-metall:hover{background:#f0f0f0}.calc-btn-metall.active{background:#191a23;color:#fff;border-color:#191a23}.metal-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:#191a23;text-transform:uppercase}.calc-btn-metall.active .metal-icon{color:#191a23;box-shadow:0 0 0 2px #fff}.calc-btn-metall[data-metall=gold] .metal-icon{background:linear-gradient(135deg,#fcebb6 0%,#f0c14b 100%)}.calc-btn-metall[data-metall=silver] .metal-icon{background:linear-gradient(135deg,#e6e6e6 0%,#b3b3b3 100%)}.calc-btn-metall[data-metall=platinum] .metal-icon{background:linear-gradient(135deg,#f0f0f0 0%,#d4d4d4 100%)}.calc-btn-metall[data-metall=palladium] .metal-icon{background:linear-gradient(135deg,#e8e8e8 0%,#a8a8a8 100%)}.calc-payment-options{margin-top:10px}.calc-checkbox-label{display:flex;align-items:center;gap:12px;cursor:pointer;font-size:16px;color:#191a23;font-weight:500;user-select:none}.calc-checkbox{display:none}.calc-checkbox-custom{width:24px;height:24px;border:2px solid #191a23;border-radius:6px;position:relative;transition:background .3s}.calc-checkbox:checked+.calc-checkbox-custom{background:#191a23}.calc-checkbox:checked+.calc-checkbox-custom:after{content:"";position:absolute;left:7px;top:2px;width:6px;height:12px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.calc-row{display:grid;grid-template-columns:1fr 1fr;gap:30px}.calc-input-wrapper{position:relative}.calc-select,.calc-input{width:100%;height:60px;background:#f8f8f8;border:1px solid #eaeaea;border-radius:15px;padding:0 20px;font-size:16px;color:#191a23;appearance:none;-webkit-appearance:none;outline:none;transition:border-color .3s}.calc-select:focus,.calc-input:focus{border-color:#191a23}.calc-select-arrow{position:absolute;right:20px;top:50%;width:10px;height:10px;border-right:2px solid #191a23;border-bottom:2px solid #191a23;transform:translateY(-70%) rotate(45deg);pointer-events:none}.calc-input-suffix{position:absolute;right:40px;top:50%;transform:translateY(-50%);color:#666;font-size:16px;pointer-events:none}.calculator-error{color:#f33;font-size:14px;text-align:center;min-height:20px}.calc-result-box{background:#fcebb6;border-radius:20px;padding:30px;text-align:center;margin-top:10px}.calc-result-text{font-size:18px;color:#191a23;margin-bottom:10px}.calc-result-value{font-size:48px;font-weight:700;color:#191a23}.calc-action-box{text-align:center;margin-top:10px}.calc-btn-primary{background:#191a23;color:#fff;border:none;border-radius:15px;padding:20px 50px;font-size:18px;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%;max-width:400px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;box-sizing:border-box}.calc-btn-primary:hover{background:#b48138}.calc-terms{font-size:12px;color:#999;margin-top:15px}.calc-terms a{color:#666;text-decoration:underline}@media (max-width:768px){.calculator-block{padding-top:24px;padding-bottom:24px}.calculator-container{padding:30px 20px}.calculator-title{font-size:28px}.calculator-metalls-grid{grid-template-columns:repeat(2,1fr)}.calc-row{grid-template-columns:1fr;gap:20px}.calc-result-value{font-size:36px}}
.categories-block{padding-top:60px;padding-bottom:30px}@media screen and (min-width:992px) and (max-width:1220px){.categories-block{padding-top:48px;padding-bottom:24px}}@media screen and (min-width:768px) and (max-width:991px){.categories-block{padding-top:48px;padding-bottom:24px}}@media screen and (max-width:767px){.categories-block{padding-top:48px;padding-bottom:24px}}
.contacts-block{padding-bottom:60px}.contacts-block .wrapper{padding:0 20px}.contacts-block .contacts-header{margin:56px 0;display:flex;gap:36px;align-items:center}.contacts-block .contacts-header .page-title{font-family:'Roboto',sans-serif;font-weight:500;font-size:32px;line-height:1.3;letter-spacing:.05em;color:#0b0b0b;margin-bottom:15px;-webkit-box-flex:11;-moz-box-flex:11;-webkit-flex:11;-ms-flex:11;flex:11}.contacts-block .contacts-header .page-subtitle{font-family:'Roboto',sans-serif;font-weight:400;font-size:18px;line-height:1.3;letter-spacing:.05em;color:#0b0b0b;margin:0;-webkit-box-flex:7;-moz-box-flex:7;-webkit-flex:7;-ms-flex:7;flex:7}.contacts-block .contacts-card{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;background-color:#b5b5b5;border:1px solid #191a23;border-radius:45px;box-shadow:0px 5px 0px 0px #191a23;overflow:hidden}.contacts-block .contacts-info{-webkit-box-flex:0 0 520px;-moz-box-flex:0 0 520px;-webkit-flex:0 0 520px;-ms-flex:0 0 520px;flex:0 0 520px;padding:50px 30px}.contacts-block .contacts-info .contacts .group{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;-webkit-flex-direction:row;flex-direction:row;flex-align:start;align-items:flex-start;margin-bottom:20px}.contacts-block .contacts-info .contacts .group:last-child{margin-bottom:0}.contacts-block .contacts-info .contacts .group .group-icon{display:-webkit-inline-box;display:-moz-inline-box;display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;flex-align:center;align-items:center;width:24px;height:24px;margin-right:20px}.contacts-block .contacts-info .contacts .group .group-icon svg{fill:#ffd783}.contacts-block .contacts-info .contacts .group .group-icon svg path{fill:#ffd783}.contacts-block .contacts-info .contacts .group .group-icon img{max-width:100%;max-height:100%}.contacts-block .contacts-info .contacts .group .group-values{display:-webkit-inline-box;display:-moz-inline-box;display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.contacts-block .contacts-info .contacts .group .group-values .value-label{font-size:18px;line-height:1.3;color:#0b0b0b;margin-bottom:5px}.contacts-block .contacts-info .contacts .group .group-values .value-text{font-size:18px;line-height:1.3;color:#0b0b0b;opacity:.8;margin-bottom:5px}.contacts-block .contacts-info .contacts .group .group-values .value-text:last-child{margin-bottom:0}.contacts-block .contacts-info .contacts .group .group-values a{color:#0b0b0b;text-decoration:none;opacity:.8}.contacts-block .contacts-info .contacts .group .group-values a:hover{opacity:1}.contacts-block .map-container{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;border-left:1px solid #191a23;border-radius:0 45px 45px 0;overflow:hidden;min-height:400px;position:relative}.contacts-block .map-holder{width:100%;height:100%;position:absolute;top:0;left:0;background-image:url(https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img/https://vzoloto.ru/wp-content/themes/theme-vzoloto/inc/theme/blocks/contacts/map-holder-dark.png)}.contacts-block.has-background-bg_dark [class^=ymaps-2-1][class$=-ground-pane]{filter:grayscale(1) invert(.9)}.contacts-block.has-background-bg_dark [class^=ymaps-2-1][class$=-controls-pane],.contacts-block.has-background-bg_dark [class^=ymaps-2-1][class$=-copyrights-pane]{opacity:.5}.contacts-block.has-background-bg_dark [class^=ymaps-2-1][class$=-controls-pane]:hover,.contacts-block.has-background-bg_dark [class^=ymaps-2-1][class$=-copyrights-pane]:hover{opacity:1}body.page-dark .contacts-block:not(.has-background-bg_grey):not(.has-background-bg_white) [class^=ymaps-2-1][class$=-ground-pane]{filter:grayscale(1) invert(.9)}body.page-dark .contacts-block:not(.has-background-bg_grey):not(.has-background-bg_white) [class^=ymaps-2-1][class$=-controls-pane],body.page-dark .contacts-block:not(.has-background-bg_grey):not(.has-background-bg_white) [class^=ymaps-2-1][class$=-copyrights-pane]{opacity:.5}body.page-dark .contacts-block:not(.has-background-bg_grey):not(.has-background-bg_white) [class^=ymaps-2-1][class$=-controls-pane]:hover,body.page-dark .contacts-block:not(.has-background-bg_grey):not(.has-background-bg_white) [class^=ymaps-2-1][class$=-copyrights-pane]:hover{opacity:1}@media screen and (max-width:991px){.contacts-block{padding-top:40px;padding-bottom:40px}.contacts-block .contacts-card{-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.contacts-block .contacts-info{-webkit-box-flex:auto;-moz-box-flex:auto;-webkit-flex:auto;-ms-flex:auto;flex:auto;width:100%;padding:30px}.contacts-block .map-container{border-left:none;border-top:1px solid #191a23;border-radius:0 0 45px 45px;min-height:350px}}@media screen and (max-width:767px){.contacts-block{padding-top:30px;padding-bottom:30px}.contacts-block .contacts-header{margin-bottom:20px;gap:10px}.contacts-block .contacts-header .page-title{font-size:24px;margin-bottom:10px}.contacts-block .contacts-header .page-subtitle{font-size:14px}.contacts-block .contacts-card{border-radius:25px}.contacts-block .contacts-info{padding:20px}.contacts-block .contacts-info .contacts .group{margin-bottom:10px}.contacts-block .contacts-info .contacts .group .group-icon{width:20px;height:20px;margin-right:10px}.contacts-block .contacts-info .contacts .group .group-values .value-label{font-size:14px}.contacts-block .contacts-info .contacts .group .group-values .value-text{font-size:14px}.contacts-block .map-container{border-radius:0 0 25px 25px;min-height:300px}}@media screen and (max-width:575px){.contacts-block{padding-top:0}.contacts-block .contacts-header{margin-top:0;flex-direction:column;gap:0}}
.file-block{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;-webkit-flex-direction:row;flex-direction:row;flex-align:center;align-items:center;margin:10px 0 25px}.file-block .file{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;-webkit-flex-direction:row;flex-direction:row;flex-align:center;align-items:center}.file-block .file .file-icon{display:-webkit-inline-box;display:-moz-inline-box;display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;flex-shrink:0;color:#2d2e33;width:20px;margin:0 10px 0 0;transition:color .1s linear;-o-transition:color .1s linear;-ms-transition:color .1s linear;-moz-transition:color .1s linear;-webkit-transition:color .1s linear}.file-block .file .file-name{display:-webkit-inline-box;display:-moz-inline-box;display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex;color:#2d2e33;font-size:18px;font-weight:700;line-height:20px;transition:color .1s linear;-o-transition:color .1s linear;-ms-transition:color .1s linear;-moz-transition:color .1s linear;-webkit-transition:color .1s linear}.file-block .file:hover .file-icon,.file-block .file:hover .file-name{color:#00f}@media screen and (min-width:992px) and (max-width:1620px){.file-block{margin:8px 0 20px}.file-block .file .file-icon{width:16px;margin:0 8px 0 0}.file-block .file .file-name{font-size:14px;line-height:16px}}@media screen and (min-width:768px) and (max-width:991px){.file-block{margin:8px 0 20px}.file-block .file .file-icon{width:16px;margin:0 8px 0 0}.file-block .file .file-name{font-size:14px;line-height:16px}}@media screen and (max-width:767px){.file-block{margin:8px 0 20px}.file-block .file .file-icon{width:16px;margin:0 8px 0 0}.file-block .file .file-name{font-size:14px;line-height:16px}}
.files-block{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;-webkit-flex-direction:row;flex-direction:row;flex-wrap:wrap;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-align:start;align-items:flex-start;margin:10px 0 25px}.files-block .block-title{width:100%}.files-block .files-column{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;width:50%;padding-right:30px}.files-block .files-column .file{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;-webkit-flex-direction:row;flex-direction:row;flex-align:start;align-items:flex-start;margin:0 0 25px}.files-block .files-column .file .icon{display:-webkit-inline-box;display:-moz-inline-box;display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;flex-shrink:0;color:#2d2e33;width:25px;margin:0 15px 0 0;transition:color .1s linear;-o-transition:color .1s linear;-ms-transition:color .1s linear;-moz-transition:color .1s linear;-webkit-transition:color .1s linear}.files-block .files-column .file .info{display:-webkit-inline-box;display:-moz-inline-box;display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;color:#2d2e33;transition:color .1s linear;-o-transition:color .1s linear;-ms-transition:color .1s linear;-moz-transition:color .1s linear;-webkit-transition:color .1s linear}.files-block .files-column .file .info .title{font-size:24px;font-weight:400;line-height:32px}.files-block .files-column .file .info .caption{font-size:16px;font-weight:400;line-height:24px;margin:5px 0 0}.files-block .files-column .file:hover .icon{color:#00f}.files-block .files-column .file:hover .info .title{color:#00f}@media screen and (min-width:992px) and (max-width:1620px){.files-block{margin:8px 0 20px}.files-block .files-column{width:50%;padding-right:24px}.files-block .files-column .file{margin:0 0 20px}.files-block .files-column .file .icon{width:20px;margin:0 12px 0 0}.files-block .files-column .file .info .title{font-size:19px;line-height:26px}.files-block .files-column .file .info .caption{font-size:13px;line-height:19px;margin:4px 0 0}}@media screen and (min-width:768px) and (max-width:991px){.files-block{margin:8px 0 20px}.files-block .files-column{width:50%;padding-right:24px}.files-block .files-column .file{margin:0 0 20px}.files-block .files-column .file .icon{width:20px;margin:0 12px 0 0}.files-block .files-column .file .info .title{font-size:19px;line-height:26px}.files-block .files-column .file .info .caption{font-size:13px;line-height:19px;margin:4px 0 0}}@media screen and (max-width:767px){.files-block{margin:8px 0 20px}.files-block .files-column{width:100%;padding-right:0}.files-block .files-column .file{margin:0 0 20px}.files-block .files-column .file .icon{width:20px;margin:0 12px 0 0}.files-block .files-column .file .info .title{font-size:19px;line-height:26px}.files-block .files-column .file .info .caption{font-size:13px;line-height:19px;margin:4px 0 0}}
.intro-block{padding-top:120px;padding-bottom:120px;background-size:cover;background-position:center;position:relative}.intro-block .bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.intro-block .bg:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5)}.intro-block .bg img{width:100%;height:100%;object-fit:cover;max-width:100% !important}.intro-block .wrapper{position:relative;z-index:1}.intro-block .text-side{padding-left:0}@media screen and (max-width:991px){.intro-block .text-side{padding-left:0}}.intro-block .intro-title{color:#fff;font-family:'Roboto',sans-serif;font-weight:700;font-size:50px;line-height:1.25;letter-spacing:.05em;margin:0 0 65px;max-width:695px}.intro-block .intro-text{color:#fff;font-family:'Roboto',sans-serif;font-weight:400;font-size:22px;line-height:1.27;margin:0 0 60px;opacity:1;max-width:490px}.intro-block .intro-text p{font-size:inherit;font-weight:inherit;line-height:inherit;margin:0}.intro-block .intro-text *{line-height:inherit}.intro-block .intro-call{display:flex;flex-direction:row;gap:60px;margin-top:0}.intro-block .intro-call .button.link{background-color:#ffd783;color:#0b0b0b;padding:20px 35px;font-family:'Roboto',sans-serif;font-weight:500;font-size:20px;line-height:1.2;letter-spacing:.05em;border-radius:14px;text-decoration:none;transition:all .2s ease;-o-transition:all .2s ease;-ms-transition:all .2s ease;-moz-transition:all .2s ease;-webkit-transition:all .2s ease}.intro-block .intro-call .button.link:hover{background-color:#ffd170}.intro-block .intro-call .button+.button{background-color:transparent;border:2px solid #ffd783;color:#ffd783}.intro-block .intro-call .button+.button:hover{background-color:rgba(255,215,131,.1)}@media screen and (min-width:992px) and (max-width:1220px){.intro-block{padding-top:100px;padding-bottom:100px}.intro-block .intro-title{font-size:42px;margin-bottom:40px}.intro-block .intro-text{font-size:20px;margin-bottom:40px}.intro-block .intro-call{gap:40px}}@media screen and (min-width:768px) and (max-width:991px){.intro-block{padding-top:80px;padding-bottom:80px}.intro-block .text-side{margin-bottom:0}.intro-block .intro-title{font-size:36px;margin-bottom:30px}.intro-block .intro-text{font-size:18px;margin-bottom:30px}.intro-block .intro-call{gap:30px;flex-wrap:wrap}}@media screen and (max-width:767px){.intro-block{padding:130px 20px}.intro-block .bg img{object-position:90% 0}.intro-block .intro-title{font-size:32px;margin-bottom:40px}.intro-block .intro-text{font-size:16px;margin-bottom:40px}.intro-block .intro-call{gap:20px}.intro-block .intro-call .btn{padding:20px 35px;font-size:20px}.intro-block .intro-call .button{width:100%;text-align:center}.intro-block .intro-call .button.link{padding:15px 25px;font-size:18px}}@media screen and (max-width:330px){.intro-block{padding:120px 0}.intro-block .text-side{padding:0 20px}.intro-block .intro-title{font-family:'Roboto',sans-serif;font-weight:500;font-size:32px;line-height:1.3;letter-spacing:.05em;margin:0 0 50px}.intro-block .intro-text{font-family:'Roboto',sans-serif;font-weight:400;font-size:16px;line-height:1.2;letter-spacing:.03em;margin:0 0 50px}.intro-block .intro-call{flex-direction:column;gap:20px;padding:0 20px}.intro-block .intro-call .button.link{display:inline-block;width:auto;padding:20px 35px;font-size:20px;font-weight:500;line-height:1.2;letter-spacing:.05em;border-radius:14px;background-color:#ffd783;text-align:center}}
.items-we-accept-block{width:100%;padding:40px 0;box-sizing:border-box}.items-we-accept-title{font-family:'Roboto',sans-serif;font-weight:500;font-size:32px;line-height:1.3em;letter-spacing:.05em;color:#191a23;text-align:left;margin:0 0 40px;padding:0 100px;max-width:1440px;box-sizing:border-box}.items-we-accept-title:after{content:'';display:block;width:60px;height:4px;background:#b48138;margin-top:15px}.vz-product-buttons{display:flex;flex-wrap:wrap;gap:16px;padding:0 100px;max-width:1440px;box-sizing:border-box}.vz-product-btn{display:inline-flex;align-items:center;justify-content:center;font-family:'Roboto',sans-serif;font-weight:500;font-size:18px;line-height:1.2em;letter-spacing:.02em;color:#0b0b0b;text-decoration:none;padding:16px 28px;border-radius:45px;border:1px solid #0b0b0b;background:linear-gradient(235deg,#b48138 50%,#efdfbc 100%);box-shadow:0 5px 0 0 rgba(25,26,35,1);transition:all .2s ease}.vz-product-btn:hover{transform:translateY(-3px);box-shadow:0 8px 0 0 rgba(25,26,35,1);color:#0b0b0b}.theme-footer__hub{margin-top:30px;margin-bottom:30px}.theme-footer__hub-title{font-family:'Roboto',sans-serif;font-weight:500;font-size:22px;line-height:1.3em;letter-spacing:.05em;color:#fff;margin-bottom:20px}.theme-footer__hub .vz-product-buttons{padding:0;gap:12px}.theme-footer__hub .vz-product-btn{font-size:15px;padding:10px 20px;box-shadow:0 3px 0 0 rgba(0,0,0,.6)}@media (max-width:1200px){.items-we-accept-title,.items-we-accept-block .vz-product-buttons{padding-left:60px;padding-right:60px}}@media (max-width:767px){.items-we-accept-block{padding:24px 0}.items-we-accept-title{font-size:26px;margin-bottom:24px}.items-we-accept-title,.items-we-accept-block .vz-product-buttons{padding-left:20px;padding-right:20px}.vz-product-btn{font-size:16px;padding:14px 22px}.theme-footer__hub .vz-product-btn{font-size:14px;padding:10px 16px}}
.last-news-block{padding-top:60px;padding-bottom:30px}@media screen and (min-width:992px) and (max-width:1220px){.last-news-block{padding-top:48px;padding-bottom:24px}}@media screen and (min-width:768px) and (max-width:991px){.last-news-block{padding-top:48px;padding-bottom:24px}}@media screen and (max-width:767px){.last-news-block{padding-top:48px;padding-bottom:24px}}
.pages-grid-block{padding-top:50px;padding-bottom:50px}.pages-grid-block .page{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;background-color:#fff;padding:30px;border-radius:15px;transition:background .2s linear;-o-transition:background .2s linear;-ms-transition:background .2s linear;-moz-transition:background .2s linear;-webkit-transition:background .2s linear}.pages-grid-block .page:hover{background-color:#ab8b3a}.pages-grid-block .page:hover .page-header .page-title{color:#fff}.pages-grid-block .page:hover .page-header .page-icon{opacity:1}.pages-grid-block .page:hover .page-description{color:#fff}.pages-grid-block .page .page-header{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;-webkit-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-moz-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;flex-align:center;align-items:center;flex-wrap:nowrap;-ms-flex-wrap:nowrap;-webkit-flex-wrap:nowrap;margin-bottom:20px}.pages-grid-block .page .page-header .page-title{display:-webkit-inline-box;display:-moz-inline-box;display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex;color:#2d2e33;font-size:24px;font-weight:700;line-height:100%;transition:color .2s linear;-o-transition:color .2s linear;-ms-transition:color .2s linear;-moz-transition:color .2s linear;-webkit-transition:color .2s linear}.pages-grid-block .page .page-header .page-icon{display:-webkit-inline-box;display:-moz-inline-box;display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex;flex-shrink:0;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;flex-align:center;align-items:center;width:24px;margin:0 0 0 10px;opacity:0;transition:opacity .2s linear;-o-transition:opacity .2s linear;-ms-transition:opacity .2s linear;-moz-transition:opacity .2s linear;-webkit-transition:opacity .2s linear}.pages-grid-block .page .page-header .page-icon svg{max-width:100%;max-height:100%}.pages-grid-block .page .page-description{color:#2d2e33;transition:color .2s linear;-o-transition:color .2s linear;-ms-transition:color .2s linear;-moz-transition:color .2s linear;-webkit-transition:color .2s linear}.pages-grid-block .page .page-description p{margin:0;font-size:16px;font-weight:300;line-height:150%}@media screen and (min-width:992px) and (max-width:1220px){.pages-grid-block{padding-top:40px;padding-bottom:40px}.pages-grid-block .page{padding:24px;border-radius:12px}.pages-grid-block .page .page-header{margin-bottom:16px}.pages-grid-block .page .page-header .page-title{font-size:19px}.pages-grid-block .page .page-header .page-icon{width:19px;margin:0 0 0 8px}.pages-grid-block .page .page-description p{font-size:13px}}@media screen and (min-width:768px) and (max-width:991px){.pages-grid-block .pages-holder{margin-bottom:30px}}@media screen and (max-width:767px){.pages-grid-block{padding-top:40px;padding-bottom:40px}.pages-grid-block .pages-holder{margin-bottom:15px}.pages-grid-block .page{padding:24px;border-radius:12px}.pages-grid-block .page .page-header{margin-bottom:16px}.pages-grid-block .page .page-header .page-title{font-size:19px}.pages-grid-block .page .page-header .page-icon{width:19px;margin:0 0 0 8px}.pages-grid-block .page .page-description p{font-size:13px}}
.prices-table-block{padding-top:60px;padding-bottom:30px}.prices-table-block .togglers-container{background-color:#191a23;padding:100px 0;margin-bottom:60px}.prices-table-block .togglers-container .prices-table-togglers{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;-webkit-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.prices-table-block .togglers-container .prices-table-togglers .prices-table-toggler{display:-webkit-inline-box;display:-moz-inline-box;display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex;font-family:Roboto,sans-serif;font-weight:500;font-size:20px;line-height:1.2em;letter-spacing:.05em;padding:20px 35px;border-radius:14px;border:2px solid #ffd783;background:0 0;color:#ffd783;margin:0 10px;cursor:pointer;transition:.3s ease;-o-transition:.3s ease;-ms-transition:.3s ease;-moz-transition:.3s ease;-webkit-transition:.3s ease;white-space:nowrap}.prices-table-block .togglers-container .prices-table-togglers .prices-table-toggler.active,.prices-table-block .togglers-container .prices-table-togglers .prices-table-toggler.inverse{background:#ffd783;color:#191a23}.prices-table-block .page-head{margin-bottom:20px}.prices-table-block .page-head .page-title{font-family:Roboto,sans-serif;font-weight:500;font-size:32px;line-height:1.3em;letter-spacing:.05em;color:#191a23}.prices-table-block .prices-tables{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;width:100%}.prices-table-block .metal-name{font-size:32px}.prices-table-block .prices-table-desc{font-family:Roboto,sans-serif;font-weight:400;font-size:18px;line-height:1.3em;letter-spacing:.05em;color:#191a23;margin-bottom:30px;display:none}.prices-table-block .prices-table-desc.active{display:flex;flex-direction:column}.prices-table-block .prices-table-desc .metal-name{font-weight:500}.prices-table-block .prices-table-desc .metal-desc{font-weight:400}.prices-table-block .prices-table-contents{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.prices-table-block .prices-table-contents .prices-table-content{display:none}.prices-table-block .prices-table-contents .prices-table-content.active{display:block}.prices-table-block .prices-table-contents .prices-card{position:relative;border-radius:35px;padding:30px 35px;margin-bottom:30px;box-shadow:0px 4px 0px 0px #191a23;border:1px solid #191a23;overflow:hidden}.prices-table-block .prices-table-contents .prices-card.gold{background:linear-gradient(201.31deg,#b48138 35.471%,#efdfbc 99.488%)}.prices-table-block .prices-table-contents .prices-card.silver{background:linear-gradient(215.28deg,#5b5b5b 4.301%,#9e9d9d 46.97%,#6c6c6c 88.03%)}.prices-table-block .prices-table-contents .prices-card.platinum{background:linear-gradient(215.28deg,#9a7a6d 4.301%,#b2b2b2 40.53%,#8f847f 88.03%)}.prices-table-block .prices-table-contents .prices-card.palladium{background:linear-gradient(214.92deg,#777 4.301%,#b2b2b2 46.97%,#888787 88.03%)}.prices-table-block .prices-table-contents .prices-table{display:flex;flex-direction:row;width:100%}.prices-table-block .prices-table-contents .prices-table .prices-col{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.prices-card.gold .prices-col:first-child{-webkit-box-flex:0 0 auto;-moz-box-flex:0 0 auto;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.prices-card .prices-col:first-child .prices-header{text-align:left !important}.prices-card.silver .prices-col:first-child{-webkit-box-flex:0 0 auto;-moz-box-flex:0 0 auto;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;text-align:left}.prices-table-block .prices-table-contents .prices-table .prices-col .prices-header{padding:14px 30px;font-family:Roboto,sans-serif;font-weight:700;font-size:24px;line-height:1.3em;letter-spacing:.05em;color:#fff;text-align:center;white-space:nowrap}.prices-table-block .prices-table-contents .prices-table .prices-col .prices-cell{padding:14px 30px;font-family:Roboto,sans-serif;font-weight:500;font-size:24px;line-height:1.3em;letter-spacing:.05em;color:#191a23;margin-bottom:1px;white-space:nowrap;text-align:center}.prices-table-block .prices-table-contents .prices-table .prices-col .prices-cell.gold-row{background:rgba(255,226,169,.7);backdrop-filter:blur(4px)}.prices-table-block .prices-table-contents .prices-table .prices-col .prices-cell.silver-row{background:rgba(255,255,255,.7);backdrop-filter:blur(4px)}.prices-table-block .prices-table-contents .prices-table .prices-col .prices-cell.platinum-row{background:rgba(255,242,236,.7);backdrop-filter:blur(4px)}.prices-table-block .prices-table-contents .prices-table .prices-col .prices-cell.palladium-row{background:rgba(238,237,228,.7);backdrop-filter:blur(4px)}.prices-table-block .prices-table-contents .prices-table .prices-col .prices-cell.prices-cell-left{border-radius:20px 0 0 20px;text-align:left}.prices-table-block .prices-table-contents .prices-table .prices-col .prices-cell.prices-cell-right{border-radius:0 20px 20px 0}.prices-table-block .prices-table-contents .prices-table .prices-col .prices-cell bdi{white-space:nowrap}.prices-table-block .prices-table-contents .prices-mobile-cards{display:none}.prices-table-block .call-button{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;-webkit-flex-direction:row;flex-direction:row;flex-align:end;align-items:flex-end;-webkit-box-pack:end;-moz-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;margin-top:30px}.prices-table-block .call-button button{font-family:Roboto,sans-serif;font-weight:500;font-size:20px;line-height:1.2em;letter-spacing:.05em;background:#ffd783;color:#191a23;padding:20px 35px;border-radius:14px;border:none;cursor:pointer;transition:.3s ease;-o-transition:.3s ease;-ms-transition:.3s ease;-moz-transition:.3s ease;-webkit-transition:.3s ease}.prices-table-block.has-background-bg_dark .page-head .page-title,.prices-table-block.has-background-bg_dark .prices-table-desc{color:#fff}@media screen and (min-width:992px) and (max-width:1220px){.prices-table-block{padding-top:38px;padding-bottom:24px}.prices-table-block .togglers-container{padding:30px 0;margin-bottom:24px}.prices-table-block .togglers-container .prices-table-togglers .prices-table-toggler{font-size:18px;padding:15px 25px;margin:0 8px}.prices-table-block .page-head{margin-bottom:20px}.prices-table-block .page-head .page-title{font-size:28px}.prices-table-block .prices-table-desc{font-size:16px;margin-bottom:24px;gap:20px}.prices-table-block .prices-table-desc .metal-name{font-size:26px}.prices-table-block .prices-table-desc.active{flex-direction:column;align-items:flex-start}.prices-table-block .prices-table-contents .prices-card{padding:25px 20px;border-radius:25px;margin-bottom:24px;margin-top:15px;overflow-x:auto}.prices-table-block .prices-table-contents .prices-table{min-width:900px}.prices-table-block .prices-table-contents .prices-table .prices-col .prices-header{padding:12px 15px;font-size:18px}.prices-table-block .prices-table-contents .prices-table .prices-col .prices-cell{padding:12px 15px;font-size:18px}.prices-table-block .prices-table-contents .prices-table .prices-col .prices-cell.prices-cell-left{border-radius:15px 0 0 15px}.prices-table-block .prices-table-contents .prices-table .prices-col .prices-cell.prices-cell-right{border-radius:0 15px 15px 0}.prices-table-block .call-button{margin-top:24px}.prices-table-block .call-button button{font-size:18px;padding:15px 25px}}@media screen and (min-width:768px) and (max-width:991px){.prices-table-block{padding-top:30px;padding-bottom:24px}.prices-table-block .togglers-container{padding:25px 0;margin-bottom:20px}.prices-table-block .togglers-container .prices-table-togglers .prices-table-toggler{font-size:16px;padding:12px 20px;margin:0 5px}.prices-table-block .prices-table-desc{font-size:16px;margin-bottom:20px;gap:15px}.prices-table-block .prices-table-desc .metal-name{font-size:24px}.prices-table-block .prices-table-desc.active{flex-direction:column}.prices-table-block .prices-table-contents .prices-card{padding:20px 15px;border-radius:25px;margin-bottom:20px;margin-top:20px;overflow-x:auto}.prices-table-block .prices-table-contents .prices-table{min-width:800px}.prices-table-block .prices-table-contents .prices-table .prices-col .prices-header{padding:10px 12px;font-size:16px}.prices-table-block .prices-table-contents .prices-table .prices-col .prices-cell{padding:10px 12px;font-size:16px}.prices-table-block .prices-table-contents .prices-table .prices-col .prices-cell.prices-cell-left{border-radius:12px 0 0 12px}.prices-table-block .prices-table-contents .prices-table .prices-col .prices-cell.prices-cell-right{border-radius:0 12px 12px 0}}@media screen and (max-width:767px){.prices-table-block{padding-top:30px;padding-bottom:24px}.prices-table-block .wrapper{padding:0 20px}.prices-table-block .metal-name{font-size:26px}.prices-table-block .togglers-container{padding:20px 0;margin-bottom:20px}.prices-table-block .togglers-container .prices-table-togglers{flex-wrap:wrap;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;flex-wrap:wrap}.prices-table-block .togglers-container .prices-table-togglers .prices-table-toggler{width:calc(50% - 10px);margin:5px;font-size:18px;padding:15px}.prices-table-block .page-head{margin-bottom:15px}.prices-table-block .page-head .page-title{font-size:26px}.prices-table-block .prices-table-desc{font-size:16px;margin-bottom:20px}.prices-table-block .prices-table-desc.active{flex-direction:column;gap:15px}.prices-table-block .prices-table-desc .metal-name,.prices-table-block .prices-table-desc .metal-desc{display:block;margin-bottom:5px}.prices-table-block .prices-table-contents .prices-card{display:none}.prices-table-block .prices-table-contents .prices-mobile-cards{display:flex;flex-direction:column;width:100%}.prices-table-block .prices-table-contents .prices-mobile-cards .mobile-card{margin-bottom:15px;border-radius:35px;padding:20px 10px;box-shadow:0px 4px 0px 0px #191a23;border:1px solid #191a23;overflow:hidden}.prices-table-block .prices-table-contents .prices-mobile-cards .mobile-card.gold{background:linear-gradient(201.31deg,#b48138 35.471%,#efdfbc 99.488%)}.prices-table-block .prices-table-contents .prices-mobile-cards .mobile-card.silver{background:linear-gradient(215.28deg,#5b5b5b 4.301%,#9e9d9d 46.97%,#6c6c6c 88.03%)}.prices-table-block .prices-table-contents .prices-mobile-cards .mobile-card.platinum{background:linear-gradient(215.28deg,#9a7a6d 4.301%,#b2b2b2 40.53%,#8f847f 88.03%)}.prices-table-block .prices-table-contents .prices-mobile-cards .mobile-card.palladium{background:linear-gradient(214.92deg,#777 4.301%,#b2b2b2 46.97%,#888787 88.03%)}.prices-table-block .prices-table-contents .prices-mobile-cards .mobile-card .card-title{padding:10px 0;font-family:Roboto,sans-serif;font-weight:700;font-size:18px;line-height:1.3em;letter-spacing:.05em;color:#fff;text-align:center;margin-bottom:10px}.prices-table-block .prices-table-contents .prices-mobile-cards .mobile-card .prices-table{display:flex;flex-direction:column}.prices-table-block .prices-table-contents .prices-mobile-cards .mobile-card .prices-table .header-row .prices-header{text-align:left;padding:10px 15px}.prices-table-block .prices-table-contents .prices-mobile-cards .mobile-card .prices-table .prices-row{display:flex;flex-direction:row;align-items:center}.prices-table-block .prices-table-contents .prices-mobile-cards .mobile-card .prices-table .prices-row .prices-col{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.prices-table-block .prices-table-contents .prices-mobile-cards .mobile-card .prices-table .prices-row .prices-col:first-child{-webkit-box-flex:0 0 50%;-moz-box-flex:0 0 50%;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%}.prices-table-block .prices-table-contents .prices-mobile-cards .mobile-card .prices-table .prices-row .prices-col .prices-header{padding:10px 15px;font-size:18px;text-align:left;white-space:pre-wrap}.prices-table-block .prices-table-contents .prices-mobile-cards .mobile-card .prices-table .prices-row .prices-col .prices-cell{padding:10px 15px;font-size:18px;text-align:left;white-space:nowrap}.prices-table-block .prices-table-contents .prices-mobile-cards .mobile-card .prices-table .prices-row .prices-col .prices-cell.prices-cell-left{border-radius:15px 0 0 15px}.prices-table-block .prices-table-contents .prices-mobile-cards .mobile-card .prices-table .prices-row .prices-col .prices-cell.prices-cell-right{border-radius:0 15px 15px 0}.prices-table-block .call-button{-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;margin-top:24px}.prices-table-block .call-button button{font-size:16px;padding:15px 25px}}body.page-dark .prices-table-block .page-head .page-title,body.page-dark .prices-table-block .prices-table-desc{color:#fff}
.rates-block{padding-top:20px;padding-bottom:80px;border-top:1px solid #dbdbdb;border-bottom:1px solid #dbdbdb}.rates-block .indexes{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;-webkit-flex-direction:row;flex-direction:row;flex-align:stretch;align-items:stretch;padding-right:0;padding-top:0;padding-bottom:0}.rates-block .indexes .indexes-column{display:-webkit-inline-box;display:-moz-inline-box;display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;justify-content:flex-end;row-gap:10px;flex-grow:1;flex-shrink:1;flex-shrink:1;padding-right:20px;padding-bottom:25px;padding-left:30px;border-right:1px solid #191a23;border-bottom:1px solid #191a23;border-bottom-right-radius:20px;width:auto}.rates-block .indexes .indexes-column+.indexes-column{border-bottom-left-radius:20px}.rates-block .indexes .indexes-column:first-of-type{padding-left:30px;width:23%}.rates-block .indexes .indexes-column:last-of-type{padding-right:10px;border-bottom-right-radius:0;border-right:none;border-bottom-left-radius:20px}.rates-block .indexes .indexes-column .indexes-title{color:#2d2e33;font-size:32px;font-weight:500;line-height:1rem;margin:0 0 10px;letter-spacing:1.1px}.rates-block .indexes .indexes-column .indexes-date-time{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;-webkit-flex-direction:row;flex-direction:row;justify-content:space-between;align-items:center;align-self:stretch;width:100%;margin-top:20px}.rates-block .indexes .indexes-column .indexes-time,.rates-block .indexes .indexes-column .indexes-date{color:#2d2e33;font-size:18px;font-weight:400;line-height:1.3em;letter-spacing:1px}.rates-block .indexes .indexes-column .index-top{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;-webkit-flex-direction:row;flex-direction:row;translate:0px -5px;align-self:stretch;margin:0 0 10px;position:relative;align-items:center}.rates-block .indexes .indexes-column .index-top .index-top-label{display:-webkit-inline-box;display:-moz-inline-box;display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex;color:#2d2e33;font-size:22px;font-weight:300;line-height:1.3em;letter-spacing:1px}.rates-block .indexes .indexes-column .index-top .index-top-move{display:-webkit-inline-box;display:-moz-inline-box;display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;-webkit-flex-direction:row;flex-direction:row;justify-content:space-around;align-items:center;min-width:65px;gap:4px;margin:0 0 0 20px;padding:0 8px;border-radius:14px;white-space:nowrap;background-color:#898989;height:23px}.rates-block .indexes .indexes-column .index-top .index-top-move span{color:#2d2e33;font-size:18px;font-weight:400;line-height:1em;letter-spacing:-.6px}.rates-block .indexes .indexes-column .index-top .index-top-move img{width:14px;height:13px;display:block}.rates-block .indexes .indexes-column .index-top .index-top-move.neutral{min-width:25px;background-color:#898989}.rates-block .indexes .indexes-column .index-top .index-top-move.down{background-color:#d64444}.rates-block .indexes .indexes-column .index-top .index-top-move.up{background-color:#80b73a}.index-footer{margin:0}.index-footer bdi{color:#2d2e33;font-size:32px;font-weight:500;line-height:100%;letter-spacing:1.15px}.has-background-bg_dark{border-top:1px solid #5a5d60;border-bottom:1px solid #5a5d60}.has-background-bg_dark .indexes .indexes-column{border-right:1px solid rgba(255,255,255,.3);border-bottom:1px solid rgba(255,255,255,.3)}.has-background-bg_dark .indexes .indexes-column .indexes-title{color:#fff}.has-background-bg_dark .indexes .indexes-column .indexes-time,.has-background-bg_dark .indexes .indexes-column .indexes-date{color:#fff}.has-background-bg_dark .indexes .indexes-column .index-top-label{color:#fff}.has-background-bg_dark .indexes .indexes-column .index-top-move span{color:#fff}.has-background-bg_dark .indexes .indexes-column .index-footer bdi{color:#fff}body.page-dark .rates-block:not(.has-background-bg_white):not(.has-background-bg_grey){border-top:1px solid #5a5d60;border-bottom:1px solid #5a5d60}body.page-dark .rates-block:not(.has-background-bg_white):not(.has-background-bg_grey) .indexes .indexes-column{border-right:1px solid rgba(255,255,255,.3);border-bottom:1px solid rgba(255,255,255,.3)}body.page-dark .rates-block:not(.has-background-bg_white):not(.has-background-bg_grey) .indexes .indexes-column .indexes-title{color:#fff}body.page-dark .rates-block:not(.has-background-bg_white):not(.has-background-bg_grey) .indexes .indexes-column .indexes-time,body.page-dark .rates-block:not(.has-background-bg_white):not(.has-background-bg_grey) .indexes .indexes-column .indexes-date{color:#fff}body.page-dark .rates-block:not(.has-background-bg_white):not(.has-background-bg_grey) .indexes .indexes-column .index-top-label{color:#fff}body.page-dark .rates-block:not(.has-background-bg_white):not(.has-background-bg_grey) .indexes .indexes-column .index-top-move span{color:#fff}body.page-dark .rates-block:not(.has-background-bg_white):not(.has-background-bg_grey) .indexes .indexes-column .index-footer bdi{color:#fff}@media screen and (min-width:992px) and (max-width:1220px){.rates-block{padding-top:16px;padding-bottom:16px}.rates-block .indexes .indexes-column{padding:14px 20px}.rates-block .indexes .indexes-column:first-of-type{padding-left:0}.rates-block .indexes .indexes-column:last-of-type{padding-right:0}.rates-block .indexes .indexes-column .indexes-title{font-size:26px;margin:0 0 8px}.rates-block .indexes .indexes-column .indexes-date-time{margin-top:14px}.rates-block .indexes .indexes-column .indexes-time,.rates-block .indexes .indexes-column .indexes-date{font-size:15px}.rates-block .indexes .indexes-column .index-top{margin:0 0 14px}.rates-block .indexes .indexes-column .index-top .index-top-label{font-size:18px}.rates-block .indexes .indexes-column .index-top .index-top-move{margin:0 0 0 14px;padding:0 8px;border-radius:10px;height:24px}.rates-block .indexes .indexes-column .index-top .index-top-move span{font-size:15px}.rates-block .indexes .indexes-column .index-top .index-top-move img{width:12px;height:11px}.rates-block .indexes .indexes-column .index-footer bdi{font-size:26px}}@media screen and (max-width:991px){.rates-block{padding-top:16px;padding-bottom:16px}.rates-block .indexes{padding:0 15px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;-webkit-flex-direction:row;flex-direction:row;flex-wrap:wrap;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;-webkit-box-pack:justify;-moz-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.rates-block .indexes .indexes-column{width:calc(50% - 10px);padding:19px;row-gap:22px;border-bottom-right-radius:15px;border-bottom-left-radius:15px}.rates-block .indexes .indexes-column:first-of-type{width:100%;border-left:1px solid #191a23;border-bottom:1px solid #191a23;padding-top:10px;padding-right:24px;padding-bottom:16px;padding-left:24px;margin:0 auto}.rates-block .indexes .indexes-column:first-of-type .indexes-title{font-size:26px;margin:0;align-self:flex-start}.rates-block .indexes .indexes-column:first-of-type .indexes-date-time{margin-top:0}.rates-block .indexes .indexes-column:nth-of-type(2),.rates-block .indexes .indexes-column:nth-of-type(4){row-gap:7px;padding-left:25px;border-bottom-left-radius:0;padding-right:10px}.rates-block .indexes .indexes-column:nth-of-type(3),.rates-block .indexes .indexes-column:nth-of-type(5){row-gap:7px;padding-right:0;border-right:none;border-bottom-right-radius:0}.rates-block .indexes .indexes-column:nth-of-type(2),.rates-block .indexes .indexes-column:nth-of-type(3){margin-bottom:0}.rates-block .indexes .indexes-column .indexes-time,.rates-block .indexes .indexes-column .indexes-date{font-size:15px}.rates-block .indexes .indexes-column .index-top{margin:0 0 10px}.rates-block .indexes .indexes-column .index-top .index-top-label{font-size:18px}.rates-block .indexes .indexes-column .index-top .index-top-move{min-width:45px;margin:0 0 0 7px;padding:0 4px;border-radius:7px;height:17px}.rates-block .indexes .indexes-column .index-top .index-top-move.neutral{min-width:10px}.rates-block .indexes .indexes-column .index-top .index-top-move span{font-size:13px}.rates-block .indexes .indexes-column .index-top .index-top-move img{width:10px;height:9px}.rates-block .indexes .indexes-column .index-footer{margin:0}.rates-block .indexes .indexes-column .index-footer bdi{font-size:26px}}@media screen and (max-width:330px){.rates-block{padding:0;border:none;margin-bottom:30px}.rates-block .indexes{padding:0 16px}.rates-block .indexes .indexes-column{width:100%;max-width:245px;padding:18px 0;border-right:none;border-bottom:1px solid #191a23;border-left:1px solid #191a23;border-right:1px solid #191a23}.rates-block .indexes .indexes-column:first-of-type{width:100%;padding:16px 24px;margin:0 auto;max-width:245px}.rates-block .indexes .indexes-column:first-of-type .indexes-title{font-size:26px;font-weight:500;line-height:1em;align-self:center}.rates-block .indexes .indexes-column:first-of-type .indexes-date-time{margin-top:0}.rates-block .indexes .indexes-column:first-of-type .indexes-date-time .indexes-time,.rates-block .indexes .indexes-column:first-of-type .indexes-date-time .indexes-date{font-size:16px;font-weight:400}.rates-block .indexes .indexes-column:nth-of-type(2),.rates-block .indexes .indexes-column:nth-of-type(3),.rates-block .indexes .indexes-column:nth-of-type(4),.rates-block .indexes .indexes-column:nth-of-type(5){width:calc(50% - 8px)}.rates-block .indexes .indexes-column .index-top{margin:0 0 8px}.rates-block .indexes .indexes-column .index-top .index-top-label{font-size:18px;font-weight:300}.rates-block .indexes .indexes-column .index-top .index-top-move{border-radius:11.2px;height:22px}.rates-block .indexes .indexes-column .index-top .index-top-move span{font-size:16px;font-weight:400}.rates-block .indexes .indexes-column .index-footer bdi{font-size:26px;font-weight:500}.rates-block .indexes .indexes-row{display:flex;justify-content:space-between;width:100%;margin-top:16px}}
.sell-block{padding-right:0;padding-left:0;padding-bottom:80px;width:100%}.sell-block-title{display:flex;flex-direction:row;align-items:center;gap:36px;padding:0 100px;margin-bottom:80px}.sell-block-heading-text{font-family:'Roboto',sans-serif;font-weight:500;font-size:32px;line-height:1.3em;letter-spacing:.05em;color:#0b0b0b;margin:0}.sell-block-title-description{flex:1}.sell-block-description-text{font-family:'Roboto',sans-serif;font-weight:400;font-size:18px;line-height:1.3em;letter-spacing:.05em;color:#0b0b0b;margin:0}.sell-block-cards{display:flex;flex-direction:column;gap:40px;padding:0 100px}.sell-block-cards-row{display:flex;justify-content:space-between;width:100%;gap:40px}.sell-card{width:calc(50% - 20px)}.sell-card-link-wrapper{display:block;text-decoration:none;width:100%;height:100%;color:inherit}.sell-card-inner{position:relative;display:flex;justify-content:space-between;align-items:center;padding:40px 30px;border-radius:45px;border:1px solid #0b0b0b;box-shadow:0 5px 0 0 rgba(25,26,35,1);overflow:hidden;height:100%;transition:all .2s ease}.sell-card-link-wrapper:hover .sell-card-inner{transform:translateY(-3px);-o-transform:translateY(-3px);-ms-transform:translateY(-3px);-moz-transform:translateY(-3px);-webkit-transform:translateY(-3px);box-shadow:0 8px 0 0 #191a23}.sell-card-link-wrapper:hover .sell-card-link-icon{rotate:30deg;translate:10px}.gold-card{background:linear-gradient(235deg,#b48138 50%,#efdfbc 100%)}.silver-card{background:linear-gradient(235deg,#5a5a5a 50%,#c9c2c2 100%)}.platinum-card{background:linear-gradient(235deg,#745f56 50%,#cac5c2 100%)}.palladium-card{background:linear-gradient(235deg,#6d6b64 50%,#ccc8c4 100%)}.sell-card-content{display:flex;flex-direction:column;gap:93px;z-index:1}.sell-card-heading{display:flex;flex-direction:column}.sell-card-title,.sell-card-subtitle{font-family:'Roboto',sans-serif;font-weight:500;font-size:30px;line-height:1.17em;color:#0b0b0b;padding:0 7px}.sell-card-link{display:flex;align-items:center}.sell-card-link-text{display:flex;align-items:center;gap:15px;font-family:'Roboto',sans-serif;font-weight:400;font-size:20px;line-height:1.4em;color:#0b0b0b}.sell-card-link-text-inner{position:relative}.sell-card-link-text-inner:after{content:'';position:absolute;width:0;left:0;bottom:-3px;height:1px;background-color:#0b0b0b;transition:width .3s ease}.sell-card-link-wrapper:hover .sell-card-link-text-inner:after{width:calc(100% + 4px)}.sell-card-link-icon{display:flex;align-items:center;position:relative;transition:all .3s cubic-bezier(.645,.045,.355,1)}.icon-circle{position:absolute;width:28px;height:28px;background-color:#0b0b0b;border-radius:50%;z-index:-1}.sell-card-image{position:absolute;top:0;right:0;bottom:0;left:63%;z-index:0;display:flex;align-items:center;justify-content:center;overflow:hidden;max-width:200px}.sell-card-image img{width:100%;height:100%;object-fit:cover;object-position:center}@media (max-width:1200px){.sell-block-title,.sell-block-cards{padding:0 60px}}@media (max-width:991px){.sell-block-title{flex-direction:column;align-items:flex-start;gap:20px}.sell-block-title-description{max-width:100%}.sell-card-inner{padding:30px 20px}.sell-card-content{gap:60px}.sell-card-title,.sell-card-subtitle{font-size:26px}.sell-card-link-text{font-size:18px}}@media (max-width:767px){.sell-block-title,.sell-block-cards{padding:0 30px}.sell-block-cards-row{flex-direction:column;gap:30px}.sell-card{width:100%}.sell-card-content{gap:40px}.sell-card-image{left:65%}}@media (max-width:575px){.sell-block{padding-bottom:30px}.sell-block-title,.sell-block-cards{padding:0 20px}.sell-block-heading-text{font-size:28px}.sell-block-description-text{font-size:16px}.sell-block-cards{gap:20px}.sell-card-inner{padding:30px 20px 20px;border-radius:45px;align-items:flex-end}.sell-card-title,.sell-card-subtitle{font-size:26px;line-height:1em;letter-spacing:.05em}.sell-card-title{white-space:nowrap}.sell-card-link-text{font-size:16px}.sell-card-link-text-inner{display:none}.sell-card-content{gap:0;min-height:250px;justify-content:space-between}.sell-block-cards-row{gap:20px}.sell-card-image{position:absolute;left:unset;right:20px;top:50px;align-items:center;justify-content:flex-end;img{object-fit:contain;max-width:210px}}.sell-card-link-icon{translate:10px -5px}.sell-card-link-wrapper{display:flex;flex-direction:column}.sell-card-link{display:flex;justify-content:space-between;align-items:flex-end;width:100%}}
.short-form-block{padding-top:40px;padding-bottom:40px}.short-form-block .short-form{flex-align:stretch;align-items:stretch}.short-form-block .input{display:-webkit-inline-box;display:-moz-inline-box;display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;width:100%}.short-form-block .input input,.short-form-block .input select{color:#2d2e33;font-size:16px;font-weight:400;line-height:20px;width:100%;border:1px solid #949494;background-color:#fff;border-radius:5px;padding:10px 15px}.short-form-block .input input::-webkit-input-placeholder,.short-form-block .input select::-webkit-input-placeholder{color:#949494}.short-form-block .input input::-moz-placeholder,.short-form-block .input select::-moz-placeholder{color:#949494}.short-form-block .input input:-moz-placeholder,.short-form-block .input select:-moz-placeholder{color:#949494}.short-form-block .input input:-ms-input-placeholder,.short-form-block .input select:-ms-input-placeholder{color:#949494}.short-form-block .input input:-webkit-autofill,.short-form-block .input select:-webkit-autofill,.short-form-block .input input:-webkit-autofill:hover,.short-form-block .input select:-webkit-autofill:hover,.short-form-block .input input:-webkit-autofill:focus,.short-form-block .input select:-webkit-autofill:focus{box-shadow:inset 0px 0px 0px 50px #fff;-webkit-text-fill-color:#2d2e33}.short-form-block .input input.error,.short-form-block .input select.error{border-color:red}.short-form-block .input input.error::-webkit-input-placeholder,.short-form-block .input select.error::-webkit-input-placeholder{color:red}.short-form-block .input input.error::-moz-placeholder,.short-form-block .input select.error::-moz-placeholder{color:red}.short-form-block .input input.error:-moz-placeholder,.short-form-block .input select.error:-moz-placeholder{color:red}.short-form-block .input input.error:-ms-input-placeholder,.short-form-block .input select.error:-ms-input-placeholder{color:red}.short-form-block .input input.error~.error-msg,.short-form-block .input select.error~.error-msg{font-size:11.5px;margin-top:5px}.short-form-block .input select option[value=""]{color:#949494}.short-form-block .input select:invalid{color:#949494}.short-form-block .input .error-msg{order:3;margin:0;color:red;font-size:0px;transition:.3s linear;-o-transition:.3s linear;-ms-transition:.3s linear;-moz-transition:.3s linear;-webkit-transition:.3s linear}.short-form-block .spp-input{width:100%}.short-form-block .spp-input input[type=checkbox]{order:1;width:0;height:0;margin:0;padding:0;opacity:0}.short-form-block .spp-input input[type=checkbox]:active~label .indicator:after,.short-form-block .spp-input input[type=checkbox]:hover~label .indicator:after,.short-form-block .spp-input input[type=checkbox]:focus~label .indicator:after{opacity:.3}.short-form-block .spp-input input[type=checkbox]:checked~label .indicator:after{opacity:1}.short-form-block .spp-input input[type=checkbox]~label{order:2;position:relative;margin:10px 0 0;width:100%;padding:5px 0 5px 30px;color:#232323;font-size:14px}.short-form-block .spp-input input[type=checkbox]~label a{color:inherit;text-decoration:underline}.short-form-block .spp-input input[type=checkbox]~label .indicator{position:absolute;z-index:1;top:0;left:0;bottom:0;margin:auto 0px;width:20px;height:20px;border:1px solid #232323}.short-form-block .spp-input input[type=checkbox]~label .indicator:after{content:'';position:absolute;top:0;left:0;right:0;bottom:2px;width:6px;height:12px;margin:auto;border-width:0 2px 2px 0;border-style:solid;border-color:#232323;transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);opacity:0;transition:opacity .1s linear;-o-transition:opacity .1s linear;-ms-transition:opacity .1s linear;-moz-transition:opacity .1s linear;-webkit-transition:opacity .1s linear}.short-form-block .spp-input input[type=checkbox].error~label{color:red}.short-form-block .spp-input input[type=checkbox].error~label .indicator{border-color:red}.short-form-block.has-background-bg_grey .input input,.short-form-block.has-background-bg_grey .input select{background-color:#f9f9f9}.short-form-block.has-background-bg_grey .input input:-webkit-autofill,.short-form-block.has-background-bg_grey .input select:-webkit-autofill,.short-form-block.has-background-bg_grey .input input:-webkit-autofill:hover,.short-form-block.has-background-bg_grey .input select:-webkit-autofill:hover,.short-form-block.has-background-bg_grey .input input:-webkit-autofill:focus,.short-form-block.has-background-bg_grey .input select:-webkit-autofill:focus{box-shadow:inset 0px 0px 0px 50px #f9f9f9;-webkit-text-fill-color:#2d2e33}.short-form-block.has-background-bg_dark .input input,.short-form-block.has-background-bg_dark .input select{color:#fff;background-color:#12171b}.short-form-block.has-background-bg_dark .input input:-webkit-autofill,.short-form-block.has-background-bg_dark .input select:-webkit-autofill,.short-form-block.has-background-bg_dark .input input:-webkit-autofill:hover,.short-form-block.has-background-bg_dark .input select:-webkit-autofill:hover,.short-form-block.has-background-bg_dark .input input:-webkit-autofill:focus,.short-form-block.has-background-bg_dark .input select:-webkit-autofill:focus{box-shadow:inset 0px 0px 0px 50px #12171b;-webkit-text-fill-color:#fff}@media screen and (min-width:992px) and (max-width:1220px){.short-form-block{padding-top:32px;padding-bottom:32px}}@media screen and (min-width:768px) and (max-width:991px){.short-form-block{padding-top:32px;padding-bottom:32px}.short-form-block .input-holder{margin-bottom:15px}}@media screen and (max-width:767px){.short-form-block{padding-top:32px;padding-bottom:32px}.short-form-block .input-holder{margin-bottom:15px}.short-form-block .input input,.short-form-block .input select{font-size:13px;line-height:16px;border-radius:4px;padding:8px 12px}}
.steps-block{padding-top:50px;padding-bottom:50px}.steps-block .steps{flex-align:stretch;align-items:stretch;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.steps-block .step-holder{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;-webkit-flex-direction:row;flex-direction:row;margin-bottom:30px}.steps-block .step{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;-webkit-flex-direction:row;flex-direction:row;flex-align:start;align-items:flex-start;width:100%;background-color:#fff;padding:30px;border-radius:15px;color:#2d2e33;font-size:20px;font-weight:700;line-height:120%}.steps-block .step .step-number{color:#828282;margin-right:5px}@media screen and (min-width:992px) and (max-width:1220px){.steps-block{padding-top:40px;padding-bottom:40px}.steps-block .step{padding:24px;border-radius:12px;font-size:16px}.steps-block .step .step-number{margin-right:5px}}@media screen and (max-width:767px){.steps-block{padding-top:40px;padding-bottom:40px}.steps-block .step{padding:24px;border-radius:12px;font-size:16px}.steps-block .step .step-number{margin-right:5px}.steps-block br{display:none}}
.warranties-block{padding-top:50px;padding-bottom:50px}.warranties-block .warranties-grid{margin-top:20px}.warranties-block .warranty-holder{margin-bottom:30px}.warranties-block .warranty{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;flex-grow:1;background-color:#f9f9f9;border-radius:15px}.warranties-block .warranty .warranty-head{flex-grow:1;padding:30px}.warranties-block .warranty .warranty-title{margin:0;font-size:20px;font-weight:700;line-height:100%}.warranties-block .warranty .warranty-subtitle{margin:5px 0 0;color:#949494;font-size:16px;font-weight:400;line-height:100%}.warranties-block .warranty .warranty-image{width:100%;height:200px;margin:0;border-radius:15px;overflow:hidden}.warranties-block .warranty .warranty-image img{width:100%;height:100%;object-fit:cover;max-width:100%;max-height:100%}@media screen and (min-width:992px) and (max-width:1220px){.warranties-block{padding-top:40px;padding-bottom:40px}.warranties-block .warranties-grid{margin-top:16px}.warranties-block .warranty-holder{margin-bottom:24px}.warranties-block .warranty{border-radius:12px}.warranties-block .warranty .warranty-head{padding:24px}.warranties-block .warranty .warranty-title{margin:0;font-size:16px}.warranties-block .warranty .warranty-subtitle{margin:4px 0 0;font-size:13px}.warranties-block .warranty .warranty-image{height:160px;margin:0;border-radius:12px}}@media screen and (max-width:767px){.warranties-block{padding-top:40px;padding-bottom:40px}.warranties-block .warranties-grid{margin-top:16px}.warranties-block .warranty-holder{margin-bottom:24px}.warranties-block .warranty{border-radius:12px}.warranties-block .warranty .warranty-head{padding:24px}.warranties-block .warranty .warranty-title{margin:0;font-size:16px}.warranties-block .warranty .warranty-subtitle{margin:4px 0 0;font-size:13px}.warranties-block .warranty .warranty-image{height:auto;margin:0;border-radius:12px}}
.we-sell-block{padding:80px 0;width:100%}.we-sell-block-title{display:flex;flex-direction:row;align-items:center;padding:0 100px;margin-bottom:80px}.we-sell-block-heading-text{font-family:'Roboto',sans-serif;font-weight:500;font-size:32px;line-height:1.3em;letter-spacing:.05em;color:#191a23;text-align:center;margin:0}.we-sell-block-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;padding:0 100px}.metal-card{min-width:0;max-width:100%}.metal-card-inner{display:flex;flex-direction:column;padding:40px 29px;border-radius:45px;border:1px solid #191a23;background-color:#fff;box-shadow:0 5px 0 0 rgba(25,26,35,1);height:100%;transition:all .2s ease}.metal-card-inner:hover{transform:translateY(-3px);box-shadow:0 8px 0 0 rgba(25,26,35,1)}.metal-card-content{display:flex;flex-direction:column;width:100%}.metal-card-header{display:flex;flex-direction:column;min-height:200px}.metal-symbol{font-family:'Roboto',sans-serif;font-weight:500;font-size:60px;line-height:1.27em;letter-spacing:.05em;background:linear-gradient(235deg,#b48138 50%,#efdfbc 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.metal-symbol.silver{background:linear-gradient(235deg,#5b5b5b 0%,#9e9d9d 62%,#6c6c6c 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.metal-symbol.platinum{background:linear-gradient(235deg,#9a7a6d 0%,#b2b2b2 43.27%,#8f847f 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.metal-symbol.palladium{background:linear-gradient(235deg,#777 0%,#b2b2b2 50.96%,#888787 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.metal-description{font-family:'Roboto',sans-serif;font-weight:500;font-size:20px;line-height:1.3em;letter-spacing:.05em;color:#191a23}.metal-card-divider{width:100%;height:1px;background-color:#191a23;margin:0 0 30px}.metal-card-prices{display:flex;flex-direction:column;justify-content:space-between;width:100%;gap:20px}.price-ranges{display:flex;flex-direction:row;flex:1;justify-content:space-between;flex-wrap:wrap;background:#fffacd;border-radius:11px;padding:4px;column-gap:10px}.price-range{font-family:'Roboto',sans-serif;font-weight:400;font-size:18px;line-height:1.3em;letter-spacing:.05em;color:#191a23;white-space:nowrap}.price-values{display:flex;flex-direction:row;justify-content:space-between;flex-wrap:wrap;background:#fffacd;border-radius:11px;padding:4px;column-gap:10px}.price-value{font-family:'Roboto',sans-serif;font-weight:500;font-size:18px;line-height:1.3em;letter-spacing:.05em;color:#191a23;white-space:nowrap;margin-left:auto}@media (max-width:1200px){.we-sell-block-title,.we-sell-block-cards{padding:0 60px}.we-sell-block-cards{grid-template-columns:repeat(4,1fr)}}@media (max-width:991px){.we-sell-block-title{flex-direction:column;align-items:center;gap:20px}.we-sell-block-cards{grid-template-columns:repeat(2,1fr);gap:25px}.metal-card-inner{padding:30px 20px}.metal-card-header{min-height:160px}.metal-symbol{font-size:50px}.metal-description{font-size:18px}}@media (max-width:767px){.we-sell-block-title,.we-sell-block-cards{padding:0 30px}.we-sell-block-cards{grid-template-columns:repeat(2,1fr);gap:20px}}@media (max-width:575px){.we-sell-block{padding:30px 0}.metal-card-prices{row-gap:10px}.metal-card-divider{margin-bottom:20px}.we-sell-block-title{margin-bottom:30px}.metal-card-header{min-height:130px}.we-sell-block-title,.we-sell-block-cards{padding:0 20px}.we-sell-block-cards{grid-template-columns:repeat(2,1fr);gap:10px}.we-sell-block-heading-text{font-size:26px;text-align:left;line-height:1em}.metal-card-inner{padding:20px 10px;border-radius:12px;border:1px solid #191a23;box-shadow:0 1px 0 0 rgba(25,26,35,1);gap:20px}.metal-description{font-size:12px}.price-ranges,.price-values{gap:10px}.price-range{font-weight:300}.price-range,.price-value{font-size:12px}}@media (max-width:330px){.we-sell-block-title{padding:0 20px;margin-bottom:10px}.we-sell-block-heading-text{font-size:26px;font-weight:500;line-height:1em;letter-spacing:.05em;text-align:left}.we-sell-block-cards{padding:0 20px;grid-template-columns:repeat(2,1fr)}.metal-card-header{min-height:135px}.metal-symbol{font-size:50px;font-weight:500;line-height:1.27em}.metal-description{font-size:12px;font-weight:500;line-height:1.3em}.metal-card-divider{height:.256px}.metal-card-prices{gap:10px}.price-ranges{gap:10px}.price-range{font-size:12px;font-weight:300;line-height:1.3em}.price-values{gap:10px}.price-value{font-size:12px;font-weight:500;line-height:1.3em}}
:root{--vzoloto-ink:#191a23;--vzoloto-gold:#ffd783;--vzoloto-gold-deep:#b48138;--vzoloto-paper:#fff;--vzoloto-bg:#efefef}.site-find-us{position:relative;padding:36px 0 70px;overflow:visible;background:0 0}.site-find-us .wrapper{position:relative}.site-find-us__heading{display:block;margin-bottom:24px}.site-find-us__eyebrow{display:block;margin-bottom:10px;color:var(--vzoloto-gold-deep);font:700 13px/1.2 'Roboto',sans-serif;letter-spacing:.13em;text-transform:uppercase}.site-find-us h2{margin:0;color:var(--vzoloto-ink);font:700 clamp(34px,4vw,56px)/1.05 'Roboto',sans-serif;letter-spacing:-.035em}.site-find-us__card{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:26px}.site-find-us__details{display:flex;flex-direction:column;min-height:500px;box-sizing:border-box;padding:clamp(26px,3vw,40px);border:1px solid rgba(180,129,56,.75);border-radius:28px;background:rgba(255,255,255,.94);box-shadow:0 20px 55px rgba(25,26,35,.08)}.site-find-us__phone{display:flex;min-height:64px;align-items:center;justify-content:center;margin-bottom:30px;padding:0 20px;border:1px solid rgba(180,129,56,.78);border-radius:14px;color:var(--vzoloto-gold-deep);font:500 clamp(20px,2vw,28px)/1 'Roboto',sans-serif;gap:12px;letter-spacing:-.035em;text-decoration:none;transition:background .18s ease,color .18s ease,transform .18s ease}.site-find-us__phone svg{width:30px;height:30px;flex:0 0 30px;fill:currentColor}.site-find-us__phone:hover,.site-find-us__phone:focus-visible{background:var(--vzoloto-ink);color:#fff;transform:translateY(-2px)}.site-find-us__facts{display:grid;margin:0 0 30px;gap:22px}.site-find-us__facts>div{display:grid;grid-template-columns:48px minmax(0,1fr);align-items:center;gap:16px}.site-find-us__facts dt{display:grid;width:48px;height:48px;place-items:center;border-radius:50%;background:#fbf5eb;color:#c38825}.site-find-us__facts dd{margin:0;color:var(--vzoloto-ink);font:400 clamp(16px,1.45vw,20px)/1.4 'Roboto',sans-serif}.site-find-us__facts svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.site-find-us__metro{display:block;width:30px;height:auto}.site-find-us__sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-find-us__messengers{display:grid;grid-template-columns:repeat(3,1fr);margin-top:auto;gap:12px}.site-find-us__messenger{display:flex;min-width:0;min-height:62px;align-items:center;justify-content:center;padding:8px 12px;border:1px solid rgba(180,129,56,.72);border-radius:13px;color:var(--vzoloto-gold-deep);font:400 14px/1.22 'Roboto',sans-serif;gap:9px;text-decoration:none;transition:background .18s ease,color .18s ease,transform .18s ease}.site-find-us__messenger strong{font-weight:500}.site-find-us__messenger-icon{display:grid;width:28px;height:28px;flex:0 0 28px;place-items:center}.site-find-us__messenger-icon img,.site-find-us__messenger-icon svg{display:block;width:100%;height:100%;object-fit:contain}.site-find-us__messenger--max .site-find-us__messenger-icon{width:30px;height:30px;flex-basis:30px}.site-find-us__messenger:hover,.site-find-us__messenger:focus-visible{background:var(--vzoloto-ink);color:#fff;transform:translateY(-2px)}.site-find-us__map{position:relative;min-height:500px;overflow:hidden;border:1px solid rgba(180,129,56,.75);border-radius:28px;background:#e9e4da;box-shadow:0 20px 55px rgba(25,26,35,.08)}.site-find-us__map>.map-holder{position:absolute !important;inset:0;display:block;width:100% !important;height:100% !important;min-height:0 !important;margin:0;background-color:#e9e4da}.site-find-us__map>.map-holder>.map-object{position:absolute;inset:0;display:block;width:100%;height:100%}.site-find-us__map-link{position:absolute;z-index:1;right:18px;bottom:18px;display:inline-flex;min-height:44px;align-items:center;padding:0 18px;border-radius:12px;background:rgba(255,255,255,.94);box-shadow:0 5px 18px rgba(25,26,35,.22);color:#3a3b42;font:700 14px/1 'Roboto',sans-serif;gap:9px;text-decoration:none}.site-find-us__map-link>span{position:relative;width:20px;height:20px;flex:0 0 20px;border-radius:50% 50% 50% 0;background:#ff4438;transform:rotate(-45deg)}.site-find-us__map-link>span:after{position:absolute;top:6px;left:6px;width:8px;height:8px;border-radius:50%;background:#fff;content:''}.contact-dial__item--max{background:#5c65f5}.contact-dial__label{color:#fff;font:800 10px/1 'Roboto',sans-serif;letter-spacing:-.03em}@media (max-width:991px){.site-find-us__card{grid-template-columns:1fr}.site-find-us__details,.site-find-us__map{min-height:420px}}@media (max-width:767px){.site-find-us{padding:22px 0 48px}.site-find-us>.wrapper{padding-right:20px;padding-left:20px}.site-find-us__heading{margin-bottom:18px}.site-find-us__eyebrow{margin-bottom:8px}.site-find-us__card{gap:18px;border-radius:22px}.site-find-us__details{min-height:0;padding:26px 22px 28px;border-radius:22px}.site-find-us__phone{margin-bottom:26px}.site-find-us__facts>div{grid-template-columns:44px minmax(0,1fr);gap:13px}.site-find-us__facts dt{width:44px;height:44px}.site-find-us__messengers{grid-template-columns:1fr}.site-find-us__map{min-height:360px;border-radius:22px}}
body .map-holder{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;flex-grow:0;width:100%;position:relative;background-image:url(https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img/https://vzoloto.ru/wp-content/plugins/grampus/assets/css/../images/map-holder.png);background-position:center}body .map-holder .map-object{position:absolute;top:0;left:0;width:100%;height:100%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}body .map-holder .map-object iframe{flex-grow:1;height:auto}
:root{--vzoloto-ink:#191a23;--vzoloto-gold:#ffd783;--vzoloto-gold-deep:#b48138}.site-logo-mobile{display:none}.theme-header__request{display:inline-flex;min-height:54px;align-items:center;justify-content:center;margin-left:auto;padding:12px 28px;border:1px solid var(--vzoloto-ink);border-radius:16px;background:var(--vzoloto-gold);box-shadow:0 5px 0 var(--vzoloto-gold-deep);color:var(--vzoloto-ink);cursor:pointer;font:700 18px/1.2 'Roboto',sans-serif;white-space:nowrap;transition:transform .18s ease,box-shadow .18s ease}.theme-header__request:hover,.theme-header__request:focus-visible{box-shadow:0 7px 0 var(--vzoloto-gold-deep);transform:translateY(-2px)}@media (min-width:992px){.theme-header__content{gap:clamp(24px,4vw,58px) !important}.theme-header__contacts{display:none !important}}@media (max-width:991px){.theme-header__request{display:none !important}}@media (max-width:767px){.theme-header__content{min-height:74px;flex-direction:row !important;align-items:center !important;justify-content:flex-start !important;gap:12px !important}.site-logo-desktop{display:none !important}.site-logo-mobile{display:flex;width:54px;height:54px;align-items:center;justify-content:center;flex:0 0 54px}.site-logo-mobile img{display:block;width:54px;height:54px;object-fit:contain}.theme-header__logo{width:54px !important;min-width:54px;overflow:visible !important}.theme-header__contacts{display:flex !important;min-width:0 !important;margin-right:46px;flex-direction:row !important;align-items:center !important}.theme-header__phone a{color:#fff !important;font-size:clamp(15px,4.4vw,19px) !important;white-space:nowrap}.theme-header__email{display:none !important}.theme-header__menu-icon{top:50% !important;right:4px !important;transform:translateY(-50%)}.theme-header__menu-icon:hover{transform:translateY(-50%) scale(1.08) !important}}
:root{--vzoloto-ink:#191a23;--vzoloto-gold:#ffd783;--vzoloto-gold-deep:#b48138}.calc-btn-primary{border:0;cursor:pointer;font:inherit}.site-cta--generated{position:relative;margin-top:0 !important;padding:40px 0 !important;overflow:visible;background:0 0}.page-content>.site-cta--generated{width:calc(100% + 30px);margin-right:-15px;margin-left:-15px}.site-cta--generated>.wrapper{box-sizing:border-box}@media (min-width:768px){.front-page .page-content>.site-cta--generated{width:100%;margin-right:0;margin-left:0}}.site-cta--generated .site-cta__card{position:relative;display:grid;width:100%;grid-template-columns:minmax(0, 1fr) minmax(320px, 390px);align-items:center;padding:clamp(34px, 5vw, 66px);overflow:hidden;border:1px solid var(--vzoloto-ink);border-radius:34px;background:var(--vzoloto-ink);box-shadow:0 8px 0 var(--vzoloto-gold-deep);color:#fff;gap:clamp(32px, 5vw, 76px)}.site-cta--generated .site-cta__card:after{position:absolute;top:50%;right:clamp(250px, 27vw, 410px);width:260px;height:260px;border:1px solid rgba(255,215,131,.22);border-radius:50%;background:radial-gradient(circle,rgba(255,215,131,.13),transparent 64%);content:'';pointer-events:none;transform:translateY(-50%)}.site-cta--generated .site-cta__copy{position:relative;z-index:1;max-width:700px}.site-cta--generated .site-cta__eyebrow{display:block;margin-bottom:12px;color:var(--vzoloto-gold);font:700 13px/1.2 'Roboto',sans-serif;letter-spacing:.13em;text-transform:uppercase}.site-cta--generated .site-cta__copy h2{margin:0;color:#fff;font:700 clamp(31px, 4vw, 54px)/1.06 'Roboto',sans-serif;letter-spacing:-.035em}.site-cta--generated .site-cta__copy p{max-width:620px;margin:18px 0 0;color:rgba(255,255,255,.74);font:400 clamp(16px, 1.6vw, 20px)/1.5 'Roboto',sans-serif;text-indent:0}.site-cta--generated .site-cta__actions{position:relative;z-index:1;display:grid;width:100%;gap:14px}.site-cta--generated .site-cta__button{position:relative;display:inline-flex;min-width:0;min-height:60px;align-items:center;justify-content:center;padding:14px 28px;border:1px solid var(--vzoloto-ink);border-radius:16px;cursor:pointer;font:700 16px/1.2 'Roboto',sans-serif;gap:10px;text-align:center;text-decoration:none;white-space:normal;transition:transform .18s ease,box-shadow .18s ease}.site-cta--generated .site-cta__button svg{width:24px;height:24px;flex:0 0 24px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.site-cta--generated .site-cta__button-content{display:inline-flex;max-width:100%;align-items:center;justify-content:center;gap:10px}.site-cta--generated .site-cta__button-content>span{min-width:0;text-align:center}.site-cta--generated .site-cta__button--request svg{color:var(--vzoloto-ink);stroke:var(--vzoloto-ink)}.site-cta--generated .site-cta__button--phone svg{color:#fff;stroke:#fff}.site-cta--generated .site-cta__button--request{border-color:#fff0c9;background:var(--vzoloto-gold);box-shadow:0 6px 0 var(--vzoloto-gold-deep);color:var(--vzoloto-ink)}.site-cta--generated .site-cta__button--phone{border-color:rgba(255,255,255,.68);background:rgba(255,255,255,.06);box-shadow:0 5px 0 rgba(180,129,56,.82);color:#fff}.site-cta--generated .site-cta__button:hover,.site-cta--generated .site-cta__button:focus-visible{transform:translateY(-2px)}.site-cta--generated .site-cta__button--phone:hover,.site-cta--generated .site-cta__button--phone:focus-visible{border-color:var(--vzoloto-gold);background:rgba(255,215,131,.12)}.metal-faq-section{padding-bottom:12px !important}@media (max-width:991px){.site-cta--generated{padding:32px 0 !important}.site-cta--generated .site-cta__card{grid-template-columns:1fr}.site-cta--generated .site-cta__actions{grid-template-columns:repeat(2,minmax(0, 1fr))}.site-cta--generated .site-cta__card:after{right:-70px}}body.has-request-modal{overflow:hidden}.vzoloto-request-modal[hidden]{display:none !important}.vzoloto-request-modal{position:fixed;z-index:100000;inset:0;display:grid;place-items:center;padding:24px}.vzoloto-request-modal__backdrop{position:absolute;inset:0;background:rgba(16,17,23,.72);opacity:0;backdrop-filter:blur(8px);transition:opacity .22s ease}.vzoloto-request-modal__dialog{position:relative;width:min(100%, 680px);max-height:calc(100vh - 48px);overflow:auto;border:1px solid rgba(25,26,35,.78);border-radius:34px;background:#fff;box-shadow:0 10px 0 var(--vzoloto-ink),0 36px 100px rgba(0,0,0,.36);opacity:0;transform:translateY(24px) scale(.98);transition:opacity .22s ease,transform .22s ease}.vzoloto-request-modal.is-open .vzoloto-request-modal__backdrop,.vzoloto-request-modal.is-open .vzoloto-request-modal__dialog{opacity:1}.vzoloto-request-modal.is-open .vzoloto-request-modal__dialog{transform:translateY(0) scale(1)}.vzoloto-request-modal__accent{height:12px;background:linear-gradient(90deg,var(--vzoloto-gold-deep),var(--vzoloto-gold),#fff1c8)}.vzoloto-request-modal__close{position:absolute;z-index:2;top:25px;right:24px;display:grid;width:42px;height:42px;place-items:center;padding:0;border:1px solid rgba(25,26,35,.2);border-radius:50%;background:#f6f6f4;color:var(--vzoloto-ink);cursor:pointer;font:700 32px/1 'Roboto',sans-serif;transition:background-color .18s ease,border-color .18s ease,box-shadow .18s ease,color .18s ease}.vzoloto-request-modal__close:hover,.vzoloto-request-modal__close:focus-visible{border-color:var(--vzoloto-gold-deep);background:#fff2cc;box-shadow:0 5px 14px rgba(180,129,56,.18);color:#9a671f}.vzoloto-request-modal__close:focus-visible{outline:2px solid rgba(180,129,56,.42);outline-offset:2px}.vzoloto-request-modal__content{padding:42px clamp(26px, 6vw, 64px) 52px}.vzoloto-request-modal__eyebrow{color:var(--vzoloto-gold-deep);font:700 13px/1.2 'Roboto',sans-serif;letter-spacing:.13em;text-transform:uppercase}.vzoloto-request-modal h2{max-width:570px;margin:12px 50px 32px 0;color:var(--vzoloto-ink);font:700 clamp(28px, 4vw, 42px)/1.08 'Roboto',sans-serif;letter-spacing:-.035em}.vzoloto-request-form__fields{display:grid;grid-template-columns:1fr 1fr;gap:14px}.vzoloto-request-form__field{display:flex;flex-direction:column;color:var(--vzoloto-ink);font:600 14px/1.3 'Roboto',sans-serif;gap:8px}.vzoloto-request-form__field input{width:100%;height:58px;box-sizing:border-box;padding:0 17px;border:1px solid rgba(25,26,35,.28);border-radius:14px;background:#f8f8f6;color:var(--vzoloto-ink);font:500 16px/1 'Roboto',sans-serif;outline:none;transition:border-color .18s ease,box-shadow .18s ease}.vzoloto-request-form__field input:focus{border-color:var(--vzoloto-gold-deep);box-shadow:0 0 0 4px rgba(255,215,131,.32)}.vzoloto-request-form__field input[aria-invalid=true]{border-color:#c62d21}.vzoloto-request-form__consent{position:relative;display:grid;grid-template-columns:22px 1fr;align-items:start;margin:20px 0 24px;color:#53545c;cursor:pointer;font:400 13px/1.45 'Roboto',sans-serif;gap:10px}.vzoloto-request-form__consent input{position:absolute;opacity:0}.vzoloto-request-form__check{position:relative;width:22px;height:22px;box-sizing:border-box;border:1px solid var(--vzoloto-ink);border-radius:6px;background:#fff}.vzoloto-request-form__consent input:checked+.vzoloto-request-form__check{background:var(--vzoloto-ink)}.vzoloto-request-form__consent input:checked+.vzoloto-request-form__check:after{position:absolute;top:3px;left:7px;width:5px;height:10px;border:solid var(--vzoloto-gold);border-width:0 2px 2px 0;content:'';transform:rotate(45deg)}.vzoloto-request-form__consent a{color:inherit;text-decoration-color:var(--vzoloto-gold-deep);text-underline-offset:2px}.vzoloto-request-form__consent.has-error .vzoloto-request-form__check{border-color:#c62d21}.vzoloto-request-form__honeypot{position:absolute !important;left:-10000px !important;width:1px !important;height:1px !important;opacity:0 !important}.vzoloto-request-form__submit{display:flex;width:100%;min-height:58px;align-items:center;justify-content:center;border:1px solid var(--vzoloto-ink);border-radius:15px;background:var(--vzoloto-ink);box-shadow:0 5px 0 var(--vzoloto-gold-deep);color:#fff;cursor:pointer;font:700 18px/1 'Roboto',sans-serif;transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease}.vzoloto-request-form__submit:hover,.vzoloto-request-form__submit:focus-visible{box-shadow:0 7px 0 var(--vzoloto-gold-deep);transform:translateY(-2px)}.vzoloto-request-form__submit:disabled{cursor:wait;opacity:.62}.vzoloto-request-form__error{color:#b52018;font:500 12px/1.3 'Roboto',sans-serif}.vzoloto-request-form__consent .vzoloto-request-form__error{grid-column:2}.vzoloto-request-form__status{margin:18px 0 0;padding:15px 17px;border-radius:12px;font:600 14px/1.45 'Roboto',sans-serif}.vzoloto-request-form__status.is-success{background:#e8f5e9;color:#236829}.vzoloto-request-form__status.is-error{background:#fff0ee;color:#a9231a}.vzoloto-request-form.is-success .vzoloto-request-form__fields,.vzoloto-request-form.is-success .vzoloto-request-form__consent,.vzoloto-request-form.is-success .vzoloto-request-form__submit{display:none}@media (max-width:767px){.metal-faq-section{padding-bottom:6px !important}.site-cta--generated{padding:24px 0 !important}.site-cta--generated>.wrapper{padding-right:15px;padding-left:15px}.site-cta--generated .site-cta__card{padding:32px 24px 36px;border-radius:24px;box-shadow:0 6px 0 var(--vzoloto-gold-deep);gap:24px}.site-cta--generated .site-cta__card:after{top:auto;right:-90px;bottom:-110px;transform:none}.site-cta--generated .site-cta__actions{grid-template-columns:1fr}.site-cta--generated .site-cta__button{width:100%;min-width:0;padding-right:18px;padding-left:18px;font-size:15px}.vzoloto-request-modal{align-items:end;padding:12px}.vzoloto-request-modal__dialog{max-height:calc(100vh - 24px);border-radius:26px}.vzoloto-request-modal__content{padding:34px 22px 30px}.vzoloto-request-modal__close{top:19px;right:17px}.vzoloto-request-modal h2{margin-right:38px}.vzoloto-request-form__fields{grid-template-columns:1fr}}