

/* Start:/bitrix/templates/.default/ajax/ajax.css?1746115135448*/
iframe.waitwindowlocal {position:absolute; border:0px; z-index:9999;}
div.waitwindowlocal {position:absolute; width:25px; height: 25px; padding:0px; z-index:10000; background-color:#FCF7D1; border:1px solid #E1B52D; background-image:url(/bitrix/templates/.default/ajax/images/wait.gif); background-position:center center; background-repeat:no-repeat;}
div.waitwindowlocalshadow {position:absolute; z-index:9998; background-image:url(/bitrix/templates/.default/ajax/images/shadow.gif); border:1px solid #808080;}

/* End */


/* Start:/local/components/ilab/bitrix24.callback/templates/.default/style.css?17544944026062*/
.b24-callback-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
}

@media (min-width: 1279px) {
    .b24-callback-wrapper {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        left: auto;
        width: 510px;
    }
}

.bx-touch .b24-callback-button-shadow {
    background: rgba(33,33,33,.75);
}

.b24-callback-button-shadow {
    position: fixed;
    background: rgba(33,33,33,.3);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    visibility: hidden;
    z-index: 10000;
}

.b24-callback-button-wrapper.b24-callback-button-position-bottom-right,
.b24-callback-button-wrapper.b24-callback-button-position-bottom-middle,
.b24-callback-button-wrapper.b24-callback-button-position-bottom-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    bottom: 101px !important;
    right: 20px !important;
    left: auto !important;
    
    @media (max-width: 960px) {
        bottom: 158px !important;
    }
}

.page-body--cart .b24-callback-button-wrapper.b24-callback-button-position-bottom-right,
.page-body--cart .b24-callback-button-wrapper.b24-callback-button-position-bottom-middle,
.page-body--cart .b24-callback-button-wrapper.b24-callback-button-position-bottom-left {
    @media (max-width: 960px) {
        bottom: 234px !important;
    }
}

.page-body--login .b24-callback-button-wrapper.b24-callback-button-position-bottom-right,
.page-body--login .b24-callback-button-wrapper.b24-callback-button-position-bottom-middle,
.page-body--login .b24-callback-button-wrapper.b24-callback-button-position-bottom-left {
    @media (max-width: 960px) {
        bottom: 101px !important;
    }
}

.page-body--item-product .b24-callback-button-wrapper.b24-callback-button-position-bottom-right,
.page-body--item-product .b24-callback-button-wrapper.b24-callback-button-position-bottom-middle,
.page-body--item-product .b24-callback-button-wrapper.b24-callback-button-position-bottom-left {
    @media (max-width: 960px) {
        bottom: 234px !important;
    }
}

.b24-callback-button-visible {
    visibility: visible;
    -webkit-animation: b24-callback-button-visible 1s ease-out forwards 1;
    animation: b24-callback-button-visible 1s ease-out forwards 1;
}

.b24-callback-button-wrapper {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    direction: ltr;
    z-index: 10150;
}

.b24-callback-button-position-bottom-right {
    right: 50px;
    bottom: 50px;
}

@media (max-width: 575.98px) {
    .b24-callback-button-wrapper {
        right: 30px !important;
        bottom: 120px !important;
    }
}

.b24-callback-button-inner-container, .bx-touch .b24-callback-button-inner-container {
    -webkit-transform: scale(.85);
    transform: scale(.85);
    -webkit-transition: transform .3s;
    transition: transform .3s;
}

.b24-callback-button-inner-container {
    position: relative;
    display: inline-block;
}

.b24-callback-button-inner-mask {
    position: absolute;
    top: -8px;
    left: -8px;
    height: 82px;
    min-width: 66px;
    -webkit-width: calc(100% + 16px);
    width: calc(100% + 16px);
    border-radius: 100px;
    background: #00aeef;
    opacity: .2;
}

.b24-callback-button-block {
    width: 66px;
    height: 66px;
    border-radius: 100%;
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
}

.b24-callback-button-pulse-animate {
    -webkit-animation: widgetPulse infinite 1.5s;
    animation: widgetPulse infinite 1.5s;
}

.b24-callback-button-pulse {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #00aeef;
    border-radius: 50%;
}

.b24-callback-button-inner-block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 66px;
    border-radius: 100px;
    background: #00aeef;
    box-sizing: border-box;
}

.b24-callback-button-icon-container {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.b24-callback-button-icon-animation {
    opacity: 1;
}

.b24-callback-button-inner-item {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transition: opacity .6s ease-out;
    transition: opacity .6s ease-out;
    -webkit-animation: socialRotateBack .4s;
    animation: socialRotateBack .4s;
    overflow: hidden;
    box-sizing: border-box;
}

.b24-callback-window-close {
    position: absolute;
    top: 12px;
    right: 23px;
    width: 28px;
    height: 28px;
    box-sizing: border-box;
    border-radius: 100%;
    border: 0;
    -webkit-appearance: button;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    padding: 0;
    transition: opacity .3s;
    opacity: .5;
    cursor: pointer;
    outline: 0;
    z-index: 25;
    background-clip: padding-box;
    background-color: rgb(0 174 239);
    text-transform: none;
    overflow: visible;
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

.b24-callback-window-close:after, .b24-callback-window-close:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 15px;
    background-color: #fff;
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
    -ms-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%,-50%) rotate(45deg);
}

.b24-callback-window-close:after {
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
    -ms-transform: translate(-50%,-50%) rotate(-45deg);
    transform: translate(-50%,-50%) rotate(-45deg);
}
/* End */


