/*
Theme Name: Gymnastics
*/
.header__top-col{
	display:flex;
	align-items:center;
	justify-content:flex-end;
	margin-bottom:18px;
}


.header__btn-callback{
	background: #3A81CF;
	border-radius: 45px;
	color:white;
	font-size: 16px;
	display:flex;
	justify-content:center;
	align-items:center;
	padding:0px 15px; 
	height:50px;
	margin-right: 80px;
	width:fit-content;
}
.header__btn-callback._mob{
	height:30px;
	margin-right:30px;
	margin-left:auto;
	display:none;
		margin-bottom:0;
	font-size:10px;

}
@media (max-width: 1099px){
	.header__top-col{
	flex-direction:column;
		align-items:flex-start;
	}
.header__btn-callback{
	margin-bottom:20px;
	margin-left:20px;
	}
	.header__btn-callback._mob{
	
	display:flex;
}
}