@import '../fontello/css/fontello.css';

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

    /**
 * Remove the inner border and padding in Firefox.
 */

    button::-moz-focus-inner,
    [type=button]::-moz-focus-inner,
    [type=reset]::-moz-focus-inner,
    [type=submit]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    /**
 * Restore the focus styles unset by the previous rule.
 */

    button:-moz-focusring,
    [type=button]:-moz-focusring,
    [type=reset]:-moz-focusring,
    [type=submit]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type=search] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

    /**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

@font-face {
    font-family: "Open Sans";
    src: url("../../fonts/OpenSans-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    src: url("../../fonts/OpenSans-Italic.woff2") format("woff2");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    src: url("../../fonts/OpenSans-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    src: url("../../fonts/OpenSans-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    src: url("../../fonts/OpenSans-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    src: url("../../fonts/OpenSans-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    src: url("../../fonts/OpenSans-ExtraBold.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

button,
a {
    cursor: pointer;
    display: inline;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

    button.btn:hover,
    a.btn:hover {
        box-shadow: 0px 1px 3px 0px rgba(172, 119, 124, 0.1019607843), 0px 5px 5px 0px rgba(172, 119, 124, 0.0901960784), 0px 11px 7px 0px rgba(172, 119, 124, 0.0509803922), 0px 19px 8px 0px rgba(172, 119, 124, 0.0117647059), 0px 30px 8px 0px rgba(172, 119, 124, 0);
    }

    button.btn-link,
    button.btn-primary,
    button.btn-link-primary,
    button.btn-outline,
    button.btn-second,
    a.btn-link,
    a.btn-primary,
    a.btn-link-primary,
    a.btn-outline,
    a.btn-second {
        min-height: 38px;
        font-size: 16px;
        line-height: 24px;
        padding: 6px 15px;
        border-radius: 2px;
        text-align: center;
        font-weight: 600;
    }

        button.btn-link.btn-l,
        button.btn-primary.btn-l,
        button.btn-link-primary.btn-l,
        button.btn-outline.btn-l,
        button.btn-second.btn-l,
        a.btn-link.btn-l,
        a.btn-primary.btn-l,
        a.btn-link-primary.btn-l,
        a.btn-outline.btn-l,
        a.btn-second.btn-l {
            min-height: 40px;
            font-size: 18px;
            line-height: 28px;
            padding: 6px 15px;
        }

        button.btn-link.btn-s,
        button.btn-primary.btn-s,
        button.btn-link-primary.btn-s,
        button.btn-outline.btn-s,
        button.btn-second.btn-s,
        a.btn-link.btn-s,
        a.btn-primary.btn-s,
        a.btn-link-primary.btn-s,
        a.btn-outline.btn-s,
        a.btn-second.btn-s {
            min-height: 28px;
            font-size: 14px;
            line-height: 22px;
            padding: 2px 15px;
        }

    button.btn-link,
    a.btn-link {
        border: none;
        background: #fff;
        font-weight: 300;
        padding: 4px 0px;
    }

        button.btn-link i,
        a.btn-link i {
            visibility: hidden;
        }

        button.btn-link.active,
        a.btn-link.active {
            font-weight: 600;
        }

            button.btn-link.active i,
            a.btn-link.active i {
                visibility: visible;
            }

    button.btn-link-primary,
    a.btn-link-primary {
        color: #dd3737;
        border: none;
        background: #fff;
        padding: 4px 0px;
    }

        button.btn-link-primary:hover,
        a.btn-link-primary:hover {
            color: #f5222d;
        }

        button.btn-link-primary:active,
        a.btn-link-primary:active {
            color: #a8071a;
        }

        button.btn-link-primary:disabled,
        button.btn-link-primary[disabled],
        a.btn-link-primary:disabled,
        a.btn-link-primary[disabled] {
            color: #9ca3af;
        }

    button.btn-primary,
    a.btn-primary {
        color: #fff;
        background: #dd3737;
        border: 1px solid #dd3737;
        text-align: center;
    }

        button.btn-primary:hover,
        a.btn-primary:hover {
            color: #fff;
            background: #f5222d;
            border: 1px solid #f5222d;
        }

        button.btn-primary:active,
        a.btn-primary:active {
            color: #fff;
            background: #a8071a;
            border: 1px solid #a8071a;
        }

        button.btn-primary:disabled,
        button.btn-primary[disabled],
        a.btn-primary:disabled,
        a.btn-primary[disabled] {
            background: #9ca3af;
            border: 1px solid #9ca3af;
        }

    button.btn-outline,
    a.btn-outline {
        color: #dd3737;
        background: #fff;
        border: 1px solid #dd3737;
    }

        button.btn-outline:hover,
        a.btn-outline:hover {
            background: #f8d7d7;
            color: #f5222d;
            border: 1px solid #f5222d;
        }

        button.btn-outline:active,
        a.btn-outline:active {
            background: #fff;
            color: #a8071a;
            border: 1px solid #a8071a;
        }

        button.btn-outline:disabled,
        button.btn-outline[disabled],
        a.btn-outline:disabled,
        a.btn-outline[disabled] {
            background: #fff;
            color: #9ca3af;
            border: 1px solid #9ca3af;
        }

    button.btn-second,
    a.btn-second {
        color: #141414;
        background: #f2f3f7;
        border: 1px solid #f2f3f7;
    }

        button.btn-second:hover,
        a.btn-second:hover {
            background: #fafafd;
            border: 1px solid #fafafd;
        }

        button.btn-second:active,
        a.btn-second:active {
            background: #e5e6eb;
            border: 1px solid #e5e6eb;
        }

        button.btn-second:disabled,
        button.btn-second[disabled],
        a.btn-second:disabled,
        a.btn-second[disabled] {
            background: #9ca3af;
            border: 1px solid #9ca3af;
        }

*,
*::before,
*::after {
    box-sizing: inherit;
    outline: 0;
}

html {
    height: 100%;
    font-size: 16px;
}

body {
    background: #fff;
    color: #141414;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    min-height: 100%;
    font-size: 16px;
    line-height: 24px;
    overflow-x: hidden;
    min-width: 320px;
    margin-right: calc(-1 * (100vw - 100%));
    font-family: "Open Sans", arial, sans-serif;
}

    body.fixed-scroll {
        overflow: hidden;
    }

* {
    -webkit-tap-highlight-color: transparent;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    pointer-events: none;
    user-select: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 38px;
    line-height: 46px;
}

h2 {
    font-size: 30px;
    line-height: 40px;
}

h3 {
    font-size: 24px;
    line-height: 32px;
}

h4 {
    font-size: 20px;
    line-height: 28px;
}

h5 {
    font-size: 16px;
    line-height: 24px;
}

input[type=text],
input[type=password],
input[type=email] {
    height: 40px;
    padding: 14px 16px 14px 16px;
    border-radius: 4px;
    border: 1px solid #dce0e6;
}

header {
    margin-bottom: 20px;
    border-bottom: 1px solid #dce0e6;
    z-index: 20;
    background-color: #fff;
    position: relative;
}

main {
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 80px;
}

.main-wrapper {
    flex: 1 0 auto;
}

section.section-wrapper {
    padding: 25px 0px;
}

.box-shadow {
    position: relative;
}

    .box-shadow:before {
        transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        content: "";
        position: absolute;
        opacity: 0;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -1;
        box-shadow: 0px 14px 32px 0px rgba(120, 120, 120, 0.1019607843), 0px 57px 57px 0px rgba(120, 120, 120, 0.0901960784), 0px 129px 78px 0px rgba(120, 120, 120, 0.0509803922), 0px 230px 92px 0px rgba(120, 120, 120, 0.0117647059), 0px 359px 101px 0px rgba(120, 120, 120, 0);
    }

    .box-shadow:hover:before {
        opacity: 1;
    }

.dev {
    margin: 5px;
    float: left;
    width: 100px;
    height: 100px;
    background: #6b0;
    position: relative;
}

    .dev:hover:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -1;
        box-shadow: -5px 5px 20px 5px #000;
    }

section#breadcrumbs .breadcrumbs-container {
    padding-bottom: 12px;
    font-size: 14px;
}

    section#breadcrumbs .breadcrumbs-container .breadcrumb a,
    section#breadcrumbs .breadcrumbs-container .breadcrumb i {
        color: #858688;
        text-decoration: none;
    }

        section#breadcrumbs .breadcrumbs-container .breadcrumb a.icon-angle-down,
        section#breadcrumbs .breadcrumbs-container .breadcrumb i.icon-angle-down {
            color: #141414;
            position: relative;
            top: 2px;
        }

        section#breadcrumbs .breadcrumbs-container .breadcrumb a.icon-angle-right,
        section#breadcrumbs .breadcrumbs-container .breadcrumb i.icon-angle-right {
            position: relative;
            top: 1px;
        }

    section#breadcrumbs .breadcrumbs-container .breadcrumb i {
        font-size: 18px;
    }

    section#breadcrumbs .breadcrumbs-container .breadcrumb.active a,
    section#breadcrumbs .breadcrumbs-container .breadcrumb.active i {
        color: #141414;
    }

footer {
    flex: 0 0 auto;
    background-color: #f4f6fa;
}

/* cookie start*/

.cookie-alert {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 14px;
    background-color: #ddd;
    height: 80px;
    z-index: 100;
    transform: translateY(100%);
    transition: transform 0.2s ease;
}

.cookie-alert_container {
    align-items: center;
    padding: 20px;
    display: flex;
    justify-content: space-between;
}

.cookie-btn {
    background-color: #dd3737;
    color: white;
    border: none;
    display: inline-block;
    text-transform: uppercase;
    line-height: 1em;
    padding: 10px 20px;
    font-size: 0.8125em;
    outline: none;
    margin-left: 10px;
    margin-right: 10px;
}

    .cookie-btn:hover {
        -webkit-box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.3);
        box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.3);
        color: white;
        text-decoration: none;
    }

.cookie-alert-show {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 14px;
    background-color: #ddd;
    height: 70px;
    z-index: 100;
    transform: translateY(0);
    transition: transform 0.2s ease;
}

.blocker {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: #000;
    z-index: 99;
}

/* cookie end*/

