/*
 * Theme Name:  Sam Solutions
 * Author:      sam
 * Description: -
 * Tags:        -
 * Text Domain: sam-solutions
 * Version:     1.0
 */

* {
    margin: 0;
}

*, *::before, *::after {
    box-sizing: border-box;
}

/* ================================================================================================================ */

:root {
    --black-primary: #07071F;
    --black-90: #14142A;
    --black-80: #2C2C40;
    --black-70: #515162;
    --black-50: #83838F;
    
    --blue-primary: #0046F6;
    --blue-secondary: #0039CC;
    
    --green-primary: #B2D233;
    
    --orange-golden: #FFA41C;
    
    --red-errors: #E51520;
    
    --gray-05: #F9FAFC;
    --gray-10: #F2F4F8;
    --gray-20: #EAEDF4;
    --gray-30: #CFD7E6;
    
    --radius-sm: 4px;
}

/* ================================================================================================================ */

body {
    font-size: 16px;
    font-weight: 400;
    min-width: 375px;
    line-height: 1.5;
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
    color: var(--black-80);
    word-break: break-word;
    text-size-adjust: none;
    background-color: #fff;
    text-rendering: optimizeSpeed;
    -webkit-font-smoothing: antialiased;
    font-family: 'Inter', sans-serif;
}

body.admin-bar {
    min-height: calc(100vh - var(--wp-admin--admin-bar--height));
}

a {
    color: inherit;
    text-decoration: none;
}

a:not([href]) {
    cursor: default;
}

