@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
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out, -o-transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.in {
    opacity: .5
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 199;
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.42857143;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    opacity: 0;
    line-break: auto
}

.tooltip.in {
    opacity: 1
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #2b323a;
    text-align: center;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 6px 0 rgba(125, 125, 125, .21)
}

.tooltip-inner>ul {
    margin-left: 10px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #fff
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #fff
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #fff
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #fff
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #fff
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #fff
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #fff
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #fff
}

.acc a.safari-phone-autodetect:not(.tel),
a.safari-phone-autodetect:not(.tel) {
    pointer-events: none;
    text-decoration: inherit;
    color: inherit
}

#cookie_tip {
    display: none
}

.promo-banner {
    display: none;
    margin-top: 14px
}

.promo-banner .ppp-wrapper {
    margin: 0 auto;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    position: relative
}

.promo-banner.ppp-overlay .ppp-wrapper {
    max-width: 100%
}

.promo-banner .ppp-wrapper .ppp-pane {
    display: flex;
    align-items: center;
    line-height: 17px;
    font-size: 14px;
    text-decoration: none;
    color: inherit
}

.promo-banner .ppp-wrapper .ppp-pane::after,
.promo-banner .ppp-wrapper .ppp-pane::before {
    display: inline-block;
    content: '';
    width: 60px;
    height: 60px;
    flex-grow: 0;
    flex-shrink: 0
}

.promo-banner .ppp-wrapper .ppp-pane::before {
    background: #fff url(../../account/images/banner_logo_left.svg) center/contain no-repeat
}

@media screen and (min-width:0px) and (max-width:767px) {
    .promo-banner .ppp-wrapper .ppp-pane::before {
        background: #fff url(../../account/images/banner_logo_left_mob.svg) center/contain no-repeat;
        width: 32px;
        height: 32px;
        margin-right: 10px
    }
}

.promo-banner .ppp-wrapper .ppp-pane::after {
    background: #fff url(../../account/images/banner_logo_right.svg) center/contain no-repeat;
    margin: 0 10px
}

@media screen and (min-width:0px) and (max-width:767px) {
    .promo-banner .ppp-wrapper .ppp-pane::after {
        display: none
    }
    .promo-banner .ppp-wrapper .ppp-pane span {
        display: none
    }
}

.promo-banner .ppp-wrapper .ppp-pane b {
    color: #139f5d
}

.promo-banner .ppp-wrapper .ppp-close {
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 3px;
    background: #fff url(../../account/images/banner_close.svg) center/contain no-repeat;
    border: 0
}

.promo-banner .ppp-wrapper .ppp-close::before {
    content: '';
    display: block;
    width: 48px;
    height: 48px;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    background: 0 0
}

.promo-banner .ppp-link {
    width: 100%;
    height: 38px;
    color: #fff!important;
    background-color: #1dac33;
    border-radius: 2px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    margin-top: 10px;
    display: none
}

.promo-banner.ppp-permanent .ppp-close {
    display: none
}

.promo-banner.ppp-permanent {
    display: block!important
}

.promo-banner.ppp-footer {
    margin: 10px
}

@media screen and (min-width:0px) and (max-width:767px) {
    .promo-banner .ppp-link {
        display: block
    }
    .promo-banner .ppp-wrapper {
        width: 100%;
        padding: 10px
    }
}


/*!* latin *!*/


/*!* latin *!*/


/*!* latin *!*/


/*!* latin *!*/


/*!* latin *!*/


/*!* latin *!*/


