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

html,
body {
    height: 100%;
    font-weight: 400;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    color: #0E0E18;
}

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

body .narrow {
    margin: 0 auto;
    width: 100%;
    max-width: 1400px;
    box-sizing: border-box;
}
body .narrow.undetectable {
    background: #F7F7F7;
    width: 100%;
    max-width: 100%;
}

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;
    font-weight: 400;
}

div.under-title a{
    color:  #8237D5;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: -0.2px;
}
.blue-btn,
.join-custom-writer.blue-btn{
    border-radius: 30px;
    background: linear-gradient(299deg, rgba(19, 61, 242, 0.80) 25.27%, rgba(19, 205, 242, 0.80) 93.67%);
    font-weight: 400;
}


.main-block-bg {
    background: url("images/main-page-top-bg.png") left bottom no-repeat;
    min-height: 776px;
}

 .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: #fff;
    text-decoration: none;
    margin: 10px 17px;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}
.white-top-bg .header-menu-wrapper .center-menu-block a {
    color: #0E0E18;
}

.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: 50px;
    width: 230px;
}
.white-top-bg a.logo {
    background-image: url(images/dark-logo.svg);
    background-position: left center;
}
a.dark-logo {
    background-image: url("images/dark-logo.svg");
    background-repeat: no-repeat;
    display: block;
    height: 30px;
    width: 185px;
}
.general-wrapper a.try-for-free,
.top-menu-wrapper .burger-menu-bottom-line a.try-for-free,
.white-top-bg .header-menu-wrapper a.try-for-free{
    border-radius: 40px;
    background: linear-gradient(279deg, #133DF2 15.51%, #13CDF2 101.62%);
    color: #FFFFFF;
    padding: 12px 40px;
    text-decoration: none;
}
.top-menu-wrapper .burger-menu-bottom-line a.try-for-free{
    text-align: center;
}

.general-wrapper .try-for-free-separator {
    color: transparent;
}
.header-menu-wrapper a.try-for-free{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    text-transform: uppercase;
    text-decoration: none;
}
.general-wrapper a.login-button,
.top-menu-wrapper .burger-menu-bottom-line a.login-button {
    text-decoration: none;
    margin-right: 0;
    color: #0E0E18;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
}
.top-menu-wrapper .burger-menu-bottom-line a.login-button {
    text-align: center;
}

.header-menu-wrapper a.login-button {
    text-decoration: none;
    margin-right: 0;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
}
.white-top-bg .header-menu-wrapper a.login-button {
    color: #0E0E18;
}
.try-for-free-separator{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin: 0 12px;
}
.study-tool-block {
    max-width: 1245px;
}

.main-block .study-tool-block {
    width: 100%;
    margin: 0px 0;
    text-align: center;
    padding: 70px 10px 20px;
    box-sizing: border-box;
    max-width: 1245px;
}

.main-block .study-tool-block .mission {
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    line-height: 130%;
    max-width: 800px;
    margin: 40px auto;
}

.under-text {
    margin: 15px 0;
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    line-height: 125%;
    letter-spacing: -0.72px;
    font-weight: 500;
}
.under-text b {
    text-transform: uppercase;
    font-weight: 700;
}
.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: Poppins;
    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: 20px 32px 20px 110px;
    background-image: url(images/tools/ai-essay-writer.svg);
    background-position: 30px center;
    background-repeat: no-repeat;
    min-height: 128px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.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 {
    border-radius: 40px;
    background: #071836;
    color: #ffffff;
    font-size: 18px;
    padding: 10px 30px;
    margin: 15px auto 12px;
    text-decoration: none;
    position: inherit;
    height: 60px;
    min-width: 300px;
    max-width: 100%;
    width: auto;
    line-height: 1.4;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    background: linear-gradient(299deg, #133DF2 25.27%, #13CDF2 93.67%);
    justify-content: center;
}

.study-tool-block .join-custom-writer {
    margin: 40px auto 12px;
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.36px;
}

.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 .happy-students {
    color: #FFFFFF;
    margin-top: 30px;
    text-align: center;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.trusted {
    padding: 60px 0;
}

.trusted .trusted-by-students {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin: 40px auto;
    position: relative;
    max-width: 910px;
}

@media(min-width: 801px){
    .trusted .trusted-by-students {
        width: 90%;
    }
    .trusted .trusted-by-students:before,
    .trusted .trusted-by-students:after{
        content: "";
        display: inline-block;
        width: calc(50% - 295px);
        height: 1px;
        background: #B8B8C1;
        position: absolute;
        top: 13px;
    }
    .trusted .trusted-by-students:before{
        left: 0;
    }
    .trusted .trusted-by-students:after{
        right: 0;
    }
}

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

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

.everything-you-need-wrap {
    padding: 95px 40px;
    background: url("images/need-bg.png") center no-repeat;
    backdrop-filter: blur(250px);
    background-size: cover;
}

.everything-you-need-wrap .tabbed-block {
    display: flex;
    max-width: 1400px;
    margin: 0 auto;
    justify-content: space-around;
}

.everything-you-need-wrap .tabbed-block .tabs-wrap {
    max-width: 440px;
}
.everything-you-need-wrap .title-label{
    color: #FFF;
    font-family: Poppins;
    font-size: 46px;
    font-style: normal;
    font-weight: 500;
    line-height:  1.52;
    letter-spacing: -0.92px;
    padding-right: 40px;
}
.everything-you-need-wrap .title-label span.uppercase{
    text-transform: uppercase;
}
.everything-you-need-wrap .tabbed-block .tabs-wrap .tab-item {
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
}

.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;
}

.everything-you-need-wrap .tabbed-block .tabs-wrap .tab-item span {
    border-radius: 40px;
    border: 2px solid rgba(255, 255, 255, 0.30);
    padding: 4px 12px;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    margin-right: 14px;
    font-size: 11px;
    box-sizing: border-box;
    line-height: 27px;
    vertical-align: top;
}

.everything-you-need-wrap .tabbed-block .tabs-wrap .tab-item label {
    color: #FFFFFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: -0.2px;
}

.everything-you-need-wrap .tabbed-block .tabs-wrap .tab-item .desc {
    margin: 10px 0;
    color: #FFF;
    font-family: Roboto Flex;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.everything-you-need-wrap .tabbed-block .tabs-wrap .tab-item {
    border-radius: 12px 0px 0px 12px;
}

.everything-you-need-wrap .tabbed-block .tabs-wrap .tab-item.active {
    background: rgba(255, 255, 255, 0.16);
}

.everything-you-need-wrap .tabbed-block .contents {
    width: 100%;
    max-width: 907px;
}
.everything-you-need-wrap .tabbed-block .title-label {
    margin: 0 auto 25px;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    letter-spacing: -0.44px;
    padding-right: 0;
    max-width: 370px;
}
.everything-you-need-wrap .everything-btn{
    display: block;
    max-width: 390px;
    width: 100%;
    padding: 0 30px 0 30px;
    align-items: center;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.70);
    color:#fff;
    height: 54px;
    line-height: 54px;
    text-decoration: none;
    box-sizing: border-box;
    font-weight: 600;
}
.everything-text {
    color:#FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height:  1.62;
    margin-top: 28px;
    max-width: 400px;
}

.footer.narrow {
    margin-top: 40px;
}

.footer{
    background: #0F0F13;
    border-radius: 30px 30px 0px 0px;
    padding: 60px;
    border-radius: 0;
}
.footer .narrow{
    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/logo.svg);
    width: 225px;
    height: 50px;
    display: block;
    margin-left: -10px;
}

.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: 7px;
}

