/* glob */

html {
    background-color: #061125;
    color: #FFF;
}

.main {
    margin-bottom: 222px;
}

.yellow-text {
    color: #F8CA73;
}

.blue-text {
    color: #08c2cf;
}

.bold {
    font-weight: 700;
}

/* header */

.header-container-lobby {
    align-items: center;
    padding: 20px 0;
}

.nav__links-lobby {
    color: #FFF;
    font-size: 18px;
    list-style: none;
}

.nav__links-lobby li {
    display: inline-block;
    padding: 10px 20px;
  border-radius: 16px;
}

.nav__links-lobby li a {
    transition: all 0.3s ease 0s;
}

.nav__links-lobby li a:hover {
    color: #08c2cf;
}

.header {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background: rgb(6, 17, 37) no-repeat;
}

.header-logo {
    width: 90px;
    height: 90px;
    margin-right: 10px;
}

.header-logo-link {
    align-items: center;
}

.logo-title {
    margin: 0;
    color: #FFF;
}

/* hero */

.hero {
  background: right top no-repeat url(../img/lobby/logo_head_46_transparent.svg);
  padding: 100px 0;
  background-size: 30%;
  background-clip: border-box;
}

.hero-header {
    font-size: 46px;
    font-weight: 500;
    letter-spacing: 0.2rem;
    text-align: center;
    margin-bottom: 55px;
}

.hero-container {
    margin-bottom: 150px;
}

.form-wrapper {
    justify-content: center;
}

.register-form {
    margin-right: 58px;
}

.register-button {
    background-color: transparent;
    border: 2px solid #08c2cf;
    padding: 22px 48px;
    width: 283px;
    border-radius: 55px;
    font-size: 25px;
    font-weight: 700;
    color: #FFF;
    -webkit-transition: background-color 300ms ease-in-out;
    transition: background-color 300ms ease-in-out;
}

.register-button:hover {
    background-color: #08c2cf;
    box-shadow: 0 4px 20px 0 rgba(8, 194, 207, 0.50);
}

.login-button {
    background-color: transparent;
    width: 283px;
    padding: 22px 80px 22px 48px;
    border-radius: 55px;
    font-size: 25px;
    font-weight: 700;
    color: #FFF;
    border: 2px solid #F8CA73;
    background-image: url("../../../../media/home/main_page/login-background.svg");
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-position: right center;
    background-position-x: 220px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    -webkit-transition: background-color 300ms ease-in-out;
    transition: background-color 300ms ease-in-out;
}

.login-button:hover {
    background-color: rgba(248, 202, 115, 1);
    background-image: url("../../../../media/home/main_page/login-background-black.svg");
    box-shadow: 0 4px 20px 0 rgba(248, 202, 115, 0.50);
}

/* about */

.about-container {
    margin-bottom: 60px;
}

.about-wrapper {
    justify-content: space-between;
    padding: 0 50px;
}

.about-header {
    font-size: 46px;
    font-weight: 700;
    color: #08c2cf;
    text-align: center;
    margin-bottom: 90px;
}

.entrant-header {
    margin: 0;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 27px;
    text-align: center;
}

.entrant-section {
    width: 460px;
}

.entrant-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    font-family: 'OutfitRegular', 'Montserrat', sans-serif;
    text-align: justify;
}

/* study */

.study-container {
    border: 2px solid #F8CA73;
    border-radius: 30px;
    padding: 30px 55px;
    margin-bottom: 100px;
}

.section-header {
    font-size: 32px;
    font-weight: 700;
    color: #08c2cf;
    margin-bottom: 30px;
}

.study-desc {
    padding: 0;
    margin: 0 0 35px;
    font-size: 20px;
    font-weight: 400;
    font-family: OutfitRegular, Montserrat, sans-serif;
    line-height: 150%;
}

.study-form {
    justify-content: flex-end;
}

/* platform-container */

.platform-container {
    border: 2px solid #F8CA73;
    border-radius: 30px;
    padding: 30px 55px;
    margin-bottom: 100px;
}

.platform-desc {
    padding: 0;
    margin: 0 0 35px;
    font-size: 20px;
    font-weight: 400;
    font-family: OutfitRegular, Montserrat, sans-serif;
    line-height: 150%;
}

.platform-form {
    justify-content: flex-end;
}

/* contacts */

.contacts-container {
    border: 2px solid #08c2cf;
    border-radius: 30px;
    padding: 30px 55px;
    margin-bottom: 30px;
}

.contacts-address {
    font-style: normal;
}

.contacts-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    font-family: OutfitRegular, Montserrat, sans-serif;
    padding: 0;
    margin: 0 0 23px;
}

.contact-help {

    font-size: 20px;
    line-height: 150%;
    font-family: OutfitSemiBold, Montserrat, sans-serif;
    font-weight: 600;
}

.contact-link {
        font-size: 25px;
    line-height: 150%;
    font-family: OutfitSemiBold, Montserrat, sans-serif;
    font-weight: 600;
}

.list-contacts {
    gap: 92px;
    flex-wrap: wrap;
    margin-bottom: 52px;
}

.contact-item {
    flex-direction: column;
}

.contacts-help-text {
    font-size: 32px;
    font-weight: 700;
    font-family: OutfitBold, Montserrat-Bold, sans-serif;
}

/* welcome */

.welcome-image {
    margin-right: 10px;
}

.welcome-header {
    margin: 0;
    font-size: 48px;
    font-family: OutfitBold, Montserrat-Bold, sans-serif;
    font-weight: 700;
    margin-bottom: 56px;
    align-items: center;
}

.welcome-form-wrapper {
    justify-content: center;

    flex-direction: column;
}

.welcome-form {
    justify-content: flex-end;
}

/* footer */

.footer-container {
    flex-direction: column;
    align-items: center;
    margin-bottom: 90px;
}

.footer-content {
    align-items: center;
}

.footer-logo {
    width: 70px;
    height: 70px;
}

.footer-rights {
    margin-right: 34px;
}