@font-face {
    font-family: 'Atyp Text Rg';
    font-display: swap;
    src: local("Atyp Text Rg"),
    url('../../site/fonts/AtypRegular/AtypText-Regular.woff2') format('woff2'),
    url('../../site/fonts/AtypRegular/AtypText-Regular.woff') format('woff'),
    url("../../site/fonts/AtypRegular/AtypText-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal; }
@font-face {
    font-family: 'Atyp Text B';
    font-display: swap;
    src: local("Atyp Text B"),
    url('../../site/fonts/AtypBold/AtypText-Bold.woff2') format('woff2'),
    url('../../site/fonts/AtypBold/AtypText-Bold.woff') format('woff'),
    url("../../site/fonts/AtypBold/AtypText-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal; }
@font-face {
    font-family: 'Atyp Text Sm';
    font-display: swap;
    src: local("Atyp Text Sm"),
    url('../../site/fonts/AtypSemibold/AtypText-Semibold.woff2') format('woff2'),
    url('../../site/fonts/AtypSemibold/AtypText-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

:root {
    --font-family-rg: 'Atyp Text Rg';
    --font-family-b: 'Atyp Text B';
    --font-family-sm: 'Atyp Text Sm';

    --color-black-main: #2B1B35;
    --color-gray: #E4E7EB;
    
    --color-blue-main: #164CB5;
    --color-blue-additional: #1248B2;

}

.font-bold {
    font-family: var(--font-family-b), serif;
}
.font-sm {
    font-family: var(--font-family-sm), serif;
}

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
    border: 0;
    background: transparent;
}

article, aside, figure, footer, header, nav, section, details, summary {
    display: block;
}
ul {
    list-style: none;
}
blockquote, q {
    quotes: none; }

blockquote::before,
blockquote::after,
q::before,
q::after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}

del {
    text-decoration: line-through; }

abbr[title], dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help; }

table {
    border-collapse: separate;
    border-spacing: 0; }

th {
    font-weight: bold;
    vertical-align: bottom; }

td {
    font-weight: normal;
    vertical-align: top; }

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0; }

input, select {
    vertical-align: middle; }

pre {
    white-space: pre;
    white-space: pre-wrap;
    white-space: pre-line;
    word-wrap: break-word; }

input[type="radio"] {
    vertical-align: text-bottom; }

input[type="checkbox"] {
    vertical-align: bottom; }

.ie7 input[type="checkbox"] {
    vertical-align: baseline; }

.ie6 input {
    vertical-align: text-bottom; }

select, input, textarea {
    font: 99% var(--font-family-rg) 'ss06', sans-serif;
}

small {
    font-size: 85%; }

strong {
    font-weight: 100; }

td, td img {
    vertical-align: top; }

pre, code, kbd, samp {
    font-family: monospace, sans-serif; }

html {
    box-sizing: border-box;
    font-family: var(--font-family-rg), serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    overflow-y: inherit !important;
}

*, *::before, *::after {
    box-sizing: inherit;
    -moz-font-feature-settings: "ss06" !important;
    -webkit-font-feature-settings: "ss06" !important;
    -o-font-feature-settings: "ss06" !important;
    font-feature-settings: "ss06" !important;
}

img, object, embed {
    max-width: 100%;
}

img.lazy {
    height: calc(100% - 46px) !important;
    filter: blur(23px);
}

#page-wrapper {
    box-shadow: 0 0 10px #adaeaf;
}

body.mobile-menu-shown {
    position: unset !important;
    overflow: hidden !important;
}
/* HEADER */
 .page-header{
     padding: 0;
     height: auto;
     border-bottom: 1px solid var(--color-gray);
 }

.page-header__logo{
    display: flex;
}

.page-header__top{
    min-height: 72px;
    border-bottom: 1px solid var(--color-gray);
    display: flex;
}

.page-header__top .page-header__container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-self: center;
    position: relative;
}

.page-header__aside{
    display: flex;
    align-items: center;
}

.page-header__mobile-btn, .page-header__profile{
    display: none;
}

.page-header__search-form {
    overflow:hidden;
    position:absolute;
    right:0;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -ms-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
    background:#fff;
    left:100%;
}

 .page-header__search-form .form-container {
    display:flex;
    align-items: center;
    height: 72px;
    padding-right:80px;
    padding-left: 36px;
    background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.5 9C2.01472 9 0 6.98528 0 4.5C0 2.01472 2.01472 0 4.5 0C6.98528 0 9 2.01472 9 4.5C9 5.4719 8.69189 6.37184 8.16801 7.10747L11.5229 10.4623L10.4622 11.523L7.10733 8.16811C6.37173 8.69193 5.47184 9 4.5 9ZM4.5 7.5C6.15685 7.5 7.5 6.15685 7.5 4.5C7.5 2.84315 6.15685 1.5 4.5 1.5C2.84315 1.5 1.5 2.84315 1.5 4.5C1.5 6.15685 2.84315 7.5 4.5 7.5Z' fill='%232b1b3566'/%3E%3C/svg%3E%0A") no-repeat left center;
    background-size: 14px;
 }


.page-header__search-form input {
    width:100%;
    border:0;
    background:#fff;
    color: var(--color-black-main);
    padding: 0;
    margin: 0;
    line-height: 14px;
    letter-spacing: 0.5px;
    font-size: 14px;
    font-weight: 400;
}
.page-header__search-form input::-webkit-search-decoration,
.page-header__search-form input::-webkit-search-cancel-button,
.page-header__search-form input::-webkit-search-results-button,
.page-header__search-form input::-webkit-search-results-decoration {
	-webkit-appearance:none;
}
.page-header__search-form input::-ms-clear {  display: none; width : 0; height: 0; }
.page-header__search-form input::-ms-reveal {  display: none; width : 0; height: 0; }