.featherlight-content .top-menu-wrapper a {
    color: #0E0E18;
    margin-top: 11px;
    display: block;
    text-decoration: none;
    margin-bottom: 11px;
}

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

.start-your-free-trial {
    padding: 60px 0 20px;
    position: relative;
    text-align: center;
    background: url(images/robot-small.svg) left calc(50% - 400px) center no-repeat, url(images/start-free-trial-bg.png) center no-repeat;
}

.start-your-free-trial .your-free-trial-img{
    background-image: url(images/bot-small.svg);
    display: block;
    width: 178px;
    height: 207px;
    position: absolute;
    left: calc(50% - 89px);
    top: -161px;
}
.start-free-trial-content {
    margin: 20px auto;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    max-width: 1400px;
    padding-left: 30%;
}

.start-your-free-trial .title {
    margin: 5px 0 20px;
    display: block;
    color: #FFF;
    font-weight: 400;
    text-align: center;
    font-family: Poppins;
    font-size: 46px;
    font-style: normal;
    line-height: 130%;
    letter-spacing: -0.92px;
}
.start-your-free-trial .title b{
    font-weight: 700;
    display: block;
}

.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;
}

.long-text-block {
    margin-bottom: 80px;
}
.text-block-wrapper {
    padding: 50px 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: 0 auto;
}
.text-block-wrapper.no-border {
    border: none;
    box-shadow: none;
}
.text-block-wrapper.no-bottom-padding {
    padding-bottom: 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 50px;
    }

    .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: 60px 20px 70px;
    background: #F7F7F7;
}
.frequently .under-title a{
    color: #022BD4;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: -0.2px;
    text-decoration: none;
}

.paa,
.faq {
    max-width: 1140px;
    padding: 26px 30px;
    margin: 40px auto;
}

.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: 26px 30px 26px 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: 26px;
    left: 30px;
}

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

.paa .question-answer.active,
.faq .question-answer.active {
    background: linear-gradient(105deg, #133DF2 36.97%, #13CDF2 102.49%);
    color: #fff;
}

.paa .question-answer .question,
.faq .question-answer .question {
    cursor: pointer;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    letter-spacing: -0.2px;
}

.paa .question-answer .answer,
.faq .question-answer .answer {
    margin-top: 16px;
    display: none;
}

.paa .question-answer.active .answer,
.faq .question-answer.active .answer {
    display: block;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    color: #fff;
}

.pricing-packages {
    background: transparent;
    padding: 30px 0;
    position: relative;
}

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

}

.pricing-packages .title {
    color: #0E0E18;
    margin-bottom: 20px;
}
.pricing-packages .title span{
    text-transform: uppercase;
}

.pricing-packages .under-title {
    color: #0E0E18;
    z-index: 2;
    position: relative;
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: -0.2px;
}
.pricing-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}

.pricing-wrapper .pricing-item {
    border-radius: 20px;
    background: #17151B;
    padding: 40px 20px 20px;
    width: calc(25% - 15px);
    box-sizing: border-box;
    position: relative;
    border-radius: 20px;
    background: #071836;
    box-shadow: 0px 8px 28px 0px #C0BAC5;
    margin: 26px 10px 40px;
    padding-bottom: 105px;
}
.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: linear-gradient(279deg, #133DF2 15.51%, #13CDF2 101.62%);
    color: #FFFFFF;
    height: 53px;
    border: none;
}

.pricing-wrapper .pricing-item .name {
    color: #FFF;
    font-family: Poppins;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.52px;
    text-transform: uppercase;
}

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

.pricing-wrapper .pricing-item .conditions span {
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    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%;
}

.pricing-wrapper .pricing-item .hint.limit {
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}
.pricing-wrapper .pricing-item.pricing-item-free .hint.limit {
    height: 20px;
    overflow: hidden;
}

.pricing-wrapper .pricing-item .get-started-void,
.pricing-wrapper .pricing-item .get-started {
    padding: 15px 20px;
    background: #071836;
    display: block;
    border-radius: 40px;
    border: 1px solid #13CDF2;
    text-align: center;
    text-decoration: none;
    color: #fff;
    margin: 12px auto 20px;
    position: absolute;
    bottom: 20px;
    width: calc(100% - 60px);
    box-sizing: border-box;
    font-size: 16px;
    left: 30px;
}