/*!* latin *!*/

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    src: url(/assets/fonts/montserrat-v14-latin-regular.eot);
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url(/assets/fonts/montserrat-v14-latin-regular.eot?#iefix) format('embedded-opentype'), url(/assets/fonts/montserrat-v14-latin-regular.woff2) format('woff2'), url(/assets/fonts/montserrat-v14-latin-regular.woff) format('woff'), url(/assets/fonts/montserrat-v14-latin-regular.ttf) format('truetype'), url(/assets/fonts/montserrat-v14-latin-regular.svg#Montserrat) format('svg');
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 400;
    src: url(/assets/fonts/montserrat-v14-latin-italic.eot);
    src: local('Montserrat Italic'), local('Montserrat-Italic'), url(/assets/fonts/montserrat-v14-latin-italic.eot?#iefix) format('embedded-opentype'), url(/assets/fonts/montserrat-v14-latin-italic.woff2) format('woff2'), url(/assets/fonts/montserrat-v14-latin-italic.woff) format('woff'), url(/assets/fonts/montserrat-v14-latin-italic.ttf) format('truetype'), url(/assets/fonts/montserrat-v14-latin-italic.svg#Montserrat) format('svg');
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    src: url(/assets/fonts/montserrat-v14-latin-500.eot);
    src: local('Montserrat Medium'), local('Montserrat-Medium'), url(/assets/fonts/montserrat-v14-latin-500.eot?#iefix) format('embedded-opentype'), url(/assets/fonts/montserrat-v14-latin-500.woff2) format('woff2'), url(/assets/fonts/montserrat-v14-latin-500.woff) format('woff'), url(/assets/fonts/montserrat-v14-latin-500.ttf) format('truetype'), url(/assets/fonts/montserrat-v14-latin-500.svg#Montserrat) format('svg');
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 500;
    src: url(/assets/fonts/montserrat-v14-latin-500italic.eot);
    src: local('Montserrat Medium Italic'), local('Montserrat-MediumItalic'), url(/assets/fonts/montserrat-v14-latin-500italic.eot?#iefix) format('embedded-opentype'), url(/assets/fonts/montserrat-v14-latin-500italic.woff2) format('woff2'), url(/assets/fonts/montserrat-v14-latin-500italic.woff) format('woff'), url(/assets/fonts/montserrat-v14-latin-500italic.ttf) format('truetype'), url(/assets/fonts/montserrat-v14-latin-500italic.svg#Montserrat) format('svg');
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    src: url(/assets/fonts/montserrat-v14-latin-600.eot);
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(/assets/fonts/montserrat-v14-latin-600.eot?#iefix) format('embedded-opentype'), url(/assets/fonts/montserrat-v14-latin-600.woff2) format('woff2'), url(/assets/fonts/montserrat-v14-latin-600.woff) format('woff'), url(/assets/fonts/montserrat-v14-latin-600.ttf) format('truetype'), url(/assets/fonts/montserrat-v14-latin-600.svg#Montserrat) format('svg');
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 600;
    src: url(/assets/fonts/montserrat-v14-latin-600italic.eot);
    src: local('Montserrat SemiBold Italic'), local('Montserrat-SemiBoldItalic'), url(/assets/fonts/montserrat-v14-latin-600italic.eot?#iefix) format('embedded-opentype'), url(/assets/fonts/montserrat-v14-latin-600italic.woff2) format('woff2'), url(/assets/fonts/montserrat-v14-latin-600italic.woff) format('woff'), url(/assets/fonts/montserrat-v14-latin-600italic.ttf) format('truetype'), url(/assets/fonts/montserrat-v14-latin-600italic.svg#Montserrat) format('svg');
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    src: url(/assets/fonts/montserrat-v14-latin-700.eot);
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url(/assets/fonts/montserrat-v14-latin-700.eot?#iefix) format('embedded-opentype'), url(/assets/fonts/montserrat-v14-latin-700.woff2) format('woff2'), url(/assets/fonts/montserrat-v14-latin-700.woff) format('woff'), url(/assets/fonts/montserrat-v14-latin-700.ttf) format('truetype'), url(/assets/fonts/montserrat-v14-latin-700.svg#Montserrat) format('svg');
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 700;
    src: url(/assets/fonts/montserrat-v14-latin-700italic.eot);
    src: local('Montserrat Bold Italic'), local('Montserrat-BoldItalic'), url(/assets/fonts/montserrat-v14-latin-700italic.eot?#iefix) format('embedded-opentype'), url(/assets/fonts/montserrat-v14-latin-700italic.woff2) format('woff2'), url(/assets/fonts/montserrat-v14-latin-700italic.woff) format('woff'), url(/assets/fonts/montserrat-v14-latin-700italic.ttf) format('truetype'), url(/assets/fonts/montserrat-v14-latin-700italic.svg#Montserrat) format('svg');
    font-display: swap
}

.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: #2b48ba;
    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(../Eric/assets/img/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 #2b48ba 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: #15245d;
    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: #15245d;
    font-size: 15px;
    line-height: 1.4;
    font-family: Montserrat, sans-serif
}

body.locked {
    overflow: hidden
}

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

.rating .int_star {
    display: block;
    background: url(../Eric/assets/img/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(../Eric/assets/img/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: #2b48ba;
    top: 9px
}

.text_holder_block {
    line-height: 23px
}

.text_holder_block a:not(.content_button) {
    color: #2640a7;
    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: #15245d
}

.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: #15245d;
    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: #2b48ba;
    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(../Eric/assets/img/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: #2b48ba
}

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

.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 #e9f6ff
}

.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: #15245d;
    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: #e9f6ff
}

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

.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 #e9f6ff;
    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: #2640a7
}

.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(../Eric/assets/img/icon_lock_closed.svg) center no-repeat;
    background-size: 19px auto
}

.f_group .see_pass.hide:before {
    background: url(../Eric/assets/img/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 #e9f6ff;
    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: #2640a7
}

.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: #15245d
}

.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 #e9f6ff;
    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 #e9f6ff;
    border-radius: 8px;
    width: 100%;
    background: #fff url(../Eric/assets/img/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 #e9f6ff;
    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: #2b48ba;
    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: #2640a7
}

.f_group .opened .jq-selectbox__trigger {
    transform: rotate(180deg);
    background: url(../Eric/assets/img/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(../Eric/assets/img/select_arrow.svg) center no-repeat
}

.checkbox {
    width: 40px;
    height: 28px;
    border-radius: 14px;
    box-shadow: 0 0 0 1px #e9f6ff 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: #2b48ba url(../Eric/assets/img/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: #2640a7;
    box-shadow: 0 0 0 1px #2640a7 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: #2b48ba
}

.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: #2b48ba;
    transition: .3s all;
    left: 6px;
    top: 6px;
    opacity: 0;
    transform: scale(1.6)
}

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

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

.checkbox_container {
    border-radius: 8px;
    border: 1px solid #e9f6ff;
    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: #2b48ba
}

.text-dark-violet {
    color: #15245d
}

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

.text-violet {
    color: #2b48ba
}

.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-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: #2b48ba
}

.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, #2640a7 0, #2b48ba 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: #15245d
}

.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, #2640a7 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 #e9f6ff
}

.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(../Eric/assets/img/dollar_icon.svg);
    background-size: cover
}

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

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

