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

:root {
    --font-main: "Free Mono Italique", sans-serif;
    --max-width: 1920px;
    --background: #FFF9EF;
    --head-foot: #663F1D;
    --bg2: #C54D3D;
    --bg3: #FFB9DB;
    --bg4: linear-gradient(90deg, #8A711E 0%, #AF1E75 50%, #4E1906 100%);
    --between-block: #FF1A75;
    --card1: #E5470D;
    --card2: #F5CFAE;
    --card3: #B46D09;
    --text1: #FF0000;
    --text2: #4E3921;
    --text3: #40342C;
    --text4: #420E08;
    --text5: #D74000;
    --text6: #4A3E19;
    --link: #00B2FF;
    --button1: #FF883D;
    --button1-hover: #D26A2A;
    --button2: #C300AF;
    --button2-hover: #9F0390;
    --button3: #66503A;
    --button3-hover: #51402E;
    
    
    --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: 1920px;
    flex-direction: column;
    align-items: center;
    width: 100%;
    position: relative;

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

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

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

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

img {
    display: inline-block;
}

h1 {
    font-weight: 400;
    font-size: 46px;
    line-height: 120%;
}

h2 {
    font-weight: 400;
    font-size: 34px;
    line-height: 120%;
    width: 100%;
    text-align: center;
}

h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    text-transform: uppercase;
}

h4 {
    font-weight: 400;
    font-size: 20px;
}

h5 {
    font-weight: 400;
    font-size: 18px;
}

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

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

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

    @media (max-width: 1550px) {
        padding: 40px 5%;
    }

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

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

ol {
    margin-bottom: 30px;
}

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

header {
    display: flex;
    padding: 10px 15%;
    align-items: center;
    justify-content: space-between;
    background-color: var(--head-foot);
    width: 100%;

    @media (max-width: 1550px) {
        padding: 10px 5%;
    }

    @media (max-width: 700px) {
        padding: 10px 15px;
    }
}

nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;

    @media (max-width: 900px) {
        display: none;
    }
}

.x73ka1 {
    display: none;

    @media (max-width: 900px) {
        display: block;
        width: 40px;
        height: 40px;
        cursor: pointer;
    }
}

.x3cdv2 {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: var(--head-foot);
    z-index: 1000;
    flex-direction: column;
    padding: 10px 16px;
    gap: 40px;
    align-items: center;
    justify-content: flex-start;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.x3cdv2.active {
    opacity: 1;
    visibility: visible;
}

.x3cdv2__header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.x3cdv2__nav {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.x3cdv2__nav a {
    color: var(--background);
    font-size: 18px;
    font-weight: 500;
    padding: 15px 20px;
    border-radius: 8px;
    transition: background-color 0.3s ease;
}

.x3cdv2__nav a:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.x7whv5 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    background: var(--bg4);
}

.xr2eq6 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 9px;
}

.xproz47 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px 30px;
    background-color: var(--button1);
    border-radius: 4px;
    font-size: 18px;
    font-weight: 400;
    height: 52px;
}

.xproz47:hover {
    background-color: var(--button1-hover);
}

.x1jbv7 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    background-color: #F3F3F3;

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

.x6yg88 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;

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

.xzuyd9 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.xzuyd9:nth-child(2) .xzuyd9__header {
    background-color: var(--card2);
}

.xzuyd9:nth-child(2) .xzuyd9__content {
    background-color: white;
}

.xzuyd9:nth-child(3) .xzuyd9__header {
    background-color: var(--card3);
}

.xzuyd9:nth-child(3) .xzuyd9__content {
    background-color: white;
}

.xzuyd9__header {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 60px;
    background-color: var(--card1);
    position: relative;
    border-radius: 10px 10px 0 0;
    color: var(--text2);
}

.x4q8v11 {
    width: 90px;
    height: 90px;
    position: absolute;
    top: -45px;
    right: -16px;
}

.xzuyd9__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 20px;
    background-color: #FACC1533;
    width: 100%;
    border-radius: 0 0 10px 10px;
}

.xzuyd9__features {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    flex-wrap: wrap;

    @media (max-width: 700px) {
        flex-direction: column;
        align-items: center;
    }
}

.xzuyd9__feature {
    font-size: 14px;
    padding-left: 25px;
    background-image: url("../img/afoivvxd_10.svg");
    background-repeat: no-repeat;
    background-position: left center;
    color: var(--text3);
}

