.price-block .prices__wrap{grid-template-columns:repeat(2,1fr);display:grid}.price-block .prices__wrap,.price-card{gap:clamp(1.25rem,1.081rem + .85vw,1.875rem)}.price-card{height:100%;padding:20px;justify-content:space-between;border:1px solid var(--stroke);position:relative;align-items:center;border-radius:10px;display:flex}.price__holder:first-child .price-card{border:1px solid var(--head);background:var(--head)}.price-card .price__img{height:100%;overflow:hidden;max-width:325px;max-height:334px;border-radius:10px;width:100%}.price-card .price__info{height:100%;padding:20px 0 20px 20px;justify-content:space-between;max-width:305px;flex-direction:column;gap:clamp(1.25rem,.911rem + 1.69vw,2.5rem);width:100%;display:flex}.price-card .price__term{padding:8px 25px;justify-content:center;margin-bottom:clamp(1.25rem,1.165rem + .42vw,1.563rem);color:var(--main-text);align-items:center;border-radius:5px;background:var(--bg-dark);width:fit-content;display:flex}.price__holder:first-child .price__term{color:var(--stroke);background:var(--blue)}.price__holder:first-child .price{color:var(--card);text-transform:uppercase}.price-card .price__item{gap:15px;display:flex}.price-card .price__name{font-size:16px;font-weight:400;color:var(--main-text);max-width:100px;width:100%;line-height:130%}.price-card .price__descr{flex-direction:column;gap:10px;display:flex}.price-card .price__val{color:var(--main-text);max-width:190px;width:100%}.price__holder:first-child .price__name,.price__holder:first-child .price__val{color:var(--stroke)}.price-card .price__btn{max-width:161px;width:100%}@media(max-width:1150px){.price-card{flex-direction:column-reverse}.price-card .price__img{max-width:100%;max-height:300px}.price-card .price__info{padding:0;max-width:100%}}@media(max-width:670px){.price-block .prices__wrap{grid-template-columns:1fr}.price-card .price__btn{max-width:100%}.price-card .price__name{width:fit-content}}