.link_with_icon:after {
    display: inline-block;
    content: '';
    width: 10px;
    height: 10px;
    background: url(../Eric/assets/img/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: #e9f6ff
}

.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: #15245d
}

.violet_wrapper .page_title {
    color: #fff
}

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

header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: #2b48ba;
    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: #2b48ba
}

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

.logo img {
    object-fit: contain
}

.logo_grey {
    width: 50px;
    height: 27px;
    background: url(../Eric/assets/img/logo.png) center;
    background-size: contain
}

.main_nav_button {
    outline: 0;
    position: relative
}

.logged .main_nav_button:before {
    display: block;
    content: '';
    position: absolute;
    transition: .15s opacity;
    background: url(../Eric/assets/img/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(../Eric/assets/img/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(../Eric/assets/img/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: #192b6f;
    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(../Eric/assets/img/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(../Eric/assets/img/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(../Eric/assets/img/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(../Eric/assets/img/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(../Eric/assets/img/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(../Eric/assets/img/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(../Eric/assets/img/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(../Eric/assets/img/samples_decor.svg);
    pointer-events: none
}

.sample .sample_feature {
    width: calc(50% - 5px);
    background: url(/assets/img/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(../Eric/assets/img/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(../Eric/assets/img/read_more_text_icon.svg);
    background-size: cover;
    margin-bottom: 40px
}

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

.read_more_text .read_more_button:hover {
    border-color: #2b48ba;
    background: #f5f5ff
}

.read_more_text .read_more_button:before {
    display: block;
    content: '';
    position: absolute;
    width: 6px;
    height: 10px;
    background: url(../Eric/assets/img/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, #2640a7 0, #2b48ba 100%);
    background-size: cover;
    background-repeat: no-repeat
}

.read_more_text .banner_quote:after {
    display: block;
    content: '';
    position: absolute;
    pointer-events: none;
    background: url(../Eric/assets/img/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(../Eric/assets/img/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: #2b48ba;
    align-self: flex-start
}

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

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

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

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

.accordion .opened .accordion_label_text {
    color: #2b48ba
}

.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: #15245d;
    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: #15245d;
    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: #e9f6ff;
    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(../Eric/assets/img/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(../Eric/assets/img/rate_count_icon.svg)
}

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

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

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

.blog .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 #7f91d5 inset;
    color: #2b48ba
}

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

.pagination_list li.pagination-nav span {
    box-shadow: 0 0 0 2px #e9f6ff 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 #2640a7
}

.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, #e9f6ff 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(../Eric/assets/img/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(../Eric/assets/img/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: #2b48ba;
    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: #7f91d5
}

.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 #e9f6ff;
    margin-bottom: 15px
}

.filter_chips_list {
    margin-right: -10px
}

.filter_chips_list.selected .chip {
    border-color: #ebe9f9;
    background: #ebe9f9;
    color: #2b48ba
}

.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 #2b48ba;
    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 #e9f6ff
}

.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: #15245d
}

.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(../Eric/assets/img/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(../Eric/assets/img/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(../Eric/assets/img/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(../Eric/assets/img/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(../Eric/assets/img/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: #7f91d5
}

.faq .accordion .opened .text-dark-violet {
    color: #2b48ba
}

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

.blog .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: #e9f6ff;
    display: block;
    line-height: 28px
}

.page_404 .violet_decor:before {
    bottom: 0
}

.page_404 .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: #7f91d5
}

footer a svg {
    display: block
}

footer .bottom {
    background: #15245d
}

footer .copy {
    color: #e9f6ff
}

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: #15245d
}

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.page_404 header .order_button,
    header .order_button {
        opacity: 0;
        pointer-events: none
    }
    .scrolled header .logo {
        margin-left: 50px;
        width: 140px
    }
    .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);
        width: 140px
    }
    .authorization_page header .logo,
    .page_404 header .logo {
        margin-left: calc(50% - 96px);
        width: 140px
    }
    .header_nav_wrapper {
        padding-top: 20px
    }
    .header_nav_wrapper .contacts_group {
        margin: 0 10px 10px
    }
    .header_nav_wrapper .contacts_group a {
        color: #e9f6ff;
        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: #e9f6ff
    }
    .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(../Eric/assets/img/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(../Eric/assets/img/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(../Eric/assets/img/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(../Eric/assets/img/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(../Eric/assets/img/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(../Eric/assets/img/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 #e9f6ff inset
    }
    .prices_calculator .tab_list_item {
        transition: .3s all;
        line-height: 40px
    }
    .prices_calculator .tab_list_item.active {
        color: #fff;
        font-weight: 600;
        background: #2640a7
    }
    .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 #e9f6ff
    }
    .writer_view_item .writer_statistic>div:last-child {
        border-bottom: 1px solid #e9f6ff
    }
    .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(../Eric/assets/img/faq_title_illustration_mob.png) left calc(50% - 30px) bottom -21px no-repeat;
        background-size: 478px auto
    }
    .faq .accordion {
        border-top: 1px solid #e9f6ff
    }
    .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
    }
    .blog .violet_decor:before,
    .static_page .violet_decor:before {
        top: 30px
    }
    .blog .violet_decor:after,
    .static_page .violet_decor:after {
        top: 100px
    }
    .page_404 .main_content {
        padding-top: 85px;
        padding-bottom: 150px
    }
    .page_404 .violet_decor:before {
        top: 104px
    }
    .page_404 .violet_decor:after {
        top: 258px
    }
    footer .contacts_group {
        order: 5;
        background: #15245d;
        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(../Eric/assets/img/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(../Eric/assets/img/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 .drop_nav,
    .user_account {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        position: relative
    }
    .drop_nav_open.user_account>i:after,
    .header_nav_wrapper .drop_nav_open.drop_nav>i:after {
        transform: rotate(0)
    }
    .header_nav_wrapper .drop_nav>i,
    .user_account>i {
        order: 10;
        flex-grow: 1;
        align-self: stretch
    }
    .header_nav_wrapper .drop_nav>i:after,
    .user_account>i:after {
        display: block;
        content: '';
        position: absolute;
        width: 50px;
        height: 48px;
        background: url(../Eric/assets/img/select_arrow_hover.svg) center no-repeat;
        background-size: 10px auto;
        right: 0;
        top: 0;
        transition: .3s all;
        transform: rotate(-90deg)
    }
    .header_nav_wrapper .drop_nav 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 .drop_nav 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 #e9f6ff
    }
    .header_nav_wrapper .header_nav>ul>li+li {
        border-top: 1px solid #e9f6ff
    }
    .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 #e9f6ff
    }
    .main_calculator .trustpilot .trustpilot_review {
        border-radius: 2px 40px 40px 40px
    }
    .writer_list_item {
        background: #fff;
        border: 1px solid #e9f6ff
    }
    .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: #e9f6ff
    }
}

@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: #15245d;
        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,
    .homepage,
    .landing_page,
    .prices,
    .samples,
    .transparent_header {
        padding-top: 0
    }
    .contact_us:not(.scrolled) header,
    .homepage:not(.scrolled) header,
    .landing_page:not(.scrolled) header,
    .prices:not(.scrolled) header,
    .samples:not(.scrolled) header,
    .transparent_header:not(.scrolled) header {
        background: #2b48ba
    }
}

@media (min-width:768px) and (min-width:1250px) {
    .contact_us:not(.scrolled) header,
    .homepage:not(.scrolled) header,
    .landing_page: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,
    .landing_page .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,
    .landing_page .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: #e9f6ff
    }
    header .logo {
        width: 140px
    }
    .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(../Eric/assets/img/samples_slider_arrows.svg) top 12px left 20px no-repeat;
        border: 1px solid #e9f6ff
    }
    .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(../Eric/assets/img/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(../Eric/assets/img/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(../Eric/assets/img/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 #e9f6ff
    }
    .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(../Eric/assets/img/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: #7f91d5
    }
    footer .contacts_group a.mail {
        margin-bottom: 18px
    }
    footer .fb,
    footer .tw {
        width: 17px;
        height: 17px;
        background: url(../Eric/assets/img/footer_icons.svg)
    }
    footer .tw {
        background-position: -63px 0;
        margin-left: 15px
    }
    footer .fb {
        background-position: -32px 0
    }
    .page_404 .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(../Eric/assets/img/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(../Eric/assets/img/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(../Eric/assets/img/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
    }
    .blog .violet_decor:before,
    .static_page .violet_decor:before {
        top: 88px
    }
    .blog .violet_decor:after,
    .static_page .violet_decor:after {
        top: 150px
    }
    .page_404 .main_content {
        padding-top: 186px;
        padding-bottom: 160px
    }
    .page_404 .violet_decor:before {
        top: 109px
    }
    .page_404 .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 .drop_nav,
    .user_account {
        position: relative;
        display: flex
    }
    .header_nav_wrapper .drop_nav>a:first-child:after,
    .header_nav_wrapper .drop_nav>i,
    .header_nav_wrapper .drop_nav>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(../Eric/assets/img/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 .drop_nav>a:first-child,
    .header_nav_wrapper .drop_nav>span,
    .user_account>a:first-child,
    .user_account>span {
        display: inline-flex
    }
    .header_nav_wrapper .drop_nav ul,
    .user_account ul {
        border-radius: 8px;
        background: #fff;
        border: 1px solid #e9f6ff;
        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: calc(100% + 220px);
        min-width: 140px;
        padding: 15px;
        text-transform: none;
        font-weight: 500;
        text-align: center;
    }
    .drop_nav_2 {
        border-left: none !important;
        left: 150% !important;
        margin-left: 120px !important;
    }
    .header_nav_wrapper .drop_nav ul a,
    .user_account ul a {
        padding: 7px 5px;
        display: block;
        color: inherit
    }
    .header_nav_wrapper .drop_nav ul a:hover,
    .user_account ul a:hover {
        color: #2b48ba;
        background-color: #f0f1f5;
        border-radius: 4px
    }
    .header_nav_wrapper .drop_nav:hover:before,
    .user_account:hover:before {
        display: block;
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        bottom: -16px
    }
    .header_nav_wrapper .drop_nav:hover a:first-child:after,
    .header_nav_wrapper .drop_nav:hover>i,
    .header_nav_wrapper .drop_nav: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 .drop_nav: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: #e9f6ff
    }
    .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(../Eric/assets/img/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(../Eric/assets/img/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 #e9f6ff;
        margin: 0 -8px -8px;
        border-radius: 0 0 8px 8px
    }
    .user_account .logout a svg {
        color: #2b48ba
    }
    .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(../Eric/assets/img/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(../Eric/assets/img/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(../Eric/assets/img/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 {
        height: 250px;
        padding: 25px
    }
    .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 #e9f6ff
    }
    .writer_list_item {
        border-radius: 0
    }
    .writer_list_item+.writer_list_item {
        border-top: 1px solid #e9f6ff
    }
    .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
    }
    .blog .violet_decor:before,
    .static_page .violet_decor:before {
        top: 100px
    }
    .blog .violet_decor:after,
    .static_page .violet_decor:after {
        top: 165px
    }
    .page_404 .main_content {
        padding-top: 180px;
        padding-bottom: 150px
    }
    .page_404 .violet_decor:before {
        top: 100px
    }
    .page_404 .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
}