@keyframes slide-me {
  0% {
    left: -30px;
    margin-left: 0;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}
.container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media only screen and (max-width: 1360px) {
  .container {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 400px) {
  .container {
    padding: 0 10px;
  }
}
.container .row {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container #content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .container #content {
    gap: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .container #content {
    gap: 20px;
  }
}
@media only screen and (max-width: 450px) {
  .container #content {
    gap: 10px;
  }
}
.container #content h1 {
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #071a2b;
}
@media only screen and (min-width: 1110px) {
  .container #content h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1110px) {
  .container #content h1 {
    font-size: calc(24px + 12 * (100vw - 400px) / 1240);
  }
}
.container #content .simple-content {
  margin: 0;
  max-width: 420px;
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
  background: #ffffff;
}
@media only screen and (min-width: 1110px) {
  .container #content .simple-content {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 1110px) {
  .container #content .simple-content {
    padding-top: calc(10px + 10 * (100vw - 400px) / 1240);
  }
}
@media only screen and (min-width: 1110px) {
  .container #content .simple-content {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1110px) {
  .container #content .simple-content {
    padding-right: calc(10px + 10 * (100vw - 400px) / 1240);
  }
}
@media only screen and (min-width: 1110px) {
  .container #content .simple-content {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1110px) {
  .container #content .simple-content {
    padding-left: calc(10px + 10 * (100vw - 400px) / 1240);
  }
}
@media only screen and (min-width: 1110px) {
  .container #content .simple-content {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 1110px) {
  .container #content .simple-content {
    padding-bottom: calc(10px + 10 * (100vw - 400px) / 1240);
  }
}
.container #content #simplepage_form {
  width: 100%;
}
.container #column-right,
.container #column-left,
.container .name {
  display: none;
}
.container #simpleregister {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  margin: 0;
}
.container #simpleregister .simpleregister-have-account {
  text-align: center;
  font-weight: 500;
  line-height: 156%;
  letter-spacing: 0.02em;
  color: #8996a5;
}
@media only screen and (min-width: 1110px) {
  .container #simpleregister .simpleregister-have-account {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1110px) {
  .container #simpleregister .simpleregister-have-account {
    font-size: calc(16px + 2 * (100vw - 400px) / 1240);
  }
}
.container #simpleregister .simpleregister-have-account a {
  color: #225683;
  transition: color 0.3s ease-out;
}
.container #simpleregister .simpleregister-have-account a:hover {
  color: #418cc4;
}
.container #simpleregister .simpleregister-block-content {
  width: 100%;
  padding: 0;
  margin: 0;
}
.container #simpleregister .simpleregister-block-content .form-horizontal {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border: none;
}
.container #simpleregister .simpleregister-block-content .form-horizontal .form-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.container #simpleregister .simpleregister-block-content .form-horizontal .form-group .col-sm-12 legend {
  font-weight: 700;
  letter-spacing: 0.02em;
  margin: 5px 0;
  color: #071a2b;
}
@media only screen and (min-width: 1110px) {
  .container #simpleregister .simpleregister-block-content .form-horizontal .form-group .col-sm-12 legend {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1110px) {
  .container #simpleregister .simpleregister-block-content .form-horizontal .form-group .col-sm-12 legend {
    font-size: calc(16px + 2 * (100vw - 400px) / 1240);
  }
}
.container #simpleregister .simpleregister-block-content .form-horizontal .form-group label {
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #8996a5;
}
@media only screen and (min-width: 1110px) {
  .container #simpleregister .simpleregister-block-content .form-horizontal .form-group label {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1110px) {
  .container #simpleregister .simpleregister-block-content .form-horizontal .form-group label {
    font-size: calc(12px + 2 * (100vw - 400px) / 1240);
  }
}
.container #simpleregister .simpleregister-block-content .form-horizontal .form-group.required label:after {
  content: "*";
  color: #e03c43;
}
.container #simpleregister .simpleregister-block-content .form-horizontal .form-group.row-register_birthday button {
  display: none;
}
.container #simpleregister .simpleregister-block-content .form-horizontal .form-group .col-sm-10 .form-control {
  width: 100%;
  background: #ffffff;
  border: 2px solid #8996a5;
  border-radius: 5px;
  padding: 13px 16px;
  box-sizing: border-box;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #071a2b;
  transition: border 0.1s ease-out;
}
@media only screen and (min-width: 1110px) {
  .container #simpleregister .simpleregister-block-content .form-horizontal .form-group .col-sm-10 .form-control {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1110px) {
  .container #simpleregister .simpleregister-block-content .form-horizontal .form-group .col-sm-10 .form-control {
    font-size: calc(14px + 2 * (100vw - 400px) / 1240);
  }
}
.container #simpleregister .simpleregister-block-content .form-horizontal .form-group .col-sm-10 .form-control:focus {
  border: 2px solid #225683;
}
.container #simpleregister .simpleregister-block-content .form-horizontal .form-group .col-sm-10 .form-control::placeholder {
  color: #8996a5;
}
.container #simpleregister .simpleregister-block-content .form-horizontal .form-group .col-sm-10 .simplecheckout-rule-group {
  margin-top: 10px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #e03c43;
}
@media only screen and (min-width: 1110px) {
  .container #simpleregister .simpleregister-block-content .form-horizontal .form-group .col-sm-10 .simplecheckout-rule-group {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1110px) {
  .container #simpleregister .simpleregister-block-content .form-horizontal .form-group .col-sm-10 .simplecheckout-rule-group {
    font-size: calc(12px + 2 * (100vw - 400px) / 1240);
  }
}
.container #simpleregister .simpleregister-button-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  padding: 0;
  margin: 0;
}
.container #simpleregister .simpleregister-button-block .simpleregister-button-right {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 45px;
  border-radius: 22px;
  cursor: pointer;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
}
@media only screen and (min-width: 1110px) {
  .container #simpleregister .simpleregister-button-block .simpleregister-button-right {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1110px) {
  .container #simpleregister .simpleregister-button-block .simpleregister-button-right {
    font-size: calc(14px + 2 * (100vw - 400px) / 1240);
  }
}
.container #simpleregister .simpleregister-button-block .simpleregister-button-right a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  font-weight: 700;
  padding-top: 13px;
  padding-bottom: 13px;
  width: 100%;
  background: #225683;
  color: #ffffff;
  transition: background-color 0.3s ease-out;
}
@media only screen and (min-width: 1110px) {
  .container #simpleregister .simpleregister-button-block .simpleregister-button-right a {
    padding-right: 73px;
  }
}
@media only screen and (max-width: 1110px) {
  .container #simpleregister .simpleregister-button-block .simpleregister-button-right a {
    padding-right: calc(13px + 60 * (100vw - 400px) / 1240);
  }
}
@media only screen and (min-width: 1110px) {
  .container #simpleregister .simpleregister-button-block .simpleregister-button-right a {
    padding-left: 73px;
  }
}
@media only screen and (max-width: 1110px) {
  .container #simpleregister .simpleregister-button-block .simpleregister-button-right a {
    padding-left: calc(13px + 60 * (100vw - 400px) / 1240);
  }
}
.container #simpleregister .simpleregister-button-block .simpleregister-button-right a:hover, .container #simpleregister .simpleregister-button-block .simpleregister-button-right a:active {
  background-color: #418cc4;
}

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