footer {
  display: none;
}

header {
  background: #fff;
  box-shadow: 0px 2px 40px rgba(0, 0, 0, 0.15);
}

header.pc .headerTop {
  border-bottom: 1px solid rgba(131, 125, 125, 0.3);
  padding      : 6px 0;
}

header.pc .headerTop .--tel {
  color: #000;
}

header.pc .headerTop .--tel::after {
  border-bottom: 1px solid rgba(29, 29, 29, 0.6);
}

header.pc .headerTop .nice-select span {
  color: #000;
}

header.pc .headerTop .--listLogo img {
  filter: unset;
}

header.pc .headerBot {
  height: 70px;
}

header.pc .headerBot .--menu .--nameMenu {
  color: #000;
}

header.pc .headerBot .--menu .--itemMenu.--sub::after {
  color: #000;
}

header.pc .headerBot .--logo img {
  max-width : 60px;
  max-height: 60px;
}

header.pc .headerBot .btn-2 {
  font-size: 14px;
  height   : 40px;
}

header .--logo img.logo-white {
  display: none;
}

header .--logo img.logo-color {
  display: block !important;
}

@media (max-width: 769px) {
  header .nice-select span {
    color: #000;
  }

  header.mb .--listLogo img {
    filter: unset;
  }
}

.register {
  position: relative;
  height  : 100vh;
}

.register .--content {
  padding-top: 105px;
  height     : 100%;
  display    : flex;
  position   : relative;
}

.register .--content .--estimate {
  display                : flex;
  position               : absolute;
  bottom                 : 0;
  left                   : 50%;
  transform              : translate(-50%, 0);
  max-width              : 100%;
  align-items            : center;
  border-radius          : 16px 16px 0px 0px;
  background             : #fff;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter        : blur(2px);
  padding                : 12px 20px;
  justify-content        : center;
  overflow               : hidden;
  color                  : #000;
  transition             : all 0.3s ease;
}

.register .--content .--estimate::after {
  color     : var(--color-1);
  content   : "";
  position  : absolute;
  width     : 100%;
  top       : 100%;
  left      : 0;
  height    : 100%;
  background: var(--color-1);
  transition: all 0.3s ease;
  z-index   : -1;
}

.register .--content .--estimate .--txt {
  display    : flex;
  font-size  : 14px;
  align-items: center;
  width      : -moz-max-content;
  width      : max-content;
  max-width  : 100%;
}

.register .--content .--estimate:hover {
  color    : #fff;
  transform: translate(-50%, 0) scale(0.95);
}

.register .--content .--estimate:hover i {
  background: #fff;
  color     : var(--color-1);
}

.register .--content .--estimate:hover::after {
  top: 0;
}

.register .--content .--estimate i {
  width          : 44px;
  height         : 44px;
  display        : flex;
  flex           : 0 0 auto;
  align-items    : center;
  justify-content: center;
  border-radius  : 50%;
  color          : #fff;
  margin-right   : 16px;
  background     : var(--color-1);
  transition     : all 0.3s ease;
}

.register .--content .--estimate p {
  margin-bottom: 0;
  font-weight  : 600;
}

.register .--content .--estimate .--info {
  display  : flex;
  flex-flow: column;
}

.register .--content .--estimate p {
  padding-right: 16px;
  margin-right : 16px;
  border-right : 1px solid #dcdcdc;
}

.register .--content .--left {
  width   : calc(100% - 410px);
  height  : 100%;
  position: relative;
}

.register .--content .--left .--bg {
  width : 100%;
  height: 100%;
}

.register .--content .--left .--bg img {
  width        : 100%;
  height       : 100%;
  -o-object-fit: cover;
  object-fit   : cover;
}

.register .--content .--right {
  width      : 450px;
  height     : 100%;
  padding    : 30px 30px 0;
  position   : relative;
  border-left: 1px solid #fff;
  background : #fff;
  transition : all 0.3s ease;
  overflow   : hidden;
}

.register .--content .--right.active {
  padding: 30px 100px 0 30px;
}

