@font-face {
    font-family:Circe;
    src:url(Circe-Light.woff) format("woff");
    font-weight:100;
    font-style:normal
}
@font-face {
 font-family:Circe;
 src:url(Circe-Regular.woff) format("woff");
 font-weight:300;
 font-style:normal
}
@font-face {
 font-family:Circe;
 src:url(Circe-ExtraBold.woff) format("woff");
 font-weight:700;
 font-style:normal
}



@keyframes move_out {
	100% {
		-webkit-transform: translate3d(-1500px, 0, 0);
		transform: translate3d(-1500px, 0, 0);
	}
}




.all{
	width: 100%; 
	height: 100vw;
	position: relative;
	overflow: hidden;
}		
  .main{
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100vw;

    transition: transform .2s ease-in-out;

    display: flex;
    flex-direction: column;

  }
  .result{
    position: absolute ;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vw;
    color: white;
    font-size: 3.5vw;

  }
  .rez_text_block{
    width: 100%;
    height: 100%;
    position: relative;
    margin: auto;
    padding: 4vw;
    font-size: 4.5vw;
  }
  .buton_block{
    position: absolute;
    margin: auto;
    width: 0;
    height: 0;
    text-align: center;
    resize: both;
    bottom: 70px;
    right: 30px;
  }
   .buton_block2{
    position: absolute;
    margin: auto;
    width: 32px;
    height: 32px;
    text-align: center;
    bottom: 35px;
    left:calc(50% - 52px);
    resize: both;   
  }

  .img_block{
    background-size: cover;
    background-position: center center;
    overflow:hidden;
    height: 56%;
    justify-content: center;
    margin: auto;
    flex: 1 0 auto;
    margin-bottom: 15px;
  }

  .span_anim1{
    position: absolute;
	text-align: center; 
	width: 100%
  }

  .span_anim2{
    position: absolute;
    left: 1500px;
    text-align: center; 
    width: 100%
  }
  .span_anim3{
    position: absolute;
    left:1520px;
    width: 81%;
  }
   .span_anim4{
    position: absolute;
    width: 100%;
  }
  .text-wrapper{
    position: absolute;
    bottom: 55%;
    font-size: 7vw;
    text-align: center;
      font-family: Circe, sans-serif;
    white-space: nowrap;
    width: 100%
  }
  .index-wrapper{
      font-family: Circe, sans-serif;
    font-size: 5vw;
    font-weight: 600;
    color: white;
    position: relative;
    top: 3%;
    left: 3%;
    letter-spacing: 0.1em;
  }
  .answers_wrapper{
    height: 150px;
    width: 300px;
    font-size: 10px;
    font-weight: 200;
    white-space: initial;
    background-color:#50b848;  
    text-align: left;
  }

  .answers_span{
    text-align: left;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }

  .answers_span .row {
    margin: 0;
    flex-wrap: nowrap;
  }

  .answers_span .col-6 {
    margin: 0 0 4vw 0;
    padding: 0;
    line-height: 1;
    width: 50%;
  }

  .otvet{
    color: white;
    font-size: 4vw;
    white-space: normal;
    padding: 0;
    margin-top: 0;
    font-weight: 400;
  }

#otvet_20 {
  font-size: 3.4vw;
}

  .answers{
    position: absolute;
    top:50%;
  }
  .answers + label {
    position: relative;

      text-align: center;
    cursor: pointer;
    white-space: normal;
    vertical-align: top;
    font-size: 4vw;
      font-family: Circe, sans-serif;
    font-weight: 300;
    z-index: 1;
      margin-top: 10px;
  }
  .podvod_wrapper_top{
      font-family: Circe, sans-serif !important;
    font-size: 8vw !important;
    color: white !important;
    font-weight: bold !important;
    position: relative !important;
    padding: 20px 0 10px 0 !important;
  }
  .podvod_wrapper_text{
      font-family: Circe, sans-serif;
    font-size: 4.5vw;
    color: white;
    padding: 0 15px;
    display: block;
  }
  .btn-outline-danger{
    font-size: 4vw;
  }
  .podvod_button{
    margin: auto;
    width: 100%;
    height: 50px;
    text-align: center;
    top:300px;
    padding-top: 10px;

  }

  .spacer{
    height: 25px;
  }
  .result_top{
    font-size: 30px;
  }


.result_top{
	font-size: 30px !important;
}


*{
    font-family: Circe, sans-serif !important;
}
p {
		font-family: Circe,Helvetica,Arial,sans-serif !important;

        vertical-align: top;
		}



body{
font-family: Circe,sans-serif !important;
overflow: hidden;
margin: 0;
}
.metro {	
	background-color: #FFFFFF;
}
.btn-outline-danger{
  border-radius: 60px !important;
    font-family: Circe, sans-serif;
  line-height: normal;
  text-fill-color: grey !important;
  text-color: white !important;
  text-align: center;
  color: white !important;
  border-color: white !important;
  border-style: solid;
  border-width: 0 !important;
  padding: 0.5rem 1rem;
  appearence: none;
  -webkit-appearance: none;
  background-color: #e30613 !important;
  cursor: pointer;
  font-size: 5vw !important;
  }
.btn-outline-danger:hover{
	background-color:rgba(195, 195, 195, 0.4) !important;
}

.answers {
  z-index: -1;
  opacity: 0;
  align-self: start;
  text-align: start;

}

.answers + label:before {
  display: none;
}
.answers + label:hover {
  content: '';
  position: relative;
  text-decoration: underline;
  transition: .2s;
}

.answers:checked + label:after {
  opacity: 1;
}

.answers:focus + label:before {
  box-shadow: 0 0 0 3px rgba(255,255,0,.7);
}
.label:hover input[type="radio"] {
	color: aqua;
}
a{
	text-decoration: underline !important;
	color: white !important;
}

.sled{
  margin-left: -18px;
  margin-top: 20px;
width: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  position: relative;
  border: 1px solid #fff !important;
  background-color: transparent !important;
}

.sled:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-right: 1px solid white;
  border-top: 1px solid white;
  transform: rotate( 45deg );
  transform-origin: 50% 25%;
}
