html, body {
    height: 100%;
    margin: 0;
    padding: 0;
            color: #fff;
			font-family: JetBrains Mono;
			 background: #000;
        }
		
		
		.d-flex,{ background: #090034;}
		
		.nobg {
    background: #090034;
    overflow: hidden;
	 min-height: 100vh;
	 padding-bottom: env(safe-area-inset-bottom); 
		}
		
		
		button {
    outline: none; /* Убирает обводку при фокусе */
    border: none; /* Убирает границу кнопки */
}
		
	  textarea {
        min-height: 165px; 
        height: auto;
        width: 300px;
        border-radius: 20px;
        border: 1px solid #ccc;
        padding: 10px;
        font-size: 16px;
        outline: none;
        resize: none; /* Отключение возможности изменения размера */
		    background: rgb(255,255,255,0.4);
        color: #ffffff; /* Белый цвет текста */
        font-family: Arial, sans-serif; /* Шрифт */
        overflow: hidden; /* Скрыть полосы прокрутки */
    }

        textarea::placeholder {
            color: rgba(255, 255, 255, 0.7); /* Полупрозрачный белый для placeholder */
        }

        textarea:focus {
            border-color: #007bff; /* Цвет границы при фокусе */
            box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
        }
		
		
		
		
		/* Для всех браузеров, поддерживающих ::-webkit-scrollbar */
::-webkit-scrollbar {
    width: 8px; /* Ширина скроллбара */
}

::-webkit-scrollbar-track {
    background: #C8C8C84D; /* Цвет трека скроллбара */
	    margin: 10px 0;
}

::-webkit-scrollbar-thumb {
    background: #001f3f; /* Темно-синий цвет для ползунка */
    border-radius: 4px; /* Скругление ползунка */
}

::-webkit-scrollbar-thumb:hover {
    background: #003366; /* Цвет ползунка при наведении */
}



		
		
		
		
		
		
		
		
		
		
		
		.rounded-fill {
  margin: 2vw;
    border-radius: 15px;
}
		
		.r-l{
	        font-size: 16px;
		}
		.r-r{
	    padding-left: 0;	
		    font-size: 20px;
		}
		
		
        .logo {
            text-align: center;
            margin: 20px 0;
        }
		.info{    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* Прижимает содержимое к верху */
    height: 100%; /* Устанавливает высоту контейнера */}
		.info span{text-decoration: underline;}
		.img-info{width: 80%;}
        .big-text {
            font-size: 6rem;
            font-weight: bold;
            text-align: center;
        }
        .small-text {
		    margin-top: -20px;
            font-size: 2.25rem;
            text-align: center;
        }
        .rounded-btn {
            display: block;
            margin: 20px auto;
            padding: 10px 20px;
            border-radius: 50px;
        }
        .partners-line {
   border-bottom: 3px solid red;
    margin: 25px auto;
    padding: 20px;
    text-align: center;
    max-width: 450px;
    font-size: 25px;
        }
        .partners-logos img {
            max-width: 100%;
            height: auto;
        }
		
	        .partners-text {
    margin: 25px auto;
    padding: 20px;
    text-align: center;
    max-width: 450px;
        }	
		
        .footer-icons i {
            font-size: 24px;
            margin: 0 10px;
        }
        .footer-text {
            text-align: center;
            margin-top: 20px;
        }

    .rounded-img {
        border-radius: 10px;
    }

.nav-link{text-transform: uppercase;color:#fff;}

        .offcanvas {
            display: none;
        }



.cri{font-size: 2.0rem; }
    .ton {
       font-size: 0.6rem; 
	   margin-left:-10px;
	   vertical-align:1.2rem;
    }

.tonn {
font-size: 0.8rem;
    margin-left: 5px;
    margin-top: 1px;
}

.next{
font-size:14px;
padding:10px;
background:rgb(255,255,255,0.8);
color:#000;
width:180px;
border-radius:30px;
}
.next:hover{background:#ccc;}
.next:disabled{background:#949494;}


    /* app2*/
 .timeline {
            list-style: none;
            margin: 0;
            padding: 0;
            position: relative;
        }

        .timeline li {
            position: relative;
            padding-left: 25px;
            margin-bottom: 4px;
			text-align:left;
        }

        .timeline li::before {
            content: '';
            position: absolute;
            left: 7px;
            top: 4px;
            width: 10px;
            height: 10px;
            background-color: currentColor;
            border-radius: 50%;
        }

        .timeline li::after {
            content: '';
   position: absolute;
    left: 11px;
    top: 5px;
    bottom: -15px;
    width: 2px;
            background-color: currentColor;
        }

        .timeline li:last-child::after {
            display: none;
        }

        .timeline li:nth-child(-n+3) {
            color: red;
        }

        .timeline li:nth-child(n+4) {
            color: white;
        }

        .timeline li:nth-child(n+4)::before,
        .timeline li:nth-child(n+4)::after {
            background-color: white;
        }


.fmin	{
 margin-top:5vh;
        }	

        .form-check {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.5rem; /* Расстояние между чекбоксом и текстом */
        }
        .form-check-input {
            margin: 0; /* Убираем отступы у чекбокса */
        }



	   .rounded-bmin {
border-radius: 0.5rem;
    background-color: #e9ecef;
    padding: 0 3px;
    text-align: center;
    font-size: 12px;
    width: auto;
        }

	   .rounded-block {
            border-radius: 1.5rem;
            background-color: #e9ecef;
            padding: 1rem;
            text-align: center;
        }
		
		
			   .history {
  height: 48vh;
  overflow:auto;
        }
					   .historyt {
  height: 72vh;
  overflow:auto;
        }

.circle-btn {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #000;
    border: none;

    /* Убираем стиль кнопки по умолчанию в iOS */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    /* Добавляем фиксированную высоту для корректного отображения */
    line-height: 25px;
}


.bottom-menu {
    min-height: 56px;
    position: fixed;
    z-index: 999;
    width: 100%;
    bottom: 10px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between; /* Равномерное распределение кнопок */
    padding-left: 0; /* Убираем отступы */
    padding-right: 0; /* Убираем отступы */
    padding-bottom: env(safe-area-inset-bottom);
}

.bottom-menu button {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 25px;
    border: none;
    background: #fff;
    color: #000;
    flex-shrink: 0;

    /* Добавляем центрирование */
    display: flex;
    align-items: center;
    justify-content: center;

    /* Исправление для iOS */
    -webkit-appearance: none; /* Убираем специфический стиль Safari */
    -moz-appearance: none;
    appearance: none;

	transition: all 0.3s ease;
}



.bottom-menu button:hover,.bottom-menu button:active {
background: none;
	color:#fff;
 border: 1px solid #fff;
}


.bottom-menu button:first-child {
    margin-left: 0; /* Убираем отступ у первой кнопки */
}

.bottom-menu button:last-child {
    margin-right: 0; /* Убираем отступ у последней кнопки */
}


		
		.bgg{background:#C8C8C84D}
		.bgh{background:#50BE54}
		.bgbl{background:;color:#fff;}
	.bgw{background:#fff;color:#A7A7A7}


.imgl{height: 42px;
    padding-bottom: 1rem;
    padding-right: 5px;}
.textl{font-size: 40px;}
.textt{font-size: 30px;}

 .infa {
 font-size: 1.0rem;
        }
 .infa span{
    text-decoration: underline
        }


.bigimg{height: 100px;}

.m-t2{
margin-top: -20px;
}

hr {
    height: 1px; /* Высота линии */
    width: 80vw; /* Ширина линии (80% ширины экрана) */
    background-color: #fff; /* Цвет линии */
    border: none; /* Убираем стандартные границы */
    margin: 10px auto; /* Центрируем линию и добавляем отступы */
	opacity: 1;
}



.cont {
       display: grid;
          grid-template-columns: repeat(3, 1fr); 
            gap: 20px; /* Отступы между колонками и строками */
        }


.btnblu{padding:10px;background:;color:#fff;width: 100%;height: 50px; }
.btnblu:disabled,.not{background:#979797;}



.balance{color:;font-size: 2.2rem;}







        .form-control-custom {
            background-color: transparent; /* Прозрачный фон */
            color: white; /* Белый текст */
            border: none; /* Убираем стандартные границы */
            border-bottom: 2px solid white; /* Нижняя граница */
            border-radius: 0; /* Убираем закругления */
            box-shadow: none; /* Убираем тени */
            padding: 10px; /* Добавляем внутренние отступы */
        }

        .form-control-custom::placeholder {
            color: gray; /* Серый плейсхолдер */
            opacity: 1; /* Обеспечиваем видимость */
        }

        .form-control-custom:focus {
			color: white; 
			background-color: transparent;
            outline: none; /* Убираем обрамление при фокусе */
			box-shadow: none;
            border-bottom: 2px solid lightgray; /* Цвет границы при фокусе */
        }


    .arrow-back {
            position: fixed;
            top: 20px;
            left: 20px;
            width: 30px;
            height: 30px;
            display: inline-block;
            text-decoration: none;
        }

        .arrow-back::before {
            content: '';
            position: absolute;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 15px 15px 15px 0;
            border-color: transparent white transparent transparent;
            top: 0;
            left: 0;
        }





.bottom-menu button.active {
    background: #090034; /* Пример: синий фон */
    color: #fff;
    border: 1px solid #fff;
}








/* Мобильная версия */
        @media screen and (max-width: 768px) {
            body {
                padding: 0 20px; /* Отступы по бокам */
				  background-position: center;
            }
            .navbar-toggler {
                margin: 0 auto; /* Центрирование кнопки меню */
                display: block;
            }
            .offcanvas {
                background: #090034;
                display: block;
            }
			
			        .big-text {
            font-size: 4rem;
        }
        .small-text {
		    margin-top: -10px;
            font-size: 1.5rem;
        }
		.img-info{width: 100%;margin-bottom:30px;}
			
		.r-l{
	        font-size: 10px;
		}
		.r-r{
	    padding-left: 0;	
		    font-size: 16px;
		}	
			
 .timeline {
 font-size: 0.7rem;
        }
			
			
			
.fmin	{
 font-size: 0.5rem;
 margin-top:10px;
        }	
		



.bottom-menu button {
    width: 50px;
    height: 50px;
}

  .bottom-menu button:first-child {
    margin-left: 30px; /* Убираем отступ у первой кнопки */
  }

.bottom-menu button:last-child {
    margin-right: 30px; /* Убираем отступ у последней кнопки */
  }





.cont {
            gap: 10px;
        }


.btnblu{height: 30px;padding:2px; }



		
}



    @media screen and (max-width: 114px) {
		
	.bottom-menu {
    bottom: 5px;	
	}	
		
	.bottom-menu button {
        width: 40px;
        height: 40px;
    }

.textl {
    font-size: 30px;
}


		
	}


    @media screen and (max-width: 360px) {
		
		
	.bottom-menu {
    bottom: 5px;	
	}	
		
	.bottom-menu button {
        width: 40px;
        height: 40px;
    }

		
	}
	
	