/* Start:/local/components/ilab/header.link/templates/main/style.css?1754494402826*/
.header__link {
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.header__link a {
    width: fit-content;
    text-align: center;
}

.promo-code-wrapper {
    position: relative;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.promo-code-content {
    position: relative;
    background: #F13737;
    padding: 2px 4px;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
}

.promo-code-notifier {
    opacity: 0;
    position: absolute;
    background: #2A2D32;
    padding: 2px 4px;
    border-radius: 4px;
    z-index: 5;
    top: 100%;
    margin-top: 13px;
    color: #fff;
    font-size: 14px;
    width: fit-content;
    white-space: nowrap;
}
/* End */


/* Start:/local/components/ilab/header.link/templates/mobile_main/style.css?1754494402937*/
.m-header__link {
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.m-header__link a {
    width: fit-content;
    text-align: center;
    display: inline;
}

.m-promo-code-wrapper {
    margin-left: 4px;
    position: relative;
    display: inline-flex;
}

.m-promo-code-content {
    background: #F13737;
    padding: 2px 4px;
    border-radius: 4px;
    color: #fff;
    display: inline;
}

.m-promo-code-notifier {
    position: absolute;
    background: #2A2D32;
    padding: 2px 4px;
    border-radius: 4px;
    z-index: 5;
    top: 100%;
    margin-top: 13px;
    color: #fff;
    font-size: 14px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.5s ease;
}

@media (max-width: 650px) {
    .m-header__link {
        height: 58px;
    }
    .m-header__link a {
        max-width: 450px;
    }
}
/* End */


/* Start:/local/templates/.default/components/ilab/search.form/mobile-slide/style.css?175449440751*/
.m-item {
    height: auto;
    padding: 10px 0;
}

/* End */


/* Start:/local/components/ilab/contacts/templates/footer/style.css?17544944023834*/
.footer__nav-col-phones-title {
    display: flex;
    position: relative;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.footer__nav-col-phones-title span {
    display: inline-block;
}
.item-number__clue {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    cursor: pointer;
}
.item-number__clue::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    display: block;
    width: 18px;
    height: 18px;
    padding: 0;
    box-sizing: border-box;
    background-image: url("/local/components/ilab/contacts/templates/footer/img/icons/title-gray.svg");
    background-repeat: no-repeat;
    background-position: center;
}
@media (min-width: 1200px) {
    .item-number__clue:hover::after {
        content: "";
        background-image: url("/local/components/ilab/contacts/templates/footer/img/icons/title-light-blue.svg");
    }
}
.clue-item {
    display: none;
}
@media (max-width: 959px) {
    .clue-item {
        position: fixed;
        display: block;
        opacity: 0;
        visibility: hidden;
        z-index: 5;
        bottom: 0;
        left: 0;
        top: unset;
        height: auto;
        width: 100%;
        max-width: 100%;
        padding: 22px;
        box-sizing: border-box;
        background-color: white;
        border-radius: 7px 7px 0 0;
        transform: translateY(200px);
        transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out 0.1s, visibility 0.3s ease-in-out 0.1s;
    }
}
.clue-item.active {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    z-index: 1;
}
@media (max-width: 1199.5px) {
    .clue-item.active {
        right: unset;
        left: 0;
    }
}
@media (max-width: 959px) {
    .clue-item.active {
        position: fixed;
        display: block;
        z-index: 5;
        bottom: 0;
        top: unset;
        left: 0;
        height: auto;
        width: 100%;
        max-width: 100%;
        padding: 22px;
        box-sizing: border-box;
        background-color: white;
        border-radius: 7px 7px 0 0;
        opacity: 1;
        visibility: visible;
        transform: translateY(-100px);
        transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    }
}
.clue-item__content {
    display: block;
    min-width: 230px;
    padding: 34px 22px 24px 22px;
    box-sizing: border-box;
    background-color: white;
    border: 1px solid gray;
    border-radius: 7px;
}
@media (max-width: 959px) {
    .clue-item__content {
        width: max-content;
        min-width: 230px;
        margin: 0 auto;
        padding: 0;
        border: none;
    }
}
.clue-item__close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 19px;
    height: 19px;
    padding: 0;
    border: none;
    outline: none;
    background: url("/local/components/ilab/contacts/templates/footer/img/icons/cross-button-gray.svg") center no-repeat;
}
.clue-item__text {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.clue-item__title p {
    font-size: 14px;
    line-height: 20px;
}
.clue-item__description {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0;
    margin: 0;
    list-style: none;
}
.clue-item__description p {
    font-size: 14px;
    line-height: 20px;
}
.page--lock {
    overflow: hidden;
    position: fixed;
}
.title-background-mobile {
    display: none;
}

@media (max-width: 959px) {
    .title-background-mobile {
        display: block;
        position: fixed;
        visibility: hidden;
        opacity: 0;
        top: 0;
        left: 0;
        z-index: 4;
        width: 100vw;
        height: 100vh;
        background-color: rgba(35, 35, 35, 0.7);
        transition: opacity 0.3s, visibility 0.3s;
    }
}

@media (max-width: 959px) {
    .title-background-mobile.active {
        visibility: visible;
        opacity: 1;
        transition: opacity 0.3s, visibility 0.3s;
    }
}
/* End */


/* Start:/local/components/ilab/quick.order/templates/.default/style.css?1754494402438*/
.alert {
    border: none;
    border-radius: 5px;
    font-size: 14px;
    padding: 15px;
    margin-bottom: 20px;
    line-height: 1.5;
}
.alert-danger {
    color: #333;
    background-color: rgb(246 142 95 / 8%);
    margin-top: 20px;
}
.informer {
    color: #7F8A97;
    background-color: #E6EAEF;
    border-radius: 5px;
    font-size: 14px;
    padding: 15px;
    margin-bottom: 20px;
    line-height: 1.5;
    margin-top: 20px;
}
/* End */


/* Start:/local/templates/.default/components/ilab/location.search/desktop/style.css?175449440743*/
.search__drop-item {
    cursor: pointer;
}
/* End */


/* Start:/local/components/ilab/quick.auth/templates/.default/style.css?17544944027907*/
.alert {
    border: none;
    border-radius: 5px;
    font-size: 14px;
    padding: 15px;
    margin-bottom: 20px;
    line-height: 1.5;
}
.alert-danger {
    color: #333;
    background-color: rgb(246 142 95 / 8%);
}
.popup__link {
    cursor: pointer;
}
.countries-tel, .account-countries-tel {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.countries-tel-mask, .account-countries-tel-mask {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100px;
    height: 54px;
    border: 1px solid #7f8a97;
    border-right: none;
    background-color: #F5F5F5;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-left: 15px;
    cursor: pointer;
}
.countries-tel-mask__flag, .account-countries-tel-mask__flag {
    width: 44px;
    height: 30px;
}
.countries-tel-mask__flag img, .account-countries-tel-mask__flag img {
    width: 100%;
    height: 100%;
}
.countries-tel-mask__arrow, .account-countries-tel-mask__arrow {
    position: absolute;
    width: 12px;
    height: 8px;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    cursor: pointer;
}
.countries-tel-mask__arrow svg, .account-countries-tel-mask__arrow svg {
    position: absolute;
    width: 12px;
    height: 8px;
    stroke: #0d1321;
    stroke-width: 1.2px;
    fill: none;
}
.countries-tel-mask__arrow--up, .account-countries-tel-mask__arrow--up {
    -webkit-transform: rotate(180deg) translateY(50%);
    -ms-transform: rotate(180deg) translateY(50%);
    transform: rotate(180deg) translateY(50%);
}
.countries-tel-phone, .account-countries-tel-phone {
    width: calc(100% - 100px);
}
.countries-tel-list, .account-countries-tel-list {
    position: absolute;
    top: 60px;
    background-color: #fff;
    width: 100%;
    max-height: 200px;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #dedfe3 #fff;
    -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 10px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #282828;
    z-index: 10;
    display: none;
}
.countries-tel-list::-webkit-scrollbar, .account-countries-tel-list::-webkit-scrollbar {
    width: 12px;
}
.countries-tel-list::-webkit-scrollbar-thumb, .account-countries-tel-list::-webkit-scrollbar-thumb {
    background-color: #dedfe3;
    border-radius: 10px;
    border: 3px solid #fff;
}
.countries__input, .account-countries__input {
    width: 100%;
    height: 54px;
    padding: 0 10px;
    border: 1px solid #7f8a97;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #0d1321;
    cursor: pointer;
}
.countries__input::-webkit-input-placeholder, .account-countries__input::-webkit-input-placeholder {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #7f8a97;
}
.countries__input::-moz-placeholder, .account-countries__input::-moz-placeholder {
    -moz-transition: 0.4s;
    transition: 0.4s;
    color: #7f8a97;
}
.countries__input:-ms-input-placeholder, .account-countries__input:-ms-input-placeholder {
    -ms-transition: 0.4s;
    transition: 0.4s;
    color: #7f8a97;
}
.countries__input::-ms-input-placeholder, .account-countries__input::-ms-input-placeholder {
    -ms-transition: 0.4s;
    transition: 0.4s;
    color: #7f8a97;
}
.countries__input::placeholder, .account-countries__input::placeholder {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #7f8a97;
}
.countries__input:hover, .account-countries__input:hover {
    border: 1px solid #0d1321;
}
.countries__input:hover::-webkit-input-placeholder, .account-countries__input:hover::-webkit-input-placeholder {
    color: #0d1321;
}
.countries__input:hover::-moz-placeholder, .account-countries__input:hover::-moz-placeholder {
    color: #0d1321;
}
.countries__input:hover:-ms-input-placeholder, .account-countries__input:hover:-ms-input-placeholder {
    color: #0d1321;
}
.countries__input:hover::-ms-input-placeholder, .account-countries__input:hover::-ms-input-placeholder {
    color: #0d1321;
}
.countries__input:hover::placeholder, .account-countries__input:hover::placeholder {
    color: #0d1321;
}
.countries__input:focus, .account-countries__input:focus {
    outline: none;
}
.countries__input:focus::-webkit-input-placeholder, .account-countries__input:focus::-webkit-input-placeholder {
    color: #0d1321;
}
.countries__input:focus::-moz-placeholder, .account-countries__input:focus::-moz-placeholder {
    color: #0d1321;
}
.countries__input:focus:-ms-input-placeholder, .account-countries__input:focus:-ms-input-placeholder {
    color: #0d1321;
}
.countries__input:focus::-ms-input-placeholder, .account-countries__input:focus::-ms-input-placeholder {
    color: #0d1321;
}
.countries__input:focus::placeholder, .account-countries__input:focus::placeholder {
    color: #0d1321;
}
.countries-input-list-search, .account-countries-input-list-search {
    padding: 8px 15px;
}
.countries-input-list__search, .account-countries-input-list__search {
    width: 100%;
    height: 30px;
    padding: 0 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    border-radius: 4px;
    border: 1px solid #7f8a97;
    color: #0d1321;
}
.countries-input-list__search:focus, .account-countries-input-list__search:focus {
    outline: none;
}
.countries-input-list__search::-webkit-input-placeholder, .account-countries-input-list__search::-webkit-input-placeholder {
    color: #7f8a97;
}
.countries-input-list__search::-moz-placeholder, .account-countries-input-list__search::-moz-placeholder {
    color: #7f8a97;
}
.countries-input-list__search:-ms-input-placeholder, .account-countries-input-list__search:-ms-input-placeholder {
    color: #7f8a97;
}
.countries-input-list__search::-ms-input-placeholder, .account-countries-input-list__search::-ms-input-placeholder {
    color: #7f8a97;
}
.countries-input-list__search::placeholder, .account-countries-input-list__search::placeholder {
    color: #7f8a97;
}
.countries-input-list__value, .countries-input-list__another, .account-countries-input-list__value, .account-countries-input-list__another {
    height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    padding: 8px 15px;
}
.countries-input-list__value:hover, .countries-input-list__another:hover, .account-countries-input-list__value:hover, .account-countries-input-list__another:hover {
    background-color: #dedfe3;
}
.countries-input-list__flag, .account-countries-input-list__flag {
    width: 44px;
    height: 30px;
}
.countries-input-list__flag img, .account-countries-input-list__flag img {
    width: 100%;
    height: 100%;
}
.countries-input-list__country, .account-countries-input-list__country {
    margin-left: 8px;
}
.countries-input-list__code, .account-countries-input-list__code {
    margin-left: 10px;
    color: #7f8a97;
}
.d-none{
    display: none !important;
}

.SmartCaptcha-Shield {
    z-index: 10000;
}
/* End */


/* Start:/local/components/ilab/cookie.banner/templates/.default/style.css?17544944021660*/
.cookie-popup {
    background-color: #fff;
    padding: 24px;
    border-radius: 5px;
    box-shadow: 0px 0px 24px 0px rgba(114, 120, 131, 0.25);
    position: fixed;
    right: -150%;
    opacity: 0;
    visibility: hidden;
    bottom: 50px;
    z-index: 10000000000000;
    color: #0D1321;
    font-size: 16px;
    line-height: 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    max-width: 536px;
    width: 100%;
    transition: right .7s ease, opacity .3s ease;
    box-sizing: border-box;

    /* Это тоже забирать не надо */
    font-family: sans-serif;
}

.cookie-popup.show {
    left: 50%;
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%);
}

.cookie-popup__text a{
    text-decoration: underline;
    transition: .3s ease;
    color: #0D1321;
}

.cookie-popup__text a:hover {
    color: #F57F20;
}

.cookie-popup__btn a{
    display: inline-block;
    padding: 7px 40px;
    border-radius: 10px;
    background: #727883;
    color: #fff;
    text-decoration: none;
    transition: .3s ease;
}

.cookie-popup__btn a:hover {
    opacity: 90%;
}



@media(max-width: 767px) {
    .cookie-popup {
        bottom: 0;
        width: 100%;
        max-width: 100%;
        padding: 15px;
        font-size: 14px;
        line-height: 22px;
        gap: 20px;
        box-shadow: 0px 0px 24px 0px rgba(114, 120, 131, 0.25);
        border-radius: 5px 5px 0px 0px;
    }

    .cookie-popup br {
        display: none;
    }

    .cookie-popup.show {
        right: 0;
        bottom: 100px;
    }

    .cookie-popup__btn a {
        padding: 9px 24px;
    }
}
/* End */


/* Start:/local/templates/main/template_styles.css?175449440944685*/
.search__drop {
    z-index: 999;
}

.filter .checkbox__el {
    border: 1px solid #7f8a97;
    background-color: initial;
}

.filter .checkbox__el-icon {
    fill: #7f8a97;
}

.leader-list .leader-list__col:last-child {
    width: 190px;
}

.compare .compare__table-col a {
    color: #ff7070;
}

.icon-cards--vertical .icon-cards__item:hover .icon-cards__title,
.icon-cards--vertical .icon-cards__item:hover .icon-cards__text {
    color: #fff;
}

.notify-block {
    background-color: #1E90FF;
}

.notify-block .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 30px;
}

.notify-block__cell {
    display: flex;
    flex-direction: column;
}

.notify-block__close-icon {
    width: 16px;
    height: 16px;
    fill: #fff;
    cursor: pointer;
}

.notify-block span,
.notify-block a {
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    color: #fff;
}

.notify-block a {
    text-decoration: underline;
}

.product__footer .not-available {
    min-width: 150px;
    pointer-events: none;
}

.product-card__body .not-available {
    pointer-events: none;
    margin-top: 20px;
}

.compare .not-available,
.product__right .not-available {
    width: 100%;
}

.popup__item .product__title {
    height: auto;
}

.news-inner .text-block img:not(.news__img) {
    height: auto;
}

.text-block table td {
    padding: 6px;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    border: 1px solid #0d1321;
}

.warranty-map__drop-back {
    z-index: 999;
}

._jivoMobileButton {
    bottom: 95px !important;
}

@media (max-width: 575.98px) {
    .b24-widget-button-wrapper {
        right: 30px !important;
        bottom: 120px !important;
    }
}

.pagination-reviews {
    justify-content: center;
    margin-top: 50px;
}

.product-card__comment-form .form__hint {
    width: 100%;
}

.account__help--support-wrapper .form__hint {
    width: 100%;
    margin-top: 5px;
}

.hint {
    overflow: hidden;
    opacity: 0;
    max-width: 200px;
    width: 100%;
    height: auto;
    background: #F5F5F5;
    border: 1px solid #727883;
    border-radius: 12px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 10px 10px 10px 17px;
    z-index: -1;
    position: absolute;
    bottom: 5px;
    right: 61%;
}

.hint-text {
    font-weight: 300;
    font-size: 14px;
    line-height: 120%;
    color: #727883;
}

.digital-circle:hover ~ .hint {
    z-index: 99;
    overflow: visible;
    opacity: 1;
}

.add-wrap {
    position: relative;
}

@media screen and (max-width: 541px) {
    .hint {
        right: 0;
    }
}

.account-digital-add-title {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 10px;
}

.account-digital-add-subtitle {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 30px;
    width: 100%;
}

.account-digital-add-category {
    height: 60px;
    border-radius: 12px;
    padding-left: 31px;
    padding-right: 27px;
    border: 1px solid #727883;
    margin-bottom: 60px;
    background-color: #fff;
}

.account-digital-add-category-wrap {
    width: calc(50% - 15px);
}

.account-digital-add-category-items {
    width: 420px;
    position: absolute;
    height: 201px;
    background-color: #fff;
    top: 59px;
    border: 1px solid #727883;
    border-radius: 0 0 0 12px;
    overflow-y: scroll;
    display: none;
}

.account-digital-add-category-items-active {
    display: block;
}

.account-digital-add-category-item {
    height: 67px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 32px;
}

.account-digital-add-category-title {
    font-style: normal;
    font-weight: normal;
    margin-bottom: 31px;
    font-size: 18px;
}

.account-digital-add-steps {
    max-width: 650px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 50px;
    margin: 50px 0 60px;
}

.account-digital-add-steps-step {
    width: 50px;
    height: 50px;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    border: 2px solid rgba(114, 120, 131, 0.3);
    background: #fff;
    color: rgba(114, 120, 131, 0.3);
    font-weight: 500;
    line-height: 18px;
}

.account-digital-add-steps-step::after {
    content: url(/local/templates/main/../main/imgs/account/next.svg);
    position: absolute;
    width: 50px;
    right: -102px;
    top: 50%;
    -webkit-transform: translateY(-44%);
    -ms-transform: translateY(-44%);
    transform: translateY(-44%);
    fill: rgba(114, 120, 131, 0.3);
}

.account-digital-add-steps-step:last-child::after {
    content: none;
}

.account-digital-add-steps-step-active {
    border: 2px solid #4C5057;
    color: #4C5057;
}

.account-digital-add-steps-step-active::after {
    content: url(/local/templates/main/../main/imgs/account/next-active.svg);
}

.account-digital-add-steps-step-ready {
    color: #fff;
    background: #4C5057;
}

.account-digital-add-steps-step-ready::after {
    content: url(/local/templates/main/../main/imgs/account/next-active.svg);
}

.account-digital-add-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 830px;
    width: 100%;
}

.account-digital-add-form-button {
    max-width: 300px;
    width: 100%;
    padding: 21px 0;
    margin-top: 30px;
    font-size: 16px;
}

.account-digital-add-form .form__error {
    border-color: #FF5656 !important;
}

.account-digital-add-form .form__label--required:after {
    content: none;
}

.account-digital-add-form .add-date-wrap {
    margin-top: 0;
    width: calc(50% - 15px);
    position: relative;
    margin-bottom: 30px;
}

.account-digital-add-form .add-date-wrap .calendar {
    bottom: 21px;
    top: auto;
}

.account-digital-add-form .add-date-title {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 21px;
    color: #000;
}

.account-digital-add .form__success {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.account-digital-add .form__success-icon-box {
    margin: 0 0 50px -1px;
}

.account-digital-add .form__success-title {
    font-size: 24px;
    margin-bottom: 30px;
}

.account-digital-add .form__success-text {
    max-width: 400px;
    font-size: 16px;
    line-height: 24px;
}

.account-digital-add .form__success .button {
    margin: 50px 0 0 -4px;
}

.account-digital-add .digital-guar-links {
    width: 100%;
    margin: 85px 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.account-digital-add .digital-guar-links--ready .digital-card-link {
    position: relative;
    padding-right: 30px;
    border-bottom: none;
}

.account-digital-add .digital-guar-links--ready .digital-card-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 46px;
    height: 1px;
    background-color: #727883;
}

.account-digital-add .digital-guar-links--ready .button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.account-digital-add .digital-guar-links--margin {
    margin: 68px 0 0 auto;
    height: 60px;
}

.account-digital-add .digital-guar-links .digital-card-link {
    margin: 0 0 0 auto;
}

.account-digital-add .digital-guar-links .digital-guar-link {
    text-decoration: none;
    border-bottom: 1px solid #727883;
}

.account-digital-add .digital-guar-links .button {
    margin-left: 30px;
}

.account-digital-add .digital-card-link {
    float: right;
    font-size: 16px;
    margin-top: 216px;
    font-weight: 400;
    text-decoration: none;
    border-bottom: 0.5px solid #727883;
}

.account-digital-add-result {
    margin-top: 30px;
    height: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.account-digital-add-result .add-file-result-svg {
    width: 22px;
}

.account-digital-add-result .add-file-result-message {
    font-size: 14px;
}

.account-digital-add-result .add-file-result-message--accept {
    color: #00AD4A;
}

.account-digital-add-serialnum {
    width: 100%;
    margin-bottom: 30px;
}

.account-digital-add-serialnum-title {
    font-size: 18px;
}

.account-digital-add-serialnum-title .link {
    color: #0d1321;
}

.account-digital-add-serialnum .digital-circle {
    margin-left: 10px;
}

.account-digital-add .add-file-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.account-digital-add .add-file-wrap-button {
    max-width: 265px;
    width: 100%;
    min-height: 54px;
    position: relative;
}

.account-digital-add .add-file-wrap .add-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.account-digital-add .add-file-wrap .add-wrap-fileplace {
    background: #fff;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='15' ry='15' stroke='black' stroke-width='1' stroke-dasharray='16' stroke-dashoffset='74' stroke-linecap='butt'/%3e%3c/svg%3e");
    border-radius: 15px;
    min-height: 168px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: inherit;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    margin-bottom: 0;
}

.account-digital-add .add-file-wrap .add-wrap-fileplace--highlight {
    background-color: #f4f5f6;
    z-index: 10;
    -webkit-transition-delay: 0.3s background-color;
    -o-transition-delay: 0.3s background-color;
    transition-delay: 0.3s background-color;
}

.account-digital-add .add-file-wrap .add-wrap-fileplace--stady {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.account-digital-add .add-file-wrap .add-wrap-fileplace--input {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.account-digital-add .add-file-wrap .add-wrap-fileplace--ready .add-file-wrap-preview-progressbar--progressing {
    width: 100%;
}

.account-digital-add .add-file-wrap-preview {
    width: 40px;
    height: 50px;
    margin-right: 15px;
}

.account-digital-add .add-file-wrap-preview img {
    width: 40px;
    height: 50px;
}

.account-digital-add .add-file-wrap-preview-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 50px;
    position: relative;
    max-width: 328px;
    width: 100%;
}

.account-digital-add .add-file-wrap-preview-container svg {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
}

.account-digital-add .add-file-wrap-preview-container img {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
}

.account-digital-add .add-file-wrap-preview-title {
    font-size: 14px;
    line-height: 16px;
    color: #000;
}

.account-digital-add .add-file-wrap-preview-size {
    margin: 10px 0 13px;
    font-weight: 300;
    font-size: 10px;
    line-height: 11px;
    color: #727883;
}

.account-digital-add .add-file-wrap-preview-progressbar {
    width: 100%;
    height: 2px;
    background-color: #F5F5F5;
    position: relative;
    z-index: 1;
}

.account-digital-add .add-file-wrap-preview-progressbar--progressing {
    height: 2px;
    width: 70%;
    background-color: #4C5057;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
}

.account-digital-add .add-file-wrap-preview-reload {
    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='M5.71429 7.23529L6.78098 20.0827C6.82403 20.6012 7.25735 21 7.77756 21H16.2224C16.7426 21 17.176 20.6012 17.219 20.0827L18.2857 7.23529M9.71429 5.11765H5.14286L4 7.23529H20L18.8571 5.11765H14.2857M9.71429 5.11765V3H14.2857V5.11765M9.71429 5.11765H14.2857' stroke='%234C5057' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 10V18M14.5 18L15 10M9.5 18L9 10' stroke='%234C5057' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.account-digital-add .add-file-wrap-preview-button {
    cursor: pointer;
}

.account-digital-add .add-file-wrap-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 265px;
    width: 100%;
    position: relative;
}

.account-digital-add .add-file-wrap-text {
    font-size: 16px;
    line-height: 18px;
    color: #727883;
}

.account-digital-add .add-file-wrap-text--after {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    margin: 10px 0;
}

.account-digital-add .add-file-title {
    font-size: 18px;
    line-height: 21px;
    color: #000;
}

.account-digital-add .add-file-input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    font-size: 0px;
}

.account-digital-add .add-file-button {
    background: #727883;
    border-radius: 15px;
    width: 100%;
    height: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.account-digital-add .add-file-button img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.account-digital-add .add-file-limit {
    position: absolute;
    right: -195px;
    top: 50%;
    -webkit-transform: translateY(-43%);
    -ms-transform: translateY(-43%);
    transform: translateY(-43%);
    max-width: 175px;
    width: 100%;
    min-height: 34px;
}

.account-digital-add .add-file-limit-text {
    font-style: normal;
    font-weight: 300;
    font-size: 10px;
    line-height: 15px;
    color: #727883;
}

.account-digital-add .add-file-result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 16px;
    max-width: 314px;
    width: 100%;
}

.account-digital-add .add-file-result-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 11px 0 0;
}

.account-digital-add .add-file-result-wrap .add-file-result {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.account-digital-add .add-file-result-message {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #727883;
}

.account-digital-add .add-file-result-message--rejected {
    color: #ff7070;
}

.account-digital-add .add-file-result-message--accept {
    color: #00AD4A;
}

.account-digital-add .add-file-result-svg {
    margin-right: 10px;
    width: 12px;
    height: 12px;
}

.table-services {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    text-align: left;
}

.table-services thead {
    background-color: #f2f2f2;
}

.table-services th, .table-services td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
}

.table-services tr:nth-child(even) {
    background-color: #f2f2f2;
}

.table-services tr:hover {
    background-color: #ddd;
}

.table-services th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #f2f2f2;
    color: black;
}

