* {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}

a {
    text-decoration: none;
}

body, html {
    background-repeat: repeat;
}

.container {
    display: flex;
    flex-grow: 1;
    align-items: center;
    flex-direction: column;
}

.container__center {
    display: flex;
    flex-grow: 1;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.menu {
    border-bottom: 1px solid #F1F5F5;
    display: flex;
    z-index: 10;
    justify-content: space-between;
}

.menu__logo {
    margin: 8px 3px 7px 3px;
    height: 20px;
}

@media (min-width: 768px) {
    .menu__logo {
        margin: 12px 10px 14px 30px;
        height: 34px;
    }
}

.menu__header-title {
    display: none;
}

@media (min-width: 768px) {
    .menu__header-title {
        font-family: 'Roboto', sans-serif;
        font-weight: bold;
        display: block;
        font-size: 33px;
        line-height: 60px;
    }
}

.menu__header {
    display: flex;
    flex-direction: row;
}

.menu__items {
    line-height: 35px;
    margin-right: 6px;
    display: flex;
    flex-direction: row;
}

@media (min-width: 768px) {
    .menu__items {
        margin-right: 20px;
        line-height: 60px;
    }
}


.menu__item_desktop {
    display: none;
}

@media (max-width: 768px) {
    .desktop {
        display: none;
    }
}

@media (min-width: 768px) {
    .mobile {
        display: none;
    }
}

@media (min-width: 768px) {
    .menu__item_desktop {
        display: list-item;
    }

    .menu__item_mobile {
        display: none;
    }
}

.menu__item {
    font-size: 14px;
}

.info__header {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 300 !important;
    line-height: 1.2;
}

.menu__item {
    margin: 0 5px;
}

@media (min-width: 768px) {
    .menu__item {
        font-size: 22px;
    }

    .info__header {
        font-size: 20px;
        font-weight: 400 !important;
    }

    .menu__item {
        margin: 0 10px;
    }
}

.menu__item:hover {
    color: #289FD9;
    cursor: pointer;
}

.reviews__review {
    display: none;
    background: #F1F5F5;
    position: absolute;
    padding: 5px;
    border-radius: 10px;
    color: rgba(0, 0, 0, 0.2);
    font-size: 9px;
    width: 200px;
}

@media (min-width: 1220px) {
    .reviews__review {
        display: block;
        width: 300px;
        font-size: 13px;
    }
}

@media (min-width: 1220px) {
    .reviews__review1 {
        top: 130px;
        left: 40px;
        transform: rotate(-13deg);
    }
}

.reviews__review2 {
    display: block;
    bottom: 50px;
    right: 18px;
    transform: rotate(-10deg);
}

@media (min-width: 1220px) {
    .reviews__review2 {
        bottom: 400px;
        right: 20px;
        transform: rotate(10deg);
    }
}

.header, .help-header {
    z-index: 10;
}

.header, .help-header {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 10px;
    z-index: 10;
    text-align: center;
    text-shadow: 1px 0 2px #f5f5f5,
    0 1px 2px #f5f5f5,
    -1px 0 2px #f5f5f5,
    0 -1px 2px #f5f5f5;
}

.header, .help-header {
    font-size: 19px;
}

@media (min-width: 768px) {
    .header, .help-header {
        margin-top: 30px;
        margin-bottom: 25px;
        font-weight: bold;
        font-size: 40px;
    }
}

.header, .info__header, .pipeline__header, .stats__header, .pipeline__input-item, .footer__bot_link, .footer__year, .menu__item, .menu__header, .counter, .help-header, .footer__text {
    color: #333;
}

ul, li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.pipeline__header, .stats__header {
    font-weight: bold;
    margin-bottom: 3px;
    font-size: 12px;
}

@media (min-width: 768px) {
    .pipeline__header {
        font-size: 16px;
    }
}

.pipeline__input-item {
    font-size: 12px;
    line-height: 15px;
}

@media (min-width: 768px) {
    .pipeline__input-item {
        font-size: 17px;
        line-height: 21px;
    }
}

.info {
    z-index: 10;
    text-align: center;
    margin-bottom: 1px;
}

@media (min-width: 768px) {
    .info {
        margin-bottom: 20px;
    }
}

.info__header {
    margin: 0 20px;
    max-width: 710px;
    color: #222 !important;
}

.pipeline, .stats__points, .stats__words, .rating {
    background: white;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.25), 0 7px 7px rgba(0, 0, 0, 0.22);
}

.pipeline * {
    white-space: nowrap;
}

.pointer {
    cursor: pointer;
}

.pipeline, .rating {
    background: white;
    z-index: 10;
    display: flex;
    flex-direction: row;
    margin: 0px 8px 8px 8px;
    box-sizing: border-box;
    font-size: 14px;
    border-radius: 5px;
    padding: 8px;
}

.rating {
    margin: 0 15px 22px 15px;
}

@media (min-width: 768px) {
    .rating {
        margin: 0 25px 15px 25px;
    }
}

@media (min-width: 768px) {
    .rating {
        width: 440px;
    }
}

.pipeline {
    margin-top: 15px;
}

.messages {
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
    .messages {
        flex-direction: row;
    }
}

