@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

li {
    position: relative;
    padding-left: 30px;
}

.articles li:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #000;
    left: 15px;
    top: 12px;
}

.articles ul {
    margin-bottom: 18px;
}

@media screen and (max-width: 1260px) {
    li {
        font-size: 16px;
    }
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after {
    content: "";
    content: none;
}

q:before, q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
}

*, *:before, *:after {
    box-sizing: inherit;
}

input, textarea, button {
    outline: none;
    padding: 0;
    border: 0;
    resize: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

a {
    text-decoration: none;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    min-height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: Arial, serif;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    height: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background: #fff;
}

body.overflow {
    overflow: hidden;
}

.preloader {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    overflow: hidden;
    animation-delay: 1s;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 55;
}

.item-1 {
    width: 20px;
    height: 20px;
    background: #f583a1;
    border-radius: 50%;
    background-color: #eed968;
    margin: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#coomeet_container {
    position: relative;
}

.app-preloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.app-preloader.--hide {
    display: none;
}

.loading {
    display: none;
}

@media screen and (max-width: 768px) {
    .loading {
        display: block;
        text-align: left;
        padding: 15px;
        font-size: 22px;
        color: #1b1e1e;
    }

    .app-preloader {
        background: #F1F1F1;
    }
}

@keyframes scale {
    0% {
        transform: scale(1);
    }
    50%,
    75% {
        transform: scale(2.5);
    }
    78%, 100% {
        opacity: 0;
    }
}

.item-1:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #eed968;
    opacity: 0.7;
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 200ms;
    transition: 0.5s all ease;
    transform: scale(1);
}

.item-2 {
    width: 20px;
    height: 20px;
    background: #f583a1;
    border-radius: 50%;
    background-color: #eece68;
    margin: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes scale {
    0% {
        transform: scale(1);
    }
    50%,
    75% {
        transform: scale(2.5);
    }
    78%, 100% {
        opacity: 0;
    }
}

.item-2:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #eece68;
    opacity: 0.7;
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 400ms;
    transition: 0.5s all ease;
    transform: scale(1);
}

.item-3 {
    width: 20px;
    height: 20px;
    background: #f583a1;
    border-radius: 50%;
    background-color: #eec368;
    margin: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes scale {
    0% {
        transform: scale(1);
    }
    50%,
    75% {
        transform: scale(2.5);
    }
    78%, 100% {
        opacity: 0;
    }
}

.item-3:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #eec368;
    opacity: 0.7;
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 600ms;
    transition: 0.5s all ease;
    transform: scale(1);
}

.item-4 {
    width: 20px;
    height: 20px;
    background: #f583a1;
    border-radius: 50%;
    background-color: #eead68;
    margin: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes scale {
    0% {
        transform: scale(1);
    }
    50%,
    75% {
        transform: scale(2.5);
    }
    78%, 100% {
        opacity: 0;
    }
}

.item-4:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #eead68;
    opacity: 0.7;
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 800ms;
    transition: 0.5s all ease;
    transform: scale(1);
}

.item-5 {
    width: 20px;
    height: 20px;
    background: #f583a1;
    border-radius: 50%;
    background-color: #ee8c68;
    margin: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes scale {
    0% {
        transform: scale(1);
    }
    50%,
    75% {
        transform: scale(2.5);
    }
    78%, 100% {
        opacity: 0;
    }
}

.item-5:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ee8c68;
    opacity: 0.7;
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 1000ms;
    transition: 0.5s all ease;
    transform: scale(1);
}

p {
    margin-bottom: 18px;
}

a {
    cursor: pointer;
}

b {
    font-weight: bold;
}

.full-page {
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100%;
    min-height: 100vh;
    min-height: 650px;
}

.hide-nav {
    position: fixed;
    display: none;
    background: #000;
    width: 240px;
    height: 100%;
    z-index: 5;
    padding: 20px;
    top: 0;
}

.hide-nav.--show {
    display: block;
    z-index: 9999;
}

.hide-nav li {
    margin-bottom: 10px;
}

.hide-nav li a {
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
}

.main, .app-over {
    height: 100%;
    min-height: 650px;
}

.main {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    left: 0;
    top: 0;
    z-index: 10;
}

