
* {
  border: 0;
  padding: 0;
  font-family: 'GeneralSans';
}


html {
  font-size: 100%;
}

body {

  color: #555;
  background: #f5f5f5;
  position: relative;
  font-weight: 400;
  line-height: 1.3;
}

h1 {
  font-size: 1px;
  color: transparent;
}

h2 {
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
  /*color: #453d41;*/
  color: #1c0b11; /* from onboarding.css */
}

h3 {
  /*font-family: 'Heebo', sans-serif;*/
  font-size: 32px;
  font-weight: 700;
  line-height: 30px;
  /*color: #453d41;*/
  color: #1c0b11; /* from onboarding.css */
}

h4 {
  /*font-family: 'Heebo', sans-serif;*/
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
  /*color: #504349;*/
  color: #221216; /* from onboarding.css */
}

h5 {
  /*font-family: 'Heebo', sans-serif;*/
  /*font-size: 20px;*/
  font-weight: 700;
  line-height: 22px;
  /*color: #504349;*/
  font-size: 18px; /* from onboarding.css */
  color: #221216; /* from onboarding.css */
}

label {
  font-weight: 300;
  font-size: 16px;
  /*color: #62575b;*/
  text-align: left;
  line-height: 18px;
  color: #2a1d1f; /* from onboarding.css */
;
}


p small {
  font-size: 14px;
}
p strong {
  font-weight: 600;
}

button:focus {
  outline: none;
}

.row.container {
  width: 95%;
  max-width: 100%;
  margin: 0 auto;
}
.dropdown-item:active {
  color: #212529;
  background-color: #f8f9fa !important;
}

.btn {
  height: 48px;
  width: 100%;
  text-align: center;
  /* text-transform: uppercase; */
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.1;
}
.btn.btn-default {
  background: #ff5a70;
  color: #fff;
  letter-spacing: 0.9px;
  /*font-size: 14px;*/
  font-weight: 600;
  max-width: 200px;
  /*border-radius: 4px;*/
  transition: 300ms linear all;
  font-size: 16px; /* from onboarding.css */
  border-radius: 5px; /* from onboarding.css */
}
.btn.btn-default.disabled {
  /*color: #d8d4d4;*/
  /*background: #eae6e6;*/
  letter-spacing: 0.9px;
  font-size: 18px;
  font-weight: 500;
  color: #c4c4c4; /* from onboarding.css */
  background: #ebebeb; /* from onboarding.css */
}
.btn.btn-default:hover {
  /*background: #931c3f;*/
  color: #fff;
  background: #931c4d;

}
.btn.btn-default:hover img {
  -webkit-filter: brightness(10);
  filter: brightness(10);
}
.btn.btn-default img {
  margin-left: 16px;
}
.btn.btn-default.gray {
  /*background: #d8d4d4;*/
  /*color: #82797b;*/
  background: #c4c4c4; /* from onboarding.css */
  color: #322b2b; /* from onboarding.css */
}
.btn.btn-default.gray img {
  margin: 0;
  margin-right: 16px;
}
.btn.btn-default.gray:hover {
  /*background: #62575b;*/
  /*color: #d8d4d4;*/
  background: #2a1d1f; /* from onboarding.css */
  color: #c4c4c4; /* from onboarding.css */
}
.btn.btn-default.gray:hover img {
  -webkit-filter: brightness(10);
  filter: brightness(10);
}
.btn.btn-outline {
  height: 48px;
  max-width: 200px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  /*border-radius: 4px;*/
  font-size: 14px;
  border: 1px solid #ff5a70;
  color: #ff5a70;
  transition: 300ms linear all;
  border-radius: 5px; /* from onboarding.css */
}
.btn.btn-outline:hover {
  /*background: #ff5a70;*/
  /*color: #fff;*/
  background: #ff5a70 !important; /* from onboarding.css */
  color: #fff !important; /* from onboarding.css */

}
.btn.btn-outline.gray {
  /*color: #82797b;*/
  /*border-color: #82797b;*/
  color: #898989; /* from onboarding.css */
  border-color: #898989; /* from onboarding.css */
}
.btn.btn-outline.gray img {
  margin-left: 16px;
}
.btn.btn-outline.gray:hover {
  /*background: #82797b;*/
  color: #fff;
  background: #322b2b; /* from onboarding.css */
}

