a {
  color: #0564C6;
  text-decoration: none;
}
.btn {
  display: inline-block;
  font-family: 'Verdana', sans-serif;
  font-size: 14px;
  text-align: center;
  border-radius: 2px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.36);
  padding: 9px 10px;
  box-sizing: border-box;
  cursor: pointer;
  text-decoration: none;
  outline: none;
}
.btn:hover {
  text-decoration: none;
}
.btn:active:not(:disabled) {
  box-shadow: unset;
}
.btn:disabled {
  opacity: 0.7;
  cursor: default;
}
.btn--green {
  border: 1px solid #359B13;
  background-color: #359B13;
  color: #ffffff;
}
.btn--green:hover:not(:disabled) {
  background-color: #41A05F;
  border-color: #41A05F;
}
.popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
}
.popup--active {
  opacity: 1;
  visibility: visible;
}
.popup__win {
  position: relative;
  background-color: #ffffff;
}
.popup__close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background-size: 20px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L27 27' stroke='%23aaaaaa' stroke-width='2' stroke-linecap='square'/%3E%3Cpath d='M27 2L2 27' stroke='%23aaaaaa' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E%0A");
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}
@media (min-width: 1199px) {
  .popup__close-btn {
    width: 20px;
    height: 20px;
    top: 10px;
    right: 10px;
  }
}
.enter-form {
  font-family: 'trebuchet ms', sans-serif;
}
.enter-form__win {
  font-size: 14px;
  width: 100%;
  max-width: 315px;
  padding: 15px 20px 20px;
  box-sizing: border-box;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.34901961);
}
.enter-form__header {
  font-size: 18px;
  color: #359B13;
  font-family: Verdana, sans-serif;
  margin-top: 0;
  margin-bottom: 15px;
}
.enter-form__form-line-wrp {
  margin-bottom: 10px;
}
.enter-form__form-line {
  display: flex;
  align-items: center;
}
.enter-form__form-line--submit {
  margin-left: 70px;
  margin-bottom: 10px;
}
.enter-form__form-line span {
  width: 70px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 14px;
  color: #333333;
}
.enter-form__form-line input {
  flex-grow: 1;
  flex-shrink: 1;
  width: calc(100% - 70px);
  font-size: 16px;
  padding: 5px;
  border-radius: 0;
  border: 1px solid #c9c9c9;
  -webkit-appearance: none;
  box-sizing: border-box;
}
.enter-form__form-line input::placeholder {
  color: #000000;
  opacity: 0.4;
}
.enter-form__error-text {
  color: #A70B00;
  padding-left: 70px;
  margin: 0;
}
.enter-form__submit-btn {
  width: 100%;
  max-width: 70px;
  margin-right: 20px;
}
.enter-form__remind {
  font-size: 14px;
}
.enter-form__soc-login {
  display: flex;
  align-items: center;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 10px 20px;
  margin: 0 -20px 20px;
}
.enter-form__soc-login p {
  font-size: 14px;
  margin: 0 20px 0 0;
}
.enter-form__soc-btn {
  display: inline-block;
  margin-right: 5px;
}
.enter-form__soc-btn img {
  display: block;
}

.table-responsive{
  overflow: auto;
}

.sale-prev__main a {
  text-decoration: none !important;
}

.embedly-card {

	width: 100% !important;

	margin-bottom: -18px !important;

}

.embedly-card-hug {
	max-width: 100% !important;
}