@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

* {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

html, body {
    margin: 0;
    padding: 0;
}

body {
    background-image: url('../images/bg-2.png');
    background-position: center top;
    background-repeat: no-repeat;
}

.hidden {
    display: none !important;
}

.container {
    width: clamp(100px, 100%, 1200px);
    margin: 0 auto;
    padding: 0;
}

.head {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 60px 100px 380px 100px;
}

.head-title {
    font-size: 80px;
    line-height: .9;
    font-weight: bold;
    color: #474B6D;
    margin: 170px 0 10px 0;
    font-family: "Montserrat", sans-serif;
}

.head-title > span {
    color: #707DEF;
}

.head-subtitle {
    font-size: 20px;
    line-height: 1.2;
    font-style: italic;
    color: #474B6D;
    margin: 10px 0 65px 0;
    padding: 0 350px 0 0;
    font-family: "Raleway", sans-serif;
}

.head-port {
    position: absolute;
    right: 0;
    bottom: 20px;
}

.info {
    background-color: #707DEF;
    border-radius: 50px;
    padding: 120px 100px 20px 100px;
    background-image: url('../images/bg-inner.png');
    background-position: bottom 10px right 10px;
    background-repeat: no-repeat;
    margin: 0 0 30px 0;
}

.info-title {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 600;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 0 0 25px 0;
    font-family: "Montserrat", sans-serif;
}

.info-title > span {
    color: #D6F552;
}

.info-list {
    margin: 25px 0 0 0;
    padding-right: 100px;
}

.info-list > li {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 1.2;
    font-family: "Montserrat", sans-serif;
}

.info-list > li:not(:last-child) {
    margin-bottom: 20px;
}

.info-list > li > b {
    font-weight: 600;
}

.info-sub {
    color: #C8CDF5;
    font-size: clamp(0.375rem, 0.3409rem + 0.5455vw, 0.75rem);
    font-family: "Montserrat", sans-serif;
    padding-right: 150px;
    margin: 60px 0 0 0;
}

.info-mob {
    display: none;
}

.reg {
    margin: 30px 0 60px 0;
    background-color: #D6F552;
    border-radius: 50px;
    padding: 100px;
}

.reg-title {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    color: #474B6D;
    margin: 0 0 40px 0;
    text-transform: uppercase;
}

.reg-form {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
}

.reg-form > div:first-child {
    margin-right: 50px;
}

.reg-form > div:last-child {
    margin-left: 50px;
}

.reg-form > div {
    flex-grow: 1;
    flex-basis: 0;
    display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
}

.reg-btn {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
    background-color: #707DEF;
    border-radius: 500px;
    padding: 15px 80px;
    cursor: pointer;
    margin: 40px 0 0 0;
}

.reg-btn > div:last-child {
    margin-left: 5px;
}

.reg-btn > div:first-child {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: "Montserrat", sans-serif;
}

.reg-agr-text {
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    color: #474B6D;
    margin: 0 0 20px 0;
}

.reg-agr-text > a {
    color: #474B6D;
}

.reg-form-error {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color: #ff5959 !important;
    margin: 50px 0 0 0;
    text-align: center;
}

.reg-sub {
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    color: #474B6D;
    margin: 20px 0 0 0;
}

.reg-sub > a {
    color: #474B6D;
}

/* FORM */
.form-text {
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
    border: 0;
    border: 1px solid #FFFFFF;
    border-radius: 200px;
    padding: 15px 30px;
    background-color: #FFFFFF;
    color: #474B6D;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
}

.form-text.div {
    margin: 0 0 30px 0;
}

.form-text.error {
    border: 1px solid #ff5959 !important;
}

.form-select {
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, #FFFFFF 0%,#FFFFFF 100%); 
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.form-select::-ms-expand {
    display: none;
}

.form-sex {
    display: flex;
	justify-content: space-between;
	align-items: center;
    margin: 0;
    color: #474B6D;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
}

.form-sex > div {
    flex-grow: 1;
    flex-basis: 0;
}

.form-sex > div:not(:last-child) {
    margin-right: 10px;
}

.form-sex > div:first-child > span {
    padding: 0 0 0 30px;
}

.form-sex-opt {
    border-radius: 200px;
    cursor: pointer;
    text-align: center;
    padding: 15px 30px;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
}

.form-sex-opt.selected {
    background-color: #707DEF;
    border: 1px solid #707DEF;
    color: #FFFFFF;
}

.form-sex-opt.error {
    border: 1px solid #ff5959 !important;
}

.form-agr {
    display: flex;
    cursor: pointer;
}

.form-agr:not(:last-child) {
    margin-bottom: 20px;
}

.form-agr > div:first-child {
    flex: 0 0 20px;
}

.form-agr-check {
    width: 20px;
}

.form-agr > div:last-child {
    padding-left: 10px;
    color: #474B6D;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    line-height: 1.2;
}

.form-agr > div:last-child > a {
    color: #474B6D;
}

/* MOBILE */
@media (max-width: 1200px) {
    body {
        background-image: url('../images/bg-m.png');
        background-size: 100% auto;
        background-position: center top;
        background-repeat: no-repeat;
    }

    .head {
        padding: 30px 20px 50px 20px;
    }

    .mv-logo {
        max-width: 30%;
    }

    .head-title {
        font-size: clamp(1.75rem, 1.4545rem + 4.7273vw, 5rem);
        margin: 70px 0 10px 0;
    }

    .head-subtitle {
        font-size: clamp(1rem, 0.9773rem + 0.3636vw, 1.25rem);
        margin: 10px 0 50px 0;
        padding: 0 0 0 0;
    }

    .head-port {
        position: relative;
        right: auto;
        bottom: auto;
        max-width: 100%;
    }

    .info {
        border-radius: 15px;
        padding: 20px 20px 20px 20px;
        background-image: none;
        margin: 0 20px 30px 20px;
    }

    .info-title {
        font-size: clamp(1.75rem, 1.7045rem + 0.7273vw, 2.25rem);
        margin: 0 0 25px 0;
    }

    .info-list {
        margin: 25px 0 0 0;
        padding-right: 0;
    }

    .info-list > li {
        font-size: clamp(1rem, 0.9773rem + 0.3636vw, 1.25rem);
    }

    .info-list > li:not(:last-child) {
        margin-bottom: 15px;
    }

    .info-sub {
        padding-right: 0;
        margin: 5px 0 0 0;
    }

    .info-mob {
        display: block;
        margin: 30px auto 0 auto;
    }

    .reg {
        margin: 30px 20px 40px 20px;
        border-radius: 15px;
        padding: 20px;
    }

    .reg-title {
        font-size: clamp(1.75rem, 1.7045rem + 0.7273vw, 2.25rem);
        margin: 0 0 40px 0;
    }

    .reg-form {
        flex-direction: column;
    }

    .reg-form > div:first-child {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .reg-form > div:last-child {
        margin-left: 0;
    }

    .reg-btn {
        padding: 12px 0;
        margin: 30px 0 0 0;
    }

    .reg-btn > div:first-child {
        font-size: clamp(1.125rem, 1.0909rem + 0.5455vw, 1.5rem);
    }

    .reg-agr-text {
        font-size: clamp(0.6875rem, 0.6818rem + 0.0909vw, 0.75rem);
        margin: 0 0 20px 0;
    }

    .reg-form-error {
        font-size: clamp(0.875rem, 0.8636rem + 0.1818vw, 1rem);
        margin: 30px 0 0 0;
    }

    .form-sex-opt {
        padding: 15px 10px;
    }
}
