/*
Theme Name: writemyessayfor.me
Text Domain: https://writemyessayfor.me/
Author: OTEC
Author URI: https://onesite.com.ua
*/

* {
    box-sizing: border-box;
}

html {
    height: 100%
}

body,
html {
    min-height: 100%
}
/* TODO fix shift scroll in js function */
html.scrollLock {
    overflow: hidden;
}
body {
    font-family: 'DM Sans', sans-serif;
    margin: 0;
    display: flex;
    flex-direction: column;
    font-size: 16px;
}
body.padding-top {
    padding-top: 70px;
}
main {
    flex: 1 0 auto;
}

p {
    margin: 0;
}

h1 {
    line-height: 1;
}

.h1,
.h2,
.h3,
.h4,
.h5 {
    font-weight: 700;
}

.h2-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 34px;
    color: #259bd4;
    font-weight: 600;
}
.pos-rel {
    position: relative;
}
.content ul {
    padding-left: 20px;
}

.content li {
    list-style: unset;
    margin-bottom: 10px;
}

.content a {
    color: #fb7811;
}

img {
    max-width: 100%
}

::placeholder {
    opacity: .7;
    font-size: 16px;
}

a,
a:visited {
    text-decoration: none;
}

a:hover {
    color: #555;
}

ol,
ul {
    padding: 0;
    margin: 0;
}

li {
    padding: 0;
    margin: 0;
    list-style: none;
}

input,
textarea {
    width: 100%;
    border: 1px solid #999;
    font-size: 18px;
    color: #999;
    padding: 10px;
}

input:focus,
textarea:focus {
    outline-offset: 0;
    outline: 1px solid #fff;
}

input[type=submit]:hover {
    cursor: pointer;
    outline: 1px solid #fff;
}
.ml-10 {
    margin-left: 10px;
}
.text-a-c {
    text-align: center;
}

section,
.section {
    padding: 64px 0;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    transition: background-color .3s ease-in, box-shadow .3s ease-in;
}
.header.active {
    background-color: #fff;
    box-shadow: 0 0 4px rgba(0,0,0,.3);
}
.container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 30px;
    width: 100%;
}

.header-menu .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.button {
    display: inline-block;
    font-size: 24px;
    background: #4176ff;
    padding: 16px 26px;
    color: #fff;
    cursor: pointer;
    border-radius: 6px;
    transition: background-color .3s ease-in;
}
.button-sm {
    font-size: 18px;
    padding: 12px 16px;
}
.button-lg {
    padding: 16px 64px;
}
.button-transparent {
    background: transparent;
    color: #666;
}
.button-shadow {
    background: transparent;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
}

.button:hover {
    color: #fff;
    background: #2152d2;
}

.breadcrumbs {
    width: 100%;
    padding: 50px 0;
    font-size: 22px;
}

.breadcrumbs a {
    color: #259bd4;
}

.breadcrumbs-single .container {
    max-width: 740px;
    margin: 0 auto;
    padding: 20px;
}

.header .button {
    flex-shrink: 0;
}

.header .right-block {
    display: flex;
    align-items: center;
    padding: 26px 0;
}

.header .right-block a:not(.button) {
    line-height: 0;
}

.mobile_menu_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    opacity: 0;
    visibility: hidden;
    background: rgba(255, 255, 255, .5);
}

.header.open .mobile_menu_overlay {
    z-index: 1;
    opacity: .8;
    visibility: visible;
    transition: opacity .3s;
    background: rgba(255, 255, 255, .5);
}

.header.open .menu-main-menu-container {
    visibility: visible;
    opacity: 1;
    z-index: 2;
    width: 100%;
    height: 100vh;
    transition: opacity .3s;
    display: block;
}

.header .menu a {
    color: #333;
    font-size: 22px;
    font-weight: 600;
}

.header-menu a:hover {
    color: #fb7811;
}

.menu-item-has-children>a {
    position: relative;
}

.menu-item-has-children>a:after {
    content: "+";
    margin-left: 5px;
}

.menu-item-has-children.open>a:after {
    content: "-"
}

.menu-item-has-children.open>a {
    color: #fb7811;
}

.menu-item-has-children.open>.sub-menu {
    display: block;
}

.top-panel {
    padding-right: 70px;
}
.menu-main-menu-container ul~div {
    margin-top: 35px;
}
.menu-main-menu-container .soc-icons {
    display: flex;
    align-items: center;
    margin: 16px 0;
}
.menu-main-menu-container .soc-icon:not(:first-child) {
    margin-left: 34px;
}
.menu-main-menu-container .contact>* {
    font-size: 22px;
    color: #28207e;
    font-weight: 600;
}
.menu-main-menu-container .phone {
    display: inline-block;
    margin: 8px 0;
}
.menu-main-menu-container .email {
    display: block;
}
.menu-main-menu-container .phone:nth-of-type(n+2):before {
    content: "|";
    margin: 0 7px;
}
.menu-main-menu-container .subtitle {
    font-size: 30px;
    color: #28207e;
    font-weight: 600;
}
.header .sub-menu a {
    font-size: 18px;
    display: inline-block;
    padding: 4px 0;
}
.mobile_menu_close {
    padding: 5px 10px;
    outline: 0;
    user-select: none;
    position: fixed;
    top: 30px;
    right: 50px;
    cursor: pointer;
    z-index: -1;
    opacity: 0;
}

.header.open .mobile_menu_close {
    z-index: 3;
    opacity: 1;
    color: #000;
    transition: opacity .3s;
}

a.logo {
    line-height: 0;
}

.logo img {
    width: 100%;
    max-width: 195px;
    height: 50px;
}

.offer-block .row .text-block .h1 {
    font-size: 40px;
    color: #28207e;
}

.offer-block .home-advantages-item {
    position: relative;
    margin: 10px 0;
    padding-left: 10px;
}

.offer-block .home-advantages-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #28207e;
}

.offer-block .row .text {
    font-size: 24px;
    margin: 30px 0;
}

.order-process .row > div {
    width: 50%
}
.order-process .row > img {
    max-width: calc(50% - 40px);
    width: 100%;
    margin-left: 40px;
    height: auto;
}

.order-process-text {
    font-size: 24px;
    margin: 24px 0;
}

.wp-block-columns {
    display: flex;
    flex-wrap: wrap;
    width: calc(100%+30px);
    margin: 0 -20px;
}

.wp-block-column {
    padding: 20px;
}
.page-php {
    overflow: hidden;
    padding: 74px 0 20px;
}
.page-php h1,
.page-php h2,
.page-php h3,
.page-php h4,
.page-php h5,
.page-php h6 {
    line-height: 1.3;
    margin-bottom: 1rem;
}
.page-php p {
    line-height: 1.6;
    margin-bottom: 0.6rem;
}
footer {
    color: #999FAE;
    padding: 50px 0 20px;
    font-size: 16px;
    line-height: 1.5;
}

footer .logo img {
    max-width: 240px;
}

footer .logo {
    margin-bottom: 30px;
}

footer .row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

footer .row>div {
    max-width: 33.33%;
    width: 100%;
    padding: 0 15px;
}

footer .copyright p:not(:first-child) {
    margin-top: 20px;
}

footer .soc-icon {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}

footer .soc-icon .icon {
    max-width: 50px;
    width: 100%;
    height: auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

footer .we-accept .icons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 30px 0;
}

footer .we-accept img {
    display: inline-block;
    max-width: 48px;
    width: 100%;
    height: auto;
}

footer .we-accept img:not(:first-child) {
    margin-left: 8px;
}

footer .we-accept .money-back {
    color: #33363E;
}

footer .we-accept strong {
    line-height: 1;
    font-size: 80px;
    font-weight: 700;
}

footer .icon:not(:first-child) {
    margin-left: 8px;
}

footer .we-accept .icon {
    padding: 0 6px;
    width: auto;
    height: 58px;
}

footer .we-accept .icon:first-of-type {
    padding-left: 0;
}

footer .subtitle {
    font-size: 26px;
    margin-bottom: 8px;
    color: #fff;
}

footer a {
    color: #33363E;
    font-size: 14px;
}

footer a:visited {
    color: #ddd;
}

footer a:not(.icon):hover {
    text-decoration: underline;
}

.footer-menu-link a {
    font-size: 20px;
    padding: 8px 0;
    display: inline-block;
}

footer .row:first-child {
    padding-bottom: 30px;
}

footer .row.private-policy {
    padding: 20px 0;
    font-size: 18px;
    color: #999FAE;
    border-top: 1px solid #ECF2F6;
}

footer .menu-footer-menu-links-container ul {
    display: flex;
    flex-wrap: wrap;
}

footer .menu-footer-menu-links-container a {
    font-size: 18px;
    font-weight: 400;
    color: #33363E;
    margin-right: 40px
}
.blog-section .post {
    height: 100%;
}
.blog-section .title {
    font-size: 40px;
    margin-bottom: 10px;
    font-weight: 700;
}
.blog-section img {
    width: 100%;
    height: auto;
}
.post .title {
    font-size: 38px;
    color: #28207e;
    line-height: 1.3;
    max-height: 100px;
    overflow: hidden;
    flex-shrink: 0;
}

.post .description {
    font-size: 22px;
    margin: 19px 0;
    line-height: 1.3;
    height: 100%;
    max-height: 141px;
    overflow: hidden;
}

.post .date {
    font-size: 20px;
}

