body {
  background: #e6f4fd;
  font-family: 'Roboto', sans-serif;
  background-image: url(/img/background.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 0;
  margin: 0;
}

.programName, .formatSelect, .dates {
  display: none;
}

.titleRegBody {
    line-height: 24px;
    margin-top: 14px;
}

.formFinish {
  font-size: 20px;
  line-height: 32px;
}

.formSelect, select {
  width: 100%;
  height: 40px;
  padding-left: 14px;
}

.perepodType, .kvalType {
  display: none;
}

.countPeopleItem {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.countPeopleItem input {
    display: block;
    width: 47%;
    padding: 0;
    line-height: 38px;
    font-family: 'Roboto', sans-serif;
    background: none;
    border-width: 0;
    border-bottom: 2px solid #4a90e2;
    font-size: 16px;
    font-weight: 300;
    padding-left: 14px;
}


.gContentLogin {
    max-width: 700px;
    width: 98%;
    text-align: center;
    margin: 10px;
    padding: 10px;
}

.gContentLoginLogo {
    margin-bottom: 10px;
}

.titleReg a {
    margin-top: 20px;
    display: block;
}

.titleReg {
    line-height: 14px;
}

.back {
  min-width: 100vw;
  min-height: 100vh;
  display: flex;
  /* background-image: url(/sites/all/themes/geography/img/krags.jpg); */
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.gContentLoginLogo img {
    width: 60px;
}

.titleReg span {
    font-size: 20px;
    font-weight: bold;
    color: black;
    margin-bottom: 4px;
    display: block;
}

.payForm {
    min-width: 400px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 40%);
    /* padding: 20px 20px 20px; */
    background: white;
    margin-top: 60px;
    position: relative;
}


/* .programName {
  width:850px;
}

.form-rowSelect {
  width: 100%;
  overflow: hidden;
} */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.payFormBody {
  display: none;
}

.payFormBodyActive {
  display: block;
}

.payFormBody {
  padding: 20px 20px 20px;
}

.tabs {
  position: absolute;
  display: flex;
  width: 100%;
  top: -38.5px;
  background: #f2f2f2;
}

.tab1, .tab2 {
  width: 50%;
  cursor: pointer;
  text-align: left;
  display: flex;
  align-items: center;
  padding-left: 10px;
}

.tab1 {
  border-left: 1px solid;
  border-top: 1px solid;
  border-right: 1px solid;
  border-radius: 10px 10px 0px 0px;
  opacity: 0.5;
  height: 40px;
}

.tab2 {
  border-left: 1px solid;
  border-top: 1px solid;
  border-right: 1px solid;
  border-radius: 10px 10px 0px 0px;
  opacity: 0.5;
  height: 40px;
}

.tabActive {
  color: white;
  opacity: 1;
  border-color: black;
  background: #4a90e2;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 40%);
  transform: scaleY(1.1);
  margin-top: -2px;
}

.ui-form {
    max-width: 700px;
    width: 100%;
    /* padding: 20px 20px 20px; */
    margin: 20px auto 10px;
    background: white;
}

.payFormTitle {
    margin-bottom: 30px;
    color: black;
    font-size: 24px;
}

.form-row {
    position: relative;
    margin-bottom: 16px;
}

.form-row select {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.form-row input {
    display: block;
    width: 97%;
    padding: 0;
    line-height: 38px;
    font-family: 'Roboto', sans-serif;
    background: none;
    border-width: 0;
    border-bottom: 2px solid #4a90e2;
    font-size: 16px;
    font-weight: 300;
    padding-left: 14px;
}

.form-row input::placeholder {
    color: #9d959d;
    font-size: 18px;
    font-weight: 300;
}

.ui-form input[type="submit"] {
    width: 100%;
    padding: 0;
    line-height: 42px;
    background: #4a90e2;
    border-width: 0;
    color: white;
    font-size: 20px;
    cursor: pointer;
}
