html.with-fluid-typography #page-wrap, #page-wrap {
	display: block;
    min-height: unset;
}

main {
    background: #e15e36 url(/images/bg.webp);
    background-size: 100rem;
    padding-top: 2.6rem;
}

main.android {
    background-attachment: scroll;
    background-size: contain;
}

.no-webp main {
    background-image: url(/images/bg.png);
}

#about-content {
    margin: 0 auto;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.385;
    padding: 0 2.2rem 3.5rem;
    max-width: 68rem
}

#about-content h1,
#about-content h2,
#about-content h3,
#about-content h4 {
    font-weight: normal;
    font-family: "Amaranth", "PT Sans", sans-serif;
    margin: 0;
}

#about-content h1,
#about-content h2,
#about-content h4 {
    text-align: center;
}

#about-content h1 {
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 2.65rem;
}

#about-content h2 {
    font-size: 2rem;
    line-height: 1.2;
    margin: 0 1rem 2.75rem;
}

#about-content h3 {
    font-size: 1.6rem;
    line-height: 1.125;
    margin: 2.15rem 0 1.3rem;
}

#about-content h4 {
    font-size: 2rem;
    line-height: 1.2;
    margin: 0 3.5rem 2rem;
}

#about-content p {
    font-size: 1.1rem;
    margin-bottom: 1.2rem;
}

#about-top-blocks {
    display: flex;
}

#about-top-blocks > section > ul {
    list-style: disc;
    padding: 0;
    margin: 0 0 0 1rem;
    font-size: 1.1rem;
}

#about-top-blocks > section > ul > li {
    line-height: 2rem;
}

#about-top-blocks > section:nth-of-type(1),
#about-top-blocks > section:nth-of-type(3) {
    flex: 1 1 0%;
}

#about-top-blocks > section:nth-of-type(1) h3 {
    margin-right: -1rem;
}

#about-top-blocks > section:nth-of-type(1) p:last-of-type {
    margin-bottom: 0;
}

#about-top-blocks > section:nth-of-type(1) h3:first-of-type,
#about-top-blocks > section:nth-of-type(3) h3:first-of-type {
    margin-top: 0;
}

#about-top-blocks > section:nth-of-type(2) {
    display: flex;
    align-items: center;
    margin: 0 1.2rem;
}

#about-phone {
    width: 16.85rem;
    height: 34.2rem;
    position: relative;
    margin: 0 2rem;
}

#about-phone .stream,
#about-phone button {
    position: absolute;
    top: 1.8%;
    left: 1.8%;
    width: 96.5%;
    height: 96.5%;
    border-radius: 10%;
    overflow: hidden;
}

#about-phone > .stream > video {
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
}

#about-phone .poster {
    background: url(/images/poster-1.jpg) no-repeat center / contain;
    position: absolute;
    top: 1.8%;
    left: 1.8%;
    width: 96.5%;
    height: 96.5%;
    border-radius: 10%;
}

#about-phone .frame {
    background: url(/images/random-chat-iphone-bg-1.svg) no-repeat center / contain;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

#about-phone .play {
    background: transparent url(/images/button-play.svg) no-repeat center;
    border: none;
    outline: none;
    opacity: 0.75;
    cursor: pointer;
}

#about-phone .play:hover {
    opacity: 1;
}

#about-phone .play.pause {
    background: transparent none;
}

#about-bottom-blocks {
    display: flex;
    padding-top: 2.5rem;
}

#about-bottom-blocks > section {
    flex: 0 0 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

#start-button {
    font-size: 2rem;
    width: auto;
    height: 4.17rem;
    min-width: 20.5rem;
    margin: 0 auto;
}

#start-button:after, 
#start-button:before {
    border-radius: 0.69rem;
}

#start-button > div {
    border-radius: 0.69rem;
}

#start-button > div:before,
#start-button > div:after {
    border-radius: calc(0.69rem - 1px);
}

#start-button span {
    position: relative;
    top: 0.05rem;
}

main .app-buttons a {
    margin: 0 0.25rem;
    width: 12.75rem;
    height: 3.75rem;
    padding: 0;
    text-indent: -9999px;
    transition: filter 0.2s;
}