.btn.btn-outline.gray:hover img {
  -webkit-filter: brightness(10);
  filter: brightness(10);
}

header {
  width: 100%;
  position: relative;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
header .row.container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header h1 {
  margin: 0;
  color: transparent;
  font-size: 1px;
}
header h1 .logo {
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 0;
}
header ul {
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: flex-end;
  max-width: 195px;
}
header ul li {
  width: 150px;
  list-style-type: none;
  margin-right: 24px;
}
header ul li a {
  color: #504349;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0;
  height: 48px;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  line-height: 48px;
  font-size: 14px;
}

form .form-group {
  position: relative;
  margin-bottom: 32px;
}
form .form-group label {
  font-weight: 500;
  /*font-size: 18px;*/
  /*color: #62575b;*/
  text-align: left;
  margin-bottom: 16px;
  font-size: 16px; /* from onboarding.css */
  line-height: 19px;
  color: #959595; /* from onboarding.css */
}
form .form-group .input-box {
  position: relative;
}
form .form-group .input-box .ico {
  width: 48px;
  height: 48px;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
form .form-group input[type='text'],
form .form-group input[type='password'],
form .form-group input[type='email'],
form .form-group input[type='search'],
form .form-group input[type='date'],
form .form-group input[type='time'],
form .form-group input[type='month'],
form .form-group input[type='number'] {
  width: 100%;
  max-width: 610px;
  height: 48px;
  background: #ffffff;
  /*border-radius: 10px;*/
  border-radius: 5px;

  /*color: #62575b;*/
  color: #2a1d1f; /* from onboarding.css */
  padding-left: 16px;
  font-size: 16px;
  font-weight: 400;
  /*border: 1px solid #d8d4d4;*/
  transition: all linear 300ms;
  border: 1px solid #c4c4c4; /* from onboarding.css */
}

form .form-group input[type='text']:focus,
form .form-group input[type='password']:focus,
form .form-group input[type='email']:focus,
form .form-group input[type='search']:focus,
form .form-group input[type='date']:focus,
form .form-group input[type='time']:focus,
form .form-group input[type='month']:focus,
form .form-group input[type='number']:focus {
  outline: none;
  /*border: 1px solid #ff8a83;*/
  border: 1px solid #d8d4d4; /* from onboarding.css */

}
form .form-group input[type='text'].error,
form .form-group input[type='password'].error,
form .form-group input[type='email'].error,
form .form-group input[type='search'].error,
form .form-group input[type='date'].error,
form .form-group input[type='time'].error,
form .form-group input[type='month'].error,
form .form-group input[type='number'].error {
  /*border: 1px solid #fc7658;*/
  border: 1px solid #ed6673; /* from onboarding.css */

}
form .form-group .select {
  width: 100%;
  height: 48px;
  border-radius: 8px;
  position: relative;
}
form .form-group .select select {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  padding-left: 24px;
  /*color: #82797b;*/
  font-size: 16px;
  opacity: 0;
  color: #322b2b; /* from onboarding.css */
}
form .form-group .select .select-look {
  width: 100%;
  max-width: 610px;
  height: 48px;
  background: #ffffff;
  /*border-radius: 10px;*/
  /*border: 1px solid #d8d4d4;*/
  padding-left: 16px;
  font-size: 16px;
  font-weight: 300;
  position: relative;
  z-index: 1;
  line-height: 48px;
  /*color: #908a8b;*/
  border-radius: 5px; /* from onboarding.css */
  border: 1px solid #c4c4c4; /* from onboarding.css */
  color: #555; /* from onboarding.css */
}

form .form-group textarea {
  width: 100%;
  height: 114px;
  background: #ffffff;
  border-radius: 10px;
  /*border: 1px solid #d8d4d4;*/
  /*color: #82797b;*/
  padding: 24px;
  font-size: 16px;
  font-weight: 400;
  transition: all linear 300ms;
  border: 1px solid #c4c4c4; /*from onboarding.css*/
  color: #322b2b; /*from onboarding.css*/
}
form .form-group textarea:focus {
  outline: none;
  /*border: 1px solid #ff8a83;*/
  border: 1px solid #ff8388; /* from onboarding.css */

}
form .form-group .form-check {
  height: 48px;
}
form .form-group .form-check label {
  font-size: 16px;
  font-weight: 400;
  /*color: #908a8b;*/
  color: #555; /* from onboarding.css */
}
form .form-group .upload-file {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
form .form-group .upload-file input {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  opacity: 0;
  z-index: 2;
}
form .form-group .upload-file .look {
  background: #ffffff;
  box-shadow: 0 0 6px 0 rgba(144, 138, 139, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  max-width: 182px;
  padding: 0 16px;
  position: relative;
  z-index: 1;
}
form .form-group .upload-file .look img {
  margin-right: 16px;
}
form .form-group .upload-file .look span {
  font-size: 14px;
  line-height: 1.1;
  font-weight: 700;
  /*color: #62575b;*/
  color: #2a1d1f; /* from onboarding*/

}
form .form-group .upload-file:hover {
  cursor: pointer;
}
form .form-group .upload-file:hover .look {
  background: #ff5a70;
  box-shadow: none;
}
form .form-group .upload-file:hover .look img {
  -webkit-filter: brightness(10);
  filter: brightness(10);
}
form .form-group .upload-file:hover .look span {
  color: #fff;
}
form .form-group .file-uploaded {
  background: #ffffff;
  box-shadow: 0 0 6px 0 rgba(144, 138, 139, 0.3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 16px;
  position: relative;
}
form .form-group .file-uploaded img {
  margin-right: 8px;
}
form .form-group .file-uploaded span {
  /*color: #908a8b;*/
  font-size: 12px;
  line-height: 1.1;
  margin-right: 8px;
  max-width: 80px;
  word-break: break-all;
  color: #555; /* from onboarding.css */

}
form .form-group .file-uploaded .change-file {
  position: relative;
}
form .form-group .file-uploaded .change-file input {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  opacity: 0;
}
form .form-group .file-uploaded .change-file span {
  text-decoration: underline;
  font-size: 14px;
  /*font-family: 'Heebo', sans-serif;*/
  font-weight: 400;
  color: #ff5a70;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
form .form-group .file-uploaded:hover {
  cursor: pointer;
  background: #ff5a70;
  box-shadow: none;
}
form .form-group .file-uploaded:hover img {
  -webkit-filter: brightness(10);
  filter: brightness(10);
}
form .form-group .file-uploaded:hover span {
  color: #fff;
}
form .form-group .file-uploaded:hover .change-file span {
  color: #fff;
  font-weight: 500;
}
form .form-group .custom-radio {
  position: relative;
  height: 56px;
  margin: 0;
  margin-top: 16px;
}
form .form-group .custom-radio input {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 2;
}

form .form-group .custom-radio label span {
  /*color: #908a8b;*/
  font-size: 14px;
  font-weight: 400;
  margin-left: 16px;
  color: #555; /* from onboarding.css */

}

form .form-group .custom-radio .custom-control-label::after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 2;
}
form .form-group .custom-radio .custom-control-label::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 2;
}
form .form-group .custom-radio input:checked + label {
  border: 1px solid #ff5a70;
}
form .form-group .custom-radio input:checked + label .check {
  opacity: 1;
}

form .form-group input[type='date']::-webkit-inner-spin-button {
  display: none;
}
form .form-group input[type='date']::-webkit-calendar-picker-indicator {
  opacity: 0;
  width: 60px;
  height: 20px;
  margin-right: 0px;
}
form .form-group input[type='number']::-webkit-outer-spin-button,
form .form-group input[type='number']::-webkit-inner-spin-button {
  display: none;
}
form .form-group .error-message {
  display: none;
  align-items: center;
  justify-content: flex-start;
  height: 36px;
}
form .form-group .error-message img {
  margin-right: 16px;
}
form .form-group .error-message span {
  /*color: #fc7658;*/
  font-size: 14px;
  color: #ed6673; /* from onboarding.css */

}
form .form-group .alert-message {
  display: none;
  align-items: center;
  justify-content: flex-start;
  height: 36px;
}
form .form-group .alert-message img {
  margin-right: 16px;
}
form .form-group .alert-message span {
  /*color: #c39a28;*/
  font-size: 14px;
  color: #e49b59; /* from onboarding.css */

}
form .form-group.error .error-message {
  display: flex;
}
form .form-group.error input {
  /*background: #feeddd;*/
  /*border-color: #fc7658;*/
  background: #fbe5e4; /* from onboarding.css */
  border-color: #ed6673; /* from onboarding.css */
}
form .form-group.alert {
  padding: 0;
}
form .form-group.alert .alert-message {
  display: flex;
}
form .form-group.alert input {
  /*background: #fefdd6;*/
  background: #fdfad9; /* from onboarding.css */

}

form .form-group.search {
  position: relative;
}
form .form-group.search input {
  position: relative;
  z-index: 2;
  background: transparent;
}
form .form-group.search .search-ico {
  position: absolute;
  top: 48px;
  right: 32px;
  z-index: 1;
}


main {
  padding-top: 0;
}

.modal .modal-title {
  font-size: 24px;
  /*color: #453d41;*/
  font-weight: 700;
  width: 100%;
  text-align: center;
  margin-top: 24px;
  color: #1c0b11;
}

.modal .modal-header {
  border: none;
}

.modal .modal-dialog {
  max-width: 607px;
}

.modal .modal-header {
  padding: 24px;
}

.modal .modal-body {
  padding: 32px;
}

.modal p {
  max-width: 400px;
  line-height: 1.3;
  /*color: #908a8b;*/
  color: #555; /* from onboarding.css */
}

.modal form {
  max-width: 400px;
  margin: 0 auto;
}

@media (max-width: 992px) {
  h2 {
    font-size: 40px;
  }
}

@media (max-width: 766px) {
  header {
    z-index: 2;
    padding: 0;
    height: 60px;
  }
  header h1 .logo {
    width: 90px;
  }
  header h1 .logo img {
    width: 80px;
  }
  header ul {
    width: 100%;
    height: 1px;
    border-top: 1px solid #c4c4c4;
    box-shadow: 0 6px 13px 0 rgba(0, 0, 0, 0.1);
    position: fixed;
    z-index: 3;
    top: 60px;
    align-content: flex-start;
    flex-wrap: wrap;
    background: #fff;
    right: 0;
    overflow: hidden;
  }
  header ul li {
    display: flex;
    width: 100%;
    max-width: inherit;
    height: 48px;
  }
  header ul li a {
    border: none;
    border-bottom: 1px solid #ebebeb;
    justify-content: flex-start;
    height: 48px;
    padding: 0 24px;
    padding-left: 40px;
  }
  header ul.show {
    height: auto;
    transition: 400ms ease-out right;
    padding-top: 24px;
  }
}

@media (max-width: 576px) {

  .dropdown-menu{
    left: -400px;
  }

  /* FROM ONBOARDING.CSS */
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
  main.with-menu {
    padding-bottom: 88px;
  }
  header ul li {
    padding: 8px 0;
    margin: 0;
    justify-content: center;
    height: auto;
  }
  header ul li a {
    text-align: center;
    justify-content: center;
  }

}

/* FROM ONBOARDING.CSS */
form .form-group .select .select-look .ico {
  width: 48px;
  height: 48px;
  z-index: 0;
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

form .form-group .custom-radio label {
  width: 100%;
  height: 56px;
  background: #ffffff;
  box-shadow: 0 0 6px 0 rgba(144, 138, 139, 0.3);
  border-radius: 6px;
  position: relative;
  z-index: 1;
  align-items: center;
  justify-content: flex-start;
  padding: 0 16px;
  display: flex;
}

form .form-group .custom-radio.big-radio label .check {
  margin: 0;
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  /*background: #ff5a70;*/
  display: flex;
  align-items: center;
  justify-content: center;
  right: 16px;
  top: 50%;
  margin-top: -12px;
  opacity: 0;
}


.btn.btn-default.white {
  border: 1px solid #c4c4c4;
  color: #c4c4c4;
  background: #fff;
}
.btn.btn-default.white:hover {
  background: rgba(255, 90, 111, 0.14);
  border-color: #ff5a70;
}
.btn.btn-outline:hover img {
  filter: brightness(100);
}

.btn.btn-ghost {
  font-size: 18px;
  text-transform: none;
  color: #322b2b;
  max-width: 200px;
}
.btn.btn-ghost.dropdown-toggle:after {
  border: none;
}
.btn.btn-ghost.primary {
  color: #ff5a70;
}
.btn.btn-ghost.gray {
  color: #898989;
}

.btn.btn-link {
  max-width: 250px;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  /*font-family: 'GeneralSans';*/
}
.btn.btn-link.primary {
  color: #ff5a70;
  border-bottom-color: #ff5a70;
}
.btn.btn-link.large {
  font-size: 22px;
}
.btn.btn-link:hover {
  text-decoration: none;
  border-radius: 5px;
}
.btn.btn-link:hover.primary {
  border: 2px solid #ff5a70;
}

.btn.w-icon-r img {
  margin: 0;
  margin-left: 8px;
}
.btn.w-icon-l img {
  margin: 0;
  margin-right: 8px;
}

.btn.min {
  text-transform: none;
  font-size: 20px;
}
.btn.w100 {
  max-width: inherit;
}

.form-check.custom {
  position: relative;
  width: 18px;
  height: 18px;
  padding: 0;
}

.form-check.custom input {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  left: 0;
  top: 0;
  margin: 0;
}
.form-check.custom .look {
  width: 18px;
  height: 18px;
  border-radius: 2px;
  border: 1px solid #898989;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  transition: all linear 300ms;
}
.form-check.custom .look img {
  width: 8px;
  margin: 0 !important;
}
.form-check.custom input:checked + label.look {
  background: #ff5a70;
  border-color: #ff5a70;
}
.form-check.custom input:checked + label.look img {
  filter: brightness(10);
}


.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #ff5a70;
  background-color: #ff5a70;
  box-shadow: none;
}

.w100 {
  width: 100%;
}

.card-type {
  background: #ffffff;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.modal .modal-content {
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.modal .modal-footer {
  border-top: none;
}

.loader {
  position: fixed;
  z-index: 1021;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
}
#top .btn.btn-ghost {
  width: initial;
  color: #898989;
}

#top p {
  font-size: 18px;
  color: #898989;
  margin-bottom: 0;
}
#top p a {
  /*font-family: 'GeneralSans';*/
  color: #ff5a70;
  margin-left: 8px;
}

form .form-group .select.type2 .select-look {
  background: #fff;
  border-color: #c4c4c4;
  color: #c4c4c4;
}
form .form-group .select.type2 .select-look .ico {
  width: 40px;
  height: 40px;
  border-left: 1px solid #c4c4c4;
  left: inherit;
  top: 3px;
  right: 3px;
}

form .form-group .select.bigger .select-look {
  height: 62px;
  line-height: 62px;
  font-size: 17px;
}
form .form-group .select.bigger .select-look .ico {
  width: 56px;
  height: 53px;
}

form .form-group ::-webkit-input-placeholder {
  /* Edge */
  color: #c4c4c4;
}

form .form-group :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #c4c4c4;
}

form .form-group ::placeholder {
  color: #c4c4c4;
}


form .form-group .select.flag-type .select-look {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  border: none;
}
form .form-group .select.flag-type .select-look .flag {
  width: 45px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  left: 0;
  top: 0;
}
form .form-group .select.flag-type .select-look span {
  width: 100%;
  padding-left: 48px;
  padding-right: 56px;
  line-height: 62px;
  font-size: 18px;
  color: #c4c4c4;
}

form .form-group .select.flag-type2 .select-look {
  box-shadow: none;
  border: 1px solid #c4c4c4;
}
form .form-group .select.flag-type2 .select-look .flag {
  width: 45px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  left: 0;
  top: 0;
}
form .form-group .select.flag-type2 .select-look span {
  width: 100%;
  padding-left: 48px;
  padding-right: 56px;
  line-height: 48px;
  font-size: 18px;
  color: #c4c4c4;
}



form .form-group .custom-date {
  position: relative;
}
form .form-group .custom-date input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
}
form .form-group .custom-date .date-look {
  position: relative;
  width: 100%;
  height: 49px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
  border-radius: 5px;
  z-index: 1;
  padding-left: 16px;
}
form .form-group .custom-date .date-look .text {
  font-size: 17px;
  line-height: 49px;
  color: #bdbdbd;
}
form .form-group .custom-date .date-look .ico {
  width: 49px;
  height: 37px;
  position: absolute;
  right: 0;
  top: 6px;
  border-left: 1px solid #bebebe;
  display: flex;
  justify-content: center;
  align-items: center;
}

