/* ==========================================
           СОВРЕМЕННЫЙ RESET & NOMALIZATION (2026)
           ========================================== */
        
        /* Гарантируем правильный расчет размеров с учетом border и padding */
        *, *::before, *::after {
            box-sizing: border-box;
        }

        /* Убираем внешние и внутренние отступы у дефолтных элементов */
        * {
            margin: 0;
            padding: 0;
        }

        /* Плавный скролл и базовая настройка высоты */
        html {
            color-scheme: light dark; /* Поддержка системной темной темы */
            scroll-behavior: smooth;
            -webkit-text-size-adjust: none; /* Запрещаем автоизменение размера шрифта на iOS */
        }

        body {
            min-height: 100vh;
            min-height: 100dvh; /* Динамическая высота для мобильных браузеров */
            line-height: 1.5;
            -webkit-font-smoothing: antialiased; /* Четкий рендеринг шрифтов */
            font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
            background-color: #f5f5f7; /* Легкий мобильный фон (как у Apple) */
            color: #1d1d1f;
            
            /* Центрируем наш мобильный контейнер на больших экранах */
            display: flex;
            justify-content: center;
            align-items: flex-start;
        }

        /* Работа с медиа-элементами */
        img, picture, video, canvas, svg {
            display: block;
            max-width: 100%;
            height: auto;
        }

        /* Упрощаем работу с формами */
        input, button, textarea, select {
            font: inherit;
        }

        /* Убираем подчеркивания у ссылок по умолчанию */
        a {
            text-decoration: none;
            color: inherit;
        }

        /* Очищаем списки */
        ol, ul {
            list-style: none;
        }

        /* Удаляем анимации для пользователей, которые их отключили в системе */
        @media (prefers-reduced-motion: reduce) {
            html:focus-within { scroll-behavior: auto; }
            *, *::before, *::after {
                animation-duration: 0.01ms !important;
                animation-iteration-count: 1 !important;
                transition-duration: 0.01ms !important;
                scroll-behavior: auto !important;
            }
        }



.iti{
    width: 100%;
}
/* ==========================================================================
   Halvar Breit - Medium (500)
   ========================================================================== */