@media (max-width: 1279.98px) {
    .account-digital-add-category-wrap {
        width: 100%;
    }

    .account-digital-add-category-wrap .select__body {
        position: absolute;
    }

    .account-digital-add-category-wrap .select__el {
        top: auto;
        opacity: 1;
    }

    .account-digital-add-steps-step::after {
        right: -95px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: -100px;
    }

    .account-digital-add-form {
        max-width: 100%;
    }

    .account-digital-add-form-button {
        max-width: 100%;
    }

    .account-digital-add-form .add-date-wrap {
        width: 100%;
        margin-top: 50px;
    }

    .account-digital-add .form__success {
        margin-top: 36px;
    }

    .account-digital-add .digital-guar-links--margin {
        height: auto;
    }

    .account-digital-add .digital-guar-links {
        max-width: 100%;
        margin: 30px auto 0 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .account-digital-add .digital-guar-links .button {
        margin-left: 0;
    }

    .account-digital-add-result {
        margin: 50px 0 0;
    }

    .account-digital-add .add-file-wrap-button {
        max-width: 100%;
        margin: 2px 0 12px;
    }

    .account-digital-add .add-file-wrap .add-wrap-fileplace {
        background-image: none;
        min-height: auto;
    }

    .account-digital-add .add-file-wrap .add-wrap-fileplace--wait {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .account-digital-add .add-file-wrap .add-wrap-fileplace--ready {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .account-digital-add .add-file-wrap-preview-container {
        max-width: 100%;
    }

    .account-digital-add .add-file-wrap-block {
        max-width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .account-digital-add .add-file-wrap-text {
        display: none;
    }

    .account-digital-add .add-file-button img {
        width: 23px;
        height: 23px;
        margin-right: 20px;
    }

    .account-digital-add .add-file-limit {
        position: relative;
        right: auto;
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        max-width: 100%;
    }

    .account-digital-add .add-file-limit-text {
        display: block;
        font-size: 12px;
        line-height: 30px;
    }

    .account-digital-add .add-file-result {
        margin: 0 0 51px 0;
    }

    .account-digital-add .add-file-result-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 19px 0 0;
    }

    .account-digital-add .add-file-result-wrap .form__consent {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .return {
        width: 100%;
    }

    .return-form .select__body {
        position: absolute;
    }

    .return-form .select__el {
        opacity: 1;
    }
}

@media (max-width: 991.98px) {
    .account-digital-add-subtitle {
        margin-bottom: 30px;
        font-size: 16px;
        line-height: 24px;
    }

    .account-digital-add-steps {
        max-width: 440px;
    }

    .account-digital-add-steps-step {
        width: 30px;
        height: 30px;
        border: 1px solid rgba(114, 120, 131, 0.3);
        font-size: 12px;
    }

    .account-digital-add-steps-step::after {
        right: -78px;
    }

    .account-digital-add-steps-step-active {
        border: 1px solid #4C5057;
    }

    .account-digital-add .form__success .button {
        margin: 50px 0 0;
        font-size: 16px;
    }

    .account-digital-add .digital-card-link {
        margin-top: 100px;
    }

    .return-form-column {
        width: calc(50% - 10px);
    }

    .return-form__label {
        font-size: 14px;
        line-height: 22px;
    }

    .return-form__btn--next {
        width: calc(50% - 10px);
    }

    .return-form__btn--finish {
        width: calc(50% - 10px);
    }
}

@media (max-width: 767.98px) {
    .account .account__nav--table {
        display: none;
    }

    .account .account__title {
        display: none;
    }

    .account-digital-add {
        padding-bottom: 100px;
        margin: 0 auto;
    }

    .account-digital-add-title {
        font-size: 16px;
    }

    .account-digital-add-category-wrap .select__body {
        border: none;
    }

    .account-digital-add-category-title {
        font-size: 16px;
    }

    .account-digital-add-steps {
        max-width: 330px;
        margin: 50px 0;
    }

    .account-digital-add-steps-step::after {
        content: url(/local/templates/main/../main/imgs/account/next-adapt.svg);
        right: -50px;
        width: 30px;
    }

    .account-digital-add-steps-step-active::after {
        content: url(/local/templates/main/../main/imgs/account/next-active-adapt.svg);
    }

    .account-digital-add-steps-step-ready::after {
        content: url(/local/templates/main/../main/imgs/account/next-active-adapt.svg);
    }

    .account-digital-add-form-button {
        margin-top: 0;
    }

    .account-digital-add-form .add-date-title {
        font-size: 16px;
        line-height: 24px;
    }

    .account-digital-add-form .account__edit-item {
        margin: 50px 0;
    }

    .account-digital-add .form__success {
        margin-top: 20px;
        padding-top: 6px;
    }

    .account-digital-add .form__success-title {
        font-size: 22px;
        line-height: 30px;
        max-width: 318px;
        text-align: center;
    }

    .account-digital-add .digital-guar-links .digital-guar-link {
        display: none;
    }

    .account-digital-add .digital-guar-links .button {
        min-width: 100%;
        width: 100%;
    }

    .account-digital-add-serialnum {
        margin-bottom: 45px;
    }

    .account-digital-add .add-file-wrap .add-wrap {
        margin-bottom: 29px;
    }

    .account-digital-add .add-file-wrap .add-wrap-fileplace {
        margin-bottom: 0;
    }

    .account-digital-add .add-file-wrap-preview-container img {
        top: 26%;
    }

    .account-digital-add .add-file-wrap-preview-reload {
        top: 26%;
    }

    .account-digital-add .add-file-title {
        font-size: 16px;
    }

    .return__title {
        font-size: 20px;
        line-height: 24px;
    }

    .return-form {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .return-form-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        row-gap: 30px;
    }

    .return-form-column {
        width: 400px;
    }

    .return-form__label {
        font-size: 16px;
        line-height: 24px;
    }

    .return-form-textarea {
        width: 400px;
    }

    .return-form-buttons {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .return-form-buttons--mt {
        margin-top: 0;
    }

    .return-form__btn--back {
        display: none;
    }

    .return-form__btn--next {
        width: 400px;
    }

    .return-form__btn--finish {
        width: 400px;
    }

    .return-form-checkboxes__text {
        margin-top: 0;
        line-height: 16px;
    }

    .return-form-checkboxes {
        width: 400px;
    }
}

@media (max-width: 695px) {
    .account-digital-add .add-file-result-wrap {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .account-digital-add .add-file-result-wrap .form__consent {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .account-digital-add .add-file-result-wrap .add-file-result {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-left: 0;
        margin-top: 15px;
    }
}

@media (max-width: 575.98px) {
    .account-digital-add-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .account-digital-add-steps-step::after {
        right: -50px !important;
    }

    .account-digital-add-form-button {
        font-size: 14px;
    }

    .account-digital-add .digital-card-link {
        display: none;
    }

    .account-digital-add-serialnum-title {
        font-size: 16px;
    }

    .account-digital-add .add-file-result-message {
        font-size: 12px;
    }

    .return-form {
        row-gap: 20px;
    }

    .return-form-row {
        row-gap: 20px;
    }

    .return-form-column {
        width: 335px;
    }

    .return-form__input {
        padding: 0 20px;
    }

    .return-form-textarea {
        width: 335px;
    }

    .return-form__textarea {
        padding: 15px 20px;
    }

    .return-form-buttons {
        margin-top: 10px;
    }

    .return-form__btn--next {
        width: 335px;
    }

    .return-form__btn--finish {
        width: 335px;
    }

    .return-form-checkboxes {
        width: 335px;
        margin-bottom: 0;
    }

    .return-form .select__el .ss-content .ss-list .ss-option {
        padding: 0 20px;
    }

    .return-form .select__el .ss-single-selected {
        padding: 0 20px;
    }
}

@media (max-width: 541px) {
    .account-digital-add-form .account__edit-item {
        margin: 80px 0 0 0;
    }
}

@media (max-width: 515px) {
    .account-digital-add-form .account__edit-item {
        padding-top: 40px;
    }
}

._orientationRight_be95.wrap_fec1 {
    right: 32px !important;
    bottom: 200px !important;
}

@media (max-width: 575.98px) {
    .b24-widget-button-wrapper {
        right: 30px !important;
        bottom: 120px !important;
    }

    .__jivoMobileButton {
        left: auto !important;
        right: 32px !important;
        bottom: 180px !important;
        z-index: 9999 !important;
    }
}

.__jivoDesktopButton {
    right: 25px;
}

.b24-form-state-container .b24-form-success {
    background-color: #fff !important;
}

.popup__item#popup-casco .popup__casco-img, .popup__item#popup-simble .popup__casco-img {
    width: 170px;
    height: 40px;
}

.popup__item#popup-casco .popup__casco-img img, .popup__item#popup-simble .popup__casco-img img {
    width: 100%;
}

.popup__item#popup-casco .popup__casco-text, .popup__item#popup-simble .popup__casco-text {
    margin-top: 70px;
    font-size: 18px;
    line-height: 28px;
    color: #0d1321;
}

.popup__item#popup-casco .popup__casco-text p, .popup__item#popup-simble .popup__casco-text p {
    margin-top: 30px;
}

.popup__item#popup-casco .popup__casco-text ul, .popup__item#popup-simble .popup__casco-text ul {
    list-style-type: initial;
    margin-top: 20px;
}

.popup__item#popup-casco .popup__casco-text ul li, .popup__item#popup-simble .popup__casco-text ul li {
    margin-left: 25px;
    margin-top: 15px;
}

.popup__item#popup-casco .popup__casco-btn, .popup__item#popup-simble .popup__casco-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
}