.xzuyd9__logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.xzuyd9__rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    font-weight: 500;
    font-size: 20px;
    color: var(--text1);
}

.xzuyd9__bonus {
    font-size: 18px;
    color: var(--text4);
    text-align: center;
}

.xzuyd9__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    width: 100%;
    background-color: var(--button2);
    border-radius: 4px;
    font-size: 20px;
    font-weight: 400;
    height: 52px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.xzuyd9__btn:hover {
    background-color: var(--button2-hover);
}

.x2h4o48 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    background-color: var(--bg2);
    color: var(--text4);
}

.x1mcu49 {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 20px;
    width: 100%;

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

.xss0r50 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    background-color: var(--background);
}

.xss0r50__content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.xss0r50__text {
    font-size: 16px;
    line-height: 20px;
    color: var(--text3);
}

.x7o5v20 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 23px;
    width: 100%;
    padding: 40px 15px;
    background-color: var(--bg3);
    color: var(--text5);
    border-top: 1px solid var(--between-block);
}

.x7o5v20__header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.x7o5v20__links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.xuqwk28 {
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
}

.xc9ji27 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;

    @media (max-width: 700px) {
        flex-wrap: wrap;
    }
}

.xhlph23 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    @media (max-width: 700px) {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;

        .xra6q24 {
            grid-column: 1 / 3;
            align-items: center;
            justify-content: center;
        }
    }
}

.xs47726 {
    list-style: none;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

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

/* Модальные окна */
.x2omi29 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 2000;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.x2omi29.active {
    opacity: 1;
    visibility: visible;
}

.x2omi29__content {
    background-color: var(--head-foot);
    color: var(--background);
    border-radius: 12px;
    padding: 30px;
    max-width: 500px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    transform: scale(0.9);
    transition: transform 0.3s ease;
}

.x2omi29.active .x2omi29__content {
    transform: scale(1);
}

.x2omi29__header {
    margin-bottom: 20px;
    text-align: center;
}

.x2omi29__header h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}

.x2omi29__body {
    margin-bottom: 25px;
}

.x2omi29__body p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.x2omi29__footer {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
}

.x2omi29__btn {
    padding: 12px 24px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 200px;
}

.x2omi29__btn--primary {
    background-color: var(--button1);
    color: var(--background);
}

.x2omi29__btn--primary:hover {
    background-color: var(--button1-hover);
}

.x2omi29__btn--secondary {
    background-color: var(--button3);
    color: var(--background);
}

.x2omi29__btn--secondary:hover {
    background-color: var(--button3-hover);
}

.x2omi29__link {
    color: var(--text1);
    text-decoration: underline;
    font-size: 14px;
    margin-top: 10px;
}

.x2omi29__link:hover {
    color: var(--text6);
}

@media (max-width: 600px) {
    .x2omi29__content {
        padding: 20px;
        margin: 20px;
    }
    
    .x2omi29__header h3 {
        font-size: 20px;
    }
    
    .x2omi29__body p {
        font-size: 14px;
    }
    
    .x2omi29__btn {
        min-width: 180px;
        padding: 10px 20px;
        font-size: 14px;
    }
}

.xdov753 {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: start;
    gap: 10px;
}

.xg0xu46 {
    background-color: #E9912D1A;
    padding: 14px 0 14px 20px;
    border-left: 3px solid var(--text6);
    color: var(--text6);
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    width: 100%;
    margin-top: 30px;
}

.xzjbr38 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: start;
    justify-content: center;
    gap: 60px;
    width: 100%;
    color: var(--text3);
    background-color: #F3F3F3;

    @media (max-width: 700px) {
        grid-template-columns: 1fr;
    }
}

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

.xef3639 {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 2px;
    width: 100%;
    margin-top: 20px;
}

.xlkhi41 {
    background-color: var(--head-foot);
    padding: 20px;
    border-radius: 10px;
    color: var(--background);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    width: 100%;
}

.xlkhi41-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.x2hbt43 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

input {
    width: 100%;
    padding: 13px 20px;
    margin-top: 4px;
}

.x2hbt43-submit {
    color: var(--background);
    border: none;
}

.x8adl44 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;

    @media (max-width: 700px) {
        grid-template-columns: 1fr;
    }
}

.x5ojc45 {
    background-color: var(--background);
    padding: 20px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    color: var(--text3);
    gap: 20px;

    h5 {
        padding-bottom: 20px;
        border-bottom: 1px solid var(--text3);
        color: var(--text4);
        width: 100%;
    }
}