#desc_choose_type {
    margin-top:40px;
}

/* Wybor daty UPS */
#lokal {
    width: 50%;
    margin:0; 
}
.patternlock .tbl td.selected {
    background-color: #FF8552 !important;
}

#upsdat {
    height: 40px;  
    text-indent: 12px;
    width: 96% !important;
}
.reg-line {
    margin-top: 50px;
    border: 1px solid #878787;
}
  .courier-desc {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.011em;
    color: #999999;
  }
  .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 35%;
  }

  .row-f {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }
  
  .column {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
  }
  
  /* .s-column {
    padding: 20px;
  } */

  .green-column {
    padding: 20px;
  }
  
.select-hours {
    background-color: white;
    border: 2px solid #e9e9e9;
    color: black;
    
    border-radius: 8px;
    width: 100%;
   
  
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.02em;
    
    margin: 0;
    -webkit-appearance: none;
  -moz-appearance: none;
}


main {
    height: 100%;
    padding-bottom: 48px;
}

.steps {
    width: 100%;
   padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.steps__container {
    width: 75%;
    display: grid;
    gap: 48px;
    grid-template-columns: repeat(4, 1fr);
}

#choose-imei > label {
    top: 0;
}

.step__name {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.02em;
}

.step--active .step__name {
    font-weight: 700;
}

.step__box {
    height: 16px;
    width: 65%;
    background: #E9E9E9;
    border-radius: 4px 4px 0 0;
}

.step--active .step__box {
    background-color: #FF8552;
}

.device-information,
.model-details,
.receipt,
.summary {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.device-information {
    padding-bottom: 30px;
}
/* .model-details {
    margin-top: 96px;
} */

.wrapper {
    width: 75%;
}

.device-information__header {
    font-weight: 700;
    font-size: 34px;
    line-height: 40px;
    margin-top: 35px;
}

.device-information__subheader,
.model-details__subheader {
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.03em;
    font-weight: 700;
    padding-bottom: 20px;
}

.repair-type__container,
.document-type__container {
    margin-top: 30px;
}


.document-type__container {
    margin-bottom: 48px;
}

.courier__container {
    margin-top: 30px;
    margin-bottom: 48px;
}

.radio-container {
    cursor: pointer;
    border: 2px solid #e9e9e9;
    border-radius: 8px;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0.03em;
    /* padding: 15px; */
    transition: background-color 0.3s, color 0.1s;
}

.radio-container input{
    display: none;
}

.showust{
    display: inline;
}

.repair-type,
.document-type,
.courier,
.courier__zwrot {
    cursor: pointer;
    border: 2px solid #e9e9e9;
    border-radius: 8px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0.03em;
    padding: 22px 72px;
    transition: background-color 0.3s, color 0.1s;
}



.service-number__container {
    margin-top: 64px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.radio-containers {
    display: flex;
    gap: 32px;
    flex-direction: row;
}

.radio-container {
    display: flex;
    align-items: center;
    gap: 8px;
}

.radio-container > input {
    height: 24px;
    width: 24px;
    vertical-align: middle;
}

.radio-container > label {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.03em;
    font-weight: 500;
    cursor: pointer;
}

#city {
    width: 50% !important;
}

.service-hint,
.model-details__description {
    margin-top: 16px;
    /* margin-bottom: 56px; */
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.011em;
    color: #999999;
}

.service-hint {
    margin-bottom: 0;
}

.service-hint > a {
    color: #999999 !important;
    text-decoration: underline;
}

.service-input {
    margin-top: 24px;
    width: 50%;
    border: 2px solid hsl(0deg, 0%, 91%);
    position: relative;    
    border-radius: 8px;
    padding: 22px 45px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.03em;
    margin-bottom: 32px;
}

.brands-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 32px;
    align-items: left;
  /* justify-content: center;  */
}

.brand {
    cursor: pointer;
    border: 1px solid #e9e9e9;
    border-radius: 8px;
    width: 17%;
    min-height: 70px;
    transition: background-color 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

#apple--logo {
    width: 40%;
}

.scalable {
    width: 50%;
    height: auto;
}

select {
    -webkit-appearance:none;
    margin-top: 64px;
    background: #E9E9E9;
    border-radius: 8px;
    width: 80%;
    border: 2px solid hsl(0deg, 0%, 91%);
    padding: 10px 29px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #999999;
    margin-bottom: 32px;
}