.pricing-wrapper .pricing-item .free {
    border-radius: 40px;
    background: #60E2AF;
    padding: 4px 13px;
    display: inline-block;
    color: #0E0E18;
    font-weight: 600;
    font-size: 17px;
    position: absolute;
    top: 30px;
    right: 30px;
}

.pricing-wrapper .separated-line {
    margin-top: 32px;
    padding-bottom: 10px;
    border-top: 1px solid #3B3D53;

}

.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: #FFFFFF;
    padding: 6px 0;
    margin: 0;
    position: relative;
}

.pricing-wrapper .pricing-item .offers li::before {
    content: "";
    background-image: url(images/check.svg);
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    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;
}

.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-free .get-started-void,
.pricing-wrapper .pricing-item-free .get-started {
    border: 2px solid #F95FE8;
    color: #F95FE8;
    background: none;
}

.pricing-wrapper .pricing-item-free .get-started.free-subscribe {
    border: 1px solid #CABAED;
    background: #FFF;
    color: #8237D5;
}
*/
body .payments-wrapper .payments-list {
    margin: 50px auto 30px;
    max-width: 500px;
}

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

.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;
}

.customers-say-item:before{
    content: '';
    display: block;
    width: 44px;
    height: 32px;
    background: url(images/blue-quotes.svg) center no-repeat;
}

.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: 25px 0 5px;
    color: #5A5C73;
    font-family: Roboto Flex;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    line-height: 150%;
    min-height: 140px;
    height: calc(100% - 200px);
}
.what-our-customers-say .customers-say-wrapper .customers-say-item {
    padding: 50px 40px 25px;
    border: none;
    background: #FFF;
    margin: 6px;
    box-sizing: border-box;
    min-height: 450px;
    margin: 15px;
    border-radius: 25px;
    background: #F7F7F7;
    width: 440px;
    box-shadow: 0px 8px 28px 0px rgba(236, 228, 243, 0.90);
    margin: 15px;
}

.customers-say-block .slick-track{
    padding: 20px;
}

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

.what-our-customers-say .customers-say-wrapper .customers-say-item .from {
    color: #022BD4;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.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;
}
.customers-say-content .left-part {
    max-width: 350px;
    margin-left: 260px;
    text-align: right;
    margin-right: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: calc(50% - 670px);
}
.what-our-customers-say .left-part .title {
    position: relative;
    z-index: 2;
    text-align: right;
    margin-bottom: 10px;
    width: 340px !important;
}
.what-our-customers-say .under-title {
    text-align: right;
}
.what-our-customers-say .slick-dots-wrapper {
    margin-right: 10px;
    justify-content: end;
    margin-top: 80px;
}
.customers-say-content{
    display: flex;
}
.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: #022BD4;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

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

.what-our-customers-say {
    padding: 100px 0 50px;
    position: relative;
    max-width: 100vw;
    overflow: hidden;
}

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

.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: #F4E7FF;
    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: 130px 0 65px;
}

.undetectable .grafics-src {
    width: 100%;
    height: auto;
    max-width: 1230px;
    margin: 20px auto;
    padding: 0 15px;
    box-sizing: border-box;
}

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

.undetectable .title {
    position: relative;
    z-index: 3;
}
/*
.undetectable .title::after {
    content: "";
    background: url(images/under-line2.svg) no-repeat;
    display: block;
    width: 204px;
    height: 16px;
    position: absolute;
    bottom: 0px;
    left: calc(50% + 135px);
}
*/
/*-----------------------------------*/

.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: #F5F5F7;
    box-sizing: border-box;
}

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

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

.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: 15px;
    font-weight: 600;
    font-style: normal;
    line-height: 120%;
    letter-spacing: -0.15px;
    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: #022BD4;
}

.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-blue.svg");
}

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

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

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

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

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

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

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

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

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

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

.menu-wrapper .left-menu li.help:hover {
    background-image: url("images/icons/help-support-blue.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: 15px 0 24px;
    width: 100%;
    display: block;
    border-radius: 40px;
    background: linear-gradient(279deg, #133DF2 15.51%, #13CDF2 101.62%);
    padding: 9px 24px;
    text-decoration: none;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    box-sizing: border-box;
    text-align: center;
}

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

.having-problems .description {
    color: #CFD2DD;
    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: transparent;
    padding: 0 10px;
    text-align: center;
    display: block;
    text-decoration: none;
    border: 1px solid #13CDF2;
    height: 40px;
    box-sizing: border-box;
    line-height: 38px;
    width: 150px;
    margin: 16px auto 0;
    font-size: 13px;
}

.general-wrapper .content-wrapper .top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}
.general-wrapper .content-wrapper .top h1{
    font-size: 34px;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: normal;
}

.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: #FFF;
    border-radius: 38px;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    background: linear-gradient(279deg, #133DF2 15.51%, #13CDF2 101.62%);
    box-sizing: border-box;
    display: block;
    padding: 0 20px;
    line-height: 40px;
}

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

.ava {
    margin-right: 16px;
    width: 44px;
    height: 44px;
}
.customers-say-block .ava {
    margin-right: 0;
    width: 70px;
    height: 70px;
}

.info {
    margin-top: 4px;
}

.avatar .info {
    margin-top: 4px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

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

.info .plan {
    color: #022BD4;
    font-family: Poppins;
    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%);
}

.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: #F9F6FF;
    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");
    border: 10px solid #F9F6FF;

    margin-bottom: 0px;
}


.text-page .all-tools-wrap .tools-wrap-item .all-tool-title {
    color: #0E0E18;
    font-family: Poppins;
    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: Poppins;
    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: Poppins;
    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 60px;
    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: Poppins;
    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: #ADAFBF;
    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;
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    letter-spacing: -0.32px;
    padding: 10px 70px;
    background: linear-gradient(275deg, #133DF2 30.94%, #13CDF2 96.84%);
    border: none;
}

.contact-wrap .ae-contacts-custom .contact-descript {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 320px;
    height: 636px;
    padding-bottom: 40px;
    text-align: center;
    box-sizing: border-box;
    background: url(images/about-us-robot.svg) left calc(50% - 20px) top calc(80% - 100px) no-repeat, url(/images/page-left-bg.png) left center no-repeat;
    background-size: 180px, 320px;
}

.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;
}