main .app-buttons a:hover {
    filter: contrast(60%) brightness(140%);
}

main .swiper-container {
    padding-top: 2.25rem;
    min-height: 18rem;
    user-select: none;
}

main .swiper-slide {
    width: auto;
}

main .swiper-slide picture,
main .swiper-slide img {
    display: block;
    width: 32rem;
    height: 18rem;
}

main .swiper-pagination {
    width: 100%;
    top: 0;
}

main .swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.5rem;
    background: #fff;
    opacity: .5;
    margin: 0 0.25rem;
    border-radius: 0.5rem;
    transition: opacity .8s, background-color .8s, width .8s;
    transition-delay: .8s, .8s, 0s;
    box-shadow: 0px 0.4rem 0.7rem 0px rgba(0, 0, 0, 0.1);
    -webkit-tap-highlight-color: transparent;
}

main .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
    width: 5rem;
    transition-delay: 0s;
}

@media (hover: hover) {
    #about-phone button.pause:hover {
        background: transparent url(/images/button-pause.svg) no-repeat center;
        opacity: 0.75;
    }
}

@media (max-width: 1024px) {
    #about-top-blocks {
        flex-wrap: wrap;
    }
    
    #about-top-blocks > section > p,
    #about-top-blocks > section > ul {
        font-size: 1.3rem;
    }
    
    #about-top-blocks > section:nth-of-type(1) {
        flex: 0 1 52%;
    }
    
    #about-top-blocks > section:nth-of-type(1) h3 {
        margin-top: 0;
        margin-right: 0;
    }

    #about-top-blocks > section:nth-of-type(2) {
        display: flex;
        justify-content: center;
        flex: 1;
    }

    #about-top-blocks > section:nth-of-type(3) {
        flex: 0 1 100%;
    }

    #about-top-blocks > section:nth-of-type(3) h3:first-of-type {
        margin-top: 2.15rem;
    }

    #about-top-blocks > section:nth-of-type(3) > ul {
        columns: 3;
    }
}

@media (max-width: 768px) {
    main {
        background-size: 50rem;
    }

    #about-content h2 {
        margin: 0 0 2.75rem;
    }

    #about-content h3 {
        margin-top: 1.3rem;
    }

    #about-content h4 {
        margin: 0 0 2rem;
    }

    #about-top-blocks {
        flex-wrap: nowrap;
        flex-direction: column;
        align-items: center;
    }

    #about-top-blocks > section > h3 {
        margin-top: 2.15rem;
    }

    #about-top-blocks > section > p,
    #about-top-blocks > section > ul {
        font-size: 1.2rem;
    }

    
    #about-top-blocks > section:nth-of-type(1) {
        flex: 1;
    }

    #about:not(.android) #about-top-blocks > section:nth-of-type(1) p:last-of-type {
        margin-bottom: 2.15rem;
    }
    
    #about-top-blocks > section:nth-of-type(2) {
        display: block;
        flex: 0 1 auto;
    }
    
    #about.android #about-top-blocks > section:nth-of-type(2) {
        display: none;
    }

    #about-top-blocks > section:nth-of-type(3) > ul {
        columns: 2;
    }

    #about-bottom-blocks {
        flex-direction: column;
        align-items: center;
    }

    #about-bottom-blocks > section:nth-of-type(1) {
        margin-bottom: 2rem;
    }

    #about-bottom-blocks .app-buttons {
        flex-wrap: wrap;
    }

    #about-bottom-blocks .app-buttons > a {
        margin: 0.5rem;
    }
}

@media (max-width: 450px) {
    #about-content h1 {
        font-size: 2.6rem;
    }

    #about-top-blocks > section:nth-of-type(1) > h3 {
        margin-right: 0.2rem;
    }

    #about-top-blocks > section:nth-of-type(3) > ul {
        columns: 1;
    }

    main .swiper-container {
        min-height: 14rem;
    }
    
    main .swiper-slide picture,
    main .swiper-slide img {
        display: block;
        width: 24.89rem;
        height: 14rem;
    }
}