select.minimal {
    background-image:
      linear-gradient(45deg, transparent 50%, #e9e9e9 50%),
      linear-gradient(135deg, #e9e9e9 50%, transparent 50%),
      linear-gradient(to right, #e9e9e9, #e9e9e9);
    background-position:
      calc(100% - 20px) calc(1em + 2px),
      calc(100% - 15px) calc(1em + 2px),
      calc(100% - 2.5em) 0.5em;
    background-size:
      5px 5px,
      5px 5px,
      1px 1.5em;
    background-repeat: no-repeat;
    background-color: white;
    border: 2px solid #e9e9e9;
    color: black;
   
  }
  
  select.minimal:focus {
    background-image:
      linear-gradient(45deg, black 50%, transparent 50%),
      linear-gradient(135deg, transparent 50%, black 50%),
      linear-gradient(to right, #ccc, #ccc);
    background-position:
      calc(100% - 15px) 1em,
      calc(100% - 20px) 1em,
      calc(100% - 2.5em) 0.5em;
    background-size:
      5px 5px,
      5px 5px,
      1px 1.5em;
    background-repeat: no-repeat;
    border-color: black;
    outline: 0;
  }
  

.model__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top:8px;
}

.select-model__container {
    width: 90%;
    gap: 16px;
    display: flex;
    align-items: center;
}

#geowidget-v5-iframe-render {
    height: calc(65vh - 3px) !important;
    display: none;
    margin-bottom: 24px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.wybrany-paczkomat__container {
    display: none;
    flex-direction: column;
    margin-bottom: 32px;
}

.next-step,
.previous-step {
    margin-top: 32px;
    width: 30%;
    outline: none;
    border: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    border-radius: 8px;
    background-color: #FF8552;
    color: white;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.02em;
    cursor: pointer;
    user-select: none;
}

.previous-step {
    border: 1px solid #FF8552;
    color: #FF8552;
    background-color: white;
}

.next-step {
    border: 1px solid #FF8552;
}

#pin__container, #patternlock {
    display: none;
}

#patternlock {
    margin-top: 64px;
}

#usterka {
    width: 60%;
    margin-top: 48px;
    border-radius: 8px;
    border: 2px solid hsl(0deg, 0%, 91%);
    padding: 22px 0 36px 36px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.03em;
    margin-bottom: 32px;
    resize: none;
}

.accesories {
    display: flex;
    margin-top: 16px;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    width: 80%;
    margin-bottom: 48px;
}

.usterki {
    margin-bottom: 48px;
    margin-top: 32px;
}

.backup__container input {
    display: none;
}

.access__container input[type=radio] {
    display: none;
}

.backup__container div, .access__container .radio-container {
    margin-top: 16px;
    border: 2px solid #e9e9e9;
    border-radius: 8px;
    /* padding: 22px; */
}

.backup__container label{
    font-weight: 400 !important;
}


.usterka--button {
    cursor: pointer;
    border: 2px solid #e9e9e9;
    border-radius: 8px;
    text-align: center;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.03em;
    padding: 22px;
    width: 20%;
    transition: background-color 0.3s, color 0.1s;
}

.subheader--warning {
    color: #A61C3C;
}
.model-details__description--custom {
    font-size: 14px;
    line-height: 18px;
    color: #999999;
}

.access--label {
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
}


.backup__container > .radio-container,
.access-main__container > .radio-container {
    justify-content: start;
    margin-bottom: 12px;
}

.wrapper > .next-step {
    float: right;
    width: 20%;
}

.dane-odbioru > .inputs-container,
.dane-nadania > .inputs-container {
    display: none;
}

.dane-nadania{
    margin-top:20px;
}

.inputs-container {
    display: flex;
    flex-direction: column;
}

.inputs-container > .input__container > input,
.city-container > .input__container > input {
    margin-top: 24px;
    width: 40%;
    border: 2px solid hsl(0deg, 0%, 91%);
    border-radius: 8px;
    padding: 22px 36px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.03em;
    margin-bottom: 8px;
}

.model-details {
    display: none;
}

.kwota__container > input,
#pin__container > input {
    margin-top: 24px;
    width: 40%;
    border: 2px solid hsl(0deg, 0%, 91%);
    border-radius: 8px;
    padding: 22px 36px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.03em;
    margin-bottom: 8px;
}