form .form-group .custom-radio.custom2 {
  background: #ffffff;
  border: 1px solid #c4c4c4;
  box-sizing: border-box;
  border-radius: 5px;
  height: 49px;
  padding: 0 16px;
  padding-left: 32px;
  margin-top: 0;
}
form .form-group .custom-radio.custom2 label {
  line-height: 49px;
  width: 100%;
  box-shadow: none;
  background: none;
  height: 49px;
  /*font-family: 'GeneralSans';*/
  color: #c4c4c4;
}
form .form-group .custom-radio.custom2 .custom-control-label:before {
  width: 18px;
  height: 18px;
  border-radius: 2px;
  border-color: #c4c4c4;
  top: 14px;
  left: -1rem;
  opacity: 1;
  box-shadow: none;
}
form .form-group .custom-radio.custom2 .custom-control-label::after {
  top: 14px;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  background: none;
  box-shadow: none;
}
form .form-group .custom-radio.custom2 input:checked + .custom-control-label {
  border: none;
}
form
.form-group
.custom-radio.custom2
input:checked
+ .custom-control-label:before {
  background: url('/assets/build/img/check.svg') no-repeat center #ff5a6f !important;
  border-color: #ff5a70;
}
form
.form-group
.custom-radio.custom2
input:checked
+ .custom-control-label::after {
  background: url('/assets/build/img/check.svg') no-repeat center #ff5a6f !important;
  border-color: #ff5a70;
}

