:root {
    --shades-1: #3B3D53;
    --shades-darken: #20222E;
    --tp-blue-2: #2F40D7;
    --shades-4: #65728C;
    --shades-60: #5A5C73;
    --shades-3: #A3A5B1;
    --tp-blue-1: #373B97;
    --tp-white: #FFF;
    --tp-orange: #FF8126;
}
img {
    max-width: 100%;
}
.head-slider .head-slider-item:not(.active),
.head-slider .head-slider-text:not(.active) {
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
    position: absolute;
}
.head-slider {
    padding: 78px 0 94px;
}

.head-slider .head-slider-item.active,
.head-slider .head-slider-text.active {
    transition: all .5s linear;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative;
}
.head-slider .head-slider-item.active::before {
    content: "";
    display: inline-block;
    width: 170px;
    height: 170px;
    background-image: url('/files/static/images/dots-square.svg');
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    position: absolute;
    top: -70px;
    right: -110px;
}
.head-slider .head-slider-toggler {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-radius: 40px;
    background: #EEF4FD;
    padding: 4px;
    max-width: max-content;
    margin: 0 0 32px;
}
.head-slider .head-slider-toggler {
    position: relative;
}
.head-slider .head-slider-toggler::before {
    content: '';
    display: inline-block;
    width: 50%;
    height: calc(100% - 8px);
    background-color: #232B6C;
    background-image: url('/files/static/images/check_icon.svg');
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: 16px 50%;
    border-radius: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all .5s ease;
    left: 4px;
}
.head-slider .head-slider-toggler::after {
    content: '';
    display: inline-block;
    width: 54px;
    height: 237px;
    background-image: url('/files/static/images/curved-line-1.svg');
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    position: absolute;
    left: -70px;
    top: 25px;    
}
.head-slider .head-slider-toggler:has(.head-slider-toggler-btn.active-0)::before {
    left: 4px;
}
.head-slider .head-slider-toggler:has(.head-slider-toggler-btn.active-1)::before {
    left: calc(50% - 4px);
}
.head-slider .head-slider-toggler-btn {
    display: inline-block;
    width: 200px;
    color: var(--shades-1, #3B3D53);
    font-family: Onest;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 10px 16px 10px 48px;
    text-align: center;
    border-radius: 40px;
    min-width: max-content;
    transition: all .5s ease;
    cursor: pointer;
}
.head-slider .head-slider-toggler-btn.active {
    color: #FFF;
    position: relative;
}
.head-slider .head-slider-toggler-btn:active,
.head-slider .head-slider-toggler-btn:focus {
    outline: none !important;
    border: none !important;
}
.head-slider-statistics {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.head-slider-statistics .head-slider-statistics-block {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 260px;
    padding: 16px 18px;
    border-radius: 12px;
    background: #F5F8FD;
    gap: 12px;
}
.head-slider-statistics .head-slider-statistics-block.block-1 {
    margin-right: 16px;
}
.head-slider-statistics .head-slider-statistics-block .icon {
    max-width: 40px;
    width: 100%;
    height: auto;
}
.head-slider-statistics .head-slider-statistics-block .text .title,
.head-slider-statistics .head-slider-statistics-block .text .subtitle {
    font-family: Onest;
    font-style: normal;
    line-height: 140%;
    text-align: left;
}
.head-slider-statistics .head-slider-statistics-block .text .title {
    color: var(--shades-darken, #20222E);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.18px;
    margin: 0 0 6px;
}
.head-slider-statistics .head-slider-statistics-block .text .subtitle {
    color: var(--shades-1, #3B3D53);
    font-size: 13px;
    font-weight: 400;
    margin: 0;
}
.head-slider-text h2 {
    color: #141E58;
    font-family: Onest;
    font-size: 52px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -1.56px;
    max-width: 530px;
    text-align: left;
    margin: 0 0 32px;
}
.head-slider-text h2 span {
    color: var(--tp-blue-2, #2F40D7);
    text-decoration: underline;
}
.head-slider-text h2 img {
    margin: 0 0 0 15px;
    vertical-align: middle;
}
.head-slider-text .subtitle {
    max-width: max-content;
    color: var(--shades-1, #3B3D53);
    font-family: Onest;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.18px;
    text-align: left;
    margin-bottom: 87px;
    position: relative;
}
.head-slider-text .subtitle::after {
    content: '';
    display: inline-block;
    width: 181px;
    height: 57px;
    background-image: url('/files/static/images/curved-line-2.svg');
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    position: absolute;
    right: -210px;
    bottom: 7px;  
}
.head-slider-text .subtitle span {
    color: var(--tp-blue-2, #2F40D7);
}
.head-slider .home-checker-area {
    position: relative;
}
.head-slider .home-checker-area textarea {
    height: 462px;
    border-radius: 24px;
    border: 2px dashed #8A95FE;
    background: #FFF;
    box-shadow: 0px 6px 20px 0px rgba(36, 38, 103, 0.06);
    position: relative;
    z-index: 10;
    padding: 32px;
}
.head-slider .home-checker-area textarea:focus,
.head-slider .home-checker-area textarea:active {
    border: 2px dashed #8A95FE !important;
}
.head-slider .home-checker-area .textarea-border {
    position: relative;
    margin: 20px 0;
}
.head-slider .home-checker-area .textarea-border::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 40px;
    background-color: #F5F8FD;
    z-index: 1;
}
.head-slider .home-checker-area .home-checker-box-textarea-hint {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
}
.head-slider .home-checker-area .home-checker-box-textarea-hint img {
    margin: 0 auto 24px;
}
.head-slider .home-checker-area .home-checker-box-textarea-hint .home-checker-box-header {
    color: var(--shades-1, #3B3D53);
    text-align: center;
    font-family: Onest;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.24px;
    margin: 0 auto 24px;
    max-width: max-content;
    text-align: center;
}
.head-slider .home-checker-area .home-checker-box-textarea-hint .home-checker-box-header span {
    color: var(--shades-4, #65728C);
    text-align: center;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}
.head-slider .home-checker-area .home-checker-box-textarea-hint label[for="head_slider_file_input"] {
    display: inline-block;
    color: var(--tp-blue-2, #2F40D7);
    font-family: Onest;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 12px 40px;
    border-radius: 35px;
    border: 2px solid #8A95FE;
    cursor: pointer;
}
.head-slider .home-checker-area .home-checker-box-textarea-hint #head_slider_file_input {
    display: none;
}
.head-slider .home-checker-area .block-button a.home-checker-submit-button {
    display: inline-block;
    color: var(--tp-blue-2, #2F40D7);
    font-family: Onest;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    padding: 0 40px;
    border-radius: 35px;
    border: 2px solid #8A95FE;
    cursor: pointer;
    margin: 16px 0 0;
}
.head-slider .home-checker-area .bottom-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.head-slider .home-checker-area .block-title p {
    color: var(--shades-1, #3B3D53);
    text-align: center;
    font-family: Onest;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.16px;
    margin: 16px 0 0;
}
.head-slider .home-checker-area .block-title p img {
    vertical-align: middle;
    margin: 0 8px 0 0;
}
.head-slider .home-checker-area .block-title p span {
    color: var(--tp-blue-2, #2F40D7);
    text-decoration-line: underline;
}
.head-slider-item.order .miniorder-custom-border {
    position: relative;
    margin: 20px 0;
}
.head-slider-item.order .miniorder-custom-border::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 40px;
    background-color: #F5F8FD;
    z-index: 1;
}
.head-slider-item.order .ae-miniorder-custom {
    border: 2px dashed #8A95FE;
    background: #FFF;
    box-shadow: 0px 6px 20px 0px rgba(36, 38, 103, 0.06);
    position: relative;
    z-index: 10;
    padding: 40px;
    border-radius: 24px;
}
/* .head-slider-item.order .ae-miniorder-custom .col, */
.head-slider-item.order .ae-miniorder-custom .row {
    margin: 0;
    padding: 0;
}
.head-slider-item.order .ae-miniorder-custom .miniorder-title {
    color: var(--shades-1, #3B3D53);
    font-family: Onest;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.24px;
    margin: 0 0 20px;
    text-align: left;
}
.head-slider-item.order .ae-miniorder-custom label {
    display: block;
    color: var(--shades-60, #5A5C73);
    font-family: Onest;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0 0 6px;
    text-align: left;
}
.head-slider-item.order .ae-miniorder-custom select {
    color: var(--shades-1, #3B3D53);
    font-family: Onest;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
    padding: 0 12px;
    border-radius: 5px;
    border: 1px solid #D5DBE8;
    background: #F8FAFD;
    margin: 0 0 18px;
}
.head-slider-item.order .ae-miniorder-custom .form-button {
    text-align: left;
}
.head-slider-item.order .ae-miniorder-custom .sidebar-total {
    color: var(--shades-1, #3B3D53);
    font-family: Onest;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.14px;
}
.head-slider-item.order .ae-miniorder-custom .sidebar-total .mini-order-total-price {
    color: var(--tp-blue-2, #2F40D7);
    text-align: right;
    font-family: Onest;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.22px;
}
.head-slider-item.order .ae-miniorder-custom .sidebar-total.price {
    margin: 0;
}
.head-slider-item.order .ae-miniorder-custom .sidebar-total.price .mini-order-total-price {
    color: var(--tp-blue-2, #2F40D7);
    text-align: right;
    font-family: Onest;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.22px;
}
.head-slider-item.order .ae-miniorder-custom .sidebar-total.price .mini-order-first-price {
    color: var(--shades-3, #A3A5B1);
    text-align: right;
    font-family: Onest;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.14px;
    text-decoration: line-through;
    margin-left: 6px;
}
.head-slider-item.order .ae-miniorder-custom .first-order-only {
    color: var(--shades-1, #3B3D53);
    font-family: Onest;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.14px;
    margin: 0 0 8px;
}
.head-slider-item.order .ae-miniorder-custom input[type="submit"] {
    display: block;
    width: 100%;
    color: #FFF;
    font-family: Onest;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 12px 26px;
    border-radius: 35px;
    background: #FF8126;
    border: none;
    outline: none;
}
.head-slider-item.order .block-title p {
    color: var(--shades-1, #3B3D53);
    text-align: center;
    font-family: Onest;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.16px;
    text-decoration-line: underline;
    margin: 32px 0 0;
}
.head-slider-item.order .block-title p img {
    vertical-align: middle;
    margin: 0 8px 0 0;
}
.head-slider-item.order .block-title p span {
    color: var(--tp-blue-2, #2F40D7);
    text-decoration-line: underline;
}
.most-authentic-checker {
    background: #F5F8FD;
    padding: 130px 0;
}
.most-authentic-checker .side-image-block {
    position: relative;
    max-width: max-content;
    max-height: max-content;
}
.most-authentic-checker .side-image-block::before {
    content: '';
    display: inline-block;
    width: 170px;
    height: 170px;
    background-image: url('/files/static/images/dots-square.svg');
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    position: absolute;
    left: -90px;
    top: calc(50% + 50px);
    transform: translateY(-50%);
    z-index: -1;
}
.most-authentic-checker .side-image-block .side-image-label {
    position: absolute;
    min-width: max-content;
    left: calc(50% - 40px);
    transform: translateX(-50%);
    bottom: -50px;
    padding: 16px 26px 16px 65px;
    background-image: url('/files/static/images/blue-check-icon.png');
    background-repeat: no-repeat;
    background-position: 20px 50%;
    background-size: 32px 32px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.90);
    box-shadow: 0px 0px 14px 0px rgba(255, 255, 255, 0.45) inset, 0px 24px 40px 0px rgba(50, 60, 98, 0.07);
    backdrop-filter: blur(7px);
}
.most-authentic-checker .side-image-block .side-image-label p {
    color: #141E58;
    font-family: Onest;
    font-style: normal;
    line-height: 130%;
    margin: 0;
}
.most-authentic-checker .side-image-block .side-image-label p.text-1 {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.16px;
}
.most-authentic-checker .side-image-block .side-image-label p.text-2 {
    font-size: 19px;
    font-weight: 500;
    letter-spacing: -0.19px;
}
.most-authentic-checker h1 {
    color: #141E58;
    font-family: Onest;
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.38px;
}
.most-authentic-checker .text-element {
    max-height: 300px;
    overflow-y: scroll;
}
.most-authentic-checker .text-element::-webkit-scrollbar {
    width: 5px;
    border-radius: 10px;
}
.most-authentic-checker .text-element::-webkit-scrollbar-track {
    background: #E1E4EC99;
}
.most-authentic-checker .text-element::-webkit-scrollbar-thumb {
    background: #ADB0C3;
    border-radius: 10px;
}
.most-authentic-checker .text-element p {
    overflow: hidden;
    color: var(--shades-1, #3B3D53);
    font-family: Onest;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.15px;
    margin: 0 0 10px;
    padding-right: 20px;
}
.most-authentic-checker .hr-sep {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #C8CEF0;
    margin: 40px 0;
}
.most-authentic-checker .checker-btn {
    display: inline-block;
    color: #FFF;
    font-family: Onest;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    border-radius: 35px;
    background: var(--tp-blue-2, #2F40D7);
    padding: 12px 26px;
    margin-right: 28px;
}
.most-authentic-checker .sign-up-btn {
    display: inline-block;
    color: var(--shades-1, #3B3D53);
    text-align: center;
    font-family: Onest;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.16px;
    cursor: pointer;
}
.most-authentic-checker .sign-up-btn span {
    color: var(--tp-blue-2, #2F40D7);
    text-decoration: underline;
}
.most-authentic-checker {
    color: var(--shades-darken, #20222E);
    font-family: Onest;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.28px;
}
.most-authentic-checker .block-title {
    color: var(--shades-darken, #20222E);
    font-family: Onest;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.28px;
    margin: 76px 0 20px;
}
.most-authentic-checker .how-checker-works-item {
    position: relative;
    padding: 44px 12px;
    border-radius: 16px;
    border: 1px solid #E8ECF3;
    background: rgba(255, 255, 255, .5);
    box-shadow: 0px 5px 12px 0px rgba(50, 60, 98, 0.04);
    transition: all .5s ease;
}
.most-authentic-checker .how-checker-works-item:hover {
    background: #FFF;
}
.most-authentic-checker .how-checker-works-item.item-4::before {
    content: '';
    display: inline-block;
    width: 320px;
    height: 110px;
    background-image: url('/files/static/images/curved-line-3.svg');
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    position: absolute;
    right: 50%;
    top: -124px;
}
.most-authentic-checker .how-checker-works-item .number {
    display: inline-block;
    width: 32px;
    color: #FFF;
    text-align: center;
    font-family: Onest;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.32px;
    position: absolute;
    left: 16px;
    top: 16px;
    border-radius: 10px;
    background: var(--tp-blue-1, #373B97);
    padding: 0 6px;
    text-align: center;
}
.most-authentic-checker .how-checker-works-item .icon {
    display: block;
    max-width: max-content;
    margin: 0 auto 16px;
}
.most-authentic-checker .how-checker-works-item .text {
    color: var(--shades-1, #3B3D53);
    text-align: center;
    font-family: Onest;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.16px;
    margin: 0;
}
.statistics-blue-block {
    margin: 80px 0 0;
}
.statistics-blue-block .block-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 24px;
    background-color: #232B6C;
    padding: 50px 60px 50px 181px;
    background-image: url('/files/static/images/statistics-blue-block-bg.png');
    background-repeat: no-repeat;
    background-position: 0 100%;
}
.statistics-blue-block .block-content .item {
    display: inline-block;
    width: 100%;
}
.statistics-blue-block .block-content .item.item-1 {
    max-width: 300px;
}
.statistics-blue-block .block-content .item.item-2,
.statistics-blue-block .block-content .item.item-3,
.statistics-blue-block .block-content .item.item-4 {
    max-width: 170px;
}

.statistics-blue-block .block-content .item:not(.item-1) .text-1 {
    color: var(--tp-white, #FFF);
    font-family: Onest;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: -0.32px;
    margin: 0 0 10px;
    min-width: max-content;
}
.statistics-blue-block .block-content .item.item-1 .text-1 {
    color: var(--tp-white, #FFF);
    font-family: Onest;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: -0.24px;
    margin: 0 0 6px;
    min-width: unset;
}
.statistics-blue-block .block-content .item:not(.item-1) .text-2 {
    color: #8A8FBB;
    font-family: Onest;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: -0.13px;
    text-transform: uppercase;
    margin: 0;
}
.statistics-blue-block .block-content .item.item-1 .text-2 {
    color: #ADB1D3;
    font-family: Onest;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: -0.16px;
    margin: 0;
}
.custom-writing-service {
    padding: 130px 0;
}
.custom-writing-service .side-image-block {
    position: relative;
    max-width: max-content;
    max-height: max-content;
    margin: 0 0 0 auto;
}
.custom-writing-service .side-image-block::before {
    content: '';
    display: inline-block;
    width: 170px;
    height: 170px;
    background-image: url('/files/static/images/dots-square.svg');
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    position: absolute;
    left: -20px;
    top: 0;
    z-index: -1;
}
.custom-writing-service .side-image-block .side-image-label {
    position: absolute;
    min-width: max-content;
    left: calc(50% + 60px);
    transform: translateX(-50%);
    bottom: -20px;
    padding: 16px 26px 16px 65px;
    background-image: url('/files/static/images/orange-check-icon.png');
    background-repeat: no-repeat;
    background-position: 20px 50%;
    background-size: 32px 32px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.90);
    box-shadow: 0px 0px 14px 0px rgba(255, 255, 255, 0.45) inset, 0px 24px 40px 0px rgba(50, 60, 98, 0.07);
    backdrop-filter: blur(7px);
}
.custom-writing-service .side-image-block .side-image-label p {
    color: #141E58;
    font-family: Onest;
    font-style: normal;
    line-height: 130%;
    margin: 0;
}
.custom-writing-service .side-image-block .side-image-label p.text-1 {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.16px;
}
.custom-writing-service .side-image-block .side-image-label p.text-2 {
    font-size: 19px;
    font-weight: 500;
    letter-spacing: -0.19px;
}
.custom-writing-service h1 {
    color: #141E58;
    font-family: Onest;
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.38px;
}
.custom-writing-service .text-element {
    max-height: 300px;
    overflow-y: scroll;
}
.custom-writing-service .text-element::-webkit-scrollbar {
    width: 5px;
    border-radius: 10px;
}
.custom-writing-service .text-element::-webkit-scrollbar-track {
    background: #E1E4EC99;
}
.custom-writing-service .text-element::-webkit-scrollbar-thumb {
    background: #ADB0C3;
    border-radius: 10px;
}
.custom-writing-service .text-element p {
    overflow: hidden;
    color: var(--shades-1, #3B3D53);
    font-family: Onest;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.15px;
    margin: 0 0 10px;
    padding-right: 20px;
}
.custom-writing-service .hr-sep {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #C8CEF0;
    margin: 40px 0;
}
.custom-writing-service .order-btn {
    display: inline-block;
    color: #FFF;
    font-family: Onest;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    border-radius: 35px;
    background: var(--tp-blue-2, #FF8126);
    padding: 12px 26px;
    margin-right: 28px;
}
.custom-writing-service .sign-up-btn {
    display: inline-block;
    color: var(--shades-1, #3B3D53);
    text-align: center;
    font-family: Onest;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.16px;
    cursor: pointer;
}
.custom-writing-service .sign-up-btn span {
    color: var(--tp-blue-2, #2F40D7);
    text-decoration: underline;
}
.custom-writing-service {
    color: var(--shades-darken, #20222E);
    font-family: Onest;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.28px;
}
.custom-writing-service .block-title {
    color: var(--shades-darken, #20222E);
    font-family: Onest;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.28px;
    margin: 76px 0 20px;
}
.custom-writing-service .how-writing-service-works-item {
    position: relative;
    padding: 44px 12px;
    border-radius: 16px;
    border: 1px solid #E8ECF3;
    background: #F5F8FD;
    transition: all .5s ease;
}
.custom-writing-service .how-writing-service-works-item:hover {
    background: #ebf0fa;
}
.custom-writing-service .how-writing-service-works-item.item-4::before {
    content: '';
    display: inline-block;
    width: 270px;
    height: 110px;
    background-image: url('/files/static/images/curved-line-4.svg');
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    position: absolute;
    right: 50%;
    top: -124px;
}
.custom-writing-service .how-writing-service-works-item .number {
    display: inline-block;
    width: 32px;
    color: #FFF;
    text-align: center;
    font-family: Onest;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.32px;
    position: absolute;
    left: 16px;
    top: 16px;
    border-radius: 10px;
    background: var(--tp-blue-1, #373B97);
    padding: 0 6px;
    text-align: center;
}
.custom-writing-service .how-writing-service-works-item .icon {
    display: block;
    max-width: max-content;
    margin: 0 auto 16px;
}
.custom-writing-service .how-writing-service-works-item .text {
    color: var(--shades-1, #3B3D53);
    text-align: center;
    font-family: Onest;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.16px;
    margin: 0;
}
.our-service-main-features {
    padding: 130px 0 154px;
    background-color: #F5F8FD;
}
.our-service-main-features .top-subtitle {
    color: var(--tp-orange, #FF8126);
    font-family: Onest;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.36px;
    margin: 0 0 16px;
}
.our-service-main-features h3 {
    color: #141E58;
    font-family: Onest;
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.76px;
    margin: 0 0 32px;
}
.our-service-main-features h3 img {
    margin: 0 0 0 10px;
    vertical-align: text-bottom;
}
.our-service-main-features .hr-sep {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #C8CEF0;
    margin: 40px 0;
}
.our-service-main-features .text {
    color: var(--shades-1, #3B3D53);
    font-family: Onest;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.16px;
}
.our-service-main-features .checker-btn {
    display: block;
    max-width: 268px;
    width: 100%;
    color: #FFF;
    font-family: Onest;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    padding: 12px;
    border-radius: 35px;
    background: var(--tp-blue-2, #2F40D7);
    margin-bottom: 126px;
    position: relative;
}
.our-service-main-features .checker-btn::before {
    content: '';
    display: inline-block;
    width: 206px;
    height: 142px;
    background-image: url('/files/static/images/curved-line-5.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    position: absolute;
    right: -70px;
    top: 20px;
}
.our-service-main-features .text-2 {
    color: var(--shades-1, #3B3D53);
    font-family: Onest;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.22px;
    padding-bottom: 40px;
    position: relative;
    margin: 0;
}
.our-service-main-features .text-2::before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 3px;
    background: var(--tp-orange, #FF8126);
    position: absolute;
    left: 0;
    bottom: 0;
}
.our-service-main-features .lists-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 24px;
    padding: 60px 0;
    margin: 0 0 80px;
    background-image: url('/files/static/images/features-lists-bg.svg');
    background-position: 50%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    position: relative;
}
.our-service-main-features .lists-block::before {
    content: '';
    display: inline-block;
    width: 170px;
    height: 170px;
    background-image: url('/files/static/images/dots-square.svg');
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    position: absolute;
    right: -60px;
    top: 25px;
    z-index: 0;
}
.our-service-main-features .lists-block ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    border-radius: 24px;
    background: #FFF;
    padding: 35px;
    max-width: 50%;
    width: 100%;
    position: relative;
    z-index: 1;
    margin: 0;
}
.our-service-main-features .lists-block ul li {
    display: block;
    color: #141E58;
    font-family: Onest;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    letter-spacing: -0.16px;
    padding-left: 32px;
    position: relative;
}
.our-service-main-features .lists-block ul li::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
}
.our-service-main-features .lists-block ul.list-1 li::before {
    background-image: url('/files/static/images/blue-check-icon-2.svg');
}
.our-service-main-features .lists-block ul.list-2 li::before {
    background-image: url('/files/static/images/white-check-icon.svg');
}
.our-service-main-features .text-3,
.our-service-main-features .text-4 {
    color: var(--shades-1, #3B3D53);
    font-family: Onest;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.15px;
}
.more-about-theplagiarism {
    padding: 130px 0;
}
.more-about-theplagiarism .top-subtitle {
    color: var(--tp-orange, #FF8126);
    font-family: Onest;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.36px;
    margin: 0 0 16px;
}
.more-about-theplagiarism .title {
    color: #141E58;
    font-family: Onest;
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.76px;
    margin: 0;
}
.more-about-theplagiarism .text-top {
    color: var(--shades-1, #3B3D53);
    font-family: Onest;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.32px;
    margin: 0;
}
.more-about-theplagiarism .text-top:first-child {
    margin: 0 0 16px;
}
.more-about-theplagiarism .top-row {
    margin-bottom: 80px;
}
.more-about-theplagiarism-items-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 20px;
}
.more-about-theplagiarism .more-about-theplagiarism-item {
    padding: 32px 40px 40px 30px;
    border-radius: 16px;
    background: #F5F8FD;
    border: 1px solid #E8ECF3;
    transition: all .5s ease;
}
.more-about-theplagiarism .more-about-theplagiarism-item:hover {
    background: #ebf0fa;
}
.more-about-theplagiarism .more-about-theplagiarism-item .icon {
    display: block;
    max-width: max-content;
    height: auto;
    margin: 0 auto 20px 0;
}
.more-about-theplagiarism .more-about-theplagiarism-item .title {
    color: var(--shades-1, #3B3D53);
    font-family: Onest;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.44px;
    margin: 0 0 16px;
}
.more-about-theplagiarism .more-about-theplagiarism-item .text {
    color: var(--shades-4, #65728C);
    font-family: Onest;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
    letter-spacing: -0.3px;
    margin: 0 0 20px;
}
.more-about-theplagiarism .more-about-theplagiarism-item .read-more {
    display: inline-block;
    color: var(--tp-blue-2, #2F40D7);
    text-align: center;
    font-family: Onest;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.15px;
}
.more-about-theplagiarism .more-about-theplagiarism-item .read-more img {
    display: inline-block;
    margin: 0 0 0 8px;
    vertical-align: middle;
}
section.testimonials {
    padding: 130px 0;
    background-color: #F5F8FD;
}
section.testimonials .side-illustration-block {
    position: relative;
    margin: 0 0 40px;
}
section.testimonials .side-illustration-block::before {
    content: '';
    display: inline-block;
    width: 170px;
    height: 170px;
    background-image: url('/files/static/images/dots-square.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: -50px;
    top: 10px;
    z-index: 1;
}
section.testimonials .side-illustration-block .side-illustration {
    position: relative;
    z-index: 2;
}
section.testimonials .customers-block {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
    border-radius: 16px;
    background: #fff;
    padding: 24px;
}
section.testimonials .text-block .text-1,
section.testimonials .text-block .text-2 {
    color: var(--shades-4, #65728C);
    font-family: Onest;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.15px;
    margin: 0;
}
section.testimonials .text-block .text-1 {
    margin-bottom: 4.5px;
}
section.testimonials .text-block .text-1 span {
    display: inline-block;
    color: var(--shades-darken, #20222E);
    font-family: Onest;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.16px;
    margin-left: 8px;
}
section.testimonials .text-block .text-2 span {
    display: inline-block;
    color: var(--tp-blue-2, #2F40D7);
    font-family: Onest;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.15px;
    text-decoration-line: underline;
    margin-left: 8px;
}
section.testimonials .top-subtitle {
    color: var(--tp-orange, #FF8126);
    font-family: Onest;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.36px;
    margin: 0 0 16px;
}
section.testimonials .title {
    color: #141E58;
    font-family: Onest;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.56px;
}
section.testimonials .bottom-subtitle {
    color: var(--shades-1, #3B3D53);
    font-family: Onest;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.32px;
    margin: 0 0 32px;
    max-width: 488px;
}
section.testimonials .testimonials-slider {
    margin: 0 0 32px;
}
section.testimonials .testimonials-slider .slick-next,
section.testimonials .testimonials-slider .slick-prev {
    width: 56px;
    height: 56px;
    z-index: 10;
}
section.testimonials .testimonials-slider .slick-next::before, 
section.testimonials .testimonials-slider .slick-prev::before {
    display: inline-block;
    width: 56px;
    line-height: 56px;
    border-radius: 60px;
    background: #FFF;
    box-shadow: 0px 5px 12px 0px rgba(50, 60, 98, 0.04);
    color: #32445F;
    font-family: 'FontAwesome';
    border-radius: 50%;
    z-index: 100;
}
section.testimonials .testimonials-slider .slick-next::before {
    content: '\f054';
} 
section.testimonials .testimonials-slider .slick-prev::before {
    content: '\f053';
}
section.testimonials .testimonials-slider .testimonial-item {
    border-radius: 24px;
    background: #fff;
    padding: 60px;
}
section.testimonials .testimonials-slider .testimonial-item .name {
    color: var(--shades-1, #3B3D53);
    font-family: Onest;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.22px;
    margin: 0 0 8px;
}
section.testimonials .testimonials-slider .testimonial-item .rating-stars {
    margin: 0 0 20px;
}
section.testimonials .testimonials-slider .testimonial-item .rating-stars li {
    display: inline-block;
}
section.testimonials .testimonials-slider .testimonial-item .text p {
    color: var(--shades-4, #65728C);
    font-family: Onest;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.32px;
    margin: 0 0 20px;
}
section.testimonials .testimonials-slider .testimonial-item .date {
    color: var(--shades-3, #A3A5B1);
    font-family: Onest;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.32px;
    margin: 0;
}
section.testimonials .review-sites-block {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
section.testimonials .review-sites-block .item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
}
section.testimonials .review-sites-block .right-block ul {
    margin: 0;
}
section.testimonials .review-sites-block .right-block ul li {
    display: inline-block;
    margin-right: 2px;
}
section.testimonials .review-sites-block .rate-count {
    color: var(--shades-4, #65728C);
    font-family: Manrope;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.13px;
    margin: 0;
}
section.testimonials .review-sites-block .rate-count span {
    color: var(--shades-darken, #20222E);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.14px;
}
section.testimonials .review-sites-block .sep {
    display: inline-block;
    width: 1px;
    height: 34px;
    background: #D9D9D9;
    margin: 0 40px;
}
@media (max-width: 1399px) {
    .head-slider .head-slider-item.active::before {
        right: 0;
        top: -50px;
    }
    .our-service-main-features .lists-block::before {
        right: 0;
    }
    .head-slider .head-slider-toggler::after {
        display: none;
    }
    section.testimonials .testimonials-slider .slick-next {
        right: -10px;
    }
    section.testimonials .testimonials-slider .slick-prev {
        left: -10px;
    }
    section.testimonials .testimonials-slider .slick-next,
    section.testimonials .testimonials-slider .slick-prev {
        width: 25px;
        height: 25px;
    }
    section.testimonials .testimonials-slider .slick-next::before,
    section.testimonials .testimonials-slider .slick-prev::before {
        width: 25px;
        line-height: 25px;
        font-size: 14px;
    }
}
@media (max-width: 1199px) {
    .head-slider-statistics .head-slider-statistics-block {
        padding: 10px;
    }
    .head-slider-item.order .ae-miniorder-custom {
        padding: 20px;
    }
    .head-slider-text .subtitle::after {
        width: 120px;
        height: 38px;
        right: -130px;
    }
    .head-slider .home-checker-area .textarea-border::before,
    .head-slider-item.order .miniorder-custom-border::before {
        left: -10px;
        right: -10px;
        top: -10px;
        bottom: -10px;
    }
    .statistics-blue-block .block-content {
        padding: 40px 30px 40px 130px;
        background-size: 120px auto;
    }
    .statistics-blue-block .block-content .item.item-1 .text-1 {
        font-size: 20px;
    }
    .statistics-blue-block .block-content .item:not(.item-1) .text-1 {
        font-size: 27px;
    }
    .statistics-blue-block .block-content .item.item-1 .text-2 {
        font-size: 14px;
    }
    .statistics-blue-block .block-content .item.item-1 {
        max-width: 265px;
    }
    .our-service-main-features .lists-block ul {
        padding: 30px 15px;
        gap: 10px;
    }
    .our-service-main-features .lists-block ul li {
        font-size: 14px;
    }
    section.testimonials .review-sites-block .sep {
        margin: 0 20px;
    }
    section.testimonials .review-sites-block .item img {
        max-width: 100px;
    }
    section.testimonials .testimonials-slider .testimonial-item {
        padding: 40px;
    }
    section.testimonials .customers-block {
        gap: 15px;
        padding: 15px;
    }
    section.testimonials .customers-block img {
        max-width: 175px;
    }
    section.testimonials,
    .more-about-theplagiarism,
    .our-service-main-features,
    .custom-writing-service,
    .most-authentic-checker {
        padding: 65px 0;
    }
    .statistics-blue-block {
        margin: 40px 0 0;
    }
}
@media (max-width: 992px) {
    .head-slider .head-slider-toggler::before {
        background-position: 7px 50%;
    }
    .head-slider .head-slider-toggler-btn {
        font-size: 12px;
        padding: 10px 10px 10px 30px;
    }
    .head-slider-text h2 {
        font-size: 38px;
    }
    .head-slider-text .subtitle {
        font-size: 12px;
        margin-bottom: 65px;
    }
    .head-slider-statistics .head-slider-statistics-block {
        flex-direction: column;
        align-items: center;
    }
    .head-slider-statistics .head-slider-statistics-block .text .title,
    .head-slider-statistics .head-slider-statistics-block .text .subtitle {
        text-align: center;
    }
    .head-slider-text .subtitle::after {
        bottom: 5px;
    }
    .side-image-block {
        margin: 0 auto 50px;
    }
    .most-authentic-checker .how-checker-works-item.item-4::before {
        content: none;
    }
    .most-authentic-checker .how-checker-works-item.item-2::before {
        content: '';
        display: inline-block;
        width: 320px;
        height: 110px;
        background-image: url(/files/static/images/curved-line-3.svg);
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: contain;
        position: absolute;
        right: 50%;
        top: -150px;
    }
    .most-authentic-checker .how-checker-works-item {
        margin-bottom: 20px;
    }
    .statistics-blue-block .block-content {
        padding: 30px;
        background-size: 0;
        gap: 20px;
    }
    .statistics-blue-block .block-content .item.item-1 .text-1 {
        font-size: 15px;
    }
    .statistics-blue-block .block-content .item:not(.item-1) .text-1 {
        font-size: 23px;
    }
    .statistics-blue-block .block-content .item:not(.item-1) .text-2 {
        font-size: 12px;
    }
    .statistics-blue-block .block-content .item.item-2, 
    .statistics-blue-block .block-content .item.item-3, 
    .statistics-blue-block .block-content .item.item-4 {
        max-width: max-content;
    }
    .custom-writing-service .side-image-block {
        margin: 50px auto 20px;
    }
    .custom-writing-service .how-writing-service-works-item {
        margin-bottom: 20px;
    }
    .custom-writing-service .how-writing-service-works-item.item-4::before {
        content: none;
    }
    .custom-writing-service .how-writing-service-works-item.item-2::before {
        content: '';
        display: inline-block;
        width: 200px;
        height: 81px;
        background-image: url(/files/static/images/curved-line-4.svg);
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: contain;
        position: absolute;
        right: 50%;
        top: -150px;
    }
    .our-service-main-features .text-2::before {
        content: none;
    }
    .more-about-theplagiarism .more-about-theplagiarism-item {
        padding: 20px;
    }
    section.testimonials .customers-block {
        max-width: max-content;
        margin: 0 auto 30px;
    }
    section.testimonials .side-illustration-block {
        max-width: max-content;
        margin: 0 auto 40px;
    }
    section.testimonials .top-subtitle,
    section.testimonials .title,
    section.testimonials .bottom-subtitle {
        max-width: 100%;
        text-align: center;
    }
    section.testimonials .review-sites-block {
        justify-content: center;
    }
    .head-slider .home-checker-area .bottom-block {
        flex-direction: column-reverse;
    }
    .head-slider .home-checker-area .block-button a.home-checker-submit-button,
    .head-slider .home-checker-area .block-title p {
        margin: 16px 0 0;
    }
    .head-slider .home-checker-area .block-button a.home-checker-submit-button {
        padding: 0 95px;
    }
}
@media (max-width: 520px), (min-width: 601px) and (max-width: 767px) {
    .head-slider .head-slider-toggler {
        flex-direction: column;
        border-radius: 27px;
    }
    .head-slider .head-slider-toggler::before {
        left: 50% !important;
        transform: translateX(-50%);
        width: calc(100% - 8px);
        height: 50%;
    }
    .head-slider .head-slider-toggler:has(.head-slider-toggler-btn.active-0)::before {
        top: calc(0% + 4px) !important;
    }
    .head-slider .head-slider-toggler:has(.head-slider-toggler-btn.active-1)::before {
        top: calc(50% - 4px) !important;
    }
    .head-slider-text h2 {
        font-size: 28px;
    }
    .head-slider .home-checker-area .home-checker-box-textarea-hint label[for="head_slider_file_input"] {
        padding: 12px 20px;
    }
    .head-slider-item.order .ae-miniorder-custom {
        padding: 20px 5px;
    }
    .head-slider-statistics {
        flex-direction: column;
    }
    .head-slider-statistics .head-slider-statistics-block.block-1 {
        margin-right: 0;
        margin-bottom: 12px;
    }
    .head-slider-item.order .ae-miniorder-custom input[type="submit"] {
        padding: 10px 12px;
    }
}
@media (max-width: 767px) {
    .head-slider-text .subtitle::after {
        content: none;
    }
    .more-about-theplagiarism-items-block {
        flex-direction: column;
    }
    .head-slider-text .subtitle {
        margin-bottom: 30px;
    }
}
@media (max-width: 600px) {
    .head-slider .head-slider-item.active::before {
        content: none;
    }
    .head-slider-statistics {
        margin-bottom: 25px;
    }
    .head-slider-item.order .ae-miniorder-custom input[type="submit"] {
        margin-top: 20px;
    }
    .most-authentic-checker .how-checker-works-item.item-2::before,
    .custom-writing-service .how-writing-service-works-item.item-2::before {
        content: none;
    }
    .most-authentic-checker .how-checker-works-item,
    .custom-writing-service .how-writing-service-works-item {
        padding: 12px;
        max-width: 400px;
        margin: 0 auto 15px;
    }
    .statistics-blue-block .block-content {
        flex-direction: column;
        max-width: 400px;
        margin: 0 auto;
        background-image: url('/files/static/images/statistics-blue-block-bg.png');
        background-size: 30%;
        background-position: 85% 105%;
    }
    .our-service-main-features .lists-block {
        flex-direction: column;
        background-position: 100% 50%;
    }
    .our-service-main-features .lists-block ul {
        max-width: 90%;
        margin: 0 auto;
    }
    .our-service-main-features .lists-block::before {
        content: none;
    }
}
@media (max-width: 520px) {
    .head-slider .head-slider-toggler,
    .head-slider .head-slider-toggler-btn,
    .head-slider-statistics .head-slider-statistics-block {
        width: 100%;
        max-width: 100%;
    }
    .head-slider .head-slider-toggler-btn {
        padding: 10px;
    }
    .head-slider .head-slider-toggler::before {
        background-position: 15px 50%;
    }
    .head-slider-text h2 {
        font-size: 25px;
    }
    .head-slider {
        padding: 10px 0 30px;
    }
    .custom-writing-service .side-image-block .side-image-label,
    .most-authentic-checker .side-image-block .side-image-label {
        left: 50%;
    }
    .most-authentic-checker h1 {
        font-size: 22px;
    }
    .custom-writing-service .order-btn,
    .custom-writing-service .sign-up-btn,
    .most-authentic-checker .sign-up-btn,
    .most-authentic-checker .checker-btn {
        display: block;
        margin: 0 auto 10px;
        max-width: max-content;
    }
    .most-authentic-checker .block-title {
        margin: 30px 0 20px;
    }
    .statistics-blue-block .block-content {
        background-position: 95% 105%;
    }
    .our-service-main-features h3 {
        font-size: 22px;
    }
    .our-service-main-features .checker-btn {
        max-width: 200px;
        font-size: 14px;
    }
    .our-service-main-features .text-2 {
        font-size: 16px;
    }
    section.testimonials,
    .more-about-theplagiarism,
    .our-service-main-features,
    .custom-writing-service,
    .most-authentic-checker {
        padding: 30px 0;
    }
    .more-about-theplagiarism .title {
        font-size: 22px;
    }
    section.testimonials .customers-block {
        flex-direction: column;
        width: 100%;
        max-width: 100%;
    }
    section.testimonials .title {
        font-size: 22px;
    }
    section.testimonials .review-sites-block .item {
        flex-direction: column;
    }
}
