.background-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 115.2rem;
    min-height: auto;
    z-index: 2;
    position: relative;
}

.background-container::before {
    content: "";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    height: 87.3%;
    width: 51rem;
    border-radius: 0 0 100vh 100vh;
    z-index: 1;
    background-image: radial-gradient(circle at top right, #e942ff -20%, #8838ff);
    top: 0;
    left: -20.3%;
}

@media only screen and (max-width: 800px) {
    .background-container::before {
        left: -32.2rem;
        height: auto;
    }
}

@media only screen and (min-width: 1200px) {
    .background-container::after {
        content: "";
        display: block;
        position: absolute;
        background-repeat: no-repeat;
        height: 700px;
        width: 100%;
        border-radius: 100vh 100vh 0 0;
        z-index: 1;
        background: url(https://agency.dronstar.com/wp-content/uploads/2022/01/backgr2.png);
        bottom: 0;
        right: -48.8%;
        background-size: cover;
    }
}

@media (min-width:901px) and (max-width:1200px) {
    .background-container::after {
        content: "";
        display: block;
        position: absolute;
        background-repeat: no-repeat;
        height: 87.3%;
        width: 51rem;
        border-radius: 100vh 100vh 0 0;
        z-index: 1;
        background: url(http://fitness.dronstar.com/wp-content/uploads/2021/12/4390378.png);
        bottom: 0;
        right: -28.8%;
    }
}

@media (min-width:568px) and (max-width:901px) {
    .background-container::after {
        content: "";
        display: block;
        position: absolute;
        background-repeat: no-repeat;
        height: 87.3%;
        width: 51rem;
        border-radius: 100vh 100vh 0 0;
        z-index: 1;
        background: url(http://fitness.dronstar.com/wp-content/uploads/2021/12/4390378.png);
        bottom: 0;
        right: -28.8%;
    }
}

@media only screen and (max-width: 800px) {
    .background-container::after {
        display: none;
    }
}

.content_312 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 82.2rem;
    z-index: 10;
    -webkit-transform: translateX(5.3rem);
    transform: translateX(5.3rem);
}

@media only screen and (max-width: 1200px) {
    .content_312 {
        width: 80%;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.text-section {
    position: relative;
}

@media only screen and (max-width: 800px) {
    .content_312 {
        display: block;
        -webkit-transform: translateX(5.3rem);
        transform: translateX(5.3rem);
    }
    .text-section {
        margin: 40px;
        padding-right: 359px;
        width: 81%;
        left: -100px;
    }
    .mobile__outline {
        position: relative;
        left: -100px;
    }
}

.mobile__outline {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24.8rem;
    flex: 0 0 24.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 24.8rem;
    height: 50.5rem;
    border-radius: 3rem;
    border: 1.1rem solid #ffffff;
    background-color: #f5f3f7;
    -webkit-box-shadow: 0 18px 70px -23px rgba(0, 0, 0, 0.45);
    box-shadow: 0 18px 70px -23px rgba(0, 0, 0, 0.45);
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-animation: mobile-animation 0.3s 1s;
    animation: mobile-animation 0.3s 1s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-transition: -webkit-transform 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
}

@-webkit-keyframes mobile-animation {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes mobile-animation {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@media only screen and (max-width: 800px) {
    .mobile__outline {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        margin-bottom: 6.7rem;
    }
}

.mobile__outline::before {
    content: "";
    display: block;
    position: absolute;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    top: -1.1rem;
    background-color: #ffffff;
    width: 12.9rem;
    height: 2.9rem;
    border-radius: 0 0 1.5rem 1.5rem;
    z-index: 8;
}

@media only screen and (min-width: 801px) {
    .mobile__outline:hover {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-box-shadow: 0 0 90px -23px rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 90px -23px rgba(0, 0, 0, 0.15);
    }
}

.mobile__top {
    background-image: -webkit-gradient(linear, right top, left top, from(#e942ff), to(#8838ff));
    background-image: linear-gradient(to left, #e942ff, #8838ff);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 6.7rem;
    border-radius: 0 0 0.5rem 0.5rem;
    padding: 2.5rem 1.5rem 1rem 1.1rem;
    color: #ffffff;
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
}

.mobile__top .top__arrow {
    font-weight: 500;
    -webkit-transform: scaleX(0.5) scaleY(1.2) translateY(2px);
    transform: scaleX(0.5) scaleY(1.2) translateY(2px);
}

.mobile__top .top__avatar {
    width: 2.3rem;
    height: 2.3rem;
    border-radius: 50%;
    border: 1px solid #ffffff;
    margin: 0.9rem 1rem 0.5rem 0.8rem;
}

.mobile__top .top__user {
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.mobile__top .user__name {
    font-size: 1.1rem;
    line-height: 1.1rem;
    font-weight: 500;
    margin-bottom: 0.3rem;
    margin-top: 0.3rem;
}

.mobile__top .user__status {
    color: #d89eff;
    font-size: 0.9rem;
    line-height: 0.9rem;
    letter-spacing: -0.5px;
}

.mobile__top .top__settings {
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 1.1rem;
    position: relative;
}

.mobile__top .top__settings::before,
.mobile__top .top__settings::after {
    content: ".";
    display: block;
    position: absolute;
}

.mobile__top .top__settings::before {
    top: -4px;
}

.mobile__top .top__settings::after {
    top: 4px;
}

.mobile__chat {
    background-color: #f5f3f7;
    height: 100%;
    width: 100%;
    font-size: 0.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1rem 0.6rem 1rem 0.8rem;
}

.mobile__chat .messages-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.mobile__chat .messages-box>* {
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
    transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s;
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.mobile__chat .messages-box .sequence-animation {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.mobile__chat .message {
    max-width: 60%;
    display: inline-block;
    padding: 0.8rem;
    margin-bottom: 0.9rem;
    border-radius: 0.8rem;
}

.mobile__chat .message--walker {
    color: #9241c8;
    background-color: #ede5f4;
    border-bottom-left-radius: 2px;
}

.mobile__chat .message--owner {
    color: #6e5d7e;
    background-color: #ffffff;
    -ms-flex-item-align: end;
    align-self: flex-end;
    border-bottom-right-radius: 2px;
}

.mobile__chat .message--option {
    background-image: -webkit-gradient(linear, left top, right top, from(#e942ff), to(#8838ff));
    background-image: linear-gradient(to right, #e942ff, #8838ff);
    color: #ffffff;
    padding: 1.1rem 1.6rem 0.8rem 0.7rem;
    display: block;
    max-width: none;
    width: 75%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile__chat .message--option .price {
    font-size: 1.3rem;
    line-height: 1.3rem;
    font-weight: 500;
    margin-left: auto;
}

.mobile__chat .message--option .custom-radio {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    border: 2px solid #e570ff;
    margin-right: 0.8rem;
    margin-top: -0.3rem;
}

.mobile__chat .pictures {
    max-width: 80%;
    display: inline-block;
    margin-bottom: 0.5rem;
}

.mobile__chat .pictures__img {
    border-radius: 0.8rem;
    width: 4rem;
    height: 4rem;
}

.mobile__chat .pictures--owner {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.mobile__chat .pictures--owner>* {
    margin-left: 0.6rem;
}

.mobile__chat .custom-input {
    margin-top: auto;
    background-color: #ffffff;
    font-size: 0.9rem;
    border-radius: 20px;
    padding: 0.5rem 0.5rem 0.5rem 1.7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile__chat .custom-input__text {
    color: #c6cacd;
}

.mobile__chat .custom-input__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background-color: #3e2753;
    color: #ffffff;
    font-weight: 500;
    font-size: 1.3rem;
}

.mobile__chat .first-message {
    margin-top: 0.6rem;
}

.text-section {
    margin-left: 12.4rem;
}

.text-section>* {
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
    opacity: 0;
}

.text-section .sequence-animation {
    opacity: 1;
}

@media (min-width:128px) and (max-width:767px) {
    .text-section {
        display: none;
    }
}

@media (min-width:768px) and (max-width:900px) {
    .text-section {
        text-align: center;
    }
}

@media (min-width:901px) and (max-width:1200px) {
    .text-section {
        padding: 200px;
        left: -200px;
    }
}

@media only screen and (max-width: 800px) {
    .text-section {
        text-align: center;
        margin-left: 0;
    }
}

.text-section .main-heading {
    font-size: 4.2rem;
    line-height: 4.3rem;
    font-weight: 500;
    margin-bottom: 2.75rem;
    letter-spacing: -1.2px;
}

@media only screen and (max-width: 1050px) {
    .text-section .main-heading {
        font-size: 2.5rem;
        line-height: 2.6rem;
    }
}

@media only screen and (max-width: 800px) {
    .text-section .main-heading {
        font-size: 4.2rem;
        line-height: 4.3rem;
        margin-bottom: 1.75rem;
    }
}

.text-section .paragraph {
    font-size: 1.7rem;
    line-height: 2.75rem;
    letter-spacing: -0.4px;
}

@media only screen and (max-width: 1050px) {
    .text-section .paragraph {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}

@media only screen and (max-width: 800px) {
    .text-section .paragraph {
        font-size: 1.7rem;
        line-height: 2.75rem;
        padding: 1rem;
    }
}


/*# sourceMappingURL=main.css.map */