@import url(https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700&display=swap);
@-webkit-keyframes a {
    0% {
        opacity: 0;
        transform: translate3d(0, 10rem, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}
@keyframes a {
    0% {
        opacity: 0;
        transform: translate3d(0, 10rem, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}
.fadeInUp {
    -webkit-animation: a .4s;
    animation: a .4s
}
@-webkit-keyframes b {
    0% {
        opacity: 0;
        transform: translate3d(0, -10rem, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}
@keyframes b {
    0% {
        opacity: 0;
        transform: translate3d(0, -10rem, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}
.fadeInDown {
    -webkit-animation: b .4s;
    animation: b .4s
}
body {
    overflow-x: hidden;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #333
}
h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase
}
h1 {
    font-size: 3.5rem
}
h2 {
    font-size: 2rem
}
h3 {
    font-size: 2.2rem
}
h4 {
    font-size: 1.8rem
}
h5,
h6 {
    font-size: 1.6rem
}
p {
    font-size: 1.8rem;
    text-align: justify;
}
h1,
h2,
h6,
li,
p {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .4), 0 1px 0 rgba(0, 0, 0, .4), -1px 0 0 rgba(0, 0, 0, .4), 1px 0 0 rgba(0, 0, 0, .4)
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}
html {
    font-size: 62.5%
}
body,
html {
    width: 100%;
    height: 100%
}
body {
    min-width: 320px;
    min-height: 640px;
    background: #fff;
    z-index: 0
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}
.clearfix:after {
    content: "";
    display: block;
    clear: both
}
.btn,
.transition {
    transition: all .25s ease
}
img {
    display: block;
    max-width: 100%;
    height: auto
}
.main {
    position: relative;
    width: 100%;
    /* height: 90%;*/
    z-index: 1;
}
body {
    background-size: cover;
    background-position: 50%
}
.progress {
    display: block;
    position: relative;
    bottom: 20px;
    margin: 15px auto;
    width: 100%;
    text-align: center;
    z-index: 3;
    width: 90%;
    max-width: 20rem;
    height: .5rem;
    border-radius: 5rem;
    overflow: hidden;
    background: transparent;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .4), 0 1px 1px rgba(0, 0, 0, .1);
}
.progress .bar {
    width: 0;
    height: 100%;
    border-radius: 5rem;
    background-image: linear-gradient(90deg, #1ee8cc, #19a3e0)
}
.videobgbox,
.videobgbox:after {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}
.videobgbox:after {
    content: "";
    display: block;
    background: rgba(0, 0, 0, .4);
    background-size: 2px 2px;
    z-index: 0
}
.video {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition-duration: 0ms;
    -o-object-fit: cover;
    object-fit: cover;
}
.btnbox {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.btn,
.btnbox {
    align-items: center
}
.btn {
    width: 90%;
    min-height: 6rem;
    line-height: 1.2;
    padding: 0 2rem;
    position: relative;
    display: inline-block;
    color: #000;
    font-size: 1.6rem;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .1rem;
    border-radius: 5rem;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
    border: 0;
}
.btn--primary {
    color: #fff;
    background-color: #003cff;
    background-image: linear-gradient(270deg, #5485c1, #5010e2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .4), inset 0 2px 2px hsla(0, 0%, 100%, .2);
}
.btn--primary:hover {
    background-image: linear-gradient(270deg, #6098dc, #5611f3);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .3)
}
.btn--primary:active {
    background-image: linear-gradient(270deg, #477bb9, #4404d8);
    box-shadow: none
}
.btn--color {
    color: #fff;
    background-color: #9aa;
    background-image: linear-gradient(270deg, #11a893, #16d7bc);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .4)
}
.btn--color:hover {
    background-image: linear-gradient(270deg, #13bfa7, #1ee8cc);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .3)
}
.btn--color:active {
    background-image: linear-gradient(270deg, #0f917f, #14c0a8);
    box-shadow: none
}
.btn--round {
    min-width: 8.6rem;
    min-height: 8.6rem;
    background: #fff;
    border-radius: 6rem;
    padding: 0;
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.2;
    width: auto;
    padding: 10px 15px;
}
.btn--round.btn--primary {
    background-image: linear-gradient(0deg, #1a10e2, #7dc4ff);
}
.btn--round.btn--color {
    background-image: linear-gradient(180deg, #1ee8cc, #9aa);
}
.btnbox .btn--round {
    max-width: 18rem;
}
.stepbox {
    left: 0;
    top: 0;
    z-index: 2
}
.step,
.stepbox {
    width: 100%;
    height: auto;
    position: relative
}
.step {
    max-width: 40rem;
    display: none;
    padding: 25vh 2rem 2rem;
    color: #fff;
    margin: 0 auto;
    min-height: 85vh;
}
.step.current {
    display: block;
}
.step:first-child .btnbox,
.step:nth-child(2) .btnbox,
.step:last-child .btnbox {
    justify-content: center
}
.step__inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}
.step__header {
    margin-bottom: 1rem
}
.step__body,
.step__footer {
    margin-bottom: 2rem
}
.bg {
    position: fixed !important
}
.bg,
.bg:after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0
}
.bg:after {
    content: "";
    display: block;
    position: fixed;
    background-size: 2px 2px
}
.bg__item {
    display: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}
.bg__item.active {
    display: block
}
.field-box {
    position: relative;
    margin-top: 12px;
    min-height: 60px;
}
.input-text {
    display: block;
    width: 100%;
    max-width: 320px;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    box-sizing: border-box;
}
.input-text:focus {
    outline: 0;
}
label.error {
    position: absolute;
    left: 0;
    top: 40px;
    color: #fd4444;
    font-size: 12px;
}
@media (min-width:375px) {
    html {
        font-size: 75%
    }
}
@media (min-width:768px) {
    html {
        font-size: 87.5%
    }
}
@media (min-width:992px) {
    .btnbox .btn {
        max-width: 26rem
    }
    .btnbox .btn--round {
        min-width: 7rem;
        min-height: 7rem;
        max-width: 18rem;
        width: auto;
        height: auto;
    }
    .step {
        max-width: 60rem;
        /*padding-left: 10rem*/
    }
}

/* POSITION */

.position {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(170px);
    top: 27px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    width: 180px;
}
.position>span {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
    width: 100%;
    height: 27px;
    line-height: 29px;
    border-radius: 48px;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 5px;
}
.position .text35,
.position .text36 {
    margin: 0 5px;
}
.position .pos_city {
    text-transform: capitalize;
}
.position .pos_city .text36 {
    text-transform: lowercase;
}
.position>span:first-child {
    margin-bottom: 4px;
}
.num-girls {
    color: #64efdc;
}
.position>span img {
    display: inline-block;
    vertical-align: middle;
}
.position .pos_city img {
    width: 10px;
    height: 10px;
}
@media (max-width: 768px) {
    .logo {
        left: 15px;
        transform: none;
        max-width: 164px
    }
    .position {
        left: auto;
        right: 15px;
        transform: none;
        width: 140px;
        font-size: 11px;
    }
}

/* SAFETY BLOCK */

.safety-block {
    position: relative;
    max-width: 800px;
    margin: 30px auto 60px;
    z-index: 1;
    pointer-events: none;
}
.safety-block ul {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    margin: 15px 0;
    padding: 0;
}
.safety-block ul li {
    list-style-type: none;
    width: calc(100% / 3);
    text-align: center;
    padding: 0 10px;
    color: #fff;
    text-shadow: 0px 2px 11px rgba(0, 0, 0, 0.67);
}
.safety-block h4 {
    font-size: 20px;
    margin: 15px 0 10px;
}
.safety-block img {
    max-width: 50px;
    margin: 0 auto
}
.safety-block p {
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
    text-align: center;
    text-shadow: 0px 2px 11px rgba(0, 0, 0, 0.67);
}
@media (max-width: 480px) {
    .safety-block {
        margin: 30px 0;
    }
    .safety-block ul {
        margin: 15px 0 0;
    }
    .safety-block img {
        max-width: 40px;
    }
    .safety-block h4 {
        font-size: 12px;
        margin: 5px 0;
    }
    .safety-block p {
        font-size: 10px;
    }
}
@media (max-width: 768px) and (orientation: landscape) {
    .safety-block {
        position: relative;
    }
}

/*Comments*/

.comments_list {
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 5px 5px 0 0;
    display: block;
    padding: 20px;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
}
@media (max-width: 992px) {
    .comments_list {
        max-width: calc(100% - 20px);
        padding: 15px;
    }
}
.comments_list_row {
    border-radius: 20px;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
}
.photo_avatar {
    padding-right: 20px;
}
.photo_avatar img {
    display: block;
    min-width: 50px;
    max-width: 50px;
    height: 50px;
    border-radius: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.comment_name {
    color: #64efdc;
    font-weight: bold;
    padding-bottom: 7px;
}
.comment_text {
    opacity: 0.9;
}
.reviews {
    position: relative;
    flex-grow: 1;
}
.comments__item__meta {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    opacity: 0.7;
}
.comments_list_btns {
    color: #64efdc;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 7px;
}
.comments_list_btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 10px;
    cursor: pointer;
    opacity: 0.7;
    transition: all 0.3s ease;
}
.comments_list_btn:hover,
.comments_list_btn:focus,
.comments_list_btn:active {
    opacity: 1;
}
.custom-icon {
    background-image: url(../images/action_icons_20px_2x.png);
    display: inline-block;
    vertical-align: bottom;
    width: 20px;
    height: 20px;
    margin: 0 3px 0 0;
    padding: 0;
    background-size: 100% !important;
    background-repeat: no-repeat;
}
.custom-icon-like {
    background-position: 0 -60px !important;
}
.custom-icon-comment {
    background-position: 0 -140px !important;
}
.custom-icon-share {
    background-position: 0 -100px !important;
}
.custom-icon-view {
    background-position: 0 -161px !important;
}
.comments_list_icons {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 0;
    cursor: pointer;
}
.comments_list_icons_item {
    color: #64efdc;
    opacity: 0.8;
    transition: all 0.3s ease;
}
.comments_list_icons_item:hover,
.comments_list_icons_item:focus,
.comments_list_icons_item:active {
    opacity: 1;
}
.item_views {
    margin-left: auto;
}
.item_like {
    margin-right: 20px;
}
.likes_wrap {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}
.like_people_image {
    border-radius: 100%;
    border: 2px solid #fff;
    width: 30px;
    height: 30px;
    display: block;
}
.like_people_image_wrap {
    position: relative;
}
.like_people_image_wrap:nth-child(1) {
    z-index: 2;
}
.like_people_image_wrap:nth-child(2) {
    margin-left: -15px;
}
.like_people_images {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 10px;
}
.like_people_text {
    color: #fff;
    opacity: 0.8;
    font-size: 14px;
}

/*Timer*/

.wrapper {
    margin: 0 auto 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    background: rgba(0, 0, 0, 0.6);
    box-shadow: inset 0px 0px 19px 9px rgb(0 0 0 / 40%);
    padding: 10px;
    border-radius: 10px;
    font-family: sans-serif;
    min-width: 174px;
}
.wrapper .timer {
    font-size: 35px;
    letter-spacing: 2px;
}