.kwota__container > input {
    font-weight: 400;
}

.city-container {
    display: flex;
    gap: 8px;
}
.city-container > input {
    width: 17%;
}

.input--correct {
    color: #1B998B;
    border-color: #1B998B;
}

.input-invalid {
    color: #A61C3C;
    border-color: #A61C3C;
}

.checkbox-container {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 24px;
    /* border: 2px solid #e9e9e9;
    padding: 10px;
    border-radius: 8px; */
}

.checkbox-container > input {
    height: 24px;
    width: 24px;
    vertical-align: middle;
}

.rules-style {
    width: 95% !important;
    border: 2px solid #e9e9e9;
    padding: 10px;
    border-radius: 8px;
    display: block !important;
    margin-top: 10px;
}

/* .rules-style label {
    
    width: 95% !important;
} */

.checkbox-container > label {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.03em;
}

#rodo-label {
    width: 80%;
}

.buttons-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.type--selected,
.document--selected,
.courier--selected,
.courier__zwrot--selected,
.bu-sel,
.bu-sell {
    background: #999999;
    color: white;
    border: 2px solid #E9E9E9;
}

#pin-error {
    padding-top: 48px;
}

.brand--selected {
    background: #F3F3F3;
    border: 1px solid #000000;
}

.person-details {
    margin-top: 18px;
}

.person-details,
.delivery-details {
    padding: 29px 32px;
    display: grid;
    background: #FAFAFA;
    width: 80%;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 24px;
}

.details__header {
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.03em;
    font-weight: 700;
    margin-bottom: 48px;
}

.name,
.street,
.city,
.phone,
.email {
    margin-bottom: 1px;
    margin-top: 8px;
}

.r {
    width: 100%;
}

.device__detail {
    display: grid;
    grid-template-columns: 30% 50%;
}

.detail__label {
    font-size: 18px;
    line-height: 26px;
    color: #525252;
    margin-bottom: 1px;
    margin-top: 4px;
}

.detail__name {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 1px;
    margin-top: 4px;
}

.courier__name, .courier__name--zwrot {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.02em;
    font-weight: 400;
}
.courier__description {
    font-size: 18px;
    line-height: 26px;
    max-width: 40%;
}

.usterka--button--selected {
    background: #999999;
    color: white;
    border: 2px solid #E9E9E9;
}

#nip,
#company {
    display: none;
}

.information {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#choose-imei {
    display: none;
}

.showform1 {
    display: block !important;
}

.top50 {
    top: 50px !important;
}

.information__header {
    font-size: 34px;
line-height: 40px;
}

.information__description {
    max-width: 30%;
}

.numer {
    font-weight: 700;
    font-size: 18px;
line-height: 26px;
text-align: center;
letter-spacing: 0.02em;
color: #A61C3C;
}

.button {
    margin-top: 32px;
    width: 30%;
    outline: none;
    border: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    border-radius: 8px;
    background-color: #FF8552;
    color: white;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.02em;
    cursor: pointer;
    user-select: none;
}

.hidden {
    display: none;
}

.section--hidden {
    display: none !important;
}


.input__container {
    position: relative;
    display: flex;
    flex-direction: column;
}

.error > input {
    border-color: red !important;
}

small {
    color: red;
    font-weight: 700;
    font-size: 17px;
}

.capital { 
    text-transform: capitalize;
}

.transfix {
    margin-top:10px !important;
}

.errorbrand {
    border: 2px solid red;
}

#usterka-container {
    display: none;
}

#usterka-container > label {
    top: 59px;
}

.company__container {
    display: none;

}

.focused .container__label {
    transform: translateY(-14px);
    font-size: .75em;
}

.focused-form .container__label {
    transform: translateY(-18px);
    font-size: .75em;
}

.kwota__description {
    margin-bottom: 0;
}

#steps-mob {
    margin-left:20px;
}

.container__label {
    position: absolute;
  left: 24px;
  top: 50px;
  color: #999;
  z-index: 10;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
}

.access-main__container {
    display: none;
    flex-direction: column;
}
.sn{
    width: 14%;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.rr {
    width: 100%;
    text-align: center;
    padding: 15px;
}
#backupde_text{
    width: 92%;
}
.r, #backup_text, #backupde_text {
    padding: 22px;
}

