.cabinet-login {
    overflow: hidden;
}
.cabinet-login .cab-login__head{
    margin: 30px 0 14px;
}
.cabinet-login .cab-login__title{
    font-size: 56px;
    color: #000000;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -3px;
    margin:0 0 10px;
    line-height: 1;
}
.cabinet-login .cab-login__desc{
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    width: 450px;
}
.cabinet-login .cab-login__desc a {
    color: rgba(0, 0, 0, 0.7);
    text-decoration: underline;
}
.cabinet-login .cab-login__wrap{
    display:flex;
    gap:50px;
    align-items:center;
    padding-top: 25px;
    padding-bottom: 110px;
}
.cabinet-login .cab-login__left{
    flex: 0 0 675px;
}
.cabinet-login .cab-login__right{
    flex: 1 1 auto;
}
.cabinet-login .cab-login__card{
    background: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0 10px 20px rgba(0,0,0,.06);
    overflow: hidden;
}
.cabinet-login .cab-login__tabs{
    display:flex;
    padding: 18px 26px 0;
    position: relative;
    overflow-x:auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling:touch;
    align-items: center;
    justify-content: center;
    gap: 43px;
    width: 100%;
}
.cabinet-login .cab-login__tabs:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(213, 213, 213, 0.05) 0%, #D5D5D5 50%, rgba(213, 213, 213, 0.05) 100%);
}
.cabinet-login .cab-login__tab{
    position:relative;
    background:transparent; border:0;
    padding: 27px 0 5px; margin:0;
    white-space:nowrap;
    color:rgba(0,0,0,.7);
    font: 400 16px/1.2 'NotoSans', sans-serif;
    cursor:pointer;
}
.cabinet-login .cab-login__tab.active { 
    color:#00238F;
}
.cabinet-login .cab-login__tab.active::after{
    content:""; 
    position:absolute; 
    left:0; 
    right:0;
    bottom:-1px; 
    height:2px; 
    background:#00238F;
}
.cabinet-login .cab-login__body{
    padding: 33px 25px 50px;
}
.cabinet-login .cab-login__pane{
    min-height: 200px;
    display:none;
}
.cabinet-login .cab-login__pane.active{ display:block; }