ol, ul {
    padding-left: 0;
    list-style: none;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

img, picture, video, canvas, svg {
    height: auto;
    display: block;
    max-width: 100%;
}

input, button, textarea, select {
    font: inherit;
}

input[type], button {
    border: none;
}

select {
    width: 100%;
}

button, input[type="submit"], label {
    cursor: pointer;
}

select:focus, input:focus,
button:focus, textarea:focus {
    outline: none;
}

b, strong {
    font-weight: 600;
}

button, input[type="submit"] {
    padding: 0;
    border: none;
    background: transparent;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

abbr, acronym {
    cursor: help;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

iframe {
    border: none;
    display: block;
    max-width: 100%;
}

section {
    overflow: hidden;
    position: relative;
}

@media (min-width: 576px) {
    section:not([class*='_no_margin-bottom']) {
        margin-bottom: 80px;
    }
    
    section[class*='_has_bg']:not([class*='_no_padding-top']) {
        padding-top: 80px;
    }
    
    section[class*='_has_bg']:not([class*='_no_padding-bottom']) {
        padding-bottom: 80px;
    }
    
    section:first-child:not([class*='_has_bg']):not([class*='_no_margin-bottom']) {
        margin-top: 48px;
    }
    
    section[class*='_has_bg'] + section[class*='_has_bg']:not([class*='_no_margin-top']) {
        margin-top: -80px;
    }
}

@media (max-width: 575px) {
    section:not([class*='_no_margin-bottom']) {
        margin-bottom: 48px;
    }
    
    section[class*='_has_bg']:not([class*='_no_padding-top']) {
        padding-top: 48px;
    }
    
    section[class*='_has_bg']:not([class*='_no_padding-bottom']) {
        padding-bottom: 48px;
    }
    
    section:first-child:not([class*='_has_bg']):not([class*='_no_margin-bottom']) {
        margin-top: 32px;
    }
    
    section[class*='_has_bg'] + section[class*='_has_bg']:not([class*='_no_margin-top']) {
        margin-top: -48px;
    }
}

/* ================================================================================================================ */

@media screen and (max-width: 600px) {
    #wpadminbar {
        position: fixed !important;
    }
}

/* ================================================================================================================ */

.container {
    position: relative;
    max-width: 1328px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
}

.container-fluid {
    position: relative;
}

/* ================================================================================================================ */

.hero {
    font-weight: 600;
    line-height: 1.2;
}

@media (min-width: 576px) {
    .hero {
        font-size: 48px;
    }
}

@media (max-width: 575px) {
    .hero {
        font-size: 40px;
    }
}

/* ================================================================================================================ */

.h0 {
    font-weight: 400;
    line-height: 1.4;
}

@media (min-width: 992px) {
    .h0 {
        font-size: 64px;
    }
}

@media (max-width: 991px) {
    .h0 {
        font-size: 38px;
    }
}

/* ================================================================================================================ */

h1,h2,
h3,h4,
h5,h6 {
    font-weight: 400;
}

h1,.h1,h2,.h2,
h3,.h3,h4,.h4,
h5,.h5,h6,.h6 {
    line-height: 1.4;
}

h5,.h5 {
    font-size: 20px;
}

h6,.h6 {
    font-size: 16px;
}

@media (min-width: 992px) {
    h1,.h1 {
        font-size: 56px;
    }
    
    h2,.h2 {
        font-size: 40px;
    }
    
    h3,.h3 {
        font-size: 32px;
    }
    
    h4,.h4 {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    h1,.h1 {
        font-size: 34px;
    }
    
    h2,.h2 {
        font-size: 30px;
    }
    
    h3,.h3 {
        font-size: 26px;
    }
    
    h4,.h4 {
        font-size: 23px;
    }
}

/* ================================================================================================================ */

div[class$='-urlto'] {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: var(--link-zIndex, 1);
}

div[class$='-urlto'] .item-link {
    height: 100%;
    display: block;
}

/* ================================================================================================================ */

.wp-block-heading > b,
.wp-block-heading > strong {
    font-weight: inherit;
}

/* ================================================================================================================ */

.bold {
    font-weight: 600;
}

/* ================================================================================================================ */

.text.big {
    font-size: 20px;
}

.text.small {
    font-size: 15px;
}

.text > * {
    margin-top: 32px;
    margin-bottom: 32px;
}

.text ul,
.text ol {
    padding-left: 20px;
}

.text ul {
    list-style-type: disc;
}

.text ol {
    list-style-type: decimal;
}

.text li:not(:last-child) {
    margin-bottom: 8px;
}

.text small {
    font-size: 15px;
}

.text blockquote {
    padding: 8px 0 8px 16px;
    border-left: 2px solid #477BC4;
}

.text .wp-block-quote {
    padding: 8px 0 8px 16px;
    border-left: 3px solid #0b6bbf;
    
    --wp--preset--font-size--medium: 16px;
}

.text a {
    position: relative;
    
    z-index: var(--link-zIndex, 2);
    
    text-decoration: underline;
    text-underline-position: under;
    text-decoration-skip-ink: none;
    
    color: var(--color-link, var(--blue-primary));
}

.text .wp-block-table {
    padding-bottom: 16px;
    scrollbar-width: thin;
}

.text .wp-block-table table {
    min-width: 615px;
}

.text .wp-block-table table th,
.text .wp-block-table table td {
    padding: 16px;
    min-width: 115px;
    vertical-align: baseline;
    border: 1px solid #bcbcbc;
}

.text .wp-block-table_style_1 table td,
.text .wp-block-table_style_1 table th {
    border: none;
}

.text .wp-block-table_style_1 table td:first-child,
.text .wp-block-table_style_1 table th:first-child {
    width: 200px;
    padding-left: 0;
}

.text .wp-block-table_style_1 table tr:last-child td {
    padding-bottom: 0;
}

.text *:first-child {
    margin-top: 0;
}

.text *:last-child {
    margin-bottom: 0;
}

/* ================================================================================================================ */

.wysiwyg-editor > * {
    margin-top: 24px;
    margin-bottom: 24px;
}

.wysiwyg-editor p {
    margin-top: 16px;
    margin-bottom: 16px;
}

.wysiwyg-editor ul,
.wysiwyg-editor ol {
    margin-top: 16px;
    padding-left: 20px;
    margin-bottom: 24px;
}

.wysiwyg-editor ul {
    list-style-type: disc;
}

.wysiwyg-editor ol {
    list-style-type: decimal;
}

.wysiwyg-editor li:not(:last-child) {
    margin-bottom: 8px;
}

.wysiwyg-editor blockquote {
    padding: 8px 0 8px 16px;
    border-left: 2px solid #477BC4;
}

.wysiwyg-editor .wp-block-quote {
    padding: 8px 0 8px 16px;
    border-left: 3px solid #0b6bbf;
    
    --wp--preset--font-size--medium: 16px;
}

.wysiwyg-editor a {
    color: var(--blue-primary);
    text-decoration: underline;
    text-underline-position: under;
    text-decoration-skip-ink: none;
}

.wysiwyg-editor .wp-block-table {
    padding-bottom: 16px;
    scrollbar-width: thin;
}

.wysiwyg-editor .wp-block-table table {
    min-width: 615px;
}

.wysiwyg-editor .wp-block-table table th,
.wysiwyg-editor .wp-block-table table td {
    padding: 16px;
    min-width: 115px;
    vertical-align: baseline;
    border: 1px solid #bcbcbc;
}

.wysiwyg-editor .wp-block-table_style_1 table td,
.wysiwyg-editor .wp-block-table_style_1 table th {
    border: none;
}

.wysiwyg-editor .wp-block-table_style_1 table td:first-child,
.wysiwyg-editor .wp-block-table_style_1 table th:first-child {
    width: 200px;
    padding-left: 0;
}

.wysiwyg-editor .wp-block-table_style_1 table tr:last-child td {
    padding-bottom: 0;
}

.wysiwyg-editor *:first-child {
    margin-top: 0;
}

.wysiwyg-editor *:last-child {
    margin-bottom: 0;
}

/* ================================================================================================================ */

body.admin-bar .fancybox__container {
    top: var(--wp-admin--admin-bar--height);
}

.fancybox__content {
    --fancybox-content-color: #000;
}

/* ================================================================================================================ */

.post-password-form p + p {
    margin-top: 16px;
    margin-bottom: 16px;
}

.post-password-form-invalid-password {
    color: red;
}

.post-password-form input[type="submit"] {
    color: #fff;
    padding: 10px 20px;
    border-radius: var(--radius-sm);
    background-color: var(--blue-primary);
}

.post-password-form input[type="password"] {
    padding: 8px;
    border: 2px solid #d4d5d6;
}

/* ================================================================================================================ */

.button {
    cursor: pointer;
    line-height: 1.2;
    display: inline-block;
    background: none !important;
}

.button_sm {
    font-size: 15px;
}

.button_md {
    font-size: 16px;
    line-height: 1.5;
}

.button_lg {
    font-size: 18px;
}


.button__inner {
    display: flex;
    column-gap: 8px;
    padding: 10px 20px;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    border-radius: var(--radius-sm);
}

a.button__inner {
    text-decoration: none;
}

.button_lg .button__inner {
    padding: 16px 32px;
}


.button__name {
    font-weight: 500;    
}


.button_style_1 .button__inner,
.button_style_6 .button__inner {
    color: #fff;
    background-color: var(--blue-primary);
}

.button_style_1:hover .button__inner,
.button_style_6:hover .button__inner {
    background-color: var(--blue-secondary);
}


.button_style_2 .button__inner,
.button_style_5 .button__inner {
    color: var(--black-primary);
    border-color: var(--gray-20);
}

.button_style_2:hover .button__inner,
.button_style_5:hover .button__inner {
    border-color: var(--blue-primary);
}

.button_style_2.button_has_icon .button__inner:before,
.button_style_5.button_has_icon .button__inner:before {
    content: '';
    background-position: center;
    background-repeat: no-repeat;
}

.button_style_2.button_has_icon:not(:hover) .button__inner:before,
.button_style_5.button_has_icon:not(:hover) .button__inner:before {
    filter: brightness(0) saturate(100%) invert(5%) sepia(27%) saturate(4481%) hue-rotate(225deg) brightness(85%) contrast(103%);
}

.button_style_2.button_icon_case .button__inner:before,
.button_style_5.button_icon_case .button__inner:before {
    width: 16px;
    height: 13px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxM3B4IiB2aWV3Qm94PSIwIDAgMTYgMTMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE2IDEzIiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48Zz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0iIzMyNzBCNyIgZD0iTTExIDNWMEg1djNIMHYxMGgxNlYzSDExek02IDFoNHYySDZWMXpNMTUgMTJIMVY0aDE0VjEyeiI+PC9wYXRoPjwvZz48L2c+PC9zdmc+);
}

.button_style_2.button_icon_face .button__inner:before,
.button_style_5.button_icon_face .button__inner:before {
    width: 21px;
    height: 21px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTMgMTMuOTE0NlYxMS40NzU2QzE0LjIgMTAuNjk1MSAxNSA5LjMyOTI3IDE1IDcuODE3MDdDMTUgNy41NzMxNyAxNSA1LjEzNDE1IDE1IDQuODkwMjRDMTUgMi40NTEyMiAxMyAwLjUgMTAuNSAwLjVDOCAwLjUgNiAyLjQ1MTIyIDYgNC44OTAyNEM2IDUuMTM0MTUgNiA3LjU3MzE3IDYgNy44MTcwN0M2IDkuMzI5MjcgNi44IDEwLjY5NTEgOCAxMS40NzU2VjEzLjkxNDZDOCAxNS42MjIgMSAxNS42NzA3IDEgMjAuNUgyMEMyMCAxNS42MjIgMTMgMTUuNjcwNyAxMyAxMy45MTQ2WiIgc3Ryb2tlPSIjMzY3MkI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PC9wYXRoPjwvc3ZnPg==);
}


.button_style_3 .button__inner {
    background-color: #fff;
    color: var(--button-color, var(--black-primary));
}

.button_style_3:hover .button__inner {
    background-color: var(--gray-10);
}


.button_style_4 .button__inner {
    color: #fff;
    background-color: var(--black-primary);
}

.button_style_4:hover .button__inner {
    background-color: var(--black-80);
}


.button_style_7 .button__inner {
    background-color: var(--gray-10);
    color: var(--button-color, var(--black-primary));
}

.button_style_7:hover .button__inner {
    background-color: #fff;
}

/* ================================================================================================================ */

.modal {
    display: none;
}

.modal a:focus {
    outline: none;
}

.modal__title {
    margin-bottom: 8px;
}

.modal__metas {
    color: #75838A;
    line-height: 1.2;
    margin-bottom: 24px;
}

.modal__descr {
    margin-bottom: 40px;
}

.modal__event {
    gap: 16px;
    display: flex;
    flex-wrap: wrap;
}

.modal__button.button_style_2 {
    display: none;
}

.modal > *:nth-last-child(2) {
    margin-bottom: 0;
}

@media (max-width: 575px) {
    .modal__event {
        flex-direction: column;
    }
}

/* ================================================================================================================ */

[data-fancybox] {
    cursor: pointer;
}

/* ================================================================================================================ */

.pagination {
    gap: 8px;
    display: flex;
    justify-content: center;
}

@media (min-width: 576px) {
    .pagination {
        margin-top: 120px;
    }
}

@media (max-width: 575px) {
    .pagination {
        flex-wrap: wrap;
        margin-top: 60px;
    }
}

.pagination__item {
    text-align: center;
    word-break: keep-all;
    transition: all 0.3s ease;
}

.pagination__item_dots {
    cursor: default;
    background-color: #fff;
    color: var(--black-primary);
}

@media (max-width: 575px) {
    .pagination__prev,
    .pagination__next {
        order: -1;
        width: calc(50% - 8px/2);
    }
}

.pagination__item_current {
    color: #fff;
    cursor: default;
    border-color: var(--blue-primary);
    background-color: var(--blue-primary);
}

.pagination_md .pagination__item {
    min-width: 44px;
    font-size: 14px;
    line-height: 1.4;
    padding: 10px 16px;
}

.pagination__item:not(.pagination__item_dots) {
    border-width: 2px;
    border-style: solid;
    border-radius: var(--radius-sm);
}

@media (max-width: 575px) {
    .pagination__item:not(.pagination__prev):not(.pagination__next) {
        flex: 1;
    }
}

.pagination__item:not(.pagination__item_dots):not(.pagination__item_current) {
    color: var(--black-primary);
    border-color: var(--gray-20);
}

.pagination__item:not(.pagination__item_dots):not(.pagination__item_current):hover {
    background-color: var(--gray-20);
}

.pagination__item:not(.pagination__item_dots):not(.pagination__item_current):not(:hover) {
    background-color: #fff;
}

/* ================================================================================================================ */

.owl-carousel .owl-stage-outer:not(.owl-height) .owl-stage {
    display: flex;
}

.owl-carousel .owl-stage-outer:not(.owl-height) .owl-stage .owl-item {
    flex: 0 0 auto;
}

/* ================================================================================================================ */

.owl-nav_md button.owl-prev,
.owl-nav_md button.owl-next {
    padding: 10px;
}

/* ================================================================================================================ */

.owl-nav_style_1 {
    display: flex;
    column-gap: 8px;
    margin-top: 32px;
}

/* ================================================================================================================ */

.owl-nav_style_1 button.owl-prev,
.owl-nav_style_1 button.owl-next {
    height: 44px;
    transition: all 0.3s ease;
    border-radius: var(--radius-sm);
    background-color: var(--blue-primary);
}

@media (min-width: 576px) {
    .owl-nav_style_1 button.owl-prev,
    .owl-nav_style_1 button.owl-next {
        width: 44px;
    }
}

@media (max-width: 575px) {
    .owl-nav_style_1 button.owl-prev,
    .owl-nav_style_1 button.owl-next {
        flex-grow: 1;
    }
}

/* ================================================================================================================ */

.owl-nav_style_1 button.owl-prev:hover,
.owl-nav_style_1 button.owl-next:hover {
    background-color: var(--blue-secondary);
}

/* ================================================================================================================ */

.owl-nav_style_1 button.owl-prev.disabled,
.owl-nav_style_1 button.owl-next.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* ================================================================================================================ */

.owl-nav_style_1 button.owl-prev .owl-icon,
.owl-nav_style_1 button.owl-next .owl-icon {
    display: inline-block;
}

/* ================================================================================================================ */

.owl-dots {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}

.owl-dots button.owl-dot {
    overflow: hidden;
}


.owl-dots_style_1 {
    gap: 16px;
    justify-content: center;
}

.owl-dots_style_1 button.owl-dot span {
    width: 16px;
    height: 16px;
    display: block;
    border-radius: 50%;
    border: 2px solid #a9acae;
}

.owl-dots_style_1 button.owl-dot.active span {
    background-color: #a9acae;
}


.owl-dots_style_2 {
    gap: 8px;
    justify-content: flex-end;
}

.owl-dots_style_2 button.owl-dot span {
    width: 5px;
    height: 5px;
    display: block;
    border-radius: 50%;
    background-color: #0b6bcc80;
    transition: width 0.25s ease;
}

.owl-dots_style_2 button.owl-dot.active span {
    width: 15px;
    border-radius: 15px;
    background-color: #0b6bcc;
}


.owl-dots_style_3 {
    gap: 16px;
    justify-content: center;
}

.owl-dots_style_3 button.owl-dot span {
    width: 16px;
    height: 16px;
    display: block;
    border-radius: 50%;
    border: 2px solid #3672B5;
    background-color: transparent;
}

.owl-dots_style_3 button.owl-dot.active span {
    background-color: #3672B5;
}

/* ================================================================================================================ */

.hs-form-wrap {
    position: relative;
}

.hs-form-wrap:not(.hs-form-wrap_loaded) {
    height: 478.5px;
    overflow: hidden;
}

.hs-form-wrap:not(.hs-form-wrap_loaded):before {
    top: 0;
    left: 0;
    z-index: 1;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #fff url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBzdHlsZT0ibWFyZ2luOiBhdXRvOyBiYWNrZ3JvdW5kOiBub25lOyBkaXNwbGF5OiBibG9jazsgc2hhcGUtcmVuZGVyaW5nOiBhdXRvOyBhbmltYXRpb24tcGxheS1zdGF0ZTogcnVubmluZzsgYW5pbWF0aW9uLWRlbGF5OiAwczsiIHdpZHRoPSIxMDBweCIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIj4KPGNpcmNsZSBjeD0iNTAiIGN5PSI1MCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDA0NmY2IiBzdHJva2Utd2lkdGg9IjUiIHI9IjM1IiBzdHJva2UtZGFzaGFycmF5PSIxNjQuOTMzNjE0MzEzNDY0MTUgNTYuOTc3ODcxNDM3ODIxMzgiIHN0eWxlPSJhbmltYXRpb24tcGxheS1zdGF0ZTogcnVubmluZzsgYW5pbWF0aW9uLWRlbGF5OiAwczsiPgogIDxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgZHVyPSIxcyIgdmFsdWVzPSIwIDUwIDUwOzM2MCA1MCA1MCIga2V5VGltZXM9IjA7MSIgc3R5bGU9ImFuaW1hdGlvbi1wbGF5LXN0YXRlOiBydW5uaW5nOyBhbmltYXRpb24tZGVsYXk6IDBzOyI+PC9hbmltYXRlVHJhbnNmb3JtPgo8L2NpcmNsZT4KPC9zdmc+) center/75px 75px no-repeat;
}

/* ================================================================================================================ */

.breadcrumbs {
    margin: 24px 0;
    font-size: 14px;
    line-height: 1.4;
    color: var(--black-50);
}

.breadcrumbs .separator {
    margin: 0 8px;
}

/* ================================================================================================================ */

.sam-crumbs {
    padding-top: 24px;
    padding-bottom: 24px;
}


.sam-crumbs__list {
	display: flex;
}

@media (min-width: 576px) {
	.sam-crumbs__list {
	    column-gap: 16px;
	    overflow-x: auto;
	    padding-bottom: 8px;
		scrollbar-width: thin;
	}
}

@media (max-width: 575px) {
	.sam-crumbs__list {
		flex-direction: column;
	}
}


.sam-crumbs__item {
    font-size: 15px;
	position: relative;
	line-height: normal;
}

@media (min-width:576px) {
	.sam-crumbs__item {
		flex-shrink: 0;
	}
	
	.sam-crumbs__item_mobile,
	.sam-crumbs__item_button {
		display: none;
	}
	
	.sam-crumbs__item_parent:after {
	    content: '';
	    top: 100%;
	    width: 100%;
	    height: 8px;
	    position: absolute;
	}
	
	.sam-crumbs__item_parent:not(:hover):after {
	    display: none;
	}
}

@media (max-width:575px) {
    .sam-crumbs__item:first-child {
        margin-bottom: 8px;
    }
    
	.sam-crumbs__item:not(:first-child):not(:last-child) {
		border-bottom: 1px solid var(--gray-30);
	}

	.sam-crumbs__item_actual:not(:first-child):after {
		top: 0;
		left: 0;
		width: 3px;
		height: 100%;
		content: '';
		position: absolute;
		background-color: var(--blue-primary);
	}

	.sam-crumbs__item:first-child:not(.sam-crumbs__item_show_next) ~ .sam-crumbs__item {
		display: none;
	}
}


.sam-crumbs__item-link {
	display: flex;
}

.sam-crumbs__item.sam-crumbs__item_parent .sam-crumbs__item-link {
	cursor: pointer;
}

@media (min-width:576px) {
    .sam-crumbs__item-link {
        column-gap: 8px;
	    padding: 10px 20px;
		align-items: center;
		border-radius: var(--radius-sm);
        border: 2px solid var(--gray-30);
	}
    
	.sam-crumbs__item_actual > .sam-crumbs__item-link {
		border-color: var(--blue-primary);
	}
	
	.sam-crumbs__item_parent > .sam-crumbs__item-link:after {
		content: '';
		width: 10px;
		height: 6px;
		background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFMNSA1TDkgMSIgc3Ryb2tlPSIjMzMzMzMzIi8+Cjwvc3ZnPgo=);
	}

	.sam-crumbs__item_parent:hover > .sam-crumbs__item-link:after {
		transform: scaleY(-1);
	}
}