.paa,
.faq {
    margin: 20px auto;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    max-width: 1400px;
    column-count: 2;
}

.general-wrapper .paa,
.general-wrapper .faq {
    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: Poppins;
    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'] {
    border-radius: 40px;
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.3px;
    padding: 10px 50px;
    background: linear-gradient(279deg, #133DF2 15.51%, #13CDF2 101.62%);
    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: #FFFFFF;
}

body .profile-wrapper .data-table .row .col:nth-child(2) {
    color: #0E0E18;
}

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

.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: 80px;
    height: 80px;
    padding: 20px;
    border-radius: 40px;
    box-sizing: border-box;
}

.hyperwrite-wrap .explore {
    background: #022BD4;
}

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

.hyperwrite-wrap .document {
    background: #091642;
}

.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;
}

.hyperwrite-wrap .hyperwrite .hyperwrite-link {
    color: #FFF;
    text-decoration: none;
    border: 1px solid #13CDF2;
    border-radius: 20px;
    text-align: center;
    height: fit-content;
    padding: 7px 20px;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.hyperwrite-wrap .hyperwrite .hyperwrite-link {
    position: absolute;
    right: 40px;
    top: calc(50% - 20px);
}

.hyperwrite.document {
    background-color: #091642;
}

.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-us-robot.svg) right calc(50% - 330px) top 80px no-repeat, url(images/bot-about.png) center bottom no-repeat;
    position: relative;
    box-sizing: border-box;
}
@media(min-width:1600px){
    .about-block-bg {
        background-size: auto, cover;
    }
}
.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;
}

.left-block p.about-sub-description {
    color: #FFFFFF;
    font-family: Poppins;
    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: 90px 20px 190px;
}

.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: Poppins;
    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: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: -0.2px;
}

.our-vision-wrap {
    margin-top: -130px;
    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: #022BD4;
    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;
    padding: 40px 40px 40px 140px;
    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;
    border-radius: 16px;
    background-color: #F7F7F7;
    background-size: 75px;
}

.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;
}
.revolutionary {
    width: 100%;
    margin: 40px auto 0;
    background: url(images/join-us-bg.png) center no-repeat;
    background-size: cover;
}
@media(min-width:1601px){
    .revolutionary {
        background-size: cover;
    }
}
.revolutionary h2{
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: -0.32px;
    margin: 15px 0;
}
.revolutionary .subtitle {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.18px;
    color: #fff;
    margin: 27px 0 30px;
}
.revolutionary a.join-btn {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    display: block;
    background: url(images/icons/arrow-right-white.svg) right center no-repeat;
    width: 124px;
    height: 22px;
    text-decoration: none;
}
.revolutionary-img{
    border-radius: 30px;
}
.center-banner.revolutionary .mobile {
    display: none;
}
.text-container{
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}
.revolutionary-container{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 470px;
    background: url(images/join-us-img.png) left 20px center no-repeat;
}
.revolutionary-container .revolutionary-text {
    max-width: 630px;
    width: calc(100% - 530px);
    color: #fff;
    text-align: left;
}
.center-banner.revolutionary img {
    width: 100%;
    height: auto;
    margin: 40px auto;
}
@media(max-width:1200px){
    .revolutionary-container {
        background-size: 360px;
        min-height: 400px;
    }
    .revolutionary-container .revolutionary-text {
        width: calc(100% - 400px);
    }
    .revolutionary h2 {
        font-size: 28px;
    }
}
@media(max-width:960px){
    .content-title.thank {
        margin: 0 0 18px;
    }
    .revolutionary {
        width: 100%;
        margin: 40px auto 0;
        background: url(images/join-us-bg.png) center no-repeat;
        background-size: cover;
    }
    .revolutionary-container {
        background-size: 290px;
        min-height: 360px;
        background-position: left 5px center;
    }
    .revolutionary-container .revolutionary-text {
        width: calc(100% - 310px);
    }
    .revolutionary h2 {
        font-size: 22px;
    }
    .revolutionary .subtitle {
        font-size: 16px;
        margin: 15px 0 20px;
    }
}

.content-title.thank {
    margin: 0 auto 18px;
}
.thanks-info {
    background: #F7F7F7;
    padding: 85px 0;
}
.thanks-info-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.06);
    padding: 40px 54px;
}
.thanks-info .content-title{
    font-weight: 400;
}
.thanks-info .join-custom-writer {
    min-width: auto;
    padding: 10px 20px;
}
@media(max-width: 780px){
    .join-custom-writer {
        font-size: 14px;
        padding: 10px 10px;
        min-width: 230px;
    }
}
@media(max-width:640px){
    .revolutionary {
        width: 100%;
        margin: 40px auto 0;
        background: url(images/join-us-bg-blue.png) left 0 bottom no-repeat, url(images/join-us-bg.png) right bottom no-repeat;
        background-size: auto 100%, cover;
        padding-left: 30px;
    }
    .revolutionary-container .revolutionary-text {
        width: auto;
    }
    .revolutionary-container {
        min-height: auto;
        padding: 40px 20px;
    }
    .revolutionary-container {
        background-image: none;
    }
    .footer .narrow {
        display: block;
    }
}

.start-your-essay {
    margin: 0 0 0;
}

.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: Poppins;
    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 {
    display: block;
    height: 100%;
    background: url(images/about-us-robot.svg) left 35px top calc(83vh - 250px) no-repeat, url(/images/page-left-bg.png) left center no-repeat;
    background-size: auto, 360px;
}
.login-wrap {
    top: calc(50% - 240px);
    left: calc(50% - 240px);
    position: absolute;
    max-width: 510px;
    width: 100%;
}

.login-wrap .login-title {
    color: #0E0E18;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.32px;
}

.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");
}

.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;
    padding: 10px 60px;
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.32px;
    background: linear-gradient(275deg, #133DF2 30.94%, #13CDF2 96.84%);
    border: none;
    min-width: 190px;
}

