.ordinary-section {
  padding: 0 20px;
}
.ordinary-section .section-wrapper {
  padding-top: 15px;
}

.store-item-list {
  margin-top: 40px;
}
.store-item {
  padding-top: 27px;
  padding-bottom: 30px;
}
.store-item-decorate {
  border-bottom: 1px solid #e6e6e6;
}
.store-item-product {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  
}
.store-item-icon {
  width: 25%;
/*   max-width: 136px; */
  text-align: center;
}
.store-item-name {
  width: 75%;
  padding-left: 9px;
  font-size: 2rem;
}
.store-item-name-offers {
  font-size: 1.4rem;
  margin-top: 11px;
  line-height: 1.2;
}
.store-item-price {
  width: 100%;
  padding: 10px 0 5px;
  font-size: 2.6rem;
  text-align: center;  
}
.store-item-button-wrapper {
  text-align: center;
  padding: 20px 0;
  letter-spacing: -.5rem;
}
.store-item-button {
  width: 127px;
  margin: 0 10px;
  padding: 9px 0 9px;
  font-size: 1.7rem;
  text-decoration: none;
  letter-spacing: normal;
  border: none;
}
.store-item-button-buy {
  background-color: #fbc628;
}
.store-item-button-buy:hover {
  background-color: #d6ae28;
}
.store-item-button-mas {
  background: url(/assets/img/shared/app_store_available.svg) no-repeat center center;
  background-size: contain;
  text-indent: -99999rem;
}
.store-item-button-mas:hover {
  opacity: .8;
}

.refund .narrow-section-wrapper {
/*   max-width: 740px; */
}
.refund .ordinary-section {
  text-align: left;
}
.refund .page-title {
    text-align: center;
    margin-bottom: 40px;
}
.refund-form-section {
  padding: 30px 0 50px;
}
.refund-form-section p:first-child {
  margin-bottom: 40px;
}
.refund-form-container {
  max-width: 500px;
  margin: 0 auto 40px;
  
}
.refund-form {
  margin-top: 30px;
}
.refund .form-message {
  margin-top: 30px;
}

.store-other-section {
  padding: 50px 15px 60px;
}
.appstore-column {
  margin-top: 40px;
}


.upgrade-form-section {
  background-color: #ececec;
  padding: 27px 20px 40px;
}
.upgrade-content-wrapper {
  max-width: 530px;
  margin: 0 auto;
}
.store-upgrade-form-wrapper {
  margin-top: 42px;
}
.store-upgrade-form-wrapper .column-subtitle {
  padding-top: 25px;
  color: #475252;
  font-weight: normal;
  line-height: 1.3;
}
.store-upgrade-form-wrapper .button-element  {
  margin-top: 3px;  
  margin-bottom: 18px;  
}


@media only screen and (min-width: 480px) {

  .store-item-name {
    width: 54%;
    padding-right: 10px;
  }
  .store-item-price {
    width: 20%;
    padding: 0;
    text-align: left;
  }
  .store-item-button {
    width: 146px;
    padding: 10px 0 10px;
    font-size: 2rem;
  }
  .store-item-button-wrapper .button-element:last-child {
    margin-right: 3px;
  }
  
}
@media only screen and (min-width: 668px) {

  .appstore-column {
    margin-top: 0;
  }


}

@media only screen and (min-width: 769px) {
  .ordinary-section .section-wrapper {
    padding-top: 48px;
    padding-bottom: 40px;
  }

  .store-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .store-item-name {
    font-size: 2.6rem;
  }
  
  .store-item-icon {
    width: 18.5%;
  }
  .store-item-name {
    width: 56.5%;
  }
  .store-item-price {
    width: 25%;
  }
  
  .store-item-button-wrapper {
/*     width: 38.5%; */
    width: 8.5%
    min-width: 335px;
    text-align: right;
    
 display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: flex-start;
    align-items: center;
  }
  .store-item-one-button .button-element {
  align-content: flex-end;
  margin-left: auto;
}  
  .store-item-product {
/*
    width: -webkit-calc(100% - 440px);
    width: -moz-calc(100% - 440px);
    width: calc(100% - 440px);
*/
  width: 91.5%;
  }

  .upgrade-form-section {
    padding-top: 57px;
    padding-bottom: 70px;
  }

  .store-other-section {
    padding-top: 10px;
    padding-bottom: 70px;
  }
}