@media (max-width: 575px) {
	.sam-crumbs__item-link {
	    column-gap: 16px;
	    padding: 16px 20px;
		justify-content: space-between;
	}

	.sam-crumbs__item:first-child > .sam-crumbs__item-link {
		cursor: pointer;
		border-radius: var(--radius-sm);
		background-color: var(--gray-10);
	}

	.sam-crumbs__item:first-child > .sam-crumbs__item-link:after,
	.sam-crumbs__item_parent > .sam-crumbs__item-link:after {
		content: '';
		width: 14px;
        height: 8px;
        margin-top: 6px;
		background-size: contain;
		background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFMNSA1TDkgMSIgc3Ryb2tlPSIjMzMzMzMzIi8+Cjwvc3ZnPgo=);
	}

	.sam-crumbs__item_show_next > .sam-crumbs__item-link:after,
	.sam-crumbs__item_show_list > .sam-crumbs__item-link:after {
		transform: scaleY(-1);
	}
}


.sam-crumbs__item-list {
	display: none;
}

@media (min-width: 576px) {
	.sam-crumbs__item-list {
		z-index: 3;
		width: 300px;
		position: fixed;
		margin-top: 8px;
		overflow: hidden;
		flex-direction: column;
		background-color: #fff;
		border-radius: var(--radius-sm);
		box-shadow: 0 4px 4px 0 rgba(0,0,0,0.10);
	}

	.sam-crumbs__item_parent:hover > .sam-crumbs__item-list {
		display: flex;
	}
}

