/*
Theme Name: Tinkerbell
Theme URI: https://davisonpro.dev/
Author: Davison Pro
Version: 6.0
Description: Tinkerbell v5 — Competition-grade academic writing theme. Full CPT suite (Services + 7 Country CPTs: US/UK/CA/CN/AE/KW/AU), advanced SEO addon (IndexNow, sitemap pings, JSON-LD schema, Open Graph, canonical, AI bot support, robots.txt, resource hints, critical CSS), Core Web Vitals optimised, trust strip ticker, pricing tables, FAQ accordion, sticky sidebar, breadcrumbs, hreflang. Competes with essaypro.com, gradesfixer.com, paperwritings.com, essayservice.com, edubirdie.com.
Text Domain: boomessays
*/

@charset "UTF-8";

.jq-selectbox {
    position: relative;
    display: inline-block
}

.jq-selectbox select {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    display: none!important
}

.jq-selectbox {
    z-index: 100
}

.jq-selectbox__select {
    position: relative
}

.jq-selectbox__dropdown {
    position: absolute
}

.jq-selectbox__search input {
    -webkit-appearance: textfield
}

.jq-selectbox__search input::-webkit-search-cancel-button,.jq-selectbox__search input::-webkit-search-decoration {
    -webkit-appearance: none
}

.jq-selectbox__dropdown ul {
    position: relative;
    overflow: auto;
    overflow-x: hidden;
    list-style: none;
    -webkit-overflow-scrolling: touch
}

.nano {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden
}

.nano .nano-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: scroll;
    overflow-x: hidden;
    padding: 15px 5%
}

.nano .nano-content:focus {
    outline: thin dotted
}

.nano .nano-content::-webkit-scrollbar {
    display: none
}

.nano>.nano-pane {
    border-left: #dbdbdb 1px solid;
    width: 10px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    visibility: hidden;
    opacity: .01
}