.post .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: auto;
}
.post .info {
    display: flex;
    flex-direction: column;
    height: 100%
}
.post .subtitle {
    font-size: 24px;
    font-weight: 500;
    color: #333;
    margin-top: 10px;
}
.post .text {
    font-size: 18px;
    margin: 20px 0 10px;
    flex: 100%;
    max-height: 121px;
    overflow: hidden;
}
.post .read-more {
    font-size: 22px;
    color: #4176ff;
    font-weight: 500;
    display: inline-block;
    margin-top: 8px;
}
.post .text-content {
    display: flex;
    flex-direction: column;
}
.common-blog {
    padding: 40px 0;
}
.single-php .container {
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.single-php .blog {
    width: 100%;
    overflow: hidden;
}
.single-php aside {
    top: 100px;
    max-width: calc(30% - 40px);
    width: 100%;
    margin-left: 40px;
}
.single-php aside .subtitle {
    font-size: 30px;
}
.single-php .toc {
    padding: 30px 20px;
    border-radius: 10px;
    background: #525660;
    color: #fff;
}
.single-php .toc.hidden .h2 {
    display: none;
}
.single-php aside .subtitle + .h2 {
    padding-top: 30px;
}
.single-php aside .h2 {
    font-size: 18px;
    text-align: left;
    margin-bottom: 10px;
    font-weight: 300;
}
.single-php aside .subtitle,
.title-categories {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.arrow-categories {
    width: 14px;
    height: auto;
}
.single-php aside a {
    color: #eee;
}
.single-php .title {
    font-size: 2em;
    margin: 1em 0;
    font-weight: 700;
}

.single-php .content {
    margin: 20px 0;
    font-size: 18px;
}

.single-php .post-image {
    width: 100%
}

.page-header {
    position: relative;
}

.contact-page {
    overflow: hidden;
    margin-top:  40px;
}

.contact-page .h2 {
    font-size: 58px;
}

.contact-page .text {
    max-width: 730px;
    padding: 0 15px;
    margin: 0 auto 25px;
    text-align: center;
    font-size: 24px;
}

.contact-page .content {
    margin: 0 auto;
}

.contact-page .row {
    display: flex;
    align-items: flex-start;
    margin: 0 auto;
    padding: 20px 0;
}

.contact-page .row>div {
    flex: 1 0 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contact-page .row>div:last-child {
    padding: 0 20px;
}
.contact-page .subtitle {
    font-size: 24px;
    font-weight: 600;
    margin-top: 16px;
    margin-bottom: 20px;
}

.contact-page .icon-subtitle {
    font-size: 26px;
    font-weight: 700;
    margin: 8px 0;
}

.contact-page .email,
.contact-page .phone {
    font-size: 16px;
    color: #000;
}

.contact-page .icon-wrap {
    width: 105px;
    height: 105px;
    border-radius: 10px;
    border: 1px solid #4176ff29;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin: 0 auto;
}

.contact-page .icon-wrap img {
    max-width: 100%;
    width: 100%
}

.contact-page .soc-icon {
    display: flex;
    justify-content: center;
    flex-wrap:  wrap;
    row-gap: 20px;
    column-gap: 20px;
}
.contact-page .contact-text {
    font-size: 22px;
    table-layout: c;
    text-align: center;
    border-top: 2px solid #4176ff;
    padding-top: 30px;
    margin-top: 30px;
}

.contact-page .soc-icon a {
    text-align: center;
    color: #4176ff;
}

.site-main .container {
    max-width: 700px;
    padding: 10px 30px 50px;
}

.site-main .post {
    margin: 50px 0;
    padding: 0;
    padding-bottom: 50px;
    border-bottom: 1px solid #eee;
}

.site-main .post p {
    font-size: 18px;
    margin-top: 30px;
}

.site-main article img {
    height: auto;
    width: 100%
}

.entry-title {
    font-size: 36px;
    margin: 20px 0;
    font-weight: 700;
}

.entry-title a {
    color: #28207e;
}

.search-label {
    background: rgba(196, 196, 196, .33);
    border: 1px solid #ccc;
    border-radius: 100px;
    max-width: 700px;
    width: 100%;
    display: flex;
}

#s {
    max-width: 600px;
    width: 100%;
    min-width: 150px;
    height: 68px;
    background: 0;
    border-radius: 100px;
    border: 0;
    text-indent: 20px;
}

#searchsubmit {
    width: auto;
    height: 68px;
    border-radius: 100px;
    padding: 0 57px;
    color: #fff;
    background: #28207e;
    display: inline-block;
}

#s:focus {
    outline: 0;
}

#searchsubmit:hover {
    background: #18125c;
    outline: 0;
}

#searchsubmit:focus {
    outline: 0;
}

.follow-us img {
    max-width: 50px;
    height: auto;
}

.nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
}

.navigation.pagination {
    text-align: center;
    padding: 20px 0;
    margin-top: 30px;
}

.page-numbers {
    font-size: 20px;
    display: inline-block;
    padding: 4px 10px;
    border: 1px solid #ececec;
    margin: 1px;
}

.page-numbers:hover {
    color: #259bd4;
    background: #f8f8f8;
}

.page-numbers.current {
    color: #259bd4;
    background: #f8f8f8;
}

.next.page-numbers:hover,
.prev.page-numbers:hover {
    background: #f8f8f8;
}

.next.page-numbers:hover path,
.prev.page-numbers:hover path {
    fill: #259bd4;
}

.not-found .page-title {
    font-size: 30px;
}

.not-found .page-content p {
    font-size: 20px;
    margin: 25px 0;
}

.page-404-php {
    width: 100%;
    padding-top: 0;
    padding-bottom: 50px;
    text-align: center;
}

.page-404-php .inner {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 20px 0;
}

.page-404-php img {
    max-width: 150px;
}

.page-404-php .title {
    font-size: 80px;
    margin-bottom: 0;
}

.page-404-php .text {
    font-size: 28px;
}

.page-404-php .button {
    margin: 20px 0;
}
.seo-text {
    position: relative;
}
.seo-text .circle-lg {
    width: 100%;
    max-width: 800px;
    height: auto;
    top: 0;
    right: 0;
    background: #efeff2;
    z-index: -1;
    /*transform: translate(30%, -35%);*/
}
.seo-text .circle-md {
    top: 280px;
    right: 48%;
    width: 150px;
    background: #fedb6a;
    z-index: -1;
}
.seo-text .circle-sm {
    top: 150px;
    right: 80%;
    width: 80px;
    z-index: -1;
    background: #4176ff;
}
.seo-text-wrap ol,
.seo-text-wrap ul {
    padding-inline-start: 40px;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0;
    margin-inline-end: 0;
}

.seo-text-wrap li {
    list-style: unset;
}

