
.start-background{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #7edde7;
    background-image: url('img/bg.png');
    background-position: bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.start-background-m {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -2vw;
    z-index: -1;
    background-image: url('img/bgmob.png');
    background-size: 90% auto;
    background-color: #abedfb;
    background-position: bottom left;
    background-repeat: no-repeat;
}


.bullet {
    background-color: #6fbb22;
    color: white;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 25px;
    display: inline-block;
    padding: 0;
    margin: 4px 0;
    vertical-align: baseline;
    flex-direction: column-reverse;
    /* font-size: calc(10px + 1.5vmin); */
}

.bullet-m {
    background-color: #6fbb22;
    color: white;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 15px;
    display: inline-block;
    padding: 0;
    vertical-align: baseline;

}

.txt-shadow{
    padding-left: 5px;
}

#pre-game-d{
    text-align: left;
    padding-left: 28vw;
}
.main {
    font-family: "Helvetica";
    font-size: calc(8px + 1.5vmin);
    color: black;
    max-width: 900px;
    width: auto;
    margin: 0;
    overflow-wrap: break-word;
}
.head-m {
    font-family: 'Arvo';
    font-size: calc(12px + 3vw);
    color: white;
}
.main-list {
    font-family: "Helvetica";
    font-size: calc(8px + 1.5vmin);
    color: black;
    max-width: 900px;
    width: 75%;
    margin: 0;
    text-align: left;
    line-height: calc(10px + 3vmin);
    overflow-wrap: break-word;
    z-index: 98;
}
.main-list-m{
    font-family: "Helvetica";
}

.dude-ava {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30%;
    height: 38vw;
    z-index: 1;
}
.dude-arrow {
    position: absolute;
    right: 46%;
    bottom: 7%;
    width: 25%;
    max-width: 350px;
    animation-name: convince;
animation-duration: 4s;
animation-iteration-count: infinite;
}
.press-caption {
    position: absolute;
    font-family: "HelveticaBold";
    font-size: 3.5vw;
    color: white;
    left: 54%;
    bottom: 17%;
}

.main-m {
    font-size: 16px;
    font-family: "Helvetica";
    width: 90%;
    min-width: 300px;
}

.no-zhmi{
    position: absolute;
    width: 23vw;
    height: 10vw;
    left: 14vw;
    bottom: 4vw;
    background-color: #e4fcff;
}

.dude-arrow-m {
    width: 24vw;
    right: 30vw;
    animation-name: convince;
animation-duration: 4s;
animation-iteration-count: infinite;
}
.press-caption-m {
    font-size: 18px;
    right: 20px;
    bottom: 56vw;
    left: auto;
}


@keyframes convince {
    0%   {transform: scale(1)}
    49%  {transform: scale(1)}
    50%  {transform: scale(1.1)}
    65%  {transform: scale(1)}
    100% {transform: scale(1)}
  }

  .result-head {
    padding-top: 10px;
    font-size: 25px;
}
#result-seconds {
    font-size: 51px;
    text-transform: uppercase;
}
.result-subhead {
    font-size: 22px;
}

.result-desc-card-head{
 background-color: #7c3e96;
}
.result-desc-card {
    width: 270px;
    height: 400px;
user-select: none;
}
.result-desc-card-body {
    width: 92%;
    margin: 0 auto;
    padding-top: 10px;
    font-size: 15px;
}

.result-desc-card-m{
    width: 220px;
    height: 300px;
}


  .results-bg{
    background-image: url('img/molecules.png');
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow-x: hidden;
  }
  .results-bg-m{
    background-image: url('img/molecules.png');
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
    overflow-x: hidden;
    min-height: 450px;
  }
  .what-do-desc{
      margin: 20px auto 7px;
  }

  .policy{
    color: #c7c7c7;
    font-size: 14px;
    text-decoration: none;
    display: flex;
    margin-top: 7px;
  }
  .policy-m{
    color: #c7c7c7;
    font-size: 12px;
    text-decoration: none;
    display: flex;
    margin-top: 5px;
  }

.social {
    border: none;
    width: 230px;
    margin: 20px auto;
}
.vk {
    width: 50px;
    padding: 0 5px;
    cursor: pointer;
}
.fb {
    width: 50px;
    height: 50px;
    padding: 0 5px;
    cursor: pointer;
}
.tw {
    width: 50px;
    padding: 0 5px;
    cursor: pointer;
}

.replay {
    position: absolute;
    right: 70px;
    bottom: 14px;
    color: #7c3e96;
    text-transform: uppercase;
    width: auto;
    cursor: pointer;
}
.replay::after{
    content: '';
    background-image: url(img/back.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    position: absolute;
    right: -59px;
    top: -11px;
}


.desk-pet-but{
    margin-top: 20px;
}
.button-petition{
    padding: 13px 80px;
    border-radius: 15px;
}
.button-mail{
    padding: 10px 24px;
    margin-left: 20px;
    cursor: pointer;
}

.mob-pet-but{
    margin-top: 13px;
}

.dude-ava-m {
    width: 47%;
    height: 60vw;
    margin-left: 0px;
    z-index: 1;
}

.name-submit{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}


@media screen and (min-width: 1000px) {
    .press-caption {
        font-size: 35px;
    }
  }

@media (pointer: coarse) {
    
    .result-desc-card-icon, .result-desc-card-icon- {
        height: 70px;
    }
    .desc-img {
        width: 63px;
        padding-top: 5px;
    }

    .result-desc-card-body {
        width: 92%;
        margin: 0 auto;
        padding-top: 10px;
        font-size: 12px;
    }
    .result-desc-card-head {
        font-size: 15px;
    }

    .cards-container {
        margin: 0 auto;
    }

    .result-head {
        font-size: 17px;
        padding-top: 5px;
    }
    #result-seconds-m {
        font-size: 25px;
    }
    .result-subhead {
        font-size: 15px;
    }

    .button-petition {
        padding: 7px 48px;
        border-radius: 7px;
    }

    .button-green {
        padding: 8px 17px;
        margin-left: 10px;
        font-size: 15px;
    }


    .social {
        margin: 20px auto 0;
    }
    .vk {
        width: 40px;
        padding: 0 4px;
    }
    .fb {
        width: 40px;
        height: 40px;
        padding: 0 4px;
    }
    .tw {
        width: 40px;
        padding: 0 4px;
    }

    .replay {
        position: absolute;
        font-size: 9px;
        right: 22px;
        bottom: 7px;
        color: #7c3e96;
        text-transform: uppercase;
        width: auto;
        cursor: pointer;
    }
    .replay::after {
        content: '';
        background-image: url(img/back.png);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        width: 25px;
        height: 25px;
        position: absolute;
        right: -22px;
        top: -5px;
    }


}

@media only screen and (max-height: 750px) {
    .results-bg {
        height: 98vh;
    }
    #result-seconds {
        font-size: 29px;
    }
    .result-head {
        font-size: 17px;
    }
    .result-subhead {
        font-size: 16px;
    }
}

@media only screen and (max-height: 665px) {
    .result-footer{
        display: none;
    }
}


@media only screen and (max-height: 488px) {
    .result-footer-m{
        display: none;
    }
}



@media only screen and (max-width: 330px) {

    .main-m {
        font-size: 15px;
    }

    .social {
        margin: 10px auto 0;
    }


}