.about-page-model-link {
    font-weight: 500;
    line-height: 90%;
    font-size: .75rem
}

.about-page-model-link,
.about-page-model-link:hover {
    color: #bc845c;
    text-decoration: none;
    text-shadow: 0 4px 4px rgba(0, 0, 0, .25)
}

.demo-tip-menu {
    display: flex;
    flex-direction: column;
    height: 100%
}

.demo-tip-menu__header {
    align-items: center;
    background: #1d1d1d;
    border-bottom: 1px solid rgba(255, 255, 255, .18);
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    display: flex;
    height: 60px;
    justify-content: space-between;
    padding: 14px 20px;
    width: 100%
}

.demo-tip-menu__header-title {
    color: #fff;
    font-size: 1.75rem
}

.demo-tip-menu__header-row {
    background: #1d1d1d;
    color: rgba(255, 255, 255, .6);
    display: flex;
    justify-content: space-between;
    padding: 20px 20px 15px;
    text-transform: uppercase;
    font-size: .875rem
}

.demo-tip-menu__list {
    background: #1d1d1d;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: auto;
    overflow-y: auto;
    width: 100%
}

.demo-tip-menu__price-title {
    text-align: right
}

.demo-tip-menu__values-row {
    border-bottom: 1px solid rgba(248, 248, 248, .05);
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    padding: 12px 20px;
    transition: .25s;
    font-size: 1.125rem
}

.demo-tip-menu__values-row.demo-tip-menu__values-row--active {
    background: #a1232b
}

.demo-tip-menu__values-row:last-child {
    border-bottom: none
}

.demo-tip-menu__price-value {
    text-align: right
}

.demo-tip-menu__form {
    pointer-events: none
}

.activity-section {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding-top: 108px;
    position: relative
}

.activity-section__container {
    margin-right: -100px;
    max-width: 1100px;
    width: 100%
}

.activity-section__header {
    display: flex
}

.activity-section__header-column {
    display: flex;
    flex-direction: column
}

.activity-section__header-icon {
    height: 100px;
    margin-right: 26px;
    width: 100px
}

.activity-section__header-title {
    color: #fff;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 4.5rem
}

.activity-section__header-description {
    color: #fff;
    font-weight: 500;
    margin-left: 8px;
    opacity: .8;
    font-size: 1.5rem
}

.activity-section__demo {
    height: 586px;
    margin-top: 44px;
    position: relative;
    width: 100%
}

.activity-section__model-name {
    bottom: 35px;
    left: 10px;
    position: absolute
}

.activity-section__player {
    background: #eee;
    border-radius: 12px;
    filter: drop-shadow(0 20px 80px rgba(0, 0, 0, .8));
    height: 506px;
    left: 0;
    position: absolute;
    top: 23px;
    width: 900px
}

.activity-section__player .video-player,
.activity-section__player video {
    background: #000;
    border-radius: 12px
}

.activity-section__send-tip {
    background: #3b3b3b;
    border-radius: 12px;
    height: 550px;
    position: absolute;
    right: 0;
    width: 400px;
    z-index: 1
}

.activity-section__background-figure {
    background: #a2252d;
    height: 173px;
    position: absolute;
    right: -30vw;
    top: -11vh;
    transform: rotate(-37deg);
    width: 100vw;
    z-index: -1
}

.devices-section {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative
}

.devices-section__title.title-ds {
    color: #fff;
    font-weight: 500;
    text-align: center;
    width: 620px;
    font-size: 4.5rem;
    line-height: 4.5rem
}

.devices-section__content {
    margin-bottom: 55px;
    margin-top: 112px;
    position: relative
}

.devices-section__desktop {
    border-radius: 9px;
    height: auto;
    width: 930px
}

.devices-section__mobile-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: absolute;
    right: -32px;
    top: 120px
}

.devices-section__mobile {
    height: auto;
    width: 250px
}

.devices-section__model-name-mobile {
    bottom: -16px;
    display: none;
    position: absolute
}

.devices-section__model-name-desktop {
    bottom: -25px;
    left: 28px;
    position: absolute
}

.devices-section__background-figure {
    background: #a22027;
    height: 173px;
    position: absolute;
    right: -29vw;
    top: -5vw;
    transform: rotate(-37deg);
    width: 100vw;
    z-index: -1
}

.extensions-section {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 214px;
    position: relative;
    width: 100%
}

.extensions-section__title {
    color: #fff;
    font-weight: 500;
    transform: translateX(-220px);
    width: 600px;
    font-size: 4.5rem
}

.extensions-section__extensions {
    margin-top: 49px;
    width: 100%
}

