.Dialog-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #0000008c;
  z-index: 300;
}

.hidden {
  display: none;
}

.Dialog-layout {
  box-sizing: content-box;
  width: 880px;
  height: 660px;
  background: #fff;
  border-radius: 8px;
  overflow-y: hidden;
  padding: 64px 0 50px;
  position: relative;
  margin-top: 80px;
}
.Dialog-close {
  height: 24px;
  width: 24px;
  background: url(../../img/close.svg) center center no-repeat;
  position: absolute;
  right: 24px;
  top: 24px;
  cursor: pointer;
}
.Dialog-center {
  display: flex;
  padding: 0 80px;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100%;
}
.register-img {
  width: 500px;
}
.Dialog-register-conter {
  flex: 1;
  max-width: 100%;
}

.Dialog-register-conter .register-title {
  font-family: DIN_Bold;
  font-size: 32px;
  color: #333333;
  letter-spacing: 0;
  font-weight: 500;
  white-space: nowrap;
  line-height: initial;
}
.Dialog-register-conter .register-second-title {
  margin-bottom: 30px;
  font-family: DIN_Medium;
  font-size: 22px;
  color: #666666;
  letter-spacing: 0;
  font-weight: 500;
  white-space: nowrap;
  line-height: initial;
  margin-top: 8px;
}

.register-gate-content-container {
  display: flex;
  padding: 0 80px;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100%;
}

.signupStepView {
  width: 100%;
}

.gate-advantage-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-left: 66px;
}

.gate-advantage-item {
  box-sizing: content-box;
  border-radius: 8px;
  background: #f7f7f7;
  height: 104px;
  display: flex;
  align-items: center;
  padding: 24px;
  width: 256px;
}

.gate-advantage-item-icon {
  height: 32px !important;
  width: 32px !important;
}

.gate-advantage-item-title-container {
  margin-left: 16px;
}

.gate-advantage-item-title {
  font-family: DIN_Medium;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  line-height: 22px;
  font-weight: 500;
}

.gate-advantage-item-description {
  font-family: DINPro-Regular;
  font-size: 12px;
  color: #666666;
  letter-spacing: 0;
  line-height: 18px;
  font-weight: 400;
}
.isphone .Dialog-layout {
  width: 90%;
  height: unset;
  margin-top: unset;
}
.isphone .Dialog-layout .Dialog-center {
  padding: 0 20px;
  margin-top: unset;
}
.isphone .gate-advantage-container {
  display: none;
}

.isphone .Dialog-register-conter .register-title {
  font-size: 26px;
}
.isphone .Dialog-register-conter .register-second-title {
  font-family: DIN_Medium;
  font-size: 22px;
  color: #666666;
  letter-spacing: 0;
  font-weight: 500;
  white-space: nowrap;
  line-height: initial;
  margin-top: 8px;
}


.ru_wrapper .Dialog-register-conter .register-title {
  font-size: 28px;
}
.isphone.ru_wrapper .Dialog-register-conter .register-title {
  font-size: 21px;
}
.isphone.ru_wrapper .Dialog-register-conter .register-second-title {
  font-size: 18px;
}
.ru_wrapper .Dialog-layout {
  width: 920px;
  height: 600px;
  margin-top: 20px;
  padding-bottom: 0;
}
.ru_wrapper .gate-advantage-item-title {
  font-size: 14px;
}
.isphone.ru_wrapper .Dialog-layout {
  width: 90%
}
.ru_wrapper .gate-advantage-item {
  width: 275px;
  font-size: 15px;
}