.seo-text-wrap p {
    margin-block-start: 1em;
    margin-block-end: 1em;
}
.table-header-currency {
    position: relative;
    width: 60px;
}
.table-header-currency > li {
    cursor: pointer;
    padding: 10px;

}
.current-currency {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.current-currency-text {
    margin-right: 6px;
    font-weight: 600;
}
.prices-table-currency {
    text-align: center;
    border-radius: 7px;
    padding: 5px 0;
}
.prices-table-currency.active,
.prices-table-currency.hover {
    background: #ecf2f6ed;
}
.table-header-currency .currency-value {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    padding: 6px 4px;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    box-shadow: 0 0 4px rgb(0 0 0 / 10%);
    border-radius: 10px;
}
.table-header-currency .currency-value-dropdown-item.show .currency-value {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    display: block;
    overflow: auto;
}
@media(max-width:1601px) {
    .header .right-block {
        padding: 15px 0;
    }
    .order-process-text {
        font-size: 20px;
        margin: 18px 0;
    }
}

@media(max-width:992px) {
    footer .services ul li {
        width: 32%
    }
    .slider-type-services .slider__item {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .slider-type-services .item .subtitle {
        font-size: 22px;
    }
}

.seo-text-wrap {
    display: none;
}

.seo-text-wrap.show {
    display: block;
    margin: 15px 0;
}
.seo-text-wrap.show:first-child > *:first-child {
    -webkit-column-span: all;
    -moz-column-span: all;
    column-span: all;
    margin-bottom: 1.25em;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-top: 0;
}
.seo-text-wrap-hidden {
    display: none;
}

.seo-text-wrap-hidden.show {
    display: block;
}

.show-seo-text {
    margin: 40px auto 0;
    display: inline-block;
}

.seo-text-intro {
    margin-bottom: 30px;
}

.show-seo-text.disable {
    display: none;
}

.hide-seo-text {
    margin: 20px auto;
    display: inline-block;
    text-align: center;
}

.seo-text .wrap-button {
    text-align: center;
}

.seo-text .row {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.seo-text {
    text-align: justify;
}

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

.seo-text-wrap h1,
.seo-text-wrap h2,
.seo-text-wrap h3,
.seo-text-wrap h4,
.seo-text-wrap h5,
.seo-text-wrap h6 {
    font-size: 1.25rem;
    margin-bottom: .75rem;
}

.seo-text-wrap h2,
.seo-text-wrap h3,
.seo-text-wrap h4,
.seo-text-wrap h5,
.seo-text-wrap h6 {
    font-weight: 400;
}

.seo-text-wrap p,
.seo-text-intro p {
    font-size: 1rem;
    margin-bottom: .6rem;
}

.seo-text ul,
.seo-text ol {
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 25px;
}

.seo-text ul li,
.seo-text ol li {
    list-style: inherit;
    margin-bottom: .6rem;
}

.seo-text ul {
    list-style-type: disc;
}

.seo-text ol {
    list-style-type: decimal;
}

.seo-text .row-button {
    text-align: center;
    column-count: 1;
}

.our-features .features-block {
    background: #ECF2F6;
    cursor: pointer;
    margin: 12px 0;
    border: .5px solid #dedede;
    border-radius: 6px;
    padding: 2px;
    font-size: 18px;
}

.our-features .features-block-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #33363E;
    padding: 20px 12px 20px 14px;
    border-radius: inherit;
}

.features-block.open .features-block-header,
.features-block:hover .features-block-header {
    background: #4176FF;
    color: #fff;
}

.features-block.open .tab-indecator::before,
.features-block:hover .tab-indecator::before,
.features-block:hover .tab-indecator::after {
    background: #fff;
}

.features-block .features-block-body {
    color: #525660;
    display: none;
    padding: 24px 36px 24px 14px;
}

.features-block.open .tab-indecator::after {
    height: 0;
}

.features-block.open .features-block-body {
    display: block;
}

.our-features .tab-indecator {
    position: relative;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: 24px;
    flex-shrink: 0;
    border-radius: 2px;
}

.our-features .tab-indecator::before {
    width: 80%;
    height: 2px;
}

.our-features .tab-indecator::after {
    width: 2px;
    height: 80%;
}

.our-features .tab-indecator::before,
.our-features .tab-indecator::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #33363E
}

.our-features .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.our-features .image-block {
    flex: 1;
    margin-right: 50px;
}

.our-features .tab-block {
    max-width: 650px;
    width: 100%;
}

.our-features .tab-block .inner-content {}

.our-features .image-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.our-features .text-wrap {
    flex: 1;
}

.our-features .icon {
    position: relative;
    max-width: 330px;
    width: 100%;
    height: auto;
}

.our-features .image-block {
    position: relative;
}

.question-image__sm {
    position: absolute;
    width: 45px;
    height: 72px;
    left: 20%;
    object-fit: cover;
    bottom: 300px;
}

.question-image__md {
    position: absolute;
    width: 160px;
    height: 248px;
    left: 30%;
    bottom: 0;
    object-fit: cover;
}

.our-features .title {
    font-size: 40px;
    margin-bottom: 10px;
    font-weight: 700;
}

.our-features .subtitle {
    font-size: 18px;
}

header .button {
    font-size: 16px;
    padding: 11px 40px;
    margin-left: 12px;
}


/* First screen */

.front-page-php,
.exam-page,
.essay-php {
    overflow: hidden;
}

.first-screen {
    padding: 100px 0 ;
    position: relative;
    z-index: 2;
    min-height: 100vh;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.first-screen-exam {
    display: flex;
    align-items: center;
}
.first-screen .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
    row-gap: 40px;
    column-gap: 40px;
}
.first-screen-exam .row {
    align-items: flex-start;
}
.first-screen .row .text-block {
    max-width: calc(60% - 40px);
    width: 100%;
    position: relative;
    z-index: 0;
}
.first-screen__man {
    height: 100%;
    height: auto;
}
.first-screen .row .text {
    max-width: calc(100% - 15px);
    position: relative;
    z-index: 1;
}
.first-screen-exam .row .text-block {
    max-width: 60%;
    width: 100%;
    position: relative;
}
.first-screen-exam .text-block .circle-lg {
    top: 0;
    left: 0;
    width: 110%;
    background: #ecf2f6;
    border-radius: 50%;
    transform: translate(132px, -20%);
}
.first-screen-exam .row .bg-block {
    max-width: calc(40% - 60px);
    width: 100%;
    position: relative;
}
.first-screen-exam .bg-block .circle {
    max-width: calc(100% - 15px);
    background: #4176ff;
    top: 41px;
    left: -56px;
}
.first-screen-exam .circle-lg-exam {
    content: "";
    width: 750px;
    height: 750px;
    right: -113px;
    top: -236px;
    background: #ecf2f6;
    z-index: -2;
}
.first-screen .text__circle-lg {
    width: 125%;
    left: 10px;
    top: 145px;
    background: #4176FF;
}
.first-screen-exam .row .circle-wrap::before {
    width: 125%;
    height: 125%;
}
.first-screen .text-content {
    position: relative;
    z-index: 1;
    min-width: 260px;
}
.first-screen .text-tooltip {
    position: relative;
    font-size: 24px;
    max-width: 100%;
    z-index: 1;
    background-color: #4176ff91;
    color: #fff;
    border-radius: 6px;
    text-align: center;
    padding: 10px 13px;
    margin: 20px 0;
}

.first-screen .text-tooltip::after {
    content: "";
    position: absolute;
    top: 99%;
    left: 120px;
    border-width: 10px;
    border-style: solid;
    border-color: #8babfb transparent transparent transparent;
}
.first-screen .content-block {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.first-screen .circle-wrap .text.pos-center {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    bottom: unset;
    max-width: 70%;
    width: 100%;
}

.first-screen .circle-wrap .computer {
    bottom: 287px;
    left: 155px;
}
.first-screen-exam .circle-wrap .computer {
    bottom: 286px;
    left: 86px;
}
.first-screen-advantages {
    margin-top: 30px;
    width: 100%;
}

.first-screen-advantages .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.first-screen-advantages .item {
    max-width: calc(33% - 40px);
    margin: 20px;
    display: flex;
    align-items: center;
}

.first-screen-advantages .icon {
    max-width: 56px;
    width: 100%;
    height: auto;
}

.first-screen-advantages .subtitle {
    font-size: 18px;
    margin-left: 24px;
    font-weight: 500;
}

.first-screen .circle-wrap .man {
    left: 0;
    top: 0;
}
.first-screen-exam .circle-wrap .table {
    left: -40px;
    bottom: 56px;
}

.first-screen .title {
    font-size: 62px;
    font-weight: 500;
    line-height: 1.1;
    position: relative;
    z-index: 1;
    color: #333;
}
.first-screen-exam .title {
    font-size: 80px;
}
.first-screen-exam .text-exam {
    font-size: 32px;
    margin: 26px 0 36px;
    position: relative;
    z-index: 1;
    color: #747474;
}
.first-screen-exam .row-btn {
    position: relative;
    z-index: 1;
}
.first-screen .title .circle-lg {
    left: 40%;
    background: #ecf2f6;
    transform: translate(15%, -45%);
}
.first-screen .title .circle-sm {
    top: -36px;
    left: 29px;
    width: 120px;
    background: #fedb6a;
    border-radius: 50%;
}

.first-screen input {
    background: rgba(255, 255, 255, .75);
    border-radius: 14px;
    margin: 6px 0;
    padding: 13px 13px;
    font-size: 16px;
}

.circle {
    position: absolute;
    display: block;
    width: 100%;
    border-radius: 50%;
}

.circle:after {
    content: '';
    display: block;
    padding-top: 100%;
}

.first-screen .circle {
    z-index: -1;
}

.first-screen .text__circle-md {
    bottom: -95px;
    left: -57%;
    width: 127px;
    background: #fedb6a;
    border-radius: 50%;
    z-index: 1;
}
.first-screen .text__circle-sm {
    bottom: 41px;
    right: -50px;
    width: 80px;
    background: rgba(255,255,255,.5);
    border-radius: 50%;
    z-index: 1;
}
.first-screen .text__circle-xs {
    bottom: -75px;
    right: 145px;
    width: 50px;
    background: rgba(255,255,255,.7);
    border-radius: 50%;
    z-index: 1;
}

.first-screen .circle-sm {
    background: #FEDB6A;
    top: 0;
    left: 0;
    max-width: 381px;
}

/* End First screen */

/* Exam table */
.price .table-online-exam {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.text-after-table__online-exam .title {
    font-size: 36px;
    font-weight: 600;
    color: #333;
    line-height: 1.3;
    margin-bottom: 1rem;
}
.text-after-table__online-exam p {
    line-height: 1.6;
}
.text-after-table__online-exam p + p {
    margin-top: 10px;
}
.text-after-table__online-exam {
    flex: 1;
    margin-right: 40px;
}
.table-content__online-exam {
    flex: 1 2 100px;
}
.table-online-exam {
    flex: 1 2 100px;
}
.tabs-online-exam {
    background: #fff;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 30%);
    margin: 20px 0 80px;
}
.tabs-online-exam__header {
    display: flex;
    background: #e4e8f6;
}
.tabs-online-exam .tab-header-nav {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    padding: 20px 8px;
    width: 100%;
    touch-action: none;
    cursor: pointer;
}
.tabs-online-exam .tab-header-nav:hover, .tabs-online-exam .tab-header-nav.active {
    border-bottom: 1px solid #28325F;
}
.tabs-online-exam .tab-body-content {
    position: relative;
    display: none;
}
.tabs-online-exam .tab-body-content.active {
    display: block;
}
.tabs-online-exam .table-row {
    display: flex;
    background: #e4e8f6;
}
.tabs-online-exam .table-row:nth-child(odd) {
    background: #dce1f8
}
.table-online-exam .table-cell {
    border-bottom: 1px solid #ffffff3d;
    padding: 12px 5px;
    flex: 1 1 20%;
    text-align: center;
    font-size: 14px;
}
.table-online-exam .table-cell:first-child {
    flex: 1 1 18%;
    font-weight: 600;
}
.table-online-exam sup {
    color: red;
}
.table-price-row-btn {
    display: flex;
    justify-content: center;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.table-price-btn {
    cursor: pointer;
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}
.table-price-btn.hidden {
    opacity: .5;
}
.table-price-btn__prev {
    margin-right: 12px;
}
/* End Exam table */

/* Benefits */

.benefits {
    background: #27272E;
    color: #fff;
    position: relative;
    z-index: 1;
}
.benefits .circle,
.benefits .line {
    position: absolute;
    z-index: -1;
}
.benefits .circle.border {
    top: 0;
    left: 300px;
    margin-top: 20px;
    max-width: 458px;
    width: 100%;
    border: 1px solid #eeeeee1c;
}
.benefits .circle-md {
    top: 148px;
    right: 156px;
    max-width: 258px;
    width: 100%;
    background: rgb(238 238 238 / 17%);
}
.benefits .circle-sm {
    bottom: 40px;
    left: 144px;
    max-width: 120px;
    width: 100%;
    background: rgb(238 238 238 / 11%);
}
div.benefits .line {
    position: absolute;
    top: 190px;
    left: 362px;
    width: 1px;
    height: 493px;
    background: rgba(238, 238, 238, .11);
    transform: rotate(
            42deg
    );
    z-index: -2;
}
.benefits .title-container .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.benefits .title-container .title {
    font-size: 24px;
    font-weight: 700;
}
.benefits .col {
    max-width: 965px;
    text-align: right;
    margin-left: auto;
}
.benefits .title-container .subtitle {
    font-size: 66px;
    font-weight: 500;
    margin-bottom: .4em;
}

.benefits .title-container .text {
    font-size: 18px;
    color: #aaa;
    line-height: 1.6;
    margin-bottom: 1.5em;
}

.benefits .item-container ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.benefits ul .icon {
    max-height: 60px;
    width: 100%;
    height: auto;
    max-width: 60px;
    object-fit: contain;
    flex: 0 0 100%;
}

.benefits .text-wrap {
    flex: 1;
}
.benefits .glide__slide {
    height: auto
}
.benefits ul .title {
    font-size: 24px;
    font-weight: 400;
    margin: 16px 0;
    color: #fff;
}

.benefits ul .description {
    font-size: 18px;
    opacity: .5;
}


/* End Benefits */


/* Order Steps */
.order-process {
    position: relative;
}
.order-process .circle {
    z-index: -1;
}
.order-process .circle-lg {
    bottom: 20px;
    left: 300px;
    max-width: calc(100% + 300px);
    width: 100%;
    background: rgb(108 141 255 / 8%);
}
.order-process .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.order-process .container>.title {
    font-size: 56px;
    font-weight: 700;
    color: #4176ff;
    max-width: 506px;
}
.order-process .row-button {
    text-align: center;
    margin-top: 40px;
}
.order-process .button {
    background: pink;
    color: #fff;
}
.order-process .item {
    display: flex;
    align-items: center;
    color: #33363E;
    font-size: 32px;
    margin: 30px 0;
}
.order-content .item {
    font-size: 22px;
    margin: 55px 0;
}
.order-content.text-strong .item {
    font-size: 22px;
    font-weight: 500;
}
.order-content .item p + p {
    margin-top: 15px;
}
.order-process .num {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #fff;
    background: #ffdfa0;
    border-radius: 50%;
    margin-right: 20px;
}
.order-process .item:nth-of-type(2) .num {
    background: #f9b9c5;
}
.order-process .item:nth-of-type(3) .num {
    background: #92c9fa;
}
.order-process .item:nth-of-type(4) .num {
    background: #fedb6a;
}


/* End Order Steps */


/* Type of write */
.type-of-writing {
    position: relative;
    z-index: 2;
}
.type-of-writing .circle-lg {
    top: 0;
    right: 0;
    width: 400px;
    background: #f9b9c5;
    border-radius: 50%;
    transform: translate(35%, -7%);
    z-index: -1;
}
.type-of-writing .title {
    font-size: 66px;
    color: #33363E;
    margin-bottom: 1em;
}

.type-of-writing .glide__slide {
    height: auto;
}
.type-of-writing .item {
    padding: 36px 10px;
    background: #DCF8FF;
    border-radius: 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.type-of-writing .icon-wrap {
    width: 100%;
    max-width: calc(100% - 30px);
    margin: 0 auto;
    background: #F9B9C5;
    border-radius: 50%;
    position: relative;
}

.type-of-writing .icon-wrap::after {
    content: '';
    display: block;
    padding-top: 100%;
}
.slider-type-of-writing.disabled {
    margin-bottom: 40px;
}
.slider-type-of-writing.disabled .glide__slides {
    flex-wrap: wrap;
    row-gap: 26px;
    column-gap: 10px;
}
.slider-type-of-writing.disabled .glide__slide {
    flex: 1 0 280px;
}
.type-of-writing .icon-wrap img {
    width: 100%;
    max-width: 106px;
    height: auto;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.type-of-writing .subtitle {
    font-size: 28px;
    margin-bottom: 10px;
}

.type-of-writing .text {
    font-weight: 400;
    color: #999FAE;
    font-size: 16px;
}

.type-of-writing .text-content {
    padding: 30px 34px;
    background: #fff;
    border-radius: 24px;
    margin-top: 24px;
    flex: 100%;
}
main .glide__arrows {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}
main .glide__arrow--left,
main .glide__arrow--right {
    position: static;
    background: #bfbfc3;
    border: none;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    padding: 6px;
    padding-bottom: 2px;
    transition: background-color .4s ease-in;
}
main .glide__arrow--left path,
main .glide__arrow--right path {
    fill: #333;
}
main .glide__arrow--left {
    margin-right: 18px;
}

.type-of-writing .glide__arrow--left,
.samples-work .glide__arrow--left,
.type-of-writing .glide__arrow--right,
.samples-work .glide__arrow--right {
    background: #f9b9c5;
}
.type-of-writing .glide__arrow--left path,
.samples-work .glide__arrow--left path,
.type-of-writing .glide__arrow--right path,
.samples-work .glide__arrow--right path {
    fill: #fff;
}
.type-of-writing .glide__arrow--left:hover,
.type-of-writing .glide__arrow--right:hover {
    background: #ec93a4;
}
/* End Type of write */


/* Samples of Our Work:*/
.samples-work {
    padding-top: 0;
}
.samples-work .container>.title {
    font-size: 24px;
    font-weight: 700;
    color: #33363E;
    margin-bottom: 50px;
}

.samples-work .circle {
    background: #FFDFA0;
    max-width: 96px;
    position: relative;
    margin-right: 16px;
    flex-shrink: 0;
}

.samples-work .row {
    display: flex;
    flex-wrap: wrap;
}

.samples-work .item {
    display: flex;
    align-items: center;
}

.samples-work .title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.samples-work .subtitle {
    font-size: 12px;
    color: #999FAE;
    margin-bottom: 15px;
}


/* End Samples of Our Work:*/


/* Ready to use */

.ready-use {
    color: #fff;
    margin-top: 60px;

}
.ready-use-banner {
    position: relative;
    z-index: 1;
    padding: 70px 25px;
}
.background-animation::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 60px;
    z-index: -2;
    width: 0;
    transition: .6s width ease-in-out;
}
.ready-use-banner::after {
    background: #f9b9c5;
}
.ready-use-banner::after {
    background: #f9b9c5;
}
.types-assignments .row-bg::after {
    background: #4176FF;
}
.types-assignments ul::after {
    background: #fff;
    transition-delay: .3s;
    box-shadow: 1px 1px 1px rgba(0,0,0,.1);
}

.price-assignment-page .price-assignment__inner::after {
    background: #f9b9c5;
}
.ready-use .scissors {
    position: absolute;
    width: 338px;
    height: 217px;
    top: 14px;
    right: -9%;
    z-index: -1;
    object-fit: contain;
}

.ready-use .text-wrap {
    text-align: center;
}

.ready-use .title {
    font-size: 66px;
    line-height: 1;
}

.ready-use .subtitle {
    text-transform: uppercase;
    color: #ECF2F6;
    font-size: 24px;
    margin-top: 1em;
    margin-bottom: 1.5em;
}
.ready-use .circle-sm {
    bottom: 20px;
    right: 15%;
    max-width: 120px;
    width: 100%;
    background: rgba(238,238,238,.22);
    z-index: -2;
}
.ready-use .circle-xs {
    top: 70px;
    left: 100px;
    max-width: 70px;
    width: 100%;
    background: rgba(238,238,238,.33);
}
.ready-use .line {
    position: absolute;
    top: -70px;
    right: 33%;
    width: 1px;
    height: 135%;
    background: rgb(238 238 238 / 57%);
    transform: rotate(
            42deg
    );
    z-index: -2;
}
/* End Ready to use */


/* Why choose us */
.why-choose-us {
    position: relative;
}
.why-choose-us-banner {
    padding: 28px 62px 50px;
    position: relative;
    z-index: 1;
}
.why-choose-us-banner::after {
    background: #FEDB6A;
}
.why-choose-us .circle-md {
    bottom: 0;
    left: 0;
    max-width: 550px;
    width: 100%;
    background: #ecf2f6;
    transform: translate(-25%, 25%);
}
.why-choose-us .circle-blue-top {
    top: -50px;
    right: 20%;
    max-width: 100px;
    width: 100%;
    background: #4176ff;
}
.why-choose-us .circle-pink-top {
    top: 50px;
    right: 41%;
    max-width: 34px;
    width: 100%;
    background: #8aa8f5;
}
.why-choose-us .circle-pink-left {
    top: 67px;
    left: 26px;
    max-width: 37px;
    width: 100%;
    background: #fd94a7;
}
.why-choose-us .circle-light-blue-top {
    top: 224px;
    right: 18%;
    max-width: 65px;
    width: 100%;
    background: #fd94a7;
}
.why-choose-us .circle-pink-bottom {
    bottom: -15px;
    left: 12%;
    max-width: 50px;
    width: 100%;
    background: pink;
}
.why-choose-us .circle-blue-bottom {
    bottom: 90px;
    left: 28%;
    max-width: 30px;
    width: 100%;
    background: #8aa8f5;
    z-index: 1;
}
.why-choose-us .circle-pink-bottom-right {
    bottom: 30px;
    right: 18%;
    max-width: 70px;
    width: 100%;
    background: #4176ff;
    z-index: 1;
}

.why-choose-us-banner >.title {
    font-size: 66px;
    color: #33363E;
    line-height: 1;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 500;
}
.why-choose-us-banner >.text {
    font-size: 24px;
    margin-bottom: 76px;
}
.why-choose-us .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.why-choose-us-banner > .title,
.benefits .title-container .text,
.why-choose-us .row {
    position: relative;
    z-index: 1;
}
.why-choose-us .item-wrap {
    max-width: 100%;
    min-height: 200px;
    width: 100%;
    text-align: center;
}
.why-choose-us .item {
    background: #fff;
    border-radius: 24px;
    padding: 15px;
    margin: 40px 0;
    min-height: 170px;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    text-align: center;
    word-break: break-word;
}
.why-choose-us.text-content .title {
    z-index: 1;
}
.why-choose-us.text-content .item {
    min-height: 223px;
    font-weight: 400;
    z-index: 1;
}
.why-choose-us.text-content .item p:first-child {
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 20px;
}
.why-choose-us .item-wrap:nth-child(even) .item {
    transform: translateY(-50px);
}

.why-choose-us .item .icon {
    position: absolute;
    width: 87px;
    height: 123px;
    object-fit: contain;
    left: 50%;
    top: -58px;
    transform: translateX(-50%);
}
/* End Why choose us */
.exam-page .price {
    z-index: 2;
    /*z-index: 1;*/
}
.price-assignment-page {
    z-index: 1;
}
/* Our Team Slider */
.our-team {
    position: relative;
    z-index: 2;
    background: #ecf2f6;
}
.our-team .container {
    max-width: 1200px;
}
.our-team .glide__slide {
    height: auto;
}
.our-team .title,
.our-team .subtitle {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}
.our-team .item {
    display: flex;
    flex-direction: column;
}
.our-team .photo {
    max-width: 100%;
    width: 100%;
    height: auto;
    border-radius: 65px;
}
.out-team .text-wrap {
    flex: 100%;
    display: flex;
    flex-direction: column;
}
.our-team .position {
    font-size: 18px;
}
.our-team .position p + p {
    margin-top: 6px;
}
.our-team .top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
    flex: 100%
}

.our-team .stars {
    font-size: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
    margin-left: 6px;
    flex-shrink: 0;
}

.our-team .star {
    margin-left: 5px;
}
.our-team .text-wrap {
    flex: 100%;
    display: flex;
    flex-direction: column;
}
.our-team .text {
    font-size: 18px;
    font-weight: 400;
    flex: 100%;
}
.testimonials .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.testimonials .title {
    font-size: 66px;
    color: #33363E;
    margin-bottom: .8em;
}
.testimonials .subtitle {
    font-size: 40px;
    color: #33363E;
}
.testimonials .what-clients-say {
    max-width: 33.33%;
    width: 100%;
    padding: 0;
}
.testimonials .slider-testimonials {
    max-width: 66.6%;
    width: 100%;
    padding: 0;
}
.testimonials .circle-wrap {
    padding: 30px 0;
}
.testimonials .circle-sm {
    background: #ECF2F6;
    max-width: 55px;
    margin-left: auto;
    margin-bottom: 80px;
    bottom: -230px;
}
.testimonials .circle-md {
    background: #ECF2F6;
    width: 117px;
    left: 50px;
    bottom: -100px;
}
.testimonials .circle::before {
    width: 10%;
    height: 10%;
    border-radius: 50%;
    content: "";
    background: #ECF2F6;
    right: 0;
    bottom: 0;
}
.testimonials-arrows {
    display: flex;
    align-items: center;
}
.testimonials-arrows .btn {
    width: 34px;
    height: 34px;
    padding: 5px;
    border-radius: 50%;
    background: #F9B9C5;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .5s;
}
.testimonials-arrows .btn:hover {
    opacity: .7;
}
.testimonials-btn-next {
    margin-left: 10px;
}
.testimonials-arrows svg {
    max-width: 100%;
    width: 100px;
    height: auto;
}
.testimonials .glide__slide {
    height: auto;
}
.testimonials .glide__slide img {
    width: 100%;
    /*height: auto;*/
    height: 100%;
    object-fit: cover;
}
/* End Our Team Slider */

.why-choose-write {
    position: relative;
}

.why-choose-write .circle-grey-sm {
    max-width: 120px;
    width: 100%;
    top: -5%;
    left: 10%;
    transform: translate(-25%);
    background: #ecf2f6;
    z-index: -1;
}

.why-choose-write .circle-grey-xs {
    max-width: 52px;
    width: 100%;
    top: 10%;
    left: 4%;
    transform: translate(-25%);
    background: #ecf2f6;
    z-index: -1;
}

.why-choose-write .circle-yellow-sm {
    max-width: 100px;
    width: 100%;
    top: 10%;
    right: 15%;
    transform: translate(-25%);
    background: #fedb6a;
    z-index: -1;
}

.why-choose-write .circle-pink-xs {
    max-width: 39px;
    width: 100%;
    top: 26%;
    right: 29%;
    transform: translate(-25%);
    background: #f9b9c5;
    z-index: -1;
}

.why-choose-write .title {
    font-size: 66px;
    font-weight: 500;
    color: #33363E;
}

.why-choose-write .container>.subtitle {
    font-size: 32px;
    font-weight: 400;
    margin: 1em 0 1.5em;
}

.why-choose-write .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.why-choose-write .button-row {
    margin-top: 30px;
}
.why-choose-write .row>* {
    max-width: calc(50% - 40px);
    width: 100%;
    border-radius: 40px;
    padding: 50px 40px;
    margin: 20px;
}

.why-choose-write .rest-of-all {
    background: #ECF2F6;
    color: #525660;
    font-size: 18px;
}

.why-choose-write .rest-of-all .item {
    display: flex;
    align-items: center;
}

.why-choose-write .item:not(:last-child) {
    margin-bottom: 30px;
}

.why-choose-write .item .icon {
    max-width: 15px;
    width: 100%;
    height: auto;
    margin-right: 10px;
}

.why-choose-write .row .subtitle {
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 40px;
}

.why-choose-write .rest-of-all .subtitle {
    color: #33363E;
}

.why-choose-write .smart-essay {
    background: #4176FF;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.why-choose-write .smart-essay strong {
    font-weight: 700;
    color: #9AFFAA;
    margin-right: 24px;
}

footer .row .private-policy-menu {
    max-width: 66.6%;
}
/* Price */
.price,
.contact-page {
    position: relative;
}
.check-price .circle-xs,
.contact-page .circle-xs {
    bottom: 100px;
    left: 156px;
    width: 50px;
    background: pink;
    border-radius: 50%;
    z-index: -1;
}
.check-price .circle-sm,
.contact-page .circle-sm {
    top: 22px;
    left: -23px;
    width: 118px;
    background: #fedb6a;
    border-radius: 50%;
    z-index: -1;
}
.check-price .circle-md,
.contact-page .circle-md {
    content: "";
    width: 600px;
    right: -15%;
    top: -45px;
    background: #dce1f8;
    border-radius: 50%;
    z-index: -1;
}
.contact-page .circle-xs {
    bottom: 30px;
}
.contact-page .circle-md {
    top: 0;
    right: -5%;
}
.price-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 30px;
}
.price .row-btn {
    margin-top: 30px;
    text-align: center;
}
/* Popup */
.popup-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.15);
    overflow: hidden;
    transform: translate(0,-110%);
    opacity: 0;
    transition: opacity .25s ease;
}
.popup-menu-overlay.open {
    transform: translate(0,0);
    opacity: 1;
    z-index: 2;
}
/* End Popup */
.essays-cover .title {
    font-size: 66px;
    margin-bottom: 40px;
    font-weight: 700;
    text-align: center;
}
.essays-cover .glide__slide {
    background: #fff;
    border-radius: 8px;
    padding: 10px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid rgb(204 213 218 / 54%);
}
.essays-cover .item-essay-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
}
.essays-cover .item-subtitle {
    font-size: 18px;
    font-weight: 300;
    opacity: .7;
    margin-bottom: 6px;
}
.essays-cover .item-title {
    font-size: 18px;
    margin-bottom: 24px;
}
.essays-cover .container {
    position: relative;
    /*z-index: 2;*/
}
.essays-cover .circle {
    width: 65%;
    background: #dbf0ff;
    top: 0;
    left: -36%;
    z-index: -1;
}
.essays-cover  .glide__slide {
    height: auto;
}
.essays-cover .item-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.essays-cover .item-col {
    max-width: calc(50% - 20px);
}
.essays-cover .glide__arrow--left,
.essays-cover .glide__arrow--right {
    background: #fff;
}
.essays-cover .button-row {
    text-align: center;
    margin-top: 20px;
}
.essays-cover .button {
    color: #79acce;
}
.essays-cover .button:hover {
    color: #fff;
}
.essays-cover .glide__slide:nth-of-type(2n + 1) {
    background: #ffe5ea;
}
.essays-cover .glide__slide:nth-of-type(2n) {
    background: #ffeddd;
}
.essays-cover .glide__slide:nth-of-type(3n) {
    background: #dcf8ff;
}
.types-assignments .cricle-grey-xs {
    max-width: 20px;
    width: 100%;
    top: 10px;
    left: 400px;
    transform: translate(-25%);
    background: #ecf2f6;
    z-index: -1;
}
.types-assignments .cricle-grey-sm {
    max-width: 60px;
    width: 100%;
    top: 392px;
    left: 16%;
    background: #ecf2f6;
    z-index: -1;
}
.types-assignments .cricle-yellow-sm {
    max-width: 60px;
    width: 100%;
    top: -8px;
    right: 100px;
    transform: translate(-25%);
    background: yellow;
    z-index: -1;
}
.types-assignments .cricle-blue-sm {
    max-width: 80px;
    width: 100%;
    bottom: -147px;
    left: 35%;
    background: #8babfb;
    z-index: -1;
}
.types-assignments .row-bg {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 70px 50px;
    z-index: 1;
}
.types-assignments .list-block {
    position: relative;
    max-width: 50%;
    width: 100%;
}
.types-assignments .icon-bg {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: calc(50% - 40px);
    margin-right: 40px;
    width: 100%;
}
.types-assignments .text {
    margin-top: 20px;
    font-size: 18px;
}
.types-assignments .icon-bg .circle {
    position: relative;
    width: 100px;
    margin-right: 14px;
    background: #8babfb;
}
.types-assignments .icon-bg .circle img {
    width: 60%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.types-assignments .title {
    font-size: 24px;
    color: #fff;
    line-height: 1.3;
    margin-top: 14px;
}
.types-assignments .text {
    font-size: 18px;
    color: #ffffff9e;
}
.types-assignments ul {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    /*background: #fff;*/
    /*border-radius: 30px;*/
    padding: 40px 30px;
    /*box-shadow: 1px 1px 1px rgba(0,0,0,.1);*/
    z-index: 1;
}
.types-assignments li {
    font-size: 18px;
    padding-left: 34px;
    max-width: calc(50% - 20px);
    width: 100%;
    margin: 12px 10px;
}
.price-assignment-page {
    padding: 0;
    margin: 50px 0;
    position: relative;
}
.price-assignment-page .circle-sm {
    top: 127px;
    left: 15%;
    max-width: 120px;
    width: 100%;
    background: rgba(238,238,238,.22);
}
.price-assignment-page .circle-xs {
    bottom: 76px;
    right: 15%;
    max-width: 38px;
    width: 100%;
    background: rgba(238,238,238,.33);
}
.price-assignment-page .circle-sm-yellow {
    top: -40px;
    left: 55%;
    max-width: 120px;
    width: 100%;
    background: #FEDB6A;
}
.price-assignment-page .circle-xs-yellow {
    bottom: -34px;
    left: 30%;
    max-width: 70px;
    width: 100%;
    background: #FEDB6A;
}
.price-assignment-page .price-assignment__inner {
    position: relative;
    padding: 30px 20px;
}
.price-assignment-page .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.price-assignment-page .title {
    font-size: 50px;
    text-align: left;
    color: #fff;
    width: 100%;
}
.price-assignment-page .text {
    max-width: 46%;
    font-size: 20px;
    background: #ffffffba;
    padding: 20px;
    border-radius: 30px;
    color: #777;
}
.price-assignment-page .image-sofa {
    max-width: calc(100% - 18%);
    height: auto;
}
.price-assignment-page .image-flowers {
    position: absolute;
    right: -44px;
    top: 29%;
    transform: translateY(-50%);
    z-index: -1;
    max-width: 214px;
    height: auto;
}
.price-assignment-page .row-btn {
    text-align: center;
    margin-top: 50px;
}
.slider-blog .glide__slide {
    height: auto;
}
.slider-blog .item,
.slider-blog .slider__item,
.slider-blog .blog-home-post,
.our-team .item {
    height: 100%;
}
.post .text-content {
    flex: 100%;
    height: 100%;
}
.types-assignments {
    position: relative;
    z-index: 1;
}

/* Table Calc */
.price {
    position: relative;
    z-index: 2;
}
.price .circle-lg {
    width: 300px;
    right: 0;
    top: 40px;
    background: #4176FF;
    border-radius: 50%;
    transform: translate(50px, -80px);
    z-index: -1;
}
.price-section {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.table-price-section__text-content {
    margin-top: 40px;
    order: 1;
    flex: 1;
}
.table-price-section__title {
    font-size: 34px;
    font-weight: 600;
    color: #333;
}
.table-price-section__text {
    font-size: 20px;
    line-height: 1.6;
    margin: 20px 0;
    color: #666;
}
.table-price-section__text-content li {
    position: relative;
    padding-left: 30px;
    color: #666;
    margin-bottom: .8rem;
}
.table-price-section__text-content li::after {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #F9B9C5;
}
.table-price-section__text-content li:nth-child(even):after {
    background-color: #4176FF;
}
.table-price__inner {
    max-width: 500px;
    background: #ECF2F6;
    padding: 30px 44px;
    border-radius: 16px;
    text-align: left;
    margin: 0 auto;
}
.table-price {
    width: 100%;
}
.table-price__inner table {
    border-collapse: collapse;
    width: 100%;
}
.table-price__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
}
.table-type-header {
    display: flex;
    align-items: center;
    column-gap: 18px;
    font-size: 18px;
    font-weight: 600;
}
.prices-table-type {
    color: #999FAE;
    transition: .3s color ease-in-out;
}
.prices-table-type.active,
.prices-table-type:hover {
    color: #272BB7;
}
.table-price__inner th {
    font-weight: 500;
}
.table-price__inner thead th:not(:first-child),
.table-price__inner tbody td {
    text-align: center;
}
.table-price__inner tbody tr:last-child td,
.table-price__inner tbody tr:last-child th {
    border-bottom: unset;
}
.table-price__inner th,
.table-price__inner td {
    padding: 12px 5px;
    border-bottom: 1px solid #cfd2d8;
    color: #33363E;
}
.table-price__inner td:nth-child(even),
.table-price__inner thead th:nth-child(even) {
    background-color: #fff;
}
.switch-checkbox {
    display: block;
    width: 40px;
    height: 20px;
    cursor: pointer;
    margin: 0;
}
.switch-checkbox__input {
     display: none;
}
.switch-checkbox__input:checked ~ .switch-checkbox__elem {
     background-color: #272BB7;
}
.switch-checkbox__input:checked ~ .switch-checkbox__elem::after {
     left: 3px;
}
.switch-checkbox__elem {
    position: relative;
    width: inherit;
    height: 20px;
    border-radius: 18px;
    background-color: #d9e3e9;
    display: inline-block;
    transition: background-color .15s ease-in-out;
}
.switch-checkbox__elem::after {
     position: absolute;
     content: "";
     width: 14px;
     height: 14px;
     background: #fff;
     box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
     border-radius: 50%;
     top: 3px;
     bottom: 3px;
     right: 3px;
}
/* End Table Calc */
.posts-category-title {
    font-size: 40px;
    text-align: center;
    margin-bottom: 44px;
    font-weight: 600;
}
.post-info {
    margin: 10px 0;
    color: #888;
}
.divider {
    display: inline-block;
    margin: 0 8px;
}
.author-name {
    border-bottom: 1px solid #888;
}
.archive-php {
    padding-top: 60px;
    position: relative;
    overflow: hidden;
}
.archive-php .container {
    max-width: 1160px;
}
.archive-php .circle-md {
    top: -75px;
    left: -75px;
    width: 240px;
    background: #fedb6a;
    border-radius: 50%;
    z-index: -1;
}
.archive-php .circle-lg {
    top: 0;
    right: -35%;
    width: 75%;
    background: #ecf2f6;
    border-radius: 50%;
    transform: translate(48px, -45%);
    z-index: -1;
}
.cat-item {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    font-size: 20px;
    border-bottom: 1px solid #eeeeee17;
}
.cat-item a {
    color: #fff;
}
.all-posts-block {
    display: grid;
    grid-template-columns: auto;
    grid-gap: 30px;
    column-gap: 20px;
}
.all-posts-block .post_title {
    font-weight: 600;
    font-size: 20px;
    margin: 8px 0 10px;
}
.all-posts-block .post_descr {
    font-size: 18px;
    line-height: 1.6;
    max-height: 85px;
    overflow: hidden;
    margin: 6px 0 10px;
    flex: 100%;
}
.all-posts-block .text-content {
    height: 100%;
}
.post-image {
    border-radius: 10px;
}
.all-posts-block .post-image-link {
    position: relative;
    width: 100%;
    padding-top: 100%;
    display: block;
}
.all-posts-block .post-image-link img {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.all-posts-block__category {
    grid-template-columns: repeat(auto-fit, minmax(265px, 1fr));
}
.sub-menu > .menu-item-has-children > a {
    color: #666;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 1.25rem;
    display: none;
}
.button-post-row {
    margin: 30px;
    text-align: center;
}
.button-post-row {
    text-align: center;
    margin: 0 auto 30px;
    padding: 60px 0 40px;
}
.button-post-row .button {
    margin: 0 40px;
}
.button-post-row strong a {
    display: inline-block;
    color: #4176ff;
    font-size: 18px;
}
.button-post-row strong.prev:before,
.button-post-row strong.next:after {
    content: "";
    width: 15px;
    height: 17px;
    top: 50%;
    transform: translateY(17%);
}
.button-post-row strong.prev:before {
    background: url('/wp-content/uploads/2022/11/arrow-left.svg') no-repeat center / contain;
    padding-right: 40px;
}
.button-post-row .next:after {
    background: url('/wp-content/uploads/2022/11/arrow-right.svg') no-repeat center / contain;
    padding-left: 40px;
}
/*** Animation ***/
.--anim-elems[data-anim-type="anim-pop-up-top"],
.--anim-elems[data-anim-type="anim-pop-up-bottom"],
.--anim-elems[data-anim-type="anim-pop-up-left"],
.--anim-elems[data-anim-type="anim-pop-up-right"],
.--anim-elems[data-anim-type="anim-pop-up-left-top"],
.--anim-elems[data-anim-type="anim-pop-up-center"],
.--anim-elems[data-anim-type="anim-pop-opacity"],
.--anim-group[data-anim-type="anim-pop-up-top"] > *,
.--anim-group[data-anim-type="pop-up-group-left"] > *,
.--anim-group[data-anim-type="pop-up-group-right"] > *,
.--anim-group[data-anim-type="pop-up-group-top"] > *,
.--anim-group[data-anim-type="pop-up-group-left-top"] > * {
    opacity: 0;
    transition: transform .7s ease 0s, opacity .7s ease 0s;
}
.--anim-elems[data-anim-type="anim-pop-up-bottom"] {
    transform: translate(0, 120%);
}
.--anim-elems[data-anim-type="anim-pop-up-top"] {
    transform: translate(0, -80%);
}
.--anim-elems[data-anim-type="anim-pop-up-left-top"] {
    transform: translate(-100px, 100px);
}
.--anim-elems[data-anim-type="anim-pop-up-left"] {
    transform: translate(-120px, 0);
}
.--anim-elems[data-anim-type="anim-pop-up-right"] {
    transform: translate(120px, 0);
}
.--anim-elems[data-anim-type="anim-pop-up-center"] {
    transform: scale(.8);
}
.--anim-elems[data-anim-delay="0.5"] {
    transition-delay: 50ms;
}
.--anim-elems[data-anim-delay="1"] {
    transition-delay: 0.1s;
}
.--anim-elems[data-anim-delay="1.5"] {
    transition-delay: 0.15s;
}
.--anim-elems[data-anim-delay="2"] {
    transition-delay: 0.2s;
}
.--anim-elems[data-anim-delay="2.5"] {
    transition-delay: 0.25s;
}
.--anim-elems[data-anim-delay="3"] {
    transition-delay: 0.3s;
}
.--anim-elems[data-anim-delay="3.5"] {
    transition-delay: 0.35s;
}
.--anim-elems[data-anim-delay="4"] {
    transition-delay: 0.4s;
}
.--anim-elems[data-anim-delay="4.5"] {
    transition-delay: 0.45s;
}
.--anim-elems[data-anim-delay="5"] {
    transition-delay: 0.5s;
}
.--anim-elems[data-anim-delay="5.5"] {
    transition-delay: 0.55s;
}
.--anim-elems[data-anim-delay="6"] {
    transition-delay: 0.6s;
}
.--anim-elems[data-anim-delay="6.5"] {
    transition-delay: 0.65s;
}
.--anim-elems[data-anim-delay="7"] {
    transition-delay: 0.7s;
}
.--anim-elems[data-anim-delay="7.5"] {
    transition-delay: 0.75s;
}
.--anim-elems[data-anim-delay="8"] {
    transition-delay: 0.8s;
}
.--anim-elems[data-anim-delay="8.5"] {
    transition-delay: 0.85s;
}
.--anim-elems[data-anim-delay="9"] {
    transition-delay: 0.9s;
}
.--anim-elems[data-anim-delay="9.5"] {
    transition-delay: 0.95s;
}
.--anim-elems[data-anim-delay="10"] {
    transition-delay: 1s;
}
.--anim-elems[data-anim-delay="10.5"] {
    transition-delay: 1.05s;
}
.--anim-elems[data-anim-delay="11"] {
    transition-delay: 1.1s;
}
.--anim-elems[data-anim-delay="11.5"] {
    transition-delay: 1.15s;
}
.--anim-elems[data-anim-delay="12"] {
    transition-delay: 1.2s;
}
.--anim-elems[data-anim-delay="12.5"] {
    transition-delay: 1.25s;
}
.--anim-elems[data-anim-delay="13"] {
    transition-delay: 1.3s;
}
.--anim-elems[data-anim-delay="13.5"] {
    transition-delay: 1.35s;
}
.--anim-elems[data-anim-delay="14"] {
    transition-delay: 1.4s;
}
.--anim-elems[data-anim-delay="14.5"] {
    transition-delay: 1.45s;
}
.--anim-elems[data-anim-delay="15"] {
    transition-delay: 1.5s;
}
.--anim-elems[data-anim-delay="15.5"] {
    transition-delay: 1.55s;
}
.--anim-elems[data-anim-delay="16"] {
    transition-delay: 1.6s;
}
.--anim-elems[data-anim-delay="16.5"] {
    transition-delay: 1.65s;
}
.--anim-elems[data-anim-delay="17"] {
    transition-delay: 1.7s;
}
.--anim-elems[data-anim-delay="17.5"] {
    transition-delay: 1.75s;
}
.--anim-elems[data-anim-delay="18"] {
    transition-delay: 1.8s;
}
.--anim-elems[data-anim-delay="18.5"] {
    transition-delay: 1.85s;
}
.--anim-elems[data-anim-delay="19"] {
    transition-delay: 1.9s;
}
.--anim-elems[data-anim-delay="19.5"] {
    transition-delay: 1.95s;
}
.--anim-group {
    transform: none;
    opacity: 1;
}
.--anim-group[data-anim-type="anim-pop-up-top"] > * {
    transform: translate(0, 120%);
}
.--anim-group[data-anim-type="pop-up-group-left"] > * {
    transform: translate(-100px, 0);
}
.--anim-group[data-anim-type="pop-up-group-right"] > * {
    transform: translate(100px, 0);
}
.--anim-group[data-anim-type="pop-up-group-top"] > * {
    transform: translate(0, -80%);
}
.--anim-group[data-anim-type="pop-up-group-left-top"] > * {
    transform: translate(-44px, 44px);
}
.--anim-group [data-anim-delay="0.5"] {
    transition-delay: 50ms;
}
.--anim-group [data-anim-delay="1"] {
    transition-delay: 0.1s;
}
.--anim-group [data-anim-delay="1.5"] {
    transition-delay: 0.15s;
}
.--anim-group [data-anim-delay="2"] {
    transition-delay: 0.2s;
}
.--anim-group [data-anim-delay="2.5"] {
    transition-delay: 0.25s;
}
.--anim-group [data-anim-delay="3"] {
    transition-delay: 0.3s;
}
.--anim-group [data-anim-delay="3.5"] {
    transition-delay: 0.35s;
}
.--anim-group [data-anim-delay="4"] {
    transition-delay: 0.4s;
}
.--anim-group [data-anim-delay="4.5"] {
    transition-delay: 0.45s;
}
.--anim-group [data-anim-delay="5"] {
    transition-delay: 0.5s;
}
.--anim-group [data-anim-delay="5.5"] {
    transition-delay: 0.55s;
}
.--anim-group [data-anim-delay="6"] {
    transition-delay: 0.6s;
}
.--anim-group [data-anim-delay="6.5"] {
    transition-delay: 0.65s;
}
.--anim-group [data-anim-delay="7"] {
    transition-delay: 0.7s;
}
.--anim-group [data-anim-delay="7.5"] {
    transition-delay: 0.75s;
}
.--anim-group [data-anim-delay="8"] {
    transition-delay: 0.8s;
}
.--anim-group [data-anim-delay="8.5"] {
    transition-delay: 0.85s;
}
.--anim-group [data-anim-delay="9"] {
    transition-delay: 0.9s;
}
.--anim-group [data-anim-delay="9.5"] {
    transition-delay: 0.95s;
}
.--anim-group [data-anim-delay="10"] {
    transition-delay: 1s;
}
.--anim-group [data-anim-delay="10.5"] {
    transition-delay: 1.05s;
}
.--anim-group [data-anim-delay="11"] {
    transition-delay: 1.1s;
}
.--anim-group [data-anim-delay="11.5"] {
    transition-delay: 1.15s;
}
.--anim-group [data-anim-delay="12"] {
    transition-delay: 1.2s;
}
.--anim-group [data-anim-delay="12.5"] {
    transition-delay: 1.25s;
}
.--anim-group [data-anim-delay="13"] {
    transition-delay: 1.3s;
}
.--anim-group [data-anim-delay="13.5"] {
    transition-delay: 1.35s;
}
.--anim-group [data-anim-delay="14"] {
    transition-delay: 1.4s;
}
.--anim-group [data-anim-delay="14.5"] {
    transition-delay: 1.45s;
}
.--anim-group [data-anim-delay="15"] {
    transition-delay: 1.5s;
}
.--anim-group [data-anim-delay="15.5"] {
    transition-delay: 1.55s;
}
.--anim-group [data-anim-delay="16"] {
    transition-delay: 1.6s;
}
.--anim-group [data-anim-delay="16.5"] {
    transition-delay: 1.65s;
}
.--anim-group [data-anim-delay="17"] {
    transition-delay: 1.7s;
}
.--anim-group [data-anim-delay="17.5"] {
    transition-delay: 1.75s;
}
.--anim-group [data-anim-delay="18"] {
    transition-delay: 1.8s;
}
.--anim-group [data-anim-delay="18.5"] {
    transition-delay: 1.85s;
}
.--anim-group [data-anim-delay="19"] {
    transition-delay: 1.9s;
}
.--anim-group [data-anim-delay="19.5"] {
    transition-delay: 1.95s;
}
.--active.--anim-elems:not([data-anim-type="anim-pop-opacity"]) {
    transform: translate(0, 0);
    opacity: 1;
}
.--active.--anim-elems[data-anim-type="anim-pop-opacity"] {
    opacity: 1;
}
.--active.--anim-group > * {
    transform: translate(0, 0);
    opacity: 1;
}
.--active[data-anim-type="anim-pop-up-top"] {
    transform: none;
    opacity: 1;
}
.--anim-elems.--active .background-animation::after {
    width: 100%;
}
/*** End Animation ***/

/* Payment Page */
.payment-success-text, .payment-completed-text {
    padding: 26px 34px;
    box-shadow: 0 0 4px rgb(0 0 0 / 30%);
    max-width: 600px;
    width: 100%;
    border-radius: 6px;
    text-align: center;
    margin: 0 auto;
}
.payment-success-text.disabled, .payment-completed-text.disabled {
    display: none;
}
.payment-success-text .btn-red, .payment-completed-text .btn-red {
    min-width: 160px;
    text-align: center;
    display: inline-block;
    padding: 10px 20px;
    background-color: #F03C3C;
    color: #fff;
    border-radius: 6px;
    margin-top: 20px;
}
/* End Payment Page */
.order-buttons span {
    cursor: pointer;
}
.tooltip-cab {
    position: fixed;
    padding: 0.6rem 0.8rem;
    margin: 10px 15px;
    border: 1px solid #b3c9ce;
    border-radius: 4px;
    text-align: center;
    font: italic 14px/1.3 sans-serif;
    color: #333;
    background: #fff;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .2);
    z-index: 10;
    transform: translateY(-10px);
    max-width: 320px;
}

@media(min-width:1368px) {
    .first-screen .row .text {
        max-width: 100%;
        width: 100%;
        height: auto;
    }
    .first-screen .text__circle-sm {
        right: 71px;
        width: 80px;
    }
    .first-screen .text__circle-xs {
        bottom: -30%;
        right: 60%;
    }
    .first-screen .text__circle-md {
        bottom: -138px;
        left: -29%;
    }
    .first-screen .row .text::before {
        transform: translate(50px, 103px);
    }
    .first-screen .text__circle-lg {
        width: 100%;
    }
}
@media(min-width:1601px) {
    .first-screen-exam {
        padding: 200px 0;
    }
}
@media(max-width:1367px) {
    .first-screen {
        min-height: auto;
        padding-bottom: 50px;
    }
    .first-screen .title {
        font-size: 56px;
    }
    .first-screen .row {
        align-items: flex-start;
    }
    .first-screen .row .text img {
        max-width: 320px;
        left: 16px;
    }
    .first-screen .text .text-tooltip {
        left: unset;
        bottom: 283px;
        right: 300px;
        font-size: 18px;
    }
}
@media(max-width:1200px) {
    .why-choose-us .row {
        justify-content: center;
    }
    .why-choose-us .item {
        margin: 26px 17px;
        padding: 40px 26px;
        text-align: center;
    }
    .why-choose-us .item-wrap:nth-child(even) .item {
        transform: unset;
    }
    .first-screen .title {
        font-size: 54px;
    }
    .price-assignment-page .title {
        font-size: 36px;
    }
    .price-assignment-page .row +.row {
        margin-top: 0;
    }
}
@media(min-width:1024px) {
    .types-assignments li:nth-child(n + 11) {
        max-width: 51%;
        margin: 12px auto;
    }
    .types-assignments li:nth-child(11n + 11) {
        margin-top: 30px;
    }
    footer .row.private-policy {
        padding: 20px 50px;
    }
    .page-php {
        padding: 100px 0 20px;
    }
    .order-process .num {
        width: 100px;
        height: 100px;
        font-size: 32px;
    }
    .order-content.text-strong .item {
        font-size: 32px;
    }
    .first-screen-exam {
        padding: 150px 0;
        min-height: auto;
    }
    .first-screen-exam .text-block .title .circle {
        top: -26px;
        right: 86px;
        width: 90px;
        background: #fedb6a;
        border-radius: 50%;
    }
}
@media(max-width:1023px) {
    header .order-buttons {
        margin-left: auto;
    }
    .header .button {
        margin-right: 15px;
    }
    .logo {
        padding: 4px 0;
    }
    .header-menu .menu > li {
        padding: 16px;
        border-bottom: 1px solid #eee;
    }
    /*.header-menu .menu > .menu-item-has-children > .sub-menu {*/
    .header-menu .menu > .menu-item-has-children > .sub-menu {
       height: 0;
       overflow: hidden;
       transition: height .3s ease-in ;
   }
   .header-menu .menu > .menu-item-has-children.open > .sub-menu {
       height: auto;
       padding: 0 0 0 6px;
   }
    .header-menu .menu > .menu-item-has-children .menu-item-has-children {
        width: 100%;
    }
    .header-menu .menu > .menu-item-has-children > .sub-menu > .menu-item-has-children > a {
        color: #333;
        font-weight: 500;
        margin-bottom: 3px;
    }
    .header-menu .menu {
        padding-top: 40px;
    }
    .header-menu .menu .menu-item-has-children:last-child .sub-menu {
        border: none;
        padding-bottom: 0;
    }
    .header-menu .menu .menu-item-has-children:last-child {
        margin-bottom: 0;
    }
    .header-menu .menu .sub-menu .sub-menu li {
        width: 100%;
    }
    .header .sub-menu a {
        padding: 7px 0;
    }
    .burger-menu {
        display: block;
        cursor: pointer;
        user-select: none;
        width: 40px;
        position: relative;
        z-index: 5;
        padding: 8px;
    }
    .burger-menu span {
        display: block;
        height: 2px;
        background: #000;
        margin-bottom: 5px;
        transition: all .35s;
    }
    .burger-menu span:last-child {
        margin-bottom: 0;
    }
    .burger-menu.active .mobile-btn-top {
        transform: translateY(9px) translateX(0) rotate(45deg);
    }
    .burger-menu.active .mobile-btn-middle {
        opacity: 0;
    }
    .burger-menu.active .mobile-btn-bottom {
        transform: translateY(-5px) translateX(0) rotate(-45deg);
    }
    .menu-main-menu-container {
        overflow: auto;
        display: none;
        position: fixed;
        padding: 20px;
        height: 0;
        right: 0;
        visibility: hidden;
        opacity: 0;
        z-index: -1;
        background: #fff;
        box-shadow: 0 0 23px rgba(0, 0, 0, .5);
        top: 0;
        color: #333;
    }
    .contact-page .row > div {
        margin-top: 50px
    }
    .wp-block-column {
        width: 100%
    }
    .blog-home .row,
    .contact-page .row {
        flex-direction: column;
    }
    .post .inner {
        padding: 32px;
        padding-left: 213px;
    }
    .post .title {
        font-size: 26px;
    }
    .post .description {
        font-size: 18px;
    }
    .post .date {
        font-size: 18px;
    }
    .type-of-writing .icon-wrap {
        max-width: 300px;
    }
    .benefits .line,
    .benefits .circle-sm {
        display: none;
    }
    .benefits .circle.border {
        left: -25%;
    }
    .benefits .circle-md {
        right: 50px;
    }
    .order-process .item {
        font-size: 22px;
    }
    footer .row > div {
        max-width: 50%;
    }
    footer .row .footer-menu-link {
        max-width: 100%;
        margin-top: 30px;
    }
    .menu-footer-menu-services-links-container ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .menu-footer-menu-services-links-container li {
        max-width: calc(50% - 20px);
        width: 100%;
    }
    .why-choose-write .row > * {
        max-width: 100%;
        margin: 20px 0;
    }
    .why-choose-write .row .subtitle {
        font-size: 32px;
        margin-bottom: 26px;
    }
    .first-screen .row .text img {
        display: none;
    }
    .first-screen .container .text .text-tooltip {
        position: static;
        background: transparent;
        color: #333;
        padding: 0;
        font-size: 22px;
        max-width: 100%;
    }
    .types-assignments li {
        max-width: 100%;
        margin: 0 0 12px;
    }
    .types-assignments .row-bg {
        padding: 50px;
    }
    .why-choose-us-banner >.title,
    .benefits .title-container .subtitle,
    .ready-use .title,
    .order-process .container >.title,
    .type-of-writing .title,
    .testimonials .title,
    .price .subtitle,
    .essays-cover .title,
    .why-choose-write .title {
        font-size: 42px;
    }
}

@media(min-width:768px) {
    .contacts address {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .banner .inner {
        justify-content: space-between;
    }
    .topic {
        max-width: 320px;
    }
    .types-assignments {
        margin-bottom: 90px;
    }
    body.padding-top {
        padding-top: 100px;
    }
    .arrow-categories {
        display: none;
    }
    .first-screen .text-content {
        margin-right: 16px;
    }
    .first-screen .text-tooltip {
        max-width: 275px;
    }
    .first-screen .title .circle-sm {
        /*top: -27px;*/
        top: calc(50% - 60px);
        left: -156px;
    }
    .type-of-writing .circle-lg {
        width: 771px;
    }
    .table-price-section__text-content {
        margin-right: 60px;
        order: 0;
    }
    .table-price {
        width: 50%;
    }
    .price .circle-lg {
        width: 500px;
        top: 0;
    }
    .ready-use-banner {
        padding: 90px 64px;
    }
    .ready-use .scissors {
        width: 611px;
        height: 461px;
        right: 0;
        top: -140px;
    }
    .why-choose-us .item-wrap {
        max-width: calc(33.33% - 20px);
        margin: 18px 0;
    }
    .price-assignment-page .image-block {
        position: relative;
        max-width: calc(54% - 40px);
        width: 100%;
        height: auto;
        margin-left: 40px;
        z-index: 1;
    }
    .price-assignment-page .title {
        margin-bottom: 50px;
    }
    .price-assignment-page .price-assignment__inner {
        padding: 90px 50px;
    }
    .price-assignment-page .text {
        padding: 30px 33px;
    }
    .seo-text .circle-sm {
        right: 53%;
    }
    .all-posts-block {
        grid-template-columns: repeat(auto-fit, minmax(265px, 1fr));
    }
    .header.open .menu-main-menu-container {
        max-width: 50%;
    }
    .first-screen-exam .text-exam .circle {
        top: 30px;
        left: -40px;
        width: 50px;
        background: pink;
        border-radius: 50%;
        z-index: -1;
    }
    .first-screen-exam .text-exam .circle-md {
        top: 145px;
        left: 53%;
        width: 100px;
        background-color: #82a5ff;
    }
    .types-assignments .title {
        max-width: calc(100% - 114px);
        margin-top: 0;
    }
    .single-php .blog,
    .button-post-row {
        max-width: 70%;
    }
}

@media(max-width:767px) {
    .container {
        padding: 0 15px;
    }
    section {
        padding: 20px 0;
    }
    .h2 {
        font-size: 30px;
    }
    .first-screen {
        z-index: 1;
    }
    .contact-page .subtitle {
        font-size: 28px;
    }
    .contact-page .email,
    .contact-page .phone {
        font-size: 18px;
    }
    .header .right-block .calc-button {
        display: none;
    }
    .header .right-block {
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }
    .button {
        font-size: 18px;
        padding: 11px 40px;
    }
    .offer-block .row {
        flex-direction: column;
    }
    .footer-menu a {
        font-size: 20px;
    }
    .post .inner {
        padding: 53px 17px 215px;
        height: auto;
    }
    .order-process .row>div {
        width: 100%
    }
    footer .row {
        flex-direction: column;
    }
    footer .row>div {
        max-width: 100%;
        width: 100%
    }
    footer .subtitle {
        margin-top: 30px;
    }
    .header.open .mobile_menu_close {
        top: 22px;
        right: 8px;
    }
    #s,
    #searchsubmit {
        height: 52px;
    }
    #searchsubmit {
        padding: 0 43px;
    }
    #searchform {
        margin: 30px 0;
    }
    .breadcrumbs {
        padding: 20px 0;
    }
    .single-php {
        padding: 30px 0;
        padding-top: 0;
    }
    .single-php .container {
        padding: 0 20px;
    }
    .content .container {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .seo-text .row {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .header .sub-menu a {
        padding-left: 0;
        font-size: 20px;
    }
    .reviews-wrap .text {
        max-height: 200px;
    }
    .burger-menu {
        width: 36px;
    }
    .burger-menu svg,
    .burger-menu img {
        max-width: 100%
    }
    .contact-page .h2 {
        font-size: 28px;
    }
    .contact-page .row {
        padding: 20px 10px;
    }
    footer .row>div:first-child,
    footer .row>div:last-child {
        padding: 0;
    }
    footer .row>div:first-child {
        padding-top: 12px;
    }
    .single-php aside {
        max-width: 100%;
        margin-left: 0;
        order: -1;
        margin-bottom: 20px;
        position: static;
    }
    .why-choose-us-banner {
        padding: 28px 34px;
    }
    section,
    .section {
        padding: 40px 0;
    }
    .benefits .circle.border {
        display: none;
    }
    .benefits .circle-md {
        right: -25%;
    }
    .order-process .row > div {
        order: 1;
    }
    .order-process .row > img {
        max-width: 300px;
        margin-top: 30px;
    }
    .order-process .circle-lg {
        top: 20px;
        bottom: unset;
    }
    .testimonials .what-clients-say {
        max-width: 45%;
    }
    .testimonials .slider-testimonials {
        max-width: 55%;
    }
    .first-screen {
        text-align: center;
        min-height: auto;
        padding: 80px 0 40px;
    }
    .first-screen .row .text-block {
        max-width: 100%;
    }
    .first-screen .circle-wrap .computer,
    .first-screen .circle-wrap .table,
    .first-screen .circle-wrap .man {
        display: none;
    }
    .first-screen .row .text-block .circle > * {
        text-align: center;
    }
    .first-screen .circle-wrap .text {
        display: block;
        max-width: 100%;
        left: unset;
        top: unset;
    }
    .first-screen .row .text {
        margin-top: 34px;
    }
    .first-screen .title {
        font-size: 36px;
    }
    .our-features .icon {
        margin: 15px 20px;
    }
    .menu-footer-menu-services-links-container li {
        max-width: 100%;
    }
    .footer-menu-link a {
        font-size: 18px;
        padding: 6px 0;
    }
    footer .row > div {
        padding: 0;
    }
    footer .copyright p:not(:first-child) {
        margin-top: 6px;
    }
    footer .soc-icon {
        margin-top: 14px;
    }
    .first-screen-exam .text-exam {
        font-size: 22px;
    }
    .types-assignments .icon-bg {
        max-width: 100%;
        margin: 0;
        padding: 40px 40px 60px;
        border-radius: 30px;
        background: #4176FF;
    }
    .types-assignments .icon-bg .circle {
        margin: 0 auto;
    }
    .types-assignments .row-bg {
        background: transparent;
        padding: 0;
    }
    .types-assignments .list-block {
        max-width: calc(100% - 40px);
        transform: translateY(-40px);
        margin: 0 auto;
    }
    .types-assignments .list-block ul {
        position: relative;
        padding: 50px;
    }
    .types-assignments .cricle-grey-xs {
        left: 40px;
    }
    .types-assignments .cricle-grey-sm {
        left: -7px;
    }
    .types-assignments .cricle-blue-sm {
        bottom: 20px;
        right: -38px;
        left: unset;
    }
    .price-assignment-page .text {
        max-width: 100%;
        margin-top: 30px;
    }
    .price-assignment-page .image {
        display: none;
    }
    .price-assignment-page .container {
        padding: 40px 30px;
        border-radius: 0;
    }
    .single-php aside .subtitle, 
    .title-categories {
        cursor: pointer;
    }
    .first-screen .row .text {
        display: none;
    }
    .first-screen .text-tooltip::after {
        left: 50%;
        transform: translate(-50%);
    }
    .price-assignment-page .image-block,
    .first-screen-exam .row .bg-block {
        display: none;
    }
    .contact-page .row>div {
        width: 100%;
    }
}
@media(min-width:541px) {
    .tabs-online-exam {
        margin: 20px auto;
    }

    .tabs-online-exam .tab-header-nav {
        font-size: 18px;
    }

    .table-online-exam .table-cell {
        font-size: 16px;
    }

    .table-price-row-btn {
        display: none;
    }
    .benefits .item-container .item {
        width: 100%;
        margin: 30px 15px;
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .all-posts-block__category {
        grid-template-columns: repeat(auto-fit, minmax(265px, 48%));
    }

    .ready-use .text-wrap {
        max-width: 60%;
    }

    .our-team .top {
        margin-bottom: 30px;
    }

    /*.testimonials .slider-testimonials,*/
    .testimonials .what-clients-say {
        padding: 0 20px;
    }
    .contact-page .row>div:last-child {
        padding: 0 40px;
    }
    .why-choose-us .item {
        padding: 25px 25px;
        margin: 40px 15px;
        max-width: 217px;
        min-height: 200px;
    }

    .why-choose-us .item-wrap,
    .why-choose-us.text-content .item-wrap {
        max-width: calc(50% - 20px);
        margin: 18px 0;
    }

    .why-choose-us .item .icon {
        top: 0;
        right: 0;
        /*transform: translate(20%, -50%);*/
        transform: translate(20%, -64%);
    }
    .why-choose-us.text-content .item-wrap {
        max-width: calc(50% - 20px);
    }
    .post-info.display-mobile {
        display: none;
    }
    .benefits .title-container .text {
        margin-bottom: 3em;
    }
    .first-screen .title .circle-lg {
        top: 0;
        left: 0;
        width: 125%;
    }
    .first-screen .text-tooltip {
        text-align: left;
    }
}
@media(max-width:540px) {
    .header {
        flex-direction: column;
        align-items: flex-start;
    }
    .header-menu .buttons {
        flex-direction: row;
        margin-bottom: 10px;
    }
    .header-menu .buttons>* {
        margin-right: 20px;
    }
    .menu-main-menu-container .phone:nth-of-type(n+2):before {
        display: none;
    }
    .menu-main-menu-container .phone {
        display: block;
    }
    .logo img {
        max-width: 140px;
    }
    header .button {
        padding: 11px 35px;
    }
    header .order-buttons {
        display: flex;
        flex-direction: column;
        text-align: right;
        margin-right: 14px;
    }
    header .order-buttons>* {
        line-height: 1.45;
        font-size: 14px;
    }
    .header .button {
        padding: 0;
        margin: 0;
        color: #28207e;
        background: transparent;
    }
    .essays-cover .circle {
        width: 100%;
    }
    .why-choose-us-banner >.title,
    .benefits .title-container .subtitle,
    .order-process .container>.title,
    .type-of-writing .title,
    .testimonials .title,
    .price .subtitle,
    .essays-cover .title,
    .why-choose-write .title {
        font-size: 32px;
        text-align: left;
    }
    .why-choose-us-banner >.title {
        margin: 30px 0 20px;
    }
    .why-choose-us-banner >.text,
    .benefits .title-container .text,
    .order-process .item,
    .types-assignments .text,
    .why-choose-write .container>.subtitle,
    .testimonials .subtitle {
        font-size: 16px;
    }
    .why-choose-us-banner >.title,
    .why-choose-us-banner >.text,
    .benefits .title-container .text {
        text-align: center;
    }
    .type-of-writing .icon-wrap {
        max-width: 224px;
    }
    .benefits .item-container .item {
        text-align: center;
        align-items: center;
    }
    main .glide__arrows {
        margin-top: 36px;
    }
    .benefits .item-container ul {
        justify-content: flex-start;
    }
    .our-team .photo {
        display: block;
        height: 389px;
        width: 100%;
        object-fit: cover;
        margin: 0 auto;
    }
    .testimonials .what-clients-say,
    .testimonials .slider-testimonials {
        max-width: 100%;
    }
    .testimonials .circle {
        display: none;
    }
    .order-content .item {
        margin: 15px 0;
    }
    .first-screen-exam .text-exam .circle,
    .first-screen-exam .text-block .title .circle {
        display: none;
    }
    .why-choose-write .circle-grey-sm {
        top: 0;
        left: 10%;
    }
    .why-choose-write .circle-grey-xs {
        top: 10%;
        left: -5%;
    }
    .why-choose-write .circle-yellow-sm {
        top: 10%;
        right: -17%;
    }
    .why-choose-write .circle-pink-xs {
        top: 19%;
        right: 8%;
    }
    .types-assignments .list-block ul {
        padding: 24px;
    }
    .first-screen-exam .first-screen__man {
        display: none;
    }
    .hidden-mobile {
        display: none;
    }
    .testimonials img {
       max-width: 300px;
    }
    .slider-testimonials .glide__slide {
        text-align: center;
    }
    .why-choose-us .item {
        padding: 40px 26px 10px;
        margin: 40px 0;
        width: 100%;
    }
    .ready-use .scissors {
        opacity: .7;
    }
}

@media(min-width:1024px) {
    .burger-menu {
        display: none;
    }
    .header .sub-menu a {
        font-size: 18px;
        margin: .1rem 0;
    }
    .menu-main-menu-container {
        margin-left: auto;
        padding-right: 20px;
    }
    .header-menu .menu {
        display: flex;
    }
    .header-menu .menu>li {
        position: relative;
        text-align: center;
    }
    .header-menu .menu>li>a {
        font-size: 16px;
        text-transform: uppercase;
        padding: 30px 16px;
        display: block;
        color: #666;
        font-weight: 700;
        border-bottom: 2px solid transparent;
        transition: border .3s;
    }
    .header-menu .menu > li > a:hover {
        color: #28207e;
    }
    .header-menu .menu>li:hover>a {
        color: #28207e;
    }
    .menu > .menu-item-has-children > .sub-menu {
        position: fixed;
        top: 148px;
        max-width: 1440px;
        margin: 0 auto;
        padding: 20px;
        left: calc(50% - 50vw);
        right: calc(50% - 50vw);
        display: flex;
        opacity: 0;
        visibility: hidden;
        box-shadow: 0 15px 40px rgb(21 37 72 / 8%);
        overflow: visible;
        background: #fff;
        text-align: left;
        transition: opacity .3s ease-in, visibility .3s ease-in;
    }
    .menu > .menu-item-has-children > .sub-menu.open {
        opacity: 1;
        visibility: visible;
        z-index: 1;
    }
    .header .menu a {
        font-weight: 500;
        font-size: 16px;
    }
    .sub-menu li > a {
        color: #405262;
        font-weight: 400;
        margin-bottom: 15px;
    }
    .menu > .menu-item-has-children > .sub-menu > li {
        /*max-width: calc(33% - 30px);*/
        flex: 0 1 calc(33.33% - 16px);
        width: 100%;
        margin: 15px;
    }
    .menu > .menu-item-has-children.column-menu-6 > .sub-menu > li {
        flex: 0 1 calc(16.6% - 16px);
    }
    .sub-menu li {
        margin: 4px 0;
    }
    .sub-menu li:first-child {
        margin-top: 0;
    }
    .sub-menu li:last-child {
        margin-bottom: 0;
    }
    .sub-menu a {
        font-size: 18px;
        color: #666;
        font-weight: 700;
    }
    .sub-menu a:hover {
        color: #999;
    }
    .burger-menu,
    .mobile_menu_close,
    .mobile_menu_overlay {
        display: none;
    }
    .menu-item-has-children>a:after {
        position: absolute;
        content: "";
        top: 50%;
        transform: translateY(-50%);
        right: 4px;
        height: 6px;
        width: 8px;
        background: url(/wp-content/uploads/2020/09/angle-down.png) no-repeat;
    }
    .menu-item-has-children:hover>a:after {
        transform: rotate(180deg) translateY(4px);
    }
    .order-process-content {
        padding-right: 70px;
    }
    header .order-buttons {
        border-bottom: 2px solid transparent;
    }
    .all-posts-block__category {
        grid-template-columns: repeat(auto-fit, minmax(265px, 31%));
    }
    .why-choose-us .item-wrap {
        max-width: calc(20% - 20px)
    }
    .why-choose-us.text-content .item-wrap {
        max-width: calc(25% - 20px);
    }
    .burger-menu {
        display: none;
    }
}