.login-wrap .goto {
    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;
    color: #022BD4;
}

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

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

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

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

.featherlight .featherlight-inner.menu-wrapper {
    min-width: 60px;
    max-width: 250px;
    padding: 0;
}
.menu-wrapper.featherlight-inner .left-menu li a {
    text-decoration: none;
    color: #0E0E18;
    font-size: 13px;
    font-weight: 600;
    font-style: normal;
    line-height: 120%;
    letter-spacing: -0.15px;
    padding: 5px 10px;
}

.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: Poppins;
    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: Poppins;
    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: Poppins;
    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: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.3px;
    padding: 10px 60px;
    border-radius: 40px;
    background: #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: Poppins;
    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: Poppins;
    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;
}
.features-ready {
    padding: 90px 0;
}
.features-ready-content {
    display: flex;
    flex-direction: row-reverse;
    gap: 45px;
}
.features-ready-item {
    display: flex;
    padding: 30px 40px 30px 190px;
    align-items: center;
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.07);
    color: #022BD4;
    font-family: Poppins;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: -0.6px;
    min-height: 230px;
    box-sizing: border-box;
    max-width: 470px;
}
.features-ready-item.item1 {
    background: url(/images/features-ready1.svg) top 50px left 40px no-repeat;
    background-size: 130px
}
.features-ready-item.item2 {
    background: url(/images/features-ready2.svg) top 50px left 40px no-repeat;
    background-size: 130px;
}
.features-title-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 365px;
}
.features-ready .features-title{
    color: #0E0E18;
    text-align: right;
    font-family: Poppins;
    font-size: 46px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.92px;
}
.features-ready .features-title span{
    text-transform: uppercase;
}
.features-subtitle{
    color: #0E0E18;
    text-align: right;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: -0.2px;
    margin-top: 12px;
}
.features-ready-items{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px
}
/*
.customers-say-block button.slick-next.slick-arrow {
    left: -108px;
    position: absolute;
    top: 397px;
    width: 34px;
    background: transparent;
    font-size: 0;
    height: 21px;
    border: none;
}
.customers-say-block button.slick-prev.slick-arrow {
    top: 397px;
    position: absolute;
    left: -336px;
    width: 34px;
    background: transparent;
    font-size: 0;
    height: 21px;
    border: none;
}
*/
@media screen and (max-width: 1550px) {
    .hyperwrite-wrap .hyperwrite {
        display: block;
        padding: 120px 20px 20px 20px
    }

    .hyperwrite-wrap .hyperwrite::before {
        display: block;
        position: absolute;
        top: 20px;
        left: calc(50% - 50px);
    }

    .hyperwrite-wrap .hyperwrite .hyperwrite-link {
        position: static;
        display: block;
        margin-top: 15px;
    }
}

@media screen and (max-width: 1350px) {
    .customers-say-content .left-part {
        margin-left: 15px;
        margin-right: 40px;
    }

    .what-our-customers-say .customers-say-wrapper .customers-say-item {
        width: 360px;
    }

    .what-our-customers-say {
        padding: 35px 0 30px;
    }

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

    .my-tools .tool.number {
        display: block;
        padding: 24px 28px;
    }

    .my-tools .all-tools {
        padding: 15px 15px 15px 70px;
        background-position: left 15px top 15px;
        background-size: 40px;
        align-items: flex-start;
        flex-direction: column;
        justify-content: flex-start;
        min-height: 100px;
    }
    .my-tools .tool {
        flex: 0 0 calc(33.33% - 8px);
        margin: 7px 0;
    }
    .my-tools .tool .tool-title {
        font-size: 16px;
    }
    .hyperwrite-wrap .hyperwrite {
        padding: 120px 20px 20px 20px
    }

    .login-wrap {
        margin: 50px auto 0;
        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;
    }
    .start-your-free-trial {
        padding: 90px 0 40px;
        position: relative;
        text-align: center;
        background: url(images/robot-small.svg) left calc(50% - 220px) center no-repeat, url(images/start-free-trial-bg.png) center no-repeat;
    }
    .start-free-trial-content {
        max-width: 950px;
    }
    .start-your-free-trial .title {
        font-size: 34px;
        margin: 5px 0 5px;
    }
    .start-free-trial-content {
        margin: 20px auto 5px;
    }
    .join-custom-writer {
        font-size: 16px;
        padding: 10px 15px;
        margin: 10px auto 5px;
        height: 46px;
    }
    .undetectable {
        text-align: center;
        padding: 60px 0 30px;
    }
    .trusted {
        padding: 31px 0;
    }
    .everything-you-need-wrap .tabbed-block .contents img {
        max-width: 100%;
        height: auto;
        box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.12);
    }
}