.popup__item#popup-simble .popup__casco-button {
    padding: 21px 130px;
    font-weight: 500;
    line-height: 18px;
}

.popup__item#popup-casco .popup__casco-button {
    padding: 0 92px;
    height: 50px;
    font-size: 14px;
    line-height: 16px;
}

.button--gray2:hover {
    background-color: #878C97;
}

.button--gray2 {
    background-color: #727883;
}

.button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 200px;
    padding: 0 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 60px;
    font-size: 16px;
    color: #fff;
    border-radius: 15px;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    border: none;
    outline: none;
    cursor: pointer;
}


.popup__item {
    position: relative;
    max-width: 100%;
    width: 580px;
    margin: 50px auto;
    padding: 36px 100px 50px;
    -webkit-box-shadow: 0 2px 10px 0 rgb(85 85 85 / 50%);
    box-shadow: 0 2px 10px 0 rgb(85 85 85 / 50%);
    border-radius: 15px;
    background-color: #fff;
}

.popup__item#popup-casco .popup__casco-img, .popup__item#popup-simble .popup__casco-img {
    width: 170px;
    height: 40px;
}

.popup__item#popup-casco .popup__casco-img img, .popup__item#popup-simble .popup__casco-img img {
    width: 100%;
}

.popup__item#popup-casco .popup__casco-text, .popup__item#popup-simble .popup__casco-text {
    margin-top: 70px;
    font-size: 18px;
    line-height: 28px;
    color: #0d1321;
}

