/* fonts */
@font-face {
    font-family: "Geometria";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/Geometria-ExtraBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Geometria-ExtraBold.woff") format("woff"),
    url("../fonts/Geometria-ExtraBold.ttf") format("truetype");
}
/* fonts */

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}

.btn-bottom {
    position:absolute;
    text-align: center;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 60%;
}
.absolute-fill {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	border:solid 4px red;
}
.inner-wrap {
    width: 100%;
    height: 100%;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../images/beckground.png);
    background-size: cover;
    background-position: center center;
}
html 
{
	height: 100%;
	overflow:hidden;
}
body {
    font-family: "Geometria", sans-serif;
    line-height: 1.2;
    font-weight: 400;
	height:100%;
    width: 100%;
	overflow:hidden;
	position:fixed;
}
.btn-pricel,
.btn-ruka {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    background: none;
    border: 0;
    width: 100px;
    height: 100px;
    background-size: 100% 100%;
    outline: none;
}
.btn-ruka {
    background-image: url(../images/ruka-btn.png);
}
.btn-pricel {
    background-image: url(../images/pricel-light.png);
    top: 50%;
    transform: translate(-50%, -50%);
}

body a:hover, body a:focus, body a:active {
    text-decoration: none;
    outline: none;
}

body input:focus, body input:active {
    text-decoration: none;
    outline: none;
}

body button:focus, body button:active {
    text-decoration: none;
    outline: none;
}

body textarea:focus, body textarea:active {
    text-decoration: none;
    outline: none;
}

