#body {
  background-color: #e4eef0; }

@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: 14px; }

.buy h1 {
  color: #181818;
  font-size: 38px;
  line-height: 38px;
  text-align: center;
  padding-top: 39px;
  padding-bottom: 11px;
  text-transform: uppercase;
  font-family: termina,serif;
  font-weight: 800; }

@media all and (min-width: 768px) {
  .buy h1 {
    font-size: 48px;
    line-height: 48px; } }
.buy .big {
  line-height: 32px;
  font-size: 20px;
  font-weight: 300;
  max-width: 690px;
  margin: auto;
  font-family: Adelle Sans, sans-serif;
  text-align: center;
  color: #1a1a1a;
  padding-top: 27px; }

@media all and (min-width: 768px) {
  .buy .big {
    line-height: 45px;
    font-size: 30px; } }
.buy .big:after {
  content: " ";
  height: 1px;
  width: 30px;
  margin: 79px auto 82px auto;
  background-color: #181818;
  display: block; }

.buy h2 {
  font-size: 20px;
  text-align: center;
  color: #1a1a1a;
  margin: 62px 0 28px 0;
  text-transform: uppercase;
  font-family: termina,serif;
  font-weight: 700; }

.buy .title {
  font-size: 16px;
  line-height: 25px;
  font-family: Adelle Sans, sans-serif;
  text-align: center;
  max-width: 500px;
  margin: 0 auto; }
.buy .title_line:before {
  content: " ";
  height: 2px;
  width: 30px;
  display: block;
  margin: 50px auto 50px auto;
  background-color: #888888; }

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

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

.buy .form-group {
  padding-top: 27px; }

.buy .form-group label {
  font-size: 14px;
  color: #a5a5a5;
  display: block;
  font-family: Adelle Sans, sans-serif;
  font-weight: normal;
  margin-bottom: 0; }

.buy .form-control {
  border-width: 0;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 0;
  transition: all 0.3s;
  font-size: 22px;
  color: #666666;
  height: 47px;
  font-weight: 300;
  padding: 0;
  box-shadow: none;
  font-family: Adelle Sans, sans-serif; }

.buy .form-control:focus {
  border-bottom-color: #444444;
  box-shadow: none; }

.buy .radiobox {
  margin: 0 -15px;
  padding-top: 30px;
  padding-bottom: 24px;
  overflow: hidden; }

.buy .radiobox label {
  padding: 0 15px 15px 15px;
  position: relative; }

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

.buy .radiobox label input:checked + .cr {
  background-color: #fcf114;
  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: 30px;
  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 {
  font-weight: 500;
  color: #979797;
  font-size: 16px;
  transition: all 0.3s;
  text-transform: uppercase;
  font-family: termina,serif;
  font-weight: 800; }

.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;
  font-family: Adelle Sans, sans-serif;
  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;
  font-family: Adelle Sans, sans-serif;
  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: 73px; }

.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-color: #fcf114;
  box-shadow: none;
  color: #1a1a1a; }

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

.buy .checkbox-block label .cr {
  width: 24px;
  height: 24px;
  border-radius: 20px;
  background-color: white;
  float: left;
  transition: all 0.3s;
  vertical-align: middle;
  font-size: 14px;
  color: white;
  box-shadow: 0 0 0 3px #e6e6e6, 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: 12px;
  transition: all 0.3s;
  display: block;
  padding-left: 45px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: termina,serif;
  font-weight: 800; }

.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;
  font-family: Adelle Sans, sans-serif;
  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-bottom: 58px;
  padding-top: 50px; }

.buy .required {
  color: #f87b7b; }

.buy .o-btn {
  background-color: #fcf114;
  color: #1a1a1a;
  letter-spacing: 1px;
  border-radius: 0;
  font-size: 14px;
  padding: 22px 45px;
  line-height: 23px;
  margin-top: 38px;
  height: 100px;
  border-radius: 50px;
  text-transform: uppercase;
  font-family: termina,serif;
  font-weight: 800;
  transition: all 0.3s; }

@media all and (min-width: 480px) {
  .buy .o-btn {
    padding: 22px 65px; } }
.buy .o-btn:hover {
  background-color: #1a1a1a;
  color: white; }

@keyframes slidein {
  from {
    transform: translate(0, -10px); }
  50% {
    transform: translate(0, 0); }
  to {
    transform: translate(0, -10px); } }
.buy .cart__top-title {
  font-weight: 800; }
.buy .cart__group-title {
  margin: 0px 0 42px 0;
  font-weight: 800; }
.cart__main-item {
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  position: relative;
  margin-bottom: 46px; }
.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: 16px;
  color: #1a1a1a;
  padding: 0 50px 20px 70px; }
.cart__price {
  border-top: 1px solid #e8e8e8;
  padding: 13px 50px 13px 70px; }
.cart__price strong {
  font-family: termina, serif;
  font-weight: 800;
  margin-right: 15px; }
.cart__price strong del {
  color: #979797;
  font-size: 18px;
  margin-left: 10px; }
.cart__price-info {
  color: #979797;
  font-size: 12px;
  letter-spacing: 1px; }
.cart__bump {
  border: 3px dashed #fcf114;
  border-radius: 8px; }
.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-family: termina, serif;
  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;
  text-align: left; }
.cart__bump-subtitle {
  padding: 0 65px 0 65px;
  font-size: 16px;
  line-height: 24px; }
.cart__bump-points {
  list-style-type: none;
  margin: 0;
  padding: 24px 65px 0 65px; }
.cart__bump-points li {
  padding-left: 20px;
  position: relative;
  line-height: 26px;
  font-size: 16px;
  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 65px 18px 65px;
  border-bottom: 1px solid #e8e8e8; }
.cart__bump-price {
  padding: 18px 20px 18px 65px;
  border-bottom: 1px solid #e8e8e8; }
@media all and (min-width: 768px) {
  .cart__bump-price {
    padding: 18px 65px 18px 65px; } }
.cart__bump-price strong {
  font-family: termina, serif;
  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 65px 27px 65px; }
.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-family: termina, sans-serif;
  font-weight: 800;
  width: 100%; }
.cart__bump-btn.btn:hover {
  background-color: #fcf114 !important;
  color: #1a1a1a !important; }
.cart__bump-btn.btn:before {
  content: " ";
  background: transparent url(/platforma/assets/images/plus-button.png) no-repeat left top;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  margin-bottom: 4px; }
.cart__bump-btn.btn.minus:before {
  background-position: left bottom; }
.cart__total {
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  position: relative;
  margin-bottom: 33px;
  display: flex;
  padding: 45px 20px 45px 20px;
  justify-content: space-between;
  margin-top: 49px;
  align-items: center; }
@media all and (min-width: 768px) {
  .cart__total {
    padding: 45px 32px 45px 70px; } }
.cart__total-label {
  color: #979797;
  font-size: 16px; }
.cart__total-value strong {
  font-family: termina, serif;
  font-weight: 800; }
.cart__total-value del {
  color: #979797;
  font-size: 18px;
  margin-left: 10px; }
.cart__total-info {
  color: #979797;
  font-size: 12px;
  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; }