.loader-section {
    background-color: #ffffff;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}

    .loader-section.hide {
        display: none;
    }

    .loader-section .loader {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        display: inline-block;
        border-top: 3px solid #242424;
        border-right: 3px solid transparent;
        box-sizing: border-box;
        animation: rotation 1s linear infinite;
    }

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

.modal-header {
    padding: 32px 32px 15px;
    min-height: 16.42857143px;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 0 32px 15px;
}

.modal-footer {
    padding: 0 32px 32px;
    text-align: right;
}

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.typeahead {
    background-color: #fff;
}

.tt-hint {
    color: #999;
}

.tt-dropdown-menu {
    width: 600px;
    width: 100%;
    margin-top: 12px;
    margin-top: 0px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border-radius: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.tt-suggestion {
    padding: 5px 20px;
    font-size: 14px;
    line-height: 18px;
}

    .tt-suggestion p {
        margin: 0;
        cursor: pointer;
    }

    .tt-suggestion + .tt-suggestion {
        font-size: 14px;
        border-top: 1px solid #ccc;
    }

.tt-suggestions .repo-language {
    float: right;
    font-style: italic;
}

.tt-suggestions .repo-name {
    font-size: 20px;
    font-weight: bold;
}

.tt-suggestions .repo-description {
    margin: 0;
}

/*.twitter-typeahead .tt-suggestion.tt-cursor {
  color: #e4311f;
}*/

.twitter-typeahead {
    width: 100%;
}

header .header {
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
    flex-direction: column;
    background: #fff;
}

header a {
    transition: none;
}

header .localization-mobile-wrapper {
    display: none;
    padding-bottom: 20px;
}

header .localization-bar {
    padding-top: 10px;
    display: inline-flex;
    gap: 20px;
    color: #858688;
    z-index: 1;
}

header .localization-bar--country,
header .localization-bar--language {
    position: relative;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}

    header .localization-bar--country:hover,
    header .localization-bar--language:hover {
        color: #141414;
    }

    header .localization-bar--language i {
        display: inline-block;
        transition: all 0.25s ease-in-out;
    }

    header .localization-bar--language:hover > i.icon-angle-down {
        transform: rotate(-180deg);
    }

    header .localization-bar--language:hover .wrapper-language-dropdown {
        display: block;
        animation: fade_in_show 0.3s;
    }

    header .localization-bar--language:hover .language-dropdown-menu::after {
        opacity: 1;
    }

header .become-customer-mobile-wrapper {
    display: none;
    padding-top: 18px;
}

    header .become-customer-mobile-wrapper button {
        width: 100%;
    }

header .wrapper-language-dropdown {
    position: absolute;
    padding-top: 10px;
    display: none;
    z-index: 2;
}


@keyframes fade_in_show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

header .language-dropdown-menu {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    padding: 18px;
    border-radius: 2px;
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.1215686275), 0 6px 16px rgba(0, 0, 0, 0.0784313725), 0 9px 28px 8px rgba(0, 0, 0, 0.0509803922);
}

    header .language-dropdown-menu button.btn-link span {
        display: inline-flex;
        gap: 20px;
        line-height: 28px;
    }

        header .language-dropdown-menu button.btn-link span:hover {
            color: #f5222d;
        }

    header .language-dropdown-menu::before,
    header .language-dropdown-menu::after {
        content: "";
        position: absolute;
        left: 20px;
        top: -9px;
        border: 10px solid transparent;
        border-bottom: 10px solid #f0f0f0;
    }

    header .language-dropdown-menu::after {
        border-bottom: 10px solid white;
        top: -8px;
    }

header .header-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 14px 0;
    z-index: 1
}

header .top-logo a {
    max-height: 38px;
    display: block;
    cursor: pointer;
    width: 192px;
    background-image
}


header ul.navbar {
    font-size: 14px;
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
}

    header ul.navbar li.menu-item {
        cursor: pointer;
        padding: 0 10px;
        list-style-type: none;
        font-weight: 600;
        text-decoration: none;
        position: relative;
    }

        header ul.navbar li.menu-item:first-child {
            padding-left: 0;
        }

            header ul.navbar li.menu-item:first-child a::before {
                left: 0px;
            }

        header ul.navbar li.menu-item:last-child {
            padding-right: 0;
        }

            header ul.navbar li.menu-item:last-child a::before {
                right: 0px;
            }

        header ul.navbar li.menu-item > a::before {
            content: "";
            position: absolute;
            bottom: -0.125rem;
            left: 10px;
            right: 10px;
            height: 2px;
            background: #f5222d;
            opacity: 0;
            transform: scaleX(1);
            transition: all 0.25s ease-in-out;
        }

        header ul.navbar li.menu-item a {
            white-space: nowrap;
            color: #141414;
            text-decoration: none;
        }

            header ul.navbar li.menu-item a:hover {
                color: #f5222d;
            }

header .navbar .dropdown-menu-wrapper {
    position: absolute;
    visibility: hidden;
}

    header .navbar .dropdown-menu-wrapper.open-menu {
        visibility: visible;
        position: relative;
    }

        header .navbar .dropdown-menu-wrapper.open-menu .dropdown-menu li a {
            text-decoration: none;
            transition: color 0.25s ease-in-out;
            color: #141414;
            font-weight: 400;
        }

    header .navbar .dropdown-menu-wrapper .dropdown-menu {
        position: relative;
        background-color: #fff;
        padding: 30px 24px;
        line-height: 28px;
        border-radius: 2px;
        width: max-content;
        font-weight: 400;
    }

        header .navbar .dropdown-menu-wrapper .dropdown-menu li {
            list-style-type: none;
            position: relative;
        }

            header .navbar .dropdown-menu-wrapper .dropdown-menu li:not(:last-child) {
                padding-bottom: 10px;
            }

            header .navbar .dropdown-menu-wrapper .dropdown-menu li:not(.fixed-content).dropdown-submenu {
                height: 38px;
            }

                header .navbar .dropdown-menu-wrapper .dropdown-menu li:not(.fixed-content).dropdown-submenu .dropdown-submenu-item {
                    padding-left: 48px;
                    display: none;
                    position: absolute;
                    left: 100%;
                    top: 0;
                    min-width: 160px;
                    width: max-content;
                }

                    header .navbar .dropdown-menu-wrapper .dropdown-menu li:not(.fixed-content).dropdown-submenu .dropdown-submenu-item::before {
                        content: "";
                        background-color: rgb(255, 255, 255);
                        height: calc(100% + 64px);
                        width: calc(100% + 48px);
                        display: block;
                        top: -34px;
                        position: absolute;
                        left: 24px;
                        box-shadow: 0px 1px 3px 0px rgba(172, 119, 124, 0.1019607843), 0px 5px 5px 0px rgba(172, 119, 124, 0.0901960784), 0px 11px 7px 0px rgba(172, 119, 124, 0.0509803922), 0px 19px 8px 0px rgba(172, 119, 124, 0.0117647059), 0px 30px 8px 0px rgba(172, 119, 124, 0);
                    }

                header .navbar .dropdown-menu-wrapper .dropdown-menu li:not(.fixed-content).dropdown-submenu:hover .dropdown-submenu-item {
                    display: block;
                }

        header .navbar .dropdown-menu-wrapper .dropdown-menu::after {
            content: "";
            opacity: 0;
            position: absolute;
            top: -18px;
            border-color: transparent transparent white transparent;
            border-width: 10px;
            border-style: solid;
        }

header .auth-bar {
    margin-left: auto;
    z-index: 1;
    background: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

header .mobile-toggler-menu {
    margin-left: 30px;
    align-items: center;
    display: none;
}

    header .mobile-toggler-menu i.icon-big {
        font-size: 22px;
        padding: 4px 1px;
    }

header .collapse-menu {
    position: fixed;
    transform: scaleY(0);
    transform-origin: top;
    visibility: hidden;
    border-top: 1px solid #dce0e6;
    padding: 20px;
    overflow-y: auto;
    width: 100%;
    background-color: #fff;
}

header .burger-checkbox {
    position: absolute;
    visibility: hidden;
}

header .burger {
    cursor: pointer;
    display: block;
    position: relative;
    border: none;
    background: transparent;
    width: 20px;
    height: 20px;
}

    header .burger::before,
    header .burger::after {
        content: "";
        left: 0;
        position: absolute;
        display: block;
        width: 100%;
        height: 1.5px;
        border-radius: 10px;
        background: #141414;
    }

    header .burger::before {
        top: 0;
        box-shadow: 0 8px 0 #141414;
        transition: box-shadow 0.3s 0.15s, top 0.3s 0.15s, transform 0.3s;
    }

    header .burger::after {
        bottom: 2px;
        transition: bottom 0.3s 0.15s, transform 0.3s;
    }

header .burger-checkbox:checked + .burger::before {
    top: 8px;
    transform: rotate(45deg);
    box-shadow: 0 6px 0 rgba(0, 0, 0, 0);
    transition: box-shadow 0.15s, top 0.3s, transform 0.3s 0.15s;
}

header .burger-checkbox:checked + .burger::after {
    bottom: 10px;
    transform: rotate(-45deg);
    transition: bottom 0.3s, transform 0.3s 0.15s;
}

header .wrapper-navbar-auth-bar {
    display: flex;
    justify-content: space-between;
    width: 100%;
    min-height: 40px;
    align-items: center;
    position: relative;
}

    header .wrapper-navbar-auth-bar .search-input-form {
        transform-origin: right;
        width: 100%;
        position: absolute;
        transform: scaleX(0);
        transition: all 0.5s ease-in-out;
    }

        header .wrapper-navbar-auth-bar .search-input-form form {
            width: calc(100% - 96px);
            position: relative;
        }

            header .wrapper-navbar-auth-bar .search-input-form form .search-input-form__close {
                position: absolute;
                right: 0;
                top: 0;
                height: 100%;
                padding: 8px 16px 8px 0;
                line-height: 18px;
            }

            header .wrapper-navbar-auth-bar .search-input-form form .icon-search-1 {
                position: absolute;
                left: 8px;
                top: 7px;
                z-index: 11;
            }

        header .wrapper-navbar-auth-bar .search-input-form input {
            height: 36px;
            width: 100%;
            border: 1px solid #dce0e6;
            border-radius: 6px;
            padding-left: 32px;
        }

header .authorized-container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
    position: relative;
    background-color: #fff;
    padding-left: 10px;
    z-index: 1;
}

    header .authorized-container .search-toggle,
    header .authorized-container .cart,
    header .authorized-container .user-avatar {
        z-index: 1;
        border-radius: 50%;
        height: 40px;
        width: 40px;
        font-size: 18px;
        font-weight: 600;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #f2f3f7;
        cursor: pointer;
    }

        header .authorized-container .search-toggle:not(.user-avatar),
        header .authorized-container .cart:not(.user-avatar),
        header .authorized-container .user-avatar:not(.user-avatar) {
            height: 36px;
            width: 36px;
            border-radius: 2px;
            font-size: 14px;
        }

    header .authorized-container .search-toggle {
        position: absolute;
        left: -36px;
    }

        header .authorized-container .search-toggle #search-toggle {
            position: absolute;
            visibility: hidden;
        }

        header .authorized-container .search-toggle .search-toggle-btn {
            cursor: pointer;
            height: 36px;
            width: 36px;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }

            header .authorized-container .search-toggle .search-toggle-btn i {
                position: relative;
            }

            header .authorized-container .search-toggle .search-toggle-btn .icon-search-1 {
                right: -10px;
                opacity: 1;
            }

            header .authorized-container .search-toggle .search-toggle-btn .icon-close {
                right: -20px;
                opacity: 0;
            }

    header .authorized-container .cart {
        position: relative;
        color: #141414;
    }

        header .authorized-container .cart .quantity {
            position: absolute;
            top: -6px;
            right: -6px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0 4px;
            background-color: #dd3737;
            border-radius: 999px;
            font-size: 12px;
            line-height: 20px;
            height: 16px;
            color: #fff;
        }