@media (max-width: 575px) {
	.sam-crumbs__item-list {
		padding-left: 12px;
	}

	.sam-crumbs__item_show_list > .sam-crumbs__item-list {
		display: block;
	}
}


.sam-crumbs__subitem {
    position: relative;
}

@media (max-width: 575px) {
    .sam-crumbs__subitem {
        font-size: 14px;   
    }
    
    .sam-crumbs__subitem:not(:last-child) {
		border-bottom: 1px solid var(--gray-30);
	}
    
    .sam-crumbs__subitem_actual:not(:first-child):after {
		top: 0;
		left: 0;
		width: 3px;
		height: 100%;
		content: '';
		position: absolute;
		background-color: var(--blue-primary);
	}
}


.sam-crumbs__subitem-link {
	display: flex;
}

@media (min-width: 576px) {
	.sam-crumbs__subitem-link {
		padding: 16px;
		column-gap: 8px;
		justify-content: space-between;
	}
	
	.sam-crumbs__subitem-link:after {
		margin-top: 4px;
		transform: rotate(270deg);
	}
	
	.sam-crumbs__subitem:hover > .sam-crumbs__subitem-link,
	.sam-crumbs__subitem_actual > .sam-crumbs__subitem-link {
		background-color: var(--gray-10);
	}
}