.modal form h5 {
  font-size: 14px;
  color: #555;
  /*font-family: 'GeneralSans';*/
  text-align: center;
}

.modal form .form-group.custom-radio {
  width: 140px;
  position: relative;
  height: 140px;
  max-height: 426px;
  margin: 8px;
  display: inline-flex;
}
.modal form .form-group.custom-radio input {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  opacity: 0;
  z-index: 2;
}
.modal form .form-group.custom-radio label {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  border-radius: 8px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 14px;
}
.modal form .form-group.custom-radio label img {
  display: block;
  margin: 0 auto 16px;
  width: 40px;
}
.modal form .form-group.custom-radio label h3 {
  color: #000;
  font-size: 16px;
  line-height: 17px;
  /*font-family: 'GeneralSans';*/
  margin-bottom: 8px;
  width: 100%;
  text-align: center;
}
.modal form .form-group.custom-radio label .line {
  width: 53px;
  height: 3px;
  background: #c4c4c4;
  margin: 0 auto;
}
.modal form .form-group.custom-radio input:checked + label {
  background: rgba(255, 90, 111, 0.14);
  border: 1px solid #ff5a70;
  box-shadow: none;
}
.modal form .form-group.custom-radio input:checked + label h3 {
  color: #ff5a70;
}
.modal form .form-group.custom-radio input:checked + label .line {
  background: #ff5a70;
}
.modal form .form-group.custom-radio input:checked + label p {
  color: #322b2b;
}
.modal form .form-group.custom-radio input:disabled + label {
  background: rgba(255, 90, 111, 0.14);
  border: 1px solid #c4c4c4;
}
.modal form .form-group.custom-radio input:disabled + label img {
  opacity: 0.5;
}
.modal form .form-group.custom-radio input:disabled + label h3 {
  color: #c4c4c4;
}
.modal form .form-group.custom-radio input:disabled + label .line {
  background: #c4c4c4;
}
.modal form .form-group.custom-radio input:disabled + label p {
  color: #c4c4c4;
}
.modal form button {
  width: auto;
}
.form-control:focus {
  outline: none !important;
  box-shadow: none !important;
}


.btn.focus,
.btn:focus {
  outline: none !important;
  box-shadow: none !important;
}
