:focus {
	outline: none;
}
.clear{
	clear:both;
}
.man .res button, .woman .res button{
	display:none;
}
@keyframes fadein {
    0% {
        opacity: 0;
        
    }
    100% {
        opacity: 1;
    }
}
.numercol{
	float:left;
	width:40%;
	padding:5px 10px 5px;
	margin:0 5%;
	box-sizing:border-box;
    font-size: 20px;

    line-height: 1.52;
    text-align: justify;
}
.numercol.man, .numercol.woman, .numercol.soyuzbtn{
	padding:0px 20px;
}
.numercol100, .numercol100 table{
	width:100%;
	padding: 0;
   	margin: 0;
}

.numercol:nth-of-type(3) img {
    width: 600px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
}

@media screen and (max-width: 640px) {
    .numercol:nth-of-type(3) img{
        width: 100%;
    }
}

.numercol:nth-of-type(2), .soyuz .numercol{
	text-align:center;
	line-height:normal;
}
.numercol input {
    width: 60px !important;
    border: 2px solid #673ab7 !important;
    border-radius: 6px;
    line-height: 45px;
    display: inline-block;
    margin: 0px 10px 30px 0;
    text-align: center;
    font-size: 30px !important;
    padding: 0 !important;
    font-family: "Arial";
}
.numercol input[name=y]{
	margin-right:0px;
	width:120px !important;
}
.numercol input.nonact {
	border-color: #b1b1b1 !important;
}
.res .numercol input{
	margin:0px 10px 0 0;
}
.inputintro {
    margin: 0 0 30px 0;

    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    width: 80vw; /* Растягиваем на всю ширину viewport */
    margin-left: calc(-40vw + 40%); /* Центрируем относительно страницы */
    position: relative; /* Для корректного позиционирования */
    left: 0;
    box-sizing: border-box;
    padding: 0 20px; /* Добавляем отступы по бокам */
}

/* Для мобильных устройств можно добавить */
@media screen and (max-width: 660px) {
    .inputintro {
        padding: 0 15px; /* Уменьшаем отступы на мобильных */
    }
}

@media screen and (max-width: 420px) {
    .inputintro {
        padding: 0 10px; /* Еще меньше отступы на очень маленьких экранах */
        font-size: 18px;
    }
}
.inputintro span{
	text-transform:uppercase;
}
/* Стили кнопок inputbtn как в CSS 1 */
.inputbtn button {
    float: left;
    width: 33.3333%;
    box-sizing: border-box;
    border: 5px solid #fff;
    border-radius: 60px;
    background: rgb(var(--theme-important_button));
    color: #ffffff;
    font-weight: 300;
    font-size: 50px;
    cursor: pointer;
    outline: none;
    padding: 0;
    text-align: center;
    font-family: "Arial";
}


.inputbtn button:nth-of-type(10){
	width:66.6666%;
}
.numercol.res .inputbtn{
	margin-top: 30px;
  
}
.numercol.res .inputbtn button:nth-of-type(10), .numercol.res .inputbtn button:nth-of-type(11){
	display:none;
}
.numercol.res button, .man .res button, .woman .res button{
	background-color: var(--i-body--ba-co);
    color: var(--i-co);
	font-weight: 300;
    font-size: 28px;
	word-break: break-all;
}
.numercol.res button:nth-of-type(5), .man .res button:nth-of-type(5), .woman .res button:nth-of-type(5){
	border:2px solid #ddd;
	border-radius: 0;
}
.numercol.res button:nth-of-type(1), .man .res button:nth-of-type(1), .woman .res button:nth-of-type(1){
	border-right:2px solid #ddd;
	border-bottom:2px solid #ddd;
	border-radius: 0;
}
.numercol.res button:nth-of-type(2), .man .res button:nth-of-type(2), .woman .res button:nth-of-type(2){
	border-right:2px solid #ddd;
	border-bottom:2px solid #ddd;
	border-left:2px solid #ddd;
	border-radius: 0;
}
.numercol.res button:nth-of-type(3), .man .res button:nth-of-type(3), .woman .res button:nth-of-type(3){
	border-bottom:2px solid #ddd;
	border-left:2px solid #ddd;
	border-radius: 0;
}
.numercol.res button:nth-of-type(4), .man .res button:nth-of-type(4), .woman .res button:nth-of-type(4){
	border-top:2px solid #ddd;
	border-bottom:2px solid #ddd;
	border-right:2px solid #ddd;
	border-radius: 0;
}
.numercol.res button:nth-of-type(6), .man .res button:nth-of-type(6), .woman .res button:nth-of-type(6){
	border-top:2px solid #ddd;
	border-bottom:2px solid #ddd;
	border-left:2px solid #ddd;
	border-radius: 0;
}
.numercol.res button:nth-of-type(7), .man .res button:nth-of-type(7), .woman .res button:nth-of-type(7){
	border-top:2px solid #ddd;
	border-right:2px solid #ddd;
	border-radius: 0;
}
.numercol.res button:nth-of-type(8), .man .res button:nth-of-type(8), .woman .res button:nth-of-type(8){
	border-right:2px solid #ddd;
	border-top:2px solid #ddd;
	border-left:2px solid #ddd;
	border-radius: 0;
}
.numercol.res button:nth-of-type(9), .man .res button:nth-of-type(9), .woman .res button:nth-of-type(9){
	border-top:2px solid #ddd;
	border-left:2px solid #ddd;
	border-radius: 0;
}
.cross_dt{
	color:#800000;
	font: 400 18px Arial;
    padding: 20px 0;
	text-align:center;
}