.popup__item#popup-casco .popup__casco-text p, .popup__item#popup-simble .popup__casco-text p {
    margin-top: 30px;
}

.popup__item#popup-casco .popup__casco-text ul, .popup__item#popup-simble .popup__casco-text ul {
    list-style-type: initial;
    margin-top: 20px;
}

.popup__item#popup-casco .popup__casco-text ul li, .popup__item#popup-simble .popup__casco-text ul li {
    margin-left: 25px;
    margin-top: 15px;
}

.popup__item#popup-casco .popup__casco-btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.popup__item#popup-casco .popup__casco-btn, .popup__item#popup-simble .popup__casco-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
}

.popup__item#popup-simble .popup__casco-button {
    padding: 21px 130px;
    font-weight: 500;
    line-height: 18px;
}

.popup__item#popup-casco .popup__casco-button {
    padding: 0 92px;
    height: 50px;
    font-size: 14px;
    line-height: 16px;
}

.button--gray2:hover {
    background-color: #878C97;
}

.button--gray2 {
    background-color: #727883;
}

.button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 200px;
    padding: 0 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 60px;
    font-size: 16px;
    color: #fff;
    border-radius: 15px;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    border: none;
    outline: none;
    cursor: pointer;
}

.popup__item#popup-casco .popup__casco-icon, .popup__item#popup-simble .popup__casco-icon {
    width: 20px;
    height: 20px;
    stroke: #fff;
    fill: none;
    margin-left: 20px;
}

