@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);
	}
}


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


.backgrounds {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
    /*filter: blur(15px);*/
}


.all{
	width: 100%; 
	height: 100vw;
	position: relative;
    overflow: hidden;
    max-width: 660px;
    max-height: 640px;
    margin: 0 auto;
    border-radius: 50px;

    box-shadow: 0px 40px 35px rgba(0, 0, 0, 0.5);
}		
@media (max-width: 1600px) {
    .all{
        max-width: 540px;
        max-height: 520px;
    }	
}
.main{
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;

    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;
}
@media (min-width: 480px) {
    .rez_text_block{
        font-size: 21px;
    }
}
@media (min-width: 1600px) {
    .rez_text_block{
        font-size: 28px;
    }
}
.buton_block{
    position: absolute;
    margin: auto;
    width: 0;
    height: 0;
    text-align: center;
    resize: both;
    bottom: 90px;
    right: 50px;
}
@media (max-width: 480px){
    .buton_block {
        bottom: 80px;
        right: 40px;
    }
}
.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: 60%;
    font-size: 7vw;
    text-align: center;
      font-family: Circe, sans-serif;
    white-space: nowrap;
    width: 100%
}
@media (min-width: 480px) {
    .text-wrapper {
        font-size: 32px!important;
    }
}
@media (min-width: 1600px) {
    .text-wrapper {
        font-size: 45px!important;
    }
}
.index-wrapper{
    font-family: Circe, sans-serif;
    font-size: 5vw;
    font-weight: 600;
    color: white;
    position: relative;
    top: 33px;
    left: 33px;
    letter-spacing: 0.1em;
    line-height: 1;
}
@media (min-width: 480px) {
    .index-wrapper {
        font-size: 22px!important;
    }
}
@media (min-width: 1600px) {
    .index-wrapper {
        font-size: 30px!important;
    }
}
@media (max-width: 480px){
    .index-wrapper {
        top: 20px;
        left: 20px;
    }
}
.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: 1vw 0 3vw 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;
    padding-left: 20px;
}
@media (min-width: 480px) {
    .otvet {
        font-size: 19px!important;
        line-height: 1.25;
    }
}
@media (min-width: 1600px) {
    .otvet {
        font-size: 26px!important;
        line-height: 1.25;
    }
}

#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;
}
@media (min-width: 480px) {
    .answers + label {
        font-size: 21px!important;
    }
}
@media (min-width: 1600px) {
    .answers + label {
        font-size: 28px!important;
    }
}
.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;
}
@media (min-width: 480px) {
    .podvod_wrapper_top {
        font-size: 33px!important;
    }
}
@media (min-width: 1600px) {
    .podvod_wrapper_top {
        font-size: 45px!important;
    }
}
.podvod_wrapper_text{
      font-family: Circe, sans-serif;
    font-size: 4.5vw;
    color: white;
    padding: 0 15px;
    display: block;
}
@media (min-width: 480px) {
    .podvod_wrapper_text {
        font-size: 21px!important;
    }
}
@media (min-width: 1600px) {
    .podvod_wrapper_text {
        font-size: 28px!important;
    }
}

.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;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
}
@media (min-width: 480px) {
    .btn-outline-danger {
        font-size: 18px!important;
        width: 100%;
        max-width: 195px;
    }
}
@media (min-width: 1600px) {
    .btn-outline-danger {
        font-size: 25px!important;
        width: 100%;
        max-width: 195px;
    }
}

.btn-outline-danger{
    font-size: 4vw;
}

.podvod_button{
    margin: auto;
    width: 100%;
    height: 50px;
    text-align: center;
    top:300px;
    padding-top: 10px;

}
@media (min-width: 480px) {
    .podvod_button {
        font-size: 18px!important;
    }
}
@media (min-width: 1600px) {
    .podvod_button {
        font-size: 25px!important;
    }
}

.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;
}



html {
    height: 100%;
}

body{
    font-family: Circe,sans-serif !important;
    overflow: hidden;
    margin: 0;
    height: 100%;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url('../img/bg2.jpg') center center no-repeat;
    background-size: cover;
}
.metro {	
	background-color: #FFFFFF;
}




.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;
    padding: .375rem .75rem;
}

.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%;
}


#share {
    position: absolute;
    left: calc( 50% + 360px );
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 1600px){
    #share {
        left: calc( 50% + 300px );
    }
}

@media (max-width: 980px){
    #share {
        left: 50%;
        top: calc(50% + 360px);
        transform: translateX(-50%);
    }
}

@media (max-width: 480px){
  #share {
    left: 50%;
    top: auto;
    bottom: 30px;
    transform: translateX(-50%);
  }
}

#share .ya-share2__list {
  display: flex;
  flex-direction: column;
}

@media (max-width: 980px){
  #share .ya-share2__list {
    flex-direction: row;
  }
}

#share .ya-share2__item {
  margin-bottom: 20px;
}

#share .ya-share2__badge {
  background-color: transparent;
}

#share .ya-share2__icon {
  width: 54px;
  height: 54px;
  background-size: contain;
}

/* vk */
#share .ya-share2__item_service_vkontakte .ya-share2__icon {
  background-image: url('../img/vk.svg');
}

/* fb */
#share .ya-share2__item_service_facebook .ya-share2__icon {
  background-image: url('../img/fb.svg');
}

/* ok */
#share .ya-share2__item_service_odnoklassniki .ya-share2__icon {
  background-image: url('../img/ok.svg');
}

/* tw */
#share .ya-share2__item_service_twitter .ya-share2__icon {
  background-image: url('../img/tw.svg');
}
