

/* Start:/local/components/cci/renewal/templates/.default/style.css?17455847288594*/
/*.renewal {
  margin: 50px auto;
  background-color: #fff;
}
.renewal-label {
  height: 100%;
  background-color: #236170;
  color: #289580;
}
.renewal-label-wrap {
  width: 150px;
  height: 150px !important;
  border-radius: 50%;
  border: 3px solid #289580;
}
.renewal-label .row_line {
  width: 150px;
}
.renewal-label .mdi {
  font-size: 64px;
}
.renewal-content h2 {
  font-family: 'bebas-neue';
  font-size: 32px;
  font-weight: bold;
}*/
.renewal {
  min-height: 400px;
}

.renewalLeft{
  background-color: #236170;
  color: #289580;
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 200px;
}
.renewalLeft div {width: 100%;}
.renewalLeft .mdi {
  font-size: 64px;
  justify-content: center;
  border: 4px solid #289580;
  padding: 30px;
  border-radius: 50%;
}

/**/
.renewalRight {
  background: #fff;
  padding: 64px;
}
.renewalRight .blockTitle{
  font-size: 32px;
  line-height: 0.75;
  margin-bottom: 20px;
}
.renewalForm{
  margin-top: 80px;
}
.request-error-message + .renewalForm {
    margin-top: 50px;
}
.renewalForm .renewalForm_error{
  color: #fa5f55;
  display: none;
}

.renewalForm .renewalForm_inputBlock {
  margin-bottom: 38px;
    position: relative;
}

.renewalForm .renewalForm_inputBlock label{
  font-size: 14px;
  font-weight: 600;
  display: block;
  /*text-transform: uppercase;*/
}
.renewalForm_inputBlock .mdi-check {
    display: none;
    position: absolute;
    bottom: 8px;
    right: 10px;
    color: #91c164;
}
.direction--rtl .renewalForm_inputBlock .mdi-check {
    left: 10px;
    right: auto;
}
.renewalForm_inputBlock-success .mdi-check {
    display: block;
}
.renewalForm .renewalForm_inputBlock:before{
    content: ' ';
    position: absolute;
    display: block;
    background-color: #fa5f55;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    -ms-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
    z-index: 99999;
}
.birthdate-block.renewalForm_inputBlock:before {
    left: 64px;
}
.renewalForm .renewalForm_inputBlock:after{
    content: ' ';
    position: absolute;
    display: block;
    background-color: #91c164;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    -ms-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
    z-index: 99999;
}
.birthdate-block.renewalForm_inputBlock:after {
    left: 64px;
}
.renewalForm .renewalForm_inputBlock .account-creation-description {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.8;
    background-color: rgb(245, 245, 245);
    padding: 16px;
}
.changepwd-action .change-pwd-description {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.8;
    background-color: rgb(245, 245, 245);
    padding: 16px;
    margin-bottom: 32px;
}
.renewalForm .renewalForm_inputBlock input{
    position: relative;
  height: 40px;
  background-color: #ffffff;
  border:none;
  border-bottom: 2px solid #e6e6e6;
  font-size: 16px;
  font-weight: 300;
  margin-top: 14px;
  width: 100%;
  padding: 0px 3px;
}