.calcagane {
    display: none;
    cursor: pointer;
    background: rgb(var(--theme-important_button));
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    padding: 14px 0;
    text-align: center;
    font: 300 20px Arial;
    color: #ffffff;
    clear: both;
    border-radius: 60px;
    margin-bottom: 40px;
}
.man .res, .woman .res{
	display:none;
}
.man div.res, .woman div.res{
	margin-left: 0px;
}
.man .res .inputbtn, .woman .res .inputbtn{
	margin:30px auto;
}
.man .res table tr:first-child td, .woman .res table tr:first-child td{
	padding-top:30px;
}

.soyuzbtn .moretxt, .soyuzagane{
	display:none;
	text-align:left;
	line-height: 1.52;
}

.soyuzagane{
	cursor:pointer;
	background-color: #16bc948f;
	padding: 14px 0;
	text-align:center;
	font: 300 20px Arial;
	color: #ffffff;
	clear: both;
	border-top: 5px solid #ffffff;
	border-radius: 90px;
}
.woman .inputintro{
	opacity:0;
}

@media screen and (max-width: 820px)
{
.numercol{
	width:50%;
	margin:0;
	padding: 0px;
}
.numercol100{
	width:100%;
}
}

@media screen and (max-width: 660px)
{
.numercol{
	width:100%;
	margin:0;
	padding: 0px;
}
.numercol100{
	padding: 0px 5px;
}
.man .inputintro, .woman .inputintro{
	margin:10px auto;
}
}

@media screen and (max-width: 420px)
{
.numercol{
	width:100%;
	margin:0;
	padding: 0px;
}
.numercol100{
    padding: 0;
 }
}

@media screen and (max-width: 340px) {
	.numercol input {
		width: 20%;
		box-sizing: border-box;
		margin-right: 1%;
		font-size: 28px !important;
        width: 50px !important;
	}
	.numercol input[name=y] {
		margin-right: 0px;
		width: 40%;
	}
	.inputbtn button {
		font-size: 40px;
	}
}

@media screen and (max-width: 300px)
{
.tab{
	font-size:16px;
}
}
.numercol.singl {
    float: none;
    max-width: 300px;
    width: 100%;
    margin: 20px auto 0;
    display: block;
    padding: 0;
    text-align: center;
}

.numercol.singl.numercol100 {
    max-width: 100%;
    width: 100%;
}

.numercol.singl .moretxt img {
    display: block;
    margin: 0 auto;
}

.numercol.singl .moretxt p {
    width: 100%;
}
.numercol.singl.res {
    float: none;
    max-width: 400px;
    margin: 0 auto;
    padding: 0px 10px;
    text-align: center;
    display: block;
}

input[type=text]:not(.form-control)
{
    display: inline;
}

.copyright {
    font-family: system-ui;
    font-size: 16px;
    text-align: left;
    display: block;
    clear: both;
    width: 100%;
    margin-top: 20px;
}
.copyright span {
    color: var(--text-color, #999999);
}
.copyright a {
    text-decoration: none;
    color: var(--link-color, #4e5f70);
}