﻿@import 'https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300';


.btn-calk {
	line-height: 35px;
	height: 35px;
	text-align: center;
	width: 100%;
	cursor: pointer;
}

/* 
========================
      BUTTON ONE
========================
*/
.btn-one {
	color: #FFF;
	transition: all 0.3s;
	position: relative;
}
.btn-one span {
	transition: all 0.3s;
}
.btn-one::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	transition: all 0.3s;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: rgba(255,255,255,0.5);
	border-bottom-color: rgba(255,255,255,0.5);
	transform: scale(0.1, 1);
}
.btn-one:hover span {
	letter-spacing: 2px;
}
.btn-one:hover::before {
	opacity: 1;	
	transform: scale(1, 1);	
}
.btn-one::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: all 0.3s;
	background-color: rgba(255,255,255,0.1);
}
.btn-one:hover::after {
	opacity: 0;	
	transform: scale(0.1, 1);
}


#glav{
    width: 450px; 
    font-family: Arial, sans-serif;  
    margin: 0 auto;
    
    
}
#navigation3,#saveBtn  {
  width: 100%;
  display: flex;
  justify-content: space-between; /* Это уже распределяет элементы по краям */
  border: 2px solid #361463;
  border-top: 0;  
  margin: 0px auto;
}



.nav-2 {
  height: 100%;
  width: 100%; 
  background-color: #361463;
  
}

#setka {
  width: 100%;
  display: flex;
  justify-content: space-between; /* Это уже распределяет элементы по краям */
  border: 2px solid #361463;
  
  margin: 0px auto;
}
#setka img {
  width: 100%;       
  margin: 0 auto;        /* Центрирует картинку по горизонтали */
}
.hidden {
    display: none;
  }
#dan7,#step2 {display:none;}

@media (max-width: 450px) {
#glav{width: 100%;}  
}