@font-face {
    font-family: IBM Plex Mono;
    src: url('fonts/IBMPlexMono-Medium.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: IBM Plex Sans;
    src: url('fonts/IBMPlexSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: IBM Plex Sans;
    src: url('fonts/IBMPlexSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: IBM Plex Sans;
    src: url('fonts/IBMPlexSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: IBM Plex Sans;
    src: url('fonts/IBMPlexSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
html,
body {
    height: 100%;
}
body .cookie-policy-block .button{
    background: linear-gradient(90deg, #F31E1E 0%, #FF4545 0.01%, #E10000 77.83%);
}
body .cookie-policy-block .read-more{
    color: #777;
    font-weight: 600;
}
body .cookie-policy-block .text-col {
    background: url(/images/cookie.png) 0 center no-repeat;
    filter: hue-rotate(70deg);
}
body {
    margin: 0;
    padding: 0;
    font-family: IBM Plex Sans;
    color: #fff;
    background: #000;
}

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

body .narrow {
    margin: auto 0 auto auto;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    position: relative;
}
.width-1400 {
    max-width: 1400px;
    margin: 0 auto;
}
.width-1160 {
    max-width: 1160px;
    margin: 0 auto;
}

h2.title,
div.title {
    color: #fff;
    text-align: center;
    font-size: 46px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.92px;
    display: block;
}

div.under-title {
    position: relative;
    padding: 0 10px;
    background: linear-gradient(90deg, #FFF 29.57%, #E10000 77.82%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-family: IBM Plex Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: -0.2px;
    width: fit-content;
    margin: 0 auto;
}

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

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

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

.main-block-bg {
    background: url("images/main-top-left-light-bg.png") left top no-repeat, url("images/main-top-right-light-bg.png") right top no-repeat, url("images/main-block-bg.png") center top no-repeat;
    min-height: 750px;
    position: relative;
    overflow: hidden;
}
/*
.main-block-bg:before {
    content: "";
    display: block;
    width: 944.347px;
    height: 944.347px;
    background: radial-gradient(50% 50% at 50% 50%, #FFF 0%, rgba(255, 255, 255, 0.37) 0.01%, rgba(255, 255, 255, 0.00) 100%);
    position: absolute;
    left: -480px;
    top: -492px;
    z-index: -1;
}

.main-block-bg:after {
    content: "";
    display: block;
    width: 944.347px;
    height: 944.347px;
    width: 1108px;
    height: 1108px;
    background:  radial-gradient(50% 50% at 50% 50%, #3E3E3E 0%, rgba(0, 0, 0, 0.00) 100%);
    position: absolute;
    right: -550px;
    top: -610px;
    z-index: -1;
}
*/
 .header-menu-wrapper {
    height: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    max-width: 95%;
    width: 1470px;
    margin: 0 auto;
    box-sizing: border-box;
    z-index: 1;
    position: relative;
}

 .header-menu-wrapper .center-menu-block a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-decoration: none;
    margin: 10px 17px;
}

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

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

a.logo {
    background-image: url("images/logo.svg");
    background-repeat: no-repeat;
    display: block;
    height: 30px;
    width: 240px;
}
.general-wrapper a.try-for-free,
.header-menu-wrapper a.try-for-free {
    border-radius: 40px;
    background: linear-gradient(90deg, #F31E1E 0%, #FF4545 0.01%, #E10000 77.83%);
    color: #FFFFFF;
    padding: 10px 35px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.54px;
}
.general-wrapper a.login-button,
.header-menu-wrapper a.login-button {
    text-decoration: none;
    margin-right: 30px;
    color: #FFF;
}
.main-block .study-tool-block {
    width: 1470px;
    text-align: left;
    padding: 187px 10px 235px;
    box-sizing: border-box;
    max-width: 95%;
    margin: 0 auto;
    background: url(/images/study-tool-block-img1.png) right top 72px no-repeat;
}

.main-block .study-tool-block .mission {
    color: #FFF;
    font-family: IBM Plex Mono;
    font-size: 57px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.57px;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 60px;
}
 .under-text {
    background: linear-gradient(90deg, #FFF 0%, #FFF 0.01%, #F31E1E 77.83%);
    width: fit-content;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: IBM Plex Mono;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.6px;
    text-align: left;
}

.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 .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.all-tools .tool-description {
    font-family: IBM Plex Sans;
    font-size: 13px;
    line-height: 140%;
}

.my-tools .tool {
    flex: 0 0 calc(33.33% - 16px);
    box-sizing: border-box;
    position: relative;
    margin: 14px 0 24px;
    border-radius: 12px;
    background: #0B0518;
}

.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;
    padding: 32px 40px;
    border-radius: 12px;
    border: 1px solid #252525;
    background: #000;
}

.my-tools .tool.number .digit {
    margin-right: 24px;
    display: flex;
    align-items: stretch;
    color: #FFF;
    font-family: IBM Plex Mono;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.36px;
}

.my-tools .tool .tool-title {
    margin-bottom: 4px;
    text-decoration: none;
    color: #FFF;
    font-family: IBM Plex Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.2px;
}

.my-tools .tool .tool-description {
    color: rgba(255, 255, 255, 0.50);
    font-family: IBM Plex Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.my-tools .all-tools {
    padding: 32px 40px 32px 96px;
    background-image: url(images/tools/ai-essay-writer.svg);
    background-position: 40px center;
    background-repeat: no-repeat;
    margin-top: 0;
    border-radius: 12px;
    border: 1px solid #252525;
    background-color: #000;
}
.my-tools .tool.all-tools .tool-title {
    color: #FFF;
    font-family: IBM Plex Mono;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.18px;
    margin-bottom: 6px;
    display: block;
}
.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;
}
.start-your-free-trial .join-custom-writer {
    border-radius: 40px;
    display: block;
    text-decoration: none;
    position: inherit;
    background: #FFF;
    line-height: 60px;
    text-align: center;
    width: 300px;
    height: 60px;
    color: #0B0518;
    font-family: IBM Plex Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.36px;
    margin: 0 auto 16px;
}

.about-block-bg .join-custom-writer{
    font-family: IBM Plex Mono;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: -0.6px;
    background: linear-gradient(90deg, #FFF 0%, #FFF 0.01%, #F31E1E 77.83%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
    width: fit-content;
    border-radius: 0;
}

.join-custom-writer,
.btn-join-writer {
    border-radius: 40px;
    margin: 20px auto 12px;
    display: inline-block;
    text-decoration: none;
    position: inherit;
    background: linear-gradient(90deg, #FFAC2F 0%, #FF4545 0.01%, #E10000 77.83%);
    min-width: 220px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-family: IBM Plex Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.36px;
    text-align:center;
}
.study-tool-block .btn-join-writer {
    margin-right: 20px;
}

.header-bottom-line-stat{
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 30px;
}

.study-tool-block .join-custom-writer {
    margin: 0 15px 0 0;
    max-width: 300px;
}

.happy-students {
    line-height: 1.45;
}

.its-free {
    display: block;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    font-family: IBM Plex Mono;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}

.main-block .study-tool-block .happy-students {
    color: #FFFFFF;
    display: inline-block;
    text-align: center;
    font-family: IBM Plex Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    vertical-align: middle;
}

.trusted {
    padding: 0 0 60px;
}

.trusted .trusted-by-students {
    color: #FFF;
    font-family: IBM Plex Mono;
    font-size: 46px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.92px;
    text-align: left;
    position: relative;
    margin: 0 auto 20px;
    width: 1470px;
}
.trusted .sub-text{
    color:  #F31E1E;
    font-family: IBM Plex Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: -0.2px;
    margin: 0 auto;
    width: 1470px;
    max-width: 95%;
}
.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;
}

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

.footer.narrow {
    width: 1400px;
    max-width: 95%;
    margin: 0 auto;
    padding: 60px 0 50px;
    justify-content: space-between;
}

.footer {
    background: url(images/footer-shadow-bg.png) top center no-repeat;
    padding: 60px 70px;
    display: flex;
}



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

.footer .left-col .footer-logo {
    background-image: url("images/logo.svg");
    height: 30px;
    width: 240px;
    display: block;
}

.footer .left-col .all-rights-reserved {
    color: #CFD2DD;
    font-family: IBM Plex Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
}

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

.footer .right-col {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 475px);
}

.footer .right-col .title-col {
    margin-bottom: 32px;
    color:  #F31E1E;
    font-family: IBM Plex Mono;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
}

/*.top-menu-wrapper a,*/
.footer .right-col a {
    display: block;
    color: #CFD2DD;
    text-decoration: none;
    margin-bottom: 11px;
    font-family: IBM Plex Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

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

.start-your-free-trial .your-free-trial {
    color: #FFF;
    text-align: center;
    font-family: IBM Plex Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    text-transform: uppercase;
}

.start-your-free-trial .title {
    text-align: center;
    font-family: IBM Plex Mono;
    font-size: 46px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.92px;
    color: #fff;
    margin: 34px auto 10px;
    width: 920px;
    max-width:100%;
}
.start-your-free-trial .white-subtitle {
    font-family: IBM Plex Mono;
    font-size: 22px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.92px;
    margin: 15px auto 38px;
}
.start-your-free-trial .free-trial {
    width: 217px;
    height: 217px;
    border-radius: 50%;
    background: #ED1B1C;
    border: 27px solid #0B0518;
    padding: 34px 0 0;
    color: #fff;
    text-align: center;
    font-family: IBM Plex Mono;
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    text-transform: uppercase;
    box-sizing: border-box;
    position: absolute;
    top: -27px;
    right: -27px;
    z-index: 2;
}

.frequently {
    padding: 57px 20px 50px;
    position: relative;
}
.frequently h2.title {
    margin: 0 0 20px;
}
.frequently:before {
    content: "";
    display: block;
    width: 944.347px;
    height: 944.347px;
    background: radial-gradient(50% 50% at 50% 50%, #FFF 0%, rgba(255, 255, 255, 0.37) 0.01%, rgba(255, 255, 255, 0.00) 100%);
    position: absolute;
    left: -678px;
    top: -270px;
    z-index: -1;
}
.faq {
    max-width: 1140px;
    padding: 26px 30px;
    margin: 40px auto;
}

.faq .question-answer {
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.06);
    padding: 26px 30px 26px 84px;
    position: relative;
    margin: 14px 0;
    border-radius: 10px;
    border: 1px solid #252525;
    background: #181717;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.06);
}

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

.faq .question-answer.active::before {
    background-image: url(images/minus.svg);
}
.faq .question-answer.active .question{
    opacity: 1;
    color: #000;
}
.faq .question-answer.active {
    background: #fff;
}

.faq .question-answer .question {
    color: #FFF;
    font-family: IBM Plex Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: -0.2px;
    opacity: 0.5;
    cursor: pointer;
}

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

.faq .question-answer.active .answer {
    display: block;
    font-family: IBM Plex Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: #000;
}

.pricing-packages {
    padding: 60px 0;
    position: relative;
}

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

.pricing-packages .title {
    margin: 0 0 20px;
}

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

.pricing-wrapper .pricing-item {
    border-radius: 20px;
    background: linear-gradient(180deg, rgb(114 19 19) 0%, rgba(0, 0, 0, 1) 100%);
    padding: 40px 30px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

.pricing-wrapper .pricing-item:hover {
        background: linear-gradient(180deg, rgb(117 13 13) 0%, #BE1213 100%);
    cursor: pointer;
}

.pricing-wrapper .pricing-item:hover .get-started-void, .pricing-wrapper .pricing-item:hover .get-started {
    background: #FFF;
    border: none;
    line-height: 44px;
    color: rgba(0, 0, 0, 1);
}

.pricing-wrapper .pricing-item .name {
    font-family: IBM Plex Mono;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.52px;
    color: #fff;
    margin-bottom: 28px;
}

.pricing-wrapper .pricing-item .conditions {
    color: #FFFFFF;
    margin-top: 32px;
    margin-bottom: 8px;
    order: 4;
    font-family: IBM Plex Mono;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

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

.pricing-wrapper .pricing-item .hint {
    color: #B883F2;
    font-family: Roboto Flex;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.pricing-wrapper .pricing-item .hint.limit {
    order: 5;
    font-family: IBM Plex Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    color: #fff;
}

.pricing-wrapper .pricing-item .get-started-void,
.pricing-wrapper .pricing-item .get-started {
    display: block;
    border-radius: 40px;
    border: 1px solid #FFF;
    text-align: center;
    text-decoration: none;
    margin: 32px 0 0;
    order: 6;
    color: #FFF;
    font-family: IBM Plex Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.32px;
    box-sizing: border-box;
    height: 44px;
    line-height: 42px;
    opacity: 0.5;
}
.pricing-wrapper .pricing-item:hover .get-started-void,
.pricing-wrapper .pricing-item:hover .get-started{
    opacity: 1;
}

.pricing-wrapper .pricing-item .free {
    display: inline-block;
    position: absolute;
    top: 34px;
    right: 37px;
    color: #FFF;
    font-family: IBM Plex Mono;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.72px;
    text-transform: uppercase;
}

.pricing-wrapper .separated-line {
    margin-top: 32px;
    border-top: 1px solid rgba(255,255,255,0.6);
    order:3;
}

.pricing-wrapper .pricing-item .offers li {
    list-style-type: none;
    padding: 5px 0;
    margin: 0;
    position: relative;
    color: #FFF;
    font-family: IBM Plex Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 10px;
}

.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;
    display: flex;
    flex-direction: column;
}
.general-wrapper  .pricing-wrapper {
    margin: 20px 0 50px;
    box-sizing: border-box;
}
body .payments-wrapper .payments-list {
    margin: 50px auto 30px;
    max-width: 500px;
}

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

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

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

.what-our-customers-say .customers-say-wrapper .customers-say-item {
    padding: 38px 32px 40px 44px;
    border-radius: 25px;
    border-radius: 25px;
    border: 1px solid #252525;
    background: #181717;
    width: 440px;
    margin: 6px 29px 0 0;
    box-sizing: border-box;
    height: 290px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.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-top: 11px;
}
.what-our-customers-say .customers-say-wrapper .customers-say-item .customer-name .ava img {
    width: 68px;
    height: auto;
}
.what-our-customers-say .customers-say-wrapper .customers-say-item .customer-name .name-wrap .name {
    margin: 0 0 9px;
    font-family: IBM Plex Mono;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: -0.54px;
    background: linear-gradient(90deg, #FFF 0%, #E10000 52.83%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.what-our-customers-say .customers-say-wrapper .customers-say-item .customer-name .name-wrap .position {
    color: #FFF;
    font-family: IBM Plex Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.15px;
}
.what-our-customers-say .customers-say-wrapper .customers-say-item .customer-name .ava{
    width: auto;
    height: auto;
    display: inline-block;
    margin-right: 40px;
    vertical-align: middle;
}
.what-our-customers-say .customers-say-wrapper .customers-say-item .dissertation {
    color: #FFF;
    font-family: IBM Plex Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    opacity: 0.5;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slick-dots-wrapper .slick-dots li.slick-active button {
    background-image: url(images/sliders/dot-active.svg);
}
.what-our-customers-say.wide{
    background: url(/images/background-testimonials.svg) center no-repeat;
    max-width: 95%;
    width: calc(1470px + 50% - 780px);
    margin-left: auto;
    position: relative;
    padding: 80px 0 50px;
}
.what-our-customers-say .title {
    position: relative;
    z-index: 2;
    margin: 26px 0;
    text-align: left;
    max-width: 100%;
    width: 350px;
    color: #FFF;
    font-family: IBM Plex Mono;
    font-size: 46px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.92px;
}
.what-our-customers-say .txt div.under-title{
    letter-spacing: -0.6px;
    font-weight: 500;
    background: linear-gradient(90deg, #FFF 0%, #FFF 0.01%, #F31E1E 77.83%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0;
    margin-left: 0;
}
.what-our-customers-say div.under-title{
    text-align: left;
}
.what-our-customers-say .txt>p{
    color: #FFF;
    font-family: IBM Plex Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: -0.2px;
    margin: 0;
}

.what-our-customers-say .customers-say-block {
    margin: 0 0 0 auto;
    width: calc(100% - 490px);
    display: inline-block;
    vertical-align: top;
}
.what-our-customers-say .customers-say-wrapper .slick-list {
    padding-left: 0px!important;
}
.what-our-customers-say .what-our-customers-say-arrow-prev, .what-our-customers-say .what-our-customers-say-arrow-next {
    height: 41px;
    width: 41px;
    background: transparent;
    border: none;
    font-size: 0;
    line-height: 0;
    padding: 0;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 45px;
    opacity: 0.75;
}
.what-our-customers-say .what-our-customers-say-arrow-next:before{
    content: url(/images/arrow-red.png);
    display: block;
    width: 41px;
    height: 41px;
    margin: 0 auto;
}
.what-our-customers-say .what-our-customers-say-arrow-prev:before{
    content: url(/images/arrow-light.png);
    display: block;
    width: 41px;
    height: 41px;
    margin: 0 auto;
}
.what-our-customers-say .what-our-customers-say-arrow-next {
    left: 60px;
}
.what-our-customers-say .txt {
    display: inline-block;
    width: 440px;
    margin-right: 44px;
    margin-top: 8px;
}
.what-our-customers-say .what-our-customers-say-arrow-prev:hover, .what-our-customers-say .what-our-customers-say-arrow-next:hover {
    opacity: 1;
    cursor: pointer;
}
.undetectable.narrow:after {
    content: "";
    display: block;
    width: 944.347px;
    height: 944.347px;
    opacity: 0.35;
    opacity: 0.35;
    background: radial-gradient(50% 50% at 50% 50%, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    position: absolute;
    right: calc(50% - 1030px);
    top: 0;
    z-index: -1;
}
.undetectable {
    text-align: center;
    padding: 80px 0 65px;
}
.undetectable.narrow{
    max-width: 100%;
    width:100%;
    overflow: hidden;
    padding-top: 200px;
    margin-top: -140px;
}
.undetectable.narrow>div{
    width: 1470px;
    max-width: 95%;
    margin: 0 auto;
}
.undetectable .grafics-src {
    max-width: 100%;
    height: auto;
    width: 1228px;
    margin: 30px auto 0;
}
img.undetect-logo {
    padding-right: 30%;
    margin-top: -10px;
    margin-bottom: 10px;
}

.undetectable.narrow>div:before {
    content: "";
    width: 430px;
    height: 289px;
    background: url(/images/roket.png) center no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    right: calc(50% - 770px);
    top: 270px;
}
.undetectable .grafics-src-mobile {
    display: none;
}

.undetectable .title {
    position: relative;
    color: #FFF;
    text-align: center;
    font-family: IBM Plex Mono;
    font-size: 46px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.92px;
    margin: 0 0 20px;
}

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

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

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

.general-wrapper{
    background: url(images/tools-left-bg.png) top left no-repeat, url(images/tools-right-bottom-bg.png) bottom right no-repeat, url(images/tools-bottom-bg.png) right 0 bottom -60px no-repeat;
    min-height: 100%;
    height: auto;
}
.general-wrapper .content-wrapper {
    width: calc(100% - 296px);
    padding: 40px 64px;
    background: transparent;
    box-sizing: border-box;
}
body .featherlight .featherlight-content .featherlight-close-icon {
    margin: 10px;
    background: #fff;
    border: none;
    border-radius: 3px;
    font-weight: 700;
}
.menu-wrapper .left-menu {
    padding: 0;
    margin: 23px 0;
}

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

.menu-wrapper .left-menu li a {
    color: #FFF;
    font-family: IBM Plex Mono;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.14px;
    opacity: 0.5;
    text-decoration: none;
}

.menu-wrapper .left-menu li.line {
    border-bottom: #fff 1px solid;
    margin: 8px 0;
    padding: 0;
    opacity: 0.1;
}

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

.menu-wrapper .left-menu li:hover a {
    opacity: 1;
}

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

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

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

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

.upgrade-plan {
    margin: 24px 0;
    width: 100%;
    display: block;
    border-radius: 40px;
    background: #fff;
    padding: 8px 24px;
    text-decoration: none;
    box-sizing: border-box;
    text-align: center;
    color: #0B0518;
    font-family: IBM Plex Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.having-problems {
    border-radius: 25px;
    background: linear-gradient(90deg, #F31E1E 0%, #FF4545 0.01%, #E10000 77.83%);
    padding: 24px;
}

.having-problems .description {
    color: #FFF;
    text-align: center;
    font-family: IBM Plex Sans;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.having-problems .contact-us {
    border-radius: 40px;
    background: #fff;
    padding: 11px 40px;
    text-align: center;
    display: block;
    margin: 16px auto 0;
    text-decoration: none;
    color: #0B0518;
    font-family: IBM Plex Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.28px;
    width: 148px;
    box-sizing: border-box;
}
.general-wrapper .content-wrapper .my-tools-wrap .subtitle{
    margin: 25px 0 17px;
    color: #FFF;
    font-family: IBM Plex Mono;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}
.general-wrapper .content-wrapper .top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}

.general-wrapper .content-wrapper .top .title {
    color: #FFF;
    font-family: IBM Plex Mono;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.4px;
}

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

.new-document {
    border-radius: 38px;
    text-align: center;
    text-decoration: none;
    background: linear-gradient(90deg, #F31E1E 0%, #FF4545 0.01%, #E10000 77.83%);
    box-sizing: border-box;
    display: block;
    width: 150px;
    height: 44px;
    line-height: 44px;
    color: #FFF;
    font-family: IBM Plex Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
}

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

.ava {
    margin-right: 16px;
    width: 44px;
    height: 44px;
}

.info {
    margin-top: 4px;
}

.info .name {
    color: #FFF;
    font-family: 'IBM Plex Sans';
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.info .plan {
    color: #F31E1E;
    font-family: Roboto Flex;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.customers-say-block .customer-name img {
    filter: grayscale(1);
}
.sub-title-text,
.sub-title {
    color: #FFF;
    text-align: center;
    font-family: IBM Plex Mono;
    font-size: 46px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.92px;
}
.text-page .faq-wrap {
    margin: 50px 0 100px ;
}
.text-page.contact {
    max-width: 1320px;
    padding: 100px 80px 0;
}
.text-page .all-tools-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    margin-bottom: 85px;
}
.text-page .all-tools-wrap .tools-wrap-item {
    flex: 0 0 calc(50% - 16px);
    padding: 60px 40px 60px 156px;
    box-sizing: border-box;
    border-radius: 16px;
    background-color: #181717;
    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 .all-tool-title {
    margin: 0;
}
.text-page .all-tools-wrap .tools-wrap-item.more {
    background-image: url(images/all-tools/more-services2x.png);
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-position: 40px center;
}
.text-page .all-tools-wrap .tools-wrap-item .all-tool-title {
    text-decoration: none;
    margin-bottom: 16px;
    display: block;
    color: #FFF;
    font-family: IBM Plex Mono;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: -0.23px;
}
.text-page .all-tools-wrap .tools-wrap-item .all-tool-description {
    color: rgba(255, 255, 255, 0.50);
    font-family: IBM Plex Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.text-page h1,
.text-page .title {
    color: #0E0E18;
    font-family: Space Grotesk;
    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: Space Grotesk;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.2px;
    margin: 27px 0 64px;
}

.contact .item {
    position: relative;
}
body.page-subscribe .faq .question-answer:not(.active) {
    background: #0b0518;
}
.contact .item label.error {
    color: red;
    position: absolute;
    left: 0;
    top: 13px;
    font-size: 12px;
}
.essay-component input[type="text"].error, .essay-component input[type="email"].error, .essay-component input[type="password"].error, .essay-component input[type="file"].error, .essay-component textarea.error, .essay-component select.error{
    color: #1d1430!important;
}
.text-page.contact .sub-title {
    max-width: 570px
}

.contact-wrap {
    margin: 60px auto 0;
    border-radius: 20px;
    background: #181717;
    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: 40px 30px  0 30px;
    flex: 1 0;
    position: relative;
    border-radius: 20px;
}

.contact-wrap .ae-contacts-custom .contact-form .fill-up {
    margin-bottom: 32px;
    color: #FFF;
    font-family: IBM Plex Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.2px;
}
.contact-wrap .ae-contacts-custom .contact-form .input-label {
    margin: 0 0 8px;
    color: rgba(255, 255, 255, 0.50);
    font-family: IBM Plex Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.14px;
}

.contact-wrap .ae-contacts-custom .contact-form textarea,
.contact-wrap .ae-contacts-custom .contact-form input[type="text"] {
    width: 100%;
    padding: 10px 12px;
    margin: 0 0 20px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid rgba(213, 219, 232, 0.10);
    background: #fff;
    height: 48px;
    color: #FFF;
    font-family: IBM Plex Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #000;
}

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

.contact-wrap .ae-contacts-custom .contact-form input[type="submit"] {
    padding: 10px 70px;
    border-radius: 40px;
    background: #fff;
    border: none;
    width: 200px;
    height: 44px;
    color: #000000;
    font-family: IBM Plex Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.32px;
    margin-top: 20px;
}

.contact-wrap .ae-contacts-custom .contact-descript {
    display: flex;
    justify-content: end;
    width: 320px;
    height: 620px;
    background-image: url(images/contact-right.png);
    padding-bottom: 61px;
    text-align: left;
    box-sizing: border-box;
    flex-direction: column;
    padding-left: 73px;
}
.contact-wrap .ae-contacts-custom .contact-descript span{
    color: #FFF;
    font-family: IBM Plex Mono;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    display: block;
    margin-bottom: 4px;
}
.contact-wrap .ae-contacts-custom .contact-descript a {
    color: #FFF;
    font-family: IBM Plex Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-decoration-line: underline;
}
.pricing-wrapper .pricing-item .offers{
    order: 2;
    margin: 0;
    padding-left: 30px;
}
.faq {
    margin: 55px auto 20px;
    padding: 0;
    box-sizing: border-box;
    max-width: 95%;
    max-width: 1160px;
}

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

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

.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: #F31E1E;
    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: Space Grotesk;
    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%, #F31E1E 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 {
    color: rgba(255, 255, 255, 0.50);
    font-family: IBM Plex Sans;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.13px;
    margin-bottom: 8px;
}

.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 rgba(213, 219, 232, 0.10);
    background: #fff;
    padding: 10px 12px;
    color: #000;
    font-family: IBM Plex Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.15px;
}
body::-webkit-scrollbar {
  width: 1rem;
}
body .featherlight .featherlight-content .top-menu-wrapper.featherlight-inner {
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.03);
    background: ;
    padding: 25px 50px;
    border: 1px solid #444;
    background: #2b2b2b;
}
body .featherlight .featherlight-content .top-menu-wrapper.featherlight-inner a {
    margin: 0;
    color: #FFF;
    font-family: IBM Plex Mono;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.14px;
    opacity: 0.8;
    text-decoration: none;
    padding: 8px;
}
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
body::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, #F31E1E 0%, #FF4545 0.01%, #E10000 77.83%);
    outline: none;
    border-radius: 10px;
}
body .general-wrapper .content-wrapper .submit-b,
body .general-wrapper .content-wrapper input[type='submit'] {
    border-radius: 40px;
    background: #FFF;
    width: 180px;
    height: 48px;
    border: none;
    text-align: center;
    line-height: 48px;
    color: #0B0518;
    font-family: IBM Plex Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.3px;
    cursor: pointer;
    /* padding: 0 10px; */
}

.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: #000;
    padding: 10px 20px;
}

body .profile-wrapper .data-table .row .col {
    color: #fff!important;
    font-family: 'IBM Plex Sans';
}

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

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

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

.hyperwrite-wrap .explore {
    background: #fff;
    color: #000;
}

.hyperwrite-wrap .explore::before {
    background: url("images/tools-pen.png") no-repeat center center;
    width: 88px;
    height: 88px;
    background-size: cover;
    display: inline-block;
    padding: 0;
}

.hyperwrite-wrap .document {
    background: #fff;
    color: #000;
}

.hyperwrite-wrap .document::before {
    background: url("images/tools-paper.png") no-repeat center center;
    padding: 0;
    width: 88px;
    height: 88px;
}


.hyperwrite-wrap .hyperwrite .hyperwrite-text {
    color: #000;
    font-family: IBM Plex Mono;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.22px;
}

.hyperwrite-wrap .hyperwrite .hyperwrite-text span {
    display: block;
    margin: 12px 0 0;
    opacity: 0.8;
    color: #000;
    font-family: IBM Plex Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.hyperwrite-wrap .hyperwrite .hyperwrite-link {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    border: 1px solid #000;
    border-radius: 40px;
    width: 141px;
    height: 44px;
    box-sizing: border-box;
    line-height: 42px;
    padding: 0;
    position: absolute;
    right: 40px;
    top: calc(50% - 25px);
}

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

.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.container {
    position: relative;
    box-sizing: border-box;
    padding:95px 0 140px;
    z-index:0;
}
.about-block-bg.container:after {
    content: "";
    background: url(../images/eye-bg.png) top center no-repeat;
    display: block;
    width: 512px;
    height: 294px;
    position: absolute;
    right: -40px;
    top: 135px;
}
.left-block .about-title {
    margin-bottom: 28px;
    color: #FFF;
    font-family: IBM Plex Mono;
    font-size: 57px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.57px;
}

.left-block p.about-sub2-description {
    color: #fff;
    font-family: IBM Plex Sans;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.17px;
    margin: 40px 0;
}

.left-block p.about-sub-description {
    color:  #F31E1E;
    font-family: IBM Plex Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.2px;
    margin: 0;
}

.about-block-bg .left-block {
    max-width: 564px;
    width: 100%;
    z-index: 3;
    position: relative;
}
/*
body.page-about-us .wide.main-block:before,
body.page-all-tools>.wide:before,
body.page-prices>.wide:before,
body.page-contact>.wide:before,
body.page-privacy-policy>.wide:before,
body.page-terms-of-service>.wide:before {
    content: "";
    display: block;
    width: 1047px;
    height: 1047px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(16,6,74,1) 25%, rgba(34,14,70,1) 50%, rgba(11, 5, 24, 0.3) 100%);
    position: absolute;
    left: -448px;
    top: -504px;
    z-index: -1;
}
*/

body.page-prices .sub-title-text {
    margin-bottom: 20px;
}
body.page-all-tools>.wide:after, body.page-prices>.wide:after, body.page-contact>.wide:after, body.page-privacy-policy>.wide:after, body.page-terms-of-service>.wide:after {
    content: "";
    display: block;
    width: 685px;
    height: 685px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(16,6,74,1) 25%, rgba(34,14,70,1) 50%, rgba(11, 5, 24, 0.3) 100%);
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    background-position: 256px -241px;
    background-repeat: no-repeat;
}
body.page-all-tools>.wide,
body.page-prices>.wide,
body.page-contact>.wide,
body.page-privacy-policy>.wide,
body.page-terms-of-service >.wide{
    background: url(images/page-top-left-bg.png) top left no-repeat, url(images/page-top-right-bg.png) right top no-repeat, url(images/page-top-bg.png) right top no-repeat;
    background-color: #000;
}
body.page-all-tools .wide .narrow,
body.page-prices .wide .container .narrow.top-block,
body.page-contact .wide .container .narrow.top-block {
    padding-top: 100px;
    background: url(/images/eye-bg.png) right top 45px no-repeat;
    background-size: 248px auto;
}
.header-under-text{
    max-width: 792px;
    width: calc(100% - 350px);
    margin-bottom: 60px;
}
body.page-all-tools .wide .title, body.page-prices .wide .title, body.page-contact .wide .title, body.page-privacy-policy .wide .title, body.page-terms-of-service .wide .title{
    color: #FFF;
    font-family: IBM Plex Mono;
    font-size: 57px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 68.4px */
    letter-spacing: -0.57px;
    margin-bottom: 28px;
}
body.page-prices .text-page .faq-wrap {
    margin: 50px 0 0;
}
body.page-all-tools .sub-title, body.page-prices .sub-title, body.page-contact .sub-title{
    color:  #F31E1E;
    font-family: IBM Plex Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.2px;
    padding: 28px 0 64px;
    width: calc(100% - 350px);
    margin:0;
    text-align:left;
}
.container{
    max-width:95%;
    width:1470px;
    margin:0 auto;
}
.about-block-bg .about-block {
    padding: 95px 0 140px;
}
.content-title {
    color: #0E0E18;
    text-align: center;
    font-family: Space Grotesk;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    letter-spacing: -0.32px;
    text-align: center;
    margin: 80px 0 40px;
}
body.page-about-us .content-title {
    color: #FFF;
    text-align: center;
    font-family: IBM Plex Mono;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: -0.4px;
    margin: 171px 0 40px;
}
.content-sub-title {
    color: #FFF;
    text-align: center;
    font-family: IBM Plex Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: -0.2px;
}

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

.our-vision-wrap .vision {
    width: calc(50% - 20px);
    padding: 48px;
    box-sizing: border-box;
    border-radius: 25px;
    background: #181717;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.06);
}

.our-vision-wrap .vision .title-vision {
    font-family: IBM Plex Mono;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: -0.66px;
    margin-bottom: 24px;
    background: linear-gradient(90deg, #FFF 0%, #E10000 52.83%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.our-vision-wrap .vision .description-vision {
    color: #FFF;
    font-family: IBM Plex Sans;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.17px;
    opacity: 0.5;
}

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

.choose-wrap .choose-item {
    width: calc(50% - 20px);
    border-radius: 16px;
    background: #181717;
    padding: 40px 40px 40px 120px;
    align-items: flex-start;
    gap: 32px;
    box-sizing: border-box;
    align-self: stretch;
    background-position-y: 40px;
    background-position-x: 40px;
    background-repeat: no-repeat;
}

.choose-wrap .choose-item .choose-title {
    color: #FFF;
    font-family: IBM Plex Mono;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: -0.2px;
}

.choose-wrap .choose-item .choose-description {
    margin-top: 16px;
    color: #FFF;
    font-family: IBM Plex Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    opacity: 0.5;
}

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

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

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

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

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

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

.center-banner.revolutionary {
    margin: 90px auto 0;
    padding: 35px 0 25px;
    background: url(/images/revolutionary-bg.svg) center no-repeat;
    height: 419px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.revolutionary span{
    color: #FFF;
    text-align: center;
    font-family: IBM Plex Mono;
    font-size: 27px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.27px;
    margin: 0 auto 24px;
    display: block;
    max-width: 790px;
}

.revolutionary p{
    text-align: center;
    font-family: IBM Plex Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.16px;
    color: #fff;
    margin: 0 auto 26.5px;
    width: 655px;
    max-width: 100%;
}

.revolutionary a{
    font-family: IBM Plex Mono;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: -0.6px;
    color: #fff;
    text-decoration: none;
}
.center-banner.revolutionary .mobile {
    display: none;
}

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

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

.content-title.thank {
    margin: 97px 0 22px;
}
.start-your-essay a.join-custom-writer {
    margin-top: 40px;
    width: 300px;
    margin-bottom: 20px;
}
.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: #fff;
    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;
    width: 100%;
    height: 100%;
    background: url(/images/left-side-bg.png) left top no-repeat,url(images/main-block-bg.png) center top no-repeat;
    background-size: auto;
}

.login-wrap {
    top: calc(50% - 240px);
    left: calc(50% - 240px);
    position: absolute;
    max-width: 510px;
    width: 100%;
}

.login-wrap .login-title {
    color: #fff;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.32px;
    font-family: IBM Plex Mono;
}

.login-wrap .sub-login-title {
    color: #FFF;
    font-family: IBM Plex Sans;
    font-size: 17px;
    opacity: 0.5;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    padding: 12px 0;
}

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

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

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

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

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

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

    background-color: #fff;
    border: 1px solid #D5DBE8;
}

.sign-in-with {
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    opacity: 0.5;
}
body.page-login .ae-login input[type="text"], body.page-login .ae-login input[type="password"]{
    width: 100%;
    padding: 10px 12px;
    margin: 0;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid rgba(213, 219, 232, 0.10);
    background: #fff;
    height: 48px;
    color: #312649;
    font-family: IBM Plex Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
}
.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;
}
@media(min-width: 1351px){
    .login-wrap {
        margin-top: 50px;
    }
}
.login-wrap .essay-component.login-component .row {
    margin: 0;
}

.login-wrap .essay-component.login-component .row label {
    margin: 0 0 8px;
    color: rgba(255, 255, 255, 0.50);
    font-family: IBM Plex Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.14px;
}
.login-wrap .login-component .buttons-panel li a {
    font-family: IBM Plex Mono;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: -1.05px;
    background: linear-gradient(90deg, #FFF 0%, #E10000 52.83%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 9px;
    display: block;
    width: fit-content;
    text-decoration: none;
    text-decoration-color: transparent;
    border: none;
}
.login-wrap .essay-component.login-component .row label.error {
    color: red;
    margin-top: 5px;
}
.login-wrap .login-component .buttons-panel li a:before {
    content: "[";
    margin-right: 3px;
}
.login-wrap .login-component .buttons-panel li a:after {
    content: "]";
    margin-left: 3px;
}
.login-wrap .essay-component.login-component .submit-b{
    border-radius: 40px;
    background: linear-gradient(90deg, #F31E1E 0%, #FF4545 0.01%, #E10000 77.83%);
    border: none;
    width: 200px;
    height: 44px;
    color: #FFF;
    font-family: IBM Plex Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.32px;
    padding:0;
    margin-bottom: 30px;
}
.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"] {
    padding: 10px 70px;
    border-radius: 40px;
    background: linear-gradient(90deg, #F31E1E 0%, #FF4545 0.01%, #E10000 77.83%);
    border: none;
    width: 200px;
    height: 44px;
    color: #FFF;
    font-family: IBM Plex Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.32px;
    margin-top: 20px;
}

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

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

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

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

body .featherlight .featherlight-content {
    border-radius: 20px;
    border: none!important;
    padding: 0!important;
}

.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: Space Grotesk;
    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: Space Grotesk;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 28px */
    letter-spacing: -0.2px;
}

.pop-up-message .description-title span {
    color: #F31E1E;
    font-family: Space Grotesk;
    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: Space Grotesk;
    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: #F31E1E;
    color: #FFFFFF;
}

.your-results-wrapper .results-wrapper .data-description .grade-wrap li::before {
    font-family: Space Grotesk;
    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: Space Grotesk;
    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%, #F31E1E 100.32%);
    text-decoration: none;
}
body .narrow .features-foe-ready .item span {
    background: linear-gradient(90deg, #FFF 0%, #E10000 52.83%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: IBM Plex Mono;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: -0.66px;
}
body .narrow .features-foe-ready button.slick-arrow{
    height: 41px;
    width: 41px;
    background: transparent;
    border: none;
    font-size: 0;
    line-height: 0;
    padding: 0;
    display: inline-block;
    position: absolute;
    left: calc(100% - 290px);
    top: -100px;
    opacity: 0.75;
}
body .narrow .features-foe-ready button.slick-arrow:hover{
    cursor: pointer;
    opacity: 1;
}
body .narrow .features-foe-ready button.slick-arrow.slick-prev{
    left: calc(100% - 345px);
}
body .narrow .features-foe-ready button.slick-arrow.slick-prev:before{
    content: url(/images/arrow-light.png);
    display: block;
    width: 41px;
    height: 41px;
    margin: 0 auto;
}
body .narrow .features-foe-ready button.slick-arrow.slick-next:before{
    content: url(/images/arrow-red.png);
    display: block;
    width: 41px;
    height: 41px;
    margin: 0 auto;
}

body .narrow .features-foe-ready .item.slick-active p{
    opacity:1
}
body .narrow .features-foe-ready .item {
    border-radius: 25px;
    background: #181717;
    border: 2px solid #252525;
    width: 440px;
    height: 290px;
    padding: 64px 45px 0;
    box-sizing: border-box;
    margin:0 40px 0 0;
}
body .narrow .features-foe-ready .slick-list {
    padding-left: 0px!important;
}
body .narrow .features-foe-ready {
    margin: 60px 0 0 auto;
    width: calc(1470px + 50% - 735px);
    max-width: 98%;
    z-index:1
}
body .narrow .features-foe-ready .item p {
    color: #FFF;
    font-family: IBM Plex Sans;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.17px;
    opacity: 0.5;
    margin: 20px 0 0;
}
.your-results-wrapper .results-wrapper  .single-chart {
    max-width: 250px;
}
.how-it-works-home h2.title {
    margin: 0 0 40px;
}
.how-it-works-home{
    width: 1395px;
    max-width: 95%;
    margin: 0 auto;
}
.how-it-works-home .item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 84px;
}
.how-it-works-home .item div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 45%;
    width: 624px;
}
.how-it-works-home .item img {
    max-width: 46%;
    width: 638px;
}
.how-it-works-home .item div span{
    font-family: IBM Plex Mono;
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: -1.05px;
    background: linear-gradient(90deg, #FFF 0%, #E10000 52.83%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 24px;
    width: fit-content;
}
.how-it-works-home .item div p{
    color: #FFF;
    font-family: IBM Plex Sans;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.17px;
    opacity: 0.5;
    margin: 0;
}
.how-it-works-home .blocks:after {
    content: "";
    width: 3px;
    height: 1325px;
    display: block;
    background: linear-gradient(180deg, #000 0%, #F31E1E 21.88%, #F31E1E 76.04%, #000 100%);
    position: absolute;
    left: calc(50% - 1px);
    top: calc(50% - 663px);
}
.how-it-works-home .blocks {
    position: relative;
}
.pricing-packages .ae-ai-subscribe .slick-dots {
    display: none;
}
.what-our-customers-say.wide:before {
    content: "";
    display: block;
    width: 1423px;
    height: 1423px;
    opacity: 0.2;
    background: radial-gradient(50% 50% at 50% 50%, #FFF 0%, rgba(0, 0, 0, 0.00) 100%);
    position: absolute;
    left: -983px;
    top: -270px;
    z-index: -1;
}
body .narrow.start-your-free-trial.narrow {
    width: 1400px;
    max-width: 95%;
    margin: 158px auto 0;
    border-radius: 40px;
    text-align: center;
    height: 462px;
    background: url(/images/embrace-bg.png) left bottom no-repeat;
    background-size: cover;
    padding-top:80px;
    border-radius: 40px;
}
a#back-top{
    position: fixed;
    right: 15px;
    bottom: 15px;
    width: 50px;
    height: 50px;
    z-index: 5;
    background: linear-gradient(90deg, #FFAC2F 0%, #FF4545 0.01%, #E10000 77.83%);
    border-radius: 50%;
}
a#back-top.fadeInRight{
    animation: fadeInRight 1s ease-in-out;
}
a#back-top.fadeOutRight{
    animation: fadeOutRight 1s ease-in-out;
    opacity:0;
}
body.page-about-us .what-our-customers-say.wide{
    padding-top:140px;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(300px);
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translateX(50px);
  }
}
a#back-top:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border-top: 3px solid #f3eaff;
    border-left: 3px solid #f3eaff;
    transform: rotate(45deg);
    margin: auto;
    position: relative;
    top: 18px;
}
body.page-about-us .main-block {
    background: url(images/main-top-left-light-bg.png) left top no-repeat, url(images/page-center-shadow.png) top right no-repeat, url(images/main-block-bg.png) center top no-repeat;
    min-height: 750px;
    position: relative;
}
.text-block-wrapper {
    width: 1395px;
    max-width: 95%;
    margin: 100px auto;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 26px 30px;
}
.text-block-wrapper > div {
    column-count: 2;
    column-gap: 50px;
}
.text-block-wrapper p {
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.4;
}
.text-block-wrapper table p {
    margin: 10px 0;
}
.text-block-wrapper .column-count-2 > p:first-child{
    margin-top: 0;
}
.text-block-wrapper p strong {
    color: #fff;
}
.text-block-wrapper .why-choose-our-services tr td:first-child {
    width: 40px;
    text-align: center;
}
.text-block-wrapper .why-choose-our-services {
    border: 1px solid rgba(224, 227, 236, 0.80);
    border-radius: 20px;
    padding: 10px 30px;
}
.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;
}
.login-wrap .social-panel,
.login-wrap  .sign-in-with {
    display:  none;
}

.text-page-header{
    height: 480px;
    width: 100%;
    background: (249, 247, 252, 1);
}

@media screen and (max-width: 1550px) {
    .general-wrapper .content-wrapper {
        padding: 30px;
    }
    .hyperwrite-wrap .hyperwrite {
        display: block;
        padding: 120px 20px 20px 20px
    }
    .main-block-bg{
        min-height: 690px;
    }
    .hyperwrite-wrap .hyperwrite::before {
        display: block;
        position: absolute;
        top: 20px;
        left: calc(50% - 50px);
    }
    body .narrow .features-foe-ready button.slick-arrow{
        left: calc(100% - 155px);
    }
    body .narrow .features-foe-ready button.slick-arrow.slick-prev {
        left: calc(100% - 215px);
    }
    .hyperwrite-wrap .hyperwrite .hyperwrite-link {
        position: static;
        display: block;
        margin-top: 15px;
    }
    .main-block .study-tool-block{
        background-size: 440px auto;
        background-position: right calc(50% - 265px) center;
        padding: 115px 10px 100px;
    }
    .what-our-customers-say .customers-say-wrapper .customers-say-item{
        margin-right: 20px;
    }
    .what-our-customers-say .customers-say-wrapper .customers-say-item .customer-name .name-wrap {
        margin-top: 3px;
    }
    .what-our-customers-say .customers-say-wrapper .customers-say-item .customer-name .ava {
        margin-right: 25px;
    }
    .what-our-customers-say .customers-say-wrapper .customers-say-item .customer-name .ava img {
        width: 55px;
    }
}
@media(max-width:1410px){
    .what-our-customers-say .customers-say-wrapper .customers-say-item{
        padding: 30px;
    }
    .pricing-wrapper .pricing-item .conditions{
        letter-spacing: -0.7px;
    }
    .pricing-wrapper .pricing-item .offers li {
        font-size: 14px;
    }
}
@media(min-width:1351px){
    body.page-about-us .what-our-customers-say.wide {
        width: calc(1160px + 50% - 585px);
    }
}
@media screen and (max-width: 1350px) {
    .sub-title-text, .sub-title{
        font-size:39px;
    }
    .my-tools .tool.number .digit {
        margin-right: 18px;
    }
    .revolutionary:after {
        background-position: center left;
        background-size: 347px 414px;
        width: 315px;
        right: -20px;
    }
    .what-our-customers-say .txt>p {
        font-size: 18px;
    }
    .what-our-customers-say.wide{
        width: calc(1170px + 50% - 585px);
        max-width: 97%;
    }
    .what-our-customers-say .title {
        width: 335px;
    }
    .what-our-customers-say .customers-say-wrapper .customers-say-item {
        padding: 28px;
    }
    .what-our-customers-say .customers-say-block{
        width: calc(100% - 385px);
    }
    .what-our-customers-say .txt {
        padding-right: 25px;
        box-sizing: border-box;
        margin-right: 0;
        width: 380px;
    }
    .undetectable .grafics-src {
        width: 1000px;
    }
    .pricing-wrapper .pricing-item .conditions {
        font-size: 25px;
    }
    .pricing-wrapper .pricing-item .offers li {
        font-size: 13px;
    }
    .start-your-free-trial .title {
        font-size: 44px;
    }
    body .narrow.start-your-free-trial:after {
        right: 60px;
    }
    .undetectable.narrow>div, .how-it-works-home, .pricing-packages .ae-ai-subscribe, body .narrow.start-your-free-trial.narrow, .footer.narrow {
        max-width: 1170px;
        width: 100%;
    }
    .footer .right-col {
        width: calc(100% - 420px);
    }
    .pricing-wrapper .slick-track .pricing-item {
        padding: 40px 20px 30px;
    }
    .frequently {
        max-width: 95%;
        width: 1170px;
        margin: 0 auto;
    }
    .undetectable.narrow>div:before{
        right: calc(50% - 625px);
        width: 295px;
    }
    .main-block .study-tool-block{
        max-width: 1170px;
        width: 100%;
    }
    .main-block-bg {
        min-height: 620px;
    }
    .under-text {
        font-size: 18px;
    }
    .main-block .study-tool-block .mission {
        font-size: 50px;
    }
    .study-tool-block .join-custom-writer {
        font-size: 16px;
        height: 44px;
        line-height: 44px;
        width: 218px;
    }
    .main-block .study-tool-block .happy-students {
        font-size: 14px;
    }
    .general-wrapper .content-wrapper .top .title {
        font-size: 28px;
    }

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

    .my-tools .all-tools {
        padding: 95px 32px 32px 32px;
        background-position:center 40px;
    }

    .hyperwrite-wrap .hyperwrite {
        padding: 120px 20px 20px 20px
    }

    .login-page {
        background: url(/images/left-side-bg.png) left top no-repeat, url(images/main-block-bg.png) center top no-repeat;
        background-size: calc(130px + 10%) auto, auto;
    }

    .login-page .logo-block {
        text-align: center;
    }

    .login-page a.logo {
        background-image: url(images/logo.svg);

        margin-left: 0px;
        margin-top: 60px;
    }

    .login-wrap {
        margin: 100px 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;
    }
    .trusted .trusted-by-students, .undetectable .title, h2.title, div.title {
        font-size: 39px;
    }
    body .narrow .features-foe-ready .item span {
        font-size: 20px;
    }
    /*
    .trusted .trusted-by-students,.trusted .sub-text{
        max-width: 1170px;
    }
    */
    body .narrow .features-foe-ready{
        width: calc(1170px + 50% - 585px);
    }
}
@media(max-width: 991px){
    .login-page {
        background: url(/images/left-side-bg.png) left calc(50% - 400px) top no-repeat,url(images/main-block-bg.png) center top no-repeat;
        background-size: contain, auto;
    }
}
body.page-about-us .content-title.thank {
    color: #FFF;
    text-align: center;
    font-family: IBM Plex Mono;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    margin: 120px auto 3px;
    line-height: 140%;
    letter-spacing: -0.4px;
    max-width: 1000px;
}
body.page-about-us .content-title.thank p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: -0.2px;
}
body.page-prices .wide .container .narrow.top-block, body.page-contact .wide .container .narrow.top-block {
    background-position: right 10% top 15px;
}
body.page-prices .sub-title {
    padding-bottom: 30px;
}
body.page-prices .pricing-packages{
    padding-top:60px;
}
body.page-prices .pricing-packages .ae-ai-subscribe {
    margin-top: 0;
}
.wrap-order-submit {
    margin-top: 15px;
}

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

@media screen and (min-width: 1024px) {
    .slick-dots-wrapper {
        display: none;
    }
}
@media(min-width:1200px){
    body.page-about-us .container, body.page-all-tools .container, body.page-prices .text-page-bg.container, body.page-contact .text-page-bg.container {
        width:1160px;
    }
}
@media(max-width:1199px){
    .center-banner.revolutionary {
        padding-top: 40px;
    }
    .my-tools .tool.number {
        padding: 15px 20px;
    }
    .my-tools .tool .tool-title {
        font-size: 18px;
    }
    body.page-prices .pricing-packages{
        padding-right:10px;
        padding-left:10px;
    }
    body.page-all-tools .wide .narrow{
        padding-top: 65px;
        background-position: right 0;
    }
    body.page-all-tools .sub-title, body.page-prices .sub-title {
        width: calc(100% - 370px);
    }
    .text-page .all-tools-wrap .tools-wrap-item.more {
        background-position: 29px center;
    }
    .text-page .all-tools-wrap .tools-wrap-item {
        padding: 45px 30px 45px 130px;
        background-position: 29px 45px;
    }
    .revolutionary:before {
        left: -25px;
        background-size: 200px auto;
        background-repeat: no-repeat;
    }
    body.page-about-us .container, .container {
        border-radius: 40px;
    }
    .revolutionary:after {
        background-size: 285px 365px;
        width: 263px;
        right: -20px;
        height: 340px;
    }
    body.page-about-us .what-our-customers-say.wide {
        padding-top: 100px;
    }
    body.page-about-us .content-title {
        margin-top: 115px;
    }
    body.page-about-us .container, .container{
        width:970px;
        box-sizing:border-box;
    }
    .about-block-bg.container {
        padding: 90px 0;
    }
    .about-block-bg.container:after {
        width: 430px;
        background-size: contain;
    }
    .about-block-bg .left-block {
        max-width: calc(100% - 470px);
    }
    .left-block .about-title {
        font-size: 44px;
    }
    .left-block p.about-sub-description, .about-block-bg .join-custom-writer {
        font-size: 18px;
    }
    .left-block p.about-sub2-description {
        font-size: 16px;
    }
    .what-our-customers-say.wide {
        width: calc(970px + 50% - 485px);
    }
    .pricing-packages .ae-ai-subscribe .slick-dots {
        display: block;
        margin: 0 auto;
        width: fit-content;
        padding: 0;
        list-style-type: none;
    }
    .pricing-packages .ae-ai-subscribe .slick-dots li{
        width: 8px;
        height: 8px;
        display: inline-block;
        margin: 0 6px;
    }
    .pricing-packages .ae-ai-subscribe .slick-dots li button{
        padding: 0;
        border: none;
        width: 8px;
        height: 8px;
        font-size: 0;
        border-radius: 50%;
        display: block;
        background: rgba(255, 255, 255, 0.50);
        opacity: 0.3;
    }
    .pricing-packages .ae-ai-subscribe .slick-dots li.slick-active button{
        background: #FFF;
    }
    .how-it-works-home .blocks:after {
        height: 950px;
        top: calc(50% - 475px);
    }
    .trusted .trusted-by-students, .trusted .sub-text, .frequently, .pricing-packages .ae-ai-subscribe, body .narrow.start-your-free-trial.narrow, .footer.narrow {
        max-width: 970px;
        width: 100%;
    }
    .footer .right-col .menu-items {
        margin-right: 0;
    }
    .footer .right-col .menu-items:nth-child(3) {
        margin-right: 40px;
    }
    .footer .right-col {
        width: calc(100% - 350px);
    }
    .start-your-free-trial .your-free-trial::before {
        width: 353px;
        height: 403px;
        background-size: contain;
        left: -105px;
        top: -135px;
    }
    body .narrow.start-your-free-trial:after {
        width: 131px;
        height: 207px;
        background-size: contain;
        bottom: -10px;
    }
    .start-your-free-trial .title {
        font-size: 38px;
    }
    .pricing-wrapper .pricing-item .conditions {
        font-size: 22px;
        letter-spacing: 0;
    }
    .pricing-wrapper .pricing-item .hint.limit {
        font-size: 14px;
    }
    .pricing-wrapper .pricing-item .get-started-void, .pricing-wrapper .pricing-item .get-started {
        font-size: 15px;
    }
    body .narrow .features-foe-ready {
        width: calc(970px + 50% - 485px);
    }
    body .narrow .features-foe-ready button.slick-arrow.slick-prev {
        left: calc(100% - 130px);
    }
    body .narrow .features-foe-ready button.slick-arrow {
        left: calc(100% - 75px);
    }
    .header-menu-wrapper, .how-it-works-home {
        max-width: 970px;
        width: 100%;
    }
    .trusted .sub-text {
        font-size: 18px;
    }
    .main-block .study-tool-block {
        max-width: 970px;
        width: 100%;
        padding: 85px 10px 70px;
    }
    .main-block-bg {
        min-height: 545px;
    }
    .main-block .study-tool-block .mission {
        font-size: 44px;
    }
    .under-text {
        font-size: 16px;
    }
    .main-block .study-tool-block .happy-students {
        font-size: 14px;
        width: 200px;
        text-align: left;
    }
    .undetectable.narrow>div:before {
        right: calc(50% - 595px);
    }
}
@media screen and (max-width: 1100px) {
    .text-block-wrapper .why-choose-our-services {
        margin: 0 auto;
    }
    .text-block-wrapper > div {
        column-count: 1;
    }
    .your-results-wrapper .results-wrapper .data-description .grade-wrap li::before {
        padding: 3px 12px;
        left: 10px;
    }
    .your-results-wrapper .results-wrapper .data-description .grade-wrap li {
        padding-left: 115px;
    }
    .person .new-document {
        display: none;
    }
    .text-page.contact {
        padding: 80px 40px 0;
    }
    .trusted {
        padding: 0;
    }
    body .undetectable {
        padding: 40px 0;
    }
    .pricing-packages::before {
        display: none;
    }
    .pricing-packages {
        padding: 90px 0 45px;
    }
    .what-our-customers-say .customers-say-block-bg {
        left: 0;
        right: 0;
        border-radius: 0;
    }
    .general-wrapper .content-wrapper .top .title {
        font-size: 26px;
    }
    .general-wrapper a.login-button, .header-menu-wrapper a.login-button {
        margin-right: 10px;
    }
    .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;
    }
    .undetectable .grafics-src {
        width: 860px;
    }
    .undetectable.narrow>div:before {
        right: calc(50% - 535px);
        width: 250px;
        top: 230px;
    }
}
@media screen and (max-width: 960px) {
    .text-block-wrapper {
        margin: 40px auto;
    }
    .text-block-wrapper .why-choose-our-services {
        padding: 5px 15px;
    }
    .text-block-wrapper .why-choose-our-services p {
        font-size: 14px;
    }
    .sub-title-text, .sub-title{
        font-size:32px;
    }
    .center-banner.revolutionary {
        padding-top: 30px;
    }
    body.page-prices .wide .container .narrow.top-block, body.page-contact .wide .container .narrow.top-block {
        padding-top: 55px;
        background-position: right top 0;
        background-size: 220px auto;
    }
    body.page-prices .pricing-packages {
        padding-top: 20px;
    }
    body.page-all-tools .wide .title, body.page-prices .wide .title, body.page-contact .wide .title, body.page-privacy-policy .wide .title, body.page-terms-of-service .wide .title {
        padding: 0;
        font-size: 46px;
    }
    body.page-all-tools>.wide:after, body.page-prices>.wide:after, body.page-contact>.wide:after {
        width: 400px;
        height: 400px;
        background-position: 173px -195px;
    }
    body.page-about-us .wide.main-block:before, body.page-all-tools>.wide:before, body.page-prices>.wide:before, body.page-contact>.wide:before, body.page-privacy-policy>.wide:before, body.page-terms-of-service>.wide:before {
        width: 400px;
        height: 400px;
        left: -237px;
        top: -275px;
    }
    body.page-all-tools .sub-title, body.page-prices .sub-title, body.page-contact .sub-title {
        padding: 14px 0 69px;
        font-size: 18px;
    }
    .text-page .all-tools-wrap {
        gap: 12px;
    }
    body.page-about-us .content-title.thank {
        margin: 55px auto 20px;
        font-size: 34px;
    }
    .start-your-essay a.join-custom-writer {
        margin-top: 34px;
    }
    .revolutionary:after {
        background-size: 245px auto;
        width: 200px;
        right: -15px;
        height: 300px;
        background-position: left -23px bottom;
    }
    .center-banner.revolutionary {
        margin: 0 auto 0;
    }
    .revolutionary:before {
        background-size: 140px auto;
    }
    .revolutionary p {
        font-size: 15px;
    }
    .revolutionary a {
        font-size: 18px;
    }
    .revolutionary span {
        font-size: 24px;
        margin-bottom: 40px;
    }
    body.page-about-us .what-our-customers-say.wide {
        padding-top: 52px;
    }
    body.page-about-us .what-our-customers-say.wide .txt {
        margin-top: 0;
    }
    body.page-about-us .content-title {
        margin: 50px 0 32px;
        font-size: 24px;
    }
    body.page-about-us .container, .container {
        max-width: 750px;
        width: auto;
    }
    .center-banner.revolutionary.container {
        padding: 35px 40px;
    }
    .footer.narrow {
        background: transparent;
        padding-top: 40px;
    }
    .footer .right-col {
        width: calc(100% - 255px);
    }
    .footer .right-col .menu-items:nth-child(3) {
        margin-right: 0;
    }
    .what-our-customers-say.wide:before{
        height: 1265px;
    }
    .footer .right-col a {
        font-size: 14px;
        margin-bottom: 12px;
    }
    .footer .right-col .title-col {
        margin-bottom: 24px;
    }
    .footer .right-col .menu-items {
        margin-left: 0;
    }
    .what-our-customers-say .txt div.under-title{
        margin:0;
        font-size: 14px;
    }
    .what-our-customers-say .title {
        font-size: 20px;
        padding: 0;
        margin: 13px 0;
    }
    .what-our-customers-say .txt>p {
        font-size: 14px;
    }
    .what-our-customers-say .customers-say-wrapper .customers-say-item .dissertation {
        font-size: 12px;
    }
    .what-our-customers-say .customers-say-wrapper .customers-say-item .customer-name .ava img {
        width: 45px;
    }
    .what-our-customers-say .customers-say-wrapper .customers-say-item .customer-name .name-wrap {
        margin-top: 6px;
    }
    .what-our-customers-say .txt {
        width: 295px;
    }
    .what-our-customers-say .customers-say-block {
        width: calc(100% - 300px);
    }
    .what-our-customers-say.wide {
        width: calc(750px + 50% - 375px);
        padding-top: 30px;
    }
    .what-our-customers-say .customers-say-wrapper .customers-say-item {
        padding: 12px 24px 27px 21px;
        height: 225px;
    }
    .what-our-customers-say .customers-say-wrapper .customers-say-item .customer-name .name-wrap .position {
        font-size: 12px;
    }
    .what-our-customers-say .customers-say-wrapper .customers-say-item .customer-name .ava {
        margin-right: 14px;
    }
    .what-our-customers-say .customers-say-wrapper .customers-say-item .customer-name .name-wrap .name {
        font-size: 13px;
        margin-bottom: 2px;
    }
    .how-it-works-home h2.title {
        margin: 0 0 20px;
    }
    .how-it-works-home .item div span {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .how-it-works-home .item {
        margin-bottom: 45px;
    }
    .frequently {
        padding-top: 40px;
    }
    .undetectable.narrow>div:before {
        right: calc(50% - 426px);
        width: 200px;
        height: 270px;
    }
    .faq .question-answer .question {
        font-size: 18px;
    }
    .pricing-packages{
        padding-top: 0;
    }
    .pricing-packages .ae-ai-subscribe .slick-dots{
        margin-top: 28px;
    }
    .pricing-packages .ae-ai-subscribe {
        margin-top: 35px;
    }
    .how-it-works-home .blocks:after {
        height: 760px;
        top: calc(50% - 380px);
    }
    .header-menu-wrapper, .how-it-works-home, .frequently, .pricing-packages .ae-ai-subscribe {
        max-width: 750px;
    }
    .main-block-bg {
        min-height: 390px;
    }
    .main-block .study-tool-block {
        max-width: 750px;
        padding: 50px 270px 35px 10px;
        background-size: 260px auto;
        background-position: right center;
    }
    .trusted .trusted-by-students, .trusted .sub-text, .undetectable.narrow>div {
        max-width: 750px;
    }
    .trusted .trusted-by-students, .undetectable .title {
        font-size: 20px;
    }
    .trusted .sub-text, .undetectable.narrow div.under-title {
        font-size: 16px;
    }
    body .narrow, body .title {
        padding-top: 20px;
    }
    body .narrow .features-foe-ready button.slick-arrow {
        top: -75px;
    }
    body .narrow .features-foe-ready button.slick-arrow.slick-prev {
        left: calc(100% - 120px);
    }
    body .narrow .features-foe-ready .item span {
        font-size: 16px;
    }
    body .narrow .features-foe-ready button.slick-arrow {
        left: calc(100% - 65px);
    }
    body .narrow .features-foe-ready {
        width: calc(750px + 50% - 375px);
        margin-top: 26px;
    }
    body .narrow .features-foe-ready .item {
        padding: 40px 25px 0;
        height: 232px;
    }
    body .narrow .features-foe-ready .item p {
        font-size: 14px;
    }
    .main-block .study-tool-block .mission br {
        display: none;
    }
    .main-block .study-tool-block .mission {
        font-size: 22px;
        margin: 21px 0 25px;
    }
    .main-block .study-tool-block .happy-students {
        width: auto;
        margin-top: 20px;
    }
    .your-results-wrapper .results-wrapper .opinion .points {
        font-size: 15px;
    }
    .faq {
        column-count: 1;
    }
    .text-page .all-tools-wrap .tools-wrap-item {
        flex: 0 0 100%;
    }
    .contact-wrap .ae-contacts-custom .contact-form {
        padding: 40px;
    }
    .menu-wrapper {
        display: none;
        padding: 10px 24px 24px;
    }
    .menu-wrapper .left-menu {
        margin: 0px 0 37px;
    }
    .menu-wrapper .logo {
        display: none;
    }
    .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;
    }
    body .undetectable {
        padding: 40px 10px;
    }
    body .title {
        font-size: 32px;
    }
    .undetectable .title {
        display: inline;
    }
    div.under-title {
        font-size: 18px;
        margin: 16px auto 0;
    }
    .ai-orders-list {
        justify-content: center;
    }
    .ai-orders-list .ai-orders-item {
        width: 100%;
    }
    .general-wrapper .content-wrapper {
        padding: 20px 32px;
        width: 100%;
    }
    .header-menu-wrapper .center-menu-block {
        order: 0;
        width: 24px;
    }
    .header-menu-wrapper .left-menu-block {
        order: 1;
    }
    .header-menu-wrapper .right-menu-block {
        order: 2;
    }
    .person .new-document {
        display: none;
    }
    .avatar {
        margin: 0;
    }
    .person .ava {
        margin: 0 10px 0 0;
        width: 30px;
        height: 30px;
    }
    .info {
        margin-top: 0px;
    }
    .person .ava a img {
        width: 30px;
        height: 30px;
    }
    .header-menu-wrapper .right-menu-block .login-button {
        display: block;
        background-image: url("images/usericon.svg");
        background-repeat: no-repeat;
        width: 24px;
        height: 24px;
        font-size: 0;
        line-height: 0;
        margin: 0;
    }
    .try-for-free-wrap .login-button, .try-for-free {
        display: none;
    }
    .header-menu-wrapper .center-menu-block .burger {
        display: block;
        background-image: url("images/burger.svg");
        background-repeat: no-repeat;
        width: 24px;
        height: 24px;
    }
    .header-menu-wrapper .center-menu-block .burger.close {
        background-image: url("images/burgerClose.svg");
    }
    .header-menu-wrapper .center-menu-block .top-menu-wrapper {
        display: none;
    }
    .footer .right-col .menu-items {
        margin-left: 20px;
    }
    .footer .left-col .all-rights-reserved {
        font-size: 13px;
    }
    .start-your-free-trial .your-free-trial {
        font-size: 15px;
    }
    .start-your-free-trial .your-free-trial::before {
        width: 135.341px;
        height: 153px;
        background-repeat: no-repeat;
        left: -20px;
        top: -30px;
    }
    .start-your-free-trial .free-trial {
        border-width: 7px;
        width: 84px;
        height: 84px;
        font-size: 15px;
        line-height: 20px;
        padding-top: 14px;
        right: -16px;
        top: -25px;
    }
    .start-your-free-trial .white-subtitle {
        font-family: IBM Plex Mono;
        font-size: 14px;
        font-weight: 500;
        line-height: 130%;
        margin: 10px auto 25px;
    }
    .start-your-free-trial .title {
        font-size: 20px;
        padding: 0;
        margin: 14px auto 15px;
    }
    .start-your-free-trial .join-custom-writer {
        height: 44px;
        line-height: 44px;
        width: 218px;
        font-size: 16px;
    }
    .its-free {
        font-size: 13px;
    }
    body .narrow.start-your-free-trial.narrow {
        padding-top: 55px;
        height: 285px;
        margin-top: 50px;
    }
    body .narrow.start-your-free-trial:after {
        width: 95.999px;
        height: 140.162px;
        bottom: 0;
        right: 25px;
    }
    .frequently {
        padding: 70px 20px 50px
    }
    .general-wrapper .content-wrapper .ai-orders-wrapper,
    .general-wrapper .content-wrapper .profile-view-wrapper,
    .general-wrapper .content-wrapper .login-component,
    .general-wrapper .content-wrapper .profile-form-wrapper,
    .general-wrapper .content-wrapper .ae-ai-order {
        max-width: 100%;
    }
    .general-wrapper .content-wrapper .top {
        margin-bottom: 10px;
    }
    .general-wrapper .content-wrapper .top .title {
        font-size: 26px;
    }
    .general-wrapper .person {
        display: none;
    }
    .account-top-menu {
        display: flex;
        height: 64px;
    }
    .about-block-bg .left-block {
        max-width: calc(100% - 320px);
    }
    .our-vision-wrap{
        gap:24px;
    }
    .about-block-bg.container:after {
        width: 280px;
        top: 100px;
        right: 5px;
        background-size: contain;
    }
    .about-block-bg .left-block .about-title {
        font-size: 30px;
    }
    .about-block-bg .left-block p.about-sub-description {
        font-size: 19px;
    }
    .about-block-bg .left-block p.about-sub2-description {
        font-size: 18px;
    }
    .about-block-bg.container {
        padding: 35px 0;
    }
    .our-vision-wrap .vision {
        width: calc(50% - 12px);
        padding: 28px;
    }
    .our-vision-wrap .vision .title-vision {
        font-size: 18px;
        margin-bottom:12px;
    }
    .our-vision-wrap .vision .description-vision {
        font-size: 16px;
    }
    .choose-wrap {
        gap: 20px;
    }
    .choose-wrap .choose-item {
        width: calc(50% - 10px);
        padding: 20px 18px 20px 86px;
        background-position: left 18px top 20px;
    }
    .choose-wrap .choose-item .choose-title {
        font-size: 17px;
    }
    .choose-wrap .choose-item .choose-description {
        font-size: 14px;
        margin-top: 8px;
    }
    .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;
    }
    .width-1400 {
        width: 95%;
    }
    .pricing-wrapper .pricing-item .offers li {
        margin-bottom: 2px;
    }
    .pricing-wrapper .pricing-item .offers li::before {
        top: 5px;
    }
    .pricing-wrapper .separated-line {
        margin-top: 20px;
    }
    .pricing-wrapper .pricing-item .conditions {
        margin-top: 25px;
    }
    .pricing-wrapper .pricing-item .name {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 788px) {
    .contact-wrap .ae-contacts-custom .contact-descript span {
        font-size: 18px;
        display: block;
        margin: 0 6px 0 0;
        width: fit-content;
    }
    .contact-wrap {
        border-radius: 0;
    }
    .container.container-contact-form {
        width: 100%!important;
        max-width: 100%;
    }
    .contact-wrap .ae-contacts-custom {
        flex-direction:  column-reverse;
    }
    .contact-wrap .ae-contacts-custom .contact-descript {
        height: 200px;
        background: url(images/contact-right-mobile.png) bottom right no-repeat,url(images/contact-right-mobile-bg.png) top left repeat-x;
        border-radius: 0;
        padding: 0;
        background-size: contain;
        display: block;
        width: 100%;
        position: relative;
        text-align: left;
        padding-top: 40px;
        padding-left: 10%;
    }
    .contact-wrap .ae-contacts-custom .contact-descript span{
        display: block;
        margin-bottom: 5px;
    }

    .contact-wrap .ae-contacts-custom .contact-form input[type="submit"]{
        width: 272px;
        margin: 0 auto;
        display: block;
    }
}
body .messages > div .material-icons[title="Delete"] {
    font-size: 0;
    line-height: normal;
}
body .messages > div .material-icons[title="Delete"]:before {
    content: "x";
    font-size: 18px;
    font-style: normal;
    font-family: 'IBM Plex Mono';
    line-height: normal;
}
@media(max-width:767px){
    .login-wrap {
        padding: 0 15px;
        margin-top: 40px;
    }
    .login-wrap .login-title {
        font-size: 22px;
    }
    .login-page a.logo {
        margin-top: 25px;
    }
    body.page-contact .sub-title {
        font-size: 14px;
        padding: 12px 0 50px;
        width:100%;
    }
    .container.container-contact-form {
        padding: 0;
    }
    .contact-wrap .ae-contacts-custom .contact-form textarea, .contact-wrap .ae-contacts-custom .contact-form input[type="text"] {
        padding: 10px 12px;
        height: 44px;
        font-size: 14px;
        margin-bottom: 18px;
    }
    .contact-wrap .ae-contacts-custom .contact-form .fill-up {
        font-size: 14px;
        margin-bottom: 24px;
    }
    .contact-wrap .ae-contacts-custom .contact-form .input-label {
        font-size: 13px;
        margin-bottom: 6px;
    }
    .sub-title-text, .sub-title{
        font-size:18px;
    }
    body.page-prices .pricing-packages:before {
        content: "";
        display: block;
        background: url(/images/eye-bg.png) center no-repeat;
        width: 105px;
        height: 61px;
        background-size: contain;
        position: absolute;
        top: -40px;
        left: calc(50% - 55px);
        z-index: 1;
    }
    body.page-prices .wide .container .narrow.top-block, body.page-contact .wide .container .narrow.top-block {
        padding-top: 25px;
        background: transparent;
    }
    .contact-wrap {
        margin-top: 0;
    }
    body.page-all-tools .sub-title, body.page-prices .sub-title {
        padding-top: 12px;
        padding-bottom: 62px;
    }
    body.page-prices .text-page .faq-wrap {
        margin: 11px 0 0;
    }
    body.page-prices .pricing-packages {
        padding: 0 0 55px;
    }
    .text-page .all-tools-wrap .tools-wrap-item {
        padding: 20px 16px 20px 68px;
        background-size: 40px auto;
        background-position: 16px 20px;
    }
    .text-page .all-tools-wrap .tools-wrap-item.more {
        background-position: 16px center;
    }
    body.page-all-tools>.wide:after, body.page-prices>.wide:after, body.page-contact>.wide:after {
        width: 295px;
        height: 295px;
        background-position: 130px -168px;
    }
    .text-page .all-tools-wrap .tools-wrap-item .all-tool-description {
        font-size: 13px;
    }
    .text-page .all-tools-wrap .tools-wrap-item .all-tool-title {
        font-size: 16px;
        margin-bottom: 12px;
    }
    body.page-about-us .container, .container {
        padding: 0 10px;
    }
    body.page-all-tools .wide .title, body.page-prices .wide .title, body.page-contact .wide .title, body.page-privacy-policy .wide .title, body.page-terms-of-service .wide .title {
        font-size: 22px;
    }
    body.page-all-tools .wide .narrow {
        background: transparent;
        padding-top: 25px;
    }
    body.page-all-tools .all-tools-wrap:before {
        content: "";
        display: block;
        background: url(/images/eye-bg.png) center no-repeat;
        width: 137px;
        height: 79px;
        background-size: contain;
        position: absolute;
        top: -70px;
        left: calc(50% - 80px);
    }
    body.page-all-tools>.wide, body.page-prices>.wide, body.page-contact>.wide, body.page-privacy-policy>.wide, body.page-terms-of-service >.wide,
    body.page-about-us .wide.main-block,
    body.page-about-us .wide.main-block {
        background: url(images/page-top-left-bg-mobile.png) top left no-repeat;
        background-color: #000;
    }
    .text-page-bg .header-under-text {
        width: 100%;
    }
    .header-menu-wrapper .right-menu-block {
        margin-top: 7px;
    }
    .header-menu-wrapper .left-menu-block {
        margin-top: 10px;
    }

    /* page-top-left-bg-mob.png */
    body.page-all-tools .all-tools-wrap{
        position:relative;
        margin-bottom: 50px;
    }
    body.page-all-tools .sub-title, body.page-prices .sub-title {
        font-size: 14px;
        width: 100%;
    }
    body.page-about-us .content-title.thank {
        font-size: 20px;
    }
    .content-sub-title {
        font-size: 15px;
    }
    .start-your-essay a.join-custom-writer {
        height: 44px;
        line-height: 44px;
        width: 218px;
        margin-bottom: 0;
        font-size: 16px;
        margin-top: 15px;
    }
    .revolutionary:before {
        background-size: 173.426px auto;
        width: 173.426px;
        height: 196.055px;
        top: auto;
        bottom: -5px;
        left: 23px;
    }
    .revolutionary:after {
        width: 121px;
        height: 160px;
        background-position: left -23px top;
        transform: rotate(1deg);
        right: 0;
        background-size: 235px auto;
        bottom: 51px;
    }
    body.page-about-us .center-banner.revolutionary{
        padding: 35px 24px 35px;
        border-radius: 16px;
        max-width: 90%;
        margin: 20px auto;
        height: fit-content;
        background-size: auto 100%;
    }
    .revolutionary span br{
        display:none;
    }
    .revolutionary span {
        font-size: 19px;
        margin-bottom: 12px;
    }
    .revolutionary p {
        margin-bottom: 12px;
        font-size: 13px;
        margin-left: 0;
    }
    .revolutionary a {
        font-size: 16px;
        display: block;
    }
    body.page-about-us .content-title {
        font-size: 20px;
    }
    .choose-wrap .choose-item {
        width: 100%;
        background-size: 40px auto;
        padding-left: 78px;
    }
    body.page-about-us .container, .container {
        gap: 10px;
    }
    .choose-wrap .choose-item .choose-description {
        font-size: 13px;
    }
    .choose-wrap .choose-item .choose-title {
        font-size: 16px;
    }
    .our-vision-wrap .vision {
        width: 100%;
        padding: 24px;
    }
    .our-vision-wrap .vision .description-vision {
        font-size: 13px;
    }
    .about-block-bg.container {
        padding: 18px 0 50px;
    }
    body.page-about-us .container, .container {
        padding-right: 10px;
        padding-left: 10px;
    }
    .about-block-bg .left-block .about-title {
        font-size: 22px;
        margin-bottom: 12px;
    }
    .about-block-bg .left-block {
        max-width: 100%;
    }
    .about-block-bg .left-block p.about-sub-description {
        font-size: 14px;
    }
    .about-block-bg.container:after, body.page-about-us .wide.main-block:before{
        display:none;
    }
    .about-block-bg .left-block p.about-sub2-description {
        font-size: 14px;
        margin: 0 0 20px;
        padding-top: 195px;
        background: url(/images/eye-bg.png) top 20px center no-repeat;
        background-size: 260px auto;
    }
    .about-block-bg .join-custom-writer {
        display: block;
        height: fit-content;
        font-family: IBM Plex Mono;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 125%;
        letter-spacing: -0.6px;
        background: linear-gradient(90deg, #FFF 0%, #FFF 0.01%, #E10000 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: 15px;
    }
    .footer .right-col .menu-items{
        margin-left:0;
    }
    .footer .right-col .title-col{
        margin-top:40px;
    }
    .footer .left-col .footer-logo{
        margin-bottom:0px;
    }
    .footer .right-col {
        display: block;
        width: 100%;
    }
    .footer .left-col{
        display: block;
    }
    .footer.narrow {
        display: block;
        max-width: 80%;
    }
    .start-your-free-trial .free-trial {
        font-size: 0;
        padding: 0;
        width: 77px;
        border: none;
        background: transparent;
        right: 0;
        overflow: hidden;
        border-radius: 0;
    }
    .start-your-free-trial .join-custom-writer{
        z-index:1
    }
    .start-your-free-trial .your-free-trial::before {
        left: -35px;
    }
    .start-your-free-trial .title {
        width: 355px;
    }
    body .narrow.start-your-free-trial:after {
        right: 0;
    }
    body .narrow.start-your-free-trial.narrow{
        max-width:100%;
        height: 270px;
        border-radius: 20px;
        background-size: auto 100%;
        background-position: left -40px top;
    }
    .start-your-free-trial .free-trial:before {
        content: "FREE TRIAL";
        width: 84px;
        height: 84px;
        font-size: 15px;
        line-height: 20px;
        padding-top: 14px;
        z-index: 1;
        border-radius: 50%;
        background: #ED1B1C;
        border: 7px solid #0B0518;
        color: #fff;
        text-align: center;
        font-style: normal;
        box-sizing: border-box;
        display: block;
        font-weight: 600;
    }
    .what-our-customers-say.wide:before{
        display:none;
    }
    .what-our-customers-say.wide {
        width: 95%;
        margin: 0 0 0 auto;
        padding: 0 0 30px;
    }
    .what-our-customers-say .customers-say-block {
        width: 100%;
    }
    .what-our-customers-say .customers-say-wrapper {
        margin-top: 0;
    }
    .what-our-customers-say .txt {
        width: 100%;
        padding: 0;
        margin: 15px 0 30px;
    }
    .how-it-works-home h2.title {
        font-size: 20px;
    }
    .frequently {
        box-sizing: border-box;
        padding: 0 10px 30px;
    }
    .frequently h2.title {
        font-size: 18px;
        margin-bottom: 12px;
    }
    .frequently div.under-title {
        font-size: 16px;
        margin-bottom: 12px;
    }
    .how-it-works-home .item div p {
        font-size: 14px;
    }
    .how-it-works-home .item {
        flex-direction: column;
        margin: 0 auto;
        width: fit-content;
        max-width: 100%;
    }
    .how-it-works-home .item img, .how-it-works-home .item div {
        max-width: 100%;
        width: 545px;
    }
    .how-it-works-home {
        padding: 0 10px;
        box-sizing: border-box;
    }
    .how-it-works-home h2.title {
        padding: 0;
    }
    .how-it-works-home .item img {
        margin-left: 5px;
        display: block;
    }
    .how-it-works-home .blocks .item:nth-child(2) img {
        margin-left: -5px;
    }
    .undetectable .grafics-src, .how-it-works-home .blocks:after {
        display: none;
    }
    .how-it-works-home .blocks .item:nth-child(2) {
        flex-direction: column-reverse;
    }
    .how-it-works-home .item img {
        margin-bottom: 18px;
    }
    .how-it-works-home .item div {
        margin-bottom: 30px;
    }
    .undetectable .grafics-src-mobile {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 5px auto 0;
    }
    body .narrow .features-foe-ready {
        max-width: 95%;
    }
    body .narrow {
        padding-top: 30px;
    }
    .undetectable.narrow:after{
        display: none;
    }
    body .narrow .features-foe-ready button.slick-arrow {
        top: auto;
        bottom: 0;
    }
    body .narrow .features-foe-ready {
        padding-bottom: 60px;
    }
    body .narrow .features-foe-ready .item {
        margin-right: 20px;
    }
    .trusted .trusted-by-students {
        text-align: center;
        padding: 0 25px;
        box-sizing: border-box;
    }
    .undetectable.narrow:after{
        left:0;
    }
    .undetectable.narrow>div {
        width: 420px;
        position: relative;
    }
    img.undetect-logo {
        padding-right: 0;
        margin-top: 23px;
        margin-bottom: 10px;
        display: none;
    }
    .undetectable.narrow>div:before {
        right: 15px;
        width: 125px;
        height: 110px;
        transform: rotate(0deg);
        top: auto;
        bottom: 95px;
    }
    .trusted .sub-text {
        text-align: center;
        padding: 0 25px;
        box-sizing: border-box;
    }
    .main-block-bg {
        min-height: fit-content;
    }
    .main-block .study-tool-block {
        text-align: center;
        background-size: 305px auto;
        background-position: right 50% top 125px;
        padding: 20px 0 35px;
    }
    .main-block-bg:before, .main-block-bg:after{
        display:none
    }
    .header-menu-wrapper {
        height: 60px;
    }
    .study-tool-block .join-custom-writer {
        margin: 0 auto 26px;
        display: block;
    }
    .main-block .study-tool-block .happy-students {
        margin: 0;
    }
    .under-text {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 60px;
    }
    .text-page-bg .under-text {
        margin-left: 0;
        margin-bottom: 60px;
        text-align: left;
    }
    body.page-all-tools .wide .title,
    body.page-prices .wide .title,
    body.page-contact .wide .title,
    body.page-privacy-policy .wide .title,
    body.page-terms-of-service .wide .title {
        margin-bottom: 15px;
    }
    .main-block .study-tool-block .mission {
        text-align: center;
        padding-bottom: 260px;
    }
    .what-our-customers-say .customers-say-wrapper .customers-say-item {
        margin-top: 0;
        margin-right: 19px;
        height: 205px;
    }
    .what-our-customers-say .what-our-customers-say-arrow-prev {
        bottom: 30px;
        right: calc(2.5% + 55px);
        left: auto;
    }
    .what-our-customers-say .what-our-customers-say-arrow-next{
        position: relative;
        bottom: auto;
        left: auto;
        margin: 22px 2.5% 0 auto;
        margin-top: 22px;
        display: block;
    }
    .footer .right-col .all-rights-reserved {
        display: block;
        color: #CFD2DD;
        font-size: 13px;
        margin-top: 30px;
    }
    .footer .left-col .all-rights-reserved {
        display: none;
    }
    .study-tool-block .under-text {
        text-align: center;
        display: block;
        margin: 0 auto;
    }
    .main-block-bg {
        background: url(images/main-top-left-light-bg.png) left top no-repeat, url(images/main-top-right-light-bg.png) right top no-repeat, url(images/main-block-bg.png) center top no-repeat;
        background-size: 500px auto, 500px auto, cover;
    }
    body.page-all-tools .all-tools-wrap {
        position: relative;
        margin-bottom: 50px;
        margin-top: 95px;
    }
    body.page-about-us .content-title.thank p {
        font-size: 15px;
    }
    .login-page {
        background: url(images/main-block-bg.png) center top no-repeat;
        background-size: auto;
    }
    .login-wrap {
        max-width: 500px;
    }
}
@media screen and (max-width: 640px) {
    .contact-wrap .ae-contacts-custom .contact-descript .support-mail {
        font-size:15px;
    }
    .text-block-wrapper .why-choose-our-services tr td {
        width: 100%;
        display: block;
        padding: 10px 30px;
        box-sizing: border-box;
    }
    .hyperwrite-wrap .explore::before, .hyperwrite-wrap .document::before {
        width: 54px;
        height: 54px;
        background-size: contain;
        left: calc(50% - 27px);
        top: 24px;
    }
    .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;
    }
    .general-wrapper .content-wrapper {
        padding: 20px;
    }
    .hyperwrite-wrap {
        margin-bottom: 24px;
    }
    .my-tools {
        display: block;
    }
    .hyperwrite-wrap .hyperwrite .hyperwrite-link {
        width: 100%;
        height: 40px;
        line-height: 38px;
        font-size: 14px;
    }
    .hyperwrite-wrap {
        display: block;
    }
    .my-tools .tool .tool-description {
        font-size: 13px;
    }
    .my-tools .tool .tool-title {
        font-size: 14px;
        margin-bottom: 2px;
    }
    .my-tools .tool.all-tools .tool-description {
        font-size: 12px;
    }
    .my-tools .tool.all-tools .tool-title {
        font-size: 14px;
    }
    .my-tools .tool.number {
        padding: 16px 20px;
        margin: 0 0 8px;
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    .hyperwrite-wrap .hyperwrite .hyperwrite-text span {
        font-size: 13px;
        margin-top: 10px;
    }
    .general-wrapper .content-wrapper .my-tools-wrap .subtitle.all-tools {
        margin-top: 24px;
    }
    .my-tools .all-tools {
        margin-bottom: 8px;
        padding: 18px 20px 18px 68px;
        background-position: center left 20px;
        background-size: 28px auto;
    }
    .general-wrapper .content-wrapper .my-tools-wrap .subtitle {
        font-size: 16px;
    }
    .hyperwrite-wrap .hyperwrite {
        margin-bottom: 8px;
        padding: 94px 20px 24px;
    }
    .hyperwrite-wrap .hyperwrite .hyperwrite-text {
        font-size: 16px;
    }
    .contact-wrap .ae-contacts-custom .contact-form {
        padding: 35px 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%;
    }
    .general-wrapper .faq .question-answer {
        flex-basis: 100%;
    }
    .trusted .logos-wrapper .logo-block {
        margin: 0;
    }
    .footer .right-col .title-col {
        margin: 40px 0 24px;
    }
    .footer .right-col .menu-items {
        margin-left: 0px;
    }



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

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

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

    .under-text {
        margin: 0 auto;
    }
    .about-block-bg .under-text {
        margin: 0 auto;
        text-align: left;
    }
    .main-block .study-tool-block .mission {
        padding: 0 25px 260px;
    }
    .main-block .study-tool-block .hat {
        background-image: url("images/hat-mobile.svg");
        width: 116px;
        height: 87px;
    }
    .main-block .study-tool-block .happy-students{
        text-align:center
    }
    .main-block .study-tool-block .mission span {
        background-image: url("images/vector-mobile.svg");
        background-position-x: calc(50% + 11px);
    }

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

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

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

    .faq .question-answer .question {
        color: #FFF;
        font-family: IBM Plex Mono;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        letter-spacing: -0.14px;
        opacity: 1;
    }
    .faq .question-answer.active .answer{
        font-size: 12px;
    }
    .frequently .faq{
        padding-top: 0;
    }
    .faq .question-answer::before {
        background-image: url(images/plus-mobile.svg);
        width: 20px;
        height: 20px;
        top: 18px;
        left: 18px;
    }

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

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

    .pricing-packages .title {
        padding-top: 0;
        text-align: center;
        font-family: IBM Plex Mono;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
        letter-spacing: -0.4px;
        box-shadow: none;
        margin-bottom: 10px;
    }

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

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

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

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

    .info {
        display: none;
    }

    .person .ava {
        margin: 0;
    }
    body .narrow.start-your-free-trial.narrow {
        background: url(images/embrace-right-mob-bg.png) right top no-repeat, url(images/embrace-left-mob-bg.png) left bottom no-repeat, url(images/embrace-mob-bg.png) center no-repeat;
        background-size: auto, auto, cover;
    }
    .main-block .study-tool-block {
        text-align: center;
        background-size: 305px auto;
        background-position: right calc(50% + 25px) top 135px;
    }
    body .narrow.start-your-free-trial.narrow {
        padding-top: 55px;
    }
    .login-wrap {
        max-width: 450px;
    }
    .contact-wrap .ae-contacts-custom .contact-descript {
        padding-top: 20px;
        padding-left: 30px;
    }
}

@media(max-width:480px){
    body .cookie-policy-block .text-col{
        background:none;
    }
    .start-your-free-trial .title {
        width: 285px;
    }
    .header-menu-wrapper {
        height: 50px;
    }
    a.logo {
        height: 25px;
        width: 167px;
        background-size: contain;
        background-position: center bottom;
    }
    .header-menu-wrapper .left-menu-block {
        margin-top: 5px;
    }
    body .narrow.start-your-free-trial.narrow {
        height: 320px;
    }
}
@media screen and (max-width: 400px) {
    .contact-wrap .ae-contacts-custom .contact-descript {
        padding-top: 15px;
        padding-left: 14px;
        font-size: 15px;
        height: 160px;
    }
    .contact-wrap .ae-contacts-custom .contact-descript span {
        display: block;
        margin-bottom: 0px;
        font-size: 15px;
    }
    body .narrow.start-your-free-trial.narrow {
       padding-top: 50px;
    }
    .under-text {
        width: 250px;
    }
    .undetectable.narrow>div {
        width: 285px;
    }
    .undetectable.narrow>div:before {
        right: -31px;
    }
    .footer {
        padding: 60px 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%;
    }
    .content-wrapper .login-wrap {
        padding: 0;
    }
    .about-block-bg .left-block p.about-sub2-description {
        padding-top: 180px;
        background-size: 240px auto;
    }
    .main-block .study-tool-block {
        text-align: center;
        background-size: 280px auto;
        background-position: right calc(50% + 4px) top 170px;
    }
    .main-block .study-tool-block .mission {
        padding: 0 25px 230px;
    }
}
