

/* Start:/local/templates/elc/assets/css/vendors-redisign.css?1699899688322477*/
.form-label {
    margin-bottom: 0.5rem;
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
}

.form-text {
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #6c757d;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
.form-control[type=file] {
    overflow: hidden;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em;
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

.form-control::-webkit-file-upload-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none;
    }
    .form-control::file-selector-button {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3;
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3;
}

.form-control::-webkit-file-upload-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none;
    }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0;
}

.form-control-sm {
    min-height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

.form-control-sm::-webkit-file-upload-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: 0.5rem;
    margin-inline-end: 0.5rem;
}

.form-control-sm::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: 0.5rem;
    margin-inline-end: 0.5rem;
}

.form-control-sm::-webkit-file-upload-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: 0.5rem;
    margin-inline-end: 0.5rem;
}

.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}

.form-control-lg::-webkit-file-upload-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
}

.form-control-lg::file-selector-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
}

.form-control-lg::-webkit-file-upload-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
}

textarea.form-control {
    min-height: calc(1.5em + 0.75rem + 2px);
}

textarea.form-control-sm {
    min-height: calc(1.5em + 0.5rem + 2px);
}

textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
    width: 3rem;
    height: auto;
    padding: 0.375rem;
}

.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer;
}

.form-control-color::-moz-color-swatch {
    height: 1.5em;
    border-radius: 0.25rem;
}

.form-control-color::-webkit-color-swatch {
    height: 1.5em;
    border-radius: 0.25rem;
}

.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .form-select {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
    padding-right: 0.75rem;
    background-image: none;
}

.form-select:disabled {
    background-color: #e9ecef;
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529;
}

.form-select-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

.form-select-lg {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.form-check-input[type=checkbox] {
    border-radius: 0.25em;
}

.form-check-input[type=radio] {
    border-radius: 50%;
}

.form-check-input:active {
    -webkit-filter: brightness(90%);
    filter: brightness(90%);
}

.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #0d6efd;
    border-color: #0d6efd;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
    pointer-events: none;
    -webkit-filter: none;
    filter: none;
    opacity: 0.5;
}

.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
    opacity: 0.5;
}

.form-switch {
    padding-left: 2.5em;
}

.form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    -webkit-transition: background-position 0.15s ease-in-out;
    -o-transition: background-position 0.15s ease-in-out;
    transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-switch .form-check-input {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem;
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
    pointer-events: none;
    -webkit-filter: none;
    filter: none;
    opacity: 0.65;
}

.form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-range:focus {
    outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-range::-moz-focus-outer {
    border: 0;
}

.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none;
    }
}
.form-range::-webkit-slider-thumb:active {
    background-color: #b6d4fe;
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none;
    }
}
.form-range::-moz-range-thumb:active {
    background-color: #b6d4fe;
}

.form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.form-range:disabled {
    pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}

.form-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}

.form-floating {
    position: relative;
}

.form-floating > .form-control,
.form-floating > .form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25;
}

.form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 0.75rem;
    pointer-events: none;
    border: 1px solid transparent;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
    -o-transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-floating > label {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
.form-floating > .form-control {
    padding: 1rem 0.75rem;
}

.form-floating > .form-control::-moz-placeholder {
    color: transparent;
}

.form-floating > .form-control::-webkit-input-placeholder {
    color: transparent;
}

.form-floating > .form-control:-ms-input-placeholder {
    color: transparent;
}

.form-floating > .form-control::-ms-input-placeholder {
    color: transparent;
}

.form-floating > .form-control::placeholder {
    color: transparent;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating > .form-control:not(:-ms-input-placeholder) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating > .form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
    opacity: 0.65;
    -ms-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
    opacity: 0.65;
    -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    -ms-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:-webkit-autofill ~ label {
    opacity: 0.65;
    -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.input-group > .form-control,
.input-group > .form-select {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.input-group > .form-control:focus,
.input-group > .form-select:focus {
    z-index: 3;
}

.input-group .btn {
    position: relative;
    z-index: 2;
}

.input-group .btn:focus {
    z-index: 3;
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
    padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #198754;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: rgba(25, 135, 84, 0.9);
    border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
    border-color: #198754;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #198754;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
    border-color: #198754;
}

.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
    border-color: #198754;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
    border-color: #198754;
}

.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
    background-color: #198754;
}

.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #198754;
}

.form-check-inline .form-check-input ~ .valid-feedback {
    margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
    z-index: 1;
}

.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
    z-index: 3;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc3545;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
    border-color: #dc3545;
}

.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
    border-color: #dc3545;
}

.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
    background-color: #dc3545;
}

.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
    margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
    z-index: 2;
}

.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
    z-index: 3;
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
.btn:hover {
    color: #212529;
}

.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.btn:disabled, .btn.disabled, fieldset:disabled .btn {
    pointer-events: none;
    opacity: 0.65;
}

.btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0a58ca;
    border-color: #0a53be;
}

.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.btn-primary:disabled, .btn-primary.disabled {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
}

.btn-check:focus + .btn-secondary, .btn-secondary:focus {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #565e64;
    border-color: #51585e;
}

.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

.btn-secondary:disabled, .btn-secondary.disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-success {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}

.btn-success:hover {
    color: #fff;
    background-color: #157347;
    border-color: #146c43;
}

.btn-check:focus + .btn-success, .btn-success:focus {
    color: #fff;
    background-color: #157347;
    border-color: #146c43;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #146c43;
    border-color: #13653f;
}

.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

.btn-success:disabled, .btn-success.disabled {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}

.btn-info {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}

.btn-info:hover {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2;
}

.btn-check:focus + .btn-info, .btn-info:focus {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}

.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
    color: #000;
    background-color: #3dd5f3;
    border-color: #25cff2;
}

.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}

.btn-info:disabled, .btn-info.disabled {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}

.btn-warning {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:hover {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720;
}

.btn-check:focus + .btn-warning, .btn-warning:focus {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}

.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
    color: #000;
    background-color: #ffcd39;
    border-color: #ffc720;
}

.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}

.btn-warning:disabled, .btn-warning.disabled {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:hover {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37;
}

.btn-check:focus + .btn-danger, .btn-danger:focus {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}

.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #b02a37;
    border-color: #a52834;
}

.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}

.btn-danger:disabled, .btn-danger.disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-light {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:hover {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
}

.btn-check:focus + .btn-light, .btn-light:focus {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
}

.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

.btn-light:disabled, .btn-light.disabled {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-dark {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}

.btn-dark:hover {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21;
}

.btn-check:focus + .btn-dark, .btn-dark:focus {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1a1e21;
    border-color: #191c1f;
}

.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

.btn-dark:disabled, .btn-dark.disabled {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}

.btn-outline-primary {
    color: #0d6efd;
    border-color: #0d6efd;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

.btn-outline-primary:disabled, .btn-outline-primary.disabled {
    color: #0d6efd;
    background-color: transparent;
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
    color: #6c757d;
    background-color: transparent;
}

.btn-outline-success {
    color: #198754;
    border-color: #198754;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}

.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}

.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

.btn-outline-success:disabled, .btn-outline-success.disabled {
    color: #198754;
    background-color: transparent;
}

.btn-outline-info {
    color: #0dcaf0;
    border-color: #0dcaf0;
}

.btn-outline-info:hover {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}

.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}

.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

.btn-outline-info:disabled, .btn-outline-info.disabled {
    color: #0dcaf0;
    background-color: transparent;
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:hover {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}

.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning:disabled, .btn-outline-warning.disabled {
    color: #ffc107;
    background-color: transparent;
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger:disabled, .btn-outline-danger.disabled {
    color: #dc3545;
    background-color: transparent;
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:hover {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light:disabled, .btn-outline-light.disabled {
    color: #f8f9fa;
    background-color: transparent;
}

.btn-outline-dark {
    color: #212529;
    border-color: #212529;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}

.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}

.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

.btn-outline-dark:disabled, .btn-outline-dark.disabled {
    color: #212529;
    background-color: transparent;
}

.btn-link {
    font-weight: 400;
    color: #0d6efd;
    text-decoration: underline;
}

.btn-link:hover {
    color: #0a58ca;
}

.btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

.fade {
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    -webkit-transition: width 0.35s ease;
    -o-transition: width 0.35s ease;
    transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing.collapse-horizontal {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
.dropup,
.dropend,
.dropdown,
.dropstart {
    position: relative;
}

.dropdown-toggle {
    white-space: nowrap;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: 0.125rem;
}

.dropdown-menu-start {
    --bs-position: start;
}

.dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0;
}

.dropdown-menu-end {
    --bs-position: end;
}

.dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto;
}

@media (min-width: 576px) {
    .dropdown-menu-sm-start {
        --bs-position: start;
    }
    .dropdown-menu-sm-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-sm-end {
        --bs-position: end;
    }
    .dropdown-menu-sm-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}
@media (min-width: 768px) {
    .dropdown-menu-md-start {
        --bs-position: start;
    }
    .dropdown-menu-md-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-md-end {
        --bs-position: end;
    }
    .dropdown-menu-md-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}
@media (min-width: 992px) {
    .dropdown-menu-lg-start {
        --bs-position: start;
    }
    .dropdown-menu-lg-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-lg-end {
        --bs-position: end;
    }
    .dropdown-menu-lg-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}
@media (min-width: 1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start;
    }
    .dropdown-menu-xl-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-xl-end {
        --bs-position: end;
    }
    .dropdown-menu-xl-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}
@media (min-width: 1400px) {
    .dropdown-menu-xxl-start {
        --bs-position: start;
    }
    .dropdown-menu-xxl-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-xxl-end {
        --bs-position: end;
    }
    .dropdown-menu-xxl-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}
.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}

.dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.dropend .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropend .dropdown-toggle::after {
    vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropstart .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.dropstart .dropdown-toggle::after {
    display: none;
}

.dropstart .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.dropstart .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropstart .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #1e2125;
    background-color: #e9ecef;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0d6efd;
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1rem;
    color: #212529;
}

.dropdown-menu-dark {
    color: #dee2e6;
    background-color: #343a40;
    border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item {
    color: #dee2e6;
}

.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.15);
}

.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
    color: #fff;
    background-color: #0d6efd;
}

.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
    color: #adb5bd;
}

.dropdown-menu-dark .dropdown-divider {
    border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item-text {
    color: #dee2e6;
}

.dropdown-menu-dark .dropdown-header {
    color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
    z-index: 1;
}

.btn-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.btn-toolbar .input-group {
    width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
    margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}

.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
    margin-left: 0;
}

.dropstart .dropdown-toggle-split::before {
    margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
    width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .nav-link {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
.nav-link:hover, .nav-link:focus {
    color: #0a58ca;
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: none;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
    isolation: isolate;
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #0d6efd;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
    width: 100%;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.navbar-brand {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.navbar-nav .dropdown-menu {
    position: static;
}

.navbar-text {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
    transition: -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: box-shadow 0.15s ease-in-out;
    transition: box-shadow 0.15s ease-in-out;
    transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
.navbar-toggler:hover {
    text-decoration: none;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem;
    box-shadow: 0 0 0 0.25rem;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto;
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
    .navbar-expand-sm .offcanvas-header {
        display: none;
    }
    .navbar-expand-sm .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .navbar-expand-sm .offcanvas-top,
    .navbar-expand-sm .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0;
    }
    .navbar-expand-sm .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}
@media (min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-md .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
    .navbar-expand-md .offcanvas-header {
        display: none;
    }
    .navbar-expand-md .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .navbar-expand-md .offcanvas-top,
    .navbar-expand-md .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0;
    }
    .navbar-expand-md .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
    .navbar-expand-lg .offcanvas-header {
        display: none;
    }
    .navbar-expand-lg .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .navbar-expand-lg .offcanvas-top,
    .navbar-expand-lg .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0;
    }
    .navbar-expand-lg .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}
@media (min-width: 1200px) {
    .navbar-expand-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
    .navbar-expand-xl .offcanvas-header {
        display: none;
    }
    .navbar-expand-xl .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .navbar-expand-xl .offcanvas-top,
    .navbar-expand-xl .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0;
    }
    .navbar-expand-xl .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}
@media (min-width: 1400px) {
    .navbar-expand-xxl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-xxl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-xxl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-xxl .navbar-toggler {
        display: none;
    }
    .navbar-expand-xxl .offcanvas-header {
        display: none;
    }
    .navbar-expand-xxl .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .navbar-expand-xxl .offcanvas-top,
    .navbar-expand-xxl .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0;
    }
    .navbar-expand-xxl .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}
.navbar-expand {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible;
}

.navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.navbar-expand .navbar-toggler {
    display: none;
}

.navbar-expand .offcanvas-header {
    display: none;
}

.navbar-expand .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
}

.navbar-expand .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.55);
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
    color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.55);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.55);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.55);
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
    color: #fff;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #E0E0E0;
    padding: 20px;
}

.card > hr {
    margin-right: 0;
    margin-left: 0;
}

.card > .list-group {
    border-top: inherit;
    border-bottom: inherit;
}

.card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
    border-top: 0;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem 1rem;
}

.card-title {
    margin-bottom: 0.5rem;
}

.card-subtitle {
    margin-top: -0.25rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link + .card-link {
    margin-left: 1rem;
}

.card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
    padding: 0.5rem 1rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
    margin-right: -0.5rem;
    margin-bottom: -0.5rem;
    margin-left: -0.5rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
    width: 100%;
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-group > .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .card-group > .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-img-top,
    .card-group > .card:not(:last-child) .card-header {
        border-top-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-img-bottom,
    .card-group > .card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-img-top,
    .card-group > .card:not(:first-child) .card-header {
        border-top-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-img-bottom,
    .card-group > .card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0;
    }
}
.accordion-button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.accordion-button::after {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button::after {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
.accordion-button:hover {
    z-index: 2;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.accordion-header {
    margin-bottom: 0;
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-item:first-of-type {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.accordion-item:not(:first-of-type) {
    border-top: 0;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.accordion-body {
    padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
    border-width: 0;
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.accordion-flush .accordion-item:first-child {
    border-top: 0;
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 0;
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "/");
}

.breadcrumb-item.active {
    color: #6c757d;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
}

.page-link {
    position: relative;
    display: block;
    color: #0d6efd;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .page-link {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
.page-link:hover {
    z-index: 2;
    color: #0a58ca;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 3;
    color: #0a58ca;
    background-color: #e9ecef;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
}

.page-link {
    padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 3rem;
}

.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem;
}

.alert-primary {
    color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe;
}

.alert-primary .alert-link {
    color: #06357a;
}

.alert-secondary {
    color: #41464b;
    background-color: #e2e3e5;
    border-color: #d3d6d8;
}

.alert-secondary .alert-link {
    color: #34383c;
}

.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}

.alert-success .alert-link {
    color: #0c4128;
}

.alert-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb;
}

.alert-info .alert-link {
    color: #04414d;
}

.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}

.alert-warning .alert-link {
    color: #523e02;
}

.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}

.alert-danger .alert-link {
    color: #6a1a21;
}

.alert-light {
    color: #636464;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-light .alert-link {
    color: #4f5050;
}

.alert-dark {
    color: #141619;
    background-color: #d3d3d4;
    border-color: #bcbebf;
}

.alert-dark .alert-link {
    color: #101214;
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem;
    }
}
@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem;
    }
}
.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #0d6efd;
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
.progress-bar-striped {
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.progress-bar-animated {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none;
    }
}
.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem;
}

.list-group-numbered {
    list-style-type: none;
    counter-reset: section;
}

.list-group-numbered > li::before {
    content: counters(section, ".") ". ";
    counter-increment: section;
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.list-group-item + .list-group-item {
    border-top-width: 0;
}

.list-group-item + .list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px;
}

.list-group-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
    margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
}

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .list-group-horizontal-sm > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-sm > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-sm > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}
@media (min-width: 768px) {
    .list-group-horizontal-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .list-group-horizontal-md > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-md > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-md > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}
@media (min-width: 992px) {
    .list-group-horizontal-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .list-group-horizontal-lg > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-lg > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-lg > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}
@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .list-group-horizontal-xl > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-xl > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-xl > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}
@media (min-width: 1400px) {
    .list-group-horizontal-xxl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .list-group-horizontal-xxl > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-xxl > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-xxl > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}
.list-group-flush {
    border-radius: 0;
}

.list-group-flush > .list-group-item {
    border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
    border-bottom-width: 0;
}

.list-group-item-primary {
    color: #084298;
    background-color: #cfe2ff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #084298;
    background-color: #bacbe6;
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #084298;
    border-color: #084298;
}

.list-group-item-secondary {
    color: #41464b;
    background-color: #e2e3e5;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #41464b;
    background-color: #cbccce;
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #41464b;
    border-color: #41464b;
}

.list-group-item-success {
    color: #0f5132;
    background-color: #d1e7dd;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #0f5132;
    background-color: #bcd0c7;
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #0f5132;
    border-color: #0f5132;
}

.list-group-item-info {
    color: #055160;
    background-color: #cff4fc;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #055160;
    background-color: #badce3;
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #055160;
    border-color: #055160;
}

.list-group-item-warning {
    color: #664d03;
    background-color: #fff3cd;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #664d03;
    background-color: #e6dbb9;
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #664d03;
    border-color: #664d03;
}

.list-group-item-danger {
    color: #842029;
    background-color: #f8d7da;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #842029;
    background-color: #dfc2c4;
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #842029;
    border-color: #842029;
}

.list-group-item-light {
    color: #636464;
    background-color: #fefefe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #636464;
    background-color: #e5e5e5;
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #636464;
    border-color: #636464;
}

.list-group-item-dark {
    color: #141619;
    background-color: #d3d3d4;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #141619;
    background-color: #bebebf;
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #141619;
    border-color: #141619;
}

.btn-close {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.5;
}

.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.75;
}

.btn-close:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    opacity: 1;
}

.btn-close:disabled, .btn-close.disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0.25;
}

.btn-close-white {
    -webkit-filter: invert(1) grayscale(100%) brightness(200%);
    filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
    width: 350px;
    max-width: 100%;
    font-size: 0.875rem;
    pointer-events: auto;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.toast.showing {
    opacity: 0;
}

.toast:not(.show) {
    display: none;
}

.toast-container {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    pointer-events: none;
}

.toast-container > :not(:last-child) {
    margin-bottom: 0.75rem;
}

.toast-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.5rem 0.75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.toast-header .btn-close {
    margin-right: -0.375rem;
    margin-left: 0.75rem;
}

.toast-body {
    padding: 0.75rem;
    word-wrap: break-word;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
.modal.show .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
    margin: 0.25rem;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-sm {
        max-width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}
@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}
.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}

.modal-fullscreen .modal-header {
    border-radius: 0;
}

.modal-fullscreen .modal-body {
    overflow-y: auto;
}

.modal-fullscreen .modal-footer {
    border-radius: 0;
}

@media (max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0;
    }
}
@media (max-width: 767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-md-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0;
    }
}
@media (max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0;
    }
}
@media (max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0;
    }
}
@media (max-width: 1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0;
    }
}
.tooltip {
    position: absolute;
    z-index: 1080;
    display: block;
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

.tooltip.show {
    opacity: 0.9;
}

.tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}

.tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
    padding: 0.4rem 0;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
    bottom: 0;
}

.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
    top: -1px;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
    padding: 0 0.4rem;
}

.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
    right: -1px;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
    padding: 0.4rem 0;
}

.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
    top: 0;
}

.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
    padding: 0 0.4rem;
}

.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
    left: -1px;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1070;
    display: block;
    max-width: 276px;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

.popover .popover-arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
}

.popover .popover-arrow::before, .popover .popover-arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
    bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff;
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
}

.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
    top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
}

.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff;
}

.popover-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f0f0f0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
    display: none;
}

.popover-body {
    padding: 1rem 1rem;
    color: #212529;
}

.carousel {
    position: relative;
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
    z-index: 1;
    opacity: 1;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 0s 0.6s;
    -o-transition: opacity 0s 0.6s;
    transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-start,
    .carousel-fade .active.carousel-item-end {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: 0.5;
    -webkit-transition: opacity 0.15s ease;
    -o-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators [data-bs-target] {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    -webkit-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators [data-bs-target] {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
.carousel-indicators .active {
    opacity: 1;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
    -webkit-filter: invert(1) grayscale(100);
    filter: invert(1) grayscale(100);
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000;
}

.carousel-dark .carousel-caption {
    color: #000;
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: 0.75s linear infinite spinner-border;
    animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: 0.75s linear infinite spinner-grow;
    animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
    .spinner-border,
    .spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
    }
}
.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .offcanvas {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.offcanvas-backdrop.fade {
    opacity: 0;
}

.offcanvas-backdrop.show {
    opacity: 0.5;
}

.offcanvas-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
}

.offcanvas-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin-top: -0.5rem;
    margin-right: -0.5rem;
    margin-bottom: -0.5rem;
}

.offcanvas-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.offcanvas-body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 1rem 1rem;
    overflow-y: auto;
}

.offcanvas-start {
    top: 0;
    left: 0;
    width: 400px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.offcanvas-end {
    top: 0;
    right: 0;
    width: 400px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.offcanvas-bottom {
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.offcanvas.show {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentColor;
    opacity: 0.5;
}

.placeholder.btn::before {
    display: inline-block;
    content: "";
}

.placeholder-xs {
    min-height: 0.6em;
}

.placeholder-sm {
    min-height: 0.8em;
}

.placeholder-lg {
    min-height: 1.2em;
}

.placeholder-glow .placeholder {
    -webkit-animation: placeholder-glow 2s ease-in-out infinite;
    animation: placeholder-glow 2s ease-in-out infinite;
}

@-webkit-keyframes placeholder-glow {
    50% {
        opacity: 0.2;
    }
}
@keyframes placeholder-glow {
    50% {
        opacity: 0.2;
    }
}
.placeholder-wave {
    -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
    mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
    -webkit-mask-size: 200% 100%;
    mask-size: 200% 100%;
    -webkit-animation: placeholder-wave 2s linear infinite;
    animation: placeholder-wave 2s linear infinite;
}

@-webkit-keyframes placeholder-wave {
    100% {
        -webkit-mask-position: -200% 0%;
        mask-position: -200% 0%;
    }
}
@keyframes placeholder-wave {
    100% {
        -webkit-mask-position: -200% 0%;
        mask-position: -200% 0%;
    }
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.link-primary {
    color: #0d6efd;
}

.link-primary:hover, .link-primary:focus {
    color: #0a58ca;
}

.link-secondary {
    color: #6c757d;
}

.link-secondary:hover, .link-secondary:focus {
    color: #565e64;
}

.link-success {
    color: #198754;
}

.link-success:hover, .link-success:focus {
    color: #146c43;
}

.link-info {
    color: #0dcaf0;
}

.link-info:hover, .link-info:focus {
    color: #3dd5f3;
}

.link-warning {
    color: #ffc107;
}

.link-warning:hover, .link-warning:focus {
    color: #ffcd39;
}

.link-danger {
    color: #dc3545;
}

.link-danger:hover, .link-danger:focus {
    color: #b02a37;
}

.link-light {
    color: #f8f9fa;
}

.link-light:hover, .link-light:focus {
    color: #f9fafb;
}

.link-dark {
    color: #212529;
}

.link-dark:hover, .link-dark:focus {
    color: #1a1e21;
}

.ratio {
    position: relative;
    width: 100%;
}

.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
}

.ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
    --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
    --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
    --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
}

@media (min-width: 576px) {
    .sticky-sm-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
@media (min-width: 768px) {
    .sticky-md-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
@media (min-width: 992px) {
    .sticky-lg-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
@media (min-width: 1200px) {
    .sticky-xl-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
@media (min-width: 1400px) {
    .sticky-xxl-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
.hstack {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}

.vstack {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

.text-truncate {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vr {
    display: inline-block;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    width: 1px;
    min-height: 1em;
    background-color: currentColor;
    opacity: 0.25;
}

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.float-start {
    float: left !important;
}

.float-end {
    float: right !important;
}

.float-none {
    float: none !important;
}

.opacity-0 {
    opacity: 0 !important;
}

.opacity-25 {
    opacity: 0.25 !important;
}

.opacity-50 {
    opacity: 0.5 !important;
}

.opacity-75 {
    opacity: 0.75 !important;
}

.opacity-100 {
    opacity: 1 !important;
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.overflow-visible {
    overflow: visible !important;
}

.overflow-scroll {
    overflow: scroll !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-grid {
    display: -ms-grid !important;
    display: grid !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

.d-none {
    display: none !important;
}

.shadow {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: sticky !important;
}

.top-0 {
    top: 0 !important;
}

.top-50 {
    top: 50% !important;
}

.top-100 {
    top: 100% !important;
}

.bottom-0 {
    bottom: 0 !important;
}

.bottom-50 {
    bottom: 50% !important;
}

.bottom-100 {
    bottom: 100% !important;
}

.start-0 {
    left: 0 !important;
}

.start-50 {
    left: 50% !important;
}

.start-100 {
    left: 100% !important;
}

.end-0 {
    right: 0 !important;
}

.end-50 {
    right: 50% !important;
}

.end-100 {
    right: 100% !important;
}

.translate-middle {
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
    -webkit-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
}

.translate-middle-y {
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-end {
    border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
    border-right: 0 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-start {
    border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #0d6efd !important;
}

.border-secondary {
    border-color: #6c757d !important;
}

.border-success {
    border-color: #198754 !important;
}

.border-info {
    border-color: #0dcaf0 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #212529 !important;
}

.border-white {
    border-color: #fff !important;
}

.border-1 {
    border-width: 1px !important;
}

.border-2 {
    border-width: 2px !important;
}

.border-3 {
    border-width: 3px !important;
}

.border-4 {
    border-width: 4px !important;
}

.border-5 {
    border-width: 5px !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.vw-100 {
    width: 100vw !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mh-100 {
    max-height: 100% !important;
}

.vh-100 {
    height: 100vh !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.gap-0 {
    gap: 0 !important;
}

.gap-1 {
    gap: 0.25rem !important;
}

.gap-2 {
    gap: 0.5rem !important;
}

.gap-3 {
    gap: 1rem !important;
}

.gap-4 {
    gap: 1.5rem !important;
}

.gap-5 {
    gap: 3rem !important;
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.justify-content-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
}

.order-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
}

.order-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
}

.order-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
}

.order-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
}

.order-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
}

.order-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
}

.order-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
}

.order-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
}

.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}

.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mt-auto {
    margin-top: auto !important;
}

.me-0 {
    margin-right: 0 !important;
}

.me-1 {
    margin-right: 0.25rem !important;
}

.me-2 {
    margin-right: 0.5rem !important;
}

.me-3 {
    margin-right: 1rem !important;
}

.me-4 {
    margin-right: 1.5rem !important;
}

.me-5 {
    margin-right: 3rem !important;
}

.me-auto {
    margin-right: auto !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.ms-0 {
    margin-left: 0 !important;
}

.ms-1 {
    margin-left: 0.25rem !important;
}

.ms-2 {
    margin-left: 0.5rem !important;
}

.ms-3 {
    margin-left: 1rem !important;
}

.ms-4 {
    margin-left: 1.5rem !important;
}

.ms-5 {
    margin-left: 3rem !important;
}

.ms-auto {
    margin-left: auto !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}

.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pe-0 {
    padding-right: 0 !important;
}

.pe-1 {
    padding-right: 0.25rem !important;
}

.pe-2 {
    padding-right: 0.5rem !important;
}

.pe-3 {
    padding-right: 1rem !important;
}

.pe-4 {
    padding-right: 1.5rem !important;
}

.pe-5 {
    padding-right: 3rem !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.ps-0 {
    padding-left: 0 !important;
}

.ps-1 {
    padding-left: 0.25rem !important;
}

.ps-2 {
    padding-left: 0.5rem !important;
}

.ps-3 {
    padding-left: 1rem !important;
}

.ps-4 {
    padding-left: 1.5rem !important;
}

.ps-5 {
    padding-left: 3rem !important;
}

.font-monospace {
    font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
    font-size: 1.25rem !important;
}

.fs-6 {
    font-size: 1rem !important;
}

.fst-italic {
    font-style: italic !important;
}

.fst-normal {
    font-style: normal !important;
}

.fw-light {
    font-weight: 300 !important;
}

.fw-lighter {
    font-weight: lighter !important;
}

.fw-normal {
    font-weight: 400 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-bolder {
    font-weight: bolder !important;
}

.lh-1 {
    line-height: 1 !important;
}

.lh-sm {
    line-height: 1.25 !important;
}

.lh-base {
    line-height: 1.5 !important;
}

.lh-lg {
    line-height: 2 !important;
}

.text-start {
    text-align: left !important;
}

.text-end {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-decoration-underline {
    text-decoration: underline !important;
}

.text-decoration-line-through {
    text-decoration: line-through !important;
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
    --bs-text-opacity: 1;
    color: #6c757d !important;
}

.text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
    --bs-text-opacity: 1;
    color: inherit !important;
}

.text-opacity-25 {
    --bs-text-opacity: 0.25;
}

.text-opacity-50 {
    --bs-text-opacity: 0.5;
}

.text-opacity-75 {
    --bs-text-opacity: 0.75;
}

.text-opacity-100 {
    --bs-text-opacity: 1;
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
}

.bg-opacity-10 {
    --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
    --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
    --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
    --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
    --bs-bg-opacity: 1;
}

.bg-gradient {
    background-image: var(--bs-gradient) !important;
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important;
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.pe-none {
    pointer-events: none !important;
}

.pe-auto {
    pointer-events: auto !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.rounded-1 {
    border-radius: 0.2rem !important;
}

.rounded-2 {
    border-radius: 0.25rem !important;
}

.rounded-3 {
    border-radius: 0.3rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-end {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@media (min-width: 576px) {
    .float-sm-start {
        float: left !important;
    }
    .float-sm-end {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-grid {
        display: -ms-grid !important;
        display: grid !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .d-sm-none {
        display: none !important;
    }
    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .gap-sm-0 {
        gap: 0 !important;
    }
    .gap-sm-1 {
        gap: 0.25rem !important;
    }
    .gap-sm-2 {
        gap: 0.5rem !important;
    }
    .gap-sm-3 {
        gap: 1rem !important;
    }
    .gap-sm-4 {
        gap: 1.5rem !important;
    }
    .gap-sm-5 {
        gap: 3rem !important;
    }
    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .justify-content-sm-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
    }
    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
    .order-sm-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }
    .order-sm-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important;
    }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important;
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important;
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important;
    }
    .order-sm-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important;
    }
    .m-sm-0 {
        margin: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-sm-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-sm-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-sm-0 {
        margin-top: 0 !important;
    }
    .mt-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mt-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mt-sm-3 {
        margin-top: 1rem !important;
    }
    .mt-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mt-sm-5 {
        margin-top: 3rem !important;
    }
    .mt-sm-auto {
        margin-top: auto !important;
    }
    .me-sm-0 {
        margin-right: 0 !important;
    }
    .me-sm-1 {
        margin-right: 0.25rem !important;
    }
    .me-sm-2 {
        margin-right: 0.5rem !important;
    }
    .me-sm-3 {
        margin-right: 1rem !important;
    }
    .me-sm-4 {
        margin-right: 1.5rem !important;
    }
    .me-sm-5 {
        margin-right: 3rem !important;
    }
    .me-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-0 {
        margin-bottom: 0 !important;
    }
    .mb-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-sm-3 {
        margin-bottom: 1rem !important;
    }
    .mb-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-sm-5 {
        margin-bottom: 3rem !important;
    }
    .mb-sm-auto {
        margin-bottom: auto !important;
    }
    .ms-sm-0 {
        margin-left: 0 !important;
    }
    .ms-sm-1 {
        margin-left: 0.25rem !important;
    }
    .ms-sm-2 {
        margin-left: 0.5rem !important;
    }
    .ms-sm-3 {
        margin-left: 1rem !important;
    }
    .ms-sm-4 {
        margin-left: 1.5rem !important;
    }
    .ms-sm-5 {
        margin-left: 3rem !important;
    }
    .ms-sm-auto {
        margin-left: auto !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-sm-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-sm-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-sm-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-sm-0 {
        padding-top: 0 !important;
    }
    .pt-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pt-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pt-sm-3 {
        padding-top: 1rem !important;
    }
    .pt-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pt-sm-5 {
        padding-top: 3rem !important;
    }
    .pe-sm-0 {
        padding-right: 0 !important;
    }
    .pe-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pe-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pe-sm-3 {
        padding-right: 1rem !important;
    }
    .pe-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pe-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-0 {
        padding-bottom: 0 !important;
    }
    .pb-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pb-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-sm-5 {
        padding-bottom: 3rem !important;
    }
    .ps-sm-0 {
        padding-left: 0 !important;
    }
    .ps-sm-1 {
        padding-left: 0.25rem !important;
    }
    .ps-sm-2 {
        padding-left: 0.5rem !important;
    }
    .ps-sm-3 {
        padding-left: 1rem !important;
    }
    .ps-sm-4 {
        padding-left: 1.5rem !important;
    }
    .ps-sm-5 {
        padding-left: 3rem !important;
    }
    .text-sm-start {
        text-align: left !important;
    }
    .text-sm-end {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}
@media (min-width: 768px) {
    .float-md-start {
        float: left !important;
    }
    .float-md-end {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-grid {
        display: -ms-grid !important;
        display: grid !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .d-md-none {
        display: none !important;
    }
    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .gap-md-0 {
        gap: 0 !important;
    }
    .gap-md-1 {
        gap: 0.25rem !important;
    }
    .gap-md-2 {
        gap: 0.5rem !important;
    }
    .gap-md-3 {
        gap: 1rem !important;
    }
    .gap-md-4 {
        gap: 1.5rem !important;
    }
    .gap-md-5 {
        gap: 3rem !important;
    }
    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .justify-content-md-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
    }
    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }
    .order-md-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important;
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important;
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important;
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important;
    }
    .order-md-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important;
    }
    .m-md-0 {
        margin: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-md-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-md-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-md-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-md-0 {
        margin-top: 0 !important;
    }
    .mt-md-1 {
        margin-top: 0.25rem !important;
    }
    .mt-md-2 {
        margin-top: 0.5rem !important;
    }
    .mt-md-3 {
        margin-top: 1rem !important;
    }
    .mt-md-4 {
        margin-top: 1.5rem !important;
    }
    .mt-md-5 {
        margin-top: 3rem !important;
    }
    .mt-md-auto {
        margin-top: auto !important;
    }
    .me-md-0 {
        margin-right: 0 !important;
    }
    .me-md-1 {
        margin-right: 0.25rem !important;
    }
    .me-md-2 {
        margin-right: 0.5rem !important;
    }
    .me-md-3 {
        margin-right: 1rem !important;
    }
    .me-md-4 {
        margin-right: 1.5rem !important;
    }
    .me-md-5 {
        margin-right: 3rem !important;
    }
    .me-md-auto {
        margin-right: auto !important;
    }
    .mb-md-0 {
        margin-bottom: 0 !important;
    }
    .mb-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-md-3 {
        margin-bottom: 1rem !important;
    }
    .mb-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-md-5 {
        margin-bottom: 3rem !important;
    }
    .mb-md-auto {
        margin-bottom: auto !important;
    }
    .ms-md-0 {
        margin-left: 0 !important;
    }
    .ms-md-1 {
        margin-left: 0.25rem !important;
    }
    .ms-md-2 {
        margin-left: 0.5rem !important;
    }
    .ms-md-3 {
        margin-left: 1rem !important;
    }
    .ms-md-4 {
        margin-left: 1.5rem !important;
    }
    .ms-md-5 {
        margin-left: 3rem !important;
    }
    .ms-md-auto {
        margin-left: auto !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-md-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-md-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-md-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-md-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-md-0 {
        padding-top: 0 !important;
    }
    .pt-md-1 {
        padding-top: 0.25rem !important;
    }
    .pt-md-2 {
        padding-top: 0.5rem !important;
    }
    .pt-md-3 {
        padding-top: 1rem !important;
    }
    .pt-md-4 {
        padding-top: 1.5rem !important;
    }
    .pt-md-5 {
        padding-top: 3rem !important;
    }
    .pe-md-0 {
        padding-right: 0 !important;
    }
    .pe-md-1 {
        padding-right: 0.25rem !important;
    }
    .pe-md-2 {
        padding-right: 0.5rem !important;
    }
    .pe-md-3 {
        padding-right: 1rem !important;
    }
    .pe-md-4 {
        padding-right: 1.5rem !important;
    }
    .pe-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-0 {
        padding-bottom: 0 !important;
    }
    .pb-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-md-3 {
        padding-bottom: 1rem !important;
    }
    .pb-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-md-5 {
        padding-bottom: 3rem !important;
    }
    .ps-md-0 {
        padding-left: 0 !important;
    }
    .ps-md-1 {
        padding-left: 0.25rem !important;
    }
    .ps-md-2 {
        padding-left: 0.5rem !important;
    }
    .ps-md-3 {
        padding-left: 1rem !important;
    }
    .ps-md-4 {
        padding-left: 1.5rem !important;
    }
    .ps-md-5 {
        padding-left: 3rem !important;
    }
    .text-md-start {
        text-align: left !important;
    }
    .text-md-end {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}
@media (min-width: 992px) {
    .float-lg-start {
        float: left !important;
    }
    .float-lg-end {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-grid {
        display: -ms-grid !important;
        display: grid !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .d-lg-none {
        display: none !important;
    }
    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .gap-lg-0 {
        gap: 0 !important;
    }
    .gap-lg-1 {
        gap: 0.25rem !important;
    }
    .gap-lg-2 {
        gap: 0.5rem !important;
    }
    .gap-lg-3 {
        gap: 1rem !important;
    }
    .gap-lg-4 {
        gap: 1.5rem !important;
    }
    .gap-lg-5 {
        gap: 3rem !important;
    }
    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .justify-content-lg-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
    }
    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }
    .order-lg-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important;
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important;
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important;
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important;
    }
    .order-lg-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important;
    }
    .m-lg-0 {
        margin: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-lg-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-lg-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-lg-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-lg-0 {
        margin-top: 0 !important;
    }
    .mt-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mt-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mt-lg-3 {
        margin-top: 1rem !important;
    }
    .mt-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mt-lg-5 {
        margin-top: 3rem !important;
    }
    .mt-lg-auto {
        margin-top: auto !important;
    }
    .me-lg-0 {
        margin-right: 0 !important;
    }
    .me-lg-1 {
        margin-right: 0.25rem !important;
    }
    .me-lg-2 {
        margin-right: 0.5rem !important;
    }
    .me-lg-3 {
        margin-right: 1rem !important;
    }
    .me-lg-4 {
        margin-right: 1.5rem !important;
    }
    .me-lg-5 {
        margin-right: 3rem !important;
    }
    .me-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
    .mb-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-lg-3 {
        margin-bottom: 1rem !important;
    }
    .mb-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-lg-5 {
        margin-bottom: 3rem !important;
    }
    .mb-lg-auto {
        margin-bottom: auto !important;
    }
    .ms-lg-0 {
        margin-left: 0 !important;
    }
    .ms-lg-1 {
        margin-left: 0.25rem !important;
    }
    .ms-lg-2 {
        margin-left: 0.5rem !important;
    }
    .ms-lg-3 {
        margin-left: 1rem !important;
    }
    .ms-lg-4 {
        margin-left: 1.5rem !important;
    }
    .ms-lg-5 {
        margin-left: 3rem !important;
    }
    .ms-lg-auto {
        margin-left: auto !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-lg-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-lg-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-lg-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-lg-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-lg-0 {
        padding-top: 0 !important;
    }
    .pt-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pt-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pt-lg-3 {
        padding-top: 1rem !important;
    }
    .pt-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pt-lg-5 {
        padding-top: 3rem !important;
    }
    .pe-lg-0 {
        padding-right: 0 !important;
    }
    .pe-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pe-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pe-lg-3 {
        padding-right: 1rem !important;
    }
    .pe-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pe-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-0 {
        padding-bottom: 0 !important;
    }
    .pb-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pb-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-lg-5 {
        padding-bottom: 3rem !important;
    }
    .ps-lg-0 {
        padding-left: 0 !important;
    }
    .ps-lg-1 {
        padding-left: 0.25rem !important;
    }
    .ps-lg-2 {
        padding-left: 0.5rem !important;
    }
    .ps-lg-3 {
        padding-left: 1rem !important;
    }
    .ps-lg-4 {
        padding-left: 1.5rem !important;
    }
    .ps-lg-5 {
        padding-left: 3rem !important;
    }
    .text-lg-start {
        text-align: left !important;
    }
    .text-lg-end {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}
@media (min-width: 1200px) {
    .float-xl-start {
        float: left !important;
    }
    .float-xl-end {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-grid {
        display: -ms-grid !important;
        display: grid !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .d-xl-none {
        display: none !important;
    }
    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .gap-xl-0 {
        gap: 0 !important;
    }
    .gap-xl-1 {
        gap: 0.25rem !important;
    }
    .gap-xl-2 {
        gap: 0.5rem !important;
    }
    .gap-xl-3 {
        gap: 1rem !important;
    }
    .gap-xl-4 {
        gap: 1.5rem !important;
    }
    .gap-xl-5 {
        gap: 3rem !important;
    }
    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .justify-content-xl-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
    }
    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
    .order-xl-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }
    .order-xl-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important;
    }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important;
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important;
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important;
    }
    .order-xl-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important;
    }
    .m-xl-0 {
        margin: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-xl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-xl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-xl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-xl-0 {
        margin-top: 0 !important;
    }
    .mt-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mt-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mt-xl-3 {
        margin-top: 1rem !important;
    }
    .mt-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mt-xl-5 {
        margin-top: 3rem !important;
    }
    .mt-xl-auto {
        margin-top: auto !important;
    }
    .me-xl-0 {
        margin-right: 0 !important;
    }
    .me-xl-1 {
        margin-right: 0.25rem !important;
    }
    .me-xl-2 {
        margin-right: 0.5rem !important;
    }
    .me-xl-3 {
        margin-right: 1rem !important;
    }
    .me-xl-4 {
        margin-right: 1.5rem !important;
    }
    .me-xl-5 {
        margin-right: 3rem !important;
    }
    .me-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-xl-3 {
        margin-bottom: 1rem !important;
    }
    .mb-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-xl-5 {
        margin-bottom: 3rem !important;
    }
    .mb-xl-auto {
        margin-bottom: auto !important;
    }
    .ms-xl-0 {
        margin-left: 0 !important;
    }
    .ms-xl-1 {
        margin-left: 0.25rem !important;
    }
    .ms-xl-2 {
        margin-left: 0.5rem !important;
    }
    .ms-xl-3 {
        margin-left: 1rem !important;
    }
    .ms-xl-4 {
        margin-left: 1.5rem !important;
    }
    .ms-xl-5 {
        margin-left: 3rem !important;
    }
    .ms-xl-auto {
        margin-left: auto !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-xl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-xl-0 {
        padding-top: 0 !important;
    }
    .pt-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pt-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pt-xl-3 {
        padding-top: 1rem !important;
    }
    .pt-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pt-xl-5 {
        padding-top: 3rem !important;
    }
    .pe-xl-0 {
        padding-right: 0 !important;
    }
    .pe-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pe-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pe-xl-3 {
        padding-right: 1rem !important;
    }
    .pe-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pe-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-0 {
        padding-bottom: 0 !important;
    }
    .pb-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pb-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-xl-5 {
        padding-bottom: 3rem !important;
    }
    .ps-xl-0 {
        padding-left: 0 !important;
    }
    .ps-xl-1 {
        padding-left: 0.25rem !important;
    }
    .ps-xl-2 {
        padding-left: 0.5rem !important;
    }
    .ps-xl-3 {
        padding-left: 1rem !important;
    }
    .ps-xl-4 {
        padding-left: 1.5rem !important;
    }
    .ps-xl-5 {
        padding-left: 3rem !important;
    }
    .text-xl-start {
        text-align: left !important;
    }
    .text-xl-end {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}
@media (min-width: 1400px) {
    .float-xxl-start {
        float: left !important;
    }
    .float-xxl-end {
        float: right !important;
    }
    .float-xxl-none {
        float: none !important;
    }
    .d-xxl-inline {
        display: inline !important;
    }
    .d-xxl-inline-block {
        display: inline-block !important;
    }
    .d-xxl-block {
        display: block !important;
    }
    .d-xxl-grid {
        display: -ms-grid !important;
        display: grid !important;
    }
    .d-xxl-table {
        display: table !important;
    }
    .d-xxl-table-row {
        display: table-row !important;
    }
    .d-xxl-table-cell {
        display: table-cell !important;
    }
    .d-xxl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xxl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .d-xxl-none {
        display: none !important;
    }
    .flex-xxl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-xxl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xxl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xxl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xxl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xxl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-xxl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-xxl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-xxl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .flex-xxl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xxl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xxl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .gap-xxl-0 {
        gap: 0 !important;
    }
    .gap-xxl-1 {
        gap: 0.25rem !important;
    }
    .gap-xxl-2 {
        gap: 0.5rem !important;
    }
    .gap-xxl-3 {
        gap: 1rem !important;
    }
    .gap-xxl-4 {
        gap: 1.5rem !important;
    }
    .gap-xxl-5 {
        gap: 3rem !important;
    }
    .justify-content-xxl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xxl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xxl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xxl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xxl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .justify-content-xxl-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
    }
    .align-items-xxl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xxl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xxl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xxl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xxl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xxl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xxl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xxl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xxl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xxl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xxl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xxl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xxl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xxl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xxl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-xxl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xxl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
    .order-xxl-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }
    .order-xxl-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important;
    }
    .order-xxl-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }
    .order-xxl-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }
    .order-xxl-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important;
    }
    .order-xxl-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important;
    }
    .order-xxl-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important;
    }
    .order-xxl-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important;
    }
    .m-xxl-0 {
        margin: 0 !important;
    }
    .m-xxl-1 {
        margin: 0.25rem !important;
    }
    .m-xxl-2 {
        margin: 0.5rem !important;
    }
    .m-xxl-3 {
        margin: 1rem !important;
    }
    .m-xxl-4 {
        margin: 1.5rem !important;
    }
    .m-xxl-5 {
        margin: 3rem !important;
    }
    .m-xxl-auto {
        margin: auto !important;
    }
    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-xxl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-xxl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-xxl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-xxl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-xxl-0 {
        margin-top: 0 !important;
    }
    .mt-xxl-1 {
        margin-top: 0.25rem !important;
    }
    .mt-xxl-2 {
        margin-top: 0.5rem !important;
    }
    .mt-xxl-3 {
        margin-top: 1rem !important;
    }
    .mt-xxl-4 {
        margin-top: 1.5rem !important;
    }
    .mt-xxl-5 {
        margin-top: 3rem !important;
    }
    .mt-xxl-auto {
        margin-top: auto !important;
    }
    .me-xxl-0 {
        margin-right: 0 !important;
    }
    .me-xxl-1 {
        margin-right: 0.25rem !important;
    }
    .me-xxl-2 {
        margin-right: 0.5rem !important;
    }
    .me-xxl-3 {
        margin-right: 1rem !important;
    }
    .me-xxl-4 {
        margin-right: 1.5rem !important;
    }
    .me-xxl-5 {
        margin-right: 3rem !important;
    }
    .me-xxl-auto {
        margin-right: auto !important;
    }
    .mb-xxl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xxl-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-xxl-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-xxl-3 {
        margin-bottom: 1rem !important;
    }
    .mb-xxl-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-xxl-5 {
        margin-bottom: 3rem !important;
    }
    .mb-xxl-auto {
        margin-bottom: auto !important;
    }
    .ms-xxl-0 {
        margin-left: 0 !important;
    }
    .ms-xxl-1 {
        margin-left: 0.25rem !important;
    }
    .ms-xxl-2 {
        margin-left: 0.5rem !important;
    }
    .ms-xxl-3 {
        margin-left: 1rem !important;
    }
    .ms-xxl-4 {
        margin-left: 1.5rem !important;
    }
    .ms-xxl-5 {
        margin-left: 3rem !important;
    }
    .ms-xxl-auto {
        margin-left: auto !important;
    }
    .p-xxl-0 {
        padding: 0 !important;
    }
    .p-xxl-1 {
        padding: 0.25rem !important;
    }
    .p-xxl-2 {
        padding: 0.5rem !important;
    }
    .p-xxl-3 {
        padding: 1rem !important;
    }
    .p-xxl-4 {
        padding: 1.5rem !important;
    }
    .p-xxl-5 {
        padding: 3rem !important;
    }
    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-xxl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-xxl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-xxl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-xxl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-xxl-0 {
        padding-top: 0 !important;
    }
    .pt-xxl-1 {
        padding-top: 0.25rem !important;
    }
    .pt-xxl-2 {
        padding-top: 0.5rem !important;
    }
    .pt-xxl-3 {
        padding-top: 1rem !important;
    }
    .pt-xxl-4 {
        padding-top: 1.5rem !important;
    }
    .pt-xxl-5 {
        padding-top: 3rem !important;
    }
    .pe-xxl-0 {
        padding-right: 0 !important;
    }
    .pe-xxl-1 {
        padding-right: 0.25rem !important;
    }
    .pe-xxl-2 {
        padding-right: 0.5rem !important;
    }
    .pe-xxl-3 {
        padding-right: 1rem !important;
    }
    .pe-xxl-4 {
        padding-right: 1.5rem !important;
    }
    .pe-xxl-5 {
        padding-right: 3rem !important;
    }
    .pb-xxl-0 {
        padding-bottom: 0 !important;
    }
    .pb-xxl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-xxl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-xxl-3 {
        padding-bottom: 1rem !important;
    }
    .pb-xxl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-xxl-5 {
        padding-bottom: 3rem !important;
    }
    .ps-xxl-0 {
        padding-left: 0 !important;
    }
    .ps-xxl-1 {
        padding-left: 0.25rem !important;
    }
    .ps-xxl-2 {
        padding-left: 0.5rem !important;
    }
    .ps-xxl-3 {
        padding-left: 1rem !important;
    }
    .ps-xxl-4 {
        padding-left: 1.5rem !important;
    }
    .ps-xxl-5 {
        padding-left: 3rem !important;
    }
    .text-xxl-start {
        text-align: left !important;
    }
    .text-xxl-end {
        text-align: right !important;
    }
    .text-xxl-center {
        text-align: center !important;
    }
}
@media (min-width: 1200px) {
    .fs-1 {
        font-size: 2.5rem !important;
    }
    .fs-2 {
        font-size: 2rem !important;
    }
    .fs-3 {
        font-size: 1.75rem !important;
    }
    .fs-4 {
        font-size: 1.5rem !important;
    }
}
@media print {
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-grid {
        display: -ms-grid !important;
        display: grid !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .d-print-none {
        display: none !important;
    }
}
/*# sourceMappingURL=bootstrap.css.map */
.not-selectable {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.carousel {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.carousel *, .carousel *:before, .carousel *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.carousel.is-draggable {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.carousel.is-dragging {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.carousel__viewport {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    max-height: 100%;
}

.carousel__track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.carousel__slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: var(--carousel-slide-width, 60%);
    max-width: 100%;
    padding: 1rem;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.has-dots {
    margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.carousel__dots .carousel__dot {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    width: 22px;
    height: 22px;
    cursor: pointer;
}

.carousel__dots .carousel__dot:after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: currentColor;
    opacity: 0.25;
    -webkit-transition: opacity 0.15s ease-in-out;
    -o-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
    opacity: 1;
}

.carousel__button {
    width: var(--carousel-button-width, 48px);
    height: var(--carousel-button-height, 48px);
    padding: 0;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: all;
    cursor: pointer;
    color: var(--carousel-button-color, currentColor);
    background: var(--carousel-button-bg, transparent);
    border-radius: var(--carousel-button-border-radius, 50%);
    -webkit-box-shadow: var(--carousel-button-shadow, none);
    box-shadow: var(--carousel-button-shadow, none);
    -webkit-transition: opacity 0.15s ease;
    -o-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
}

.carousel__button.is-prev, .carousel__button.is-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.carousel__button.is-prev {
    left: 10px;
}

.carousel__button.is-next {
    right: 10px;
}

.carousel__button[disabled] {
    cursor: default;
    opacity: 0.3;
}

.carousel__button svg {
    width: var(--carousel-button-svg-width, 50%);
    height: var(--carousel-button-svg-height, 50%);
    fill: none;
    stroke: currentColor;
    stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
    stroke-linejoin: bevel;
    stroke-linecap: round;
    -webkit-filter: var(--carousel-button-svg-filter, none);
    filter: var(--carousel-button-svg-filter, none);
    pointer-events: none;
}

body.compensate-for-scrollbar {
    overflow: hidden !important;
    -ms-touch-action: none;
    touch-action: none;
}

.fancybox__container {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    direction: ltr;
    margin: 0;
    padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: var(--fancybox-color, #fff);
    -webkit-tap-highlight-color: transparent;
    overflow: hidden;
    z-index: 1050;
    outline: none;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 24px;
    --carousel-button-svg-height: 24px;
    --carousel-button-svg-stroke-width: 2.5;
    --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.fancybox__container :focus {
    outline: thin dotted;
}

body.is-using-mouse .fancybox__container :focus {
    outline: none;
}

@media all and (min-width: 1024px) {
    .fancybox__container {
        --carousel-button-width:48px;
        --carousel-button-height:48px;
        --carousel-button-svg-width:27px;
        --carousel-button-svg-height:27px;
    }
}
.fancybox__backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
    z-index: 10;
}

.fancybox__carousel.has-dots {
    margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: visible;
    cursor: default;
}

.fancybox__track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.fancybox__slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 48px 8px 8px 8px;
    position: relative;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    --carousel-button-width: 36px;
    --carousel-button-height: 36px;
    --carousel-button-svg-width: 22px;
    --carousel-button-svg-height: 22px;
}

.fancybox__slide::before, .fancybox__slide::after {
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0px;
    flex: 0 0 0;
    margin: auto;
}

@media all and (min-width: 1024px) {
    .fancybox__slide {
        padding: 64px 100px;
    }
}
.fancybox__content {
    margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
    padding: 36px;
    color: var(--fancybox-content-color, #374151);
    background: var(--fancybox-content-bg, #fff);
    position: relative;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 20;
}

.fancybox__caption {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    max-width: 100%;
    margin: 0;
    padding: 1rem 0 0 0;
    line-height: 1.375;
    color: var(--fancybox-color, currentColor);
    visibility: visible;
    cursor: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow-wrap: anywhere;
}

.is-loading .fancybox__caption {
    visibility: hidden;
}

.fancybox__container > .carousel__dots {
    top: 100%;
    color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
    z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
    right: 8px;
}

@media all and (min-width: 1024px) {
    .fancybox__nav .carousel__button.is-next {
        right: 40px;
    }
}
.fancybox__nav .carousel__button.is-prev {
    left: 8px;
}

@media all and (min-width: 1024px) {
    .fancybox__nav .carousel__button.is-prev {
        left: 40px;
    }
}
.carousel__button.is-close {
    position: absolute;
    top: 8px;
    right: 8px;
    top: calc(env(safe-area-inset-top, 0px) + 8px);
    right: calc(env(safe-area-inset-right, 0px) + 8px);
    z-index: 40;
}

@media all and (min-width: 1024px) {
    .carousel__button.is-close {
        right: 40px;
    }
}
.fancybox__content > .carousel__button.is-close {
    position: absolute;
    top: -36px;
    right: 0;
    color: var(--fancybox-color, #fff);
}

.fancybox__no-click, .fancybox__no-click button {
    pointer-events: none;
}

.fancybox__spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    color: var(--fancybox-color, currentColor);
}

.fancybox__slide .fancybox__spinner {
    cursor: pointer;
    z-index: 1053;
}

.fancybox__spinner svg {
    -webkit-animation: fancybox-rotate 2s linear infinite;
    animation: fancybox-rotate 2s linear infinite;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}

.fancybox__spinner svg circle {
    fill: none;
    stroke-width: 2.75;
    stroke-miterlimit: 10;
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
    animation: fancybox-dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
    stroke: currentColor;
}

@-webkit-keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes fancybox-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}
@keyframes fancybox-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}
.fancybox__backdrop, .fancybox__caption, .fancybox__nav, .carousel__dots, .carousel__button.is-close {
    opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop, .fancybox__container.is-animated[aria-hidden=false] .fancybox__caption, .fancybox__container.is-animated[aria-hidden=false] .fancybox__nav, .fancybox__container.is-animated[aria-hidden=false] .carousel__dots, .fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
    -webkit-animation: 0.15s ease backwards fancybox-fadeIn;
    animation: 0.15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop, .fancybox__container.is-animated.is-closing .fancybox__caption, .fancybox__container.is-animated.is-closing .fancybox__nav, .fancybox__container.is-animated.is-closing .carousel__dots, .fancybox__container.is-animated.is-closing .carousel__button.is-close {
    -webkit-animation: 0.15s ease both fancybox-fadeOut;
    animation: 0.15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
    -webkit-animation: 0.15s ease both fancybox-fadeIn;
    animation: 0.15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
    -webkit-animation: 0.1s ease both fancybox-fadeOut;
    animation: 0.1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
    -webkit-animation: 0.2s ease both fancybox-zoomInUp;
    animation: 0.2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
    -webkit-animation: 0.15s ease both fancybox-zoomOutDown;
    animation: 0.15s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
    -webkit-animation: 0.15s ease both fancybox-throwOutUp;
    animation: 0.15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
    -webkit-animation: 0.15s ease both fancybox-throwOutDown;
    animation: 0.15s ease both fancybox-throwOutDown;
}

@-webkit-keyframes fancybox-fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fancybox-fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes fancybox-fadeOut {
    to {
        opacity: 0;
    }
}
@keyframes fancybox-fadeOut {
    to {
        opacity: 0;
    }
}
@-webkit-keyframes fancybox-zoomInUp {
    from {
        -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
        transform: scale(0.97) translate3d(0, 16px, 0);
        opacity: 0;
    }
    to {
        -webkit-transform: scale(1) translate3d(0, 0, 0);
        transform: scale(1) translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes fancybox-zoomInUp {
    from {
        -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
        transform: scale(0.97) translate3d(0, 16px, 0);
        opacity: 0;
    }
    to {
        -webkit-transform: scale(1) translate3d(0, 0, 0);
        transform: scale(1) translate3d(0, 0, 0);
        opacity: 1;
    }
}
@-webkit-keyframes fancybox-zoomOutDown {
    to {
        -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
        transform: scale(0.97) translate3d(0, 16px, 0);
        opacity: 0;
    }
}
@keyframes fancybox-zoomOutDown {
    to {
        -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
        transform: scale(0.97) translate3d(0, 16px, 0);
        opacity: 0;
    }
}
@-webkit-keyframes fancybox-throwOutUp {
    to {
        -webkit-transform: translate3d(0, -30%, 0);
        transform: translate3d(0, -30%, 0);
        opacity: 0;
    }
}
@keyframes fancybox-throwOutUp {
    to {
        -webkit-transform: translate3d(0, -30%, 0);
        transform: translate3d(0, -30%, 0);
        opacity: 0;
    }
}
@-webkit-keyframes fancybox-throwOutDown {
    to {
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0);
        opacity: 0;
    }
}
@keyframes fancybox-throwOutDown {
    to {
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0);
        opacity: 0;
    }
}
.fancybox__carousel .carousel__slide {
    scrollbar-width: thin;
    scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide, .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide, .fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
    cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox__image {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.has-image .fancybox__content {
    padding: 0;
    background: transparent;
    min-height: 1px;
}

.is-closing .has-image .fancybox__content {
    overflow: visible;
}

.has-image[data-image-fit=contain] {
    overflow: visible;
    -ms-touch-action: none;
    touch-action: none;
}

.has-image[data-image-fit=contain] .fancybox__image {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.has-image[data-image-fit=contain-w] {
    overflow-x: hidden;
    overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
    min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
    max-width: 100%;
    height: auto;
}

.has-image[data-image-fit=cover] {
    overflow: visible;
    -ms-touch-action: none;
    touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
    width: 100%;
    height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    min-height: 1px;
    overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
    width: 100%;
    height: 80%;
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
    width: 960px;
    height: 540px;
    max-width: 100%;
    max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
    padding: 0;
    background: rgba(24, 24, 27, 0.9);
    color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
    background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: transparent;
}

.fancybox-placeholder {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.fancybox__thumbs {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    padding: 0px 3px;
    opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
    -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
    animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
    opacity: 0;
}

.fancybox__thumbs .carousel__slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: var(--fancybox-thumbs-width, 96px);
    margin: 0;
    padding: 8px 3px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: visible;
    cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 5px solid var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
    opacity: 0;
    -webkit-transition: opacity 0.15s ease;
    -o-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
    border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
    opacity: 0.92;
}

.fancybox__thumbs .carousel__slide > * {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox__thumb {
    position: relative;
    width: 100%;
    padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
    background-size: cover;
    background-position: center center;
    background-color: rgba(255, 255, 255, 0.1);
    background-repeat: no-repeat;
    border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(8.1%, rgba(0, 0, 0, 0.006)), color-stop(15.5%, rgba(0, 0, 0, 0.021)), color-stop(22.5%, rgba(0, 0, 0, 0.046)), color-stop(29%, rgba(0, 0, 0, 0.077)), color-stop(35.3%, rgba(0, 0, 0, 0.114)), color-stop(41.2%, rgba(0, 0, 0, 0.155)), color-stop(47.1%, rgba(0, 0, 0, 0.198)), color-stop(52.9%, rgba(0, 0, 0, 0.242)), color-stop(58.8%, rgba(0, 0, 0, 0.285)), color-stop(64.7%, rgba(0, 0, 0, 0.326)), color-stop(71%, rgba(0, 0, 0, 0.363)), color-stop(77.5%, rgba(0, 0, 0, 0.394)), color-stop(84.5%, rgba(0, 0, 0, 0.419)), color-stop(91.9%, rgba(0, 0, 0, 0.434)), to(rgba(0, 0, 0, 0.44)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
    padding: 0;
    -ms-touch-action: none;
    touch-action: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    --carousel-button-svg-width: 20px;
    --carousel-button-svg-height: 20px;
    opacity: var(--fancybox-opacity, 1);
    text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}

@media all and (min-width: 1024px) {
    .fancybox__toolbar {
        padding: 8px;
    }
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
    -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
    animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
    opacity: 0;
}

.fancybox__toolbar__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.fancybox__toolbar__items--left {
    margin-right: auto;
}

.fancybox__toolbar__items--center {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.fancybox__toolbar__items--right {
    margin-left: auto;
}

@media (max-width: 640px) {
    .fancybox__toolbar__items--center:not(:last-child) {
        display: none;
    }
}
.fancybox__counter {
    min-width: 72px;
    padding: 0 10px;
    line-height: var(--carousel-button-height, 48px);
    text-align: center;
    font-size: 17px;
    font-variant-numeric: tabular-nums;
    -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
    background: var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    z-index: 30;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox__container:-webkit-full-screen::backdrop {
    opacity: 0;
}

.fancybox__container:-ms-fullscreen::backdrop {
    opacity: 0;
}

.fancybox__container:fullscreen::-webkit-backdrop {
    opacity: 0;
}

.fancybox__container:fullscreen::backdrop {
    opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
    display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) {
    display: none;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(1) {
    display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
    display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
    display: block;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2) {
    display: block;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
    display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
    display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
    display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
    display: block;
}

.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
}

.noUi-base,
.noUi-connects {
    width: 100%;
    height: 1px;
    position: relative;
    z-index: 1;
}

.noUi-connects {
    overflow: hidden;
    z-index: 0;
}

.noUi-connect,
.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 1px;
    width: 100%;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    -webkit-transform-style: flat;
    transform-style: flat;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
    left: 0;
    right: auto;
}

.noUi-vertical .noUi-origin {
    top: -100%;
    width: 0;
}

.noUi-horizontal .noUi-origin {
    height: 0;
}

.noUi-handle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
}

.noUi-touch-area {
    height: 100%;
    width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    -webkit-transition: transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

.noUi-horizontal {
    height: 18px;
}

.noUi-horizontal .noUi-handle {
    width: 16px;
    height: 16px;
    right: -10px;
    top: -8px;
}

.noUi-vertical {
    width: 18px;
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    right: -6px;
    bottom: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
    left: -17px;
    right: auto;
}

.noUi-target {
    background: #fff;
    border-top: 2px solid #E31F23;
}

.noUi-draggable {
    cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize;
}

.noUi-handle {
    border: 1px solid #E31F23;
    border-radius: 50%;
    background: #FFF;
    cursor: pointer;
}

.noUi-active {
    -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

/* .noUi-handle:after,
.noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 14px;
    top: 6px
} */
.noUi-handle:after {
    left: 17px;
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px;
}

.noUi-vertical .noUi-handle:after {
    top: 17px;
}

[disabled] .noUi-connect {
    background: #B8B8B8;
}

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
    cursor: not-allowed;
}

.noUi-pips,
.noUi-pips * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-pips {
    position: absolute;
    color: #999;
}

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center;
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px;
}

.noUi-marker {
    position: absolute;
    background: #CCC;
}

.noUi-marker-sub {
    background: #AAA;
}

.noUi-marker-large {
    background: #AAA;
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%;
}

.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px;
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%;
}

.noUi-value-vertical {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px;
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0);
    left: auto;
    bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
    -webkit-transform: translate(0, -18px);
    -ms-transform: translate(0, -18px);
    transform: translate(0, -18px);
    top: auto;
    right: 28px;
}

.select {
    position: relative;
}
.select__item {
    position: relative;
}
.select__title {
    color: #FFF;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 3px;
}
.select__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    height: 54px;
    padding: 0px 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.select__value::before {
    content: "";
    display: inline-block;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 11px;
    height: 7px;
    background: url("/local/templates/elc/assets/css/../img/svg/select.svg") center/100% no-repeat;
}
.select__value span {
    /* height: 1em; */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.select__options {
    color: #000;
    display: none;
    position: absolute;
    top: 55px;
    border-radius: 0 0 3px 3px;
    min-width: 100%;
    left: 0;
    border-top: 0;
    border-top: 0;
    padding: 0px 0px 5px 0px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #333;
}
.select__option {
    cursor: pointer;
    padding: 10px 20px;
    margin: 0px 0px 0px 0px;
}
.select__option:hover {
    background: rgba(255, 255, 255, 0.4);
}

.select._active {
    z-index: 5;
}

.select._active .select__value::before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.select._active.select__options {
    display: block;
}

/*! jQuery UI - v1.13.1 - 2022-01-20
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(/local/templates/elc/assets/css/%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(/local/templates/elc/assets/css/%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(/local/templates/elc/assets/css/%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(/local/templates/elc/assets/css/%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(/local/templates/elc/assets/css/%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(/local/templates/elc/assets/css/%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(/local/templates/elc/assets/css/%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)"; /* support: IE8 */
}

.ui-front {
    z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: 0.5em 0.5em 0.5em 0.7em;
    font-size: 100%;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0;
}

.ui-menu .ui-menu {
    position: absolute;
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: -1px;
}

/* icon support */
.ui-menu-icons {
    position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0.2em;
    margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}

.ui-button {
    padding: 0.4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: 0.1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* Support: IE <= 11 */
    overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
    text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
    width: 2em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
    text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: 0.4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-controlgroup {
    vertical-align: middle;
    display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
    z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
    padding: 0.4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
    border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
    border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
    /* Support: IE8 only, Android < 4.4 only */
    width: 75%;
    width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
    -webkit-box-shadow: inset 1px 1px 1px #ccc;
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: 0.12em;
    border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid;
}

.ui-checkboxradio-disabled {
    pointer-events: none;
}

.ui-datepicker {
    width: 17em;
    padding: 0.2em 0.2em 0;
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}

.ui-datepicker table {
    width: 100%;
    font-size: 0.9em;
    border-collapse: collapse;
    margin: 0 0 0.4em;
}

.ui-datepicker th {
    padding: 0.7em 0.3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: 0.2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: 0.7em 0 0 0;
    padding: 0 0.2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: 0.5em 0.2em 0.4em;
    cursor: pointer;
    padding: 0.2em 0.6em 0.3em 0.6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: 0.5em;
    top: 0.3em;
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.2em;
    outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 0.4em 1em;
    position: relative;
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: 0.1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: 0.3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: 0.5em 1em;
    background: none;
    overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: 0.5em;
    padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: 0.5em 0.4em 0.5em 0;
    cursor: pointer;
}

.ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0;
}

.ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0;
}

.ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0;
}

.ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
    width: 7px;
    height: 7px;
}

.ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0;
}

.ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0;
}

.ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0;
}

.ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
    background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
    height: 100%;
    -ms-filter: "alpha(opacity=25)"; /* support: IE8 */
    opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    padding: 2px 0.4em;
    margin: 0.5em 0 0 0;
    height: auto;
    border: 0;
}

.ui-selectmenu-open {
    display: block;
}

.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em;
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: pointer;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: 0.7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    -webkit-filter: inherit;
    filter: inherit;
}

.ui-slider-horizontal {
    height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.3em;
    margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: 0.8em;
    height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
    left: -0.3em;
    margin-left: 0;
    margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: 0.222em 0;
    margin: 0.2em 0;
    vertical-align: middle;
    margin-left: 0.4em;
    margin-right: 2em;
}

.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: 0.5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none;
}

.ui-spinner-up {
    top: 0;
}

.ui-spinner-down {
    bottom: 0;
}

.ui-tabs {
    position: relative; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
    padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px 0.2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: 0.5em 1em;
    text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
}

body .ui-tooltip {
    border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
}

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
}

.ui-widget-content a {
    color: #333333;
}

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold;
}

.ui-widget-header a {
    color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #454545;
    text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 1px solid #cccccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
    color: #2b2b2b;
    text-decoration: none;
}

.ui-visual-focus {
    -webkit-box-shadow: 0 0 3px 1px rgb(94, 158, 214);
    box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #ffffff;
    text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: 0.7;
    -ms-filter: "alpha(opacity=70)"; /* support: IE8 */
    font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: 0.35;
    -ms-filter: "alpha(opacity=35)"; /* support: IE8 */
    background-image: none;
}

.ui-state-disabled .ui-icon {
    -ms-filter: "alpha(opacity=35)"; /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("/local/templates/elc/assets/css/images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
    background-image: url("/local/templates/elc/assets/css/images/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background-image: url("/local/templates/elc/assets/css/images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background-image: url("/local/templates/elc/assets/css/images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
    background-image: url("/local/templates/elc/assets/css/images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("/local/templates/elc/assets/css/images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
    background-image: url("/local/templates/elc/assets/css/images/ui-icons_777777_256x240.png");
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
    background-image: none;
}

.ui-icon-caret-1-n {
    background-position: 0 0;
}

.ui-icon-caret-1-ne {
    background-position: -16px 0;
}

.ui-icon-caret-1-e {
    background-position: -32px 0;
}

.ui-icon-caret-1-se {
    background-position: -48px 0;
}

.ui-icon-caret-1-s {
    background-position: -65px 0;
}

.ui-icon-caret-1-sw {
    background-position: -80px 0;
}

.ui-icon-caret-1-w {
    background-position: -96px 0;
}

.ui-icon-caret-1-nw {
    background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
    background: #aaaaaa;
    opacity: 0.003;
    -ms-filter: Alpha(Opacity=0.3); /* support: IE8 */
}

.ui-widget-shadow {
    -webkit-box-shadow: 0px 0px 5px #666666;
    box-shadow: 0px 0px 5px #666666;
}
/*# sourceMappingURL=vendors.css.map */

/* End */


/* Start:/local/templates/elc/assets/css/style-redisign.css?1700657242167098*/
.section {
    padding: 1.875rem 0;
}
.section__header {
    margin-bottom: 2.5rem;
}
.section__header-title {
    font-size: 2.1875rem;
    color: #333;
    font-weight: 500;
    text-transform: uppercase;
}
@media (max-width: 61.99875em) {
    .section__header-title {
        font-size: 1.5625rem;
    }
}
@media (max-width: 35.9375em) {
    .section__header-title {
        font-size: 16px;
    }
}
.section__header-subtitle {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    color: #333;
    font-weight: 500;
    text-transform: uppercase;
}
@media (max-width: 35.9375em) {
    .section__header-subtitle {
        font-size: 16px;
    }
}
.section__header-caption {
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 400;
    font-family: Arial;
}
.section__header-link {
    font-size: 0.875rem;
    color: #E31F23;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: underline;
}
.section__header-link:hover {
    text-decoration: none;
    color: #E31F23;
}

main .section .swiper-pagination {
    bottom: -10px;
}

.card__section {
    position: relative;
}
.card__section .section__header {
    margin-bottom: 0;
}

.card__section .row {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.isDetailProduct section:last-of-type {
    margin-bottom: 30px;
}

.text__section-content h1 {
    margin-bottom: 14px;
    font-size: 40px;
    color: #333;
    line-height: 1.2;
    font-weight: 500;
    text-transform: uppercase;
}
.text__section-content p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}
.text__section-content p:not(:last-of-type) {
    margin-bottom: 10px;
}

.video__section {
    padding-bottom: 3.75rem;
}

.compare__section {
    position: relative;
}

@media screen and (max-width: 47.99875em) {
    .search__section .section__header {
        margin-bottom: 0;
    }
}

.btn {
    height: 46px;
    padding: 1rem 1.1875rem;
    border: 1px solid #E31F23;
    border-radius: 0;
    outline: none;
    background-color: transparent;
    text-transform: uppercase;
    font-size: 0.875rem;
    line-height: 1.1;
    font-weight: 700;
    color: #E31F23;
    -webkit-transition: color 0.1s linear, border-color 0.1s linear, background-color 0.1s linear;
    -o-transition: color 0.1s linear, border-color 0.1s linear, background-color 0.1s linear;
    transition: color 0.1s linear, border-color 0.1s linear, background-color 0.1s linear;
}
.btn--red {
    color: #fff;
    background-color: #E31F23;
}
.btn--red:hover {
    color: #E31F23;
    background-color: transparent;
}

.custom-radio {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-radio + label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-radio + label::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    border: 1px solid #e2e2e2;
    border-radius: 50%;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-radio:checked + label::before {
    border-color: #E31F23;
    background-color: #E31F23;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio:disabled + label::before {
    background-color: #e9ecef;
}

.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-checkbox + label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-checkbox + label::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    background-color: #fff;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-checkbox:checked + label::before {
    border-color: #E31F23;
    background-color: #E31F23;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* стили для чекбокса, находящегося в фокусе */
/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox:disabled + label::before {
    background-color: #e9ecef;
}

/*input*/
input[type=password],
input[type=email],
input[type=tel],
input[type=text] {
    height: 44px;
    border: 1px solid #e2e2e2;
    width: 100%;
    padding: 0px 10px;
}
input[type=password].icons,
input[type=email].icons,
input[type=tel].icons,
input[type=text].icons {
    padding-left: 40px;
}
input[type=password].is__erros,
input[type=email].is__erros,
input[type=tel].is__erros,
input[type=text].is__erros {
    border-color: #E31F23;
}

textarea {
    width: 100%;
    min-height: 150px;
    border: 1px solid #e2e2e2;
    width: 100%;
    padding: 3px 10px;
}

.locator-icons {
    background-image: url("/assets/img/svg/location.svg");
    background-position: 10px 12px;
    background-repeat: no-repeat;
}

.cart__count-counterBtn {
    width: 46px;
    height: 46px;
    background-color: transparent;
    border: 0px;
    background-color: #E31F23;
    color: #FFF;
}
.cart__count-counterInput {
    max-width: 100px;
    width: 100%;
    text-align: center;
}

.modal {
    max-width: 500px;
    height: auto;
    position: relative;
}
.modal__title {
    font-size: 20px;
    font-weight: bold;
}
.modal .carousel__button.is-close {
    top: 0px;
    right: 0px;
    background-color: #E31F23;
    border-radius: 0px;
}
.modal .carousel__button.is-close svg {
    -webkit-filter: none;
    filter: none;
}
@media (max-width: 35.9375em) {
    .modal .product-order__top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media (max-width: 47.99875em) {
    .modal .account-form__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        align-items: flex-start;
    }

    .modal .account-form__field {
        width: 100%;
    }
}
@media (max-width: 47.99875em) {
    .modal .account-form__row .account-form__field:not(:last-child) {
        margin-right: 0;
    }
}
.modal .form__group-btns {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 47.99875em) {
    .modal .form__group-btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
@media (max-width: 47.99875em) {
    .modal .form__group:not(:last-child) {
        margin-bottom: 10px;
    }
}
@media (max-width: 47.99875em) {
    .modal .account-form__note {
        margin-bottom: 10px;
        font-size: 12px;
    }
}

.form__row {
    margin-bottom: 20px;
}
.form__checkbox label {
    font-size: 14px;
}
.modal-city {
    max-width: 400px;
    width: 100%;
    padding: 0px;
}
.modal-city__title {
    height: 46px;
    padding: 15px 10px;
    background-color: #E31F23;
    color: #FFF;
    font-size: 18px;
    line-height: 1;
}
.modal-city__content {
    padding: 20px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.modal-city__buttons {
    margin-top: 20px;
}
.modal-city button.is-close {
    top: 0px !important;
    width: 46px;
    height: 46px;
    border-radius: 0px;
    outline: none;
}
.modal-city button.is-close svg {
    -webkit-filter: none;
    filter: none;
}

@media screen and (max-width: 47.99875em) {
    .header {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1000;
    }
}
.header__top {
    padding: 10px 0px;
}
@media screen and (max-width: 47.99875em) {
    .header__top {
        display: none;
    }
}
.header__center {
    background-color: #E31F23;
    padding: 15px 0px;
}
.header__center a {
    color: #FFF;
    text-decoration: none;
}
@media screen and (max-width: 47.99875em) {
    .header__center {
        padding: 10px 0;
    }
}
.header__center-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media screen and (max-width: 47.99875em) {
    .header__center-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.header__center-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
}
@media screen and (max-width: 47.99875em) {
    .header__center-block {
        display: none;
    }
}
.header__center-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
}
.header__bottom {
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.0509803922);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.0509803922);
    padding: 0.5rem 0;
    background: #fff;
    width: 100%;
    z-index: 1000;
}
.header__bottom_fixed {
    position: fixed;
    top: 0;
    left: 0;
}

@media screen and (max-width: 47.99875em) {
    .header__bottom {
        padding: 0;
    }

    .header__bottom_fixed {
        position: relative;
    }
}
.header__bottom-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header__bottom-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
@media screen and (max-width: 47.99875em) {
    .header__bottom-menu {
        display: none;
    }
}
.header__bottom-mobile-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    /*  z-index: 1000;	*/
    width: 100%;
    background: #E31F23;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media screen and (min-width: 47.99875em) {
    .header__bottom-mobile-menu {
        display: none;
    }
}
.header__bottom-mobile-menu .header-personal-btn__label {
    color: #fff;
}
@media (max-width: 35.9375em) {
    .header__bottom-mobile-menu .header-personal-btn__label {
        font-size: 14px;
    }
}
.header__bottom-mobile-menu .header-personal-btn__count {
    display: none;
}
.header__bottom-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    padding-left: 0.625rem;
}
.header__menu-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
    padding-right: 0.625rem;
}
@media screen and (max-width: 61.99875em) {
    .header__menu-wrapper {
        width: auto;
    }
}
@media screen and (max-width: 47.99875em) {
    .header__menu-wrapper {
        padding-right: 0;
        position: absolute;
        top: 20px;
        left: calc((100% - 540px) / 2 + 12px);
    }
}
@media screen and (max-width: 35.9375em) {
    .header__menu-wrapper {
        left: 10px;
    }
}

.location_link {
    text-decoration: none;
    color: #333;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.location_link::after {
    content: "";
    background-image: url("/local/templates/elc/assets/css/./../img/svg/arrow.svg");
    height: 6px;
    width: 10px;
    display: inline-block;
    margin-left: 10px;
}
.location_link::before {
    content: "";
    background-image: url("/local/templates/elc/assets/css/./../img/svg/location.svg");
    height: 20px;
    width: 14px;
    display: inline-block;
    margin-right: 10px;
}
.location_link:hover {
    color: #E31F23;
}

.header-user__item:not(:last-child) {
    margin-right: 10px;
}
.header-user__item:not(:last-child)::after {
    content: "|";
    color: #CDCDCD;
    margin-left: 10px;
}
.logo__link {
    display: block;
    text-decoration: none;
}
.logo__link svg {
    width: 410px;
    height: 60px; /* Было 100 */
}
@media screen and (max-width: 47.99875em) {
    .logo__link svg {
        height: 50px; /* Было 70 */
    }
}
.logo__images {
    margin: 0x 10px;
}
.logo span {
    color: #FFF;
    font-size: 2.25em;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
}

.mobile__logo svg {
    width: 300px;
    height: 70px;
}
@media screen and (min-width: 61.99875em) {
    .mobile__logo {
        display: none;
    }
}

.header__sale {
    text-decoration: none;
    font-weight: 500;
    color: #333;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}
.header__sale svg {
    margin-right: 5px;
}
.header__sale:hover {
    color: #E31F23;
}
@media screen and (max-width: 61.99875em) {
    .header__sale {
        display: none;
    }
}
.header-category__btn {
    background-color: #828282;
    border: 0px;
    color: #FFF;
    padding: 10px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header-category__icons {
    margin-right: 10px;
}
.header-category__icons svg {
    margin-top: -4px;
    fill: #fff;
}
.header-category__label {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
}

.search__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
}
@media screen and (max-width: 61.99875em) {
    .search__wrapper {
        padding: 1.375rem 0.625rem;
    }
}
.search__input {
    min-height: 100%;
    width: 100%;
    background-color: #F2F2F2;
    border: 1px solid #E2E2E2;
    padding: 0.375rem 0 0.375rem 1.875rem;
    outline: none;
    -webkit-transition: border-color 0.1s linear;
    -o-transition: border-color 0.1s linear;
    transition: border-color 0.1s linear;
}
.search__input::-webkit-input-placeholder {
    color: #7F7F7F;
}
.search__input::-moz-placeholder {
    color: #7F7F7F;
}
.search__input:-ms-input-placeholder {
    color: #7F7F7F;
}
.search__input::-ms-input-placeholder {
    color: #7F7F7F;
}
.search__input::placeholder {
    color: #7F7F7F;
}
.search__input:hover {
    border-color: #afafaf;
}
.search__btn {
    outline: none;
    background-color: #828282;
    border: none;
    cursor: pointer;
    width: 40px;
    min-height: 100%;
    -webkit-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
}
.search__btn:hover {
    background-color: dimgray;
}

.search__information {
    width: 100%;
    max-height: auto;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    border-left: 1px solid #F8F5EB;
    border-right: 1px solid #F8F5EB;
    border-bottom: 1px solid #F8F5EB;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    z-index: 15;
}
@media screen and (max-width: 61.99875em) {
    .search__information {
        max-height: calc(100vh - 90px);
    }
}
@media screen and (max-width: 47.99875em) {
    .search__information {
        max-height: calc(100vh - 134px);
    }
}
.search__list {
    width: 100%;
    list-style: none;
}
.search__item {
    padding: 1rem;
    border-bottom: 1px solid #F8F5EB;
}
.search__link {
    color: #E31F23;
    text-decoration: underline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}
.search__link:hover {
    color: #E31F23;
    text-decoration: none;
}
.search__link img {
    width: 70px;
    height: 70px;
    -o-object-fit: contain;
    object-fit: contain;
}
.search__image {
    width: 70px;
    min-height: 70px;
    -o-object-fit: contain;
    object-fit: contain;
}
.search__see-all-results {
    text-align: center;
    padding: 1rem;
}
.search__see-all-results button {
    height: auto;
}



@media screen and (max-width: 61.99875em) {

}

.search.show {
    top: 0;
}

.mobile__search, .mobile__cart {
    display: block;
    outline: none;
    background-color: #828282;
    border: none;
    cursor: pointer;
    width: 46px;
    height: 46px;
    font-size: 0;
    -webkit-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
}
@media screen and (min-width: 61.99875em) {
    .mobile__search, .mobile__cart {
        display: none;
    }
}
@media screen and (max-width: 47.99875em) {
    .mobile__search, .mobile__cart {
        position: absolute;
        top: 20px;
        /* right: calc((100% - 540px) / 2 + 12px); */
        right: 110px;
        background-color: transparent;
        border: 1px solid #fff;
    }
}
@media screen and (max-width: 35.9375em) {
    .mobile__search, .mobile__cart {
        right: 50px;
        top: 27px;
        padding: 0;
        width: 30px;
        height: 30px;
    }
}

.header-personal-btn__item:not(:last-of-type) {
    margin-right: 15px;
}
.header-personal-btn__link {
    position: relative;
    text-decoration: none;
    color: #333;
    -webkit-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear;
}
.header-personal-btn__link:hover {
    color: #E31F23;
}
.header-personal-btn__icons {
    position: relative;
    margin-right: 5px;
    color: #E31F23;
}
.header-personal-btn__count {
    position: absolute;
    background-color: #828282;
    font-size: 12px;
    color: #FFF;
    line-height: 1;
    top: -8px;
    right: -5px;
    padding: 3px;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.popup__compare, .popup__cart, .popup__favorites {
    width: 100%;
    max-width: 23.125rem;
    background-color: #fff;
    padding: 0.625rem 1.5625rem 0 1.5625rem;
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    position: absolute;
    right: 0.9375rem;
    top: 2.1875rem;
    z-index: 200;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.popup__compare .popup__list::after, .popup__cart .popup__list::after, .popup__favorites .popup__list::after {
    display: block;
    content: "";
    position: absolute;
    top: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #E0E0E0 transparent;
    background-color: transparent;
}
.popup__compare .popup__list::after {
    left: -3.3%;
}
.popup__favorites .popup__list::after {
    left: 37.3%;
}
.popup__cart .popup__list::after {
    left: 83%;
}
.popup__list {
    position: relative;
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
}
.popup__list-item {
    margin-bottom: 0.625rem;
    position: relative;
}
.popup__list-item:not(:first-of-type) {
    padding-top: 0.6875rem;
}
.popup__list-item:not(:first-of-type)::after {
    display: block;
    content: "";
    width: 370px;
    height: 1px;
    background-color: #E0E0E0;
    position: absolute;
    top: 0;
    left: -25px;
}
.popup__item-close {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: -20px;
    width: 15px;
    height: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.popup__item-close span {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 15px;
    height: 1px;
    background-color: #E31F23;
}
.popup__item-close span:first-of-type {
    -webkit-transform: rotate(45deg) translate(-7px, 7px);
    -ms-transform: rotate(45deg) translate(-7px, 7px);
    transform: rotate(45deg) translate(-7px, 7px);
}
.popup__item-close span:last-of-type {
    -webkit-transform: rotate(-45deg) translate(-7px, -7px);
    -ms-transform: rotate(-45deg) translate(-7px, -7px);
    transform: rotate(-45deg) translate(-7px, -7px);
}
.popup__list-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    color: #333;
}
.popup__list-link:hover .popup__item-text {
    color: #E31F23;
}
.popup__item-left {
    margin-right: 0.9375rem;
    display: block;
    width: 70px;
    height: 73px;
}
.popup__item-left img {
    width: 100%;
    height: auto;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.popup__item-right {
    display: block;
    width: calc(100% - 85px);
    color: inherit;
}
.popup__item-text {
    font-size: 0.875rem;
}
.popup__item-price {
    font-weight: 700;
    font-size: 1rem;
    color: #333;
}
.popup__item-price span {
    font-weight: 400;
}
.popup__link {
    text-align: right;
    color: #E31F23;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 400;
    margin-bottom: 0.625rem;
    display: block;
    width: 100%;
    cursor: pointer;
}
.popup__link:hover {
    text-decoration: underline;
    color: #E31F23;
}

.header__cart .basket-dropdown {
    bottom: 100%;
    top: auto;
    padding-top: 0;
    padding-bottom: 9px;
    z-index: 3;
}

.header__cart .basket-dropdown {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
    position: absolute;
    top: 100%;
    padding-top: 12px;
    right: -1px;
}

.header__cart.opened .basket-dropdown,
.header__cart:hover .basket-dropdown {
    opacity: 1;
    visibility: visible;
}

.header__cart .basket_wrap {
    padding: 10px;
}
.header__cart .basket-dropdown .dropdown {
    overflow: hidden;
    padding: 18px 24px 0;
    width: 440px;
    left: 0;
    padding: 0;
}
.header__cart .items_wrap {
    max-height: 410px;
    overflow: hidden;
}
.header__cart .basket .basket_empty {
    padding: 28px 38px 28px 38px;
    border: none;
}
.header__cart .dropdown {
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    background: #fff;
    top: 100%;
    left: 0;
}
.header__cart .cart__footer {
    margin-top: 20px;
}
.header__cart .cart__footer-price {
    font-weight: bold;
}
.header__cart .basket_empty .basket_empty-wrapper {
    padding: 20px;
}
.header__cart .basket_empty .basket_empty-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.header__cart .basket_empty .basket_empty-text {
    margin-bottom: 20px;
    font-size: 14px;
    text-align: center;
}

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: 0;
    direction: ltr;
}

.basket .basket_empty {
    padding: 44px;
    min-height: 178px;
    border: 1px solid #ebeef1;
    border-radius: 4px;
}

.basket .basket_empty > .wrap {
    position: relative;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-y: auto;
    padding: 20px 0;
}

.cart__item {
    width: 100%;
    padding-bottom: 3px;
    position: relative;
    page-break-inside: avoid;
}
.cart__item:not(:last-child) {
    margin-bottom: 3px;
    border-bottom: 1px solid #e5e5e5;
}
.cart__item-remove {
    cursor: pointer;
}

.cart {
    padding: 20px;
}

.cart__item-image {
    margin-right: 10px;
}
.cart__item-image img {
    max-width: 80px;
}

.cart__item-info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.cart__item-info-top {
    margin-bottom: 5px;
}
.cart__item-info-top a {
    text-decoration: none;
    color: #333;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1;
}
.cart__item-info-top a:hover, .cart__item-info-top a:focus {
    color: #E31F23;
}

.mask {
    position: fixed;
    z-index: 300;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.75;
    display: none;
}

.mask.active {
    display: block;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
}

.search__result {
    color: #828282;
    padding-bottom: 0.5rem;
    margin: 1.25rem 0px;
    border-bottom: 1px solid #E0E0E0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 61.99875em) {
    .search__result {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.search__result ul {
    margin-bottom: 0;
}
.search__result .find strong {
    margin-right: 0.3125rem;
    color: #333;
}
.search__result .find strong:last-of-type {
    margin-right: 0.125rem;
}
.search__result .sorting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
@media (max-width: 61.99875em) {
    .search__result .sorting {
        position: relative;
        margin-bottom: 1.25rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }
}
.search__result .sorting .sorting__types {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    padding-left: 1.875rem;
}
@media (max-width: 61.99875em) {
    .search__result .sorting .sorting__types {
        padding-left: 0;
        display: none;
    }
}
@media (max-width: 61.99875em) {
    .search__result .sorting .sorting__types-active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
@media (max-width: 61.99875em) {
    .search__result .sorting .sorting__types li {
        padding: 1rem 0;
    }
}
.search__result .sorting .sorting__types li a {
    color: #828282;
    text-decoration: none;
    -webkit-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear;
}
.search__result .sorting .sorting__types li a:hover {
    color: #E31F23;
}
.search__result .sorting .sorting__types li.active a {
    color: #E31F23;
}
.search__result .sorting .sorting__types li:not(:last-of-type) {
    margin-right: 1.875rem;
}
@media (max-width: 61.99875em) {
    .search__result .sorting .sorting__types li:not(:last-of-type) {
        margin-right: 0;
    }
}
.search__result .sorting .sorting__types .dropdown {
    cursor: pointer;
}
.search__result .sorting .sorting__types .dropdown::after {
    content: "";
    background-image: url(/local/templates/elc/assets/css/./../img/svg/arrow.svg);
    height: 6px;
    width: 10px;
    display: inline-block;
    margin-left: 0.3125rem;
    -webkit-transform: translateY(-35%);
    -ms-transform: translateY(-35%);
    transform: translateY(-35%);
}
.search__result .sorting .sorting__types ul {
    list-style-type: none;
    display: none;
}
.search__result .sorting .sort-adaptive {
    list-style-type: none;
    display: none;
    padding-left: 3.375rem;
}
@media (max-width: 61.99875em) {
    .search__result .sorting .sort-adaptive {
        position: absolute;
        top: 56px;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border: 1px solid #E0E0E0;
        background-color: #fff;
        z-index: 9;
    }
}
.search__result .sorting .sort-adaptive-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0 !important;
}
@media (max-width: 61.99875em) {
    .search__result .sorting__title {
        display: none;
    }
}
.search__result .sorting__title-button {
    display: none;
}
@media (max-width: 61.99875em) {
    .search__result .sorting__title-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0.625rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        width: 100%;
        padding: 0.625rem 0 0.625rem 3.375rem;
        background-color: #fff;
        text-transform: uppercase;
        border: 1px solid #E0E0E0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}
.search__result .sorting__title-button::before {
    position: absolute;
    content: "";
    top: 8px;
    left: 27px;
    width: 24px;
    height: 24px;
    background: url(/assets/img/icons/icons.svg#sort) no-repeat;
}
.search__result .sorting__title-button::after {
    position: absolute;
    content: "";
    right: 27px;
    width: 10px;
    height: 6px;
    background: url(/assets/img/svg/arrow.svg) no-repeat;
}
.search__result .sorting__title-button-active::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.search__result .watch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 61.99875em) {
    .search__result .watch {
        display: none;
    }
}
.search__result .watch a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear;
}
.search__result .watch ul {
    list-style-type: none;
    padding-left: 0;
}
.search__result .watch li.active {
    color: #E31F23;
}
.search__result .watch li:hover {
    color: #E31F23;
}
.search__result .watch .watch__number {
    margin-left: 0.625rem;
    margin-right: 2.5rem;
}
.search__result .watch .watch__number li:not(:last-of-type) {
    margin-right: 0.625rem;
}
.search__result .watch .view__type {
    margin-left: 0.9375rem;
}
.search__result .watch .view__type button {
    background-color: transparent;
    border: 0px;
}
.search__result .watch .view__type button:not(:last-child) {
    margin-right: 10px;
}
.search__result .watch .view__type button svg {
    fill: #C4C4C4;
}
.search__result .watch .view__type button.active svg {
    fill: #E31F23;
}
.search__result .watch .view__type li.active {
    color: #E31F23;
}
.search__result .watch .view__type li:not(:last-of-type) {
    margin-right: 0.9375rem;
}

.sorting__sort {
    width: 100%;
}

@media (max-width: 61.99875em) {
    .found {
        display: none;
    }
}

.product-labels {
    padding: 0.3125rem 0.625rem;
    font-size: 0.875rem;
    text-transform: uppercase;
    color: #fff;
}
.product-labels:not(:last-child) {
    margin-right: 0.3125rem;
}

.labels-new {
    background-color: #27AE60;
}

.labels-hit {
    background-color: #F2994A;
}

.cd-dropdown-wrapper {
    display: inline-block;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
}

.cd-dropdown-trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 0 36px 0 20px;
    line-height: 40px;
    background-color: #828282;
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    height: 46px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
@media screen and (max-width: 75em) {
    .cd-dropdown-trigger {
        font-size: 16px;
        padding: 0 15px;
    }
}
@media screen and (max-width: 47.99875em) {
    .cd-dropdown-trigger {
        font-size: 0;
        padding: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: transparent;
    }
}

.no-touch .cd-dropdown-trigger:hover {
    background-color: #E31F23;
    color: #FFF;
}

.cd-dropdown-trigger__burger {
    width: 21px;
    height: 17px;
    position: relative;
    display: inline-block;
    margin-right: 10px;
}
@media screen and (max-width: 47.99875em) {
    .cd-dropdown-trigger__burger {
        margin-right: 0;
    }
}

.cd-dropdown-trigger__burger span {
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0px;
}

.cd-dropdown-trigger__burger-top {
    top: 0px;
}

.cd-dropdown-trigger__burger-center {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cd-dropdown-trigger__burger-bottom {
    bottom: 0px;
}

.cd-dropdown-wrapper ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

@media only screen and (min-width: 1024px) {
    .cd-dropdown-trigger.dropdown-is-active {
        background-color: #E31F23;
    }
    .no-touch .cd-dropdown-trigger.dropdown-is-active:hover {
        background-color: #E31F23;
    }
    .cd-dropdown-trigger.dropdown-is-active::before, .cd-dropdown-trigger.dropdown-is-active::after {
        /* transform the arrow into a 'X' */
        width: 14px;
    }
    .cd-dropdown-trigger.dropdown-is-active::before {
        /* transform the arrow into a 'X' */
        -webkit-transform: translateX(5px) rotate(-45deg);
        -ms-transform: translateX(5px) rotate(-45deg);
        transform: translateX(5px) rotate(-45deg);
    }
    .cd-dropdown-trigger.dropdown-is-active::after {
        /* transform the arrow into a 'X' */
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}
.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a {
    height: 50px;
    line-height: 50px;
}

@media only screen and (min-width: 768px) {
    .cd-dropdown h2,
    .cd-dropdown-content a,
    .cd-dropdown-content ul a {
        height: 60px;
        line-height: 60px;
    }
}
@media only screen and (min-width: 1024px) {
    .cd-dropdown h2,
    .cd-dropdown-content a,
    .cd-dropdown-content ul a {
        height: 50px;
        line-height: 50px;
    }
}
.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a,
.cd-dropdown-content .cd-divider {
    padding: 0 20px;
}

.cd-dropdown {
    position: fixed;
    z-index: 1050;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    background-color: #828282;
    color: #ffffff;
    visibility: hidden;
    /* Force Hardware Acceleration */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0.5s;
    -webkit-transition: visibility 0s 0.5s, -webkit-transform 0.5s 0s;
    transition: visibility 0s 0.5s, -webkit-transform 0.5s 0s;
    -o-transition: transform 0.5s 0s, visibility 0s 0.5s;
    transition: transform 0.5s 0s, visibility 0s 0.5s;
    transition: transform 0.5s 0s, visibility 0s 0.5s, -webkit-transform 0.5s 0s;
}

.cd-dropdown h2 {
    /* dropdown title - mobile version only */
    position: relative;
    z-index: 1;
    color: #585a70;
    background-color: #111433;
    border-bottom: 1px solid #242643;
}

.cd-dropdown .cd-close {
    /* 'X' close icon - mobile version only */
    position: absolute;
    z-index: 1;
    right: -23%;
    top: 1%;
    height: 50px;
    width: 50px;
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
}

.cd-dropdown .cd-close::after, .cd-dropdown .cd-close::before {
    /* this is the 'X' icon */
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    height: 20px;
    width: 2px;
    background-color: #fff;
}

.cd-dropdown .cd-close::after {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.cd-dropdown .cd-close::before {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.cd-dropdown.dropdown-is-active {
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0s;
    -webkit-transition: visibility 0s 0s, -webkit-transform 0.5s 0s;
    transition: visibility 0s 0s, -webkit-transform 0.5s 0s;
    -o-transition: transform 0.5s 0s, visibility 0s 0s;
    transition: transform 0.5s 0s, visibility 0s 0s;
    transition: transform 0.5s 0s, visibility 0s 0s, -webkit-transform 0.5s 0s;
}

@media only screen and (min-width: 768px) {
    .cd-dropdown .cd-close {
        top: 5px;
    }
}
@media only screen and (min-width: 1024px) {
    .cd-dropdown {
        position: absolute;
        top: calc(100% - 2px);
        /* reset style*/
        height: auto;
        width: 100%;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        background-color: #ffffff;
        color: #111433;
        -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        opacity: 0;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
        -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
        transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
        -o-transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
        transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
        transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s, -webkit-transform 0.3s 0s;
    }
    .open-to-left .cd-dropdown {
        /* use the .open-to-left class if you want to open the dropdown on the left */
        right: 0;
        left: auto;
    }
    .cd-dropdown h2, .cd-dropdown .cd-close {
        /* on desktop - hide title and 'X' */
        display: none;
    }
    .cd-dropdown.dropdown-is-active {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: opacity 0.3s 0s, visibility 0.3s 0s, -webkit-transform 0.3s 0s;
        transition: opacity 0.3s 0s, visibility 0.3s 0s, -webkit-transform 0.3s 0s;
        -o-transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s;
        transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s;
        transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s, -webkit-transform 0.3s 0s;
    }
}
.cd-dropdown-content, .cd-dropdown-content ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    padding-top: 50px;
}

.cd-dropdown-content ul {
    padding-top: 0;
}

.cd-dropdown-content a, .cd-dropdown-content ul a {
    display: block;
    color: #ffffff;
    /* truncate text with ellipsis if too long */
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
}

.cd-dropdown-content li:first-of-type > a, .cd-dropdown-content ul li:first-of-type > a {
    border-top-width: 0;
}

.cd-dropdown-content li:last-of-type > a, .cd-dropdown-content ul li:last-of-type > a {
    border-bottom-width: 1px;
}

.cd-dropdown-content .cd-divider, .cd-dropdown-content ul .cd-divider {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #0b0e23;
    letter-spacing: 1px;
    color: #585a70;
    text-transform: uppercase;
}

.cd-dropdown-content .cd-divider + li > a, .cd-dropdown-content ul .cd-divider + li > a {
    border-top-width: 0;
}

.cd-dropdown-content a, .cd-dropdown-content .cd-search, .cd-dropdown-content .cd-divider, .cd-dropdown-content ul a, .cd-dropdown-content ul .cd-search, .cd-dropdown-content ul .cd-divider {
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    -o-transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.cd-dropdown-content.is-hidden, .cd-dropdown-content ul.is-hidden {
    /* push the secondary dropdown items to the right */
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.cd-dropdown-content.is-hidden > li > a, .cd-dropdown-content.is-hidden > li > .cd-search, .cd-dropdown-content.is-hidden > .cd-divider, .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.is-hidden > li > a, .cd-dropdown-content ul.is-hidden > li > .cd-search, .cd-dropdown-content ul.is-hidden > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
    /* lower down the dropdown items opacity - when secondary dropdown slides in or for dropdown items hidden on the right */
    opacity: 0;
}

.cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
    /* push the dropdown items to the left when secondary dropdown slides in */
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.dropdown-is-active .cd-dropdown-content, .dropdown-is-active .cd-dropdown-content ul {
    -webkit-overflow-scrolling: touch;
}

@media only screen and (min-width: 768px) {
    .cd-dropdown-content, .cd-dropdown-content ul {
        /* padding-top: 60px; */
    }
}
@media only screen and (min-width: 1024px) {
    .cd-dropdown-content, .cd-dropdown-content ul {
        padding-top: 0;
        overflow: visible;
    }
    .cd-dropdown-content a, .cd-dropdown-content ul a {
        color: #333;
        text-decoration: none;
        height: 50px;
        line-height: 50px;
        border-color: #ebebeb;
    }
    .cd-dropdown-content .cd-divider, .cd-dropdown-content ul .cd-divider {
        background-color: transparent;
        color: #b3b3b3;
        border-top: 1px solid #ebebeb;
    }
    .cd-dropdown-content .cd-divider + li > a, .cd-dropdown-content ul .cd-divider + li > a {
        border-top-width: 1px;
    }
    .cd-dropdown-content.is-hidden > li > a, .cd-dropdown-content.is-hidden > li > .cd-search, .cd-dropdown-content.is-hidden > .cd-divider, .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.is-hidden > li > a, .cd-dropdown-content ul.is-hidden > li > .cd-search, .cd-dropdown-content ul.is-hidden > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
        /* reset mobile style */
        opacity: 1;
    }
}
.cd-dropdown-content .see-all a {
    /* different style for the See all links */
    color: #fff;
}

.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
    /* items with picture (or icon) and title */
    height: 80px;
    line-height: 80px;
}

.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item h3, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
    /* truncate text with ellipsis if too long */
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
    padding-left: 90px;
}

.cd-dropdown-content .cd-dropdown-gallery img {
    position: absolute;
    display: block;
    height: 40px;
    width: auto;
    left: 20px;
    top: 50%;
    margin-top: -20px;
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
    padding-left: 75px;
    position: relative;
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
    color: #111433;
    /* hide description on small devices */
    display: none;
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
    /* item icon */
    content: "";
    display: block;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px 40px;
}

@media only screen and (min-width: 1024px) {
    .cd-dropdown-content {
        /* reset mobile style */
        position: static;
        height: auto;
        width: 100%;
    }
    .cd-dropdown-content > li:last-of-type a {
        border-bottom: none;
    }
    .no-touch .cd-dropdown-content > li:not(.has-children) a:hover {
        color: #E31F23;
    }
    .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider {
        /* reset mobile style */
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    .cd-dropdown-content .cd-secondary-dropdown, .cd-dropdown-content .cd-dropdown-gallery, .cd-dropdown-content .cd-dropdown-icons {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        left: 100%;
        height: auto;
        background-color: #ffffff;
        -webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
    }
    .cd-dropdown-content .cd-secondary-dropdown::after, .cd-dropdown-content .cd-dropdown-gallery::after, .cd-dropdown-content .cd-dropdown-icons::after {
        clear: both;
        content: "";
        display: table;
    }
    .open-to-left .cd-dropdown-content .cd-secondary-dropdown, .open-to-left .cd-dropdown-content .cd-dropdown-gallery, .open-to-left .cd-dropdown-content .cd-dropdown-icons {
        /* use the .open-to-left class if you want to open the dropdown on the left */
        left: auto;
        right: 100%;
    }
    .cd-dropdown-content .cd-secondary-dropdown.is-hidden, .cd-dropdown-content .cd-dropdown-gallery.is-hidden, .cd-dropdown-content .cd-dropdown-icons.is-hidden {
        /* reset mobile style */
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .cd-dropdown-content .cd-secondary-dropdown.fade-in, .cd-dropdown-content .cd-dropdown-gallery.fade-in, .cd-dropdown-content .cd-dropdown-icons.fade-in {
        /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
        -webkit-animation: cd-fade-in 0.2s;
        animation: cd-fade-in 0.2s;
    }
    .cd-dropdown-content .cd-secondary-dropdown.fade-out, .cd-dropdown-content .cd-dropdown-gallery.fade-out, .cd-dropdown-content .cd-dropdown-icons.fade-out {
        /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
        -webkit-animation: cd-fade-out 0.2s;
        animation: cd-fade-out 0.2s;
    }
    .cd-dropdown-content .cd-secondary-dropdown > .go-back, .cd-dropdown-content .cd-dropdown-gallery > .go-back, .cd-dropdown-content .cd-dropdown-icons > .go-back {
        display: none;
    }
    .cd-dropdown-content .cd-secondary-dropdown > .see-all,
    .cd-dropdown-content .cd-dropdown-gallery > .see-all,
    .cd-dropdown-content .cd-dropdown-icons > .see-all {
        position: absolute;
        bottom: 20px;
        height: 45px;
        text-align: center;
        margin-left: 0px;
        margin-right: 0px;
    }
    .cd-dropdown-content .cd-secondary-dropdown > .see-all a, .cd-dropdown-content .cd-dropdown-gallery > .see-all a, .cd-dropdown-content .cd-dropdown-icons > .see-all a {
        margin: 0;
        height: 100%;
        line-height: 45px;
        background: #ebebeb;
        width: 100%;
        pointer-events: auto;
        -webkit-transition: color 0.2s, background-color 0.2s;
        -o-transition: color 0.2s, background-color 0.2s;
        transition: color 0.2s, background-color 0.2s;
    }
    .no-touch .cd-dropdown-content .cd-secondary-dropdown > .see-all a:hover, .no-touch .cd-dropdown-content .cd-dropdown-gallery > .see-all a:hover, .no-touch .cd-dropdown-content .cd-dropdown-icons > .see-all a:hover {
        color: #ffffff;
        background-color: #E31F23;
    }
    .cd-dropdown-content .cd-secondary-dropdown .cd-dropdown-item, .cd-dropdown-content .cd-secondary-dropdown a, .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-gallery a, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-icons a {
        border: none;
    }
    .cd-dropdown-content .cd-dropdown-gallery, .cd-dropdown-content .cd-dropdown-icons {
        padding: 20px 30px 100px;
    }
    .cd-dropdown-content .cd-dropdown-gallery > .see-all, .cd-dropdown-content .cd-dropdown-icons > .see-all {
        width: calc(100% - 60px);
    }
    .cd-dropdown-content .cd-secondary-dropdown {
        overflow: hidden;
        width: 550px;
        padding-bottom: 65px;
    }
    .cd-dropdown-content .cd-secondary-dropdown::before {
        /* this is the separation line in the middle of the .cd-secondary-dropdown element */
    }
    .cd-dropdown-content .cd-secondary-dropdown > li > a {
        margin-bottom: 10px;
        line-height: 30px;
        height: 30px;
    }
    .cd-dropdown-content .cd-secondary-dropdown > li > a::after, .cd-dropdown-content .cd-secondary-dropdown > li > a::before {
        /* hide the arrow */
        display: none;
    }
    .cd-dropdown-content .cd-secondary-dropdown.move-out > li > a {
        /* reset mobile style */
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .cd-dropdown-content .cd-secondary-dropdown > li {
        margin: 20px 0;
        padding: 0 30px;
    }
    .cd-dropdown-content .cd-secondary-dropdown > li:nth-of-type(2n) {
        border-right-width: 0;
    }
    .cd-dropdown-content .cd-secondary-dropdown > li > ul {
        /* reset mobile style */
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
        position: relative;
        height: auto;
    }
    .cd-dropdown-content .cd-secondary-dropdown > li > ul > .go-back {
        display: none;
    }
    .cd-dropdown-content .cd-secondary-dropdown a {
        line-height: 25px;
        height: 25px;
        padding-left: 0;
        text-decoration: none;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .no-touch .cd-dropdown-content .cd-secondary-dropdown a:hover {
        color: #E31F23;
    }
    .cd-dropdown-content .cd-secondary-dropdown ul {
        padding-bottom: 25px;
        overflow: hidden;
        height: auto;
    }
    .cd-dropdown-content .cd-secondary-dropdown .go-back a {
        padding-left: 20px;
        color: transparent;
    }
    .no-touch .cd-dropdown-content .cd-secondary-dropdown .go-back a:hover {
        color: transparent;
    }
    .cd-dropdown-content .cd-secondary-dropdown .go-back a::before, .cd-dropdown-content .cd-secondary-dropdown .go-back a::after {
        left: 0;
    }
    .cd-dropdown-content .cd-secondary-dropdown .see-all {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    .cd-dropdown-content .cd-dropdown-gallery {
        width: 600px;
        padding-bottom: 100px;
    }
    .cd-dropdown-content .cd-dropdown-gallery > li {
        width: 48%;
        float: left;
        margin-right: 4%;
    }
    .cd-dropdown-content .cd-dropdown-gallery > li:nth-of-type(2n) {
        margin-right: 0;
    }
    .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
        padding: 0;
        height: auto;
        line-height: normal;
        color: #E31F23;
        margin-bottom: 2em;
    }
    .cd-dropdown-content .cd-dropdown-gallery > li:nth-last-of-type(2) a,
    .cd-dropdown-content .cd-dropdown-gallery > li:last-of-type a {
        margin-bottom: 0;
    }
    .cd-dropdown-content .cd-dropdown-gallery img {
        position: static;
        height: auto;
        width: 100%;
        margin: 0 0 0.6em;
    }
    .cd-dropdown-content .cd-dropdown-icons {
        width: 600px;
    }
    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
        height: 80px;
        line-height: 1.2;
        padding: 24px 0 0 85px;
    }
    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item:hover {
        background: #ebebeb;
    }
    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
        color: #E31F23;
        font-weight: bold;
    }
    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
        display: block;
    }
    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
        left: 25px;
    }
    .cd-dropdown-content > .has-children > ul {
        visibility: hidden;
    }
    .cd-dropdown-content > .has-children > ul.is-active {
        /* when hover over .cd-dropdown-content items - show subnavigation */
        visibility: visible;
    }
    .cd-dropdown-content > .has-children > .cd-secondary-dropdown.is-active > li > ul {
        /* if .cd-secondary-dropdown is visible - show also subnavigation */
        visibility: visible;
    }
    .cd-dropdown-content > .has-children > a.is-active {
        /* hover effect for .cd-dropdown-content items with subnavigation */
        -webkit-box-shadow: inset 2px 0 0 #E31F23;
        box-shadow: inset 2px 0 0 #E31F23;
        color: #E31F23;
    }
    .cd-dropdown-content > .has-children > a.is-active::before, .cd-dropdown-content > .has-children > a.is-active::after {
        background: #E31F23;
    }
    .open-to-left .cd-dropdown-content > .has-children > a.is-active {
        -webkit-box-shadow: inset -2px 0 0 #E31F23;
        box-shadow: inset -2px 0 0 #E31F23;
    }
}
@-webkit-keyframes cd-fade-in {
    0% {
        opacity: 0;
        visibility: visible;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}
@keyframes cd-fade-in {
    0% {
        opacity: 0;
        visibility: visible;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}
@-webkit-keyframes cd-fade-out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes cd-fade-out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.cd-search input[type=search] {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #242643;
    color: #ffffff;
    border: none;
    border-radius: 0;
}

.cd-search input[type=search]::-webkit-input-placeholder {
    color: #ffffff;
}

.cd-search input[type=search]::-moz-placeholder {
    color: #ffffff;
}

.cd-search input[type=search]:-moz-placeholder {
    color: #ffffff;
}

.cd-search input[type=search]:-ms-input-placeholder {
    color: #ffffff;
}

.cd-search input[type=search]:focus {
    background: #ffffff;
    color: #111433;
    outline: none;
}

.cd-search input[type=search]:focus::-webkit-input-placeholder {
    color: rgba(17, 20, 51, 0.4);
}

.cd-search input[type=search]:focus::-moz-placeholder {
    color: rgba(17, 20, 51, 0.4);
}

.cd-search input[type=search]:focus:-moz-placeholder {
    color: rgba(17, 20, 51, 0.4);
}

.cd-search input[type=search]:focus:-ms-input-placeholder {
    color: rgba(17, 20, 51, 0.4);
}

@media only screen and (min-width: 1024px) {
    .cd-search input[type=search] {
        background-color: #ebebeb;
    }
    .cd-search input[type=search]::-webkit-input-placeholder {
        color: #b3b3b3;
    }
    .cd-search input[type=search]::-moz-placeholder {
        color: #b3b3b3;
    }
    .cd-search input[type=search]:-moz-placeholder {
        color: #b3b3b3;
    }
    .cd-search input[type=search]:-ms-input-placeholder {
        color: #b3b3b3;
    }
}
.has-children > a, .go-back a {
    position: relative;
}

.has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after, .see-all a::before, .see-all a::after {
    /* arrow icon in CSS - for element with nested unordered lists */
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 2px;
    width: 10px;
    background: #ffffff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cd-secondary-dropdown li:not(.go-back) a::before, .cd-secondary-dropdown li:not(.go-back) a::after {
    display: none;
    visibility: hidden;
}

.has-children > a::before, .go-back a::before, .see-all a::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.has-children > a::after, .go-back a::after, .see-all a::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media only screen and (min-width: 1024px) {
    .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after, .see-all a::before, .see-all a::after {
        background: #b3b3b3;
    }
}
.has-children > a {
    padding-right: 40px;
}

.has-children > a::before, .has-children > a::after, .see-all a::before, .see-all a::after {
    /* arrow goes on the right side - children navigation */
    right: 20px;
    -webkit-transform-origin: 9px 50%;
    -ms-transform-origin: 9px 50%;
    transform-origin: 9px 50%;
}

@media only screen and (min-width: 1024px) {
    .open-to-left .cd-dropdown-content > .has-children > a {
        padding-left: 40px;
        padding-right: 20px;
    }
    .open-to-left .cd-dropdown-content > .has-children > a::before, .open-to-left .cd-dropdown-content > .has-children > a::after {
        right: auto;
        left: 20px;
        -webkit-transform-origin: 1px 50%;
        -ms-transform-origin: 1px 50%;
        transform-origin: 1px 50%;
    }
}
.cd-dropdown-content .go-back a {
    padding-left: 40px;
}

.cd-dropdown-content .go-back a::before, .cd-dropdown-content .go-back a::after {
    /* arrow goes on the left side - go back button */
    left: 20px;
    -webkit-transform-origin: 1px 50%;
    -ms-transform-origin: 1px 50%;
    transform-origin: 1px 50%;
}

.cd-main-content {
    background-color: #e6e6e6;
    min-height: calc(100vh - 100px);
    padding: 2em 5%;
    line-height: 2;
}

.no-js .cd-dropdown-wrapper:hover .cd-dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.no-js .cd-dropdown-wrapper .cd-close {
    display: none;
}

.mobile-nav svg {
    width: 20px;
    height: 20px;
    margin-right: 0.625rem;
}
@media screen and (min-width: 47.99875em) {
    .mobile-nav {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    li.has-children.position-relative {
        position: initial !important;
    }
}
@media (max-width: 61.99875em) {
    .advantages__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
.advantages__content .text__section-content h1 {
    font-size: 35px;
}
@media (max-width: 61.99875em) {
    .advantages__content .text__section-content h1 {
        font-size: 25px;
    }
}
@media (max-width: 47.99875em) {
    .advantages__content .text__section-content h1 {
        font-size: 16px;
    }
}
@media (max-width: 35.9375em) {
    .advantages__content .text__section-content p {
        font-size: 14px;
    }
}
.advantages__content-left {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}
@media (max-width: 35.9375em) {
    .advantages__content-left {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
    }
}
@media (max-width: 35.9375em) {
    .advantages__content-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.advantages__content-block svg {
    margin-bottom: 10px;
    height: 56px;
    width: 56px;
}
.advantages__content-block p {
    font-size: 1rem;
    color: #333;
    line-height: 1.1;
    margin-bottom: 0px;
}
@media (max-width: 35.9375em) {
    .advantages__content-block p {
        text-align: center;
        font-size: 14px;
    }
}

@media (max-width: 35.9375em) {
    .main__container .advantages__section {
        padding-top: 0;
    }
}
.no-slider .swiper-slide {
    margin-right: 20px;
    width: 309px;
}
.card {
    -webkit-transition: border-color 0.1s linear;
    -o-transition: border-color 0.1s linear;
    transition: border-color 0.1s linear;
    min-height: 100%;
    padding: 20px 15px;
}
@media (max-width: 35.9375em) {
    .card {
        padding: 10px;
        min-height: 0;
        height: 100%;
    }
}
.card:hover {
    border-color: #E31F23;
}
.card:hover .btn--red {
    color: #E31F23;
    background-color: transparent;
}
.card__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
@media (max-width: 75em) {
    .card__grid {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 61.99875em) {
    .card__grid {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 35.9375em) {
    .card__grid {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    }
}
.card__grid-new {
    margin: 40px 0px;
}
.card .product-label {
    position: relative;
    top: 0px;
    left: 0px;
}
.card__header-title {
    padding: 0.375rem 0.625rem;
    font-size: 0.9375rem;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.card__icon-wrap {
    cursor: pointer;
    color: #BDBDBD;
    position: relative;
    -webkit-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear;
}
.card__icon-wrap a {
    display: block;
    text-decoration: none;
}
.card__icon-wrap a:hover {
    text-decoration: none;
}
.card__icon-wrap:first-child {
    margin-right: 0.875rem;
}
.card__icon-wrap:hover {
    color: #E31F23;
}
.card__icon-tooltip {
    display: none;
    padding: 0.3125rem 0.625rem;
    background-color: #fff;
    border: 1px solid #E0E0E0;
    text-align: center;
    font-size: 0.875rem;
    width: 215px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: -70px;
    left: -101px;
    z-index: 200;
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.card__icon-tooltip::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #E0E0E0;
    position: absolute;
    left: 50%;
    top: 101%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.card__tooltip-text {
    color: #333;
}
.card__tooltip-link {
    color: #E31F23;
}
.card__tooltip-link:hover {
    color: #E31F23;
    text-decoration: none;
}
.card__image-wrap {
    margin-bottom: 0.875rem;
}
@media (max-width: 35.9375em) {
    .card__image-wrap {
        margin-bottom: 0.3125rem;
    }
}
.card__image-wrap img {
    max-width: 100%;
    max-height: 220px;
    width: auto;
    display: block;
    margin: 0px auto;
}
@media (max-width: 35.9375em) {
    .card__image-wrap img {
        max-height: 160px;
    }
}
.card__subtitle {
    margin-bottom: 0.625rem;
    color: #828282;
    text-decoration: none;
    font-size: 0.875rem;
    line-height: 1.2;
    font-weight: 400;
    display: block;
}
@media (max-width: 35.9375em) {
    .card__subtitle {
        font-size: 10px;
    }
}
.card__subtitle:hover {
    text-decoration: none;
    color: #828282;
}
.card__title {
    margin-bottom: 1.25rem;
    color: #333;
    font-size: 1.125rem;
    line-height: 1.2;
    font-weight: 700;
    text-decoration: none;
    display: block;
}
@media (max-width: 35.9375em) {
    .card__title {
        font-size: 12px;
    }
}
.card__title:hover {
    text-decoration: none;
    color: #333;
}
.card__advantages {
    margin-bottom: 1.875rem;
}
@media (max-width: 35.9375em) {
    .card__advantages {
        margin-bottom: 0.9375rem;
    }
}
.card__advantages .row:not(:last-of-type) {
    border-bottom: 1px solid #E0E0E0;
}
.card__advantages .row {
    margin: 0;
    padding: 0.3125rem 0;
}
.card__advantages .row div {
    padding: 0;
    width: initial;
}
.card__advantages-name {
    color: #828282;
    font-size: 0.875rem;
    line-height: 1.1;
    font-weight: 400;
}
@media (max-width: 35.9375em) {
    .card__advantages-name {
        font-size: 10px;
    }
}
.card__advantages-value {
    color: #333;
    font-size: 0.875rem;
    line-height: 1.1;
    font-weight: 700;
}
@media (max-width: 35.9375em) {
    .card__advantages-value {
        font-size: 10px;
    }
}
.card__price {
    color: #333;
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
}
@media (max-width: 35.9375em) {
    .card__price {
        font-size: 16px;
    }
}
.card__price span {
    font-weight: 400;
    font-size: 0.875rem;
}
.card__slider {
    padding-top: 3.125rem;
}
.card__slider .row {
    margin-right: 0;
}
@media (max-width: 35.9375em) {
    .card__footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .card__footer .card__prices {
        margin-bottom: 10px;
    }
    .card__footer .btn {
        width: 100%;
    }
}
@media (max-width: 1040px) {
    .card__section .slider__arrow {
        display: none;
    }
}

.slider__arrow {
    height: 40px;
    width: 40px;
    background-color: #E31F23;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 48%;
    z-index: 200;
}
@media screen and (max-width: 35.9375em) {
    .slider__arrow {
        display: none;
    }
}

.card__slider-next, .card__slider-next--second {
    right: -3.8%;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
@media screen and (max-width: 75em) {
    .card__slider-next, .card__slider-next--second {
        right: -4.8%;
    }
}
@media screen and (max-width: 61.99875em) {
    .card__slider-next, .card__slider-next--second {
        right: -6.5%;
    }
}
@media screen and (max-width: 47.99875em) {
    .card__slider-next, .card__slider-next--second {
        right: -7.8%;
    }
}

.card__slider-prev, .card__slider-prev--second {
    left: -3.8%;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
@media screen and (max-width: 75em) {
    .card__slider-prev, .card__slider-prev--second {
        left: -4.8%;
    }
}
@media screen and (max-width: 61.99875em) {
    .card__slider-prev, .card__slider-prev--second {
        left: -6.5%;
    }
}
@media screen and (max-width: 47.99875em) {
    .card__slider-prev, .card__slider-prev--second {
        left: -7.7%;
    }
}

.slider-bullet {
    display: block;
    cursor: pointer;
    width: 8px;
    height: 8px;
    background-color: #E0E0E0;
    -webkit-transition: 0.1s linear;
    -o-transition: 0.1s linear;
    transition: 0.1s linear;
}

.slider-bullet:not(:last-of-type) {
    margin-right: 0.625rem;
}

.slider-bullet.swiper-pagination-bullet-active {
    background-color: #E31F23;
    width: 12px;
    height: 12px;
}

.card__pagination-2 {
    position: absolute;
    bottom: 5px;
}

@media (max-width: 35.9375em) {
    .section .card__pagination-2 {
        bottom: 10px;
    }
}

@media (max-width: 35.9375em) {
    .card__pagination-1 {
        bottom: 30px;
    }
}

.tippy-box[data-theme~=white] {
    background-color: #fff;
    color: #E31F23;
    outline: 1px solid #E31F23;
}

.tippy-content {
    pointer-events: initial;
}

.tippy-box[data-theme~=white][data-placement^=top] > .tippy-arrow::before {
    border-top-color: transparent;
}

.tippy-box[data-theme~=white][data-placement^=bottom] > .tippy-arrow::before {
    border-bottom-color: transparent;
}

.tippy-box[data-theme~=white][data-placement^=left] > .tippy-arrow::before {
    border-left-color: transparent;
}

.tippy-box[data-theme~=white][data-placement^=right] > .tippy-arrow::before {
    border-right-color: transparent;
}

.comments__banner {
    background-color: #f7f7f7;
    padding: 2.5625rem 3.125rem;
}
@media screen and (max-width: 47.99875em) {
    .comments__banner {
        padding: 0;
        background-color: transparent;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.comments__banner-left {
    margin-right: 4.125rem;
}
@media screen and (max-width: 47.99875em) {
    .comments__banner-left {
        margin-right: 0;
    }
}
.comments__banner-count {
    font-weight: 700;
    line-height: 1;
    color: #333;
    font-size: 72px;
    text-transform: uppercase;
}
.comments__banner-stars {
    margin-bottom: 0.75rem;
}
.comments__banner-text {
    color: #828282;
    font-size: 14px;
    line-height: 1.5;
}
.comments__banner-row:not(:last-of-type) {
    margin-bottom: 0.625rem;
}
.comments__banner-line {
    margin: 0 1.25rem;
    width: 260px;
    height: 2px;
    background-color: #E0E0E0;
}
@media screen and (max-width: 35.9375em) {
    .comments__banner-line {
        width: 100px;
    }
}
.comments__banner-line .progress {
    height: 2px;
    background-color: #E31F23;
}
.comments__btn {
    margin: 1.875rem 0;
}
.comments__filter {
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 0.625rem;
}
@media screen and (max-width: 47.99875em) {
    .comments__filter {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.comments__filter-left {
    font-size: 18px;
    font-weight: 400;
    color: #828282;
}
@media screen and (max-width: 47.99875em) {
    .comments__filter-left {
        font-size: 1rem;
    }
}
.comments__filter-left span {
    font-weight: 700;
    color: #333;
}
.comments__filter-right {
    gap: 1.875rem;
}
@media screen and (max-width: 47.99875em) {
    .comments__filter-right {
        gap: 0.9375rem;
        font-size: 0.875rem;
    }
}
.comments__filter-dates, .comments__filter-mark {
    cursor: pointer;
    -webkit-transition: 0.1s linear;
    -o-transition: 0.1s linear;
    transition: 0.1s linear;
}
.comments__filter-dates:hover, .comments__filter-mark:hover {
    color: #E31F23;
}
.comments__filter-dates::after, .comments__filter-mark::after {
    content: "";
    background-image: url(/local/templates/elc/assets/css/./../img/svg/arrow.svg);
    height: 6px;
    width: 10px;
    display: inline-block;
    margin-left: 0.3125rem;
    -webkit-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    transform: translateY(-30%);
}
.comments__item-row {
    padding: 1.875rem 0;
    border-bottom: 1px solid #E0E0E0;
}
.comments__item-showmore {
    margin-top: 3.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media screen and (max-width: 47.99875em) {
    .comments__item-showmore {
        margin-top: 1.875rem;
    }
}
.comments__row-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.comments__row-name {
    margin-right: 1.25rem;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3;
}
.comments__row-date {
    color: #828282;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
}
.comments__row-stars {
    margin: 0.9375rem 0;
}
.comments__row-text {
    font-family: "Arial", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
}
.comments__row-images {
    margin-top: 1.25rem;
}
.comments__row-images img {
    max-width: 100px;
}
.comments__row-images img:not(:last-of-type) {
    margin-right: 1.25rem;
}
.comments__answer {
    margin-top: 1.25rem;
    padding-left: 6.25rem;
}
@media screen and (max-width: 47.99875em) {
    .comments__answer {
        padding-left: 2.5rem;
    }
}
.comments__answer-name {
    margin-bottom: 0.625rem;
    font-family: "Arial";
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    color: #E31F23;
}
.comments__showmore-btn {
    border: 0;
    outline: 0;
    background: none;
    cursor: pointer;
    color: #E31F23;
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline;
    text-transform: uppercase;
}
@media screen and (max-width: 47.99875em) {
    .comments__showmore-btn {
        font-size: 0.875rem;
    }
}
.comments__showmore-btn:hover {
    text-decoration: none;
}

@media (max-width: 61.99875em) {
    .filter {
        position: fixed;
        top: 0;
        left: 0;
        -webkit-transform: translateX(-200%);
        -ms-transform: translateX(-200%);
        transform: translateX(-200%);
        width: 100%;
        max-height: 100%;
        background-color: #fff;
        z-index: 9;
        overflow-y: auto;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
}
@media (max-width: 47.99875em) {
    .filter {
        padding-top: 6.25rem;
        padding-bottom: 3.375rem;
    }
}
.filter__ad-buttons {
    display: none;
}
@media (max-width: 61.99875em) {
    .filter__ad-buttons {
        margin-bottom: 1.5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}
.filter__button, .filter__reset {
    position: relative;
    padding: 0.625rem 0 0.625rem 1.6875rem;
    width: 50%;
    background-color: #fff;
    text-transform: uppercase;
    border: 1px solid #E0E0E0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.filter__button::before, .filter__reset::before {
    position: absolute;
    content: "";
    left: 27px;
    width: 24px;
    height: 24px;
    background: url(/assets/img/icons/icons.svg#filter) no-repeat;
}
@media (max-width: 370px) {
    .filter__button::before, .filter__reset::before {
        left: 15px;
    }
}
.filter__button {
    margin-right: 1.25rem;
}
.filter__reset::before {
    background: url(/assets/img/icons/icons.svg#close) no-repeat;
}
@media (max-width: 61.99875em) {
    .filter__active {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
}
.filter__wrapper {
    padding-right: 1.875rem;
    position: relative;
}
@media (max-width: 61.99875em) {
    .filter__wrapper {
        padding-right: 0;
        padding-top: 1.25rem;
    }
}
@media (max-width: 47.99875em) {
    .filter__wrapper {
        padding-top: 0.625rem;
    }
}
.filter__close {
    display: none;
    position: relative;
    width: 24px;
    height: 24px;
    padding: 0;
    border: none;
    background-color: transparent;
}
@media (max-width: 61.99875em) {
    .filter__close {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: auto;
    }
}
.filter__close::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background: url(/assets/img/icons/icons.svg#close) no-repeat;
}
.filter__row {
    margin-bottom: 0.625rem;
    position: relative;
}
.filter__row::after {
    margin-left: 0.5rem;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 8px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform 200ms linear;
    transition: -webkit-transform 200ms linear;
    -o-transition: transform 200ms linear;
    transition: transform 200ms linear;
    transition: transform 200ms linear, -webkit-transform 200ms linear;
    background: url(/local/templates/elc/assets/css/./../img/svg/arrow-red.svg) 50% 50% no-repeat;
}
.filter__row.bx-active::after {
    transform: rotate(180deg);
}
.filter__row-name {
    text-decoration: none;
    color: #333;
    cursor: pointer;
    text-align: left;
    width: 96%;
    display: inline-block;
    margin-bottom: 0.9375rem;
    border: 0;
    background-color: transparent;
    outline: none;
    padding: 0;
}
.filter__row-name:hover {
    color: #E31F23;
}
.filter__row.active::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.filter__row-inputs {
    margin-bottom: 1.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.filter__row-inputs input {
    width: 50%;
    border: 1px solid #E0E0E0;
    border-radius: 0;
    outline: 0;
    padding: 0.5rem 0;
    padding-left: 0.9375rem;
    -webkit-transition: 0.1s linear;
    -o-transition: 0.1s linear;
    transition: 0.1s linear;
}
.filter__row-inputs input:hover {
    border-color: #E31F23;
}
.filter__row-inputs #minPrice {
    margin-right: 4px;
}
.filter__row-inputs #maxPrice {
    margin-left: 4px;
}
.filter__row-list {
    list-style-type: none;
    padding-left: 0;
}
.filter__row-list input[type=checkbox] {
    display: none;
}
.filter__row-list label {
    padding-left: 1.5625rem;
    position: relative;
    font-size: 0.875rem;
    line-height: 1.2;
    color: #333;
    cursor: pointer;
}
.filter__row-list span {
    color: #BDBDBD;
}
.filter__row-list input[type=checkbox] + label::before {
    margin-right: 10px;
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    border: 1px solid #E0E0E0;
    border-radius: 0;
    outline: none;
    position: absolute;
    top: 0;
    left: 0;
}
.filter__row-list input[type=checkbox]:checked + label::before {
    background: url(/assets/img/icons/icons.svg#check) 50% 50% no-repeat;
    background-size: 12px 12px;
    border-color: #E31F23;
}
.filter__row-list--item:not(:last-of-type) {
    margin-bottom: 0.625rem;
}
.filter__row-showmore {
    margin-top: -rem(15);
    padding: 0;
    display: block;
    background-color: transparent;
    border: 0;
    outline: none;
    color: #828282;
    text-decoration: none;
    font-size: 0.875rem;
}
.filter__row-showmore:hover {
    text-decoration: underline;
    color: #828282;
}
.filter__row-showmore::after {
    margin-left: 0.5rem;
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform 200ms linear;
    transition: -webkit-transform 200ms linear;
    -o-transition: transform 200ms linear;
    transition: transform 200ms linear;
    transition: transform 200ms linear, -webkit-transform 200ms linear;
    background: url(/local/templates/elc/assets/css/./../img/svg/arrow-gray.svg) 50% 50% no-repeat;
}
.filter__row-showmore.--active a::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
/* .filter__row.--active::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
} */
.filter__slider {
    margin-top: 1.25rem;
    margin-left: 1.25rem;
    width: 89%;
    padding: 0;
}
.filter__clean {
    width: 100%;
    background-color: transparent;
    outline: none;
    border: 1px solid #828282;
    padding: 0.75rem 0;
    text-transform: uppercase;
    color: #828282;
    font-size: 0.875rem;
    font-weight: 700;
    text-align: center;
    -webkit-transition: 0.1s linear;
    -o-transition: 0.1s linear;
    transition: 0.1s linear;
}
.filter__clean:hover {
    background-color: #828282;
    color: #fff;
}

.body-fixed {
    position: fixed;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.bx-filter-param-text {
    font-size: 0.875rem;
    line-height: 1.2;
    color: #333;
    padding-left: 1.5625rem;
    display: block;
}

.bx-filter-input-checkbox {
    position: relative;
}

.bx-filter-input-checkbox input {
    display: none;
}

.bx-filter-param-text::before {
    margin-right: 10px;
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    border: 1px solid #E0E0E0;
    border-radius: 0;
    outline: none;
    position: absolute;
    top: 0;
    left: 0;
}

.filter__price-wrapper {
    display: none;
}

.bx-filter-input-checkbox input:checked + .bx-filter-param-text::before {
    background: url(/local/templates/elc/assets/img/icons/icons.svg#check) 50% 50% no-repeat;
    background-size: 12px 12px;
    border-color: #E31F23;
}

.bx-filter-parameters-box-container .btn {
    width: 100%;
}

.bx-filter-parameters-box-container .btn#set_filter {
    margin-bottom: 0.9375rem;
}
.bx-filter-parameters-box-container .btn#set_filter:hover {
    color: #fff;
    background-color: #E31F23;
}

.bx-filter-parameters-box-container .btn#del_filter {
    border: 1px solid #828282;
    color: #828282;
    text-decoration: none;
    display: block;
}
.bx-filter-parameters-box-container .btn#del_filter:hover {
    text-decoration: none;
    color: #fff;
    background-color: #828282;
}

.bx-filter-parameters-box-container-block input {
    border: 1px solid #E0E0E0;
    border-radius: 0;
    outline: 0;
    padding: 0.5rem 0;
    padding-left: 0.9375rem;
    -webkit-transition: 0.1s linear;
    -o-transition: 0.1s linear;
    transition: 0.1s linear;
    height: auto;
}
.bx-filter-parameters-box-container-block input:hover {
    border-color: #E31F23;
}

.bx-filter-parameters-box-container-block {
    width: 50%;
}

.materials__slider-wrapper {
    position: relative;
    padding-bottom: 1.875rem;
}
.materials__slider-wrapper .swiper-button-disabled {
    pointer-events: none;
    background-color: #F2F2F2;
}
.materials__slider {
    padding-top: 2.9375rem;
}
.materials__slider-next {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    right: -3.8%;
}
@media screen and (max-width: 75em) {
    .materials__slider-next {
        right: -4.8%;
    }
}
@media screen and (max-width: 61.99875em) {
    .materials__slider-next {
        right: -6.5%;
    }
}
@media screen and (max-width: 47.99875em) {
    .materials__slider-next {
        right: -7.8%;
    }
}
.materials__slider-prev {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    left: -3.8%;
}
@media screen and (max-width: 75em) {
    .materials__slider-prev {
        left: -4.8%;
    }
}
@media screen and (max-width: 61.99875em) {
    .materials__slider-prev {
        left: -6.5%;
    }
}
@media screen and (max-width: 47.99875em) {
    .materials__slider-prev {
        left: -7.7%;
    }
}

.materials__pagination {
    width: 100%;
    display: flex;
    bottom: 10px;
}

.modific__slider-wrapper {
    position: relative;
    padding-bottom: 2.5rem;
}
.modific__slider {
    padding-top: 2.9375rem;
}

.modific__slider-wrapper {
    position: relative;
    padding-bottom: 2.5rem;
}
.modific__slider {
    padding-top: 2.9375rem;
}

.news__section {
    position: relative;
}
.news__slider-item {
    text-decoration: none;
}
.news__slider-item--top {
    margin-bottom: 1.25rem;
    position: relative;
}
.news__slider-item--top img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    max-height: 240px;
}
.news__slider-item--date {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #E31F23;
    padding: 0.3125rem 0.625rem;
    color: #fff;
    font-size: 1rem;
    line-height: 1;
}
.news__slider-item--text {
    color: #333;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
    -webkit-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -ms-line-clamp: 2;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
@media (max-width: 35.9375em) {
    .news__slider-item--text {
        font-size: 1rem;
    }
}
.news__slider-item:hover .news__slider-item--text,
.news__slider-item:hover .all-news__slider-item--text {
    color: #E31F23;
}

.news__slider-prev {
    left: -3.8%;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.news__slider-next {
    right: -3.8%;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

@media (max-width: 35.9375em) {
    .main__container .news__section {
        padding-top: 0;
        padding-bottom: 10px;
    }
}
@media (max-width: 35.9375em) {
    .main__container .news__section .section__header {
        margin-bottom: 25px;
    }
}
@media (max-width: 35.9375em) {
    .main__container .news__section .news__slider-item--text {
        font-size: 14px;
    }
}

.all-news__section {
    position: relative;
}
.all-news__slider-item {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.all-news__slider-item--top {
    margin-bottom: 1.25rem;
    position: relative;
}
.all-news__slider-item--top img {
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 35.9375em) {
    .all-news__slider-item--top img {
        width: 100%;
    }
}
.all-news__slider-item--date {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #E31F23;
    padding: 0.3125rem 0.625rem;
    color: #fff;
    font-size: 1rem;
    line-height: 1;
}
@media (max-width: 35.9375em) {
    .all-news__slider-item--date {
        font-size: 12px;
    }
}
.all-news__slider-item--text {
    color: #333;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
    -webkit-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -ms-line-clamp: 3;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
@media (max-width: 35.9375em) {
    .all-news__slider-item--text {
        font-size: 12px;
    }
}
.all-news__slider-item:hover .news__slider-item--text,
.all-news__slider-item:hover .all-news__slider-item--text {
    color: #E31F23;
}
.all-news .container p {
    margin-bottom: 40px;
}
@media (max-width: 35.9375em) {
    .all-news .container p {
        font-size: 12px;
    }
}
.all-news__list {
    padding: 0;
    margin: 0px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    row-gap: 40px;
    list-style-type: none;
    margin-bottom: 2.5rem;
}
@media (max-width: 61.99875em) {
    .all-news__list {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
}
.all-news__item {
    width: 100%;
}
.all-news__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
}

@media (max-width: 35.9375em) {
    .category__header {
        margin-bottom: 20px;
    }
}

.p-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px;
}
@media (max-width: 61.99875em) {
    .p-category {
        gap: 25px;
    }
}
@media (max-width: 35.9375em) {
    .p-category {
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        gap: 8px;
    }
}
.p-category__item {
    -ms-flex-preferred-size: calc(50% - 40px);
    flex-basis: calc(50% - 40px);
}
@media (max-width: 61.99875em) {
    .p-category__item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}
@media (max-width: 35.9375em) {
    .p-category__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        max-width: 144px;
        width: 100%;
    }
}
.p-category__title {
    display: block;
    margin-bottom: 10px;
    font-weight: 550;
    font-size: 1.25rem;
    line-height: 1.3;
    text-transform: uppercase;
    color: #333;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.p-category__title:focus, .p-category__title:hover {
    color: #E31F23;
}
@media (max-width: 35.9375em) {
    .p-category__title {
        font-size: 0.75rem;
        text-align: center;
        margin-bottom: 0px;
        margin-top: 10px;
    }
}
.p-category__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
@media (max-width: 35.9375em) {
    .p-category__item > div {
        flex-direction: column;
    }
    .p-category__list {
        display: none;
    }
}
.p-category__list {
    padding: 0px;
    margin: 0px;
    list-style: none;
    margin-bottom: 10px;
}
.p-category__list a {
    font-weight: 300;
    font-size: 0.9375rem;
    line-height: 1.5;
    color: #4F4F4F;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.p-category__list a:focus, .p-category__list a:hover {
    color: #E31F23;
}
.p-category__showmore {
    margin-top: 5px;
    background-color: transparent;
    padding: 0px;
    border: 0px;
    outline: none;
    font-weight: 550;
}
.p-category__showmore:hover, .p-category__showmore:focus {
    color: #E31F23;
}
.p-category__images {
    -ms-flex-preferred-size: 160px;
    flex-basis: 160px;
    margin-left: 10px;
}
.p-category__images img {
    max-width: 160px;
    display: block;
    margin: 0px auto;
}
@media (max-width: 35.9375em) {
    .p-category__images {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-left: 0px;
    }
    .p-category__images img {
        width: auto;
        max-width: none;
        height: 130px;
    }
}

@media (max-width: 35.9375em) {
    .card__section {
        padding-bottom: 10px;
    }
}

@media (max-width: 35.9375em) {
    .card__slider {
        padding-top: 20px;
    }
}

.product {
    margin-bottom: 4.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media screen and (max-width: 61.99875em) {
    .product {
        margin-bottom: 1.875rem;
    }
}
@media (max-width: 35.9375em) {
    .product {
        margin-bottom: 0;
    }
}
.product__slider {
    width: 100%;
    max-width: 80px;
    height: 100%;
    margin: 0;
    position: relative;
}
.product__slider .swiper-slide-active {
    border-color: #E31F23;
}
.product__slider-item--img, .product__slider-item--video {
    border: 1px solid #FFF;
    height: 80px !important;
    padding: 3px;
    border-radius: 3px;
}
.product__slider-item--img img, .product__slider-item--video img {
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.product__img {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    padding: 0px 20px;
    position: relative;
}
.product__img .product-label {
    position: absolute;
    left: 0;
    top: 0;
}
.product__img img {
    width: auto;
    max-height: 400px;
    display: block;
    margin: 0px auto;
}
.product__about {
    width: 30%;
    margin-right: 2.1875rem;
}
@media (max-width: 61.99875em) {
    .product__about-advantages {
        margin-bottom: 10px;
    }
}
@media (max-width: 35.9375em) {
    .product__about-advantages {
        margin-left: -6px;
        margin-right: -6px;
    }
}
.product__about-advantages img {
    width: 62px;
    height: 62px;
    margin-bottom: 0.9375rem;
}
@media screen and (max-width: 35.9375em) {
    .product__about-advantages img {
        width: 40px;
        height: 40px;
        margin: 0 0.375rem 0.9375rem 0.375rem;
    }
}
.product__about-advantages img:not(:last-of-type) {
    margin-right: 0.75rem;
}
@media (max-width: 35.9375em) {
    .product__about-advantages img:not(:last-of-type) {
        margin-right: 6px;
    }
}
@media screen and (max-width: 85.375em) {
    .product__about {
        margin-right: 0;
    }
}
@media screen and (max-width: 61.99875em) {
    .product__about {
        width: 100%;
        margin-bottom: 1.25rem;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}
.product__info-next {
    top: 0px;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%) rotate(-90deg);
    -ms-transform: translateX(-50%) rotate(-90deg);
    transform: translateX(-50%) rotate(-90deg);
}
.product__info-prev {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    bottom: 0;
}
.product__about {
    color: #828282;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
}
.product__about-class {
    margin-bottom: 0.5rem;
}
.product__about-name {
    margin-bottom: 0.5rem;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #333;
}
@media (max-width: 47.99875em) {
    .product__about-name {
        font-size: 16px;
    }
}
.product__about-articul {
    margin-bottom: 0.75rem;
}
@media (max-width: 47.99875em) {
    .product__about-articul {
        font-size: 14px;
    }
}
.product__about-articul span {
    margin-left: 0.25rem;
    color: #333;
}
.product__about-reviews {
    margin-bottom: 0.625rem;
}
.product__controls {
    color: #828282;
    background-color: #f2f2f2;
    padding: 20px;
    border-radius: 3px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
}
@media screen and (max-width: 61.99875em) {
    .product__controls {
        background-color: transparent;
        padding: 0;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}
.product__price {
    margin-bottom: 0.9375rem;
}
.product__price-value {
    margin-right: 0.625rem;
    color: #333;
    font-size: 1.875rem;
    font-weight: 700;
}
@media (max-width: 47.99875em) {
    .product__price-value {
        font-size: 20px;
    }
}
.product__price-strike {
    color: #777777;
    font-size: 1rem;
}
@media (max-width: 47.99875em) {
    .product__price-strike {
        font-size: 16px;
    }
}
.product__btns {
    margin-bottom: 1.0625rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.product__btns-link {
    background: transparent;
    border: 0px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: #333;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.8;
}
.product__btns-link:hover {
    color: #E31F23;
    opacity: 1;
}
.product__btns-link:hover svg {
    fill: #E31F23;
}
.product__btns-icon {
    margin-right: 0.3125rem;
}
@media screen and (max-width: 75em) {
    .product__btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .product__btns .product__btns-item:first-of-type {
        margin-bottom: 0.625rem;
    }
}
@media screen and (max-width: 61.99875em) {
    .product__btns {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .product__btns .product__btns-item:first-of-type {
        margin-bottom: 0;
        margin-right: 0.9375rem;
    }
}
.product__buttons {
    margin-bottom: 1.6875rem;
}
.product__buttons .btn {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.product__buttons-link {
    width: 100%;
    display: block;
}
.product__buttons-link:not(:last-of-type) {
    margin-bottom: 0.8125rem;
}
.product__buttons-link:first-of-type {
    background-color: #fff;
    border-color: #fff;
}
@media screen and (max-width: 61.99875em) {
    .product__buttons-link:first-of-type {
        border-color: #E31F23;
    }
}
.product__buttons-link:first-of-type:hover {
    border-color: #E31F23;
    color: #E31F23;
}
.product__buttons-link:last-of-type:hover {
    background-color: #fff;
}
.product__buttons .counter {
    margin-left: 10px;
}
.product__buttons .counter .cart__count-counterInput {
    max-width: 60px;
}
.product__info-name {
    color: #333;
}
.product__info-item:not(:last-of-type) {
    margin-bottom: 0.4375rem;
}
.product__info-value {
    margin-left: 0.1875rem;
    display: inline;
    font-family: Arial, sans-serif;
    color: #828282;
}
@media screen and (max-width: 61.99875em) {
    .product {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.characteristics {
    margin-bottom: 3.75rem;
}
@media screen and (max-width: 61.99875em) {
    .characteristics {
        margin-bottom: 1.875rem;
    }
}
.characteristics__nav {
    margin-bottom: 1.25rem;
}
@media (max-width: 61.99875em) {
    .characteristics__nav {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }
}
.characteristics__nav::-webkit-scrollbar {
    display: none;
}
.characteristics__nav-item {
    color: #E31F23;
}
.characteristics__nav-item .nav-link {
    border: 0px;
    color: #333;
}
@media (max-width: 61.99875em) {
    .characteristics__nav-item .nav-link {
        padding: 5px 0;
    }
}
.characteristics__nav-item .nav-link.active {
    color: #E31F23;
    border-bottom: 1px solid #E31F23;
}
@media (max-width: 61.99875em) {
    .characteristics__nav-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media (max-width: 61.99875em) {
    .characteristics__nav-item:not(:last-child) {
        margin-right: 30px;
    }
}
.characteristics__content {
    max-width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.25rem;
}
@media screen and (max-width: 61.99875em) {
    .characteristics__content {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width: 35.9375em) {
    .characteristics__content {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}
.characteristics__content-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media screen and (max-width: 47.99875em) {
    .characteristics__content-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .characteristics__content-row .characteristics__row-name {
        font-weight: 700;
    }
}
.characteristics__content-row:not(:last-of-type) {
    margin-bottom: 0.9375rem;
}
.characteristics__content-item {
    display: none;
}
.characteristics__content-item[data-content="1"] {
    display: block;
}
.characteristics__content-showmore {
    margin-top: 1.875rem;
    padding: 0;
    border: 0;
    outline: 0;
    background: none;
}
.characteristics__content-small {
    width: 100%;
}
@media (max-width: 35.9375em) {
    .characteristics__content-small {
        font-size: 14px;
    }
}
.characteristics__row-dots {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    display: block;
    border-bottom: 2px dotted #E0E0E0;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
@media screen and (max-width: 47.99875em) {
    .characteristics__row-dots {
        display: none;
    }
}

.search-tag {
    margin-bottom: 0 !important;
}

.product-slider__wrapper {
    width: 30%;
    margin-right: 35px;
}
@media (max-width: 47.99875em) {
    .product-slider__wrapper {
        height: 100%;
    }
}
.product-slider__wrapper img {
    max-height: 430px;
    height: auto;
    width: auto;
    display: block;
    margin: 0px auto;
    max-width: 100%;
}
@media (max-width: 61.99875em) {
    .product-slider__wrapper img {
        max-width: 100%;
        max-height: 350px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}
@media (max-width: 47.99875em) {
    .product-slider__wrapper img {
        max-height: 300px;
    }
}
@media (max-width: 35.9375em) {
    .product-slider__wrapper img {
        max-height: 250px;
    }
}
@media screen and (max-width: 61.99875em) {
    .product-slider__wrapper {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1.25rem;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.product__images-only {
    display: block;
    margin: 0px auto;
    max-width: none;
    width: auto;
    height: 100%;
}
@media screen and (max-width: 75em) {
    .product__images-only {
        max-width: 100%;
    }
}

.modific__section,
.product__btns,
.product__about-reviews
{
    display: none !important;
}

.product-document {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product-document__item {
    padding-right: 0.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    margin-bottom: 1.25rem;
    color: inherit;
    text-decoration: none;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}
.product-document__item svg {
    margin-right: 0.625rem;
    width: 50px;
    min-width: 50px;
    height: 50px;
}
@media screen and (max-width: 35.9375em) {
    .product-document__item svg {
        width: 40px;
        min-width: 40px;
        height: 40px;
    }
}
.product-document__item:hover {
    color: #E31F23;
}
@media screen and (max-width: 47.99875em) {
    .product-document__item {
        width: 100%;
    }
}
.product-document__name {
    margin-bottom: 0.3125rem;
    font-weight: 400;
    line-height: 1.1;
    font-size: 0.875rem;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -moz-box;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    box-orient: vertical;
}
.product-document__size {
    font-size: 0.75rem;
}

.product-items {
    margin-bottom: 20px;
}
.product-items:not(:last-child) {
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #E0E0E0;
}
@media (max-width: 47.99875em) {
    .product-items:not(:last-child) {
        padding-bottom: 0.625rem;
        border: none;
    }
}
@media (max-width: 47.99875em) {
    .product-items:last-child {
        padding-bottom: 0.625rem;
        border-bottom: 1px solid #E0E0E0;
    }
}
@media (max-width: 47.99875em) {
    .product-items {
        margin-bottom: 10px;
        width: 49%;
        outline: 1px solid #E0E0E0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.product-items__images {
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 47.99875em) {
    .product-items__images {
        padding: 0.625rem 0.625rem 0 0.625rem;
        margin-bottom: 10px;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}
.product-items__images img {
    max-height: 175px;
    height: auto;
    display: block;
    margin: 0px auto;
    max-width: 100%;
    width: auto;
}
@media (max-width: 47.99875em) {
    .product-items__images img {
        max-height: 100%;
    }
}
@media (max-width: 35.9375em) {
    .product-items__images img {
        max-height: 130px;
    }
}
.product-items__images .product-label {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
}
.product-items__info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0px 1.25rem;
}
@media (max-width: 47.99875em) {
    .product-items__info {
        padding: 0px 0.625rem;
    }
}
@media (max-width: 35.9375em) {
    .product-items__info {
        line-height: 16px;
    }
}
.product-items__carts {
    margin-left: 10px;
    -ms-flex-preferred-size: 270px;
    flex-basis: 270px;
}
@media (max-width: 47.99875em) {
    .product-items__carts {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        margin-left: 0;
        padding: 0 0.625rem;
    }
}
.product-items__availability {
    margin-top: 10px;
    color: #777777;
    font-size: 14px;
}
.product-items__availability ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.product-name {
    text-decoration: none;
    font-weight: bold;
    color: #333;
    font-size: 1.25rem;
    line-height: 1.2;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
@media (max-width: 47.99875em) {
    .product-name {
        font-size: 16px;
    }
}
@media (max-width: 35.9375em) {
    .product-name {
        font-size: 12px;
    }
}
.product-name:hover, .product-name:focus {
    color: #E31F23;
}

@media (max-width: 47.99875em) {
    .product-sku {
        font-size: 12px;
    }
}
@media (max-width: 35.9375em) {
    .product-sku {
        padding-top: 5px;
        font-size: 10px;
    }
}
.product-specifications {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #E0E0E0;
}
@media (max-width: 47.99875em) {
    .product-specifications {
        margin-bottom: 0.625rem;
        padding-bottom: 0.625rem;
        border-bottom: 1px solid #E0E0E0;
    }
}
@media (max-width: 35.9375em) {
    .product-specifications {
        display: none;
    }
}

.specifications__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.specifications__item:not(:last-child) {
    margin-bottom: 5px;
}
.specifications__name {
    color: #828282;
}
@media (max-width: 47.99875em) {
    .specifications__name {
        margin-right: 0.625rem;
        font-size: 12px;
    }
}
@media (max-width: 47.99875em) {
    .specifications__value {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        flex-grow: 1;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        text-align: end;
        font-size: 12px;
    }
}

.product-price {
    margin-bottom: 20px;
}
@media (max-width: 47.99875em) {
    .product-price {
        margin-bottom: 10px;
    }
}
.product-price__value {
    margin-right: 0.625rem;
    line-height: 1.35;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}
@media (max-width: 47.99875em) {
    .product-price__value {
        font-size: 16px;
    }
}
@media (max-width: 35.9375em) {
    .product-price__value {
        font-size: 12px;
    }
}
.product-price__strike {
    margin-left: 10px;
    color: #777777;
}
@media (max-width: 47.99875em) {
    .product-price__strike {
        font-size: 14px;
    }
}
@media (max-width: 35.9375em) {
    .product-price__strike {
        font-size: 10px;
    }
}

.product-btns__link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: #333;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.8;
}
.product-btns__link:hover, .product-btns__link:focus {
    color: #E31F23;
    opacity: 1;
}
.product-btns__link:hover svg, .product-btns__link:focus svg {
    fill: #E31F23;
}
.product-btns__icon {
    margin-right: 5px;
}
.product-btns__icon svg {
    fill: #333;
}
/* @media (max-width: 35.9375em) {
  .product-cart__link {
    font-size: 12px;
    padding: 5px;
    height: 23px;
  }
} */

.product-advantages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 10px;
}
@media (max-width: 47.99875em) {
    .product-advantages {
        display: none;
    }
}
.product-advantages .product-advantages__item {
    margin-top: 10px;
}
.product-advantages .product-advantages__item:not(:last-child) {
    margin-right: 10px;
}

.product-reviews {
    margin-top: 5px;
}

@media (max-width: 47.99875em) {
    .product-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.product-grid.product-grid__small {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.product-grid__small .product-items {
    border: 1px solid #E0E0E0;
}
.product-grid__small .product-items__info {
    padding: 10px;
}
.product-grid__small .product-name {
    font-size: 18px;
}
.product-grid__small .product-items__carts {
    margin: 0px;
    padding: 10px;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.product-grid__small .product-advantages {
    display: none !important;
}
.product-grid__small .product-specifications {
    font-size: 14px;
}
.product-grid__small .product-items__images img {
    height: 200px;
}
.product-grid__small .product-reviews {
    display: none !important;
}

.product-dealers__item {
    padding: 5px 0px;
}
.product-dealers__item:not(:last-child) {
    border-bottom: 1px solid #E2E2E2;
}
.product-dealers__name {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.product-dealers__count {
    -ms-flex-preferred-size: 150px;
    flex-basis: 150px;
    padding: 0 10px;
    text-align: center;
}
.product-dealers__btn {
    -ms-flex-preferred-size: 150px;
    flex-basis: 150px;
}
.product-dealers__btn .btn {
    height: auto;
    text-transform: none;
    font-weight: normal;
    padding: 10px 20px;
}

.product-items__availability,
.product-reviews,
.product-btns {
    display: none !important;
}

.recently__slider-wrapper {
    position: relative;
    padding-bottom: 1.875rem;
}
.recently__slider {
    padding-top: 2.9375rem;
}
@media (max-width: 35.9375em) {
    .recently__slider {
        padding-top: 1.25rem;
    }
}
.recently__slider-next {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    right: -3.8%;
}
@media screen and (max-width: 75em) {
    .recently__slider-next {
        right: -4.8%;
    }
}
@media screen and (max-width: 61.99875em) {
    .recently__slider-next {
        right: -6.5%;
    }
}
@media screen and (max-width: 47.99875em) {
    .recently__slider-next {
        right: -7.8%;
    }
}
.recently__slider-prev {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    left: -3.8%;
}
@media screen and (max-width: 75em) {
    .recently__slider-prev {
        left: -4.8%;
    }
}
@media screen and (max-width: 61.99875em) {
    .recently__slider-prev {
        left: -6.5%;
    }
}
@media screen and (max-width: 47.99875em) {
    .recently__slider-prev {
        left: -7.7%;
    }
}

.review:not(:last-of-type) {
    margin-right: 0.3125rem;
}

.review svg {
    fill: #D4D4D4;
}
.review.active svg {
    fill: #F1C644;
}

.reviews__count {
    margin-left: 1.25rem;
    margin-top: 4px;
}

.search-tag {
    margin: 40px 0px;
}
.search-tag__title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
.search-tag__list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.search-tag__item:not(:last-child) {
    margin-right: 5px;
}
.search-tag__link {
    display: block;
    background-color: #F2F2F2;
    color: #333;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 3px;
    line-height: 1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 5px;
}
.search-tag__link:hover, .search-tag__link:focus {
    background-color: #E31F23;
    color: #fff;
}
.search-tag__showmore {
    border: 0;
    outline: 0;
    background: none;
    color: #E31F23;
}
.search-tag__showmore:hover {
    text-decoration: underline;
}
.search-tag__showmore::before {
    margin-right: 0.625rem;
    display: inline-block;
    content: "...";
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    color: #E31F23;
}

.stock__section {
    position: relative;
}
@media (max-width: 47.99875em) {
    .stock__section {
        padding-top: 0;
    }
}
@media (max-width: 47.99875em) {
    .stock__section .section__header {
        margin-bottom: 20px;
    }
}
.stock__link {
    display: block;
    width: 100%;
    height: 100%;
}
.stock__slider-item {
    position: relative;
    cursor: pointer;
}
.stock__slider-item img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.stock__slider-item--text {
    background-color: rgba(227, 31, 35, 0.7);
    width: 100%;
    height: 85px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-transition: height 0.2s linear;
    -o-transition: height 0.2s linear;
    transition: height 0.2s linear;
}
@media (max-width: 35.9375em) {
    .stock__slider-item--text {
        height: 60px;
    }
}
.stock__slider-item--text div {
    margin-bottom: 5px;
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
}
@media (max-width: 1200px) {
    .stock__slider-item--text div {
        font-size: 1.5625rem;
    }
}
@media (max-width: 35.9375em) {
    .stock__slider-item--text div {
        font-size: 1rem;
    }
}
.stock__slider-item--text span {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.125rem;
}
@media (max-width: 1200px) {
    .stock__slider-item--text span {
        font-size: 1rem;
    }
}
@media (max-width: 35.9375em) {
    .stock__slider-item--text span {
        font-size: 0.875rem;
    }
}
.stock__slider-item:hover .stock__slider-item--text {
    height: 100%;
}

.stock__section .slider__arrow {
    top: 56%;
}

.stock__next {
    right: -3.8%;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.stock__prev {
    left: -3.8%;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.stock__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2.5rem 0;
    border-top: 1px solid #E0E0E0;
}
@media screen and (max-width: 61.99875em) {
    .stock__item {
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 1.25rem 0;
    }
}
.stock__item-left {
    margin-right: 1.5625rem;
    display: block;
    width: 100%;
    max-width: 18.125rem;
    height: 10rem;
    text-decoration: none;
}
.stock__item-left img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media screen and (max-width: 61.99875em) {
    .stock__item-left {
        margin-right: 0;
        margin-bottom: 1.25rem;
        height: 12.5rem;
        max-width: initial;
        width: 70%;
    }
}
@media screen and (max-width: 47.99875em) {
    .stock__item-left {
        width: 100%;
    }
}
.stock__item-date {
    margin-bottom: 1.25rem;
    background-color: #E31F23;
    text-transform: uppercase;
    font-size: 1rem;
    color: #fff;
    line-height: 1;
    width: 10rem;
    padding: 5px 9px;
}
@media screen and (max-width: 61.99875em) {
    .stock__item-date {
        position: absolute;
        left: 0;
        top: 20px;
    }
}
.stock__item-title {
    margin-bottom: 0.625rem;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
}
@media screen and (max-width: 47.99875em) {
    .stock__item-title {
        font-size: 1.125rem;
    }
}
.stock__item-text {
    font-size: 1rem;
    line-height: 1.5;
}
@media screen and (max-width: 47.99875em) {
    .stock__item-text {
        font-size: 0.875rem;
    }
}

.stock__container {
    border-bottom: 1px solid #E0E0E0;
}
.stock__showmore {
    margin: 3.75rem 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 47.99875em) {
    .stock__showmore {
        margin: 1.25rem 0;
    }
}
.stock__showmore-btn {
    outline: none;
    border: 0;
    background-color: transparent;
    font-size: 1rem;
    text-decoration: underline;
    text-transform: uppercase;
    color: #E31F23;
    cursor: pointer;
}
.stock__showmore-btn:hover {
    text-decoration: none;
}

.sub-category__item {
    height: 100%;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.07);
    border-radius: 5px;
}
.sub-category__link {
    text-decoration: none;
    padding: 15px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.sub-category__link:hover .sub-category__title, .sub-category__link:focus .sub-category__title {
    color: #E31F23;
}
@media (max-width: 35.9375em) {
    .sub-category__link {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.sub-category__images {
    width: 80px;
    margin-right: 1rem;
}
@media (max-width: 35.9375em) {
    .sub-category__images {
        margin-right: 0rem;
        margin-bottom: 10px;
    }
}
.sub-category__title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #333;
}
@media (max-width: 35.9375em) {
    .sub-category__title {
        text-align: center;
    }
}

.video__section {
    position: relative;
}
.video__slider-item {
    text-decoration: none;
    position: relative;
}
.video__slider-item::after {
    content: "";
    display: block;
    height: 72px;
    width: 72px;
    background: #fff url(/local/templates/elc/assets/css/../../assets/img/svg/play.svg#play) 58% 50% no-repeat;
    background-size: 24px;
    border-radius: 50%;
    opacity: 0.7;
    -webkit-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -90%);
    -ms-transform: translate(-50%, -90%);
    transform: translate(-50%, -90%);
}
.video__slider-item--top {
    margin-bottom: 1.25rem;
    position: relative;
}
.video__slider-item--date {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #E31F23;
    padding: 0.3125rem 0.625rem;
    color: #fff;
    font-size: 1rem;
    line-height: 1;
}
.video__slider-item--text {
    color: #333;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
    -webkit-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -ms-line-clamp: 2;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.video__slider-item:hover .video__slider-item--text {
    color: #E31F23;
}
.video__slider-item:hover::after {
    opacity: 1;
}
.video__pagination {
    bottom: 30px !important;
}

.video__slider-prev {
    left: -3.8%;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.video__slider-next {
    right: -3.8%;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

@media (max-width: 35.9375em) {
    .main__container .video__section .section__header {
        margin-bottom: 20px;
    }
}
@media (max-width: 35.9375em) {
    .main__container .video__section .video__slider-item--text {
        font-size: 14px;
    }
}

.where__content p {
    margin-bottom: 1.5625rem;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #333;
}
@media (max-width: 35.9375em) {
    .where__content p {
        font-size: 14px;
    }
}
@media (max-width: 35.9375em) {
    .where__header {
        margin-bottom: 0;
    }
}

.about__contents {
    gap: 20px;
}
@media (max-width: 35.9375em) {
    .about__contents {
        gap: 10px;
    }
}
@media (max-width: 61.99875em) {
    .about__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.about__content__items {
    width: calc(50% - 20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0px;
}
.about__content__items:last-child {
    width: 100%;
}
@media (max-width: 35.9375em) {
    .about__content__items {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
}
.about__content-number {
    margin-right: 1.25rem;
    color: #E31F23;
    font-weight: 700;
    font-size: 5rem;
    text-transform: uppercase;
    line-height: 1;
}
@media (max-width: 1200px) {
    .about__content-number {
        font-size: 4.375rem;
    }
}
@media (max-width: 35.9375em) {
    .about__content-number {
        font-size: 2.5rem;
        line-height: 1;
        margin-bottom: 10px;
        margin-right: 0px;
    }
}
.about__content-text {
    font-size: 1.25rem;
    color: #777777;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
}
.about__content-text span {
    font-size: 2.8125rem;
}
@media (max-width: 35.9375em) {
    .about__content-text {
        font-size: 0.875rem;
    }
    .about__content-text span {
        font-size: 0.875rem;
    }
}

@media (max-width: 35.9375em) {
    .about__section {
        padding-top: 0;
    }
}
.about__header {
    margin-bottom: 1.875rem;
}
.about__content {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
}
@media (max-width: 35.9375em) {
    .about__content {
        font-size: 12px;
    }
}
.about__content p {
    margin-bottom: 1.875rem;
}
.about__subtitle {
    margin-bottom: 1.25rem;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: #333;
    text-transform: uppercase;
}
@media (max-width: 35.9375em) {
    .about__subtitle {
        font-size: 14px;
    }
}
.about__bold {
    font-weight: 700;
}
.about__bold span {
    color: #E31F23;
}
.about__numbers {
    margin-bottom: 2.8125rem;
    width: 100%;
}
@media screen and (max-width: 75em) {
    .about__numbers {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media screen and (max-width: 47.99875em) {
    .about__numbers {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
@media screen and (max-width: 35.9375em) {
    .about__numbers {
        margin-bottom: 0.625rem;
    }
}
.about__numbers-item {
    color: #E31F23;
    width: 20%;
}
@media screen and (max-width: 75em) {
    .about__numbers-item {
        width: 30%;
        margin-bottom: 0.625rem;
        padding-right: 0;
    }
}
@media screen and (max-width: 61.99875em) {
    .about__numbers-item {
        width: 33%;
    }
}
@media screen and (max-width: 47.99875em) {
    .about__numbers-item {
        width: 50%;
    }
}
.about__numbers-item span {
    display: inline-block;
    font-weight: 700;
}
.about__numbers-value {
    display: inline-block;
    font-size: 3.375rem;
    font-weight: 800;
}
@media screen and (max-width: 47.99875em) {
    .about__numbers-value {
        font-size: 2.5rem;
    }
}
@media screen and (max-width: 35.9375em) {
    .about__numbers-value {
        font-size: 1.25rem;
    }
}
.about__numbers-text {
    font-size: 1rem;
    font-weight: 700;
    margin-top: 0.3125rem;
    text-transform: uppercase;
}
@media screen and (max-width: 35.9375em) {
    .about__numbers-text {
        margin-top: 0;
        font-size: 0.75rem;
        width: 90%;
    }
}
.about__wrap {
    position: relative;
}
.about__slider {
    margin-bottom: 3.75rem;
}
@media (max-width: 35.9375em) {
    .about__slider {
        margin-bottom: 1.875rem;
    }
}
.about__advantages {
    margin-bottom: 3.4375rem;
}
@media screen and (max-width: 75em) {
    .about__advantages {
        margin-bottom: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.about__advantages-item {
    width: 16.6666666667%;
    padding-right: 5.625rem;
}
@media screen and (max-width: 75em) {
    .about__advantages-item {
        margin-bottom: 1.875rem;
    }
}
@media screen and (max-width: 61.99875em) {
    .about__advantages-item {
        padding-right: 3.125rem;
        width: 33%;
    }
}
@media screen and (max-width: 47.99875em) {
    .about__advantages-item {
        padding-right: 1.25rem;
    }
}
@media screen and (max-width: 376px) {
    .about__advantages-item {
        width: 50%;
    }
}
.about__advantages-icon {
    height: 40px;
    width: auto;
}
.about__advantages-text {
    margin-top: 0.625rem;
    color: #E31F23;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
}
@media (max-width: 35.9375em) {
    .about__advantages-text {
        font-size: 12px;
    }
}
.about__certificates {
    margin-bottom: 3.75rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5625rem;
    row-gap: 3.75rem;
}
@media screen and (max-width: 75em) {
    .about__certificates {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    }
}
@media screen and (max-width: 47.99875em) {
    .about__certificates {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        row-gap: 2.1875rem;
    }
}
@media screen and (max-width: 35.9375em) {
    .about__certificates {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        justify-items: center;
    }
}
.about__certificates-img {
    height: auto;
    max-height: 400px;
    margin-bottom: 0.625rem;
    display: block;
}
.about__certificates-img img {
    -o-object-fit: contain;
    object-fit: contain;
    height: 100%;
    width: auto;
}
@media screen and (max-width: 35.9375em) {
    .about__certificates-img {
        height: 250px;
    }
}
.about__certificates-text {
    color: #333;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
}
@media (max-width: 35.9375em) {
    .about__certificates-text {
        font-size: 0.75rem;
    }
}
.about__btn {
    margin-bottom: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.about__showmore {
    color: #E31F23;
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 1rem;
    outline: none;
    border: 0;
    background-color: transparent;
}
@media (max-width: 35.9375em) {
    .about__showmore {
        font-size: 14px;
    }
}

.swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.swiper-pagination-bullet {
    cursor: pointer;
    width: 8px;
    height: 8px;
    background-color: #fff;
    -webkit-transition: 0.1s linear;
    -o-transition: 0.1s linear;
    transition: 0.1s linear;
    border-radius: 0;
    opacity: 1;
}
@media screen and (max-width: 61.99875em) {
    .swiper-pagination-bullet {
        background-color: #e5e5e5;
    }
}

.swiper-pagination-bullet:not(:last-of-type) {
    margin-right: 0.625rem !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #E31F23;
    width: 12px;
    height: 12px;
}

.swiper-button-prev, .swiper-button-next {
    height: 40px;
    width: 40px;
    background-color: #E31F23;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 48%;
    z-index: 200;
}

.swiper-button-prev {
    left: -3.8%;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
@media screen and (max-width: 75em) {
    .swiper-button-prev {
        left: -5%;
    }
}
@media screen and (max-width: 61.99875em) {
    .swiper-button-prev {
        left: -6.5%;
    }
}
@media screen and (max-width: 47.99875em) {
    .swiper-button-prev {
        left: -7.7%;
    }
}
@media screen and (max-width: 35.9375em) {
    .swiper-button-prev {
        display: none;
    }
}

.swiper-button-next {
    right: -3.8%;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
@media screen and (max-width: 75em) {
    .swiper-button-next {
        right: -5%;
    }
}
@media screen and (max-width: 61.99875em) {
    .swiper-button-next {
        right: -6.5%;
    }
}
@media screen and (max-width: 47.99875em) {
    .swiper-button-next {
        right: -7.8%;
    }
}
@media screen and (max-width: 35.9375em) {
    .swiper-button-next {
        display: none;
    }
}

.swiper-button-prev::after, .swiper-button-next::after {
    display: none;
}

@media (max-width: 35.9375em) {
    .main__container .about__section {
        padding-bottom: 0;
    }
}

.company__section .text__section-content h1 {
    font-size: 35px;
}
@media (max-width: 61.99875em) {
    .company__section .text__section-content h1 {
        font-size: 25px;
    }
}
@media (max-width: 35.9375em) {
    .company__section .text__section-content h1 {
        font-size: 16px;
    }
}
@media (max-width: 35.9375em) {
    .company__section .text__section-content p {
        font-size: 14px;
    }
}

.page_error_block {
    padding: 40px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.page_error_block .page_not_found {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.page_error_block .description {
    margin-top: 20px;
    text-align: center;
}
.page_error_block .description .subtitle404 {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
}
.page_error_block .description .descr_text404 {
    margin-bottom: 20px;
}
@media (max-width: 342px) {
    .page_error_block .description a:first-of-type {
        margin-bottom: 20px;
    }
}
.page_error_block .image {
    margin-bottom: 20px;
}
.page_error_block .image svg {
    fill: #949494;
}

.dealer a {
    color: #333;
    text-decoration: none;
}
.dealer a:hover, .dealer a:focus {
    color: #E31F23;
}
.dealer__top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 35.9375em) {
    .dealer .tabs-personal__content .tab-pane {
        padding: 20px;
    }
}

.dealer__image {
    margin-right: 20px;
}
@media (max-width: 61.99875em) {
    .dealer__image {
        margin-bottom: 20px;
    }
}
.dealer__image img {
    max-width: 100px;
    width: auto;
    height: auto;
}

.dealer__top-column {
    margin-right: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
@media (max-width: 35.9375em) {
    .dealer__top-column {
        margin-bottom: 20px;
    }
}

.reveiws-diagram {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.reveiws-diagram .reveiws-diagram__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.reveiws-diagram .reveiws-diagram__row:nth-child(1) .reveiws-diagram__colorRow {
    background-color: #accb04;
}
.reveiws-diagram .reveiws-diagram__row:nth-child(2) .reveiws-diagram__colorRow {
    background-color: #009fe3;
}
.reveiws-diagram .reveiws-diagram__row:nth-child(3) .reveiws-diagram__colorRow {
    background-color: #a2988e;
}
.reveiws-diagram .reveiws-diagram__row:nth-child(4) .reveiws-diagram__colorRow {
    background-color: #c5c2c0;
}
.reveiws-diagram .reveiws-diagram__row:nth-child(5) .reveiws-diagram__colorRow {
    background-color: #f1efeb;
}
.reveiws-diagram .reveiws-diagram__maxRow {
    width: 136px;
    height: 25px;
    margin-left: 10px;
    margin-right: 15px;
}
.reveiws-diagram .reveiws-diagram__colorRow {
    width: 5px;
    min-width: 5px;
    display: block;
    height: 100%;
    -webkit-transition: width 0.5s;
    -o-transition: width 0.5s;
    transition: width 0.5s;
}

.dealer__pay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.dealer__pay-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #FFF;
    margin-right: 20px;
    padding: 10px;
    width: 350px;
}
@media (max-width: 35.9375em) {
    .dealer__pay-item {
        margin-right: 0;
    }
}
@media (max-width: 35.9375em) {
    .dealer__pay-item:not(:last-child) {
        margin-bottom: 10px;
    }
}
.dealer__pay-item img {
    width: 150px;
    height: auto;
}

.dealer__addresses-item {
    background-color: #fff;
    padding: 10px;
}
.dealer__addresses-item:not(:last-child) {
    margin-bottom: 20px;
}
.dealer__addresses-item .dealer__addresses-itemTitle {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
}
.dealer__addresses-item .dealer__addresses-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 35.9375em) {
    .dealer__addresses-item .dealer__addresses-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.dealer__addresses-item .dealer__addresses-column {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.dealer__addresses-item .dealer__addresses-column:not(:last-child) {
    margin-right: 30px;
}
@media (max-width: 35.9375em) {
    .dealer__addresses-item .dealer__addresses-column:not(:last-child) {
        margin-bottom: 10px;
    }
}

.tabs-personal__nav {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}
.tabs-personal__nav::-webkit-scrollbar {
    display: none;
}
.tabs-personal__nav .nav-link {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.c-geolocation {
    padding: 0px;
    border-radius: 10px;
    min-height: 400px;
}
.c-geolocation .carousel__button.is-close {
    top: 17px;
    right: 10px;
    color: #333;
}
.c-geolocation .carousel__button.is-close svg {
    -webkit-filter: none;
    filter: none;
}
.c-geolocation__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 800px;
    min-width: 800px;
    width: 100%;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    max-height: 700px;
    height: 100%;
    padding: 30px 40px;
}
@media screen and (max-width: 830px) {
    .c-geolocation__wrapper {
        min-width: 100%;
        padding: 20px 30px;
    }
}
@media screen and (max-width: 530px) {
    .c-geolocation__wrapper {
        padding: 10px 20px;
    }
}
@media screen and (max-width: 530px) {
    .c-geolocation {
        width: 100%;
    }
}

.c-geolocation__title {
    background-color: #E0E0E0;
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-geolocation__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow-y: auto;
    width: 100%;
}

.c-geolocation__regions-item {
    width: 33%;
    padding: 6px;
    text-decoration: none;
    color: #2f2d2d;
    font-size: 16px;
}
@media screen and (max-width: 35.9375em) {
    .c-geolocation__regions-item {
        width: 50%;
    }
}

.c-geolocation__regions-item:hover, .c-geolocation__regions-item:focus {
    text-decoration: none;
    color: #000000;
}

.c-geolocation__search-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
}

.c-geolocation__search-text {
    font-size: 20px;
    margin-right: 20px;
}

.c-geolocation__search-inner {
    position: relative;
    width: 100%;
}

.c-geolocation__refresh {
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.c-geolocation {
    padding: 0px;
    border-radius: 10px;
    min-height: 400px;
    max-width: 800px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.c-geolocation .carousel__button.is-close {
    top: 17px;
    right: 10px;
    color: #333;
}
.c-geolocation .carousel__button.is-close svg {
    -webkit-filter: none;
    filter: none;
}
.c-geolocation__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 800px;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    max-height: 700px;
    height: 100%;
    padding: 30px 40px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.c-geolocation__title {
    background-color: #E0E0E0;
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 35.9375em) {
    .c-geolocation__search {
        font-size: 12px;
    }
}

.c-geolocation__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow-y: auto;
    width: 100%;
}
@media (max-width: 35.9375em) {
    .c-geolocation__inner {
        overflow-y: auto;
        overflow-x: hidden;
        max-height: 290px;
    }
}

.c-geolocation__regions-item {
    width: 33%;
    padding: 6px;
    text-decoration: none;
    color: #2f2d2d;
    font-size: 16px;
}
@media (max-width: 35.9375em) {
    .c-geolocation__regions-item {
        width: 100%;
        text-align: center;
    }
}

.c-geolocation__regions-item:hover, .c-geolocation__regions-item:focus {
    text-decoration: none;
    color: #000000;
}

.c-geolocation__search-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
}

.c-geolocation__search-text {
    font-size: 20px;
    margin-right: 20px;
}

.c-geolocation__search-inner {
    position: relative;
    width: 100%;
}

.c-geolocation__refresh {
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.compare__swiper {
    max-width: 77.625rem;
    width: 100%;
}
@media screen and (max-width: 1400px) {
    .compare__swiper {
        max-width: 68.125rem;
    }
}
@media screen and (max-width: 75em) {
    .compare__swiper {
        max-width: 58.025rem;
    }
}
@media screen and (max-width: 61.99875em) {
    .compare__swiper {
        max-width: 43.425rem;
    }
}
@media screen and (max-width: 47.99875em) {
    .compare__swiper {
        max-width: 31.525rem;
    }
}
@media screen and (max-width: 700px) {
    .compare__swiper {
        max-width: 100%;
        margin-bottom: 0.9375rem;
    }
}
.compare__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.compare__item {
    width: 19.375rem;
    padding: 0 1.25rem;
    border-left: 1px solid #E0E0E0;
    background-color: white;
    position: relative;
}
.compare__delete {
    position: absolute;
    right: 5px;
    top: 5px;
    border: 0;
    outline: 0;
    background-color: transparent;
    padding: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.compare__delete svg {
    fill: #828282;
}
.compare__item:last-of-type {
    border-right: 1px solid #E0E0E0;
}
@media screen and (max-width: 61.99875em) {
    .compare__item {
        padding: 0 0.625rem;
    }
}
@media screen and (max-width: 700px) {
    .compare__item {
        padding: 0;
    }
}
.compare__item-img {
    margin-bottom: 0.625rem;
    width: 100%;
    height: 16.5625rem;
}
.compare__item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
@media screen and (max-width: 700px) {
    .compare__item-img {
        height: 13.75rem;
    }
}
.compare__item-name {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: 0.625rem;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -moz-box;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    box-orient: vertical;
}
@media screen and (max-width: 700px) {
    .compare__item-name {
        padding: 0 0.3125rem;
    }
}
.compare__item-reviews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.625rem;
}
@media screen and (max-width: 700px) {
    .compare__item-reviews {
        padding: 0 0.3125rem;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.compare__item-link {
    margin-bottom: 1.25rem;
    display: block;
    width: 100%;
    text-align: center;
}
@media screen and (max-width: 700px) {
    .compare__item-link {
        width: 95%;
        margin: 0 auto 0.3125rem;
        font-size: 0.75rem;
    }
}
.compare__characteristics {
    list-style-type: none;
    padding: 0;
}
.compare__characteristics-item {
    /* padding: 0.625rem 1.5625rem; */
    padding: 0.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}
.compare__characteristics-item::before {
    content: "";
    display: block;
    width: 19.375rem;
    height: 1px;
    background-color: #E0E0E0;
    position: absolute;
    top: 0;
    left: -1.35rem;
}
@media screen and (max-width: 61.99875em) {
    .compare__characteristics-item::before {
        width: 21.6875rem;
    }
}
@media screen and (max-width: 700px) {
    .compare__characteristics-item::before {
        display: none;
    }
}
@media screen and (max-width: 1400px) {
    .compare__characteristics-item {
        padding: 0.625rem 0;
    }
}
@media screen and (max-width: 700px) {
    .compare__characteristics-item {
        border-top: 1px solid #E0E0E0;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
@media screen and (max-width: 700px) {
    .compare__characteristics-wrapper {
        padding-left: 0.3125rem;
    }
}
.compare__characteristics-name {
    margin-bottom: 0.3125rem;
    padding-left: 20px;
    font-weight: 500;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -moz-box;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    box-orient: vertical;
}


.compare__characteristics-name_indicator {
    position: relative;
    padding-left: 20px;
}
.compare__characteristics-name_indicator::before {
    position: absolute;
    top: calc(50% - 3px);
    left: 3px;
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    background-color: #E31F23;
}
.compare__characteristics-value {
    padding-left: 20px;
}



@media screen and (max-width: 700px) {
    .compare__characteristics-name {
        font-size: 0.875rem;
    }
}
@media (max-width: 35.9375em) {
    .compare__characteristics-name {
        font-size: 12px;
    }
}
@media screen and (max-width: 700px) {
    .compare__characteristics-value {
        font-size: 0.875rem;
    }
}
@media (max-width: 35.9375em) {
    .compare__characteristics-value {
        font-size: 12px;
    }
}
.compare__characteristics-icon {
    position: relative;
    cursor: pointer;
}
.compare__characteristics-icon svg {
    fill: #828282;
    stroke: #fff;
    -webkit-transition: fill 0.2s linear;
    -o-transition: fill 0.2s linear;
    transition: fill 0.2s linear;
}
@media screen and (max-width: 700px) {
    .compare__characteristics-icon svg {
        display: none;
    }
}
.compare__characteristics-icon:hover svg {
    fill: #E31F23;
}
.compare__characteristics-icon:hover .compare__characteristics-tooltip {
    opacity: 1;
    visibility: visible;
}
@media screen and (max-width: 700px) {
    .compare__characteristics-icon {
        margin-right: 0.625rem;
        width: 20px;
    }
}
.compare__characteristics-tooltip {
    padding: 0.625rem;
    background-color: #fff;
    border: 1px solid #E0E0E0;
    font-size: 0.75rem;
    color: #828282;
    width: 215px;
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: -120px;
    left: -97px;
    z-index: 200;
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.compare__characteristics-tooltip::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #E0E0E0;
    position: absolute;
    left: 50%;
    top: 101%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.slider__arrow {
    height: 40px;
    width: 40px;
    background-color: #E31F23;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 48%;
    z-index: 200;
}
@media screen and (max-width: 700px) {
    .slider__arrow {
        display: none !important;
    }
}

.compare__slider-next {
    right: -3.8%;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
@media screen and (max-width: 75em) {
    .compare__slider-next {
        right: -4.8%;
    }
}
@media screen and (max-width: 61.99875em) {
    .compare__slider-next {
        right: -7.5%;
    }
}
@media screen and (max-width: 47.99875em) {
    .compare__slider-next {
        right: -9.8%;
    }
}

.compare__slider-prev {
    left: -3.8%;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
@media screen and (max-width: 75em) {
    .compare__slider-prev {
        left: -4.8%;
    }
}
@media screen and (max-width: 61.99875em) {
    .compare__slider-prev {
        left: -7.5%;
    }
}
@media screen and (max-width: 47.99875em) {
    .compare__slider-prev {
        left: -9.7%;
    }
}

.compare__pagination {
    display: none;
}
@media screen and (max-width: 700px) {
    .compare__pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        bottom: 0.9375rem !important;
    }
}

@media screen and (max-width: 700px) {
    .reviews__count {
        margin-left: 0.3125rem;
    }
}

.swiper-slide-active .compare__characteristics-icon {
    display: block;
}
.swiper-slide-active .compare__characteristics-icon svg {
    display: block;
}

.compare__swiper .swiper-slide-next {
    z-index: 100;
}
.compare__swiper .swiper-slide-active {
    z-index: 200;
}

.materials__slider .swiper-slide {
    width: 25%;
}

.card__slider[data-section-number="1"] .swiper-slide {
    width: 25%;
}

.wish-list .search__result ul {
    padding-left: 0 !important;
}
.wish-list__container {
    margin: 0-0.3125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wish-list__container .product-items {
    width: calc(25% - 10px);
    margin: 0 0.3125rem 1.25rem;
    border: 1px solid #E0E0E0;
}
@media screen and (max-width: 1400px) {
    .wish-list__container .product-items {
        width: calc(33.333333% - 10px);
    }
}
@media screen and (max-width: 61.99875em) {
    .wish-list__container .product-items {
        width: calc(50% - 10px);
    }
}
@media screen and (max-width: 47.99875em) {
    .wish-list__container .product-items {
        width: 100%;
        margin: 0 0 1.25rem;
    }
}
.wish-list__container .product-advantages {
    display: none !important;
}
.wish-list__container .product-items__carts {
    -ms-flex-preferred-size: initial !important;
    flex-basis: initial !important;
    margin-left: 0 !important;
    padding: 0 1.25rem;
}
.wish-list__container .product-items__info {
    -webkit-box-flex: initial !important;
    -ms-flex: initial !important;
    flex: initial !important;
}

.contacts__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.home__slider {
    margin: 30px 0;
    position: relative;
}
.home__slider .swiper-pagination {
    bottom: -30px;
}

.list-reset {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.notice-surface__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 11111;
    width: 350px;
    text-decoration: none;
    color: #555;
    background: #FFF;
    padding: 10px;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.notice-images {
    width: 100px;
    margin-right: 10px;
}

.product-order {
    max-width: 900px;
}
.product-order__images {
    margin-right: 20px;
}
.product-order__images img {
    max-width: 150px;
}
.product-order__name {
    display: block;
    font-size: 18px;
    margin-bottom: 15px;
}
.product-order__counter .cart__count-counterInput {
    max-width: 50px;
}
.product-order__counter .cart__count-counterBtn {
    width: 30px;
    height: 30px;
}
.product-order__counter input[type=password], .product-order__counter input[type=email], .product-order__counter input[type=tel], .product-order__counter input[type=text] {
    height: 30px;
}
.product-order__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.account-form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.account-form__row:not(:last-child) {
    margin-bottom: 10px;
}
.account-form__field {
    margin-bottom: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.account-form__field:not(:last-child) {
    margin-right: 15px;
}
.search__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.search__cards .card {
    margin: 0 5px 10px;
    width: calc(25% - 10px);
}
@media screen and (max-width: 75em) {
    .search__cards .card {
        width: calc(33.33333% - 10px);
    }
}
@media screen and (max-width: 61.99875em) {
    .search__cards .card {
        width: calc(50% - 10px);
    }
}
@media screen and (max-width: 35.9375em) {
    .search__cards .card {
        width: 100%;
        margin: 0 0 10px 0;
    }
}
@media screen and (max-width: 35.9375em) {
    .search__cards {
        margin: 0;
    }
}
.search__cards .card__title {
    margin-bottom: 5px;
}

/* End */


/* Start:/local/templates/elc/css/my-redisign.css?17405903391346*/
p.error___p {
    color:red!important;
    font-size: 20px;
}

p.error___p.modal_error___p {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}

p.no___count {
    font-style:italic;
}

.success___p {
    color: green!important;
}

input.is___error, textarea.is___error {
    border: 1px solid red!important;
}
.selectDropdown.is___error {
    border: 1px solid red!important;
}

.is___process {
    opacity: 0.7!important;
}


.null___view {
    width: 0!important;
    height: 0!important;
    margin: 0!important;
    padding: 0!important;
    opacity: 0!important;
    visibility: hidden!important;
}


/* Запрет выделения */
.some___class {
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.c-geolocation__regions-item.active {
    text-decoration: underline;
}



.compareCategoryLink {
    color: blue;
}
.compareCategoryLink.active {
    color: red;
}

.addToCompareButton.active {
    color: #E31F23;
    opacity: 1;
}
.btn-favour.active {
    color: #E31F23;
    opacity: 1;
}
.btn-favour.active svg{
    fill: #E31F23;
}

.search-tag__link.active {
    background-color: #E31F23;
    color: #fff;
}


.productReviewFormBlock {
    padding: 0 30px;
}
/* End */


/* Start:/local/templates/elc/assets/css/personal-redisign.css?16992912058339*/
@charset "UTF-8";
.personal_password_form {
    margin-top: 20px;
    background-color: #fff;
    padding: 25px 30px;
}
.personal .dealerAccount-form__row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
@media (max-width: 61.99875em) {
    .personal .dealerAccount-form__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media (max-width: 35.9375em) {
    .personal .dealer_personal_data_form .dealerDataSaveButton {
        position: relative;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
    }
}
@media (max-width: 35.9375em) {
    .personal .tabs-personal__content .tab-pane {
        background-color: #fff;
    }
}
@media (max-width: 35.9375em) {
    .personal .tabs-personal__content .tab-pane .dealerLKPhotoBlock {
        margin-right: 0;
        margin: 0 auto;
    }
}

.tabs-personal__nav .nav-link {
    border: 0px;
    border-radius: 0px;
    background-color: #E31F23;
    color: #FFF;
    border-right: 1px solid #E5E5E5;
}
.tabs-personal__nav .nav-link.active {
    background-color: #E5E5E5;
    color: #E31F23;
}
.tabs-personal__content .tab-pane {
    background-color: #E5E5E5;
    padding: 40px;
}
@media (max-width: 35.9375em) {
    .tabs-personal__content .tab-pane {
        padding: 0;
    }
}

@media (max-width: 61.99875em) {
    .dealerAccount-form__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.dealerAccount-form__leftCol {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.dealerAccount-form__block {
    background-color: #fff;
    padding: 25px 30px;
}
.dealerAccount-form__block:not(:last-child) {
    margin-bottom: 15px;
}
.dealerAccount-form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 47.99875em) {
    .dealerAccount-form__row {
        display: -ms-grid;
        display: grid;
        gap: 10px;
    }
}
.dealerAccount-form__field {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 20px;
    min-width: 156px;
    width: 100%;
}
.dealerAccount-form__field:not(:last-child) {
    margin-right: 20px;
}
@media (max-width: 47.99875em) {
    .dealerAccount-form__field:not(:last-child) {
        margin-right: 0;
    }
}
@media (max-width: 61.99875em) {
    .dealerAccount-form__field:not(:last-child):nth-child(2) {
        margin-right: 20px;
    }
}
@media (max-width: 61.99875em) {
    .dealerAccount-form__field:not(:last-child):nth-child(3) {
        margin-right: 0;
    }
}
@media (max-width: 350px) {
    .dealerAccount-form__addPerson {
        padding: 1rem 0.1875rem;
    }
}
.dealerAccount-form__rightCol {
    width: 250px;
    margin-right: 40px;
}
.dealerAccount-form__logoUpload {
    width: 165px;
    height: 165px;
    background-color: #F2F2F2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.dealerAccount-form__logoUpload label {
    color: #828282;
    cursor: pointer;
}
.dealerAccount-form__btn {
    display: inline-block;
    color: #E31F23;
    border: 1px solid #E31F23;
    text-decoration: none;
    text-align: center;
    padding: 10px 5px;
    line-height: 1;
}

.dealerLKPhotoBlock__wrapper {
    padding: 20px;
    background-color: #FFF;
}

.tab__title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.contactPersonItem:not(:last-child) {
    margin-bottom: 20px;
    border-bottom: 1px solid #E5E5E5;
}

.account-form__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.account-form__field {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 20px;
}
@media (max-width: 35.9375em) {
    .account-form__field {
        font-size: 14px;
    }
}
.account-form__field:not(:last-child) {
    margin-right: 20px;
}

/*
* авторизация
*/
.block__textBlock {
    margin-top: 10px;
    color: #949494;
}
.block__text {
    text-align: center;
    margin: 0px;
}
@media (max-width: 35.9375em) {
    .block__text {
        font-size: 14px;
    }
}
.block__link {
    color: inherit;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.block__link:hover {
    color: #E31F23;
}
.block__auth {
    max-width: 500px;
    margin: 0 auto;
}
@media (max-width: 35.9375em) {
    .form__group {
        font-size: 14px;
    }
}
.form__group:not(:last-child) {
    margin-bottom: 20px;
}
.form__link {
    text-decoration: none;
    color: #333;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
@media (max-width: 35.9375em) {
    .form__link {
        font-size: 14px;
    }
}
.form__link:hover, .form__link:focus {
    color: #E31F23;
}
.form__bottom {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.form--loginWithoutReg {
    background-color: #E5E5E5;
    padding: 20px;
}

.error__p {
    background-color: #E31F23;
    padding: 10px 10px;
    text-align: center;
    color: #FFF;
    font-weight: normal;
    margin-bottom: 10px;
}
@media (max-width: 35.9375em) {
    .error__p {
        font-size: 14px;
        margin-bottom: 20px;
    }
}

/* Регистрация */
@media (max-width: 35.9375em) {
    .registerForm .account-form__title {
        margin-bottom: 20px;
    }
}

@media (max-width: 35.9375em) {
    .account-form__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media (max-width: 35.9375em) {
    .account-form__wrapper .account-form__field:not(:last-child) {
        margin-right: 0;
    }
}
.account-form__block {
    background-color: #fff;
    padding: 20px;
}
.account-form__block:not(:last-child) {
    margin-bottom: 20px;
}
@media (max-width: 35.9375em) {
    .account-form__title {
        font-size: 16px;
    }
}
@media (max-width: 35.9375em) {
    .account-form__checkbox .custom-checkbox + label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.account-form__checkbox .custom-checkbox + label p {
    margin-bottom: 0;
}
.account-form__regBtn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 61.99875em) {
    .account-form__regBtn {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
@media (max-width: 61.99875em) {
    .account-form__regBtn .account-form__note {
        margin-bottom: 10px;
    }
}
@media (max-width: 35.9375em) {
    .account-form__regBtn .account-form__note {
        font-size: 14px;
    }
}
.account-form__note {
    color: #949494;
}

.registerForm {
    background-color: #E5E5E5;
    padding: 20px;
}

@media (max-width: 47.99875em) {
    .col-mobile {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 47.99875em) {
    .mob-item:not(:last-child) {
        margin-right: 0;
    }
}
/*# sourceMappingURL=personal.css.map */

/* End */


/* Start:/local/templates/elc/css/custom.css?175092845325117*/
.pre{border:1px solid #ff7f50;border-radius:10px;font-size:16px;color:#ff7f50;padding:20px;line-height:125%;background:#ebebeb;margin:20px}
.search__field{height:30px!important;border:none!important;border-bottom:1px solid #000!important;padding:0 30px 0 0 !important}
.category-preview__img-wrap img{max-height:100%;width:auto}
.feedback-form__text{padding-top:30px}
.h-input{height:1px;width:1px;overflow:hidden;text-indent:-1000px}
input.error,textarea.error{border:1px solid #ed1c24}
.notetext{text-align:center}
span.footer-list__link--uppercase{color:#ed1c24}
.select-region__col.active a{border-color:#000;cursor:default}
.select-region__results-bx{width:100%;position:absolute;left:0;top:0}
.select-region__results-bx .ui-menu{font-family:'Futura PT',sans-serif;background:#f0f0f0;padding:18px;padding-top:12px;overflow-y:auto;max-height:470px}
.select-region__results-bx .ui-menu-item{margin-bottom:16px}
.select-region__results-bx .ui-menu-item:last-child{margin-bottom:0}
.select-region__results-bx .ui-menu-item div{background:none;border:none;font-weight:300;color:#000;cursor:pointer;transition:color .2s;padding:0;margin:0}
.select-region__results-bx .ui-menu-item div:hover,.select-region__results-bx .ui-menu-item:hover div{background:none;border:none;color:#ed1c24;font-weight:300}
.header-sub-nav__item.active .header-sub-nav__link{color:#ed1c24}
.product-slider__img-wrap img{max-height:100%!important}
section.contest__intro{padding-top:0}
.contest h2{margin-bottom:30px}
.contest__content:not(:last-child){margin-bottom:20px}
.conditions-list{list-style-type:none;counter-reset:num;margin:0 0 0 60px;padding:15px 0 20px}
.conditions-list__item{position:relative}
.conditions-list__item:not(:last-child){margin-bottom:30px}
.conditions-list__item::before{content:counter(num);counter-increment:num;display:inline-block;position:absolute;top:50%;left:-60px;width:50px;color:#ed1c24;text-align:center;font-size:60px;font-weight:700;transform:translateY(-50%)}
.contest__prizes-banner{margin-bottom:30px}
.contest__prizes-banner img{width:100%;object-fit:contain}
.prizes-list{margin-bottom:20px;list-style-type:none}
.final-header{padding:40px 0;font-size:60px;text-align:center;text-transform:uppercase;color:#ed1c24;font-weight:600;line-height:1}
.ui-datepicker{z-index:2!important;font-family:'Futura PT',sans-serif!important;width:11em!important;line-height:24px}
.ui-datepicker table{font-size:14px!important}
.ui-datepicker .ui-datepicker-title{font-size:16px!important}
.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{width:1.5em;height:1.5em;display:block}
.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{background-image:url(/local/templates/elc/assets/css/images/ui-icons_444444_256x240.png);height:16px;width:16px}
.partners-form__row.error .label,.partners-form__row.error .label a{color:#ed1c24}
.partners-form__row .radio{position:relative;overflow:hidden}
.partners-form__row .radio .radio__input{display:inline;position:absolute;left:-1000px;top:0}
.feedback-form__textarea{height:200px!important}
.dropdown-select-modal{border:1px solid #e2e2e2}
.dropdown-select-modal .dropdown-select__current{background:#f0f0f0;height:44px}
.dropdown-select-modal .dropdown-select__options{background:#f0f0f0}
.dropdown-select-modal.active .dropdown-select__options-wrap{border:1px solid #e2e2e2;padding-bottom:10px}
.underOrderModalForm{font-size:18px}
.underOrderModalForm .product-order__content{padding-bottom:20px}
.underOrderModalForm .product-order__images img{max-height:100px}
.underOrderButton{padding-left:10px!important;padding-right:10px!important}
@media (max-width: 991px) {
    .select-region__search{margin-right:47px}
}
@media (max-width: 768px) {
    .final-header{font-size:40px}
}
@media (max-width: 562px) {
    .final-header{font-size:20px}
}
.category-preview__img-scale{scale:1.19}
.category-preview__img-scale-14{scale:1.4}
@media (max-width: 991px) {
    .category-preview__img-scale-14{scale:1}
}
.category-preview{overflow:hidden}
.news_grid_poliv{display:grid;grid-template-areas:'second first four' 'second three four';justify-items:center;align-items:center}
.one_poliv{grid-area:first}
.one_poliv img{scale:1.3}
.two_poliv{grid-area:second}
.three_poliv{grid-area:three}
.three_poliv img{height:250px}
.four_poliv{grid-area:four}
.news_grid_derevo{display:grid;grid-template-areas:'first second' 'three four';justify-items:center;align-items:center}
.one_derevo{grid-area:first}
.one_derevo img{width:370px!important}
.two_derevo{grid-area:second;width:400px}
.three_derevo{grid-area:three;width:300px}
.four_derevo{grid-area:four;width:400px}
.news_grid_grunt{display:grid;grid-template-areas:'first first' 'second three' 'four four';justify-items:center;align-items:center}
.one_grunt{grid-area:first;width:900px}
.two_grunt{grid-area:second;width:400px}
.three_grunt{grid-area:three;width:400px}
.three_grunt img{width:500px!important;transform:rotate(320deg)}
.four_grunt{grid-area:four;width:900px}
.news_img{margin:0 auto}
.article-img-text{display:flex;gap:30px;justify-content:center;align-items:center}
.article-img-text-text{width:70%}
.article-video{max-width:100%}
.img-float-left{float:left;margin-right:20px;background:#f1f1f1;padding:14px;text-align:center;width:50%;margin-bottom:15px}
.two-img{display:flex;gap:20px;text-align:center}
.two-img img{height:250px}
.container .catalog__items-wrap{padding-left:0;padding-right:0}
.catalog__items-wrap .catalog__items{margin-left:-30px;margin-right:-30px;margin-bottom:-32px}
.catalog__items .catalog__item{width:25%;padding:0 30px;margin-bottom:32px}
.catalog__items .catalog__item .category-preview{min-height:317px}
.home-brand__subtitle{font-size:30px;line-height:1;font-weight:400;color:#fff;padding-top:5px}
.hotbar-b2b{bottom:auto!important;top:110px;transition:top .3s}
.hotbar-b2b.scroll{top:60px}
.hotbar-b2b .hotbar__item{background:#ed1c24!important;background:linear-gradient(180deg,#ed1c24ff 0%,#ed1c24ff 50%,#000f 50%,#000f 100%)!important}
.el-paging-top-wrap{position:relative;padding-top:45px}
.el-paging-top-wrap .catalog-list__paging{padding-top:0;position:absolute;top:-40px;left:0;line-height:32px}
.el-pagination-wrap{position:relative}
.el-pagination-wrap .pagination{justify-content:right}
.el-pagination-wrap .pagination .pagination__item{color:#000}
.el-pagination-wrap .pagination .pagination__item.active,.el-pagination-wrap .pagination .pagination__item:hover{color:#ed1c24}
.catalog-list__paging{text-align:left}
.catalog-list__paging svg{transition:fill .2s;display:inline!important;margin-bottom:-1px}
.catalog-list__paging svg path{transition:fill .2s}
.el-pagination-wrap-bottom .pagination{position:absolute;right:-8px;top:-24px}
.el-pagination-wrap-top .pagination{position:absolute;right:-8px;bottom:-19px;z-index:1}
.el-paging-top-wrap{position:relative;padding-top:45px}
.el-paging-top-wrap .catalog-list__paging{padding-top:0;position:absolute;top:-40px;left:0;line-height:32px}
.el-paging-bottom-wrap{min-height:35px}
.brand-intro__pane--bg-garden{background:#222D43E5}
.brand-intro__pane--bg-garden .brand-intro__logo-wrap{height:190px}
.brand-intro__pane--bg-garden .brand-intro__logo-wrap svg{height:100%;width:auto}
.garden-block-bg{background:#222D43}
.garden-block-bg .title-badge{color:#000}
.garden-block-bg .title-badge:before,.garden-block-bg .title-badge:after{background:#fffc}
.garden-block-bg .brand__title{color:#fff}
.garden-block-bg .category-preview{border-color:#fff}
.garden-block-bg .category-preview:hover{box-shadow:4px 4px 12px 0 #ED1C24CC}
.brand__categories.garden-block-bg{padding-top:0;margin-top:94px}
.brand-products__container .product-preview__marks{align-items:end}
.brand-products__container .product-preview__mark{margin-left:10px}
.brand .section-img{height:400px}
.product-tabs__text.article-text p,.product-tabs__text.article-text ol,.product-tabs__text.article-text ul{margin-bottom:24px}
.article-text iframe{max-width:100%;margin-bottom:20px}
.brand-intro__pane-wrap.brand-intro__pane-wrap-garden{margin-top:-97px}
.brand__p-scheme.garden-block-bg{background:#fff;margin-bottom:120px}
.brand__p-scheme.garden-block-bg .brand__badge-wrap{background:#222d43;background:linear-gradient(180deg,#222d43ff 0%,#222d43ff 50%,#ffff 50%,#ffff 100%)}
.brand__p-scheme.garden-block-bg .title-badge{color:#fff}
.brand__p-scheme.garden-block-bg .title-badge:before,.brand__p-scheme.garden-block-bg .title-badge:after{background:#ed1c24cc}
.home-about-brand__patron-hd{position:absolute;top:-132px;left:-771px;width:821px;height:1012px}
.home-about-brand__patron-mobile-hd{position:absolute;top:-36px;left:-864px;width:821px;height:1012px}
.article__title-wrap .article__mute-text{white-space:nowrap}
.plain-text{font-size:20px;line-height:135%}
.plain-text p,.plain-text ul,.plain-text ol{margin:0;padding-bottom:25px;text-align:left}
.plain-text img{display:block;height:auto;max-width:100%}
.plain-text .red-txt{color:#ed1c24}
.plain-text table{border-collapse:collapse;width:100%;max-width:100%;text-align:left;display:block;overflow-x:auto;margin-bottom:25px;-ms-overflow-style:-ms-autohiding-scrollbar}
.plain-text table td,.plain-text table th{padding:7px 20px 9px;vertical-align:top;border-bottom:1px solid #d9d9d9}
.plain-text table th{background-color:#d9d9d9;font-weight:600}
.plain-text table tr:last-child th{text-align:justify}
.plain-text table tr:last-child td{border-bottom:2px solid #d9d9d9;text-align:justify}
.plain-text h1,.plain-text h2,.plain-text h3,.plain-text h4,.plain-text h5,.plain-text h6,.plain-text .h1,.plain-text .h2,.plain-text .h3,.plain-text .h4,.plain-text .h5,.plain-text .h6{padding-bottom:25px;font-weight:600;margin:0;line-height:100%}
.plain-text ul,.plain-text ol{list-style:none;margin-left:20px}
.plain-text ul li,.plain-text ol li{padding-bottom:8px;padding-left:35px;position:relative}
.plain-text ol{counter-reset:num;margin-left:10px}
.plain-text ol li{padding-left:30px}
.plain-text ol li:before{color:#ed1c24;content:counter(num) '.';counter-increment:num;position:absolute;left:-7px;top:0;width:30px;text-align:right}
.plain-text ul li{padding-left:15px}
.plain-text ul li:before{background-color:#ed1c24;box-sizing:border-box;border-radius:0;border:1px solid #ed1c24;content:'';display:block;height:5px;left:0;position:absolute;top:14px;width:5px}
.plain-text ul ul,.plain-text ol ul{margin-left:10px;padding-top:5px;padding-bottom:5px}
.plain-text ul ol,.plain-text ol ol{margin-left:0;padding-top:5px;padding-bottom:5px}
.plain-text a{color:#000;text-decoration:underline}
.plain-text a:hover{color:#ed1c24}
.plain-text b,.plain-text strong,.plain-text .b{font-weight:500}
.header-search .header-results-categories{padding:20px;border-right:1px solid #E0E6EF;width:180px;flex:1 0 180px;line-height:115%}
.header-search .header-results-categories .hrc-title{font-weight:400;padding-bottom:20px}
.header-search .header-results-categories a{display:block;margin-bottom:15px;color:#000;text-overflow:ellipsis;overflow:hidden}
.header-search .header-results-categories a:hover{color:#ed1c24}
.header-search .header-results{position:absolute;right:0;top:100%;background:#fff;-webkit-box-shadow:0 0 9px #0000001a;-moz-box-shadow:0 0 9px #0000001a;box-shadow:0 0 9px #0000001a;font-size:18px;display:flex;line-height:125%;margin-top:5px}
.header-search .header-results-list{padding:10px 10px 10px 20px;border-left:1px solid #E0E6EF;margin-left:-1px;width:520px;flex:1 0 520px}
.header-search .header-results-list .mCSB_inside > .mCSB_container{margin-right:20px}
.header-search .header-results-list .header-results-list-scroll{overflow-x:auto;max-height:340px;padding-right:10px;scrollbar-width:thin;scrollbar-color:#ed1c24 #F5F5F7}
.header-search .header-results-list .header-results-list-scroll::-webkit-scrollbar{height:4px;width:4px}
.header-search .header-results-list .header-results-list-scroll::-webkit-scrollbar-track{background:#F5F5F7}
.header-search .header-results-list .header-results-list-scroll::-webkit-scrollbar-thumb{background-color:#ed1c24}
.header-search .header-results-list a{display:flex;align-items:center;color:#000;justify-content:space-between;border-top:1px solid #E0E6EF;padding:10px}
.header-search .header-results-list a:first-child{border-top:none}
.header-search .header-results-list a .hrl-img{display:flex;flex:0 1 15%;align-items:center;height:65px;justify-content:center}
.header-search .header-results-list a .hrl-img img{max-width:100%;max-height:100%}
.header-search .header-results-list a .hrl-title{flex:0 1 55%;-webkit-transition:color .15s ease-in-out;-moz-transition:color .15s ease-in-out;-ms-transition:color .15s ease-in-out;transition:color .15s ease-in-out}
.header-search .header-results-list a:hover .hrl-title{color:#ed1c24}
.header-search .header-results-list a .hrl-price{white-space:nowrap;flex:0 1 20%;font-weight:400}
.header-search .header-results-list .hrl-all-link{font-weight:400;margin-bottom:0;border-top:none;color:#ed1c24}
.header-search .header-results-list .hrl-all-link:hover{color:#000}
.search-btn button.pure-btn{position:absolute;top:0;right:0;bottom:0;width:42px;padding:10px;border:0;background:none}
.header-search .search-loader{background:#fff url(/local/templates/elc/img/loader-search.gif) no-repeat center center;display:none;height:40px;width:40px;left:-50px;top:50%;margin-top:-20px;position:absolute;-webkit-box-shadow:0 0 9px #0000001a;-moz-box-shadow:0 0 9px #0000001a;box-shadow:0 0 9px #0000001a}
.header-search .search-loader.active{display:block}
.icons-nav .icons-nav__search-field.active{overflow:visible!important}
.icons-nav .search-loader{left:10px;top:-50px;margin-top:0}
.button-lemana-pro{background:#FFDB62!important;border:none!important;color:#000!important;padding:0 5px!important}
.button-lemana-pro .button-small__text{white-space:nowrap;font-size:17px}
.button-lemana-pro:hover,.button-lemana-pro:active{box-shadow:0 0 0 #FDC300!important}
.button-lemana-pro:before{background:#FDC300!important}

.button-ozon{background:#005bff!important;border:none!important;color:#fff!important;padding:0 5px!important}
.button-ozon .button-small__text{white-space:nowrap;font-size:17px}
.button-ozon:hover,.button-lemana-pro:active{box-shadow:0 0 0 #00A2FF!important}
.button-ozon:before{background:#00A2FF!important}

.button-wb{background:#b42371!important;border:none!important;color:#fff!important;padding:0 5px!important}
.button-wb .button-small__text{white-space:nowrap;font-size:17px}
.button-wb:hover,.button-lemana-pro:active{box-shadow:0 0 0 #a73afd!important}
.button-wb:before{background:#a73afd!important}

.catalog_files-wrap{padding:63px 20px 0}
.catalog_files-wrap .docs-slider__item-inner{position:relative}
.catalog_files-wrap .docs-slider__link,.catalog_files-wrap .docs-slider__link .year_red{border:none;transition:color .2s}
.catalog_files-wrap .docs-slider__link:hover{color:#ed1c24;border:none}
.catalog_files-wrap .docs-slider__link:hover .year_red{color:#000}
.catalog_files-wrap .docs-slider__link:before{display:block;content:'';position:absolute;left:0;top:0;bottom:0;right:0;width:100%}
.block__auth .form__link{font-size:18px}
.block__auth .block__text,.container-registr .block__text{font-size:18px}
.h1-centered{text-align:center}
.container-personal,.container-registr{padding-bottom:30px!important}
.container-registr .account-form__field{font-size:18px}
.container-registr .account-form__note{font-size:16px;line-height:125%}
.container-registr .account-form__regBtn{padding-top:10px}
.container-registr h4{font-weight:600}
.container-registr .account-form__checkbox{position:relative}
.el-popup-form.fancybox__content{color:#000}
.el-popup-form.fancybox__content button,.el-popup-form.fancybox__content input,.el-popup-form.fancybox__content textarea{outline:none}
.el-popup-form.fancybox__content input,.el-popup-form.fancybox__content textarea{background:#f0f0f0;font-size:18px}
.el-popup-form.fancybox__content .feedback-form__text{font-size:16px;padding:0;line-height:125%}
.el-popup-form.fancybox__content .feedback-form__text a{color:#000;text-decoration:underline}
.el-popup-form.fancybox__content .feedback-form__text a:hover{color:#E31F23}
.el-popup-form.fancybox__content .product-order__images{padding:10px}
.el-popup-form.fancybox__content .el-label-rec{color:#ed1c24}
.el-popup-form.fancybox__content .cart__count-counterBtn{height:30px;width:30px}
.el-popup-form.fancybox__content .cart__count-counterInput{height:30px;max-width:50px}
.el-popup-form.fancybox__content .form__buttons-order .form__row{margin-bottom:0;margin-top:20px}
.noty_message{padding:36px!important}
.noty_text{font-size:20px;color:#000;line-height:100%!important;font-weight:300}
#noty_center_layout_container{left:50%!important;display:block!important;width:auto!important;max-width:400px!important;margin:0 auto!important;-webkit-transform:translateX(-50%)!important;-moz-transform:translateX(-50%)!important;-ms-transform:translateX(-50%)!important;-o-transform:translateX(-50%)!important;transform:translateX(-50%)!important}
#noty_center_layout_container > li{width:auto!important;color:#000!important;border:0!important;-webkit-border-radius:0!important;-moz-border-radius:0!important;border-radius:0!important;background-color:#fff!important;background-image:none!important;-webkit-box-shadow:0 0 20px 0 #0000004d!important;-moz-box-shadow:0 0 20px 0 #0000004d!important;box-shadow:0 0 20px 0 #0000004d!important}
#noty_center_layout_container .noty_message{position:relative}
#noty_center_layout_container .noty_message:before,.noty_close{position:absolute;top:0;right:0;width:36px;height:36px;content:'';background:#E31F23 url(/local/templates/elc/img/close-popup-x.svg) center center no-repeat!important;background-size:24px!important}
#noty_center_layout_container .noty_type_alert .noty_message:before{display:none}
#noty_topRight_layout_container{left:50%!important;display:block!important;width:auto!important;max-width:400px!important;margin:0 auto!important;-webkit-transform:translateX(-50%)!important;-moz-transform:translateX(-50%)!important;-ms-transform:translateX(-50%)!important;-o-transform:translateX(-50%)!important;transform:translateX(-50%)!important}
#noty_topRight_layout_container > li{width:auto!important;color:#fff!important;border:0!important;-webkit-border-radius:0!important;-moz-border-radius:0!important;border-radius:0!important;background-color:#E31F23!important;background-image:none!important;-webkit-box-shadow:0 0 20px 0 #0000004d!important;-moz-box-shadow:0 0 20px 0 #0000004d!important;box-shadow:0 0 20px 0 #0000004d!important}
#noty_topRight_layout_container .noty_message{position:relative;padding-top:17px!important;padding-bottom:17px!important;color:#fff}
#noty_topRight_layout_container .noty_message:before{position:absolute;top:50%;right:10px;width:36px;height:36px;margin-top:-5px;content:'';background:#E31F23 url(/local/templates/elc/img/close-popup-x.svg) center center no-repeat!important}
#noty_topRight_layout_container .noty_message .noty_text{color:#fff}
#noty_topRight_layout_container .noty_type_alert .noty_message{padding-right:30px!important;padding-left:30px!important}
#noty_topRight_layout_container .noty_type_alert .noty_message:before{display:none}
.noty_buttons{text-align:center!important;border-top:0!important;padding:12px 36px 20px!important}
.noty_buttons .btn{font-family:"HelveticaNeueCyr",sans-serif;font-size:14px!important;font-weight:500;line-height:34px!important;width:98px!important;height:34px!important;padding:0!important;color:#fff!important;border:0!important;-webkit-border-radius:0!important;-moz-border-radius:0!important;border-radius:0!important;outline:0!important;background-color:#E31F23!important;background-image:none!important;text-shadow:none!important}
.h2-black{color:#000!important}
.home-intro{background:#383e54}
.elitech-720-intro-first{background:center center url(/local/templates/elc/img/elitech-1920-compressed.jpg);background-size:cover}
.el-firms-title{font-size:24px;padding-bottom:15px;font-weight:500}
.el-firms-list{display:flex;justify-content:space-between}
.el-firms-list .el-firms-item{flex:0 1 24%}
.el-firms-list .el-firms-item img{width:100%}
.el-firms-list .el-firms-item a{color:#fff;display:block;position:relative}
.el-firms-list .el-firms-item a:before{content:' ';background:#00000050;position:absolute;display:block;top:0;bottom:0;left:0;right:0;width:100%}
.el-firms-list .el-firms-item a .el-firms-item-name{position:absolute;top:25px;right:60px;left:30px;font-size:20px;font-weight:500;line-height:115%;z-index:1}
.el-firms-list .el-firms-item a .el-firms-item-subtitle{position:absolute;bottom:25px;right:30px;left:30px;font-size:16px;line-height:115%;z-index:1}
.button__text,.button-small__text{white-space:nowrap}
.search-open-mobile{position:absolute;color:#fff;top:25px;right:90px;cursor:pointer;display:none}
.header.scroll .header__inner .search-open-mobile{top:8px}
.video-voice-button{position:absolute;left:20px;bottom:15px;border:none;cursor:pointer;z-index:2}
.video-voice-button.is-muted svg,.video-voice-button .video-voice-button-muted{display:none}
.video-voice-button.is-muted .video-voice-button-muted,.video-voice-button svg{display:block}
.video-fullscreen-button{position:absolute;left:70px;bottom:18px;border:none;cursor:pointer;z-index:2}
.video-fullscreen-button svg{display:block}
.city-searched-input {
    height: auto!important;
    padding: 5px 10px!important;
}
@media (max-width: 1100px) {
    .el-firms-list{flex-wrap:wrap}
    .el-firms-list .el-firms-item{flex:0 1 49%;margin-bottom:10px}
}
@media (max-width: 1024px) {
    .brand .section-img{height:300px}
}
@media (max-width: 991px) {
    .container .catalog__items-wrap{padding-left:30px;padding-right:30px}
    .catalog__items .catalog__item{width:50%;min-width:50%}
    .catalog__items .catalog__item .category-preview{min-height:295px}
    .el-paging-top-wrap .catalog-list__paging-title{display:none}
    .el-paging-top-wrap .catalog-list__paging{top:-6px}
    .brand-intro__pane--bg-garden .brand-intro__logo-wrap svg{height:80%}
    .brand-intro__pane-wrap.brand-intro__pane-wrap-garden .brand-intro__logo-wrap{height:140px}
    .brand-intro__pane-wrap.brand-intro__pane-wrap-garden{margin-top:-198px}
    .header__search-wrap.active{display:block}
    .header-search .search-loader{left:auto;right:6px;margin-top:-22px;opacity:.5}
    .search-open-mobile{display:block}
}
@media (max-width: 768px) {
    .container .catalog__items-wrap{padding-left:0;padding-right:0}
    .catalog__items .catalog__item{width:100%;min-width:100%}
    .catalog__items .catalog__item .category-preview{min-height:1px}
    .home-brand__title{max-width:100%!important}
    .home-brand__subtitle br{display:none}
    .el-pagination-wrap-bottom .pagination{top:-19px}
    .img-cover-fit-wrap-garden{height:320px}
    .brand-intro__pane-wrap.brand-intro__pane-wrap-garden{margin-top:-170px}
    .brand-intro__pane-wrap.brand-intro__pane-wrap-garden .brand-intro__title{margin-top:26px}
    .home-about-brand__patron-mobile-hd{top:-8px;left:auto;right:430px;width:647px;height:auto}
    .header-search .header-results-list{width:auto;flex:0 1 auto}
    .header-search .header-results{font-size:16px}
    .header-search .header-results-categories{width:auto;flex:0 1 auto}
    .header-search .header-results-list a .hrl-img{padding-right:5px}
    .search-open-mobile{top:20px}
}
@media (max-width: 600px) {
    .el-pagination-wrap-bottom .pagination,.el-pagination-wrap-top .pagination{right:-4px}
    .el-pagination-wrap-bottom .pagination .pagination__item,.el-pagination-wrap-top .pagination .pagination__item{padding:0 4px}
    .el-firms-list .el-firms-item a .el-firms-item-name{font-size:18px;top:15px;right:40px;left:20px}
    .el-firms-list .el-firms-item a .el-firms-item-subtitle{font-size:16px;bottom:15px;right:20px;left:20px}
    .el-firms-title{font-size:22px}
}
@media (max-width: 500px) {
    .article-img-text,.two-img{flex-direction:column}
    .article-img-text-text{width:100%}
    .img-float-left{width:100%}
    .el-pagination-wrap,.catalog-list__paging{text-align:center}
    .el-pagination-wrap .pagination{position:static;justify-content:center;padding-top:15px}
    .el-paging-top-wrap{padding-top:15px}
    .el-paging-top-wrap .catalog-list__paging{position:static;justify-content:center;padding-top:0;padding-bottom:15px}
    .el-pagination-wrap-top .el-pagination-wrap .pagination{padding-top:0;padding-bottom:15px}
    .el-paging-bottom-wrap{min-height:0}
    .header-search .header-results{font-size:14px}
    .header-search .header-results-list a .hrl-title{padding-left:10px}
    .header-search .header-results-list a:last-child{padding-bottom:0}
    .noty_message{padding:36px 16px!important}
    #noty_center_layout_container{width:300px!important}
}
@media (max-width: 450px) {
    .news_grid_poliv,.news_grid_grunt,.news_grid_derevo{grid-template-areas:first second three four}
    .el-firms-list .el-firms-item a .el-firms-item-name{font-size:16px}
    .el-firms-list .el-firms-item a .el-firms-item-subtitle{font-size:14px}
    .el-firms-title{font-size:20px}
}
/* End */


/* Start:/local/templates/elc/css/grid.css?17239126912651*/
.main-map{
    position:relative;
    max-width: 1000px;
    margin: 40px auto;
}
.main-map img{
    display:block;
    width:100%
}
.visualizer-grid{
    position:absolute;
    top:0;
    right:0;
    left:0;
    bottom:0
}
.grid-item{
    display:flex;
    justify-content:center;
    align-items:center;
    float:left;
    box-sizing:border-box;
    width:5%;
    height:5%;
    position:relative;
}
.grid_point{
    position:absolute;
    background: transparent;
    top:0;
    left:0;
    width:200%;
    height:100%;
    -webkit-transition:opacity .25s ease-in-out;
    -moz-transition:opacity .25s ease-in-out;
    -ms-transition:opacity .25s ease-in-out;
    transition:opacity .25s ease-in-out;
    z-index: 2;
}

.grid-item a:hover .grid_point{
    background: #ed1c2420;
}

.grid_title{
    position:absolute;
    bottom:100%;
    padding:5px;
    left:50%;
    right:0;
    text-align:center;
    display:flex;
    justify-content:center;
    opacity:0;
    visibility:hidden;
    width:300px;
    margin-left:-100px;
    transform:translateY(-10px);
    -webkit-transition:opacity .25s ease-in-out,transform .25s ease-in-out;
    -moz-transition:opacity .25s ease-in-out,transform .25s ease-in-out;
    -ms-transition:opacity .25s ease-in-out,transform .25s ease-in-out;
    transition:opacity .25s ease-in-out,transform .25s ease-in-out;
    line-height: 100%
}

.grid-item a:hover .grid_title{opacity:1;transform:translateY(0px);visibility:visible}

.grid_title > span{
    color:#fff;
    font-size:14px;
    display:flex;
    align-items: center;
    padding: 0 5px;
    text-align:center;
    background:#000;
}

.grid_title img {
    border: 2px solid #000;
    display: inline;
    width: 50px;
}

.tooltip-elitech {
    display: flex;
    align-items: center;
}

.g-scheme-title {
    font-size: 24px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .g-scheme-title {
        font-size: 18px;
    }
}

.tooltip-elitech img {margin-right: 5px; margin-left: -4px}

.tippy-box[data-animation=shift-toward][data-state=hidden]{opacity:0}.tippy-box[data-animation=shift-toward][data-state=hidden][data-placement^=top]{transform:translateY(-10px)}.tippy-box[data-animation=shift-toward][data-state=hidden][data-placement^=bottom]{transform:translateY(10px)}.tippy-box[data-animation=shift-toward][data-state=hidden][data-placement^=left]{transform:translateX(-10px)}.tippy-box[data-animation=shift-toward][data-state=hidden][data-placement^=right]{transform:translateX(10px)}
/* End */


/* Start:/local/templates/elc/css/main.css?1748525060226119*/
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}
body {
    margin: 0;
}
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}
button,
input {
    /* 1 */
    overflow: visible;
}
button,
select {
    /* 1 */
    text-transform: none;
}
button,
[type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type='checkbox'],
[type='radio'] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    height: auto;
}
[type='search'] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}
[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
*,
*:before,
*:after {
    box-sizing: border-box;
}
@media (max-width: 1199px) {
    .hide-md {
        display: none !important;
    }
}
@media (max-width: 991px) {
    .hide-sm {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .hide-xm {
        display: none !important;
    }
}
@media (max-width: 574px) {
    .hide-xs {
        display: none !important;
    }
}
.show-md {
    display: none !important;
}
@media (max-width: 1199px) {
    .show-md {
        display: block !important;
    }
}
.show-sm {
    display: none !important;
}
@media (max-width: 991px) {
    .show-sm {
        display: block !important;
    }
}
.show-xm {
    display: none !important;
}
@media (max-width: 767px) {
    .show-xm {
        display: block !important;
    }
}
.show-xs {
    display: none !important;
}
@media (max-width: 574px) {
    .show-xs {
        display: block !important;
    }
}
.img-cover-wrap {
    position: relative;
    overflow: hidden;
}
.img-cover-wrap img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.img-cover-fit-wrap {
    position: relative;
    overflow: hidden;
}
.img-cover-fit-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-cover-fit-wrap.animate-parallax-img img,
.img-cover-fit-wrap.animate-parallax-hero-img img {
    transform: scale(1.2, 1.2);
}
.video-cover-fit-wrap {
    position: relative;
    overflow: hidden;
}
.video-cover-fit-wrap video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contain-wrap > * {
    max-width: 100%;
    max-height: 100%;
}
@font-face {
    font-family: 'Futura PT';
    src: url('/local/templates/elc/css/../fonts/FuturaPT/FuturaPT-Light.woff2') format('woff2'),
        url('/local/templates/elc/css/../fonts/FuturaPT/FuturaPT-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Futura PT';
    src: url('/local/templates/elc/css/../fonts/FuturaPT/FuturaPT-Book.woff2') format('woff2'),
        url('/local/templates/elc/css/../fonts/FuturaPT/FuturaPT-Book.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Futura PT';
    src: url('/local/templates/elc/css/../fonts/FuturaPT/FuturaPT-Medium.woff2') format('woff2'),
        url('/local/templates/elc/css/../fonts/FuturaPT/FuturaPT-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Futura PT';
    src: url('/local/templates/elc/css/../fonts/FuturaPT/FuturaPT-Demi.woff2') format('woff2'),
        url('/local/templates/elc/css/../fonts/FuturaPT/FuturaPT-Demi.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Futura PT';
    src: url('/local/templates/elc/css/../fonts/FuturaPT/FuturaPT-Bold.woff2') format('woff2'),
        url('/local/templates/elc/css/../fonts/FuturaPT/FuturaPT-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Futura PT';
    src: url('/local/templates/elc/css/../fonts/FuturaPT/FuturaPT-Heavy.woff2') format('woff2'),
        url('/local/templates/elc/css/../fonts/FuturaPT/FuturaPT-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}
body {
    font-family: 'Futura PT', sans-serif;
    color: #000;
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
}
@media (max-width: 991px) {
    body {
        font-size: 20px;
        line-height: 27px;
    }
}
@media (max-width: 767px) {
    body {
        font-size: 16px;
        line-height: 22px;
    }
}
body.no-scroll {
    overflow: hidden;
}
.page {
    overflow: hidden;
    padding-top: 90px;
}
@media (max-width: 991px) {
    .page {
        padding-top: 76px;
    }
}
@media (max-width: 767px) {
    .page {
        padding-top: 64px;
    }
}
.page--bg1 {
    background: #000;
}
.page--bg2 {
    background: #e1e4e9;
}
.page--bg3 {
    background: #fff;
}
.page__breadcrumbs {
    padding: 34px 0 50px;
    overflow-x: auto;
    position: relative;
    z-index: 2;
}
@media (max-width: 767px) {
    .page__breadcrumbs {
        padding: 26px 0;
    }
}
img,
svg,
.svg {
    display: block;
}
.anchor {
    position: relative;
    top: -140px;
}
@media (max-width: 1199px) {
    .anchor {
        top: -146px;
    }
}
@media (max-width: 767px) {
    .anchor {
        top: -134px;
    }
}
.container {
    width: 1160px;
    max-width: 100%;
    padding: 0 30px;
    margin: 0 auto;
}
@media (max-width: 500px) {
    .container {
        padding: 0 20px;
    }
}
@media (max-width: 375px) {
    .container {
        padding: 0 15px;
    }
}
.row {
    margin: 0 -15px;
    display: flex;
}
.col {
    flex: 1;
    padding: 0 15px;
}
h1,
h2,
h3,
h4,
p,
ul,
ol {
    margin: 0;
    padding: 0;
}
.title {
    font-size: 100px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}
@media (max-width: 991px) {
    .title {
        font-size: 70px;
    }
}
@media (max-width: 767px) {
    .title {
        font-size: 40px;
    }
}
a {
    text-decoration: none;
    color: #ed1c24;
}
b {
    font-weight: 600;
}
strong {
    font-weight: 450;
}
.text {
    font-size: 20px;
    line-height: 26px;
}
@media (max-width: 991px) {
    .text {
        font-size: 18px;
        line-height: 22px;
    }
}
@media (max-width: 767px) {
    .text {
        font-size: 16px;
        line-height: 20px;
    }
}
.text p,
.text ol,
.text ul {
    margin-bottom: 24px;
}
.text ol,
.text ul {
    padding-left: 1.3em;
}
.text ol ul {
    list-style: disc;
    margin-bottom: 0;
}
.text b {
    color: #000;
}
.text a {
    display: inline-block;
    line-height: 1.1;
    color: #000;
    border-bottom: 1px solid #000;
    transition: border-color 0.2s;
}
.text a:hover {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.text > :last-child {
    margin-bottom: 0;
}
/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.check-ticket {
    font-size: 18px;
    line-height: 20px;
}
.check-ticket__row {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.check-ticket__row:last-child {
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .check-ticket__row {
        margin-bottom: 20px;
        display: block;
    }
}
.check-ticket__col1 {
    width: 314px;
    min-width: 314px;
    margin-right: 25px;
}
@media (max-width: 991px) {
    .check-ticket__col1 {
        width: 250px;
        min-width: 250px;
    }
}
@media (max-width: 767px) {
    .check-ticket__col1 {
        width: 100%;
        min-width: 100%;
    }
}
@media (max-width: 767px) {
    .check-ticket__label {
        padding-bottom: 10px;
    }
}
.check-ticket__label span {
    color: #a6a6a6;
}
.check-ticket__col2 {
    flex: 1;
}
.check-ticket__input {
    height: 60px;
}
.check-ticket__button-wrap {
    text-align: center;
    padding-top: 60px;
}
@media (max-width: 767px) {
    .check-ticket__button-wrap {
        padding-top: 40px;
    }
}
.check-ticket__result {
    margin-top: 40px;
}
.check-ticket__result-title {
    font-size: 24px;
    line-height: 26px;
    font-weight: 900;
    margin-bottom: 23px;
}
.check-ticket__table-wrap {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-bottom: 10px;
    overflow-x: auto;
}
.check-ticket__result-table span {
    background: #ff0;
}
.check-ticket__status-cell {
    white-space: nowrap;
    color: #138700;
}
.check-ticket__status-cell-canceled {
    color: #ed1c24;
}
.check-ticket__error {
    color: #ed1c24;
}
.form-customer {
    padding: 20px;
    padding-bottom: 40px;
    background: #fff;
}
.form-customer__fields {
    display: flex;
    margin: auto -8px;
    flex-wrap: wrap;
}
.form-customer__field-wrap {
    padding: 0 8px;
    margin-bottom: 24px;
}
@media (max-width: 1199px) {
    .form-customer__field-wrap {
        width: 25%;
    }
}
@media (max-width: 991px) {
    .form-customer__field-wrap {
        width: 33.3333%;
    }
}
@media (max-width: 767px) {
    .form-customer__field-wrap {
        width: 50%;
    }
}
@media (max-width: 574px) {
    .form-customer__field-wrap {
        width: 100%;
    }
}
.form-customer__field-wrap--full-width {
    width: 100%;
}
.form-customer__field {
    width: 243px;
}
@media (max-width: 1199px) {
    .form-customer__field {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .form-customer__field {
        width: 100%;
    }
}
.form-customer__field--width-auto {
    width: auto;
}
.form-customer__button-wrap {
    padding-top: 26px;
}
@media (max-width: 480px) {
    .form-customer__button-wrap {
        margin-left: -9px;
        margin-right: -9px;
    }
}
.feedback-form {
    font-size: 18px;
    line-height: 20px;
}
.feedback-form__title-wrap {
    text-align: center;
    margin-bottom: 40px;
}
@media (max-width: 767px) {
    .feedback-form__title-wrap {
        margin-bottom: 24px;
    }
}
.feedback-form__title {
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 16px;
}
@media (max-width: 767px) {
    .feedback-form__title {
        margin-bottom: 12px;
    }
}
.feedback-form__fields {
    margin-bottom: 38px;
}
.feedback-form__row {
    display: flex;
    margin-bottom: 8px;
}
@media (max-width: 767px) {
    .feedback-form__row {
        display: block;
        margin-bottom: 16px;
    }
}
.feedback-form__row:last-child {
    margin-bottom: 0;
}
.feedback-form__col1 {
    min-width: 297px;
    padding-right: 30px;
    padding-top: 10px;
}
@media (max-width: 991px) {
    .feedback-form__col1 {
        min-width: 200px;
    }
}
@media (max-width: 767px) {
    .feedback-form__col1 {
        min-width: 100%;
        padding-top: 0;
        margin-bottom: 5px;
    }
}
.feedback-form__col2 {
    flex: 1;
}
.feedback-form__textarea {
    height: 358px;
}
@media (max-width: 991px) {
    .feedback-form__textarea {
        height: 200px;
    }
}
.catalog-filter__title {
    font-size: 20px;
    line-height: 1;
    font-weight: 900;
    margin-bottom: 22px;
}
.catalog-filter__items {
    margin-bottom: 24px;
}
.catalog-filter__item {
    border-bottom: 1px solid #979797;
    padding-bottom: 24px;
    margin-bottom: 24px;
}
.catalog-filter__item:last-child {
    margin-bottom: 0;
}
.catalog-filter__button {
    min-width: 100% !important;
    margin-bottom: 20px;
}
.catalog-filter__button:last-child {
    margin-bottom: 0;
}
.form-login {
    padding: 32px 50px;
    background: #e1e4e9;
}
@media (max-width: 574px) {
    .form-login {
        padding: 30px 20px;
    }
}
.form-login__fields {
    margin-bottom: 40px;
}
.form-login__field {
    margin-bottom: 28px;
}
.form-login__field:last-child {
    margin-bottom: 0;
}
.form-login__button-wrap {
    text-align: center;
    margin-bottom: 28px;
}
@media (max-width: 480px) {
    .form-login__button-wrap {
        margin-left: -9px;
        margin-right: -9px;
    }
}
.form-login__forgot-wrap {
    text-align: center;
}
.form-login__forgot {
    color: #000;
}
.partners-form {
    font-size: 18px;
    line-height: 20px;
    padding: 40px 65px;
    background: #e1e4e9;
}
@media (max-width: 991px) {
    .partners-form {
        padding: 40px;
    }
}
@media (max-width: 767px) {
    .partners-form {
        padding: 40px 30px;
    }
}
@media (max-width: 574px) {
    .partners-form {
        padding: 40px 15px;
    }
}
.partners-form__title-wrap {
    text-align: center;
    margin-bottom: 40px;
}
@media (max-width: 767px) {
    .partners-form__title-wrap {
        text-align: left;
        margin-bottom: 24px;
    }
}
.partners-form__title {
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 16px;
}
@media (max-width: 767px) {
    .partners-form__title {
        font-size: 18px;
        margin-bottom: 14px;
    }
}
.partners-form__title span {
    display: block;
    font-size: 20px;
    font-weight: 300;
    padding: 8px 0;
}
@media (max-width: 767px) {
    .partners-form__title span {
        font-size: 16px;
        padding: 5px 0 0;
    }
}
@media (max-width: 767px) {
    .partners-form__subtitle {
        font-size: 16px;
        line-height: 24px;
    }
}
.partners-form__fields {
    margin-bottom: 22px;
}
.partners-form__fields--mb1 {
    margin-bottom: 60px;
}
@media (max-width: 767px) {
    .partners-form__fields--mb1 {
        margin-bottom: 40px;
    }
}
.partners-form__fields--mb2 {
    margin-bottom: 40px;
}
.partners-form__row {
    display: flex;
    align-items: center;
    padding-right: 77px;
    margin-bottom: 20px;
}
@media (max-width: 1199px) {
    .partners-form__row {
        padding-right: 0;
    }
}
@media (max-width: 767px) {
    .partners-form__row {
        display: block;
        margin-bottom: 20px;
    }
}
.partners-form__row--mb1 {
    margin-bottom: 8px;
}
@media (max-width: 767px) {
    .partners-form__row--mb1 {
        margin-bottom: 20px;
    }
}
.partners-form__row:last-child {
    margin-bottom: 0;
}
.partners-form__col1 {
    width: 297px;
    min-width: 297px;
    padding-right: 30px;
}
@media (max-width: 991px) {
    .partners-form__col1 {
        width: 210px;
        min-width: 210px;
    }
}
@media (max-width: 767px) {
    .partners-form__col1 {
        min-width: 100%;
        padding-right: 0;
        margin-bottom: 5px;
    }
    .partners-form__col1--mb1 {
        margin-bottom: 10px;
    }
}
.partners-form__col2 {
    flex: 1;
}
.partners-form__captcha-wrap {
    width: 377px;
    max-width: 100%;
    padding-top: 18px;
}
.partners-form__button {
    background: #fff;
}
.quick-order-form__title-wrap {
    text-align: center;
    margin-bottom: 20px;
}
.quick-order-form__fields {
    margin-bottom: 40px;
}
.quick-order-form__field {
    margin-bottom: 20px;
}
.quick-order-form__field--counter {
    padding: 20px 0;
}
.quick-order-form__field:last-child {
    margin-bottom: 0;
}
.to-order-form__title-wrap {
    text-align: center;
    margin-bottom: 20px;
}
.to-order-form__rows,
.to-order-form__counter {
    margin-bottom: 40px;
}
.to-order-form__counter {
    display: flex;
    justify-content: center;
}
.to-order-form__row {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .to-order-form__row {
        display: block;
    }
}
.to-order-form__row:last-child {
    margin-bottom: 0;
}
.to-order-form__row--2 {
    margin-left: -12px;
    margin-right: -12px;
}
.to-order-form__col {
    flex: 1;
    padding: 0 15px;
}
@media (max-width: 767px) {
    .to-order-form__col {
        margin-bottom: 20px;
    }
    .to-order-form__col:last-child {
        margin-bottom: 0;
    }
}
.to-order-form__col--2 {
    padding: 0 12px;
}
.to-order-form__fields {
    margin-bottom: 40px;
}
.to-order-form__field {
    margin-bottom: 20px;
}
.to-order-form__field:last-child {
    margin-bottom: 0;
}
.cookie-use {
    width: 100%;
    display: flex;
    justify-content: center;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 4;
}
.cookie-use.showed {
    display: none;
}
.cookie-use__inner {
    width: 570px;
    max-width: 100%;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    text-align: center;
    background: #000;
    padding: 19px 10px;
}
.cookie-use__text {
    margin-bottom: 10px;
}
.cookie-use__text a {
    color: #fff;
    border-bottom: 1px solid;
    transition: border-color 0.2s;
}
.cookie-use__text a:hover {
    border-color: rgba(255, 255, 255, 0);
}
.cookie-use__button {
    font-size: 18px;
    line-height: 1;
    color: #000;
    width: 180px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    cursor: pointer;
    transition: background 0.2s;
}
.cookie-use__button:hover {
    background: #ed1c24;
    color: #fff;
}
.footer {
    background: #000;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    padding: 80px 0 60px;
    position: relative;
}
@media (max-width: 991px) {
    .footer {
        padding: 80px 0 114px;
    }
}
@media (max-width: 767px) {
    .footer {
        padding: 56px 0 97px;
    }
}
.footer__shape {
    width: 70px;
    height: 49px;
    color: #ed1c24;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}
@media (max-width: 991px) {
    .footer__shape {
        width: 52px;
        height: 36px;
    }
}
.footer__shape svg {
    width: 100%;
    height: 100%;
}
.footer__row {
    margin-left: -27px;
    margin-right: -27px;
}
@media (max-width: 1199px) {
    .footer__row {
        flex-wrap: wrap;
    }
}
@media (max-width: 574px) {
    .footer__row {
        display: block;
    }
}
@media (max-width: 374px) {
    .footer__row {
        margin: 0;
    }
}
.footer__col {
    padding: 0 27px;
    margin-bottom: 55px;
}
@media (max-width: 374px) {
    .footer__col {
        padding: 0;
    }
}
.footer__col--1 {
    flex-basis: 394px;
    flex-grow: 0;
}
.footer--border-top {
    border-top: 11px solid #fff;
}
.footer-list__title {
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.footer-list__items {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-list__items--2 {
    margin-top: 62px;
}
@media (max-width: 767px) {
    .footer-list__items--2 {
        margin-top: 55px;
    }
}
.footer-list__item {
    margin-bottom: 8px;
}
.footer-list__item--mb1 {
    margin-bottom: 22px;
}
.footer-list__item:last-child {
    margin-bottom: 0;
}
.footer-list__link,
.footer-list__text a {
    color: #fff;
    transition: color 0.2s;
}
.footer-list__link:hover,
.footer-list__text a:hover {
    color: #e1e4e9;
}
.footer-list__link--uppercase,
.footer-list__text a--uppercase {
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
}
.footer-list__link--uppercase:hover,
.footer-list__text a--uppercase:hover {
    color: #ed1c24;
}
.footer-list__text {
    margin-bottom: 24px;
    line-height: 24px;
}
.footer-list__socials {
    margin-bottom: 4px;
}
.footer-list__social {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
}
.footer-bottom {
    padding-top: 16px;
    border-top: 1px solid #ed1c24;
}
@media (max-width: 767px) {
    .footer-bottom {
        padding-top: 24px;
    }
}
.footer-bottom__items {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-bottom__item {
    margin-bottom: 20px;
}
.footer-bottom__item:last-child {
    margin-bottom: 0;
}
.footer-bottom__link {
    color: #fff;
}
.footer-bottom__link:hover {
    color: #e1e4e9;
}
.header-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background: #000;
}
@media (max-width: 991px) {
    .header-bg {
        height: 76px;
    }
}
@media (max-width: 767px) {
    .header-bg {
        height: 64px;
    }
}
.header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 4;
}
.header__inner {
    height: 90px;
    background: #000;
    position: relative;
    z-index: 2;
    transition: height 0.3s;
}
@media (max-width: 991px) {
    .header__inner {
        height: 76px;
    }
}
@media (max-width: 767px) {
    .header__inner {
        height: 64px;
    }
}
.header.scroll .header__inner {
    height: 40px;
}
.header.scroll.full-height .header__inner {
    height: 90px;
}
@media (max-width: 991px) {
    .header.scroll.full-height .header__inner {
        height: 76px;
    }
}
@media (max-width: 767px) {
    .header.scroll.full-height .header__inner {
        height: 64px;
    }
}
.header__container,
.header__logo-wrap,
.header__nav-wrap {
    height: inherit;
}
.header__container {
    display: flex;
    justify-content: space-between;
}
.header__logo-wrap {
    padding: 18px 0;
    transition: padding 0.3s;
}
@media (max-width: 991px) {
    .header__logo-wrap {
        padding: 15px 0;
    }
}
.header.scroll .header__logo-wrap {
    padding: 4px 0;
}

.header.scroll .header__logo-wrap--full-height {
    padding: 0;
}
.header__logo {
    height: 100%;
    transition: height 0.3s;
}
.header__logo svg {
    width: auto;
    height: 100%;
}
.header__nav-wrap {
    display: flex;
    align-items: center;
}
@media (max-width: 991px) {
    .header__nav-wrap {
        display: none;
    }
}
.header__burger-wrap {
    display: none;
}
@media (max-width: 991px) {
    .header__burger-wrap {
        display: flex;
        align-items: center;
    }
}
.header__search-wrap {
    width: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
    top: -52px;
    transition: top 0.3s;
    z-index: 1;
}
@media (max-width: 991px) {
    .header__search-wrap {
        display: none;
    }
}
.header__search-wrap.active {
    top: 94px;
}
.header.scroll .header__search-wrap.active {
    top: 44px;
}
.header__search-container {
    display: flex;
    justify-content: flex-end;
    padding-right: 0;
}
.header__search-field {
    width: 480px;
    margin-right: 25px;
    box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.25);
}
.mobile-nav {
    width: 100%;
    font-family: 'Futura PT', sans-serif;
    position: absolute;
    top: 0;
    left: -1000px;
    height: 100vh;
    background: none;
    display: none;
    z-index: 1;
}
@media (max-width: 991px) {
    .mobile-nav {
        display: block;
    }
}
.mobile-nav.active {
    left: 0;
}
.mobile-nav.active .mobile-nav__list {
    left: 0;
    transition: left 0.3s;
}
.mobile-nav__items {
    height: 100%;
    background: #000;
    transition: all 0.3s;
    overflow-y: auto;
    padding: 76px 30px 36px;
    position: relative;
    opacity: 0;
    transition: opacity 0.2s;
    pointer-events: none;
}
@media (max-width: 767px) {
    .mobile-nav__items {
        padding: 56px 30px 36px;
    }
}
@media (max-width: 374px) {
    .mobile-nav__items {
        padding: 56px 15px 36px;
    }
}
.mobile-nav.active .mobile-nav__items {
    left: 0;
    opacity: 1;
    pointer-events: auto;
}
.mobile-nav__list {
    background: #000;
    padding: 20px 0;
    position: relative;
    left: -100%;
}
.mobile-nav.active .mobile-nav__list {
    left: 0;
    transition: left 0.3s;
}
.mobile-nav__item {
    font-size: 22px;
    line-height: 1;
    font-weight: 500;
    padding: 10px 0;
}
.mobile-nav__link {
    color: #fff;
    text-transform: uppercase;
}
.mobile-nav__link.active {
    color: #ed1c24;
    font-weight: 700;
    pointer-events: none;
}
.mobile-nav__link--color1 {
    color: #ed1c24;
}
.mobile-nav__subitems {
    list-style: none;
    padding: 12px 0 18px;
}
.mobile-nav__subitem {
    margin-bottom: 12px;
}
.mobile-nav__subitem:last-child {
    margin-bottom: 0;
}
.mobile-nav__sublink {
    font-size: 18px;
    line-height: 1;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
}
.mobile-nav__sublink.active {
    color: #ed1c24;
}
.mobile-nav__buttons {
    padding: 0 15px;
    padding-top: 30px;
}
.mobile-nav__button-wrap {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}
.mobile-nav__button-wrap:last-child {
    margin-bottom: 0;
}
.mobile-nav__button {
    width: 100%;
}
.header-nav {
    height: 100%;
    display: flex;
    align-items: center;
}
.header-nav__list {
    height: inherit;
    display: flex;
    align-items: center;
}
.header-nav__list--icons {
    margin-left: 74px;
}
@media (max-width: 1199px) {
    .header-nav__list--icons {
        margin-left: 40px;
    }
}
.header-nav__item {
    font-size: 16px;
    line-height: 32px;
    margin-left: 28px;
    font-weight: 400;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}
@media (max-width: 1199px) {
    .header-nav__item {
        margin-left: 18px;
    }
}
.header-nav__item:first-child {
    margin-left: 0;
}
.header-nav__list--icons .header-nav__item {
    margin-left: 24px;
}
@media (max-width: 1199px) {
    .header-nav__list--icons .header-nav__item {
        margin-left: 18px;
    }
}
.header-nav__list--icons .header-nav__item:first-child {
    margin-left: 0;
}
.header-nav__item--subitems {
    height: 100%;
}
.header-nav__link {
    color: #fff;
    text-transform: uppercase;
    transition: color 0.2s, font-size 0.2s;
}
.header-nav__item:hover .header-nav__link {
    color: #ed1c24;
}
.header-nav__item.active .header-nav__link {
    color: #ed1c24;
    font-weight: 700;
}
.header-nav__icon {
    height: 24px;
    color: #fff;
    position: relative;
    cursor: pointer;
    transition: width 0.2s, height 0.2s;
}
.header-nav__icon svg {
    height: 100%;
    width: auto;
}
.header-nav__icon:hover {
    color: #ed1c24;
}
.header-nav__icon.active {
    color: #ed1c24;
    pointer-events: none;
}
.header-nav__item--user.active .header-nav__icon {
    color: #ed1c24;
}
.header-nav__item--user.active .header-nav__icon svg {
    fill: #ed1c24;
}
.header-nav__counter {
    font-size: 7px;
    line-height: 1;
    color: #ed1c24;
    font-weight: 900;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
    position: absolute;
    right: -4px;
    top: -2px;
}
.header-nav__subitems-wrap {
    position: absolute;
    left: 50%;
    transform: translateX(-40%);
    top: 100%;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    transition: opacity 0.5s;
}
@media (max-width: 991px) {
    .header-nav__subitems-wrap {
        display: none;
    }
}
@media (max-width: 1199px) {
    .header-nav__subitems-wrap--catalog {
        margin-left: 20px;
    }
}
@media (max-width: 1225px) {
    .header-nav__subitems-wrap--user {
        margin-left: -20px;
    }
}
.header-nav__item:hover .header-nav__subitems-wrap {
    opacity: 1;
    pointer-events: auto;
}
.header-nav__subitems-arrow {
    color: #ed1c24;
    width: 28px;
    height: 19px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 18px;
    opacity: 0;
    pointer-events: none;
    transition: bottom 0.3s, opacity 0.3s;
}
.header-nav__item:hover .header-nav__subitems-arrow {
    bottom: 10px;
    opacity: 1;
}
.header.scroll .header-nav__subitems-arrow {
    display: none;
}
.header-nav__item:hover .header-nav__subitems-arrow--icon-item {
    bottom: 0;
}
.header-nav__subitems-arrow svg {
    width: 100%;
    height: 100%;
}
.header-sub-nav__items {
    border-top: 10px solid #ed1c24;
    overflow: hidden;
}
.header.scroll .header-sub-nav__items {
    border-top: 4px solid #ed1c24;
}
.header-sub-nav__row,
.header-sub-nav__list {
    padding: 9px 0;
    background: #000;
    color: #fff;
    display: flex;
    margin-top: -200px;
    transition: margin-top 0.3s;
}
.header-nav__item:hover .header-sub-nav__row,
.header-nav__item:hover .header-sub-nav__list {
    margin-top: 0;
}
.header-sub-nav__list {
    min-width: 110px;
    text-align: center;
    list-style: none;
    display: block;
    padding: 20px 5px;
}
.header-sub-nav__item {
    margin-bottom: 8px;
}
.header-sub-nav__item:last-child {
    margin-bottom: 0;
}
.header-nav__item--user.active .header-sub-nav__item {
    display: none;
}
.header-sub-nav__item--hidden {
    display: none;
}
.header-nav__item--user.active .header-sub-nav__item--hidden {
    display: block;
}
.header-sub-nav__link {
    color: #fff;
    text-transform: uppercase;
    transition: color 0.2s;
}
.header-sub-nav__link:hover {
    color: #ed1c24;
}
.header-sub-nav__col {
    border-right: 1px solid #d9d9d9;
    width: 176px;
}
.header-sub-nav__col:last-child {
    border: none;
}
.header-sub-item {
    height: 100%;
    display: block;
    font-size: 14px;
    line-height: 14px;
    font-weight: 300;
    color: #fff;
    text-align: left;
    padding: 8px 14px 11px;
    position: relative;
}
.header-sub-item:before {
    content: '';
    display: block;
    width: 100%;
    background: #232323;
    position: absolute;
    left: 0;
    top: -1px;
    bottom: -1px;
    opacity: 0;
    transition: opacity 0.5s;
}
:hover > .header-sub-item:before {
    opacity: 1;
}
.header-sub-item__title-wrap {
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-sub-item__img {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.header-sub-item__img--1 {
    width: 122px;
}
.header-sub-item__img--2 {
    width: 90px;
}
.header-sub-item__img--3 {
    width: 73px;
}
.header-sub-item__img svg {
    width: 100%;
    height: auto;
}
.header-sub-item__title-wrap {
    margin-bottom: 33px;
    height: 42px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.header-sub-item__title {
    text-transform: uppercase;
    font-weight: 900;
}
.header-sub-item__text {
    position: relative;
}
.hotbar {
    box-shadow: -4px 4px 12px rgba(0, 0, 0, 0.15);
    position: fixed;
    right: 0;
    bottom: 18%;
    z-index: 3;
}
@media (max-width: 991px) {
    .hotbar {
        bottom: 154px;
    }
}
.hotbar__item {
    width: 38px;
    height: 42px;
    color: #fff;
    background: #000;
    overflow: hidden;
    transition: width 0.3s, background 0.2s;
}
.hotbar__item:nth-child(2) {
    background: #ed1c24;
}
.hotbar:hover .hotbar__item {
    width: 84px;
}
.hotbar__item-inner {
    display: flex;
    position: relative;
    left: 0;
    transition: left 0.3s;
}
.hotbar:hover .hotbar__item-inner {
    left: -38px;
}
.hotbar__icon {
    width: 38px;
    min-width: 38px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.hotbar__logo {
    display: block;
    width: 84px;
    min-width: 84px;
    height: 42px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: transform 0.2s;
}
.hotbar__logo-text {
    font-size: 9px;
    line-height: 11px;
    color: #fff;
    font-weight: 400;
    text-align: center;
}
.home-loader {
    height: 100%;
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
}
.home-loader.hide {
    display: none;
}
.home-loader__img-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.home-loader__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.home-loader__container {
    width: 100%;
}
@media (max-width: 991px) {
    .home-loader__container {
        padding: 0;
    }
}
.home-loader__row {
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: 0;
}
.home-loader__col {
    padding: 0 15px;
    display: flex;
    justify-content: center;
    flex: 1;
}
@media (max-width: 991px) {
    .home-loader__col {
        flex: none;
        min-width: 100%;
    }
}
.home-loader__col-3 {
    flex: 1.5;
}
@media (max-width: 991px) {
    .home-loader__col-3 {
        flex: none;
    }
}
.home-loader__item {
    width: 276px;
    position: relative;
    opacity: 0;
    left: -1000%;
}
@media (max-width: 1199px) {
    .home-loader__item {
        width: 220px;
    }
}
@media (max-width: 991px) {
    .home-loader__item {
        left: 0;
        width: 253px;
        opacity: 1;
    }
}
.home-loader__item svg {
    width: 100%;
    height: auto;
}
.home-loader__item--3 {
    width: 435px;
}
@media (max-width: 1199px) {
    .home-loader__item--3 {
        width: 348px;
    }
}
@media (max-width: 991px) {
    .home-loader__item--3 {
        width: 348px;
    }
}
@media (max-width: 374px) {
    .home-loader__item--3 {
        width: 300px;
    }
}
.home-loader.show-items .home-loader__img-wrap {
    opacity: 1;
    transition: opacity 3s;
}
.home-loader.show-items .home-loader__row {
    opacity: 1;
}
@media (max-width: 991px) {
    .home-loader.show-items .home-loader__row {
        animation: loader-row 3.5s;
    }
}
.home-loader.show-items .home-loader__item {
    opacity: 1;
    left: 0;
}
@media (min-width: 992px) {
    .home-loader.show-items .home-loader__item {
        transform: translate(-100vw, 0);
    }
}
@media (min-width: 992px) {
    .home-loader.show-items .home-loader__item--4 {
        animation: loader-fly-from-left 2s forwards;
    }
}
@media (min-width: 992px) {
    .home-loader.show-items .home-loader__item--3 {
        animation: loader-fly-from-left 2s 0.7s forwards;
    }
}
@media (min-width: 992px) {
    .home-loader.show-items .home-loader__item--2 {
        animation: loader-fly-from-left 2s 1.4s forwards;
    }
}
@media (min-width: 992px) {
    .home-loader.show-items .home-loader__item--1 {
        animation: loader-fly-from-left 2s 2.1s forwards;
    }
}
@-moz-keyframes loader-fly-from-left {
    to {
        transform: translate(0, 0);
    }
}
@-webkit-keyframes loader-fly-from-left {
    to {
        transform: translate(0, 0);
    }
}
@-o-keyframes loader-fly-from-left {
    to {
        transform: translate(0, 0);
    }
}
@keyframes loader-fly-from-left {
    to {
        transform: translate(0, 0);
    }
}
@-moz-keyframes loader-row {
    0% {
        left: -300%;
    }
    33.3333% {
        left: -200%;
    }
    66.6666% {
        left: -100%;
    }
    100% {
        left: 0%;
    }
}
@-webkit-keyframes loader-row {
    0% {
        left: -300%;
    }
    33.3333% {
        left: -200%;
    }
    66.6666% {
        left: -100%;
    }
    100% {
        left: 0%;
    }
}
@-o-keyframes loader-row {
    0% {
        left: -300%;
    }
    33.3333% {
        left: -200%;
    }
    66.6666% {
        left: -100%;
    }
    100% {
        left: 0%;
    }
}
@keyframes loader-row {
    0% {
        left: -300%;
    }
    33.3333% {
        left: -200%;
    }
    66.6666% {
        left: -100%;
    }
    100% {
        left: 0%;
    }
}
.scroll-top {
    width: 0;
    background: #ed1c24;
    display: flex;
    position: fixed;
    right: 0;
    bottom: 48px;
    z-index: 4;
    cursor: pointer;
    overflow: hidden;
    transition: width 0.3s;
}
@media (max-width: 991px) {
    .scroll-top {
        bottom: 84px;
    }
}
.scroll-top.active {
    width: 38px;
}
.scroll-top__inner {
    width: 38px;
    min-width: 38px;
    height: 38px;
    background: #ed1c24;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page__sidebar {
    width: 286px;
    min-width: 286px;
    margin-right: 23px;
}
@media (max-width: 1199px) {
    .page__sidebar {
        width: 220px;
        min-width: 220px;
    }
}
@media (max-width: 991px) {
    .page__sidebar {
        width: 100%;
        margin-right: 0;
        position: fixed;
        left: -110%;
        top: 0;
        height: 100vh;
        z-index: 3;
    }
}
@media (max-width: 991px) {
    .page__sidebar.active {
        left: 0;
        background: rgba(52, 52, 52, 0.34);
    }
}
.page__sidebar.active .page__sidebar-inner {
    left: 0;
}
.page__sidebar-inner {
    width: 380px;
    max-width: 100%;
    height: 100%;
    background: #fff;
    position: relative;
}
@media (max-width: 991px) {
    .page__sidebar-inner {
        padding: 15px;
        overflow-y: auto;
        left: -380px;
        transition: left 0.2s;
    }
}
.sidebar-open {
    padding: 16px;
    background: #f5f7fa;
    margin-bottom: 40px;
    cursor: pointer;
    display: none;
}
@media (max-width: 991px) {
    .sidebar-open {
        display: flex;
        align-items: center;
    }
}
@media (max-width: 767px) {
    .sidebar-open {
        justify-content: center;
    }
}
@media (max-width: 574px) {
    .sidebar-open {
        margin-left: -24px;
        margin-right: -24px;
    }
}
.sidebar-open__icon {
    color: #ed1c24;
    margin-right: 15px;
}
.sidebar-open__text {
    font-size: 16px;
}
.sidebar-close {
    color: #ed1c24;
    position: absolute;
    top: 22px;
    right: 16px;
    cursor: pointer;
    display: none;
}
@media (max-width: 991px) {
    .sidebar-close {
        display: block;
    }
}
.modal-catalog-open__inner,
.modal-catalog-ofer__inner {
    width: 460px;
    max-width: 100%;
    background: #fff;
    padding: 45px 35px 45px;
}
@media (max-width: 574px) {
    .modal-catalog-open__inner,
    .modal-catalog-ofer__inner {
        padding: 60px 18px;
    }
}
.modal-catalog-ofer__text {
    font-family: 'Futura PT', sans-serif;
    font-size: 20px;
}
@media (max-width: 767px) {
    .modal-feedback .modal__close {
        right: 14px;
        top: 14px;
    }
}
.modal-feedback__inner {
    width: 1100px;
    max-width: 100%;
    background: #fff;
    padding: 38px 65px 40px;
}
@media (max-width: 991px) {
    .modal-feedback__inner {
        padding: 38px 40px 40px;
    }
}
@media (max-width: 574px) {
    .modal-feedback__inner {
        padding: 38px 30px 40px;
    }
}
@media (max-width: 374px) {
    .modal-feedback__inner {
        padding: 38px 20px 40px;
    }
}
.modal-hint-img__inner {
    width: 1077px;
    max-width: 100%;
    background: #fff;
    padding: 40px;
}
@media (max-width: 767px) {
    .modal-hint-img__inner {
        padding: 30px;
    }
}
@media (max-width: 574px) {
    .modal-hint-img__inner {
        padding: 30px 15px;
    }
}
.modal-hint-img__title {
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 58px;
    padding: 0 20px;
}
@media (max-width: 767px) {
    .modal-hint-img__title {
        margin-bottom: 30px;
    }
}
.modal-hint-img__img-wrap img {
    max-width: 100%;
}
.modal-home .modal__overlay {
    opacity: 1;
    background: #000;
}
.modal-home .modal__body {
    padding: 0;
}
.modal-home .modal__window {
    height: 100%;
    width: 100%;
    padding: 0;
}
.modal-home .modal__close {
    display: none;
}
.modal-home__inner {
    height: 100%;
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    color: #fff;
}
.modal-home__row {
    justify-content: space-between;
    align-items: center;
}
.modal-home__col {
    padding: 0 15px;
}
.modal-home__item {
    position: relative;
    transition: left 0.3s;
}
.modal-home__item--1 {
    left: -300%;
}
.modal-home__item--2 {
    left: -200%;
}
.modal-home__item--3 {
    left: -100%;
}
.modal-home.active .modal-home__item {
    left: 0;
}
.modal-plasters__inner {
    width: 1140px;
    max-width: 100%;
    background: #fff;
    padding: 65px 100px 40px;
    overflow-x: auto;
}
@media (max-width: 1199px) {
    .modal-plasters__inner {
        padding: 65px 24px 40px;
    }
}
.modal-plasters__note {
    font-size: 11px;
    line-height: 16px;
    text-align: right;
    margin-top: 10px;
}
.modal-plasters-table {
    font-size: 11px;
    line-height: 16px;
    width: 100%;
}
.modal-plasters-table th {
    font-weight: 400;
    min-width: 43px;
    vertical-align: bottom;
}
.modal-plasters-table td {
    padding: 7px 10px;
}
.modal-plasters-table__heads-wrap {
    width: 280px;
    max-width: 280px;
    position: relative;
    vertical-align: middle !important;
}
.modal-plasters-table__heads-line {
    position: absolute;
    left: 4px;
    right: 4px;
    top: 4px;
    bottom: 4px;
    color: #d9d9d9;
}
.modal-plasters-table__heads-line svg {
    width: 100%;
    height: 100%;
}
.modal-plasters-table__heads {
    width: 278px;
    position: relative;
}
.modal-plasters-table__head {
    font-weight: 700;
}
.modal-plasters-table__head--right {
    padding-left: 174px;
    margin-bottom: 36px;
}
.modal-plasters-table__head--left {
    padding-left: 10px;
}
.modal-plasters-table__head-line {
    width: 304px;
    height: 1px;
    background: #d4d6dd;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -152px;
    transform: rotate(26.5deg);
}
.modal-plasters-table__vertical {
    padding: 8px 6px;
    position: relative;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
.modal-plasters-table__check {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #ed1c24;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
}
.modal-quick-order__inner {
    width: 706px;
    max-width: 100%;
    background: #fff;
    padding: 38px 74px 40px;
}
@media (max-width: 767px) {
    .modal-quick-order__inner {
        padding: 38px 30px 40px;
    }
}
@media (max-width: 574px) {
    .modal-quick-order__inner {
        padding: 38px 15px 40px;
    }
}
.modal-select-region__inner {
    width: 1100px;
    max-width: 100%;
    padding: 38px 60px 100px;
    background: #fff;
}
.modal-select-region__title {
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}
@media (max-width: 991px) {
    .select-region {
        background: #fff;
    }
}
.select-region > .slimScrollDiv {
    position: relative;
    z-index: 1;
}
.select-region__search {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 29px;
    position: relative;
    z-index: 4;
}
@media (max-width: 991px) {
    .select-region__search {
        margin-bottom: 20px;
    }
}
.select-region__results-wrap {
    position: relative;
}
.select-region__results {
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}
.select-region__results.active {
    height: auto;
}
.select-region__results .slimScrollBar {
    opacity: 1 !important;
    display: block !important;
    height: 60px !important;
}
.select-region__results-items {
    background: #f0f0f0;
    padding: 18px;
    padding-top: 12px;
    overflow: hidden;
    max-height: 470px;
}
@media (max-width: 991px) {
    .select-region__results-items {
        max-height: 428px;
    }
}
@media (max-width: 767px) {
    .select-region__results-items {
        max-height: 220px;
    }
}
.select-region__results-item {
    margin-bottom: 16px;
    display: none;
}
.select-region__results-item:last-child {
    margin-bottom: 0;
}
.select-region__results-item.active {
    display: block;
}
.select-region__result {
    color: #000;
    cursor: pointer;
    transition: color 0.2s;
}
.select-region__result:hover {
    color: #ed1c24;
}
.select-region__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    margin-bottom: -10px;
}
@media (max-width: 991px) {
    .select-region__row {
        margin: 0;
        padding-bottom: 10px;
    }
}
@media (max-width: 767px) {
    .select-region__row {
        max-height: 200px;
        overflow-y: auto;
    }
}
@media (max-width: 767px) {
    .select-region__row ~ .slimScrollBar {
        opacity: 1 !important;
        display: block !important;
        height: 60px !important;
    }
}
.select-region__col {
    width: 33.3333%;
    padding: 0 10px;
    margin-bottom: 10px;
}
@media (max-width: 991px) {
    .select-region__col {
        padding: 0 19px;
    }
}
@media (max-width: 767px) {
    .select-region__col {
        width: 50%;
    }
}
@media (max-width: 574px) {
    .select-region__col {
        width: 100%;
    }
}
.select-region__col:last-child {
    margin-bottom: 0;
}
.select-region__item {
    font-size: 24px;
    line-height: 30px;
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    cursor: pointer;
    transition: border-color 0.2s;
}
.select-region__item:hover {
    border-color: #000;
}
.modal-to-order__inner {
    width: 934px;
    max-width: 100%;
    background: #fff;
    padding: 38px 74px 40px;
}
@media (max-width: 767px) {
    .modal-to-order__inner {
        padding: 38px 30px 40px;
    }
}
@media (max-width: 574px) {
    .modal-to-order__inner {
        padding: 38px 15px 40px;
    }
}
.page-404 {
    padding: 60px 0 100px;
}
.page-404__container {
    padding: 0 15px;
}
.page-404__title {
    font-size: 44px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 76px;
    text-align: center;
}
@media (max-width: 991px) {
    .page-404__title {
        font-size: 34px;
        margin-bottom: 90px;
    }
}
@media (max-width: 767px) {
    .page-404__title {
        font-size: 24px;
        margin-bottom: 40px;
    }
}
.page-404__disc-wrap {
    padding: 0 60px;
    display: flex;
    justify-content: center;
    margin-bottom: 90px;
}
@media (max-width: 767px) {
    .page-404__disc-wrap {
        margin-bottom: 60px;
    }
}
@media (max-width: 574px) {
    .page-404__disc-wrap {
        padding: 0;
    }
}
.page-404__disc {
    width: 834px;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}
.page-404__text {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
}
@media (max-width: 767px) {
    .page-404__text {
        font-size: 20px;
        line-height: 24px;
    }
}
.page-404__text a {
    display: inline-block;
    color: #000;
    border-bottom: 1px solid #000;
    transition: border-color 0.2s;
}
.page-404__text a:hover {
    border-color: rgba(0, 0, 0, 0);
}
.about-brand {
    font-size: 24px;
    line-height: 26px;
    padding-bottom: 100px;
}
@media (max-width: 991px) {
    .about-brand {
        font-size: 20px;
        line-height: 23px;
    }
}
@media (max-width: 767px) {
    .about-brand {
        font-size: 16px;
        line-height: 20px;
    }
}
.about-brand__title-wrap {
    margin-bottom: 40px;
}
.about-brand__title,
.video__title {
    color: #e1e4e9;
}
@media (max-width: 767px) {
    .about-brand__title,
    .video__title {
        text-align: center;
        padding-right: 0;
    }
}
.about-brand__history-wrap {
    margin-bottom: 60px;
}
.about-brand-history__text-wrap {
    width: 58.8%;
    position: relative;
}
@media (max-width: 767px) {
    .about-brand-history__text-wrap {
        width: 100%;
    }
}
.about-brand-history__text p {
    margin-bottom: 40px;
}
@media (max-width: 767px) {
    .about-brand-history__text p {
        margin-bottom: 35px;
    }
}
.about-brand-history__text > :last-child {
    margin-bottom: 0;
}
.about-brand-history__drill-wrap {
    position: absolute;
    left: 100%;
    margin-left: 37px;
    top: 34px;
}
.about-brand-history__drill {
    width: 536px;
    height: auto;
    object-fit: cover;
}
.about-brand-history__patron {
    position: absolute;
    top: -89px;
    right: -769px;
    width: 821px;
    height: 772px;
}
.about-brand-partners {
    text-align: center;
}
.about-brand-partners__img-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 33px;
}
.about-brand-partners__title {
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .about-brand-partners__title {
        font-size: 24px;
    }
}
.about-brand-scale {
    padding: 180px 0 96px;
    position: relative;
}
@media (max-width: 991px) {
    .about-brand-scale {
        padding: 198px 0 173px;
    }
}
.about-brand-scale__word {
    position: absolute;
    left: 50%;
    margin-left: -718px;
    top: -112px;
}
@media (max-width: 1440px) {
    .about-brand-scale__word {
        left: 0;
        margin-left: 0;
    }
}
@media (max-width: 991px) {
    .about-brand-scale__word {
        width: 100px;
        top: 48px;
    }
    .about-brand-scale__word svg {
        height: auto;
        width: 100%;
    }
}
@media (max-width: 767px) {
    .about-brand-scale__word {
        width: 60px;
    }
}
.about-brand-scale__mark {
    position: absolute;
    left: 50%;
}
.about-brand-scale__mark--1 {
    width: 85px;
    margin-left: -516px;
    top: 339px;
}
@media (max-width: 991px) {
    .about-brand-scale__mark--1 {
        width: 48px;
        margin-left: -13px;
        top: auto;
        bottom: 88px;
    }
}
.about-brand-scale__mark--2 {
    width: 211px;
    margin-left: -606px;
    top: -20px;
}
@media (max-width: 991px) {
    .about-brand-scale__mark--2 {
        width: 85px;
        margin-left: 70px;
        top: auto;
        bottom: 60px;
    }
}
.about-brand-scale__mark--3 {
    width: 107px;
    margin-left: -81px;
    top: -7px;
}
@media (max-width: 991px) {
    .about-brand-scale__mark--3 {
        top: 0;
    }
}
.about-brand-scale__mark--4 {
    width: 48px;
    margin-left: 19px;
    top: 95px;
}
@media (max-width: 991px) {
    .about-brand-scale__mark--4 {
        top: 101px;
    }
}
.about-brand-scale__mark--5 {
    width: 281px;
    margin-left: 496px;
    top: 59px;
}
@media (max-width: 1440px) {
    .about-brand-scale__mark--5 {
        margin-left: 400px;
    }
}
@media (max-width: 991px) {
    .about-brand-scale__mark--5 {
        display: none;
    }
}
.about-brand-scale__mark--6 {
    width: 107px;
    margin-left: 431px;
    top: 353px;
}
@media (max-width: 1440px) {
    .about-brand-scale__mark--6 {
        margin-left: 335px;
    }
}
@media (max-width: 991px) {
    .about-brand-scale__mark--6 {
        display: none;
    }
}
.about-brand-scale__mark img {
    width: 100%;
}
.about-brand-scale__text-wrap {
    width: 770px;
    max-width: 100%;
    margin: 0 auto;
}
@media (max-width: 991px) {
    .about-brand-scale__text-wrap {
        width: 600px;
    }
}
.about-brand-scale__text p {
    margin-bottom: 24px;
}
.about-brand-scale__text > :last-child {
    margin-bottom: 0;
}
.about-brand-scale__more {
    margin-top: 40px;
}
@media (max-width: 991px) {
    .about-brand-scale__more {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .about-brand-scale__more {
        font-size: 20px;
        margin-top: 20px;
    }
}
.about-brand-title__drill-wrap-mobile {
    position: relative;
    height: 70px;
}
.about-brand-title__drill-mobile {
    position: absolute;
    top: 0;
    right: -55px;
    width: 330px;
    height: auto;
    object-fit: cover;
}
@media (max-width: 767px) {
    .about-brand-tradelines__container {
        padding: 0 20px;
    }
}
@media (max-width: 374px) {
    .about-brand-tradelines__container {
        padding: 0 15px;
    }
}
.about-brand-tradelines__list {
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    background: #000;
    color: #fff;
    padding: 60px 0 108px;
}
@media (max-width: 991px) {
    .about-brand-tradelines__list {
        font-size: 28px;
        line-height: 32px;
    }
}
@media (max-width: 767px) {
    .about-brand-tradelines__list {
        font-size: 22px;
        line-height: 26px;
        padding: 60px 0;
    }
}
.about-brand-tradelines__title {
    width: 1030px;
    max-width: 100%;
    margin: 0 auto 70px;
}
@media (max-width: 767px) {
    .about-brand-tradelines__title {
        margin-bottom: 60px;
    }
}
.about-brand-tradelines__row {
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 767px) {
    .about-brand-tradelines__row {
        display: block;
    }
}
.about-brand-tradelines__col {
    margin-right: 100px;
}
@media (max-width: 991px) {
    .about-brand-tradelines__col {
        margin-right: 60px;
    }
}
@media (max-width: 767px) {
    .about-brand-tradelines__col {
        margin-right: 0;
        margin-bottom: 60px;
        display: flex;
        justify-content: center;
    }
}
.about-brand-tradelines__col:last-child {
    margin-right: 0;
    margin-bottom: 0;
}
.about-brand-tradelines__col svg {
    width: 100%;
    height: auto;
}
.about-brand-tradelines__img1 {
    width: 348px;
}
@media (max-width: 1399px) {
    .about-brand-tradelines__img1 {
        width: 233px;
    }
}
.about-brand-tradelines__img2 {
    width: 227px;
}
@media (max-width: 1399px) {
    .about-brand-tradelines__img2 {
        width: 152px;
    }
}
.about-brand-tradelines__img3 {
    width: 197px;
}
@media (max-width: 1399px) {
    .about-brand-tradelines__img3 {
        width: 132px;
    }
}

.about-brand-tradelines__img4 {
    width: 197px;
}

@media (max-width: 1399px) {
    .about-brand-tradelines__img4 {
        width: 132px;
    }
}

.about-brand-tradelines__text-wrap {
    padding: 60px 0 95px;
}
@media (max-width: 991px) {
    .about-brand-tradelines__text-wrap {
        padding: 60px 0 36px;
    }
}
.about-brand-tradelines__text {
    text-align: center;
    width: 810px;
    max-width: 100%;
    margin: 0 auto;
}
.about-brand-tradelines__text p {
    margin-bottom: 24px;
}
.about-brand-tradelines__text > :last-child {
    margin-bottom: 0;
}
.about-brand-trademark {
    padding: 67px 0 124px;
    position: relative;
    overflow: hidden;
}
@media (max-width: 1199px) {
    .about-brand-trademark {
        padding: 67px 0 197px;
    }
}
@media (max-width: 991px) {
    .about-brand-trademark {
        padding: 43px 0 197px;
    }
}
.about-brand-trademark__word1,
.about-brand-trademark__word2,
.about-brand-trademark__bg-wrap {
    font-size: 168px;
    line-height: 117px;
    font-weight: 600;
    color: #f0f0f0;
    position: absolute;
    left: 50%;
    z-index: 1;
}
.about-brand-trademark__word1 {
    margin-left: -720px;
    top: 0;
}
@media (max-width: 1440px) {
    .about-brand-trademark__word1 {
        margin-left: 0;
        left: 0;
    }
}
@media (max-width: 991px) {
    .about-brand-trademark__word1 {
        height: 90px;
    }
    .about-brand-trademark__word1 svg {
        height: 100%;
        width: auto;
    }
}
@media (max-width: 767px) {
    .about-brand-trademark__word1 {
        height: 60px;
    }
}
.about-brand-trademark__word2 {
    margin-left: 573px;
    bottom: 0;
    z-index: 2;
}
@media (max-width: 1440px) {
    .about-brand-trademark__word2 {
        margin-left: 0;
        left: auto;
        right: 0;
    }
}
@media (max-width: 991px) {
    .about-brand-trademark__word2 {
        width: 120px;
    }
    .about-brand-trademark__word2 svg {
        height: auto;
        width: 100%;
    }
}
@media (max-width: 767px) {
    .about-brand-trademark__word2 {
        width: 70px;
    }
}
.about-brand-trademark__bg-wrap {
    position: absolute;
    margin-left: -1000px;
    bottom: -300px;
}
@media (max-width: 1199px) {
    .about-brand-trademark__bg-wrap {
        left: -180px;
        margin-left: 0;
        bottom: -175px;
    }
}
.about-brand-trademark__disc {
    width: 750px;
    height: auto;
    object-fit: cover;
}
@media (max-width: 1199px) {
    .about-brand-trademark__disc {
        width: 415px;
    }
}
.about-brand-trademark__container {
    display: flex;
    justify-content: flex-end;
}
@media (max-width: 1199px) {
    .about-brand-trademark__container {
        justify-content: center;
    }
}
.about-brand-trademark__text-wrap {
    width: 846px;
    position: relative;
    z-index: 2;
}
.about-brand-trademark__title {
    font-size: 60px;
    line-height: 1;
    font-weight: 900;
    margin-bottom: 40px;
}
@media (max-width: 991px) {
    .about-brand-trademark__title {
        font-size: 45px;
    }
}
@media (max-width: 767px) {
    .about-brand-trademark__title {
        font-size: 30px;
    }
}
.about-brand-trademark__text p {
    margin-bottom: 24px;
}
.about-brand-trademark__text > :last-child {
    margin-bottom: 0;
}
.articles {
    padding-bottom: 154px;
}
@media (max-width: 991px) {
    .articles {
        padding-bottom: 120px;
    }
}
@media (max-width: 767px) {
    .articles {
        padding-bottom: 100px;
    }
}
.articles__title-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: 80px;
}
@media (max-width: 991px) {
    .articles__title-wrap {
        margin-bottom: 60px;
    }
}
@media (max-width: 767px) {
    .articles__title-wrap {
        display: block;
        margin-bottom: 40px;
    }
}
.articles__title {
    color: #e1e4e9;
    min-width: 66.6666%;
    padding-right: 30px;
    order: -1;
}
@media (max-width: 767px) {
    .articles__title {
        text-align: center;
        min-width: 100%;
        padding-right: 0;
    }
}
@media (max-width: 767px) {
    .articles__img-wrap {
        width: 342px;
        margin-bottom: 8px;
        margin-left: 49%;
    }
    .articles__img-wrap img {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .articles__caliper-wrap {
        margin-bottom: 8px;
        margin-left: 49%;
    }
}
.articles__caliper {
    width: 560px;
    height: auto;
    object-fit: cover;
}
@media (max-width: 767px) {
    .articles__caliper {
        width: 342px;
    }
}
@media (max-width: 767px) {
    .articles__caliper2-wrap {
        margin-bottom: 8px;
        margin-left: 49%;
    }
}
.articles__caliper2 {
    width: 590px;
    height: auto;
    object-fit: cover;
}
@media (max-width: 767px) {
    .articles__caliper2 {
        width: 342px;
    }
}
@media (max-width: 767px) {
    .articles__drill-wrap {
        margin-bottom: 8px;
        margin-left: 49%;
    }
}
.articles__drill {
    width: 640px;
    height: auto;
    object-fit: cover;
}
@media (max-width: 767px) {
    .articles__drill {
        width: 342px;
    }
}
.articles__row {
    margin-bottom: 80px;
}
@media (max-width: 767px) {
    .articles__row {
        margin-bottom: 60px;
    }
}
.articles__row:last-child {
    margin-bottom: 0;
}
.articles__button-wrap {
    padding-top: 80px;
    text-align: center;
}
@media (max-width: 767px) {
    .articles__button-wrap {
        padding-top: 40px;
    }
}
.article {
    padding-bottom: 100px;
}
.article__intro {
    margin-bottom: 52px;
}
@media (max-width: 767px) {
    .article__intro {
        margin-bottom: 40px;
    }
}
.article__title-wrap {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}
.article__title {
    font-size: 24px;
    line-height: 26px;
    font-weight: 600;
    padding-right: 30px;
}
@media (max-width: 767px) {
    .article__title {
        font-size: 18px;
        line-height: 22px;
        padding-right: 0;
    }
}
.article__mute-text {
    font-size: 18px;
    line-height: 26px;
    color: #a6a6a6;
    font-weight: 300;
}
@media (max-width: 767px) {
    .article__mute-text {
        font-size: 16px;
        line-height: 20px;
    }
}
.article__button-wrap {
    margin-top: 97px;
    text-align: center;
}
@media (max-width: 991px) {
    .article__button-wrap {
        margin-top: 67px;
    }
}
@media (max-width: 767px) {
    .article__button-wrap {
        padding-top: 40px;
    }
}
.article-text__title,
.article-text .h2,
.article-text h2 {
    font-size: 24px;
    line-height: 26px;
    font-weight: 500;
    color: #ed1c24;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .article-text__title,
    .article-text .h2,
    .article-text h2 {
        font-size: 18px;
        line-height: 22px;
    }
}
.article-text p,
.article-text .quote,
.article-text ul,
.article-text ol,
.article-text .img-wrap,
.article-text .text-pane {
    margin-bottom: 60px;
}
@media (max-width: 767px) {
    .article-text p,
    .article-text .quote,
    .article-text ul,
    .article-text ol,
    .article-text .img-wrap,
    .article-text .text-pane {
        margin-bottom: 40px;
    }
}
.article-text .img-wrap {
    display: flex;
    justify-content: center;
    align-content: center;
}
@media (max-width: 767px) {
    .article-text .img-wrap {
        margin-left: -30px;
        margin-right: -30px;
    }
}
.article-text img {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}
.article-text > :last-child {
    margin-bottom: 0;
}
.quote {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.quote__text {
    display: inline-block;
    max-width: 100%;
    text-align: left;
}
@media (max-width: 991px) {
    .quote__text {
        line-height: 24px;
    }
}
.quote__mark {
    display: inline;
    font-size: 30px;
    line-height: 20px;
    font-weight: 600;
    color: #ed1c24;
    font-style: italic;
    margin-right: 5px;
}
@media (max-width: 991px) {
    .quote__mark {
        line-height: 16px;
        position: relative;
        top: 3px;
    }
}
@media (max-width: 767px) {
    .quote__mark {
        line-height: 10px;
        top: 5px;
    }
}
.quote__caption {
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: #a6a6a6;
    font-weight: 300;
    text-align: right;
    padding-top: 6px;
}
@media (max-width: 767px) {
    .quote__caption {
        font-size: 16px;
        line-height: 20px;
        padding-top: 10px;
    }
}
.text-pane {
    background: #000;
    color: #fff;
    padding: 20px;
}
@media (max-width: 767px) {
    .text-pane {
        padding: 32px;
        margin-left: -30px;
        margin-right: -30px;
    }
}
@media (max-width: 374px) {
    .text-pane {
        margin-left: -15px;
        margin-right: -15px;
    }
}
.text-pane__title {
    text-align: center;
    font-size: 24px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 10px;
}
@media (max-width: 767px) {
    .text-pane__title {
        font-size: 18px;
        line-height: 22px;
    }
}
@media (max-width: 767px) {
    .text-pane__text {
        text-align: center;
    }
}
.promo-intro {
    height: 430px;
    position: relative;
}
@media (max-width: 767px) {
    .promo-intro {
        height: auto;
    }
}
.promo-intro__img-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
@media (max-width: 767px) {
    .promo-intro__img-wrap {
        position: relative;
        height: 320px;
    }
}
.promo-intro__img-wrap:after {
    content: '';
    display: block;
    width: 70%;
    height: 100%;
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.8) 6.82%,
        rgba(0, 0, 0, 0) 89.27%
    );
    position: absolute;
    left: 0;
    top: 0;
}
.promo-intro__container {
    height: 100%;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media (max-width: 767px) {
    .promo-intro__container {
        margin-top: -87px;
    }
}
.promo-intro__text-wrap {
    color: #fff;
}
@media (max-width: 767px) {
    .promo-intro__text-wrap {
        color: #000;
        padding: 20px;
        background: rgba(239, 239, 239, 0.8);
        width: 480px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}
.promo-intro__title {
    font-size: 44px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 40px;
}
@media (max-width: 991px) {
    .promo-intro__title {
        font-size: 33px;
    }
}
@media (max-width: 767px) {
    .promo-intro__title {
        font-size: 22px;
        margin-bottom: 33px;
    }
}
.promo-intro__badge {
    margin-bottom: 33px;
}
@media (max-width: 767px) {
    .promo-intro__badge {
        margin-bottom: 20px;
    }
}
.promo-intro__text {
    font-size: 18px;
    line-height: 26px;
}
.basket {
    padding-bottom: 100px;
}
.basket__back-wrap {
    padding: 34px 0 50px;
    margin-left: -13px;
}
.basket__title {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 20px;
    font-weight: 900;
    margin-bottom: 20px;
}
.basket__button-text .basket__title {
    margin-bottom: 0;
}
.basket__amount {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 20px;
}
.basket__list {
    padding: 20px 10px;
    border: 1px solid #000;
    margin-bottom: 20px;
}
.basket__list:last-child {
    margin-bottom: 0;
}
.basket__item {
    border-top: 1px solid #000;
    padding: 20px 0;
}
.basket__item:first-child {
    border: none;
}
.basket__item--total {
    padding-top: 40px;
    border: none;
}
.basket__options-wrap {
    padding: 0 20px 20px;
}
.basket__bottom-text {
    text-align: center;
    width: 493px;
    max-width: 100%;
    margin: 40px auto 0;
}
.basket-row {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 18px;
    line-height: 24px;
}
.basket-row__col1 {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 80px;
    padding-right: 20px;
    flex: 1;
}
.basket-row__close {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.basket-row__img-wrap {
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 40px;
}
.basket-row__img-wrap img {
    max-width: 100%;
    max-height: 100%;
}
.basket-row__title {
    font-weight: 500;
    color: #000;
}
.basket-row__col2 {
    min-width: 433px;
    display: flex;
    align-items: center;
}
.basket-row__total {
    display: flex;
    align-items: center;
    padding-left: 25px;
}
.basket-row__button-wrap {
    margin-right: 18px;
}
.basket-row__price {
    font-weight: 700;
}
.basket-counter {
    display: flex;
    align-items: center;
}
.basket-counter__amount {
    margin-right: 24px;
    width: 32px;
}
.basket-counter__plusminus {
    margin-right: 18px;
}
.basket-counter__price {
    font-weight: 700;
}
.basket-options__title {
    font-weight: 500;
    margin-bottom: 20px;
}
.basket-options__items {
    display: flex;
}
.basket-options__item {
    margin-right: 40px;
}
.brand-intro__img-wrap {
    height: 440px;
}
@media (max-width: 767px) {
    .brand-intro__img-wrap {
        height: 320px;
    }
}
.brand-intro__pane-wrap {
    display: flex;
    justify-content: center;
    margin-top: -63px;
    padding: 0 33px;
}
@media (max-width: 991px) {
    .brand-intro__pane-wrap {
        margin-top: -190px;
    }
}
@media (max-width: 767px) {
    .brand-intro__pane-wrap {
        margin-top: -170px;
    }
}
@media (max-width: 374px) {
    .brand-intro__pane-wrap {
        padding: 0 15px;
    }
}
.brand-intro__pane {
    width: 770px;
    max-width: 100%;
    padding: 36px 30px 44px;
    position: relative;
    color: #fff;
    font-size: 24px;
    line-height: 26px;
    font-weight: 500;
}
.brand-intro__pane--bg1 {
    background: rgba(0, 0, 0, 0.8);
}
.brand-intro__pane--bg2 {
    background: rgba(237, 28, 36, 0.9);
}
.brand-intro__pane--bg3 {
    background: rgba(255, 255, 255, 0.9);
    color: #000;
}
@media (max-width: 991px) {
    .brand-intro__pane {
        padding: 36px 30px;
    }
}
@media (max-width: 767px) {
    .brand-intro__pane {
        font-size: 16px;
        line-height: 18px;
        padding: 32px 20px 18px;
    }
}
.brand-intro__pane-inner {
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.brand-intro__logo-wrap {
    height: 128px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 767px) {
    .brand-intro__logo-wrap {
        height: 100px;
    }
}
.brand-intro__logo-wrap svg {
    width: 100%;
    height: auto;
}
.brand-intro__logo-wrap--height-auto {
    height: auto;
}
.brand-intro__logo1 {
    width: 423px;
}
@media (max-width: 767px) {
    .brand-intro__logo1 {
        width: 230px;
    }
}
.brand-intro__logo2 {
    width: 424px;
}
.brand-intro__logo3 {
    width: 394px;
    margin: -86px auto -25px;
    position: relative;
}
@media (max-width: 767px) {
    .brand-intro__logo3 {
        width: 250px;
        margin: -113px auto -5px;
    }
}
.brand-intro__logo3 img {
    width: 100%;
}
.brand-intro__title {
    text-align: center;
    margin-top: 30px;
}
@media (max-width: 991px) {
    .brand-intro__title {
        margin-top: 52px;
    }
}
@media (max-width: 767px) {
    .brand-intro__title {
        min-height: 36px;
    }
}
.brands-promo {
    margin-bottom: 124px;
}
@media (max-width: 991px) {
    .brands-promo {
        margin-bottom: 100px;
    }
}
@media (max-width: 767px) {
    .brands-promo {
        margin-bottom: 76px;
    }
}
.brands-promo__badge-wrap {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
    margin-bottom: -50px;
}
@media (max-width: 767px) {
    .brands-promo__badge-wrap {
        margin-bottom: -36px;
    }
}
.brands-promo__title {
    background: rgba(237, 28, 36, 0.8);
}
@media (max-width: 767px) {
    .brand-text {
        text-align: center;
    }
}
.brand-text__text {
    margin-bottom: 14px;
}
@media (max-width: 767px) {
    .brand-text__text {
        text-align: left;
    }
}
.brand-text__text--color-invert {
    color: #fff;
}
.brand__intro {
    margin-bottom: 70px;
}
@media (max-width: 767px) {
    .brand__intro {
        margin-bottom: 42px;
    }
}
.brand__nav {
    margin-bottom: 74px;
}
@media (max-width: 767px) {
    .brand__nav {
        margin-bottom: 40px;
    }
}
.brand__categories {
    padding: 94px 0 100px;
}
.brand__products {
    padding: 0 0 120px;
}
@media (max-width: 991px) {
    .brand__products {
        padding: 0 0 100px;
    }
}
.brand__text {
    margin-bottom: 118px;
}
@media (max-width: 991px) {
    .brand__text {
        margin-bottom: 90px;
    }
}
@media (max-width: 767px) {
    .brand__text {
        margin-bottom: 60px;
    }
}
.brand__title {
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    margin-bottom: 70px;
}
@media (max-width: 991px) {
    .brand__title {
        font-size: 24px;
        margin-bottom: 55px;
    }
}
@media (max-width: 767px) {
    .brand__title {
        font-size: 20px;
        margin-bottom: 40px;
    }
}
.brand__title--invert-color {
    color: #fff;
}
.brand__img-wrap--border-top {
    border-top: 11px solid #ed1c24;
}
.brand__badge-wrap {
    display: flex;
    justify-content: center;
    margin-top: -50px;
    margin-bottom: 50px;
}
@media (max-width: 767px) {
    .brand__badge-wrap {
        margin-top: -36px;
    }
}
.brand__slider-wrap {
    margin: 0 -12px;
}
@media (max-width: 1275px) {
    .brand__slider-wrap {
        margin: 0;
    }
}
@media (max-width: 767px) {
    .brand-products__container {
        padding: 0 26px;
    }
}
@media (max-width: 767px) {
    .brand-categories__badge-wrap {
        margin-bottom: 20px;
    }
}
.catalog {
    padding-bottom: 100px;
}
.catalog__items-wrap {
    margin-bottom: 63px;
    padding: 0 20px;
}
@media (max-width: 767px) {
    .catalog__items-wrap {
        padding: 0;
    }
}
.catalog__items {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -30px;
}
@media (max-width: 767px) {
    .catalog__items {
        display: block;
        margin-bottom: 0;
    }
}
.catalog__item {
    width: 33.3333%;
    padding: 0 20px;
    margin-bottom: 30px;
}
@media (max-width: 991px) {
    .catalog__item {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .catalog__item {
        min-height: 1px;
        width: 100%;
        margin-bottom: 10px;
    }
    .catalog__item:last-child {
        margin-bottom: 0;
    }
}
.catalog__item .category-preview {
    min-height: 295px;
}
@media (max-width: 767px) {
    .catalog__item .category-preview {
        min-height: 1px;
    }
}
.catalog__text-wrap {
    padding: 0 20px;
}
@media (max-width: 767px) {
    .catalog__text-wrap {
        padding: 0;
    }
}
.catalog__text-title {
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
    color: #ed1c24;
    margin-bottom: 20px;
}
.catalog-category {
    padding-bottom: 100px;
}
.catalog-category__nav-wrap {
    margin-bottom: 45px;
}
.category-nav {
    font-size: 18px;
    line-height: 20px;
}
.category-nav__items {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: -10px;
}
.category-nav__items.slick-initialized {
    display: block;
}
.category-nav__items .slick-list {
    overflow: visible;
}
.category-nav__item {
    width: 25%;
    padding: 0 5px;
    margin-bottom: 10px;
}
@media (max-width: 991px) {
    .category-nav__item {
        width: 33.3333%;
    }
}
.slick-initialized .category-nav__item {
    width: auto;
}
.category-nav__link {
    display: inline-block;
    padding-left: 20px;
    position: relative;
    color: #000;
}
.category-nav__link:hover {
    color: #ed1c24;
    font-weight: 600;
}
.category-nav__link:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #ed1c24;
    position: absolute;
    left: 0;
    top: 6px;
}
@media (max-width: 574px) {
    .catalog-list__container {
        padding: 15px;
    }
}
.catalog-list__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #c0c1c3;
    padding-bottom: 10px;
    margin-bottom: 51px;
}
@media (max-width: 991px) {
    .catalog-list__top {
        border: none;
        padding: 0;
        margin-bottom: 40px;
    }
}
.catalog-list__sort {
    width: 379px;
}
@media (max-width: 574px) {
    .catalog-list__sort {
        width: 260px;
        margin-right: 23px;
    }
}
.catalog-list__row {
    display: flex;
}
@media (max-width: 991px) {
    .catalog-list__row {
        display: block;
    }
}
.catalog-list__sidebar {
    flex-basis: 256px;
    flex-shrink: 0;
    margin-right: 40px;
}
@media (max-width: 1199px) {
    .catalog-list__sidebar {
        margin-right: 30px;
    }
}
@media (max-width: 991px) {
    .catalog-list__sidebar {
        margin-right: 0;
        margin-bottom: 20px;
    }
}
.catalog-list__filter-wrap {
    position: relative;
}
@media (max-width: 991px) {
    .catalog-list__filter-wrap {
        width: 100%;
        padding: 44px 24px 25px 30px;
        background: #fff;
        position: fixed;
        top: 0;
        bottom: 0;
        left: -150%;
        z-index: 3;
        overflow-y: auto;
    }
    .catalog-list__filter-wrap.active {
        left: 0;
    }
}
@media (max-width: 374px) {
    .catalog-list__filter-wrap {
        padding: 44px 15px 25px;
    }
}
.catalog-list__filter-button {
    width: 343px;
}
@media (max-width: 574px) {
    .catalog-list__filter-button {
        width: 100%;
        min-width: 1px;
    }
}
.catalog-list__filter-close {
    position: absolute;
    right: 24px;
    top: 24px;
    cursor: pointer;
}
@media (max-width: 991px) {
    .catalog-list__filter {
        position: relative;
        width: 320px;
        max-width: 100%;
        left: -400px;
        transition: left 0.3s;
    }
    .catalog-list__filter-wrap.active .catalog-list__filter {
        left: 0;
    }
}
.catalog-list__items {
    flex: 1;
}
.catalog-list__items-inner {
    margin-bottom: -44px;
}
@media (max-width: 767px) {
    .catalog-list__items-inner {
        margin-bottom: -20px;
    }
}
.grid .catalog-list__items-inner {
    display: flex;
    flex-wrap: wrap;
    margin-left: -23px;
    margin-right: -23px;
}
@media (max-width: 1199px) {
    .grid .catalog-list__items-inner {
        margin-left: -15px;
        margin-right: -15px;
    }
}
@media (max-width: 767px) {
    .grid .catalog-list__items-inner {
        margin-left: -2px;
        margin-right: -2px;
    }
}
.catalog-list__item {
    padding-bottom: 40px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 44px;
}
@media (max-width: 767px) {
    .catalog-list__item {
        padding-bottom: 0;
        border: none;
        margin-bottom: 20px;
    }
}
.grid .catalog-list__item {
    width: 50%;
    min-width: 50%;
    border: none;
    padding: 0 23px;
}
@media (max-width: 1199px) {
    .grid .catalog-list__item {
        padding: 0 15px;
    }
}
@media (max-width: 767px) {
    .grid .catalog-list__item {
        padding: 0 2px;
    }
}
.catalog-list__pagination-wrap {
    padding-top: 40px;
    display: flex;
    justify-content: flex-end;
}
.compare {
    padding-bottom: 100px;
}
.compare__title {
    font-size: 24px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 60px;
}
@media (max-width: 767px) {
    .compare__title {
        font-size: 20px;
        margin-bottom: 40px;
    }
}
.compare__categories-wrap {
    margin-bottom: 20px;
}
.compare__categories {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -10px;
}
.compare__category {
    width: 261px;
    font-weight: 600 !important;
    white-space: nowrap;
    margin-right: 10px;
    margin-bottom: 10px;
}
.compare__category.current {
    font-weight: 300 !important;
    pointer-events: none;
    opacity: 0.5;
}
.compare__sort-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 33px;
}
@media (max-width: 574px) {
    .compare__sort-wrap {
        display: block;
    }
}
.compare__sort {
    width: 379px;
    max-width: 100%;
    margin-right: 30px;
}
@media (max-width: 574px) {
    .compare__sort {
        margin-right: 0;
        margin-bottom: 20px;
    }
}
.compare__list-wrap {
    overflow-x: auto;
}
.compare__list {
    display: flex;
}
.compare__item {
    width: 270px;
    min-width: 270px;
    border-left: 1px solid #c0c1c3;
}
.compare__item:last-child {
    border-right: 1px solid #c0c1c3;
}
.favorites {
    padding-bottom: 100px;
}
.favorites__title {
    font-size: 24px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 60px;
}
@media (max-width: 767px) {
    .favorites__title {
        font-size: 20px;
        margin-bottom: 40px;
    }
}
.favorites__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px -20px;
}
@media (max-width: 767px) {
    .favorites__list {
        margin: 0 -2px -20px;
    }
}
.favorites__item {
    width: 33.3333%;
    min-width: 33.3333%;
    padding: 0 10px;
    margin-bottom: 20px;
}
@media (max-width: 991px) {
    .favorites__item {
        width: 50%;
        min-width: 50%;
    }
}
@media (max-width: 767px) {
    .favorites__item {
        padding: 0 2px;
    }
}
.home-about-brand {
    padding: 140px 0 160px;
    background: #fff;
    position: relative;
}
@media (max-width: 991px) {
    .home-about-brand {
        padding: 60px 0 75px;
    }
}
@media (max-width: 991px) {
    .home-about-brand__container {
        width: 575px;
    }
}
.home-about-brand__row {
    display: flex;
}
@media (max-width: 991px) {
    .home-about-brand__row {
        display: block;
    }
}
.home-about-brand__col1 {
    padding-right: 105px;
}
@media (max-width: 1199px) {
    .home-about-brand__col1 {
        padding-right: 60px;
    }
}
.home-about-brand__title-wrap {
    position: relative;
    margin-bottom: 44px;
}
.home-about-brand__title-shape {
    width: 70px;
    color: #ed1c24;
    margin-left: 5px;
}
@media (max-width: 991px) {
    .home-about-brand__title-shape {
        margin-left: -4px;
    }
}
@media (max-width: 767px) {
    .home-about-brand__title-shape {
        margin-left: 5px;
    }
}
.home-about-brand__title {
    color: #e1e4e9;
}
@media (max-width: 767px) {
    .home-about-brand__title {
        padding-left: 20px;
    }
}
@media (max-width: 991px) {
    .home-about-brand__button-wrap {
        text-align: center;
    }
}
@media (max-width: 991px) {
    .home-about-brand__items {
        margin-bottom: 54px;
    }
}
.home-about-brand__item-box {
    position: relative;
}
.home-about-brand__item {
    display: flex;
    margin-bottom: 26px;
    position: relative;
}
.home-about-brand__item:hover .home-about-brand__hidden-text {
    right: 0;
    opacity: 1;
}
@media (max-width: 574px) {
    .home-about-brand__item {
        margin-bottom: 46px;
    }
}
.home-about-brand__item:last-child {
    margin-bottom: 0;
}
.home-about-brand__drill-wrap {
    position: absolute;
    right: 100%;
    top: 36%;
    padding-right: 145px;
}
@media (max-width: 1199px) {
    .home-about-brand__drill-wrap {
        padding-right: 117px;
    }
}
@media (max-width: 991px) {
    .home-about-brand__drill-wrap {
        display: none;
    }
}
.home-about-brand__drill {
    width: 540px;
    height: auto;
    object-fit: cover;
}
.home-about-brand__patron {
    position: absolute;
    top: -103px;
    left: -771px;
    width: 821px;
    height: 772px;
}
.home-about-brand__drill-wrap-mobile {
    display: none;
}
@media (max-width: 991px) {
    .home-about-brand__drill-wrap-mobile {
        display: flex;
        justify-content: flex-end;
        padding-top: 95px;
        padding-right: 55px;
        padding-bottom: 40px;
    }
}
@media (max-width: 767px) {
    .home-about-brand__drill-wrap-mobile {
        padding-right: 20px;
    }
}
.home-about-brand__drill-mobile {
    width: 540px;
    height: auto;
    object-fit: cover;
}
@media (max-width: 767px) {
    .home-about-brand__drill-mobile {
        width: 450px;
        height: auto;
    }
}
.home-about-brand__patron-mobile {
    position: absolute;
    top: -8px;
    left: -864px;
    width: 821px;
    height: 772px;
}
@media (max-width: 767px) {
    .home-about-brand__patron-mobile {
        top: 14px;
        left: auto;
        right: 430px;
        width: 647px;
        height: auto;
    }
}
.home-about-brand__marker {
    width: 150px;
    min-width: 150px;
    height: 150px;
    background: #e1e4e9;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}
@media (max-width: 991px) {
    .home-about-brand__marker {
        width: 115px;
        min-width: 115px;
        height: 115px;
    }
}
@media (max-width: 767px) {
    .home-about-brand__marker {
        width: 80px;
        min-width: 80px;
        height: 80px;
    }
}
.home-about-brand__marker-shape {
    color: #ed1c24;
    width: 49px;
    position: absolute;
    left: -72px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    transform-origin: 100% 50%;
}
@media (max-width: 991px) {
    .home-about-brand__marker-shape {
        width: 36px;
        left: -50px;
    }
}
@media (max-width: 767px) {
    .home-about-brand__marker-shape {
        width: 22px;
        left: -26px;
    }
}
.home-about-brand__item-text-wrap {
    flex: 1;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 85px;
    overflow: hidden;
}
@media (max-width: 1199px) {
    .home-about-brand__item-text-wrap {
        padding-left: 30px;
    }
}
@media (max-width: 991px) {
    .home-about-brand__item-text-wrap {
        padding-left: 55px;
    }
}
@media (max-width: 767px) {
    .home-about-brand__item-text-wrap {
        padding-left: 30px;
    }
}
@media (max-width: 574px) {
    .home-about-brand__item-text-wrap {
        overflow: visible;
        z-index: 3;
    }
}
.home-about-brand__item-text {
    font-size: 36px;
    line-height: 44px;
    transform-origin: 0 50%;
}
@media (max-width: 1199px) {
    .home-about-brand__item-text {
        font-size: 24px;
        line-height: 32px;
    }
}
@media (max-width: 991px) {
    .home-about-brand__item-text {
        font-size: 30px;
        line-height: 36px;
    }
}
@media (max-width: 767px) {
    .home-about-brand__item-text {
        font-size: 22px;
        line-height: 26px;
    }
}
.home-about-brand__hidden-text {
    width: 100%;
    height: 100%;
    padding: 10px 20px;
    padding-left: 30px;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    position: absolute;
    right: 100%;
    top: 0;
    z-index: 2;
    line-height: 1.2;
    transition: right 0.3s ease-in-out;
}
@media (max-width: 1199px) {
    .home-about-brand__hidden-text {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .home-about-brand__hidden-text {
        padding: 10px;
    }
}
@media (max-width: 574px) {
    .home-about-brand__hidden-text {
        width: calc(100% + 80px);
        height: auto;
        padding: 10px 16px;
        top: -20px;
        bottom: -20px;
        right: 150%;
        opacity: 0;
    }
}
.home-about-brand svg {
    width: 100%;
    height: auto;
}
.home-articles {
    padding: 80px 0;
    background: #000;
}
@media (max-width: 991px) {
    .home-articles {
        padding: 66px 0 80px;
    }
}
@media (max-width: 767px) {
    .home-articles {
        padding: 36px 0 60px;
    }
}
.home-articles__title-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 90px;
}
@media (max-width: 991px) {
    .home-articles__title-wrap {
        margin-bottom: 54px;
    }
}
@media (max-width: 767px) {
    .home-articles__title-wrap {
        margin-bottom: 30px;
    }
}
.home-articles__title {
    font-size: 60px;
    line-height: 1;
    color: #fff;
}
@media (max-width: 991px) {
    .home-articles__title {
        font-size: 50px;
    }
}
@media (max-width: 767px) {
    .home-articles__title {
        font-size: 40px;
    }
}
.home-articles__row {
    margin: 0 -35px;
}
@media (max-width: 1199px) {
    .home-articles__row {
        margin: 0 -20px;
    }
}
@media (max-width: 991px) {
    .home-articles__row {
        margin: 0 -10px;
    }
}
@media (max-width: 767px) {
    .home-articles__row {
        display: block;
        margin: 0;
        width: 375px;
        max-width: 100%;
        margin: 0 auto;
    }
}
.home-articles__col {
    padding: 0 35px;
}
@media (max-width: 1199px) {
    .home-articles__col {
        padding: 0 20px;
    }
}
@media (max-width: 991px) {
    .home-articles__col {
        padding: 0 10px;
    }
}
@media (max-width: 767px) {
    .home-articles__col {
        padding: 0;
        margin-bottom: 60px;
    }
    .home-articles__col:last-child {
        margin-bottom: 0;
    }
}
@media (max-width: 991px) {
    .home-articles__button-wrap {
        text-align: center;
        padding-top: 60px;
    }
}
.become-dealer {
    padding: 100px 0 160px;
    position: relative;
}
@media (max-width: 1199px) {
    .become-dealer {
        padding: 80px 0 120px;
    }
}
@media (max-width: 767px) {
    .become-dealer {
        padding: 60px 0 80px;
    }
}
.become-dealer__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 1199px) {
    .become-dealer__row {
        display: block;
    }
}
.become-dealer__title-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 590px;
    margin-right: 30px;
}
@media (max-width: 1199px) {
    .become-dealer__title-wrap {
        width: 100%;
        justify-content: center;
        margin-right: 0;
    }
}
.become-dealer__title-shape {
    width: 108px;
    min-width: 108px;
    height: 160px;
    margin-right: 8px;
    color: #ed1c24;
}
@media (max-width: 991px) {
    .become-dealer__title-shape {
        margin-right: 0;
        left: -20px;
        position: relative;
    }
}
.become-dealer__title {
    color: #e1e4e9;
}
.become-dealer__button-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
@media (max-width: 1199px) {
    .become-dealer__button-wrap {
        display: block;
        padding-top: 60px;
        text-align: center;
        margin-top: 40px;
    }
}
@media (max-width: 767px) {
    .become-dealer__button-wrap {
        margin-top: 36px;
    }
}
.become-dealer__button-shape {
    width: 36px;
    min-width: 36px;
    height: 52px;
    margin-right: 32px;
    color: #ed1c24;
}
@media (max-width: 1199px) {
    .become-dealer__button-shape {
        margin-right: 0;
        position: absolute;
        left: 50%;
        margin-left: -18px;
        transform-orign: 50% 0;
        transform: rotate(90deg);
        top: 0;
    }
}
.become-dealer svg {
    width: 100%;
    height: auto;
}
.home-benefits {
    padding: 130px 0;
    background: #fff;
}
@media (max-width: 991px) {
    .home-benefits {
        padding: 90px 0 80px;
    }
}
@media (max-width: 767px) {
    .home-benefits {
        padding: 120px 0 80px;
    }
}
.home-benefits__inner {
    padding: 0 36px;
}
@media (max-width: 1199px) {
    .home-benefits__inner {
        padding: 0;
    }
}
.home-benefits__title-wrap {
    display: inline-block;
    position: relative;
    margin-bottom: 70px;
}
@media (max-width: 991px) {
    .home-benefits__title-wrap {
        margin-bottom: 52px;
    }
}
@media (max-width: 767px) {
    .home-benefits__title-wrap {
        display: block;
    }
}
.home-benefits__items-wrap {
    margin-bottom: 95px;
}
.home-benefits__drill-wrap {
    position: absolute;
    z-index: 0;
    left: 91.5%;
    top: -36.5%;
}
@media (max-width: 767px) {
    .home-benefits__drill-wrap {
        top: auto;
        bottom: 45%;
        left: 100%;
        margin-left: -200px;
    }
}
.home-benefits__drill {
    width: 1550px;
    height: auto;
    object-fit: cover;
}
@media (max-width: 991px) {
    .home-benefits__drill {
        width: 1080px;
    }
}
@media (max-width: 767px) {
    .home-benefits__drill {
        width: 830px;
    }
}
.home-benefits__title {
    position: relative;
    z-index: 1;
    padding-right: 28px;
}
@media (max-width: 574px) {
    .home-benefits__title {
        padding-right: 0;
        display: flex;
        justify-content: center;
    }
}
.home-benefits__text p {
    margin-bottom: 20px;
}
.home-benefits__text b {
    color: #4d4e4d;
}
.home-benefits__text > :last-child {
    margin-bottom: 0;
}
.home-benefits-img {
    position: relative;
    z-index: 1;
    width: 1440px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.home-benefits-img img {
    width: 100%;
}
.home-benefits-items__row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: -50px;
}
@media (max-width: 767px) {
    .home-benefits-items__row {
        margin: 0 -30px;
        margin-bottom: -40px;
    }
}
.home-benefits-items__col {
    width: 33.3333%;
    padding: 0 30px;
    margin-bottom: 50px;
}
@media (max-width: 767px) {
    .home-benefits-items__col {
        width: 50%;
        min-width: 50%;
        padding: 0 20px;
        margin-bottom: 40px;
    }
}
.home-benefits-items__item {
    text-align: center;
}
.home-benefits-items__icon {
    width: 142px;
    color: #ed1c24;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 991px) {
    .home-benefits-items__icon {
        width: 100px;
        margin: 0 auto;
    }
}
.home-benefits-items__icon svg {
    width: 100%;
    height: auto;
}
.home-benefits-items__text {
    font-size: 18px;
    line-height: 1;
}
.home-benefits-items__icon {
    margin-bottom: 10px;
}
.home-bestseller {
    padding: 105px 0 100px;
    background: #fff;
}
@media (max-width: 767px) {
    .home-bestseller {
        padding: 59px 0 70px;
    }
}
.home-bestseller__row {
    display: flex;
    justify-content: flex-end;
}
.home-bestseller__text-wrap {
    width: 662px;
    max-width: 100%;
    margin-bottom: 80px;
}
@media (max-width: 991px) {
    .home-bestseller__text-wrap {
        width: 590px;
        margin-bottom: 60px;
    }
}
@media (max-width: 767px) {
    .home-bestseller__text-wrap {
        width: 100%;
        margin-bottom: 40px;
    }
}
.home-bestseller__title-wrap {
    position: relative;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .home-bestseller__title-wrap {
        margin-bottom: 22px;
    }
}
.home-bestseller__drill-wrap {
    position: absolute;
    z-index: 0;
    right: 100%;
    padding-right: 30px;
    top: 33.5%;
}
@media (max-width: 767px) {
    .home-bestseller__drill-wrap {
        position: relative;
        right: 0;
        top: -10px;
        padding-right: 22px;
        padding-left: 47px;
        margin-bottom: 58px;
    }
}
@media (max-width: 574px) {
    .home-bestseller__drill-wrap {
        padding-left: 0;
    }
}
.home-bestseller__drill {
    width: 560px;
    height: auto;
    object-fit: cover;
}
@media (max-width: 991px) {
    .home-bestseller__drill {
        width: 460px;
    }
}
@media (max-width: 767px) {
    .home-bestseller__drill {
        width: 300px;
    }
}
.home-bestseller__patron {
    position: absolute;
    top: -130px;
    left: -775px;
    width: 821px;
    height: 1012px;
}
@media (max-width: 767px) {
    .home-bestseller__patron {
        top: -62px;
        left: -333px;
        width: 400px;
        height: auto;
    }
}
@media (max-width: 574px) {
    .home-bestseller__patron {
        left: -375px;
    }
}
.home-bestseller__title {
    position: relative;
    z-index: 1;
}
@media (max-width: 574px) {
    .home-bestseller__title {
        text-align: center;
    }
}
.home-bestseller__text {
    position: relative;
    z-index: 1;
}
@media (max-width: 1199px) {
    .home-bestseller__slider-wrap {
        width: 916px;
        margin: 0 auto;
    }
}
@media (max-width: 991px) {
    .home-bestseller__slider-wrap {
        width: 516px;
    }
}
@media (max-width: 574px) {
    .home-bestseller__slider-wrap {
        width: 100%;
    }
}
.home-bestseller__slider {
    margin: 0 -20px;
}
.home-bestseller__slider .slick-slide {
    padding-bottom: 40px;
}
@media (max-width: 991px) {
    .home-bestseller__slider .slick-slide {
        padding-bottom: 20px;
    }
}
.bestseller-slide {
    padding: 0 20px;
}
.bestseller-slide__row {
    display: flex;
    margin: 0 -20px;
}
@media (max-width: 1199px) {
    .bestseller-slide__row {
        margin: 0 -15px;
    }
}
@media (max-width: 991px) {
    .bestseller-slide__row {
        flex-wrap: wrap;
        margin: 0 -6px;
    }
}
.bestseller-slide__row--small {
    margin-bottom: -40px;
    flex-wrap: wrap;
}
@media (max-width: 1199px) {
    .bestseller-slide__row--small {
        margin-bottom: -30px;
    }
}
@media (max-width: 991px) {
    .bestseller-slide__row--small {
        margin-top: 12px;
        margin-bottom: -12px;
    }
}
.bestseller-slide__col {
    padding: 0 20px;
    width: 50%;
}
@media (max-width: 1199px) {
    .bestseller-slide__col {
        padding: 0 15px;
    }
}
@media (max-width: 991px) {
    .bestseller-slide__col {
        padding: 0 6px;
        width: 100%;
    }
}
.bestseller-slide__col--small {
    margin-bottom: 40px;
}
@media (max-width: 1199px) {
    .bestseller-slide__col--small {
        margin-bottom: 30px;
    }
}
@media (max-width: 991px) {
    .bestseller-slide__col--small {
        margin-bottom: 12px;
        width: 50%;
    }
}
.bestseller-slide__item-big {
    position: relative;
}
.bestseller-slide__img-big {
    width: 100%;
    padding-top: 100%;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.3);
    overflow: hidden;
}
.bestseller-slide__img-big img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.bestseller-slide__item {
    width: 100%;
    padding-top: 100%;
    position: relative;
}
.bestseller-slide__img-small {
    width: 100%;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}
.bestseller-slide__img-small img {
    width: 100%;
    height: 100%;
}
.bestseller-slide__overlay {
    color: #fff;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    padding: 30px 18px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    transition: all 0.3s;
}
@media (max-width: 574px) {
    .bestseller-slide__overlay {
        padding: 20px 11px 17px;
    }
}
.bestseller-slide__overlay--big {
    padding: 40px;
    justify-content: flex-end;
}
@media (max-width: 767px) {
    .bestseller-slide__overlay--big {
        padding: 20px 30px;
    }
}
.bestseller-slide__item:hover .bestseller-slide__overlay,
.bestseller-slide__item-big:hover .bestseller-slide__overlay {
    opacity: 1;
    pointer-events: auto;
}
.bestseller-slide__item-big .bestseller-slide__title-wrap {
    margin-bottom: 32px;
}
.bestseller-slide__title {
    font-size: 22px;
    line-height: 24px;
    font-weight: 900;
    margin-bottom: 18px;
    position: relative;
}
@media (max-width: 574px) {
    .bestseller-slide__title {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 10px;
    }
}
.bestseller-slide__title:after {
    content: '';
    display: block;
    width: 50px;
    background: #ed1c24;
    position: absolute;
    right: 100%;
    margin-right: 6px;
    top: 5px;
    bottom: 0;
}
@media (max-width: 574px) {
    .bestseller-slide__title:after {
        top: 3px;
        bottom: 3px;
        margin-right: 4px;
    }
}
.bestseller-slide__price {
    font-size: 30px;
    line-height: 32px;
    font-weight: 900;
}
@media (max-width: 574px) {
    .bestseller-slide__price {
        font-size: 20px;
        line-height: 32px;
    }
}
.bestseller-slide__link {
    font-size: 22px;
    line-height: 22px;
}
@media (max-width: 574px) {
    .bestseller-slide__link {
        font-size: 16px;
    }
    .bestseller-slide__link .more__icon {
        width: 10px;
        height: 14px;
        margin-left: 4px;
    }
}
.bestseller-slide img {
    width: 100%;
}
.home-brands__inner {
    width: 1440px;
    background: #eee;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.home-brands__container {
    width: 100%;
    padding-top: 52.1%;
    position: relative;
}
@media (max-width: 767px) {
    .home-brands__container {
        padding-top: 0;
    }
}
.home-brands__row {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
}
@media (max-width: 767px) {
    .home-brands__row {
        position: relative;
        flex-direction: column;
    }
}
.home-brands__col {
    width: 25%;
    position: relative;
    background: #000;
    overflow: hidden;
    transition: width 0.4s;
}
@media (max-width: 767px) {
    .home-brands__col {
        width: 100%;
        height: 148px;
        transition: height 0.3s;
    }
}
.home-brands__col:hover {
    width: 48%;
}
@media (max-width: 767px) {
    .home-brands__col:hover {
        width: 100%;
        height: 296px;
    }
}
.home-brands__col:hover .home-brand__overlay {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
}
.home-brands__col:hover .home-brand__text-wrap {
    max-height: 600px;
    top: 0;
    opacity: 1;
    transition: max-height 1s, opacity 1s;
}
.home-brands__col:hover .home-brand__angle {
    bottom: -1px;
}
.home-brands__col:after {
    content: '';
    display: block;
    width: 130px;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    position: absolute;
    right: 0;
    top: 0;
    opacity: 1;
    transition: opacity 0.2s;
    z-index: 2;
}
.home-brands__col:last-child:after {
    display: none;
}
.home-brand {
    background-color: #000;
    background-position: 0 center;
    background-size: cover;
    color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    z-index: 1;
}
@media (max-width: 767px) {
    .home-brand {
        justify-content: flex-start;
    }
}
.home-brand__overlay {
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all 0.2s;
}
.home-brand__inner {
    padding: 50px 30px;
    max-width: 691px;
    position: relative;
    z-index: 2;
}
@media (max-width: 1439px) {
    .home-brand__inner {
        width: 656px;
    }
}
@media (max-width: 1365px) {
    .home-brand__inner {
        padding: 50px 75px;
        width: 576px;
    }
}
@media (max-width: 1199px) {
    .home-brand__inner {
        padding: 50px 55px;
        width: 476px;
    }
}
@media (max-width: 991px) {
    .home-brand__inner {
        padding: 30px 40px;
        width: 368px;
    }
}
@media (max-width: 767px) {
    .home-brand__inner {
        width: 100%;
        height: 100%;
        padding: 22px 32px;
    }
}
.home-brand__title {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
}
@media (max-width: 991px) {
    .home-brand__title {
        font-size: 45px;
        line-height: 45px;
    }
}
@media (max-width: 767px) {
    .home-brand__title {
        font-size: 35px;
        line-height: 35px;
        max-width: 270px;
        height: 100%;
        display: flex;
        align-items: center;
    }
    .home-brand__title br {
        display: none;
    }
}
.home-brand__text-wrap {
    max-height: 0;
    overflow: hidden;
    position: relative;
}
.home-brand__text {
    padding-top: 30px;
    font-size: 24px;
    line-height: 32px;
    max-width: 480px;
}
@media (max-width: 991px) {
    .home-brand__text {
        font-size: 20px;
        line-height: 24px;
        padding-top: 22px;
    }
}
@media (max-width: 767px) {
    .home-brand__text {
        font-size: 16px;
        line-height: 20px;
        max-width: 312px;
    }
}
.home-brand__link {
    font-size: 26px;
    line-height: 32px;
    margin-top: 38px;
}
@media (max-width: 991px) {
    .home-brand__link {
        font-size: 20px;
        margin-top: 22px;
    }
}
@media (max-width: 767px) {
    .home-brand__link {
        font-size: 16px;
    }
    .home-brand__link .more__icon {
        width: 10px;
        height: 14px;
        margin-left: 4px;
    }
}
.home-brand__angle {
    width: 179px;
    height: 137px;
    position: absolute;
    right: -1px;
    bottom: -138px;
    transition: bottom 0.4s;
    z-index: 3;
}
@media (max-width: 1439px) {
    .home-brand__angle {
        width: 170px;
        height: 130px;
        bottom: -131px;
    }
}
@media (max-width: 1365px) {
    .home-brand__angle {
        width: 148px;
        height: 114px;
        bottom: -115px;
    }
}
@media (max-width: 1199px) {
    .home-brand__angle {
        width: 123px;
        height: 95px;
        bottom: -96px;
    }
}
@media (max-width: 991px) {
    .home-brand__angle {
        width: 105px;
        height: 80px;
        bottom: -81px;
    }
}
.home-brand__angle svg {
    width: 100%;
    height: 100%;
}
.home-guarantee {
    padding: 86px 0 130px;
}
@media (max-width: 991px) {
    .home-guarantee {
        padding: 63px 0 95px;
    }
}
@media (max-width: 767px) {
    .home-guarantee {
        padding: 40px 0 60px;
    }
}
.home-guarantee__shapes {
    margin-bottom: 60px;
    position: relative;
}
@media (max-width: 991px) {
    .home-guarantee__shapes {
        margin-bottom: 50px;
    }
}
@media (max-width: 767px) {
    .home-guarantee__shapes {
        margin-bottom: 40px;
    }
}
.home-guarantee__shape1 {
    width: 114px;
    margin-left: auto;
    margin-right: auto;
    color: #000;
}
.home-guarantee__shape2 {
    width: 54px;
    height: auto;
    color: #ed1c24;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    top: 38px;
}
.home-guarantee__text {
    margin-bottom: 60px;
}
@media (max-width: 767px) {
    .home-guarantee__text {
        margin-bottom: 54px;
    }
}
@media (max-width: 767px) {
    .home-guarantee__text {
        margin-bottom: 46px;
    }
}
.home-guarantee__text p {
    margin-bottom: 20px;
}
.home-guarantee__text b {
    color: #4d4e4d;
}
.home-guarantee__text > :last-child {
    margin-bottom: 0;
}
.home-guarantee__title-wrap {
    display: flex;
    justify-content: center;
}
.home-guarantee__title {
    display: flex;
    align-items: center;
}
@media (max-width: 991px) {
    .home-guarantee__title {
        font-size: 85px;
        line-height: 1.1;
    }
}
@media (max-width: 767px) {
    .home-guarantee__title {
        font-size: 50px;
    }
}
.home-guarantee__title span {
    display: inline-block;
    text-transform: none;
    font-size: 36px;
    line-height: 38px;
    font-weight: 900;
    margin-left: 20px;
}
@media (max-width: 991px) {
    .home-guarantee__title span {
        font-size: 32px;
        line-height: 1.1;
    }
}
@media (max-width: 767px) {
    .home-guarantee__title span {
        font-size: 20px;
        margin-left: 10px;
    }
}
.home-guarantee__title-shape {
    width: 135px;
    min-width: 135px;
    margin-right: -47px;
    color: #ed1c24;
}
@media (max-width: 991px) {
    .home-guarantee__title-shape {
        width: 104px;
        min-width: 104px;
        margin-right: -39px;
    }
}
@media (max-width: 767px) {
    .home-guarantee__title-shape {
        width: 77px;
        min-width: 77px;
        margin-right: -27px;
    }
}
.home-guarantee__button-wrap {
    text-align: center;
    margin-top: 66px;
}
@media (max-width: 767px) {
    .home-guarantee__button-wrap {
        margin-top: 63px;
    }
}
.home-guarantee svg {
    width: 100%;
    height: auto;
}
.home-intro {
    position: relative;
    z-index: 2;
}
.home-intro__slider-dots {
    width: 100%;
    position: absolute;
    bottom: 22px;
}
@media (max-width: 991px) {
    .home-intro__slider-dots {
        bottom: 16px;
    }
}
.home-intro .slick-list {
    overflow: visible;
}
.home-intro__item {
    height: 650px;
    padding: 25px 0 72px;
    position: relative;
}
@media (max-width: 991px) {
    .home-intro__item {
        height: 460px;
        padding: 25px 0 56px;
    }
}
@media (max-width: 767px) {
    .home-intro__item {
        height: 390px;
        padding: 25px 0 0;
    }
}
.home-intro__item--2 {
    padding: 0;
}
@media (max-width: 767px) {
    .home-intro__item--2 {
        height: 320px;
    }
}
.home-intro__bg,
.home-intro__video {
    position: absolute;
    left: -1px;
    right: -1px;
    top: 0;
    bottom: 0;
    overflow: hidden;
}
@media (max-width: 767px) {
    .home-intro__bg,
    .home-intro__video {
        height: 320px;
    }
}
.home-intro__video {
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s, top 0.5s;
    background: #eee;
}
.home-intro__video.show {
    opacity: 1;
    pointer-events: auto;
}
.home-intro__video-frame {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-intro__container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    pointer-events: none;
    z-index: 1;
}
@media (max-width: 767px) {
    .home-intro__container {
        padding-bottom: 1px;
    }
}
.home-intro__container--2 {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 80px;
    pointer-events: auto;
}
@media (max-width: 991px) {
    .home-intro__container--2 {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding-bottom: 48px;
    }
}
.home-intro__content {
    width: 770px;
    max-width: 100%;
    background: rgba(239, 239, 239, 0.8);
    padding: 40px 58px 36px;
    position: relative;
    top: 0;
    opacity: 1;
    pointer-events: auto;
    transition: top 0.3s, opacity 0.5s;
}
@media (max-width: 991px) {
    .home-intro__content {
        width: 600px;
        padding: 30px 40px 26px;
    }
}
@media (max-width: 767px) {
    .home-intro__content {
        width: 480px;
        padding: 20px 20px 15px;
    }
}
.home-intro__content.hide {
    top: 500px;
    pointer-events: none;
}
.home-intro__content2 {
    position: relative;
}
.home-intro__title {
    font-size: 60px;
    line-height: 1;
    font-weight: 900;
    color: #fff;
    margin-bottom: 20px;
}
@media (max-width: 991px) {
    .home-intro__title {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .home-intro__title {
        font-size: 30px;
        margin-bottom: 13px;
    }
}
.home-intro__subtitle {
    font-size: 30px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
}
@media (max-width: 991px) {
    .home-intro__subtitle {
        font-size: 22px;
    }
}
@media (max-width: 767px) {
    .home-intro__subtitle {
        font-size: 16px;
    }
}
.home-intro__button-wrap {
    margin-top: 40px;
}
@media (max-width: 991px) {
    .home-intro__button-wrap {
        margin-top: 24px;
    }
}
@media (max-width: 767px) {
    .home-intro__button-wrap {
        margin-top: 16px;
    }
}
.home-intro__title-wrap {
    text-align: center;
    margin-bottom: 44px;
}
@media (max-width: 991px) {
    .home-intro__title-wrap {
        margin-bottom: 30px;
    }
}
@media (max-width: 574px) {
    .home-intro__title-wrap {
        text-align: left;
    }
}
.home-intro__title1 {
    font-size: 40px;
    line-height: 42px;
    font-weight: 400;
    margin-bottom: 14px;
}
@media (max-width: 991px) {
    .home-intro__title1 {
        font-size: 30px;
        line-height: 36px;
    }
}
@media (max-width: 767px) {
    .home-intro__title1 {
        font-size: 26px;
        line-height: 30px;
    }
}
.home-intro__title2 {
    position: relative;
    overflow: hidden;
    font-size: 80px;
    line-height: 80px;
    font-weight: 900;
    background: linear-gradient(
        120deg,
        #000,
        #000,
        #000,
        #000,
        #000,
        #ed1c24,
        #000,
        #000,
        #000,
        #000,
        #000
    );
    background-size: 250% auto;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.home-intro__title2.animate {
    animation: fleck 2000ms linear;
}
@media (max-width: 991px) {
    .home-intro__title2 {
        font-size: 70px;
        line-height: 70px;
    }
}
@media (max-width: 767px) {
    .home-intro__title2 {
        font-size: 60px;
        line-height: 60px;
    }
}
.home-intro__text-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
@media (max-width: 767px) {
    .home-intro__text-wrap {
        align-items: center;
    }
}
.home-intro__text {
    font-size: 24px;
    line-height: 26px;
    font-weight: 400;
    padding-right: 30px;
}
@media (max-width: 991px) {
    .home-intro__text {
        font-size: 20px;
        line-height: 22px;
    }
}
@media (max-width: 767px) {
    .home-intro__text {
        font-size: 16px;
        line-height: 18px;
        font-weight: 900;
    }
}
.home-intro__button {
    font-size: 12px;
}
@media (max-width: 767px) {
    .home-intro__button {
        width: 40px;
        min-width: 40px;
        height: 40px;
        border-radius: 20px;
        border: 1px solid #000;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
.home-intro__button .more__text {
    font-weight: 900;
    line-height: 18px;
}
@media (max-width: 767px) {
    .home-intro__button .more__text {
        display: none;
    }
}
.home-intro__button .more__icon {
    width: 13px;
    height: 19px;
}
.home-intro__open-video {
    width: 110px;
    height: 110px;
    background: #ed1c24;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 900;
    padding: 10px;
    padding-bottom: 38px;
    position: absolute;
    left: 30px;
    bottom: 0;
    cursor: pointer;
    box-shadow: 0px 0px 0px 0px #ed1c24;
    transition: all 0.2s;
}
@media (max-width: 991px) {
    .home-intro__open-video {
        background: none;
        font-size: 16px;
        line-height: 18px;
        font-weight: 500;
        color: #ed1c24;
        padding: 0;
        width: auto;
        height: auto;
        border-bottom: 1px solid #ed1c24;
        transition: border-color 0.2s;
        bottom: 34px;
        margin-top: 30px;
        cursor: pointer;
    }
    .home-intro__open-video br {
        display: none;
    }
}
@media (max-width: 374px) {
    .home-intro__open-video {
        left: 15px;
    }
}
.home-intro__open-video:hover {
    color: #000;
}
@media (max-width: 991px) {
    .home-intro__open-video:hover {
        color: #ed1c24;
    }
}
.home-intro__open-video:active {
    box-shadow: 4px 4px 12px 0px #ed1c24;
}
@media (max-width: 991px) {
    .home-intro__open-video:active {
        color: #fff;
        border-color: #fff;
    }
}
.home-intro__open-video-icon {
    position: absolute;
    right: 10px;
    bottom: 10px;
}
@media (max-width: 991px) {
    .home-intro__open-video-icon {
        display: none;
    }
}
@-moz-keyframes fleck {
    from {
        background-position: 100% center;
    }
    to {
        background-position: 0 center;
    }
}
@-webkit-keyframes fleck {
    from {
        background-position: 100% center;
    }
    to {
        background-position: 0 center;
    }
}
@-o-keyframes fleck {
    from {
        background-position: 100% center;
    }
    to {
        background-position: 0 center;
    }
}
@keyframes fleck {
    from {
        background-position: 100% center;
    }
    to {
        background-position: 0 center;
    }
}
.home-tests {
    padding: 83px 0 113px;
    background: #000;
    overflow: hidden;
}
@media (max-width: 991px) {
    .home-tests {
        padding: 0 0 60px;
    }
}
.home-tests__container {
    position: relative;
}
.home-tests__title {
    display: inline-block;
    font-size: 180px;
    line-height: 126px;
    font-weight: 900;
    color: #d9d9d9;
    opacity: 0.2;
    text-transform: uppercase;
    transform-origin: 100% 100%;
    transform: rotate(-90deg);
    position: absolute;
    left: -430px;
    top: -138px;
}
@media (max-width: 1366px) {
    .home-tests__title {
        left: -400px;
    }
}
@media (max-width: 1199px) {
    .home-tests__title {
        font-size: 100px;
        line-height: 68px;
        top: 40px;
        left: -220px;
    }
}
@media (max-width: 991px) {
    .home-tests__title {
        position: relative;
        transform: rotate(0);
        left: -38px;
        top: -2px;
        margin-bottom: 32px;
    }
}
@media (max-width: 374px) {
    .home-tests__title {
        left: -22px;
    }
}
.home-tests__link-wrap {
    text-align: center;
    position: absolute;
    right: -30px;
    top: 16.5%;
    transform-origin: 100% 100%;
    transform: rotate(-90deg);
}
@media (max-width: 1199px) {
    .home-tests__link-wrap {
        right: -20px;
    }
}
@media (max-width: 991px) {
    .home-tests__link-wrap {
        position: static;
        transform: rotate(0);
        padding-top: 40px;
    }
}
.home-tests__link {
    display: inline-block;
    text-align: center;
    color: #808080;
}
.home-tests__link:hover {
    color: #fff;
}
.home-tests__link:hover .home-tests__link-shape {
    color: #fff;
}
.home-tests__link-text {
    display: block;
    font-size: 26px;
    line-height: 32px;
    font-weight: 500;
    text-align: center;
    transition: color 0.2s;
}
@media (max-width: 991px) {
    .home-tests__link-text {
        font-size: 20px;
    }
}
.home-tests__link-shape {
    display: block;
    width: 23px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
    color: #ed1c24;
    transition: color 0.3s;
}
@media (max-width: 991px) {
    .home-tests__link-shape {
        margin-top: 4px;
    }
}
.home-tests__link-shape svg {
    width: 100%;
    height: auto;
}
.home-tests__screen-shape {
    width: 78px;
    height: 55px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    color: #ed1c24;
    overflow: hidden;
}
@media (max-width: 991px) {
    .home-tests__screen-shape {
        width: 44px;
    }
}
.home-tests__screen-shape svg {
    width: 100%;
    height: auto;
}
.home-tests__views-wrap {
    position: relative;
}
.home-tests__views {
    width: 815px;
    max-width: 100%;
    margin: 0 auto;
}
.home-tests-nav {
    padding-top: 87px;
    overflow: hidden;
    margin: 0 -30px;
}
@media (max-width: 991px) {
    .home-tests-nav {
        padding-top: 60px;
    }
}
@media (max-width: 767px) {
    .home-tests-nav {
        padding-top: 44px;
    }
}
.home-tests-nav__list {
    width: 394px;
    border-right: 1px solid #ed1c24;
    border-left: 1px solid #ed1c24;
    margin: 0 auto;
}
@media (max-width: 991px) {
    .home-tests-nav__list {
        width: 340px;
    }
}
@media (max-width: 767px) {
    .home-tests-nav__list {
        width: 255px;
    }
}
.home-tests-nav__list .slick-list {
    overflow: visible;
}
.home-tests-nav__item {
    display: flex !important;
    align-items: center;
    height: inherit !important;
    opacity: 0.5;
    cursor: pointer;
}
.home-tests-nav__item.slick-current {
    opacity: 1;
    transition: opacity 0.3s;
    cursor: default;
}
.home-tests-nav__item-inner {
    padding: 14px 42px;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    flex: 1;
}
@media (max-width: 991px) {
    .home-tests-nav__item-inner {
        padding: 14px 30px;
    }
}
@media (max-width: 767px) {
    .home-tests-nav__item-inner {
        font-size: 16px;
        line-height: 20px;
        padding: 20px;
    }
}
.lk-tabs {
    background: #e1e4e9;
}
.lk-tabs__items {
    margin: 0 -1px;
    display: flex;
}
@media (max-width: 767px) {
    .lk-tabs__items {
        display: block;
    }
}
.lk-tabs__item {
    padding: 0 1px;
    flex: 1;
    position: relative;
}
@media (max-width: 767px) {
    .lk-tabs__item:after {
        content: '';
        display: block;
        height: 0;
        border-bottom: 1px solid #ed1c24;
        position: absolute;
        left: 13px;
        right: 13px;
        bottom: 0;
        z-index: 2;
    }
}
@media (max-width: 767px) {
    .lk-tabs__item:first-child .lk-tabs__label {
        border-top: 1px solid #ed1c24;
    }
}
@media (max-width: 767px) {
    .lk-tabs__item:last-child .lk-tabs__label {
        border-bottom: 1px solid #ed1c24;
    }
    .lk-tabs__item:last-child:after {
        display: none;
    }
}
@media (max-width: 767px) {
    .lk-tabs__item.active .lk-tabs__label {
        border-bottom: 1px solid #ed1c24;
    }
    .lk-tabs__item.active .lk-tabs__content {
        max-height: 100%;
        z-index: 1;
        pointer-events: auto;
    }
    .lk-tabs__item.active .lk-tabs__label-arrow {
        transform: rotate(-180deg);
    }
    .lk-tabs__item.active:after {
        left: 1px;
        right: 1px;
    }
}
.lk-tabs__button {
    width: 100%;
    height: 44px;
    position: relative;
    z-index: 2;
}
.lk-tabs__label {
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding: 0 16px;
    border: 1px solid #ed1c24;
    background: #fff;
    color: #fff;
    position: relative;
    cursor: pointer;
}
@media (max-width: 767px) {
    .lk-tabs__label {
        color: #000;
        border-bottom: none;
        border-top: none;
    }
}
.lk-tabs__label:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #ed1c24;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
@media (max-width: 767px) {
    .lk-tabs__label:after {
        display: none;
    }
}
.lk-tabs__label.active {
    color: #000;
    cursor: default;
}
.lk-tabs__label.active:after {
    width: 0;
    transition: width 0.3s;
}
.lk-tabs__label-text {
    position: relative;
    z-index: 2;
}
.lk-tabs__label-arrow {
    width: 32px;
    height: 100%;
    display: none;
}
@media (max-width: 767px) {
    .lk-tabs__label-arrow {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 0;
        top: 0;
        transition: transform 0.3s;
    }
}
.lk-tabs__label-arrow svg {
    width: 14px;
    height: 10px;
}
.lk-tabs__content {
    position: absolute;
    left: -300%;
    opacity: 0;
    pointer-events: none;
}
@media (max-width: 767px) {
    .lk-tabs__content {
        max-height: 0;
        position: static;
        opacity: 1;
        overflow: hidden;
    }
}
.lk-tabs__content.active {
    position: static;
    opacity: 1;
    pointer-events: auto;
}
.lk-tabs__content-inner {
    padding: 18px;
}
@media (max-width: 767px) {
    .lk-tabs__content-inner {
        padding: 24px 8px 8px;
    }
}
.lk-tabs__content-title {
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    padding: 0 20px;
    margin-bottom: 12px;
}
.lk-tabs__content-item {
    margin-bottom: 20px;
}
.lk-tabs__content-item:last-child {
    margin-bottom: 0;
}
.lk {
    padding: 44px 30px 84px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
}
@media (max-width: 574px) {
    .lk {
        padding: 44px 15px 65px;
    }
}
.lk__title {
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}
.lk__container {
    width: 1316px;
    max-width: 100%;
    margin: 0 auto;
}
.lk__login {
    width: 600px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.lk__register {
    text-align: center;
    margin-top: 30px;
}
.lk__register a {
    color: #000;
    border-bottom: 1px solid #000;
    transition: border 0.2s;
}
.lk__register a:hover {
    border-color: rgba(0, 0, 0, 0);
}
.partners {
    padding-bottom: 100px;
}
@media (max-width: 767px) {
    .partners {
        padding-top: 30px;
    }
}
.partners__slider-wrap {
    margin-bottom: 60px;
}
@media (max-width: 991px) {
    .partners__form-wrap {
        margin: 0 -15px;
    }
}
.policy {
    padding-bottom: 120px;
}
@media (max-width: 767px) {
    .policy {
        padding-bottom: 100px;
    }
}
.policy__title-wrap {
    margin-top: 20px;
    margin-bottom: 40px;
}
.policy__title {
    font-size: 24px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .policy__title {
        font-size: 20px;
        line-height: 22px;
    }
}
.policy__subtitle {
    color: #ed1c24;
}
.policy__item {
    margin-bottom: 52px;
}
.policy__item:last-child {
    margin-bottom: 0;
}
.product__info {
    margin-bottom: 90px;
}
@media (max-width: 991px) {
    .product__info {
        margin-bottom: 60px;
    }
}
@media (max-width: 767px) {
    .product__info {
        margin-bottom: 20px;
    }
}
.product__tabs {
    margin-bottom: 110px;
}
@media (max-width: 374px) {
    .product__tabs {
        margin-bottom: 110px;
    }
}
.product-info__inner {
    display: flex;
    min-height: 420px;
}
@media (max-width: 767px) {
    .product-info__inner {
        display: block;
        margin: 0 -30px;
    }
}
@media (max-width: 374px) {
    .product-info__inner {
        margin: 0 -15px;
    }
}
.product-info__card-wrap {
    min-width: 61.8%;
}
@media (max-width: 767px) {
    .product-info__card-wrap {
        min-width: 100%;
    }
}
.product-info__slider-wrap {
    min-width: 38.2%;
    border: 1px solid #d9d9d9;
}
@media (max-width: 767px) {
    .product-info__slider-wrap {
        min-width: 100%;
        border: none;
    }
}
.product-tabs__content {
    font-size: 24px;
    line-height: 26px;
}
@media (max-width: 991px) {
    .product-tabs__content {
        font-size: 20px;
        line-height: 23px;
    }
}
@media (max-width: 767px) {
    .product-tabs__content {
        font-size: 16px;
        line-height: 20px;
    }
}
.product-tabs__row {
    margin-bottom: 75px;
}
@media (max-width: 991px) {
    .product-tabs__row {
        margin-bottom: 55px;
    }
}
@media (max-width: 767px) {
    .product-tabs__row {
        margin-bottom: 40px;
    }
}
.product-tabs__row:last-child {
    margin-bottom: 0;
}
.product-tabs__text {
    margin-bottom: 40px;
}
@media (max-width: 991px) {
    .product-tabs__text {
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .product-tabs__text {
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .product-tabs__text-img-wrap {
        margin: 0 -30px;
    }
}
@media (max-width: 374px) {
    .product-tabs__text-img-wrap {
        margin: 0 -15px;
    }
}
.product-tabs__features {
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
}
@media (max-width: 991px) {
    .product-tabs__features {
        padding-bottom: 0;
    }
}
.product-tabs__feature {
    width: 84px;
    min-width: 84px;
    margin: 0 47px;
}
@media (max-width: 991px) {
    .product-tabs__feature {
        width: 64px;
        min-width: 64px;
        margin: 0 16px;
    }
}
@media (max-width: 767px) {
    .product-tabs__feature {
        width: 44px;
        min-width: 44px;
        margin: 0 12px;
    }
}
@media (max-width: 374px) {
    .product-tabs__feature {
        margin: 0 6px;
    }
}
.product-tabs__feature img {
    width: 100%;
}
.product-table--width1 {
    max-width: 863px;
}
.product-table__row-wrap {
    display: flex;
    margin-bottom: 12px;
}
@media (max-width: 574px) {
    .product-table__row-wrap {
        display: block;
        margin-bottom: 10px;
    }
}
.product-table__row-wrap:last-child {
    margin-bottom: 0;
}
.product-table__row-wrap--title {
    margin-bottom: 28px;
}
@media (max-width: 767px) {
    .product-table__row-wrap--title {
        margin-bottom: 18px;
    }
}
.product-table__row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.product-table__title {
    font-size: 18px;
    line-height: 1;
    color: #a6a6a6;
}
@media (max-width: 991px) {
    .product-table__title {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .product-table__title {
        font-size: 14px;
    }
}
.product-table__line {
    flex-grow: 1;
    border-bottom: 1px solid #d9d9d9;
    margin: 0 10px;
}
@media (max-width: 574px) {
    .product-table__line {
        display: none;
    }
}
.product-table__param {
    text-align: right;
}
@media (max-width: 574px) {
    .product-table__param {
        margin-left: 30px;
    }
}
.product-table__title-space,
.product-table__button-wrap {
    min-width: 232px;
    padding-left: 50px;
}
@media (max-width: 767px) {
    .product-table__title-space,
    .product-table__button-wrap {
        min-width: 202px;
        padding-left: 30px;
    }
}
@media (max-width: 574px) {
    .product-table__title-space,
    .product-table__button-wrap {
        min-width: 0;
        padding-left: 0;
    }
}
@media (max-width: 574px) {
    .product-table__button-wrap {
        margin-top: 18px;
    }
}
@media (max-width: 574px) {
    .product-table__button.button-small {
        min-width: 100%;
    }
}
.anchor-product-tabs {
    position: relative;
    top: -90px;
}
@media (max-width: 1199px) {
    .anchor-product-tabs {
        top: -76px;
    }
}
@media (max-width: 767px) {
    .anchor-product-tabs {
        top: -64px;
    }
}
.search-results {
    padding: 66px 0 100px;
}
@media (max-width: 991px) {
    .search-results {
        padding: 60px 0 0px;
    }
}
@media (max-width: 767px) {
    .search-results {
        padding-top: 28px;
    }
}
.search-results__title-wrap {
    margin-bottom: 50px;
}
@media (max-width: 574px) {
    .search-results__title-wrap {
        margin-left: -15px;
        margin-right: -15px;
    }
}
@media (max-width: 374px) {
    .search-results__title-wrap {
        margin-left: 0;
        margin-right: 0;
    }
}
.search-results__nav {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #c0c1c3;
    padding-bottom: 8px;
    margin-bottom: 60px;
}
@media (max-width: 991px) {
    .search-results__nav {
        justify-content: flex-start;
        flex-wrap: wrap;
    }
}
@media (max-width: 767px) {
    .search-results__nav {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 40px;
    }
}
@media (max-width: 574px) {
    .search-results__nav {
        margin-left: -15px;
        margin-right: -15px;
    }
}
@media (max-width: 374px) {
    .search-results__nav {
        margin-left: 0;
        margin-right: 0;
    }
}
.search-results__items-wrap {
    margin-bottom: 60px;
}
.search-results__counter {
    font-size: 18px;
    line-height: 1;
    color: #a6a6a6;
    display: flex;
    align-items: center;
}
@media (max-width: 574px) {
    .search-results__counter {
        width: 100%;
        margin-bottom: 10px;
    }
}
.search-results__counter span {
    color: #000;
    font-weight: 600;
}
.search-results__sort {
    width: 379px;
    margin: 0 30px;
}
@media (max-width: 991px) {
    .search-results__sort {
        margin-right: 0;
    }
}
@media (max-width: 767px) {
    .search-results__sort {
        width: 260px;
    }
}
@media (max-width: 574px) {
    .search-results__sort {
        margin: 0;
    }
}
@media (max-width: 991px) {
    .search-results__pagination {
        width: 100%;
        margin-top: 20px;
    }
}
.search-results__button-wrap {
    text-align: center;
    margin-bottom: 60px;
}
@media (max-width: 767px) {
    .search-results__button-wrap {
        margin-bottom: 42px;
    }
}
.search-results__bottom-nav {
    background: #fff;
    border-bottom: 4px solid #fff;
    box-shadow: 0px -4px 12px 0px rgba(0, 0, 0, 0.16);
}
.service {
    padding-bottom: 100px;
}
.service__intro-wrap {
    margin-bottom: 125px;
}
@media (max-width: 991px) {
    .service__intro-wrap {
        margin-bottom: 90px;
    }
}
@media (max-width: 767px) {
    .service__intro-wrap {
        margin-bottom: 60px;
    }
}
.service__items {
    display: flex;
    margin: 0 -15px;
    margin-bottom: 100px;
}
@media (max-width: 767px) {
    .service__items {
        display: block;
    }
}
.service__item {
    width: 50%;
    padding: 0 15px;
    display: flex;
    justify-content: center;
}
@media (max-width: 767px) {
    .service__item {
        width: 100%;
        margin-bottom: 80px;
    }
    .service__item:last-child {
        margin-bottom: 0;
    }
}
.service__arrows {
    margin-bottom: 50px;
}
.service__button-wrap {
    text-align: center;
    margin-bottom: 100px;
}
@media (max-width: 767px) {
    .service__button-wrap {
        margin-bottom: 70px;
    }
}
.service__text {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 40px;
}
@media (max-width: 991px) {
    .service__text {
        font-size: 20px;
        line-height: 23px;
    }
}
@media (max-width: 767px) {
    .service__text {
        font-size: 16px;
        line-height: 20px;
    }
}
.service__text p {
    margin-bottom: 24px;
}
.service__text > :last-child {
    margin-bottom: 0;
}
.service__text-title {
    font-weight: 700;
    color: #ed1c24;
}
.service__list-wrap {
    margin-bottom: 90px;
}
@media (max-width: 991px) {
    .service__list-wrap {
        margin-bottom: 60px;
    }
}
@media (max-width: 767px) {
    .service__list-wrap {
        margin-bottom: 40px;
    }
}
.service__list-title {
    color: #a6a6a6;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 20px;
}
.service__list {
    font-size: 18px;
    line-height: 20px;
}
@media (max-width: 767px) {
    .service__list {
        font-size: 16px;
    }
}
.service-intro__img-wrap {
    height: 440px;
}
@media (max-width: 767px) {
    .service-intro__img-wrap {
        height: 320px;
    }
}
.service-intro__pane-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -67px;
    padding: 0 33px;
}
@media (max-width: 767px) {
    .service-intro__pane-wrap {
        margin-top: -84px;
    }
}
@media (max-width: 374px) {
    .service-intro__pane-wrap {
        padding: 0 15px;
    }
}
.service-intro__pane {
    height: 260px;
    width: 770px;
    max-width: 100%;
    padding: 30px 10px;
    position: relative;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 767px) {
    .service-intro__pane {
        height: 168px;
    }
}
.service-intro__pane--bg1 {
    background: rgba(0, 0, 0, 0.8);
}
.service-intro__pane--bg2 {
    background: rgba(237, 28, 36, 0.9);
}
.service-intro__pane--bg3 {
    background: rgba(255, 255, 255, 0.9);
    color: #000;
}
.service-intro__title {
    width: 616px;
    max-width: 100%;
    text-align: center;
    font-size: 28px;
    line-height: 36px;
    font-weight: 900;
}
@media (max-width: 991px) {
    .service-intro__title {
        font-size: 22px;
        line-height: 30px;
    }
}
@media (max-width: 767px) {
    .service-intro__title {
        width: 290px;
        font-size: 16px;
        line-height: 22px;
    }
}
.service-ticket__title-wrap {
    text-align: center;
    margin-bottom: 80px;
}
@media (max-width: 991px) {
    .service-ticket__title-wrap {
        margin-bottom: 60px;
    }
}
@media (max-width: 767px) {
    .service-ticket__title-wrap {
        margin-bottom: 40px;
    }
}
.service-ticket__title1 {
    font-size: 24px;
    line-height: 26px;
    font-weight: 500;
    color: #ed1c24;
    margin-bottom: 20px;
}
.service-ticket__title2 {
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
}
.service-ticket__check-wrap {
    margin-bottom: 100px;
}
.tests {
    padding-bottom: 100px;
}
.tests__title-wrap {
    margin-bottom: 60px;
    position: relative;
}
@media (max-width: 991px) {
    .tests__title-wrap {
        margin-bottom: 40px;
    }
}
@media (max-width: 767px) {
    .tests__title-wrap {
        text-align: center;
        padding-top: 74px;
        margin-bottom: 20px;
    }
}
.tests__title {
    color: #e1e4e9;
}
.tests__section-title,
.video__subtitle {
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    margin-bottom: 70px;
}
@media (max-width: 767px) {
    .tests__section-title,
    .video__subtitle {
        font-size: 20px;
        margin-bottom: 40px;
    }
}
.tests__disc-wrap {
    position: absolute;
    right: -268px;
    top: -367px;
}
@media (max-width: 767px) {
    .tests__disc-wrap {
        right: -78px;
        top: -206px;
    }
}
.tests__disc {
    width: 540px;
    height: auto;
    object-fit: cover;
}
@media (max-width: 767px) {
    .tests__disc {
        width: 270px;
    }
}
.tests__video-wrap {
    margin-bottom: 100px;
    position: relative;
    z-index: 2;
}
@media (max-width: 767px) {
    .tests__video-wrap {
        margin-bottom: 40px;
    }
}
.tests__button-wrap {
    padding-top: 100px;
    text-align: center;
}
@media (max-width: 991px) {
    .tests__button-wrap {
        padding-top: 80px;
    }
}
@media (max-width: 767px) {
    .tests__button-wrap {
        padding-top: 60px;
    }
}
.where-buy {
    font-size: 24px;
    line-height: 26px;
    padding-bottom: 100px;
}
@media (max-width: 991px) {
    .where-buy {
        font-size: 20px;
        line-height: 23px;
    }
}
@media (max-width: 767px) {
    .where-buy {
        font-size: 16px;
        line-height: 20px;
    }
}
.where-buy__item {
    margin-bottom: 80px;
}
@media (max-width: 991px) {
    .where-buy__item {
        margin-bottom: 60px;
    }
}
@media (max-width: 767px) {
    .where-buy__item {
        margin-bottom: 40px;
    }
}
.where-buy__item:last-child {
    margin-bottom: 0;
}
.where-buy__title-wrap {
    margin-bottom: 10px;
}
.where-buy__subtitle {
    margin-bottom: 40px;
}
@media (max-width: 767px) {
    .where-buy__subtitle {
        margin-bottom: 20px;
    }
}
.where-buy__contact {
    margin-bottom: 20px;
}
.where-buy__contact:last-child {
    margin-bottom: 0;
}
.where-buy__contact a {
    color: #000;
}
.where-buy__buttons {
    margin: 40px 0;
    display: flex;
}
@media (max-width: 767px) {
    .where-buy__buttons {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .where-buy__buttons {
        margin-top: 0;
    }
}
.where-buy__button {
    margin-right: 20px;
}
.arrow-list {
    list-style: none;
}
.arrow-list__item {
    display: flex;
    margin-bottom: 14px;
}
.arrow-list__item:last-child {
    margin-bottom: 0;
}
.arrow-list__mark {
    margin-right: 13px;
}
.arrow-title {
    display: flex;
    align-items: center;
    font-size: 24px;
    line-height: 26px;
    color: #ed1c24;
    font-weight: 700;
}
.arrow-title svg {
    margin-right: 18px;
}
.arrows {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.arrows__arrow1 {
    position: relative;
    bottom: 10px;
    margin-right: -10px;
}
.back-link {
    display: flex;
    align-items: center;
}
.back-link__arrow {
    margin-right: 6px;
}
.back-link__text {
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    color: #000;
}
.title-badge {
    min-width: 372px;
    height: 100px;
    padding: 0 30px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    --badge-pseudo-width: 0;
}
@media (max-width: 767px) {
    .title-badge {
        min-width: 266px;
        height: 72px;
    }
}
.title-badge:before,
.title-badge:after {
    content: '';
    width: var(--badge-pseudo-width);
    height: 50%;
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
}
.title-badge:before {
    top: 0;
    left: 0;
}
.title-badge:after {
    bottom: 0;
    right: 0;
}
.title-badge__text {
    opacity: 0;
    position: relative;
    z-index: 1;
}
.title-badge--bg2:before,
.title-badge--bg2:after {
    background: rgba(237, 28, 36, 0.8);
}
.title-badge--bg2-1:before,
.title-badge--bg2-1:after {
    background: rgba(237, 28, 36, 0.9);
}
.title-badge--bg3:before,
.title-badge--bg3:after {
    background: rgba(255, 255, 255, 0.8);
}
.title-badge--bg3 .title-badge__text {
    color: #000;
}
.title-badge--bg3-1:before,
.title-badge--bg3-1:after {
    background: rgba(255, 255, 255, 0.9);
}
.title-badge--bg3-1 .title-badge__text {
    color: #000;
}
.card-badge {
    height: 30px;
    padding: 0 11px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #4d4e4d;
    color: #fff;
}
.promo-badge {
    min-width: 163px;
    height: 44px;
    padding: 0 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #ed1c24;
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
}
.promo-badge--small {
    min-width: 80px;
    padding: 0 9px;
    font-size: 20px;
    font-weight: 900;
}
.promo-badge--intro {
    height: 45px;
    min-width: 1px;
}
@media (max-width: 767px) {
    .promo-badge--intro {
        height: 26px;
        font-size: 20px;
        padding: 0 10px;
    }
}
.promo-badge--bg2 {
    background: #000;
}
.breadcrumbs__list {
    list-style: none;
    display: inline-flex;
    align-items: center;
    padding-right: 30px;
    flex-wrap: wrap;
}
@media (max-width: 767px) {
    .breadcrumbs__list {
        flex-wrap: nowrap;
    }
}
@media (max-width: 374px) {
    .breadcrumbs__list {
        padding-right: 15px;
    }
}
.breadcrumbs__item {
    display: flex;
    align-items: center;
    margin-right: 7px;
    margin-bottom: 3px;
}
.breadcrumbs__item:last-child {
    margin-right: 0;
}
.breadcrumbs__link {
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    color: #a6a6a6;
    width: max-content;
    transition: color 0.2s;
}
a.breadcrumbs__link:hover {
    color: #222;
}
.breadcrumbs__link.active {
    color: #000;
}
.breadcrumbs__arrow {
    margin-left: 10px;
}
.burger {
    width: 40px;
    height: 28px;
    cursor: pointer;
    position: relative;
}
.burger.active {
    left: 10px;
}
.burger__line {
    display: block;
    width: 40px;
    height: 4px;
    background: #fff;
    margin-bottom: 8px;
    position: relative;
    transition: all 0.2s;
}
.burger.active .burger__line {
    width: 42px;
}
.burger.active .burger__line--1 {
    transform: rotate(45deg);
    top: 13px;
}
.burger__line--2 {
    opacity: 1;
}
.burger.active .burger__line--2 {
    opacity: 0;
}
.burger__line--3 {
    margin-bottom: 0;
}
.burger.active .burger__line--3 {
    transform: rotate(-45deg);
    bottom: 11px;
}
button {
    border: none;
    outline: none;
    background: none;
    padding: 0;
}
.button,
.button-small {
    min-width: 375px;
    height: 80px;
    padding: 0 30px;
    border: 1px solid #000;
    color: #000;
    font-size: 26px;
    line-height: 32px;
    font-weight: 300;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    transition: color 0.3s, border-color 0.5s, box-shadow 0.1s;
}
@media (max-width: 991px) {
    .button,
    .button-small {
        font-size: 22px;
        height: 66px;
    }
}
@media (max-width: 767px) {
    .button,
    .button-small {
        font-size: 18px;
        height: 56px;
    }
}
@media (max-width: 480px) {
    .button,
    .button-small {
        min-width: 100%;
    }
}
.button:before,
.button-small:before {
    content: '';
    display: block;
    width: 0;
    height: 100%;
    background: #ed1c24;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: width 0.3s;
}
@media (max-width: 991px) {
    .button:before,
    .button-small:before {
        display: none;
    }
}
.button:hover,
.button-small:hover,
.button:active,
.button-small:active {
    color: #fff;
    border-color: #ed1c24;
}
@media (max-width: 991px) {
    .button:hover,
    .button-small:hover,
    .button:active,
    .button-small:active {
        background: #ed1c24;
    }
}
.button:hover:before,
.button-small:hover:before,
.button:active:before,
.button-small:active:before {
    width: 100%;
}
.button:active,
.button-small:active {
    box-shadow: 4px 4px 12px #ed1c24;
    border: none;
}
.button--invert,
.button-small--invert {
    color: #fff;
    border: 1px solid #fff;
}
.button--fill,
.button-small--fill {
    background: #fff;
    border: none;
}
.button--hover-border-light:hover,
.button-small--hover-border-light:hover {
    border-color: #fff;
}
.button--hover-border-light:active,
.button-small--hover-border-light:active {
    border-color: #ed1c24 !important;
}
.button__text,
.button-small__text {
    position: relative;
    z-index: 2;
}
.button-small {
    min-width: 182px;
    height: 44px;
    font-size: 18px;
    transition: background 0.2s, box-shadow 0.3s;
}
@media (max-width: 991px) {
    .button-small {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .button-small {
        font-size: 18px;
    }
}
.button-small:hover,
.button-small:active {
    color: #fff;
    box-shadow: 0 0 0 #ed1c24;
    transition: color 0.3s;
    transition-delay: 0.1s;
}
@media (max-width: 991px) {
    .button-small:hover,
    .button-small:active {
        transition: color 0s;
        transition-delay: 0s;
    }
}
.button-small:active {
    background: #ed1c24;
    transition: background 0s;
}
.button-small.active {
    color: #fff;
    background: #ed1c24;
    border-color: #ed1c24;
    pointer-events: none;
    cursor: default;
}
.button-small--fill1 {
    color: #fff;
    background: #ed1c24;
    border-color: #ed1c24;
    box-shadow: 0 0 0 #ed1c24;
    transition: all 0.2s;
}
.button-small--fill1:hover {
    box-shadow: 4px 4px 12px #ed1c24;
    transition: all 0.2s;
}
.button-small--fill1:active {
    box-shadow: none;
    background: #000;
}
.button-small--fill1:active:before {
    display: none;
}
.button-small--outline {
    background: none;
    color: #000;
    border: 1px solid #000;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
    transition: box-shadow 0.2s;
}
.button-small--outline:before {
    display: none;
}
.button-small--outline:hover {
    color: #000;
    border: 1px solid #000;
    box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.3);
}
.button-small--outline:active {
    color: #000;
    background: none;
    border: 1px solid #000;
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.3);
}
.card-button {
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    color: #fff;
    height: 30px;
    background: #ed1c24;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 5px;
    min-width: 97px;
    box-shadow: 0 0 0 0px #ed1c24;
    transition: box-shadow 0.2s;
}
.card-button:hover {
    box-shadow: 4px 4px 12px 0px #ed1c24;
}
.card-button:active {
    box-shadow: 0 0 0 0 #ed1c24;
    transition: box-shadow 0.05s;
}
.card-button--no-hover:hover {
    box-shadow: 0 0 0 0px #ed1c24;
}
.card-button--outline {
    background: none;
    color: #000;
    border: 1px solid #000;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
    transition: box-shadow 0.2s;
}
.card-button--outline:hover {
    box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.3);
}
.compare-card {
    position: relative;
}
.compare-card__close {
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer;
}
.compare-card__title-wrap {
    padding: 50px 14px 40px;
}
.compare-card__img-wrap {
    width: 100%;
    height: 200px;
    padding: 0 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
}
.compare-card__img-wrap img {
    max-width: 100%;
    max-height: 100%;
}
.compare-card__title {
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #000;
}
.compare-card__item {
    padding: 8px 14px;
    border-top: 1px solid #c0c1c3;
}
.compare-card__item:last-child {
    border-bottom: 1px solid #c0c1c3;
}
.compare-card__label {
    font-size: 14px;
    line-height: 1;
    color: #a6a6a6;
    margin-bottom: 2px;
}
.compare-card__text {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
}
.compare-card__text ul {
    list-style: none;
}
.compare-card__text ul li:before {
    content: '-';
}
.compare-card__text ol {
    padding-left: 22px;
}
.product-card {
    padding: 33px 25px 35px 36px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .product-card {
        padding: 24px 30px 40px;
    }
}
@media (max-width: 374px) {
    .product-card {
        padding: 24px 15px 40px;
    }
}
.product-card--bg1 {
    background: #000;
    color: #fff;
}
.product-card--bg2 {
    background: #e1e4e9;
}
.product-card--bg4 {
    background: #222d43;
    color: #fff;
}
.product-card__row {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 574px) {
    .product-card__row {
        display: block;
    }
}
.product-card__col1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.product-card__title-wrap {
    padding-bottom: 18px;
}
@media (max-width: 767px) {
    .product-card__title-wrap {
        padding-bottom: 20px;
    }
}
.product-card__title,
.product-card__price {
    font-size: 28px;
    line-height: 30px;
    font-weight: 900;
}
.product-card__title {
    margin-bottom: 10px;
    min-height: 60px;
}
@media (max-width: 767px) {
    .product-card__title {
        min-height: 1px;
        font-size: 24px;
    }
}
.product-card__price-wrap {
    min-width: 182px;
    padding-left: 30px;
    text-align: right;
}
@media (max-width: 574px) {
    .product-card__price-wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0;
        padding-bottom: 40px;
    }
}
@media (max-width: 574px) {
    .product-card__price {
        text-align: left;
    }
}
.product-card__price-old {
    font-size: 20px;
    line-height: 22px;
    font-weight: 300;
    text-decoration: line-through;
    opacity: 0.5;
    margin-top: 6px;
}
@media (max-width: 574px) {
    .product-card__price-old {
        font-size: 18px;
        margin-top: 0;
    }
}
.product-card__id {
    font-size: 14px;
    line-height: 22px;
    display: flex;
    flex-wrap: wrap;
    min-height: 44px;
}
.product-card__id-item {
    margin-right: 20px;
}
.product-card__id-item:last-child {
    margin-right: 0;
}
.product-card__marks {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}
@media (max-width: 574px) {
    .product-card__marks {
        display: none;
    }
}
.product-card__marks-mobile {
    display: none;
}
@media (max-width: 574px) {
    .product-card__marks-mobile {
        display: flex;
    }
}
.product-card__mark {
    color: #000;
    margin-left: 15px;
    transition: color 0.3s;
    cursor: pointer;
}
.product-card__mark:first-child {
    margin-left: 0;
}
.product-card__mark:hover,
.product-card__mark.active {
    color: #ed1c24;
}
.product-card--bg1 .product-card__mark {
    color: #fff;
}
.product-card--bg4 .product-card__mark {
    color: #fff;
}
.product-card--bg1 .product-card__mark:hover,
.product-card--bg1 .product-card__mark.active {
    color: #ed1c24;
}
@media (max-width: 574px) {
    .product-card__buttons {
        padding-top: 42px;
    }
}
.product-card__button-wrap {
    margin-bottom: 20px;
}
.product-card__button-wrap:last-child {
    margin-bottom: 0;
}
@media (max-width: 574px) {
    .product-card__button {
        min-width: 100%;
    }
}
.product-card-params__title {
    font-size: 24px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 22px;
}
@media (max-width: 767px) {
    .product-card-params__title {
        font-size: 22px;
        line-height: 24px;
    }
}
.product-card-params__items {
    margin-bottom: 20px;
}
.product-card-params__item {
    font-size: 18px;
    line-height: 1;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-right: 70px;
    margin-bottom: 8px;
}
@media (max-width: 991px) {
    .product-card-params__item {
        font-size: 16px;
        padding-right: 40px;
    }
}
@media (max-width: 574px) {
    .product-card-params__item {
        padding-right: 0;
    }
}
.product-card-params__item:last-child {
    margin-bottom: 0;
}
.product-card-params__col2 {
    text-align: right;
    padding-left: 30px;
}
.product-card-params__more {
    font-size: 14px;
}
.product-card--bg1 .product-card-params__more {
    color: #fff;
}

.product-card--bg4 .product-card-params__more {
    color: #fff;
}

.counter__value {
    font-feature-settings: 'tnum';
    font-variant-numeric: tabular-nums;
}
.dealers__title {
    max-width: 480px;
    font-size: 24px;
    line-height: 26px;
    font-weight: 900;
    margin-bottom: 23px;
}
.dealers__nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.dealers__switch {
    display: flex;
}
.dealers__switch-button {
    margin-right: 20px;
    transition: opacity 0.2s;
}
.dealers__switch-button.active {
    background: none;
    color: #000;
    border-color: #000;
    opacity: 0.2;
}
.dealers__city-filter-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 100%;
}
@media (max-width: 574px) {
    .dealers__city-filter-wrap {
        display: block;
        width: 100%;
    }
}
.dealers__city-filter {
    width: 379px;
    margin-right: 20px;
}
@media (max-width: 1199px) {
    .dealers__city-filter {
        width: 350px;
    }
}
@media (max-width: 574px) {
    .dealers__city-filter {
        width: 100%;
        margin-right: 0;
    }
}
.dealers__city-filter-hint {
    display: inline-block;
    white-space: nowrap;
    color: #a6a6a6;
    font-size: 18px;
    line-height: 1;
    align-items: center;
    border-bottom: 1px solid #a6a6a6;
    margin: 8px 0;
    cursor: pointer;
    transition: border-color 0.2s;
}
.dealers__city-filter-hint:hover {
    border-bottom: 1px solid rgba(166, 166, 166, 0);
}
@media (max-width: 767px) {
    .dealers__city-filter-hint {
        font-size: 16px;
    }
}
.dealers__table-wrap {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-bottom: 10px;
    overflow-x: auto;
}
.dealers__phone-cell {
    white-space: nowrap;
}
.delete-list {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.delete-list__text {
    font-size: 18px;
    line-height: 1;
    font-weight: 300;
    margin-right: 8px;
}
.dropdown-buttons {
    background: #fff;
    position: relative;
    cursor: pointer;
}
.dropdown-buttons__arrow {
    display: none;
}
@media (max-width: 767px) {
    .dropdown-buttons__arrow {
        display: block;
        position: absolute;
        right: 17px;
        top: 17px;
        z-index: 2;
        transition: transform 0.3s;
    }
    .dropdown-buttons.active .dropdown-buttons__arrow {
        transform: rotate(-180deg);
    }
}
.dropdown-buttons__items {
    display: flex;
    position: relative;
}
@media (max-width: 767px) {
    .dropdown-buttons__items {
        display: block;
    }
}
.dropdown-buttons__item {
    margin-right: 20px;
}
@media (max-width: 767px) {
    .dropdown-buttons__item {
        display: flex;
        align-items: flex-end;
        height: 0;
        margin-right: 0;
        overflow: hidden;
        position: absolute;
        left: 0;
        top: 43px;
        transition: height 0.3s;
    }
    .dropdown-buttons__item.active {
        position: relative;
        top: 0;
        height: 44px;
    }
    .dropdown-buttons.active .dropdown-buttons__item {
        height: 44px;
    }
}
.dropdown-buttons__item:last-child {
    margin-right: 0;
}
.dropdown-buttons__button {
    font-weight: 500;
    transition: background 0.2s;
}
@media (max-width: 767px) {
    .dropdown-buttons__button {
        min-width: 207px;
    }
}
.dropdown-buttons__item.active .dropdown-buttons__button {
    background: #fff;
    color: #000;
    border-color: #000;
    pointer-events: none;
}
@media (min-width: 768px) {
    .dropdown-buttons__item.active .dropdown-buttons__button {
        background: #ed1c24;
        color: #fff;
        border-color: #ed1c24;
    }
}
.filter-dropdown__title-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.filter-dropdown__title {
    font-size: 20px;
    line-height: 1;
    margin-right: 20px;
}
.filter-dropdown__arrow {
    transition: transform 0.3s;
}
.filter-dropdown.active .filter-dropdown__arrow {
    transform: rotate(-180deg);
}
.filter-dropdown__items-wrap {
    height: 0;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    transition: height 0.3s;
}
.filter-dropdown.active .filter-dropdown__items-wrap {
    height: auto;
}
.filter-dropdown__items {
    width: 100%;
    padding-top: 26px;
}
.filter-dropdown__item {
    margin-bottom: 12px;
}
.filter-dropdown__item:last-child {
    margin-bottom: 0;
}
.captcha {
    padding: 20px;
    background: #fff;
}
.captcha__row {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.captcha__row:last-child {
    margin-bottom: 0;
}
.captcha__col1 {
    min-width: 58px;
    margin-right: 14px;
}
.captcha__col2 {
    flex: 1;
}
.captcha__field {
    width: 258px;
    max-width: 100%;
}
@media (max-width: 991px) {
    .captcha__field {
        width: 100%;
    }
}
.checkbox {
    line-height: 16px;
    position: relative;
}
.checkbox__input {
    display: none;
}
.checkbox__input:checked ~ .checkbox__mark-wrap {
    background: #ed1c24;
}
.checkbox__mark-wrap {
    width: 16px;
    height: 16px;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.checkbox__mark-wrap--light {
    border: none;
    background: #fff;
}
.checkbox__mark-wrap--gray {
    border: none;
    background: #f0f0f0;
}
.checkbox__mark {
    color: #fff;
}
.checkbox__label {
    font-size: 13px;
    line-height: 1.2;
    display: inline-block;
    padding-left: 25px;
    cursor: pointer;
    position: relative;
    z-index: 2;
}
.input-file {
    padding: 0;
    text-transform: lowercase;
}
@media (max-width: 767px) {
    .input-file {
        width: 182px;
        overflow: hidden;
    }
}
.input-file::file-selector-button {
    text-transform: none;
    width: 182px;
    height: 44px;
    cursor: pointer;
    border: none;
    outline: none;
    border-radius: 0;
    background: #fff;
    margin-right: 12px;
    transition: all 0.2s;
}
.input-file::file-selector-button:hover {
    border: 1px solid #ed1c24;
    color: #ed1c24;
}
.input-file::file-selector-button:active {
    background: #ed1c24;
    color: #fff;
}
label,
.label {
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
}
label__require,
.label__require {
    color: #ed1c24;
}
label__hint,
.label__hint {
    color: #4d4e4d;
    cursor: pointer;
    border-bottom: 1px solid #4d4e4d;
    transition: border-color 0.2s;
}
label__hint:hover,
.label__hint:hover {
    border-color: rgba(77, 78, 77, 0);
}
label a,
.label a {
    color: #000;
    border-bottom: 1px solid #000;
    transition: border-color 0.2s;
}
label a:hover,
.label a:hover {
    border-color: rgba(0, 0, 0, 0);
}
.form__title {
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
}
.form__note {
    font-size: 18px;
    line-height: 20px;
    margin-top: 14px;
}
.form-field__label {
    margin-bottom: 8px;
}
.form-field__error {
    font-size: 16px;
    line-height: 1;
    color: #ed1c24;
    display: none;
}
.form-field.error .form-field__error {
    display: block;
}
.form-field__radios,
.form-field__checkboxes {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 11px;
}
@media (max-width: 574px) {
    .form-field__radios,
    .form-field__checkboxes {
        display: block;
    }
}
.form-field__radio,
.form-field__checkbox {
    margin-right: 14px;
    margin-bottom: 14px;
}
@media (max-width: 574px) {
    .form-field__radio,
    .form-field__checkbox {
        margin-right: 0;
    }
    .form-field__radio:last-child,
    .form-field__checkbox:last-child {
        margin-bottom: 0;
    }
}
.form-field__radio:last-child,
.form-field__checkbox:last-child {
    margin-right: 0;
}
input,
textarea {
    height: 44px;
    width: 100%;
    padding: 0 19px;
    border: none;
    outline: none;
    font-weight: 300;
}
textarea {
    height: 172px;
    padding: 12px;
    resize: none;
}
.input,
.textarea {
    background: #fff;
    border: 1px solid #d9d9d9;
}
.input--no-border,
.textarea--no-border {
    border: none;
}
.input--bg1,
.textarea--bg1 {
    background: #f0f0f0;
}
.plusminus {
    font-size: 18px;
    line-height: 1;
    display: inline-flex;
}
.plusminus__minus,
.plusminus__plus {
    width: 44px;
    min-width: 44px;
    height: 44px;
    background: #ed1c24;
    color: #fff;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    user-select: none;
}
.plusminus--border .plusminus__minus,
.plusminus--border .plusminus__plus {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}
.plusminus__minus.disable,
.plusminus__plus.disable {
    pointer-events: none;
    color: rgba(255, 255, 255, 0.5);
}
.plusminus--border .plusminus__minus.disable,
.plusminus--border .plusminus__plus.disable {
    color: rgba(0, 0, 0, 0.5);
}
.plusminus__num {
    width: 63px;
    min-width: 63px;
    height: 44px;
    border-bottom: 1px solid #e1e4e9;
    border-top: 1px solid #e1e4e9;
    padding: 0 5px;
    text-align: center;
    font-weight: 400;
}
.plusminus--border .plusminus__num {
    border-color: #000;
}
.radio {
    line-height: 16px;
    position: relative;
}
.radio__input {
    display: none;
}
.radio__input:checked ~ .radio__mark-wrap .radio__mark {
    opacity: 1;
}
.radio__mark-wrap {
    width: 20px;
    height: 20px;
    border: 1px solid #d9d9d9;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.radio__mark-wrap--light {
    border: none;
    background: #fff;
}
.radio__mark-wrap--gray {
    border: none;
    background: #f0f0f0;
}
.radio__mark {
    width: 10px;
    height: 10px;
    background: #ed1c24;
    opacity: 0;
    transition: opacity 0.2s;
}
.radio__label {
    display: inline-block;
    padding-left: 30px;
    cursor: pointer;
    position: relative;
    z-index: 2;
}
.range-slider__value {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 8px;
}
.range-slider__input {
    height: 22px;
    padding: 0;
    -webkit-appearance: none;
    appearance: none;
    background: none;
}
.range-slider__input::-webkit-slider-runnable-track {
    height: 6px;
    background: #d4d6dd;
}
.range-slider__input::-moz-range-track {
    height: 6px;
    background: #d4d6dd;
}
.range-slider__input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    margin-top: -9px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 2px 6px 0px rgba(0, 22, 45, 0.22);
    height: 22px;
    width: 32px;
    background-image: url('/local/templates/elc/css/../img/range-thumb.svg');
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.range-slider__input::-moz-range-thumb {
    border: none;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 2px 6px 0px rgba(0, 22, 45, 0.22);
    height: 22px;
    width: 32px;
    background-image: url('/local/templates/elc/css/../img/range-thumb.svg');
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.guarantee {
    display: flex;
    justify-content: center;
    align-items: center;
}
.guarantee__shape {
    margin-right: -47px;
    color: #ed1c24;
}
@media (max-width: 991px) {
    .guarantee__shape {
        width: 104px;
        min-width: 104px;
        margin-right: -39px;
    }
}
@media (max-width: 767px) {
    .guarantee__shape {
        width: 77px;
        min-width: 77px;
        margin-right: -27px;
    }
}
.guarantee__shape svg {
    width: 100%;
    height: auto;
}
.guarantee__title {
    display: flex;
    align-items: center;
    font-size: 100px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}
@media (max-width: 991px) {
    .guarantee__title {
        font-size: 85px;
        line-height: 1.1;
    }
}
@media (max-width: 767px) {
    .guarantee__title {
        font-size: 50px;
    }
}
.guarantee__title span {
    display: inline-block;
    text-transform: none;
    font-size: 36px;
    line-height: 38px;
    font-weight: 900;
    margin-left: 20px;
}
@media (max-width: 991px) {
    .guarantee__title span {
        font-size: 32px;
        line-height: 1.1;
    }
}
@media (max-width: 767px) {
    .guarantee__title span {
        font-size: 20px;
        margin-left: 10px;
    }
}
.icons-nav {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 4;
}
.icons-nav__search-field {
    height: 0;
    position: relative;
    overflow: hidden;
}
.icons-nav__search-field.active {
    height: auto;
}
.icons-nav__search-close {
    position: absolute;
    right: 14px;
    top: 14px;
    cursor: pointer;
}
.icons-nav__list {
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ed1c24;
    list-style: none;
    border-bottom: 4px solid #fff;
}
.icons-nav__item {
    font-size: 16px;
    line-height: 32px;
    margin-left: 28px;
    font-weight: 400;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.icons-nav__item:first-child {
    margin-left: 0;
}
.icons-nav__icon {
    height: 24px;
    color: #fff;
    position: relative;
    cursor: pointer;
    transition: width 0.2s, height 0.2s;
}
.icons-nav__icon svg {
    height: 100%;
    width: auto;
}
.icons-nav__icon.active {
    color: #000;
    pointer-events: none;
}
.icons-nav__counter {
    font-size: 7px;
    line-height: 1;
    color: #ed1c24;
    font-weight: 900;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
    position: absolute;
    right: -4px;
    top: -2px;
}
.articles-items__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px -60px;
}
@media (max-width: 991px) {
    .articles-items__row {
        margin: 0 -10px -60px;
    }
}
@media (max-width: 767px) {
    .articles-items__row {
        display: block;
        margin: 0;
        width: 375px;
        max-width: 100%;
        margin: 0 auto;
    }
}
.articles-items__col {
    width: 33.3333%;
    padding: 0 20px;
    margin-bottom: 60px;
}
@media (max-width: 991px) {
    .articles-items__col {
        padding: 0 10px;
    }
}
@media (max-width: 767px) {
    .articles-items__col {
        width: 100%;
        padding: 0;
    }
    .articles-items__col:last-child {
        margin-bottom: 0;
    }
}
@media (max-width: 991px) {
    .benefits-items__container {
        width: 768px;
    }
}
.benefits-items__row {
    margin: 0 -30px;
    margin-bottom: -40px;
    justify-content: center;
    flex-wrap: wrap;
}
@media (max-width: 374px) {
    .benefits-items__row {
        margin: 0 -15px;
        margin-bottom: -40px;
    }
}
.benefits-items__col {
    width: 25%;
    min-width: 25%;
    padding: 0 30px;
    margin-bottom: 40px;
}
@media (max-width: 767px) {
    .benefits-items__col {
        width: 50%;
        min-width: 50%;
        padding: 0 15px;
    }
}
.benefits-item {
    text-align: center;
}
.benefits-item--color-invert {
    color: #fff;
}
.benefits-item__icon {
    color: #ed1c24;
    height: 88px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.benefits-item--color-invert .benefits-item__icon {
    color: #fff;
}
.benefits-item__text {
    font-size: 18px;
    line-height: 22px;
}
.benefits-item__text--color-invert {
    color: #fff;
}
.category-items__row {
    margin: 0 -30px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -32px;
    justify-content: center;
}
@media (max-width: 991px) {
    .category-items__row {
        margin: 0;
        margin-bottom: -32px;
    }
}
@media (max-width: 767px) {
    .category-items__row {
        display: block;
        margin: 0;
    }
}
.category-items__col {
    width: 25%;
    min-width: 25%;
    padding: 0 30px;
    margin-bottom: 32px;
}
@media (max-width: 991px) {
    .category-items__col {
        width: 50%;
        min-width: 50%;
    }
}
@media (max-width: 767px) {
    .category-items__col {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }
    .category-items__col:last-child {
        margin-bottom: 0;
    }
}
.search-items__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px -14px;
}
@media (max-width: 574px) {
    .search-items__row {
        margin-bottom: -20px;
    }
}
@media (max-width: 374px) {
    .search-items__row {
        margin-left: 0;
        margin-right: 0;
    }
}
.search-items__col {
    width: 25%;
    padding: 0 7px;
    margin-bottom: 14px;
}
@media (max-width: 991px) {
    .search-items__col {
        width: 33.3333%;
    }
}
@media (max-width: 767px) {
    .search-items__col {
        width: 50%;
    }
}
@media (max-width: 574px) {
    .search-items__col {
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }
}
.el-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    font-size: 0;
    display: none;
}
.el-modal.active {
    display: block;
}
.modal__overlay,
.modal__body {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.modal__overlay {
    background: rgba(52, 52, 52, 0.34);
    z-index: 1;
}
.modal__body {
    text-align: center;
    padding: 15px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 2;
}
.modal__body:before {
    content: '';
    display: inline-block;
    height: 100%;
    width: 1px;
    vertical-align: middle;
    margin-left: -1px;
}
.modal__window {
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
    text-align: left;
    padding-bottom: 40px;
    position: relative;
}
.modal__close {
    width: 20px;
    height: 20px;
    color: #ed1c24;
    position: absolute;
    right: 24px;
    top: 24px;
    cursor: pointer;
}
.more {
    display: inline-flex;
    align-items: center;
    font-weight: 400;
    color: #000;
    cursor: pointer;
}
.more__icon1,
.more__icon2 {
    width: 16px;
    height: 23px;
    color: #ed1c24;
    margin-left: 6px;
    position: relative;
    top: 0.08em;
    transition: color 0.3s;
}
.more__icon1 svg,
.more__icon2 svg {
    width: 100%;
    height: 100%;
}
.more__icon2 {
    width: 23px;
    height: 16px;
    margin-left: 5px;
    transition: transform 0.3s;
}
.more__label2 {
    display: none;
}
.more.active .more__label1 {
    display: none;
}
.more.active .more__label2 {
    display: block;
}
.more.active .more__icon2 {
    transform: rotate(-180deg);
}
.more--light {
    color: #fff;
    font-weight: 500;
}
.more--light .more__icon1 {
    color: #fff;
}
.more--light:hover .more__icon1 {
    color: #ed1c24;
}
.more--hover-dark-arrow:hover .more__icon1 {
    color: #000;
}
.more--hover-light-arrow:hover .more__icon1 {
    color: #fff;
}
.more--hover-intro .more__text {
    transition: color 0.2s;
}
.more--hover-intro .more__icon1 {
    transition: transform 0.2s;
}
.more--hover-intro:hover .more__text {
    color: #ed1c24;
}
.more--hover-intro:hover .more__icon1 {
    transform: translate(15%, 0);
}
.multislider {
    position: relative;
    z-index: 1;
    width: 1440px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.multislider__sections {
    position: relative;
    overflow: hidden;
    padding-bottom: 30%;
}
@media (max-width: 574px) {
    .multislider__sections {
        padding-bottom: 200%;
    }
}
.multislider__triangle {
    position: absolute;
    z-index: 2;
    right: -6.2%;
    bottom: 0;
    width: 12%;
    height: 33%;
    background-color: #ed1c24;
    transform: skewX(-52deg);
}
@media (max-width: 574px) {
    .multislider__triangle {
        right: -12%;
        width: 25%;
        height: 13%;
    }
}
.multislider__section1,
.multislider__section2,
.multislider__section3,
.multislider__section4 {
    position: absolute;
    top: 0;
    height: 100%;
    overflow: hidden;
}
.multislider__section1,
.multislider__section4 {
    width: 46%;
    z-index: 2;
    transform: skewX(35deg);
    background-color: #ed1c24;
}
.multislider__section1 {
    left: -22.6%;
    padding-right: 1.6%;
}
@media (max-width: 574px) {
    .multislider__section1 {
        top: -5.2%;
        left: 0;
        width: 100%;
        height: 31%;
        padding-right: 0;
        padding-bottom: 4.8%;
        transform: skewY(8deg);
    }
}
.multislider__section2 {
    left: 17.5%;
    width: 33%;
    z-index: 1;
    transform: skewX(35deg);
    background-color: #ed1c24;
    padding-right: 1.6%;
}
.multislider__section3 {
    left: 35.5%;
    width: 51%;
    z-index: 0;
    background-color: #ed1c24;
}
@media (max-width: 574px) {
    .multislider__section2 {
        top: 22%;
        left: 0;
        width: 100%;
        height: 31%;
        padding-right: 0px;
        transform: skewX(0deg);
    }
    .multislider__section3 {
        top: 48.8%;
        left: 0;
        width: 100%;
        height: 31%;
        padding-right: 0;
        padding-bottom: 4.8%;
        transform: skewY(8deg);
        padding-top: 4.8%;
        z-index: 1;
    }
}
.multislider__section4 {
    right: -21.6%;
    padding-left: 1.6%;
}

@media (max-width: 574px) {
    .multislider__section4 {
        top: auto;
        right: auto;
        bottom: -5.2%;
        left: 0;
        width: 100%;
        height: 31%;
        padding-left: 0;
        padding-top: 4.8%;
        transform: skewY(8deg);
    }
}
.multislider__track1-box,
.multislider__track4-box,
.multislider__track2-box {
    height: 100%;
    overflow: hidden;
}
.multislider__track1,
.multislider__track2,
.multislider__track3,
.multislider__track4 {
    height: 100%;
}
.multislider__track2 {
    transform: skewX(-35deg) translate(-18.5%, 0);
    width: 900px;
}
@media (max-width: 1100px) {
    .multislider__track2 {
        width: 600px;
    }
}
@media (max-width: 750px) {
    .multislider__track2 {
        width: 500px;
        transform: skewX(-35deg) translate(-24.5%, 0);
    }
}
@media (max-width: 574px) {
    .multislider__track2 {
        width: auto;
        transform: skewX(0deg);
    }
}
.multislider__track1 {
    transform: skewX(-35deg) translate(23.5%, 0);
}
@media (max-width: 574px) {
    .multislider__track1 {
        transform: skewY(-8deg) translate(0, 13%);
    }
}
.multislider__track4 {
    transform: skewX(-35deg) translate(-33.5%, 0);
}
@media (max-width: 574px) {
    .multislider__track4 {
        transform: skewY(-8deg) translate(0, -13%);
    }
}
.multislider__imgs {
    height: 100%;
    white-space: nowrap;
}
.multislider__img,
.multislider__img-xs {
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 574px) {
    .multislider__img {
        display: none;
    }
}
.multislider__img-xs {
    display: none;
}
@media (max-width: 574px) {
    .multislider__img-xs {
        display: inline-block;
    }
}
.multislider__text1,
.multislider__text2,
.multislider__text3,
.multislider__text4 {
    display: none;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    font-weight: bold;
    font-size: 10vw;
    line-height: 1;
    color: rgba(255, 255, 255, 0.7);
    transform: translate(-50%, -50%);
    text-transform: uppercase;
}
@media (max-width: 574px) {
    .multislider__text1,
    .multislider__text2,
    .multislider__text3,
    .multislider__text4 {
        display: block;
    }
}

.multislider__text3 {
    top: 38%;
    transform: skewY(351deg);
    left: 41%;
}
.pagination {
    font-size: 18px;
    line-height: 18px;
    display: flex;
    align-items: center;
}
.pagination__button,
.pagination__item,
.pagination__arrow {
    color: #a6a6a6;
    transition: color 0.2s;
}
.pagination__item {
    line-height: 12px;
    padding: 0 8px;
}
.pagination__item:hover {
    color: #ed1c24;
}
.pagination__item.active {
    font-weight: 600;
    color: #ed1c24;
}
.pagination__button {
    display: flex;
    align-items: center;
}
.pagination__arrow {
    color: #a6a6a6;
}
.pagination__arrow--prev {
    margin-left: 18px;
    margin-right: 2px;
}
.pagination__arrow--next {
    margin-right: 18px;
    margin-left: 2px;
}
.pagination__button:hover .pagination__arrow {
    color: #ed1c24;
}
.article-preview {
    height: 100%;
    color: #fff;
    position: relative;
    overflow: hidden;
}
@media (max-width: 767px) {
    .article-preview {
        height: auto;
    }
}
.article-preview:before {
    content: '';
    display: block;
    background: #fff;
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    transition: height 0.5s;
}
@media (max-width: 991px) {
    .article-preview:before {
        display: none;
    }
}
.article-preview:hover {
    color: #000;
}
@media (max-width: 991px) {
    .article-preview:hover {
        color: #fff;
    }
}
.article-preview:hover:before {
    height: 100%;
}
.article-preview__inner {
    position: relative;
    padding-bottom: 81px;
    height: 100%;
}
@media (max-width: 991px) {
    .article-preview__inner {
        padding-bottom: 51px;
    }
}
@media (max-width: 767px) {
    .article-preview__inner {
        padding-bottom: 46px;
    }
}
.article-preview__img-wrap {
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .article-preview__img-wrap {
        margin-bottom: 20px;
    }
}
.article-preview__img-wrap img {
    width: 100%;
}
.article-preview__title {
    font-weight: 300;
    padding: 0 15px;
    transition-delay: 0.2s;
}
@media (max-width: 991px) {
    .article-preview__title {
        font-weight: 900;
    }
}
@media (max-width: 767px) {
    .article-preview__title {
        line-height: 20px;
        padding: 0;
    }
}
.article-preview:hover .article-preview__title {
    font-weight: 900;
}
.article-preview__link-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    padding: 10px 15px;
    pointer-events: none;
}
@media (max-width: 991px) {
    .article-preview__link-wrap {
        pointer-events: auto;
        opacity: 1;
    }
}
@media (max-width: 767px) {
    .article-preview__link-wrap {
        padding: 0;
    }
}
.article-preview:hover .article-preview__link-wrap {
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.7s;
    transition-delay: 0.5s;
}
@media (max-width: 991px) {
    .article-preview__link-wrap .more {
        color: #fff;
    }
}
.catalog-preview {
    height: 100%;
}
@media (max-width: 767px) {
    .catalog-preview {
        padding: 24px 14px 40px;
        border: 1px solid #d9d9d9;
    }
}
.grid .catalog-preview {
    padding: 30px 14px 26px;
    border: 1px solid #d9d9d9;
    position: relative;
}
@media (max-width: 767px) {
    .grid .catalog-preview {
        padding: 30px 10px 24px;
    }
}
@media (max-width: 574px) {
    .catalog-preview--favorites {
        padding-top: 10px;
    }
}
.catalog-preview__inner {
    width: 100%;
    display: flex;
    align-items: center;
}
@media (max-width: 1199px) {
    .catalog-preview__inner {
        align-items: flex-start;
    }
}
@media (max-width: 767px) {
    .catalog-preview__inner {
        display: block;
    }
}
.grid .catalog-preview__inner {
    height: 100%;
    flex-direction: column;
    align-items: stretch;
}
@media (max-width: 767px) {
    .grid .catalog-preview__inner {
        display: flex;
    }
}
.catalog-preview__img-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-basis: 280px;
    flex-shrink: 0;
    height: 280px;
    border: 1px solid #d9d9d9;
    margin-right: 24px;
    overflow: hidden;
}
@media (max-width: 1199px) {
    .catalog-preview__img-wrap {
        flex-basis: 180px;
        height: 168px;
    }
}
@media (max-width: 767px) {
    .catalog-preview__img-wrap {
        height: auto;
        border: none;
        margin-right: 0;
    }
}
.catalog-preview__img-wrap img {
    max-width: 100%;
    max-height: 100%;
}
.grid .catalog-preview__img-wrap {
    border: none;
    margin-right: 0;
    margin-bottom: 6px;
}
@media (max-width: 1199px) {
    .grid .catalog-preview__img-wrap {
        flex-basis: auto;
        height: 280px;
    }
}
@media (max-width: 767px) {
    .grid .catalog-preview__img-wrap {
        height: auto;
    }
}
.catalog-preview--favorites .catalog-preview__img-wrap {
    width: 100%;
    height: 200px;
}
@media (max-width: 574px) {
    .catalog-preview--favorites .catalog-preview__img-wrap {
        height: 160px;
    }
}
.catalog-preview--favorites .catalog-preview__img-wrap img {
    max-width: 100%;
    max-height: 100%;
}
.catalog-preview__info-wrap {
    flex: 1;
}
.grid .catalog-preview__info-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.catalog-preview-info--bg1 {
    background: #000;
    color: #fff;
}
.catalog-preview-info--bg2 {
    background: #e1e4e9;
}
.catalog-preview-info__row {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .catalog-preview-info__row {
        display: block;
    }
}
@media (max-width: 574px) {
    .catalog-preview-info__row {
        display: block;
    }
}
.catalog-preview-info__row--align-bottom {
    align-items: flex-end;
}
.grid .catalog-preview-info__row {
    flex-direction: column;
}
.catalog-preview-info__grid-space {
    flex-grow: 1;
}
.catalog-preview-info__col1 {
    width: 100%;
}
.catalog-preview-info__title-wrap {
    padding-bottom: 23px;
}
@media (max-width: 767px) {
    .catalog-preview-info__title-wrap {
        padding-bottom: 20px;
    }
}
.grid .catalog-preview-info__title-wrap {
    padding-bottom: 10px;
}
@media (max-width: 767px) {
    .grid .catalog-preview-info__title-wrap {
        padding-bottom: 0;
    }
}
.catalog-preview-info__title {
    display: inline-block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000;
}
@media (max-width: 767px) {
    .catalog-preview-info__title {
        min-height: 1px;
    }
}
.grid .catalog-preview-info__title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0;
}
.catalog-preview-info__price-wrap {
    min-width: 172px;
    padding-left: 30px;
    text-align: right;
}
@media (max-width: 767px) {
    .catalog-preview-info__price-wrap {
        padding-left: 0;
        text-align: left;
        margin-bottom: 20px;
    }
}
.grid .catalog-preview-info__price-wrap {
    display: none;
}
.catalog-preview-info__price {
    font-size: 28px;
    line-height: 30px;
    font-weight: 700;
}
.catalog-preview-info__price-old {
    font-size: 20px;
    line-height: 22px;
    font-weight: 300;
    text-decoration: line-through;
    opacity: 0.5;
    margin-top: 6px;
}
@media (max-width: 574px) {
    .catalog-preview-info__price-old {
        font-size: 18px;
        margin-top: 0;
    }
}
.catalog-preview-info__id {
    font-size: 14px;
    line-height: 22px;
    display: flex;
    flex-wrap: wrap;
}
.catalog-preview-info__id-item {
    margin-right: 20px;
}
.catalog-preview-info__id-item:last-child {
    margin-right: 0;
}
.catalog-preview-info__marks {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .catalog-preview-info__marks {
        justify-content: flex-start;
        margin-bottom: 40px;
    }
}
.grid .catalog-preview-info__marks {
    width: auto;
    margin-bottom: 0;
    position: absolute;
    right: 19px;
    top: 19px;
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .grid .catalog-preview-info__marks {
        left: 10px;
        top: 10px;
        bottom: auto;
    }
}
.catalog-preview-info__mark {
    color: #000;
    margin-left: 15px;
    transition: color 0.3s;
    cursor: pointer;
}
.catalog-preview-info__mark:first-child {
    margin-left: 0;
}
.catalog-preview-info__mark:hover,
.catalog-preview-info__mark.active {
    color: #ed1c24;
}
.catalog-preview-info--bg1 .catalog-preview-info__mark {
    color: #fff;
}
.catalog-preview-info--bg1 .catalog-preview-info__mark:hover,
.catalog-preview-info--bg1 .catalog-preview-info__mark.active {
    color: #ed1c24;
}
.grid .catalog-preview-info__buttons {
    display: none;
}
.catalog-preview-info__button-wrap {
    margin-bottom: 20px;
}
.catalog-preview-info__button-wrap:last-child {
    margin-bottom: 0;
}
.grid .catalog-preview-info__button-wrap {
    margin-bottom: 0;
    padding: 0 3px;
    width: 50%;
    min-width: 50%;
}
@media (max-width: 767px) {
    .grid .catalog-preview-info__button-wrap {
        width: 100%;
        min-width: 100%;
        margin-bottom: 10px;
    }
    .grid .catalog-preview-info__button-wrap:last-child {
        margin-bottom: 0;
    }
}
.catalog-preview-info__button {
    cursor: pointer;
}
@media (max-width: 767px) {
    .catalog-preview-info__button {
        min-width: 100%;
    }
}
.grid .catalog-preview-info__button {
    min-width: 119px;
}
@media (max-width: 767px) {
    .grid .catalog-preview-info__button {
        min-width: 100%;
    }
}
.catalog-preview-info__grid-bottom {
    display: none;
}
.grid .catalog-preview-info__grid-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 20px;
    margin-bottom: -5px;
}
@media (max-width: 767px) {
    .grid .catalog-preview-info__grid-bottom {
        padding-top: 24px;
    }
}
.catalog-preview-info__grid-price {
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    margin-right: 6px;
    white-space: nowrap;
    margin-bottom: 5px;
}
@media (max-width: 767px) {
    .catalog-preview-info__grid-price {
        margin-bottom: 24px;
    }
}
.catalog-preview-info__grid-price-old {
    font-size: 14px;
    line-height: 1;
    font-weight: 300;
    text-decoration: line-through;
    opacity: 0.5;
    margin-top: 3px;
}
@media (max-width: 574px) {
    .catalog-preview-info__grid-price-old {
        font-size: 14px;
        line-height: 1;
    }
}
.catalog-preview-info__grid-buttons {
    display: flex;
    align-items: center;
    margin-left: -3px;
    margin-right: -3px;
    margin-bottom: 5px;
}
@media (max-width: 767px) {
    .catalog-preview-info__grid-buttons {
        width: 100%;
        display: block;
    }
}
.catalog-preview-info__grid-buttons--one-button {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    justify-content: flex-end;
}
.catalog-preview-params__title {
    font-size: 24px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 18px;
}
@media (max-width: 767px) {
    .catalog-preview-params__title {
        font-size: 22px;
        line-height: 24px;
    }
}
.grid .catalog-preview-params__title {
    display: none;
}
.catalog-preview-params__item {
    font-size: 16px;
    line-height: 1;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-right: 48px;
    margin-bottom: 8px;
}
@media (max-width: 991px) {
    .catalog-preview-params__item {
        font-size: 18px;
        padding-right: 40px;
    }
}
@media (max-width: 767px) {
    .catalog-preview-params__item {
        font-size: 16px;
    }
}
@media (max-width: 574px) {
    .catalog-preview-params__item {
        padding-right: 0;
    }
}
.catalog-preview-params__item:last-child {
    margin-bottom: 0;
}
.grid .catalog-preview-params__item {
    padding-right: 0;
}
.catalog-preview-params__col2 {
    text-align: right;
    padding-left: 30px;
}
.catalog-preview-params__more {
    font-size: 14px;
}
.catalog-preview-info--bg1 .catalog-preview-params__more {
    color: #fff;
}
.category-preview {
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    height: 100%;
    display: block;
    text-align: center;
    border: 1px solid #d9d9d9;
    padding: 18px;
    padding-bottom: 13px;
    background: #fff;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    transition: box-shadow 0.3s;
}
@media (max-width: 767px) {
    .category-preview {
        display: flex;
        align-items: center;
        padding: 8px;
        padding-left: 15px;
    }
}
.category-preview:hover {
    box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.12);
}
@media (max-width: 767px) {
    .category-preview:hover {
        box-shadow: none;
    }
}
.category-preview--subitems {
    padding-bottom: 48px;
    position: relative;
}
@media (max-width: 767px) {
    .category-preview--subitems {
        display: block;
    }
}
.category-preview__title-wrap {
    width: 100%;
}
@media (max-width: 767px) {
    .category-preview__title-wrap {
        display: flex;
        align-items: center;
    }
}
.category-preview__img-wrap {
    width: 100%;
    height: 178px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 5px;
}
@media (max-width: 767px) {
    .category-preview__img-wrap {
        width: 130px;
        min-width: 130px;
        height: 95px;
        margin-bottom: 0;
    }
}
.category-preview__img-wrap img {
    max-width: 100%;
    max-height: 100%;
}
.category-preview__title {
    width: 100%;
    color: #000;
    font-weight: 300;
    transition: all 0.2s;
}
@media (max-width: 767px) {
    .category-preview__title {
        text-align: center;
        flex: 1;
    }
}
@media (max-width: 574px) {
    .category-preview__title {
        font-size: 16px;
        line-height: 18px;
    }
}
.category-preview:hover .category-preview__title {
    font-weight: 500;
}
@media (max-width: 767px) {
    .category-preview:hover .category-preview__title {
        font-weight: 300;
    }
}
.category-preview__items-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 0;
    overflow: hidden;
    transition: height 0.3s;
}
.category-preview__items {
    padding-top: 20px;
}
@media (max-width: 767px) {
    .category-preview__items {
        padding: 0;
    }
}
.category-preview__link {
    color: #000;
    line-height: 1;
    font-weight: 300;
    transition: font-weight 0.2s;
}
.category-preview__link:hover {
    font-weight: 600;
    color: #ed1c24;
}
.category-preview__more {
    white-space: nowrap;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    transition: bottom 0.3s;
}
.category-preview__more.active {
    bottom: 20px;
}
.news-preview {
    height: 100%;
    color: #000;
    position: relative;
    padding-bottom: 50px;
    overflow: hidden;
}
.news-preview__img-wrap {
    display: block;
    margin-bottom: 14px;
    position: relative;
}
@media (max-width: 767px) {
    .news-preview__img-wrap {
        margin-bottom: 10px;
    }
}
.news-preview__img-wrap img {
    width: 100%;
}
.news-preview__badge {
    position: absolute;
    left: 0;
    top: 20px;
}
.news-preview__date {
    font-size: 18px;
    line-height: 26px;
    color: #a6a6a6;
    text-align: right;
    margin-bottom: 40px;
}
@media (max-width: 767px) {
    .news-preview__date {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }
}
.news-preview__title {
    color: #000;
    display: inline-block;
    font-size: 24px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 28px;
    margin-top: 20px;
}
@media (max-width: 991px) {
    .news-preview__title {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 24px;
    }
}
.news-preview__text {
    font-size: 20px;
    line-height: 26px;
}
@media (max-width: 767px) {
    .news-preview__text {
        font-size: 16px;
        line-height: 20px;
    }
}
.news-preview__link-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
}
@media (max-width: 767px) {
    .news-preview__link {
        font-size: 18px;
    }
}
.news-big-preview {
    min-height: 250px;
    background: #000;
    color: #fff;
    display: flex;
}
@media (max-width: 767px) {
    .news-big-preview {
        display: block;
        padding: 32px;
    }
}
@media (max-width: 574px) {
    .news-big-preview {
        margin-left: -30px;
        margin-right: -30px;
    }
}
@media (max-width: 374px) {
    .news-big-preview {
        margin-left: -15px;
        margin-right: -15px;
        padding: 32px 15px;
    }
}
.news-big-preview__col {
    width: 50%;
}
@media (max-width: 767px) {
    .news-big-preview__col {
        width: 100%;
    }
}
.news-big-preview__img-wrap {
    height: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
}
@media (max-width: 767px) {
    .news-big-preview__img-wrap {
        height: 214px;
        justify-content: center;
        margin-bottom: 10px;
    }
}
.news-big-preview__badge {
    position: absolute;
    left: 0;
    top: 20px;
}
.news-big-preview__text-wrap {
    height: 100%;
    padding: 33px 35px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
@media (max-width: 767px) {
    .news-big-preview__text-wrap {
        padding: 0;
    }
}
.news-big-preview__title,
.news-big-preview__text {
    max-width: 440px;
}
.news-big-preview__title {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 27px;
    margin-top: 20px;
}
@media (max-width: 767px) {
    .news-big-preview__title {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 24px;
    }
}
.news-big-preview__text {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .news-big-preview__text {
        font-size: 16px;
        line-height: 20px;
    }
}
.news-big-preview__more-wrap {
    display: flex;
    justify-content: space-between;
}
.news-big-preview__more {
    color: #fff;
}
@media (max-width: 767px) {
    .news-big-preview__more {
        font-size: 18px;
    }
}
.news-big-preview__date {
    color: #a6a6a6;
    font-size: 18px;
    line-height: 26px;
}
@media (max-width: 767px) {
    .news-big-preview__date {
        font-size: 16px;
        margin-bottom: 20px;
    }
}
.order-preview {
    display: flex;
    align-items: center;
}
@media (max-width: 374px) {
    .order-preview {
        display: block;
    }
}
.order-preview__img-wrap {
    width: 160px;
    min-width: 160px;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-right: 40px;
}
@media (max-width: 574px) {
    .order-preview__img-wrap {
        width: 120px;
        min-width: 120px;
        height: 120px;
        margin-right: 20px;
    }
}
@media (max-width: 374px) {
    .order-preview__img-wrap {
        width: 160px;
        min-width: 160px;
        height: 160px;
        margin: 0 auto 10px;
    }
}
.order-preview__img-wrap img {
    max-width: 100%;
    max-height: 100%;
}
.order-preview__title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
}
.order-preview__id {
    font-size: 14px;
    line-height: 22px;
}
.order-preview__counter {
    margin-top: 20px;
}
.product-preview {
    height: 100%;
    padding: 18px;
    background: #fff;
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    border: 1px solid #d9d9d9;
    box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0);
    transition: box-shadow 0.3s;
}
.product-preview:hover {
    box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.12);
}
.product-preview__inner {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.product-preview__top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.product-preview__badge-wrap {
    margin-left: -19px;
}
.product-preview__marks {
    display: flex;
}
.product-preview__mark {
    margin-left: 7px;
    color: #d9d9d9;
    transition: color 0.3s;
    cursor: pointer;
}
.product-preview__mark:hover,
.product-preview__mark.active {
    color: #ed1c24;
}
.product-preview__img-wrap {
    width: 100%;
    height: 185px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 6px;
}
.product-preview__img-wrap img {
    max-width: 100%;
    max-height: 100%;
}
.product-preview__title {
    display: block;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 14px;
    color: #000;
}
.product-preview__rows {
    margin-bottom: 24px;
}
.product-preview__row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}
.product-preview__row:last-child {
    margin-bottom: 0;
}
.product-preview__col {
    margin-right: 10px;
}
.product-preview__col:last-child {
    margin-right: 0;
    text-align: right;
}
.product-preview__bottom {
    display: flex;
    align-items: center;
}
.product-preview__price {
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    margin-right: 10px;
    flex: 1;
}
.search-preview {
    height: 100%;
    padding: 25px 15px 75px;
    border: 1px solid #d9d9d9;
    position: relative;
}
.search-preview__img-wrap {
    width: 100%;
    height: 178px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6px;
}
.search-preview__img-wrap img {
    max-width: 100%;
    max-height: 100%;
}
.search-preview__title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 10px;
}
@media (max-width: 767px) {
    .search-preview__title {
        font-size: 24px;
        line-height: 30px;
        font-weight: 700;
    }
}
.search-preview__text {
    font-size: 14px;
    line-height: 22px;
}
.search-preview__button-wrap {
    width: 100%;
    padding: 0 15px 25px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.ticket-preview {
    text-align: center;
}
.ticket-preview__icon {
    height: 102px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}
.ticket-preview__title {
    font-size: 28px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}
.ticket-preview__subtitle {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
}
.ticket-preview__text {
    font-size: 18px;
    line-height: 20px;
    color: #9aa5a6;
    margin-bottom: 14px;
}
.promo {
    width: 1440px;
    max-width: 100%;
    background: #000;
    margin: 0 auto;
    position: relative;
}
.promo--bg2 {
    background: #ed1c24;
}
.promo--bg3 {
    background: #fff;
}
@media (max-width: 991px) {
    .promo {
        width: 725px;
    }
}
.promo__inner {
    padding-top: 45.8%;
}
@media (max-width: 991px) {
    .promo__inner {
        padding-top: 0;
    }
}
.promo__row {
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
@media (max-width: 991px) {
    .promo__row {
        display: block;
        position: relative;
        padding-top: 0;
    }
}
.promo__col1 {
    width: 50.35%;
    height: 100%;
}
@media (max-width: 991px) {
    .promo__col1 {
        width: auto;
    }
}
.promo__col2 {
    width: 49.65%;
}
@media (max-width: 991px) {
    .promo__col2 {
        width: auto;
    }
}
.promo__img-wrap {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.promo__img-wrap img {
    width: 100%;
}
.promo__badge {
    position: absolute;
    left: 0;
    top: 20px;
}
.promo__content {
    width: 100%;
    height: 100%;
}
.promo__content-inner {
    width: 100%;
    height: 100%;
    padding: 19.5% 8% 14%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 1199px) {
    .promo__content-inner {
        padding: 18% 8% 10%;
    }
}
@media (max-width: 991px) {
    .promo__content-inner {
        padding: 40px 24px 60px;
    }
}
.promo__content-inner--color-invert {
    color: #fff;
}
.promo__text-wrap,
.promo__date {
    width: 475px;
    max-width: 100%;
}
.promo__badge-wrap {
    margin-bottom: 22px;
}
@media (max-width: 991px) {
    .promo__badge-wrap {
        text-align: center;
    }
}
.promo__title {
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 12px;
}
.promo__title--color-invert {
    color: #fff;
}
.promo__text {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 26px;
}
@media (max-width: 1199px) {
    .promo__text {
        margin-bottom: 20px;
    }
}
@media (max-width: 991px) {
    .promo__text {
        font-size: 20px;
        margin-bottom: 26px;
    }
}
@media (max-width: 767px) {
    .promo__text {
        font-size: 16px;
        line-height: 20px;
    }
}
.promo__text--color-invert {
    color: #fff;
}
.promo__more {
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
}
@media (max-width: 991px) {
    .promo__more {
        margin-bottom: 40px;
    }
}
.promo__date {
    font-size: 18px;
    line-height: 22px;
}
@media (max-width: 767px) {
    .promo__date {
        font-size: 16px;
    }
}
.promo__date span {
    display: block;
    font-weight: 600;
}
.scroll-nav {
    width: 100%;
}
@media (max-width: 767px) {
    .scroll-nav__container {
        padding: 0;
        overflow-x: auto;
    }
}
.scroll-nav__list-wrap {
    padding: 8px 0 6px;
    position: relative;
    transition: padding 0.3s;
}
@media (max-width: 574px) {
    .scroll-nav__list-wrap {
        display: inline-block;
    }
}
.scroll-nav__list {
    list-style: none;
    display: flex;
    justify-content: space-around;
}
.scroll-nav__item {
    padding: 0 30px;
    position: relative;
}
@media (max-width: 374px) {
    .scroll-nav__item {
        padding: 0 15px;
    }
}
.scroll-nav__link {
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    transition: color 0.3s, font-size 0.3s;
}
@media (max-width: 767px) {
    .scroll-nav__link {
        font-size: 26px;
    }
}
.scroll-nav__link:after {
    content: '';
    display: block;
    height: 5px;
    width: 100%;
    background: #ed1c24;
    opacity: 0;
    transition: opacity 1s;
    margin-top: 5px;
}
.scroll-nav__link.hover {
    color: #000;
}
.scroll-nav__link.hover:after {
    opacity: 1;
}
@media (max-width: 767px) {
    .scroll-nav__link.hover:after {
        opacity: 0;
    }
}
.scroll-nav__link--color1 {
    color: #d9d9d9;
}
.scroll-nav__link--color2 {
    color: #767677;
}
.scroll-nav--bg2 .scroll-nav__link.hover {
    color: #fff;
}
.search-counter {
    font-size: 18px;
    line-height: 1;
    color: #a6a6a6;
    display: flex;
    align-items: center;
}
@media (max-width: 574px) {
    .search-counter {
        width: 100%;
        margin-bottom: 10px;
    }
}
.search-counter span {
    margin-left: 3px;
    color: #000;
    font-weight: 600;
}
.search {
    position: relative;
    background: #fff;
    padding: 8px 12px;
}
.search__field-wrap {
    height: 38px;
}
.search__field {
    color: #000;
    height: 30px;
    width: 100%;
    font-size: 18px;
    line-height: 1;
    background: none;
    border: none;
    outline: none;
    border-bottom: 1px solid #000;
    flex: 1;
    padding: 0;
    padding-right: 30px;
    margin-top: 2px;
}
.search__field::-webkit-input-placeholder {
    color: #000;
}
.search__field:-moz-placeholder {
    color: #000;
}
.search__field::-moz-placeholder {
    color: #000;
}
.search__field:-ms-input-placeholder {
    color: #000;
}
.search__results {
    padding: 12px 0;
    display: none;
}
.search__results.active {
    display: block;
}
.search__result {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.search__result-img {
    width: 72px;
    height: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-right: 12px;
}
.search__result-title {
    font-size: 18px;
    line-height: 26px;
    color: #000;
    transition: all 0.2s;
}
@media (max-width: 767px) {
    .search__result-title {
        font-size: 16px;
        line-height: 24px;
    }
}
.search__result-title:hover {
    color: #ed1c24;
}
.search__result-title:active {
    font-weight: 500;
}
.search__button-wrap {
    text-align: center;
}
.search__button {
    min-width: 290px;
}
.section-img {
    height: 300px;
}
.dropdown-select {
    font-size: 18px;
    line-height: 1;
    position: relative;
}
.dropdown-select__current {
    height: 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    background: #eaeaea;
    cursor: pointer;
    position: relative;
    z-index: 2;
}
.dropdown-select__label {
    padding-right: 20px;
    flex: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.dropdown-select__arrow {
    transition: transform 0.3s;
}
.dropdown-select.active .dropdown-select__arrow {
    transform: rotate(-180deg);
}
.dropdown-select__options-wrap {
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s;
    display: flex;
    align-items: flex-end;
}
.dropdown-select.active .dropdown-select__options-wrap {
    max-height: 400px;
}
.dropdown-select__options-wrap .slimScrollBar {
    display: block !important;
    opacity: 1 !important;
    background-color: #ed1c24 !important;
}
.dropdown-select__options {
    width: 100%;
    max-height: 400px;
    background: #eaeaea;
    overflow-y: auto;
}
.dropdown-select__option {
    padding: 5px 10px;
    cursor: pointer;
    transition: color 0.2s;
}
.dropdown-select__option:hover {
    color: #ed1c24;
}
.sort-select {
    font-size: 18px;
    line-height: 1;
    position: relative;
}
.sort-select__current {
    height: 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    background: #eaeaea;
    cursor: pointer;
    position: relative;
    z-index: 2;
}
.sort-select__title {
    margin-right: 20px;
}
.sort-select__arrow {
    transition: transform 0.3s;
}
.sort-select.active .sort-select__arrow {
    transform: rotate(-180deg);
}
.sort-select__options-wrap {
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    top: 28px;
    z-index: 1;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    transition: height 0.3s;
}
.sort-select.active .sort-select__options-wrap {
    height: auto;
}
.sort-select__options {
    width: 100%;
    background: #eaeaea;
    overflow-y: auto;
}
.sort-select__option {
    padding: 5px 10px;
    cursor: pointer;
    transition: color 0.2s;
}
.sort-select__option:hover {
    color: #ed1c24;
}
.sort-select__option.active {
    display: none;
}
.service-centers__title {
    max-width: 480px;
    font-size: 24px;
    line-height: 26px;
    font-weight: 900;
    margin-bottom: 23px;
}
.service-centers__nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.service-centers__city-filter-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 100%;
}
@media (max-width: 574px) {
    .service-centers__city-filter-wrap {
        display: block;
        width: 100%;
    }
}
.service-centers__city-filter {
    width: 379px;
    margin-right: 20px;
}
@media (max-width: 1199px) {
    .service-centers__city-filter {
        width: 350px;
    }
}
@media (max-width: 574px) {
    .service-centers__city-filter {
        width: 100%;
        margin-right: 0;
    }
}
.service-centers__city-filter-hint {
    display: inline-block;
    white-space: nowrap;
    color: #a6a6a6;
    font-size: 18px;
    line-height: 1;
    align-items: center;
    border-bottom: 1px solid #a6a6a6;
    margin: 8px 0;
    cursor: pointer;
    transition: border-color 0.2s;
}
.service-centers__city-filter-hint:hover {
    border-bottom: 1px solid rgba(166, 166, 166, 0);
}
@media (max-width: 767px) {
    .service-centers__city-filter-hint {
        font-size: 16px;
    }
}
.service-centers__table-wrap {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-bottom: 10px;
    overflow-x: auto;
}
.service-centers__phone-cell {
    white-space: nowrap;
}
.docs-slider {
    position: relative;
}
.docs-slider__items {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: -40px;
}
@media (max-width: 767px) {
    .docs-slider__items {
        margin-left: -10px;
        margin-right: -10px;
    }
}
.docs-slider__item {
    width: 20%;
    padding: 0 12px;
    margin-bottom: 40px;
}
@media (max-width: 1199px) {
    .docs-slider__item {
        width: 25%;
    }
}
@media (max-width: 767px) {
    .docs-slider__item {
        padding: 0 10px;
    }
}
.docs-slider__item-inner {
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    width: 200px;
    max-width: 100%;
    margin: 0 auto;
}
@media (max-width: 767px) {
    .docs-slider__item-inner {
        font-size: 16px;
        line-height: 20px;
        width: 135px;
    }
}
.docs-slider__icon {
    height: 100px;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .docs-slider__icon {
        height: 85px;
        margin-bottom: 10px;
    }
}
.docs-slider__icon svg {
    height: 100%;
    width: auto;
}
.docs-slider__link-wrap {
    width: 200px;
    max-width: 100%;
    margin: 0 auto;
}
.docs-slider__link {
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    transition: border-color 0.2s;
}
.docs-slider__link:hover {
    border-bottom: 1px solid #000;
}
.docs-slider__dots {
    margin-top: 40px;
}
.docs-slider__prev,
.docs-slider__next {
    position: absolute;
    top: 46px;
    display: none;
    z-index: 1;
    cursor: pointer;
}
@media (max-width: 991px) {
    .docs-slider__prev,
    .docs-slider__next {
        display: block;
    }
}
.docs-slider__prev {
    left: -16px;
}
@media (max-width: 374px) {
    .docs-slider__prev {
        left: 0;
    }
}
.docs-slider__next {
    right: -16px;
}
@media (max-width: 374px) {
    .docs-slider__next {
        right: 0;
    }
}
.product-slider {
    padding: 52px 0;
    position: relative;
    height: 100%;
}
@media (max-width: 767px) {
    .product-slider {
        padding-bottom: 50px;
    }
}
.product-slider .slick-list {
    height: 100%;
    display: flex;
    align-items: center;
}
.product-slider__items,
.product-slider__item {
    height: 100%;
}
.product-slider__item {
    padding: 0 20px;
}
@media (max-width: 767px) {
    .product-slider__item {
        padding: 0;
    }
}
.product-slider__img-wrap {
    width: 100%;
    height: 316px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
@media (max-width: 767px) {
    .product-slider__img-wrap {
        width: 336px;
        height: 312px;
        margin-left: auto;
        margin-right: auto;
    }
}
.product-slider__img-wrap img {
    max-width: 100%;
    max-width: 100%;
}
.product-slider__prev,
.product-slider__next {
    color: #000;
    width: 16px;
    height: 23px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
    transition: color 0.2s;
}
.product-slider__prev:after,
.product-slider__next:after {
    content: '';
    display: block;
    width: 44px;
    height: 44px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.product-slider__prev:active,
.product-slider__next:active {
    color: #ed1c24;
}
.product-slider__prev:active svg,
.product-slider__next:active svg {
    fill: #ed1c24;
}
.product-slider__prev svg,
.product-slider__next svg {
    width: 100%;
    height: 100%;
    fill: rgba(237, 28, 36, 0);
    transition: all 0.2s;
}
.product-slider__prev {
    left: 24px;
}
.product-slider__next {
    right: 24px;
}
.product-slider__dots {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 16px;
}
@media (max-width: 767px) {
    .product-slider__dots {
        bottom: 10px;
    }
}
.product-slider__dots .slick-dots {
    width: 224px;
    max-width: 100%;
    flex-wrap: wrap;
    margin: 0 auto;
}
.product-slider__dots .slick-dots li {
    margin-bottom: 5px;
}
.products-slider {
    position: relative;
}
@media (max-width: 1275px) {
    .products-slider {
        padding: 0 46px;
    }
}
@media (max-width: 991px) {
    .products-slider {
        padding: 0 38px;
    }
}
@media (max-width: 767px) {
    .products-slider {
        padding: 0 30px;
    }
}
@media (max-width: 374px) {
    .products-slider {
        padding: 0;
    }
}
.products-slider__items {
    margin: 0 -8px;
}
.products-slider__items .slick-list,
.video__wrapper .slick-list {
    padding: 15px 0;
}
.products-slider__item {
    padding: 0 8px;
    height: inherit;
}
.products-slider__dots {
    padding-top: 10px;
}
.products-slider__prev,
.products-slider__next,
.videos-slider__prev,
.videos-slider__next {
    color: #ed1c24;
    width: 36px;
    height: 51px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: color 0.2s;
}
.videos-slider__prev,
.videos-slider__next {
    top: 120px;
}
@media (max-width: 374px) {
    .products-slider__prev,
    .products-slider__next,
    .videos-slider__prev,
    .videos-slider__next {
        display: none !important;
    }
}
.products-slider__prev:hover svg,
.products-slider__next:hover svg,
.videos-slider__prev:hover svg,
.videos-slider__next:hover svg {
    filter: drop-shadow(4px 4px 6px #ed1c24);
}
.products-slider__prev svg,
.products-slider__next svg,
.videos-slider__prev svg,
.videos-slider__next svg {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 0 0 #ed1c24);
    transition: all 0.1s;
}
.products-slider__prev,
.videos-slider__prev {
    left: -60px;
}
@media (max-width: 1275px) {
    .products-slider__prev,
    .videos-slider__prev {
        left: -15px;
    }
}
.products-slider__next,
.videos-slider__next {
    right: -60px;
}
@media (max-width: 1275px) {
    .products-slider__next,
    .videos-slider__next {
        right: -15px;
    }
}
.promo-slider {
    position: relative;
}
.promo-slider__items {
    margin: 0 -8px;
}
.promo-slider__item {
    padding: 0 8px;
    height: inherit;
}
.promo-slider__dots {
    padding-top: 40px;
}
.slick-track {
    display: flex;
}
.slick-slide,
.slick-slide:active,
.slick-slide:focus {
    float: none;
    outline: none;
}
.slick-dots {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}
.slick-dots li {
    margin: 0 3px;
}
@media (max-width: 991px) {
    .slick-dots li {
        margin: 0 2px;
    }
}
.slick-dots li.slick-active button {
    cursor: default;
}
.slick-dots li.slick-active button:after {
    background: #ed1c24;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.slick-dots button {
    cursor: pointer;
    width: 12px;
    height: 12px;
    display: block;
    font-size: 0;
    text-indent: -1000px;
    overflow: hidden;
    position: relative;
}
.slick-dots button:hover:after {
    background: #ed1c24;
    transform: scale(1.5);
}
.slick-dots button:after {
    content: '';
    display: block;
    background: #d9d9d9;
    position: absolute;
    left: 3px;
    right: 3px;
    top: 3px;
    bottom: 3px;
    transition: 0.2s;
}
.table-wrap {
    display: inline-block;
    width: 100%;
    min-width: 860px;
    padding-right: 30px;
}
.table {
    width: 100%;
}
.table th {
    font-size: 18px;
    line-height: 1;
    font-weight: 300;
    color: #a6a6a6;
    text-align: left;
    padding-bottom: 18px;
    border-bottom: 1px solid #c0c1c3;
}
.table td {
    font-size: 20px;
    line-height: 30px;
    border-bottom: 1px solid #c0c1c3;
    padding-right: 40px;
    vertical-align: top;
}
.table td:last-child {
    padding-right: 0;
}
.table tr:last-child td {
    border: none;
}
.tabs__items {
    display: flex;
}
@media (max-width: 767px) {
    .tabs__items {
        margin: 0 -30px;
        display: block;
    }
}
@media (max-width: 374px) {
    .tabs__items {
        margin: 0 -15px;
    }
}
.tabs__item {
    flex: 1;
    position: relative;
    padding: 0 5px;
}
@media (max-width: 767px) {
    .tabs__item {
        padding: 0;
        border-bottom: 1px solid #d9d9d9;
    }
    .tabs__item:first-child {
        border-top: 1px solid #d9d9d9;
    }
}
.tabs__button {
    width: 100%;
    height: 60px;
    position: relative;
    z-index: 2;
}
@media (max-width: 767px) {
    .tabs__button {
        height: 44px;
    }
}
.tabs__label {
    font-size: 18px;
    line-height: 1;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    position: relative;
    cursor: pointer;
}
.tabs__item.active .tabs__label {
    font-weight: 900;
}
.tabs__label:after {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background: #ed1c24;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    opacity: 0;
    z-index: 1;
    transition: opacity 0.4s;
}
@media (max-width: 767px) {
    .tabs__label:after {
        display: none;
    }
}
.tabs__label.active {
    font-weight: 900;
    cursor: default;
}
@media (max-width: 767px) {
    .tabs__label.active {
        font-weight: 300;
    }
}
.tabs__label.active:after {
    opacity: 1;
}
.tabs__label-text {
    position: relative;
    z-index: 2;
}
.tabs__label-arrow {
    width: 32px;
    height: 100%;
    display: none;
}
@media (max-width: 767px) {
    .tabs__label-arrow {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 22px;
        top: 0;
        transition: transform 0.3s;
    }
    .tabs__item.active .tabs__label-arrow {
        transform: rotate(-180deg);
    }
}
@media (max-width: 374px) {
    .tabs__label-arrow {
        right: 0;
    }
}
.tabs__label-arrow svg {
    width: 14px;
    height: 10px;
}
.tabs__content {
    position: absolute;
    left: -300%;
    opacity: 0;
    pointer-events: none;
    height: 100px;
    overflow: hidden;
}
@media (max-width: 767px) {
    .tabs__content {
        max-height: 0;
        position: static;
        opacity: 1;
        overflow: hidden!important;
        height: auto!important;
    }
    .tabs__item.active .tabs__content {
        max-height: 100%;
        z-index: 1;
        pointer-events: auto;
    }
}
.tabs__content.active {
    position: static;
    opacity: 1;
    pointer-events: auto;
    height: auto;
    overflow: visible;
}
.tabs__content-inner {
    padding-top: 70px;
}
@media (max-width: 767px) {
    .tabs__content-inner {
        padding: 30px 30px 40px;
    }
}
@media (max-width: 374px) {
    .tabs__content-inner {
        padding: 30px 15px 40px;
    }
}
.text-img__inner {
    display: flex;
}
@media (max-width: 767px) {
    .text-img__inner {
        display: block;
    }
}
.text-img__img-wrap {
    width: 39.45%;
    min-width: 39.45%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
@media (max-width: 767px) {
    .text-img__img-wrap {
        height: 237px;
        min-width: 100%;
    }
    .text-img__img-wrap img {
        width: 100%;
    }
}
.text-img__text-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 45px;
    padding-right: 0;
}
@media (max-width: 991px) {
    .text-img__text-wrap {
        padding: 10px 30px;
    }
}
@media (max-width: 767px) {
    .text-img__text-wrap {
        padding: 20px 32px 0;
    }
}
.text-img--img-right .text-img__text-wrap {
    padding-right: 45px;
    order: -1;
}
@media (max-width: 991px) {
    .text-img--img-right .text-img__text-wrap {
        padding-right: 30px;
    }
}
@media (max-width: 767px) {
    .text-img--img-right .text-img__text-wrap {
        padding: 20px 32px;
    }
}
.text-img__title {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 28px;
}
@media (max-width: 767px) {
    .text-img__title {
        margin-bottom: 20px;
    }
}
.text-img--bg1 {
    background: #000;
    color: #fff;
}
.text-img--bg2 {
    background: #ed1c24;
    color: #fff;
}
.text-img--bg3 {
    background: #e1e4e9;
}
.toggle-grid {
    display: flex;
    align-items: center;
}
.toggle-grid__title {
    font-size: 18px;
    line-height: 1;
    color: #a6a6a6;
    margin-right: 15px;
}
.toggle-grid__button {
    color: #a6a6a6;
    cursor: pointer;
    margin-right: 20px;
    transition: color 0.2s;
}
.toggle-grid__button:hover,
.toggle-grid__button.active {
    color: #ed1c24;
}
.toggle-grid__button.active {
    pointer-events: none;
    cursor: default;
}
.toggle-grid > :last-child {
    margin-right: 0;
}
.video-list {
    height: 350px;
    display: flex;
}
@media (max-width: 991px) {
    .video-list {
        height: 300px;
    }
}
@media (max-width: 767px) {
    .video-list {
        height: auto;
        display: block;
    }
}
.video-list__col {
    width: 50%;
}
@media (max-width: 767px) {
    .video-list__col {
        width: auto;
    }
}
.video-list__screen {
    width: 100%;
    height: 100%;
}
.video-list__frame {
    width: 100%;
}
.video-list__frame .video-frame__button {
    width: 74px;
    height: 74px;
}
@media (max-width: 767px) {
    .video-list__frame .video-frame__button {
        width: 42px;
        height: 42px;
    }
}
.video-list__items {
    height: 100%;
    padding: 8px 0;
    padding-left: 40px;
    position: relative;
}
@media (max-width: 1199px) {
    .video-list__items {
        padding-left: 30px;
    }
}
@media (max-width: 991px) {
    .video-list__items {
        padding-left: 20px;
    }
}
@media (max-width: 767px) {
    .video-list__items {
        height: 250px;
        margin-left: -16px;
        margin-right: -10px;
        padding: 0;
        padding-top: 10px;
    }
}
@media (max-width: 374px) {
    .video-list__items {
        margin-left: -8px;
    }
}
.video-list__items:after {
    content: '';
    display: block;
    width: 100%;
    height: 70px;
    background: linear-gradient(rgba(255, 255, 255, 0), #fff);
    position: absolute;
    left: 0;
    bottom: 8px;
    right: 10px;
}
@media (max-width: 767px) {
    .video-list__items:after {
        bottom: 0;
    }
}
.video-list__items .slimScrollBar {
    opacity: 1 !important;
}
.video-list__items-inner {
    height: 100%;
    padding-right: 15px;
    overflow-y: auto;
    position: relative;
}
.video-list__items-inner:after {
    content: '';
    display: block;
    width: 100%;
    height: 60px;
}
.video-list-item {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.video-list-item__icon-wrap {
    width: 24px;
    min-width: 24px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}
.video-list-item__icon {
    width: 16px;
    height: 23px;
    color: #d9d9d9;
    transition: all 0.2s;
}
.video-list-item:hover .video-list-item__icon,
.video-list-item.active .video-list-item__icon {
    width: 24px;
    height: 35px;
    color: #ed1c24;
}
.video-list-item__icon svg {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 0 0 #ed1c24);
    transition: all 0.1s;
}
.video-list-item:active .video-list-item__icon svg {
    filter: drop-shadow(4px 4px 6px #ed1c24);
}
.video-list-item__title {
    flex: 1;
    font-size: 20px;
    line-height: 26px;
    padding: 10px 0;
    border-bottom: 1px solid #000;
}
.video-list-item:hover .video-list-item__title,
.video-list-item.active .video-list-item__title {
    font-weight: 500;
}
.video-list-item:last-child .video-list-item__title {
    border-bottom: none;
}
.video-frame {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.video-frame__inner {
    padding-top: 63.8%;
    background-color: #000;
    position: relative;
    overflow: hidden;
}
.video-frame__screen-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.video-frame__screen {
    width: 100%;
    height: 100%;
}
.video-frame__img-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.video-frame__img-wrap img {
    width: 100%;
}
.video-frame__frame-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s;
}
.video-frame.active .video-frame__frame-wrap {
    opacity: 1;
    pointer-events: auto;
}
.video-frame__frame-wrap iframe {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
}
.video-frame__button {
    color: #fff;
    width: 108px;
    height: 108px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: color 0.2s;
}
.video-frame.active .video-frame__button {
    display: none;
}
.video-frame__button .svg-play-bg {
    transition: fill 0.2s;
}
@media (max-width: 991px) {
    .video-frame__button {
        width: 74px;
        height: 74px;
    }
}
@media (max-width: 767px) {
    .video-frame__button {
        width: 42px;
        height: 42px;
    }
}
.video-frame__button:hover {
    color: #ed1c24;
}
.video-frame__button:hover .svg-play-bg {
    fill: #fff;
}
.video-frame__button svg {
    width: 100%;
    height: 100%;
}

/* End */


/* Start:/local/templates/elc/components/bitrix/menu/main-mobile/style.css?1704821674392*/
.mobile-nav__hide_f_level .mobile-nav__parent-name {display: none;}

.mobile-nav__hide_f_level.mobile-nav__item, .mobile-nav__hide_f_level .mobile-nav__subitems {padding: 0;}

.mobile-nav__hide_f_level .mobile-nav__subitem {
    padding: 10px 0;
    margin: 0;
}

.mobile-nav__hide_f_level .mobile-nav__sublink {
    font-size: 22px;
    line-height: 1;
    font-weight: 500;
}

/* End */


/* Start:/local/templates/elc/styles.css?171164160023016*/
.location_link::before{
  background-image: url('/local/templates/elc/assets/img/svg/location.svg');
}

.location_link::after{
  background-image: url('/local/templates/elc/assets/img/svg/arrow.svg');
}

.section.where__section{
  display: none;
}

@media(max-width: 576px){
  .breadcrumb{
    margin-bottom: 20px;
  }
  .breadcrumb-item{
    font-size: 12px;
  }
  

  .mobile__cart{
    border: 0px;
  }

  .header__center{
    padding: 10px 0px;
  }

  .logo__link svg{
    max-width: 200px;
    max-height: 60px;
  }

  .sub-category__link{
    padding: 10px;
  }

  .search__result{
    display: none !important;
  }

  .product-items__images{
    height: 130px;
  }

  .product-items__info{
    -webkit-box-flex: inherit;
    -webkit-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
  }

  .product-price__value,
  .product-grid__small .product-name,
  .product-name {
    font-size: 14px;
  }

  .product-name{
    position: relative;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .product-advantages{
    display: none !important;
  }

  .product-cart .btn{ 
    font-size: 14px;
    height: 40px;
    line-height: 13px;
  }
  .product__img{
    margin-bottom: 20px;
  }
  .product__img img{
    max-height: 200px;
  }

  .characteristics__content-row:not(:last-of-type){
    margin-bottom: 10px;
  }
  

}

@media only screen and (min-width: 1024px) {
  .cd-dropdown-content .cd-secondary-dropdown > .see-all a, .cd-dropdown-content .cd-dropdown-gallery > .see-all a, .cd-dropdown-content .cd-dropdown-icons > .see-all a{
    background: #E31F23;
    border: 1px solid #E31F23;
  }

  .cd-dropdown-content .cd-secondary-dropdown > .see-all a:hover, 
  .cd-dropdown-content .cd-dropdown-gallery > .see-all a:hover,
  .cd-dropdown-content .cd-dropdown-icons > .see-all a:hover{
    color: #E31F23 !important;
    background: transparent !important;
  }
}


.product-price__value .rub{
  font-weight: normal;
  font-size: 85%
}


.addToCompareButton.active svg{
  fill: #E31F23
}

.product-sku__label{
  margin-right: 4px;
}

.product-sku {
  font-size: 14px;
}

.product-name{
  display: block;
  margin-bottom: 5px;
}

.product__btns-text{
  line-height: 1;
}

.product__btns-link{
  color:#828282;
}

.product-grid__small .product-items__carts{
  width: 100%;
  margin-top: auto;
}

.product-grid__small .product-items__images{
  height: 195px;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  padding: 20px;
}

.product-grid__small .product-items__images img{
  height: auto;
  max-height: 180px;
}

.product-grid__small .product-item{
  position: relative;
}

.product-grid__small .product__btns{
  position: absolute;
  top: 10px;
  left: 10px;
}

.product-grid__small .product__btns-text{
  display: none;
}
.product-grid__small .product-info__price{
  margin-top: auto;
}
.product-grid__small .product-items:not(:last-child){
  padding-bottom: 0px;
}
.dsfsdf s{
  margin: 0;
}
.sdfsdf{
  margin: 0;
  mso-displayed-decimal-separator: 12ms;
}



/* Поскольку в файле main_page_head_block.php я прописал 
viewBox и размеры иконок, теперь нет необходимости прописывать в стилях.
Но самое главное — это корректное выравнивание иконок в контейнере.  */
.advantages__content-block svg {
	width: auto;
	height: auto;
}

.cd-dropdown.dropdown-is-active .cd-close {
	background-color: #828282;
	top: 10px;
	right: auto;
	left: calc(100% + 10px);
}

.product__btns-text {
	text-align: left;
}

.filter__row::after {
	right: 12px;
}

.product-labels {
	display: inline-block;
	margin-bottom: 9px;
}

.mobile__cart {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.card__image-wrap {
	min-height: 220px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.product {
	margin-bottom: 3.5rem;
}

.product__img {
	min-height: 200px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding-left: 0;
}

.product__img .swiper-slide {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 1px;
}


.product__img-slider img {
	height: auto;
}

.product__img .product-images-top,
.product__img .swiper {
	height: auto;
}

.product__img .product-images-top {
	padding: 10px;
}

.product__img .product-images-thumbs {
	height: 90px;
}

.product__img .product-images-thumbs .swiper-slide {
	overflow: hidden;
}

.product__img .product-images-thumbs .swiper-slide img {
	width: 88%;
	height: auto;
}

.product__img .product-images-thumbs .swiper-slide {
	border: 1px solid #ddd;
	border-radius: 5px;
}

.product__img .product-images-thumbs .swiper-slide-thumb-active {
	border: 1px solid #ccc;
}

.compare__item {
	overflow: hidden;
}

.compare__characteristics-item:last-child::after {
	content: "";
    display: block;
    width: 22rem;
    height: 1px;
    background-color: #E0E0E0;
    position: absolute;
    bottom: 0;
    left: -1.35rem;
}

.cd-dropdown-content a, 
.cd-dropdown-content ul a {
	-webkit-transition: none;
	-o-transition: none;
	transition: none; /* Чтобы ссылки не «тормозили» */
}

.product-grid__small .product__btns {
	left: auto;
	right: 10px;
}
.product-grid__small .product__btns .product__btns-item {
	float: left;
}

.product-grid__small .product__btns-icon {
	margin-right: 0;
}

.cd-dropdown-trigger:hover {
	color: #fff;
}

.about__content .row {
	margin-right: 10px;
    margin-left: 10px;
}
.about__content .row > .col {
	margin-top: 5px;
    margin-bottom: 5px;
}

.card__icon-wrap:first-child {
	margin-right: 0;
}

.sub-category__item {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.compare__filter-text {
	margin-right: 5px;
}

.compareShowPropsSelect {
	margin-top: 10px;
	margin-bottom: 10px;
} 

.sub-category__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

main .section .about__wrap .swiper-pagination {
    bottom: -20px;
}

.about__wrap .swiper-pagination-bullet {
	background-color: #ddd;
}

.about__wrap .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #E31F23;
}

.registerTitleBlock {
	margin-top: 30px;
	margin-bottom: 30px;
}

.account-form__field {
	margin-bottom: 12px;
}

.cart__item-title {
	padding-right: 10px;
}

.custom-checkbox + label {
	display: block;
	padding-left: 30px;
	position: relative;
}

.custom-checkbox + label::before {
	position: absolute;
	top: 2px;
	left: 0;
	display: block;
}

.product-advantages {
	padding-left: 10px;
	padding-bottom: 10px;
}


.catalog-filter-buttons {
	margin-bottom: 20px;
}

.catalog-filter-btn {
	display: none;
	width: 100%;
}


.catalog-filter-btn .funnel__icon svg {
	fill: #000;
	margin-top: -4px;
}

.bx-filter-header {
	display: none;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.bx-filter-header .bx-filter-title {
	text-align: center;
	font-size: 20px;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 0;
}

.bx-filter-close {
	position: absolute;
	top: 15px;
	right: 16px;
	width: 16px;
	height: 16px;
	padding: 0;
	cursor: pointer;
	color: #555;
	border: none;
	outline: none;
	background-color: transparent;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.product__btns-link {
	padding: 0;
}

.prod-fav .product__btns-link {
	padding: 0 5px;
}

.product__btns-item {
	margin-right: 10px;
}
.product__btns-item:last-child {
	margin-right: 0;
}

.header-personal-btn__item:not(:last-of-type) {
	margin-right: 20px;
}

.card__video {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	width: calc(100% + 10px);
	margin: -5px 0;
}

.card__video .fancy-video {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: calc(25% - 10px);
	height: 70px;
	margin: 5px;
	border: 1px solid #eee;
	text-indent: -9999999px;
	border: 1px solid #eee;
	border-radius: 5px;
}

.card__video .fancy-video::before {
	display: block;
	content: "";
	width: 40px;
	height: 27px;
	background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2227%22%20width%3D%2240%22%20viewBox%3D%22-35.2%20-41.333%20305.067%20248%22%3E%3Cpath%20d%3D%22M229.763%2025.817c-2.699-10.162-10.65-18.165-20.748-20.881C190.716%200%20117.333%200%20117.333%200S43.951%200%2025.651%204.936C15.553%207.652%207.6%2015.655%204.903%2025.817%200%2044.236%200%2082.667%200%2082.667s0%2038.429%204.903%2056.85C7.6%20149.68%2015.553%20157.681%2025.65%20160.4c18.3%204.934%2091.682%204.934%2091.682%204.934s73.383%200%2091.682-4.934c10.098-2.718%2018.049-10.72%2020.748-20.882%204.904-18.421%204.904-56.85%204.904-56.85s0-38.431-4.904-56.85%22%20fill%3D%22red%22%2F%3E%3Cpath%20d%3D%22M93.333%20117.559l61.333-34.89-61.333-34.894z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E');background-repeat: no-repeat;
}

.characteristics__nav-item .nav-link {
	white-space: nowrap;
}

.location_link {
	cursor: pointer;
}

.header__bottom-mobile-menu .location_link {
	color: #fff;
}

.header__bottom-mobile-menu .location_link::before {
	background-image: none;
	display: none;
}

.header__bottom-mobile-menu .location_link::after {
	display: none;
}

.custom-radio + label::before {
	border-color: #fff;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

@media screen and (min-width: 768px) {
	.mobile__cart {
		display: none;
	}
	
	.product__img {
		min-height: 300px;
		
	}
}

@media only screen and (min-width: 1024px) {
	.cd-dropdown-content .cd-secondary-dropdown a {
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
}

@media screen and (max-width: 1200px) {
	.product__img .product-images-thumbs {
		height: 70px;
	}

	.card__video .fancy-video {
		height: 50px;
	}

}

@media screen and (max-width: 61.99875em) {
	.search__result {
		margin-bottom: 1.25rem;
	}
	
	.filter__wrapper {
		padding-top: 0;
	}
	
	.bx-filter .bx-filter-section {
		padding-top: 0;
	}
	
	.search__result .sorting .sorting__types {
		padding-left: 0;
	}

	.block__wrapper {
		padding-top: 0;
	}
	
	.bx-filter {
		position: fixed;
		z-index: 1000;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: scroll;
		-webkit-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
		-webkit-transform: translateX(100%);
		    -ms-transform: translateX(100%);
		        transform: translateX(100%);
		background: #fff;
		padding: 0 10px;
	}
	
	.bx-filter--show {
		-webkit-transform: translateX(0%);
		    -ms-transform: translateX(0%);
		        transform: translateX(0%);
	}
	
	.bx-filter-header {
		display: block;
	}
	
	.catalog-filter-btn {
		display: block;
	}
	
	.product {
		margin-bottom: 2.5rem;
	}
	
	.product__img {
		padding: 0;
		margin-bottom: 3rem;
	}
	
	.product__img .product-images-thumbs {
		height: 120px;
	}
	
	.product__img .product-images-thumbs .swiper-slide img {
		width: auto;
		height: 100%;
	}

	.card__video .fancy-video {
		height: 100px;
	}
	
	.dealer__pay-item img {
		width: auto;
	}
	
}

@media screen and (max-width: 47.99875em) {
	.header__menu-wrapper {
		top: 10px;
		left: 14px;
	}
	
	.breadcrumb {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: nowrap;
		    -ms-flex-wrap: nowrap;
		        flex-wrap: nowrap;
		overflow-x: auto;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	
	.breadcrumb li {
		display: inline-block;
		white-space: nowrap;
		-ms-flex-negative: 0;
		-webkit-flex-shrink: 0;
		        flex-shrink: 0;
	}
	
	.mobile__cart {
		right: 14px;
	}
	
	.mobile__search {
		right: 60px;
	}
	
	.mobile__search, .mobile__cart {
		top: 12px;
		border: none;
	}
	
	.header__center {
		padding: 10px 0 6px;
	}
	
	.product-items {
		width: 100%;
	}
	
	.product-grid__small .product-items__images {
		-webkit-flex-basis: auto;
		    -ms-flex-preferred-size: auto;
		        flex-basis: auto;
		height: auto;
	}
	
	.product-items:not(:last-child),
	.product-items:last-child	{
		padding-bottom: 0;
	}
	
	.product {
		margin-bottom: 2rem;
	}
	
	.product__img .product-images-thumbs .swiper-slide img {
		width: 90%;
		height: auto;
	}
	
	.product-items__carts {
		padding: .625rem;
	}
	
	.product-grid.product-grid__small {
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr);
	}
	
	.account-form__checkbox {
		margin-right: 0;
	}
	
	.product-price__value {
		font-size: 20px;
	}
	
	.product-grid__small .product-items__images {
		margin-bottom: 0;
		padding: 10px;
	}
	
	.cart__count {
		top: 0;
		right: 0;
	}
	
	.header__bottom-mobile-menu .compare__count,
	.header__bottom-mobile-menu .favorites__count,
	.header__bottom-mobile-menu .cart__count {
		top: -5px;
		right: -6px;
	}

	.header__bottom-mobile-menu .cart__icons svg {
		fill: #fff;
	}
	
	.header__bottom-mobile-menu .header-personal-btn__count {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	
	/* Тут стилизуем сортировку в выпадающий список */
	
	.search__result {
		margin-top: 0;
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		    -ms-flex-direction: row;
		        flex-direction: row;
		
		-webkit-box-align: center;
		
		-webkit-align-items: center;
		
		    -ms-flex-align: center;
		
		        align-items: center;
		padding-bottom: 1rem;
	}
	
	.search__result .watch .watch__block,
	.search__result .find {
		display: none !important;
	}
	
	.search__result .sorting {
		width: auto;
		position: relative;
		margin-bottom: 0;
		padding: 5px 7px 5px 10px;
		border: 1px solid #E31F23;
		border-radius: 5px;
	}
	
	.search__result .sorting__title {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	
	.search__result .sorting__title::after {
		display: inline-block;
		margin-left: 5px;
		content: "";
		width: 16px;
		height: 16px;
		background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='%23E31F23' d='M11 7h-6l3-4z'%3e%3c/path%3e%3cpath fill='%23E31F23' d='M5 9h6l-3 4z'%3e%3c/path%3e%3c/svg%3e");
		background-repeat: no-repeat;
		background-position: 0 1px;
	}
	
	.search__result .sorting__title svg {
		display: block;
	}
	
	.search__result .sorting .sorting__types {
		position: absolute;
		top: 100%;
		left: 0;
		display: none; /* Не показываем */
		padding: 10px;
		background-color: #fff;
		margin-top: 1px;
		margin-left: -2px;
	}
	
	.search__result .sorting .sorting__types.show {
		display: block; /* Показываем */
		width: 300px;
		z-index: 100;
	}
	
	.search__result .sorting .sorting__types li {
		padding: .75rem 0;
	}
	
	.search__result .sorting .sorting__types li:not(:last-of-type) {
		margin-right: 0;
	}
	
	.search__result .sorting .sorting__types li:hover {
		/* background-color: #eee; */
	}
	
	.search__result .watch .view__block .view__title {
		display: none;
	}
	
	.search__result .watch .view__type button:not(:last-child) {
		margin-right: 0;
	}

	.search__result .watch {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

}

@media (max-width: 576px) {
	.product-cart .btn {
		padding-top: 0;
		padding-bottom: 0;
		line-height: 40px;
	}
	
	.product-item {
		margin-bottom: 10px;
	}
	
	.block--account .block__wrapper {
		padding-top: 46px;
	}
	
	
	.search__wrapper {
		padding-top: 1.125rem;
		padding-bottom: 1.125rem;
	}
	
	.search__wrapper input[type="text"] {
		height: 40px;
	}
	
	.cart__count {
		top: -5px;
		right: -6px;
	}
	
	.sub-category__item {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	
	.header__bottom-mobile-menu .compare__count,
	.header__bottom-mobile-menu .favorites__count,
	.header__bottom-mobile-menu .cart__count {
		top: -5px;
		right: -6px;
	}
	
}

@media (max-width: 35.9375em) {
	/*  Хак из-за неверно прописанного стиля
		по идее, надо исправить класс на .col */
	.about__content .col-5 {
		width: auto;
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		-webkit-flex: 1 0 0%;
		        flex: 1 0 0%;
	}
	
	.about__image-wrap {
		margin-bottom: 10px;
	}
	
	.about__content-number {
		margin-right: 10px;
	}
	
	.section__header-title {
		margin-bottom: 0;
	}
	
	.mobile__search, .mobile__cart {
		top: 20px;
	}
	
	.mobile__search {
		right: 50px;
	}
	
	.home__slider {
		margin: 30px 0 10px;
	}
	
	.product {
		margin-bottom: 1.5rem;
	}
	
	.product__img .product-images-thumbs {
		height: 100px;
	}

	.card__video .fancy-video {
		height: 80px;
	}
	
	.product__img .product-images-thumbs .swiper-slide img {
		width: 75%;
	}
	
	.card__icon-wrap:first-child {
		margin-right: 0;
	}
	
	.advantages__content-block {
		padding-bottom: 10px;
		padding-bottom: 20px;
	}
	
	.card__section {
		margin-bottom: 30px;
	}
	
	.filter__row {
		margin-bottom: 0;
	}
	
	.bx-filter .bx-filter-parameters-box-title {
		
	}
	
	.filter__row-name {
		margin-bottom: .5rem;
	}
	
	.account-form__checkbox .custom-checkbox + label {
		display: block;
	}
	
	.account-form__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	
	.product__btns .product__btns-item:first-of-type {
		margin-right: 10px;
	}
	
	.p-category__item {
		overflow: hidden;
	}
	
	.p-category__item > div {
		-webkit-align-self: center;
		    -ms-flex-item-align: center;
		            -ms-grid-row-align: center;
		        align-self: center;
	}
	
	.p-category__images img {
		
	}
}

@media (max-width: 400px) {
	.logo svg {
		max-width: 140px;
	}
	
	div.modern-page-navigation a {
		margin-right: 10px;
		padding: 0 0.375em;
	}
	
	.watch__block,
	.search__result .find {
		display: none;
	}
	
	.search__result .sorting .sorting__types li {
		padding: .25rem 0;
	}
	
	.sorting__types {
		font-size: 14px;
	}
	
	.search__result .sorting .sorting__types li:not(:last-of-type) {
		margin-right: 1rem;
	}
	
	.product-label {
		width: 50%;
	}
	
	.product {
		margin-bottom: 1rem;
	}
	
	.product-grid.product-grid__small {
		-ms-grid-columns: (1fr)[1];
		grid-template-columns: repeat(1, 1fr);
	}
	
	.product-labels {
		padding: 0.25rem 0.5rem;
		font-size: 0.75rem;
	}
		
	.product__img .product-images-thumbs {
		height: 80px;
	}
	
	.product__img .product-images-thumbs .swiper-slide img {
		width: 85%;
	}

	.card__video .fancy-video {
		height: 60px;
	}
	
}

.header-nav__icon-search {
color: #ed1c24;
}

.header__logo-wrap--custom-height {
	padding: 12px 0;
}

.video__wrapper {
	margin-bottom: 80px;
	/* display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px; */
}

.video__item {
	display: flex;
	/* justify-content: center; */
}

.video__item img {
	height: 200px;
	object-fit: cover;
	width: 350px;
}

.video__item.slick-slide {
	display: flex;
	flex-direction: column;
	/* justify-content: center; */
	align-items: center;
	text-align: center;
}

/* .video__item:nth-child(2n) {
justify-content: flex-end;
}

.video__item:nth-child(2n+1) {
justify-content: flex-start;
} */

@media (max-width: 991px) {
	body .video .video__wrapper .video__item .video-js {
		width: 300px;
		height: 200px;
	}
	/* .video__wrapper {
		grid-template-columns: repeat(1, 1fr);
	}
	.video__item:nth-child(2n) {
		justify-content: center;
	}
		
	.video__item:nth-child(2n+1) {
		justify-content: center;
	} */
}

@media (max-width: 768px) {
	body .video .video__wrapper .video__item .video-js {
		width: 400px;
	}
}
@media (max-width: 562px) {
	body .video .video__wrapper .video__item .video-js {
		width: 320px;
	}
}
.video__model {
	padding-top: 10px;
	width: 85%;
	font-weight: 500;
}
.page--bg1 .video__model {
	color: #fff;
}
.year_red {
	color: #ed1c24;
}
.video__link {
	position: relative;
}
.video__link .video-frame__button {
	width: 60px;
	height: 60px;
}
/* End */
/* /local/templates/elc/assets/css/vendors-redisign.css?1699899688322477 */
/* /local/templates/elc/assets/css/style-redisign.css?1700657242167098 */
/* /local/templates/elc/css/my-redisign.css?17405903391346 */
/* /local/templates/elc/assets/css/personal-redisign.css?16992912058339 */
/* /local/templates/elc/css/custom.css?175092845325117 */
/* /local/templates/elc/css/grid.css?17239126912651 */
/* /local/templates/elc/css/main.css?1748525060226119 */
/* /local/templates/elc/components/bitrix/menu/main-mobile/style.css?1704821674392 */
/* /local/templates/elc/styles.css?171164160023016 */