body a {
    display: inline-block;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

body ul, body ol {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

body button {
    border: none;
    cursor: pointer;
}

body hr {
    border: none;
}

.text-uppercase {
    text-transform: uppercase;
}

/***************************************************GeneralStyles************************************/
.main-target {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 80px;
    height: 80px;
}

.main-target svg {
    width: 80px;
    height: 80px;
}

/***************************************************Main************************************/
.counters {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    padding: 0 15px;
}

.viruses, .scores {
    width: 130px;
    height: 50px;
    background: #009587;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 10px;
}

.viruses span, .scores span {
    font-family: "Geometria", sans-serif;
    font-size: 26px;
    color: #fff;
    line-height: 26px;
}

.virus-image {
    width: 40px;
    height: 40px;
    background-color: #684683;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
}

.virus-image svg {
    width: 35px;
    height: 35px;
}

.scores {
    background: #f77823;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bullets-wrap {
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -38px;
}

.bullets-wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bullets-wrap li {
    margin-right: 5px;
}

.bullets-wrap svg {
    width: 50px;
    height: auto;
}

.bullets li:nth-child(2) img {
    width: 60px;
    height: auto;
    opacity: 0.8;
}

.bullets li:nth-child(3) img {
    width: 44px;
    height: auto;
    opacity: 0.6;
}

/***************************************************Rules************************************/
.rules-block {
    width: 100%;
    max-width: 540px;
    text-align: center;
}

.inner-content {
    background: #fff;
    border-radius: 10px;
    padding: 40px 15px;
    text-align: center;
    position: relative;
    width: 100%;
    max-width: 540px;
}

.inner-content img {
    width: 70px;
    margin-right: 10px;
}

.inner-content span {
    font-family: "Geometria", sans-serif;
    text-transform: uppercase;
    color: #009587;
    font-size: 20px;
    display: block;
}

.color-green {
    color: #009587;
}

.inner-content p {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 18px;
    margin-bottom: 0px;
    font-weight: 600;
}

.inner-content li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.inner-content svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    margin-right: 10px;
}

.inner-content ul {
    margin: 20px 0px 30px 0px;
}

.target {
    margin-bottom: 20px;
}

.target svg {
    width: 80px;
    height: 80px;
}

.btn-gen {
    width: 70%;
    margin: 0px auto;
}

.btn-yellow,
.btn-gen {
    font-family: "Geometria", sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    background-color: #009587;
    padding: 0px 20px;
    display: block;
    line-height: 40px;
    border-radius: 10px;
}
.btn-yellow {
    background-color: #f45531;
}

/***************************************************Rules-Add************************************/
.rules-add .inner-content span {
    font-size: 18px;
    line-height: 20px;
}

/***************************************************Win************************************/
.win .btn-gen {
    width: 100%;
}

.win-header span {
    text-transform: none;
    font-size: 20px;
    color: #f45531;
    margin-bottom: 10px;
}

.win-header p {
    font-family: "Geometria", sans-serif;
    color: #009587;
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 500;
}

.win-header i {
    font-style: normal;
    color: #f45531;
}

.win-image-wrap {
    margin-top: 20px;
}

.win-image-wrap p {
    font-size: 14px;
}

.win-image-outer {
    margin: 20px auto;
    background: #eaeaea;
    border-radius: 10px;
    width: 200px;
    padding: 10px;
}

.win-image-inner {
    border: 2px solid #f45531;
    border-radius: 10px;
    padding: 20px;
}

.win-image-inner img {
    width: 100%;
    height: auto;
}

.text-link {
    margin-top: 20px;
}

.text-link span {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 600;
    text-transform: none;
    line-height: 20px;
}

.text-link p span {
    display: inline;
    text-transform: uppercase;
    color: #009587;
}

.text-center {
    text-align: center;
}

/***************************************************Selfie-Block************************************/
.selfie-block {
    position: relative;
}

.selfie-image {
    width: 80%;
    max-height: 60vh;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin: 20px auto;
    border: 2px solid #009587;
    overflow: hidden;
}

.selfie-image img {
    width: 100%;
    height: 100%;
    margin-right: 0;
    vertical-align: middle;
    max-height: 100%;
}

.exit {
    background: url("../images/exit.svg");
    background-size: 100% 100%;
    border: 0;
    position: absolute;
    top: -20px;
    right: -15px;
    width: 50px;
    height: 50px;
}

.index-page {

}
.index-page .inner-wrap {
    align-items: flex-end;
    padding-bottom: 20px;
}

.desktop-page .inner-content {
    width: auto;
    max-width: none;
    padding: 30px 20px;
}
.desktop-page .title-img {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    height: 55vh;
    width: auto;
    max-width: 100%;
}
.desktop-page .inner-wrap {
    align-items: flex-end;
    padding-bottom: 20px;
    background-image: url(../images/no-titile-bg.png);
}
.desktop-page .win-image-wrap {
    padding: 0 20px;
    margin-top: 0;
}
.desktop-page img {
    width: 200px;
}
.desktop-page p {
    font-size: 20px;
    margin-bottom: 20px;
}

.selfie_btn {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #f77823;
}
.counters-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    font-size: 20px;
    text-align: center;
}
.counters-text img {
    max-width: 80%;
}
.selfie-img img {
    width: 100%;
}
.selfie-img {
    position: absolute;
    left: 20px;
    bottom: 10px;
    width: 110px;
}
.start .btn-gen {
    width: 100%;
    margin: 20px 0;
}
.start .logo {
    width: 80%;
    margin: 0 auto;
}
.start .inner-content {
    padding-bottom: 5px;
}
.start .inner-content .logo img {
    width: 100%;
}
.start-virus img {
    width: 100px;
}

.index-text p {
    margin: 20px 0;
    font-size: 20px;
    line-height: 1.5;
}
.d-flex-buttons .btn-yellow,
.d-flex-buttons .btn-gen {
    flex-basis: 42%;
    margin: 0;
}
.d-flex-buttons {
    display: flex;
    justify-content: space-around;
}

.selfie .inner-content {
    padding-top: 10px;
}

@media screen and (min-height: 800px){
    .index-page .inner-wrap {
        padding-bottom: 90px;
    }
}
@media screen and (max-width: 580px) {
    .rules-block {
        max-width: 350px;
    }
    .rules-add .inner-content span,
    .inner-content p {
        font-size: 14px;
    }
    .index-text p{
        font-size: 16px;
    }
}
@media screen and (max-width: 359px) {
    .inner-content {
        padding: 30px 15px;
    }
    .win-image-outer {
        margin: 10px auto;
    }
    .win-image-inner img {
        height: 200px;
    }
    .win-image-inner {
        padding: 10px;
    }
}