.city-widget{
    color: #55495D;
    font-weight: 600;
    font-size: 12px;
    font-family: var(--font-family-sm), serif;
    letter-spacing: 1.35px;
    text-transform: uppercase;
    transition: color 0.3s ease;
    cursor: pointer;
    margin-right: 32px;
}

.city-widget:hover {
    color:  var(--color-black-main);
}

.contact-box a{
    font-size: 16px;
    color: var(--color-black-main);
    font-weight: 700;
    text-transform: uppercase;
    font-family: var(--font-family-b), serif;
    display: inherit;
    margin-right: 10px;
    transition: opacity 0.3s ease;
}
.contact-box a:hover {
    opacity: 0.8;
}

.contact-box__helper{
    display: flex;
    position: relative;
    margin-top: 2px;
    cursor: pointer;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.34315 2.34315C3.84344 0.842855 5.87827 0 8 0C10.1217 0 12.1566 0.842855 13.6569 2.34315C15.1571 3.84344 16 5.87827 16 8C16 10.1217 15.1571 12.1566 13.6569 13.6569C12.1566 15.1571 10.1217 16 8 16C5.87827 16 3.84344 15.1571 2.34315 13.6569C0.842855 12.1566 0 10.1217 0 8C0 5.87827 0.842855 3.84344 2.34315 2.34315ZM8 14C9.5913 14 11.1174 13.3679 12.2426 12.2426C13.3679 11.1174 14 9.5913 14 8C14 6.4087 13.3679 4.88258 12.2426 3.75736C11.1174 2.63214 9.5913 2 8 2C6.4087 2 4.88258 2.63214 3.75736 3.75736C2.63214 4.88258 2 6.4087 2 8C2 9.5913 2.63214 11.1174 3.75736 12.2426C4.88258 13.3679 6.4087 14 8 14ZM7 5.333C7 4.78072 7.44772 4.333 8 4.333H8.007C8.55928 4.333 9.007 4.78072 9.007 5.333C9.007 5.88528 8.55928 6.333 8.007 6.333H8C7.44772 6.333 7 5.88528 7 5.333ZM7 7H9C9 7 9 7.78899 9 8V10.667C9 10.9342 9 11.667 9 11.667H7C7 11.667 7 11.2193 7 10.667V8C7 7.44772 7 7 7 7Z' fill='%238CA7DC'/%3E%3C/svg%3E%0A");
}


.contact-box__helper[data-toolip]:hover:before,
.contact-box__helper[data-toolip]:hover:after{
    opacity: 1;
    visibility: visible;
    transition: 0.2s;
}

.contact-box__helper[data-toolip]::before{
    content: attr(data-toolip);
    display: block;
    font-size: 12px;
    padding: 10px;
    min-width: 100px;
    max-width: 130px;
    background: #fff;
    text-align: center;
    box-shadow: 0px 22px 50px 0px rgba(43, 27, 53, 0.30);
    position: absolute;
    left: calc(100% + 10px);
    top: -50%;
    font-family: var(--font-family-rg);
    text-transform: none;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
}

.contact-box__helper[data-toolip]::after{
    content: '';
    position: absolute;
    left: calc(100% + 7px);
    top: 3px;
    width: 10px;
    height: 10px;
    background: #fff;
    transform: rotate(45deg);
    box-shadow: 0px 22px 50px 0px rgba(43, 27, 53, 0.30);
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
}

.page-header__logo{
    margin-right: 40px;
}

.page-header__search{
    margin-right: 14px;
}

.button-default{
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    padding: 11px 30px;

    color: var(--color-blue-additional);
    font-size: 12px;
    font-family: var(--font-family-sm), serif;
    line-height: 130%;
    letter-spacing: 1.35px;
    text-transform: uppercase;

    cursor: pointer;
    min-width: 170px;
    background: #F1F6FF;

    border-radius: 25px;
    border: 1px solid transparent;
    transition:  opacity .3s ease, background .3s ease, color .3s ease;
}
.button-default:hover {
    opacity: 0.5;
}
.button-default.page-header__button:hover{
    opacity: 1;
    color: #fff;
    background: var(--color-blue-main);
}

.search-widget{
    display: flex;
    align-items: center;

    gap: 8px;

    padding: 12px;
    border-radius: 25px;
    transition: 0.5s;
}

.search-widget:hover{
    cursor: pointer;
    background: #F1F6FF;
    transition: 0.5s;
}

.search-widget::before{
    content: '';
    width: 16px;
    height: 16px;
    display: block;
    flex-shrink: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6 12C2.68629 12 0 9.31371 0 6C0 2.68629 2.68629 0 6 0C9.31371 0 12 2.68629 12 6C12 7.29587 11.5892 8.49579 10.8907 9.47662L15.3638 13.9497L13.9496 15.364L9.47645 10.8908C8.49564 11.5892 7.29579 12 6 12ZM6 10C8.20914 10 10 8.20914 10 6C10 3.79086 8.20914 2 6 2C3.79086 2 2 3.79086 2 6C2 8.20914 3.79086 10 6 10Z' fill='%232B1B35'/%3E%3C/svg%3E%0A");
}

.search-widget::after{
    content: attr(data-text);
    color: var(--color-black-main);
    font-size: 12px;
    font-family: var(--font-family-sm), serif;
    line-height: 12px;
    letter-spacing: 1.35px;
    text-transform: uppercase;
}


