@import url('https://fonts.googleapis.com/css2?family=Noto+Color+Emoji&display=swap');

.uc-rte-register {
    background: rgba(0,0,0,0);
    font-family: Arial, sans-serif;
    color: rgb(255,255,255);
    position: relative;
    text-align: center;
    -moz-transform: unset;
    vertical-align: middle;
    width: 100%;
    overflow: hidden
}

.uc-rte-register a { 
    color: #ff8562 !important;
}

.uc-rte-register div {
    box-sizing: border-box;
}

.uc-rte-register .rte-form {
    position: relative;
    z-index: 1;
}
.uc-rte-register .rte-form__agreement-element input:checked {
    background-color: #cdff00;
    outline: 2px solid #cdff00;
    accent-color: #cdff00;
}

.uc-rte-register .rte-input-form {
    background-color: rgba(0,0,0,0);
    border-color: #ff7a00;
    border-radius: 30px 30px 30px 30px;
    border-width: 2px;
    padding: 30px;
    background-image: linear-gradient(0.091turn,rgba(255,122,0,1) 0%,rgba(104,0,122,1) 100%,rgba(0,188,255,1) 100%);
}
.uc-rte-register .rte-table-responsive .rte-tr .rte-td.rte-td-price,
.uc-rte-register .rte-table-responsive .rte-tr .rte-td.rte-td-title {
    font-weight: 700;
    font-size: 16px;
}

.uc-rte-register .rte-table-responsive .rte-table .rte-th {
    padding: .625em 0 !important;
}

.uc-rte-register .rte-table-footer button {
   background-color: #3d4db1;
}
.uc-rte-register .rte-table-footer button:hover {
   background-color: #3d4db1b0;
}
 
.uc-rte-register .rte-table-footer img,
.uc-rte-register .rte-table-footer p.rte-table-footer-text {
    visibility:hidden;
}

.uc-rte-register .rte-table-text {
    text-align: center;
    color: #ffffff;
    font-weight: 400;
    text-transform: lowercase;
}

.uc-rte-register .rte-table-responsive .with-description {
    margin-top: 20px;
}