.renewalForm .button{
  background-color: #91c164;
  color: #fff;
  width: 250px;
  padding: 0 24px;
  max-width: 100%;
  margin: 5px 0px;
  font-weight: 500;
  justify-content: center;
}
.renewalForm .button_back{
  background: transparent;
  color: #323c4b;
  width: auto;
  padding: 0px;
}
.direction--rtl .renewalForm_inputBlock .button_back .mdi-arrow-left,  .button_back .mdi-arrow-right{
display:none;
}
.direction--rtl .renewalForm_inputBlock .button_back .mdi-arrow-right{
    display: inline;
}
.account-creation {
  display: none;
}
.renewalForm .renewalForm_inputBlock-error:before {
    width: 100%;
}
.renewalForm .renewalForm_inputBlock-success:after {
    width: 100%;
}
.renewalForm .renewalForm_inputBlock-error:before {
    width: 100%;
}
.renewalForm .renewalForm_inputBlock-success:after {
    width: 100%;
}
.birthdate-block.renewalForm_inputBlock-error:before {
    width: calc(100% - 64px);
    left: 64px;
}
.birthdate-block.renewalForm_inputBlock-success:after {
    width: calc(100% - 64px);
    left: 64px;
}
.birthdate-block.renewalForm_inputBlock-error:before {
    width: calc(100% - 64px);
    left: 64px;
}
.birthdate-block.renewalForm_inputBlock-success:after {
    width: calc(100% - 64px);
    left: 64px;
}
.input-error-block {
    display: none;
}
.renewalForm_inputBlock-error .input-error-block {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0px;
    color: #fa5f55;
    font-size: 10px;
    transform: translateY(calc(100% + 4px));
}
@media (max-width: 480px) {
  .renewalForm_inputBlock-error .input-error-block {
    top: 72px;
    left: 0px;
  }
}
#birthdate {
    width: calc(100% - 64px);
    margin-left: 64px;
}
.open-birthdate {
    color: #323c4b;
    position: absolute;
    left: 0;
    bottom: 0px;
    cursor: pointer;
}
.open-birthdate .mdi-menu-down {
    font-size: 24px;
    line-height: 30px;
}
.open-birthdate .mdi-calendar-week {
    font-size: 24px;
    line-height: 30px;
}
#datepickers-container {
    z-index: 99999;
}
.account-creation-finish-description {
    width: 100%;
}
.account-creation-finish-description p {
    padding: 10px 0;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.8;
}
.account-creation-finish-description li {
    padding: 10px 0;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.0;
}
.account-creation-finish-description li::before {
    content: "— ";
    position: relative;
}
.account-creation-finish .renewalForm {
    margin-top: 32px;
}
.request-error-message {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.8;
    background-color: #ffebe8;
    padding: 16px;
    margin-top: 45px;
}


/* выбор телефонного кода */
.renewalForm_inputBlock-phone {
  display: flex;
  position: relative;
}
.renewalForm .renewalForm_inputBlock-phone input {
  padding-left: 80px;
}

.renewalForm .renewalForm_inputBlock-phone .select2-container {
    z-index: 999;
  position: absolute;
  top: 15px;
}
.renewalForm .renewalForm_inputBlock-phone .select2-selection__arrow {
  display: none;
}

.country-selector {
  width: 80px;
}
img.flag {
  width:20px;
}
.flag-box {
  width:25px;
  text-align: left;
  float: left;
  padding-top: 4px;
}
.consultant-country-selector-modify .option-wrapper {
  display: block !important;
}
.consultant-country-selector-modify .option-wrapper div {
  display: block;
}
.country-name-box {
  width: calc(100% - 70px);
  text-align: left;
  font-size: 13px;
  padding-top: 3px;
}
.phone-code-box {
  width: 45px;
  text-align: right;
  font-size: 14px;
  padding-right: 5px;
  padding-top: 5px;
}
.phone-code-box-selected {
  width: 45px;
  font-size: 14px;
  padding-top: 0px;
  text-align: center;
}
.option-wrapper {
  display: flex;
  position: relative;
  min-height: 24px;
}
.country-selector-modify .country-code-select-wrapper {
  width: 100px;
  float: left;
  padding-top: 23px;
}
.country-selector-modify .select2-dropdown--below, .country-selector-modify .select2-dropdown--above {
  width: 330px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-left: -6px;
  margin-top: -4px;
}
.select2-selection--single {
  border: none !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 0 !important;
}
.select2-container--default .select2-selection--single {
  background-color: transparent !important;
}
/* выбор телефонного кода */

.renewalForm .password-visibility {
  flex-wrap: wrap;
}
.renewalForm .password-visibility label {
  width: 100%;
  flex: 0 0 100%;
}
.renewalForm .password-visibility .change-visibility {
  flex: 0 0 24px;
  max-width: 24px;
  right: 40px;
  bottom: 8px;
}
.account-creation.password-visibility {
    display: none;
}

.cci-confirmed-other {
}

.cci-confirmed-other .cci-confirmed-other__error {
    display: none !important;
}

.cci-confirmed-other.cci-confirmed-other--error.renewalForm_inputBlock-error .input-error-block {
    display: none !important;
}
.cci-confirmed-other.cci-confirmed-other--error.renewalForm_inputBlock-error .cci-confirmed-other__error {
    display: block !important;
}

.cci-confirmed-other-info {
    display: none;
    padding: 8px 16px;

    color: #fa5f55;
    font-size: 16px;
    line-height: 20px;
    border: 1px solid #fa5f55;
}
.cci-confirmed-other-info.cci-confirmed-other-info--error {
    display: block;
}

/* End */
/* /local/components/cci/renewal/templates/.default/style.css?17455847288594 */
