@font-face {
    font-family: 'Onest';
    src: url('fonts/Onest-Thin.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Onest';
    src: url('fonts/Onest-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Onest';
    src: url('fonts/Onest-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Onest';
    src: url('fonts/Onest-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Onest';
    src: url('fonts/Onest-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}


html,
body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Onest', sans-serif;
    color: #0E0E18;
    font-weight: 400;
}
body .essay-component {
    font-family: 'Onest', Arial, sans-serif;
}

body .wide {
    width: 100%;
    box-sizing: border-box;

}

body .narrow {
    margin: 0 auto;
    width: 100%;
    max-width: 1400px;
    box-sizing: border-box;
}
.violet-text{
    color: #8237D5 !important;
}
.medium{
    font-weight: 500;
}
h2.title,
div.title {
    color: #0E0E18;
    text-align: center;
    font-size: 46px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.92px;
    display: block;
}

div.under-title {
    color: #0E0E18;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: -0.2px;
    margin: 20px 0;
    position: relative;
    padding: 0 10px;
}

div.under-title a{
    color:  #8237D5;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: -0.2px;
}

.right-menu-block {
    /*width: 290px;*/
    /*height: 80px;*/

}
/*
.right-menu-block a {
    line-height: 80px;
}
*/

.main-block-bg {
    background: url(images/top-main-page-bg-hand.png) left calc(50% + 511px) bottom no-repeat, url(images/main-block-bg.png) center bottom no-repeat;
    min-height: 800px;
}

.header-menu-wrapper {
    height: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 80px;
}

 .header-menu-wrapper .center-menu-block a {
    color: #0E0E18;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
    margin: 10px 17px;
}

 .header-menu-wrapper .top-menu-wrapper a:hover {
    text-decoration: underline;
}

 .header-menu-wrapper .center-menu-block .burger {
    display: none;
}

a.logo {
    background-image: url("images/logo.svg");
    background-repeat: no-repeat;
    display: block;
    height: 32px;
    width: 187px;
}
.general-wrapper a.try-for-free,
 .header-menu-wrapper a.try-for-free {
    border-radius: 40px;
    background: linear-gradient(90deg, #A8FF89 0.32%, #79F2D5 100.32%);
    color: #1B1B28;
    font-weight: 500;
    padding: 12px 40px;
    text-decoration: none;
}
.general-wrapper a.login-button,
.header-menu-wrapper a.login-button {
    text-decoration: none;
    margin-right: 30px;
    color: #0E0E18;
}

.main-block .study-tool-block {
    width: 100%;
    margin: 0px 0;
    text-align: left;
    padding: 70px 10px 20px;
    box-sizing: border-box;
    max-width: 708px;
}
.main-block .study-tool-block .bottom-line{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: 40px;
    max-width: 630px;
}
@media(max-width: 991px){
    .main-block .study-tool-block .bottom-line{
        flex-direction: column;
        justify-content: flex-start;
        margin-top: 20px;
    }
}

.top-main-block-content {
    padding: 0 60px;
}

.main-block .study-tool-block .mission {
    color: #0E0E18;
    font-family: Onest;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.64px;
}

.green-underline{
    display: inline-block;
    position: relative;
    z-index: 1;
}
.green-underline:after{
    content: '';
    width: calc(100% + 20px);
    height: 30px;
    position: absolute;
    bottom: -4px;
    left: -10px;
    z-index: -1;
    background: url(images/top-green-underline.svg) no-repeat;
    background-position: bottom center;
    display: inline-block;
    background-size: contain;
}
.under-text {
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    margin: 15px 0;
}

.subtitle {
    color: #3B3D53;
    font-family: Roboto Flex;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin: 40px 0 15px;
}

.my-tools-wrap {

}

.my-tools .subtitle {
    margin: 15px 0 15px;
}

.my-tools {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.my-tools-wrap .subtitle.all-tools {
    margin: 12px 0 4px;
}


.my-tools .tool {
    flex: 0 0 calc(33.33% - 16px);
    box-sizing: border-box;
    padding: 32px  32px  32px 38px;
    background-color: #ffffff;
    border-radius: 12px;
    position: relative;
    margin: 13px 0;
}

.my-tools .tool::before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 32px;
    top: calc(50% - 16px);
}

.my-tools .tool.generate::before {
    background: url("images/tools/generate.svg");
}

.my-tools .tool.explain::before {
    background: url("images/tools/explain.svg");
}

.my-tools .tool.magic::before {
    background: url("images/tools/magic.svg");
}

.my-tools .tool.summary::before {
    background: url("images/tools/summary.svg");
}

.my-tools .tool.note::before {
    background: url("images/tools/note.svg");
}

.my-tools .tool.assistant::before {
    background: url("images/tools/assistant.svg");
}

.my-tools .tool.number {
    display: flex;
    border: 1px solid #D4D3EE;
    background:  #FFF;
}

.my-tools .tool.number .digit {
    color: #0E0E18;
    font-family: 'Onest', sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.36px;
    margin-right: 25px;
    display: flex;
    align-items: stretch;
}

.my-tools .tool .tool-title {
    color: #3B3D53;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.18px;
    margin-bottom: 7px;
    text-decoration: none;
}

.my-tools .tool .tool-description {
    color: #7C7E92;
    font-family: Roboto Flex;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.my-tools .all-tools {
    padding: 32px 32px 32px 95px;
    background-image: url(images/tools/ai-essay-writer.svg);
    background-position: 40px center;
    background-repeat: no-repeat;
}

.my-tools .essay-writer {
    background-image: url(images/tools/ai-essay-writer.svg);
}

.my-tools .email-writer {
    background-image: url(images/tools/ai-email-writer.svg);
}

.my-tools .outline-generator {
    background-image: url(images/tools/outline-generator.svg);
}

.my-tools .essay-title-generator {
    background-image: url(images/tools/essay-title-generator.svg);
}

.my-tools .paragraph-rewriter {
    background-image: url(images/tools/paragraph-rewriter.svg);
}

.my-tools .readability-checker {
    background-image: url(images/tools/readability-checker.svg);
}

.my-tools .flexible-link-assistant {
    background-image: url(images/tools/plag-checker.svg);
}

.profile-wrapper .buttons-panel {
    margin-top: 20px;
}

.join-custom-writer,
.order-essay {
    border-radius: 40px;
    font-size: 18px;
    padding: 20px 40px;
    margin: 20px auto 12px;
    display: inline-block;
    text-decoration: none;
    position: inherit;
    z-index: 1;
}
.join-custom-writer{
    margin: 0;
}
.join-custom-writer {
    background: #170F35;
    border: 1px solid #170F35;
    color: #ffffff;
}
.start-your-essay .join-custom-writer {
    border: none;
    color: #ffffff;
    background: linear-gradient(90deg, #443486 0.32%, #8237D5 100.32%), #170F35;
    margin: 20px auto 12px;
    padding: 19px 40px;
}
@media(min-width:641px){
    .top-main-block-content .hidden-lg {
        display: none;
    }
}
@media(max-width:640px){
    .top-main-block-content .hidden-xs {
        display: none;
    }
}
.violet-o-btn {
    background: #fff;
    color: #4D1397;
    border: 1px solid #8237D5;
    border-radius: 40px;
    display: inline-block;
    font-size: 18px;
    padding: 20px 40px;
}

.its-free {
    display: block;
    color: #FFF;
    text-align: center;
    font-family: Roboto Flex;;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    text-decoration: none;
}

.main-block .study-tool-block .free-demo {
    font-size: 16px;
    font-style: normal;
    line-height: 130%;
    margin-top: 12px;
}

.univ-info {
    padding: 60px 0;
    background: #1A2C2A;
}

.univ-info .trusted-by-students {
    text-align: center;
    position: relative;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: -0.18px;
}
@media(min-width: 961px){
    .univ-info .trusted-by-students {
        background: url(images/academy-title-bg.png) center no-repeat;
    }
}

.univ-info .logos-wrapper {
    padding: 12px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.univ-info .logos-wrapper .logo-block {
    width: 235px;
    height: 70px;
    filter: grayscale(100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 9px;
}

.title-label {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.92px;
    padding-right: 45px;
    margin: 0 0 18px;
}

.we-help{
    background: url(images/pink-violet-bg.png) center no-repeat;
}
.we-help .green-underline:after{
    background-image: url(images/under-line-green-long.svg);
}
.we-help .title-label{
    color: #0E0E18;
    text-align: center;
    font-family: Onest;
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 49.4px */
    letter-spacing: -0.38px;
}
.we-help .active .tabs-item{
    border-radius: 20px;
    border: 2px solid #D2AFFF;
    background: #FFF;
}
.we-help .tabs-item{
color: #1B1B28;
font-family: Onest;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 125%; /* 25px */
letter-spacing: -0.2px;
}
.footer.narrow {
    margin-top: 40px;
}

.footer {
    border-radius: 30px 30px 0px 0px;
    background: #1A2C2A;
    padding: 60px 70px;
    display: flex;
}

.footer .left-col {
    width: 164px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer .left-col .footer-logo {
    background-image: url("images/footer-logo-white.svg");
    width: 147px;
    height: 63px;
    display: block;
    background-repeat: no-repeat;
}

.footer .left-col .all-rights-reserved {
    color: #CFD2DD;
}

.footer .right-col .all-rights-reserved {
    display: none;
}

.footer .right-col {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.footer .right-col .title-col {
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 32px;
}

/*.top-menu-wrapper a,*/
.footer .right-col a {
    display: block;
    color: #CFD2DD;
    text-decoration: none;
    margin-bottom: 11px;
    font-size: 14px;
}
.menu-top-line,
.top-menu-buttons{
    display: none;
}
.featherlight-content .menu-top-line,
.featherlight-content .top-menu-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.featherlight-content .top-menu-buttons {
    margin-top: 50px;
    flex-direction: column;
}
.top-menu-buttons .btn-violet {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    box-sizing: border-box;
    justify-content: center;
    border-radius: 40px;
    background: linear-gradient(90deg, #443486 0.32%, #8237D5 100.32%);
    color: #FFF;
    font-family: Onest;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -0.28px;
    display: block;
    text-align: center;
}
.top-menu-buttons .btn-white{
    display: block;
    color:  #0E0E18;
    text-align: center;
    font-family: Onest;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    text-align: center;
    margin: 20px auto 10px;
}
.featherlight-content .top-menu-wrapper a {
    display: block;
    text-decoration: none;
    color: #0E0E18;
    font-family: Onest;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    border-bottom: 1px solid #E0E3EC;
    padding: 16px 12px;
    min-width: 270px;
}
.featherlight-content .top-menu-wrapper .top-menu-buttons a{
    border-bottom: none;
}
.featherlight-content .top-menu-wrapper .top-menu-buttons a.btn-violet {
    color: #fff;
    padding: 0 12px;
    line-height: 46px;
    height: 46px;
}
.featherlight-content .top-menu-wrapper .top-menu-buttons a.btn-white{
    padding: 10px 12px;
    margin: 10px auto 10px;
}
.featherlight-content .top-menu-wrapper .menu-top-line a,
.featherlight-content .top-menu-wrapper .top-menu-buttons a {
    border-bottom: none;
}
.featherlight-content .menu-top-line {
    border-bottom: 1px solid #E0E3EC;
    padding-bottom: 15px;
}
body .featherlight .featherlight-content .featherlight-close-icon {
    margin: 10px;
    font-size: 22px;
}
.footer .right-col .menu-items {
    margin-left: 80px;
    min-width: 110px;
}

.start-your-free-trial {
    border-radius: 30px;
    background: url(images/free-trial-bg.png) center no-repeat;
    padding: 60px 0;
    position: relative;
    text-align: center;
}

.start-your-free-trial .your-free-trial {
    z-index: 2;
    color: #4D1397;
    text-align: center;
    font-family: Onest;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    margin-top: 70px;
}

.start-your-free-trial .title {
    margin: 20px auto 35px;
    display: block;
    position: relative;
    color: #1B1B28;
    text-align: center;
    font-family: Onest;
    font-size: 46px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.92px;
    width: fit-content;
}
.start-your-free-trial .title::before {
    content: "";
    background-image: url(images/free-trial-long-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    width: 160px;
    height: 146px;
    position: absolute;
    bottom: -104px;
    right: -60px;
    z-index: 2;
}
.start-your-free-trial .free-trial {
    color: #FFFFFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 13px;
    text-transform: uppercase;
    padding: 20px 40px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    background-color: #0E0E18;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

.start-your-free-trial .join-custom-writer {
    background: #170F35;
    border: 1px solid #170F35;
    color: #ffffff;
    min-width: 300px;
    line-height: 62px;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 13px auto 12px;
    font-weight: 500;
}
.start-your-free-trial .its-free{
    color: #1B1B28;
    text-align: center;
    font-family: Onest;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin-top: 4px;
}

.frequently {
    padding: 90px 20px 50px;
    background: url(images/faq-bg.png) top center no-repeat;
}
.frequently h2.title {
    margin-bottom: 20px;
}
.purple-link{
    color: #8237D5;
}
.paa,
.faq {
    margin: 20px auto;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
}
.paa .question-answer,
.faq .question-answer {
    border-radius: 16px;
    border: 1px solid rgba(224, 227, 236, 0.80);
    background: #FFF;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.06);
    padding: 30px 30px 28px 84px;
    position: relative;
    margin: 14px 0;
}

.paa .question-answer::before,
.faq .question-answer::before {
    content: "";
    position: absolute;
    background-image: url(images/plus.svg);
    width: 24px;
    height: 24px;
    display: inline-block;
    top: 30px;
    left: 30px;
}

.paa .question-answer.active::before,
.faq .question-answer.active::before {
    background-image: url(images/green-minus.svg);
}

.paa .question-answer.active,
.faq .question-answer.active {
    background: #2B2450;
}

.paa .question-answer.active,
.faq .question-answer.active {
    background: #2B2450;
}

.paa .question-answer .question,
.faq .question-answer .question {
    color: #0E0E18;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%; /* 25px */
    letter-spacing: -0.2px;
    cursor: pointer;
}

.paa .question-answer .answer,
.faq .question-answer .answer {
    margin-top: 16px;
    display: none;
    font-weight: 300;
    font-size: 15px;
    line-height: 150%;
}

.paa .question-answer.active .answer,
.faq .question-answer.active .answer {
    display: block;
    color: #fff;
}
.paa .question-answer.active .question,
.faq .question-answer.active .question {
    color: #fff;
}
.pricing-packages {
    padding: 60px 0 100px;
    position: relative;
    background: url(images/price-bg.svg) bottom -30px center no-repeat;
    background-color: #2B2450;
}

.pricing-packages .ae-ai-subscribe {
    max-width: 1400px;
    margin: 0 auto;
    box-sizing: border-box;

}

.pricing-packages .title {
    color: #FFFFFF;
    z-index: 2;
    position: relative;
    margin-bottom: 20px;
}

.pricing-packages .under-title {
    z-index: 2;
    position: relative;
    color: #E3E3E3;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%; /* 25px */
}
.pricing-packages .under-title {
    margin-bottom: 50px;
}

.pricing-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}

.pricing-wrapper .pricing-item {
    border-radius: 20px;
    background: #17151B;
    padding: 0 30px 20px;
    width: calc(25% - 15px);
    box-sizing: border-box;
    position: relative;
}

.pricing-wrapper .pricing-item:hover {
    background: #242129;
    cursor: pointer;
}

.pricing-wrapper .pricing-item:hover .get-started-void,
.pricing-wrapper .pricing-item:hover .get-started {
    background: #fff;
    color: #8237D5;
    font-weight: 500;
}

.pricing-wrapper .pricing-item .name {
    color: #fff;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    border-radius: 18px 18px 0px 0px;
    background: #161326;
    height: 85px;
    padding: 25px 30px 0;
    box-sizing: border-box;
    margin: 0 -30px;
}

.pricing-wrapper .pricing-item .conditions {
    color: #1B1B28;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-top: 36px;
    margin-bottom: 8px;
    font-family: 'Onest', sans-serif;
    margin-bottom: 8px;
}

.pricing-wrapper .pricing-item .conditions span {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.pricing-wrapper .pricing-item .hint {
    color: #B883F2;
    font-family: Roboto Flex;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
body .pricing-wrapper .slick-track .pricing-item:hover {
    box-shadow: 0 0 8px 1px rgba(130,55, 213, 0.5);
}
body .pricing-wrapper .slick-track .pricing-item:hover {
    box-shadow: 0 0 8px 1px rgba(130,55, 213, 0.5);
}
.pricing-wrapper .pricing-item:hover .name {
    background: #4f3494;
}

.pricing-wrapper .pricing-item .hint.limit {
    color: #8237D5;
}
.pricing-wrapper .pricing-item.pricing-item-free .hint.limit {
    color: #7C7E92;
}

.pricing-wrapper .pricing-item .get-started-void, .pricing-wrapper .pricing-item .get-started {
    padding: 0 10px;
    line-height: 48px;
    display: block;
    border: 1px solid #8237D5;
    text-align: center;
    text-decoration: none;
    color: #fff;
    margin: 30px 0 32px;
    border-radius: 40px;
    background: linear-gradient(90deg, #443486 0.32%, #8237D5 100.32%), #170F35;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.16px;
}

.pricing-wrapper .pricing-item .free {
  background: #170F35;
    text-align: center;
    box-sizing: border-box;
}
.pricing-wrapper .pricing-item .free {
    border-radius: 40px;
    background: #FFF;
    padding: 4px 13px;
    display: inline-block;
    color: #0E0E18;
    font-weight: 600;
    font-size: 16px;
    position: absolute;
    top: 30px;
    right: 30px;
}

.pricing-wrapper .pricing-item.pricing-item-free .name {
    color: #1B1B28;
    background: linear-gradient(90deg, #A8FF89 0.32%, #79F2D5 100.32%);
}
.pricing-wrapper .pricing-item:hover pricing-item-free .name {
    background: #87f6bf;
}
.pricing-wrapper .separated-line {
    border-top: 1px solid #3B3D53;
    margin-top: 32px;
    padding-bottom: 15px;
}

.pricing-wrapper .pricing-item .offers li {
    font-family: Roboto Flex;
    list-style-type: none;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    font-size: 16px;
    color: #1B1B28;
    padding: 6px 0;
    margin: 0;
    position: relative;
}
.pricing-wrapper ul.offers {
    padding-left: 30px;
}
.pricing-wrapper .pricing-item .offers li::before {
    content: "";
    background-image: url(images/check.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 7px;
    left: -30px;
}

.pricing-wrapper .pricing-item .offers li.disabled {
    opacity: 0.31;
}

.pricing-wrapper .slick-track {
    display: flex;
    gap: 15px;
    justify-content: space-between;
}
.pricing-wrapper .slick-track .pricing-item {
    height: auto;
    background: #fff;
    margin-bottom: 9px;
    margin-top: 8px;
    max-width: 320px;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.2);
}

.general-wrapper  .pricing-wrapper {
    margin: 20px 0 50px;
    box-sizing: border-box;
}
.pricing-wrapper .pricing-item-free {
    background: radial-gradient(174.88% 137.09% at 85.39% 114.11%, #5E0098 0%, #33005A 100%);
}

.pricing-wrapper .pricing-item-free .hint {
    color: #EEE1FD;
    font-family: Roboto Flex;
}

.pricing-wrapper .pricing-item .get-started.free-subscribe {
    background: #FFF;
    color: #fff;
    background: linear-gradient(90deg, #443486 0.32%, #8237D5 100.32%), #170F35;
}
.pricing-wrapper .pricing-item:hover  .get-started.free-subscribe{
    border: 1px solid #8237D5;
    background: #FFF;
    color: #8237D5;
    line-height: 48px;
}

body .payments-wrapper .payments-list {
    margin: 50px auto 30px;
    max-width: 500px;
}

.features-ready-for-school {
    padding: 130px 0 80px;
}

.features-ready-for-school .features-slider .slide {
    width: 560px;
    height: 598px;
    margin: 20px;
    border-radius: 30px;
    padding: 40px;
    box-sizing: border-box;
}

.features-ready-for-school .features-slider .slide1 {
    background: linear-gradient(144deg, #FFF6D5 0%, #FDE8FF 100%);
}

.features-ready-for-school .features-slider .slide2 {
    background: linear-gradient(144deg, #4238B8 0%, #A282FF 100%);
}

.features-ready-for-school .features-slider .slide3 {
    background: linear-gradient(144deg, #FFF6D5 0%, #FDE8FF 100%);
}

.features-ready-for-school .features-slider .slide4 {
    background: linear-gradient(144deg, #D93483 0%, #FF9255 100%);
}

.features-ready-for-school .features-slider img {
    display: block;
    margin: 10px auto;
}

.features-ready-for-school .features-slider .number {
    border-radius: 40px;
    border: 2px solid rgba(255, 255, 255, 0.50);
    background: rgba(255, 255, 255, 0.20);
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    display: inline-block;
    padding: 10px 20px;
}

.features-ready-for-school .slide {
    position: relative;
}

.features-ready-for-school .slide-black-title  .number {
    border: 2px solid rgba(33, 32, 46, 0.50);
    color: #21202E;
}

.features-ready-for-school .slide .slide-description {
    position: absolute;
    bottom: 40px;
    box-sizing: border-box;
    width: calc(100% - 80px);
}

.features-ready-for-school .slide img {
    right: calc(50% - 50px);
}

.features-ready-for-school .slide .number {
    position: absolute;
}

.features-ready-for-school .slide .name {
    color: #0E0E18;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 115%;
    letter-spacing: -0.88px;
}

.features-ready-for-school .slide .description {
    color: #0E0E18;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    letter-spacing: -0.4px;
    margin-top: 22px;
}

.features-ready-for-school .slide.dark .name {
    color: #FFFFFF;
}

.features-ready-for-school .slide.dark .description {
    color: #FFFFFF;
}

.customers-say-block .slick-track {
    display: flex;
    align-items: stretch;
}

.customers-say-block .slick-track .slick-slide {
    height: auto;
}

.features-ready-for-school .slick-slider .slick-arrow {
    display: none;
}

.features-ready-for-school .under-title {
    margin: 20px 0 45px;
}

.what-our-customers-say .customers-say-wrapper {
    margin-top: 65px;
    position: relative;
    z-index: 2;
}

.what-our-customers-say .customers-say-wrapper .customers-say-item {
    padding: 40px 40px 38px;
    border-radius: 24px;
    border: none;
    background: #F7F5FA;
    width: 341px;
    margin: 6px;
    box-sizing: border-box;
}

.what-our-customers-say .customers-say-wrapper .customers-say-item .customer-name {
    display: flex;
}

.what-our-customers-say .customers-say-wrapper .customers-say-item .customer-name .name-wrap {
    margin-left: 20px;
    margin-top: 6px;
}

.what-our-customers-say .customers-say-wrapper .customers-say-item .customer-name .name-wrap .name {
    color: #0E0E18;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: -0.2px;
    margin: 2px 0;
}

.what-our-customers-say .customers-say-wrapper .customers-say-item .customer-name .name-wrap .position {
    color: #7C7E92;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: -0.16px;
}

.what-our-customers-say .customers-say-wrapper .customers-say-item .dissertation {
    margin: 16px 0 20px;
    color: #5A5C73;
    font-family: Roboto Flex;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    height: calc(100% - 135px);
}
.what-our-customers-say .name{
    color: #0E0E18;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
}
.what-our-customers-say .position {
    color: #8237D5;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
}

.what-our-customers-say .customers-say-wrapper .customers-say-item .from-wrap {
    display: flex;
    justify-content: space-between;
}

.what-our-customers-say .customers-say-wrapper .customers-say-item .from {
    color: #7C7E92;
    font-family: Roboto Flex;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px;
}

.what-our-customers-say .customers-say-wrapper .customers-say-item .arrow-up {
    background-image: url(images/arrow-pink.svg);
    width: 44px;
    height: 44px;
    display: block;
}

.slick-dots-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 35px 0;
    position: relative;
}

.slick-dots-wrapper .slick-arrow {
    width: 24px;
    height: 24px;
    display: block;
    border: none;
    background-color: inherit;
}

.slick-dots-wrapper .features-slick-arrow-next {
    background-image: url(images/sliders/arrow-next.svg);
}

.slick-dots-wrapper .features-slick-arrow-prev {
    background-image: url(images/sliders/arrow-prev.svg);
}

.slick-dots-wrapper .slick-arrow-next {
    background-image: url(images/sliders/arrow-next.svg);
}

.slick-dots-wrapper .slick-arrow-prev {
    background-image: url(images/sliders/arrow-prev.svg);
}

.pricing-packages .slick-dots-wrapper .slick-arrow-next {
    background-image: url(images/sliders/arrow-next-white.svg);
}

.pricing-packages .slick-dots-wrapper .slick-arrow-prev {
    background-image: url(images/sliders/arrow-prev-white.svg);
}

.slick-dots-wrapper .slick-dots {
    list-style-type: none;
    margin: 0 15px;
    padding: 0;
}

.slick-dots-wrapper .slick-dots li {
    display: inline-block;
    padding: 0 8px;
}

.slick-dots-wrapper .slick-dots li button {
    border: none;
    background-image: url(images/sliders/dot-no.svg);
    background-repeat: no-repeat;
    background-color: inherit;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
    width: 8px;
    height: 8px;
    padding: 0;;
}

.slick-dots-wrapper .slick-dots li.slick-active button {
    background-image: url(images/sliders/dot-active.svg);
}

.what-our-customers-say .title {
    position: relative;
    z-index: 2;
}

.what-our-customers-say .green-underline:after {
    left: auto;
    right: -25px;
    background-image: url(images/under-line-green-short.svg);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: bottom right;
}
.what-our-customers-say .green-underline:after {
    left: -15px;
    right: auto;
    background-image: url(images/under-line-green-short.svg);
    background-size: 115px var(--animate-duration);
    background-repeat: no-repeat;
    background-position: bottom left;
}

.what-our-customers-say {
    padding: 50px 0 50px;
    position: relative;
}

.what-our-customers-say .customers-say-block {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}

.what-our-customers-say .customers-say-block-bg {
    border-radius: 30px;
    background: #FFF;
    width: 100%;
    max-width: 1100px;
    height: 100%;
    position: absolute;
    top:0;
    bottom: 0;
    left: calc(50% - 550px);
}

.what-our-customers-say::after,
.what-our-customers-say::before {
    content: "";
    background: #FAF4FE;
    position: absolute;
    top: 0px;
    bottom: 0px;
    display: block;
}

.undetectable {
    text-align: center;
    padding: 60px 0 20px;
}

.undetectable .grafics-src {
    width: 100%;
    height: auto;
    max-width: 1230px;
    margin: 0 auto;
}

.undetectable .grafics-src-mobile {
    display: none;
}

.undetectable .title {
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-bottom: 22px;
}

.undetectable .title::after {
    content: "";
    background: url(images/under-line-green.svg) center no-repeat;
    display: block;
    width: 267px;
    height: 16px;
    position: absolute;
    bottom: 0px;
    left: calc(50% - 133px);
    background-size: cover;
    z-index: -1;
    max-width: 90%;
}

/*-----------------------------------*/

.general-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    box-sizing: border-box;
    height: 100%;
}

.menu-wrapper {
    flex: 0 0 296px;
    background: #FFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.03);
    padding: 40px 23px;
    box-sizing: border-box;
}

.general-wrapper .content-wrapper {
    /*flex: 1;*/
    width: calc(100% - 296px);
    padding: 40px 64px;
    background: #F3F2F7;
    box-sizing: border-box;
}

.general-wrapper .logo {
    margin-top: 5px;
}

.menu-wrapper .left-menu {
    padding: 0;
    margin: 37px 0;
}

.menu-wrapper .left-menu li {
    list-style-type: none;
}

.menu-wrapper .left-menu li:hover {
    border-radius: 8px;
    background-color: #F4F5FB;
}

.menu-wrapper .left-menu li a {
    text-decoration: none;
    color: #0E0E18;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 120%;
    letter-spacing: -0.14px;
    padding: 11px 14px;
    display: block;
    margin: 4px 0;
}

.menu-wrapper .left-menu li.line {
    border-bottom: #E0E3EC 1px solid;
    margin: 10px 0;
}

.menu-wrapper .left-menu li.my-tools {
    border-radius: 8px;
    background-color: #F4F5FB;
    background-image: url("images/menu/tools.svg");
}

.menu-wrapper .left-menu li.my-tools a {
    color: #8237D5;
}

.menu-wrapper .left-menu li:hover {
    /*border-radius: 8px;*/
    /*background-color: #F4F5FB;*/
}

.menu-wrapper .left-menu li:hover a {
    color: #8237D5;
}

.menu-wrapper .left-menu li {
    background-repeat: no-repeat;
    background-position: 14px center;
    padding-left: 33px;
}

.menu-wrapper .left-menu li.home {
    background-image: url("images/icons/home.svg");
}

.menu-wrapper .left-menu li.order {
    background-image: url("images/icons/essay-writer.svg");
}


.menu-wrapper .left-menu li.orders {
    background-image: url("images/icons/orders.svg");
}

.menu-wrapper .left-menu li.email-writer {
    background-image: url("images/icons/email-writer.svg");
}

.menu-wrapper .left-menu li.outline-generator {
    background-image: url("images/icons/essay-outline-generator.svg");
}

.menu-wrapper .left-menu li.paragraph-rewriter {
    background-image: url("images/icons/paragraph-rewriter.svg");
}

.menu-wrapper .left-menu li.title-generator {
    background-image: url("images/icons/title-generator.svg");
}

.menu-wrapper .left-menu li.readability {
    background-image: url("images/icons/readability.svg");
}

.menu-wrapper .left-menu li.plagiarism-checker {
    background-image: url("images/icons/plagiarism-checker.svg");
}

.menu-wrapper .left-menu li.settings {
    background-image: url("images/icons/settings.svg");
}

.menu-wrapper .left-menu li.subscription {
    background-image: url("images/icons/subscription.svg");
}

.menu-wrapper .left-menu li.help {
    background-image: url("images/icons/help-support.svg");
}
.menu-wrapper .left-menu li.home:hover {
    background-image: url("images/icons/home-hover.svg");
}

.menu-wrapper .left-menu li.order:hover {
    background-image: url("images/icons/essay-writer-hover.svg");
}


.menu-wrapper .left-menu li.orders:hover {
    background-image: url("images/icons/orders-hover.svg");
}

.menu-wrapper .left-menu li.email-writer:hover {
    background-image: url("images/icons/email-writer-hover.svg");
}

.menu-wrapper .left-menu li.outline-generator:hover {
    background-image: url("images/icons/essay-outline-generator-hover.svg");
}

.menu-wrapper .left-menu li.paragraph-rewriter:hover {
    background-image: url("images/icons/paragraph-rewriter-hover.svg");
}

.menu-wrapper .left-menu li.title-generator:hover {
    background-image: url("images/icons/title-generator-hover.svg");
}

.menu-wrapper .left-menu li.readability:hover {
    background-image: url("images/icons/readability-hover.svg");
}

.menu-wrapper .left-menu li.plagiarism-checker:hover {
    background-image: url("images/icons/plagiarism-checker-hover.svg");
}

.menu-wrapper .left-menu li.settings:hover {
    background-image: url("images/icons/settings-hover.svg");
}

.menu-wrapper .left-menu li.subscription:hover {
    background-image: url("images/icons/subscription-hover.svg");
}

.menu-wrapper .left-menu li.help:hover {
    background-image: url("images/icons/help-support-hover.svg");
}

.words-used-wrap .label {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #7C7E92;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.words-used-wrap .line {
    background-color: #EBEBEB;
    border-radius: 6px;
    height: 6px;
    width: 100%;
    margin: 4px 0;
    position: relative;
    overflow: hidden;
}

.words-used-wrap .line .progress {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 6px;
    border-radius: 6px;
    background-color: #8237D5;
}

.words-used-wrap {
    margin: 10px 0;
}

.upgrade-plan {
    margin: 40px 0;
    width: 100%;
    display: block;
    border-radius: 40px;
    border: 1px solid #8237D5;
    background: #FFF;
    padding: 9px 24px;
    text-decoration: none;
    color: #4D1397;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    box-sizing: border-box;
    text-align: center;
}
.upgrade-plan:hover {
    background: #8237D5;
    color: #FFF;
}

.having-problems {
    border-radius: 16px;
    background: #F4F5FB;
    padding: 24px;
}

.having-problems .description {
    color: #4B0F8D;
    text-align: center;
    font-family: Roboto Flex;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.having-problems .contact-us {
    color: #FFFFFF;
    border-radius: 40px;
    background: #170F35;
    padding: 10px 40px;
    text-align: center;
    display: block;
    margin-top: 16px;
    text-decoration: none;
}

.general-wrapper .content-wrapper .top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

.general-wrapper .content-wrapper .top .title {
    font-size: 41px;
    color: #0E0E18;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.4px;
}

.person {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.new-document {
    color: #1B1B28;
    border-radius: 38px;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    background: linear-gradient(90deg, #A8FF89 0.32%, #79F2D5 100.32%);
    box-sizing: border-box;
    display: block;
    padding: 13px 20px;
}

.avatar {
    display: flex;
    margin-right: 20px;
}

.avatar .info {
    margin-top: 4px;
    margin-left: 5px;
}

.info .name {
    color: #0E0E18;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    display: block;
}

.info .plan {
    color: #8237D5;
    font-family: Roboto Flex;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.sub-title-text,
.sub-title {
    color: #0E0E18;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: -0.24px;
}

.sub-title-text {
    font-size: 32px;
    letter-spacing: -0.32px;

}

.text-page .faq-wrap {
    margin: 50px 0 100px ;
}



.text-page-bg {
  /*  background: linear-gradient(180deg, rgba(223, 211, 255, 0.20) 0%, rgba(255, 255, 255, 0.00) 55.73%); */
    background: #F3F2F7;
}

.text-page.contact {
    max-width: 1320px;
    padding: 100px 80px 0;
}

.text-page .all-tools-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-bottom: 85px;
}

.text-page .all-tools-wrap .tools-wrap-item {
    flex: 0 0 calc(50% - 13px);
    padding: 60px 40px 60px 156px;
    box-sizing: border-box;
    border-radius: 16px;
    background-color: #F4F5FB;
    background-image: url("images/all-tools/email-writer2x.png");
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: 40px 60px;
}

.text-page .all-tools-wrap .tools-wrap-item.essay-writer {
    background-image: url("images/all-tools/essay-writer2x.png");
}

.text-page .all-tools-wrap .tools-wrap-item.essay-outline-generator {
    background-image: url("images/all-tools/essay-outline-generator2x.png");
}

.text-page .all-tools-wrap .tools-wrap-item.essay-title-generator {
    background-image: url("images/all-tools/essay-title-generator2x.png");
}

.text-page .all-tools-wrap .tools-wrap-item.rewriter {
    background-image: url("images/all-tools/rewriter2x.png");
}

.text-page .all-tools-wrap .tools-wrap-item.email-writer {
    background-image: url("images/all-tools/email-writer2x.png");
}

.text-page .all-tools-wrap .tools-wrap-item.plagiarism-checks {
    background-image: url("images/all-tools/plagiarism-check2x.png");
}

.text-page .all-tools-wrap .tools-wrap-item.readability-check {
    background-image: url("images/all-tools/readability-check2x.png");
}

.text-page .all-tools-wrap .tools-wrap-item.more {
    background-color: #FFFFFF;
    background-image: url(images/all-tools/more-services2x.png);
    margin-bottom: 0px;
    border: 10px solid #F4F5FB;
}

.text-page .all-tools-wrap .tools-wrap-item .all-tool-title {
    color: #0E0E18;
    font-family: 'Onest', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    letter-spacing: -0.24px;
    margin-bottom: 16px;
    text-decoration: none;
}

.text-page .all-tools-wrap .tools-wrap-item .all-tool-description {
    color: #5A5C73;
    font-family: Roboto Flex;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.text-page h1,
.text-page .title {
    color: #0E0E18;
    font-family: 'Onest', sans-serif;
    font-size: 46px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 55.2px */
    letter-spacing: -0.46px;
    text-align: left;
}

.text-page .sub-title {
    color: #0E0E18;
    font-family: 'Onest', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.2px;
    margin: 27px 0 64px;
}

.contact .item {
    position: relative;
}

.contact .item label.error {
    color: red;
    position: absolute;
    left: 0;
    top: 13px;
    font-size: 12px;
}

.text-page.contact .sub-title {
    max-width: 570px
}

.contact-wrap {
    margin: 10px auto;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.10);
    max-width: 1160px;
    width: 100%;
}

.contact-wrap .ae-contacts-custom {
    display: flex;
    flex-wrap: wrap;
}

.contact-wrap .ae-contacts-custom .contact-form {
    padding: 60px 60px  0 60px ;
    flex: 1 0;
    position: relative;
}

.contact-wrap .ae-contacts-custom .contact-form .fill-up {
    color: #0E0E18;
    font-family: 'Onest', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.2px;
    margin-bottom: 25px;
}
.contact-wrap .ae-contacts-custom .contact-form .input-label {
    color: #5A5C73;
    font-family: Roboto Flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.13px;
    margin: 13px 0 0px;
}

.contact-wrap .ae-contacts-custom .contact-form textarea,
.contact-wrap .ae-contacts-custom .contact-form input[type="text"] {
    color: #0E0E18;
    font-family: Roboto Flex;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
    border-radius: 5px;
    border: 1px solid #D5DBE8;
    background: #FFF;
    width: 100%;
    padding: 10px 12px;
    margin: 8px 0;
    box-sizing: border-box;
}

.contact-wrap .ae-contacts-custom .contact-form .contact-submit-wrap {
    text-align: right;
}

.contact-wrap .ae-contacts-custom .contact-form input[type="submit"] {
    border-radius: 40px;
    background: #170F35;
    color: #FFF;
    font-family: 'Onest', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    letter-spacing: -0.32px;
    padding: 10px 70px;
}

.contact-wrap .ae-contacts-custom .contact-descript {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 320px;
    height: 636px;
    background-image: url("images/contact-right.png");
    padding-bottom: 40px;
    text-align: center;
    box-sizing: border-box;
}

.contact-wrap .ae-contacts-custom .contact-descript a {
    color: #FFF;
    font-family: Roboto Flex;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-decoration-line: underline;
}
@media(min-width:789px){
    .contact-wrap .support-mail:before{
        content: '';
        display: block;
        width: 56px;
        height: 56px;
        background: url(images/contact-right-support-icon.png) center no-repeat;
        background-size: contain;
        margin: 0 auto 18px;
    }
}

.pricing-wrapper .pricing-item-free .separated-line {
    border-top: 1px solid #8237D5;
}

.general-wrapper .faq,
.general-wrapper .paa {
    max-width: 100%;
}

.paa .question-answer,
.faq .question-answer {
    box-sizing: border-box;
    margin: 17px 0;
    break-inside: avoid;
}

.paa .question-answer:first-child,
.faq .question-answer:first-child {
    margin: 0;
}

.ai-orders-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: row;
    gap: 24px;
}

.ai-orders-list .ai-orders-item {
    padding: 30px 32px;
    border-radius: 12px;
    background: #FFF;
    width: calc(25% - 24px);
    min-width: 250px;
    box-sizing: border-box;
    position: relative;
}


.ai-orders-list .ai-orders-item .date {
    color: #7C7E92;
    font-family: Roboto Flex;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.ai-orders-list .ai-orders-item .ai-order-item-more {
    position: absolute;
    right: 24px;
    top: 24px;
    background-image: url("images/more-dots.svg");
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}

.ai-orders-list .ai-orders-item .ai-order-title {
    color: #3B3D53;
    font-family: Roboto Flex;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.18px;
    margin: 16px 0 11px;
}

.ai-orders-list .ai-orders-item .ai-order-source {
    color: #7C7E92;
    font-family: Roboto Flex;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.ai-orders-list .ai-orders-item .ai-order-detail {
    border-radius: 40px;
    border: 1px solid #CABAED;
    background: #FFF;
    color: #8237D5;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    padding: 7px 37px;
    margin-top: 50px;
    display: inline-block;
}

.ai-orders-wrapper .sub-title {
    margin: 30px 0;
}

.general-wrapper .order-item .document {
    border: 1px solid #CFD2DD;
    border-radius: 12px;
    background: #FFF;
    padding: 24px 0;
}

.general-wrapper .order-item .document .content {
    padding: 32px;
    border-top: 1px #CFD2DD dashed;
    color: #3B3D53;
    font-family: Roboto Flex;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.general-wrapper .order-item .document .document-title {
    padding: 24px 32px;
    color: #0E0E18;
    font-family: Roboto Flex;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.general-wrapper .order-item .document .bottom-new {
    padding: 24px 32px 0;
    border-top: 1px solid #CFD2DD;
    text-align: right;
}

.general-wrapper .order-item .document .bottom-new .generate-new {
    color: #FFF;
    font-family: 'Onest', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.28px;
    border-radius: 40px;
    background: linear-gradient(90deg, #F95FE8 0.32%, #8237D5 100.32%);
    display: inline-block;
    padding: 8px 34px;
    text-decoration: none;
}

.general-wrapper .order-item .document .content .in-proces {
    text-align: center;
    margin: 100px auto;
    display: block;

}

.general-wrapper .order-item .document .content .in-proces:before {
    content: '';
    width: 64px;
    height: 65px;
    background-image: url("images/reload.svg");
    display: block;
    margin: 20px auto;
}

.general-wrapper .order-item .document .tools-line {
    padding: 0 25px 24px;
    display: flex;
    justify-content: space-between;
}

.general-wrapper .order-item .document .tools-line span {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.general-wrapper .order-item .document .tools-line a{
    line-height: 24px;
    text-decoration: none;
}

.general-wrapper .order-item .document .tools-line .back {
    background-image: url("images/action/arrow.svg");
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;

    color: #5A5C73;
    font-family: Roboto Flex;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding-left: 40px;
}

.general-wrapper .order-item .document .tools-line .download {
    background-image: url("images/action/download.svg");
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}

body .essay-component {
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
}

.general-wrapper .content-wrapper .ai-orders-view {
    width: 100%;
    font-size: 14px;
    margin-left: 0;
}
.general-wrapper .content-wrapper .ai-orders-wrapper {
    max-width: 1016px;
    margin-left: 0;
}

.general-wrapper .content-wrapper .profile-view-wrapper,
.general-wrapper .content-wrapper .login-component,
.general-wrapper .content-wrapper .profile-form-wrapper,
.general-wrapper .content-wrapper .ae-ai-order {
    max-width: 752px;
    margin-left: 0;
}

.general-wrapper .content-wrapper .essay-order-form .req,
.general-wrapper .content-wrapper .essay-order-form label.label {
    font-size: 13px;
    color: #5A5C73;
    font-family: Roboto Flex;
}

.general-wrapper .content-wrapper  input[type="text"],
.general-wrapper .content-wrapper input[type="email"],
.general-wrapper .content-wrapper input[type="password"],
.general-wrapper .content-wrapper input[type="file"],
.general-wrapper .content-wrapper textarea,
.general-wrapper .content-wrapper select,
.general-wrapper .content-wrapper .pm-input input,
.general-wrapper .content-wrapper .multiinput,
.general-wrapper .content-wrapper .select2-container {
    border-radius: 5px;
    border: 1px solid #D5DBE8;
    background: #FFF;
}

body .general-wrapper .content-wrapper .submit-b, body .general-wrapper .content-wrapper input[type='submit'] {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -0.15px;
    padding: 10px 50px;
    border-radius: 40px;
    background: linear-gradient(90deg, #443486 0.32%, #8237D5 100.32%), #170F35;
    border: none;
}

.payments-wrapper b.header,
.payments-wrapper .back-b {
    display: none;
}

.ae-payments {
    margin-top: 50px;
}

body .payments-wrapper .total-price .info-block div {
    width: 100%;
    text-align: center;
}

body .payments-wrapper .total-price span {
    display: block;
    margin-bottom: 25px;
}

body .payments-wrapper .welcome-header {
    padding-bottom: 20px;
}

body .essay-component .cancel-b {
    margin: 0 20px;
}

body .profile-wrapper .data-table .row .col:nth-child(odd) {
    background-color: transparent;
}
body .profile-wrapper .data-table .row .col:nth-child(even) {
    background-color: #FFFFFF;
}
body .profile-view-wrapper .data-table .row .col:nth-child(odd) {
    padding: 10px 0;
}

body .profile-wrapper .data-table .row .col:nth-child(2) {
    color: #5A5C73;
    font-weight: 500;
}
body .profile-wrapper .data-table .row {
    margin-bottom: 8px;
}

.hyperwrite-wrap {
    display: flex;
    gap: 24px;
    margin-bottom: 40px;
}

.hyperwrite-wrap .hyperwrite {
    border-radius: 16px;
    background: #471282;
    padding: 40px 210px 28px 39px;
    gap: 28px;
    display: flex;
    position: relative;
    flex: 1;
    align-items: center;
}

.hyperwrite-wrap .hyperwrite::before {
    display: block;
    flex: none;
    content: '';
    width: 52px;
    height: 60px;
    padding: 20px;
    border-radius: 40px;
}

.hyperwrite-wrap .explore {
    background: #4D2CAA;
}

.hyperwrite-wrap .explore::before {
    background: url("images/tools-pen.png") no-repeat center center;
}

.hyperwrite-wrap .document {
    background: #8237D5;
}

.hyperwrite-wrap .document::before {
    background: url("images/tools-paper.png") no-repeat center center;
}


.hyperwrite-wrap .hyperwrite .hyperwrite-text {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.24px;
    /*padding-top: 14px;*/
}

.hyperwrite-wrap .hyperwrite .hyperwrite-text span {
    color: #FFF;
    font-family: Roboto Flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    display: block;
    margin: 12px 0 0;
    opacity: 0.8;
}

.hyperwrite-wrap .hyperwrite .hyperwrite-link {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
    border: 2px solid #CABAED;
    border-radius: 30px;
    text-align: center;
    height: fit-content;
    padding: 10px 16px;
}
.hyperwrite-wrap .hyperwrite .hyperwrite-link {
    position: absolute;
    right: 40px;
    top: calc(50% - 25px);
}

.hyperwrite.document {
    border-radius: 16px;
    background: linear-gradient(131deg, #6A2BBA 26.19%, #9A54F3 90.98%);
}

.account-top-menu {
    display: none;
}

.new-document.mobile-menu {
    display: none;
}

.content-essay {
    color: #5A5C73;
    font-family: Roboto Flex;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.about-block-bg {
    background: url(images/about-lines-bg.png) left calc(50% + 510px) center no-repeat, linear-gradient(90deg, #4F22AF 0.32%, #8237D5 100.32%);
    background-repeat: no-repeat;
    position: relative;
    box-sizing: border-box;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
}

.about-block-bg2 {
    background-image: url("images/bot-about.svg");
    background-position-x: calc(50% + 400px);
    background-position-y: center;
    background-repeat: no-repeat;
}

.left-block .about-title {
    color: #FFF;
    font-size: 46px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.46px;
    margin-bottom: 27px;
}

.left-block p.about-sub2-description {
    color: #CFD2DD;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.18px;
    padding-top: 20px;
}

.left-block p.about-sub-description {
    color: #FFFFFF;
    font-family: 'Onest', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.2px;
}

.about-block-bg .left-block {
    max-width: 564px;
    width: 100%;
    z-index: 3;
    position: relative;
}

.about-block-bg::before {
    content: "";
    display: block;
    background: url("images/about-elips.png") no-repeat left top;
    width: 395px;
    height: 440px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.about-block-bg .about-block {
    padding: 100px 40px;
}

.about-block {
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
}

.content-title {
    color: #0E0E18;
    text-align: center;
    font-family: 'Onest', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    letter-spacing: -0.32px;
    text-align: center;
    margin: 80px 0 40px;
}

.content-sub-title {
    color: #0E0E18;
    text-align: center;
    font-family: 'Onest', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: -0.2px;
}

.our-vision-wrap {
    margin-top: -24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px;
}

.our-vision-wrap .vision {
    width: calc(50% - 21px);
    padding: 48px;
    border-radius: 16px;
    border: 1px solid rgba(224, 227, 236, 0.80);
    background: #FFF;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
}

.our-vision-wrap .vision .title-vision {
    color: #0E0E18;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    letter-spacing: -0.24px;
}

.our-vision-wrap .vision .description-vision {
    color: #5A5C73;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.18px;
    margin-top: 24px;
}

.choose-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
}

.choose-wrap .choose-item {
    width: calc(50% - 20px);
    border-radius: 16px;
    background: #F4F5FB;

    padding: 40px 40px 40px 120px;
    align-items: flex-start;
    gap: 32px;
    box-sizing: border-box;
    align-self: stretch;

    background-position-y: 40px;
    background-position-x: 40px;
    background-repeat: no-repeat;
}

.choose-wrap .choose-item .choose-title {
    color: #0E0E18;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    letter-spacing: -0.24px;
}

.choose-wrap .choose-item .choose-description {
    color: #5A5C73;
    font-family: Roboto Flex;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-top: 16px;
}

.choose-wrap .choose-item.cutting-edge {
    background-image: url("images/choose/cutting-edge.svg");
}

.choose-wrap .choose-item.user-friendly {
    background-image: url("images/choose/user-friendly.svg");
}

.choose-wrap .choose-item.pivacy-first {
    background-image: url("images/choose/privacy-first.svg");
}

.choose-wrap .choose-item.continuous-learning {
    background-image: url("images/choose/continuous.svg");
}

.center-banner {
    margin: 80px auto;
    text-align: center;

    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
}

.center-banner.revolutionary {
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
}

.center-banner.revolutionary .mobile {
    display: none;
}

.center-banner.revolutionary img {
    width: 100%;
    height: auto;
    margin: 40px auto;
}

.center-align {
    text-align: center;
}

.content-title.thank {
    margin: 97px auto 20px;
    width: fit-content;
    position: relative;
}
.content-title.thank::after {
    content: "";
    background: url(images/under-line-green-st.svg) center no-repeat;
    display: block;
    width: 237px;
    height: 13px;
    position: absolute;
    bottom: 0px;
    right: 0;
    background-size: cover;
    z-index: -1;
    max-width: 90%;
}
.start-your-essay {
    margin: 15px 0 75px;
}

.logout {
    background-image: url(images/logout.svg);
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 50px;
    margin: 25px 0 0;
    cursor: pointer;
}

.logout .logout-title {
    color: #0E0E18;
    font-family: 'Onest', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.15px;
}

.logout .email {
    color: #7C7E92;
    font-family: Roboto Flex;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.login-page{
    position: relative;
}
.login-page:before {
    content: '';
    display: block;
    width: 395px;
    min-height: 100vh;
    height: 100%;
    background: url(images/left-side-bg-man.png) top 217px right 0 no-repeat, url(/images/left-side-bg.png) top left no-repeat;
    background-size: auto, cover;
    position: absolute;
    top: 0;
    left: 0;
}
.login-page .left-menu-block {
    z-index: 1;
}

.logo-block {
    position: relative;
    z-index: 1;
}
.login-page .ae-login{
    margin-top: 40px;
}
.login-wrap {
    top: calc(50% - 240px);
    left: calc(50% - 240px);
   /* position: absolute; */
    max-width: 510px;
    width: 100%;
}
@media (min-width: 1351px){
    .login-page .login-wrap {
        position: relative;
    }
}
.login-wrap .login-title {
    color: #0E0E18;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.32px;
    margin-bottom: 25px;
}

.login-wrap .sub-login-title {
    color: #7C7E92;
    font-family: Roboto Flex;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    padding: 12px 0;
}

.social-panel {
    margin: 30px 0;
}

.social-panel .sign-in-with-button {
    border-radius: 5px;
    padding: 15px 35px 15px 70px;
    text-decoration: none;
    color: #0E0E18;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;

    background-position: 35px center;
    background-color: #F5F5F7;
    background-repeat: no-repeat;
}

.social-panel .sign-in-with-button:first-child {
    margin-right: 16px;
}

.social-panel .sign-in-with-button.sign-in-with-twitter {
    background-image: url("images/social/twitter.svg");
}

.social-panel .sign-in-with-button.sign-in-with-google {
    background-image: url("images/social/google.svg");
    background-color: #fff;
}

.sign-in-with {
    text-align: center;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
}

.sign-in-with {
    position: relative;
}

.sign-in-with::before,
.sign-in-with::after {
    content: '';
    display: block;
    background: #D5DBE8;
    height: 1px;
    font-size: 1px;
    position: absolute;
    top: 50%;
    width: calc(50% - 30px);
    line-height: 16px;
}

.sign-in-with::before {
    left: 0;
}

.sign-in-with::after {
    right: 0;
}

.login-wrap .essay-component.login-component .row {
    margin: 0;
}

.login-wrap .essay-component.login-component .row label {
    color: #5A5C73;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.13px;
    margin-bottom: 8px;
}

.login-wrap input[type="text"],
.login-wrap input[type="password"] {
    border-radius: 5px;
    border: 1px solid #D5DBE8;
    background: #FFF;
}

.button.submit-b.button-primary-1,
.login-wrap input[type="submit"] {
    border-radius: 40px;
    background: #170F35;
    padding: 10px 60px;

    color: #FFF;
    font-family: 'Onest', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.32px;
}

.login-wrap .goto {
    color: #8237D5;
    text-align: right;
    font-family: Roboto Flex;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.13px;
    text-decoration: none;
    border-bottom: solid #bfdcf0 1px;
}

.login-wrap .login-component .buttons-panel ul {
    display: block;
    padding: 0;
    list-style: none;
    vertical-align: middle;
}

/*.login-wrap .login-component .buttons-panel ul li a {*/
/*    text-decoration: underline;*/
/*}*/

a.logo.white {
    background-image: url("images/logo.svg");
    width: 215px;
    height: 37px;
    box-sizing: border-box;
    margin-left: 90px;
    margin-top: 60px;
    display: inline-block;
}

body .featherlight .featherlight-content {
    border-radius: 20px;
}

.pop-up-message {
    padding: 15px;
    max-width: 400px;
    width: 100%;
    text-align: center;
    display: none;
}

.pop-up-message .pop-title {
    color: #0E0E18;
    text-align: center;
    font-family: 'Onest', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: -0.24px;
}

.pop-up-message .pop-icon {
    margin: 28px 0;
}

.pop-up-message .description-title {
    color: #0E0E18;
    text-align: center;
    font-family: 'Onest', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 28px */
    letter-spacing: -0.2px;
}

.pop-up-message .description-title span {
    color: #8237D5;
    font-family: 'Onest', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.2px;
}

.pop-up-message .note {
    margin: 12px 0;
    color: #3B3D53;
    text-align: center;
    font-family: Roboto Flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.15px;
}

.pop-up-message .ok-close {
    color: #FFF;
    font-family: 'Onest', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.3px;
    padding: 10px 60px;
    border-radius: 40px;
    background: linear-gradient(90deg, #443486 0.32%, #8237D5 100.32%), #0E0E18;
    display: inline-block;
    text-decoration: none;
    margin: 15px 0 0;
}

.your-wrapper .your-wrapper-block {
    /*padding: 32px;*/
    border: 1px solid #CFD2DD;
    border-radius: 12px;
    background-color: #FFFFFF;
    margin-bottom: 24px;
}

.your-wrapper .your-wrapper-padding {
    padding: 32px;
}

.your-wrapper .your-wrapper-block .your-text-title {
    color: #7C7E92;
    font-family: Roboto Flex;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.15px;
}

.your-wrapper .your-wrapper-block .your-text-description {
    color: #3B3D53;
    font-family: Roboto Flex;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    letter-spacing: 0.16px;
}

.your-wrapper .your-wrapper-block .your-result-title {
    color: #0E0E18;
    font-family: Roboto Flex;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 26.4px */
}

.your-wrapper .your-wrapper-block .results-wrapper {
    margin-top: 32px;
    display: flex;
}

.your-wrapper .your-wrapper-block .results-wrapper .data-chart {
    padding: 10px 15px;
    box-sizing: border-box;
}

.your-results-wrapper .results-wrapper .data-description {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.your-results-wrapper .results-wrapper .data-description .grade-wrap li:first-child {
    border-top: 1px solid #EEE1FD;
}

.your-results-wrapper .results-wrapper .data-description .grade-wrap li {
    display: block;
    padding: 12px 12px 12px 142px;
    border-bottom: 1px solid #EEE1FD;
    position: relative;
}

.your-results-wrapper .results-wrapper .data-description .grade-wrap li.active {
    background-color: #F4F5FB;
}

.your-results-wrapper .results-wrapper .data-description .grade-wrap li.active::before {
    background-color: #8237D5;
    color: #FFFFFF;
}

.your-results-wrapper .results-wrapper .data-description .grade-wrap li::before {
    font-family: 'Onest', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    position: absolute;
    top: 17px;
    left: 12px;
    padding: 3px 17px;
    border-radius: 20px;
    background: #F4F5FB;
    color: #3B3D53;
    line-height: 24px;
}

.your-results-wrapper .results-wrapper .data-description .grade-wrap li.grade-5::before {
    content: "90 - 100 pts";
}
.your-results-wrapper .results-wrapper .data-description .grade-wrap li.grade-6::before {
    content: "80 - 90 pts";
}
.your-results-wrapper .results-wrapper .data-description .grade-wrap li.grade-7::before {
    content: "70 - 80 pts";
}
.your-results-wrapper .results-wrapper .data-description .grade-wrap li.grade-8::before {
    content: "60 - 70 pts";
}
.your-results-wrapper .results-wrapper .data-description .grade-wrap li.grade-10::before {
    content: "50 - 60 pts";
}
.your-results-wrapper .results-wrapper .data-description .grade-wrap li.grade-11::before {
    content: "30 - 50 pts";
}
.your-results-wrapper .results-wrapper .data-description .grade-wrap li.grade-12::before {
    content: "0 - 30 pts";
}

.your-results-wrapper .results-wrapper .data-description .grade-wrap li .grade {
    color: #3B3D53;
    font-family: Roboto Flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 19.6px */
    letter-spacing: 0.14px;
}

.your-results-wrapper .results-wrapper .data-description .grade-wrap li .grade-description {
    color: #5A5C73;
    font-family: Roboto Flex;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.13px;
}

.your-results-wrapper .results-wrapper .opinion {
    margin: 24px 5px;
    position: relative;
    padding-left: 64px;
}

.your-results-wrapper .results-wrapper .opinion::before {
    content: "";
    width: 40px;
    height: 41px;
    display: block;
    position: absolute;
    left: 0;
    background-position:  center ;
}

.your-results-wrapper .results-wrapper .opinion.score::before {
    background-image: url("images/result/graph.svg");
}

.your-results-wrapper .results-wrapper .opinion.level::before {
    background-image: url("images/result/hat.svg");
}

.your-results-wrapper .results-wrapper .opinion.reading::before {
    background-image: url("images/result/glasses.svg");
}

.your-results-wrapper .results-wrapper .opinion .score {
    color: #7C7E92;
    font-family: Roboto Flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.your-results-wrapper .results-wrapper .opinion .points {
    color: #0E0E18;
    font-family: Roboto Flex;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.your-wrapper .new-check-wrap {
    width: 100%;
    border: 1px red solid;
}

.your-results-wrapper .your-wrapper-padding {
    padding: 24px 32px;
}

.your-results-wrapper .your-wrapper-padding2 {
    border-top: 1px #CFD2DD solid;
    text-align: right;
}

.your-results-wrapper .your-wrapper-padding a {
    color: #FFFFFF;
    font-family: 'Onest', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.32px;
    padding: 10px 48px;
    border-radius: 40px;
    background: linear-gradient(90deg, #F95FE8 0.32%, #8237D5 100.32%);
    text-decoration: none;
}

.your-results-wrapper .results-wrapper  .single-chart {
    max-width: 250px;
}

.wide.we-help {
    max-height: 920px;
    overflow-y: hidden;
}
.we-help .tabs-wrap{
    max-width: 920px;
    margin: 90px auto 470px;
    width: calc(100% - 30px);
}
.we-help .tabs-items-wrap{
    display: flex;
    position: relative;
    margin-top: 40px;
    gap: 20px;
    align-items: stretch;
}
.we-help .tab-content{
    display: none;
}
.we-help .active .tab-content{
    display: block;
    position: absolute;
    margin-top: 20px;
    max-width: 100%;
    z-index: 1;
    width: 100%;
    left: 0;
}
.we-help .tabs-items-wrap .tabs-item-block{
    width: 50%;
}
.we-help .tabs-item{
    border-radius: 20px;
    border: 2px solid #fff;
    background: #FFF;
    padding: 30px;
    min-height: 198px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    position: relative;
}
.we-help .green-num{
    border-radius: 40px;
    background: linear-gradient(90deg, #A8FF89 0.32%, #79F2D5 100.32%), #1DBF5E;
    width: 40px;
    height: 28px;
    line-height: 28px;
    color: #1B1B28;
    font-family: 'Onest', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    padding: 0;
    margin-right: 14px;
    vertical-align: bottom;
}
.we-help  .title-label {
    padding-right: 0;
}
.we-help .tabs-title{
    color: #1B1B28;
    font-family: Onest;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: -0.2px;
    margin-bottom: 12px;
}
.we-help-text{
    color: #3B3D53;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
}
.we-help .tab-content img{
    border-radius: 20px;
    max-width: 100%;
    width: 100%;
    height: auto;
}
.we-help .active  .tabs-item{
    border: 2px solid #D2AFFF;
}
.we-help .active .tabs-item:after {
    content: "";
    display: inline-block;
    width: 49px;
    height: 27px;
    background: url(images/we-help-pointer.png) no-repeat center;
    position: absolute;
    bottom: -27px;
    left: calc(50% - 25px);
    z-index: 2;
}

@media screen and (max-width: 1550px) {
    .hyperwrite-wrap .hyperwrite {
        display: block;
        padding: 35px 25px 25px 25px;
    }
    .hyperwrite-wrap .explore::before,
    .hyperwrite-wrap .hyperwrite::before {
        display: inline-block;
        width: 70px;
        height: 70px;
        padding: 0;
        box-sizing: border-box;
        background-size: contain;
    }

    .hyperwrite-wrap .hyperwrite .hyperwrite-text {
        vertical-align: top;
        width: calc(100% - 93px);
        display: inline-block;
        margin-left: 16px;
    }
    .hyperwrite-wrap .hyperwrite .hyperwrite-link {
        position: static;
        display: block;
        margin-top: 15px;
        max-width: 248px;
        width: calc(100% - 93px);
        margin-left: 86px;
        margin-right: auto;
        box-sizing: border-box;
    }
}

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

    .general-wrapper .content-wrapper .top .title {
        font-size: 28px;
    }

    .my-tools .tool.number {
        display: block;
        padding: 24px 28px;
    }
    .my-tools .tool.all-tools {
        padding: 18px 20px 15px 68px;
        background-position: 20px 18px;
        background-repeat: no-repeat;
        flex: 0 0 calc(50% - 10px);
        margin: 10px 0;
    }
    .my-tools .tool .tool-title {
        font-size: 16px;
        display: block;
    }
    .my-tools .tool.number .tool-title {
        font-size: 16px;
        display: block;
        margin-bottom: 1px;
    }
    .my-tools .tool.number {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
        padding: 18px 18px;
    }
    .my-tools .tool.number .digit {
        font-size: 28px;
        margin-right: 0;
        margin-left: 10px;
    }
    /*
    .login-page {
        background: url(images/left-side-bg-man.png) bottom right no-repeat, url(/images/left-side-bg.png) calc(50% - 500px) center no-repeat;
    }
    */
    .login-page:before {
        width: 300px;
        background: url(images/left-side-bg-man.png) top 170px right -74px no-repeat, url(/images/left-side-bg.png) top left no-repeat;
        background-size: auto, cover;
    }

    .login-wrap {
        margin: 25px auto 0 340px;
        box-sizing: border-box;
        padding: 0 40px;
        position: relative;
        top: auto;
        left: auto;
    }

    .social-panel .sign-in-with-button {
        display: block;
    }

    .social-panel .sign-in-with-button:first-child {
        margin: 10px 0;
    }

    .sign-in-with {
        line-height: 16px;
    }

    .login-wrap .login-title {
        font-size: 28px;
    }
    .hyperwrite-wrap .hyperwrite {
        padding: 30px 20px 20px 20px;
    }
}

@media screen and (min-width: 1470px) {
    .general-wrapper .slick-dots-wrapper {
        display: none;
    }
}

@media screen and (min-width: 1024px) {
    .slick-dots-wrapper {
        display: none;
    }
}

@media (max-width: 1200px) and (min-width:961px){
    .hyperwrite-wrap .explore::before,
    .hyperwrite-wrap .hyperwrite::before {
        display: inline-block;
        width: 48px;
        height: 48px;
    }
    .general-wrapper .content-wrapper {
        padding: 40px 30px;
    }
    .hyperwrite-wrap .hyperwrite {
        padding: 24px 20px 20px 20px;
    }
    .hyperwrite-wrap .hyperwrite .hyperwrite-text{
        font-size: 18px;
    }
    .hyperwrite-wrap .hyperwrite .hyperwrite-text span{
        font-size: 13px;
    }
    .hyperwrite-wrap .hyperwrite .hyperwrite-link {
        border: 1px solid #CABAED;
        padding: 8px 16px;
        font-size: 14px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
    }
    .hyperwrite-wrap .hyperwrite .hyperwrite-text {
        vertical-align: top;
        width: calc(100% - 70px);
    }
    .hyperwrite-wrap .hyperwrite .hyperwrite-text span {
        margin: 10px 0 0;
    }
    .hyperwrite-wrap {
        gap: 15px;
    }
    .my-tools .tool{
        flex: 0 0 calc(33.33% - 10px);
    }
}
@media screen and (max-width: 1200px) {
    .about-block-bg .about-block {
        padding: 70px 40px 35px;
    }
    .our-vision-wrap {
        margin-top: 40px;
    }
    .about-block-bg .about-block {
        padding: 70px 40px 35px;
        width: 60%;
        margin-right: auto;
        margin-left: 0;
    }
}
@media screen and (max-width: 1100px) {
    .your-results-wrapper .results-wrapper .data-description .grade-wrap li::before {
        padding: 3px 12px;
        left: 10px;
    }

    .your-results-wrapper .results-wrapper .data-description .grade-wrap li {
        padding-left: 115px;
    }

    .person .new-document {
        display: none;
    }

    .text-page.contact {
        padding: 80px 40px 0;
    }

    .univ-info {
        padding: 0;
        padding-top: 40px;
    }

    body .undetectable {
        padding: 40px 0;
    }

    .pricing-packages::before {
        display: none;
    }

    .pricing-packages {
        padding: 90px 0 45px;
    }

    .what-our-customers-say .customers-say-block-bg {
        left: 0;
        right: 0;
        border-radius: 0;
    }

    .header-menu-wrapper {
        padding: 0 40px;
        z-index: 1;
        position: relative;
    }

    .general-wrapper .content-wrapper .top .title {
        font-size: 26px;
    }

    .general-wrapper a.login-button,
    .header-menu-wrapper a.login-button {
        margin-right: 10px;
        font-size: 14px;
    }

    .general-wrapper a.try-for-free, .header-menu-wrapper a.try-for-free {
        padding: 8px 20px;
        font-size: 14px;
    }

    .my-tools .tool.number .digit {
        font-size: 28px;
    }
}

@media screen and (max-width: 960px) {
    .login-page:before {
        width: 210px;
        background: url(images/left-side-bg-man.png) bottom 0 right -10px no-repeat, url(/images/left-side-bg.png) top left no-repeat;
        background-size: 170px, cover;
    }
    .login-wrap {
        margin: 25px auto 0 220px;
        max-width: calc(100% - 230px);
        padding: 0 20px;
    }
    .login-page a.logo {
        margin-top: 0;
        margin-left: 0;
        margin-right: auto;
    }
    .your-results-wrapper .results-wrapper .opinion .points {
        font-size: 15px;
    }
    .login-wrap .social-panel {
        margin: 15px 0 20px;
    }

    .paa,
    .faq {
        column-count: 1;
    }

    .text-page .all-tools-wrap .tools-wrap-item {
        flex: 0 0 100%;
    }

    .contact-wrap .ae-contacts-custom .contact-form {
        padding: 40px;
    }

    .menu-wrapper {
        display: none;
        padding: 10px 24px 24px;
    }

    .menu-wrapper .left-menu {
        margin: 0px 0 37px;
    }

    .menu-wrapper .logo {
        display: none;
    }
    .featherlight-content .menu-wrapper .logo {
        display: block;
        margin-bottom: 15px;
    }
    .featherlight .featherlight-inner.menu-wrapper {
        display: block;
        box-shadow: none;
        padding: 10px 0;
    }

    .menu-wrapper .new-document.mobile-menu {
        display: block;
        margin: 0 0 24px;
    }

    :root {
        --animate-duration: 1s;
        --animate-delay: 1s;
        --animate-repeat: 1;
    }

    .animate__animated {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-duration: var(--animate-duration);
        animation-duration: var(--animate-duration);
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    @-webkit-keyframes slideInLeft {
        from {
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
            visibility: visible;
        }

        to {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }

    @keyframes slideInLeft {
        from {
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
            visibility: visible;
        }

        to {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }

    .animate__slideInLeft {
        -webkit-animation-name: slideInLeft;
        animation-name: slideInLeft;
    }

    @-webkit-keyframes slideOutLeft {
        from {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

        to {
            visibility: hidden;
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
        }
    }

    @keyframes slideOutLeft {
        from {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

        to {
            visibility: hidden;
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
        }
    }

    .animate__slideOutLeft {
        -webkit-animation-name: slideOutLeft;
        animation-name: slideOutLeft;
    }

    .what-our-customers-say {
        padding: 50px 0 10px;
    }

    .what-our-customers-say .title::before {
        background: url(images/under-line-mobile.svg) no-repeat;
        width: 114px;
        height: 13px;
        bottom: -7px;
        left: calc(50% - 35px);
    }

    body .undetectable {
        padding: 40px 10px 0;
    }

    body .title {
        font-size: 32px;
    }

    .undetectable .title {
        display: inline;
    }

    .undetectable .title::after {
        background: url(images/under-line2-mobile.svg) no-repeat;
        position: absolute;
        bottom: 0px;
        right: 0px;
        left: auto;
        width: 97px;
        height: 9px;
    }

    div.under-title {
        font-size: 18px;
        margin: 16px 30px;
    }

    .ai-orders-list {
        justify-content: center;
    }

    .ai-orders-list .ai-orders-item {
        width: 100%;
    }

    .general-wrapper .content-wrapper {
        padding: 20px 32px;
        width: 100%;
    }

     .header-menu-wrapper .center-menu-block {
        order: 0;
        width: 24px;
    }

     .header-menu-wrapper .left-menu-block {
        order: 1;
    }

     .header-menu-wrapper .right-menu-block {
        order: 2;
    }

    .person .new-document {
        display: none;
    }

    .avatar {
        margin: 0;
    }

    .person .ava {
        margin: 0 10px 0 0;
        width: 30px;
        height: 30px;
    }

    .info {
        margin-top: 0px;
    }

    .person .ava a img {
        width: 30px;
        height: 30px;
    }

     .header-menu-wrapper .right-menu-block .login-button {
        display: block;
        background-image: url("images/usericon.svg");
        background-repeat: no-repeat;
        width: 24px;
        height: 24px;
        font-size: 0;
        line-height: 0;
        margin: 0;
    }

     .try-for-free-wrap .login-button,
     .try-for-free {
        display: none;
     }

     .header-menu-wrapper .center-menu-block .burger {
        display: block;
        background-image: url("images/burger.svg");
        background-repeat: no-repeat;
        width: 24px;
        height: 24px;
    }

    .header-menu-wrapper .center-menu-block .burger.close {
        background-image: url("images/burgerClose.svg");
    }

     .header-menu-wrapper .center-menu-block .top-menu-wrapper {
        display: none;
    }

    .footer .right-col .menu-items {
        margin-left: 20px;
    }

    .footer .left-col .all-rights-reserved {
        font-size: 13px;
    }

    .frequently {
        padding: 70px 20px 50px
    }

    .frequently h2.title {
        margin-bottom: 16px;
    }

    .features-ready-for-school {
        padding: 100px 0;
    }

    .features-ready-for-school .features-slider img {
        width: 150px;
    }

    .features-ready-for-school .slide .name {
        font-size: 24px;
    }

    .features-ready-for-school .slide .description {
        font-size: 18px;
        margin-top: 8px;
    }

    .features-ready-for-school .features-slider .slide {
        height: 350px;
        margin: 5px;
        border-radius: 10px;
    }

    .start-your-free-trial {
        padding: 5px 0 50px;
        border-radius: 0;
    }
    .start-your-free-trial .title {
        font-size: 40px;
        margin-bottom: 15px;
    }
    .start-your-free-trial .join-custom-writer {
        min-width: auto;
    }
    .start-your-free-trial .title::before {
        background-position: left top;
        background-size: contain;
        background-repeat: no-repeat;
        display: block;
        width: 113px;
        height: 95px;
        bottom: -71px;
        right: -28px;
    }
    div.under-title {
        margin: 16px 0px;
    }
    .general-wrapper .content-wrapper .ai-orders-wrapper,
    .general-wrapper .content-wrapper .profile-view-wrapper,
    .general-wrapper .content-wrapper .login-component,
    .general-wrapper .content-wrapper .profile-form-wrapper,
    .general-wrapper .content-wrapper .ae-ai-order {
        max-width: 100%;
    }

    .general-wrapper .content-wrapper .top {
        margin-bottom: 10px;
    }

    .general-wrapper .content-wrapper .top .title {
        font-size: 26px;
    }

    .general-wrapper .person {
        display: none;
    }

    .account-top-menu {
        display: flex;
        height: 64px;
    }

    .about-block-bg::before {
        display: none;
    }
    .about-block-bg .left-block {
        max-width: none;
    }

    .about-block-bg .left-block .about-title {
        font-size: 30px;

    }

    .about-block-bg .left-block p.about-sub-description {
        font-size: 19px;
    }

    .about-block-bg .left-block p.about-sub2-description {
        font-size: 18px;
    }

    .about-block-bg .join-custom-writer {
        display: block;
        width: 200px;
        text-align: center;
    }

    .our-vision-wrap .vision {
        width: calc(50% - 12px);
        padding: 28px;
    }

    .our-vision-wrap .vision .title-vision {
        font-size: 18px;
    }

    .our-vision-wrap .vision .description-vision {
        font-size: 16px;
    }

    .choose-wrap {
        gap: 20px;
    }

    .choose-wrap .choose-item {
        padding: 80px 20px 20px 20px;
        background-position-y: 20px;
        background-position-x: center;

        width: calc(50% - 10px);
    }

    .choose-wrap .choose-item .choose-title {
        font-size: 17px;
        text-align: center;
    }

    .choose-wrap .choose-item .choose-description {
        font-size: 14px;
    }

    .content-title {
        margin: 30px 0 15px;
        font-size: 26px;
    }

    .content-title.thank {
        margin: 30px auto 12px;
        font-size: 22px;
        padding: 0 20px;
    }

    .content-sub-title {
        font-size: 16px;
        padding: 0 20px;
    }

    .start-your-essay {
        margin: 0 0 15px;
    }
    .univ-info .trusted-by-students::before {
        content: "";
        background-image: url("images/star.svg");
        background-repeat: no-repeat;
        width: 68px;
        height: 12px;
        display: block;
        margin: 5px auto 18px;
    }
    .we-help .tabs-item{
        padding: 25px 20px 15px;
        min-height: 200px;
    }
}

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

    .contact-wrap .ae-contacts-custom {
        flex-direction:  column-reverse;
    }

    .contact-wrap .ae-contacts-custom .contact-descript {
        background-image: url(images/contact-right-mobile.png);
        width: 100%;
        height: 0;
        padding-bottom: 62%;
        background-size: 100%;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        position: relative;
    }

    .contact-wrap .ae-contacts-custom .contact-descript .support-mail {
        bottom: 20px;
        position: absolute;
        background-image: url(images/mail-icon.png);
        background-position: left center;
        background-repeat: no-repeat;
        line-height: 28px;
        padding-left: 35px;
    }
    .we-help .tabs-item {
        min-height: 220px;
    }
    .we-help .tabs-title {
        font-size: 17px;
    }
    .about-block-bg .about-block {
        padding: 50px 10px 35px 40px;
    }
    .about-block-bg .left-block p.about-sub2-description {
        font-size: 15px;
        padding-top: 0;
    }
    .about-block-bg .left-block p.about-sub-description {
        font-size: 17px;
    }
    .left-block .about-title {
        margin-bottom: 16px;
    }
    .about-block .join-custom-writer{
        margin: 15px 0 12px;
    }
    .about-block-bg {
        border-radius: 0;
    }
    .contact-wrap .ae-contacts-custom .contact-form .contact-submit-wrap {
        text-align: center;
    }
    .contact-wrap .ae-contacts-custom .contact-form input[type="submit"] {
        width: 270px;
        max-width: 100%;
        margin-top: 18px;
    }
    .contact-wrap .ae-contacts-custom .contact-form .fill-up {
        font-size: 14px;
    }
}
@media screen and (max-width: 788px) and (min-width: 641px) {
    .hyperwrite-wrap .explore::before,
    .hyperwrite-wrap .hyperwrite::before {
        display: inline-block;
        width: 48px;
        height: 48px;
    }
    .general-wrapper .content-wrapper {
        padding: 40px 30px;
    }
    .hyperwrite-wrap .hyperwrite {
        padding: 24px 20px 20px 20px;
    }
    .hyperwrite-wrap .hyperwrite .hyperwrite-text{
        font-size: 18px;
    }
    .hyperwrite-wrap .hyperwrite .hyperwrite-text span{
        font-size: 13px;
    }
    .hyperwrite-wrap .hyperwrite .hyperwrite-link {
        border: 1px solid #CABAED;
        padding: 8px 16px;
        font-size: 14px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
    }
    .hyperwrite-wrap .hyperwrite .hyperwrite-text {
        vertical-align: top;
        width: calc(100% - 70px);
    }
    .hyperwrite-wrap .hyperwrite .hyperwrite-text span {
        margin: 10px 0 0;
    }
    .hyperwrite-wrap {
        gap: 15px;
    }
    .my-tools .tool{
        flex: 0 0 calc(33.33% - 10px);
    }
}

@media screen and (max-width: 640px) {
    .login-page:before {
        background: url(images/login-page-man-bg.png) bottom center no-repeat, url(/images/login-page-mob-bg.png) center no-repeat;
        background-size: auto, cover;
        width: 100%;
        height: 115px;
        min-height: auto;
        margin-top: 64px;
    }
    .login-page a.logo {
        margin-top: 16px;
        margin-left: auto;
        margin-right: auto;
    }
    .login-page .logo-block {
        height: 64px;
        text-align: center;
    }
    .login-page a.logo {
        margin-top: 16px;
    }
    .login-page .ae-login {
        margin-top: 140px;
    }
    .login-wrap {
        margin: 0 auto;
        max-width: 380px;
        padding: 0 15px;
    }
    .your-wrapper .your-wrapper-block .results-wrapper {
        display: block;
    }

    .your-wrapper .your-wrapper-block .results-wrapper .data-chart{
        margin: 0 auto;
    }

    .your-results-wrapper .results-wrapper .data-description .grade-wrap {
        padding: 0;
    }

    .your-results-wrapper .results-wrapper  .single-chart {
        width: 250px;
        margin: 0 auto;
    }

    /*.your-wrapper .your-wrapper-block .results-wrapper .data-chart .opinions-wrap {*/
    /*    display: flex;*/
    /*}*/

    .general-wrapper .content-wrapper {
        padding: 20px;
    }

    .my-tools {
        display: block;
    }

    .hyperwrite-wrap {
        display: block;
    }

    .hyperwrite-wrap .hyperwrite {
        margin-bottom: 15px;
    }

    .text-page .all-tools-wrap .tools-wrap-item {
        background-size: 40px;
        background-position: 20px 30px;
        padding: 30px 20px 30px 75px;
    }

    .contact-wrap .ae-contacts-custom .contact-form {
        padding: 15px;
    }

    .text-page.contact {
        padding: 40px 20px 0;
    }

    .text-page.contact .sub-title {
        margin: 15px 0 34px;
    }

    .center-banner.revolutionary .desktop {
        display: none;
    }

    .center-banner.revolutionary .mobile {
        display: block;
        max-width: 400px;
        width: 100%;
        text-align: center;

        margin: 40px auto;
    }

    .choose-wrap .choose-item {
        width: 100%;
    }

    .our-vision-wrap .vision {
        width: 100%;
    }

    .general-wrapper .faq .question-answer,
    .general-wrapper .paa .question-answer {
        flex-basis: 100%;
    }

    .features-ready-for-school {
        padding: 50px 0 20px;
    }

    .features-ready-for-school .slide .name {
        font-size: 18px;
    }

    .features-ready-for-school .slide .description {
        font-size: 14px;
    }

    .univ-info .logos-wrapper .logo-block {
        margin: 0;
    }

    .start-your-free-trial .free-trial {
        border-radius: 0px;
        font-size: 12px;
        padding: 5px 17px;
    }

    .about-block-bg {
        border-radius: 0px;
    }

    .about-block-bg .about-block {
        padding: 50px 10px 30px 30px;
        margin: 0 auto;
        max-width: 420px;
        width: 100%;
    }

    .about-block-bg .left-block .about-title {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .about-block-bg .left-block p.about-sub-description {
        font-size: 16px;
    }

    .about-block-bg .left-block p.about-sub2-description {
        font-size: 14px;
        padding: 0;
    }

    .footer .left-col .footer-logo {
        background-image: url(images/footer-logo-mobile.svg);
        width: 174px;
        height: 31px;
        margin-bottom: 10px;
    }

    .footer .right-col .title-col {
        font-size: 14px;
        margin: 27px 0 23px;
    }

    .footer .right-col a {
        font-size: 13px;
    }

    .footer .right-col .menu-items {
        margin-left: 0px;
    }

    .footer .left-col .all-rights-reserved {
        display: none;
    }

    .footer .right-col .all-rights-reserved {
        display: block;
        color: #CFD2DD;
        font-size: 13px;
        margin-top: 30px;
    }

    .footer.narrow {
        flex-direction: column;
        padding-top: 40px;
        border-radius: 0;
        margin: 0;
    }

    .footer .right-col {
        flex-direction: column;
    }

    body .title {
        font-size: 23px;
    }

    div.under-title a,
    div.under-title {
        font-size: 14px;
        text-decoration: none;
    }

    .undetectable .grafics-src {
        display: none;
    }

    .undetectable .grafics-src-mobile {
        width: 100%;
        max-width: 450px;
        height: auto;
        display: block;
        margin: 15px auto 0;
    }

    .header-menu-wrapper {
        padding: 0 20px;
    }

    .main-block .study-tool-block .hat {
        background-image: url("images/hat-mobile.svg");
        width: 116px;
        height: 87px;
    }

    a.logo {
        background-image: url("images/logo-mobile.svg");
        background-repeat: no-repeat;

        display: block;
        height: 22px;
        width: 154px;
    }

    .join-custom-writer,
    .order-essay {
        font-size: 14px;
        padding: 13px 39px;
        margin: 9px auto 16px;
    }
    .study-tool-block .join-custom-writer,
    .study-tool-block .order-essay {
        font-size: 14px;
        padding: 13px 20px;
        margin: 9px auto 16px;
        min-width: 165px;
        text-align: center;
        box-sizing: border-box;
    }

    .its-free {
        font-size: 14px;
    }

    .main-block .study-tool-block .free-demo {
        font-size: 13px;
    }

    .univ-info .trusted-by-students {
        max-width: 200px;
        margin: 30px auto 25px;
        font-size: 13px;
    }

    .univ-info .logos-wrapper {
        padding: 0 13px;
    }

    .univ-info .logos-wrapper .logo-block {
        width: calc(50% - 5px);
    }

    .univ-info .logos-wrapper .logo-block img {
        width: 100%;
    }

    .paa,
    .faq {
        margin: 0 auto;
        padding: 16px 0px;
    }

    .paa .question-answer,
    .faq .question-answer {
        padding: 18px 18px 18px 48px;
        border-radius: 8px;
        margin: 8px 0;
        color: #E3E4F1;
        font-size: 13px;
        font-weight: 300;
        line-height: 150%;
    }

    .paa .question-answer .question,
    .faq .question-answer .question {
        font-size: 15px;
    }

    .paa .question-answer::before,
    .faq .question-answer::before {
        background-image: url(images/plus-mobile.svg);
        width: 20px;
        height: 20px;
        top: 18px;
        left: 18px;
    }

    .paa .question-answer.active::before,
    .faq .question-answer.active::before {
        background-image: url(images/minus-green-mobile.svg);
    }

    .pricing-packages {
        padding: 48px 0 24px;
    }

    .what-our-customers-say .customers-say-wrapper {
        margin-top: 35px;
    }

    .what-our-customers-say .customers-say-wrapper .customers-say-item {
        padding: 30px 30px 20px;
        border-radius: 15px;

    }

    .what-our-customers-say .customers-say-wrapper .customers-say-item .customer-name .name-wrap .name {
        font-size: 18px;
    }

    .what-our-customers-say .customers-say-wrapper .customers-say-item .customer-name .name-wrap .position {
        font-size: 14px;
    }

    .what-our-customers-say .customers-say-wrapper .customers-say-item .dissertation {
        font-size: 16px;
        margin: 20px 0 15px;
    }

    .what-our-customers-say .customers-say-wrapper .customers-say-item .from {
        font-size: 15px;
    }

    .what-our-customers-say .customers-say-wrapper .customers-say-item .arrow-up {
        background-image: url(images/arrow-pink-mobile.svg);
        width: 32px;
        height: 32px;
    }

    .slick-dots-wrapper {
        margin: 25px 0;
    }

    .general-wrapper .content-wrapper .top .title {
        font-size: 22px;
    }

    .info {
        display: none;
    }

    .person .ava {
        margin: 0;
    }
    .we-help .tabs-items-wrap {
        margin-top: 5px;
        gap: 14px;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    .we-help .tabs-item{
        max-width: 400px;
        min-height: auto;
        height: auto;
        padding: 20px 20px 18px;
        text-align: left;
    }
    .we-help .tabs-item-block .tabs-item:after {
        content: "";
        display: inline-block;
        width: 35px;
        height: 14px;
        background: url(images/we-help-pointer.png) no-repeat center;
        background-size: cover;
        position: absolute;
        bottom: -14px;
        left: calc(50% - 17.5px);
        z-index: 2;
    }
    .we-help .tabs-item-block .tab-content {
        position: static;
        display: inline-block;
        margin-top: 0px;
        max-width: 400px;
        z-index: 1;
        width: 100%;
    }
    .we-help .tabs-wrap {
        margin: 40px auto 35px;
        width: calc(100% - 40px);
        height: auto;
        max-height: inherit;
    }
    .we-help .tabs-items-wrap .tabs-item-block {
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        gap: 14px;
        align-items: center;
    }
    .we-help .green-num {
        width: 39px;
        height: 26px;
        line-height: 26px;
    }
    .we-help .tabs-item {
        border: 2px solid #D2AFFF;
    }
    .wide.we-help {
        max-height: initial;
        overflow-y: hidden;
        background-size: cover;
    }
    .we-help-text {
        font-size: 14px;
    }
    .we-help .title-label {
        font-size: 26px;
    }
    .start-your-free-trial .title {
        margin-bottom: 10px;
        margin-top: 14px;
        font-size: 25px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%;
        letter-spacing: -0.44px;
    }
    .start-your-free-trial .your-free-trial{
        font-size: 15px;
        font-weight: 500;
        line-height: 110%;
    }
    .start-your-free-trial .title::before {
        width: 80px;
        height: 70px;
        bottom: -56px;
        right: -46px;
    }
    .start-your-free-trial .join-custom-writer {
        line-height: 42px;
        font-size: 14px;
    }
    .start-your-free-trial{
        background: url(images/free-trial-right-bg.png) top right no-repeat, url(images/free-trial-top-left-bg.png) left calc(50% - 120px) top 46px no-repeat, url(images/free-trial-left-bg.png) left bottom no-repeat, linear-gradient(90deg, #A8FF89 0.32%, #79F2D5 100.32%);
    }
    .start-your-free-trial .its-free {
        font-size: 13px;
    }
    body .main-block-bg {
        background: url(images/top-main-bg-lines.png) left bottom no-repeat, url(images/top-main-bg-hand-mob.png) bottom left calc(50% + 20px) no-repeat, url(images/top-main-bg-mob.png) bottom center no-repeat;
        min-height: 600px;
        height: auto;
        padding-bottom: 300px;
        background-size: auto, auto, cover;
    }
    .main-block .study-tool-block .mission {
        font-size: 26px;
    }
    .study-tool-block .under-text {
        margin: 10px 0 14px;
        font-size: 16px;
    }
    .my-tools .tool.number {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
    }
    .contact-wrap .ae-contacts-custom .contact-form .fill-up {
        font-size: 16px;
    }
    .text-page h1, .text-page .title {
        font-size: 26px;
    }
    .text-page.contact .sub-title {
        font-size: 14px;
    }
}


@media screen and (max-width: 400px) {
    .main-block-bg {
        background: url("images/main-bg-mob.png") bottom center no-repeat;
        min-height: 628px;
    }
    .study-tool-block .join-custom-writer,
    .study-tool-block .order-essay {
        min-width: 125px;
    }
    .start-your-free-trial .title {
        font-size: 22px;
    }
    .start-your-free-trial .title::before {
        display: none;
    }
    .start-your-free-trial .your-free-trial{
        font-size: 12px;
    }
    .start-your-free-trial .join-custom-writer {
        padding: 0 25px;
    }
    .text-page .all-tools-wrap .tools-wrap-item {
        background-position: center 20px;
        padding: 75px 20px 30px 30px;
    }

    .footer {
        padding: 60px 31px;
    }

    .univ-info .logos-wrapper .logo-block {
        height: 43px;
    }

    body .general-wrapper .content-wrapper .submit-b,
    body .general-wrapper .content-wrapper input[type='submit']  {
        width: 100%;
        box-sizing: border-box;
    }

    .your-wrapper .your-wrapper-padding {
        padding: 20px;
    }

    .your-wrapper .your-wrapper-block .results-wrapper {
        margin-top: 10px;
    }

    .your-wrapper .your-wrapper-block .your-result-title {
        font-size: 18px;
    }

    .your-wrapper .your-wrapper-block .your-text-description {
        font-size: 14px;
        line-height: 140%;
    }
    .we-help-text {
        font-size: 12px;
    }
    .we-help .title-label {
        font-size: 26px;
    }
    .about-block-bg .about-block {
        padding: 40px 20px 30px 20px;
        margin: 0 auto;
    }
    .about-block .join-custom-writer {
        margin: 20px 0 12px;
    }
    .main-block .study-tool-block .mission {
        font-size: 24px;
    }
    .study-tool-block .under-text {
        font-size: 14px;
    }

    .hyperwrite-wrap .hyperwrite::before {
        display: inline-block;
        width: 48px;
        height: 48px;
    }
    .hyperwrite-wrap .hyperwrite {
        padding: 24px 20px 20px 20px;
    }
    .hyperwrite-wrap .hyperwrite .hyperwrite-text{
        font-size: 18px;
    }
    .hyperwrite-wrap .hyperwrite .hyperwrite-text span{
        font-size: 13px;
    }
    .hyperwrite-wrap .hyperwrite .hyperwrite-link {
        border: 1px solid #CABAED;
        padding: 8px 16px;
        font-size: 14px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
    }
    .hyperwrite-wrap .hyperwrite .hyperwrite-text {
        vertical-align: top;
        width: calc(100% - 70px);
    }
    .hyperwrite-wrap .hyperwrite .hyperwrite-text span {
        margin: 10px 0 0;
    }
    .my-tools .tool.number {
        padding: 16px 20px;
    }
    .contact-wrap .ae-contacts-custom {
        margin: 0 -20px -10px;
        background: #fff;
    }
    .contact-wrap .ae-contacts-custom .contact-form {
        padding: 32px 20px;
    }
    .text-page h1, .text-page .title {
        font-size: 22px;
    }
    .text-page.contact .sub-title {
        font-size: 14px;
    }
    .text-page.contact .sub-title {
        margin: 12px 0 24px;
    }
    .contact-wrap .ae-contacts-custom .contact-descript {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}
@media(max-width: 360px){
    .start-your-free-trial{
        background: url(images/free-trial-top-left-bg.png) left calc(50% - 115px) top 46px no-repeat, url(images/free-trial-xs-bg.png) center bottom no-repeat;
        background-size: auto, cover;
    }
}
.half-col {
    width: 50%;
}
.home-features {
    background: #F7F6FA;
    backdrop-filter: blur(250px);
    padding: 1px 0;
}
.col-narrow{
    max-width: 1160px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
body .home-features-content{
    color: #0E0E18;
    font-family: Onest;
    font-size: 46px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.46px;
    margin: 50px auto 50px;
    display: flex;
    gap: 40px;
    text-align: left;
    padding: 0 20px;
    box-sizing: border-box;
}

.home-features .header{
    color: #0E0E18;
    font-family: Onest;
    font-size: 46px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.46px;
    margin: 0 0 50px;
    max-width: 460px;
}
.home-features .title{
    color: #FFF;
    font-family: Onest;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.4px;
    text-align: left;
    margin-bottom: 20px;
}
.home-features .description{
    color: rgba(255,255,255,0.8);
    font-family: Onest;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
}
.home-features-item{
    border-radius: 30px;
    height: 598px;
    max-width: 560px;
    width: 100%;
    margin-bottom: 40px;
    padding: 40px;
    box-sizing: border-box;
}

.home-features .number {
    display: inline-block;
    padding: 0;
    justify-content: center;
    align-items: center;
    width: 64px;
    line-height: 44px;
    background: #fff;
    color: #1B1B28;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    border-radius: 40px;
    text-align: center;
    margin-bottom: 40px;
}
.home-features-item.dark{
    background: #2B2550;
}
.home-features-item.violet{
    border-radius: 30px;
    background: linear-gradient(148deg, #6A2BBA 17.84%, #9A54F3 82.75%);
}

.home-features-item.item-1{
    background: url(images/features-item-1-stars.png) top 70px right 52px no-repeat, url(images/features-item-1-img.png) bottom 0 center no-repeat,url(images/features-item-1-bg.png) bottom 150px left 52px no-repeat, linear-gradient(148deg, #6A2BBA 17.84%, #9A54F3 82.75%);
}
.home-features-item.item-2{
    background: url(images/features-item-2-book.png) bottom  center no-repeat, url(images/features-item-2-stars.png) bottom 0 left 40px no-repeat;
    background-color: #2B2550;
}
.home-features-item.item-3{
    background: url(images/features-item-3-stars.png) top 45px right 52px no-repeat, url(images/features-item-3-img.png) bottom 0 center no-repeat,url(images/features-item-3-bg.png) bottom 70px left 40px no-repeat, linear-gradient(148deg, #6A2BBA 17.84%, #9A54F3 82.75%);
}
.home-features-item.item-4{
    background: url(images/features-item-4-img.png) bottom 0 center no-repeat, url(images/features-item-4-bg.png) bottom 55px center no-repeat;
    background-color: #2B2550;
}
.home-features p {
    color: #0E0E18;
    font-family: Onest;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    margin: 50px auto 50px;
    max-width: 500px;
}
.btn{
    border-radius: 40px;
    display: flex;
    height: 64px;
    line-height: 64px;
    padding: 0 10px;
    justify-content: center;
    align-items: center;
    color: #1B1B28;
    font-family: Onest;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.18px;
    text-decoration: none;
}
.btn-green{
    background: linear-gradient(90deg, #A8FF89 0.32%, #79F2D5 100.32%);
}

.join-us {
    max-width: 1160px;
    min-height: 419px;
    width: calc(100% - 40px);
    padding: 70px 80px 60px;
    background: url(images/join-us-woman.png) bottom left calc(50% + 319px) no-repeat, url(images/join-us-bg.png) left center no-repeat;
    margin: 80px auto 100px;
    position: relative;
    box-sizing: border-box;
    background-size: auto, cover;
}
.join-us .join-us-content{
    max-width: 512px;
    width: 100%;
}
.join-us .title{
    color: #1B1B28;
    font-family: Onest;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%; /* 40px */
    letter-spacing: -0.32px;
    text-align: left;
}
.join-us p {
    margin: 24px 0 40px;
    display: block;
    color: #3B3D53;
    font-family: Onest;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.18px;
}
.join-us .join-us-btn {
    color: #4D1397;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    text-decoration: none;
    background: url(images/join-us-arrow.svg) right center no-repeat;
    padding-right: 30px;
}
.join-us {
    max-width: 1160px;
    min-height: 419px;
    padding: 70px 40px 60px;
    border-radius: 30px;
}
@media (max-width: 1200px) {
    .home-features .title {
        font-size: 35px;
    }
    .main-block .study-tool-block .mission {
        font-size: 40px;
    }
    .main-block .study-tool-block {
        text-align: left;
        padding: 70px 10px 20px;
        box-sizing: border-box;
        max-width: calc(100% - 300px);
        padding: 40px 10px 20px;
    }
    .main-block-bg {
        min-height: 740px;
    }
    .main-block .join-custom-writer,
    .main-block .order-essay {
        padding: 16px 20px;
    }
    .about-block-bg2 {
        background-position-x: calc(50% + 350px);
        background-size: 380px auto;
    }
    .about-block-bg2 {
        background-size: 35%;
        background-position: center right 20px;
    }
}
@media (max-width: 960px) {
    body .home-features-content{
        gap: 20px;
    }
    .home-features .title {
        font-size: 26px;
    }
    .home-features-item {
        padding: 30px 25px;
    }
    .home-features .number {
        margin-bottom: 20px;
    }
    .home-features .description {
        font-size: 15px;
    }
    .home-features-item {
        height: 520px;
    }
    .home-features .header {
        font-size: 35px;
        margin: 0 0 35px;
    }
    .home-features-item {
        margin-bottom: 20px;
    }
    .home-features p {
        font-size: 18px;
    }
    .main-block .study-tool-block {
        max-width: 440px;
        padding: 20px 10px 20px;
    }
    .main-block .study-tool-block .mission {
        font-size: 30px;
    }
    .main-block .order-essay {
        padding: 16px 20px;
        font-size: 16px;
    }
    .join-us{
        margin-bottom: 60px;
    }
}
@media (max-width: 788px) {
    .home-features-item{
        width: 100%;
        max-width: 287px;
        height: 340px;
        padding: 0 20px;
    }
    .home-features .number {
        width: 35px;
        line-height: 23px;
        border-radius: 20px;
        font-size: 11px;
        font-style: normal;
        font-weight: 700;
        margin-bottom: 14px;
    }
    .home-features-item.item-1 {
        background: url(images/features-item-1-bg-mob.png) bottom 0 center no-repeat, linear-gradient(148deg, #6A2BBA 17.84%, #9A54F3 82.75%);
    }
    .home-features-item.item-2 {
        background: url(images/features-item-2-bg-mob.png) bottom 0 left 20px no-repeat;
        background-color: #2B2550;
    }
    .home-features-item.item-3 {
        background: url(images/features-item-3-bg-mob.png) bottom 0 center no-repeat, linear-gradient(148deg, #6A2BBA 17.84%, #9A54F3 82.75%);
    }
    .home-features-item.item-4 {
        background: url(images/features-item-1-bg-mob.png) bottom 0 center no-repeat;
        background-color: #2B2550;
    }
    .home-features .title {
        font-size: 20px;
        margin-bottom: 6px;
    }
    .home-features .title {
        font-size: 20px;
        margin-bottom: 14px;
    }
    .home-features .header {
        color: #0E0E18;
        text-align: center;
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%;
        letter-spacing: -0.22px;
    }
    body .home-features-content {
        gap: 20px;
        max-width: 640px;
    }
    .home-features p {
        font-size: 15px;
    }
    .home-features .btn {
        height: 44px;
        line-height: 44px;
        font-size: 14px;
        font-weight: 500;
        max-width: 256px;
        box-sizing: border-box;
        margin: 0 auto;
    }
    .main-block-bg {

    }
}
@media(max-width:788px) and (min-width: 641px) {
    .join-us {
        min-height: 400px;
        width: calc(100% - 40px);
        padding: 50px 30px 50px;
        background-position: bottom left calc(50% + 259px), left center;
        background-size: 420px, cover;
    }
    .join-us .join-us-content {
        max-width: 460px;
    }
}
@media (min-width: 641px) {
    .home-features .hidden-lg{
        display: none;
    }
}
@media (max-width: 640px) {
    .home-features .hidden-sm{
        display: none;
    }
    body .home-features-content{
        flex-direction: column;
        align-items: center;
    }
    .home-features .header {
        text-align: center;
        margin-bottom: 26px;
    }
    body .home-features-content {
        margin: 45px auto 45px;
        letter-spacing: normal;
        gap: 0;
    }
    .home-features-item {
        width: 100%;
        max-width: 287px;
        height: 307px;
    }
    .home-features .description {
        font-size: 12px;
    }
    .home-features .title {
        font-size: 20px;
        margin-bottom: 7px;
    }
    .top-main-block-content {
        padding: 0 15px;
    }
    .about-block-bg {
        background: url(images/bot-about.svg) bottom 25px center no-repeat, url(images/about-lines-bg-mob.png) left calc(50% + 87px) bottom no-repeat, linear-gradient(90deg, #4F22AF 0.32%, #8237D5 100.32%);
        padding-bottom: 215px;
        background-size: 266px 196px, auto, auto;
        min-height: 500px;
    }
    .about-block-bg2 {
        background-image: none ;
    }
    .main-block .join-custom-writer,
    .main-block .order-essay {
        padding: 0;
        font-size: 14px;
        width: 128px;
        box-sizing: border-box;
        line-height: 42px;
        margin-bottom: 1px;
    }
    .main-block .start-your-essay .join-custom-writer{
        padding: 0 15px;
        font-size: 14px;
        width: auto;
    }
    .main-block .about-block .join-custom-writer, .main-block .order-essay {
        padding: 0 15px;
        font-size: 14px;
        width: auto;
    }

    .main-block .study-tool-block {
        padding: 0;
        margin: 0 auto;
    }

    .main-block .study-tool-block .mission {
        font-size: 24px;
    }

    .study-tool-block .under-text {
        margin: 12px 0 14px;
        font-size: 14px;
        line-height: 150%;
    }
    .header-menu-wrapper {
        height: 60px;
    }
}
@media (max-width: 640px) and (min-width: 401px) {
    .join-us {
        min-height: 320px;
        padding: 40px 40px 40px;
        background: url(images/join-us-woman.png) bottom right -20px no-repeat, url(images/join-us-bg.png) left -110px center no-repeat;
        margin: 45px auto 40px;
        background-size: 270px, cover;
    }
    .join-us .title {
        font-size: 22px;
        max-width: 374px;
    }
    .join-us p {
        font-size: 14px;
        width: 350px;
        max-width: calc(100% - 135px);
    }
}

@media (max-width: 400px) {
    .join-us .title {
        font-size: 18px;
    }
    .join-us p {
        font-size: 12px;
    }
    .home-features-item{
        height: 306px;
    }
    .join-us {
        min-height: 410px;
        padding: 30px 24px 200px;
        background: url(images/join-us-woman.png) bottom right 0 no-repeat, url(images/join-us-bg-mob.png) center no-repeat;
        margin: 45px auto 40px;
        background-size: 267px, cover;
    }
    .join-us p {
        margin: 12px 0 24px;
    }
    .join-us .join-us-content {
        width: 100%;
        max-width: 310px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 360px){
    .join-us {
        padding-top: 24px;
        background: url(images/join-us-woman.png) bottom right -30px no-repeat, url(images/join-us-bg-mob.png) center no-repeat;
        background-size: 267px, cover;
    }
}
body .plagiarism-wrapper.essay-component .plagiarism-frame .drag-n-drop .drag-n-drop-description .upload-file-button {
    font-family: inherit;
}
body .plagiarism-wrapper.essay-component .plagiarism-frame .check-plagiarism {
    border-radius: 40px;
    background: linear-gradient(90deg, #443486 0.32%, #8237D5 100.32%);
    font-family: inherit;
}

.wide.all-tools .text-page-bg {
    background: #fff;
}
/*
.contact-form .messages {
    background: #b5ffd1;
    padding: 20px 20px 20px 20px;
    display: inline-block;
    border-radius: 6px;
    margin: 0 auto;
}
*/
@media(max-width:640px){
    .pricing-packages .ae-ai-subscribe {
        max-width: 320px;
    }
    .home-features-content .half-col {
        width: 100%;
    }
}
@media(max-width:360px){
    body .featherlight .featherlight-content {
        padding: 25px 20px;
    }
    .pricing-wrapper .pricing-item {
        padding: 0 15px 15px;
    }
    .pricing-wrapper .pricing-item .name {
        padding: 25px 15px 0;
        margin: 0 -15px;
    }
    .pricing-wrapper .pricing-item .free {
        top: 20px;
        right: 20px;
    }
    .pricing-wrapper .pricing-item .name {
        padding: 20px 15px 0;
        margin: 0 -15px;
        height: 65px;
    }
    .pricing-wrapper .pricing-item .conditions {
        margin-top: 20px;
        margin-bottom: 0px;
        font-size: 28px;
    }
    .pricing-wrapper .pricing-item .get-started {
        padding: 0 10px;
        margin: 15px 0 15px;
    }
    .pricing-wrapper .separated-line {
        margin-top: 20px;
        padding-bottom: 0px;
    }
    .pricing-wrapper .pricing-item .conditions span {
        font-size: 18px;
    }
    .general-wrapper .pricing-wrapper {
        margin: 20px 0 20px;
    }
}


.long-text-block {
    margin-bottom: 80px;
}
.text-block-wrapper {
    padding: 35px 80px 80px;
    border-radius: 16px;
    border: 1px solid rgba(224, 227, 236, 0.80);
    background: #FFF;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.06);
    max-width: 1400px;
    box-sizing: border-box;
    margin: 90px auto 0;
}
.text-block-wrapper.no-border{
    border: none;
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
}
.text-block-wrapper.no-bottom-margin{
    margin-bottom: 0;
}
.text-block-wrapper.no-top-margin{
    margin-top: 0;
}
.text-block-wrapper > div{
    column-count: 2;
    column-gap: 50px;
}
.text-block-wrapper .why-choose-our-services {
    border: 1px solid rgba(224, 227, 236, 0.80);
    border-radius: 20px;
    padding: 10px 15px;
    width: 100%;
}
.text-block-wrapper .why-choose-our-services tr td {
    border-bottom: 1px solid rgba(224, 227, 236, 0.80);
}
.text-block-wrapper .why-choose-our-services tr:last-child td {
    border: none;
}
.text-block-wrapper .why-choose-our-services tr td:first-child{
    padding-right: 10px;
}
.text-block-wrapper .why-choose-our-services tr td {
    width: 50%;
}
@media screen and (max-width: 1100px) {

    .text-block-wrapper > div {
        column-count: 1;
    }

    .text-block-wrapper .why-choose-our-services {
        margin: 0 auto;
    }
}
@media screen and (max-width: 960px) {

    .text-block-wrapper {
        padding: 20px 20px 30px;
        margin-top: 40px;
    }
    .long-text-block {
        margin-bottom: 40px;
    }

    .text-block-wrapper .why-choose-our-services {
        padding: 5px 15px;
    }

    .text-block-wrapper .why-choose-our-services p {
        font-size: 14px;
    }
}
@media screen and (max-width: 640px){
    .text-block-wrapper .why-choose-our-services {
        padding: 5px 10px;
    }

    .text-block-wrapper .why-choose-our-services tr td:first-child {
        padding-right: 5px;
    }
}
@media screen and (max-width: 400px){
    .text-block-wrapper .why-choose-our-services tr,
    .text-block-wrapper .why-choose-our-services tr td {
        display: block;
        width: 100%;
    }
    .text-block-wrapper .why-choose-our-services tr td:first-child {
        border-bottom: none;
    }
    .text-block-wrapper .why-choose-our-services tr td:first-child p {
        margin-bottom: 2px;
    }
    .text-block-wrapper .why-choose-our-services tr td:last-child p {
        margin-top: 0px;
        padding-left: 20px;
    }
    .frequently {
        padding: 30px 20px 20px;
    }
}


.login-wrap .sub-login-title,
.login-wrap .social-panel,
.login-wrap .sign-in-with {
    display: none;
}