#wypelnij, #wypelnij1 {
    color: red;
    font-weight: 700;
    font-size: 17px;
    text-align: end;
    width: 100%;

}
.baner {
    width: 95%;
    padding: 20px;
    border-radius: 10px;
    border: 3px solid #FF8552;
    display: block;
    margin-top: 20px;
    margin-bottom: 50px;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(198, 198, 198, 1);
    -moz-box-shadow: 0px 0px 16px 0px rgba(198, 198, 198, 1);
    box-shadow: 0px 0px 16px 0px rgba(198, 198, 198, 1);
}

.d-inline {
    display: inline;
}
@media screen and (max-width: 575px) { 
    .baner {
        width: 87%;
        text-align: left;
      
    }
    .step__name {
        /* margin-left: 18px; */
        line-height: 20px;
    }

    .d-inline {
        display: block;
    }
    /* #wypelnij, #wypelnij1 {

        float: right;
    } */
    #upsdat {
        width: 94% !important;
    }
    .information__description {
        max-width: 90%;
    }
    #pin__container > input {
        width: 76%;
    }
    .sn{
        width: 33%;
        display: flex;
        align-items: center;
        justify-content: center;

    }
   
    #usterka {
        margin-top: 10px;
    }
    #rodo-label {
        width:100%;
    }
    #city {
        float: right;
        width: 60% !important;
    }
    .model-details {
        margin-top: 0px;
    }
    .kwota__container > input {
        width: 74%;
    }
    .brand {
        width: 33%;
    }
    .next-step,
    .previous-step {
    width: 50% !important;
   
    }

    .next-step{ 
        margin-left:4px;
    }

    .previous-step {
        
        margin-right:4px;
    }

    #lokal {
        width: 100%;

    }
    .row {

        width: 100%;
      }
    .steps__container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .steps__container-mob {
        width: 90%;
        gap: 10px;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }


    .repair-type__container {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .usterki {
        display: flex;
        flex-direction: column;
    }
    
    .usterka--button {
        width: 84%;
        margin-bottom: 8px;
    }
    
    .service-input {
        width: 70%;
    }

    #apple--logo {
        width: 90%;
    }

    .scalable {
        width: 75%;
    }

    .select-model__container {
        display: flex;
        flex-direction: column;
    }

    #model {
        color: black;
        width: 100%;
    }

    .next-step {
        width: 100%;
    }

    .wrapper {
        /* margin-top: 16px; */
        width: 80%;
    }

    #usterka {
        width: 90%;
    }

    .service-hint {
        margin-top: 16px;
    }

    .accesories {
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .inputs-container > .input__container > input {
        width: 80%;
    }

    .city-container > .input__container > input  {
        width: 50%;
    }

    .accesory {
        font-size: 14px;
        width: 40%;
    }

    .backup__container > .radio-container,
    .access-main__container > .radio-container {
        display: grid;
        grid-template-columns: repeat(10%, 90%);
    }

    .radio-container > label {
        font-size: 16px;
        line-height: 20px;
    }
    .wrapper > .next-step {
        width: 100%;
    }

    .document-type__container {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .inputs-container > input {
        width: 80%;
        font-size: 14px;
        padding-left: 16px;
    }

    .city-container > input {
        width: 30%;
        padding-left: 16px;
        font-size: 14px;
    }

    .courier__container {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .checkbox-container {
        display: grid;
        grid-template-columns: (10%, 90%);
        width: 100%;
    }

    .checkbox-container > label {
        user-select: none;
    }

    .person-details,
    .delivery-details {
        padding: 0;
        width: 100%;
        /* grid-template-columns: repeat(2, 50%); */
        display: block;
    }

    .details__header {
        font-size: 16px;
        margin-bottom: 0;
        /* height: 64px; */
    }

    .device__detail {
        display: flex;
        flex-direction: column;
    }

    .detail__label {
        color: gray;
        font-size: 12px;
    }

    .detail__name {
        font-size: 16px;
        word-wrap: break-word;    
    }

    .delivery > .details__header,
    .zwrot > .details__header {
        height: auto;
    }
    
    .courier__name, .courier__name--zwrot {
        font-size: 16px;
    }

    .courier__description {
        font-size: 14px;
        max-width: 80%;
    }
    #usterka-container > label {
        top: 25px;
    }
}

@media screen and (min-width: 577px) and (max-width: 1360px) {
    .courier__container {
        display: block;
    }
    .inputs-container > .input__container > input {
        width: 80%;
    }

    .city-container > .input__container > input  {
        width: 50%;
    }
    #rodo-label, #rules-label {
        width:100%;
    }
    .kwota__container > input {
        width: 85%;
    }
    .brand {
        width: 33%;
    }
    .sn{
        width: 33%;
        display: flex;
        align-items: center;
        justify-content: center;

    }
    #usterka-container > label {
        top: 55px;
    }
    .tabinline{
        display: block !important;
        width: 90%;
        margin-bottom: 10px;
    }
    /* .usterka--button {
       display: block !important;
        width: 90%;
        margin-bottom: 10px;
    } */
    .repair-type {
        display: flex;
        flex-direction: column;
        margin-bottom: 10px;
    }
    .main--links {
      display: none;
    }

    .steps__container {
        width: 85%;
    }

    .step__name {
        font-size: 14px;
        height: 52px;
    }

    #imei-number-input {
        width: 75%;
    }

    #usterka {
        width: 90%;
    }

    .accesories {
        width: 100%;
    }

    .accesory {
        width: 40%;
    }

    .backup__container > .radio-container,
    .access-main__container > .radio-container {
        display: grid;
        grid-template-columns: repeat(10%, 90%);
    }

    .wrapper > .next-step {
        width: 100%;
    }

    .inputs-container > input {
        width: 90%;
    }

    .city-container > input {
        width: 40%;
    }

    .courier__container {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        
    }
    .courier, .courier__zwrot{
        width: 100%;
    }

    .row {
        width: 100%;
    }
    .next-step,
    .previous-step {
        width: 50%;
        margin: 10px;
    }

    .person-details,
    .delivery-details {
        padding: 0;
        width: 100%;
        grid-template-columns: repeat(2, 50%);
    }

    .details__header {
        font-size: 16px;
        margin-bottom: 0;
    }

    .device__detail {
        display: flex;
        flex-direction: column;
    }

    .detail__label {
        color: gray;
        font-size: 12px;
    }

    .detail__name {
        font-size: 16px;
        word-wrap: break-word;    
    }

    .delivery > .details__header,
    .zwrot > .details__header {
        height: auto;
    }
    
    .courier__name {
        font-size: 16px;
    }

    .courier__description {
        font-size: 14px;
        max-width: 80%;
    }
} 


