
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Assistant:wght@200;300;400;500;600;700;800&display=swap");



#example #login-popup, #example .side_menu, #example .spaceNave, #example .topnav, #example .avgrund-cover , #example .footer {
    display: none;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Assistant", sans-serif;
}
body p {
  margin: 0;
}
body img, body svg {
  max-width: 100%;
  height: auto;
}
body ol, body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body a, body a:hover, body a:visited, body a:active {
  text-decoration: none !important;
}
body nav {
  margin: 0 !important;
  padding: 0 !important;
}
body h1, body h2, body h3, body h4 {
  margin: 0;
  font-weight: normal;
}
body br {
  line-height: 22px !important;
}
body ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(41, 41, 41, 0.62);
  text-align: right;
  font-size: 16px;
}
body input {
  padding: 0 15px;
  min-width: 150px;
  border: none;
  font-family: "Assistant";
  font-size: 16px;
  color: #657280;
}

.internCourse {
    max-width: 100vw;
    overflow: hidden;
}

.internCourse .header {
  position: relative;
}
.internCourse .header #imgHeaderWrap {
  width: 100vw;
}

.internCourse .header .logo{
    position: absolute;
    top: 20px;
    left: 30px;
    width: 90px;
    z-index: 0;
}

.internCourse .header #imgHeaderWrap img {
  width: 100%;
}
.internCourse .header .textWrap {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: Assistant;
  color: #fff;
  width: 100%;
  height: 100%;
  text-align: center;
}
.internCourse .header .textWrap .phonelogo {
    display: none;
    width: 30vw;
    margin: 0 auto 15px;
}

.internCourse .header .textWrap h1 {
  font-size: 90px;
  line-height: 100px;
  margin-bottom: 50px;
  font-weight: 700;
}
.internCourse .header .textWrap h2 {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 30px;
  display: flex;
  font-weight: 600;
  flex-direction: column;
}
.internCourse .form {
  max-width: 1100px;
  margin: 60px auto;
}
.internCourse .form input, .internCourse .form select {
  display: flex;
  height: 50px;
  border: 1px solid #57768c;
  border-radius: 20px;
  font: 400 18px Assistant;
  line-height: 50px;
  color: #00081c;
  transition: all 0.2s ease-in-out;
}

.internCourse .form input::-webkit-input-placeholder, .internCourse .form select::-webkit-input-placeholder {
  color: #001b32;
  font-size: 18px;
}
.internCourse .form input:active, .internCourse .form input:focus, .internCourse .form select:active, .internCourse .form select:focus {
  outline: none;
}
.internCourse .form input:hover, .internCourse .form select:hover {
  border: 1px solid #00081c;
}
.internCourse .form input:focus, .internCourse .form select:focus {
  border: 1px solid #00081c;
}
.internCourse .form input#workshop, .internCourse .form select#workshop {
  width: 100%;
  cursor: pointer;
  padding: 0 15px;
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
}
.internCourse .form input.emailErr, .internCourse .form input.phoneErr, .internCourse .form input.firstNameErr, .internCourse .form input.lastNameErr, .internCourse .form select.emailErr, .internCourse .form select.phoneErr, .internCourse .form select.firstNameErr, .internCourse .form select.lastNameErr {
  font-family: "Assistant", sans-serif;
  border: 1px solid red;
}
.internCourse .form form {
  display: flex;
  flex-direction: column;
}
.internCourse .form form > button {
  font-family: "Assistant", sans-serif;
  align-self: center;
  width: max-content;
  padding: 0 35px;
  margin-top: 30px;
  font-size: 24px;
  border-radius: 12px;
  background-color: #57768c;
  color: #fff;
  outline: none;
  border: none;
  line-height: 50px;
  transition: background-color 0.2s ease-in-out;
  cursor: pointer;
}
.internCourse .form form > button:hover {
  background-color: #0f314a;
}
.internCourse .form form .formWrap {
  width: 100%;
  display: flex;
  gap: 25px;
  align-items: center;
}
.internCourse .form form .formWrap .inputWrap {
  display: flex;
  flex: 1;
  gap: 55px;
  flex-direction: column;
}
.internCourse .form form .formWrap .inputWrap.long {
  flex: 2;
}
.internCourse .form form .formWrap .inputWrap.long .select-wrapper {
  position: relative;
}
.internCourse .form form .formWrap .inputWrap.long .select-wrapper select {
  background: white;
}

.internCourse .form form .formWrap .inputWrap.long .select-wrapper select .full {
  margin-right: 20px;
  color: darkred;
}

.internCourse .form form .formWrap .inputWrap.long .select-wrapper::after {
  content: "⏷";
  font-size: 1rem;
  top: 12px;
  left: 15px;
  position: absolute;
}
.internCourse .form form .formWrap .inputWrap > .wrap {
  display: flex;
  justify-content: space-between;
  gap: 25px;
}
.internCourse .form form .formWrap .inputWrap > .wrap input {
  flex: 1;
}
.internCourse .success {
  display: flex;
  margin: 70px 0 20px;
  justify-content: center;
  font-size: 40px;
  font-weight: bold;
  line-height: 2.5;
  text-align: center;
  color: #00081c;
}
.internCourse .error {
  display: flex;
  margin: 70px 0 20px;
  justify-content: center;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.39;
  text-align: center;
  color: #da6060;
}

@media screen and (max-width: 1460px) {
  .internCourse .header .textWrap h1 {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 30px;
  }
  .internCourse .header .textWrap h2 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1150px) {
  .internCourse .form {
    margin: 60px;
  }
    .internCourse .header .textWrap h1 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .internCourse .header .textWrap h2 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 900px) {
  /*.internCourse .header .textWrap h1 {*/
  /*  font-size: 40px;*/
  /*  line-height: 40px;*/
  /*  margin-bottom: 20px;*/
  /*}*/
  /*.internCourse .header .textWrap h2 {*/
  /*  font-size: 18px;*/
  /*  line-height: 25px;*/
  /*  margin-bottom: 10px;*/
  /*}*/
  
  .internCourse .header .logo {
      display: none;
  }
}

@media screen and (max-width: 800px) {
    
.internCourse .form form .formWrap .inputWrap.long .select-wrapper::after {
  content: "";
}
    
  .internCourse .form form .formWrap {
    flex-direction: column;
  }
  .internCourse .form form .formWrap .inputWrap {
    width: 100%;
    gap: 25px;
  }
  .internCourse .form form .formWrap .inputWrap.long > .wrap {
    flex-direction: column;
  }
}

@media screen and (max-width: 730px) {
  .internCourse .header .textWrap h1, .internCourse .header .textWrap h2 {
    padding: 0 50px;
  }
  .internCourse .header .textWrap h1 {
    font-size: 56px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  .internCourse .header .textWrap h2 {
    font-size: 28px;
    line-height:30px;
    margin-bottom: 20px;
  }
  .internCourse .header .textWrap .phonelogo {
    display: block;
}
}
@media screen and (max-width: 600px) {

  .internCourse .header .textWrap h1, .internCourse .header .textWrap h2 {
    padding: 0 30px;
  }
  .internCourse .header .textWrap h1 {
    font-size: 22px;
    margin-bottom: 24px;
  }
  .internCourse .header .textWrap h2 {
    font-size: 18px;
    margin-bottom: 16px;
  }
}


input {
  height: 3.125rem !important;
   min-height: 3.125rem !important;
}