.brand-animate {
    -webkit-animation: rotate 1s infinite linear;
    animation: rotate 1s infinite linear;

    transform-origin: 24px 24px;
    -webkit-transform-origin: 24px 24px;

    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;

    -webkit-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;

    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.pace-running .brand-animate{
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.pace-done .brand-animate{
    opacity: 0;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.result_input {
  border: 0px;
}
.loading{
  background-image: url("https://loading.io/spinners/progress/index.progress-bar-preloader.svg");
  background-repeat: no-repeat;
  background-position: -40px -134px;
  outline: none;
  border: 1px;
  padding: 4px 8px 4px 8px;
  pointer-events: none;

}



.input-file-row-1:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.input-file-row-1{
    display: inline-block;
  margin-top: 25px;
  position: relative;
}

html[xmlns] .input-file-row-1{
    display: block;
}

* html .input-file-row-1 {
    height: 1%;
}

.upload-file-container { 
  position: relative; 
  width: 100px; 
  height: 137px; 
  overflow: hidden; 
  background: url(http://i.imgur.com/AeUEdJb.png) top center no-repeat;

  float: left;
  margin-left: 23px;
} 

.upload-file-container:first-child { 
  margin-left: 0;
} 

.upload-file-container > img {
  width: 93px;
  height: 93px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.upload-file-container-text{
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: white;
  line-height: 17px;
  text-align: center;
  display: block;
  position: absolute; 
  left: 0; 
  bottom: 0; 
  width: 100px; 
  height: 35px;
}

.upload-file-container-text > span{
  border-bottom: 1px solid #719d2b;
  cursor: pointer;
}

.upload-file-container input  { 
  position: absolute; 
  left: 0; 
  bottom: 0; 
  font-size: 1px; 
  opacity: 0;
  filter: alpha(opacity=0); 
  margin: 0; 
  padding: 0; 
  border: none; 
  width: 70px; 
  height: 50px; 
  cursor: pointer;
}



.section {
  text-align: center;
  height: 100%;
  margin: 0 auto;
  padding: 6em 0; }
  .section__title {
    font-size: 1.1em;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #fff;
    margin-bottom: 3em; }
  .section--aava {
    background: #2994B2; }
  .section--tuuli {
    background: #474744; }
  .section--vesi {
    background: #54567A; }
  .section--sade {
    background: #2D4659; }
  .section--ilma {
    background: #095062; }
  .section--tuli {
    background: #068B78; }

.toggle-button {
  margin: 0 20px; }

/*
 * Toggle button styles
 */
.toggle-button {
  position: relative;
  display: inline-block;
  color: #fff; }
  .toggle-button label {
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
    text-align: left; }
  .toggle-button input {
    display: none; }
  .toggle-button__icon {
    cursor: pointer;
    pointer-events: none; }
    .toggle-button__icon:before, .toggle-button__icon:after {
      content: "";
      position: absolute;
      top: 45%;
      left: 35%;
      transition: 0.2s ease-out; }

/*
 * Toggle button variables
 */
/*
 * Toggle button styles
 */
.toggle-button--aava label {
  height: 50px;
  line-height: 50px;
  transition: all 0.2s;
  border-radius: 2rem; }
  .toggle-button--aava label:before, .toggle-button--aava label:after {
    position: absolute;
    right: 1.5rem;
    transition: all 0.2s .1s ease-out; }
  .toggle-button--aava label:before {
    content: attr(data-on-text); }
  .toggle-button--aava label:after {
    content: attr(data-off-text); }

.toggle-button--aava input[type=checkbox] + label {
  width: 200px;
  background: #FF5335; }
  .toggle-button--aava input[type=checkbox] + label:before {
    opacity: 0;
    transform: translate(0, 20px); }
  .toggle-button--aava input[type=checkbox] + label:after {
    opacity: 1;
    transform: translate(0, 0); }

.toggle-button--aava input[type=checkbox]:checked ~ label {
  width: 200px;
  background: #61B136; }
  .toggle-button--aava input[type=checkbox]:checked ~ label:before {
    opacity: 1;
    transform: translate(0, 0); }
  .toggle-button--aava input[type=checkbox]:checked ~ label:after {
    opacity: 0;
    transform: translate(0, -20px); }

.toggle-button--aava input[type=checkbox]:checked ~ .toggle-button__icon:before {
  transform: translate(-10%, 100%) rotate(45deg);
  width: 16.66667px; }

.toggle-button--aava input[type=checkbox]:checked ~ .toggle-button__icon:after {
  transform: translate(30%) rotate(-45deg); }

.toggle-button--aava .toggle-button__icon {
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px; }
  .toggle-button--aava .toggle-button__icon:before, .toggle-button--aava .toggle-button__icon:after {
    height: 3px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); }
  .toggle-button--aava .toggle-button__icon:before {
    width: 25px;
    transform: rotate(45deg); }
  .toggle-button--aava .toggle-button__icon:after {
    width: 25px;
    transform: rotate(-45deg); }

.button_time {
  width: 7%;
  height: 55px;
  border-radius: 10px;
}
/* Set height of the grid so .sidenav can be 100% (adjust if needed) */
.row.content {
  height: 1500px;
}
/* Set gray background color and 100% height */
.sidenav {
  background-color: #f1f1f1;
  height: 100%;
}
/* Set black background color, white text and some padding */
footer {
  background-color: #555;
  color: white;
  padding: 15px;
}
/* On small screens, set height to 'auto' for sidenav and grid */
@media screen and (max-width: 767px) {
  .sidenav {
    height: auto;
    padding: 15px;
  }
  .row.content {
    height: auto;
  }
}
.popover {
  max-width: 375px;
}
.popover .fa {
  color: #D47075;
  padding-top: 5px;
}
.popover-content {
  padding: 5px 0;
}
.hca-tooltip--left-nav {
  position: absolute;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #efefef;
  left: 78px;
  top: 60px;
  padding: 10px 10px 15px 15px;
  font-size: 1em;
  width: 340px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  color: #000;
  z-index: 1000;
  text-decoration: none;
}
.hca-tooltip--left-nav .hca-tooltip--okay-btn {
  padding: 12px 20px;
  line-height: 15px;
  background-color: #408DDD;
  border: none;
  color: #fff;
}
.hca-tooltip--left-nav .hca-border-circle--40 {
  width: 40px;
  height: 40px;
  margin-top: 10px;
  border-radius: 50%;
  font-size: 0.8em;
  color: #F07C8B;
  line-height: 38px;
  text-align: center;
  background: #fff;
  border: 1px solid #F07C8B;
}
#hellopreloader>p{
  display:none;
}
#hellopreloader_preload{
  display: block;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 1000px;
  background: #2574A9 url(http://hello-site.ru//main/images/preloads/spinning-circles.svg) center center no-repeat;
  background-size:41px;
}
.mobile{
	display: none;
}
.hamb{
	display: none;
}
.new_brigade {
  width: 30%;
}
.brigade_block {
  width: 40%;
  text-align: center;
}

 @media(max-width: 700px){
	.mobile{
		width: 50%;
		height: 100vh;
		background: #333;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-direction: column;
		position: fixed;
		top: 0;
		right: -250px;
		padding: 35px;
		font-size: 15px;
		z-index: 2;
		color: #fff;
 
	}
 
	.mobile li{
		margin-bottom: 20px;
	}
	.mobile li:last-child{
		margin-bottom: 0px;
	}
	.mobile span{
		display: block;
		position: absolute;
		top: -5px;
		right: 10px;
		font-size: 40px;
		transform: rotate(45deg);
		color: #fff;
	}
	.hamb{
	display: block;
  font-size: 35px;
  width: 60px;
  margin-left: 85%;
  position: absolute;
  }
  .desc{
    display: none;
  }
  .new_brigade {
    width: 70%;
  }
  .brigade_block {
    width: 90%;
    text-align: center;
  }
  .button_time {
    width: 20%;
    height: 55px;
    border-radius: 10px;
  }
}