@font-face {
    font-family: "Geologica";
    font-display: swap;
    src: url("./fonts/Geologica-Thin.woff") format("woff"),
    url("./fonts/Geologica-Thin.woff2") format("woff2");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "Geologica";
    font-display: swap;
    src: url("./fonts/Geologica-ExtraLight.woff") format("woff"),
    url("./fonts/Geologica-ExtraLight.woff2") format("woff2");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "Geologica";
    font-display: swap;
    src: url("./fonts/Geologica-Light.woff") format("woff"),
    url("./fonts/Geologica-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Geologica";
    font-display: swap;
    src: url("./fonts/Geologica-Regular.woff") format("woff"),
    url("./fonts/Geologica-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Geologica";
    font-display: swap;
    src: url("./fonts/Geologica-Medium.woff") format("woff"),
    url("./fonts/Geologica-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Geologica";
    font-display: swap;
    src: url("./fonts/Geologica-SemiBold.woff") format("woff"),
    url("./fonts/Geologica-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Geologica";
    font-display: swap;
    src: url("./fonts/Geologica-Bold.woff") format("woff"),
    url("./fonts/Geologica-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Geologica";
    font-display: swap;
    src: url("./fonts/Geologica-ExtraBold.woff") format("woff"),
    url("./fonts/Geologica-ExtraBold.woff2") format("woff2");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Geologica";
    font-display: swap;
    src: url("./fonts/Geologica-Black.woff") format("woff"),
    url("./fonts/Geologica-Black.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
}

:root {
    --font-primary: "Geologica";
}

* {
    padding: 0px;
    margin: 0px;
    border: 0px;
    font-size: 14px;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

:focus,
:active {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

html {
    scroll-behavior: smooth;
}

html,
body {
    min-width: var(--min-width);
}

body {
    color: #181818;
    line-height: 1.1;
    font-family: var(--font-primary), sans-serif;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
    font-family: var(--font-primary);
    font-size: inherit;
    line-height: inherit;
}

button {
    cursor: pointer;
    color: inherit;
    background-color: transparent;
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
}

body.lock {
    overflow: hidden;
    touch-action: none;
    overscroll-behavior: none;
}

.wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

header {
    position: relative;
}

@supports (overflow: clip) {
    .wrapper {
        overflow: clip;
    }
}

.wrapper footer > main {
    flex: 1 1 auto;
}

/* Фикс для слайдеров */
.wrapper > * {
    min-width: 0;
}

[class*="__container"] {
    margin: 0 auto;
    max-width: 496px;
    padding: 0 18px;
}

.h1 {
    font-size: 48px;
    font-weight: 800;
    line-height: 60px;
    letter-spacing: -0.05rem;
}

.h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: -0.03rem;
}

.fs30 {
    font-size: 30px;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: -0.03rem;
}

.fs30-500 {
    font-weight: 500;
    font-size: 30px;
    line-height: 42px;
    letter-spacing: -0.03rem;

}

.fs17 {
    font-size: 17px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: -0.03rem;
}

.fs24 {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -0.03rem;
}

.fs20 {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.03rem;
}

.grey {
    color: #9f9f9f !important;
}

/******************************************************/
body{
    background: #FFD000;
}
.form-reg {
}
.form-reg__container {
}
.form-reg__wrapper {
}
.form-reg__title {
    font-weight: 900;
    font-size: 42px;
    line-height: 42px;
    text-align: center;
    letter-spacing: -0.03em;
    color: #181818;
    text-align: center;
    margin-bottom: 15px;

}
.form-reg__form {

}
.form-reg__subtitle {
    font-weight: 300;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #181818;
    text-align: center;
    margin-bottom: 36px;
}
.form-reg__column {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 12px;
}
.form-reg__inp {
    padding: 14px 24px;
    background: #FFFFFF;
    border: 1.5px solid #181818;
    border-radius: 12px;
    font-weight: 300;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: #000;
    width: 100%;
    transition: all 0.3s ease 0s;
}
.form-reg__inp._err{
    border: 1.5px solid #FF0033;
}
.form-reg {
    position: relative;
    overflow: hidden;
}
.form-reg__inp::placeholder{
    color: #9F9F9F;
    font-weight: 300;
    font-size: 17px;
}
.form-reg__img{
    max-width: 800px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    display: block;
    background-image: url('./assets/images/images/IMG_0159.PNG');
    background-position: center center;
    background-size: cover;
    width: 1440px;
    height: 490px;
}
.form-reg__img img{
    width: 100%;
}
.form-reg__container {
    position: relative;
    z-index: 2;
    padding-top: 440px;
    padding-bottom: 100px;
}
.form-reg__inp-err {
    text-align: center;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #FF0033;
    display: none;
}
.form-reg__inp-err._err{
    display: block;
}
.checkbox-item {
    margin-top: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    position: relative;
}
.checkbox-item input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.form-reg__block {
}
.checkbox-box {
    width: 24px;
    height: 24px;
    background: #FFFFFF;
    border: 1.5px solid #181818;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s ease;
    flex-shrink: 0;
}
.checkbox-box::after {
    content: "";
    width: 16px;
    height: 16px;
    background: #181818;
    opacity: 0;
    border-radius: 4px;
    transform: scale(0.7);
    transition: 0.2s ease;
}
.checkbox-text {
    font-weight: 300;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: #181818;
}
.form-reg__btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #181818;
    border-radius: 15px;
    display: block;
    width: 100%;
    height: 60px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin: 36px 0 12px 0;
}
.form-reg__text {
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}
.form-reg__text-link{
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    text-decoration: underline;
}
.checkbox-item input[type="checkbox"]:checked + .checkbox-box::after {
    opacity: 1;
    transform: scale(1);
}
@media (max-width: 768px) {
    .form-reg__img{
        max-width: 440px;
        background-position: top center;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .form-reg__container {
        padding-top: 300px;
        padding-bottom: 70px;
    }
}
@media (max-width: 458px) {
    .form-reg__img{
        margin-top: 30px;
        max-width: 340px;
    }
    .form-reg__title {
        font-size: 36px;
    }
    .form-reg__container {
        padding-top: 270px;
    }
}