.register .--content .--right .subTitle {
  margin-bottom: 16px;
  line-height  : 1;
}

.register .--content .--right .--des {
  margin-bottom: 20px;
}

.register .--content .form.check {
  margin-top    : 12px;
  padding-bottom: 12px;
  margin-bottom : 12px;
  border-bottom : 1px solid #dcdcdc;
}

.register .--content .form .select2-container {
  border       : 1px solid #bcb4b4;
  border-radius: 6px;
  overflow     : hidden;
}

.register .--content .form .nice-select,
.register .--content .form textarea,
.register .--content .form input {
  border: 1px solid #bcb4b4;
}

.register .--content .--listForm {
  max-height   : calc(100vh - 380px);
  overflow-y   : auto;
  display      : flex;
  flex-flow    : column;
  gap          : 20px;
  width        : calc(100% + 10px);
  padding-right: 10px;
}

.register .--content .--listForm .--title {
  font-size    : 18px;
  font-weight  : 600;
  margin-bottom: 8px;
}

.register .--content .--listForm::-webkit-scrollbar {
  width: 6px;
}

.register .--content .--listForm::-webkit-scrollbar-track {
  background   : #eee;
  border-radius: 8px;
}

.register .--content .--listForm::-webkit-scrollbar-thumb {
  background   : #888;
  border-radius: 8px;
}

.register .--content .--button {
  bottom    : 0;
  position  : absolute;
  left      : 0;
  width     : 100%;
  padding   : 24px 30px;
  background: #fff;
  display   : flex;
  flex-wrap : wrap;
  gap       : 8px;
  flex-flow : column;
}

.register .--content .--button .--priceBot {
  width          : 100%;
  justify-content: space-between;
  display        : flex;
  font-size      : 20px;
}

.register .--content .--button .--priceBot span:last-child {
  font-weight: 700;
}

.register .--content .--button .--btn {
  width                  : 44px;
  height                 : 44px;
  display                : flex;
  align-items            : center;
  justify-content        : center;
  border-radius          : 6px;
  background             : rgba(59, 73, 101, 0.1);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter        : blur(2px);
  cursor                 : pointer;
  flex                   : 0 0 auto;
}

.register .--content .--button .btn-2 {
  border-radius          : 6px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter        : blur(2px);
}

.register .--content .--note {
  font-size     : 12px;
  font-weight   : 600;
  text-transform: uppercase;
}

.register .--content .--note span {
  color: var(--color-1);
}

@media (max-width: 769px) {
  .register {
    background: #f5f5f5;
  }

  .register .--content {
    padding-top: 65px;
    height     : 100%;
  }

  .register .--content .--estimate {
    position     : relative;
    bottom       : unset;
    left         : unset;
    transform    : none;
    border-bottom: 1px solid #dedede;
  }

  .register .--content .--estimate::after {
    display: none;
  }

  .register .--content .--estimate:hover {
    transform: none;
    color    : #000;
  }

  .register .--content .--estimate p {
    padding-right: 0;
    margin-right : 0;
    border-right : none;
  }

  .register .--content .--estimate .--info {
    display: none;
  }

  .register .--content .--bg {
    display: none;
  }

  .register .--content .--left {
    display: none;
  }

  .register .--content .--listForm {
    max-height: unset;
  }

  .register .--content .--infoContent {
    flex-grow: 1;
    display  : flex;
    flex-flow: column;
    overflow : hidden;
    padding  : 20px;
  }

  .register .--content .--right {
    width                  : 100%;
    -webkit-backdrop-filter: unset;
    backdrop-filter        : unset;
    border-left            : unset;
    background             : transparent;
    padding                : 0;
    display                : flex;
    flex-flow              : column;
  }

  .register .--content .--right .--button {
    padding : 20px;
    position: relative;
    left    : unset;
    bottom  : unset;
  }

  .register .--content .--right .--button .btn {
    font-size: 14px;
  }

  .register .--content .--right .--bot {
    display  : flex;
    flex-flow: column-reverse;
  }
}

/*# sourceMappingURL=register.css.map */