@media screen and (min-width: 1470px) {
    .general-wrapper .slick-dots-wrapper {
        display: none;
    }
}
@media (max-width: 1200px) and (min-width:961px){
    .my-tools .tool {
        flex: 0 0 calc(50% - 8px);
    }
}
@media (max-width: 1200px) {
    .main-block .study-tool-block {
        padding: 60px 10px 30px;
    }
    .main-block-bg {
        min-height: 680px;
    }
    .study-tool-block .join-custom-writer {
        margin: 20px auto 0px;
    }
    .features-ready-item.item1,
    .features-ready-item.item2 {
        background-position: top 30px left 50%;
        background-size: 90px;
        padding-top: 135px;
        text-align: center;
    }
    .features-ready-item {
        padding: 30px 30px;
        align-items: center;
        border-radius: 20px;
        background: #FFF;
        box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.07);
        color: #022BD4;
        font-family: Poppins;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 130%;
        letter-spacing: -0.6px;
        min-height: 230px;
        box-sizing: border-box;
        max-width: 340px;
        width: 48%;
    }
    .features-ready {
        padding: 60px 15px;
    }
    .features-ready .features-title {
        font-size: 34px;
    }
    .features-subtitle {
        font-size: 18px;
    }
    .features-title-block {
        max-width: 300px;
    }
    .frequently {
        padding: 45px 20px 40px;
    }
    .frequently h2.title {
        margin-bottom: 10px;
    }
    .what-our-customers-say .left-part .title {
        width: 280px !important;
    }
    .login-wrap {
        margin: 100px auto 0 370px;
    }
    .login-page a.logo.white {
        background-image: url(images/dark-logo.svg);
        margin-left: 405px;
        margin-top: 60px;
    }
}
@media (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;
    }

    .your-wrapper .your-wrapper-block .results-wrapper .data-chart {
        /*width: 100%;*/
    }

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

    .my-tools .tool.number {
        display: block;
    }

    .everything-you-need-wrap::after {
        display: none;
    }

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

    .trusted {
        padding: 0;
    }
    .trusted .trusted-by-students {
        margin: 40px auto 10px;
    }
    /*
    .trusted .trusted-by-students::before {
        content: "";
        background-image: url("images/star.svg");
        background-repeat: no-repeat;
        width: 68px;
        height: 12px;
        display: block;
        margin: 10px auto 15px;
    }
    */

    .everything-you-need-wrap {
        padding: 80px 40px;
    }

    .everything-you-need-wrap .title-label {
        font-size: 24px;
        margin: 20px 0;
    }

    .everything-you-need-wrap .tabbed-block .tabs-wrap {
        max-width: 300px;
    }

    .everything-you-need-wrap .tabbed-block .tabs-wrap .tab-item {
        padding: 20px;
        cursor: pointer;
        z-index: 1;
    }

    body .undetectable {
        padding: 40px 0;
    }

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

    .pricing-packages {
        padding: 40px 0 25px;
    }

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

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

    .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;
    }
    .main-block .study-tool-block .mission {
        margin: 5px auto 5px;
        font-size: 50px;
    }
    .main-block-bg {
        min-height: 550px;
    }
    .customers-say-content {
        display: flex;
        flex-direction: column;
    }
    .customers-say-content .left-part {
        max-width: inherit;
        justify-content: center;
        align-items: center;
    }
    .what-our-customers-say .left-part .title {
        width: 100% !important;
        max-width: inherit;
        text-align: center;
    }
    .what-our-customers-say .slick-dots-wrapper {
        margin-top: 0;
        margin-bottom: 0;
        position: absolute;
        bottom: 0;
    }
    .what-our-customers-say .customers-say-wrapper {
        padding-bottom: 25px;
    }
}