/* moduł dodatkowych urządzeń */

.box {
    background-color: black;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

p {
    font-size: 17px;
    align-items: center;
}

.box a {
    display: inline-block;
    background-color: #fff;
    padding: 15px;
    border-radius: 3px;
}

.modal {
    align-items: center;
    display: flex;
    justify-content: center;
    position: fixed;
    top: 100px;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(88, 88, 88, 0.7);
    transition: all 0.4s;
    visibility: hidden;
    opacity: 0;
    height: 100%;
}

.content {
    position: fixed;
    background: white;
    width: 900px;
    padding: 1em 2em;
    border-radius: 4px;
    max-height: 900px;
    overflow-y:auto;
}

.modal:target {
    visibility: visible;
    opacity: 1;
}

.box-close {
    position: absolute;
    top: 0;
    right: 15px;
    color: #fe0606;
    text-decoration: none;
    font-size: 30px;
}

.accordion {
background-color: #eee;
color: #444;
cursor: pointer;
padding: 18px;
width: 100%;
border: none;
text-align: left;
outline: none;
font-size: 15px;
transition: 0.4s;
}

.active, .accordion:hover {
background-color: #ccc; 
}

.panel_pop {
padding: 20px 0;
display: none;
background-color: white;
overflow: hidden;

}




.headers_multi {
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.03em;
    font-weight: 700;

}

.sel_multi {
    margin: 0 !important;
    /* padding: 0 !important; */
}

.inputs_multi {

    border: 2px solid hsl(0deg, 0%, 91%);
    border-radius: 8px;
    padding: 16px 36px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.03em;
    margin-bottom: 8px;
}

.add_next_multi {
    width: 40%;
    outline: none;
    border: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    border-radius: 8px;
    background-color: #FF8552;
    color: white;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.02em;
    cursor: pointer;
    user-select: none;
    margin-top:20px;
}


@media screen and (max-width: 575px) { 
    .content {
        width: 80%;
    }
 }