.extensions-section__extension-item {
    background: 0 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding: 60px 0;
    transition: .25s
}

.extensions-section__extension-item--active {
    background: #a2252d
}

.extensions-section__extension-item-container {
    align-items: center;
    display: flex;
    transform: translateX(-280px);
    width: 450px
}

.extensions-section__extension-icon {
    color: #fff;
    fill: #fff;
    height: 63px;
    margin-right: 58px;
    min-width: 63px
}

.extensions-section__extension-item-column {
    display: flex;
    flex-direction: column
}

.extensions-section__extension-title {
    color: #fff;
    font-weight: 400;
    font-size: 2.5rem
}

.extensions-section__extension-description {
    color: #fff;
    font-weight: 400;
    margin-top: 10px;
    opacity: .8;
    font-size: 1.5rem
}

.extensions-section__extension-image-container {
    display: none;
    position: relative
}

.extensions-section__image-container {
    background-size: cover;
    border-radius: 12px;
    height: 440px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-150px) translateX(320px);
    width: 700px
}

.extensions-section__model-name {
    bottom: -25px;
    left: 15px;
    position: absolute
}

.join-section {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 250px;
    overflow: hidden;
    padding-bottom: 300px;
    padding-top: 50px;
    position: relative
}

.join-section__content {
    align-items: center;
    display: flex;
    flex-direction: column
}

.join-section__border-wrapper {
    border-left: 10px solid #a2252d;
    max-width: 537px;
    padding-left: 53px
}

.join-section__stripchat-logo {
    height: 65px;
    margin-top: -20px;
    max-width: 186px;
    width: auto
}

.join-section__title {
    color: #fff;
    font-weight: 500;
    font-size: 4.5rem;
    line-height: 4.5rem
}

.join-section__join-button {
    align-items: center;
    background: #fff;
    border: 0;
    border-radius: 90px;
    color: #111;
    cursor: pointer;
    display: inline-flex;
    width: 280px;
    line-height: 23px;
    margin-top: 74px;
    padding: 18px 44px;
    transition: .25s;
    font-size: 1.5rem
}

.join-section__join-button:hover {
    opacity: .8
}

.join-section__join-button-icon {
    height: 21px;
    margin-left: 16px;
    margin-right: 0;
    width: 21px
}

.join-section__link-wrapper {
    margin-top: 30px;
    padding-right: 10px
}

.join-section__link {
    color: rgba(255, 255, 255, .6);
    text-decoration: underline;
    font-size: 1.25rem;
    line-height: 1.5rem
}

.join-section__shadow {
    background: radial-gradient(50% 50% at 50% 50%, rgba(162, 37, 45, .8) 0%, rgba(162, 32, 39, 0) 100%);
    bottom: -483px;
    height: 966px;
    left: 0;
    opacity: .8;
    position: absolute;
    right: 0;
    z-index: -1
}

.lgbt-section {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative
}

.lgbt-section__be-proud {
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    z-index: 2
}

.lgbt-section__rainbow {
    width: 232px
}

.lgbt-section__be-proud-subtitle {
    color: #fff;
    margin-top: 28px;
    opacity: .8;
    font-size: 1.5rem
}

.lgbt-section__be-proud-title {
    color: #fff;
    font-weight: 500;
    margin-top: 22px;
    font-size: 4.5rem;
    line-height: 4.5rem
}

.lgbt-section__be-proud-description {
    color: #fff;
    margin-top: 22px;
    max-width: 570px;
    opacity: .5;
    font-size: 1.5rem
}

.lgbt-section__freedom {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 900px;
    width: 100%
}

