.skladovkaim {
    display: none;
}
.hidden {
    display: none;
}

.header-mobile {
    display: none;
}
#complbtn {
    margin-top: 30px !important;
}
.complbtn-success {
    background: #FFFFFF !important;
    border: 1px solid #059B41 !important;
    border-radius: 3px !important;
    font-family: 'Cuprum' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #059B41 !important;
    height: 43px;
    display: flex !important;
    align-items: center;
}
.complbtn-success img {
    margin-right: 10px;
}
.art-file {
    display: flex;
    flex-direction: column;
    margin-right: 10px;
}
#fileinput + label {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    float: right;
    cursor: pointer;
}
.art-file__title {

    font-family: 'Cuprum';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 0%;
    /* identical to box height, or 0px */

    text-align: center;

    color: #2489A6;

}
.art-file__descr {

    font-family: 'Cuprum';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 0%;
    /* identical to box height, or 0px */

    text-align: center;
    letter-spacing: 0.025em;
    margin-top: 15px;
    color: #A0A0A0;
}
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.new__title {
    font-family: 'Cuprum';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 0%;
    /* identical to box height, or 0px */

    text-align: center;
    text-transform: uppercase;
    margin: 35px 0px;
    color: #FF5C00;

}
.offersSlides {
    padding: 35px 0px 25px 0px !important;
    margin: -15px 0px 25px 0px;
    border-bottom: 1px solid #000000;
}
.art-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 75px;
}
.art-links__link {
    background: linear-gradient(180deg, #EB691F 0%, #D05815 100%);
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    font-family: 'Cuprum';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 0%;
    /* identical to box height, or 0px */

    text-align: center;

    color: #FFFFFF;

    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 24px 17px;
}
.art-links__link:nth-child(2) {

    background: linear-gradient(180deg, #2489A7 0%, #1A748E 100%);
    border: 1px solid #2489A7;
}

.art-links__link:hover {
    color: #f1f1f1;
}
.art-news__title {
    font-family: 'Cuprum';
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 100%;
    /* or 21px */


    color: #000000;
}
.art-news__date {
    font-family: 'Cuprum';
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 0%;
    /* identical to box height, or 0px */

    text-align: center;

    color: #0D0E0E;

}
.art-news__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #000000;
    padding: 15px 0px;
}
.complaints{
    display: none;
}
.pc-hidden {
    display: none;
}
.link-instruction {
    text-decoration: underline;
    color: rgb(248, 114, 24);
}

.productsSlides img {
    border: 1px solid #686565;
    border-radius: 5px;
}
.productsSlides {
    padding: 35px 0px !important;
}

.support_image {
    float: right;
}
.page .tab {
    padding: 15px 5px;
    margin-left: 7px;
}

.nav_tabs a:first-child {
    color: #ffffff;
    border: 1px solid #059B41;
	background: linear-gradient(to bottom, #059B41 50%, #027a32 100%);
	padding-right: 40px;
	padding-left: 40px;
}
.to-home {
    background: #FFFEFE;
    border: 1px solid #C9CDCE;
    border-radius: 3px;
    font-family: 'Cuprum';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 0px;
    /* identical to box height */

    text-align: center;
    padding: 18px 10px;
    color: #000000;

}
.auth-name__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.logout {
    margin: 0 5px 10px;
}
ё {
    border: 1px solid #059B41;
    color: #059B41;
	padding:15px 15px;
}



@media (max-width: 480px) {

    .nav_tabs a:first-child.nav_tabs a:first-child {
        color: #2489A6;
        border: 1px solid #2489A6;
    }
    .art-formcomplaints {
        display: grid;
    }

    .art-formcomplaints__submit {
        width: 187px;
        background: linear-gradient(180deg, #FF5C00 0%, #C04D0C 100%) !important;
        border-radius: 4px !important;
        font-family: 'Cuprum' !important;
        font-style: normal;
        font-weight: 400;
        font-size: 16px !important;
        line-height: 0%;
        text-align: center;
        color: #FFFFFF !important;
        height: 40px !important;
    }

    .art-formcomplaints__item {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .logout {
        margin: 0 0px 10px;
    }
    .art-formcomplaints__item select {
        width: 200px;
    }

    .art-formcomplaints__item:last-child {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .personal-page .art-formcomplaints__item:last-child {
        margin-top: 35px !important;
    }

    .personal-page .art-formcomplaints__item:not(:first-child) {
        margin-top: 10px;
    }

    .complaints-page .art-formcomplaints__item:last-child #closecompl {
        margin-top: 11px;
    }

    .complaints-page .art-formcomplaints__item:nth-child(3) {
        border-bottom: 1px solid #B5B5B5;
        padding-bottom: 20px;
    }

    .complaints-page .art-formcomplaints__item:nth-child(7) {
        flex-direction: column;
        margin-top: 15px;
    }

    .complaints-page .art-formcomplaints__item:nth-child(7) label {
        width: 100%;
        margin-bottom: 20px;
    }

    .complaints-page .art-formcomplaints__item:nth-child(7) .art-formcomplaints__input {
        width: 100%;
    }

    .art-formcomplaints__item label {

        font-family: 'Cuprum';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 0px;
        color: #2489A6;

    }

    .art-formcomplaints__input {
        display: flex;
        flex-direction: column;
    }

    .logo {
        background: url("/images/logo-mobile.svg");
        position: static;
        width: 58px;
        height: 54px;
    }

    .header-mobile__callback {
        background: linear-gradient(180deg, #2489A7 0%, #19718B 100%);
        border-radius: 4px;
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        color: #FFFFFF;
        padding: 7px;
        max-width: 117px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: 'Cuprum';
        font-style: normal;
        margin-top: 15px;
    }

    .mob-version {
        background-image: url("/images/footer-top-bg.png");
        background-repeat: no-repeat;
        padding: 20px 0px 10px 0px;
        margin-top: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .mob-version .art-social {
        list-style: none;
        display: flex;
        align-items: center;
        margin: 0;
    }

    .mob-version .art-social .art-social__item:not(:first-child) {
        margin-left: 5px;
    }

    .mob-version .art-social .art-social__link {
        background-color: #5A5A5A;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .mob-version .art-social .art-social__link:hover {
        background-color: #000;
    }

    .header-mobile__phone {
        font-family: 'Cuprum';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 18px;
        text-decoration-line: underline;

        color: #000000;

    }

    .header-mobile__container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .header-desktop {
        display: none;
    }

    .header-mobile {
        display: block;
    }

    .nav_tabs .tab-column {
        margin-top: 0;

    }

    .page .nav_tabs {
        margin-top: 30px;
    }

    .art-form__title {
        font-family: 'Cuprum';
        font-style: normal;
        font-weight: 400;
        font-size: 21px;
        line-height: 0px;
        color: #FF5C00;

    }

    .art-form__field {
        font-family: 'Cuprum';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 0px;
        text-align: center;
        color: #2489A6;

    }

    .art-form {
        margin-top: 20px;
    }

    .shop-mobile-form table td {
        padding-bottom: 13px;
    }

    .art-form__password-block {
        border-top: 1px solid #B5B5B5;
    }

    .art-form #personalbtn {
        background: linear-gradient(180deg, #FF5C00 0%, #C04D0C 100%);
        border-radius: 4px;
        min-width: 198px;
        font-weight: 400;
        font-size: 16px;
        line-height: 0px;
        text-align: center;
        color: #FFFFFF;
        padding: 17px;
    }

    .visually-hidden {
        position: absolute !important;
        clip: rect(1px 1px 1px 1px);
        /* IE6, IE7 */
        clip: rect(1px, 1px, 1px, 1px);
        padding: 0 !important;
        border: 0 !important;
        height: 1px !important;
        width: 1px !important;
        overflow: hidden;
    }

    .accordion {
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .accordion__control {
        display: flex;
        align-items: center;
        justify-content: space-between;
        list-style: none;
        padding: 5px 10px;
        background: #FFFBFB;
        border: 1px solid #000000;
        border-radius: 3px;
        width: calc(100% - 20px);
    }

    .accordion__control::-webkit-details-marker {
        display: none;
    }

    .accordion__title {
        margin: 0;
        font-family: 'Cuprum';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 0px;
        text-align: center;
        color: #000000;

    }

    .accordion__icon {
        position: relative;
        display: inline-block;
        width: 30px;
        height: 30px;
        border-radius: 100%;
        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='M6.43818 0.098971L13.0993 11.2623L0.0747806 11.4337L6.43818 0.098971Z' fill='%232489A7'/%3E%3C/svg%3E");
        background-position: center;
        background-repeat: no-repeat;
        transform: rotate(180deg);
    }


    .accordion[open] .accordion__icon {
        transform: rotate(0deg);
    }

    .page__title {
        font-family: 'Cuprum';
        font-style: normal;
        text-align: left;
        text-transform: capitalize;
        font-weight: 400;
        font-size: 21px;
        line-height: 0px;
        color: #FF5C00;
        border-bottom: 1px dashed #000000;
        padding: 25px 0px;

    }

    .new__title {
        font-family: 'Cuprum';
        font-style: normal;
        text-align: left;
        font-weight: 400;
        font-size: 21px;
        line-height: 0px;
        color: #FF5C00;
        padding: 25px 0px;
        margin: 15px 0px;
    }

    #phone-floating {
        display: none;
    }

    .art__title {
        text-align: left;
        text-transform: capitalize;
        font-weight: 400;
        font-size: 21px;
        line-height: 0px;
        color: #FF5C00;

        padding: 25px 0px;
    }

    .art_buttons {
        font-weight: 400;
        font-size: 16px;
        line-height: 0px;
        margin: 0 auto;
        color: #2489A7;
        padding: 17px;
        background: #FFFFFF;
        border: 1px solid #2489A7;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 3px;
        display: inline-block;
    }

    .page .contract li > strong {
        float: none;
        margin-left: 0px;
        font-family: 'Cuprum';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 0%;
        /* identical to box height, or 0px */

        text-align: center;

        color: #2489A6;

    }
    .page .contract li>span,  .page .contract li>a {
        font-family: 'Cuprum';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 0px;
        text-align: center;
        padding-right: 35px;
    }

     .page .contract li>span
     {
        color: #000000;
     }

    TABLE TH, TABLE TD {
        padding: 0px;
    }

    .art-news__item {
        display: flex;
        align-items: center;
        justify-content: space-between;

        padding: 10px 0px;

    }

    .art-news__item:not(:first-child) {
        margin-top: 10px;
    }

    .art-news__item:not(:last-child) {
        border-bottom: 1px solid #DAD7D7;
    }

    .art-pay {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        margin: 20px 0px;
        align-items: center;
    }

    .art-pay__item {
        justify-self: center;
    }

    .art-news__title {
        font-family: 'Cuprum';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 14px;
        color: #000000;
        max-width: 250px;
    }

    .art-news__date {
        font-family: 'Cuprum';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 0px;
        text-align: center;
        color: #0D0E0E;

    }

    .inv_tbl .inv_amount label > span, .inv_tbl .inv_amount.inp {
        font-family: 'Cuprum';
        font-weight: 400;
        font-size: 19px;
        text-align: center;
        color: #FF5C00;

    }

    .inv_tbl input[name=sum] {
        background: #FFFFFF;
        border: 1px solid #837575;
        border-radius: 4px;
        padding: 6px;
        font-weight: 400;
        font-size: 14px;
        line-height: 0px;
        text-align: center;
        color: #C9CDCE;

    }

    .inv_tbl input[name=sum]::placeholder {
        color: #C9CDCE;
    }

    .inv_tbl:not(.inv_tbl_mobile) tbody td, .inv_tbl_mobile tbody {
        padding: 20px;
        background: #FFBC96;
        border-radius: 3px;
    }

    .inv_tbl .contract_invoice .descr, .inv_tbl .inv_i {
        font-weight: 400;
        font-size: 14px;
        line-height: 0px;
        text-align: center;
        color: #202121;

    }

    .inv_tbl.inv_tbl_mobile .button_bay {
        max-width: 180px;
        font-weight: 400;
        font-size: 16px;
        line-height: 0px;
        text-align: center;
        color: #FFFFFF;
        background: linear-gradient(180deg, #FF5C00 0%, #C04D0C 100%);
        border-radius: 4px;
        padding: 17px;
        margin: 0 auto;
    }

    .inv_tbl_mobile .inv_pay_all th {
        padding: 5px 0px 15px 0px;
    }

    .offersSlides, .productsSlides {
        padding: 0px 0px 30px 0px !important;
    }

    .art-links {
        display: grid;
        gap: 10px;
        grid-template-columns: repeat(1, 1fr);
    }

    .art-links__link {
        background: #FFFFFF !important;
        border: 1px solid #2489A7 !important;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 3px;
        padding: 17px 3px;
        font-family: 'Cuprum';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 0px;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
        color: #2489A7;
    }

    .swiper-slide img {
        display: block;
        width: calc(100% - 2px);
        height: 100%;
        object-fit: cover;
        border: 1px solid #686565;
        border-radius: 3px;
    }


    .page .contract ul {
        width: 100%;
    }

    .page .contract li {
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 20px;
    }

    .page .contract li:not(:last-child) {
        border-bottom: 1px solid #DDCCCC;
    }
    .page .contract li:last-child {
        border-bottom: 1px dashed #000000;
    }
    .page .contract {
        width: 100%;
    }


    .burger-menu {
        margin-right: 0;
    }

    .hidden {
        display: block;
    }

    .page .nav_tabs {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-end;
    }

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


    .nav_tabs .tab-column {
        box-sizing: border-box;
        max-width: 165px;
        font-size: 14.7px;
        align-items: center;
        max-height: 31px;
        padding: 5px;
        overflow: hidden;
    }



   .art-home .auth-name__wrapper {
       justify-content: space-between;
    }
    #card-bindings-form .item-card button.delete {
        border-radius: 8px;
        border: none;
        padding: 5px;
    }
    .art-pay-form {

    }
    .art-pay-form__money {
        background: transparent !important;
        text-align: right;
    }
    #fileinput + label {
        display: flex;
        align-items: center;
        flex-direction: row;
        float: none;
    }
    .art-file {
        margin-right: 0;
        margin-left: 10px;
    }
    .page .nav_tabs .tab {
        margin-right: 0px;
        margin-top: 4px;
    }
    .page .nav_tabs .tab:not(:first-child) {
        margin-left: 4px;
    }
    .page .nav_tabs .tab:nth-child(4n), .page .nav_tabs .tab:last-child {
        margin-left: 0px;
    }
    .pay_invoice {
        background-color: #FFBC96;
        padding: 20px;
        border-radius: 3px;
        margin: 10px 0px;
     }

    .pay_invoice.selected{
        background-color: #ffff76;
    }
    .inv_tbl .r {
        padding-right:5px;
        text-align: right;
        font-weight: bold;
        padding: 5px 15px;
    }
    .inv_tbl .l {
        padding-left:5px;
        text-align: left;
        font-weight: bold;
        padding: 5px 15px;
    }
    .inv_tbl.inv_tbl_mobile .button_bay {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: max-content;
        justify-content: space-between;
        margin-top: 10px;
    }
    .page hr {
        display: none;
    }
    .inv_tbl .inv_hdr {
        border-top: none;
    }
    .inv_tbl .error {
        font-size: 12px;
    }
    .inv_pay_all_sum_box {
        margin-top: 20px;
    }
    .complbtn-success {
        background: #FFFFFF !important;
        border: 1px solid #059B41 !important;
        border-radius: 3px !important;
        font-family: 'Cuprum' !important;
        font-style: normal;
        font-weight: 400;
        font-size: 16px !important;
        line-height: 0%;
        text-align: center;
        text-transform: uppercase;
        color: #059B41 !important;
        height: 43px;
        display: flex !important;
        align-items: center;
    }
}