.nano>.nano-pane>.nano-slider {
    background: #c4c4c4;
    background: rgba(0,0,0,.5);
    position: relative;
    margin: 0 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.has-scrollbar>.nano-content::-webkit-scrollbar {
    display: block
}

.nano-pane.active,.nano-pane.flashed,.nano:hover>.nano-pane {
    visibility: visible;
    opacity: .99
}

.rs-container * {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.rs-container {
    height: 38px;
    position: relative
}

.rs-container .rs-bg {
    background-color: #efeff3;
    height: 4px;
    left: 0;
    position: absolute;
    top: 17px;
    width: 100%;
    border-radius: 4px
}

.rs-container .rs-selected {
    background-color: #594ac2;
    transition: all 40ms linear;
    position: absolute;
    width: 0;
    top: 16px;
    height: 6px;
    left: 0;
    border-radius: 6px
}

.rs-container.disabled .rs-selected {
    background-color: #ccc;
    border-color: #bbb
}

.rs-container .rs-pointer:before {
    transform: rotate(-180deg)
}

.rs-container .rs-pointer:after,.rs-container .rs-pointer:before {
    display: block;
    content: '';
    flex-grow: 1;
    background: url(./images/range_pointer_arrows.svg) center bottom 9px no-repeat
}

.rs-container .rs-pointer:hover:after,.rs-container .rs-pointer:hover:before {
    background-position: center top 9px
}

.rs-container .rs-pointer {
    background-color: #fff;
    box-shadow: 0 0 0 4px #594ac2 inset;
    border-radius: 20px;
    cursor: pointer;
    height: 38px;
    width: 55px;
    left: -37px;
    position: absolute;
    top: 0;
    transition: all 40ms linear;
    display: flex;
    padding: 4px
}

.rs-container.disabled .rs-pointer {
    cursor: default
}

.rs-container.sliding .rs-pointer,.rs-container.sliding .rs-selected {
    transition: none
}

.rs-container .rs-scale {
    font-size: 12px;
    color: #a6adb4;
    font-weight: 500;
    left: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    white-space: nowrap;
    display: flex
}

.rs-container .rs-scale span {
    flex-grow: 1;
    position: relative
}

.rs-container.rs-noscale span::before {
    display: none
}

.rs-container .rs-scale span:last-child ins {
    float: right;
    margin-right: -10px!important
}

.rs-container .rs-scale span:first-child ins {
    margin-left: -10px!important
}

.rs-container .rs-scale span:last-child {
    margin-left: -1px;
    width: 0
}

.rs-container .rs-scale span:not(:first-child):not(:last-child) ins {
    opacity: 0
}

.rs-container .rs-scale span ins {
    display: inline-block;
    margin-top: 38px;
    text-decoration: none
}

.rs-container.disabled .rs-scale span ins {
    color: rgba(#a6adb4,.8)
}

.rs-tooltip {
    display: none
}

.rs-container.disabled .rs-tooltip {
    border-color: #ccc;
    color: #999
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,.slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:after,.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

:after,:before {
    box-sizing: border-box
}

img {
    max-width: 100%;
    object-fit: cover;
    display: block;
    height: auto
}

ol,ul {
    list-style: none
}

button {
    border: none;
    background: none 0 0;
    font: inherit;
    cursor: pointer;
    color: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0
}

input,select,textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none 0 0;
    border-radius: 0;
    outline: 0;
    font: inherit
}

a {
    color: #45456d;
    transition: all .3s;
    text-decoration: none
}

a:hover {
    color: #7f7fa2
}

a>svg,button>svg {
    align-self: center
}

a>svg:first-child,button>svg:first-child {
    margin-right: 3px
}

a>*,button>* {
    vertical-align: middle
}

body {
    color: #45456d;
    font-size: 15px;
    line-height: 1.4;
    font-family: 'Lato', sans-serif !important;
}

body.locked {
    overflow: hidden
}

.rating {
    display: inline-flex;
    flex-shrink: 0
}

.rating .int_star {
    display: block;
    background: url(./images/rating_star.svg) bottom left no-repeat;
    background-size: 20px auto;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    position: relative
}

.rating .int_star~.int_star {
    margin-left: 6px
}

.rating-0>.int_star {
    background-position: left top
}

.rating-1>.int_star:nth-child(1)~.int_star {
    background-position: left top
}

.rating-2>.int_star:nth-child(2)~.int_star {
    background-position: left top
}

.rating-3>.int_star:nth-child(3)~.int_star {
    background-position: left top
}

.rating-4>.int_star:nth-child(4)~.int_star {
    background-position: left top
}

.rate_field {
    display: inline-flex;
    flex-direction: row-reverse;
    position: relative;
    text-align: center
}

.rate_field input {
    display: none!important
}

.rate_field label {
    background: url(./images/rating_star.svg) no-repeat;
    background-size: 20px auto;
    display: block;
    cursor: pointer;
    width: 26px;
    height: 20px;
    float: right;
    position: relative;
    z-index: 1;
    padding-right: 6px
}

.rate_field label:first-of-type {
    width: 20px;
    padding-right: 0
}

.rate_field:hover input:checked~label:after {
    opacity: 0
}

.rate_field label:hover:after,.rate_field label:hover~label:after {
    opacity: 1!important
}

.rate_field input:checked~label:after {
    opacity: 1
}

.rate_field label:after {
    display: block;
    opacity: 0;
    content: '';
    width: 20px;
    height: 20px;
    background: inherit;
    background-position: bottom;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .3s
}

.width {
    margin: 0 auto
}

.width .width {
    padding-left: 0;
    padding-right: 0
}

.page_holder {
    overflow: hidden;
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

.main_content {
    flex: 1 0 auto;
    position: relative;
    z-index: auto
}

.faq .text_holder_block:not(.toggled_content)>ul>li:before,.light_violet_bg .text_holder_block:not(.toggled_content)>ul>li:before,.light_violet_gradient_bg .text_holder_block:not(.toggled_content)>ul>li:before {
    width: 6px;
    height: 6px;
    background: #594ac2;
    top: 9px
}

.text_holder_block {
    line-height: 23px
}

.text_holder_block a:not(.content_button) {
    color: #5f4fc7;
    text-decoration: underline
}

.text_holder_block h1 {
    font-size: 36px;
    line-height: 46px
}

.text_holder_block h1+* {
    margin-top: 40px
}

.text_holder_block h2 {
    font-size: 28px;
    line-height: 34px
}

.text_holder_block h3 {
    font-size: 20px
}

.text_holder_block .h1,.text_holder_block .h2,.text_holder_block .h3,.text_holder_block h1,.text_holder_block h2,.text_holder_block h3 {
    font-weight: 600
}

.text_holder_block .h1 span[style*=font-size],.text_holder_block .h2 span[style*=font-size],.text_holder_block .h3 span[style*=font-size],.text_holder_block h1 span[style*=font-size],.text_holder_block h2 span[style*=font-size],.text_holder_block h3 span[style*=font-size] {
    line-height: 1.3
}

.text_holder_block .h1:not(:first-child),.text_holder_block .h2:not(:first-child),.text_holder_block .h3:not(:first-child),.text_holder_block h1:not(:first-child),.text_holder_block h2:not(:first-child),.text_holder_block h3:not(:first-child) {
    margin-top: 40px
}

.text_holder_block b,.text_holder_block strong {
    font-weight: 600;
    color: #000045
}

.text_holder_block p {
    margin: 15px 0
}

.text_holder_block .list_2_columns ol li>b:first-child,.text_holder_block .list_2_columns ol li>strong:first-child,.text_holder_block .list_2_columns ul li>b:first-child,.text_holder_block .list_2_columns ul li>strong:first-child {
    padding-bottom: 7px;
    display: inline-block
}

.text_holder_block ol li,.text_holder_block ul li {
    margin-bottom: 15px
}

.text_holder_block ol li>:first-child,.text_holder_block ul li>:first-child {
    display: inline
}

.text_holder_block ol li>ol,.text_holder_block ol li>ul,.text_holder_block ul li>ol,.text_holder_block ul li>ul {
    display: block
}

.text_holder_block ol {
    counter-reset: list 0
}

.text_holder_block ol>li:before {
    font-weight: 600;
    color: #000045;
    counter-increment: list;
    content: counter(list) ". "
}

.text_holder_block ol ol {
    counter-reset: list2 0
}

.text_holder_block ol ol>li:before {
    counter-increment: list2;
    content: counter(list) "." counter(list2) "";
    font-size: inherit
}

.text_holder_block ul li {
    padding-left: 35px;
    position: relative
}

.text_holder_block ul li li {
    padding-left: 20px
}

.text_holder_block ul li li:before {
    left: 0
}

.text_holder_block ul li:before {
    display: block;
    content: '';
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: #45456d;
    position: absolute;
    left: 12px;
    top: 10px
}

.text_holder_block .list_checked li:before {
    top: 5px!important;
    left: 9px!important;
    border-radius: 0!important;
    width: 16px!important;
    height: 13px!important;
    background: url(./images/check_icon_violet.svg)!important
}

.text_holder_block li:last-child,.text_holder_block p:last-child,.text_holder_block>ol:last-child,.text_holder_block>ul:last-child {
    margin-bottom: 0
}

.text_holder_block li:first-child,.text_holder_block p:first-child,.text_holder_block>ol:first-child,.text_holder_block>ul:first-child {
    margin-top: 0
}

.content_button {
    display: block;
    line-height: 52px;
    text-align: center;
    transition: all .3s;
    cursor: pointer;
    padding: 0 10px;
    color: #fff;
    font-size: 16px;
    border-radius: 8px;
    font-weight: 600
}

.content_button:not(:disabled):not(.disabled):hover {
    transform: translateY(-10%);
    color: #fff
}

.content_button:not(:disabled):not(.disabled):focus {
    transform: translateY(-5px);
    box-shadow: 0 5px 8px 0 rgba(0,0,0,.15);
    outline: 0
}

.IE_detected .content_button:not(:disabled):not(.disabled):focus {
    transform: translateY(0);
    box-shadow: 0 0 0 0 transparent;
    outline: 1px solid #666
}

.gold_button {
    background: #ffbf2d
}

.gold_button:not(:disabled):not(.disabled):hover {
    background: #fbb414
}

.green_button {
    background: #45d39a
}

.green_button:not(:disabled):not(.disabled):hover {
    background: #28da92
}

.violet_button {
    background: #594ac2
}

.violet_button:not(:disabled):not(.disabled):hover {
    background: #4c3bc1
}

.violet_button.disabled,.violet_button:disabled {
    background: #aca5e1;
    color: #fff
}

.violet_button.disabled span,.violet_button:disabled span {
    color: inherit
}

.light_violet_bordered_button {
    line-height: 50px;
    border: 1px solid #cec9f0
}

.light_violet_bordered_button:not(:disabled):not(.disabled):hover {
    border-color: #998ede;
    color: #b1a9e5
}

.light_violet_bordered_button.disabled,.light_violet_bordered_button:disabled {
    color: #aca5e1;
    border-color: #e7e4f8
}

.light_violet_bordered_button.disabled span,.light_violet_bordered_button:disabled span {
    color: inherit
}

.white_button {
    background: #fff;
    color: #4537af
}

.white_button:not(:disabled):not(.disabled):hover {
    background: rgba(255,255,255,.8);
    color: #4537af
}

[role=button]:not(.content_button):focus {
    outline: 0
}

.h1,.h2,.h3,h1,h2,h3 {
    color: #000045;
    word-wrap: break-word;
    font-weight: 600
}

.h1>span,.h2>span,.h3>span,h1>span,h2>span,h3>span {
    display: block
}

.slick-track {
    display: flex
}

.slick-slide {
    outline: 0
}

.nano .nano-content:focus {
    outline: 0
}

.nano>.nano-pane {
    right: 8px;
    top: 10px;
    bottom: 10px;
    width: 4px;
    border: none;
    z-index: 5
}

.nano>.nano-pane>.nano-slider {
    margin: 0;
    border-radius: 3px;
    background: #d9dce6
}

.f_group {
    margin-bottom: 25px;
    font-weight: 500;
    color: #000045
}

.f_group.f_relative {
    position: relative;
    z-index: auto
}

.f_group input,.f_group textarea {
    background: #fff;
    padding: 0 15px;
    height: 60px;
    border: 1px solid #d9dce6;
    border-radius: 8px;
    width: 100%;
    color: inherit;
    transition: .3s all
}

.f_group input:-moz-placeholder,.f_group textarea:-moz-placeholder {
    color: #a6adb4
}

.f_group input::-moz-placeholder,.f_group textarea::-moz-placeholder {
    color: #a6adb4
}

.f_group input:-ms-input-placeholder,.f_group textarea:-ms-input-placeholder {
    color: #a6adb4
}

.f_group input::-webkit-input-placeholder,.f_group textarea::-webkit-input-placeholder {
    color: #a6adb4
}

.f_group input:focus,.f_group textarea:focus {
    border-color: #5f4fc7
}

.f_group .icon {
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    padding-right: 15px;
    padding-left: 15px;
    color: #efeff3;
    transition: .3s color
}

.f_group .icon:not(.see_pass) {
    pointer-events: none
}

.f_group .see_pass:before {
    content: '';
    display: block;
    width: 19px;
    height: 22px;
    background: url(./images/icon_lock_closed.svg) center no-repeat;
    background-size: 19px auto
}

.f_group .see_pass.hide:before {
    background: url(./images/icon_lock_open.svg) center no-repeat;
    background-size: 19px auto
}

.f_group .f_input>input:not(:last-child) {
    padding-right: 45px
}

.f_group input[readonly=readonly] {
    background: #f4f4f4;
    color: #7f7f7f
}

.f_group textarea {
    resize: none
}

.f_group .f_textarea.nano {
    width: 100%;
    height: 150px
}

.f_group .f_textarea.nano .border {
    position: absolute;
    border: 1px solid #d9dce6;
    border-radius: 8px;
    transition: .3s all;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    pointer-events: none
}

.f_group .f_textarea.nano .border:after,.f_group .f_textarea.nano .border:before {
    display: block;
    content: '';
    position: absolute;
    height: 22px;
    left: 0;
    right: 0;
    pointer-events: none
}

.f_group .f_textarea.nano .border:before {
    border-radius: 8px 8px 0 0;
    top: 0;
    background: linear-gradient(to top,rgba(255,255,255,0) 0,#fff 100%)
}

.f_group .f_textarea.nano .border:after {
    border-radius: 0 0 8px 8px;
    bottom: 0;
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 100%)
}

.f_group .f_textarea.nano textarea {
    padding: 15px 35px 15px 20px;
    width: calc(100% + 20px);
    height: calc(100%);
    border: none;
    z-index: 1
}

.f_group .f_textarea.nano textarea[readonly=readonly]+.border,.f_group .f_textarea.nano textarea[readonly=readonly]:focus+.border {
    border-color: #e1e4e8!important
}

.f_group .f_textarea.nano textarea:focus+.border {
    border-color: #5f4fc7
}

.f_group .f_textarea.nano textarea:focus+.border:after,.f_group .f_textarea.nano textarea:focus+.border:before {
    opacity: 0
}

.f_group .scroll_container {
    flex-wrap: nowrap;
    overflow-x: scroll;
    scrollbar-color: transparent transparent;
    scrollbar-width: none;
    transition: .3s transform
}

.f_group .scroll_container::-webkit-scrollbar {
    height: 0
}

.f_group.scroll_container_wrapper {
    overflow: hidden
}

.f_group.scroll_container_wrapper.with_scrollbar {
    position: relative;
    z-index: auto
}

.f_group.scroll_container_wrapper.with_scrollbar:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    transition: .3s all;
    pointer-events: none;
    background: linear-gradient(to right,#fff 0,rgba(255,255,255,0) 20px,rgba(255,255,255,0) calc(100% - 20px),#fff 100%)
}

.f_group .scroll_dots>div {
    transition: .3s all;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    background: #efeff3
}

.f_group .scroll_dots>div.dot_active {
    background: #160647
}

.f_group .scroll_dots>div+div {
    margin-left: 6px
}

.f_group .spin_edit_wrapper {
    position: relative
}

.f_group .spin_edit_wrapper input {
    text-align: center;
    font-size: 26px
}

.f_group .spin_edit_wrapper:after,.f_group .spin_edit_wrapper:before {
    display: none
}

.f_group .spin_edit_wrapper .minus,.f_group .spin_edit_wrapper .plus {
    position: absolute;
    top: 5px;
    color: transparent;
    width: 50px;
    height: 50px;
    cursor: pointer;
    transition: .3s all;
    border-radius: 5px;
    background: #efeff3
}

.f_group .spin_edit_wrapper .minus:hover,.f_group .spin_edit_wrapper .plus:hover {
    background: #e3e3ea
}

.f_group .spin_edit_wrapper .plus {
    right: 5px
}

.f_group .spin_edit_wrapper .plus:after,.f_group .spin_edit_wrapper .plus:before {
    display: block;
    content: '';
    position: absolute;
    width: 12px;
    height: 2px;
    background: #a6adb4;
    left: calc(50% - 6px);
    top: calc(50% - 1px);
    border-radius: 2px
}

.f_group .spin_edit_wrapper .plus:before {
    transform: rotate(90deg)
}

.f_group .spin_edit_wrapper .minus {
    left: 5px
}

.f_group .spin_edit_wrapper .minus:after {
    display: block;
    content: '';
    position: absolute;
    width: 12px;
    height: 2px;
    left: calc(50% - 6px);
    top: calc(50% - 1px);
    background: #a6adb4
}

.f_group:not([class*=mar]) .error span.error,.f_group:not([class*=mar]).error span.error {
    margin-bottom: -18px
}

.f_group .error span.error,.f_group.error span.error {
    display: block;
    color: #d36a6e;
    font-size: 13px;
    line-height: 18px;
    word-wrap: break-word
}

.f_group .error input:not(:focus),.f_group .error input[readonly=readonly]:not(:focus),.f_group .error textarea:not(:focus),.f_group.error input:not(:focus),.f_group.error input[readonly=readonly]:not(:focus),.f_group.error textarea:not(:focus) {
    background: #fcf6f6;
    border-color: #d36a6e;
    color: #d36a6e
}

.f_group .error input:not(:focus)+.icon,.f_group .error input[readonly=readonly]:not(:focus)+.icon,.f_group .error textarea:not(:focus)+.icon,.f_group.error input:not(:focus)+.icon,.f_group.error input[readonly=readonly]:not(:focus)+.icon,.f_group.error textarea:not(:focus)+.icon {
    color: #d36a6e
}

.f_group .error input:not(:focus):-moz-placeholder,.f_group .error input[readonly=readonly]:not(:focus):-moz-placeholder,.f_group .error textarea:not(:focus):-moz-placeholder,.f_group.error input:not(:focus):-moz-placeholder,.f_group.error input[readonly=readonly]:not(:focus):-moz-placeholder,.f_group.error textarea:not(:focus):-moz-placeholder {
    color: #e26166
}

.f_group .error input:not(:focus)::-moz-placeholder,.f_group .error input[readonly=readonly]:not(:focus)::-moz-placeholder,.f_group .error textarea:not(:focus)::-moz-placeholder,.f_group.error input:not(:focus)::-moz-placeholder,.f_group.error input[readonly=readonly]:not(:focus)::-moz-placeholder,.f_group.error textarea:not(:focus)::-moz-placeholder {
    color: #e26166
}

.f_group .error input:not(:focus):-ms-input-placeholder,.f_group .error input[readonly=readonly]:not(:focus):-ms-input-placeholder,.f_group .error textarea:not(:focus):-ms-input-placeholder,.f_group.error input:not(:focus):-ms-input-placeholder,.f_group.error input[readonly=readonly]:not(:focus):-ms-input-placeholder,.f_group.error textarea:not(:focus):-ms-input-placeholder {
    color: #e26166
}

.f_group .error input:not(:focus)::-webkit-input-placeholder,.f_group .error input[readonly=readonly]:not(:focus)::-webkit-input-placeholder,.f_group .error textarea:not(:focus)::-webkit-input-placeholder,.f_group.error input:not(:focus)::-webkit-input-placeholder,.f_group.error input[readonly=readonly]:not(:focus)::-webkit-input-placeholder,.f_group.error textarea:not(:focus)::-webkit-input-placeholder {
    color: #e26166
}

.f_group .error .f_textarea.nano textarea:not(:focus)+.border,.f_group.error .f_textarea.nano textarea:not(:focus)+.border {
    border-color: #d36a6e!important
}

.f_group .error .f_textarea.nano textarea:not(:focus)+.border:after,.f_group .error .f_textarea.nano textarea:not(:focus)+.border:before,.f_group.error .f_textarea.nano textarea:not(:focus)+.border:after,.f_group.error .f_textarea.nano textarea:not(:focus)+.border:before {
    opacity: 0
}

.f_group.valid input:not(:focus),.f_group.valid input[readonly=readonly]:not(:focus),.f_group.valid textarea:not(:focus) {
    border-color: #45d39a
}

.f_group.valid input:not(:focus)+.icon,.f_group.valid input[readonly=readonly]:not(:focus)+.icon,.f_group.valid textarea:not(:focus)+.icon {
    color: #45d39a
}

.f_group.valid .f_textarea.nano textarea:not(:focus)+.border {
    border-color: #45d39a!important
}

.f_group .range_slider input {
    opacity: 0
}

.f_group .f_label:not([class*=mar]) {
    margin-bottom: 7px
}

.f_group .f_label label {
    display: block;
    padding-right: 5px;
    line-height: 22px;
    font-size: 14px;
    font-weight: 500
}

.f_group .f_label sup {
    color: #d36a6e
}

.f_group.f_total .total {
    font-size: 32px;
    margin-left: 5px;
    line-height: 24px
}

.f_group a {
    vertical-align: baseline;
    font-size: inherit;
    text-decoration: underline
}

.f_group .jq-selectbox__not-found {
    color: #d36a6e;
    font-size: 13px;
    line-height: 18px;
    margin: 5px 0;
    word-wrap: break-word;
    padding-left: 15px
}

.f_group .jq-selectbox__search:not([style="display: none;"]) {
    z-index: auto;
    border-bottom: inherit
}

.f_group .jq-selectbox__search:not([style="display: none;"]) input {
    background: #fff;
    border: none;
    height: 40px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    position: relative;
    z-index: 2
}

.f_group .jq-selectbox__search:not([style="display: none;"])~ul {
    padding-top: 45px;
    z-index: auto
}

.f_group .jq-selectbox__search:not([style="display: none;"])~ul li {
    position: relative;
    z-index: 1
}

.f_group .jq-selectbox__search:not([style="display: none;"])~.nano-pane {
    top: 45px;
    bottom: 5px
}

.f_group .jq-selectbox__select {
    z-index: 1
}

.f_group .jq-selectbox__select-text {
    background: #fff;
    padding: 19px 40px 19px 15px;
    line-height: 22px;
    border: 1px solid #d9dce6;
    border-radius: 8px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: .3s all;
    font-weight: 600
}

.f_group select {
    background: #fff;
    padding: 0 0 0 15px;
    border: 1px solid #d9dce6;
    border-radius: 8px;
    width: 100%;
    background: #fff url(./images/select_arrow.svg) right 12px center no-repeat;
    color: inherit;
    height: 62px
}

@media (min-width: 768px) {
    .f_group select {
        height:48px
    }
}

.f_group .jq-selectbox {
    width: 100%;
    display: block;
    line-height: 23px
}

.f_group .jq-selectbox ul .disabled {
    display: none
}

.f_group .jq-selectbox select {
    width: 100%;
    max-height: 100%
}

.f_group .jq-selectbox__dropdown {
    width: 100%;
    background: #fff;
    border: 1px solid #d9dce6;
    border-radius: 8px;
    box-shadow: 0 5px 8px 0 rgba(0,0,0,.15);
    font-weight: 400;
    position: absolute
}

.f_group .jq-selectbox__dropdown ul {
    padding: 8px 20px 8px 8px
}

.f_group .jq-selectbox__dropdown ul li {
    cursor: pointer;
    transition: .3s all;
    padding: 6px 7px;
    word-wrap: break-word
}

.f_group .jq-selectbox__dropdown ul li.selected,.f_group .jq-selectbox__dropdown ul li:hover {
    color: #6e5fd3;
    background: #f0f1f5;
    border-radius: 4px
}

.f_group .dropdown .jq-selectbox__dropdown {
    margin-top: 5px
}

.f_group .dropup .jq-selectbox__dropdown {
    margin-bottom: 5px
}

.f_group .dropup .jq-selectbox__search input {
    border-bottom: none
}

.f_group .opened .jq-selectbox__select-text {
    border-color: #5f4fc7
}

.f_group .opened .jq-selectbox__trigger {
    transform: rotate(180deg);
    background: url(./images/select_arrow_hover.svg) center no-repeat
}

.f_group .jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 38px;
    height: 100%;
    transition: .3s all;
    cursor: pointer;
    background: url(./images/select_arrow.svg) center no-repeat
}

.checkbox {
    width: 40px;
    height: 28px;
    border-radius: 14px;
    box-shadow: 0 0 0 1px #d9dce6 inset;
    position: relative;
    display: block;
    overflow: hidden;
    transition: .3s all;
    cursor: pointer
}

.checkbox.b-circle {
    width: 28px
}

.checkbox.b-square {
    width: 30px;
    height: 30px;
    box-shadow: 0 0 0 2px #dfe4ea inset
}

.checkbox:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: inherit;
    background: #594ac2 url(./images/check_icon_white.svg) center no-repeat;
    transition: .3s all;
    transform: scale(2);
    opacity: 0;
    pointer-events: none
}

input:checked+.checkbox:after {
    transform: scale(1);
    opacity: 1
}

.active .checkbox_container,input:checked+.checkbox_container {
    border-color: #5f4fc7;
    box-shadow: 0 0 0 1px #5f4fc7 inset;
    background: #f5f5ff
}

.active .checkbox_container .checkbox:after,input:checked+.checkbox_container .checkbox:after {
    transform: scale(1);
    opacity: 1
}

.active .checkbox_container .text-grey,input:checked+.checkbox_container .text-grey {
    color: #594ac2
}

.radio {
    display: inline-block;
    position: relative;
    box-shadow: 0 0 0 2px #dfe4ea inset;
    transition: .3s all;
    width: 28px;
    height: 28px
}

.radio:after {
    display: block;
    content: '';
    position: absolute;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    background: #594ac2;
    transition: .3s all;
    left: 6px;
    top: 6px;
    opacity: 0;
    transform: scale(1.6)
}

input:checked+.radio {
    box-shadow: 0 0 0 2px #594ac2 inset
}

input:checked+.radio:after {
    opacity: 1;
    transform: scale(1)
}

.checkbox_container {
    border-radius: 8px;
    border: 1px solid #d9dce6;
    transition: .3s all;
    background: #fff;
    cursor: pointer;
    min-height: 66px
}

.checkbox_container .text-grey {
    transition: .3s all
}

.modal-dialog {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100%;
    pointer-events: none
}

.modal-dialog>div {
    pointer-events: auto;
    max-height: 100%;
    min-height: 0
}

@media (max-width: 767px) {
    .h1,h1 {
        font-size:36px;
        line-height: 46px
    }

    .h2,h2 {
        font-size: 28px;
        line-height: 34px
    }

    .h3,h3 {
        font-size: 22px;
        line-height: 1.27
    }

    .width {
        padding-right: 15px;
        padding-left: 15px
    }

    .text_holder_block {
        font-size: 16px
    }

    .text_holder_block ol,.text_holder_block ul {
        margin: 20px 0
    }

    .accordion .text_holder_block {
        font-size: 15px
    }

    .f_group {
        width: 100%
    }
}

@media (min-width: 1250px) {
    .width {
        max-width:1210px;
        margin-left: auto;
        margin-right: auto
    }
}

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

.flex>* {
    min-width: 0
}

.flex-column {
    flex-direction: column
}

.flex-nowrap {
    flex-wrap: nowrap
}

.flex-nowrap>* {
    min-width: 0
}

.flex-hcenter,.flex-jc-center {
    justify-content: center
}

.flex-jc-between {
    justify-content: space-between
}

.flex-jc-around {
    justify-content: space-around
}

.flex-ai-start {
    align-items: flex-start
}

.flex-ai-center,.flex-vcenter {
    align-items: center
}

.flex-ai-baseline {
    align-items: baseline
}

.flex-ai-stretch {
    align-items: stretch
}

.flex-as-start {
    align-self: flex-start
}

.flex-grow1 {
    flex-grow: 1
}

.flex-shrink0 {
    flex-shrink: 0
}

.pad0 {
    padding: 0
}

.pad0-t {
    padding-top: 0
}

.pad0-r {
    padding-right: 0
}

.pad0-b {
    padding-bottom: 0
}

.pad0-l {
    padding-left: 0
}

.pad0-tb {
    padding-top: 0;
    padding-bottom: 0
}

.pad0-rl {
    padding-right: 0;
    padding-left: 0
}

.pad5 {
    padding: 5px
}

.pad5-t {
    padding-top: 5px
}

.pad5-r {
    padding-right: 5px
}

.pad5-b {
    padding-bottom: 5px
}

.pad5-l {
    padding-left: 5px
}

.pad5-tb {
    padding-top: 5px;
    padding-bottom: 5px
}

.pad5-rl {
    padding-right: 5px;
    padding-left: 5px
}

.pad10 {
    padding: 10px
}

.pad10-t {
    padding-top: 10px
}

.pad10-r {
    padding-right: 10px
}

.pad10-b {
    padding-bottom: 10px
}

.pad10-l {
    padding-left: 10px
}

.pad10-tb {
    padding-top: 10px;
    padding-bottom: 10px
}

.pad10-rl {
    padding-right: 10px;
    padding-left: 10px
}

.pad20 {
    padding: 20px
}

.pad20-t {
    padding-top: 20px
}

.pad20-r {
    padding-right: 20px
}

.pad20-b {
    padding-bottom: 20px
}

.pad20-l {
    padding-left: 20px
}

.pad20-tb {
    padding-top: 20px;
    padding-bottom: 20px
}

.pad20-rl {
    padding-right: 20px;
    padding-left: 20px
}

.pad30 {
    padding: 30px
}

.pad30-t {
    padding-top: 30px
}

.pad30-r {
    padding-right: 30px
}

.pad30-b {
    padding-bottom: 30px
}

.pad30-l {
    padding-left: 30px
}

.pad30-tb {
    padding-top: 30px;
    padding-bottom: 30px
}

.pad30-rl {
    padding-right: 30px;
    padding-left: 30px
}

.pad50 {
    padding: 50px
}

.pad50-t {
    padding-top: 50px
}

.pad50-r {
    padding-right: 50px
}

.pad50-b {
    padding-bottom: 50px
}

.pad50-l {
    padding-left: 50px
}

.pad50-tb {
    padding-top: 50px;
    padding-bottom: 50px
}

.pad50-rl {
    padding-right: 50px;
    padding-left: 50px
}

.mar0 {
    margin: 0
}

.mar0-t {
    margin-top: 0
}

.mar0-r {
    margin-right: 0
}

.mar0-b {
    margin-bottom: 0
}

.mar0-l {
    margin-left: 0
}

.mar0-tb {
    margin-top: 0;
    margin-bottom: 0
}

.mar0-rl {
    margin-right: 0;
    margin-left: 0
}

.mar5 {
    margin: 5px
}

.mar5-t {
    margin-top: 5px
}

.mar5-r {
    margin-right: 5px
}

.mar5-b {
    margin-bottom: 5px
}

.mar5-l {
    margin-left: 5px
}

.mar5-tb {
    margin-top: 5px;
    margin-bottom: 5px
}

.mar5-rl {
    margin-right: 5px;
    margin-left: 5px
}

.mar10 {
    margin: 10px
}

.mar10-t {
    margin-top: 10px
}

.mar10-r {
    margin-right: 10px
}

.mar10-b {
    margin-bottom: 10px
}

.mar10-l {
    margin-left: 10px
}

.mar10-tb {
    margin-top: 10px;
    margin-bottom: 10px
}

.mar10-rl {
    margin-right: 10px;
    margin-left: 10px
}

.mar20 {
    margin: 20px
}

.mar20-t {
    margin-top: 20px
}

.mar20-r {
    margin-right: 20px
}

.mar20-b {
    margin-bottom: 20px
}

.mar20-l {
    margin-left: 20px
}

.mar20-tb {
    margin-top: 20px;
    margin-bottom: 20px
}

.mar20-rl {
    margin-right: 20px;
    margin-left: 20px
}

.mar30 {
    margin: 30px
}

.mar30-t {
    margin-top: 30px
}

.mar30-r {
    margin-right: 30px
}

.mar30-b {
    margin-bottom: 30px
}

.mar30-l {
    margin-left: 30px
}

.mar30-tb {
    margin-top: 30px;
    margin-bottom: 30px
}

.mar30-rl {
    margin-right: 30px;
    margin-left: 30px
}

.mar50 {
    margin: 50px
}

.mar50-t {
    margin-top: 50px
}

.mar50-r {
    margin-right: 50px
}

.mar50-b {
    margin-bottom: 50px
}

.mar50-l {
    margin-left: 50px
}

.mar50-tb {
    margin-top: 50px;
    margin-bottom: 50px
}

.mar50-rl {
    margin-right: 50px;
    margin-left: 50px
}

.mar-auto {
    margin: auto
}

.mar-auto-t {
    margin-top: auto
}

.mar-auto-r {
    margin-right: auto
}

.mar-auto-b {
    margin-bottom: auto
}

.mar-auto-l {
    margin-left: auto
}

.mar-auto-tb {
    margin-top: auto;
    margin-bottom: auto
}

.mar-auto-rl {
    margin-right: auto;
    margin-left: auto
}

.w-auto {
    width: auto
}

.w90px {
    width: 90px
}

.w90px-min {
    min-width: 90px
}

.w90px-max {
    max-width: 90px
}

.w110px {
    width: 110px
}

.w110px-min {
    min-width: 110px
}

.w110px-max {
    max-width: 110px
}

.w150px {
    width: 150px
}

.w150px-min {
    min-width: 150px
}

.w150px-max {
    max-width: 150px
}

.w160px {
    width: 160px
}

.w160px-min {
    min-width: 160px
}

.w160px-max {
    max-width: 160px
}

.w190px {
    width: 190px
}

.w190px-min {
    min-width: 190px
}

.w190px-max {
    max-width: 190px
}

.w225px {
    width: 225px
}

.w225px-min {
    min-width: 225px
}

.w225px-max {
    max-width: 225px
}

.w280px {
    width: 280px
}

.w280px-min {
    min-width: 280px
}

.w280px-max {
    max-width: 280px
}

.w300px {
    width: 300px
}

.w300px-min {
    min-width: 300px
}

.w300px-max {
    max-width: 300px
}

.w320px {
    width: 320px
}

.w320px-min {
    min-width: 320px
}

.w320px-max {
    max-width: 320px
}

.w375px {
    width: 375px
}

.w375px-min {
    min-width: 375px
}

.w375px-max {
    max-width: 375px
}

.w400px {
    width: 400px
}

.w400px-min {
    min-width: 400px
}

.w400px-max {
    max-width: 400px
}

.w425px {
    width: 425px
}

.w425px-min {
    min-width: 425px
}

.w425px-max {
    max-width: 425px
}

.w500px {
    width: 500px
}

.w500px-min {
    min-width: 500px
}

.w500px-max {
    max-width: 500px
}

.w605px {
    width: 605px
}

.w605px-min {
    min-width: 605px
}

.w605px-max {
    max-width: 605px
}

.w670px {
    width: 670px
}

.w670px-min {
    min-width: 670px
}

.w670px-max {
    max-width: 670px
}

.w740px {
    width: 740px
}

.w740px-min {
    min-width: 740px
}

.w740px-max {
    max-width: 740px
}

.w900px {
    width: 900px
}

.w900px-min {
    min-width: 900px
}

.w900px-max {
    max-width: 900px
}

.w970px {
    width: 970px
}

.w970px-min {
    min-width: 970px
}

.w970px-max {
    max-width: 970px
}

.w1020px {
    width: 1020px
}

.w1020px-min {
    min-width: 1020px
}

.w1020px-max {
    max-width: 1020px
}

.w33 {
    width: 33.33%
}

.w50 {
    width: 50%
}

.w50-min {
    min-width: 50%
}

.w50-max {
    max-width: 50%
}

.w100 {
    width: 100%
}

.w100-min {
    min-width: 100%
}

.w100-max {
    max-width: 100%
}

.hidden {
    display: none!important
}

@media screen and (max-width: 1209px) {
    .hidden_1209 {
        display:none!important
    }

    .visible_1209 {
        display: block!important
    }
}

@media screen and (max-width: 767px) {
    .hidden_767 {
        display:none!important
    }

    .visible_767 {
        display: block!important
    }
}

h1 a,h2 a,h3 a {
    font-size: inherit;
    color: inherit;
    text-decoration: underline
}

.text-regular {
    font-weight: 400
}

.text-medium {
    font-weight: 500
}

.text-semibold {
    font-weight: 600
}

.text-bold {
    font-weight: 700
}

.text-white {
    color: #fff
}

.text-grey {
    color: #a6adb4
}

.text-default {
    color: #45456d
}

.text-dark-violet {
    color: #000045
}

.text-light-violet {
    color: #e3e1fa
}

.text-violet {
    color: #594ac2
}

.text-gold {
    color: #ffbf2d
}

.text-green {
    color: #45d39a
}

.underline {
    text-decoration: underline
}

.decoration-none {
    text-decoration: none
}

.hover-underline {
    text-decoration: none
}

.hover-underline:hover {
    text-decoration: underline
}

.hover-text-white:hover {
    color: #fff
}

.upper {
    text-transform: uppercase
}

.t-left {
    text-align: left
}

.t-right {
    text-align: right
}

.t-center {
    text-align: center
}

.t-nowrap {
    white-space: nowrap
}

.t-break-word {
    word-wrap: break-word
}

.t-clip {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.t10px {
    font-size: 10px
}

.t11px {
    font-size: 11px
}

.t12px {
    font-size: 12px
}

.t13px {
    font-size: 13px
}

.t14px {
    font-size: 14px
}

.t16px {
    font-size: 16px
}

.t17px {
    font-size: 17px
}

.t18px {
    font-size: 18px
}

.t20px {
    font-size: 20px
}

.t22px {
    font-size: 22px
}

.t24px {
    font-size: 24px
}

.t26px {
    font-size: 26px
}

.t28px {
    font-size: 28px
}

.t36px {
    font-size: 36px
}

.t48px {
    font-size: 48px
}

.b-circle {
    border-radius: 50%
}

.rounded4 {
    border-radius: 4px
}

.rounded8 {
    border-radius: 8px
}

.rounded10 {
    border-radius: 10px
}

.rounded15 {
    border-radius: 15px
}

.rounded20 {
    border-radius: 20px
}

.rounded25 {
    border-radius: 25px
}

.rounded30 {
    border-radius: 30px
}

.violet_bg {
    background: #6857d0
}

.white_bg {
    background: #fff
}

.shadow_large {
    box-shadow: 0 20px 18px 0 rgba(126,112,152,.1)
}

.shadow_middle {
    box-shadow: 0 10px 8px 0 rgba(0,0,0,.08)
}

.shadow_small {
    box-shadow: 0 5px 8px 0 rgba(0,0,0,.15)
}

.samples,.violet_gradient_bg {
    background: linear-gradient(45deg,#5446bc 0,#6857d0 100%);
    background-size: cover;
    background-repeat: no-repeat
}

.samples .pagination_list li,.samples .pagination_list li>a,.violet_gradient_bg .pagination_list li,.violet_gradient_bg .pagination_list li>a {
    color: #887ed0
}

.samples .pagination_list li>a:hover,.violet_gradient_bg .pagination_list li>a:hover {
    color: #7f7fa2
}

.samples .pagination_list li.pagination-nav a,.violet_gradient_bg .pagination_list li.pagination-nav a {
    box-shadow: 0 0 0 2px #fff inset;
    color: #fff
}

.samples .pagination_list li.pagination-nav span,.violet_gradient_bg .pagination_list li.pagination-nav span {
    box-shadow: 0 0 0 2px #887ed0 inset
}

.samples .pagination_list li.active>span,.violet_gradient_bg .pagination_list li.active>span {
    position: relative;
    color: #fff
}

.samples .pagination_list li.active>span:before,.violet_gradient_bg .pagination_list li.active>span:before {
    border-bottom: 2px solid #fff
}

.light_violet_bg {
    background: #f5f5ff
}

.faq,.light_violet_gradient_bg {
    background: linear-gradient(135deg,#e0f2fe 0,#e9f6ff 100%);
    background-size: cover;
    background-repeat: no-repeat
}

.dark_violet_bg {
    background: #160647
}

.violet_decor {
    position: relative;
    z-index: auto
}

.violet_decor>* {
    position: relative;
    z-index: 1
}

.violet_decor:after,.violet_decor:before {
    display: block;
    content: '';
    position: absolute;
    background: linear-gradient(to bottom,#5446bc 50%,rgba(86,72,190,0) 100%);
    pointer-events: none
}

.violet_decor:before {
    left: 0;
    border-top-right-radius: 55px
}

.violet_decor:after {
    right: 0;
    border-top-left-radius: 55px
}

.dark_violet_decor:after,.dark_violet_decor:before {
    background: linear-gradient(to bottom,#1f1467 -10%,rgba(31,14,82,0) 90%)
}

.dark_violet_border {
    border: 1px solid #150647
}

.light_violet_border {
    border: 1px solid #cec9f0
}

.link_with_icon {
    display: inline-flex;
    align-items: center
}

.link_with_icon:before {
    display: inline-block;
    content: '';
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    margin-right: 15px
}

.link_with_icon.dollar_icon:before {
    background: url(./images/dollar_icon.svg);
    background-size: cover
}

.link_with_icon.writers_icon:before {
    background: url(./images/writers_icon.svg);
    background-size: cover
}

.link_with_icon.about_us_icon:before {
    background: url(./images/about_us_icon.svg);
    background-size: cover
}

.link_with_icon:after {
    display: inline-block;
    content: '';
    width: 10px;
    height: 10px;
    background: url(./images/arrow_white.svg) center no-repeat;
    background-size: contain;
    transition: .3s all;
    margin: 0 0 0 10px;
    transform: rotate(-90deg)
}

.slick-slide {
    outline: 0
}

.hub-slider-dots,.slick-dots {
    display: flex;
    justify-content: center;
    width: 100%
}

.hub-slider-dots button,.slick-dots button {
    display: none
}

.faq .hub-slider-dots li,.faq .slick-dots li,.light_violet_gradient_bg .hub-slider-dots li,.light_violet_gradient_bg .slick-dots li {
    background: #d2ddec
}

.violet_bg .hub-slider-dots li,.violet_bg .slick-dots li,.violet_gradient_bg .hub-slider-dots li,.violet_gradient_bg .slick-dots li {
    background: #b1a8fe
}

.violet_bg .hub-slider-dots li[class*=active],.violet_bg .slick-dots li[class*=active],.violet_gradient_bg .hub-slider-dots li[class*=active],.violet_gradient_bg .slick-dots li[class*=active] {
    background: #fff
}

.hub-slider-dots li,.slick-dots li {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin: 0 3px;
    background: #efeff3;
    transition: .3s all
}

.hub-slider-dots li[class*=active],.slick-dots li[class*=active] {
    background: #160647
}

.violet_wrapper .page_title {
    color: #fff
}

.violet_wrapper .page_title .h1 {
    color: #fff
}

header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: #6857d0;
    z-index: 200;
    transition: .3s all
}

header .width {
    min-height: 60px
}

.IE_detected header .width {
    height: 60px
}

header .order_button {
    line-height: 40px
}

header .back_link {
    color: #aca5e1
}

header .back_link svg {
    height: 12px;
    width: auto;
    transform: rotate(-180deg)
}

.scrolled header {
    background: rgba(104,87,208,.95)
}

.logo {
    display: block;
    transition: .3s all
}

.logo img {
    object-fit: contain
}

.logo_grey {
    width: 50px;
    height: 27px;
}

.main_nav_button {
    outline: 0;
    position: relative
}

.logged .main_nav_button:before {
    display: block;
    content: '';
    position: absolute;
    transition: .15s opacity;
    background: url(./images/burger_logged.svg) no-repeat;
    background-size: 33px auto;
    left: -2px;
    right: 0;
    bottom: -1px;
    top: -3px;
    transition-delay: .33s
}

.logged:not(.menu_open) .hamburger {
    opacity: 0;
    transition-delay: 345ms
}

.logged:not(.menu_open) .hamburger-inner {
    width: 17px
}

.logged:not(.menu_open) .hamburger-inner:before {
    width: 13px
}

.menu_open .main_nav_button:before {
    opacity: 0;
    transition-delay: 0s
}

.hamburger {
    display: block;
    width: 30px;
    height: 21px;
    cursor: pointer;
    position: relative;
    transition: .05s opacity
}

.hamburger-inner {
    position: absolute;
    width: 30px;
    height: 3px;
    border-radius: 2px;
    background: #fff;
    transition-property: all;
    right: 0;
    top: 0;
    transition-delay: .13s;
    transition-timing-function: cubic-bezier(.55,.055,.675,.19);
    transition-duration: .13s
}

.menu_open .hamburger-inner {
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transform: translate3d(0,7px,0) rotate(45deg);
    width: 30px
}

.hamburger-inner:after {
    display: block;
    content: '';
    position: absolute;
    right: 0;
    background: #fff;
    width: 30px;
    height: 3px;
    border-radius: 2px;
    top: 18px;
    transition: all .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear
}

.menu_open .hamburger-inner:after {
    top: 0;
    transition: all .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s;
    opacity: 0;
    width: 30px
}

.hamburger-inner:before {
    display: block;
    content: '';
    position: absolute;
    right: 0;
    top: 9px;
    width: 30px;
    height: 3px;
    border-radius: 2px;
    background: #fff;
    transition: all .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)
}

.menu_open .hamburger-inner:before {
    top: 0;
    transition: all .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s;
    transform: rotate(90deg)
}

.main_calculator .trustpilot .rate_bar,.testimonials .page_title .trustpilot .rate_bar,.testimonials_block .trustpilot .rate_bar,.writers_trustpilot_widget .rate_bar {
    background: linear-gradient(to right,rgba(16,176,36,0) 0,rgba(16,176,36,0) 20%,#fff 20%,#fff calc(20% + 1px),rgba(16,176,36,0) calc(20% + 1px),rgba(16,176,36,0) 40%,#fff 40%,#fff calc(40% + 1px),rgba(16,176,36,0) calc(40% + 1px),rgba(16,176,36,0) 60%,#fff 60%,#fff calc(60% + 1px),rgba(16,176,36,0) calc(60% + 1px),rgba(16,176,36,0) 80%,#fff 80%,#fff calc(80% + 1px),rgba(16,176,36,0) calc(80% + 1px),rgba(16,176,36,0) 100%) no-repeat,url(./images/trustpilot_rating_stars.svg) center no-repeat,linear-gradient(to right,#10b024 0,#10b024 100%),linear-gradient(to right,#dcdce6 0,#dcdce6 100%);
    background-repeat: no-repeat;
    transition: .5s all
}

.IE_detected .main_calculator .trustpilot .rate_bar,.IE_detected .testimonials .page_title .trustpilot .rate_bar,.IE_detected .testimonials_block .trustpilot .rate_bar,.IE_detected .writers_trustpilot_widget .rate_bar,.main_calculator .trustpilot .IE_detected .rate_bar,.testimonials .page_title .trustpilot .IE_detected .rate_bar,.testimonials_block .trustpilot .IE_detected .rate_bar,.writers_trustpilot_widget .IE_detected .rate_bar {
    background: linear-gradient(to right,rgba(16,176,36,0) 0,rgba(16,176,36,0) 20%,#fff 20%,#fff 20.5%,rgba(16,176,36,0) 20.5%,rgba(16,176,36,0) 40%,#fff 40%,#fff 40.5%,rgba(16,176,36,0) 40.5%,rgba(16,176,36,0) 60%,#fff 60%,#fff 60.5%,rgba(16,176,36,0) 60.5%,rgba(16,176,36,0) 80%,#fff 80%,#fff 80.5%,rgba(16,176,36,0) 80.5%,rgba(16,176,36,0) 100%) no-repeat,url(./images/trustpilot_rating_stars.svg) center no-repeat,linear-gradient(to right,#10b024 0,#10b024 100%),linear-gradient(to right,#dcdce6 0,#dcdce6 100%);
    background-repeat: no-repeat
}

.discount_chip {
    background: #4c3dac;
    padding-left: 34px;
    padding-right: 34px;
    position: relative;
    line-height: 23px;
    display: inline-block;
    height: 35px
}

.discount_chip:hover {
    color: #fff;
    font-size: 16px
}

.discount_chip:hover:before {
    transform: scale(1.3)
}

.discount_chip:before {
    display: block;
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background: url(./images/rating_star.svg) bottom;
    background-size: 100% auto;
    top: calc(50% - 6px);
    left: 14px;
    transition: .3s all
}

.discount_chip:after {
    display: block;
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: url(./images/arrow_white.svg) center no-repeat;
    transform: rotate(-90deg);
    top: calc(50% - 4px);
    right: 15px;
    transition: .3s all
}

.main_calculator {
    position: relative;
    z-index: auto
}

.main_calculator .violet_decor {
    top: 0
}

.main_calculator .violet_decor:after,.main_calculator .violet_decor:before {
    bottom: 0
}

.main_calculator .slogan>* {
    position: relative;
    z-index: 2
}

.main_calculator .slogan>.violet_decor {
    position: absolute;
    z-index: 0
}

.main_calculator .calculator {
    max-width: 525px;
    position: relative;
    z-index: 5
}

.main_calculator .calculator .checkbox_container {
    min-width: 235px
}

.main_calculator .calculator .f_group.urgency .count {
    background: #efeff3;
    min-width: 100px
}

.main_calculator .trustpilot {
    text-align: left
}

.main_calculator .trustpilot .trustpilot_rating_wrapper,.main_calculator .trustpilot .trustpilot_review_wrapper {
    position: absolute
}

.main_calculator .trustpilot .trustpilot_rating {
    border-radius: 25px 25px 0 25px
}

.main_calculator .trustpilot .trustpilot_review {
    background: #ffd46c
}

.main_calculator .trustpilot .rate_bar {
    width: 110px;
    height: 22px
}

.main_calculator .trustpilot .trustpilot_avatar {
    border-radius: 50%;
    position: absolute
}

.main_calculator .trustpilot .trustpilot_avatar img {
    transform: scale(1.04);
    border-radius: inherit;
    width: 100%;
    height: 100%
}

.main_calculator .trustpilot .status {
    color: #7f7fa2;
    position: absolute
}

.main_calculator .trustpilot .status:after {
    display: inline-block;
    content: '';
    border-radius: 50%;
    width: 12px;
    height: 12px;
    margin-left: 5px;
    vertical-align: middle
}

.main_calculator .trustpilot .status.online:after {
    box-shadow: 0 0 0 1px #b5f0bc inset,0 0 0 3px #fff inset,0 0 0 4px #10b024 inset,0 0 0 6px #98e1a1 inset
}

.main_calculator .trustpilot .status.offline {
    color: rgba(127,127,162,.3)
}

.main_calculator .trustpilot .status.offline:after {
    box-shadow: 0 0 0 3px #fff inset,0 0 0 6px rgba(127,127,162,.3) inset
}

.why_choose_us .icon {
    background: url(./images/why_choose_icons.svg) top left;
    background-size: 823%
}

.why_choose_us .item {
    line-height: 26px
}

.why_choose_us .item h3 {
    line-height: 26px
}

.why_choose_us .item:nth-child(2) .icon {
    background-position: center left
}

.why_choose_us .item:nth-child(3) .icon {
    background-position: bottom left
}

.why_choose_us .security_icons {
    max-width: 380px
}

.why_choose_us .security_icons .item {
    width: 89px;
    height: 35px;
    background: url(./images/why_choose_icons.svg) bottom right
}

.why_choose_us .security_icons .item:nth-child(2) {
    background-position: bottom right -133px
}

.why_choose_us .security_icons .item:nth-child(1) {
    background-position: bottom right -267px
}

.decorated_block_title {
    position: relative
}

.decorated_block_title:after {
    display: block;
    content: '';
    position: absolute;
    width: 130px;
    height: 10px;
    background: url(./images/waves_decor.svg);
    top: calc(100% + 15px);
    left: calc(50% - 65px)
}

.testimonials_block .trustpilot {
    position: relative
}

.testimonials_block .trustpilot>* {
    position: relative;
    z-index: 1
}

.testimonials_block .trustpilot:after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0
}

.testimonials_block .trustpilot .trustpilot_logo {
    background: url(./images/trustpilot_logo.svg);
    background-size: contain
}

.testimonials_block .testimonials_slider .testimonial_slide {
    background: #ffd46c;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.05);
    height: 100%;
    transition: .4s all
}

.testimonials_block .testimonials_slider .testimonial_slide p {
    line-height: 23px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.testimonials_block .testimonials_slider .avatar {
    width: 70px;
    height: 70px;
    background: #e9f4ff;
    position: relative;
    overflow: hidden
}

.testimonials_block .testimonials_slider .avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.testimonials_block .testimonials_slider .avatar svg {
    position: absolute;
    width: 40%;
    height: 42%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    opacity: .5
}

.testimonials_block .testimonials_slider p {
    -webkit-line-clamp: 6
}

.testimonials_block .testimonials_slider .rating .int_star {
    background-size: 14px auto;
    width: 14px;
    height: 14px
}

.testimonials_block .testimonials_slider .rating .int_star~.int_star {
    margin-left: 4px
}

.testimonials_block .testimonials_slider .rating_count {
    line-height: 20px;
    margin-top: 1px;
    margin-bottom: 1px;
    position: relative
}

.testimonials_block .testimonials_slider .rating_count:before {
    display: inline-block;
    content: '';
    margin-right: 10px;
    border-radius: 50%;
    background: #ffbf2d;
    width: 20px;
    height: 20px
}

.testimonials_block .testimonials_slider .rating_count:after {
    display: block;
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    left: 5px;
    top: 5px;
    background: url(./images/rating_star_white.svg) bottom;
    background-size: 100% auto
}

.sample {
    position: relative;
    z-index: auto;
    border-radius: 20px 50px 20px 20px;
    background: linear-gradient(to right,#fff 0,#fff 100%) top left no-repeat,linear-gradient(to right,#fff 0,#fff 100%) bottom left no-repeat;
    background-size: calc(100% - 58px) 52px,100% calc(100% - 52px);
    max-width: 320px
}

.IE_detected .sample {
    background-size: calc(100% - 57px) 53px,100% calc(100% - 51px)
}

.sample:before {
    display: block;
    content: '';
    position: absolute;
    width: 59px;
    height: 54px;
    right: 0;
    top: 0;
    background: url(./images/samples_decor.svg);
    pointer-events: none
}

.sample .sample_feature {
    width: calc(50% - 5px);
    background: url(./images/sample_icons_sprite.svg);
    padding-top: 47px
}

.sample .sample_feature:nth-child(1) {
    background-position: -23px -65px
}

.sample .sample_feature:nth-child(2) {
    background-position: -168px -65px
}

.sample .sample_feature:nth-child(3) {
    background-position: -23px -155px
}

.sample .sample_feature:nth-child(4) {
    background-position: -168px -155px
}

.safetiness_block {
    line-height: 28px
}

.safetiness_block .safetiness_services {
    width: 325px;
    height: 36px;
    background: url(./images/safetiness_logos.svg) center no-repeat;
    background-size: cover
}

.read_more_text.light_violet_bg {
    background: #e9f6ff
}

.read_more_text .width:before {
    display: block;
    content: '';
    background: url(./images/read_more_text_icon.svg);
    background-size: cover;
    margin-bottom: 40px
}

.read_more_text .read_more_button {
    border: 1px solid #aca4e0;
    width: 64px;
    color: #594ac2;
    padding: 18px 0 34px;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: .3s all
}

.read_more_text .read_more_button:hover {
    border-color: #594ac2;
    background: #f5f5ff
}

.read_more_text .read_more_button:before {
    display: block;
    content: '';
    position: absolute;
    width: 6px;
    height: 10px;
    background: url(./images/range_pointer_arrows.svg);
    background-size: 100% auto;
    left: calc(50% - 3px);
    bottom: 19px;
    transform: rotate(90deg)
}

.read_more_text .read_more_button.hide {
    padding: 33px 0 18px
}

.read_more_text .read_more_button.hide:before {
    top: 15px;
    bottom: auto;
    transform: rotate(-90deg)
}

.read_more_text .text_holder_block {
    position: relative
}

.read_more_text .text_holder_block.expanded_content {
    overflow: hidden
}

.read_more_text .text_holder_block.not_visible {
    height: 612px
}

.read_more_text .text_holder_block.not_visible:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 200px;
    background: linear-gradient(to bottom,rgba(245,245,255,0) 0,#f5f5ff 100%)
}

.read_more_text .text_holder_block ol>li h3 {
    font-size: 16px
}

.read_more_text .text_holder_block ol>li h3+p {
    margin-top: 8px
}

.read_more_text .banner_quote {
    border-radius: 55px 55px 55px 0;
    line-height: 1.45;
    position: relative;
    background: linear-gradient(45deg,#5446bc 0,#6857d0 100%);
    background-size: cover;
    background-repeat: no-repeat
}

.read_more_text .banner_quote:after {
    display: block;
    content: '';
    position: absolute;
    pointer-events: none;
    background: url(./images/quotes_violet_banner_decor.svg) left bottom;
    top: 0
}

.read_more_text .banner_quote p {
    position: relative;
    font-weight: 600
}

.read_more_text .banner_quote p:before {
    display: block;
    content: '';
    position: absolute;
    background: url(./images/quotes_violet_banner_icon.svg) no-repeat;
    background-size: contain;
    left: 0
}

.read_more_text .accordion .accordion_label {
    min-height: auto
}

.read_more_text .accordion .accordion_label:before {
    display: inline-block;
    content: '';
    flex-shrink: 0;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    background: #594ac2;
    align-self: flex-start
}

.read_more_text .accordion+:not(.accordion) {
    margin-top: 40px
}

.accordion .accordion_item_container {
    border-bottom: 1px solid #c8c1ec
}

.accordion .arrow {
    position: absolute;
    transition: .3s all;
    transform: rotate(90deg);
    background: url(./images/range_pointer_arrows.svg) center top 8px no-repeat;
    background-size: 6px auto;
    border: 1px solid #cec9f0;
    border-radius: 50%
}

.accordion .opened .arrow {
    transform: rotate(-90deg)
}

.accordion .opened .accordion_label_text {
    color: #594ac2
}

.accordion .toggled_content {
    display: none
}

.accordion .accordion_label {
    position: relative;
    cursor: pointer;
    min-height: 70px;
    transition: .3s all;
    display: flex;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 30px;
    color: #000045;
    font-size: 16px;
    font-weight: 600;
    word-wrap: break-word
}

.accordion .accordion_label .accordion_label_text {
    padding-right: 10px
}

.inline_customer_review {
    border-radius: 55px 55px 55px 0;
    background: #160647;
    color: #fff;
    padding: 20px 30px
}

.inline_customer_review b,.inline_customer_review strong {
    color: inherit
}

.inline_customer_review .inline_customer_review_header {
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    font-size: 16px
}

.inline_customer_review .inline_customer_review_header b:first-child,.inline_customer_review .inline_customer_review_header strong:first-child {
    font-size: 20px
}

.inline_customer_review .flat_rating_group {
    background: #ffbf2d;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    padding: 5px 10px;
    margin-left: auto;
    flex-shrink: 0
}

.inline_customer_review .flat_rating_group .rating {
    flex-shrink: 0;
    margin-right: 5px
}

.inline_customer_review .flat_rating_group .rate_count {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    font-size: 20px;
    font-weight: 600
}

.inline_customer_review .flat_rating_group .rate_count:not(:first-child) {
    margin-left: 20px
}

.inline_customer_review .flat_rating_group .rate_count_icon {
    margin-right: 5px
}

.inline_customer_review.small {
    padding-left: 15px;
    padding-right: 15px
}

.inline_customer_review a {
    color: inherit
}

.inline_customer_review a:hover {
    opacity: .6
}

.inline_customer_review a.content_button {
    text-decoration: none;
    color: #fff
}

.inline_customer_review .inline_customer_review_footer {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #504475;
    color: #e3e1fa;
    display: flex;
    align-items: center
}

.inline_customer_review .inline_customer_review_footer p {
    flex-grow: 1
}

.inline_customer_review .inline_customer_review_footer p b,.inline_customer_review .inline_customer_review_footer p strong {
    font-weight: 500
}

.inline_customer_review .inline_customer_review_footer .content_button {
    line-height: 40px;
    height: 40px;
    flex-shrink: 0
}

.inline_customer_review .short_description {
    display: flex;
    align-items: center
}

.inline_customer_review .short_description>p {
    margin-bottom: 0;
    margin-top: 0
}

.inline_customer_review .short_description>p b,.inline_customer_review .short_description>p strong {
    color: #ffbf2d
}

.action_block.light_violet_bg {
    background: #e9f6ff
}

.flat_rating_group {
    border-radius: 50px
}

.flat_rating_group .rating {
    display: inline-flex;
    flex-shrink: 0
}

.flat_rating_group .rating .int_star {
    display: block;
    background: url(./images/rating_star_white.svg) bottom left no-repeat;
    background-size: 14px auto;
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    position: relative
}

.flat_rating_group .rating .int_star~.int_star {
    margin-left: 4px
}

.flat_rating_group .rating-0>.int_star {
    background-position: left top
}

.flat_rating_group .rating-1>.int_star:nth-child(1)~.int_star {
    background-position: left top
}

.flat_rating_group .rating-2>.int_star:nth-child(2)~.int_star {
    background-position: left top
}

.flat_rating_group .rating-3>.int_star:nth-child(3)~.int_star {
    background-position: left top
}

.flat_rating_group .rating-4>.int_star:nth-child(4)~.int_star {
    background-position: left top
}

.flat_rating_group .rate_count .rate_count_icon {
    width: 16px;
    height: 16px;
    background: url(./images/rate_count_icon.svg)
}

.archive .violet_wrapper>*,.archive .violet_wrapper~*,.prices .violet_wrapper>*,.prices .violet_wrapper~*,.static_page .violet_wrapper>*,.static_page .violet_wrapper~* {
    position: relative;
    z-index: auto
}

.archive .violet_wrapper .violet_gradient_bg,.prices .violet_wrapper .violet_gradient_bg,.static_page .violet_wrapper .violet_gradient_bg {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 0
}

.archive .violet_wrapper .violet_gradient_bg:before,.prices .violet_wrapper .violet_gradient_bg:before,.static_page .violet_wrapper .violet_gradient_bg:before {
    bottom: 0
}

.archive .violet_wrapper .violet_gradient_bg:after,.prices .violet_wrapper .violet_gradient_bg:after,.static_page .violet_wrapper .violet_gradient_bg:after {
    bottom: 0
}

.extras_table {
    line-height: 23px
}

.extras_table input[type=radio] {
    display: none
}

.extras_table label {
    cursor: pointer
}

.extras_table .price {
    line-height: normal
}

.pagination_list li>a,.pagination_list li>span {
    width: 30px;
    margin: 0 3px;
    line-height: 24px
}

.pagination_list li,.pagination_list li>a {
    color: #8e98a2
}

.pagination_list li>a:hover {
    color: #7f7fa2
}

.pagination_list li.pagination-nav a,.pagination_list li.pagination-nav span {
    width: 44px;
    height: 44px;
    line-height: 44px;
    margin: 0
}

.pagination_list li.pagination-nav a svg,.pagination_list li.pagination-nav span svg {
    margin: 0
}

.pagination_list li.pagination-nav a {
    box-shadow: 0 0 0 2px #aca4e0 inset;
    color: #594ac2
}

.pagination_list li.pagination-nav a:hover {
    background: #f5f5ff
}

.pagination_list li.pagination-nav span {
    box-shadow: 0 0 0 2px #d9dce6 inset
}

.pagination_list li.active>span {
    position: relative
}

.pagination_list li.active>span:before {
    display: block;
    content: '';
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: -10px;
    border-bottom: 2px solid #5f4fc7
}

.page_title .h1 {
    letter-spacing: -.6px
}

.writer_list_item .writer_avatar {
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 65px;
    background: #f5f5ff
}

.writer_list_item .writer_avatar svg {
    vertical-align: middle
}

.writer_list_item .writer_id {
    line-height: 26px
}

.writer_list_item .toggle_button {
    align-self: stretch;
    outline: 0;
    color: #7f7fa2
}

.writer_list_item .toggle_button:focus {
    color: inherit
}

.writer_list_item .toggle_button svg {
    height: 14px;
    width: 9px;
    transition: .3s all;
    transform: rotate(90deg)
}

.writer_list_item.opened .toggle_button svg {
    transform: rotate(-90deg)
}

.writer_status {
    position: relative;
    line-height: 18px
}

.writer_status:before {
    display: block;
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: 10px;
    top: calc(50% - 3px)
}

.writer_status.suggestion {
    background: #e9f8eb;
    color: #0ca11e
}

.writer_status.suggestion:before {
    box-shadow: #10b024 0 0 0 1px inset,#98e1a1 0 0 0 3px inset
}

.writer_status.unavailable {
    background: #fae9e9;
    color: #e26166
}

.writer_status.unavailable:before {
    box-shadow: #d36a6e 0 0 0 1px inset,#ffc5c5 0 0 0 3px inset
}

.writer_status.searching {
    background: #efeff3;
    color: #8e98a2
}

.writer_status.searching:before {
    box-shadow: #8e98a2 0 0 0 1px inset,#d9dce6 0 0 0 3px inset
}

.chip {
    line-height: 22px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 34px
}

.simple_rating_count .rate_count_icon {
    width: 15px;
    height: 15px;
    background: url(./images/rating_star.svg) bottom no-repeat;
    background-size: 100% auto
}

.writers_trustpilot_widget svg {
    display: block
}

.writers_trustpilot_widget svg #Oval {
    position: relative
}

.writers_trustpilot_widget .width {
    position: relative;
    max-width: 375px;
    padding-left: 0;
    padding-right: 0;
    min-height: 265px;
    background: url(./images/writers_trustpilot_bg.png) bottom center no-repeat;
    background-size: 356px auto
}

.writers_trustpilot_widget .rate_bar {
    width: 120px;
    height: 23px;
    position: absolute;
    left: 15px;
    top: 20px;
    z-index: 1
}

.writers_trustpilot_widget .rate_bar span {
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 6px
}

.filters_modal .modal-dialog {
    padding: 0;
    max-height: 100%
}

.filters_modal header {
    background: #6857d0;
    box-shadow: 0 12px 10px 0 #fff;
    font-size: 20px;
    position: relative
}

.filters_modal header .width {
    position: relative;
    padding-right: 80px;
    padding-left: 15px
}

.filters_modal .filters_wrapper {
    overflow-y: auto;
    overflow-x: hidden
}

.filters_modal .buttons_wrapper {
    position: relative;
    box-shadow: 0 -12px 10px 0 #fff
}

.filters_modal .buttons_wrapper .content_button {
    line-height: 48px
}

.filters_modal .buttons_wrapper .light_violet_bordered_button {
    line-height: 46px
}

.filters_modal .accordion .arrow {
    background: 0 0;
    width: 8px;
    height: 14px;
    top: calc(50% - 7px);
    right: 10px;
    border: none
}

.filters_modal .accordion .arrow svg {
    width: auto;
    height: 14px;
    display: block
}

.filters_modal .accordion .accordion_item_container {
    border-bottom-color: #d9dce6
}

.filters_modal .accordion .radio+span {
    margin-top: 4px
}

.filters_modal .filter_chips_list {
    margin-left: -10px
}

.filters_modal .filter_chips_list.selected {
    border-bottom: 1px solid #d9dce6;
    margin-bottom: 15px
}

.filter_chips_list {
    margin-right: -10px
}

.filter_chips_list.selected .chip {
    border-color: #ebe9f9;
    background: #ebe9f9;
    color: #594ac2
}

.filter_chips_list.selected .chip .remove {
    display: inline-block;
    position: relative;
    height: 22px;
    width: 33px;
    margin-right: -15px;
    cursor: pointer;
    transition: .3s all;
    transform-origin: 37% 50%
}

.filter_chips_list.selected .chip .remove:after,.filter_chips_list.selected .chip .remove:before {
    display: block;
    content: '';
    position: absolute;
    width: 11px;
    border-bottom: 1px solid #594ac2;
    top: 10px;
    right: 15px
}

.filter_chips_list.selected .chip .remove:before {
    transform: rotate(45deg)
}

.filter_chips_list.selected .chip .remove:after {
    transform: rotate(-45deg)
}

.writer_subjects_list {
    margin-right: -10px
}

.modal {
    height: 100%
}

.modal .violet_decor:before {
    top: 35px;
    bottom: 0;
    border-bottom-left-radius: inherit
}

.modal .violet_decor:after {
    top: 184px;
    bottom: 0;
    border-bottom-right-radius: inherit
}

.writer_view_item {
    background: #fff;
    border: 1px solid #d9dce6
}

.writer_view_item .writer_avatar svg {
    height: 34%;
    width: 27.5%
}

.review_item {
    background: #fcf3df
}

.review_item+.review_item {
    margin-top: 25px
}

.review_item .separator {
    border-bottom: 1px solid #fece62
}

.post_item {
    background: #fcf3df
}

.post_item+.post_item {
    margin-top: 25px
}

.post_item .separator {
    border-bottom: 1px solid #fece62
}

.post_item a:hover {
    color: #000045
}

.testimonials .page_title .width {
    position: relative
}

.testimonials .page_title .trustpilot {
    position: absolute
}

.testimonials .page_title .trustpilot:after {
    display: block;
    content: '';
    position: absolute;
    width: 135px;
    height: 10px;
    background: url(./images/waves_decor.svg);
    z-index: 1
}

.testimonials .page_title .trustpilot .image_wrapper {
    position: relative;
    background: linear-gradient(135deg,#d5ecfc 0,#d1eafa 100%)
}

.testimonials .page_title .trustpilot .image_wrapper img {
    position: absolute
}

.testimonials .page_title .trustpilot .trustpilot_logo {
    position: absolute;
    width: 110px;
    height: 40px;
    border-radius: 25px 25px 0 25px;
    background: #fff url(./images/trustpilot_logo.svg) center no-repeat;
    background-size: 91px auto;
    z-index: 1
}

.testimonials .page_title .trustpilot .trustpilot_rating {
    position: absolute;
    border-radius: 25px 0 25px 25px;
    z-index: 1
}

.testimonials .action_block {
    background: #fff
}

.discount_banner .width {
    position: relative;
    overflow: hidden;
    line-height: 21px
}

.discount_banner .width:before {
    display: block;
    content: '';
    position: absolute;
    height: 159px;
    background: url(./images/discount_label_decor.svg) center top no-repeat;
    background-size: 100% auto;
    z-index: 1
}

.discount_banner .h3 {
    line-height: 28px
}

.discount_banner .violet_decor {
    overflow: hidden
}

.discount_banner .violet_decor:before {
    bottom: 0;
    top: 15px!important
}

.discount_banner .violet_decor:after {
    bottom: 0;
    top: 35px!important
}

.discount_item {
    background: #ffd46c url(./images/discount_item_decor.svg) right 10px bottom -20px no-repeat;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.05)
}

.discount_item p {
    line-height: 23px
}

.discount_item .chip {
    color: #eea800;
    min-width: 140px
}

.about_us .width {
    position: relative
}

.about_item p {
    line-height: 26px
}

.about_item .icon {
    background: url(./images/about_us_icons.svg) center top no-repeat;
    background-size: 100% auto
}

.about_us .items_wrapper .width>div:nth-child(2) .about_item .icon {
    background-position-y: 33.33%
}

.about_us .items_wrapper .width>div:nth-child(3) .about_item .icon {
    background-position-y: 66.66%
}

.about_us .items_wrapper .width>div:nth-child(4) .about_item .icon {
    background-position-y: 100%
}

.faq .page_title p {
    color: #131252
}

.faq .accordion .accordion_item_container {
    border-color: #d9dce6
}

.faq .accordion .opened .text-dark-violet {
    color: #594ac2
}

.contact_us .violet_wrapper>*,.contact_us .violet_wrapper~* {
    position: relative;
    z-index: auto
}

.contact_us .violet_wrapper .violet_gradient_bg {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 0
}

.contact_us .violet_wrapper .violet_decor:before {
    bottom: 0
}

.contact_us .violet_wrapper .violet_decor:after {
    bottom: 0
}

.contact_item .badge {
    width: 80px;
    height: 80px;
    margin-top: -40px;
    position: relative
}

.contact_item .chip {
    position: absolute;
    color: #7f7fa2;
    line-height: 15px;
    padding: 6px 10px;
    left: 62px;
    bottom: 0
}

.contact_item .chip:after {
    display: inline-block;
    content: '';
    border-radius: 50%;
    width: 14px;
    height: 14px;
    margin-bottom: 1px;
    box-shadow: 0 0 0 1px #b5f0bc inset,0 0 0 3px #fff inset,0 0 0 4px #10b024 inset,0 0 0 7px #98e1a1 inset;
    margin-left: 5px;
    vertical-align: middle
}

.archive .violet_wrapper,.static_page .violet_wrapper {
    position: relative
}

.pages_menu_scroll_container {
    overflow: hidden
}

.pages_menu {
    overflow-x: auto;
    overflow-y: hidden;
    transition: .3s all
}

.pages_menu:hover li.active:not(:hover) {
    border-color: transparent
}

.pages_menu li {
    border-bottom: 3px solid transparent;
    transition: .3s all;
    overflow: hidden
}

.pages_menu li.active {
    border-color: #ffbf2d
}

.pages_menu li.active a {
    color: #fff
}

.pages_menu li:not(.active):hover {
    border-color: #ffbf2d
}

.pages_menu li:not(.active):hover a {
    color: #fff;
    transform: scale(1.2)
}

.pages_menu a {
    color: #e3e1fa;
    display: block;
    line-height: 28px
}

.error404 .violet_decor:before {
    bottom: 0
}

.error404 .violet_decor:after {
    bottom: 0
}

.cookie_tip {
    position: fixed;
    z-index: 101;
    line-height: 21px
}

.cookie_tip .description {
    position: relative
}

.cookie_tip svg {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

footer {
    background: #fff;
    position: relative;
    z-index: auto
}

footer a:hover {
    color: #aca4e0
}

footer a svg {
    display: block
}

footer .bottom {
    background: #160647
}

footer .copy {
    color: #736a8f
}

footer .contacts_group a .icon {
    display: inline-block;
    vertical-align: middle
}

footer .payments:before {
    display: block;
    content: ''
}

footer .footer_links a {
    display: inline-block
}

footer .footer_links a:not(:hover) {
    color: #000045
}

footer .services_menu {
    line-height: 20px
}

.animated.delay-0_5s {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

@media (max-width: 500px) {
    .discount_chip {
        font-size:14px;
        padding-right: 30px;
        padding-left: 30px
    }

    .discount_chip .t13px {
        font-size: 12px
    }

    .cookie_tip {
        bottom: 0;
        left: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        max-width: none;
        width: 100%
    }

    .modal-dialog {
        justify-content: flex-end;
        padding: 50px 0 0;
        max-width: none
    }

    .modal-dialog .t20px {
        font-size: 28px
    }

    .modal-dialog .violet_decor {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }

    .modal.pass_changed svg {
        width: 80px;
        height: auto
    }

    .modal.pass_changed svg {
        width: 100px;
        height: auto
    }
}

@media (max-width: 767px) {
    .main_content>.safetiness_block {
        padding-bottom:30px
    }

    .pagination_list .text-semibold {
        font-weight: 500
    }

    header .main_nav_button {
        margin-right: -30px
    }

    .scrolled.authorization_page header .order_button,.scrolled.error404 header .order_button,header .order_button {
        opacity: 0;
        pointer-events: none
    }

    .scrolled header .logo {
        margin-left: 50px;
    }

    .scrolled header .order_button {
        animation: order_button_fadein .3s forwards;
        pointer-events: unset
    }

    @keyframes order_button_fadein {
        0% {
            display: block;
            opacity: 0
        }

        100% {
            opacity: 1
        }
    }

    @keyframes order_button_fadeout {
        0% {
            opacity: 1
        }

        100% {
            display: none;
            opacity: 0
        }
    }

    header .logo {
        margin-left: calc(50% - 35px);
    }

    .authorization_page header .logo,.error404 header .logo {
        margin-left: calc(50% - 96px);
    }

    .header_nav_wrapper {
        padding-top: 20px
    }

    .header_nav_wrapper .contacts_group {
        margin: 0 10px 10px
    }

    .header_nav_wrapper .contacts_group a {
        color: #e3e1fa;
        line-height: 25px;
        padding: 18px 15px
    }

    .header_nav_wrapper .contacts_group a:nth-child(1) svg {
        margin-right: 14px
    }

    .header_nav_wrapper .contacts_group a:nth-child(2) {
        border-top: 1px solid #8575e5
    }

    .header_nav_wrapper .content_button svg {
        color: #b1a8fe
    }

    .main_calculator:before {
        top: 104px
    }

    .main_calculator:after {
        top: 258px
    }

    .main_calculator .slogan {
        position: relative;
        padding-top: 40px
    }

    .main_calculator .slogan .h1 {
        letter-spacing: -1.3px
    }

    .main_calculator .slogan .content_button {
        width: 160px
    }

    .main_calculator .violet_decor {
        bottom: -121px;
        left: -15px;
        right: -15px
    }

    .main_calculator .trustpilot {
        height: 412px;
        width: 350px;
        background: url(./images/trustpilot_trace_m.svg)
    }

    .main_calculator .trustpilot .trustpilot_review_wrapper {
        bottom: 103px;
        left: 48px
    }

    .main_calculator .trustpilot .trustpilot_review_wrapper .trustpilot_avatar {
        width: 65px;
        height: 65px;
        left: -27px;
        top: 18px
    }

    .main_calculator .trustpilot .trustpilot_rating_wrapper {
        left: 16px;
        top: 27px
    }

    .main_calculator .trustpilot .trustpilot_rating_wrapper .trustpilot_avatar {
        width: 120px;
        height: 120px;
        left: 184px;
        top: 17px
    }

    .main_calculator .trustpilot .status {
        left: 17px;
        top: 11px
    }

    .main_calculator .calculator .f_group .scroll_dots {
        margin-left: 20px
    }

    .main_calculator .calculator .checkbox_container~.checkbox_container {
        margin-left: 10px
    }

    .violet_decor:before {
        right: calc(50% - 40px)
    }

    .violet_decor:after {
        left: calc(50% + 50px)
    }

    .why_choose_us h3 {
        font-size: 28px
    }

    .why_choose_us .icon {
        width: 56px;
        height: 56px
    }

    .why_choose_us .item h3 {
        font-size: 20px
    }

    .how_it_works .h2 {
        font-weight: 600
    }

    .how_it_works .buttons_wrapper {
        order: 10;
        flex-direction: column
    }

    .how_it_works .buttons_wrapper .gold_button {
        width: 100%
    }

    .how_it_works:before {
        height: 600px;
        max-height: calc(100% - 43px);
        top: 43px
    }

    .how_it_works:after {
        height: 600px;
        max-height: calc(100% - 203px);
        top: 203px
    }

    .how_it_works .width {
        padding-left: 0;
        padding-right: 0
    }

    .how_it_works .how_it_works_slider .item {
        line-height: 23px
    }

    .how_it_works .how_it_works_slider .item * {
        transition: .4s all
    }

    .how_it_works .how_it_works_slider .item .h3 {
        line-height: 22px
    }

    .how_it_works .how_it_works_slider .item .illustration {
        width: 251px;
        height: 222px;
        background: url(./images/how_it_works_steps_mob.jpg);
        background-size: 1064px auto;
        border-radius: 21px;
        margin: 30px auto 62px
    }

    .how_it_works .how_it_works_slider .item:not(.slick-center) .h3,.how_it_works .how_it_works_slider .item:not(.slick-center) p {
        opacity: 0
    }

    .how_it_works .how_it_works_slider .item:not(.slick-center) .illustration {
        transform: translateX(100px)
    }

    .how_it_works .how_it_works_slider .item.slick-center+.slick-slide .illustration {
        transform: translateX(-100px)
    }

    .how_it_works .how_it_works_slider .item:nth-child(2) .illustration {
        background-position: top left -271px
    }

    .how_it_works .how_it_works_slider .item:nth-child(3) .illustration {
        background-position: top left -542px
    }

    .how_it_works .how_it_works_slider .item:nth-child(4) .illustration {
        background-position: top left -813px
    }

    .how_it_works .how_it_works_slider .slick-dots {
        position: absolute;
        left: 0;
        right: 0;
        top: 282px
    }

    .testimonials_block .h3 {
        margin-bottom: 70px;
        font-size: 28px
    }

    .testimonials_block .trustpilot {
        border-radius: 50px 50px 2px 50px;
        padding: 25px;
        font-size: 14px
    }

    .testimonials_block .trustpilot:after {
        width: 205px;
        height: 246px;
        background: url(./images/testimonials_block_trustpilot_img_mob.png);
        right: -6px
    }

    .testimonials_block .trustpilot p {
        font-size: 12px
    }

    .testimonials_block .trustpilot .text-bold {
        font-weight: 600
    }

    .testimonials_block .trustpilot .trustpilot_logo {
        width: 129px;
        height: 31px
    }

    .testimonials_block .trustpilot .rate_bar {
        width: 90px;
        height: 18px
    }

    .testimonials_block .trustpilot .content_button {
        width: 170px
    }

    .testimonials_block .testimonials_slider {
        margin-left: -15px;
        margin-right: -15px
    }

    .testimonials_block .testimonials_slider .testimonial_slide {
        width: 72%
    }

    .testimonials_block .testimonials_slider .avatar {
        margin-left: -40px
    }

    .testimonials_block .testimonials_slider .slick-slide .testimonial_slide {
        transform: translateX(calc(38%))
    }

    .testimonials_block .testimonials_slider .slick-center .testimonial_slide {
        transform: translateX(0)
    }

    .testimonials_block .testimonials_slider .slick-center+.slick-slide .testimonial_slide {
        transform: translateX(calc(-38%))
    }

    .testimonials_block .testimonials_slider .slick-dots {
        margin-top: 10px
    }

    .samples_block.violet_decor:before {
        bottom: 0;
        top: 43px
    }

    .samples_block.violet_decor:after {
        bottom: 0;
        top: 203px
    }

    .samples_block .h2 {
        font-weight: 600
    }

    .samples_slider_wrapper {
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px)
    }

    .samples_slider {
        max-width: 375px
    }

    .samples_slider .slick-track {
        display: block
    }

    .safetiness_block {
        background: #fff
    }

    .safetiness_block .h3 {
        font-size: 28px
    }

    .safetiness_block .illustration_wrapper {
        width: calc(100% + 30px);
        margin-left: -15px
    }

    .safetiness_block .illustration {
        padding-bottom: 77.5%;
        background: url(./images/safetiness_img_mob.svg) no-repeat;
        background-size: cover
    }

    .safetiness_block .description>* {
        order: 5
    }

    .safetiness_block .description .safetiness_services {
        margin-bottom: 30px;
        order: 1
    }

    .safetiness_block .description p {
        font-size: 16px;
        line-height: 26px;
        text-align: center
    }

    .read_more_text h1 {
        font-size: 28px;
        line-height: 34px
    }

    .read_more_text .width:before {
        width: 56px;
        height: 56px
    }

    .read_more_text .read_more_button {
        border-width: 2px
    }

    .read_more_text .banner_quote {
        padding: 80px 20px 35px 185px;
        margin: 40px auto 25px;
        min-height: 230px
    }

    .read_more_text .banner_quote:after {
        width: 100px;
        height: 67px;
        right: 1px
    }

    .read_more_text .banner_quote:before {
        display: block;
        content: '';
        position: absolute;
        background: url(./images/quotes_violet_banner_image_mob.png);
        width: 160px;
        height: 257px;
        left: 12px;
        bottom: 0
    }

    .read_more_text .banner_quote p {
        font-size: 16px
    }

    .read_more_text .banner_quote p:before {
        width: 30px;
        height: 29px;
        top: -47px
    }

    .read_more_text .accordion .accordion_label:before {
        margin: 9px 10px 0
    }

    .read_more_text .accordion .text_holder_block {
        padding-left: 26px
    }

    .accordion .arrow {
        right: 0;
        width: 33px;
        height: 33px;
        top: calc(50% - 16px);
        background-position-y: 10px;
        border-width: 2px
    }

    .action_block .dark_violet_decor:before {
        top: 40px;
        bottom: 0
    }

    .action_block .dark_violet_decor:after {
        top: 200px;
        bottom: 0
    }

    .action_block p {
        position: relative
    }

    .action_block p:after {
        display: block;
        content: '';
        position: absolute;
        width: 135px;
        height: 10px;
        bottom: 0;
        left: calc(50% - 67px);
        background: url(./images/waves_decor_2.svg)
    }

    .inline_customer_review {
        padding: 20px
    }

    .inline_customer_review .inline_customer_review_header {
        flex-wrap: wrap;
        margin-top: 5px
    }

    .inline_customer_review .inline_customer_review_header .flat_rating_group {
        margin-left: 0;
        margin-top: 10px
    }

    .inline_customer_review.large {
        margin-top: 20px;
        margin-bottom: 30px
    }

    .inline_customer_review.small {
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 20px
    }

    .inline_customer_review.middle {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .inline_customer_review .inline_customer_review_footer {
        flex-wrap: wrap
    }

    .inline_customer_review .inline_customer_review_footer p {
        width: 100%
    }

    .inline_customer_review .inline_customer_review_footer .content_button {
        width: 100%
    }

    .inline_customer_review .short_description p {
        order: 10;
        margin-left: 15px;
        font-size: 16px
    }

    .inline_customer_review .short_description p+.flat_rating_group .rate_count.t20px {
        font-size: 18px
    }

    .page_title {
        padding-top: 45px
    }

    .prices .violet_wrapper {
        position: relative
    }

    .prices .violet_gradient_bg {
        border-bottom-right-radius: 100px
    }

    .prices .violet_gradient_bg:before {
        top: 97px
    }

    .prices .violet_gradient_bg:after {
        top: 208px;
        border-bottom-right-radius: inherit
    }

    .prices_sections_wrapper .white_bg {
        box-shadow: none
    }

    .prices_calculator .checkbox_container~.checkbox_container {
        margin-left: 10px
    }

    .prices_calculator p {
        line-height: 23px
    }

    .prices_calculator .tabs_heading {
        box-shadow: 0 0 0 1px #d9dce6 inset
    }

    .prices_calculator .tab_list_item {
        transition: .3s all;
        line-height: 40px
    }

    .prices_calculator .tab_list_item.active {
        color: #fff;
        font-weight: 600;
        background: #5f4fc7
    }

    .prices_calculator .tab_list_item:first-child {
        border-radius: 8px 0 0 8px
    }

    .prices_calculator .tab_list_item:last-child {
        border-radius: 0 8px 8px 0
    }

    .price_table_item label {
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 15px
    }

    .price_table_item:not(.current) {
        display: none!important
    }

    .price_table_item .t12px.text-default.w100.w-auto-tablet {
        margin-top: 2px
    }

    .extras_table .mar5-b {
        margin-bottom: 4px
    }

    .extras_table .mar5-l {
        margin-left: 4px
    }

    .prices_total .content_button {
        width: 100%
    }

    .samples_wrapper .sample {
        margin-bottom: 30px
    }

    .samples_wrapper .samples_masonry_container {
        max-width: 350px!important
    }

    .writers .page_title {
        background: #f5f5ff
    }

    .writers .action_block {
        padding-top: 0
    }

    .writer_list_item {
        padding-left: 15px;
        padding-right: 15px
    }

    .writer_list_item+.writer_list_item {
        margin-top: 25px
    }

    .writer_list_item .buttons_group {
        flex-direction: column
    }

    .writer_list_item .buttons_group .t14px {
        font-size: 16px
    }

    .writer_list_item .buttons_group a svg {
        width: 7px;
        height: auto
    }

    .writer_list_item .writer_statistic {
        order: 2;
        width: 100%
    }

    .writer_list_item .writer_id_row {
        margin-left: 15px;
        width: calc(100% - 115px)
    }

    .writer_list_item .toggle_button {
        order: 1;
        width: 35px
    }

    .writer_list_item .toggle_button svg {
        margin-top: -33px
    }

    .writer_list_item .expanded_content {
        order: 2
    }

    .writer_list_item .simple_rating_count {
        margin-right: -10px
    }

    .writer_list_item .simple_rating_count .rate_count_icon {
        width: 14px;
        height: 14px
    }

    .cookie_tip .description {
        padding-left: 60px
    }

    .authorization_page {
        background: #fff
    }

    .writer_view_item .writer_avatar {
        width: 95px;
        height: 95px
    }

    .writer_view_item .writer_statistic>div+div {
        border-top: 1px solid #d9dce6
    }

    .writer_view_item .writer_statistic>div:last-child {
        border-bottom: 1px solid #d9dce6
    }

    .testimonials .page_title {
        text-align: center
    }

    .testimonials .page_title .width {
        padding-bottom: 343px;
        overflow: hidden
    }

    .testimonials .page_title .width {
        max-width: 500px
    }

    .testimonials .page_title .h1 {
        font-size: 28px;
        line-height: 34px
    }

    .testimonials .page_title .trustpilot {
        bottom: -7px;
        left: calc(50% - 150px)
    }

    .testimonials .page_title .trustpilot:after {
        right: -60px;
        top: -30px
    }

    .testimonials .page_title .trustpilot .trustpilot_logo {
        top: -10px;
        left: -20px
    }

    .testimonials .page_title .trustpilot .image_wrapper {
        width: 300px;
        height: 300px
    }

    .testimonials .page_title .trustpilot .image_wrapper img {
        width: 280px;
        height: auto;
        left: 8px;
        bottom: -36px
    }

    .testimonials .page_title .trustpilot .trustpilot_rating {
        bottom: 18px;
        left: -18px
    }

    .testimonials .page_title .trustpilot .rate_bar {
        width: 80px;
        height: 16px
    }

    .discount_banner .width {
        padding-left: 20px;
        padding-right: 20px
    }

    .discount_banner .width:before {
        width: 159px;
        left: 10px;
        top: -34px
    }

    .discount_banner .violet_decor>.flex {
        min-height: 154px
    }

    .discount_banner .content_button {
        width: calc(100% + 20px);
        max-width: 500px;
        margin-left: -15px;
        margin-right: -5px;
        line-height: 48px;
        height: 48px
    }

    .discount_item {
        width: 240px;
        background-position: right -20px bottom -20px;
        margin: 0 8px;
        margin-top: 10px;
        transition: .6s all;
        height: 100%
    }

    .slick-center .discount_item {
        transform: translateY(-10px)
    }

    .slick-slide:not(.slick-center) .discount_item {
        opacity: .7
    }

    .discounts_wrapper .slick-track {
        padding-bottom: 20px
    }

    .discounts_wrapper .discounts-slick-arrow {
        position: absolute;
        top: 0;
        bottom: 0;
        width: calc(50% - 120px);
        z-index: 1
    }

    .discounts_wrapper .discounts-slick-arrow.prev {
        left: 0
    }

    .discounts_wrapper .discounts-slick-arrow.next {
        right: 0
    }

    .discounts_wrapper .width {
        padding-left: 0;
        padding-right: 0
    }

    .about_us {
        background: #fff
    }

    .about_us .page_title {
        text-align: center;
        background: linear-gradient(135deg,#e0f2fe 0,#e9f6ff 100%);
        color: #131252
    }

    .about_us .page_title p {
        line-height: 25px
    }

    .about_us .page_title .width {
        flex-direction: column;
        align-items: center
    }

    .about_us .page_title img {
        margin-right: -51px
    }

    .about_us+.action_block {
        background: #fff
    }

    .about_item .icon {
        width: 56px;
        height: 56px
    }

    .faq .page_title {
        padding-bottom: 351px;
        background: url(./images/faq_title_illustration_mob.png) left calc(50% - 30px) bottom -21px no-repeat;
        background-size: 478px auto
    }

    .faq .accordion {
        border-top: 1px solid #d9dce6
    }

    .contact_us .violet_wrapper .violet_decor:before {
        top: 97px
    }

    .contact_us .violet_wrapper .violet_decor:after {
        top: 208px
    }

    .contact_us .our_contacts {
        order: 10
    }

    .pages_menu {
        font-size: 14px;
        padding-left: 5px;
        padding-right: 5px
    }

    .pages_menu .t18px {
        font-size: 14px
    }

    .archive .violet_decor:before,.static_page .violet_decor:before {
        top: 30px
    }

    .archive .violet_decor:after,.static_page .violet_decor:after {
        top: 100px
    }

    .error404 .main_content {
        padding-top: 85px;
        padding-bottom: 150px
    }

    .error404 .violet_decor:before {
        top: 104px
    }

    .error404 .violet_decor:after {
        top: 258px
    }

    footer .contacts_group {
        order: 5;
        background: #160647;
        margin: 0 -15px;
        padding: 30px 15px;
        height: 132px
    }

    footer .contacts_group a {
        color: #fff;
        font-weight: 600;
        font-size: 16px
    }

    footer .contacts_group a .icon {
        width: 22px
    }

    footer .contacts_group .soc {
        margin: 48px 0 0 auto
    }

    footer .contacts_group .tel {
        margin: 25px 0 0
    }

    footer .contacts_group .tel svg {
        width: 15px;
        height: auto;
        margin: 0 auto;
        display: block
    }

    footer .contacts_group svg {
        color: #5c517e
    }

    footer .contacts_group .mail svg {
        width: 22px;
        height: auto
    }

    footer .payments {
        height: 65px;
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px;
        border-top: 1px solid #35355c;
        border-bottom: 1px solid #35355c
    }

    footer .payments:before {
        background: url(./images/footer_icons_mob.svg) bottom;
        background-size: 100% auto;
        width: calc(100% - 30px);
        max-width: 345px;
        height: 24px
    }

    footer .fb,footer .tw {
        width: 22px;
        height: 21px;
        background: url(./images/footer_icons_mob.svg)
    }

    footer .tw {
        background-position: right top;
        margin-left: 15px
    }

    footer .fb {
        background-position: right -39px top -1px
    }

    footer .footer_links {
        font-size: 18px;
        line-height: 26px
    }

    footer .footer_links li {
        width: 100%
    }

    footer .footer_links li a {
        padding: 15px 0
    }

    footer .footer_links li+li {
        border-top: 1px solid #efeff3
    }

    footer .footer_links li:last-child {
        border-bottom: 1px solid #efeff3
    }

    footer .services_menu {
        font-size: 16px;
        line-height: 24px
    }

    footer .services_menu li {
        width: 100%
    }

    footer .services_menu li:nth-child(4n)+li:not(:last-child) {
        margin-top: 30px
    }

    footer .services_menu li+li {
        margin-top: 12px
    }
}

@media (max-width: 1209px) {
    .header_nav_wrapper .menu-item-has-children,.user_account {
        display:flex;
        flex-wrap: wrap;
        align-items: center;
        position: relative
    }

    .menu-item-has-children_open.user_account>i:after,.header_nav_wrapper .menu-item-has-children_open.menu-item-has-children>i:after {
        transform: rotate(0)
    }

    .header_nav_wrapper .menu-item-has-children>i,.user_account>i {
        order: 10;
        flex-grow: 1;
        align-self: stretch
    }

    .header_nav_wrapper .menu-item-has-children>i:after,.user_account>i:after {
        display: block;
        content: '';
        position: absolute;
        width: 50px;
        height: 48px;
        background: url(./images/select_arrow_hover.svg) center no-repeat;
        background-size: 10px auto;
        right: 0;
        top: 0;
        transition: .3s all;
        transform: rotate(-90deg)
    }

    .header_nav_wrapper .menu-item-has-children ul,.user_account ul {
        display: none;
        width: 100%;
        order: 15;
        font-weight: 400;
        text-transform: none;
        padding-top: 7px;
        font-size: 16px
    }

    .header_nav_wrapper .menu-item-has-children ul a,.user_account ul a {
        padding: 7px 0;
        display: block
    }

    .header_nav_wrapper {
        display: none;
        position: fixed;
        left: 0;
        right: 0;
        top: 60px;
        height: calc(100% - 60px);
        background: #fff;
        font-weight: 600;
        font-size: 14px;
        padding-bottom: 20px;
        overflow-y: scroll
    }

    .header_nav_wrapper .header_nav {
        padding: 0 10px
    }

    .header_nav_wrapper .header_nav>ul {
        flex-direction: column;
        align-items: stretch
    }

    .header_nav_wrapper .header_nav>ul+ul {
        border-top: 1px solid #d9dce6
    }

    .header_nav_wrapper .header_nav>ul>li+li {
        border-top: 1px solid #d9dce6
    }

    .header_nav_wrapper .header_nav>ul>li {
        padding: 15px
    }

    .header_nav_wrapper .header_nav>ul>li>a,.header_nav_wrapper .header_nav>ul>li>span {
        display: block
    }

    .user_account {
        padding: 15px;
        border-bottom: 1px solid #d9dce6
    }

    .main_calculator .trustpilot .trustpilot_review {
        border-radius: 2px 40px 40px 40px
    }

    .writer_list_item {
        background: #fff;
        border: 1px solid #d9dce6
    }

    .writer_list_item .expanded_content {
        display: none;
        border-top: 1px solid transparent;
        transition: .3s border-top-color linear
    }

    .writer_list_item.opened .expanded_content {
        border-top-color: #d9dce6
    }
}

@media (min-width: 375px) and (max-width:767px) {
    .header_nav_wrapper .header_nav {
        padding-left:15px;
        padding-right: 15px
    }

    .header_nav_wrapper .contacts_group {
        margin-left: 15px;
        margin-right: 15px
    }

    .header_nav_wrapper .contacts_group a {
        padding: 18px 25px
    }

    .header_nav_wrapper .contacts_group a:nth-child(1) svg {
        margin-right: 21px
    }

    .header_nav_wrapper .contacts_group a:nth-child(2) svg {
        margin-right: 17px
    }

    footer .contacts_group {
        order: 5;
        background: #160647;
        margin: 0 -15px;
        padding: 30px 15px
    }
}

@media (min-width: 501px) {
    .cookie_tip {
        bottom:10px;
        left: 10px
    }

    .modal-dialog {
        padding: 200px 0 30px
    }
}

@media (min-width: 768px) and (max-width:1209px) {
    .header_nav_wrapper .header_nav {
        padding:15px 20px 0
    }
}

.tooltip-inner {
    font-size: 13px;
    padding: 10px 8px
}

.tooltip-inner ol,.tooltip-inner ul {
    padding-left: 10px;
    list-style: unset;
    text-align: left
}

@media (min-width: 768px) {
    .contact_us .page_holder,.homepage .page_holder,.home .page_holder,.prices .page_holder,.samples .page_holder,.transparent_header .page_holder {
        padding-top:0
    }

    .contact_us:not(.scrolled) header,.homepage:not(.scrolled) header,.home:not(.scrolled) header,.prices:not(.scrolled) header,.samples:not(.scrolled) header,.transparent_header:not(.scrolled) header {
        background: 0 0
    }
}

@media (min-width: 768px) and (min-width:1250px) {
    .contact_us:not(.scrolled) header,.homepage:not(.scrolled) header,.home:not(.scrolled) header,.prices:not(.scrolled) header,.samples:not(.scrolled) header,.transparent_header:not(.scrolled) header {
        padding-top:15px
    }
}

@media (min-width: 768px) and (max-width:1209px) {
    .contact_us .page_title,.homepage .page_title,.home .page_title,.prices .page_title,.samples .page_title,.transparent_header .page_title {
        padding-top:140px
    }
}

@media (min-width: 768px) and (min-width:1210px) {
    .contact_us .page_title,.homepage .page_title,.home .page_title,.prices .page_title,.samples .page_title,.transparent_header .page_title {
        padding-top:185px
    }
}

@media (min-width: 768px) {
    .h1,h1 {
        font-size:56px;
        line-height: 68px
    }

    .h2,h2 {
        font-size: 48px;
        line-height: 56px
    }

    .h3,h3 {
        font-size: 36px;
        line-height: 1.23
    }

    .text_holder_block .list_2_columns ol,.text_holder_block .list_2_columns ul {
        column-count: 2;
        margin: 25px 0
    }

    .text_holder_block ol,.text_holder_block ul {
        margin: 15px 0
    }

    .f_group {
        width: calc(50% - 10px)
    }

    .f_group input {
        height: 48px
    }

    .f_group .icon {
        height: 48px
    }

    .f_group .f_select {
        font-weight: 500
    }

    .f_group .spin_edit_wrapper input {
        font-size: 20px
    }

    .f_group .spin_edit_wrapper .minus,.f_group .spin_edit_wrapper .plus {
        width: 38px;
        height: 38px
    }

    .f_group .jq-selectbox__select-text {
        padding-top: 12px;
        padding-bottom: 12px;
        font-weight: 500
    }

    .f_group.w100 {
        width: 100%
    }
}

@media (min-width: 768px) and (max-width:1249px) {
    .width {
        padding-left:20px;
        padding-right: 20px
    }

    .text_holder_block list_2_columns ol,.text_holder_block list_2_columns ul {
        column-gap: 26px
    }
}

@media (min-width: 768px) and (min-width:1210px) {
    .text_holder_block .list_2_columns ol,.text_holder_block .list_2_columns ul {
        column-gap:40px
    }

    .f_group .f_label label {
        line-height: 22px
    }

    .f_group .spin_edit_wrapper {
        width: 190px
    }

    .content_button {
        line-height: 48px
    }

    .light_violet_bordered_button {
        line-height: 46px
    }
}

@media (min-width: 768px) and (min-width:768px) {
    .f_group .checkbox_container {
        min-height:58px
    }
}

@media (min-width: 768px) and (min-width:768px) {
    .flex-nowrap-tablet {
        flex-wrap:nowrap
    }

    .flex-nowrap-tablet>* {
        min-width: 0
    }
}

@media (min-width: 768px) and (min-width:1210px) {
    .flex-nowrap-large {
        flex-wrap:nowrap
    }

    .flex-nowrap-large>* {
        min-width: 0
    }
}

@media (min-width: 768px) and (min-width:768px) {
    .pad0-tablet {
        padding:0
    }

    .pad0-t-tablet {
        padding-top: 0
    }

    .pad0-r-tablet {
        padding-right: 0
    }

    .pad0-b-tablet {
        padding-bottom: 0
    }

    .pad0-l-tablet {
        padding-left: 0
    }

    .pad0-tb-tablet {
        padding-top: 0;
        padding-bottom: 0
    }

    .pad0-rl-tablet {
        padding-right: 0;
        padding-left: 0
    }

    .pad5-tablet {
        padding: 5px
    }

    .pad5-t-tablet {
        padding-top: 5px
    }

    .pad5-r-tablet {
        padding-right: 5px
    }

    .pad5-b-tablet {
        padding-bottom: 5px
    }

    .pad5-l-tablet {
        padding-left: 5px
    }

    .pad5-tb-tablet {
        padding-top: 5px;
        padding-bottom: 5px
    }

    .pad5-rl-tablet {
        padding-right: 5px;
        padding-left: 5px
    }

    .pad10-tablet {
        padding: 10px
    }

    .pad10-t-tablet {
        padding-top: 10px
    }

    .pad10-r-tablet {
        padding-right: 10px
    }

    .pad10-b-tablet {
        padding-bottom: 10px
    }

    .pad10-l-tablet {
        padding-left: 10px
    }

    .pad10-tb-tablet {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .pad10-rl-tablet {
        padding-right: 10px;
        padding-left: 10px
    }

    .pad20-tablet {
        padding: 20px
    }

    .pad20-t-tablet {
        padding-top: 20px
    }

    .pad20-r-tablet {
        padding-right: 20px
    }

    .pad20-b-tablet {
        padding-bottom: 20px
    }

    .pad20-l-tablet {
        padding-left: 20px
    }

    .pad20-tb-tablet {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .pad20-rl-tablet {
        padding-right: 20px;
        padding-left: 20px
    }

    .pad30-tablet {
        padding: 30px
    }

    .pad30-t-tablet {
        padding-top: 30px
    }

    .pad30-r-tablet {
        padding-right: 30px
    }

    .pad30-b-tablet {
        padding-bottom: 30px
    }

    .pad30-l-tablet {
        padding-left: 30px
    }

    .pad30-tb-tablet {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .pad30-rl-tablet {
        padding-right: 30px;
        padding-left: 30px
    }

    .pad50-tablet {
        padding: 50px
    }

    .pad50-t-tablet {
        padding-top: 50px
    }

    .pad50-r-tablet {
        padding-right: 50px
    }

    .pad50-b-tablet {
        padding-bottom: 50px
    }

    .pad50-l-tablet {
        padding-left: 50px
    }

    .pad50-tb-tablet {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .pad50-rl-tablet {
        padding-right: 50px;
        padding-left: 50px
    }

    .mar0-tablet {
        margin: 0
    }

    .mar0-t-tablet {
        margin-top: 0
    }

    .mar0-r-tablet {
        margin-right: 0
    }

    .mar0-b-tablet {
        margin-bottom: 0
    }

    .mar0-l-tablet {
        margin-left: 0
    }

    .mar0-tb-tablet {
        margin-top: 0;
        margin-bottom: 0
    }

    .mar0-rl-tablet {
        margin-right: 0;
        margin-left: 0
    }

    .mar5-tablet {
        margin: 5px
    }

    .mar5-t-tablet {
        margin-top: 5px
    }

    .mar5-r-tablet {
        margin-right: 5px
    }

    .mar5-b-tablet {
        margin-bottom: 5px
    }

    .mar5-l-tablet {
        margin-left: 5px
    }

    .mar5-tb-tablet {
        margin-top: 5px;
        margin-bottom: 5px
    }

    .mar5-rl-tablet {
        margin-right: 5px;
        margin-left: 5px
    }

    .mar10-tablet {
        margin: 10px
    }

    .mar10-t-tablet {
        margin-top: 10px
    }

    .mar10-r-tablet {
        margin-right: 10px
    }

    .mar10-b-tablet {
        margin-bottom: 10px
    }

    .mar10-l-tablet {
        margin-left: 10px
    }

    .mar10-tb-tablet {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .mar10-rl-tablet {
        margin-right: 10px;
        margin-left: 10px
    }

    .mar20-tablet {
        margin: 20px
    }

    .mar20-t-tablet {
        margin-top: 20px
    }

    .mar20-r-tablet {
        margin-right: 20px
    }

    .mar20-b-tablet {
        margin-bottom: 20px
    }

    .mar20-l-tablet {
        margin-left: 20px
    }

    .mar20-tb-tablet {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .mar20-rl-tablet {
        margin-right: 20px;
        margin-left: 20px
    }

    .mar30-tablet {
        margin: 30px
    }

    .mar30-t-tablet {
        margin-top: 30px
    }

    .mar30-r-tablet {
        margin-right: 30px
    }

    .mar30-b-tablet {
        margin-bottom: 30px
    }

    .mar30-l-tablet {
        margin-left: 30px
    }

    .mar30-tb-tablet {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .mar30-rl-tablet {
        margin-right: 30px;
        margin-left: 30px
    }

    .mar50-tablet {
        margin: 50px
    }

    .mar50-t-tablet {
        margin-top: 50px
    }

    .mar50-r-tablet {
        margin-right: 50px
    }

    .mar50-b-tablet {
        margin-bottom: 50px
    }

    .mar50-l-tablet {
        margin-left: 50px
    }

    .mar50-tb-tablet {
        margin-top: 50px;
        margin-bottom: 50px
    }

    .mar50-rl-tablet {
        margin-right: 50px;
        margin-left: 50px
    }

    .mar-auto-tablet {
        margin: auto
    }

    .mar-auto-t-tablet {
        margin-top: auto
    }

    .mar-auto-r-tablet {
        margin-right: auto
    }

    .mar-auto-b-tablet {
        margin-bottom: auto
    }

    .mar-auto-l-tablet {
        margin-left: auto
    }

    .mar-auto-tb-tablet {
        margin-top: auto;
        margin-bottom: auto
    }

    .mar-auto-rl-tablet {
        margin-right: auto;
        margin-left: auto
    }
}

@media (min-width: 768px) and (min-width:1210px) {
    .pad0-large {
        padding:0
    }

    .pad0-t-large {
        padding-top: 0
    }

    .pad0-r-large {
        padding-right: 0
    }

    .pad0-b-large {
        padding-bottom: 0
    }

    .pad0-l-large {
        padding-left: 0
    }

    .pad0-tb-large {
        padding-top: 0;
        padding-bottom: 0
    }

    .pad0-rl-large {
        padding-right: 0;
        padding-left: 0
    }

    .pad5-large {
        padding: 5px
    }

    .pad5-t-large {
        padding-top: 5px
    }

    .pad5-r-large {
        padding-right: 5px
    }

    .pad5-b-large {
        padding-bottom: 5px
    }

    .pad5-l-large {
        padding-left: 5px
    }

    .pad5-tb-large {
        padding-top: 5px;
        padding-bottom: 5px
    }

    .pad5-rl-large {
        padding-right: 5px;
        padding-left: 5px
    }

    .pad10-large {
        padding: 10px
    }

    .pad10-t-large {
        padding-top: 10px
    }

    .pad10-r-large {
        padding-right: 10px
    }

    .pad10-b-large {
        padding-bottom: 10px
    }

    .pad10-l-large {
        padding-left: 10px
    }

    .pad10-tb-large {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .pad10-rl-large {
        padding-right: 10px;
        padding-left: 10px
    }

    .pad20-large {
        padding: 20px
    }

    .pad20-t-large {
        padding-top: 20px
    }

    .pad20-r-large {
        padding-right: 20px
    }

    .pad20-b-large {
        padding-bottom: 20px
    }

    .pad20-l-large {
        padding-left: 20px
    }

    .pad20-tb-large {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .pad20-rl-large {
        padding-right: 20px;
        padding-left: 20px
    }

    .pad30-large {
        padding: 30px
    }

    .pad30-t-large {
        padding-top: 30px
    }

    .pad30-r-large {
        padding-right: 30px
    }

    .pad30-b-large {
        padding-bottom: 30px
    }

    .pad30-l-large {
        padding-left: 30px
    }

    .pad30-tb-large {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .pad30-rl-large {
        padding-right: 30px;
        padding-left: 30px
    }

    .pad50-large {
        padding: 50px
    }

    .pad50-t-large {
        padding-top: 50px
    }

    .pad50-r-large {
        padding-right: 50px
    }

    .pad50-b-large {
        padding-bottom: 50px
    }

    .pad50-l-large {
        padding-left: 50px
    }

    .pad50-tb-large {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .pad50-rl-large {
        padding-right: 50px;
        padding-left: 50px
    }

    .mar0-large {
        margin: 0
    }

    .mar0-t-large {
        margin-top: 0
    }

    .mar0-r-large {
        margin-right: 0
    }

    .mar0-b-large {
        margin-bottom: 0
    }

    .mar0-l-large {
        margin-left: 0
    }

    .mar0-tb-large {
        margin-top: 0;
        margin-bottom: 0
    }

    .mar0-rl-large {
        margin-right: 0;
        margin-left: 0
    }

    .mar5-large {
        margin: 5px
    }

    .mar5-t-large {
        margin-top: 5px
    }

    .mar5-r-large {
        margin-right: 5px
    }

    .mar5-b-large {
        margin-bottom: 5px
    }

    .mar5-l-large {
        margin-left: 5px
    }

    .mar5-tb-large {
        margin-top: 5px;
        margin-bottom: 5px
    }

    .mar5-rl-large {
        margin-right: 5px;
        margin-left: 5px
    }

    .mar10-large {
        margin: 10px
    }

    .mar10-t-large {
        margin-top: 10px
    }

    .mar10-r-large {
        margin-right: 10px
    }

    .mar10-b-large {
        margin-bottom: 10px
    }

    .mar10-l-large {
        margin-left: 10px
    }

    .mar10-tb-large {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .mar10-rl-large {
        margin-right: 10px;
        margin-left: 10px
    }

    .mar20-large {
        margin: 20px
    }

    .mar20-t-large {
        margin-top: 20px
    }

    .mar20-r-large {
        margin-right: 20px
    }

    .mar20-b-large {
        margin-bottom: 20px
    }

    .mar20-l-large {
        margin-left: 20px
    }

    .mar20-tb-large {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .mar20-rl-large {
        margin-right: 20px;
        margin-left: 20px
    }

    .mar30-large {
        margin: 30px
    }

    .mar30-t-large {
        margin-top: 30px
    }

    .mar30-r-large {
        margin-right: 30px
    }

    .mar30-b-large {
        margin-bottom: 30px
    }

    .mar30-l-large {
        margin-left: 30px
    }

    .mar30-tb-large {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .mar30-rl-large {
        margin-right: 30px;
        margin-left: 30px
    }

    .mar50-large {
        margin: 50px
    }

    .mar50-t-large {
        margin-top: 50px
    }

    .mar50-r-large {
        margin-right: 50px
    }

    .mar50-b-large {
        margin-bottom: 50px
    }

    .mar50-l-large {
        margin-left: 50px
    }

    .mar50-tb-large {
        margin-top: 50px;
        margin-bottom: 50px
    }

    .mar50-rl-large {
        margin-right: 50px;
        margin-left: 50px
    }

    .mar-auto-large {
        margin: auto
    }

    .mar-auto-t-large {
        margin-top: auto
    }

    .mar-auto-r-large {
        margin-right: auto
    }

    .mar-auto-b-large {
        margin-bottom: auto
    }

    .mar-auto-l-large {
        margin-left: auto
    }

    .mar-auto-tb-large {
        margin-top: auto;
        margin-bottom: auto
    }

    .mar-auto-rl-large {
        margin-right: auto;
        margin-left: auto
    }
}

@media (min-width: 768px) and (min-width:768px) {
    .w-auto-tablet {
        width:auto
    }

    .w100-max-tablet {
        max-width: 100%
    }

    .w33-tablet {
        width: 33.33%
    }

    .w50-tablet {
        width: 50%
    }

    .w100-tablet {
        width: 100%
    }
}

@media (min-width: 768px) and (min-width:1210px) {
    .w-auto-large {
        width:auto
    }

    .w100-max-large {
        max-width: 100%
    }

    .w33-large {
        width: 33.33%
    }

    .w50-large {
        width: 50%
    }

    .w100-large {
        width: 100%
    }
}

@media screen and (min-width: 768px) and (min-width:768px) {
    .hidden_768 {
        display:none!important
    }

    .visible_768 {
        display: block!important
    }
}

@media screen and (min-width: 768px) and (min-width:1210px) {
    .hidden_1210 {
        display:none!important
    }

    .visible_1210 {
        display: block!important
    }
}

@media (min-width: 768px) {
    header a:hover {
        color:#c1bbeb
    }

    .block_description {
        line-height: 28px;
        max-width: 660px;
        margin-left: auto;
        margin-right: auto
    }

    .main_calculator .calculator h3 {
        font-size: 22px;
        line-height: 28px;
        letter-spacing: -1px
    }

    .main_calculator .violet_decor {
        left: 0;
        right: 0
    }

    .why_choose_us .icon {
        width: 48px;
        height: 48px
    }

    .how_it_works .how_it_works_steps {
        line-height: 23px
    }

    .how_it_works .how_it_works_steps .h3 {
        font-size: 18px;
        line-height: 26px
    }

    .testimonials_block .trustpilot {
        border-radius: 60px 60px 2px 60px
    }

    .testimonials_block .trustpilot .content_button {
        width: 225px
    }

    .sample .h3 {
        font-size: 22px
    }

    .samples_slider {
        position: relative;
        width: 320px
    }

    .samples_slider * {
        outline: 0
    }

    .samples_slider .hub-slider-controls,.samples_slider .hub-slider-dots {
        position: absolute;
        left: 0;
        right: 0;
        top: calc(100% + 48px);
        z-index: 10
    }

    .samples_slider .hub-slider-controls {
        display: flex;
        justify-content: center
    }

    .samples_slider .hub-slider-controls .hub-slider-arrow {
        margin: 0 15px;
        height: 36px;
        width: 50px;
        border-radius: 25px;
        transition: .3s border-color;
        background: url(./images/samples_slider_arrows.svg) top 12px left 20px no-repeat;
        border: 1px solid #e9e7ff
    }

    .samples_slider .hub-slider-controls .hub-slider-arrow_prev {
        transform: rotate(-180deg)
    }

    .samples_slider [data-key]:not([data-key="0"]) p {
        height: 21px
    }

    .safetiness_block .illustration {
        background: url(./images/safetiness_img.svg) center no-repeat;
        background-size: cover
    }

    .read_more_text .h1 {
        font-size: 36px
    }

    .read_more_text .width:before {
        width: 65px;
        height: 65px
    }

    .read_more_text .banner_quote {
        margin: 45px auto 40px
    }

    .read_more_text .banner_quote:after {
        width: 139px;
        height: 77px;
        right: 7px
    }

    .read_more_text .banner_quote:before {
        display: block;
        content: '';
        position: absolute;
        background: url(./images/quotes_violet_banner_image.png);
        background-size: 200px auto;
        top: -25px;
        bottom: 0;
        width: 200px;
        max-height: 322px
    }

    .read_more_text .banner_quote p {
        font-size: 22px
    }

    .read_more_text .banner_quote p:before {
        width: 40px;
        height: 38px;
        top: -59px
    }

    .read_more_text .accordion .accordion_label:before {
        margin: 9px 15px 0 10px
    }

    .read_more_text .accordion .text_holder_block {
        padding-left: 31px
    }

    .accordion .arrow {
        right: 10px;
        width: 29px;
        height: 29px;
        top: calc(50% - 14px)
    }

    .action_block .dark_violet_bg {
        border-radius: 20px 20px 0 0
    }

    .action_block p.t16px {
        font-size: 18px
    }

    .inline_customer_review.large {
        margin-top: 50px;
        margin-bottom: 50px
    }

    .inline_customer_review.small {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .inline_customer_review.middle {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .inline_customer_review .short_description p {
        font-size: 14px
    }

    .inline_customer_review .short_description p:first-child {
        margin-right: 15px
    }

    .inline_customer_review .short_description p b,.inline_customer_review .short_description p strong {
        font-size: 15px
    }

    .inline_customer_review .short_description+.inline_customer_review_footer {
        border-top: none
    }

    .inline_customer_review .inline_customer_review_footer p {
        margin-top: 0;
        margin-bottom: 0
    }

    .inline_customer_review .inline_customer_review_footer p:not(:last-child) {
        margin-right: 60px
    }

    .inline_customer_review .inline_customer_review_footer .content_button {
        width: 180px
    }

    .page_title {
        padding-top: 80px
    }

    .page_title .h1 {
        font-weight: 700
    }

    .prices_steps_item .h3 {
        font-size: 18px
    }

    .prices_tables_wrapper .h3 {
        font-size: 28px
    }

    .price_table_item .checkbox_container {
        min-height: 48px
    }

    .price_table_item .checkbox {
        order: 10
    }

    .extras_tables_wrapper .h3 {
        font-size: 28px
    }

    .extras_table .t20px {
        font-size: 18px
    }

    .extras_table .name {
        font-weight: 500
    }

    .pagination_list {
        font-size: 16px
    }

    .writers {
        background: linear-gradient(135deg,#e0f2fe 0,#e9f6ff 100%)
    }

    .writers .page_title h1 {
        font-size: 48px;
        line-height: 56px
    }

    .writer_list_item .buttons_group .violet_button {
        width: 180px
    }

    .writer_list_item .content_button {
        height: 40px;
        line-height: 40px
    }

    .writer_subjects_list .chip {
        background: #f5f5ff;
        border: 1px solid #e5e4f9
    }

    .simple_rating_count .rate_count_icon {
        width: 15px;
        height: 15px
    }

    .authorization_page .main_content {
        color: #fff
    }

    .authorization_page .main_content .h3 {
        color: #fff;
        font-size: 28px
    }

    .authorization_page .main_content .violet_button {
        background: #45d39a
    }

    .authorization_page .main_content .violet_button:not(:disabled):not(.disabled):hover {
        background: #28da92
    }

    .authorization_page .main_content a {
        color: #fff
    }

    .authorization_page .main_content p.text-grey {
        color: #fff
    }

    .authorization_page .main_content p.text-grey a {
        color: #ffc003
    }

    .authorization_page .main_content .checkbox:after {
        background: #fff url(./images/check_icon_violet.svg) center no-repeat
    }

    .writer_view .writer_info_wrapper {
        position: relative
    }

    .writer_view h3.t-center {
        text-align: left
    }

    .writer_view_item {
        position: relative
    }

    .writer_view_item .writer_avatar {
        position: absolute;
        top: 0;
        left: 0
    }

    .writer_view_item .content_button {
        position: absolute
    }

    .writer_view_item .t22px {
        font-size: 20px
    }

    .writer_view_item .writer_subjects_list {
        position: relative
    }

    .writer_view_item .writer_subjects_list:before {
        display: block;
        content: '';
        position: absolute;
        left: 0;
        right: 10px;
        top: 0;
        border-top: 1px solid #d9dce6
    }

    .writers_reviews .t22px {
        font-size: 24px
    }

    .testimonials .page_title p {
        line-height: 28px
    }

    .testimonials .page_title .trustpilot .image_wrapper {
        overflow: hidden
    }

    .reviews_wrapper .h3.t-center {
        text-align: left
    }

    .discount_banner .content_button {
        line-height: 40px;
        height: 40px;
        font-size: 13px
    }

    .width>div:nth-child(2) .discount_item {
        transform: translateY(-30px)
    }

    .discounts_wrapper [role=option] {
        outline: 0
    }

    .about_item .icon {
        width: 48px;
        height: 48px
    }

    .about_item .t16px {
        line-height: 23px
    }

    .faq_items_wrapper h3 {
        font-size: 28px
    }

    .contact_us .violet_wrapper {
        position: relative
    }

    .contact_item.livechat .content_button {
        width: 225px
    }

    .pages_menu {
        padding-left: 0;
        padding-right: 0
    }

    .cookie_tip svg {
        width: 32px;
        height: auto
    }

    footer {
        border-top: 1px solid #dedde9
    }

    footer .footer_links {
        line-height: 20px
    }

    footer .footer_links li,footer .services_menu li {
        width: 25%;
        padding-right: 5px
    }

    footer .services_menu li {
        margin-bottom: 10px
    }

    footer .payments {
        order: 5
    }

    footer .payments:before {
        width: 285px;
        height: 22px;
        background: url(./images/footer_icons.svg) bottom;
        background-size: 100% auto
    }

    footer .contacts_group a {
        line-height: 22px
    }

    footer .contacts_group a .icon {
        width: 17px
    }

    footer .contacts_group a svg {
        color: #aca4e0
    }

    footer .contacts_group a.mail {
        margin-bottom: 18px
    }

    footer .fb,footer .tw {
        width: 17px;
        height: 17px;
        background: url(./images/footer_icons.svg)
    }

    footer .tw {
        background-position: -63px 0;
        margin-left: 15px
    }

    footer .fb {
        background-position: -32px 0
    }

    .error404 .t28px {
        font-size: 36px;
        line-height: 44px
    }
}

@media (min-width: 768px) and (max-width:1023px) {
    footer .contacts_group {
        order:5;
        margin-top: 45px;
        height: 62px
    }

    footer .contacts_group .soc {
        width: auto;
        margin-left: auto
    }
}

@media (min-width: 768px) and (max-width:1209px) {
    header .logo {
        margin-left:20px
    }

    .violet_decor:before {
        right: calc(50% + 3px)
    }

    .violet_decor:after {
        left: calc(50% + 25px)
    }

    .main_calculator {
        background: 0 0
    }

    .main_calculator .slogan {
        padding: 110px 30px 0
    }

    .main_calculator .slogan .h1 {
        font-size: 48px;
        line-height: 56px
    }

    .main_calculator .slogan .content_button {
        width: 180px
    }

    .main_calculator .slogan .buttons_wrapper {
        z-index: 3
    }

    .main_calculator .violet_decor {
        bottom: 48px
    }

    .main_calculator .violet_decor:before {
        top: 173px
    }

    .main_calculator .violet_decor:after {
        top: 238px
    }

    .main_calculator .trustpilot {
        margin-top: -86px;
        height: 526px;
        width: 496px;
        background: url(./images/trustpilot_trace_t.svg) no-repeat
    }

    .main_calculator .trustpilot .trustpilot_review_wrapper {
        top: 269px;
        right: -78px
    }

    .main_calculator .trustpilot .trustpilot_review_wrapper .trustpilot_avatar {
        width: 65px;
        height: 65px;
        left: -27px;
        top: 18px
    }

    .main_calculator .trustpilot .trustpilot_rating_wrapper {
        left: -74px;
        top: 145px
    }

    .main_calculator .trustpilot .trustpilot_rating_wrapper .trustpilot_avatar {
        width: 80px;
        height: 80px;
        left: 183px;
        top: 38px
    }

    .main_calculator .trustpilot .status {
        left: 17px;
        top: 11px
    }

    .main_calculator .calculator {
        padding-left: 38px;
        padding-right: 38px
    }

    .main_calculator .calculator .checkbox_container~.checkbox_container {
        margin-left: 15px
    }

    .how_it_works .how_it_works_steps {
        width: 687px;
        height: 962px;
        background: url(./images/how_it_works_steps_bg_tab.png) no-repeat;
        background-size: cover
    }

    .how_it_works .how_it_works_steps .item {
        min-height: 105px
    }

    .how_it_works .how_it_works_steps .item:nth-child(odd) {
        margin-left: 77px
    }

    .how_it_works .how_it_works_steps .item:nth-child(even) {
        margin-right: 50px
    }

    .how_it_works .how_it_works_steps .item+.item {
        margin-top: 60px
    }

    .testimonials_block .h3 {
        margin-bottom: 90px
    }

    .testimonials_block .trustpilot {
        padding: 50px 45px;
        font-size: 22px
    }

    .testimonials_block .trustpilot:after {
        width: 301px;
        height: 366px;
        background: url(./images/testimonials_block_trustpilot_img_tab.png);
        right: 30px
    }

    .testimonials_block .trustpilot .trustpilot_logo {
        width: 210px;
        height: 51px
    }

    .testimonials_block .trustpilot p {
        font-size: 16px
    }

    .testimonials_block .trustpilot .rate_bar {
        width: 150px;
        height: 29px
    }

    .testimonials_block .testimonials_slider {
        margin-left: -20px;
        margin-right: -20px
    }

    .testimonials_block .testimonials_slider .testimonial_slide {
        width: 69%
    }

    .testimonials_block .testimonials_slider .name {
        font-size: 28px;
        line-height: 38px
    }

    .testimonials_block .testimonials_slider .avatar {
        margin-left: -55px
    }

    .testimonials_block .testimonials_slider .slick-slide .testimonial_slide {
        transform: translateX(calc(38%))
    }

    .testimonials_block .testimonials_slider .slick-center .testimonial_slide {
        transform: translateX(0)
    }

    .testimonials_block .testimonials_slider .slick-center+.slick-slide .testimonial_slide {
        transform: translateX(calc(-38%))
    }

    .testimonials_block .testimonials_slider .slick-dots {
        margin-top: 10px
    }

    .samples_block.violet_decor:before {
        bottom: 0;
        top: 60px
    }

    .samples_block.violet_decor:after {
        bottom: 0;
        top: 125px
    }

    .safetiness_block {
        background: #fff
    }

    .safetiness_block .illustration {
        padding-bottom: 82.5%;
        width: 350px
    }

    .safetiness_block .safetiness_services {
        margin-top: 35px
    }

    .safetiness_block .description p {
        min-height: 160px;
        max-width: 500px
    }

    .read_more_text .banner_quote {
        padding: 95px 35px 35px 270px
    }

    .read_more_text .banner_quote:before {
        left: 35px
    }

    .action_block .logo {
        width: 85px
    }

    .prices .violet_wrapper {
        position: relative
    }

    .prices .violet_wrapper .violet_gradient_bg {
        bottom: -562px
    }

    .prices .violet_wrapper .violet_gradient_bg:before {
        top: 109px
    }

    .prices .violet_wrapper .violet_gradient_bg:after {
        top: 174px
    }

    .samples_wrapper .width {
        max-width: 710px
    }

    .samples_wrapper .sample {
        margin-bottom: 38px
    }

    .prices_calculator .f_group .spin_edit_wrapper {
        width: 180px
    }

    .writer_list_item+.writer_list_item {
        margin-top: 15px
    }

    .writer_list_item .writer_id_row {
        width: 205px
    }

    .writer_list_item .toggle_button {
        width: 50px
    }

    .writer_view_item .writer_info_wrapper {
        padding-left: 95px
    }

    .writer_view_item .writer_avatar {
        width: 80px;
        height: 80px
    }

    .writer_view_item .content_button {
        width: 180px;
        right: 20px;
        top: 40px
    }

    .page_title .h1 {
        font-size: 48px;
        line-height: 56px
    }

    .testimonials .page_title {
        padding-bottom: 75px
    }

    .testimonials .page_title .h1 {
        font-size: 48px;
        line-height: 56px
    }

    .testimonials .page_title .w605px-max {
        max-width: 51.52%
    }

    .testimonials .page_title .trustpilot {
        right: 36px;
        top: 10px
    }

    .testimonials .page_title .trustpilot:after {
        right: -25px;
        top: 50px;
        width: 110px
    }

    .testimonials .page_title .trustpilot .trustpilot_logo {
        left: 0;
        top: 10px
    }

    .testimonials .page_title .trustpilot .trustpilot_rating {
        left: -58px;
        bottom: 22px
    }

    .testimonials .page_title .trustpilot .image_wrapper {
        width: 300px;
        height: 300px
    }

    .testimonials .page_title .trustpilot .image_wrapper img {
        width: 235px;
        left: 29px;
        top: 15px
    }

    .testimonials .page_title .trustpilot .rate_bar {
        width: 90px;
        height: 18px
    }

    .discount_banner .width:before {
        width: 147px;
        left: 30px;
        top: -37px
    }

    .discount_banner .violet_decor>.flex {
        min-height: 75px
    }

    .discount_item {
        width: 230px;
        background-position: right -30px bottom -20px
    }

    .discounts_wrapper .width {
        max-width: 768px
    }

    .about_us .page_title {
        padding-top: 148px
    }

    .about_us .page_title .w605px-max {
        max-width: 55%
    }

    .about_us .page_title .h1 {
        font-size: 48px;
        line-height: 56px
    }

    .about_us .page_title img {
        margin-top: 28px
    }

    .about_us .page_title p {
        line-height: 28px
    }

    .about_us .discount_chip {
        position: absolute;
        left: 50%;
        top: -90px;
        transform: translateX(-50%)
    }

    .about_item .t16px {
        font-size: 15px;
        line-height: 23px
    }

    .contact_us .violet_wrapper .violet_decor {
        bottom: -278px
    }

    .contact_us .violet_wrapper .violet_decor:before {
        top: 109px
    }

    .contact_us .violet_wrapper .violet_decor:after {
        top: 174px
    }

    .archive .violet_decor:before,.static_page .violet_decor:before {
        top: 88px
    }

    .archive .violet_decor:after,.static_page .violet_decor:after {
        top: 150px
    }

    .error404 .main_content {
        padding-top: 186px;
        padding-bottom: 160px
    }

    .error404 .violet_decor:before {
        top: 109px
    }

    .error404 .violet_decor:after {
        top: 174px
    }

    .inline_customer_review.large {
        padding-left: 30px;
        padding-right: 30px
    }

    .inline_customer_review.middle {
        padding-left: 35px;
        padding-right: 35px
    }

    .inline_customer_review.small {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width: 768px) and (min-width:1024px) {
    footer .services_menu {
        width:calc(100% - 430px)
    }

    footer .contacts_group {
        width: 430px
    }

    footer .soc {
        margin-top: 27px
    }
}

@media (min-width: 768px) and (min-width:1024px) and (max-width:1209px) {
    footer .services_menu li {
        width:33.33%
    }
}

@media (min-width: 768px) and (min-width:1024px) {
    .cookie_tip {
        bottom:20px;
        left: 20px
    }
}

@media (min-width: 768px) and (min-width:1210px) {
    .header_nav_wrapper .menu-item-has-children,.user_account {
        position:relative;
        display: flex
    }

    .header_nav_wrapper .menu-item-has-children>a:first-child:after,.header_nav_wrapper .menu-item-has-children>i,.header_nav_wrapper .menu-item-has-children>span:first-child:after,.user_account>a:first-child:after,.user_account>i,.user_account>span:first-child:after {
        display: inline-block;
        content: '';
        width: 8px;
        height: 8px;
        background: url(./images/arrow_white.svg) center no-repeat;
        order: 10;
        transition: .3s all;
        margin: 0 0 0 5px;
        vertical-align: middle;
        align-self: center
    }

    .header_nav_wrapper .menu-item-has-children>a:first-child,.header_nav_wrapper .menu-item-has-children>span,.user_account>a:first-child,.user_account>span {
        display: inline-flex
    }

    .header_nav_wrapper .menu-item-has-children ul,.user_account ul {
        border-radius: 8px;
        background: #fff;
        border: 1px solid #d9dce6;
        position: absolute;
        transition: .3s all;
        transform-origin: 50% 0;
        opacity: 0;
        display: block!important;
        pointer-events: none;
        transform: translateX(-50%) scaleX(.7);
        left: 50%;
        top: calc(100% + 16px);
        width: auto;
        min-width: 250px;
        padding: 8px;
        text-transform: none;
        font-weight: 500;
        text-align: center
    }

    .header_nav_wrapper .menu-item-has-children ul a,.user_account ul a {
        padding: 7px 5px;
        display: block;
        color: inherit
    }

    .header_nav_wrapper .menu-item-has-children ul a:hover,.user_account ul a:hover {
        color: #6e5fd3;
        background-color: #f0f1f5;
        border-radius: 4px
    }

    .header_nav_wrapper .menu-item-has-children:hover:before,.user_account:hover:before {
        display: block;
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        bottom: -16px
    }

    .header_nav_wrapper .menu-item-has-children:hover a:first-child:after,.header_nav_wrapper .menu-item-has-children:hover>i,.header_nav_wrapper .menu-item-has-children:hover>span:first-child:after,.user_account:hover a:first-child:after,.user_account:hover>i,.user_account:hover>span:first-child:after {
        transform: rotate(-180deg)
    }

    .header_nav_wrapper .menu-item-has-children:hover ul,.user_account:hover ul {
        opacity: 1;
        transform: translateX(-50%) scaleX(1);
        pointer-events: all
    }

    .violet_decor:before {
        right: calc(50% + 13px)
    }

    .violet_decor:after {
        left: calc(50% + 35px)
    }

    .page_title.on_discounts h1 {
        font-size: 48px;
        line-height: 56px
    }

    .faq .page_title h1 {
        font-size: 48px;
        line-height: 56px
    }

    .header_nav_wrapper {
        display: block!important;
        overflow: hidden;
        line-height: 20px;
        font-size: 13px
    }

    .IE_detected .header_nav_wrapper {
        overflow: visible
    }

    .header_nav_wrapper:hover {
        overflow: unset
    }

    .header_nav_wrapper:hover .header_nav>ul>li>a:not(:hover),.header_nav_wrapper:hover .header_nav>ul>li>span:not(:hover) {
        color: #c1bbeb
    }

    .header_nav_wrapper:hover .header_nav>ul>li a:first-child:after,.header_nav_wrapper:hover .header_nav>ul>li>i,.header_nav_wrapper:hover .header_nav>ul>li>span:first-child:after {
        background: url(./images/menu_arrow_hover.svg) center no-repeat
    }

    .header_nav_wrapper:hover .header_nav>ul>li:hover a:first-child:after,.header_nav_wrapper:hover .header_nav>ul>li:hover>i,.header_nav_wrapper:hover .header_nav>ul>li:hover>span:first-child:after {
        background: url(./images/arrow_white.svg) center no-repeat
    }

    .header_nav_wrapper ul {
        list-style: none
    }

    .header_nav_wrapper .header_nav>ul>li>a,.header_nav_wrapper .header_nav>ul>li>span {
        color: #fff
    }

    .header_nav_wrapper .header_nav>ul>li:hover>a,.header_nav_wrapper .header_nav>ul>li:hover>span {
        color: #fff!important
    }

    .header_nav_wrapper .header_nav>ul>li>span {
        transition: .3s color;
        cursor: default
    }

    .header_nav_wrapper .header_nav>ul>li+li {
        margin-left: 20px
    }

    .user_account ul {
        top: calc(100% + 8px);
        line-height: 20px
    }

    .user_account>a {
        padding: 8px 16px;
        border: 1px solid #9488de
    }

    .user_account>a:after {
        margin-left: 10px!important
    }

    .user_account>a svg {
        margin-right: 8px
    }

    .user_account>a:hover {
        color: #fff
    }

    .user_account .logout a {
        border-top: 1px solid #d9dce6;
        margin: 0 -8px -8px;
        border-radius: 0 0 8px 8px
    }

    .user_account .logout a svg {
        color: #6e5fd3
    }

    .main_calculator {
        padding-top: 125px;
        min-height: 820px
    }

    .main_calculator .width {
        display: flex;
        justify-content: space-between;
        align-items: flex-start
    }

    .main_calculator .violet_decor {
        bottom: 0
    }

    .main_calculator .violet_decor:before {
        top: 100px
    }

    .main_calculator .violet_decor:after {
        top: 165px
    }

    .main_calculator .calculator {
        width: 375px;
        padding-left: 25px;
        padding-right: 25px;
        border-radius: 20px
    }

    .main_calculator .calculator h3 {
        font-size: 20px;
        line-height: 26px
    }

    .main_calculator .calculator h3 svg {
        width: 42px;
        height: 42px
    }

    .main_calculator .calculator .f_group.academic-level {
        overflow: unset
    }

    .IE_detected .main_calculator .calculator .f_group.academic-level {
        overflow: visible
    }

    .main_calculator .calculator .rs-tooltip {
        font-size: 16px;
        bottom: calc(100% + 7px)
    }

    .main_calculator .slogan {
        text-align: left;
        width: 600px
    }

    .main_calculator .trustpilot {
        position: absolute;
        left: calc(50% - 317px);
        top: 316px;
        z-index: 1;
        height: 448px;
        width: 493px;
        background: url(./images/trustpilot_trace.svg)
    }

    .main_calculator .trustpilot .trustpilot_review {
        border-radius: 40px 2px 40px 40px
    }

    .main_calculator .trustpilot .rate_bar {
        transform: scale(.92);
        transform-origin: 29% 50%
    }

    .main_calculator .trustpilot .trustpilot_review_wrapper {
        top: 299px;
        left: -78px
    }

    .main_calculator .trustpilot .trustpilot_review_wrapper .trustpilot_avatar {
        width: 60px;
        height: 60px;
        right: 10px;
        top: -20px
    }

    .main_calculator .trustpilot .trustpilot_review_wrapper .t14px {
        font-size: 13px;
        padding-top: 2px
    }

    .main_calculator .trustpilot .trustpilot_rating_wrapper {
        left: 166px;
        top: -134px
    }

    .main_calculator .trustpilot .trustpilot_rating_wrapper .trustpilot_avatar {
        width: 60px;
        height: 60px;
        left: 212px;
        top: 69px
    }

    .main_calculator .trustpilot .status {
        right: 62px;
        top: 10px;
        font-size: 11px
    }

    .why_choose_us .width {
        background: #fff;
        border-radius: 0 0 20px 20px;
        box-shadow: 0 20px 18px 0 rgba(22,13,80,.1);
        position: relative;
        z-index: 1
    }

    .why_choose_us+.violet_bg,.why_choose_us+.violet_gradient_bg {
        margin-top: -100px;
        padding-top: 180px
    }

    .how_it_works .how_it_works_steps {
        width: 977px;
        height: 1134px;
        background: url(./images/how_it_works_steps_bg.svg) no-repeat;
        background-size: cover
    }

    .how_it_works .how_it_works_steps .item {
        min-height: 105px
    }

    .how_it_works .how_it_works_steps .item+.item {
        margin-top: 130px
    }

    .testimonials_block .h3 {
        margin-bottom: 75px
    }

    .testimonials_block .width>div {
        position: relative;
        max-width: 900px
    }

    .testimonials_block .trustpilot {
        padding: 45px 265px 45px 45px;
        min-height: 500px;
        display: flex;
        align-items: flex-end;
        flex-wrap: wrap;
        font-size: 17px
    }

    .IE_detected .testimonials_block .trustpilot {
        height: 500px
    }

    .testimonials_block .trustpilot:after {
        width: 415px;
        height: 526px;
        background: url(./images/testimonials_block_trustpilot_img.png);
        background-size: cover;
        right: -140px
    }

    .testimonials_block .trustpilot .trustpilot_logo {
        width: 160px;
        height: 39px
    }

    .testimonials_block .trustpilot p {
        font-size: 14px;
        width: 272px
    }

    .testimonials_block .trustpilot .rate_bar {
        width: 110px;
        height: 21px
    }

    .testimonials_block .testimonials_slider {
        width: 660px;
        position: absolute;
        left: -70px;
        top: 25px
    }

    .testimonials_block .testimonials_slider p {
        -webkit-line-clamp: 7
    }

    .testimonials_block .testimonials_slider:after,.testimonials_block .testimonials_slider:before {
        display: block;
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 1;
        width: 20px
    }

    .testimonials_block .testimonials_slider:before {
        left: 0;
        background: linear-gradient(to right,#fff 0,#fff 3px,rgba(255,255,255,0) calc(100% - 5px),rgba(255,255,255,0) 100%)
    }

    .testimonials_block .testimonials_slider:after {
        right: 0;
        background: linear-gradient(to left,#e5f4fe 0,#e5f4fe 3px,rgba(229,244,254,0) calc(100% - 5px),rgba(229,244,254,0) 100%)
    }

    .testimonials_block .testimonials_slider .testimonial_slide {
        padding: 25px 25px 30px;
    }

    .testimonials_block .testimonials_slider .avatar {
        width: 110px;
        height: 110px;
        margin-top: -53px
    }

    .testimonials_block .testimonials_slider p {
        -webkit-line-clamp: 6
    }

    .testimonials_block .testimonials_slider .slick-dots {
        margin-top: -10px;
        padding-right: 30px;
        position: relative;
        z-index: 1;
        justify-content: flex-end
    }

    .testimonials_block .testimonials_slider .slick-dots li:not(.slick-active) {
        background: #bac4da
    }

    .samples_block {
        padding-bottom: 230px
    }

    .samples_block.violet_decor:before {
        bottom: 0;
        top: 130px
    }

    .samples_block.violet_decor:after {
        bottom: 0;
        top: 225px
    }

    .samples_block .block_description,.samples_block .h2 {
        text-align: left
    }

    .samples_block .buttons_wrapper {
        justify-content: flex-start
    }

    .safetiness_block .illustration {
        width: 476px;
        height: 393px
    }

    .safetiness_block .flex-nowrap-tablet {
        flex-wrap: wrap
    }

    .safetiness_block .safetiness_services {
        margin-top: 60px
    }

    .safetiness_block .width {
        background: #fff;
        border-radius: 20px 20px 0 0;
        box-shadow: 0 -20px 18px 0 rgba(22,13,80,.1);
        position: relative;
        z-index: 1
    }

    .violet_gradient_bg+.safetiness_block {
        margin-top: -120px
    }

    .read_more_text .width:before {
        margin-left: 20px
    }

    .read_more_text .read_more_button {
        margin-right: -64px;
        margin-top: -73px
    }

    .read_more_text .banner_quote {
        padding: 95px 55px 35px 300px
    }

    .read_more_text .banner_quote:before {
        left: 50px
    }

    .action_block .logo {
        width: 100px
    }

    .prices .violet_gradient_bg:before {
        top: 100px;
        max-height: 721px
    }

    .prices .violet_gradient_bg:after {
        top: 165px;
        max-height: 656px
    }

    .samples_wrapper .width[style*="max-width: 718px"] {
        max-width: 1036px!important
    }

    .samples_wrapper .sample {
        margin-bottom: 35px
    }

    .writers_list {
        background: #fff;
        border: 1px solid #d9dce6
    }

    .writer_list_item {
        border-radius: 0
    }

    .writer_list_item+.writer_list_item {
        border-top: 1px solid #d9dce6
    }

    .writer_list_item .expanded_content {
        width: 310px
    }

    .writer_list_item .writer_list_count {
        width: 50px
    }

    .writer_list_item .writer_id_row {
        padding-left: 15px;
        width: 315px
    }

    .writer_list_item .writer_id_row .writer_id {
        min-width: 120px
    }

    .writer_list_item .writer_statistic .t11px {
        font-size: 12px
    }

    .writer_list_item .writer_statistic .t18px {
        font-size: 16px
    }

    .writer_list_item .writer_statistic .simple_rating_count .t18px {
        font-size: 20px
    }

    .writer_list_item .expanded_content {
        display: block!important
    }

    .writer_view_item .writer_info_wrapper {
        padding-left: 145px
    }

    .writer_view_item .writer_subjects_list {
        margin-left: 145px
    }

    .writer_view_item .writer_avatar {
        width: 120px;
        height: 120px
    }

    .writer_view_item .content_button {
        top: 50px;
        right: 25px;
        width: 225px
    }

    .writer_view_item .writer_id {
        font-size: 24px
    }

    .testimonials .page_title {
        padding-top: 110px;
        padding-bottom: 120px
    }

    .testimonials .page_title .trustpilot {
        top: -75px;
        right: 42px
    }

    .testimonials .page_title .trustpilot:after {
        right: -25px;
        top: 75px
    }

    .testimonials .page_title .trustpilot .trustpilot_logo {
        left: 10px;
        top: 30px
    }

    .testimonials .page_title .trustpilot .trustpilot_rating {
        left: -94px;
        bottom: 84px
    }

    .testimonials .page_title .trustpilot .trustpilot_rating .t10px {
        font-size: 12px
    }

    .testimonials .page_title .trustpilot .trustpilot_rating .t13px {
        font-size: 15px
    }

    .testimonials .page_title .trustpilot .image_wrapper {
        width: 425px;
        height: 425px
    }

    .testimonials .page_title .trustpilot .image_wrapper img {
        width: 337px;
        left: 42px;
        top: 20px
    }

    .testimonials .page_title .trustpilot .rate_bar {
        width: 100px;
        height: 19px
    }

    .discount_banner .width:before {
        width: 109px;
        top: -24px;
        left: 14px
    }

    .discount_item {
        width: 270px
    }

    .about_us .page_title {
        padding-top: 66px
    }

    .about_us .discount_chip {
        position: absolute;
        left: 0;
        top: 10px
    }

    .faq_items_wrapper .accordion {
        max-width: 700px
    }

    .contact_us .violet_wrapper .violet_decor {
        bottom: -266px
    }

    .contact_us .violet_wrapper .violet_decor:before {
        top: 100px
    }

    .contact_us .violet_wrapper .violet_decor:after {
        top: 165px
    }

    .archive .violet_decor:before,.static_page .violet_decor:before {
        top: 100px
    }

    .archive .violet_decor:after,.static_page .violet_decor:after {
        top: 165px
    }

    .error404 .main_content {
        padding-top: 180px;
        padding-bottom: 150px
    }

    .error404 .violet_decor:before {
        top: 100px
    }

    .error404 .violet_decor:after {
        top: 165px
    }

    .inline_customer_review {
        margin-left: 30px;
        margin-right: 30px
    }

    footer .footer_links {
        padding-left: 430px
    }

    footer .copy {
        margin-left: 235px
    }
}

@media (min-width: 768px) and (min-width:1250px) {
    header {
        padding-right:10px;
        padding-left: 10px
    }

    header .width {
        max-width: 1360px
    }
}

@media (min-width: 768px) and (min-width:1361px) {
    .header_nav_wrapper {
        margin-left:50px
    }

    .header_nav_wrapper .header_nav>ul>li+li {
        margin-left: 30px
    }
}

@media (min-width: 768px) and (min-width:1440px) {
    .header_nav_wrapper {
        margin-left:50px
    }

    .header_nav_wrapper .header_nav>ul>li+li {
        margin-left: 30px
    }

    .cookie_tip {
        left: calc(50% - 700px)
    }
}

.pagination_list {
    max-width: 505px
}


.pagination {
    margin-bottom: 45px;
    line-height: 30px;
}
.pagination .prev,
.pagination .next {
    padding: 10px 13px;
    margin: 0 15px;
    border-radius: 4px;
    border-right: 1px solid #ddd;
    color: #51ab6d;
}

.pagination__page-numbers {
    display: inline-block;
}
.pagination__page-numbers .current {
    background: #f8f9fa;
    color: #51ab6d;
}

.page-numbers {
    font-weight: 600;
    color: #666660;
    font-size: 13px;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 10px 16px;
    font-family: "Lato", sans-serif;
    border-right: none;
}
.page-numbers:hover {
    background-color: #f8f9fa;
}
.page-numbers:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.page-numbers:last-child {
    border-right: 1px solid #ddd;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

/* ================================================================
   ESSAY BISHOPS UPGRADE CSS v2.1
   All classes prefixed eb- to avoid conflicts with existing styles
   Appended safely below original stylesheet
   ================================================================ */

/* ── Global font upgrade ─────────────────────────────────────── */
body, input, textarea, select, button {
    font-family: 'DM Sans', 'Lato', -apple-system, BlinkMacSystemFont, sans-serif;
}

/* ── WP Generator hidden ─────────────────────────────────────── */
/* (handled in functions.php) */

/* ── Hover underline utility ─────────────────────────────────── */
.hover-underline {
    position: relative;
    text-decoration: none;
}
.hover-underline::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: currentColor;
    transition: width .22s ease;
    border-radius: 2px;
}
.hover-underline:hover::after { width: 100%; }

/* ── Content + Sidebar grid ──────────────────────────────────── */
.eb-content-sidebar-grid {
    display: grid;
    grid-template-columns: 1fr 290px;
    gap: 40px;
    align-items: start;
}
@media (max-width: 1100px) {
    .eb-content-sidebar-grid {
        grid-template-columns: 1fr;
    }
    .eb-sidebar-column {
        display: none;
    }
}

/* ── Sticky sidebar mechanics ────────────────────────────────── */
.eb-sticky-wrap {
    position: relative;
    min-height: 100px;
}
.sticky-sidebar-inner {
    position: relative;
    will-change: top;
}

/* ── Sidebar widget base ─────────────────────────────────────── */
.eb-sidebar-widget {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #e9e7ff;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(88,74,194,.08);
    transition: box-shadow .22s ease;
}
.eb-sidebar-widget:hover {
    box-shadow: 0 4px 20px rgba(88,74,194,.14);
}
.eb-sidebar-widget-title {
    font-size: 15px;
    font-weight: 700;
    color: #000045;
    margin: 0 0 14px;
    padding-bottom: 11px;
    border-bottom: 2px solid #f5f3ff;
    letter-spacing: .01em;
}

/* ── CTA sidebar widget ──────────────────────────────────────── */
.eb-sidebar-cta {
    background: linear-gradient(145deg, #7868d8, #4537af);
    border: none;
    padding: 0;
    overflow: hidden;
}
.eb-sidebar-cta-title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 8px;
}
.eb-sidebar-cta-desc {
    font-size: 13px;
    color: rgba(255,255,255,.85);
    margin: 0 0 4px;
}
.eb-sidebar-cta .content_button {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    box-sizing: border-box;
}
.eb-sidebar-cta .light_violet_bordered_button {
    border-color: rgba(255,255,255,.45) !important;
    color: #fff !important;
    margin-top: 8px;
}
.eb-sidebar-cta .light_violet_bordered_button:hover {
    border-color: #fff !important;
    background: rgba(255,255,255,.12) !important;
}
.eb-sidebar-cta .violet_button {
    background: rgba(255,255,255,.18) !important;
    box-shadow: none !important;
    border: 1px solid rgba(255,255,255,.5) !important;
}
.eb-sidebar-cta .violet_button:hover {
    background: #fff !important;
    color: #6857d0 !important;
}
/* Override: pad the inner content of cta widget */
.eb-sidebar-cta > * {
    display: none;
}
.eb-sidebar-cta {
    padding: 24px !important;
}
.eb-sidebar-cta > * {
    display: block;
}
.eb-sidebar-coupon {
    font-size: 12px;
    color: rgba(255,255,255,.8);
    background: rgba(0,0,0,.18);
    border-radius: 6px;
    padding: 6px 10px;
    margin-top: 10px;
    text-align: center;
}

/* ── Trust list ──────────────────────────────────────────────── */
.eb-trust-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.eb-trust-list li {
    padding: 8px 0;
    font-size: 14px;
    color: #45456d;
    border-bottom: 1px solid #f5f3ff;
    line-height: 1.4;
}
.eb-trust-list li:last-child { border-bottom: none; }

/* ── Category list in sidebar ────────────────────────────────── */
.eb-cat-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.eb-cat-item { border-bottom: 1px solid #f5f3ff; }
.eb-cat-item:last-child { border-bottom: none; }
.eb-cat-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 9px 0;
    color: #45456d;
    text-decoration: none;
    font-size: 14px;
    transition: color .2s, padding-left .2s;
}
.eb-cat-link:hover { color: #6857d0; padding-left: 5px; }
.eb-cat-count {
    font-size: 12px;
    color: #fff;
    background: #6857d0;
    border-radius: 50px;
    padding: 2px 8px;
    font-weight: 600;
    min-width: 22px;
    text-align: center;
    flex-shrink: 0;
}

/* ── Tag cloud in sidebar ────────────────────────────────────── */
.eb-tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}
.eb-tag-chip {
    display: inline-block;
    padding: 5px 12px;
    background: #f5f3ff;
    color: #6857d0;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid #e9e7ff;
    transition: background .2s, color .2s;
}
.eb-tag-chip:hover, .eb-tag-chip.eb-tag-active {
    background: #6857d0;
    color: #fff;
    border-color: #6857d0;
}

/* ── Breadcrumbs ─────────────────────────────────────────────── */
.eb-breadcrumbs { margin-bottom: 20px; }
.eb-breadcrumb-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 4px;
    font-size: 13px;
}
.eb-breadcrumb-item a {
    color: #6857d0;
    text-decoration: none;
    font-weight: 500;
}
.eb-breadcrumb-item a:hover { text-decoration: underline; }
.eb-breadcrumb-item span { color: #7f7fa2; }
.eb-breadcrumb-sep { color: #c4c4d8; font-size: 13px; }

/* Breadcrumbs on violet hero backgrounds */
.violet_wrapper .eb-breadcrumb-item a,
.violet_wrapper .eb-breadcrumb-sep,
.violet_wrapper .eb-breadcrumb-item span { color: rgba(255,255,255,.75); }
.violet_wrapper .eb-breadcrumb-item a:hover { color: #fff; }

/* ── Post meta bar ───────────────────────────────────────────── */
.eb-post-meta-bar { margin-bottom: 16px; }
.eb-post-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: #7f7fa2;
}
.eb-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.eb-meta-item svg { color: #6857d0; flex-shrink: 0; }
.eb-cat-chip {
    display: inline-block;
    padding: 3px 10px;
    background: #f5f3ff;
    color: #6857d0;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid #e9e7ff;
    transition: background .2s, color .2s;
}
.eb-cat-chip:hover { background: #6857d0; color: #fff; border-color: #6857d0; }

/* ── Featured image ──────────────────────────────────────────── */
.eb-featured-img {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 24px;
}
.eb-featured-img img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 16/9;
    object-fit: cover;
}

/* ── Post title ──────────────────────────────────────────────── */
.eb-post-title {
    font-size: clamp(24px, 4vw, 38px);
    line-height: 1.2;
    color: #000045;
    margin-bottom: 24px;
    font-weight: 700;
}

/* ── Post content typography ─────────────────────────────────── */
.eb-post-content h2 {
    font-size: clamp(20px, 3vw, 28px);
    margin-top: 40px;
    margin-bottom: 14px;
    color: #000045;
    scroll-margin-top: 90px;
}
.eb-post-content h3 {
    font-size: clamp(17px, 2.5vw, 22px);
    margin-top: 30px;
    margin-bottom: 10px;
    color: #000045;
    scroll-margin-top: 90px;
}
.eb-post-content p {
    font-size: 17px;
    line-height: 1.78;
    margin-bottom: 20px;
    color: #45456d;
}
.eb-post-content ul,
.eb-post-content ol {
    padding-left: 24px;
    margin-bottom: 20px;
}
.eb-post-content li {
    font-size: 17px;
    line-height: 1.72;
    margin-bottom: 8px;
    color: #45456d;
}
.eb-post-content a { color: #6857d0; }
.eb-post-content a:hover { color: #4537af; }
.eb-post-content blockquote {
    border-left: 4px solid #6857d0;
    padding: 14px 20px;
    background: #f5f3ff;
    border-radius: 0 8px 8px 0;
    margin: 24px 0;
    font-style: italic;
    color: #45456d;
}
.eb-post-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}
.eb-post-content table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    font-size: 15px;
}
.eb-post-content th,
.eb-post-content td {
    padding: 10px 14px;
    border: 1px solid #e1e4e8;
    text-align: left;
}
.eb-post-content th {
    background: #f5f3ff;
    font-weight: 700;
    color: #000045;
}

/* ── Tags ────────────────────────────────────────────────────── */
.eb-post-tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    padding: 18px 0;
    border-top: 1px solid #e9e7ff;
    border-bottom: 1px solid #e9e7ff;
    margin-top: 24px;
}
.eb-tags-label {
    font-weight: 600;
    color: #000045;
    font-size: 14px;
    flex-shrink: 0;
}
.eb-tags-list { display: flex; flex-wrap: wrap; gap: 7px; }
.eb-tag-chip { display: inline-block; padding: 5px 13px; background: #f5f3ff; color: #6857d0; border-radius: 50px; font-size: 13px; font-weight: 500; text-decoration: none; border: 1px solid #e9e7ff; transition: background .2s, color .2s; }
.eb-tag-chip:hover { background: #6857d0; color: #fff; border-color: #6857d0; }

/* ── Post navigation ─────────────────────────────────────────── */
.eb-post-nav {
    border-top: 1px solid #e9e7ff;
    padding-top: 20px;
    margin-top: 28px;
}
.eb-post-nav a {
    color: #6857d0;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    display: block;
    transition: color .2s;
}
.eb-post-nav a:hover { color: #4537af; }
.eb-nav-label {
    font-size: 12px;
    color: #a6adb4;
    font-weight: 500;
    letter-spacing: .04em;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
}

/* ── Inline CTA banner ───────────────────────────────────────── */
.eb-cta-banner {
    background: linear-gradient(135deg, #f5f3ff, #e9e7ff);
    border: 1px solid #e9e7ff;
    border-radius: 16px;
    padding: 24px 28px;
}
.eb-cta-banner h3 { color: #000045; margin: 0 0 6px; }
.eb-cta-banner p { color: #7f7fa2; margin: 0; font-size: 14px; }

/* ── Related posts ───────────────────────────────────────────── */
.eb-related-posts { margin-top: 44px; }
.eb-related-title {
    font-size: 22px;
    font-weight: 700;
    color: #000045;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #e9e7ff;
}
.eb-related-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}
@media (max-width: 600px) { .eb-related-grid { grid-template-columns: 1fr; } }
.eb-related-card {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e9e7ff;
    overflow: hidden;
    transition: transform .22s ease, box-shadow .22s ease;
}
.eb-related-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(88,74,194,.14); }
.eb-related-thumb-link { display: block; overflow: hidden; }
.eb-related-thumb { width: 100%; height: 130px; object-fit: cover; display: block; transition: transform .35s ease; }
.eb-related-card:hover .eb-related-thumb { transform: scale(1.04); }
.eb-related-body { padding: 14px; }
.eb-related-date { font-size: 12px; color: #a6adb4; font-weight: 500; }
.eb-related-post-title { font-size: 14px; font-weight: 700; margin: 5px 0 7px; line-height: 1.35; }
.eb-related-post-title a { color: #000045; text-decoration: none; transition: color .2s; }
.eb-related-post-title a:hover { color: #6857d0; }
.eb-related-excerpt { font-size: 13px; color: #7f7fa2; line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

/* ── Table of Contents ───────────────────────────────────────── */
.eb-toc { max-height: 280px; overflow-y: auto; scrollbar-width: thin; scrollbar-color: #e9e7ff transparent; }
.eb-toc::-webkit-scrollbar { width: 3px; }
.eb-toc::-webkit-scrollbar-thumb { background: #e9e7ff; border-radius: 3px; }
.eb-toc-list { list-style: none; padding: 0; margin: 0; }
.eb-toc-item { border-bottom: 1px solid #f5f3ff; }
.eb-toc-item:last-child { border-bottom: none; }
.eb-toc-item a { display: block; padding: 7px 0; font-size: 13px; color: #45456d; text-decoration: none; line-height: 1.4; transition: color .2s, padding-left .2s; }
.eb-toc-item a:hover, .eb-toc-item a.eb-toc-active { color: #6857d0; padding-left: 5px; font-weight: 600; }
.eb-toc-h3 > a { padding-left: 14px; font-size: 12px; color: #7f7fa2; }

/* ── Blog card layout ────────────────────────────────────────── */
.eb-blog-list { display: flex; flex-direction: column; gap: 0; }
.eb-blog-card {
    background: #fff;
    border: 1px solid #e9e7ff;
    box-shadow: 0 1px 6px rgba(88,74,194,.07);
    margin-bottom: 18px;
    transition: box-shadow .22s ease, transform .22s ease;
}
.eb-blog-card:hover { box-shadow: 0 6px 24px rgba(88,74,194,.13); transform: translateY(-2px); }
.eb-blog-card:last-child { margin-bottom: 0; }
.eb-blog-card-inner { display: flex; gap: 20px; align-items: flex-start; }
.eb-blog-thumb { width: 170px; height: 125px; flex-shrink: 0; border-radius: 8px; overflow: hidden; }
.eb-blog-thumb-img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .35s ease; }
.eb-blog-card:hover .eb-blog-thumb-img { transform: scale(1.05); }
.eb-blog-body { flex: 1; min-width: 0; }
.eb-blog-meta { display: flex; align-items: center; gap: 8px; font-size: 13px; color: #7f7fa2; margin-bottom: 6px; flex-wrap: wrap; }
.eb-read-time, .eb-author-name { color: #a6adb4; }
.eb-meta-dot { color: #c4c4d8; }
.eb-cat-chip-sm { display: inline-block; padding: 2px 9px; background: #f5f3ff; color: #6857d0; border-radius: 50px; font-size: 11px; font-weight: 600; text-decoration: none; border: 1px solid #e9e7ff; }
.eb-read-more { color: #6857d0 !important; transition: color .2s, gap .2s; }
.eb-read-more:hover { color: #4537af !important; }

@media (max-width: 600px) {
    .eb-blog-card-inner { flex-direction: column; }
    .eb-blog-thumb { width: 100%; height: 160px; }
}

/* ── Gap utilities ───────────────────────────────────────────── */
.gap15 { gap: 15px; }
.mar8-t { margin-top: 8px; }
.mar15-b { margin-bottom: 15px; }
.mar25-t { margin-top: 25px; }
.mar30-t { margin-top: 30px; }
.mar40-t { margin-top: 40px; }

/* ── Accessibility: focus ring ───────────────────────────────── */
a:focus-visible,
button:focus-visible {
    outline: 3px solid #6857d0;
    outline-offset: 3px;
    border-radius: 4px;
}

/* ── Reduced motion ──────────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
    }
}

/* ── Print styles ────────────────────────────────────────────── */
@media print {
    .eb-sidebar-column, .eb-cta-banner, .eb-related-posts,
    header, footer, .cta_block { display: none !important; }
    .eb-content-sidebar-grid { grid-template-columns: 1fr !important; }
}

/* ═══════════════════════════════════════════════════════════════════════════
   TINKERBELL v3 UPGRADE — Single Post, Blog Archive, Sidebar & SEO Enhancements
   Competitive with: essaypro.com, gradesfixer.com, edubirdie.com, ukwritings.com
   Target markets: AU, UK, UAE, Kuwait (AUM), Canada, USA
   ═══════════════════════════════════════════════════════════════════════════ */

/* ── Layout grid (replaces old eb- grid) ─────────────────────────── */
.tb-layout-grid {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 44px;
    align-items: start;
}
.tb-archive-wrap .tb-layout-grid { padding-top: 40px; padding-bottom: 48px; }
@media (max-width: 1080px) {
    .tb-layout-grid { grid-template-columns: 1fr; }
    .tb-sidebar      { display: none; }
}

/* ── Post hero header ─────────────────────────────────────────────── */
.tb-post-hero {
    background: linear-gradient(135deg, #0f0536 0%, #2d1b72 60%, #4537af 100%);
    padding: 36px 0 32px;
    border-bottom: 3px solid rgba(255,255,255,.07);
}
.tb-post-hero-inner { max-width: 820px; }
.tb-post-hero-title {
    font-size: clamp(1.5rem, 3vw, 2.1rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.3;
    margin: 8px 0 14px;
}
.tb-post-meta-row { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.tb-meta-pill {
    display: inline-flex; align-items: center; gap: 5px;
    font-size: 13px; color: rgba(255,255,255,.78);
}
.tb-cat-badge {
    display: inline-block; background: rgba(255,255,255,.15); color: #fff;
    padding: 3px 12px; border-radius: 30px; font-size: 12px; font-weight: 700;
    text-decoration: none; transition: background .2s;
}
.tb-cat-badge:hover { background: rgba(255,255,255,.28); }

/* ── Main content wrapper ─────────────────────────────────────────── */
.tb-layout-wrap { padding: 0 0 60px; }
.tb-main { min-width: 0; }
.tb-featured-img { margin-bottom: 28px; border-radius: 14px; overflow: hidden; }
.tb-thumb { width: 100%; height: auto; display: block; }

/* ── Article content ──────────────────────────────────────────────── */
.tb-article { background: #fff; border-radius: 14px; padding: 36px 40px; box-shadow: 0 2px 16px rgba(88,74,194,.07); margin-bottom: 28px; }
@media (max-width: 767px) { .tb-article { padding: 22px 18px; } }
.tb-post-content { color: #2d2d45; font-size: 1rem; line-height: 1.85; }
.tb-post-content h2 { font-size: 1.5rem; font-weight: 800; color: #0f0536; margin: 2rem 0 .75rem; line-height: 1.3; }
.tb-post-content h3 { font-size: 1.18rem; font-weight: 700; color: #1e1748; margin: 1.5rem 0 .6rem; }
.tb-post-content h4 { font-size: 1rem; font-weight: 700; color: #2d1b72; margin: 1.2rem 0 .5rem; }
.tb-post-content p  { margin-bottom: 1rem; }
.tb-post-content ul, .tb-post-content ol { padding-left: 1.5rem; margin-bottom: 1rem; }
.tb-post-content li { margin-bottom: .4rem; }
.tb-post-content strong { color: #0f0536; }
.tb-post-content a  { color: #6857d0; font-weight: 600; text-decoration: underline; }
.tb-post-content blockquote {
    border-left: 4px solid #6857d0; padding: .75rem 1.25rem;
    background: #f5f3ff; border-radius: 0 10px 10px 0;
    color: #2d1b72; font-style: italic; margin: 1.5rem 0;
}
.tb-post-content img { border-radius: 10px; max-width: 100%; height: auto; margin: 1.5rem 0; }
.tb-post-content table { width: 100%; border-collapse: collapse; margin: 1.5rem 0; font-size: .9rem; }
.tb-post-content th { background: #6857d0; color: #fff; padding: 10px 14px; text-align: left; }
.tb-post-content td { padding: 9px 14px; border-bottom: 1px solid #e9e7ff; }
.tb-post-content tr:hover td { background: #f9f8ff; }

/* ── Inline CTA blocks ────────────────────────────────────────────── */
.tb-inline-cta {
    margin: 2.2rem 0;
    padding: 1.5rem 1.75rem;
    border-radius: 14px;
    font-family: inherit;
}
.tb-cta-mid {
    background: #f5f3ff;
    border: 1px solid #d4cefc;
    border-left: 5px solid #6857d0;
}
.tb-cta-late {
    background: linear-gradient(135deg, #fffbeb, #fef3c7);
    border: 1px solid #fde68a;
}
.tb-icta-label {
    font-size: .72rem; font-weight: 800; text-transform: uppercase;
    letter-spacing: .08em; color: #6857d0; margin-bottom: .4rem;
}
.tb-cta-late .tb-icta-label { color: #92400e; }
.tb-icta-heading { font-size: 1.1rem; font-weight: 800; color: #0f0536; margin: 0 0 .55rem; line-height: 1.35; }
.tb-icta-text    { color: #45456d; font-size: .875rem; line-height: 1.65; margin-bottom: 1rem; }
.tb-icta-actions { display: flex; flex-wrap: wrap; gap: .6rem; align-items: center; }
.tb-icta-btn-primary {
    display: inline-block; background: #6857d0; color: #fff !important;
    padding: .6rem 1.5rem; border-radius: 8px; font-weight: 700;
    text-decoration: none !important; font-size: .9rem;
    transition: background .2s, transform .15s;
}
.tb-icta-btn-primary:hover { background: #4537af; transform: translateY(-1px); }
.tb-icta-btn-gold {
    display: inline-block; background: #d97706; color: #fff !important;
    padding: .6rem 1.5rem; border-radius: 8px; font-weight: 700;
    text-decoration: none !important; font-size: .9rem;
    transition: background .2s, transform .15s;
}
.tb-icta-btn-gold:hover { background: #b45309; transform: translateY(-1px); }
.tb-icta-btn-ghost {
    display: inline-block; border: 2px solid #6857d0; color: #6857d0 !important;
    padding: .55rem 1.3rem; border-radius: 8px; font-weight: 700;
    text-decoration: none !important; font-size: .9rem; background: transparent;
    transition: all .2s;
}
.tb-icta-btn-ghost:hover { background: #6857d0; color: #fff !important; }
.tb-icta-code { font-size: .8rem; color: #2d1b72; font-weight: 600; }

/* ── Guarantees strip ─────────────────────────────────────────────── */
.tb-guarantees-strip {
    display: flex; flex-wrap: wrap; gap: 10px;
    background: #0f0536; border-radius: 12px;
    padding: 18px 22px; margin-bottom: 24px;
}
.tb-guarantee-item {
    display: flex; align-items: center; gap: 6px;
    font-size: 12.5px; color: rgba(255,255,255,.88); font-weight: 500;
}
.tb-g-icon { color: #a78bfa; font-weight: 800; font-size: 14px; }

/* ── Tags block ───────────────────────────────────────────────────── */
.tb-tags-block { display: flex; flex-wrap: wrap; gap: 7px; align-items: center; margin-bottom: 20px; }
.tb-tags-label { font-size: 13px; font-weight: 700; color: #45456d; margin-right: 4px; }
.tb-tag {
    display: inline-block; background: #f5f3ff; color: #6857d0;
    padding: 4px 12px; border-radius: 30px; font-size: 12.5px; font-weight: 600;
    text-decoration: none; border: 1px solid #e0dcff;
    transition: background .2s, color .2s;
}
.tb-tag:hover { background: #6857d0; color: #fff; }

/* ── Share row ────────────────────────────────────────────────────── */
.tb-share-row { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-bottom: 24px; }
.tb-share-label { font-size: 13px; font-weight: 700; color: #45456d; }
.tb-share-btn {
    display: inline-block; padding: 5px 14px; border-radius: 6px;
    font-size: 12.5px; font-weight: 700; text-decoration: none; color: #fff;
    transition: opacity .2s, transform .15s;
}
.tb-share-btn:hover { opacity: .88; transform: translateY(-1px); color: #fff; }
.tb-share-x  { background: #000; }
.tb-share-fb { background: #1877f2; }
.tb-share-li { background: #0a66c2; }
.tb-share-wa { background: #25d366; }

/* ── Author box ───────────────────────────────────────────────────── */
.tb-author-box {
    display: flex; gap: 16px; align-items: flex-start;
    background: #f9f8ff; border: 1px solid #e0dcff;
    border-radius: 12px; padding: 20px; margin-bottom: 24px;
}
.tb-author-avatar { font-size: 2rem; flex-shrink: 0; }
.tb-author-name   { font-size: 15px; font-weight: 800; color: #0f0536; margin-bottom: 4px; }
.tb-author-bio    { font-size: 13px; color: #45456d; line-height: 1.6; }

/* ── Post navigation ──────────────────────────────────────────────── */
.tb-post-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 28px; }
.tb-nav-prev, .tb-nav-next { background: #fff; border: 1px solid #e0dcff; border-radius: 10px; padding: 14px 18px; }
.tb-nav-next { text-align: right; }
.tb-nav-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; color: #94a3b8; display: block; margin-bottom: 4px; }
.tb-post-nav a { color: #2d1b72; font-weight: 600; font-size: 14px; text-decoration: none; }
.tb-post-nav a:hover { color: #6857d0; }

/* ── FAQ section ──────────────────────────────────────────────────── */
.tb-faq-section  { margin-bottom: 40px; }
.tb-faq-heading  { font-size: 1.35rem; font-weight: 800; color: #0f0536; margin-bottom: 1.25rem; padding-left: 14px; border-left: 4px solid #6857d0; }
.tb-faq-item     { background: #fff; border: 1px solid #e0dcff; border-radius: 12px; margin-bottom: 10px; overflow: hidden; box-shadow: 0 1px 4px rgba(88,74,194,.06); }
.tb-faq-trigger  {
    width: 100%; text-align: left; padding: 1.1rem 1.4rem;
    display: flex; justify-content: space-between; align-items: center;
    background: none; border: none; cursor: pointer; font-family: inherit;
    transition: background .15s;
}
.tb-faq-trigger:hover { background: #f9f8ff; }
.tb-faq-q { font-size: .98rem; font-weight: 700; color: #0f0536; line-height: 1.4; padding-right: 1rem; flex: 1; }
.tb-faq-icon {
    flex-shrink: 0; width: 28px; height: 28px; border-radius: 50%;
    background: #f5f3ff; color: #6857d0; font-size: 1.1rem; font-weight: 700;
    display: flex; align-items: center; justify-content: center;
    transition: transform .25s, background .2s;
}
.tb-faq-panel { display: none; padding: 0 1.4rem 1.2rem; }
.tb-faq-panel p { font-size: .9rem; color: #45456d; line-height: 1.75; margin: 0 0 .75rem; }
.tb-faq-cta-link {
    display: inline-block; background: #6857d0; color: #fff;
    padding: .5rem 1.25rem; border-radius: 7px; font-size: .85rem; font-weight: 700;
    text-decoration: none; transition: background .2s;
}
.tb-faq-cta-link:hover { background: #4537af; }

/* ── Related posts ────────────────────────────────────────────────── */
.tb-related         { margin-bottom: 40px; }
.tb-related-heading { font-size: 1.18rem; font-weight: 800; color: #0f0536; margin-bottom: 1.1rem; }
.tb-related-grid    { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; }
.tb-related-card    { background: #fff; border: 1px solid #e0dcff; border-radius: 12px; overflow: hidden; transition: box-shadow .2s, transform .2s; }
.tb-related-card:hover { box-shadow: 0 6px 20px rgba(88,74,194,.12); transform: translateY(-2px); }
.tb-related-thumb   { height: 120px; background-size: cover; background-position: center; }
.tb-related-no-thumb { height: 80px; display: flex; align-items: center; justify-content: center; font-size: 1.8rem; background: #f5f3ff; }
.tb-related-body    { padding: 14px; }
.tb-related-date    { font-size: 11px; color: #94a3b8; display: block; margin-bottom: 5px; }
.tb-related-title   { font-size: .88rem; font-weight: 700; line-height: 1.4; margin: 0 0 6px; }
.tb-related-title a { color: #0f0536; text-decoration: none; }
.tb-related-title a:hover { color: #6857d0; }
.tb-related-excerpt { font-size: .8rem; color: #64748b; line-height: 1.5; margin-bottom: 8px; }
.tb-related-read    { font-size: .8rem; color: #6857d0; font-weight: 700; }

/* ── Comments wrapper ─────────────────────────────────────────────── */
.tb-comments-wrap { margin-top: 32px; }

/* ═══════════════════════════════════════════════════════════════════
   SIDEBAR WIDGETS (Cola Papers logic)
   ═══════════════════════════════════════════════════════════════════ */
.tb-sidebar { position: relative; }
.tb-sidebar-sticky { will-change: top; }

.tb-sw {
    background: #fff;
    border: 1px solid #e0dcff;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 12px rgba(88,74,194,.07);
    transition: box-shadow .22s;
}
.tb-sw:hover { box-shadow: 0 4px 22px rgba(88,74,194,.13); }
.tb-sw-title {
    font-size: 14.5px; font-weight: 800; color: #0f0536;
    margin: 0 0 14px; padding-bottom: 11px;
    border-bottom: 2px solid #f5f3ff;
    letter-spacing: .01em;
}

/* Order CTA widget */
.tb-sw-order {
    background: linear-gradient(145deg, #4537af, #0f0536);
    border: none; padding: 0; overflow: hidden;
}
.tb-sw-order-badge {
    background: rgba(255,255,255,.12); color: rgba(255,255,255,.9);
    font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em;
    padding: 6px 14px; border-radius: 0 0 12px 0; display: inline-block; margin-bottom: 0;
}
.tb-sw-order { padding: 0; }
.tb-sw-order > * { display: block; }
.tb-sw-order { padding: 20px; }
.tb-sw-order-title { font-size: 1.15rem; font-weight: 800; color: #fff; margin: 10px 0 4px; }
.tb-sw-order-sub   { font-size: 12.5px; color: rgba(255,255,255,.78); margin: 0 0 12px; }
.tb-sw-trust-row   { display: flex; justify-content: space-between; font-size: 11.5px; color: rgba(255,255,255,.85); font-weight: 600; margin-bottom: 14px; flex-wrap: wrap; gap: 4px; }
.tb-sw-coupon-row  { font-size: 12px; color: rgba(255,255,255,.78); background: rgba(0,0,0,.2); border-radius: 7px; padding: 7px 11px; margin-top: 10px; text-align: center; }
.tb-sw-geo-badges  { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 10px; }
.tb-sw-geo-badges span { font-size: 11px; background: rgba(255,255,255,.1); color: rgba(255,255,255,.88); padding: 3px 8px; border-radius: 20px; font-weight: 600; }

/* Promo widget */
.tb-sw-promo { background: linear-gradient(135deg, #fdf2f8, #fce7f3); border-color: #f9a8d4; text-align: center; }
.tb-sw-promo-label { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; color: #be185d; margin-bottom: 6px; }
.tb-sw-promo-pct   { font-size: 2.4rem; font-weight: 900; color: #be185d; line-height: 1; margin: 0; }
.tb-sw-promo-sub   { font-size: 12px; color: #9d174d; margin: 4px 0 8px; }
.tb-sw-promo-code  { font-size: 13px; color: #4a044e; font-weight: 700; margin-bottom: 6px; }

/* Calculator widget */
.tb-sw-calc { padding: 0; overflow: hidden; }
.tb-sw-calc-head { background: #6857d0; padding: 16px 20px; }
.tb-sw-calc-head h3 { font-size: 15px; font-weight: 800; color: #fff; margin: 0 0 2px; }
.tb-sw-calc-head p  { font-size: 12px; color: rgba(255,255,255,.78); margin: 0; }
.tb-sw-calc > .tb-sw-label,
.tb-sw-calc > .tb-sw-select,
.tb-sw-calc > .tb-sw-price-display,
.tb-sw-calc > .tb-btn-order,
.tb-sw-calc > .tb-sw-note { display: block; padding-left: 16px; padding-right: 16px; }
.tb-sw-calc > .tb-sw-label:first-of-type { margin-top: 16px; }
.tb-sw-calc > .tb-sw-note { padding-bottom: 14px; }
.tb-sw-label { font-size: 12px; font-weight: 700; color: #45456d; margin: 10px 0 4px; }
.tb-sw-select {
    width: calc(100% - 32px); border: 1px solid #d4cefc;
    border-radius: 8px; padding: 8px 10px; font-size: 13px;
    color: #2d2d45; background: #fff; margin-bottom: 4px;
    cursor: pointer; appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236857d0' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat; background-position: right 10px center;
}
.tb-sw-select:focus { outline: none; border-color: #6857d0; }
.tb-sw-price-display {
    font-size: 15px; font-weight: 700; color: #0f0536;
    background: #f5f3ff; border-radius: 8px; padding: 10px 16px;
    margin: 10px 0 8px; text-align: center;
}
.tb-sw-price-display strong { color: #6857d0; font-size: 1.2rem; }
.tb-sw-note { font-size: 11px; color: #94a3b8; text-align: center; margin-top: 6px; }

/* TOC widget */
.tb-toc-list { list-style: none; padding: 0; margin: 0; }
.tb-toc-item { border-bottom: 1px solid #f5f3ff; }
.tb-toc-item:last-child { border-bottom: none; }
.tb-toc-item a { display: block; padding: 8px 0; font-size: 13px; color: #45456d; text-decoration: none; transition: color .2s, padding-left .2s; }
.tb-toc-item a:hover,
.tb-toc-item a.tb-toc-active { color: #6857d0; padding-left: 6px; font-weight: 600; }
.tb-toc-h3 > a { padding-left: 14px; font-size: 12px; }

/* Trust list */
.tb-trust-list { list-style: none; padding: 0; margin: 0 0 14px; }
.tb-trust-list li { padding: 8px 0; font-size: 13.5px; color: #45456d; border-bottom: 1px solid #f5f3ff; line-height: 1.4; }
.tb-trust-list li:last-child { border-bottom: none; }

/* Chat button */
.tb-chat-btn {
    display: block; width: 100%; text-align: center;
    background: #6857d0; color: #fff; padding: 10px;
    border-radius: 8px; font-size: 13px; font-weight: 700;
    text-decoration: none; transition: background .2s;
    margin-top: 4px;
}
.tb-chat-btn:hover { background: #4537af; color: #fff; }

/* Services list */
.tb-services-list { list-style: none; padding: 0; margin: 0; }
.tb-services-list li { border-bottom: 1px solid #f5f3ff; }
.tb-services-list li:last-child { border-bottom: none; }
.tb-services-list a { display: block; padding: 9px 0; font-size: 13.5px; color: #45456d; text-decoration: none; transition: color .2s, padding-left .2s; }
.tb-services-list a:hover { color: #6857d0; padding-left: 6px; }
.tb-services-list a::before { content: '→ '; color: #6857d0; font-weight: 700; }

/* Recent posts in sidebar */
.tb-recent-list  { list-style: none; padding: 0; margin: 0; }
.tb-recent-item  { border-bottom: 1px solid #f5f3ff; }
.tb-recent-item:last-child { border-bottom: none; }
.tb-recent-link  { display: flex; gap: 10px; align-items: center; padding: 10px 0; text-decoration: none; }
.tb-recent-thumb { width: 46px; height: 46px; border-radius: 8px; background-size: cover; background-position: center; flex-shrink: 0; }
.tb-recent-no-img { background: #f5f3ff; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; }
.tb-recent-text  { font-size: 13px; color: #2d2d45; font-weight: 600; line-height: 1.4; transition: color .2s; }
.tb-recent-link:hover .tb-recent-text { color: #6857d0; }

/* Category list in sidebar */
.tb-cat-list { list-style: none; padding: 0; margin: 0; }
.tb-cat-item { border-bottom: 1px solid #f5f3ff; }
.tb-cat-item:last-child { border-bottom: none; }
.tb-cat-link { display: flex; justify-content: space-between; align-items: center; padding: 9px 0; color: #45456d; text-decoration: none; font-size: 13.5px; transition: color .2s, padding-left .2s; }
.tb-cat-link:hover { color: #6857d0; padding-left: 5px; }
.tb-cat-count { font-size: 11px; color: #fff; background: #6857d0; border-radius: 30px; padding: 2px 9px; font-weight: 700; min-width: 22px; text-align: center; flex-shrink: 0; }

/* Tag cloud in sidebar */
.tb-tag-cloud { display: flex; flex-wrap: wrap; gap: 7px; }

/* Utility buttons (sidebar) */
.tb-btn-order, .tb-btn-prices, .tb-btn-gold {
    display: block; width: 100%; text-align: center;
    padding: 11px 16px; border-radius: 9px;
    font-size: 14px; font-weight: 700; text-decoration: none;
    transition: background .2s, transform .15s; cursor: pointer;
    box-sizing: border-box;
}
.tb-btn-order { background: rgba(255,255,255,.15); color: #fff !important; border: 1.5px solid rgba(255,255,255,.5); }
.tb-btn-order:hover { background: #fff; color: #6857d0 !important; transform: translateY(-1px); }
.tb-btn-prices { background: transparent; color: rgba(255,255,255,.9) !important; border: 1.5px solid rgba(255,255,255,.35); margin-top: 8px; }
.tb-btn-prices:hover { border-color: rgba(255,255,255,.7); color: #fff !important; }
.tb-btn-gold { background: #f59e0b; color: #000 !important; border: none; }
.tb-btn-gold:hover { background: #d97706; transform: translateY(-1px); }
.tb-btn-ghost-out { display: inline-block; border: 2px solid #6857d0; color: #6857d0 !important; padding: .5rem 1.2rem; border-radius: 8px; font-weight: 700; text-decoration: none !important; transition: all .2s; font-size: .88rem; }
.tb-btn-ghost-out:hover { background: #6857d0; color: #fff !important; }
.w100 { width: 100%; box-sizing: border-box; }
.tb-mt10 { margin-top: 10px; }
.tb-mt8  { margin-top: 8px; }
.mar8-t  { margin-top: 8px; }
.mar10-t { margin-top: 10px; }
.mar12-t { margin-top: 12px; }

/* ═══════════════════════════════════════════════════════════════════
   BLOG ARCHIVE PAGE STYLES
   ═══════════════════════════════════════════════════════════════════ */
.tb-archive-hero {
    position: relative; overflow: hidden;
    padding: 52px 0 44px;
    background: linear-gradient(135deg, #0f0536 0%, #2d1b72 50%, #4537af 100%);
}
.tb-archive-hero-inner { position: relative; z-index: 1; }
.tb-archive-bc { font-size: 13px; color: rgba(255,255,255,.65); margin-bottom: 14px; }
.tb-archive-bc a { color: rgba(255,255,255,.8); text-decoration: none; font-weight: 600; }
.tb-archive-bc a:hover { color: #fff; }
.tb-archive-bc span { margin: 0 6px; }
.tb-bc-current { color: rgba(255,255,255,.65); }
.tb-archive-title { font-size: clamp(1.5rem, 3.5vw, 2.2rem); font-weight: 900; color: #fff; line-height: 1.25; margin: 0 0 14px; max-width: 800px; }
.tb-archive-desc  { font-size: 1rem; color: rgba(255,255,255,.8); max-width: 680px; line-height: 1.7; margin-bottom: 18px; }
.tb-archive-meta-row { display: flex; flex-wrap: wrap; gap: 18px; margin-bottom: 24px; font-size: 13px; color: rgba(255,255,255,.75); font-weight: 600; }
.tb-archive-hero-cta { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.tb-archive-browse-btn { color: rgba(255,255,255,.8); font-size: 14px; font-weight: 700; text-decoration: none; border-bottom: 2px solid rgba(255,255,255,.3); padding-bottom: 2px; transition: color .2s, border-color .2s; }
.tb-archive-browse-btn:hover { color: #fff; border-color: #fff; }

/* Blog post card grid */
.tb-blog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 24px; margin-bottom: 36px; }
.tb-blog-card { background: #fff; border: 1px solid #e0dcff; border-radius: 16px; overflow: hidden; transition: box-shadow .22s, transform .2s; display: flex; flex-direction: column; }
.tb-blog-card:hover { box-shadow: 0 8px 28px rgba(88,74,194,.13); transform: translateY(-3px); }
.tb-blog-thumb-link { display: block; }
.tb-blog-thumb { height: 175px; background-size: cover; background-position: center; position: relative; }
.tb-blog-no-thumb { height: 120px; display: flex; align-items: center; justify-content: center; font-size: 2.5rem; background: #f5f3ff; }
.tb-blog-cat-badge { position: absolute; top: 10px; left: 10px; background: #6857d0; color: #fff; font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 20px; }
.tb-blog-card-body { padding: 18px 20px 20px; flex: 1; display: flex; flex-direction: column; }
.tb-blog-card-meta  { font-size: 12px; color: #94a3b8; margin-bottom: 8px; display: flex; gap: 10px; flex-wrap: wrap; }
.tb-blog-card-title { font-size: 1rem; font-weight: 800; line-height: 1.4; margin: 0 0 10px; }
.tb-blog-card-title a { color: #0f0536; text-decoration: none; }
.tb-blog-card-title a:hover { color: #6857d0; }
.tb-blog-card-excerpt { font-size: .875rem; color: #64748b; line-height: 1.6; margin-bottom: auto; }
.tb-blog-card-footer { display: flex; justify-content: space-between; align-items: center; margin-top: 16px; padding-top: 12px; border-top: 1px solid #f0eeff; }
.tb-blog-read-more { font-size: 13px; font-weight: 700; color: #6857d0; text-decoration: none; transition: gap .2s; }
.tb-blog-read-more:hover { text-decoration: underline; }
.tb-blog-get-help  { font-size: 12px; font-weight: 700; color: #fff; background: #6857d0; padding: 5px 12px; border-radius: 20px; text-decoration: none; transition: background .2s; }
.tb-blog-get-help:hover { background: #4537af; }

/* Pagination */
.tb-pagination { text-align: center; padding: 24px 0 8px; }

/* No posts */
.tb-no-posts { text-align: center; padding: 60px 20px; color: #64748b; }
.tb-no-posts-icon { font-size: 3rem; margin-bottom: 14px; }
.tb-no-posts h2 { font-size: 1.3rem; color: #0f0536; margin-bottom: 8px; }

/* Topic cloud section */
.tb-topic-cloud-section { background: #f9f8ff; border-radius: 14px; padding: 28px 24px; margin-top: 32px; }
.tb-topic-cloud-title   { font-size: 1rem; font-weight: 800; color: #0f0536; margin: 0 0 16px; }
.tb-topic-cloud         { display: flex; flex-wrap: wrap; gap: 9px; }
.tb-topic-tag {
    display: inline-flex; align-items: center; gap: 4px;
    background: #fff; border: 1px solid #d4cefc; color: #45456d;
    padding: 5px 14px; border-radius: 30px; font-size: 13px; font-weight: 600;
    text-decoration: none; transition: background .2s, color .2s, border-color .2s;
}
.tb-topic-tag:hover { background: #6857d0; color: #fff; border-color: #6857d0; }
.tb-topic-tag small  { font-size: 11px; opacity: .75; }

/* Blog archive CTA section at bottom */
.tb-archive-cta-section {
    background: linear-gradient(135deg, #0f0536 0%, #2d1b72 60%, #4537af 100%);
    padding: 52px 0;
}
.tb-archive-cta-inner {
    display: flex; align-items: center; justify-content: space-between;
    flex-wrap: wrap; gap: 24px;
}
.tb-archive-cta-text h2 { font-size: 1.6rem; font-weight: 800; color: #fff; margin: 0 0 8px; }
.tb-archive-cta-text p  { color: rgba(255,255,255,.8); font-size: .95rem; max-width: 560px; line-height: 1.65; margin: 0; }
.tb-archive-cta-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.tb-archive-cta-prices  { color: rgba(255,255,255,.8); font-size: 14px; font-weight: 700; text-decoration: none; border-bottom: 2px solid rgba(255,255,255,.3); padding-bottom: 2px; transition: color .2s, border-color .2s; }
.tb-archive-cta-prices:hover { color: #fff; border-color: #fff; }

/* ── Responsive overrides ─────────────────────────────────────────── */
@media (max-width: 767px) {
    .tb-post-hero { padding: 24px 0 20px; }
    .tb-post-hero-title { font-size: 1.35rem; }
    .tb-guarantees-strip { padding: 14px 16px; }
    .tb-guarantee-item   { font-size: 11.5px; }
    .tb-post-nav { grid-template-columns: 1fr; }
    .tb-related-grid { grid-template-columns: 1fr 1fr; }
    .tb-archive-cta-inner { flex-direction: column; text-align: center; }
    .tb-archive-cta-text h2 { font-size: 1.3rem; }
    .tb-blog-grid { grid-template-columns: 1fr; }
    .tb-icta-actions { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 480px) {
    .tb-related-grid { grid-template-columns: 1fr; }
    .tb-archive-title { font-size: 1.35rem; }
}