@media screen and (max-width: 960px) {
    .header-menu-wrapper {
        background: #fff;
    }
    .header-menu-wrapper {
        height: 55px;
    }
    .header-menu-wrapper a.logo {
        background-image: url(images/logo-dark.svg);
        background-repeat: no-repeat;
        background-position: center;
    }
    .burger-menu-top-line{
        margin-bottom: 14px;
    }
    .top-menu-wrapper .hidden-item{
        display: block;
    }
    .featherlight-content .top-menu-wrapper a.top-menu-link {
        border-top: 1px solid #E0E3EC;
        margin-bottom: 0;
        padding: 10px;
        margin-top: 0;
    }
    .featherlight-content .top-menu-wrapper a.top-menu-link.last {
        border-bottom: 1px solid #E0E3EC;
    }
    .featherlight .featherlight-inner.top-menu-wrapper {
        min-width: 230px;
    }
    .menu-wrapper.featherlight-inner .having-problems {
        display: none;
    }
    .burger-menu-bottom-line.hidden-item {
        margin-top: 80px;
    }
    .main-block .study-tool-block .mission {
        font-size: 46px;
    }
    .study-tool-block .under-text,
    .main-block .study-tool-block .happy-students {
        font-size: 20px;
    }
    .main-block-bg {
        min-height: 500px;
    }
    .header-menu-wrapper .try-for-free-separator {
        display: none;
    }
    .start-your-free-trial {
        padding: 70px 0 20px;
        position: relative;
        text-align: center;
        background: url(images/robot-small-sm.svg) left calc(50% - 220px) center no-repeat, url(images/free-trial-bg.png) left calc(50% - 100px) top 20px no-repeat, url(images/start-free-trial-bg.png) center no-repeat;
        background-size: 130px, auto, cover;
    }
    .your-results-wrapper .results-wrapper .opinion .points {
        font-size: 15px;
    }

    .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 10px;
    }

    .menu-wrapper .logo {
        display: none;
    }

    .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;
    }

    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;
        /*width: 30px;*/
        /*height: 30px;*/
    }

    .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;
        background-size: contain;
        width: 28px;
        height: 28px;
        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;
    }

    .start-your-free-trial {
        padding-left: 10px;
        padding-right: 10px;
    }

    .start-your-free-trial::before,
    .start-your-free-trial::after {
        display: none;
    }

    .start-your-free-trial .your-free-trial {
        font-size: 11px;
        letter-spacing: 0.4px;
        margin-top: 57px;
    }

    .start-your-free-trial .your-free-trial::before {
        content: "";
        background-image: url(images/bot-small-mobile.svg);
        display: block;
        width: 158px;
        height: 179px;
        position: absolute;
        left: calc(50% - 76px);
        top: -137px;
    }

    .start-your-free-trial .title {
        font-size: 20px;
        margin: 16px 0;
        letter-spacing: 1px;
    }

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

    .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;
    }

    .everything-you-need-wrap .tabbed-block {
        flex-direction: column;
    }

    .everything-you-need-wrap .tabbed-block .contents {
        border-radius: 0;
        width: 100%;
        /*background-size: 100% 100%;*/
        height: 0;
        padding-bottom: 60%;
    }

    .everything-you-need-wrap .tabbed-block .contents::before {
        display: none;
    }

    .everything-you-need-wrap .tabbed-block .tabs-wrap {
        max-width: none;
    }

    .everything-you-need-wrap .tabbed-block .tabs-wrap .tab-item {
        border-radius: 12px 12px 0 0;
    }
    .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%;
    }

    /*.menu-wrapper {*/
    /*    display: none;*/
    /*    position: absolute;*/
    /*    z-index: 2;*/
    /*    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 .about-title {
        font-size: 30px;

    }

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

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

    .about-block-bg {
        background: url(images/about-us-robot.svg) right calc(50% - 295px) top 80px no-repeat, url(images/bot-about.png) center bottom no-repeat;
        background-size: 170px, auto;
    }

    .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 0 12px;
        font-size: 22px;
        padding: 0 20px;
    }

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

    .start-your-essay {
        margin: 0 0 15px;
    }
    .everything-you-need-wrap {
        padding: 50px 40px 30px;
    }
    .everything-you-need-wrap .everything-btn {
        max-width: 280px;
        width: 100%;
        padding: 0 30px 0 30px;
        align-items: center;
        background: rgba(0, 0, 0, 0.70);
        color: #fff;
        height: 50px;
        line-height: 50px;
        box-sizing: border-box;
        text-align: center;
        margin: 0 auto;
    }
    .everything-text {
        color: #FFF;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.62;
        margin-top: 20px;
        max-width: max-content;
        margin-bottom: 30px;
        text-align: center;
    }
    .thanks-info-container {
        padding: 30px 40px;
    }
    .join-custom-writer {
        font-size: 16px;
        padding: 10px 15px;
        margin: 10px auto 5px;
        height: 46px;
        text-align: center;
    }
    .start-your-essay {
        margin: 0;
    }
    .content-title.thank {
        margin: 12px 0 12px;
    }
    .login-page {
        background: url(/images/page-left-bg.png) left center no-repeat;
        background-size: 230px;
    }
    .login-wrap {
        margin: 25px auto 0 250px;
    }
    .login-page a.logo.white {
        margin-left: 290px;
        margin-top: 30px;
    }
}

@media screen and (max-width: 788px) {
    .about-block-bg .left-block {
        max-width: none;
    }
    .about-block-bg .join-custom-writer {
        display: block;
    }
    .about-block-bg {
        background: url(images/bot-about.png) center bottom no-repeat;
    }
    .my-tools .tool {
        flex: 0 0 calc(50% - 8px);
    }

    .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;
    }
    .features-ready-content {
        display: flex;
        flex-direction: column;
        gap: 25px;
    }
    .features-title-block {
        max-width: 100%;
        justify-content: center;
        align-items: center;
    }
    .thanks-info-container {
        padding: 15px;
    }
    .content-title.thank {
        margin: 5px 0 10px;
    }
    .login-wrap {
        margin: 25px auto 0 128px;
    }
    .login-page {
        background: url(/images/page-left-bg.png) left center no-repeat;
        background-size: 125px 100%;
    }
    .login-page a.logo.white {
        margin-left: 170px;
        margin-top: 25px;
    }
}

@media screen and (max-width: 640px) {
    .login-wrap {
        margin: 25px auto 0 auto;
    }
    .login-page {
        background: none;
    }
    .login-page a.logo.white {
        margin-left: auto;
        margin-top: 25px;
        margin-right: auto;
        display: block;
    }
    .login-wrap .login-title {
        font-size: 24px;
    }
    .login-wrap .login-title,
    .login-wrap .sub-login-title {
        text-align: center;
    }
    .everything-you-need-wrap .tabbed-block .title-label {
        margin: 15px auto 25px;
    }
    .header-menu-wrapper .right-menu-block .login-button {
        width: 32px;
        height: 32px;
    }

    .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;
    }
    .main-block-bg {
        background: url(images/main-page-mob-bg.png) center bottom no-repeat;
        background-size: cover;
    }

    .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 .paa .question-answer,
    .general-wrapper .faq .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;
    }

    .trusted .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 30px;
    }


    .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: 15px;
        padding: 0;
    }

    .footer .left-col .footer-logo {
        background-image: url(images/logo.svg);
        width: 168px;
        height: 36px;
        background-size: contain;
        margin-bottom: 0;
        background-repeat: no-repeat;
    }

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

    .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;
        text-align: center;
    }

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

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

    .start-your-free-trial {
        border-radius: 0;
        padding: 60px 0 40px;
    }

    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: 0 auto;
    }
    .undetectable .grafics-src-mobile {
        margin: 0 auto;
        padding: 0;
        margin-top: -20px;
        margin-bottom: -30px;
    }
    .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: 26px;
        width: 164px;
    }

    .main-block .study-tool-block {
        padding: 34px 10px;
        color: #fff;
    }

    .main-block .study-tool-block .mission {
        font-style: normal;
        font-weight: 600;
        letter-spacing: -0.6px;
        color: #fff;
        font-size: 34px;
    }

    .main-block .study-tool-block .mission span {
        background-image: url("images/vector-mobile.svg");
        background-position-x: calc(50% + 11px);
    }

    .main-block .study-tool-block .under-text {
        margin: 10px 0 30px;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 125%;
        letter-spacing: -0.32px;
    }
    .main-block .study-tool-block .happy-students {
        margin-top: 20px;
    }

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

    .main-block-bg {
        min-height: auto;
    }

    .main-block .study-tool-block .happy-students {
        font-size: 16px;
    }

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

    .trusted .logos-wrapper {
        padding: 0 13px 20px;
    }

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

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

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

    .paa .question-answer,
    .faq .question-answer {
        padding: 18px 18px 18px 48px;
        border-radius: 8px;
        margin: 8px 0;
    }

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

    .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-mobile.svg);
    }

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

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

    .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;
    }

    .everything-you-need-wrap .tabbed-block .tabs-item-wrap {
        flex-direction: column;
    }

    .everything-you-need-wrap .tabbed-block .tabs-wrap .tab-item .desc {
        font-size: 14px;
    }

    .everything-you-need-wrap .tabbed-block .tabs-item-wrap .tab-item {
        border-radius: 12px 0 0 12px;
    }

    /*.everything-you-need-wrap .tabbed-block .contents {*/
    /*    height: 250px;*/
    /*}*/

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

    .info {
        display: none;
    }

    .person .ava {
        margin: 0;
    }
    .study-tool-block .join-custom-writer{
        padding: 13px 10px;
        margin: 9px auto 16px;
        width: 218px;
        height: 44px;
        min-height: 44px;
        padding: 10px 20px;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: normal;
    }
    .start-your-free-trial {
        background: url(images/robot-small-sm.svg) left 35px top 80px no-repeat, url(images/free-trial-bg.png) left 101px top 20px no-repeat, url(images/start-free-trial-bg.png) center no-repeat;
        background-size: 83px, auto, cover;
    }
    .start-free-trial-content {
        margin: 20px auto;
        padding: 0;
        box-sizing: border-box;
        width: 100%;
        max-width: 1400px;
        padding-left: 130px;
    }
    .features-ready .features-title {
        font-size: 22px;
    }
    .features-ready .features-subtitle {
        margin-top: 8px;
        font-size: 14px;
    }
    .thanks-info-container {
        padding: 25px 20px 20px;
        flex-direction: column;
    }
    .join-custom-writer {
        margin: 15px auto 5px;
    }
    .content-sub-title {
        font-size: 14px;
    }
    .thanks-info {
        padding: 35px 0;
    }
    .what-our-customers-say .customers-say-wrapper .customers-say-item {
        width: 300px;
        max-width: 90%;
    }
    .text-page h1,
    .text-page .title {
        font-size: 26px;
    }
    h2 {
        font-size: 23px;
    }
}
@media screen and (max-width: 480px) {
    .text-page h1, .text-page .title {
        font-size: 22px;
    }
    h2 {
        font-size: 20px;
    }
    h3{
        font-size: 18px;
    }
    h4{
        font-size: 16px;
    }
    p{
        font-size: 13px;
    }
    .start-your-free-trial .title {
        font-size: 18px;
        letter-spacing: -0.36px;
        text-align: left;
        max-width: 300px;
    }
    .features-ready-item {
        padding: 30px 20px;
    }
    .join-custom-writer {
        margin-left: 0;
    }
    .start-free-trial-content {
        padding-left: 140px;
    }
    .thanks-info {
        padding: 25px 0;
    }
}