.account-digital-add-descr {
    display: grid;
    row-gap: 16px;
    margin-bottom: 50px;
}

.account-digital-add-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #4C5057;
}

#main-auth .popup__oops,
#popup-login .popup__oops {
    margin: 0 auto;
    width: 95px;
    height: 136px;
}

.b24-widget-button-wrapper.b24-widget-button-position-bottom-right,
.b24-widget-button-wrapper.b24-widget-button-position-bottom-middle,
.b24-widget-button-wrapper.b24-widget-button-position-bottom-left {
    bottom: 118px !important;
    right: 25px;
}

/* Селектор выбора устройства для мобильной версии */
@media (max-width: 1279px) {
    .select .select__el {
        border-radius: 15px;
        padding: 0px 4%;
        font-family: ubuntu, sans-serif;
        font-weight: 300;
        appearance: none;
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.9990001 7.9990001' fill='%23727883'%3E%3Cpath d='M4.311 6.363l3.56-3.787c.083-.088.128-.205.128-.33 0-.123-.045-.24-.128-.328l-.262-.279c-.17-.181-.448-.181-.619 0L4 4.819 1.009 1.636C.92600003 1.548.81700003 1.5.69900003 1.5c-.117 0-.227.048-.31.136l-.261.279c-.083.088-.128.204-.128.33 0 .124.045.24.128.328L3.689 6.363c.083.088.193.136.31.136.118 0 .229-.048.311-.136z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position-x: calc(95%);
        background-position-y: calc(50%);
        background-size: 14px;
}
}

