.modal-btn{
  width: auto;
  padding: 0 10px;
  border: 2px solid var(--main-third-color);
}

.modal-bg{
  background-color: var(--main-first-color);
}

.modal-btn-closeModal, .modal-btn-closeModal:hover{
  margin-right: 10px;
  color: #f50;
  border: 2px solid #f50;
  background: transparent;
}

.loadModal{
  background: rgba(0,0,0,.5);
  position: absolute;
  z-index: 101;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}