.v2-payment:has(.v2-payment__card:nth-child(n+7)) .v2-payment__list{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px;margin-bottom:8px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.v2-payment:has(.v2-payment__card:nth-child(n+7)) .v2-payment__card{max-width:400px}.v2-payment .container{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:20px}.v2-payment__content{overflow-y:auto;width:100%}.v2-payment__content::-webkit-scrollbar{background-color:var(--line-secondary);border-radius:0;height:4px;width:4px}.v2-payment__content::-webkit-scrollbar-thumb{background-color:var(--line-main);border-radius:0;cursor:pointer}.v2-payment__list{display:grid;gap:16px;grid-template-columns:repeat(3,1fr)}.v2-payment__card{-webkit-box-orient:vertical;-webkit-box-direction:normal;-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;background:var(--card-bg);border:1px solid var(--line-secondary);border-radius:8px;color:var(--card-text);flex-shrink:0;overflow:hidden}.v2-payment__card,.v2-payment__card-details{display:-webkit-box;display:-ms-flexbox;display:flex}.v2-payment__card-details{padding:20px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:24px}.v2-payment__card-logo{-ms-flex-negative:0;flex-shrink:0;height:auto;width:80px}.v2-payment__card-logo img{height:auto;-o-object-fit:contain;object-fit:contain;width:100%}.v2-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}.v2-payment__card-title{font-size:30px;font-weight:600;line-height:130%}.v2-payment__card-features{-webkit-box-flex:1;background:var(--contrast-bg);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;padding:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;gap:24px;justify-content:space-between}.v2-payment__card-features li{color:var(--contrast-color)}.v2-payment__card .text-block{color:var(--card-text-secondary)}@media (max-width:1100px){.v2-payment__list{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.v2-payment:has(.v2-payment__card:nth-child(n+7)) .v2-payment__card{max-width:340px}.v2-payment__list{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px;margin-bottom:8px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.v2-payment__card{max-width:340px}}@media (max-width:360px){.v2-payment:has(.v2-payment__card:nth-child(n+7)) .v2-payment__card{max-width:288px}.v2-payment__card{max-width:288px}}@media not all and (pointer:coarse){.v2-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)}}