header .unauthorized-container {
    display: flex;
    flex-wrap: nowrap;
}

    header .unauthorized-container button {
        font-size: 14px;
    }

    header .unauthorized-container .become-customer {
        height: 38px;
        margin-top: 0;
        margin-right: 10px;
        border: none;
    }
    header .unauthorized-container #loginUserBtn {
        border: none;
    }


header .user-menu-wrapper {
    position: relative;
}

    header .user-menu-wrapper .user-menu-dropdown-wrapper {
        max-width: 255px;
        position: absolute;
        left: -215px;
        padding-top: 22px;
        visibility: hidden;
        opacity: 0;
        z-index: 2;
        transition: all 0.25s ease-in-out;
    }

        header .user-menu-wrapper .user-menu-dropdown-wrapper .user-dropdown-menu {
            background-color: #fff;
            border: 1px solid #f0f0f0;
            padding: 29px 20px 20px;
            border-radius: 2px;
            box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.1215686275), 0 6px 16px rgba(0, 0, 0, 0.0784313725), 0 9px 28px 8px rgba(0, 0, 0, 0.0509803922);
        }

            header .user-menu-wrapper .user-menu-dropdown-wrapper .user-dropdown-menu::before,
            header .user-menu-wrapper .user-menu-dropdown-wrapper .user-dropdown-menu::after {
                content: "";
                position: absolute;
                right: 10px;
                top: 4px;
                border: 10px solid transparent;
                border-bottom: 10px solid #f0f0f0;
            }

            header .user-menu-wrapper .user-menu-dropdown-wrapper .user-dropdown-menu::after {
                border-bottom: 10px solid white;
                top: 4px;
            }

            header .user-menu-wrapper .user-menu-dropdown-wrapper .user-dropdown-menu ul {
                margin: 0;
                padding: 0;
                list-style: none;
            }

                header .user-menu-wrapper .user-menu-dropdown-wrapper .user-dropdown-menu ul li:first-child {
                    border-bottom: 1px solid #dce0e6;
                }

                header .user-menu-wrapper .user-menu-dropdown-wrapper .user-dropdown-menu ul li a {
                    display: flex;
                    text-decoration: none;
                    line-height: 34px;
                    color: #141414;
                }

                    header .user-menu-wrapper .user-menu-dropdown-wrapper .user-dropdown-menu ul li a .user-dropdown-menu-avatar {
                        width: 20px;
                        display: flex !important;
                        justify-content: center;
                    }

                    header .user-menu-wrapper .user-menu-dropdown-wrapper .user-dropdown-menu ul li a .user-dropdown-menu-name {
                        display: -webkit-box !important;
                        -webkit-line-clamp: 1;
                        -webkit-box-orient: vertical;
                        overflow: hidden;
                    }

                    header .user-menu-wrapper .user-menu-dropdown-wrapper .user-dropdown-menu ul li a :first-child {
                        display: inline-block;
                        margin-right: 12px;
                    }

                    header .user-menu-wrapper .user-menu-dropdown-wrapper .user-dropdown-menu ul li a i {
                        font-size: 20px;
                    }

                        header .user-menu-wrapper .user-menu-dropdown-wrapper .user-dropdown-menu ul li a i::before {
                            margin: 0;
                        }

    header .user-menu-wrapper:hover .user-menu-dropdown-wrapper {
        opacity: 1;
        visibility: visible;
    }

header .login-user-btn-wrapper {
    position: relative;
    display: inline-block;
}

    header .login-user-btn-wrapper .login-dropdown-menu-wrapper {
        width: 440px;
        position: absolute;
        left: -358px;
        padding-top: 24px;
        visibility: hidden;
        opacity: 0;
        opacity: 1;
        transition: all 0.25s ease-in-out;
    }

        header .login-user-btn-wrapper .login-dropdown-menu-wrapper .login-dropdown-menu {
            background-color: #fff;
            border: 1px solid #f0f0f0;
            padding: 32px;
            border-radius: 2px;
            box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.1215686275), 0 6px 16px rgba(0, 0, 0, 0.0784313725), 0 9px 28px 8px rgba(0, 0, 0, 0.0509803922);
        }

            header .login-user-btn-wrapper .login-dropdown-menu-wrapper .login-dropdown-menu::before,
            header .login-user-btn-wrapper .login-dropdown-menu-wrapper .login-dropdown-menu::after {
                content: "";
                position: absolute;
                right: 46px;
                top: 6px;
                border: 10px solid transparent;
                border-bottom: 10px solid #f0f0f0;
            }

            header .login-user-btn-wrapper .login-dropdown-menu-wrapper .login-dropdown-menu::after {
                border-bottom: 10px solid white;
                top: 6px;
            }

            header .login-user-btn-wrapper .login-dropdown-menu-wrapper .login-dropdown-menu h3 {
                padding-bottom: 8px;
            }

            header .login-user-btn-wrapper .login-dropdown-menu-wrapper .login-dropdown-menu > span {
                color: #858688;
            }

            header .login-user-btn-wrapper .login-dropdown-menu-wrapper .login-dropdown-menu .main-login_form {
                padding-top: 24px;
            }

                header .login-user-btn-wrapper .login-dropdown-menu-wrapper .login-dropdown-menu .main-login_form input:not([type=checkbox]) {
                    width: 100%;
                }

                header .login-user-btn-wrapper .login-dropdown-menu-wrapper .login-dropdown-menu .main-login_form .form-group {
                    margin-bottom: 8px;
                }

                    header .login-user-btn-wrapper .login-dropdown-menu-wrapper .login-dropdown-menu .main-login_form .form-group > span {
                        display: block;
                        margin-bottom: 4px;
                        font-size: 14px;
                    }

                header .login-user-btn-wrapper .login-dropdown-menu-wrapper .login-dropdown-menu .main-login_form .main-checkbox {
                    display: flex;
                    padding: 8px 0 24px;
                }

                    header .login-user-btn-wrapper .login-dropdown-menu-wrapper .login-dropdown-menu .main-login_form .main-checkbox input {
                        height: 24px;
                        width: 24px;
                        cursor: pointer;
                    }

                    header .login-user-btn-wrapper .login-dropdown-menu-wrapper .login-dropdown-menu .main-login_form .main-checkbox > span {
                        padding-left: 10px;
                    }

                    header .login-user-btn-wrapper .login-dropdown-menu-wrapper .login-dropdown-menu .main-login_form .main-checkbox #rememberMe {
                        accent-color: #dd3737;
                    }

                header .login-user-btn-wrapper .login-dropdown-menu-wrapper .login-dropdown-menu .main-login_form .main-wrapper_btn button {
                    width: 100%;
                    transition: none;
                }

                header .login-user-btn-wrapper .login-dropdown-menu-wrapper .login-dropdown-menu .main-login_form .checkbox.fogetPass {
                    padding-top: 16px;
                    text-align: center;
                }

                    header .login-user-btn-wrapper .login-dropdown-menu-wrapper .login-dropdown-menu .main-login_form .checkbox.fogetPass a {
                        text-decoration: none;
                        font-weight: 400;
                    }

    header .login-user-btn-wrapper.open .login-dropdown-menu-wrapper {
        opacity: 1;
        visibility: visible;
    }

header:has(#search-toggle:checked) .search-toggle-btn .icon-search-1 {
    right: 20px;
    opacity: 0;
}

header:has(#search-toggle:checked) .search-toggle-btn .icon-close {
    right: 10px;
    opacity: 1;
}

header:has(#search-toggle:checked) .search-input-form {
    left: 0;
    transform: scaleX(1);
    transform-origin: right;
    transition: all 0.5s ease-in-out;
}

.dropdown-overlay {
    width: 100%;
    height: 150%;
    position: fixed;
    top: 0;
    left: 0;
    background: transparent;
    visibility: hidden;
    z-index: 15;
    transition: all 0.25s ease-in-out;
    backdrop-filter: blur(1px);
}

body:has(.menu-item:hover .dropdown-menu-wrapper, .user-menu-wrapper:hover, .login-user-btn-wrapper.open) .dropdown-overlay {
    background: rgba(48, 48, 48, 0.3019607843);
    visibility: visible;
}