.uc-rte-register .rte-table-responsive .rte-table .rte-tr {
    background-color: rgba(0,0,0,0);
    color: #ffffff;
    padding: 0;
}
.uc-rte-register .rte-table-responsive .rte-table .rte-td {
    color: #ffffff;
}
.uc-rte-register .rte-table-responsive .rte-table .rte-description-row {
    margin-top: -10px;
}
.uc-rte-register .rte-table-responsive .rte-table .rte-description-row .rte-td {
    color: #ffffff;
    padding-top: 0;
    padding-bottom: 30px;
}
.uc-rte-register .rte-table-responsive .rte-table .rte-td {
    padding: 0;
}
.uc-rte-register .telephone_code,
.uc-rte-register  .rte-form__phone-select {
  font-family:  Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.uc-rte-register .rte-number-input {
        padding: 1px;
}

.uc-rte-register .rte-order-details .rte-order-details__element {
    color: #ffffff;
    background-color: rgba(0,0,0,0);
    background-image: linear-gradient(0.091turn,rgba(255,122,0,1) 0%,rgba(104,0,122,1) 100%,rgba(0,188,255,1) 100%);
    border-color: #ff7a00;
}

.uc-rte-register .rte-form-group input:not([type="checkbox"]):not([type="radio"]) {
    box-sizing: border-box;
}

.uc-rte-register  .rte-form-group label {
    color: #ffffff;
}
.uc-rte-register .rte-order-agreement {
    color: #552292;
}

@media screen and (max-width: 550px) {
  .uc-rte-register .rte-form {
          width: 100%;
          padding: 20px;
          overflow: hidden;
          box-sizing: border-box;
  }
  .uc-rte-register .rte-input-form {
        max-width: 100%;
        margin: 0;
        padding: 30px 15px;
        box-sizing: border-box;
      
  }
  .uc-rte-register .rte-form__inner {
      padding: 0 20px;
  }
  .uc-rte-register .rte-form__agreement-element {
      display: inline-block;
        height: 65px;
  } 
  .uc-rte-register .rte-table-responsive .rte-table .rte-td:not(.rte-td-title):not(.rte-number-row) {
        padding: 0 0 0px 0;
  }
  .uc-rte-register .rte-table-responsive .rte-table .rte-description-row {
      margin-top: 7px !important;
      padding-bottom: 20px;
  }
  .uc-rte-register .rte-table-responsive .rte-table .rte-td:not(.rte-td-title):not(.rte-number-row):before {
      display: none;
  }
  .uc-rte-register .rte-number-wrapper {
      margin-right: 15px;
    }
}






.uc-rte-register-2 {
    background: rgba(0,0,0,0);
    position: relative;
    text-align: center;
    -moz-transform: unset;
    vertical-align: middle;
    width: 100%;
    overflow: hidden
}

.uc-rte-register-2 a { 
    color: #ffffff !important;
}
.uc-rte-register-2 .rte-form {
    position: relative;
    z-index: 1;
}
.uc-rte-register-2 .rte-form__button {
    color: #042e00;
    font-family: sans-serif, Arial, sans-serif;
    background-color: #cdff00;
    border-color: #66b400 !important;
    border-width: 2px;
    border-radius: 15px;
    box-shadow: none !important;
    transition-duration: 0.2s;
    transition-property: background-color, color, border-color, box-shadow, opacity, transform;
    transition-timing-function: ease-in-out;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    padding: 9px 0;
}

.uc-rte-register-2 .rte-form__header,
.uc-rte-register-2 .rte-form__label-span,
.uc-rte-register-2 .rte-form__logo
{
    display: none !important;
}


.uc-rte-register-2 .rte-form__body {
    padding: 40px 0;
}

.uc-rte-register-2 .rte-form__inner {
    background: transparent;
    box-shadow: unset;
    width: 560px;
}

.uc-rte-register-2 .rte-form__input {
    border-radius: 7px !important;
    background: #ffffff !important;
    box-sizing: border-box;
    font-size: 16px !important;
    height: 56px !important;
    line-height: 1.33 !important;
    margin: 0;
    outline: none;
    padding: 0 20px !important;
    width: 100%;
}

.uc-rte-register-2  .rte-form__phone-select {
    border-radius: 7px !important;
    background: #ffffff !important;
    box-sizing: border-box;
    font-size: 16px !important;
    height: 56px !important;
    line-height: 1.33 !important;
    margin: 0;
    outline: none;
    padding: 0 20px !important;
    margin-top: 5px;
    margin-right: 20px;
}

.uc-rte-register-2 .rte-form__agreement-element {
    color: #042e00;
    font-family: Arial, Sans-Serif;
}

.uc-rte-register-2 .rte-form__footer {
    padding: 15px 0;
}

.uc-rte-register-2 .rte-form__agreement-element {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 5px;
    padding-left: 30px;
    position: relative;
    text-align: left;
    height: 36px;
    align-content: center;
    justify-content: flex-start;
    flex-direction: row;
}

.uc-rte-register-2 .rte-form__agreement-element input {
    left: 0px;
    top: 50%;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    border: 1px solid #ffffff;
}
.uc-rte-register-2 .rte-form__agreement-element input:checked {
    background-color: #ffffff;
    outline: 2px solid #ffffff;
    accent-color: #ffffff;
}


.uc-rte-register-2  .rte-form__phone-select {
  font-family: Arial, "Noto Color Emoji", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 480px) {
  .uc-rte-register-2 .rte-form__inner {
      padding: 0 20px;
  }
  .uc-rte-register-2 .rte-form__agreement-element {
      display: inline-block;
        height: 65px;
  } 
}