@media screen and (max-width: 400px) {
    .login-wrap .login-title {
        font-size: 22px;
    }
    .thanks-info .text-container {
        margin: 0 auto;
        padding: 0 15px;
    }
    .content-sub-title {
        font-size: 14px;
        line-height: 1.3;
        padding: 0;
    }
    .features-ready-items {
        flex-direction: column;
    }
    .features-ready-item {
        width: 340px;
        max-width: 100%;
    }
    .main-block .study-tool-block .mission {
        font-size: 28px;
    }
    .main-block .study-tool-block .under-text {
        margin: 5px 0 25px;
    }
    .main-block .study-tool-block .happy-students {
        font-size: 15px;
    }
    .text-page .all-tools-wrap .tools-wrap-item {
        background-position: center 20px;
        padding: 75px 20px 30px 30px;
    }

    .everything-you-need-wrap {
        padding: 20px 40px 40px;
    }

    .footer {
        padding: 30px 31px;
    }

    .trusted .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%;
    }
    .start-your-free-trial {
        border-radius: 0;
        padding: 60px 0 40px;
        padding-bottom: 75px;
    }
    .start-your-free-trial .title {
        max-width: 220px;
    }
    .revolutionary-container {
        min-height: auto;
        padding: 10px 10px 20px;
    }
    .revolutionary h2 {
        font-size: 20px;
    }
    .revolutionary .subtitle {
        font-size: 12px;
        margin: 15px 0 15px;
    }
    .revolutionary a.join-btn {
        font-size: 14px;
        width: 108px;
        height: 20px;
        text-decoration: none;
        background-size: 20px;
    }
    .join-custom-writer {
        margin-left: 0;
        width: 230px;
    }
    .about-block-bg .join-custom-writer {
        margin-left: 0;
        width: 100%;
        max-width: 300px;
    }
    .start-free-trial-content .join-custom-writer {
        position: absolute;
        left: calc(50% - 115px);
    }
}
@media screen and (max-width: 360px){
    .start-free-trial-content {
        padding-left: 135px;
    }
}

@media(max-width: 1800px){
    .about-block-bg .about-block {
        padding: 60px 20px 160px;
    }
}
@media(min-width: 1601px){
    .main-block-bg {
        background-position: center;
        background-size: cover;
    }
    .everything-you-need-wrap {
        background-position: center;
        background-size: cover;
    }
    .start-your-free-trial {
        background-size: auto, cover;
    }
}
@media(max-width: 1200px){
    h2.title,
    div.title {
        font-size: 34px;
    }
    .everything-you-need-wrap .title-label {
        font-size: 40px;
        line-height: 1.4;
    }
}
@media(max-width: 991px){
    h2.title,
    div.title {
        font-size: 30px;
    }
}
@media(max-width: 767px){
    h2.title,
    div.title {
        font-size: 26px;
    }
}
@media(max-width: 600px){
    h2.title,
    div.title {
        font-size: 24px;
    }
}
@media(max-width: 400px){
    h2.title,
    div.title {
        font-size: 22px;
    }
}

.hidden-item{
    display: none;
}

body .plagiarism-wrapper.essay-component .plagiarism-frame .check-plagiarism {
    background: linear-gradient(279deg, #133DF2 15.51%, #13CDF2 101.62%);
    font-family: inherit;
}
body .plagiarism-wrapper.essay-component .plagiarism-frame .drag-n-drop .drag-n-drop-description .upload-file-button {
    color: #fff;
    background: #181e4f;
    font-family: inherit;
    border: 1px solid #181e4f;
}
body .plagiarism-wrapper.essay-component .plagiarism-frame .drag-n-drop{
    background: url(images/icons/glasses-icon.svg) center 50px no-repeat #ffffff;
}
body .plagiarism-wrapper.essay-component .plagiarism-frame .check-plagiarism:disabled {
    opacity: 0.6;
}
body .plagiarism-wrapper.essay-component .checkbox-input.checked i {
    background-position: unset;
    background-image: url(images/icons/checked.svg);
}

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