/*T-12103*/
.account__tabs .account__body-button_return::before {
    content: "";
    background-image: url(/local/templates/main/./imgs/account/account-profile-icon.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 71px;
    height: 71px;
    margin-bottom: 38px;
}

.return {
    width: calc(76% - 50px);
}

.return__title {
    font-size: 24px;
    line-height: 28px;
}

.return-form {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px;
}

.return-form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.return-form-row-wrap{
    flex-wrap: wrap !important;
}
.mt-2 {
    margin-top: 15px;
}

.return-form-column {
    width: calc(50% - 25px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.return-form__label {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #0d1321;
    margin-bottom: 10px;
}

.return-form__label--required:after {
    content: "*";
    position: absolute;
    font-size: 16px;
    line-height: 24px;
    margin-left: 5px;
    color: #FF5656;
}

.return-form__input {
    height: 60px;
    padding: 0 30px;
    border: 1px solid #727883;
    border-radius: 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #0d1321;
}

.return-form__input:focus {
    outline: none;
}

.return-form__input::-webkit-input-placeholder {
    color: #727883;
}

.return-form__input::-moz-placeholder {
    color: #727883;
}

.return-form__input:-ms-input-placeholder {
    color: #727883;
}

.return-form__input::-ms-input-placeholder {
    color: #727883;
}

.return-form__input::placeholder {
    color: #727883;
}

.return-form-textarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.return-form__textarea {
    width: 100%;
    height: 120px;
    border: 1px solid #727883;
    border-radius: 15px;
    padding: 20px 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #0d1321;
    resize: none;
}

.return-form__textarea:focus {
    outline: none;
}

.return-form-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.return-form-buttons--mt {
    margin-top: 46px;
}

.return-form__btn--back {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #727883;
    margin-right: 50px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

.return-form__btn--next {
    width: calc(50% - 25px);
    height: 60px;
    background-color: #727883;
    border: none;
    border-radius: 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.return-form__btn--finish {
    width: calc(50% - 25px);
    height: 60px;
    background-color: #3171B5;
    border: none;
    border-radius: 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.return-form__btn--upload {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 60px;
    background-color: #727883;
    border: none;
    border-radius: 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.return-form__upload {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.return-form__upload svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}

.return-form-container {
    position: relative;
}

.return-form__file {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.return-form-checkboxes {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 15px;
}

.return-form-checkboxes__text {
    margin-top: 2px;
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    color: #0d1321;
}

.return-form .select__el .ss-content .ss-list .ss-option {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 0 30px;
}

.return-form .ss-main .ss-single-selected .placeholder {
    color: #727883;
}

.return-form .select__el .ss-single-selected {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    padding: 0 30px;
}

.form__error {
    border-color: #ff5656 !important;
}
/*Временно перенес стили для селекта*/
.countries, .account-countries-tel {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
}


.countries, .account-countries-tel-mask {
    position: relative;
    display: flex;
    align-items: center;
    width: 100px;
    height: 54px;
    border: 1px solid gray;
    border-right: none;
    background-color: #F5F5F5;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-left: 15px;
    cursor: pointer;
}

.countries, .account-countries-tel-mask__flag {
    width: 44px;
    height: 30px;
}

.countries, .account-countries-tel-mask__flag img {
    width: 100%;
    height: 100%;
}


.countries, .account-countries-tel-mask__arrow {
    position: absolute;
    width: 12px;
    height: 8px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.4s;
    cursor: pointer;
}

.countries, .account-countries-tel-mask__arrow svg {
    position: absolute;
    width: 12px;
    height: 8px;
    stroke: black;
    stroke-width: 1.2px;
    fill: none;
}

.countries, .account-countries-tel-mask__arrow--up {
    transform: rotate(180deg) translateY(50%);
}


.countries, .account-countries-tel-phone {
    width: calc(100% - 100px);
}

.countries, .account-countries-tel-list {
    position: absolute;
    top: 60px;
    background-color: white;
    width: 100%;
    max-height: 200px;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #dedfe3 #fff;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 10px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #282828;
    z-index: 10;
    display: none;
}

.countries, .account-countries-tel-list::-webkit-scrollbar {
    width: 12px;
}

.countries, .account-countries-tel-list::-webkit-scrollbar-thumb {
    background-color: #dedfe3;
    border-radius: 10px;
    border: 3px solid white;
}

.countries, .account-countries__input {
    width: 100%;
    height: 54px;
    padding: 0 10px;
    border: 1px solid gray;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    transition: 0.4s;
    color: black;
    cursor: pointer;
}

.countries, .account-countries__input::placeholder {
    transition: 0.4s;
    color: gray;
}

.countries, .account-countries__input:hover {
    border: 1px solid black;
}

.countries, .account-countries__input:hover::placeholder {
    color: black;
}

.countries, .account-countries__input:focus {
    outline: none;
}

.countries, .account-countries__input:focus::placeholder {
    color: black;
}

.countries, .account-countries-input-list-search {
    padding: 8px 15px;
}

.countries, .account-countries-input-list__search {
    width: 100%;
    height: 30px;
    padding: 0 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    border-radius: 4px;
    border: 1px solid gray;
    color: black;
}

.countries, .account-countries-input-list__search:focus {
    outline: none;
}

.countries, .account-countries-input-list__search::placeholder {
    color: gray;
}

.countries, .account-countries-input-list__value, .account-countries-input-list__another {
    height: 46px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: 0.4s;
    padding: 8px 15px;
}

.countries, .account-countries-input-list__value:hover, .account-countries-input-list__another:hover {
    background-color: #dedfe3;
}

.countries, .account-countries-input-list__flag {
    width: 44px;
    height: 30px;
}

.countries, .account-countries-input-list__flag img {
    width: 100%;
    height: 100%;
}

.countries, .account-countries-input-list__country {
    margin-left: 8px;
}

.countries, .account-countries-input-list__code {
    margin-left: 10px;
    color: gray;
}

.d-none {
    display: none;
}

@media(max-width: 568px) {
    div.news--desc {
        width: 100%;
        margin: 20px 0;
    }
}

.clue-item.active {
    z-index: 99999;
}
/* End */
/* /bitrix/templates/.default/ajax/ajax.css?1746115135448 */
/* /local/components/ilab/bitrix24.callback/templates/.default/style.css?17544944026062 */
/* /local/components/ilab/header.link/templates/main/style.css?1754494402826 */
/* /local/components/ilab/header.link/templates/mobile_main/style.css?1754494402937 */
/* /local/templates/.default/components/ilab/search.form/mobile-slide/style.css?175449440751 */
/* /local/components/ilab/contacts/templates/footer/style.css?17544944023834 */
/* /local/components/ilab/quick.order/templates/.default/style.css?1754494402438 */
/* /local/templates/.default/components/ilab/location.search/desktop/style.css?175449440743 */
/* /local/components/ilab/quick.auth/templates/.default/style.css?17544944027907 */
/* /local/components/ilab/cookie.banner/templates/.default/style.css?17544944021660 */
/* /local/templates/main/template_styles.css?175449440944685 */