@font-face {
    font-family: 'Halvar Breit';
    src: url('../fonts/HalvarBreit-Md.eot');
    src: local('Halvar Breitschrift Medium'), local('HalvarBreit-Md'),
        url('../fonts/HalvarBreit-Md.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HalvarBreit-Md.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* ==========================================================================
   Halvar Breit - Bold (700)
   ========================================================================== */
@font-face {
    font-family: 'Halvar Breit';
    src: url('../fonts/HalvarBreit-Bd.eot');
    src: local('Halvar Breitschrift Bold'), local('HalvarBreit-Bd'),
        url('../fonts/HalvarBreit-Bd.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HalvarBreit-Bd.woff2') format('woff2'),
        url('../fonts/HalvarBreit-Bd.woff') format('woff'),
        url('../fonts/HalvarBreit-Bd.ttf') format('truetype');
    font-weight: 700; /* Используем числовое значение вместо 'bold' */
    font-style: normal;
    font-display: swap;
}

/* ==========================================================================
   Halvar Breit - ExtraBold (800)
   ========================================================================== */
@font-face {
    font-family: 'Halvar Breit';
    src: url('../fonts/HalvarBreit-XBd.eot');
    src: local('Halvar Breitschrift ExtraBold'), local('HalvarBreit-XBd'),
        url('../fonts/HalvarBreit-XBd.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HalvarBreit-XBd.woff2') format('woff2'),
        url('../fonts/HalvarBreit-XBd.woff') format('woff'),
        url('../fonts/HalvarBreit-XBd.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* ==========================================================================
   Gilroy - Regular (400)
   ========================================================================== */
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Regular.eot');
    src: local('Gilroy Regular'), local('Gilroy-Regular'),
        url('../fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Regular.woff') format('woff'),
        url('../fonts/Gilroy-Regular.ttf') format('truetype');
    font-weight: 400; /* Стандартный обычный вес */
    font-style: normal;
    font-display: swap;
}

/* ==========================================================================
   Gilroy - Medium (500)
   ========================================================================== */
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Medium.eot');
    src: local('Gilroy Medium'), local('Gilroy-Medium'),
        url('../fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Medium.woff') format('woff'),
        url('../fonts/Gilroy-Medium.ttf') format('truetype');
    font-weight: 500; /* Средний вес */
    font-style: normal;
    font-display: swap;
}

html {
    scroll-behavior: smooth;
    height: -webkit-fill-available;
}

body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    font-family: 'Halvar Breit';
    background-color: #fdfdfd;
    color: #1a1a1a;
}

img, picture, video, svg {
    display: block;
    max-width: 100%;
    height: auto;
}

/* Chrome, Firefox, Opera, Safari, Edge */
::placeholder {
	font-family: "Gilroy", sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 100%;
	color: #8c8c8c;
    opacity: 1; /* Убирает дефолтную полупрозрачность в Firefox */
}

/* Элементы ввода (Firefox) */
::-moz-placeholder {
    font-family: "Gilroy", sans-serif;
font-weight: 400;
font-size: 20px;
line-height: 100%;
color: #8c8c8c;
    opacity: 1;
}

/* Internet Explorer 10-11 */
:-ms-input-placeholder {
    font-family: "Gilroy", sans-serif;
font-weight: 400;
font-size: 20px;
line-height: 100%;
color: #8c8c8c;
}

/* Edge (старые версии на движке EdgeHTML) */
::-ms-input-placeholder {
    font-family: "Gilroy", sans-serif;
font-weight: 400;
font-size: 20px;
line-height: 100%;
color: #8c8c8c;
}

body{
	background-image:url(../img/bg_dk.webp);
	padding: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

form{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
    flex-wrap: wrap;
}

input{
    width: 100%;
    background: #e6e6e6;
    border: none;
    border: 1px solid #e6e6e6;
	padding:5px;
	border-radius: 5px;
	color: #000;
}
input.error{
	border-color:red!important;
}
form button{
	font-family: "Halvar Breitschrift", sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 104%;
	text-transform: uppercase;
	color: #1e2443;
	border-radius: 5px;
	cursor:pointer;
	border:none;
	background: linear-gradient(90deg, #bdd8ea 0%, #82cdff 100%);
	width: 100%;
    padding: 10px;
}
form button:hover{
	background: linear-gradient(90deg, #82cdff 0%, #bdd8ea 100%);
}


.form{
	border-radius: 30px;
	width: 100%;
	max-width: 685px;
	padding:20px 30px;
	background: #fff;
	display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.form .svg{
	background-image: url("data:image/svg+xml,%3Csvg width='91' height='40' viewBox='0 0 91 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M42.1122 7.55895C41.2619 6.69348 40.0121 6.26074 38.3541 6.26074H33.9414V16.737H38.3541C40.0206 16.737 41.2704 16.3042 42.1207 15.4388C42.9624 14.5733 43.3875 13.2952 43.3875 11.5945V11.4133C43.3875 9.71256 42.9624 8.42442 42.1122 7.55895ZM41.3214 11.6146C41.3214 12.6209 41.0834 13.3757 40.5987 13.8487C40.1141 14.3318 39.3659 14.5632 38.3541 14.5632H35.965V8.40429H38.3371C39.3404 8.40429 40.0801 8.65588 40.5732 9.149C41.0664 9.64211 41.3129 10.3969 41.3129 11.3932L41.3214 11.6146Z' fill='%231E2443' /%3E%3Cpath d='M45.0918 16.7253H52.9565V14.622H47.1154V12.5287H52.6844V10.4355H47.1154V8.36241H52.9565V6.24905H45.0918V16.7253Z' fill='%231E2443' /%3E%3Cpath d='M56.7888 9.62035L61.8477 16.7253H63.7948V6.24904H61.8477V13.3439L56.7888 6.24904H54.8418V16.7253H56.7888V9.62035Z' fill='%231E2443' /%3E%3Cpath d='M67.8882 6.24904H65.8477V16.7253H67.8882V6.24904Z' fill='%231E2443' /%3E%3Cpath d='M77.7018 14.5817H72.1412L77.7018 8.39259V6.24904H69.4375V8.39259H74.998L69.4375 14.5817V16.7253H77.7018V14.5817Z' fill='%231E2443' /%3E%3Cpath d='M33.9414 32.4095H41.8061V30.2961H35.965V28.2029H41.5425V26.1197H35.965V24.0365H41.8061V21.9332H33.9414V32.4095Z' fill='%231E2443' /%3E%3Cpath d='M51.5331 27.226C51.04 26.753 50.2833 26.4209 49.246 26.2397L46.9759 25.8573C46.4827 25.7768 46.1341 25.6661 45.9301 25.5252C45.726 25.3843 45.624 25.1931 45.624 24.9516V24.8208C45.624 24.4887 45.8025 24.2371 46.1681 24.066C46.5337 23.8949 47.0609 23.8144 47.7496 23.8144C49.297 23.8144 50.0707 24.2874 50.0707 25.2233V25.3642H52.0688V25.2233C52.0688 24.0962 51.7032 23.2307 50.9635 22.637C50.2238 22.0432 49.1525 21.7413 47.7496 21.7413C46.4317 21.7413 45.4029 22.013 44.6632 22.5766C43.932 23.1301 43.5664 23.905 43.5664 24.8912V25.0522C43.5664 26.602 44.5357 27.5581 46.4827 27.8902L48.7358 28.2726C49.2885 28.3732 49.6626 28.494 49.8837 28.6449C50.0962 28.7959 50.2067 29.0173 50.2067 29.3091V29.4198C50.2067 29.7821 50.0112 30.0538 49.6371 30.245C49.2545 30.4363 48.6933 30.5268 47.9536 30.5268C47.1289 30.5268 46.4997 30.396 46.0661 30.1243C45.6325 29.8626 45.4199 29.4702 45.4199 28.9569V28.7959H43.4219V28.9569C43.4219 30.1444 43.796 31.0501 44.5527 31.6741C45.3094 32.288 46.4147 32.5999 47.8686 32.5999C49.263 32.5999 50.3428 32.3182 51.108 31.7445C51.8732 31.1709 52.2558 30.3759 52.2558 29.3595V29.1984C52.2643 28.3531 52.0178 27.699 51.5331 27.226Z' fill='%231E2443' /%3E%3Cpath d='M53.2402 24.0869H56.6922V32.4095H58.7242V24.0869H62.1847V21.9332H53.2402V24.0869Z' fill='%231E2443' /%3E%3Cpath d='M66.4437 21.9332L62.5156 32.0371V32.4095H64.5392L65.3469 30.2357H69.7681L70.5759 32.4095H72.5994V32.0371L68.6713 21.9332H66.4437ZM66.1206 28.1626L67.566 24.268L69.0114 28.1626H66.1206Z' fill='%231E2443' /%3E%3Cpath d='M72.9473 24.0869H76.3992V32.4095H78.4398V24.0869H81.8917V21.9332H72.9473V24.0869Z' fill='%231E2443' /%3E%3Cpath d='M91.0014 24.0365V21.9332H83.1367V32.4095H91.0014V30.2961H85.1603V28.2129H90.7378V26.1197H85.1603V24.0365H91.0014Z' fill='%231E2443' /%3E%3Cpath d='M14.7346 7.75079V9.83788H12.6175V7.75079C12.6175 7.33158 13.0511 6.99265 13.5953 6.99265H13.7568C14.301 6.99265 14.7346 7.33158 14.7346 7.75079ZM18.195 26.0797L18.11 24.2067L9.96475 26.3206C5.04189 24.7419 1.47091 20.1396 1.47091 14.4134C1.47091 7.30483 6.96343 1.55194 13.7398 1.55194C17.6339 1.55194 21.1028 3.46065 23.3475 6.43075L16.9282 8.71406L16.6986 5.851L13.6888 3.86201V3.8531L13.6803 3.86201L13.6718 3.8531V3.86201L10.6619 5.851L10.1263 13.3788L17.1407 11.372L26.0002 14.4848C25.9747 19.9077 22.7438 24.3137 18.195 26.0797ZM13.7398 0C6.1557 0 0 6.4575 0 14.4134C0 26.9182 13.7398 39.7886 13.7398 39.7886C13.7398 39.7886 27.4796 26.2046 27.4796 14.4134C27.4796 6.4575 21.3239 0 13.7398 0Z' fill='%23BDD8EA' /%3E%3Cpath d='M17.437 13.337L9.82744 15.4062L9.69141 18.1979L17.5646 16.0663L17.437 13.337Z' fill='%23BDD8EA' /%3E%3Cpath d='M9.39316 20.9664L9.26562 23.7582L17.989 21.4927L17.8615 18.7634L9.39316 20.9664Z' fill='%23BDD8EA' /%3E%3C/svg%3E");
	margin-bottom:20px;
	content:'';
	display:block;
	width:91px;
	min-width:91px;
	height:40px;
}

h3{
	font-family: "Halvar Breitschrift", sans-serif;
	font-weight: 800;
	font-size: 30px;
	line-height: 110%;
	text-transform: uppercase;
	text-align: center;
	color: #1e2443;
	
}
.assets_row{
	display:flex;
	gap:10px;
	max-width:574px;
	margin-bottom:20px;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.assets_row span{
	font-family: "Gilroy", sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 90%;
	text-align: center;
	color: #1e2443;
	border-radius: 5px;
	padding: 10px;
	background: #bdd8ea;
}
.assets_row span:last-child{
	display:flex;
	gap:10px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
.assets_row span:last-child:before{
	content:'';
	display:block;
	background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='5' cy='5' r='5' fill='%23FF0000' /%3E%3C/svg%3E");
	min-width:10px;
	width:10px;
	height:10px;
}
.placeholder{
	font-family: "Gilroy", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 90%;
	color: #bebebe;
}
.input_filed{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    width: calc((100% / 2) - 10px);
}
.input_filed:nth-child(3){
	width:100%;
}

.social_btn{
	display:flex;
	gap:20px;
    align-self: stretch;
}
.social_btn a:hover{
	opacity:0.7;
}
.social_btn a{
	content:'';
	display:block;
	width:50px;
	min-width:50px;
	height:50px;
	border-radius: 50%;
    overflow: hidden;
}
.social_btn a.insta{
	background: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.75 2.49988H20.25C24.25 2.49988 27.5 5.74988 27.5 9.74988V20.2499C27.5 22.1727 26.7362 24.0168 25.3765 25.3764C24.0169 26.736 22.1728 27.4999 20.25 27.4999H9.75C5.75 27.4999 2.5 24.2499 2.5 20.2499V9.74988C2.5 7.82706 3.26384 5.98299 4.62348 4.62335C5.98311 3.26372 7.82718 2.49988 9.75 2.49988ZM9.5 4.99988C8.30653 4.99988 7.16193 5.47398 6.31802 6.3179C5.47411 7.16181 5 8.3064 5 9.49988V20.4999C5 22.9874 7.0125 24.9999 9.5 24.9999H20.5C21.6935 24.9999 22.8381 24.5258 23.682 23.6819C24.5259 22.8379 25 21.6934 25 20.4999V9.49988C25 7.01238 22.9875 4.99988 20.5 4.99988H9.5ZM21.5625 6.87488C21.9769 6.87488 22.3743 7.0395 22.6674 7.33252C22.9604 7.62555 23.125 8.02298 23.125 8.43738C23.125 8.85178 22.9604 9.24921 22.6674 9.54223C22.3743 9.83526 21.9769 9.99988 21.5625 9.99988C21.1481 9.99988 20.7507 9.83526 20.4576 9.54223C20.1646 9.24921 20 8.85178 20 8.43738C20 8.02298 20.1646 7.62555 20.4576 7.33252C20.7507 7.0395 21.1481 6.87488 21.5625 6.87488ZM15 8.74988C16.6576 8.74988 18.2473 9.40836 19.4194 10.5805C20.5915 11.7526 21.25 13.3423 21.25 14.9999C21.25 16.6575 20.5915 18.2472 19.4194 19.4193C18.2473 20.5914 16.6576 21.2499 15 21.2499C13.3424 21.2499 11.7527 20.5914 10.5806 19.4193C9.40848 18.2472 8.75 16.6575 8.75 14.9999C8.75 13.3423 9.40848 11.7526 10.5806 10.5805C11.7527 9.40836 13.3424 8.74988 15 8.74988ZM15 11.2499C14.0054 11.2499 13.0516 11.645 12.3483 12.3482C11.6451 13.0515 11.25 14.0053 11.25 14.9999C11.25 15.9944 11.6451 16.9483 12.3483 17.6515C13.0516 18.3548 14.0054 18.7499 15 18.7499C15.9946 18.7499 16.9484 18.3548 17.6517 17.6515C18.3549 16.9483 18.75 15.9944 18.75 14.9999C18.75 14.0053 18.3549 13.0515 17.6517 12.3482C16.9484 11.645 15.9946 11.2499 15 11.2499Z' fill='white' /%3E%3C/svg%3E"), linear-gradient(180deg, #9e20df 0%, #e83363 49.88%, #f6c544 100%);
	background-position: center;
	background-repeat: no-repeat;
}
.social_btn a.tg{
	background: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.25 16.875L23.125 25L26.25 6.25L2.5 15.625L11.25 16.875ZM26.25 6.25L11.25 16.875M11.25 16.875V23.75L15.3112 19.6537' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E"), linear-gradient(180deg, #4fafe3 0%, #4b97d3 100%);
	background-position: center;
	background-repeat: no-repeat;
}
.social_btn a.youtube{
	background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5 18.75L18.9875 15L12.5 11.25V18.75ZM26.95 8.9625C27.1125 9.55 27.225 10.3375 27.3 11.3375C27.3875 12.3375 27.425 13.2 27.425 13.95L27.5 15C27.5 17.7375 27.3 19.75 26.95 21.0375C26.6375 22.1625 25.9125 22.8875 24.7875 23.2C24.2 23.3625 23.125 23.475 21.475 23.55C19.85 23.6375 18.3625 23.675 16.9875 23.675L15 23.75C9.7625 23.75 6.5 23.55 5.2125 23.2C4.0875 22.8875 3.3625 22.1625 3.05 21.0375C2.8875 20.45 2.775 19.6625 2.7 18.6625C2.6125 17.6625 2.575 16.8 2.575 16.05L2.5 15C2.5 12.2625 2.7 10.25 3.05 8.9625C3.3625 7.8375 4.0875 7.1125 5.2125 6.8C5.8 6.6375 6.875 6.525 8.525 6.45C10.15 6.3625 11.6375 6.325 13.0125 6.325L15 6.25C20.2375 6.25 23.5 6.45 24.7875 6.8C25.9125 7.1125 26.6375 7.8375 26.95 8.9625Z' fill='white' /%3E%3C/svg%3E");
	background-color:#f00;
	background-position: center;
	background-repeat: no-repeat;
}



@media screen and (max-width:640px){
	.form .svg{
		background-image: url("data:image/svg+xml,%3Csvg width='91' height='40' viewBox='0 0 91 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M42.1122 7.55892C41.2619 6.69345 40.0121 6.26072 38.3541 6.26072H33.9414V16.7369H38.3541C40.0206 16.7369 41.2704 16.3042 42.1207 15.4387C42.9624 14.5733 43.3875 13.2952 43.3875 11.5944V11.4133C43.3875 9.71254 42.9624 8.42439 42.1122 7.55892ZM41.3214 11.6146C41.3214 12.6209 41.0834 13.3757 40.5987 13.8487C40.1141 14.3317 39.3659 14.5632 38.3541 14.5632H35.965V8.40427H38.3371C39.3404 8.40427 40.0801 8.65586 40.5732 9.14897C41.0664 9.64209 41.3129 10.3969 41.3129 11.3932L41.3214 11.6146Z' fill='white' /%3E%3Cpath d='M45.0918 16.7252H52.9565V14.622H47.1154V12.5287H52.6844V10.4355H47.1154V8.36239H52.9565V6.24903H45.0918V16.7252Z' fill='white' /%3E%3Cpath d='M56.7888 9.62033L61.8477 16.7252H63.7948V6.24902H61.8477V13.3439L56.7888 6.24902H54.8418V16.7252H56.7888V9.62033Z' fill='white' /%3E%3Cpath d='M67.8882 6.24903H65.8477V16.7252H67.8882V6.24903Z' fill='white' /%3E%3Cpath d='M77.7018 14.5817H72.1412L77.7018 8.39258V6.24903H69.4375V8.39258H74.998L69.4375 14.5817V16.7252H77.7018V14.5817Z' fill='white' /%3E%3Cpath d='M33.9414 32.4094H41.8061V30.2961H35.965V28.2028H41.5425V26.1197H35.965V24.0365H41.8061V21.9332H33.9414V32.4094Z' fill='white' /%3E%3Cpath d='M51.5331 27.226C51.04 26.753 50.2833 26.4209 49.246 26.2397L46.9759 25.8573C46.4827 25.7768 46.1341 25.6661 45.9301 25.5252C45.726 25.3843 45.624 25.1931 45.624 24.9516V24.8208C45.624 24.4887 45.8025 24.2371 46.1681 24.066C46.5337 23.8949 47.0609 23.8144 47.7496 23.8144C49.297 23.8144 50.0707 24.2874 50.0707 25.2233V25.3642H52.0688V25.2233C52.0688 24.0962 51.7032 23.2307 50.9635 22.6369C50.2238 22.0432 49.1525 21.7413 47.7496 21.7413C46.4317 21.7413 45.4029 22.013 44.6632 22.5766C43.932 23.1301 43.5664 23.905 43.5664 24.8912V25.0522C43.5664 26.602 44.5357 27.5581 46.4827 27.8902L48.7358 28.2726C49.2885 28.3732 49.6626 28.494 49.8837 28.6449C50.0962 28.7959 50.2067 29.0173 50.2067 29.3091V29.4198C50.2067 29.7821 50.0112 30.0538 49.6371 30.245C49.2545 30.4362 48.6933 30.5268 47.9536 30.5268C47.1289 30.5268 46.4997 30.396 46.0661 30.1243C45.6325 29.8626 45.4199 29.4701 45.4199 28.9569V28.7959H43.4219V28.9569C43.4219 30.1444 43.796 31.0501 44.5527 31.6741C45.3094 32.2879 46.4147 32.5999 47.8686 32.5999C49.263 32.5999 50.3428 32.3181 51.108 31.7445C51.8732 31.1709 52.2558 30.3759 52.2558 29.3594V29.1984C52.2643 28.3531 52.0178 27.6989 51.5331 27.226Z' fill='white' /%3E%3Cpath d='M53.2402 24.0868H56.6922V32.4094H58.7242V24.0868H62.1847V21.9332H53.2402V24.0868Z' fill='white' /%3E%3Cpath d='M66.4437 21.9332L62.5156 32.0371V32.4094H64.5392L65.3469 30.2357H69.7681L70.5759 32.4094H72.5994V32.0371L68.6713 21.9332H66.4437ZM66.1206 28.1626L67.566 24.268L69.0114 28.1626H66.1206Z' fill='white' /%3E%3Cpath d='M72.9473 24.0868H76.3992V32.4094H78.4398V24.0868H81.8917V21.9332H72.9473V24.0868Z' fill='white' /%3E%3Cpath d='M91.0014 24.0365V21.9332H83.1367V32.4094H91.0014V30.2961H85.1603V28.2129H90.7378V26.1197H85.1603V24.0365H91.0014Z' fill='white' /%3E%3Cpath d='M14.7346 7.75079V9.83788H12.6175V7.75079C12.6175 7.33158 13.0511 6.99265 13.5953 6.99265H13.7568C14.301 6.99265 14.7346 7.33158 14.7346 7.75079ZM18.195 26.0797L18.11 24.2067L9.96475 26.3206C5.04189 24.7419 1.47091 20.1396 1.47091 14.4134C1.47091 7.30483 6.96343 1.55194 13.7398 1.55194C17.6339 1.55194 21.1028 3.46065 23.3475 6.43075L16.9282 8.71406L16.6986 5.851L13.6888 3.86201V3.8531L13.6803 3.86201L13.6718 3.8531V3.86201L10.6619 5.851L10.1263 13.3788L17.1407 11.372L26.0002 14.4848C25.9747 19.9077 22.7438 24.3137 18.195 26.0797ZM13.7398 0C6.1557 0 0 6.4575 0 14.4134C0 26.9182 13.7398 39.7886 13.7398 39.7886C13.7398 39.7886 27.4796 26.2046 27.4796 14.4134C27.4796 6.4575 21.3239 0 13.7398 0Z' fill='%23BDD8EA' /%3E%3Cpath d='M17.437 13.337L9.82744 15.4062L9.69141 18.1979L17.5646 16.0663L17.437 13.337Z' fill='%23BDD8EA' /%3E%3Cpath d='M9.39316 20.9664L9.26562 23.7582L17.989 21.4927L17.8615 18.7634L9.39316 20.9664Z' fill='%23BDD8EA' /%3E%3C/svg%3E");
	}
	body{
		padding:unset;
		background-image:url(../img/bg_mb.webp);
	}
	.form{
		background:transparent;
		padding: 15px;
	}
	h3{
		font-family: "Halvar Breitschrift", sans-serif;
		font-weight: 800;
		font-size: 20px;
		line-height: 110%;
		text-transform: uppercase;
		text-align: center;
		color: #fff;
	}
	.assets_row span{
		font-family: "Gilroy", sans-serif;
		font-weight: 500;
		font-size: 16px;
		line-height: 90%;
		text-align: center;
		color: #1e2443;
	}
	.assets_row span:first-child{
		background:transparent;
		font-size:20px;
	}
	.input_filed{
		width:100%;
	}
	.placeholder{
		font-family: "Gilroy", sans-serif;
		font-weight: 400;
		font-size: 16px;
		line-height: 90%;
		text-align: center;
		color: #bebebe;
	}
	input{
		background:#fff;
	}
	.social_btn a{
		border: 0.50px solid #fff;
	}
}