#body {
  background-color: #f3f4f6; font-family: 'Inter', system-ui, sans-serif; font-weight: normal; --primary-color: #f3f4f6; }
#body * {
  font-family: 'Inter', system-ui, sans-serif;
}

.buy .form-control:hover {
  border-color: #cdd1d6;
}
@media all and (min-width: 768px) {
  .buy-outer {
    padding: 90px 0; } }
.buy {
  box-shadow: 0 0 84px rgba(0, 0, 0, 0.06);
  max-width: 950px;
  margin: 0 auto;
  padding: 38px 15px 15px 15px;
  border-radius: 30px;
  background-color: white; }

@media all and (min-width: 768px) {
  .buy {
    padding: 78px 40px 40px 40px; } }
.buy .subtitle {
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.14em;
  color: #8a8f95; }

.buy h1 {
  color: #181818;
  font-size: clamp(48px, 7.5vw, 64px);
  line-height: 1.05;
  text-align: center;
  padding-top: 39px;
  padding-bottom: 11px;
  font-weight: 800; }

.buy .big {
  font-size: 20px;
  line-height: 1.45;
  max-width: 480px;
  margin: auto;
  text-align: center;
  padding-top: 27px;
  color: #8a8f95;
  font-weight: normal; }

.buy .big:after {
  content: " ";
  height: 2px;
  width: 20px;
  margin: 50px auto 30px auto;
  background-color: #e3e5e8;
  display: block; }

.buy h2 {
  font-weight: 700;
  font-size: 28px;
  letter-spacing: -0.02em;
  line-height: 1.2;
  text-align: center;
  color: #1a1a1a;
  margin: 62px 0 28px 0; }

.buy .title {
  font-size: 16px;
  line-height: 1.5;
  color: #8a8f95;;
  text-align: center;
  max-width: 550px;
  margin: 0 auto; }
.buy .title_line:before {
  content: " ";
  height: 2px;
  width: 30px;
  display: block;
  margin: 20px auto 20px auto;
  background-color: #e3e5e8; }

.buy .title a {
  color: #fcf114; }

.buy fieldset {
  max-width: 555px;
  margin: 0 auto;
  padding-top: 40px; }

.buy .form-group {
  padding: 0 4px 4px 4px;
  margin-left: -4px;
  margin-right: -4px; }

.buy .form-group label {
  font-size: 15px;
  color: #3a3d42;
  font-weight: 500;
  display: block;
  font-weight: normal;
  margin-bottom: 8px; }

.buy .form-control {
  border-width: 0;
  border: 1.5px solid #e3e5e8;
  border-radius: 10px;
  transition: all 0.3s;
  font-size: 15px;
  color: #1a1a1a;
  padding: 14px 16px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #f3f4f6;
  cursor: default;
  pointer-events: none;
}

.buy .form-control:focus {
  box-shadow: 0 0 0 4px rgba(26, 26, 26, 0.08), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  border-color: #1a1a1a; }

.buy .has-error .form-control {
  box-shadow: 0 0 0 4px rgba(255, 16, 16, 0.3), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  border-color: #1a1a1a; }
  
.buy .radiobox {
  margin: 0 -15px;
  padding-top: 30px;
  padding-bottom: 34px;
  overflow: hidden;
  text-align: center; }

.buy .radiobox label {
  padding: 0 15px 15px 15px;
  position: relative;
  display: inline-block; }

@media all and (min-width: 480px) {
  .buy .radiobox label {
    padding: 0 15px; } }
.buy .radiobox label input {
  position: absolute;
  left: -10000px; }

.buy .radiobox label input:checked + .cr {
  background: transparent url(/platforma/assets/images/check.png) no-repeat;
  color: #1a1a1a;
  box-shadow: none; }

.buy .radiobox label input:checked + .cr + .name {
  color: #1a1a1a; }

.buy .radiobox label .cr {
  width: 24px;
  height: 24px;
  border-radius: 20px;
  background-color: white;
  box-shadow: 0 0 0 3px #e6e6e6, inset 0 0 0 1px #e6e6e6;
  display: inline-block;
  margin-right: 10px;
  transition: all 0.3s;
  vertical-align: middle;
  font-size: 14px;
  color: white;
  text-align: center;
  line-height: 22px; }

.buy .radiobox label .cr i {
  vertical-align: middle; }

.buy .radiobox label .name {
  color: #1a1a1a;
  font-size: 14px;
  transition: all 0.3s;
  font-weight: 600; }

.buy .radio-type {
  margin: 67px -15px 56px -15px;
  overflow: hidden; }

.buy .radio-type label {
  padding: 20px 15px 16px 15px;
  position: relative;
  cursor: pointer;
  display: block; }

@media all and (min-width: 480px) {
  .buy .radio-type label {
    padding: 40px 15px 36px 15px;
    float: left;
    width: 50%; } }
.buy .radio-type label input {
  position: absolute;
  left: -10000px; }

.buy .radio-type label input:checked + .cr {
  background-color: #fcf114;
  box-shadow: none;
  color: #1a1a1a; }

.buy .radio-type label input:checked + .cr + .bg {
  background-color: #1a1a1a; }

.buy .radio-type label input:checked + .cr + .bg + .name {
  color: white; }

.buy .radio-type label input:checked + .cr + .bg + .name + strong {
  color: white; }

.buy .radio-type label .cr {
  width: 24px;
  height: 24px;
  border-radius: 20px;
  background-color: #e6e6e6;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
  margin: 0 auto 30px auto;
  display: block;
  font-size: 14px;
  color: #e6e6e6;
  text-align: center;
  line-height: 22px; }

.buy .radio-type label .cr i {
  vertical-align: middle; }

.buy .radio-type label .bg {
  background-color: #f8f8f8;
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
  bottom: 0;
  transition: all 0.3s; }

.buy .radio-type label .name {
  font-size: 16px;
  color: #1a1a1a;
  letter-spacing: 1px;
  position: relative;
  z-index: 1;
  font-weight: normal;
  display: block;
  text-align: center;
  transition: all 0.3s;
  text-transform: uppercase; }

.buy .radio-type label strong {
  color: #1a1a1a;
  font-size: 47px;
  font-weight: bold;
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
  transition: all 0.3s;
  margin-top: -6px; }

.buy .radio-type label strong span {
  color: #666666;
  font-size: 14px;
  font-weight: normal;
  vertical-align: top;
  margin-top: 16px;
  display: inline-block; }

.buy .checkbox-block {
  margin-top: 36px; }

.buy .checkbox-block + .checkbox-block {
  margin-top: 0; }

.buy .checkbox-block.has-error {
  color: red; }

.buy .checkbox-block.has-error label .label-name {
  color: red; }

.buy .checkbox-block label {
  display: block;
  position: relative; }

.buy .checkbox-block label input {
  position: absolute;
  left: -10000px; }

.buy .checkbox-block label input:checked + .cr {
  background: transparent url(/platforma/assets/images/check.png) no-repeat -1px -1px;
  box-shadow: none;
  color: #1a1a1a; }

.buy .checkbox-block label input:checked + .cr + .name {
  color: #1a1a1a; }

.buy .checkbox-block label .cr {
  width: 22px;
  height: 22px;
  border-radius: 20px;
  background-color: white;
  float: left;
  transition: all 0.3s;
  vertical-align: middle;
  font-size: 14px;
  color: white;
  box-shadow: inset 0 0 0 1px #e6e6e6;
  text-align: center;
  margin-top: 1px;
  line-height: 22px; }

.buy .checkbox-block label .cr i {
  vertical-align: middle; }

.buy .checkbox-block_small label .cr {
  margin-top: -4px; }

.buy .checkbox-block label .label-name {
  font-weight: 500;
  color: #1a1a1a;
  font-size: 13px;
  transition: all 0.3s;
  display: block;
  padding-left: 45px;
  margin-bottom: 15px; }

.buy .checkbox-block label .label-name a {
  color: #1a1a1a;
  text-decoration: underline; }

.buy .checkbox-block label .label-name a:hover {
  text-decoration: none; }

.buy .checkbox-block label .label-value {
  font-weight: 300;
  color: #6d6d6d;
  font-size: 14px;
  line-height: 20px;
  display: block;
  padding-left: 55px; }

@media all and (min-width: 480px) {
  .buy .checkbox-block label .label-value {
    font-size: 16px;
    line-height: 25px; } }
.buy .button {
  text-align: center;
  margin: 0;
  padding: 20px 0; }

.buy .required {
  color: #f87b7b; }

.buy .o-btn {
  background-color: #1a1a1a;
  color: white;
  letter-spacing: 1px;
  border-radius: 0;
  font-size: 17px;
  padding: 0;
  line-height: 23px;
  height: 100px;
  border-radius: 50px;
  width: 100%;
  text-transform: none;
  font-weight: 700;
  transition: all 0.3s; }

.buy .o-btn:hover {
  background-color: #1a1a1a !important;
  color: white;
  box-shadow: 0 8px 20px rgba(26, 26, 26, 0.22);
}
@keyframes slidein {
  from {
    transform: translate(0, -10px); }
  50% {
    transform: translate(0, 0); }
  to {
    transform: translate(0, -10px); } }
.buy .cart__top-title {
  font-weight: 700; }
.buy .cart__group-title {
  margin: 0px 0 42px 0;
  font-weight: 700; }
.cart__main-item {
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  position: relative;
  background-color: #f3f4f6;
  margin-bottom: 46px; }
.cart__main-item h2 {
  font-size: 24px;
}
.cart__checkbox {
  position: absolute;
  left: 22px;
  top: 22px; }
.buy .cart__checkbox {
  margin-top: 0; }
.cart__title {
  font-size: 18px;
  padding: 23px 50px 6px 70px; }
.buy .cart__title {
  text-transform: none;
  margin: 0;
  text-align: left; }
.cart__description {
  line-height: 24px;
  font-size: 14px;
  color: #1a1a1a;
  padding: 0 50px 20px 70px; }
.cart__price {
  border-top: 1px solid #e8e8e8;
  margin: 0 28px;
  padding: 13px 0 13px 42px; }
.cart__price strong {
  font-weight: 700;
  font-size: 18px;
  margin-right: 15px; }
.cart__price strong del {
  color: #c7cbd0;
  font-weight: 500;
  font-size: 15px;
  margin-left: 10px; }
.cart__price-info {
  color: #8a8f95;
  font-size: 11px;
  letter-spacing: 1px; }
.cart__bump {
  border: 1px dashed #8a8f95;
  border-radius: 14px;
  margin-bottom: 20px; }
.cart__bump-info {
  text-align: center;
  line-height: 24px;
  font-size: 16px;
  color: #1a1a1a;
  padding: 23px 40px 26px 40px;
  border-bottom: 1px solid #e8e8e8; }
.cart__bump-details {
  position: relative; }
.cart__bump-add {
  position: absolute;
  left: 22px;
  top: 22px; }
.cart__bump-add .checkbox-block {
  margin-top: 0; }
.cart__bump-add .checkbox-block label .cr {
  background-color: white;
  color: white; }
.cart__bump-add .checkbox-block label input:checked + .cr {
  border-color: white;
  color: #1a1a1a; }
.cart__bump-add-label {
  font-weight: 800;
  font-size: 10px;
  position: absolute;
  width: 60px;
  left: 50%;
  margin-left: -30px;
  top: -54px;
  text-align: center;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite; }
.cart__bump-add-label:after {
  content: " ";
  background: transparent url(/platforma/assets//images/koszyk-strzala.png) no-repeat center;
  width: 15px;
  height: 31px;
  position: absolute;
  bottom: -34px;
  left: 50%;
  margin-left: -7px; }
.cart__bump-title {
  padding: 23px 65px 11px 65px; }
.buy .cart__bump-title {
  text-transform: none;
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  text-align: left; }
.cart__bump-subtitle {
  padding: 0 25px 0 65px;
  font-size: 14px;
  line-height: 1.5; }
.cart__bump-points {
  list-style-type: none;
  margin: 0;
  padding: 24px 25px 0 65px; }
.cart__bump-points li {
  padding-left: 20px;
  position: relative;
  line-height: 1.5;
  font-size: 14px;
  padding-top: 3px;
  padding-bottom: 3px; }
.cart__bump-points li:before {
  content: " ";
  width: 5px;
  height: 5px;
  background-color: #1b1b1b;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 14px; }
.cart__bump-screen {
  padding: 18px 35px;
  margin: 0 28px;
  border-bottom: 1px solid #e8e8e8; }
.cart__bump-price {
  padding: 18px 35px;
  margin: 0 28px;
  border-bottom: 1px solid #e8e8e8; }
.cart__bump-price strong {
  font-weight: 800;
  margin-right: 15px; }
.cart__bump-price strong del {
  color: #979797;
  font-size: 18px;
  margin-left: 10px; }
.cart__price-info {
  color: #979797;
  font-size: 12px; }
.cart__bump-top {
  border-bottom: 1px solid #e8e8e8; }
.cart__bump-button {
  padding: 30px 28px }
.cart__bump-btn.btn {
  line-height: 40px;
  padding: 15px;
  background-color: #1a1a1a !important;
  border-radius: 40px;
  color: white !important;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 800;
  width: 100%; }
.cart__bump-btn.btn:hover {
  background-color: #1a1a1a !important;
  color: white !important;
  box-shadow: 0 8px 20px rgba(26, 26, 26, 0.22); }
.cart__bump-btn.btn:before {
  content: "+";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  color: #1a1a1a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  padding-bottom: 3px;
  margin-right: 10px;
  vertical-align: middle;
  margin-bottom: 4px; }
.cart__bump-btn.btn.minus:before {
  content: "-" }
.cart__total {
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  position: relative;
  margin-bottom: 32px;
  padding: 28px 32px;
  margin-top: 32px;
  background-color: #f3f4f6;
  align-items: center; }
.cost-row {
  display: flex;
  justify-content: space-between;
  margin-top: 14px;
  flex-wrap: wrap;
}
.cost-row:first-child {
  margin-top: 0;
}
.cart__total-label {
  color: #8a8f95;
  font-size: 16px;
  font-weight: 500; }
.cart__total-value strong {
  font-size: 16px;
  font-weight: 500; }
.cart__total-value del {
  color: #8a8f95;
  font-size: 18px;
  margin-left: 10px; }
.cart__total-info {
  color: #c7cbd0;
  font-size: 14px;
  display: block; }

.btn-payment:before {
  content: " ";
  background: transparent url(/platforma/assets/images/check.png) no-repeat;
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 2px; }
.btn-payment:hover {
  box-shadow: 0 10px 24px rgba(26, 26, 26, 0.25);
}
.o-cols, button.o-btn span {
  width: auto;
}