.page-header__catalog{
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    padding: 12px 24px 12px 52px;
    border-radius: 25px;
    overflow: hidden;
    z-index: 1;
    background: linear-gradient(115deg, var(--color-blue-main) 24.12%, #22C1FC 160.96%);
    color: #FFF;
    font-size: 12px;
    font-family: var(--font-family-sm), serif;
    line-height: 130%;
    letter-spacing: 1.35px;
    text-transform: uppercase;
    cursor: pointer;
    min-width: 142px;
    transition: background 0.3s ease;
}

.page-header__catalog::before{
    content: '';
    width: 18px;
    height: 12px;
    display: block;
    flex-shrink: 0;
    position: absolute;
    left: 24px;
    top: 14px;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='12' viewBox='0 0 18 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 1L1 1' stroke='white' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M17 6L1 6' stroke='white' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M17 11L1 11' stroke='white' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    transition: all 0.3s ease;
}

.page-header__catalog.active::before{
    width: 14px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='12' viewBox='0 0 14 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 1L1 11' stroke='white' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M13 11L1 1' stroke='white' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.page-header__catalog::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: 0.2s;
    z-index: -1;
    opacity: 1;
    background: linear-gradient(168deg, var(--color-blue-main) 12.41%, #22C1FC 100%);
}

.page-header__catalog:hover::after{
    opacity: 0;
}

.page-header__catalog span{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.page-header-menu{
    display: flex;
    align-items: center;

    margin: 0;
    padding: 0;
    list-style-type: none;
    flex-shrink: 0;
    flex-grow: 1;
    gap: 32px;
}

.page-header-menu__link{
    color: var(--color-blue-main);
    font-size: 12px;
    font-family: var(--font-family-sm), serif;
    letter-spacing: 0.06px;
    text-transform: uppercase;
    transition: opacity 0.3s ease;
}

.page-header-menu__link:hover{
    opacity: 0.5;
}

.page-header__content{
    position: relative;
    display: flex;
    min-height: 88px;
}
.page-header__content-inner {
    align-self: center;
}

.page-header__content-inner > .page-header__container {
    display: flex;
    align-items: center;
    gap: 40px;
}
.page-header-actions__item.logout {
    display: none;
}

.page-header .login-container {
    position: absolute;
    top: 119px;
    z-index: 1;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    right: 45px;
    padding-top: 15px;
}
.page-header .login-block {
    background: #fff;
    border-radius: 12px;
    display: block;
    padding: 20px 14px;
    min-width: 209px;
    text-align: left;
    box-shadow: 0px 20px 50px 0px #00000040;
}
.page-header .login-container.active {
    opacity: 1;
    pointer-events: unset;
}

.page-header .login-block ul li {
    align-items: start;
    width: 100%;
}
.page-header .login-block ul li span {
    transition: opacity 0.3s ease;
}
.page-header .login-block ul li:hover .login-block-menu__item {
    opacity: 0.6;
}

.page-header .login-block ul li.lk {
    border-bottom: 1px solid rgb(43 27 53 / 10%);
}
.page-header .login-block ul li .login-block-menu__item {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    padding-bottom: 12px;
    padding-top: 6px;
    color: #1248B2;
}
.page-header .login-block ul li.logout .login-block-menu__item {
    padding-top: 16px;
    padding-bottom: 6px;
    color: #EE005A;
}

.page-header .mobile-logout-container {
    display: none;
}

.page-header .mobile-logout-container span {
    letter-spacing: 0;
    color: #EE005A;
}


.catalog-widget{
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    top: 100%;
    pointer-events: none;
    z-index: 95;
    transition: opacity 0.3s ease;
}

.catalog-widget__wrapper{
    background: #F8F9FA;
}

.catalog-widget.active{
    pointer-events: unset;
    opacity: 1;
}


@media (min-width: 1270px) {
    .catalog-widget{
        top:100%;
        padding-top: 25px;
    }

    .search-widget.opened{
        background: #F1F6FF;
        width: 40px;
        height: 40px;
        z-index: 1;
        margin: 0;
    }

    .search-widget.opened:before {
        background: url(../images/site/base/popup-close-icon.svg) center center no-repeat;
    }
    .search-widget.opened:after {
        content: '';
    }

    .search-widget.opened + .page-header__button {
        display: none;
    }
    .page-header__search-form.opened {
        left:0;
        box-shadow: 0px 20px 50px rgba(43, 27, 53, 0.25);
    }
}


.city-item{
    display: none;
}

@media (max-width: 1270px) {

    .city-item{
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 99999999;
    }
    .city-item.is-visible{
        display: block;
    }
    .city-item__header{
        display: flex;
        align-items: center;
        justify-content: space-between;

        padding: 17px 17px 9px;
    }

    .city-item__back{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 24px;
        height: 24px;
        cursor: pointer;
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 6L1 12' stroke='%23164CB5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 12L7 18' stroke='%23164CB5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    }

    .city-item__close{
        width: 24px;
        height: 24px;
        display: flex;
        cursor: pointer;
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 6L6 18' stroke='%23164CB5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 6L18 18' stroke='%23164CB5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    }

    .city-item__input{
        height: auto !important;
        padding: 11px 50px 13px 18px !important;
        border-radius: 0 !important;
        margin: 0 -17px;
        border-right: 0 !important;
        border-left: 0 !important;
        border-top: 1px solid rgba(43, 27, 53, 0.1);
        border-bottom: 1px solid rgba(43, 27, 53, 0.1);
    }

    .city-item__input::placeholder{
        color: rgba(43, 27, 53, 0.40);
        font-family: var(--font-family-sm), serif;
        font-size: 12px;
        line-height: 12px;
        letter-spacing: 0.5px;
        text-transform: uppercase;
    }

    .city-item__inner{
        position: relative;
    }

    .city-item__search{
        position: absolute;
        right: 17px;
        top: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 24px;
        height: 24px;
        background: 0;
        border: 0;
        outline: none;
        padding: 0;
    }

    .city-item__list{
        display: flex;
        flex-direction: column;
        height: calc(100vh - 110px);
        background: #fff;
        z-index: 99;
        overflow: auto;
        padding-left: 17px;
        padding-right: 17px;
    }

    .city-item__field{
        margin-bottom: 15px;
        outline: none;
        -webkit-tap-highlight-color: transparent;
    }

    .city-item__radio{
        display: none;
    }

    .city-item__field span{
        display: flex;
        align-items: center;
        color: var(--color-black-main);
        font-size: 13px;
        line-height: 13px;
        letter-spacing: 0.5px;
        outline: none;
        -webkit-tap-highlight-color: transparent;
    }

    .city-item__radio:checked + span::after{
        content: '';
        width: 18px;
        height: 12px;
        flex-shrink: 0;
        margin-left: 5px;
        background-image: url("data:image/svg+xml,%3Csvg width='18' height='12' viewBox='0 0 18 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.29768 4.38855C1.91954 3.98603 1.28668 3.96626 0.884158 4.34441C0.481634 4.72255 0.461869 5.35541 0.840013 5.75793L2.29768 4.38855ZM5.68124 10.9113L6.36593 11.6401L7.8236 10.2707L7.13891 9.54191L5.68124 10.9113ZM0.840013 5.75793L5.68124 10.9113L7.13891 9.54191L2.29768 4.38855L0.840013 5.75793Z' fill='%23164CB5'/%3E%3Cpath d='M17 1L7 11' stroke='%23164CB5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    }
}

@media (min-width: 767px){
    .city-item{
        width: 375px;
    }
    .page-header-actions__username {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        max-width: 95px;
        height: 14px;
    }
}



.catalog-widget__list{
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 56px;
}

.catalog-widget__item{
    padding: 20px 0;

    color: var(--color-black-main);
    font-size: 14px;
    letter-spacing: -0.5px;

    transition: 0.3s ease;
    cursor: pointer;
    border-bottom: 2px solid transparent;
}

.catalog-widget__item.no-dropdown{
    display: none;
}

.catalog-widget__item.is-active{
    border-color: var(--color-black-main);
    transition: 0.3s ease;
}

@media (min-width: 1270px) {

    .catalog-widget__item.is-active .catalog-widget__dropdown{
        opacity: 1;
        visibility: visible;
    }
}


.catalog-widget__dropdown{
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: 100%;
    background: #F8F9FA;
    padding: 36px 0;
    box-shadow: 0px 22px 14px 0px rgba(43, 27, 53, 0.30);
    border-top: 1px solid var(--color-gray);

    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
}
.catalog-widget__dropdown.back {
    opacity: 1;
    visibility: visible;
    padding-top: 144px;
    box-shadow: none;
    border: none;
}

.catalog-widget__dropdown-list{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    max-width: 1600px;
    padding: 0 100px;
    margin: 0 auto;
    gap: 24px;
}

.catalog-widget__dropdown-link{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 176px;

    gap: 16px;

    color: var(--color-black-main);
    text-align: center;
    font-size: 15px;
    line-height: 120%;
    transition: none !important;
}

@media (max-width: 1270px) {
    .catalog-widget__dropdown-link br{
        display: none;
    }
}

.catalog-widget__dropdown-link:hover,
.page-header-actions__link:hover{
    color: var(--color-blue-additional);
}

.catalog-widget__dropdown-link img {
    max-width: 56px;
    max-height: 56px;
    transition: none;
}


.catalog-widget__dropdown-link:hover img,
.page-header-actions__link:hover img {
    filter: invert(16%) sepia(46%) saturate(5395%) hue-rotate(217deg) brightness(97%) contrast(88%)
}

.page-header-actions__list{
    margin: 0;
    padding: 0;
    list-style-type: none;

    display: flex;
    align-items: center;

    gap: 24px;
}

.page-header-actions__link{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    color: var(--color-black-main);
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 1.35px;
    transition: none !important;
    cursor: pointer;
}

.page-header__actions{
    display: flex;
}
.page-header__actions.short {
    display: none;
}

.page-header__search-item{
    display: none;
}


.catalog-widget__dropdown-actions{
    display: none;
}

header input[type=text], header  input[type=tel], header  input[type=password],header  input[type=email]{
    font-size: 12px !important;
    line-height: 12px !important;
    letter-spacing: 0.5px !important;
}

header input[type=text]::placeholder, header  input[type=tel]::placeholder, header input[type=password]::placeholder, header  input[type=email]::placeholder{
    font-size: 12px !important;
    line-height: 12px !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
}

.catalog-widget__dropdown-link.show-more{
    display: flex;
    align-items: center;
    color: var(--color-blue-main);
    font-size: 12px;
    font-family: var(--font-family-sm), serif;
    line-height: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-top: 1px solid rgba(43, 27, 53, 0.1);
    transition: opacity 0.3s ease !important;
    position: relative;
    padding-right: 16px;
}
.catalog-widget__dropdown-link.show-more:hover {
    opacity: 0.5;
}

.catalog-widget__dropdown-link.show-more::after{
    content: '';
    display: block;
    width: 8px;
    height: 10px;
    position: absolute;
    top: 3px;
    right: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='10' viewBox='0 0 8 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1018_316)'%3E%3Cpath d='M2.45117 8.33203L5.96538 4.9987L5.94781 4.98203L2.45117 1.66536' stroke='%231248B2' stroke-width='2' stroke-miterlimit='10' stroke-linecap='square'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1018_316'%3E%3Crect width='10' height='8' fill='white' transform='matrix(0 -1 1 0 0 10)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

@media (min-width: 1270px) {
    .catalog-widget__dropdown-link.show-more{
        margin: 32px auto -16px;
        border-top: 0;
        flex-direction: row;
        gap: 0;
        width: 122px;
    }

    .catalog-widget__dropdown-item{
        position: relative;
    }

    .catalog-widget__dropdown-item.is-border-right{
        margin-right: 24px;
    }

    .catalog-widget__dropdown-item.is-border-right:after{
        content: '';
        position: absolute;
        right: -26px;
        top: 0;
        bottom: 0;
        border-right: 1px solid var(--color-gray);
    }
}

@media (max-width: 1300px) {
    .page-header-menu{
        gap: 28px;
    }
}

@media (max-width: 1269px) {
    .page-header__actions{
        display: none;
    }
    .page-header__actions.short {
        display: flex;
    }

    .page-header{
        border-block-start: 0;
    }

    .page-header__mobile-btn{
        display: flex;
        width: 24px;
        height: 24px;
        display: block;
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 7L4 7' stroke='%23164CB5' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M20 12L4 12' stroke='%23164CB5' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M20 17H4' stroke='%23164CB5' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/svg%3E%0A");
        transition: background 0.3s linear(0 0%, 0 1.8%, 0.01 3.6%, 0.03 6.35%, 0.07 9.1%, 0.13 11.4%, 0.19 13.4%, 0.27 15%, 0.34 16.1%, 0.54 18.35%, 0.66 20.6%, 0.72 22.4%, 0.77 24.6%, 0.81 27.3%, 0.85 30.4%, 0.88 35.1%, 0.92 40.6%, 0.94 47.2%, 0.96 55%, 0.98 64%, 0.99 74.4%, 1 86.4%, 1 100%);
    }
    .page-header .login-container {
        top: 100%;
        right: 18px;
    }
    .page-header__top .page-header__city, .page-header__aside-right{
        display: none;
    }

    .page-header__aside-left{
        margin-right: auto;
        margin-left: 55px;
    }

    .page-header__top{
        min-height: 84px;
        border-bottom: 0;
    }

    .page-header__content{
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        padding: 0;
        background: rgba(0, 0, 0, 0.40);

        display: none;
    }

    .page-header__content.active{
        display: block;
    }

    .page-header__catalog{
        display: none;
    }

    .catalog-widget__item.no-dropdown{
        display: block;

    }

    .catalog-widget__item.no-dropdown:hover{
        cursor: default;
    }

    .catalog-widget__item.no-dropdown:after{
        display: none;
    }

    .catalog-widget__item.no-dropdown a {
        color: var(--color-black-main);
    }

    .catalog-widget__item.no-dropdown a:hover{
        color: var(--color-blue-additional);
    }

    .page-header__content-inner{
        padding: 18px;
        width: 375px;
        height: 100%;
        background: #fff;
        display: flex;
        flex-direction: column;

        overflow: auto;

    }

    .page-header__content-inner .page-header__container{
        padding: 0;
    }

    .page-header-menu{
        flex-direction: column;
        align-items: flex-start;

        gap: 20px;
    }


    .page-header-menu__link{
        color: var(--color-black-main);
        font-size: 12px;
        line-height: 13px;
        letter-spacing: 0.5px;
        text-transform: uppercase;
    }

    .page-header-menu__link:hover{
        color: var(--color-blue-additional);
    }

    .page-header__search-item{
        display: flex;
        position: relative;
        order: -2;
    }

    .page-header__search-item::before{
        content: '';
        position: absolute;
        left: 16px;
        top: 19px;
        width: 12px;
        height: 12px;
        opacity: 0.4;
        background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.5 9C2.01472 9 0 6.98528 0 4.5C0 2.01472 2.01472 0 4.5 0C6.98528 0 9 2.01472 9 4.5C9 5.4719 8.69189 6.37184 8.16801 7.10747L11.5229 10.4623L10.4622 11.523L7.10733 8.16811C6.37173 8.69193 5.47184 9 4.5 9ZM4.5 7.5C6.15685 7.5 7.5 6.15685 7.5 4.5C7.5 2.84315 6.15685 1.5 4.5 1.5C2.84315 1.5 1.5 2.84315 1.5 4.5C1.5 6.15685 2.84315 7.5 4.5 7.5Z' fill='%232B1B35'/%3E%3C/svg%3E%0A");
    }

    .search-item{
        display: flex;
        flex-direction: column;

        position: relative;
    }

    .search-item__input{
        width: 100%;
        padding: 13px 18px 14px 36px !important;
        height: 48px !important;
        border-radius: 5px !important;
        border: 1px solid #2B1B35;
        margin: 0 !important;

    }

    .search-item__input::placeholder{
        line-height: 1;
    }

    .catalog-widget{
        display: block;
        order: -1;
        position: static;
        background: 0;
    }

    .catalog-widget__list{
        background: 0;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }

    .catalog-widget__dropdown{
        display: none;
    }

    .catalog-widget__item{
        display: flex;
        align-items: center;
        justify-content: space-between;

        width: 100%;
        padding: 16px 0;
        width: 100%;
        color: var(--color-black-main);
        font-size: 16px;
        font-weight: 400;
        line-height: 18px;
        transition: 0.5s;
        border-bottom: 1px solid rgba(43, 27, 53, 0.1);
    }

    .catalog-widget__item.is-active{
        color: var(--color-blue-additional);

        border-bottom: 1px solid rgba(43, 27, 53, 0.1);
    }

    .catalog-widget__item:after{
        content: '';
        width: 16px;
        height: 16px;
        display: block;
        flex-shrink: 0;
        margin-left: auto;
        background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 13.5L10.5 8.5L5.5 3.5' stroke='%232B1B35' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    }

    .catalog-widget__item{
        letter-spacing: inherit;
    }

    .page-header__menu{
        margin-top: 24px;
        margin-bottom: 24px;
    }

    .page-header__panel{
        order: -3;
    }

    .catalog-widget .catalog-widget__container{
        position: static;
    }

    .page-header__content-inner{
        position: relative;
        overflow-x: hidden!important;
    }

    .page-header__content-inner.no-scroll{
        overflow: hidden;
    }

    .catalog-widget__dropdown.is-visible,
    .mobile-menu__item__container.is-visible .mobile-menu__item__inner{

        background: #fff;
        border-top: 0;
        display: block;
        box-shadow: none;
        overflow: auto;
        transform: none;
        opacity: 1;
        visibility: visible;

    }

    .mobile-menu__item__inner{
        transform: translateX(100%);
        transition: 0.3s ease;

        opacity: 0;
        visibility: hidden;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        top: 60px;
        padding: 0 18px 18px;
        z-index: 2;
        pointer-events: none;
    }

    .page.is-menu{
        overflow: hidden;
    }

    .page.is-menu .page-header__content{
        display: block;
    }

    .mobile-menu__item__container.is-visible .mobile-menu__item__inner__title {
        display: flex;
        position: fixed;
        padding-top: 20px;
        top: 0;
        padding-bottom: 22px;
        width: calc(375px - 36px);
        background: #fff;
        z-index: 1;
    }
     .mobile-menu__item__container__back {
    position: absolute;
    width: calc(100% - 18px);
    top: 60px;
    height: 100%;
    background: #fff;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.1s ease;
    display: none;
    }
.mobile-menu__item__container.is-visible .mobile-menu__item__container__back {
    opacity:1;
    display: unset;
}
    .catalog-widget__item{
        outline: none;
        -webkit-tap-highlight-color: transparent;
    }

    .mobile-menu__item__container.is-visible .mobile-menu__item__inner__text{
        color: var(--color-black-main);
        font-size: 18px;
        font-family: var(--font-family-sm);
        line-height: 18px;
        text-align: center;
        width: 100%;
    }

    .mobile-menu__item__inner__list{
        flex-wrap: wrap;
        padding: 0;
        justify-content: flex-start;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        display: flex;
    }

    .catalog-widget__dropdown-item{
        width: 100%;
        border-top: 1px solid rgba(43, 27, 53, 0.1);
    }

    .catalog-widget__dropdown-link{
        flex-direction: row;
        width: 100%;
        align-items: center;
        padding: 16px 0;
        color: var(--color-black-main);
        font-size: 16px;
        line-height: 18px;
        text-align: left;
        gap: 0;
    }

    .catalog-widget__dropdown-link.show-more{
        display: inline-flex;
        border-top: 0;
        width: auto;
    }

    .catalog-widget__dropdown-link.show-more::after{
        top: 19px;
    }

    .catalog-widget__dropdown-link img{
        display: none;
    }

    .mobile-menu__elem img.is-calc{
        margin-right: 10px;
    }

    .catalog-widget__dropdown-list:not(:last-child){
        border-bottom: 1px solid rgba(43, 27, 53, 0.1);
    }

    .search-item__input{
        height: 48px;
    }
}

@media (max-width: 992px) {
    .page-header__aside-left{
        margin-left: 30px;
    }
    .page-header .login-container {
        right: 8px;
    }
}

@media (max-width: 767px) {
    .page-header__contact {
        display: none;
    }
    .page-header .login-container {
        display: none;
    }
    .page-header .mobile-logout-container {
        display: flex;
    }

    .mobile-menu-shown .page-header__mobile-btn {
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 6L6 18' stroke='%23164CB5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 6L18 18' stroke='%23164CB5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    }

    .page-header__panel {
        display: flex;
        align-items: center;
        justify-content: space-between;

        width: 100%;
        order: -4;

        min-height: 60px;
        padding: 10px 0;
        margin-bottom: 10px;
    }

    .page-header__content-inner {
        padding-top: 0;
    }

    .page-header__aside-left {
        margin: 0;
    }

    .page-header__profile {
        display: flex;
        width: 24px;
        height: 24px;
        transition: background-image 0.3s ease;
        background-image: url("/call.svg");
        background-position: center;
        background-size: contain;
    }
    .page-header__profile.active {
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 6L6 18' stroke='%23164CB5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 6L18 18' stroke='%23164CB5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    }

    .page-header__logo {
        margin: 0;
    }

    .page-header__top {
        align-items: center;
        justify-content: center;
        min-height: 60px;
    }

    .contact-box__helper {
        display: none;
    }

    .page-header-actions.short {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 50px;
        pointer-events: none;
        width: 100%;
        background: #F6F7F8;
        opacity: 0;
        z-index: 99;
        height: 0;
        padding: 0 18px;
        transition: height 0.3s ease, padding 0.3s ease, opacity 0.3s ease;
    }
    body.with-videocall .page-header-actions.short {
        top: 50px;
    }

    .page-header-actions.short.active {
        height: calc(60px* var(--count) + 20px);
        padding-top: 8px;
        padding-bottom: 24px;
        pointer-events: unset;
        opacity: 1;
    }

    .page-header__top .page-header__container {
        position: static;
    }

    .page-header-actions__list {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .page-header-actions.short.active .page-header-actions__list {
        opacity: 1;
    }

    .page-header-actions__item {
        width: 100%;
        border-bottom: 1px solid rgba(48, 27, 53, 0.1);
    }
    .page-header-actions__item.logout {
        display: block;
    }

    .page-header-actions__item:last-child {
        border-bottom: 0;
    }

    .page-header-actions__link {
        flex-direction: row;
        gap: 8px;
        width: 100%;
        line-height: 16px;
        font-size: 16px;
        padding: 16px 0;
    }

    .page-header__content-inner {
        width: 100%;
    }

    .page-header-actions__logout {
        color: #EE005A;
        letter-spacing: 0px;
    }
}



/*     */

.container:not(.container__lk), .main-content-wrapper {
    max-width:1600px;
    min-width:325px;
    margin:0 auto;
    padding:0 100px;
    position:relative;
    width: 100%;

    @media (max-width: 1399px) {
        padding: 0 72px;
    }

    @media (max-width: 1259px) {
        padding: 0 44px;
    }
    @media (max-width: 759px) {
        padding: 0 28px;
    }
    @media (max-width: 559px) {
        padding: 0 13px;
    }
}


.mobile-menu {
    left: -375px !important;
    width: 375px !important;
    padding: 0 18px;
    overflow: hidden;
}

.mobile-menu__container {
    height: calc(100% - 182px);
    overflow-y: scroll;
    margin-right: -18px;
}
.mobile-menu__back {
    position: absolute;
    width: calc(100% - 18px);
    height: 50px;
    left: 0;
    background: #fff;
}
.mobile-menu-shown .mobile-menu {
    left: 0 !important;
}
.mobile-menu__header {
    margin-top: 10px;
}
.mobile-menu__header_padd {
    padding-top: 40px;
    padding-bottom: 24px;
    display: block;
}
.mobile-menu__header__close,
.mobile-menu__header__back {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 6L6 18' stroke='%23164CB5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 6L18 18' stroke='%23164CB5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    padding: 20px;
    display: block;
    right: 6px;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 6;
}
.mobile-menu__header__back{
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 6L1 12' stroke='%23164CB5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 12L7 18' stroke='%23164CB5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    left: 10px;
    right: unset;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}

.mobile-menu.inner-open .mobile-menu__header__back {
    opacity: 1;
    visibility: visible;
}

.mobile-menu.inner-open .mobile-menu__header_padd {

}


.mobile-menu__header .mobile-menu__search {
    display: block;
}
.mobile-menu__header .mobile-menu__search input {
    width: 100%;
    border-radius: 8px;
    padding: 0 16px 0 35px;
    border: 1px solid var(--color-gray);
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.5 9C2.01472 9 0 6.98528 0 4.5C0 2.01472 2.01472 0 4.5 0C6.98528 0 9 2.01472 9 4.5C9 5.4719 8.69189 6.37184 8.16801 7.10747L11.5229 10.4623L10.4622 11.523L7.10733 8.16811C6.37173 8.69193 5.47184 9 4.5 9ZM4.5 7.5C6.15685 7.5 7.5 6.15685 7.5 4.5C7.5 2.84315 6.15685 1.5 4.5 1.5C2.84315 1.5 1.5 2.84315 1.5 4.5C1.5 6.15685 2.84315 7.5 4.5 7.5Z' fill='%232b1b3566'/%3E%3C/svg%3E%0A");
    background-size: 12px;
    background-position: 16px center;
    background-repeat: no-repeat;
    height: 48px;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0.5px;
    box-sizing: border-box;
}
.mobile-menu__header .mobile-menu__search input::placeholder {
    text-transform: uppercase;
    font-family: var(--font-family-sm);
    line-height: 12px;
    letter-spacing: 0.5px;
    color: #2b1b3566 !important;
}

.mobile-menu__header,
.mobile-menu__nav {
    padding-right: 18px;
}

.mobile-menu__nav {
    margin-top: 4px;
}

.mobile-menu__item {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    padding: 16px 0;
    border-bottom: 1px solid #2b1b351a;
    display: flex;
    justify-content: space-between;
    color: var(--color-black-main);
    cursor: pointer;
    width: 100%;
    align-items: self-end;
}

.mobile-menu__item__container.is-visible {
    cursor:none;
    pointer-events:none;
}
.mobile-menu__item__container.is-visible:before {
    content: " ";
}

.mobile-menu__item__container:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 13L10.5 8L5.5 3' stroke='%232B1B35' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    width: 16px;
    height: 15px;
    background-repeat: no-repeat;
    align-self: center;
}

.mobile-menu__elem {
    display: inherit;
    width: 100%;
    color: inherit;
}
.mobile-menu__elem a {
    padding: 6px 0;
    width: 100%;
}

.mobile-menu__elem.catalog-widget__dropdown-link.show-more  {
    padding: 0;
    width: 100%;
}
.mobile-menu__elem.catalog-widget__dropdown-link.show-more:after {
    top: 3px;
    background-size: contain;
    background-repeat: no-repeat;
    left: 112px;
}

.mobile-menu__item__container .mobile-menu__item__inner .mobile-menu__catalog-container .mobile-menu__item:first-child {
    border-top: 1px solid #2b1b351a;
}
.mobile-menu__item__container .mobile-menu__item__inner .mobile-menu__catalog-container .mobile-menu__item:last-child {
    border:none;
}
.mobile-menu__item__container.is-visible .mobile-menu__item__inner {
    pointer-events: all;
}

.mobile-menu__link-container {
    margin-top: 18px;
    padding-bottom: 18px;
    font-family: var(--font-family-sm), serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 13px;
    color: var(--color-black-main);
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    gap: 18px;
    border-bottom: 1px solid #2b1b351a;
}

.mobile-menu__phone {
    margin-top: 24px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
}
.mobile-menu__phone .page-header__contact,
.mobile-menu__phone .contact-box__helper {
    display: inline-block;
}
.mobile-menu .page-header__city{
    margin-bottom: 22px;
    margin-right: unset;
}

.container.bread-container{
    padding-bottom: 56px;
}
.speedbar {
    font: 10px/12px var(--font-family-b);
    letter-spacing: 1.35px;
    text-transform: uppercase;
    color: #fff;
    overflow-x: auto;
    overflow-y: hidden;
}
.speedbar ul {
    display: flex;
    align-items: center;
    min-height: auto;
    padding: 0;
    margin: 30px 0 8px 0;
}
.speedbar ul li {
    margin-right:8px;
    position:relative;
    white-space: nowrap;
    color: var(--color-black-main);
}
.speedbar ul li.hidden-speedbar {
    display:none;
}
.speedbar ul li a {
    color: var(--color-blue-main);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.speedbar ul li a:hover {
    opacity:0.5;
}
.speedbar ul li:after {
    display:inline-block;
    vertical-align:middle;
    width:15px;
    height:1px;
    content:'';
    background: var(--color-black-main);
    opacity: 0.1;
    margin:0 0 0 8px;
}
.speedbar ul li:last-child:after {
    display:none;
}
.speedbar ul li.hidden-speedbar {
    display:none;
}
.speedbar ul li.hidden-speedbar .circle-button {
    display:block;
    background:#F1F6FF url(/resources/core/images/dotted-icon.svg) center center no-repeat;
    cursor:pointer;
}
.speedbar ul li.hidden-speedbar ul {
    display: block;
    position: absolute;
    z-index: 1;
    left: 50%;
    background: #FFFFFF;
    border: 1px solid var(--color-gray);
    box-sizing: border-box;
    border-radius: 20px;
    padding: 16px 24px;
    transform: translateX(-50%);
}
.speedbar ul li.hidden-speedbar ul:before {
    background: #fff;
    transform: rotate(45deg);
    content:'';
    width:16px;
    height:16px;
    position:absolute;
    top:-8px;
    left:50%;
    margin-left:-8px;
}
.speedbar ul li.hidden-speedbar ul li:after, .speedbar ul li.hidden-speedbar:after {
    display:none;
}
.speedbar ul li.hidden-speedbar ul li a {
    letter-spacing: 1.35px;
    text-transform: uppercase;
    color: var(--color-blue-additional);
    font: 10px/12px var(--font-family-b);
}
@media only screen and (max-width: 1268px) {
    .mobile-menu-shown .mobile-menu,
    .mobile-menu-shown .mobile-menu-bg {
        display: block !important;
    }
}
@media only screen and (min-width: 1269px) {
    .mobile-menu,
    .mobile-menu-bg {
        display: none !important;
    }
    .mobile-menu-shown {
        position: unset !important;
    }
}

@media only screen and (max-width: 1019px) {
    .speedbar {
        margin: 0 -44px;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .speedbar ul li:first-child {
        margin-left:44px;
    }
    .speedbar ul li:last-child {
        padding-right:44px;
    }
}
@media only screen and (max-width: 759px) {
    .speedbar {
        margin: 0 -28px;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .speedbar > ul > li:first-child {
        margin-left:28px;
    }
    .speedbar > ul > li:last-child {
        padding-right:28px;
    }
}
@media only screen and (max-width: 559px) {
    .container.bread-container {
        padding-bottom: 40px;
    }



    .speedbar {
        margin: 0 -12px;
    }
    .speedbar > ul > li:last-child {
        padding-right: 12px;
    }
    .speedbar > ul > li:first-child {
        margin-left:12px;
    }

    .mobile-menu-bg,
    .mobile-menu__header__close,
    .mobile-menu__back,
    .mobile-menu__header_padd
    {
        display: none !important;
        opacity: 0 !important;
        pointer-events: none;
    }
    .mobile-menu {
        margin-top: 60px;
        padding: 0 13px;
    }
    body.with-videocall .mobile-menu {
        margin-top: calc(60px + 79px);
    }


    .mobile-menu-shown .mobile-menu {
        width: 100% !important;
    }
   .mobile-menu-shown .mobile-menu.inner-open .mobile-menu__header form {
        pointer-events: none;
    }
    .mobile-menu-shown .mobile-menu.inner-open .mobile-menu__container {
        overflow: hidden;
    }
    .mobile-menu__header__back {
        left: 7px;
    }

    .mobile-menu .mobile-menu__container {
        margin-right: -13px;
    }
    .mobile-menu__header, .mobile-menu__nav {
        padding-right: 13px;
    }

    .mobile-menu__item__inner {
        padding: 0 13px;
    }
    .mobile-menu__item__container.is-visible .mobile-menu__item__container__back {
        width: calc(100% - 13px);
    }
    .mobile-menu__item__container.is-visible .mobile-menu__item__inner__title {
        top: 60px;
        width: calc(100% - 26px);
    }
}



h1, .h1 {
    font-weight: 800;
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 32px;
    text-align: center;
}
@media (min-width: 768px) {
    h1, .h1 {
        font-size: 32px;
        line-height: 40px;
        margin: 0 0 38px;
    }
}
@media (min-width: 1361px) {
    h1, .h1 {
        font-size: 40px;
        line-height: 48px;
        margin: 0 0 38px;
    }
}

h2, .h2 {
    font-size: 24px;
    margin: 0 0 18px;
}
@media (min-width: 992px) {
    h2, .h2 {
        font-size: 36px;
    }
}


.vue-auth-app .bground-loading-progress{
    display: block;
    width: 50%;
    margin-left: 50%;
    margin-top: 50px;
    margin-bottom: 87px;
    min-height: 48px;
}

#vue-auth-app .loader-ellipse {
    position: absolute;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #1248b2;
    animation: loader-rotate 1.4s infinite linear;
    -webkit-animation: loader-rotate 1.4s infinite linear;
    -moz-animation: loader-rotate 1.4s infinite linear;
    -o-animation: loader-rotate 1.4s infinite linear;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
}
#vue-auth-app .loader-ellipse:before {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 95%;
    height: 95%;
    border-radius: 40% 0 0 0;
    content: '';
    background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(0, 0, 0, 0));
}
#vue-auth-app .loader-ellipse:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ffffff;
    width: 85%;
    height: 85%;
    border-radius: 50%;
    margin: auto;
    content: '';
}
@keyframes loader-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes loader-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media only screen and (min-width: 576px) {
    #vue-auth-app .bground-loading-progress {
     width: 48px;
     height: 48px;
     margin: 0 auto;
     top: 180px;
     position: relative;
    }
}