:focus {
	outline: none;
}
.clear {
	clear: both;
}
.numercols {
	max-width: 100%;
	margin: auto;
}
.numercols.graf {
	display: none;
}
.graf.graf {
	display: block;
}
.topmenu {
	background-color: #f5f5f5;
	box-sizing: border-box;
	font: 300 20px Arial;
	max-width: 970px;
	margin: auto;
	line-height: 60px;
	position: relative;
	border-radius: 90px;
}
.topmenu span {
	padding-left: 30px;
}
.topmenu .more {
	float: right;
	cursor: pointer;
	background-color: #fa89f2;
	padding: 0 15px;
	width: 100px;
	color: #fff;
	border-radius: 0 90px 90px 0;
}
.topmenu .submenu {
	position: absolute;
	top: 100%;
	right: 55px;
	background-color: #fa89f2;
	display: none;
	z-index: 10;
	animation-name: fadein;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	border-radius: 10px;
}
.topmenu .submenu span {
	display: block;
	padding: 15px 20px;
	cursor: pointer;
	line-height: normal;
	color: #fff;
}
.topmenu .submenu.act {
	display: block;
}
@keyframes fadein {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.moretxt {
    font-size: 20px;
    padding: 20px 0;
    white-space: pre-line;
    line-height: 1.52;
}
.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 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;
}

.inputintro {
    margin: 0 0 30px 0;
    text-align: center;
    width: 80vw;
    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; /* Уменьшаем отступы на мобильных */
    }
}

.inputintro span {
	text-transform: uppercase;
}
.inputbtn button {
    float: left;
    width: 33.3333%;
    box-sizing: border-box;
    border: 5px solid;
    border-radius: 90px;
    background-color: #8671cc;
    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%;
}
.calcagane {
    display: none;
    cursor: pointer;
    background-color: #8671cc;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    padding: 14px 0;
    text-align: center;
    font: 300 20px Arial;
    color: #ffffff;
    clear: both;
    border-radius: 90px;
    margin-bottom: 40px;
}

@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;
	}
}

/* круг жёлтый */
.chart-point-cross {
    background-color: #f0ff05;
    border-color: #243fb2;
    border-width: 1px;
    width: 10px; /* 2 * pointRadius */
    height: 10px; /* 2 * pointRadius */
    border-radius: 50%;
    transition: transform 0.2s;
}

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);
}