.v6-payment:has(.v6-payment__card:nth-child(n+9)):not(.payment-grid) .v6-payment__list{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px;margin-bottom:16px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.v6-payment:has(.v6-payment__card:nth-child(n+9)):not(.payment-grid) .v6-payment__card{max-width:288px}.v6-payment:has(.v6-payment__card:nth-child(n+9)):not(.payment-grid) .v6-payment__content{overflow:auto}.v6-payment__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;gap:24px}.v6-payment__content{width:100%}.v6-payment__list{display:grid;gap:16px;grid-template-columns:repeat(4,1fr);margin-top:-4px}.v6-payment__more{border-radius:var(--button-radius);display:-webkit-box;display:-ms-flexbox;display:flex;font-family:var(--font-2);font-size:16px;font-weight:600;line-height:150%;text-align:center;text-decoration:none;-webkit-transition:background-color .3s ease-in-out,color .3s ease-in-out;transition:background-color .3s ease-in-out,color .3s ease-in-out;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:transparent;border:2px solid var(--line-main);color:var(--text-main);gap:8px;margin:16px auto 0;padding:12px 24px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.v6-payment__more:disabled{background:var(--button-disable-bg);color:var(--button-disable-color);pointer-events:none}.v6-payment__more svg{color:inherit;height:20px;-webkit-transform:rotate(90deg);transform:rotate(90deg);width:20px}.v6-payment__card{-webkit-box-orient:vertical;-webkit-box-direction:normal;background:var(--card-bg);-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-ms-flex-negative:0;border-radius:16px;color:var(--card-text);flex-shrink:0;padding:16px}.v6-payment__card,.v6-payment__card-details{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px}.v6-payment__card-details{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.v6-payment__card-logo{-ms-flex-negative:0;flex-shrink:0;height:64px;width:64px}.v6-payment__card-logo img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.v6-payment__card-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;gap:12px}.v6-payment__card-title{font-size:24px;font-weight:700;line-height:130%}.v6-payment__card-advantages{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;gap:8px;list-style:none}.v6-payment__card-advantages li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;font-size:16px;font-weight:400;gap:4px;line-height:150%;word-break:break-all}.v6-payment__card-advantages li:before{color:var(--theme-color);content:"";font-family:latter-icons;font-size:13px;height:24px;text-align:center;width:24px;-ms-flex-negative:0;flex-shrink:0}.v6-payment__card .vAll-button{border-radius:var(--button-radius);margin-top:auto}.v6-payment__card .text-block{color:var(--card-text);font-size:14px;font-weight:400;line-height:150%}.v6-payment__card[data-state=hidden]{display:none}@media (max-width:1200px){.v6-payment__list{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.v6-payment__list{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.v6-payment.payment-grid .v6-payment__list{display:grid;grid-template-columns:1fr}.v6-payment.payment-grid .v6-payment__card{max-width:unset}.v6-payment__wrapper{gap:16px}.v6-payment__list{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px;margin-bottom:16px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.v6-payment__more{width:100%}.v6-payment__card{max-width:288px}}@media (max-width:360px){.v6-payment:has(.v6-payment__card:nth-child(n+9)):not(.payment-grid) .v6-payment__card{max-width:288px}}@media not all and (pointer:coarse){.v6-payment__more:hover{color:var(--text-secondary)}.v6-payment__card:hover{-webkit-box-shadow:0 4px 16px 0 rgba(15,15,16,.08),0 8px 24px 0 rgba(15,15,16,.12);box-shadow:0 4px 16px 0 rgba(15,15,16,.08),0 8px 24px 0 rgba(15,15,16,.12)}}