body{
	background-color: #1b1e27;
	color: white;
	overflow-x: hidden;
	height: 100%;
	margin: 0 !important;
}

.container{
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}
.wrap{
	
	max-width: 100%;
	margin: 0 auto;
	position: relative;
	flex-grow: 1;
}

.fixed{
		animation: phone 2s ease infinite;
		cursor: pointer;
		position: fixed;
		z-index: 100;
		bottom: 60px;
		right: 60px;
		width: 55px;
		height: 55px;
}
.fixed img{
	width: 55px;
		height: 55px;
}

.header{
	display: flex;
	justify-content: space-between;
	margin: 20px;
	align-items: center;
}
.header-btn{
	border: none;
	color: white;
		height: 41px;
		width: fit-content;
		padding: 12px 32px 13px;
		border-radius: 4px;
		background-color: #2fbeff;
		
		cursor: pointer;
		white-space: nowrap;
		position: relative;
}
.header-btn a{
	text-decoration: none;
		color: white;
		text-transform: none;
		text-transform: uppercase;
		font-size: 14px;
}

.main {
	color: white;
	cursor: pointer;
	text-transform: none;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	margin-bottom: 100px;
}
.main-title{
	text-align: center;
	margin: 20px 0;
	font-size: 40px;

}
.main-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.block {
	max-width: 1080px;
	margin: 0 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	
}
.block-title {
	font-size: 20px;
	margin-bottom: 20px;
}
.error{
	text-align: center;
	margin-top: 20px;
	font-size: 30px;
}

.test-block{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.test-block h2{
	text-align: center;
	font-size: 30px;
}
.test-block ol{
	display: block;
	font-size: 20px;
	list-style: none;
	text-align: center;
    padding: 0 20px;
}
.test-block ul{
	
	
}
.test-block ul li{
	list-style: none;
	display: flex;
	align-items: center;

}
.test-block input{
	width: 30px;
	height: 30px;
}
.finish{
	display: block;
	margin: 60px auto 20px auto;
	width: 260px;
	height: 70px;
	border-radius: 15px;
	border: none;
	background-color: #2fbeff;
	color: white;
	font-size: 20px;
	box-shadow: 0 0 7px 0 #09f;
}
.block-1 {
}

.sent-form{
	display: block;
	margin: 60px auto 20px auto;
	width: 460px;
	height: 70px;
	border-radius: 15px;
	border: none;
	background-color: #2fbeff;
	color: white;
	font-size: 20px;
}

.block-wrap {
}

.button-test {
	
	margin: 60px auto 0px auto !important;
	display: block;
	width: 260px;
	height: 50px;
	border-radius: 15px;
	border: none;
	background-color: #2fbeff;
	color: white;
	font-size: 20px;
	cursor: pointer;
	box-shadow: 0 0 7px 0 #09f;
}

.blue{
	color: #2fbeff;
}



footer{
	flex-shrink: 0;
	width: 100%;
	background-color: #2c2f3b;
}
.footer {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer-column {
	display: flex;
	align-items: center;
}
.footer-column p{
	padding: 0 20px;
}
.a-wrap{
	margin: 20px;
	width: 100%;
}
.a-wrap a {
	margin: 0 20px;
}
.contact {
	font-size: 18px;
	font-weight: 700;
}
.link {
	display: flex;
	align-items: center;
}
.link img{
	padding-right: 10px;
}


.main-title, .logo-wrap, .footer{
    transform: translate(0px, 7%);
    opacity: 0;
    transition: 1500ms;
}
.main-title._transform, .logo-wrap._transform, .footer._transform{
  transition: 1500ms;
  transform: translate(0px, 0px);
  opacity: 1;
}

.test-block ul{
	
	
	margin: 0px !important;
	padding: 0px !important;
}
.test-block ul li{
	
	margin: 20px;
	
}
.test-block ul li span{
	
 padding-left: 10px;
	
}

ol{
	cursor: default;
}
/* Стилі для радіо-кнопок */

.reset{
    display: block;
    background-color: #2fbeff;
    padding: 25px;
    border-radius: 15px;
    text-decoration: none;
    text-transform: none;
    color: white;
}
.reset  a{
	text-decoration: none;
	color: white;
}
#results {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 20px;
    /* display: block; */
}
.telegram-link{
    margin-top: 10px;
	display: block;
    background-color: #2fbeff;
    padding: 25px;
    border-radius: 15px;
    text-decoration: none;
    text-transform: none;
    color: white;
}
.telegram-link  a{
	text-decoration: none;
	color: white;
}

.circle-wrap{

	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-bottom: 40px;
}
.circle-wrap img{
	width: 60px;
	display: block;
	margin: 0 10px;
}
.circle {
	text-align: center;
	line-height: 60px;
	font-size: 20px;
    width: 60px;
    height: 60px;
    background-color: #1b1e27;
    border-radius: 50%;
    border: 2px solid black;
	box-shadow: 0 0 7px 0 #09f;
	z-index: 1;
}

.circle:first-child{
	background-color: #2fbeff;
}

@media (max-width: 600px) {
	.wrap{
		max-width: 440px;
	}
	.bc-1, .bc-2, .bc-3, .bc-4{
		display: none;
	}
	.header{
		flex-direction: column;
		align-items: center;
		margin-bottom: 50px;
	}
	.main-title{
		font-size: 32px;
	}
	.test-block h2{
	    padding: 20px 0;
	    font-size: 22px;
	}
	.button-test{
		margin-top: 20px;
	}
	.input-wrapper div{
		width: 37%;
	}
	.input-active{
		max-width: 100%;
		padding: 10px 0;
	}
	.logo-title{
		font-size: 20px;
	}
	.footer{
		flex-direction: column;
		align-items: center;
		
	}
	.footer-column{
		width: 100%;
	}
	.a-wrap{
		display: flex;
		justify-content: space-around;
		width: 100%;
	}
	.a-wrap a{
		margin: 0;
	}
	.contact{
		display: none;
	}
	.link{
		display: none;
	}
	.circle-wrap{
		
	}
	.test-block input {
	    padding-right: 10px;
	}
	.circle-wrap img{
		width: 20px;
	}
	.circle{
		width: 20px;
		height: 20px;
		font-size: 12px;
		line-height: 20px;
	}
}
  
  