.album-calc{color:#72778a;font-family:Helvetica,'Open Sans',sans-serif;font-size:13px;}
.album-calc-flex{display:flex;justify-content:center;gap:40px;padding-top:30px;flex-wrap:wrap;}
.album-calc-block{padding-top:30px;}
.album-calc-title{color:#72778a;font-size:18px;font-weight:700;text-transform:uppercase;text-align:center;margin:0 auto 30px;line-height:1}
.album-calc-row{position:relative;display:flex;align-items:center;justify-content:space-between;padding-left:30px;padding-right:30px;padding-top:4px;padding-bottom:4px;max-width:540px;margin:auto;font-size:18px;min-height:36px;line-height:1;box-sizing:border-box}
.album-calc-row + .album-calc-title{margin-top:20px;margin-bottom:20px;}
.album-calc-row + .album-calc-row{border-top:1px solid #78d4ff}
.album-calc-row .field-select{border:0;border-radius:3px;background:#f1f2f4;font-weight:700;padding:0 0 0 5px;width:60px;height:28px;color:#72778a;font-size:18px;font-family:Helvetica,'Open Sans',sans-serif;text-align:center;}
.album-calc-row .field-input{width:60px;height:28px;border:0;border-radius:3px;background:#f1f2f4;padding:0;font-weight:700;text-align:center;color:#72778a;font-size:12px;font-size:18px;font-family:Helvetica,'Open Sans',sans-serif;}
.album-calc-row .field-input::-webkit-outer-spin-button,
.album-calc-row .field-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;}
.album-calc-row .field-input[type=number]{-moz-appearance:textfield;}
.album-calc-row .field-input.readonly{background:none;font-weight:400;}
.album-calc-row.album-calc-type .album-calc-label{display:flex;}
.album-calc-row.album-calc-type .album-calc-plus{margin-left:5px}
.album-calc-row.row-price{flex-direction:column;align-items:flex-end;}
.album-calc-price-old{padding:10px 26px 10px 15px;font-size:18px;text-decoration:line-through;}
.album-calc .field-checkbox{position:absolute;z-index:-1;opacity:0;border:0;width:0;height:0;padding:0;}
.album-calc .label-checkbox{position:relative;display:flex;align-items:center;cursor:pointer;width:100%;}
.album-calc .label-checkbox:after{content:'';display:block;width:28px;height:28px;border:1px solid #72778a;border-radius:3px;box-sizing:border-box;background:#f1f2f4;flex:1 0 auto;margin-right:13px;margin-left:13px}
.album-calc .field-checkbox:checked + .label-checkbox:after{background:#f1f2f4 url(/images/icons_/icon-check.svg) no-repeat center / 70%;}
.label-checkbox-inner{width:100%;}
.album-calc-price{background:#72778a;height:44px;color:#ffffff;padding:0 8px 0 25px;display:flex;align-items:center;border-radius:22px;font-size:18px;margin-right:0;margin-left:auto;margin-top:11px;cursor:pointer}
.album-calc-price .notification{position:relative;background:#ffffff;color:#72778a;padding:0;border:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;margin-left:5px;font-weight:700;}
.album-calc-price .val{margin-right:5px}
.album-calc-price .notification .tip{max-width:300px;}

/* Laptop L - 1440px */
@media only screen and (min-width: 90.000em) {
  .album-detail .album-calc{padding-left:13px;padding-right:13px;width:100%;flex: 1 0 auto;}
}

@media (max-width:460px) {
  .album-calc-block{width:100%;padding-top:0}
  .body-mobile .album-calc-row .album-calc-label{font-size:16px;}
  .body-mobile .album-calc-row .field-select{width:60px;height:28px;font-size:14px;}
  .body-mobile .album-calc-row .field-input{width:60px;height:28px;font-size:14px}
  .body-mobile .album-calc-row .field-input.readonly{font-size:14px;font-weight:700;}
  .body-mobile .album-calc-row .label-checkbox:after{width:18px;height:18px;margin-right:20px;}
}