.main.hide {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    filter: alpha(opactiy=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.main.none {
    display: none;
}

.main .start {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    position: absolute;
    bottom: 5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background: rgba(44, 46, 48, 0.75);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
}

.main .start__btn {
    height: 80px;
    line-height: 80px;
    padding: 0 30px;
    font-size: 25px;
    color: #fff;
    white-space: nowrap;
    background: #d158ff;
    background: -moz-linear-gradient(top, #d158ff 0%, #5d58ff 100%);
    background: -webkit-linear-gradient(top, #d158ff 0%, #5d58ff 100%);
    background: linear-gradient(to bottom, #d158ff 0%, #5d58ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d158ff', endColorstr='#5d58ff', GradientType=0);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    cursor: pointer;
}

.main .start__description {
    padding: 18px 28px 0 20px;
    line-height: 24px;
    white-space: nowrap;
}

.main .start__description p {
    font-size: 22px;
    margin-bottom: 0;
}

.main .start__description span {
    font-size: 16px;
}

.introduction__header, .app__header {
    align-self: flex-start;
    margin-bottom: 20px;
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1);
}

.introduction__header .logo, .app__header .logo {
    font-size: 25px;
    color: #b6b6b6;
    text-transform: uppercase;
}

.introduction {
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    padding: 25px 60px;
    background: #fff;
}

.introduction .ya-share2__container_size_m .ya-share2__item {
    margin: 5px 4px 5px 0;
    filter: alpha(opactiy=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.introduction .ya-share2__container_size_m .ya-share2__item:hover {
    filter: alpha(opactiy=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.introduction__title {
    font-size: 52px;
    line-height: 34px;
    color: #fff;
    background: #234142;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #234142), to(#0a171b));
    background: -o-linear-gradient(top, #234142 0, #0a171b 100%);
    background: linear-gradient(
            180deg, #234142 0, #0a171b 100%);
    background: -o-linear-gradient(180deg, #234142 0, #0a171b 100%);
    background: -webkit-linear-gradient(
            180deg, #234142 0, #0a171b 100%);
    padding: 50px 40px;
    text-align: center;
}

.introduction__description {
    font-size: 38px;
    line-height: 42px;
    color: #ccc;
    font-family: 'MuseoSansLight';
}

.introduction__pluses {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    padding-right: 60px;
}

.introduction .pluses-item {
    position: relative;
    width: 49px;
    height: 49px;
    cursor: pointer;
}

.introduction .pluses-item:hover .note-help {
    display: block;
    bottom: -10px;
    filter: alpha(opactiy=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
}

.introduction .pluses-item--free {
    background: url("../img/free.png") no-repeat;
    background-size: contain;
}

.introduction .pluses-item--clock {
    background: url("../img/clock.png") no-repeat;
    background-size: contain;
}

.introduction .pluses-item--anon {
    background: url("../img/anon.png") no-repeat;
    background-size: contain;
}

.introduction .pluses-item--search {
    background: url("../img/search.png") no-repeat;
    background-size: contain;
}

.introduction__footer {
    position: relative;
    border-top: 1px solid #e0e0e0;
    padding-top: 30px;
}

.introduction__footer:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
}

.introduction__footer span {
    font-size: 20px;
    color: #000;
}

.introduction__footer .ya-share2 {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    margin-bottom: 5px;
}

.note-help {
    position: absolute;
    z-index: 555;
    background: #fff;
    min-width: 130px;
    bottom: -20px;
    font-size: 14px;
    text-align: center;
    left: 50%;
    color: #5d5d5d;
    padding: 6px 10px;
    border: 1px solid #e9eced;
    -webkit-transform: translate(-50%, 100%);
    -moz-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    -o-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    filter: alpha(opactiy=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    visibility: hidden;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.note-help:before {
    content: '▲';
    position: absolute;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 12px;
    top: -10px;
    left: 50%;
    margin-left: -4px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.2), 0 -1px 1px rgba(0, 0, 0, 0.1);
    -webkit-transform: scaleX(1.5) rotate(0deg);
    -moz-transform: scaleX(1.5) rotate(0deg);
    -ms-transform: scaleX(1.5) rotate(0deg);
    -o-transform: scaleX(1.5) rotate(0deg);
    transform: scaleX(1.5) rotate(0deg);
}

.promo {
    position: relative;
    -webkit-box-flex: 3;
    -moz-box-flex: 3;
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3;
    background: url("../img/bg.jpg");
    background-size: cover;
    background-position: 50% 0;
}

.promo__camera {
    position: absolute;
    width: 460px;
    height: 460px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(131, 157, 171, 0.8) url("../img/camera.png") center 40% no-repeat;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    cursor: pointer;

}

.promo__camera:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    top: 20px;
    left: 20px;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.promo__camera p {
    position: absolute;
    width: 100%;
    bottom: 30%;
    margin-bottom: 0;
    font-size: 18px;
    text-align: center;
}

.promo__nav {
    text-align: center;
    padding: 25px 20px;
    text-align: center;
}

.promo__nav ul li {
    display: inline-block;
    margin: 0 18px;
}

.promo__nav ul li a {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
}

.promo__nav ul li a:hover {
    color: #ccc;
}

.app-over {
    display: none;
    position: relative;
    min-height: 100%;
    min-height: 100vh;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 25px;

    background: #234142;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #234142), to(#0a171b));
    background: -o-linear-gradient(top, #234142 0, #0a171b 100%);
    background: linear-gradient(
            180deg, #234142 0, #0a171b 100%);
    background: -o-linear-gradient(180deg, #234142 0, #0a171b 100%);
    background: -webkit-linear-gradient(
            180deg, #234142 0, #0a171b 100%);


}

.show-app .app-over {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.coomeet-app {
    background: #E2E0E1;
}

.loading {
    display: none;
}


.coomeet-app, .app-preloader {
    min-width: 700px;
    width: calc(100vw - 200px) !important;
    max-width: 1480px;
    min-height: 580px;
    height: calc(100vh - 80px) !important;
    max-height: 1100px;
}

@media screen and (max-width: 1220px) {
    .coomeet-app, .app-preloader {
        width: calc(100vw - 240px) !important;
    }
}

@media screen and (max-width: 768px) {
    .coomeet-app, .app-preloader {
        width: 100% !important;
        min-width: 100%;
        min-height: auto;
        height: calc(var(--vh, 1vh) * 100) !important;
        margin: 0;
    }
}

.coomeet-app {
    position: relative;
    border-radius: 8px;
    padding: 0;
    overflow: hidden;
    z-index: 55;
}

@media screen and (max-height: 700px) {
    .app-over {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .introduction__title {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .app-over {
        min-height: 100%;
    }

    .full-page {
        height: auto;
        min-height: auto;
    }
}


@media screen and (max-height: 550px) {
    .coomeet-app {
        min-height: 650px;
    }
}

@media screen and (max-width: 768px) {
    .coomeet-app {
        border-radius: 0;
        padding: 0;
        box-shadow: 0 0 0 0 transparent;
    }
}

@media screen and (max-width: 768px) {
    .loading {
        display: block;
        text-align: left;
        padding: 15px;
        font-size: 22px;
        color: #1b1e1e;
    }

    .app-preloader {
        background: #F1F1F1;
    }
}


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

    .app-over {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
        min-height: auto !important;
        padding-top: 40px;
    }

    .buter-nav {
        position: absolute;
        top: 8px !important;
        left: 20px;
    }

    .buter-close {
        top: -17px;
    }

    .hide-nav {
        top: 0;
    }
}

.app-over .video-over {
    width: 100%;
}

.app__header .logo {
    margin-left: 20px;
}


.buter-nav, .buter-close {
    display: inline-block;
    width: 30px;
    height: 20px;
    position: relative;
    cursor: pointer;
    z-index: 5;
}

.buter-nav:after, .buter-nav:before, .buter-close:after, .buter-close:before {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: 0;
    width: 30px;
    height: 4px;
    margin: 5px 0;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.buter-nav:after, .buter-close:after {
    top: 10px;
}

.buter-close {
    margin: 5px 0 25px;
}

.buter-close:after, .buter-close:before {
    background: #fff;
}

.buter-nav {
    position: absolute;
    top: 25px;
    left: 20px;
}

.buter-nav.--hide {
    display: none;
}

.buter-close {
    z-index: 10;
}

.article-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.article-item.night .article-item__title {
    background: url("../img/bg1.jpg");
    background-size: cover;
    background-position: 50%;
    color: #fff;
    text-shadow: #000 1px 0 3px;
}

.article-item.sea {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.article-item.sea .article-item__title {
    background: url("../img/bg2.jpg");
    background-size: cover;
    background-position: 50%;
    color: #fff;
    text-shadow: #000 1px 0 3px;
}

.article-item__title {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 50px;
    padding: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.article-item__txt {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 18px;
    color: #000;
    padding: 50px;
    line-height: 28px;
}

.article-item__txt h1, .article-item__txt h2 {
    font-size: 50px;
    margin-bottom: 20px;
}

.article-item__txt h2 {
    font-size: 38px;
}

@media screen and (max-width: 1260px) {
    .promo__nav ul li {
        margin: 4px 10px;
    }

    .promo__nav ul li a {
        font-size: 12px;

    }

    .introduction__title {
        padding-bottom: 35px;
        font-size: 40px;
        line-height: 34px;

    }

    .introduction__description {
        font-size: 36px;
        line-height: 46px;
    }

    .main .start__btn {
        font-size: 20px;
    }

    .main .start__description p {
        font-size: 16px;
    }

    .article-item__txt, .article-item__title {
        padding: 40px;
    }

    .article-item__title {
        font-size: 24px;
        line-height: 26px;
    }

    .article-item__txt p {
        font-size: 16px;
        line-height: 26px;
    }

    .main .start {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        left: auto;
        right: 5%;
    }

    .app__me, .introduction {
        padding: 25px 30px;
    }
}

@media screen and (max-width: 920px) {
    .promo__nav ul li a {
        font-size: 14px;

    }

    .main {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .full-page {
        height: auto;
    }

    .promo {
        min-height: 380px;
    }

    .introduction__footer {
        display: none;
    }

    .promo__camera {
        width: 260px;
        height: 260px;
    }

    .main .start {
        position: relative;
        left: auto;
        right: auto;
        width: auto;
        bottom: 0;
        margin: 15px 50px;
    }

    .introduction {
        margin-bottom: 29px;
        padding: 40px 30px;
    }

    .introduction__title {
        text-align: center;
        margin-bottom: 10px;

    }

    .app-over {
        padding-top: 60px;
        padding-bottom: 10px;
    }

    .introduction__pluses {
        height: 50px;
        width: 100%;
        min-height: 50px;
        padding-right: 50px;
    }

    .article-item, .article-item.sea {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cm-messenger__list {
        height: 142px !important;
    }

    .app__stranger .control {
        bottom: 10px;
    }

    .app__stranger {
        min-height: 340px;
    }
}

@media screen and (max-width: 666px) {
    .start__description {
        display: none;
    }

    .main .start__btn {
        width: 260px;
    }

    .main .start {
        width: 260px;
        margin: 25px auto;
    }

    .introduction {
        margin-bottom: 0;
    }

    .introduction__pluses {
        justify-content: center;
        padding-right: 0;
    }

    .introduction__title {
        font-size: 32px;
        line-height: 34px;
        margin: 0;
        padding: 20px 10px;
        text-align: center;

    }

    .introduction__description {
        font-size: 28px;
        line-height: 36px;
    }

    .promo__nav {
        padding: 15px 10px;
    }

    .promo__nav ul li {
        margin: 0 8px;
    }

    .introduction .pluses-item {
        margin: 0 15px;
    }

    .article-item__txt, .article-item__title {
        padding: 25px;
    }

    .article-item__title {
        font-size: 24px;
        line-height: 26px;
    }

    .app__stranger .control .button {
        padding: 0 15px;
        font-size: 14px;
    }

    .app__me {
        padding: 15px 0;
    }

    .app__header {
        padding: 0 20px;
    }
}

.agreement .article-item .article-item__txt {
    padding-top: 0;
}

.agreement__head {
    padding: 20px 50px;
}

.agreement__head .app__header {
    display: inline-block;
}

.agreement__head .promo__nav {
    display: inline-block;
    padding-left: 0;
}

.promo__nav ul li:first-child {
    padding-left: 0;
    margin-left: 0;
}

.agreement__head .promo__nav ul li a {
    color: #000;
}

.agreement .article-item .article-item__txt .article-item__txt h1, .agreement .article-item .article-item__txt .article-item__txt h2 {
    font-size: 40px;
}

.agreement .article-item .article-item__txt .article-item__txt h2 {
    font-size: 32px;
}

@media screen and (max-height: 777px) {
    .main .start {
        bottom: -45px;
    }

    .introduction__footer {
        display: none;
    }
}

@media screen and (max-height: 666px) and (max-width: 1420px) {
    .main .start {
        bottom: -45px;
        margin-left: 219px;
    }

    .introduction__footer {
        display: none;
    }
}

@media screen and (max-height: 666px) and (max-width: 920px) {
    .main .start {
        bottom: 0;
        margin-left: auto;
    }
}