.footer {
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 32px;
    padding-right: 32px;
    padding: 50px 32px 10px;
}

    .footer ul {
        list-style: none;
    }

    .footer a {
        text-decoration: none;
    }

    .footer .row {
        display: flex;
        flex-wrap: wrap;
        margin-left: -8px;
        margin-right: -8px;
    }

        .footer .row .col {
            box-sizing: border-box;
            word-wrap: break-word;
            margin-left: 8px;
            margin-right: 8px;
            width: calc(100% - 16px);
        }

            .footer .row .col.item-1 {
                font-size: 14px;
                display: flex;
                flex-direction: column;
                gap: 20px;
            }

                .footer .row .col.item-1 .footer-logo {
                    margin-bottom: 20px;
                }

                .footer .row .col.item-1 .footer-phone {
                    display: flex;
                    flex-direction: column;
                    gap: 20px;
                }

                .footer .row .col.item-1 .footer-feedback :nth-child(1) {
                    margin-bottom: 10px;
                }

                .footer .row .col.item-1 .footer-feedback :nth-child(2) {
                    margin-bottom: 20px;
                }

                .footer .row .col.item-1 .footer-feedback .feedback-location {
                    position: relative;
                    padding-left: 20px;
                }

                    .footer .row .col.item-1 .footer-feedback .feedback-location::before {
                        content: url("../../../img/map-marker.svg");
                        position: absolute;
                        left: 0px;
                        top: 0px;
                    }

            .footer .row .col.item-2 ul {
                margin: 0;
                padding: 0;
            }

                .footer .row .col.item-2 ul li a {
                    text-decoration: none;
                    color: #141414;
                    line-height: 24px;
                }

                    .footer .row .col.item-2 ul li a:hover {
                        color: #f5222d;
                    }

                .footer .row .col.item-2 ul li:not(:last-child) {
                    padding-bottom: 10px;
                }

            .footer .row .col.item-3 .social-network ul {
                margin: 16px 0 30px;
                display: flex;
                flex-wrap: nowrap;
                gap: 16px;
                padding: 0;
            }

                .footer .row .col.item-3 .social-network ul li a {
                    height: 24px;
                    width: 24px;
                    display: block;
                    background: #141414;
                    color: #fff;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

                    .footer .row .col.item-3 .social-network ul li a.icon-twitter-1 {
                        font-size: 12px;
                    }

                    .footer .row .col.item-3 .social-network ul li a.icon-instagram {
                        font-size: 12px;
                    }

                        .footer .row .col.item-3 .social-network ul li a.icon-instagram:hover {
                            background: radial-gradient(230.93% 230.93% at 102.01% 2.03%, #f9ed32 0%, #ee2a7b 36%, #d22a8a 44%, #8b2ab2 60%, #1b2af0 83%, #002aff 88%);
                        }

                    .footer .row .col.item-3 .social-network ul li a.icon-facebook {
                        font-size: 12px;
                    }

                        .footer .row .col.item-3 .social-network ul li a.icon-facebook:hover {
                            background: #0b84ee;
                        }

                    .footer .row .col.item-3 .social-network ul li a.icon-linkedin {
                        font-size: 10px;
                    }

                        .footer .row .col.item-3 .social-network ul li a.icon-linkedin:hover {
                            background: #2878b7;
                        }

                    .footer .row .col.item-3 .social-network ul li a.icon-vk-1 {
                        font-size: 9px;
                        padding-right: 4px;
                    }

                        .footer .row .col.item-3 .social-network ul li a.icon-vk-1:hover {
                            background: #0077ff;
                        }

            .footer .row .col.item-3 .text {
                padding-bottom: 20px;
            }

            .footer .row .col.item-3 .payment-systems ul {
                display: flex;
                flex-direction: row;
                gap: 16px;
                height: 24px;
                padding: 0;
            }

                .footer .row .col.item-3 .payment-systems ul li {
                    height: 100%;
                }

    .footer .footer-logo {
        display: flex;
        gap: 20px;
    }

    .footer .copyright {
        margin-top: 40px;
        font-size: 14px;
        text-align: end;
    }

.header-top-banner {
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 32px;
    padding-right: 32px;
}

.carousel-container {
    height: 420px;
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 25px;
}

    .carousel-container .main-carousel {
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        will-change: transform;
    }

        .carousel-container .main-carousel .carousel-item {
            opacity: 0;
            z-index: 0;
            width: 100%;
            height: 100%;
            position: absolute;
            transition: opacity 0.5s ease-in-out;
        }

            .carousel-container .main-carousel .carousel-item .carousel-item__background {
                position: absolute;
                width: 100%;
                height: 100%;
            }

                .carousel-container .main-carousel .carousel-item .carousel-item__background .caption {
                    width: 100%;
                    padding: var(--lx-space-01);
                    position: absolute;
                    bottom: 0;
                    text-transform: uppercase;
                    text-align: center;
                    font-size: 12px;
                    background-color: rgba(0, 0, 0, 0.5);
                }

            .carousel-container .main-carousel .carousel-item .carousel-item__content {
                position: relative;
                display: flex;
                justify-content: space-between;
                width: 100%;
                height: 100%;
                max-width: 1440px;
                margin: 0 auto;
                padding-left: 32px;
                padding-right: 32px;
            }

                .carousel-container .main-carousel .carousel-item .carousel-item__content .carousel-item__content-item {
                    width: 50%;
                }

                    .carousel-container .main-carousel .carousel-item .carousel-item__content .carousel-item__content-item .link {
                        padding: 60px 0 0 20px;
                        max-width: 600px;
                        color: #fff;
                        position: relative;
                        z-index: 2;
                        display: inline-flex;
                        flex-direction: column;
                        gap: 10px;
                        height: 100%;
                    }

                        .carousel-container .main-carousel .carousel-item .carousel-item__content .carousel-item__content-item .link h1 {
                            display: -webkit-box !important;
                            -webkit-line-clamp: 3;
                            -webkit-box-orient: vertical;
                            overflow: hidden;
                            font-size: 30px;
                            line-height: 40px;
                        }

                        .carousel-container .main-carousel .carousel-item .carousel-item__content .carousel-item__content-item .link span {
                            display: -webkit-box !important;
                            -webkit-line-clamp: 6;
                            -webkit-box-orient: vertical;
                            overflow: hidden;
                        }

                        .carousel-container .main-carousel .carousel-item .carousel-item__content .carousel-item__content-item .link button {
                            width: min-content;
                        }

                    .carousel-container .main-carousel .carousel-item .carousel-item__content .carousel-item__content-item .image img {
                        bottom: 0;
                        position: fixed;
                    }

            .carousel-container .main-carousel .carousel-item.active {
                opacity: 1;
                z-index: 1;
            }

    .carousel-container .bnt-block {
        width: 100%;
        height: 100%;
        max-width: 1440px;
        position: relative;
        margin: 0 auto;
    }

    .carousel-container .btn-slide {
        width: 40px;
        height: 40px;
        outline: none;
        cursor: pointer;
        font-size: 13px;
        color: #10100e;
        border-radius: 50%;
        border: 1px solid rgba(255, 0, 0, 0);
        background-color: #ffffff;
        transition: transform 0.2s ease-in-out;
        box-shadow: 0 2px 25px rgba(0, 0, 0, 0.15);
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        z-index: 2;
    }

        .carousel-container .btn-slide.prev-slide {
            bottom: 40px;
            right: 80px;
        }
            .carousel-container .btn-slide.prev-slide i::before {
                margin-left: 1px;
            }

        .carousel-container .btn-slide.next-slide {
            bottom: 40px;
            right: 30px;
        }

            .carousel-container .btn-slide.next-slide i::before {
                margin-left: 5px;
            }

    .carousel-container .dots {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        position: absolute;
        bottom: 12px;
        z-index: 2;
        width: 100%;
    }

        .carousel-container .dots .dot {
            cursor: pointer;
            border-radius: 2px;
            height: 3px;
            width: 16px;
            background-color: rgba(255, 255, 255, 0.6);
            transition: background-color 0.2s ease;
        }

            .carousel-container .dots .dot.active {
                width: 24px;
            }

            .carousel-container .dots .dot.active,
            .carousel-container .dots .dot:hover {
                background-color: #ffffff;
            }

    .carousel-container .progress {
        display: none;
        position: absolute;
        bottom: 0px;
        height: 7px;
        width: 100%;
        background: rgba(255, 255, 255, 0.3490196078);
        z-index: 2;
    }

        .carousel-container .progress svg {
            position: absolute;
        }

    .carousel-container .circle-chart {
        position: absolute;
    }

@keyframes main {
    0% {
        transform: scaleX(0);
    }

    100% {
        transform: scaleX(100%);
    }
}

.carousel-container .circle-chart {
    transform: rotate(-90deg);
    transform-origin: center;
}

.best-of-shate .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
    padding-top: 20px;
}

    .best-of-shate .row .col {
        margin-bottom: 40px;
        box-sizing: border-box;
        word-wrap: break-word;
        margin-left: 8px;
        margin-right: 8px;
        width: calc(100% - 16px);
    }

        .best-of-shate .row .col.col--50 {
            width: calc(100% - 16px);
        }

.best-of-shate .best-card {
    cursor: pointer;
    display: block;
    border: 1px solid #f2f3f7;
    background-color: #fff;
    border-radius: 2px;
    height: 100%;
    width: 100%;
    max-height: 410px;
    text-decoration: none;
    color: inherit;
}

.best-of-shate .best-card__image {
    padding: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(61.72% 101.84% at 50% 50%, rgba(187, 201, 214, 0) 1.69%, #e6e6e6 97.6%, #efefef 100%);
}

    .best-of-shate .best-card__image img {
        height: 128px;
        width: 100%;
        object-fit: contain;
    }

.best-of-shate .best-card__info {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: calc(100% - 196px);
}

    .best-of-shate .best-card__info .wrap {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

        .best-of-shate .best-card__info .wrap span,
        .best-of-shate .best-card__info .wrap h3 {
            display: -webkit-box !important;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .best-of-shate .best-card__info .wrap span {
            margin: 10px 0 12px;
        }

    .best-of-shate .best-card__info .btn-link-primary {
        padding: 0;
        height: 30px;
    }

.banners-block .banner-shadow {
    display: inline-block;
}

    .banners-block .banner-shadow img {
        transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        width: 100%;
    }

    .banners-block .banner-shadow:hover img {
        filter: drop-shadow(0px 14px 32px rgba(120, 120, 120, 0.1019607843)) drop-shadow(0px 57px 57px rgba(120, 120, 120, 0.0901960784)) drop-shadow(0px 129px 78px rgba(120, 120, 120, 0.0509803922)) drop-shadow(0px 230px 92px rgba(120, 120, 120, 0.0117647059)) drop-shadow(0px 359px 101px rgba(120, 120, 120, 0));
    }

.useful-services .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
    padding-top: 20px;
}

    .useful-services .row .col {
        box-sizing: border-box;
        word-wrap: break-word;
        margin-left: 8px;
        margin-right: 8px;
    }

.useful-services .useful-services-card {
    cursor: pointer;
    padding: 40px 20px 52px;
    border-radius: 2px;
    display: block;
    background: #fff;
    border: 1px solid #dce0e6;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none;
    color: inherit;
}

.useful-services .useful-services-card__logo {
    height: 97px;
    width: 235px;
}

    .useful-services .useful-services-card__logo img {
        height: 100%;
        object-position: left;
        object-fit: contain;
    }

.useful-services .useful-services-card__info {
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

    .useful-services .useful-services-card__info h3 {
        display: -webkit-box !important;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .useful-services .useful-services-card__info span {
        margin-top: 10px;
        display: -webkit-box !important;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

.useful-services .useful-services-card button {
    width: max-content;
}

.useful-services .useful-services-card:hover {
    border: 1px solid rgba(255, 255, 255, 0);
}

.shate-map .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
}

    .shate-map .row ::-webkit-scrollbar {
        width: 6px;
    }

    .shate-map .row ::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px #f2f3f7;
        border-radius: 10px;
    }

    .shate-map .row ::-webkit-scrollbar-thumb {
        background: #858688;
        border-radius: 10px;
    }

        .shate-map .row ::-webkit-scrollbar-thumb:hover {
            background: #676767;
        }

    .shate-map .row .map-menu {
        overflow-y: scroll;
        overflow-x: hidden;
        box-sizing: border-box;
        word-wrap: break-word;
        margin-left: 8px;
        margin-right: 8px;
        width: calc(100% - 16px);
    }

        .shate-map .row .map-menu ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .shate-map .row .map-menu li {
            position: relative;
            max-width: 420px;
            padding: 20px 10px 25px 25px;
        }

            .shate-map .row .map-menu li:not(:last-child) {
                border-bottom: 1px solid #dce0e6;
            }

            .shate-map .row .map-menu li a {
                text-decoration: none;
                color: #141414;
                display: block;
                position: relative;
                z-index: 1;
            }

                .shate-map .row .map-menu li a span.title {
                    font-weight: 700;
                }

                    .shate-map .row .map-menu li a span.title:not(:first-child) {
                        padding-top: 5px;
                    }

                .shate-map .row .map-menu li a span {
                    font-weight: 400;
                }

                .shate-map .row .map-menu li a::before {
                    content: url("../../../img/map-marker.svg");
                    position: absolute;
                    left: -20px;
                    top: 2px;
                }

    .shate-map .row .map-wrapper {
        box-sizing: border-box;
        word-wrap: break-word;
        margin-left: 8px;
        margin-right: 8px;
        width: calc(100% - 16px);
    }

    .shate-map .row .map {
        height: 495px;
    }

.shate-map #map {
    height: 100%;
    width: 100%;
}

.shate-news .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
    margin-top: 20px;
}

    .shate-news .row .col {
        box-sizing: border-box;
        word-wrap: break-word;
        margin-left: 8px;
        margin-right: 8px;
        width: calc(33.3333333333% - 16px);
    }

.shate-news .shate-news-card {
    height: 100%;
    min-height: 166px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.shate-news .shate-news-card__date {
    color: #858688;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 8px;
}

.shate-news .shate-news-card__text {
    margin-bottom: 8px;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.shate-news .shate-news-card .btn-link-primary {
    padding-left: 0;
    text-decoration: none;
    width: min-content;
}

.shate-news .wrap-title {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
}

    .shate-news .wrap-title .title {
        max-width: 50%;
    }

    .shate-news .wrap-title .submenu ul {
        gap: 15px;
        list-style: none;
        display: flex;
        margin: 0;
        padding: 0;
    }

        .shate-news .wrap-title .submenu ul li a {
            padding-right: 0;
            text-decoration: none;
        }

.catalogs-shate .catalogs-shate-content__navigate-menu {
    margin: 30px 0 20px;
}

    .catalogs-shate .catalogs-shate-content__navigate-menu ul {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        gap: 4px;
        margin: 0;
        padding: 0;
    }

        .catalogs-shate .catalogs-shate-content__navigate-menu ul li {
            text-decoration: none;
            background: #f2f3f7;
            padding: 4px 16px;
            text-transform: uppercase;
            display: inline-block;
            cursor: pointer;
        }

            .catalogs-shate .catalogs-shate-content__navigate-menu ul li:hover {
                background: #f8d7d7;
                color: #dd3737;
            }

            .catalogs-shate .catalogs-shate-content__navigate-menu ul li.active {
                background: #f8d7d7;
                color: #dd3737;
            }

.catalogs-shate .catalogs-shate-content__list {
    max-width: 950px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 8px 0 0;
}

    .catalogs-shate .catalogs-shate-content__list .content-list-item {
        display: flex;
        flex-wrap: nowrap;
        overflow: hidden;
        justify-content: space-between;
    }

    .catalogs-shate .catalogs-shate-content__list .content-list-item__left,
    .catalogs-shate .catalogs-shate-content__list .content-list-item__right {
        display: flex;
        align-items: center;
        gap: 50px;
    }

    .catalogs-shate .catalogs-shate-content__list .content-list-item .image {
        max-width: 40px;
        width: 100%;
        min-width: inherit;
    }

    .catalogs-shate .catalogs-shate-content__list .content-list-item .link {
        white-space: nowrap;
    }

    .catalogs-shate .catalogs-shate-content__list .content-list-item .brand {
        font-weight: 600;
    }

        .catalogs-shate .catalogs-shate-content__list .content-list-item .brand p {
            margin: 0;
        }

    .catalogs-shate .catalogs-shate-content__list .content-list-item:hover {
        background: #fafafd;
    }

    .catalogs-shate .catalogs-shate-content__list .content-list-item .btn-link-primary {
        background-color: inherit;
    }

.shate-tabs-menu-navigate {
    overflow: hidden;
    margin: 20px 0 0;
    position: relative;
}

    .shate-tabs-menu-navigate .shate-tabs-menu-wrapper {
        display: flex;
        flex-wrap: nowrap;
        transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

        .shate-tabs-menu-navigate .shate-tabs-menu-wrapper .nav-link {
            padding: 0 5px 5px;
            margin: 0 25px;
            position: relative;
            color: #141414;
            text-decoration: none;
            white-space: nowrap;
            font-weight: 600;
            cursor: pointer;
        }

            .shate-tabs-menu-navigate .shate-tabs-menu-wrapper .nav-link:first-child {
                margin-left: 0;
            }

            .shate-tabs-menu-navigate .shate-tabs-menu-wrapper .nav-link:last-child {
                margin-right: 0;
            }

            .shate-tabs-menu-navigate .shate-tabs-menu-wrapper .nav-link.active {
                color: #dd3737;
                font-weight: 600;
            }

                .shate-tabs-menu-navigate .shate-tabs-menu-wrapper .nav-link.active::after {
                    content: " ";
                    width: 100%;
                    height: 2px;
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    background: #dd3737;
                    z-index: 1;
                }

    .shate-tabs-menu-navigate::after {
        content: " ";
        width: 100%;
        height: 2px;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1;
        background: #dce0e6;
    }

.news-page-shate .row {
    gap: 40px 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
}

    .news-page-shate .row .col {
        box-sizing: border-box;
        word-wrap: break-word;
        margin-left: 8px;
        margin-right: 8px;
        width: calc(100% - 16px);
    }

.news-page-shate h2 {
    margin-top: 15px;
}

.news-page-shate .news-card {
    cursor: pointer;
    display: block;
    border: 1px solid #f2f3f7;
    background-color: #fff;
    border-radius: 2px;
    text-decoration: none;
    color: inherit;
    height: 100%;
    width: 100%;
    max-height: 314px;
}

.news-page-shate .news-card__image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    background: radial-gradient(61.72% 101.84% at 50% 50%, rgba(187, 201, 214, 0) 1.69%, #e6e6e6 97.6%, #efefef 100%);
}

    .news-page-shate .news-card__image img {
        height: 100px;
        width: 100%;
        object-fit: cover;
    }

.news-page-shate .news-card__info {
    padding: 10px 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: calc(100% - 100px);
    min-height: 168px;
}

    .news-page-shate .news-card__info .wrap {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

        .news-page-shate .news-card__info .wrap .news-date {
            display: flex;
            color: #858688;
        }

            .news-page-shate .news-card__info .wrap .news-date span {
                font-size: 12px;
                margin: 0 0 0 10px;
            }

            .news-page-shate .news-card__info .wrap .news-date i::before {
                margin: 0;
            }

        .news-page-shate .news-card__info .wrap h5 {
            display: -webkit-box !important;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .news-page-shate .news-card__info .wrap span {
            margin: 10px 0 12px;
            display: -webkit-box !important;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

    .news-page-shate .news-card__info .btn-link-primary {
        padding: 0;
        height: 30px;
    }

.about-shate .description {
    margin: 20px 0;
}

.about-shate .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
}

    .about-shate .row .col {
        margin-bottom: 16px;
        box-sizing: border-box;
        word-wrap: break-word;
        margin-left: 8px;
        margin-right: 8px;
        width: calc(100% - 16px);
    }

.about-shate .about-shate-card {
    background: #f7f7f9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 22px;
    position: relative;
    height: 100%;
    width: 100%;
    min-height: 150px;
}

.about-shate .about-shate-card__img {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-shate .about-shate-card__content {
    padding: 0 0 0 156px;
}

    .about-shate .about-shate-card__content h3 {
        padding-bottom: 4px;
    }

.about-for-page {
    padding: 20px 0;
}

    .about-for-page .title {
        padding-bottom: 20px;
    }

    .about-for-page.about h2,
    .about-for-page.about h4 {
        padding-bottom: 16px;
    }

    .about-for-page .row {
        display: flex;
        flex-wrap: wrap;
        margin-left: -8px;
        margin-right: -8px;
    }

        .about-for-page .row .col {
            box-sizing: border-box;
            word-wrap: break-word;
            margin-left: 8px;
            margin-right: 8px;
            width: calc(100% - 16px);
        }

        .about-for-page .row .col--left {
            display: flex;
            flex-direction: column;
            gap: 30px;
        }

            .about-for-page .row .col--left .directions ul {
                margin: 0px 0 0 18px;
                padding: 0;
            }

                .about-for-page .row .col--left .directions ul li::marker {
                    color: #dd3737;
                }

        .about-for-page .row .video-container {
            position: relative;
            height:380px;
            width: 100%;
        }

            .about-for-page .row .video-container iframe {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
            }

    .about-for-page.our-values-shate p {
        font-size: 18px;
        margin: 16px 0 20px;
    }

    .about-for-page.our-values-shate h4 {
        text-transform: lowercase;
    }

        .about-for-page.our-values-shate h4::first-letter {
            text-transform: uppercase;
        }

.our-values-shate .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
}

    .our-values-shate .row .col {
        box-sizing: border-box;
        word-wrap: break-word;
        margin-left: 8px;
        margin-right: 8px;
        width: calc(100% - 16px);
    }

.company-history .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
}

    .company-history .row .col {
        box-sizing: border-box;
        word-wrap: break-word;
        margin-left: 8px;
        margin-right: 8px;
        width: calc(100% - 16px);
    }

    .company-history .row .col--left {
        margin: 90px 0;
    }

    .company-history .row .col--right ::-webkit-scrollbar {
        width: 6px;
    }

    .company-history .row .col--right ::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px #f2f3f7;
        border-radius: 10px;
    }

    .company-history .row .col--right ::-webkit-scrollbar-thumb {
        background: #858688;
        border-radius: 10px;
    }

        .company-history .row .col--right ::-webkit-scrollbar-thumb:hover {
            background: #676767;
        }

    .company-history .row .image-block {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

        .company-history .row .image-block img {
            width: 516px;
        }

    .company-history .row .events-content {
        overflow-x: hidden;
        overflow-y: scroll;
        max-height: 800px;
    }

        .company-history .row .events-content h2 {
            font-size: 16px;
            font-weight: 700;
            line-height: 24px;
        }

        .company-history .row .events-content p {
            margin-top: 0;
        }

        .company-history .row .events-content .history-step {
            display: flex;
            height: auto;
            padding: 0 0 40px;
            position: relative;
        }

            .company-history .row .events-content .history-step:not(:last-child):after {
                background-color: #f4f6fb;
                bottom: 12px;
                content: "";
                left: 25px;
                position: absolute;
                top: 68px;
                width: 4px;
            }

            .company-history .row .events-content .history-step.active .history-item-counter,
            .company-history .row .events-content .history-step.red .history-item-counter {
                background-color: #dd3737;
                color: #fff;
            }

            .company-history .row .events-content .history-step.active .history-item-title,
            .company-history .row .events-content .history-step.red .history-item-title {
                color: #dd3737;
            }

        .company-history .row .events-content .history-line {
            background: #dd3737;
            border-radius: 4px;
            bottom: 12px;
            display: flex;
            left: 25px;
            position: absolute;
            top: 68px;
            transform: scaleY(0);
            transform-origin: 0 0;
            width: 4px;
            z-index: 1;
        }

        .company-history .row .events-content .history-item-counter {
            align-items: center;
            background-color: #dce0e6;
            border-radius: 50%;
            color: #dd3737;
            display: flex;
            flex-shrink: 0;
            font-weight: 700;
            font-size: 24px;
            height: 56px;
            justify-content: center;
            letter-spacing: -0.01em;
            line-height: 32px;
            margin-right: 32px;
            position: relative;
            transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            width: 56px;
            z-index: 1;
        }

        .company-history .row .events-content .history-item-text p {
            line-height: 24px;
            margin-bottom: 16px;
        }

        .company-history .row .events-content .history-item-title {
            font-size: 38px;
            font-weight: 700;
            line-height: 46px;
            color: #858688;
        }

.clients-shate-page .title,
.useful-information .title {
    padding-bottom: 20px;
}

.clients-shate-page .row,
.useful-information .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
}

    .clients-shate-page .row .col,
    .useful-information .row .col {
        box-sizing: border-box;
        word-wrap: break-word;
        margin-left: 8px;
        margin-right: 8px;
        width: calc(100% - 16px);
    }

    .clients-shate-page .row .col--1,
    .useful-information .row .col--1 {
        margin-bottom: 16px;
    }

    .clients-shate-page .row .col--3,
    .useful-information .row .col--3 {
        margin: 60px 8px 10px;
        background: #fafafd;
    }

    .clients-shate-page .row .col--4,
    .useful-information .row .col--4 {
        border: 1px solid #dce0e6;
        border-radius: 2px;
        padding: 30px;
    }

        .clients-shate-page .row .col--4 .useful-information-top-block,
        .useful-information .row .col--4 .useful-information-top-block {
            display: flex;
        }

            .clients-shate-page .row .col--4 .useful-information-top-block .useful-information-title,
            .useful-information .row .col--4 .useful-information-top-block .useful-information-title {
                font-size: 18px;
                width: calc(100% - 40px);
                padding-right: 10px;
            }

            .clients-shate-page .row .col--4 .useful-information-top-block .useful-information-img,
            .useful-information .row .col--4 .useful-information-top-block .useful-information-img {
                width: 40px;
            }

                .clients-shate-page .row .col--4 .useful-information-top-block .useful-information-img i,
                .useful-information .row .col--4 .useful-information-top-block .useful-information-img i {
                    color: #dd3737;
                    font-size: 40px;
                }

                    .clients-shate-page .row .col--4 .useful-information-top-block .useful-information-img i:before,
                    .useful-information .row .col--4 .useful-information-top-block .useful-information-img i:before {
                        margin: 0;
                    }

        .clients-shate-page .row .col--4 button,
        .useful-information .row .col--4 button {
            padding-left: 0;
            padding-right: 0;
        }

.clients-shate-page .best-card,
.useful-information .best-card {
    cursor: pointer;
    display: block;
    border: 1px solid #f2f3f7;
    background-color: #fff;
    border-radius: 2px;
    height: 100%;
    max-height: 410px;
    color: inherit;
}

    .clients-shate-page .best-card:not(.best-card__horizontal) .best-card__info,
    .useful-information .best-card:not(.best-card__horizontal) .best-card__info {
        height: calc(100% - 196px);
    }

.clients-shate-page .best-card__horizontal,
.useful-information .best-card__horizontal {
    display: flex;
    flex-direction: row;
    min-height: 210px;
}

    .clients-shate-page .best-card__horizontal .best-card__image,
    .useful-information .best-card__horizontal .best-card__image {
        min-width: 45%;
    }

.clients-shate-page .best-card__image,
.useful-information .best-card__image {
    padding: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(61.72% 101.84% at 50% 50%, rgba(187, 201, 214, 0) 1.69%, #e6e6e6 97.6%, #efefef 100%);
}

    .clients-shate-page .best-card__image img,
    .useful-information .best-card__image img {
        height: 128px;
        width: 100%;
        object-fit: contain;
    }

.clients-shate-page .best-card__info,
.useful-information .best-card__info {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

    .clients-shate-page .best-card__info .wrap,
    .useful-information .best-card__info .wrap {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

        .clients-shate-page .best-card__info .wrap span,
        .clients-shate-page .best-card__info .wrap h3,
        .useful-information .best-card__info .wrap span,
        .useful-information .best-card__info .wrap h3 {
            display: -webkit-box !important;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .clients-shate-page .best-card__info .wrap span,
        .useful-information .best-card__info .wrap span {
            margin: 10px 0 12px;
        }

    .clients-shate-page .best-card__info .btn-link-primary,
    .useful-information .best-card__info .btn-link-primary {
        padding: 0;
        height: 30px;
    }

.clients-shate-page .certificates-conformity,
.useful-information .certificates-conformity {
    padding: 40px 60px;
    display: flex;
    flex-direction: row;
    max-height: 280px;
    height: 100%;
}

.clients-shate-page .certificates-conformity__info,
.useful-information .certificates-conformity__info {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .clients-shate-page .certificates-conformity__info button,
    .useful-information .certificates-conformity__info button {
        width: max-content;
    }

.clients-shate-page .certificates-conformity__image,
.useful-information .certificates-conformity__image {
    width: 50%;
}

    .clients-shate-page .certificates-conformity__image img,
    .useful-information .certificates-conformity__image img {
        height: 100%;
        object-fit: contain;
    }

.clients-shate-page {
    padding: 20px 0;
}

.useful-information {
    padding-top: 20px;
}

.car-service--director {
    margin: 50px 0;
    display: flex;
    flex-direction: row;
    padding: 16px 25px;
    background: rgb(247, 247, 249);
}

    .car-service--director img {
        height: 144.69px;
        width: 198.94px;
    }

    .car-service--director .text {
        padding-left: 45px;
    }

        .car-service--director .text h5:first-child {
            padding-bottom: 10px;
        }

        .car-service--director .text p {
            margin: 0;
            line-height: 24px;
        }

section.retail-contacts-page-map.container {
    padding: 0 !important;
}

.retail-contacts-page-map--wrapper {
    height: 695px;
    position: static;
}

    .retail-contacts-page-map--wrapper .btn-wrapper {
        width: 100%;
        position: relative;
    }

        .retail-contacts-page-map--wrapper .btn-wrapper a {
            z-index: 1;
            position: absolute;
            right: 10px;
            top: -60px;
        }

.retail-contacts-page-map--menu {
    height: 652px;
    margin-top: 20px;
    width: 460px !important;
    border-radius: 6px;
    background: #fff;
    position: absolute;
    z-index: 1;
}

.retail-contacts-page-map--block {
    height: 695px;
    width: 100%;
    position: absolute;
    left: 0;
}

#mapRetail {
    height: 100%;
    width: 100%;
}

@media screen and (min-width: 320px) {
    .useful-services .row .col {
        width: calc(100% - 16px);
    }

    .about-shate .row .col {
        width: calc(100% - 16px);
    }
}

@media screen and (min-width: 576px) {
    .footer .row .col.item-1 {
        width: calc(50% - 16px);
    }

    .footer .row .col.item-2 {
        width: calc(50% - 16px);
    }

    .footer .row .col.item-3 {
        width: calc(100% - 16px);
    }

    .best-of-shate .row .col {
        width: calc(50% - 16px);
    }

        .best-of-shate .row .col.col--50 {
            width: calc(50% - 16px);
        }

    .useful-services .row .col {
        width: calc(100% - 16px);
    }

    .shate-map .row .map-menu {
        width: calc(50% - 16px);
    }

    .shate-map .row .map-wrapper {
        width: calc(50% - 16px);
    }

    .news-page-shate .row .col {
        width: calc(50% - 16px);
    }
}

@media screen and (min-width: 767px) {
    .footer .row .col.item-1 {
        width: calc(50% - 16px);
    }

    .footer .row .col.item-2 {
        width: calc(50% - 16px);
    }

    .footer .row .col.item-3 {
        width: calc(100% - 16px);
    }

    .best-of-shate .row .col {
        width: calc(33.3333333333% - 16px);
    }

    .useful-services .row .col {
        width: calc(50% - 16px);
    }

    .shate-map .row .map-menu {
        width: calc(41.6666666667% - 16px);
    }

    .shate-map .row .map-wrapper {
        width: calc(58.3333333333% - 16px);
    }

    .news-page-shate .row .col {
        width: calc(50% - 16px);
    }

    .about-shate .row .col {
        width: calc(50% - 16px);
    }

    .about-for-page .row .col--left {
        width: calc(45.8333333333% - 16px);
    }

    .about-for-page .row .col--right {
        width: calc(54.1666666667% - 16px);
    }

    .our-values-shate .row .col {
        width: calc(50% - 16px);
    }

    .company-history .row .col {
        width: calc(50% - 16px);
    }

    .company-history .row .col--left {
        width: calc(41.6666666667% - 16px);
    }

    .company-history .row .col--right {
        width: calc(58.3333333333% - 16px);
    }

    .clients-shate-page .row .col--1,
    .useful-information .row .col--1 {
        width: calc(33.3333333333% - 16px);
    }

    .clients-shate-page .row .col--2,
    .useful-information .row .col--2 {
        width: calc(50% - 16px);
    }

    .clients-shate-page .row .col--4,
    .useful-information .row .col--4 {
        width: calc(50% - 16px);
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 470px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

@media screen and (min-width: 992px) {
    .footer .row .col.item-1 {
        width: calc(33.3333333333% - 16px);
    }

    .footer .row .col.item-2 {
        width: calc(33.3333333333% - 16px);
    }

    .footer .row .col.item-3 {
        width: calc(33.3333333333% - 16px);
    }

    .useful-services .row .col {
        width: calc(50% - 16px);
    }

    .news-page-shate .row .col {
        width: calc(33.3333333333% - 16px);
    }

    .about-shate .row .col {
        width: calc(33.3333333333% - 16px);
    }

    .clients-shate-page .row .col--4,
    .useful-information .row .col--4 {
        width: calc(25% - 16px);
    }
}

@media only screen and (min-width: 998px) {
    header .menu-item .icon-angle-left,
    header .menu-item .icon-angle-right {
        display: none;
    }

    header .menu-item a.a-menu-item .icon-angle-left,
    header .menu-item a.a-menu-item .icon-angle-right {
        display: none;
    }

    header .menu-item .dropdown-menu-wrapper {
        padding-top: 30px;
    }

    header .menu-item:hover .dropdown-menu-wrapper {
        visibility: visible;
    }

    header .menu-item:hover .dropdown-menu::after {
        opacity: 1;
    }

    header .menu-item:hover a::before {
        opacity: 1;
        transform: scaleX(1);
    }
}

@media only screen and (min-width: 1280px) {
    header .collapse-menu {
        display: none;
    }
}

@media only screen and (min-width: 1440px) {
    button button.btn-link,
    button button.btn-primary,
    button button.btn-second,
    a button.btn-link,
    a button.btn-primary,
    a button.btn-second {
        height: 38px;
    }
}

@media screen and (min-width: 1440px) {
    .useful-services .row .col {
        width: calc(50% - 16px);
    }

    .news-page-shate .row .col {
        width: calc(25% - 16px);
    }
}

@media only screen and (max-width: 1280px) {
    header .unauthorized-container .become-customer {
        margin-right: 5px;
    }

    header ul.navbar li.menu-item {
        padding: 0px 5px;
    }

    header .top-logo a {
        width: 160px;
    }
}

@media screen and (max-width: 1280px) {
    .footer .row .col.item-1 .footer-logo {
        flex-direction: column;
    }

    .best-of-shate .row .col {
        margin-bottom: 16px;
    }

    .best-of-shate .best-card {
        max-height: 260px;
    }

    .best-of-shate .best-card__image {
        padding: 16px;
    }

        .best-of-shate .best-card__image img {
            height: 67px;
        }

    .best-of-shate .best-card__info {
        padding: 8px 10px 16px;
        height: calc(100% - 99px);
    }

        .best-of-shate .best-card__info .wrap {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

            .best-of-shate .best-card__info .wrap span,
            .best-of-shate .best-card__info .wrap h3 {
                display: -webkit-box !important;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
            }

            .best-of-shate .best-card__info .wrap span {
                margin: 4px 0 0;
            }

        .best-of-shate .best-card__info .btn-link-primary {
            font-size: 14px;
            height: 26px;
            line-height: 22px;
        }

    .useful-services .useful-services-card {
        padding: 20px;
    }

    .useful-services .useful-services-card__logo {
        height: 70px;
    }

    .useful-services .useful-services-card__info {
        margin: 16px 0;
    }

        .useful-services .useful-services-card__info span {
            display: -webkit-box !important;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

    .catalogs-shate .catalogs-shate-content__list .content-list-item__right,
    .catalogs-shate .catalogs-shate-content__list .content-list-item__left {
        gap: 16px;
    }

    .news-page-shate .row .col {
        margin-bottom: 16px;
    }

    .news-page-shate .best-card {
        max-height: 260px;
    }

    .news-page-shate .best-card__image {
        padding: 16px;
    }

        .news-page-shate .best-card__image img {
            height: 67px;
        }

    .news-page-shate .best-card__info {
        padding: 8px 10px 16px;
        height: calc(100% - 99px);
    }

        .news-page-shate .best-card__info .wrap {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

            .news-page-shate .best-card__info .wrap span,
            .news-page-shate .best-card__info .wrap h3 {
                display: -webkit-box !important;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
            }

            .news-page-shate .best-card__info .wrap span {
                margin: 4px 0 0;
            }

        .news-page-shate .best-card__info .btn-link-primary {
            font-size: 14px;
            height: 26px;
            line-height: 22px;
        }

    .about-shate .about-shate-card {
        min-height: 130px;
        padding: 10px;
    }

    .about-shate .about-shate-card__content {
        padding: 0 0 0 120px;
    }

    .clients-shate-page .row .col--3,
    .useful-information .row .col--3 {
        margin: 40px 8px 20px;
    }

    .clients-shate-page .certificates-conformity,
    .useful-information .certificates-conformity {
        padding: 20px;
        display: flex;
        flex-direction: row;
        max-height: 280px;
        height: 100%;
    }

    .clients-shate-page .certificates-conformity__info,
    .useful-information .certificates-conformity__info {
        width: 60%;
    }

    .clients-shate-page .certificates-conformity__image,
    .useful-information .certificates-conformity__image {
        width: 40%;
    }

    .clients-shate-page .best-card,
    .useful-information .best-card {
        max-height: 260px;
    }

        .clients-shate-page .best-card:not(.best-card__horizontal) .best-card__info,
        .useful-information .best-card:not(.best-card__horizontal) .best-card__info {
            height: calc(100% - 98px);
        }

    .clients-shate-page .best-card__image,
    .useful-information .best-card__image {
        padding: 16px;
    }

        .clients-shate-page .best-card__image img,
        .useful-information .best-card__image img {
            height: 67px;
        }

    .clients-shate-page .best-card__info,
    .useful-information .best-card__info {
        padding: 8px 10px 16px;
    }

        .clients-shate-page .best-card__info .wrap,
        .useful-information .best-card__info .wrap {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

            .clients-shate-page .best-card__info .wrap span,
            .clients-shate-page .best-card__info .wrap h3,
            .useful-information .best-card__info .wrap span,
            .useful-information .best-card__info .wrap h3 {
                display: -webkit-box !important;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
            }

            .clients-shate-page .best-card__info .wrap span,
            .useful-information .best-card__info .wrap span {
                margin: 4px 0 0;
            }

        .clients-shate-page .best-card__info .btn-link-primary,
        .useful-information .best-card__info .btn-link-primary {
            font-size: 14px;
            height: 26px;
            line-height: 22px;
        }

    .clients-shate-page .best-card__horizontal .best-card__image,
    .useful-information .best-card__horizontal .best-card__image {
        min-width: 35%;
    }
}

@media screen and (max-width: 1200px) {
    .best-of-shate .best-card__info .wrap h3 {
        font-size: 16px;
        line-height: 24px;
    }

    .shate-map .row .map {
        height: 349px;
    }

    .shate-map .map-menu li {
        max-width: 100%;
    }

        .shate-map .map-menu li a {
            text-decoration: none;
        }

    .catalogs-shate .catalogs-shate-content__list .content-list-item__right .format {
        display: none;
    }

    .catalogs-shate .catalogs-shate-content__list .content-list-item .image {
        max-width: 30px;
        width: 100%;
    }

    .shate-tabs-menu-navigate {
        margin: 20px 0 22px;
    }
}

@media only screen and (max-width: 1024px) {
    header .localization-mobile-wrapper {
        display: block;
    }

    header .localization-dextop-wrapper {
        display: none;
    }

    header .menu-item:has(.dropdown-menu-wrapper) > a.a-menu-item {
        transform: translateX(-22px);
        display: inline-block;
        transition: transform 0.25s ease-in-out;
        width: calc(100% - 24px);
    }

    header .menu-item:has(.dropdown-menu-wrapper) > i.right {
        transform: translateX(0);
        float: right;
        transition: transform 0.25s ease-in-out;
    }

    header .menu-item:has(.dropdown-menu-wrapper.open-menu) > i.right {
        transform: translateX(15px);
    }

    header .menu-item:has(.dropdown-menu-wrapper.open-menu) > a.a-menu-item {
        transform: translateX(0px);
    }

    header .menu-item:has(.dropdown-menu-wrapper.open-menu) ul.dropdown-menu {
        padding: 16px 0;
        width: 100%;
    }

        header .menu-item:has(.dropdown-menu-wrapper.open-menu) ul.dropdown-menu .dropdown-submenu-item {
            position: relative;
            width: auto;
            left: 0;
            top: 0;
            padding-left: 0;
        }

    header .menu-item .dropdown-submenu:has(.dropdown-submenu-item) > a.a-dropdown-submenu {
        line-height: 24px;
        transform: translateX(-26px);
        display: inline-block;
        transition: transform 0.25s ease-in-out;
        width: calc(100% - 24px);
    }

    header .menu-item .dropdown-submenu:has(.dropdown-submenu-item) > i.right {
        transform: translateX(0);
        float: right;
        transition: transform 0.25s ease-in-out;
    }

    header .menu-item .dropdown-submenu:has(.dropdown-submenu-item.open-menu) {
        height: auto !important;
    }

        header .menu-item .dropdown-submenu:has(.dropdown-submenu-item.open-menu) > i.right {
            transform: translateX(15px);
        }

        header .menu-item .dropdown-submenu:has(.dropdown-submenu-item.open-menu) > a.a-dropdown-submenu {
            transform: translateX(0px);
            font-weight: 600;
        }

        header .menu-item .dropdown-submenu:has(.dropdown-submenu-item.open-menu) ul.dropdown-submenu-item {
            left: 0 !important;
            top: 0 !important;
            position: relative !important;
            display: block !important;
            padding: 0 0 0 27px !important;
        }

            header .menu-item .dropdown-submenu:has(.dropdown-submenu-item.open-menu) ul.dropdown-submenu-item::before {
                content: none !important;
            }

    header ul.navbar {
        display: none;
    }

    header .mobile-toggler-menu {
        display: flex;
    }
}

@media screen and (max-width: 1024px) {
    body:has(#burger-checkbox:checked) .main-wrapper {
        top: 68px;
        position: relative;
    }

    body:has(#burger-checkbox:checked) .navbar {
        left: 0;
        top: 68px;
        display: block;
        border-top: 1px solid #dce0e6;
        background-color: #fff;
        position: fixed;
        width: 100%;
        height: 100%;
        box-shadow: 0 8px 10px 4px rgba(0, 0, 0, 0.0901960784);
        padding: 20px 32px 20px;
    }

        body:has(#burger-checkbox:checked) .navbar.fixed-content {
            bottom: 0;
            overflow-y: scroll;
            overflow-x: hidden;
        }

    body:has(#burger-checkbox:checked) .header {
        position: fixed;
        width: 100%;
    }

        body:has(#burger-checkbox:checked) .header ul.navbar li.menu-item {
            overflow: hidden;
            padding: 6px 0;
            font-size: 16px;
        }
}

@media screen and (max-width: 998px) {
    .clients-shate-page .row .col--4:nth-child(1),
    .clients-shate-page .row .col--4:nth-child(2),
    .useful-information .row .col--4:nth-child(1),
    .useful-information .row .col--4:nth-child(2) {
        margin-bottom: 16px;
    }

    .clients-shate-page .certificates-conformity__info,
    .useful-information .certificates-conformity__info {
        width: 70%;
    }

    .clients-shate-page .certificates-conformity__image,
    .useful-information .certificates-conformity__image {
        width: 30%;
    }

    .clients-shate-page .best-card.best-card__horizontal,
    .useful-information .best-card.best-card__horizontal {
        flex-direction: column;
    }

    .retail-contacts-page-map--menu {
        width: 344px !important;
    }
}

@media screen and (max-width: 768px) {
    header .wrapper-navbar-auth-bar .search-input-form {
        display: none;
    }

    header .authorized-container .search-toggle {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .carousel-container {
        height: 304px;
        padding-bottom: 20px;
    }

        .carousel-container .main-carousel .carousel-item .carousel-item__content .carousel-item__content-item {
            width: 100%;
        }

            .carousel-container .main-carousel .carousel-item .carousel-item__content .carousel-item__content-item .link {
                padding: 36px 0 0 0;
                max-width: 100%;
            }

                .carousel-container .main-carousel .carousel-item .carousel-item__content .carousel-item__content-item .link h1 {
                    display: -webkit-box !important;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    font-size: 28px;
                    line-height: 38px;
                }

                .carousel-container .main-carousel .carousel-item .carousel-item__content .carousel-item__content-item .link span {
/*                    display: -webkit-box !important;
                    -webkit-line-clamp: 3;
                    -webkit-box-orient: vertical;
                    overflow: hidden;*/
                }

            .carousel-container .main-carousel .carousel-item .carousel-item__content .carousel-item__content-item:last-child {
                display: none;
            }
}

@media screen and (max-width: 767px) {
    .useful-services .col:nth-child(1) {
        margin-bottom: 8px;
    }

    .about-for-page .row .col--left {
        gap: 15px;
        margin-bottom: 15px;
    }

    .about-for-page .row .col--right .directions {
        margin-top: 15px;
    }

    .company-history .row .col--left {
        margin: 0;
    }

    .company-history .row .col--right {
        margin-top: 20px;
    }
}

@media screen and (max-width: 766px) {
    .footer .copyright {
        text-align: center;
    }

    .shate-news {
        display: none;
    }

    .clients-shate-page .row .col--3,
    .useful-information .row .col--3 {
        margin: 30px 8px 0;
        flex-direction: column-reverse;
    }

    .clients-shate-page .row .col--4,
    .useful-information .row .col--4 {
        padding: 20px 16px;
    }

        .clients-shate-page .row .col--4 button,
        .useful-information .row .col--4 button {
            font-size: 14px;
        }

        .clients-shate-page .row .col--4:nth-child(3),
        .useful-information .row .col--4:nth-child(3) {
            margin-bottom: 16px;
        }

        .clients-shate-page .row .col--4 .useful-information-top-block .useful-information-title,
        .useful-information .row .col--4 .useful-information-top-block .useful-information-title {
            width: calc(100% - 24px);
        }

        .clients-shate-page .row .col--4 .useful-information-top-block .useful-information-img,
        .useful-information .row .col--4 .useful-information-top-block .useful-information-img {
            width: 24px;
        }

            .clients-shate-page .row .col--4 .useful-information-top-block .useful-information-img i,
            .useful-information .row .col--4 .useful-information-top-block .useful-information-img i {
                font-size: 24px;
            }

    .clients-shate-page .certificates-conformity,
    .useful-information .certificates-conformity {
        flex-direction: column-reverse;
        max-height: min-content;
        align-items: center;
        padding: 16px 20px;
    }

    .clients-shate-page .certificates-conformity__info,
    .useful-information .certificates-conformity__info {
        width: 100%;
    }

    .clients-shate-page .certificates-conformity__image,
    .useful-information .certificates-conformity__image {
        width: 174px;
    }

    .clients-shate-page .best-card.best-card__horizontal,
    .useful-information .best-card.best-card__horizontal {
        flex-direction: column;
    }
}

@media screen and (max-width: 720px) {
    section.retail-contacts-page-map.container {
        padding: 15px 0 !important;
    }

        section.retail-contacts-page-map.container .row {
            flex-direction: column;
            justify-content: end;
        }

        section.retail-contacts-page-map.container .retail-contacts-page-map--menu {
            width: calc(100% - 46px) !important;
            height: 33%;
            margin: 0 0 30px 0;
        }

        section.retail-contacts-page-map.container .retail-contacts-page-map--wrapper .btn-wrapper a {
            top: 20px;
        }
}

@media screen and (max-width: 678px) {
    .car-service--director {
        flex-direction: column;
        align-items: center;
    }

        .car-service--director .text {
            padding-left: 0;
        }
}

@media screen and (max-width: 660px) {
    .dextop {
        display: none;
    }
}

@media only screen and (max-width: 576px) {
    button button.btn-link,
    button button.btn-primary,
    button button.btn-second,
    a button.btn-link,
    a button.btn-primary,
    a button.btn-second {
        height: 28px;
        font-size: 14px;
        line-height: 18px;
    }

    main {
        max-width: 1440px;
        margin: 0 auto;
        padding-left: 32px;
        padding-right: 32px;
        padding-left: 20px;
        padding-right: 20px;
    }

    h1 {
        font-size: 20px;
        line-height: 28px;
    }

    h2 {
        font-size: 20px;
        line-height: 28px;
    }

    h3 {
        font-size: 16px;
        line-height: 24px;
    }

    section.container {
        padding: 15px 0;
    }

    header .become-customer-mobile-wrapper {
        display: block;
    }

    header .unauthorized-container .become-customer {
        display: none;
    }

    header .top-logo a {
        width: 135px;
    }

    header .burger::before,
    header .burger::after {
        height: 2px;
    }

    header .login-user-btn-wrapper {
        position: relative;
        display: inline-block;
    }

        header .login-user-btn-wrapper .login-dropdown-menu-wrapper {
            width: 320px;
            position: absolute;
            left: -198px;
            padding-top: 24px;
            visibility: hidden;
            opacity: 0;
            opacity: 1;
            transition: all 0.25s ease-in-out;
        }

    .carousel-container {
        padding-bottom: 15px;
    }

        .carousel-container .main-carousel .carousel-item .carousel-item__content {
            padding-left: 20px;
            padding-right: 20px;
        }

            .carousel-container .main-carousel .carousel-item .carousel-item__content .carousel-item__content-item .link {
                padding: 50px 0 0 0;
                max-width: 100%;
            }

                .carousel-container .main-carousel .carousel-item .carousel-item__content .carousel-item__content-item .link h1 {
                    display: -webkit-box !important;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    font-size: 18px;
                    line-height: 30px;
                }

                .carousel-container .main-carousel .carousel-item .carousel-item__content .carousel-item__content-item .link span {
/*                    display: -webkit-box !important;
                    -webkit-line-clamp: 5;
                    -webkit-box-orient: vertical;
                    overflow: hidden;*/
                }

        .carousel-container .btn-slide.prev-slide,
        .carousel-container .btn-slide.next-slide,
        .carousel-container .carousel-btn-wrapper,
        .carousel-container .dots {
            display: none;
        }

        .carousel-container .progress {
            display: block;
        }
}

@media screen and (max-width: 576px) {
    .best-of-shate .best-card__info {
        padding: 8px 10px 6px;
    }

        .best-of-shate .best-card__info .wrap span {
            display: none;
        }

    .useful-services .useful-services-card {
        padding: 10px;
    }

    .useful-services .useful-services-card__logo {
        height: 40px;
    }

    .useful-services .useful-services-card__info {
        margin: 8px 0 16px;
    }

        .useful-services .useful-services-card__info span {
            display: none;
        }

    .catalogs-shate .catalogs-shate-content__list .content-list-item {
        flex-direction: column;
        padding: 4px 8px;
        border-bottom: 1px solid #F2F3F7;
    }

    .catalogs-shate .catalogs-shate-content__list .content-list-item__right,
    .catalogs-shate .catalogs-shate-content__list .content-list-item__left {
        flex-direction: column;
        gap: 4px;
        align-items: flex-start;
    }

        .catalogs-shate .catalogs-shate-content__list .content-list-item__right .format {
            display: none;
        }

        .catalogs-shate .catalogs-shate-content__list .content-list-item__right .link .btn-link-primary {
            padding-left: 0;
        }

    .about-shate .row .col {
        margin-bottom: 8px;
    }

    .about-shate .about-shate-card {
        min-height: 88px;
        padding: 8px;
    }

    .about-shate .about-shate-card__content {
        padding: 0 0 0 48px;
    }

    section.retail-contacts-page-map.container {
        padding: 15px 0 !important;
    }

        section.retail-contacts-page-map.container .retail-contacts-page-map--menu {
            width: calc(100% - 26px) !important;
        }
}

@media screen and (max-width: 575px) {
    .footer .row .col.item-2 {
        display: none;
    }

    .shate-map .row {
        flex-direction: column-reverse;
    }

        .shate-map .row :nth-child(2) {
            margin-bottom: 15px;
        }

        .shate-map .row .map {
            height: 320px;
        }

    .shate-tabs-menu-navigate .shate-tabs-menu-wrapper .nav-link {
        margin: 0 8px;
    }
}

@media screen and (max-width: 568px) {
    header .mobile-toggler-menu {
        margin-left: 19px;
    }
}

@media screen and (max-width: 456px) {
    #PasswordRestoreDialog .modal-footer button {
        width: 100%;
    }

        #PasswordRestoreDialog .modal-footer button#restorePasswordBtn {
            margin: 10px 0 0 0;
        }
}

@media only screen and (min-width: 640px) and (max-width: 1280px) {
    h1 {
        font-size: 24px;
        line-height: 32px;
    }

    h2 {
        font-size: 24px;
        line-height: 32px;
    }

    h3 {
        font-size: 20px;
        line-height: 28px;
    }

    h4 {
        font-size: 16px;
        line-height: 24px;
    }

    section.container {
        padding: 20px 0;
    }
}

@media (hover: hover) and (pointer: fine) {
    body.fixed-scroll {
        padding-right: 16px;
    }
}
/*# sourceMappingURL=maps/main.css.map */
