@font-face {
	font-family: 'Press Start K';
	src: url('../fonts/press_start_k.eot'); /* IE 9 Compatibility Mode */
	src: url('../fonts/press_start_k.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('../fonts/press_start_k.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/press_start_k.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('../fonts/press_start_k.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/press_start_k.svg#press_start_k') format('svg'); /* Chrome < 4, Legacy iOS */
}

:root {
    --font-main: "Press Start K", sans-serif;
    --max-width: 1840px;
    --background: #83287D;
    --background2: #4B1447;
    --button: #FF41E6;
    --button-hover: #CD2CB7;
    --text: #FFDC4E;
    --error: #CD513B;
    --success: #34B757;
    
    
    --bcg1: url("../img/background_1.png");
    --bcg2: url("../img/background_2.png");
    --bcg3: url("../img/background_3.png");
    --bcg4: url("../img/background_4.png");
    --bcg5: url("../img/background_5.png");
}

html {
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    font-family: var(--font-main);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text);
}

a {
    text-decoration: none;
    color: var(--text);
}

body {
    display: flex;
    max-width: 1840px;
    flex-direction: column;
    align-items: center;
    width: 100%;
    position: relative;

    box-sizing: border-box;
    background: var(--background);
    color: var(--text);
    margin: 0;
}

section {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 60px;
    align-items: flex-start;
    padding: 70px 10%;

    @media (max-width: 1593px) {
        padding: 80px 5%;
    }

    @media (max-width: 753px) {
        padding: 80px 15px 80px 15px;
    }

}

img {
    display: inline-block;
}

h1, h4, h6, h5 {
    text-transform: uppercase;
}

h1 {
    font-weight: 400;
    font-size: 44px;
    line-height: 130%;
}

h4 {
    font-weight: 400;
    font-size: 30px;
    line-height: 110%;
    width: 100%;
    color: var(--button);
}

h6 {
    font-weight: 400;
    font-size: 26px;
    line-height: 100%;
}

h5 {
    font-weight: 400;
    font-size: 24px;
    color: var(--button);
}

.notusethis_btn {
    font-weight: 400;
    font-size: 20px;
}

p {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 0;
}



.notusethis_text2 {
    font-weight: 400;
    font-size: 14px;
}

.notusethis_text3 {
    font-weight: 400;
    font-size: 12px;
    text-transform: none;
}

.notusethis_btn2 {
    font-weight: 400;
    font-size: 14px;
    text-transform: none;
}

.notusethis_bg2 {
    background-color: var(--background2);
}

footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 54px;
    padding: 40px 15%;
    text-align: center;
    background-color: var(--background);

    @media (max-width: 1593px) {
        padding: 40px 5%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    @media (max-width: 753px) {
        padding: 40px 15px;
    }
}

button {
    color: var(--text);
}

ol {
    margin-bottom: 30px;
}

ul:where(:not([class])) {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 20px;
}

span {
    color: var(--color);
}

form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 40px;
}

input {
    padding: 24px 18px;
    width: 100%;
    background-color: var(--background);
    border: none;
    color: var(--text);
    border-radius: 10px;
    border: 1px solid var(--button);
}

.notusethis_open {
    display: flex !important;
}

::placeholder {
    color: var(--text2);
}

.notusethis_page {
    height: 477px;
    background-image: var(--bcg-page);
    background-size: cover;
    background-repeat: no-repeat;

    @media (max-width: 1043px) {
        height: 124px;
    }
}

.notusethis_between-sect {
    display: none;

    @media (max-width: 753px) {
        display: block;
        width: 100%;
        background-color: var(--background2); 
        fill: var(--background);
    }
}

.notusethis_content-section {
    max-width: 600px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
}

.notusethis_sec-title {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}

.notusethis_card-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 40px;
}

.notusethis_card {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 40px;
    padding: 20px 40px;
    width: 100%;
    border-radius: 500px;
    background-color: var(--background2);

    @media (max-width: 1343px) {
        flex-direction: column;
        gap: 20px;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 28px;
    }
}

.notusethis_dark {
    background-color: var(--background);
}

.notusethis_content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
}

.notusethis_content h6 {
    color: var(--button);

    @media (max-width: 1343px) {
        width: 100%;
        text-align: center;
    }
}

.notusethis_help {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 26px 40px;
    width: 100%;
    border-radius: 80px;
    background-color: var(--background);

    @media (max-width: 1043px) {
        flex-direction: column;
    }
}

.notusethis_foot-menu {
    display: flex;
    justify-content: space-between;
    width: 100%;
    min-width: 250px;
    gap: 20px;

    @media (max-width: 1593px) {
        gap: 100px;
        align-items: center;
        justify-content: center;
    }
}

.notusethis_foot-menu div {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.notusethis_foot-cont {
    max-width: 780px;
    text-align: start;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.notusethis_foot-cont .notusethis_btn {
    color: var(--button);
}

.notusethis_color-text {
    color: var(--button);
}

.notusethis_color-text-page {
    color: var(--button);
    padding-top: 20px;
    margin-bottom: 10px;
}

.notusethis_foot-cont-text {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
}

.notusethis_foot-help {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-top: 10px;

    @media (max-width: 753px) {
        flex-direction: column;
        gap: 20px;
    }
}


form {
    max-width: 800px;
    width: 100%;
    align-self: center;
    padding: 30px;
    border-radius: 20px;
    background-color: var(--background2);
}

.form-but {
    width: 100%;
    color: var(--button);
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid var(--button);
    border-radius: 50px;
    height: 60px;
    font-size: 24px;
}