.message__body {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 768px) {
    .message__body {
        font-size: 18px;
        font-weight: 300;
        line-height: 1.55;
    }
}

.message {
    font-size: 17px;
    margin: 7px 0;
    width: 300px;
}

@media (min-width: 768px) {
    .message {
        margin: 10px 0;
        padding: 15px;
    }
}

.message__header {
    text-align: center;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 19px;
}

@media (min-width: 768px) {
    .message__header {
        text-align: left;
        font-size: 20px;
    }
}

.message__img {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    width: 100px;
}

@media (min-width: 768px) {
    .help__img {
        width: 220px;
    }
}

.rating {
    display: block;
    list-style: none;
}

.rating__item:nth-child(2n) {
    background: #f8f8f8;
}

.ratings {
    display: flex;
    flex-direction: column;
}

.rating__item_current * {
    color: #289FD9;
    font-weight: 400;
}

.rating__item {
    padding-left: 4px;
    padding-right: 4px;
    display: block;
    line-height: 24px;
    font-size: 14px;
    font-weight: 300;

}

.rating__header {
    text-align: center;
    font-size: 17px;
    margin: 0 0 4px 0;
    font-weight: 400;
}

.rating__points {
    font-weight: 400;
    float: right;
}

.rating__line {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    float: left;
}

@media (max-width: 768px) {
    .rating__line {
        max-width: 200px;
        padding-right: 5px;
    }
}

.rating__place {
    width: 25px;
    text-align: center;
    float: left;
    font-weight: 400;
}

@media (min-width: 768px) {
    .rating {
        padding: 15px;
        margin-bottom: 32px;
        font-weight: 300;
    }

    .rating__header {
        margin: 0 0 12px 0;
        font-size: 20px;
    }

    .rating__place {
        margin-right: 3px;
    }

    .rating__item {
        padding-left: 8px;
        padding-right: 8px;
        line-height: 36px;
        font-size: 18px;
    }
}

@media (min-width: 900px) {
    .ratings {
        flex-direction: row;
    }
}

@media (min-width: 768px) {
    .message, .outgoing-message {
        margin: 10px;
    }
}

@media (min-width: 768px) {
    .pipeline, .message {
        padding: 15px
    }
}

.pipeline__arrow {
    height: 15px;
    padding-top: 45px;
}

@media (min-width: 768px) {
    .pipeline__arrow {
        height: 42px;
        padding-top: 45px;
        display: block;
    }
}

.pipeline__bot {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
}

.pipeline__tg-img {
    height: 50px;
    margin-top: 18px;
    margin-left: 10px;
}

@media (min-width: 768px) {
    .pipeline__tg-img {
        margin-top: 12px;
        margin-left: 14px;
        height: 90px;
    }
}

.pipeline__bot_link, .footer__bot_link, .footer__year {
    font-size: 12px;
}

@media (min-width: 768px) {
    .pipeline__bot_link, .footer__bot_link, .footer__year {
        font-size: 20px;
    }
}

.pipeline__bot_link:hover, .footer__bot_link:hover {
    text-decoration: underline;
}

.pipeline__brain {
    display: flex;
    flex-direction: column;
}

.pipeline__brain-img {
    padding-left: 10px;
    padding-top: 22px;
    height: 50px;
}

@media (min-width: 768px) {
    .pipeline__brain-img {
        padding-left: 4px;
        padding-top: 6px;
        height: 100px;
    }
}

.download {
    z-index: 10;
}

.download__button {
    display: inline-block;
    border-radius: 5px;
    padding: 15px 35px;
    font-size: 19px;
    margin: 15px;
    margin-bottom: 20px;
    color: white;
    background: #55acee;
    box-shadow: 0 5px 0 #3C93D5;
    z-index: 10;
}

@media (min-width: 768px) {
    .download__button {
        margin: 20px;
        margin-bottom: 40px;
        font-size: 22px;
    }
}

.download__button:hover {
    background: #6FC6FF;
}

.footer__monster {
    position: fixed;
    height: 50px;
    bottom: 0;
    left: 10px;
}

.footer__text {
    position: fixed;
    bottom: 8px;
    right: 12px;
    font-size: 15px;
}

@media (min-width: 768px) {
    .footer__text {
        bottom: 13px;
        right: 20px;
        font-size: 18px;
    }
}
.footer__link {
}

@media (min-width: 768px) {
    .footer__monster {
        left: 30px;
        height: 137px;
    }
}

.counter {
    font-size: 15px;
    z-index: 20;
}

@media (min-width: 768px) {
    .counter {
        font-size: 30px;
    }
}

.counter__value, .help-link, .pipeline__bot_link, .bot-mention, .footer__link {
    color: #289FD9;
}

.share-url {
    width: 250px;
    padding: 0 8px;
    height: 32px;
    border: 1px solid #898989;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .share-url {
        width: 320px;
    }
}

.share-social {
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .share-social {
        margin-bottom: 17px;
    }
}

.share-img {
    height: 24px;
    width: 24px;
    margin-left: 2px;
    vertical-align: middle;
}

.share__label, .share-social__label {
    margin-right: 5px;
}

.share__button {
    padding: 15px 45px;
}

@media (max-width: 768px) {
    .share__button {
        margin: 10px 0 30px 0;
    }
}