.cabinet-login .cab-bank__title{
    color:#000;
    margin: 0 0 32px;
    text-align: center;
}
.cabinet-login .cab-bank__grid{
    gap:8px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.cabinet-login .cab-bank__item{
    display:block;
    cursor:pointer;
    width: 192px;
}
.cabinet-login .cab-bank__check{
    position:absolute;
    width:1px; height:1px; margin:-1px; padding:0; border:0;
    clip:rect(0 0 0 0); clip-path: inset(50%);
    overflow:hidden; white-space:nowrap;
}

.cabinet-login .cab-bank__box{
    display:flex; align-items:center;
    justify-content:center;
    height:64px;
    padding:10px 14px;
    border:1px solid rgba(0,0,0,.1);
    border-radius:2px; background:#fff;
    transition: box-shadow .3s, border-color .3s;
}
.cabinet-login .cab-bank__box img{
    width:auto; display:block;
    max-width: 145px;
}
.cabinet-login .cab-bank__check:checked + .cab-bank__box{
    border-color: rgba(0,35,143,.7);
}
.cabinet-login .cab-right__title{
    font: 400 28px/1.3 'Poppins', sans-serif; color:#111;
    margin: 0px 0 20px;
    max-width: 370px;
}
.cabinet-login .cab-right__list{
    list-style:none; padding:0; margin:0 0 15px;
    color: rgba(0,0,0,.7);
    font-size:16px;
    position: relative;
    z-index: 2;
}
.cabinet-login .cab-right__list li{
    position:relative; padding-left:23px; margin: 10px 0;
}
.cabinet-login .cab-right__list li::before{
    content:""; position:absolute;
    left:2px; top:8px;
    width: 9px;
    height: 8px;
    background-repeat: no-repeat;
    background-size: 9px 8px;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%279%27%20height%3D%278%27%20viewBox%3D%270%200%209%208%27%20fill%3D%27none%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M6.96963%200.96967C7.26253%200.676777%207.7374%200.676777%208.03029%200.96967C8.31959%201.25897%208.32314%201.72582%208.04094%202.01947L4.04873%207.00973C4.04297%207.01693%204.03682%207.02381%204.03029%207.03033C3.7374%207.32322%203.26253%207.32322%202.96963%207.03033L0.323186%204.38388C0.0302923%204.09099%200.0302923%203.61612%200.323186%203.32322C0.616079%203.03033%201.09095%203.03033%201.38385%203.32322L3.47737%205.41674L6.94974%200.992105C6.95592%200.984235%206.96256%200.976743%206.96963%200.96967Z%27%20fill%3D%27%2300238F%27/%3E%3C/svg%3E");
    background-position:center;
}
.cabinet-login .cab-right__media{
    position: absolute;
    right: 15px;
    top: 30%;
    transform: translateY(-50%);
}
.cabinet-login .cab-right__media img{
    width: 260px;
    height: auto;
    display: block;
    transform: rotate(-15deg);
    margin-top: -100px;
    box-shadow: 0px 3.64px 8.19px rgb(0 0 0 / 10%), 0px 14.56px 14.56px rgb(0 0 0 / 9%), 0px 31.86px 19.12px rgb(0 0 0 / 5%), 0px 56.44px 22.76px rgb(0 0 0 / 1%), 0px 88.3px 24.58px rgb(0 0 0 / 0%);
}
.cab-soon {
    font-size: 18px;
    text-align: center;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cabinet-in__cont {
    display: flex;
    align-items: flex-start;
    margin-top: 35px;
    position: relative;
}
.cabinet-in__cont:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: calc(100% + 220px);
    height: 100%;
    background-color: #ffffff;
    z-index: 8;
}
.cabinet-in__left {
    width: 220px;
    padding-right: 25px;
    position: relative;
    z-index: 9;
}
.cabinet-tab__item {
    padding: 17px 0;
    text-align: right;
    position: relative;
    cursor: pointer;
    transition: color 0.3s ease-in-out;
}
.cabinet-tab__item a {
    color: #000000;
}
.cabinet-tab__item.active {
    color: rgba(0, 35, 143, 1);
}
.cabinet-tab__item.active:before {
    content: "";
    position: absolute;
    right: -24px;
    top: 5px;
    bottom: 5px;
    width: 4px;
    z-index: 9;
    background-color: rgba(0, 35, 143, 1);
}
.cabinet-in__right {
    width: calc(100% - 220px);
    padding-left: 62px;
    padding-right: 56px;
    position: relative;
    padding-top: 4px;
    padding-bottom: 100px;
}
.cabinet-in__right:before {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    left: -1px;
    height: 100%;
    width: 1px;
    z-index: 9;
    background: linear-gradient(90deg, rgba(213, 213, 213, 0.05) 0%, #D5D5D5 50%, rgba(213, 213, 213, 0.05) 100%);
}
.cabinet-in__title {
    font-size: 28px;
    font-family: 'Poppins', sans-serif;
}
.cabinet-in-man {
    margin-top: 20px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 10px 22px 0px rgba(0, 0, 0, 0.05),
                0px 40px 40px 0px rgba(0, 0, 0, 0.04),
                0px 89px 54px 0px rgba(0, 0, 0, 0.03),
                0px 159px 63px 0px rgba(0, 0, 0, 0.01),
                0px 248px 69px 0px rgba(0, 0, 0, 0);
    border-radius: 8px;
    padding: 34px 40px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}
.cabinet-in-man__left {
    width: 47%;
}
.cabinet-in-man__right {
    width: 49%;
    padding-left: 0;
    padding-top: 10px;
}
.cabinet-in-man__right form {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}
.cabinet-in-man__name {
    display: flex;
    align-items: center;
    gap: 20px;
}
.cabinet-in-man__icon {
    background-color: rgba(0, 35, 143, 1);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 22px;
    font-weight: 300;
}
.cabinet-in-man__names {
    font-size: 28px;
}
.cabinet-in-man__banner {
    margin-top: 34px;
    overflow: hidden;
    border-radius: 6px;
    width: 434px;
    height: 228px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 22px;
    background-image: url("/images/cabinet-in.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.cabinet-in-man__banner:before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.3);
}
.cabinet-in-man__banner-title {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    position: relative;
    z-index: 1;
}
.cabinet-in-man__banner-desc {
    line-height: 1;
    color: #ffffff;
    font-size: 24px;
    position: relative;
    z-index: 1;
}
.cabinet-in-man__banner-info {
    position: relative;
    z-index: 1;
}
.cabinet-in-man__bottom {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px 4px;
    margin-top: 25px;
}
.cabinet-in-man-bottom__item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.cabinet-in-man-bottom__item span:nth-child(1) {
    color: rgba(0, 0, 0, 1);
    font-size: 24px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}
.cabinet-in-man-bottom__item span:nth-child(2) {
   color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    font-weight: 500;
}
.cabinet-in__item {
    margin-bottom: 94px;
    position: relative;
}
.cabinet-in__item.cab-no-pad {
    margin-bottom: 0;
}
.cabinet-in__item:last-child {
    margin-bottom: 0;
}
.cabinet-in-table {
    margin-top: 11px;
}
.cabinet-in-table__th {
    display: flex;
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    padding: 14px 0;
}
.cabinet-in-table-th__image {
    width: 74px;
}
.cabinet-in-table-th__number {
    width: 16%;
    text-align: center;
}
.cabinet-in-table-th__date {
    width: 14%;
    padding-left: 20px;
}
.cabinet-in-table-th__place {
    width: 20%;
    padding-left: 30px;
}
.cabinet-in-table-th__summa {
    width: 8%;
    text-align: center;
}
.cabinet-in-table-th__status {
    text-align: center;
    width: 12%;
}
.cabinet-in-table-th__btn {
    width: calc(30% - 74px);
}
.cabinet-in-table__td {
    display: flex;
    align-items: center;
    border-radius: 2px;
    overflow: hidden;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 5px;
}
.cabinet-in-table-td__image {
    width: 74px;
    height: 64px;
}
.cabinet-in-table-td__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cabinet-in-table-td__number {
    width: 16%;
    text-align: center;
    color: rgba(0, 0, 0, 1);
    font-size: 14px;
}
.cabinet-in-table-td__date {
    width: 14%;
    padding-left: 20px;
    color: rgba(0, 0, 0, 1);
    font-size: 14px;
}
.cabinet-in-table-td__place {
    width: 20%;
    padding-left: 30px;
    color: rgba(0, 0, 0, 1);
    font-size: 14px;
}
.cabinet-in-table-td__summa {
    width: 8%;
    text-align: center;
    color: rgba(0, 0, 0, 1);
    font-size: 14px;
}
.cabinet-in-table-td__status {
    text-align: center;
    width: 12%;
}
span.process {
    color: rgba(3, 76, 187, 1);
    font-size: 14px;
    font-weight: 700;
}
.cabinet-in-table-td__btn {
    width: calc(30% - 74px);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 30px;
    gap: 30px;
}
.cabinet-in-table-td__btn button {
    color: rgba(0, 35, 143, 1);
    font-size: 14px;
    font-weight: 500;
    border: 1px solid rgba(0, 35, 143, 0.2);
    border-radius: 4px;
    padding: 15px 24px;
    background-color: unset;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.cabinet-in-table-td__info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.cabinet-in-table-td__info span {
    background-color: rgba(0, 35, 143, 1);
    width: 4px;
    height: 4px;
    border-radius: 50%;
}
.cabinet-in-select {
    position: absolute;
    right: 0;
    top: 12px;
}
.cabinet-in-select.active .cabinet-in-select__main svg {
    transform: rotate(180deg);
}
.cabinet-in-select__main {
    border: 1px solid rgba(210, 210, 210, 1);
    background: rgba(255, 255, 255, 1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 100px;
    border-radius: 3px;
    padding: 8px 16px;
    cursor: pointer;
    transition: color 0.3s ease-in-out;
}
.cabinet-in-select__main svg {
    transition: transform 0.3s ease-in-out;
}
.cabinet-in-select__info {
    overflow: hidden;
    max-height: 0;
}
.cabinet-in-select__info {
    max-height: 0;
    overflow: hidden;
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 8px 16px 0px #0000000D;
    transition: max-height 0.3s
    ease-in-out;
    left: 0;
    right: 0;
    top: 42px;
    z-index: 2;
}
.cabinet-in-select__item {
    display: flex;
    gap: 10px;
    padding: 8px 14px;
    cursor: pointer;
    transition: background-color 0.3s
    ease-in-out;
}
.other-product-modal__btn a,
button.open-see-product,
button.cabinet-in-table-btn {
    margin-top: 14px;
    display: inline-block;
    color: rgba(0, 35, 143, 1);
    background-color: unset;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    border: 1px solid rgba(0, 35, 143, 0.2);
    border-radius: 4px;
    padding: 15px 25px;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
button.open-see-product {
    position: relative;
    top: -120px;
}
form.cabinet-in-foot-item {
    position: relative;
    background: rgba(255, 255, 255, 1);
    border-radius: 8px;
    width: calc(50% - 5px);
    padding: 40px 40px 100px;
    box-shadow: 0px 10px 22px 0px rgba(0, 0, 0, 0.05),
                0px 40px 40px 0px rgba(0, 0, 0, 0.04),
                0px 89px 54px 0px rgba(0, 0, 0, 0.03),
                0px 159px 63px 0px rgba(0, 0, 0, 0.01),
                0px 248px 69px 0px rgba(0, 0, 0, 0);
}
.cabinet-in-foot-item__title {
    font-size: 28px;
    color: rgba(0, 0, 0, 1);
    font-family: 'Poppins', sans-serif;
}
.cabinet-in-foot-item__desc {
    color: rgba(0, 0, 0, 1);
    width: 70%;
    margin-top: 10px;
}
.cabinet-in-foot-item .checkout-block__w100 {
    margin-top: 32px;
}
.cabinet-in-foot-item__b {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
}
button.cabinet-in-foot-item__submit {
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 40px;
    background-color: rgba(0, 35, 143, 1);
    border: 1px solid rgba(0, 35, 143, 1);
    padding: 15px 0;
    border-radius: 4px;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-weight: 500;
    margin-top: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out, border 0.3s ease-in-out;
}
.cabinet-in-foot {
    display: flex;
    justify-content: space-between;
    margin: 90px 0 115px;
}
.cabinet-in-foot-item__image {
    width: 100%;
    height: 146px;
    object-fit: cover;
    border-radius: 6px;
    margin: 10px 0;
}
.cabinet-in-foot-item__check {
    display: flex;
    flex-direction: column;
    margin: 15px 0;
    gap: 12px;
}
.cabinet-in-foot-item-sel {
    display: flex;
    align-items: center;
    gap: 16px;
}
.cabinet-in-foot-item-sel label {
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
}
.cabinet-in-foot-item-sel .cabinet-in-select {
    position: relative;
    top: 0;
    width: 160px;
}
.cabinet-in-foot-item-sel .cabinet-in-select .cabinet-in-select__info {
    top: 62px;
}
.cabinet-in-foot-item-sel .cabinet-in-select .cabinet-in-select__main {
    padding: 18px 25px;
}
.cab-bank__form {
    width: 300px;
    margin: 20px auto 0;
}
.cab-bank__btn {
    text-align: center;
    margin-top: 30px;
}
.cab-bank__btn button {
    display: inline-flex;
    border: 1px solid #00238F;
    background: #00238F;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    padding: 15px 40px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}
.cab-bank__social {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    width: 300px;
    margin: auto;
}
.cab-bank__social-item-reg {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    border: 1px solid #000000;
    padding: 9px 0;
    border-radius: 7px;
    justify-content: center;
    cursor: pointer;
    transition: border 0.3s ease-in-out;
}
.cab-bank__social-item-reg-icon {
    width: 30px;
    display: flex;
}
.cab-bank__social-item-reg-text {
    width: calc(70% - 30px);
}
.cab-bank__social-item {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    border-radius: 2px;
    border: 1px solid rgba(186, 186, 186, 0.4);
    transition: border 0.3s ease-in-out;
}
.cab-bank__captcha {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.btn-reg {
    width: 300px;
    margin: 30px auto 0;
}
.btn-reg button {
    width: 100%;
    justify-content: center;
}
.cab-login-phone {
    margin: 40px auto 64px;
    padding: 68px 120px 52px;
    text-align: center;
    width: 676px;
    border-radius: 8px;
    background: #FFFFFF;
    box-shadow: 0px 10px 22px 0px #0000000D,
                0px 40px 40px 0px #0000000A,
                0px 89px 54px 0px #00000008,
                0px 159px 63px 0px #00000003,
                0px 248px 69px 0px #00000000;
}
.cab-login-phone__title {
    color: #000;
    font-size: 28px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
}
.cab-login-phone__desc {
    margin-top: 10px;
    color: #000;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
}
.cab-login-phone__input {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 30px;
}
.cab-login-phone__input input {
    border: unset;
    border-bottom: 1px solid #D2D2D2;
    font-size: 32px;
    color: #000000;
    font-weight: 400;
    width: 53px;
    text-align: center;
    outline: none;
}
.cab-login-phone__input input::placeholder {
    color: #000000;
}
.cab-login-phone__info {
    margin-top: 30px;
}
.cab-login-phone__info p {
    margin: 0;
}
.cab-login-phone__btn {
    margin-top: 30px;
}
.cab-login-phone__btn button {
    display: inline-flex;
    border: 1px solid #00238F;
    background: #00238F;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    padding: 15px 40px;
    width: 100%;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}
.cab-login-phone__btn button:disabled {
    border: 1px solid #00238F !important;
    background: #00238F !important;
    opacity: 0.5;
    cursor: no-drop;
}
.cab-login-phone__link {
    margin-top: 22px;
}
.cab-login-phone__link a {
    color: #00238F;
    font-size: 12px;
    text-decoration: underline;
}
.cab-login-anketa {
    margin: 40px auto 64px;
    padding: 58px 106px 52px;
    width: 676px;
    border-radius: 8px;
    background: #FFFFFF;
    box-shadow: 0px 10px 22px 0px #0000000D, 0px 40px 40px 0px #0000000A, 0px 89px 54px 0px #00000008, 0px 159px 63px 0px #00000003, 0px 248px 69px 0px #00000000;
}
.cab-login-anketa-text {
    margin-bottom: 35px;
}
.cab-login-anketa-text p {
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    margin: 0 0 14px 0;
}
.cab-login-anketa .checkout-block__w100 {
    margin-bottom: 32px;
}
.cab-login-anketa .checkout-block__w100.no-cursor {
    opacity: 0.5;
    cursor: no-drop;
}
.cab-login-anketa .checkout-block__w100.no-cursor input {
    cursor: no-drop;
    border-bottom: 1px solid #D2D2D2 !important;
}
.cabinet-login .checkout-checkbox-list {
    margin-top: 38px;
}
.cabinet-login .checkout-checkbox-item {
    margin-bottom: 24px;
}
.cab-login-anketa .checkout-checkbox-item {
    margin-bottom: 16px;
}
.checkout-checkbox-list-child {
    padding-left: 20px;
}
.checkout-checkbox-list-child .checkout-checkbox-item {
    margin-bottom: 22px;
}
.cabinet-login .checkout-checkbox-item label span:before {
    width: 22px;
    height: 22px;
    top: 50%;
    transform: translateY(-50%);
}
.cabinet-login .checkout-checkbox-item input:checked ~ span:after {
    width: 20px;
    height: 20px;
}
.cabinet-login .checkout-checkbox-item label {
    padding-left: 38px;
    color: rgba(0, 0, 0, 1);
    font-size: 12px;
}
.cab-login-anketa__res {
    color: #000000;
    font-size: 12px;
    text-align: center;
    margin-top: 37px;
}
.cab-login-anketa__res span {
    color: #E31B70;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    top: 0;
    margin-right: 4px;
}
.cabinet-in-tab-slider {
    width: calc(100% - 235px);
}
@media (max-width: 1380px) {
    .cabinet-login .cab-right__media{
        top: 25%;
        right: -50px;
    }
    .cabinet-login .cab-right__title {
        max-width: 270px;
    }
    .cabinet-login .cab-right__media img{
        margin-top: 15px;
        width: 200px;
    }
    .cabinet-in-man {
        flex-wrap: wrap;
    }
    .cabinet-in-man__left {
        width: 100%;
    }
    .cabinet-in-man__right {
        width: 100%;
        margin-top: 30px;
    }
    .cabinet-in-coupons__title {
        font-size: 20px;
    }
    .cabinet-in-table-td__btn button {
        padding: 15px 12px;
    }
    .cabinet-in-foot-item-sel .cabinet-in-select .cabinet-in-select__main {
        padding: 11px 25px;
    }
    .cabinet-in-foot-item__b {
        flex-direction: column;
        align-items: flex-start;
    }
}
@media (max-width: 1230px) {
    .cabinet-login .cab-login__wrap{
        align-items: flex-start;
    }
    .cabinet-login .cab-login__right,
    .cabinet-login .cab-login__left{
        flex: unset;
        width: calc(50% - 50px);
    }
    .cabinet-login .cab-bank__item{
        width: 170px;
    }
    .cabinet-login .cab-right__media{
        position: relative; top: 0;
        right: 0; transform: none;

    }
    .cabinet-login .cab-right__media img{
        transform: none;
        width: 100%;
    }
    .cabinet-in-table-overflow {
        overflow: auto;
    }
    .cabinet-in-table {
        min-width: 835px;
    }
}
@media (max-width: 1130px) {

    .cabinet-in__cont {
        flex-wrap: wrap;
    }
    .cabinet-in__left {
        width: 100%;
        margin-bottom: 30px;
        overflow: auto;
    }
    .cabinet-in__right {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .cabinet-in__right:before {
        display: none;
    }
    .cabinet-tab__tab {
        display: flex;
        gap: 20px;
        position: relative;
        inset-block-start: 0;
        width: max-content;
        background: #ffffff;
    }
    .cabinet-tab__tab:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: linear-gradient(90deg, rgba(213, 213, 213, 0.05) 0%, #D5D5D5 50%, rgba(213, 213, 213, 0.05) 100%);
    }
    .cabinet-tab__item {
        padding: 11px 0;
    }
    .cabinet-tab__item.active:before {
        bottom: 1px;
        left: 0;
        right: 0;
        height: 2px;
        top: unset;
        width: 100%;
    }

    .cabinet-in-select {
        position: relative;
        top: unset;
        margin-top: 20px;
        width: 260px;
    }
    .cabinet-in-foot {
        margin: 35px 0 115px;
    }
    .cabinet-in-foot-item-sel .cabinet-in-select {
        position: static;
        width: unset;
        margin: 0;
    }
}
@media (max-width: 980px){
    .cabinet-login {
        padding-top: 1px;
    }
    .cab-login__head h1 {
        font-size: 36px;
    }
    .cabinet-login .cab-login__desc {
        width: 100%;
        font-size: 13px;
    }
    .cab-login-anketa,
    .cab-login-phone {
        width: 100%;
        padding: 33px 25px 50px;
        margin-top: 0;
    }
    .cab-login-phone__info {
        font-size: 15px;
    }
    .cabinet-login .cab-login__tabs{
        display: inline-flex;
        gap: 32px;
        width: max-content;
        min-width: 100%;
        white-space: nowrap;
    }
    .cab-login__tabs-overflow{
        position: relative;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .cabinet-login .cab-login__title{
        font-size:36px;
        letter-spacing:-1px;
    }
    .cabinet-login .cab-login__wrap{
        flex-direction:column;
        gap:34px;
    }
    .cabinet-login .cab-login__left, .cabinet-login .cab-login__right{
        flex-basis:auto;
        width: 100%;
    }
    .cabinet-login .cab-right__title{
        max-width: 100%;
    }
    .cabinet-login .cab-right__list{
        margin-bottom: 25px;
    }

}
@media (max-width: 810px) {
    .cabinet-in-tab-slider {
        width: 100%;
    }
    .cabinet-in-coupons {
        flex-wrap: wrap;
    }
    .cabinet-in-coupons__item {
        width: 100%;
        margin-bottom: 8px;
        position: static;
    }
    .cabinet-in-foot {
        flex-wrap: wrap;
    }
    form.cabinet-in-foot-item {
        width: 100%;
        margin-bottom: 30px;
    }
}
@media (max-width: 560px){
    form.cabinet-in-foot-item {
        padding: 25px;
    }
    .cabinet-in-foot-item__desc {
        width: 100%;
    }
    button.cabinet-in-foot-item__submit {
        position: static;
        width: 100%;
    }
    .cabinet-in-coupons__cop {
        margin-top: 56px;
    }
    .cabinet-in__left {
        margin-bottom: 20px;
        position: static;
    }
    .cabinet-in-man {
        padding: 18px 16px;
        margin-bottom: 50px;
    }
    .cabinet-in__item {
        margin-bottom: 60px;
    }
    .cabinet-in-coupons__c {
        padding: 30px 22px;
    }
    .cabinet-in-man__icon {
        width: 48px;
        height: 48px;
    }
    .cabinet-in-man__names {
        font-size: 16px;
    }
    .cabinet-in-man__banner {
        margin-top: 16px;
    }
    .cabinet-in-man__bottom {
        grid-template-columns: repeat(2, 1fr);
    }
    .cabinet-in-man__bottom {
        margin-top: 20px;
    }
    .cabinet-in-man__right {
        margin-top: 22px;
    }
    .cabinet-in-man-bottom__item span:nth-child(1) {
        font-size: 20px;
    }
    .cabinet-in-man__banner {
        width: 100%;
    }
    .cabinet-login .cab-login__title {
        font-size: 26px;
        text-align: center;
        letter-spacing: 0px;
    }
    .cabinet-login .cab-right__title{
        margin-bottom: 25px;
    }
    .cabinet-login .cab-login__wrap{
        padding-top: 5px;
        padding-bottom: 20px;
    }

    .cab-login__tabs-overflow{
        width: 100vw;
    }
    .cabinet-login .cab-login__tabs{
        padding: 2px 60px 0 15px;
    }
    .cabinet-login .cab-login__body {
        padding: 15px 10px 25px;
    }
    .cabinet-login .cab-bank__title {
        color: #000;
        margin: 12px 0 15px;
        text-align: center;
        font-size: 13px;
    }
    .cabinet-login .cab-bank__item{
        width: 100%;
    }
    .cabinet-login .cab-login__card{ border-radius: 0; }

    .cabinet-login .cab-right__list li{
        margin: 15px 0;
        line-height: 1.1;
    }

    .cabinet-login .cab-right__media{
        margin-bottom: 30px;
    }
    .cabinet-login .cab-right__media img{
        width: 100%;
    }
}
@media (max-width: 370px) {
    .cab-bank__form {
        width: 100%;
    }
    .cabinet-in-foot-item__title {
        font-size: 24px;
    }
    .cabinet-in-foot-item-sel .cabinet-in-select .cabinet-in-select__main {
        gap: 50px;
    }
    form.cabinet-in-foot-item {
        padding: 16px;
    }
    .g-recaptcha {
        transform: scale(0.8);
        -webkit-transform:scale(0.8);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
        max-width: 240px;
    }
}