.lgbt-section__freedom-content {
    background-image: url(/static/border.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    flex-direction: column;
    height: 429px;
    justify-content: center;
    position: relative;
    width: 935px
}

.lgbt-section__freedom-content::before {
    background-image: url(/static/megaphone.png);
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    display: block;
    height: 341px;
    left: -60px;
    position: absolute;
    width: 341px;
    z-index: 1
}

.lgbt-section__freedom-content::after {
    background-image: url(static/background.svg);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 1345px;
    left: -900px;
    position: absolute;
    top: -377px;
    width: 1593px;
    z-index: -1
}

.lgbt-section__freedom-title {
    color: #fff;
    font-weight: 500;
    margin-left: 283px;
    margin-right: 55px;
    z-index: 2;
    font-size: 4.5rem;
    line-height: 4.5rem
}

.lgbt-section__freedom-description {
    color: #fff;
    margin-left: 283px;
    margin-right: 55px;
    margin-top: 30px;
    opacity: .8;
    z-index: 2;
    font-size: 1.5rem
}

.models-section {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 500px;
    min-height: 2000px;
    position: relative
}

.models-section__title {
    color: #fff;
    font-weight: 500;
    font-size: 4.5rem
}

.models-section__models {
    display: flex;
    flex: 1;
    justify-content: center;
    position: relative;
    width: 1360px
}

.models-section__models-count {
    align-self: center;
    padding-bottom: 580px
}

.models-section__models-count-number {
    color: #fff;
    font-weight: 700;
    opacity: .8;
    font-size: 21.875rem;
    line-height: 21.875rem
}

.models-section__models-count-text {
    color: #fff;
    opacity: .8;
    text-align: center;
    font-size: 4.5rem
}

.models-section__model {
    background: #eee;
    box-shadow: 0 2px 32px #000;
    display: none;
    position: absolute;
    z-index: 2
}

.models-section__model--item-1 {
    background-image: url("models/model-1.jpg");
    background-size: 120px 120px;
    border-radius: 20px;
    display: block;
    height: 120px;
    left: 10%;
    top: 5%;
    width: 120px
}

.models-section__model--item-2 {
    background-image: url("models/model-2.jpg");
    background-size: 120px 120px;
    border-radius: 20px;
    display: block;
    height: 120px;
    left: 30%;
    top: 5%;
    width: 120px
}

.models-section__model--item-3 {
    background-image: url("models/model-3.jpg");
    background-size: 120px 120px;
    border-radius: 20px;
    display: block;
    height: 120px;
    left: 52%;
    top: 3%;
    width: 120px
}

.models-section__model--item-4 {
    background-image: url("models/model-4.jpg");
    background-size: 120px 120px;
    border-radius: 20px;
    display: block;
    height: 120px;
    left: 71%;
    top: 7%;
    width: 120px
}

.models-section__model--item-5 {
    background-image: url("models/model-5.jpg");
    background-size: 90px 90px;
    border-radius: 20px;
    display: block;
    height: 90px;
    left: 92%;
    top: 6%;
    width: 90px
}

.models-section__model--item-6 {
    background-image: url("models/model-6.jpg");
    background-size: 200px 200px;
    border-radius: 20px;
    display: block;
    height: 200px;
    left: -2%;
    top: 17%;
    width: 200px
}

.models-section__model--item-7 {
    background-image: url("models/model-7.jpg");
    background-size: 120px 120px;
    border-radius: 20px;
    display: block;
    height: 120px;
    left: 21%;
    top: 13%;
    width: 120px
}

.models-section__model--item-8 {
    background-image: url("models/model-8.jpg");
    background-size: 90px 90px;
    border-radius: 20px;
    display: block;
    height: 90px;
    left: 36%;
    top: 15%;
    width: 90px
}

.models-section__model--item-9 {
    background-image: url("models/model-9.jpg");
    background-size: 120px 120px;
    border-radius: 20px;
    display: block;
    height: 120px;
    left: 49%;
    top: 16%;
    width: 120px
}

.models-section__model--item-10 {
    background-image: url("models/model-10.jpg");
    background-size: 120px 120px;
    border-radius: 20px;
    display: block;
    height: 120px;
    left: 66%;
    top: 18%;
    width: 120px
}

.models-section__model--item-11 {
    background-image: url("models/model-11.jpg");
    background-size: 200px 200px;
    border-radius: 20px;
    display: block;
    height: 200px;
    left: 83%;
    top: 14%;
    width: 200px
}

.models-section__model--item-12 {
    background-image: url("models/model-12.jpg");
    background-size: 120px 120px;
    border-radius: 20px;
    display: block;
    height: 120px;
    left: 2%;
    top: 34%;
    width: 120px
}

.models-section__model--item-13 {
    background-image: url("models/model-13.jpg");
    background-size: 120px 120px;
    border-radius: 20px;
    display: block;
    height: 120px;
    left: 27%;
    top: 25%;
    width: 120px
}

.models-section__model--item-14 {
    background-image: url("models/model-14.jpg");
    background-size: 90px 90px;
    border-radius: 20px;
    display: block;
    height: 90px;
    left: 56%;
    top: 23%;
    width: 90px
}

.models-section__model--item-15 {
    background-image: url("models/model-15.jpg");
    background-size: 200px 200px;
    border-radius: 20px;
    display: block;
    height: 200px;
    left: 74%;
    top: 38%;
    width: 200px
}

.models-section__model--item-16 {
    background-image: url("models/model-16.jpg");
    background-size: 120px 120px;
    border-radius: 20px;
    display: block;
    height: 120px;
    left: 93%;
    top: 35%;
    width: 120px
}

.models-section__model--item-17 {
    background-image: url("models/model-17.jpg");
    background-size: 120px 120px;
    border-radius: 20px;
    display: block;
    height: 120px;
    left: 13%;
    top: 44%;
    width: 120px
}

.models-section__model--item-18 {
    background-image: url("models/model-18.jpg");
    background-size: 120px 120px;
    border-radius: 20px;
    display: block;
    height: 120px;
    left: 29%;
    top: 48%;
    width: 120px
}

.models-section__model--item-19 {
    background-image: url("models/model-19.jpg");
    background-size: 120px 120px;
    border-radius: 20px;
    display: block;
    height: 120px;
    left: 56%;
    top: 48%;
    width: 120px
}

.models-section__model--item-20 {
    background-image: url("models/model-20.jpg");
    background-size: 120px 120px;
    border-radius: 20px;
    display: block;
    height: 120px;
    left: 84%;
    top: 51%;
    width: 120px
}

.models-section__model--item-21 {
    background-image: url("models/model-21.jpg");
    background-size: 200px 200px;
    border-radius: 20px;
    display: block;
    height: 200px;
    left: 7%;
    top: 53%;
    width: 200px
}

.models-section__model--item-22 {
    background-image: url("models/model-22.jpg");
    background-size: 120px 120px;
    border-radius: 20px;
    display: block;
    height: 120px;
    left: 41%;
    top: 59%;
    width: 120px
}

.models-section__model--item-23 {
    background-image: url("models/model-23.jpg");
    background-size: 90px 90px;
    border-radius: 20px;
    display: block;
    height: 90px;
    left: 71%;
    top: 55%;
    width: 90px
}

.models-section__model--item-24 {
    background-image: url("models/model-24.jpg");
    background-size: 200px 200px;
    border-radius: 20px;
    display: block;
    height: 200px;
    left: 96%;
    top: 54%;
    width: 200px
}

.models-section__model--item-25 {
    background-image: url("models/model-25.jpg");
    background-size: 120px 120px;
    border-radius: 20px;
    display: block;
    height: 120px;
    left: -3%;
    top: 66%;
    width: 120px
}

.models-section__model--item-26 {
    background-image: url("models/model-26.jpg");
    background-size: 120px 120px;
    border-radius: 20px;
    display: block;
    height: 120px;
    left: 9%;
    top: 69%;
    width: 120px
}

.models-section__model--item-27 {
    background-image: url("models/model-27.jpg");
    background-size: 90px 90px;
    border-radius: 20px;
    display: block;
    height: 90px;
    left: 26%;
    top: 64%;
    width: 90px
}

.models-section__model--item-28 {
    background-image: url("models/model-28.jpg");
    background-size: 200px 200px;
    border-radius: 20px;
    display: block;
    height: 200px;
    left: 61%;
    top: 66%;
    width: 200px
}

.models-section__model--item-29 {
    background-image: url("models/model-29.jpg");
    background-size: 120px 120px;
    border-radius: 20px;
    display: block;
    height: 120px;
    left: 79%;
    top: 65%;
    width: 120px
}

.models-section__model--item-30 {
    background-image: url("models/model-30.jpg");
    background-size: 120px 120px;
    border-radius: 20px;
    display: block;
    height: 120px;
    left: 97%;
    top: 68%;
    width: 120px
}

.models-section__model--item-31 {
    background-image: url("models/model-31.jpg");
    background-size: 200px 200px;
    border-radius: 20px;
    display: block;
    height: 200px;
    left: 11%;
    top: 78%;
    width: 200px
}

.models-section__model--item-32 {
    background-image: url("models/model-32.jpg");
    background-size: 120px 120px;
    border-radius: 20px;
    display: block;
    height: 120px;
    left: 35%;
    top: 74%;
    width: 120px
}

.models-section__model--item-33 {
    background-image: url("models/model-33.jpg");
    background-size: 120px 120px;
    border-radius: 20px;
    display: block;
    height: 120px;
    left: 52%;
    top: 79%;
    width: 120px
}

.models-section__model--item-34 {
    background-image: url("models/model-34.jpg");
    background-size: 200px 200px;
    border-radius: 20px;
    display: block;
    height: 200px;
    left: 72%;
    top: 79%;
    width: 200px
}

.models-section__model--item-35 {
    background-image: url("models/model-35.jpg");
    background-size: 120px 120px;
    border-radius: 20px;
    display: block;
    height: 120px;
    left: 93%;
    top: 77%;
    width: 120px
}

.models-section__model--item-36 {
    background-image: url("models/model-36.jpg");
    background-size: 90px 90px;
    border-radius: 20px;
    display: block;
    height: 90px;
    left: 9%;
    top: 94%;
    width: 90px
}

.models-section__model--item-37 {
    background-image: url("models/model-37.jpg");
    background-size: 120px 120px;
    border-radius: 20px;
    display: block;
    height: 120px;
    left: 24%;
    top: 91%;
    width: 120px
}

.models-section__model--item-38 {
    background-image: url("models/model-38.jpg");
    background-size: 200px 200px;
    border-radius: 20px;
    display: block;
    height: 200px;
    left: 43%;
    top: 89%;
    width: 200px
}

.models-section__model--item-39 {
    background-image: url("models/model-39.jpg");
    background-size: 120px 120px;
    border-radius: 20px;
    display: block;
    height: 120px;
    left: 67%;
    top: 97%;
    width: 120px
}

.models-section__model--item-40 {
    background-image: url("models/model-40.jpg");
    background-size: 90px 90px;
    border-radius: 20px;
    display: block;
    height: 90px;
    left: 78%;
    top: 92%;
    width: 90px
}

.models-section__model--item-41 {
    background-image: url("models/model-41.jpg");
    background-size: 120px 120px;
    border-radius: 20px;
    display: block;
    height: 120px;
    left: 89%;
    top: 87%;
    width: 120px
}

.models-section__model--item-42 {
    background-image: url("models/model-42.jpg");
    background-size: 120px 120px;
    border-radius: 20px;
    display: block;
    height: 120px;
    left: -2%;
    top: 112%;
    width: 120px
}

.models-section__model--item-43 {
    background-image: url("models/model-43.jpg");
    background-size: 200px 200px;
    border-radius: 20px;
    display: block;
    height: 200px;
    left: 14%;
    top: 103%;
    width: 200px
}

.models-section__model--item-44 {
    background-image: url("models/model-44.jpg");
    background-size: 120px 120px;
    border-radius: 20px;
    display: block;
    height: 120px;
    left: 37%;
    top: 102%;
    width: 120px
}

.models-section__model--item-45 {
    background-image: url("models/model-45.jpg");
    background-size: 120px 120px;
    border-radius: 20px;
    display: block;
    height: 120px;
    left: 58%;
    top: 105%;
    width: 120px
}

.models-section__model--item-46 {
    background-image: url("models/model-46.jpg");
    background-size: 120px 120px;
    border-radius: 20px;
    display: block;
    height: 120px;
    left: 82%;
    top: 101%;
    width: 120px
}

.models-section__model--item-47 {
    background-image: url("models/model-47.jpg");
    background-size: 200px 200px;
    border-radius: 20px;
    display: block;
    height: 200px;
    left: 95%;
    top: 104%;
    width: 200px
}

.private-section {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 135px;
    position: relative
}

.private-section__header-container {
    background: radial-gradient(50% 50% at 50% 54%, #a2252d 0%, rgba(162, 32, 39, 0) 100%);
    position: relative;
    text-align: center;
    width: 600px
}

.private-section__header-icon {
    color: #a2252d;
    height: 296px;
    margin: 0 auto;
    width: 296px
}

.private-section__header-title {
    color: #fff;
    font-weight: 500;
    left: 0;
    line-height: 100%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 55px;
    font-size: 4.5rem
}

.private-section__video {
    border-radius: 12px;
    filter: drop-shadow(0 18.1818px 54.5455px rgba(0, 0, 0, .4));
    height: auto;
    margin-top: -60px;
    max-width: 1760px;
    min-width: 960px;
    position: relative;
    width: 60%
}

.private-section__video .video-player,
.private-section__video video {
    background: #000;
    border-radius: 12px
}

.private-section__video video {
    top: 1px
}

.private-section__model-name {
    position: absolute;
    right: 10px;
    top: -20px
}

.private-section__list {
    background: #a2252d;
    margin-top: -45px;
    padding: 109px 0 68px;
    width: 100%
}

.private-section__list-content {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 1030px
}

.private-section__list-item {
    align-items: center;
    display: flex
}

.private-section__item-icon-wrapper {
    align-items: center;
    background: rgba(255, 255, 255, .1);
    border-radius: 50%;
    display: flex;
    height: 73px;
    justify-content: center;
    margin-right: 20px;
    min-width: 73px;
    width: 73px
}

.private-section__item-icon {
    color: #fff;
    fill: #fff;
    height: 38px;
    margin-right: 0;
    width: 38px
}

.private-section__item-text {
    color: rgba(255, 255, 255, .8);
    opacity: .8;
    width: 250px;
    font-size: 1.5rem
}

.sexual-freedom-modal {
    overflow: auto
}

.sexual-freedom-modal__dialog::after {
    content: "";
    display: block;
    flex-shrink: 0;
    height: 20px
}

.sexual-freedom-modal .sexual-freedom-modal__content {
    background-color: #171717;
    border-radius: 12px;
    flex-shrink: 0;
    width: 800px
}

.sexual-freedom-modal__header {
    border-bottom: 3px solid rgba(255, 255, 255, .1);
    display: flex;
    margin: 53px 7px 35px 82px;
    padding-bottom: 35px;
    padding-right: 30px
}

.sexual-freedom-modal__title {
    color: #fff;
    font-weight: 500;
    font-size: 4.5rem;
    line-height: 4.063rem
}

.sexual-freedom-modal__bird {
    height: 125px;
    width: 125px
}

.sexual-freedom-modal__text {
    margin: 0 82px
}

.sexual-freedom-modal__text-1,
.sexual-freedom-modal__text-2,
.sexual-freedom-modal__text-3,
.sexual-freedom-modal__text-4 {
    color: rgba(248, 248, 248, .8);
    padding-bottom: 30px;
    font-size: 1.5rem;
    line-height: 1.813rem
}

.sexual-freedom-modal__text-1 {
    max-width: 440px
}

.sexual-freedom-modal__list {
    display: flex;
    gap: 20px;
    padding-bottom: 30px
}

.sexual-freedom-modal__list-item {
    align-items: flex-start;
    display: flex
}

.sexual-freedom-modal__list-item-icon {
    height: auto;
    margin-right: 12px;
    min-width: 30px;
    width: 30px
}

.sexual-freedom-modal__list-item-text {
    color: rgba(248, 248, 248, .8);
    font-weight: 500;
    line-height: 140%;
    font-size: 1rem
}

.sexual-freedom-modal__highlighted-text {
    color: #f14b57
}

.sexual-freedom-modal__text-2-wrapper {
    display: flex;
    padding-bottom: 30px
}

.sexual-freedom-modal__text-2 {
    padding-bottom: 0
}

.sexual-freedom-modal__text-3 {
    padding-bottom: 47px
}

.sexual-freedom-modal__text-4 {
    border: 3px solid rgba(255, 255, 255, .1);
    border-radius: 20px;
    box-sizing: border-box;
    padding: 30px
}

.sexual-freedom-modal__heart {
    align-self: flex-start;
    flex-shrink: 0;
    height: auto;
    margin-left: -30px;
    margin-right: 30px;
    width: 280px
}

.sexual-freedom-modal__actions {
    margin: 46px 82px
}

.sexual-freedom-modal__button {
    background: #e33f4b;
    border: 0;
    border-radius: 90px;
    color: #fff;
    cursor: pointer;
    font-weight: 500;
    padding: 13px 34px;
    transition: .25s;
    font-size: 1.25rem
}

.sexual-freedom-modal__button:hover {
    opacity: .8
}

.sexual-freedom-section {
    background: linear-gradient(0deg, #1c1c1c, #1c1c1c), linear-gradient(93.63deg, #e8e8e8 0%, #5f5f5f 100.39%);
    border: 3px solid #a2252d;
    border-radius: 192px;
    display: flex;
    height: auto;
    min-height: 102px;
    padding: 10px 0
}

.sexual-freedom-section__highlighted-text {
    color: #f14b57
}

.sexual-freedom-section__right {
    align-items: center;
    display: flex;
    min-width: 0
}

.sexual-freedom-section__bird {
    height: 107px;
    position: relative;
    top: -30px;
    width: 107px
}

.sexual-freedom-section__text {
    font-weight: 500;
    margin-left: 10px;
    margin-right: 29px;
    max-width: 394px;
    font-size: 1.5rem;
    line-height: 1.75rem
}

.sexual-freedom-section__button {
    align-items: center;
    background: rgba(255, 255, 255, .03);
    border: 0;
    border-radius: 90px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-weight: 500;
    height: 56px;
    margin-right: 30px;
    max-width: 100%;
    padding: 16px 24px;
    transition: .25s;
    font-size: 1.25rem
}

.sexual-freedom-section__button:hover {
    background: rgba(255, 255, 255, .15)
}

.sexual-freedom-section__button-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.sexual-freedom-section__button-icon {
    height: 16px;
    margin-left: 14px;
    margin-right: 0;
    min-width: 16px;
    width: 16px
}

.stripchat-section {
    align-items: center;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding-bottom: 30px;
    position: relative
}

.stripchat-section__title {
    color: #fff;
    font-weight: 500;
    margin-top: 50px;
    font-size: 10rem
}

.stripchat-section__video-container {
    background: #eee;
    border-radius: 12px;
    height: auto;
    margin-top: 32px;
    max-width: 1760px;
    min-width: 960px;
    position: relative;
    width: 60%
}

.stripchat-section__video-container .video-player,
.stripchat-section__video-container video {
    background: #000;
    border-radius: 12px
}

.stripchat-section__video-container .video-player {
    background-size: cover
}

.stripchat-section__video-preview {
    border-radius: 12px;
    height: auto;
    width: 100%
}

.stripchat-section__description {
    color: #fff;
    font-weight: 500;
    margin-top: 64px;
    text-align: center;
    font-size: 1.5rem
}

.stripchat-section__divider {
    border: 1px solid #fff;
    margin: 16px auto;
    max-width: 600px;
    opacity: .1;
    width: 100%
}

.stripchat-section__join-container {
    max-width: 670px;
    text-align: center
}

.stripchat-section__join-text {
    color: #fff;
    font-weight: 500;
    font-size: 1.5rem
}

.stripchat-section__highlighted-text {
    color: #f14b57
}

.stripchat-section__join-button {
    align-items: center;
    background: #a2252d;
    border: 0;
    border-radius: 90px;
    box-shadow: 0 4px 30px #a2252d;
    color: #fff;
    cursor: pointer;
    display: flex;
    width: 280px;
    font-weight: 500;
    line-height: 23px;
    margin: 50px auto 0;
    padding: 20px 34px;
    transition: .25s;
    font-size: 1.5rem
}

.stripchat-section__join-button:hover {
    background: #ab3b42
}

.stripchat-section__join-button-icon {
    height: 21px;
    margin-left: 16px;
    margin-right: 0;
    width: 21px
}

.stripchat-section__background-figure {
    background: #a2252d;
    height: 760px;
    position: absolute;
    top: -24vh;
    transform: rotate(-7deg);
    width: 120vw;
    z-index: -1
}

.stripchat-section__freedom-section {
    margin-top: 150px
}

.stripchat-section__model-name {
    bottom: -26px;
    position: absolute;
    right: 23px
}

.vr-section {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 167px;
    position: relative
}

.vr-section__header {
    text-align: center;
    z-index: 1
}

.vr-section__header-icon-wrapper {
    align-items: center;
    background: radial-gradient(50% 50% at 50% 50%, rgba(55, 121, 253, .5) 0%, rgba(55, 121, 253, 0) 100%);
    display: flex;
    height: 140px;
    justify-content: center;
    margin: 0 auto;
    width: 180px
}

.vr-section__header-icon {
    color: #3779fd;
    height: 123px;
    margin-right: 0;
    width: 123px
}

.vr-section__header-title {
    color: #fff;
    font-weight: 500;
    line-height: 100%;
    font-size: 4.5rem
}

.vr-section__header-description {
    color: #fff;
    margin: 41px auto 0;
    max-width: 500px;
    opacity: .5;
    text-align: center;
    font-size: 1.5rem
}

.vr-section__header-button {
    align-items: center;
    background: #3779fd;
    border: 0;
    border-radius: 90px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-weight: 500;
    line-height: 23px;
    margin: 42px auto 0;
    padding: 20px 34px;
    transition: .25s;
    font-size: 1.5rem
}

.vr-section__header-button:hover {
    background: #4b86fd
}

.vr-section__header-button-icon {
    height: 21px;
    margin-left: 16px;
    margin-right: 0;
    width: 21px
}

.vr-section__demo {
    background-image: url(/static/background.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 958px;
    position: relative;
    top: -93px;
    width: 100%
}

.vr-section__demo-content {
    height: 958px;
    margin: 0 auto;
    position: relative;
    width: 1257px
}

.vr-section__demo-tip-menu {
    filter: drop-shadow(0 2.31298px 34.6947px rgba(0, 0, 0, .5));
    height: 393px;
    left: 0;
    position: absolute;
    top: 145px;
    width: 284px
}

.vr-section__demo-chat {
    filter: drop-shadow(0 2.31298px 34.6947px rgba(0, 0, 0, .5));
    height: 547px;
    position: absolute;
    right: 53px;
    top: 70px;
    width: 303px
}

.safari .vr-section__demo-chat,
.safari .vr-section__demo-tip-menu {
    filter: none
}

.about-page-wrapper {
    background: #111;
    z-index: 0
}

@media screen and (max-width:1365px) {
    .activity-section__container {
        margin-right: 0;
        width: 90vw
    }

    .activity-section__background-figure {
        right: -40vw;
        top: 0
    }

    .extensions-section__title {
        margin-left: 2.5%;
        transform: translateX(-170px)
    }

    .extensions-section__extension-item-container {
        transform: translateX(-250px);
        width: 400px
    }

    .extensions-section__extension-icon {
        margin-right: 30px
    }

    .extensions-section__image-container {
        height: 370px;
        top: 50%;
        transform: translateY(-119px) translateX(246px);
        width: 600px
    }

    .models-section__models-count-number {
        font-size: 18.125rem;
        line-height: 18.125rem
    }

    .models-section__models-count-text {
        font-size: 4.5rem
    }

    .models-section__model {
        display: none
    }

    .models-section__model--item-1 {
        background-size: 120px 120px;
        border-radius: 20px;
        display: block;
        height: 120px;
        left: 10%;
        top: -1%;
        width: 120px
    }

    .models-section__model--item-2 {
        background-size: 90px 90px;
        border-radius: 20px;
        display: block;
        height: 90px;
        left: 43%;
        top: 0%;
        width: 90px
    }

    .models-section__model--item-3 {
        background-size: 200px 200px;
        border-radius: 20px;
        display: block;
        height: 200px;
        left: 73%;
        top: -3%;
        width: 200px
    }

    .models-section__model--item-4 {
        background-size: 200px 200px;
        border-radius: 20px;
        display: block;
        height: 200px;
        left: 5%;
        top: 13%;
        width: 200px
    }

    .models-section__model--item-5 {
        background-size: 120px 120px;
        border-radius: 20px;
        display: block;
        height: 120px;
        left: 47%;
        top: 12%;
        width: 120px
    }

    .models-section__model--item-6 {
        background-size: 90px 90px;
        border-radius: 20px;
        display: block;
        height: 90px;
        left: 76%;
        top: 17%;
        width: 90px
    }

    .models-section__model--item-7 {
        background-size: 90px 90px;
        border-radius: 20px;
        display: block;
        height: 90px;
        left: 11%;
        top: 35%;
        width: 90px
    }

    .models-section__model--item-8 {
        background-size: 90px 90px;
        border-radius: 20px;
        display: block;
        height: 90px;
        left: 43%;
        top: 28%;
        width: 90px
    }

    .models-section__model--item-9 {
        background-size: 120px 120px;
        border-radius: 20px;
        display: block;
        height: 120px;
        left: 79%;
        top: 29%;
        width: 120px
    }

    .models-section__model--item-10 {
        background-size: 120px 120px;
        border-radius: 20px;
        display: block;
        height: 120px;
        left: 6%;
        top: 50%;
        width: 120px
    }

    .models-section__model--item-11 {
        background-size: 90px 90px;
        border-radius: 20px;
        display: block;
        height: 90px;
        left: 45%;
        top: 52%;
        width: 90px
    }

    .models-section__model--item-12 {
        background-size: 120px 120px;
        border-radius: 20px;
        display: block;
        height: 120px;
        left: 78%;
        top: 50%;
        width: 120px
    }

    .models-section__model--item-13 {
        background-size: 90px 90px;
        border-radius: 20px;
        display: block;
        height: 90px;
        left: 11%;
        top: 65%;
        width: 90px
    }

    .models-section__model--item-14 {
        background-size: 120px 120px;
        border-radius: 20px;
        display: block;
        height: 120px;
        left: 38%;
        top: 64%;
        width: 120px
    }

    .models-section__model--item-15 {
        background-size: 200px 200px;
        border-radius: 20px;
        display: block;
        height: 200px;
        left: 72%;
        top: 66%;
        width: 200px
    }

    .models-section__model--item-16 {
        background-size: 120px 120px;
        border-radius: 20px;
        display: block;
        height: 120px;
        left: 9%;
        top: 77%;
        width: 120px
    }

    .models-section__model--item-17 {
        background-size: 120px 120px;
        border-radius: 20px;
        display: block;
        height: 120px;
        left: 47%;
        top: 80%;
        width: 120px
    }

    .private-section__list {
        padding-left: 2.5%;
        padding-right: 2.5%
    }

    .private-section__list-item {
        margin-left: 24px
    }

    .private-section__list-content {
        max-width: 95vw
    }

    .private-section__item-text {
        width: auto;
        font-size: 1.25rem
    }

    .vr-section__demo-content {
        margin: 0 auto;
        width: 95vw
    }

    .vr-section__demo-chat {
        right: 10px
    }
}