@media (max-width: 575px) {
	.sam-crumbs__subitem-link {
		column-gap: 16px;
		padding: 14px 20px;
		justify-content: space-between;
	}
}

/* ================================================================================================================ */

.footer {
    padding: 40px 0;
    font-size: 15px;
    color: var(--black-50);
    background-color: var(--black-primary);
}

.footer__container {
    gap: 32px;
    display: flex;
    max-width: 1328px;
}

.footer__menus > *:not(:last-child),
.footer__credit > *:not(:last-child) {
    margin-bottom: 16px;
}

.footer__menu .menu-item_cookie {
    cursor: pointer;
}

.footer__menu .menu-item_cookie,
.footer__menu .menu-item__link[href] {
    text-decoration: underline;
    text-underline-position: under;
    text-decoration-skip-ink: none;
}

.footer__menu .menu-item_cookie:hover,
.footer__menu .menu-item__link[href]:hover,
.footer__menu .menu-item_current .menu-item__link {
    color: #fff;
}

.footer__menu-list {
    display: flex;
    flex-wrap: wrap;
}

.footer__menu_main .footer__menu-list,
.footer__menu_meta .footer__menu-list {
    gap: 12px 16px;
}

.footer__menu_socials .footer__menu-list {
    gap: 8px;
}

.footer__menu_socials .menu-item__title {
    display: none;
}

.footer__menu_socials .menu-item__image {
    gap: 8px;
    width: 38px;
    height: 38px;
    padding: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-sm);
    background-color: var(--black-80);
}

.footer__menu_socials .menu-item:hover .menu-item__image {
    background-color: var(--black-70);
}

@media (min-width: 768px) {
    .footer__menus {
        flex: 1;
    }
}

@media (min-width: 1200px) {
    .footer__text {
        text-align: right;
    }
    
    .footer__menu_socials .footer__menu-list {
        justify-content: flex-end;
    }
}

@media (min-width: 1310px) {
    .footer__logo + .footer__menus {
        margin-left: 80px;
    }
}

@media (max-width: 1200px) {
    .footer__container {
        flex-wrap: wrap;
    }
    
    .footer__credit {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .footer__container {
        flex-direction: column;
    }
}