@font-face {
    font-family: CircularStd;
    src: url('/fonts/CircularStd-Book.woff2');
    font-weight: 400
}

@font-face {
    font-family: CircularStd;
    src: url('/fonts/CircularStd-Medium.woff2');
    font-weight: 500
}

@font-face {
    font-family: CircularStd;
    src: url('/fonts/CircularStd-Bold.woff2');
    font-weight: 700
}

@font-face {
    font-family: CircularStd;
    src: url('/fonts/CircularStd-Black.woff2');
    font-weight: 900
}

* {
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%
}

*, ::after, ::before {
    box-sizing: border-box
}

select {
    appearance: none;
    cursor: pointer
}

select::-ms-expand {
    display: none
}

:focus-visible {
    outline: 0 !important
}

button, input, select {
    -webkit-appearance: none;
    appearance: none;
    outline: 0
}

body {
    font-family: CircularStd, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    color: #585b63;
    cursor: default;
    font-weight: 400;
    overflow-y: scroll !important;
    margin: 0
}

input, select, textarea {
    font-family: CircularStd, sans-serif
}

textarea {
    resize: none
}

a {
    color: #175fff
}

h1, h2, h3, h4, h5, h6 {
    color: #212f36;
    font-family: CircularStd, sans-serif;
    margin-top: 1em;
    margin-bottom: 1em
}

p {
    margin-top: 0
}

h1 {
    margin-top: 0
}

.skroll_top {
    position: fixed;
    bottom: -50px;
    right: 40px;
    overflow: hidden;
    opacity: 0;
    z-index: 999;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease
}

.skroll_top.fix {
    bottom: 50px;
    opacity: 1;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease
}

.skroll_top a svg path {
    transition: all .2s ease
}

.skroll_top a:hover svg path:nth-child(2) {
    fill: #fff
}

.skroll_top a:hover svg path:nth-child(3) {
    fill: #53AFFF
}

.mbr_position-relative {
    position: relative
}

.mbr_container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.mbr_row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.mbr_col, .mbr_col-10, .mbr_col-12, .mbr_col-2, .mbr_col-3, .mbr_col-4, .mbr_col-5, .mbr_col-6, .mbr_col-7, .mbr_col-8, .mbr_col-9, .mbr_col-auto, .mbr_col-lg-10, .mbr_col-lg-11, .mbr_col-lg-12, .mbr_col-lg-3, .mbr_col-lg-4, .mbr_col-lg-5, .mbr_col-lg-6, .mbr_col-lg-7, .mbr_col-lg-8, .mbr_col-lg-auto, .mbr_col-md, .mbr_col-md-10, .mbr_col-md-11, .mbr_col-md-12, .mbr_col-md-3, .mbr_col-md-4, .mbr_col-md-5, .mbr_col-md-6, .mbr_col-md-7, .mbr_col-md-8, .mbr_col-md-auto, .mbr_col-sm-10, .mbr_col-sm-4, .mbr_col-sm-5, .mbr_col-sm-6, .mbr_col-sm-7, .mbr_col-sm-auto, .mbr_col-xl-10, .mbr_col-xl-11, .mbr_col-xl-12, .mbr_col-xl-2, .mbr_col-xl-3, .mbr_col-xl-4, .mbr_col-xl-5, .mbr_col-xl-6, .mbr_col-xl-7, .mbr_col-xl-8, .mbr_col-xl-9, .mbr_col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.mbr_col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.mbr_col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.mbr_col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.mbr_col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.mbr_col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.mbr_col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.mbr_col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.mbr_col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.mbr_col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.mbr_col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.mbr_col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.mbr_col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.mbr_col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.mbr_justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.mbr_justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.mbr_align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.mbr_align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.mbr_align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.mbr_d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.mbr_d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

.mbr_d-block {
    display: block !important
}

.mbr_d-none {
    display: none !important
}

.mbr_justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.mbr_flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.mbr_list-unstuled {
    padding-left: 0;
    list-style: none;
    margin: 0
}

.mbr_w-100 {
    width: 100%
}

.mbr_h-100 {
    height: 100%
}

.mbr_text-center {
    text-align: center
}

.mbr_mt-auto {
    margin-top: auto
}

.mbr_mx-auto {
    margin-left: auto;
    margin-right: auto
}

.mbr_pl-0 {
    padding-left: 0
}

.mbr_mb-3, .mbr_my-3 {
    margin-bottom: 1rem !important
}

.mbr_ml-auto {
    margin-left: auto !important
}

.mbr_flex-wrap {
    flex-wrap: wrap
}

.mbr_order-1 {
    -ms-flex-order: 1;
    order: 1
}

.mbr_order-2 {
    -ms-flex-order: 2;
    order: 2
}

.mbr_order-3 {
    -ms-flex-order: 3;
    order: 3
}

.mbr_order-4 {
    -ms-flex-order: 4;
    order: 4
}

.mbr_order-5 {
    -ms-flex-order: 5;
    order: 5
}

.text-900 {
    font-weight: 800
}

.text-700 {
    font-weight: 700
}

.text-500 {
    font-weight: 500
}

.text-400 {
    font-weight: 400
}

.header-h1, h1 {
    font-size: 64px;
    line-height: 1.25em;
    font-weight: 900;
    color: #25272e
}

.header-h2, h2 {
    font-size: 44px;
    line-height: 1.09em;
    font-weight: 700;
    color: #25272e
}

.header-h3, h3 {
    font-size: 32px;
    line-height: 1.25em;
    font-weight: 700;
    color: #25272e
}

.header-h4, h4 {
    font-size: 24px;
    line-height: 1.5em;
    font-weight: 700;
    color: #25272e
}

.header-h5, h5 {
    font-size: 20px;
    line-height: 150%;
    font-weight: 700;
    color: #25272e
}

.text-white {
    color: #fff
}

.text-blue {
    color: #175fff
}

.text-black {
    color: #25272e
}

header {
    border-bottom: 1px solid #ddd
}

.btn-customer {
    margin-right: 20px
}

.btn-order {
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 700;
    color: #25272e;
    padding: 12px 16px;
    border: 1px solid #25272e;
    border-radius: 48px;
    width: 180px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .2s ease;
    text-decoration: none
}

.btn-order:hover {
    color: #fff;
    background: #fb8500;
    border-color: #fb8500
}

.btn-blue {
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 700;
    color: #fff;
    padding: 12px 16px;
    background: #175fff;
    border: 1px solid #175fff;
    border-radius: 48px;
    width: 180px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: all .2s ease
}

.btn-blue:hover {
    color: #175fff;
    background: 0 0
}

.btn-white {
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 700;
    color: #175fff;
    padding: 12px 16px;
    background: #fff;
    border-radius: 48px;
    width: 180px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: all .2s ease
}

.btn-white:hover {
    color: #fff;
    background: #fb8500
}

.btn-orange {
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 700;
    width: 176px;
    height: 56px;
    background: #fb8500;
    border: 1px solid #fb8500;
    color: #fff;
    border-radius: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: all .2s ease;
    cursor: pointer
}

.btn-orange:hover {
    color: #25272e;
    background: 0 0;
    border-color: #25272e
}

.btn-orange-circle {
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 700;
    width: 156px;
    height: 56px;
    color: #25272e;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none
}

.btn-orange-circle .btn-icon {
    width: 32px;
    height: 32px;
    background: #fb8500;
    border: 1px solid #fb8500;
    border-radius: 50%;
    margin-left: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease
}

.btn-orange-circle:hover .btn-icon {
    background: 0 0;
    border-color: #25272e
}

.btn-orange-circle .btn-icon svg path {
    transition: all .2s ease
}

.btn-orange-circle:hover .btn-icon svg path {
    fill: #25272E
}

.menu .menu-fix.fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    background: #fff;
    border-bottom: 1px solid #ddd
}

.menu_list_item {
    margin-right: 36px
}

.menu_list_item.has_sub_menu {
    position: relative
}

.menu_list_item:last-child {
    margin-right: 0
}

.menu_item_link {
    font-size: 16px;
    line-height: 1.5em;
    color: #585b63;
    position: relative;
    text-decoration: none;
    padding: 28px 0;
    display: block
}

.menu_item_link:after {
    content: '';
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background: #fb8500;
    border-radius: 4px;
    transition: all .2s ease
}

.menu_item_link:hover:after, .menu_list_item.active .menu_item_link:after {
    opacity: 1
}

.header__link-sub {
    position: relative;
    display: flex;
    align-items: center
}

.header__link-sub-arr {
    width: 8px;
    height: 8px;
    border-top: 2px solid #fb8500;
    border-right: 2px solid #fb8500;
    transform: rotate(135deg);
    display: inline-block;
    margin-left: 7px
}

.header__sub-list ul {
    display: none;
    opacity: 0;
    min-width: 560px;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 25px rgba(0, 0, 0, .05);
    box-shadow: 0 4px 25px rgba(0, 0, 0, .05);
    padding: 10px;
    -webkit-transition: opacity 1.5s ease;
    -o-transition: opacity 1.5s ease;
    transition: opacity 1.5s ease;
    list-style: none
}

.header__sub-list ul li {
    margin-right: 0;
    margin-bottom: 20px;
    width: 50%
}

.header__sub-list ul li:nth-last-child(-1) {
    margin-bottom: 0
}

.header__sub-list ul li:last-child {
    margin-bottom: 0
}

.header__sub-list ul li a {
    font-size: 16px;
    line-height: 1;
    color: #585b63;
    position: relative;
    text-decoration: none;
    display: block
}

.header__sub-list ul li a:hover {
    text-decoration: underline;
    text-decoration-color: #FB8500
}

li.menu_list_item.has_sub_menu:hover .header__sub-list > ul {
    display: block;
    opacity: 1;
    z-index: 1;
    display: flex;
    flex-wrap: wrap
}

.main-banner {
    padding: 104px 0
}

.main-banner-content {
    max-width: 654px
}

.main-banner .header-h1 {
    margin-bottom: 36px;
    padding-right: 70px
}

.main-banner-text {
    font-size: 20px;
    line-height: 1.6em;
    margin-bottom: 56px
}

.main-banner .btn-orange-circle {
    margin-left: 16px
}

.main-banner-buttons {
    margin-bottom: 64px
}

.main-banner-count-reviews {
    font-size: 20px;
    line-height: 1.6em;
    background: #f8f9fa;
    border-radius: 8px;
    padding: 24px 17px 24px 24px
}

.main-banner-count-reviews > span {
    font-size: 24px;
    line-height: 1.6em
}

.main-banner picture {
    position: absolute;
    right: 0;
    top: 0
}

.main-banner.services-main-calc picture {
    position: relative
}

.find-price {
    padding: 88px 0;
    background: #f8f9fa
}

.find-price-list {
    position: relative;
}
@media(min-width: 1200px){
    .find-price-list {
        justify-content: flex-start !important;
        gap: 240px;
    }
}

.find-price-list-title {
    margin-bottom: 24px
}

.find-price-list-sub-title {
    margin-bottom: 40px
}

.find-price-list ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.find-price-list ul li {
    padding-left: 24px;
    margin-bottom: 8px
}

.find-price-list ul li:last-child {
    margin-bottom: 0
}

.find-price-list ul li span {
    position: relative
}

.find-price-list ul li span:before {
    background: url(/image/list-green.svg);
    background-repeat: no-repeat;
    position: absolute;
    content: '';
    left: -24px;
    width: 14px;
    height: 14px;
    top: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    opacity: 1
}

.find-price-list:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #ddd
}

.calc {
    width: max-content
}

.calc-inner {
    position: relative;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    width: 384px;
    border-radius: 8px;
    z-index: 2
}

.calc-head {
    padding: 18px 24px;
    background: #25272e;
    border-radius: 8px 8px 0 0;
    width: 100%
}

.calc-body {
    padding: 32px 24px;
    border-radius: 0 0 8px 8px;
    width: 100%;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.calc_item-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.calc_item-wrapper label {
    font-size: 14px;
    line-height: 1.43em;
    color: #959aa3;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 4px
}

.calc_item-wrapper select {
    width: 100%;
    background: #fff;
    border: 1px solid #eee;
    color: #585b63;
    box-sizing: border-box;
    border-radius: 2px;
    height: 48px;
    padding: 12px 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    font-size: 16px;
    line-height: 1.5em;
    cursor: pointer;
    transition: all .2s ease
}

.calc_item-wrapper select:hover {
    border-color: #144da8;
    color: #959aa3
}

.calc_item-wrapper select:focus {
    border-color: #175fff;
    box-shadow: 0 0 4px rgba(24, 144, 255, .5);
    color: #25272e
}

.calc_item-wrapper.list-calc {
    margin-bottom: 16px
}

.calc_item-wrapper:nth-child(n+3) {
    margin-bottom: 0
}

.calc_item-wrapper .wrapper_select {
    position: relative;
    width: 100%
}

.calc_item-wrapper .wrapper_select svg {
    position: absolute;
    right: 20px;
    top: calc(50% - 3px);
    cursor: pointer
}

.calc_item-wrapper .wrapper_select svg path {
    transition: all .2s ease
}

.calc_item-wrapper .wrapper_select:hover svg path {
    stroke: #53AFFF
}

.calc_item-day {
    width: 50%;
    padding-right: 8px
}

.calc_item-pages {
    width: 50%;
    padding-left: 8px
}

.calc-quantity-inner button {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
    background: #eee;
    border-radius: 4px;
    padding: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    cursor: pointer;
    transition: all .2s ease
}

.calc-quantity-inner button:hover {
    background: rgba(23, 95, 255, .1)
}

.calc-quantity-inner buttonsvg path {
    transition: all .2s ease
}

.calc-quantity-inner button:hover svg path {
    fill: #175FFF
}

.calc-quantity-inner input {
    font-size: 16px;
    line-height: 1.5em;
    color: #585b63;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 12px 16px;
    width: 56px;
    height: 48px;
    margin: 0 4px;
    transition: all .2s ease
}

.calc-quantity-inner input:hover {
    border-color: #144da8;
    color: #959aa3
}

.calc-quantity-inner input:focus {
    border-color: #175fff;
    box-shadow: 0 0 4px rgba(24, 144, 255, .5);
    color: #25272e
}

.calc .calc_block_price label {
    margin-bottom: 2px
}

.calc .list-calc:nth-child(2) {
    margin-top: 0
}

.calc .icon_dollar, .calc .total-price {
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 24px;
    color: #25272e !important;
    opacity: 1 !important
}

.calc .total-price {
    border: none;
    width: 30px;
    padding: 0;
    background: #fff;
    margin-left: 0
}

.calc .icon_dollar {
    margin-left: 16px
}

.calc_col input {
    height: 51px;
    width: 47px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #636363;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    text-align: center
}

.calc_col button {
    width: 43px;
    height: 51px;
    background: #e5e5e5;
    border-radius: 5px;
    box-shadow: none;
    border: none;
    font-size: 15px;
    line-height: 22px;
    color: #4b4b4b
}

.calc_col button:first-child {
    margin-right: 6px
}

.calc_col button:last-child {
    margin-left: 6px
}

.calc_block_price, .calc_button_order {
    width: 100%
}

.calc_block_price {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px dashed #4ca4ed
}

.calc_block_price .btn-orange {
    width: 212px
}

.icon_dollar {
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 24px !important;
    line-height: 1.3em !important;
    color: #53afff
}

.calc-element-1 {
    position: absolute;
    right: -15px;
    bottom: -35px;
    z-index: 0
}

.calc-element-2 {
    position: absolute;
    left: -60px;
    bottom: -40px;
    z-index: 0
}

.calc-element-3 {
    position: absolute;
    left: -22px;
    top: -22px
}

.case-study {
    padding: 88px 0
}

.case-study-list-wrapper {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 32px;
    width: 100%
}

.case-study-title {
    margin-bottom: 40px
}

.case-study-list-title {
    margin-bottom: 16px
}

.case-study-list-sub-title {
    font-size: 14px;
    line-height: 1.43em;
    text-transform: uppercase;
    color: #ddd;
    margin-bottom: 8px
}

.case-study-list ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.case-study-list > ul > li {
    padding-left: 24px;
    margin-bottom: 8px
}

.case-study-list > ul > li:last-child {
    margin-bottom: 0
}

.case-study-list > ul > li > span {
    position: relative
}

.case-study-list > ul > li > span:before {
    background: url(/image/list-orange.svg);
    background-repeat: no-repeat;
    position: absolute;
    content: '';
    left: -24px;
    width: 14px;
    height: 14px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    opacity: 1
}

.case-study-list.list-green > ul > li > span:before {
    background: url(/image/list-green.svg)
}

.case-list-second-block .case-study-list > ul {
    width: 50%
}

.case-study-button {
    margin-top: 48px
}

.case-study-button a {
    width: 180px
}

.choose-writer {
    background: #f8f9fa;
    padding: 88px 0 88px;
    overflow-x: hidden
}

.choose-writer .header-h2 {
    margin-bottom: 40px
}

.slider-item-wrapper {
    margin: 0 16px
}

.slider-item-wrapper {
    transform: translateY(24px);
    transition: all .2s ease;
    opacity: .5
}

.slider-item-wrapper.slick-center {
    transform: translateY(0);
    opacity: 1
}

.slider .slick-track {
    display: flex;
    padding-bottom: 24px
}

.slider .slick-list {
    padding-top: 30px !important;
    margin-top: -30px
}

.slider-item-inner {
    display: flex;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 32px 32px 24px 32px
}

.slider-item-left {
    width: 100%;
    padding-right: 24px
}

.slider-item-right {
    max-width: 392px
}

.slider-item-right-buttons {
    margin-top: 24px
}

.slider-item-right-buttons .btn-orange-circle {
    margin-right: 35px
}

.slider-item-left picture img {
    width: 80px;
    height: 80px;
    margin-right: 16px;
    border-radius: 4px
}

.slider-item-left .name {
    font-size: 20px;
    line-height: 1.6em;
    color: #25272e
}

.slider-item-left .rating-title {
    font-size: 14px;
    line-height: 1.43em;
    margin-right: 8px
}

.slider-item-left .rating-point {
    font-size: 16px;
    line-height: 24px;
    color: #25272e;
    margin-right: 16px
}

.slider-item-left .projects {
    font-size: 14px;
    line-height: 1.43em
}

.slider-item-left .projects .projects-count {
    font-size: 16px;
    line-height: 24px;
    color: #25272e;
    margin-left: 4px
}

.slider-item-left-inner {
    border-bottom: 1px dashed rgba(76, 164, 237, .6);
    padding-bottom: 24px
}

.slider-item-left-transparent-labels {
    margin-top: 25px
}

.transparent-label {
    font-size: 14px;
    line-height: 1.43em;
    color: #4ca4ed;
    border: 1px solid #4ca4ed;
    border-radius: 4px;
    padding: 4px 8px;
    margin: 0 8px 8px 0
}

.slider-item-blue-top-label {
    font-size: 14px;
    line-height: 1.43em;
    font-weight: 500;
    text-transform: uppercase;
    padding: 6px 9px;
    position: absolute;
    top: -17px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #175fff;
    border-radius: 4px;
    transform: rotate(-15deg)
}

.slick-buttons {
    margin-top: 48px
}

.slick-buttons button {
    width: 36px;
    height: 36px;
    background: 0 0;
    border: none;
    box-shadow: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.blue-block {
    background: #175fff;
    padding: 47px 0 19px 0
}

.blue-block-title {
    margin-bottom: 40px
}

.blue-block-sub-title {
    margin-bottom: 40px
}

.blue-block picture {
    position: relative;
    right: 4%
}

.how-work {
    padding: 88px 0
}

.how-work-title {
    margin-bottom: 40px
}

.how-work-tab {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
    padding: 0 15px;
    cursor: pointer
}

.home-work-tabs {
    margin-bottom: 60px
}

.how-work-tab .name {
    font-size: 24px;
    line-height: 1.5em;
    font-weight: 700;
    color: #959aa3;
    text-align: center;
    margin-bottom: 24px
}

.how-work-tab .text {
    font-size: 20px;
    line-height: 1.6em;
    color: #959aa3;
    text-align: center
}

.how-work-tab.active .name {
    color: #25272e
}

.how-work-tab.active .text {
    color: #585b63
}

.home-work-tab-content {
    padding: 96px 0;
    display: none;
    background: #f8f9fa;
    border-radius: 0 0 8px 8px
}

.home-work-tab-content.active {
    display: flex;
    align-items: center;
    justify-content: center
}

.progress-bar-line {
    margin: 0 15px;
    width: 100%;
    height: 8px;
    background: #eee;
    border-radius: 8px 8px 0 0;
    position: relative;
    overflow: hidden
}

.progress-bar {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 8px;
    background: #fb8500;
    border-radius: 0 8px 0 0;
    transition: all .3s ease
}

.privacy {
    margin: 0 0 125px;
    padding: 88px 0;
    background: #25272e;
    position: relative
}

.privacy picture {
    position: absolute;
    left: 0;
    top: 20px;
    opacity: .15
}

.privacy-title {
    margin-bottom: 40px
}

.privacy-item {
    padding: 24px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px
}

.privacy-item-icon {
    background: rgba(23, 95, 255, .1);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px
}

.privacy-item-title {
    margin-bottom: 8px
}

.privacy-item-text {
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 8px
}

.privacy-item-list ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.privacy-item-list > ul > li {
    padding-left: 24px;
    margin-bottom: 8px
}

.privacy-item-list > ul > li:last-child {
    margin-bottom: 0
}

.privacy-item-list > ul > li span {
    position: relative;
    font-size: 16px;
    line-height: 1.5em
}

.privacy-item-list > ul > li > span:before {
    background: url(/image/list-blue.svg);
    background-repeat: no-repeat;
    position: absolute;
    content: '';
    left: -24px;
    width: 14px;
    height: 14px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    opacity: 1
}

.seo-block {
    padding: 88px 0
}
.seo-block:not(.seo-block.seo-main) {
    padding-top: 0;
}
.seo-block-title {
    margin-bottom: 40px
}

h2.seo-block-title {
    margin-top: 0
}

.seo-block-content ul {
    margin: 0 0 16px 0;
    padding: 0 0 0 24px;
    list-style: none
}

.seo-block-list.list-100 ul {
    width: 100%
}

.seo-block-content > ul > li {
    margin-bottom: 8px
}

.seo-block-content > ul > li:last-child {
    margin-bottom: 0
}

.seo-block-content > ul > li {
    position: relative;
    font-size: 16px;
    line-height: 1.5em
}

.seo-block-content > ul > li:before {
    background: url(/image/list-orange.svg);
    background-repeat: no-repeat;
    position: absolute;
    content: '';
    left: -24px;
    width: 14px;
    height: 14px;
    top: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    opacity: 1
}

.seo-block-content > ul.check-list > li:before {
    background: #175fff;
    border-radius: 50%;
    left: -15px;
    width: 6px;
    height: 6px;
    top: 9px
}

.seo-block-content ol, .seo-block-list-circle > ul {
    margin: 0 0 16px 0;
    padding: 0;
    counter-reset: section;
    list-style-type: none
}

.seo-block-list-circle.fast-process-list > ul {
    padding: 0;
    margin: 0;
    position: relative
}

.seo-block-list-circle.fast-process-list > ul:before {
    content: '';
    position: absolute;
    left: 16px;
    top: 42px;
    bottom: 32px;
    border-left: 2px dashed #ddd;
    z-index: 1
}

.seo-block-content ol li, .seo-block-list-circle > ul > li {
    margin-bottom: 16px;
    padding-left: 40px;
    position: relative
}

.seo-block-list-circle.fast-process-list > ul > li {
    align-items: center;
    margin-bottom: 40px;
    cursor: pointer;
    transition: all .2s ease
}

.seo-block-list-circle.fast-process-list > ul > li > span > span:first-child {
    margin-bottom: 8px
}

.seo-block-list-circle.fast-process-list > ul > li > span > span:last-child {
    display: none
}

.seo-block-list-circle.fast-process-list > ul > li.active > span > span:last-child {
    display: block
}

.seo-block-content ol li:last-child, .seo-block-list-circle > ul > li:last-child {
    margin-bottom: 0
}

.seo-block-content ol li:before, .seo-block-list-circle > ul > li:before {
    position: absolute;
    left: 0;
    top: -4px;
    counter-increment: section;
    content: counters(section, ".") " ";
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e1eafb;
    border: 2px solid #175fff;
    border-radius: 50%;
    font-size: 16px;
    line-height: 24px;
    color: #175fff;
    font-weight: 700;
    margin-right: 16px
}

.seo-block-list-circle.fast-process-list > ul > li:before {
    margin-right: 8px;
    color: #959aa3;
    background: #f8f9fa;
    border: 2px solid #959aa3;
    z-index: 2
}

.seo-block-list-circle.fast-process-list > ul > li.active:before, .seo-block-list-circle.fast-process-list > ul > li:hover:before {
    background: #e1eafb;
    border: 2px solid #175fff;
    color: #175fff;
    z-index: 2
}

.seo-block-content ol.def-ol li {
    margin-bottom: 16px
}

.seo-block-content ol.def-ol li:last-child {
    margin-bottom: 0
}

.seo-block-content ol.def-ol li ol.def-ol {
    margin-top: 8px
}

.seo-block-content ol.def-ol li ol.def-ol li {
    padding-left: 20px
}

.seo-block-content ol.def-ol li ol.def-ol li:before {
    background: #175fff;
    border-radius: 50%;
    left: 0;
    width: 6px;
    height: 6px;
    top: 9px;
    min-width: initial;
    min-height: initial;
    content: ''
}

.seo-block-content h2, h3, h4 {
    text-align: center
}

.seo-block-content h2 {
    margin-top: 40px;
    margin-bottom: 24px
}

.seo-block-content h3 {
    margin-top: 40px;
    margin-bottom: 16px
}

.seo-block-content p:last-child {
    margin-bottom: 0
}

.seo-block-blue-block {
    background: #175fff;
    border-radius: 16px;
    padding: 56px;
    margin-top: 44px
}

.seo-block-blue-block .btn-white {
    width: 240px
}

.seo-block-blue-block-title {
    margin-bottom: 24px
}

.seo-block-blue-block-text {
    font-size: 20px;
    line-height: 1.6em
}

.stundart-numerical-list > ol > li {
    color: #175fff;
    font-weight: 700
}

.stundart-numerical-list > ol > li > span {
    color: #585b63;
    font-weight: 400
}

.seo-block-no-title {
    margin-top: 40px;
    margin-bottom: 24px
}

.content-advantages-title {
    margin-bottom: 8px
}

.content-advantages-title svg {
    margin-right: 10px;
    margin-top: 5px
}

.advantages-title {
    font-size: 20px;
    line-height: 1.6em;
    font-weight: 700;
    color: #25272e;
    margin: 0;
    text-align: left;
}

.seo-block-content-advantages {
    margin-bottom: 40px
}

.seo-block-content-attention {
    width: 624px;
    background: #fffbf7;
    border-radius: 8px;
    padding: 16px
}

.seo-block-content-attention svg {
    min-width: 20px;
    min-height: 20px;
    margin-top: 5px;
    margin-right: 10px
}

.seo-block-content-attention .attention-title {
    font-size: 20px;
    line-height: 1.6em;
    color: #25272e
}

.custom-cases {
    padding: 0 0 88px 0
}

.custom-case {
    padding: 68px 56px 108px 56px;
    background: linear-gradient(113.87deg, #25272e 10.18%, #232e48 100%);
    border-radius: 16px;
    margin: 0 -56px
}

.custom-case-title {
    margin-bottom: 24px;
    margin-top: 0
}

.custom-case-white-item {
    padding: 16px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px
}

.custom-case-white-item-icon {
    background: rgba(23, 95, 255, .1);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px
}

.custom-case-white-item-title {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 1.6em;
    margin-top: 0;
    text-align: left
}

.custom-case-white-item-text {
    font-size: 16px;
    line-height: 1.5em
}

.case-study-paper {
    padding: 88px 0 128px;
    position: relative
}

.case-study-paper picture img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1
}

.case-study-paper-title {
    margin-bottom: 40px;
    margin-top: 0
}

.study-paper-orange-block {
    background: #fffbf7;
    border: 1px solid #fb8500;
    box-shadow: 0 4px 24px rgba(251, 133, 0, .2);
    border-radius: 16px;
    padding: 56px;
    margin-bottom: -40px;
    position: relative
}

.orange-block-icon {
    position: absolute;
    top: -36px;
    left: 56px;
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fb8500;
    border-radius: 50%
}

.orange-block-text {
    font-size: 16px;
    line-height: 1.5em;
    color: #25272e
}

.case-study-service {
    padding: 104px 0 88px
}

.case-study-service-title {
    margin-bottom: 40px;
    margin-top: 0
}

.case-study-service .icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(251, 133, 0, .1);
    border: 2px solid #fb8500
}

.case-study-service .wrapper-icon {
    position: relative;
    margin-bottom: 24px
}

.case-study-service .wrapper-icon:after {
    content: '';
    position: absolute;
    right: 0;
    left: 88px;
    top: calc(50% - 2px);
    border-top: 2px dashed #fb8500
}

.case-study-service .text {
    font-size: 16px;
    line-height: 1.5
}

.case-study-service .wrapper-item:last-child .wrapper-icon:after {
    display: none
}

.case-study-service .items {
    margin-bottom: 48px
}

.case-study-service .orange-block {
    background: #fffbf7;
    border-radius: 8px;
    padding: 32px;
    margin-top: 48px;
    color: #25272e
}

.case-study-service .orange-block p:last-child {
    margin-bottom: 0
}

.services-element-1 {
    position: absolute;
    right: -75%;
    bottom: 16px
}

.services-element-2 {
    position: absolute;
    left: 61px;
    top: 42px;
    opacity: .4
}

.case-study-doubts {
    padding: 88px 0
}

.doubts-title {
    margin-bottom: 24px;
    margin-top: 0
}

.doubts-subtitle {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 56px
}

.double-text picture {
    float: left;
    margin-right: 136px;
    margin-top: -52px
}

.double-text p:nth-child(2) {
    margin-top: 52px
}

.free-features {
    padding: 88px 0;
    background: url(/image/features-bg.webp) center center/auto no-repeat;
    background-size: auto;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url("/image/features-bg.webp");
    background-image: -webkit-image-set(url("/image/features-bg.webp") 1x);
    background-image: image-set(url("/image/features-bg.jpg") 1x)
}

.free-features-title {
    margin-bottom: 40px
}

.features-item {
    display: flex
}

.features-item-inner {
    padding: 48px 24px;
    background: rgba(249, 48, 53, .05);
    box-shadow: 0 4px 16px rgba(249, 48, 53, .2);
    border: 1px solid #f93035;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%
}

.features-orange {
    box-shadow: 0 4px 16px rgba(251, 133, 0, .2);
    background: #fffbf7;
    border: 1px solid #fb8500
}

.features-yellow {
    box-shadow: 0 4px 16px rgba(255, 209, 28, .2);
    background: rgba(255, 209, 28, .1);
    border: 1px solid #ffd11c
}

.features-green {
    box-shadow: 0 4px 16px rgba(21, 179, 113, .2);
    background: rgba(21, 179, 113, .05);
    border: 1px solid #15b371
}

.features-purple {
    box-shadow: 0 4px 16px rgba(23, 95, 255, .2);
    background: rgba(23, 95, 255, .05);
    border: 1px solid #175fff
}

.features-blue {
    box-shadow: 0 4px 16px rgba(76, 164, 237, .2);
    background: rgba(76, 164, 237, .05);
    border: 1px solid #4ca4ed
}

.features-item-inner .title {
    font-size: 16px;
    line-height: 1.5;
    color: #25272e;
    margin-bottom: 20px
}

.features-item-inner .price {
    margin-bottom: 20px;
    position: relative
}

.features-item-inner .price:after {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    left: -3px;
    right: -3px;
    background: #f93035;
    height: 2px;
    border-radius: 3rem
}

.features-item-inner .text-free {
    text-transform: uppercase;
    color: #15b371
}

.feature-saving-text {
    font-size: 20px;
    line-height: 32px;
    color: #25272e;
    margin-bottom: 24px;
    margin-top: 48px
}

.feature-saving-price {
    color: #15b371
}

.feature-saving .btn-orange {
    width: 204px
}

.get-answers {
    padding: 88px 0
}

.get-answers-wrapper {
    padding: 88px 104px;
    background: #f8f9fa;
    border-radius: 16px
}

.get-answers-writer .get-answers-wrapper {
    padding: 0 104px
}

.get-answers-title {
    margin-bottom: 24px
}

.get-answers-subtitle {
    font-size: 20px;
    line-height: 1.6em;
    margin-bottom: 56px
}

.faq-list_block .faq_minus {
    display: none
}

.faq-list_block .faq_plus {
    display: flex
}

.faq-list_block.active .faq_minus {
    display: flex
}

.faq-list_block.active .faq_plus {
    display: none
}

.faq-list_block {
    cursor: pointer;
    padding: 24px 22px 24px 0;
    border-bottom: 1px solid #ddd
}

.faq-list_answer p:last-child {
    margin-bottom: 0
}

.faq-list_title {
    font-size: 20px;
    line-height: 1.6em;
    color: #25272e
}

.faq-list_answer {
    font-size: 16px;
    line-height: 1.5em;
    margin-top: 16px
}

.page-error {
    padding: 88px 0
}

.page-error-title {
    margin-bottom: 36px
}

.page-error-subtitle {
    margin: 50px 0 48px
}

.page-error-buttons .btn-orange {
    width: 180px;
    margin-right: 32px
}

.page-error-buttons .btn-order {
    width: 180px;
    height: 56px
}

.breadcrumbs {
    padding: 20px 0
}

.breadcrumbs ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.breadcrumbs ul li:after {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin-right: 6px;
    margin-left: 6px;
    display: inline-block;
    background: #959aa3;
    position: relative;
    top: -3px
}

.breadcrumbs ul li:last-child:after {
    display: none
}

.breadcrumbs ul li a {
    font-size: 14px;
    line-height: 20px;
    color: #175fff;
    text-decoration: none
}

.breadcrumbs ul li a:hover {
    text-decoration: underline
}

.breadcrumbs ul li.last-item a {
    color: #959aa3;
    text-decoration: none !important
}

.title-pages {
    margin-bottom: 40px
}

.terms-and-conditions {
    padding: 28px 0 88px
}

.block-no-title-h4 {
    margin-top: 40px;
    margin-bottom: 24px
}

.content-list > ul {
    padding: 0 0 0 16px;
    margin-bottom: 16px;
    list-style: none
}

.content-list > ul > li {
    font-size: 16px;
    line-height: 1.5em;
    padding-left: 14px;
    margin-bottom: 8px;
    position: relative
}

.inside-headers .content-list > ul > li {
    margin-bottom: 16px
}

.content-list > ul > li:last-child {
    margin-bottom: 0
}

.content-list > ul > li > span:after {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #175fff;
    position: absolute;
    left: 0;
    top: 7px
}

.content-list > ul > li > span > a {
    font-size: 16px;
    line-height: 1.5em;
    color: #585b63;
    text-decoration: none;
    display: block
}

.content-list > ul > li.active > span > a, .content-list > ul > li > span > a:hover {
    text-decoration: underline;
    color: #175fff
}

.services-main-calc {
    padding: 88px 0;
    background: url(/image/services-banner-bg.webp) no-repeat;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-image: url(/image/services-banner-bg.webp);
    background-image: -webkit-image-set(url(/image/services-banner-bg.webp) 1x);
    background-image: image-set(url(/image/services-banner-bg.png) 1x)
}

.services-main-calc .main-banner-content {
    max-width: initial
}

.services-main-calc .main-banner-count-reviews {
    width: max-content
}

.advantages-using {
    padding: 88px 0
}

.advantages-using-title {
    margin-bottom: 40px
}

.advantages-using-item-inner {
    padding: 24px;
    margin-bottom: 32px
}

.advantages-using-item-inner .icon {
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px;
    background: #175fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 24px
}

.advantages-using-item-inner .text {
    font-size: 16px;
    line-height: 1.5em;
    margin-top: 24px
}

.advantages-using-buttons {
    margin-top: 48px
}

.advantages-using-buttons .btn-orange {
    width: 180px;
    margin-right: 32px
}

.advantages-using-buttons .btn-order {
    width: 180px;
    height: 56px
}

.services-grey {
    background: #f8f9fa
}

.grey-main-block {
    background: #f8f9fa;
    padding: 88px 0
}

.grey-main-title {
    margin-bottom: 40px
}

.grey-main-text {
    font-size: 20px;
    line-height: 1.6em;
    max-width: 800px
}

.grey-main-buttons {
    margin-top: 48px
}

.grey-main-buttons a.btn-orange {
    width: 195px
}

.grey-main-bg-image picture {
    padding-left: 40px;
    position: absolute;
    top: -62px;
    right: 121px
}

.info-blocks {
    padding: 88px 0
}

.info-block {
    display: flex
}

.info-block-inner {
    width: 100%;
    background: rgba(255, 209, 28, .1);
    box-shadow: 0 8px 24px rgba(255, 255, 255, .1);
    border-radius: 8px;
    padding: 48px 24px
}

.info-block:nth-child(-n+2) .info-block-inner {
    margin-bottom: 30px
}

.info-block-inner.inner-orange {
    background: rgba(251, 133, 0, .1);
    box-shadow: 0 8px 24px rgba(255, 255, 255, .1)
}

.info-block-inner.inner-green {
    background: rgba(21, 179, 113, .1);
    box-shadow: 0 8px 24px rgba(255, 255, 255, .1)
}

.info-block-inner.inner-purple {
    background: rgba(23, 95, 255, .1);
    box-shadow: 0 8px 24px rgba(255, 255, 255, .1)
}

.info-block-inner .icon {
    margin-right: 24px;
    display: flex;
    align-items: center
}

.info-block-inner .title {
    margin-bottom: 24px
}

.info-block:nth-child(1) .info-block-inner .info:before {
    content: '+1(866)2233914';
    position: relative;
    font-size: 20px;
    line-height: 1.6em
}

.info-block:nth-child(2) .info-block-inner .info:before {
    content: 'support@';
    position: relative;
    font-size: 17px;
    line-height: 1.6em;
    word-break: break-word
}

.info-block:nth-child(2) .info-block-inner .info:after {
    display: block;
    content: 'casestudywritingservice.com';
    position: relative;
    font-size: 17px;
    line-height: 1.6em;
    word-break: break-word
}

.info-block:nth-child(3) .info-block-inner .info:before {
    content: 'Cyprus, Nicosia, 2108, Aglantzia Kastellorizou, 3A';
    position: relative;
    font-size: 20px;
    line-height: 1.6em
}

.copyright .info:before, .seo-block-content .info:before {
    content: 'CaseStudyWritingService.com is owned and operated by DDW Corp. Limited, Cyprus';
    position: relative;
    font-size: 16px;
    line-height: 1.6em
}

.info-block:nth-child(4) .info-block-inner .info:before {
    content: '24h';
    position: relative;
    font-size: 20px;
    line-height: 2em
}

.white-top-block {
    padding: 88px 0
}

.white-top-title {
    margin-bottom: 40px
}

.white-top-subtitle {
    font-size: 20px;
    line-height: 1.6em
}

.categories {
    padding: 88px 0
}

.categories-title {
    margin-bottom: 40px;
    color: #585b63
}

.categories-title svg {
    margin-right: 8px
}

.myradio {
    vertical-align: top;
    width: 13px;
    height: 13px;
    margin: 0 13px 0 0
}

.myradio + label {
    cursor: pointer;
    color: #6f7488
}

.myradio:not(checked) {
    position: absolute;
    opacity: 0
}

.myradio:not(checked) + label {
    position: relative;
    padding: 0 0 0 27px;
    display: inline-flex;
    transition: all .2s ease
}

.myradio:not(checked) + label:hover {
    font-weight: 700;
    color: #25272e
}

.myradio:not(checked) + label:before {
    content: '';
    position: absolute;
    top: calc(50% - 7px);
    left: 0;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: 0 0;
    border: 1px solid #25272e
}

.myradio:not(checked) + label:after {
    content: '';
    position: absolute;
    top: calc(50% - 7px);
    left: 0;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #175fff;
    opacity: 0;
    transition: all .2s;
    display: block
}

.myradio:checked + label:after {
    opacity: 1
}

.myradio:checked + label {
    font-weight: 700;
    color: #25272e
}

.filter_radio {
    padding: 12px 32px
}

.categories .faq-list {
    display: none
}

.categories .faq-list.active {
    display: block
}

.orange-we-can-do {
    padding: 88px 0;
    background: #fffbf7
}

.orange-we-can-do .find-price-list-title {
    margin-bottom: 40px
}

.orange-we-can-do .calc-element-1 {
    bottom: initial;
    top: -33px;
    right: initial;
    left: -25px
}

.orange-we-can-do .calc-element-2 {
    right: -23px;
    left: initial;
    bottom: -50px
}

.orange-top-block {
    padding: 88px 0;
    background: #fffbf7
}

.orange-top-title {
    margin-bottom: 40px
}

.orange-top-subtitle {
    font-size: 20px;
    line-height: 1.6em
}

.blog-inside-items {
    padding: 88px 0
}

.inside-item {
    display: flex;
    margin-top: 30px
}

.inside-item:nth-child(-n+3) {
    margin-top: 0
}

.inside-item .image {
    border-radius: 8px
}

.inside-item .image img {
    border-radius: 8px
}

.inside-item .title {
    margin: 24px 0 16px;
    min-height: 108px
}

.inside-item .title a {
    color: #25272e;
    display: block;
    transition: all .2s ease;
    text-decoration: none
}

.inside-item .title a:hover {
    color: #175fff
}

.inside-item .text {
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 16px
}

.inside-item .date {
    font-size: 14px;
    line-height: 1.43em;
    font-weight: 500;
    color: #959aa3;
    text-transform: uppercase
}

.inside-item .info .btn-orange-circle {
    width: max-content
}

.blog-inside-items .seo-block-blue-block {
    margin-bottom: 10px
}

.show-more-inside-item {
    margin-top: 48px
}

.show-more-inside-item a.btn-order {
    width: 280px;
    height: 56px
}

.inside-content {
    padding: 48px 0 88px
}

.inside-content .date {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 24px 0 40px;
    color: #959aa3
}

.blog_page_rating {
    padding: 88px 30px;
    background: #f8f9fa;
    border: 2px solid #175fff;
    box-sizing: border-box;
    border-radius: 16px;
    margin-top: 48px
}

.blog_page_rating_title {
    margin-bottom: 16px
}

.blog_page_rating_subtitle {
    font-size: 20px;
    line-height: 1.6em
}

.blog_page_rating_total {
    font-size: 16px;
    line-height: 1.5em;
    margin-top: 24px
}

.rating {
    margin-top: 16px
}

.rating .stars .live {
    overflow: hidden;
    margin: 0 auto
}

.rating .stars .live:not(:checked) > input {
    display: none
}

.rating .stars .live:not(:checked) > label {
    float: right;
    width: 42px;
    padding: 0;
    cursor: pointer;
    font-size: 32px;
    line-height: 32px;
    color: #d3d3d3;
    text-shadow: 1px 1px #bbb
}

.rating .stars .live:not(:checked) > label:before {
    content: '';
    width: 31px;
    height: 30px;
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg width='31' height='30' viewBox='0 0 31 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30.0002 11.5045C29.9055 11.2301 29.7332 10.9891 29.5042 10.8107C29.2752 10.6324 28.9994 10.5242 28.7102 10.4995L20.1752 9.25449L16.3502 1.49949C16.2274 1.24588 16.0356 1.032 15.7968 0.882346C15.5581 0.732693 15.282 0.65332 15.0002 0.65332C14.7184 0.65332 14.4423 0.732693 14.2036 0.882346C13.9648 1.032 13.773 1.24588 13.6502 1.49949L9.82521 9.23948L1.29021 10.4995C1.01259 10.5389 0.751597 10.6554 0.536836 10.8357C0.322075 11.016 0.16215 11.2529 0.0752103 11.5195C-0.00437225 11.78 -0.0115138 12.0573 0.0545519 12.3215C0.120618 12.5858 0.257397 12.8271 0.45021 13.0195L6.64521 19.0195L5.14521 27.5395C5.09166 27.8207 5.1197 28.1114 5.22602 28.3772C5.33234 28.643 5.51249 28.8728 5.74521 29.0395C5.97204 29.2016 6.23957 29.2974 6.51778 29.3159C6.79599 29.3345 7.07387 29.2751 7.32021 29.1445L15.0002 25.1395L22.6502 29.1595C22.8607 29.2783 23.0985 29.3403 23.3402 29.3395C23.6579 29.3406 23.9678 29.2408 24.2252 29.0545C24.4579 28.8878 24.6381 28.658 24.7444 28.3922C24.8507 28.1264 24.8788 27.8357 24.8252 27.5545L23.3252 19.0345L29.5202 13.0345C29.7368 12.851 29.8968 12.6098 29.9818 12.339C30.0668 12.0682 30.0732 11.7788 30.0002 11.5045Z' fill='%23DDDDDD'/%3E%3C/svg%3E%0A")
}

.rating .stars .live > label:nth-child(2) {
    width: 31px
}

.rating .stars .live > input:checked ~ label:before {
    background-image: url("data:image/svg+xml,%3Csvg width='31' height='30' viewBox='0 0 31 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30.0002 11.5045C29.9055 11.2301 29.7332 10.9891 29.5042 10.8107C29.2752 10.6324 28.9994 10.5242 28.7102 10.4995L20.1752 9.25449L16.3502 1.49949C16.2274 1.24588 16.0356 1.032 15.7968 0.882346C15.5581 0.732693 15.282 0.65332 15.0002 0.65332C14.7184 0.65332 14.4423 0.732693 14.2036 0.882346C13.9648 1.032 13.773 1.24588 13.6502 1.49949L9.82521 9.23948L1.29021 10.4995C1.01259 10.5389 0.751597 10.6554 0.536836 10.8357C0.322075 11.016 0.16215 11.2529 0.0752103 11.5195C-0.00437225 11.78 -0.0115138 12.0573 0.0545519 12.3215C0.120618 12.5858 0.257397 12.8271 0.45021 13.0195L6.64521 19.0195L5.14521 27.5395C5.09166 27.8207 5.1197 28.1114 5.22602 28.3772C5.33234 28.643 5.51249 28.8728 5.74521 29.0395C5.97204 29.2016 6.23957 29.2974 6.51778 29.3159C6.79599 29.3345 7.07387 29.2751 7.32021 29.1445L15.0002 25.1395L22.6502 29.1595C22.8607 29.2783 23.0985 29.3403 23.3402 29.3395C23.6579 29.3406 23.9678 29.2408 24.2252 29.0545C24.4579 28.8878 24.6381 28.658 24.7444 28.3922C24.8507 28.1264 24.8788 27.8357 24.8252 27.5545L23.3252 19.0345L29.5202 13.0345C29.7368 12.851 29.8968 12.6098 29.9818 12.339C30.0668 12.0682 30.0732 11.7788 30.0002 11.5045Z' fill='%23F2C94C'/%3E%3C/svg%3E%0A")
}

.rating .stars .live:not(:checked) > label:hover:before, .rating .stars .live:not(:checked) > label:hover ~ label:before {
    background-image: url("data:image/svg+xml,%3Csvg width='31' height='30' viewBox='0 0 31 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30.0002 11.5045C29.9055 11.2301 29.7332 10.9891 29.5042 10.8107C29.2752 10.6324 28.9994 10.5242 28.7102 10.4995L20.1752 9.25449L16.3502 1.49949C16.2274 1.24588 16.0356 1.032 15.7968 0.882346C15.5581 0.732693 15.282 0.65332 15.0002 0.65332C14.7184 0.65332 14.4423 0.732693 14.2036 0.882346C13.9648 1.032 13.773 1.24588 13.6502 1.49949L9.82521 9.23948L1.29021 10.4995C1.01259 10.5389 0.751597 10.6554 0.536836 10.8357C0.322075 11.016 0.16215 11.2529 0.0752103 11.5195C-0.00437225 11.78 -0.0115138 12.0573 0.0545519 12.3215C0.120618 12.5858 0.257397 12.8271 0.45021 13.0195L6.64521 19.0195L5.14521 27.5395C5.09166 27.8207 5.1197 28.1114 5.22602 28.3772C5.33234 28.643 5.51249 28.8728 5.74521 29.0395C5.97204 29.2016 6.23957 29.2974 6.51778 29.3159C6.79599 29.3345 7.07387 29.2751 7.32021 29.1445L15.0002 25.1395L22.6502 29.1595C22.8607 29.2783 23.0985 29.3403 23.3402 29.3395C23.6579 29.3406 23.9678 29.2408 24.2252 29.0545C24.4579 28.8878 24.6381 28.658 24.7444 28.3922C24.8507 28.1264 24.8788 27.8357 24.8252 27.5545L23.3252 19.0345L29.5202 13.0345C29.7368 12.851 29.8968 12.6098 29.9818 12.339C30.0668 12.0682 30.0732 11.7788 30.0002 11.5045Z' fill='%23F2C94C'/%3E%3C/svg%3E%0A")
}

.rating .stars .live > input:checked + label:hover:before, .rating .stars .live > input:checked + label:hover ~ label:before, .rating .stars .live > input:checked ~ label:hover:before, .rating .stars .live > input:checked ~ label:hover ~ label:before, .rating .stars .live > label:hover ~ input:checked ~ label:before {
    background-image: url("data:image/svg+xml,%3Csvg width='31' height='30' viewBox='0 0 31 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30.0002 11.5045C29.9055 11.2301 29.7332 10.9891 29.5042 10.8107C29.2752 10.6324 28.9994 10.5242 28.7102 10.4995L20.1752 9.25449L16.3502 1.49949C16.2274 1.24588 16.0356 1.032 15.7968 0.882346C15.5581 0.732693 15.282 0.65332 15.0002 0.65332C14.7184 0.65332 14.4423 0.732693 14.2036 0.882346C13.9648 1.032 13.773 1.24588 13.6502 1.49949L9.82521 9.23948L1.29021 10.4995C1.01259 10.5389 0.751597 10.6554 0.536836 10.8357C0.322075 11.016 0.16215 11.2529 0.0752103 11.5195C-0.00437225 11.78 -0.0115138 12.0573 0.0545519 12.3215C0.120618 12.5858 0.257397 12.8271 0.45021 13.0195L6.64521 19.0195L5.14521 27.5395C5.09166 27.8207 5.1197 28.1114 5.22602 28.3772C5.33234 28.643 5.51249 28.8728 5.74521 29.0395C5.97204 29.2016 6.23957 29.2974 6.51778 29.3159C6.79599 29.3345 7.07387 29.2751 7.32021 29.1445L15.0002 25.1395L22.6502 29.1595C22.8607 29.2783 23.0985 29.3403 23.3402 29.3395C23.6579 29.3406 23.9678 29.2408 24.2252 29.0545C24.4579 28.8878 24.6381 28.658 24.7444 28.3922C24.8507 28.1264 24.8788 27.8357 24.8252 27.5545L23.3252 19.0345L29.5202 13.0345C29.7368 12.851 29.8968 12.6098 29.9818 12.339C30.0668 12.0682 30.0732 11.7788 30.0002 11.5045Z' fill='%23F2C94C'/%3E%3C/svg%3E%0A")
}

.rate-area > label:active {
    position: relative
}

.inside-headers {
    width: 312px
}

.inside-headers.fixed-block {
    position: fixed;
    top: 100px;
    z-index: 99;
    margin-top: 0
}

.inside-headers-header {
    background: #f8f9fa;
    border-radius: 8px;
    margin-bottom: 16px;
    padding: 14px 16px
}

.seo-block-list-circle .content-list {
    margin-top: 8px;
    margin-bottom: 8px
}

.fast-process {
    background: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 16px;
    padding: 32px;
    margin: 40px 0
}

.fast-process-title {
    margin-bottom: 24px
}

.fast-image {
    display: none
}

.fast-image.active {
    display: block
}

.fast-process-button {
    margin-top: 40px
}

.fast-process-button a.btn-orange {
    width: 203px
}

.format-essay {
    background: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 16px;
    padding: 32px;
    margin: 40px 0
}

.format-essay-title {
    margin-bottom: 24px
}

.format-essay-button {
    margin-top: 8px
}

.format-essay-icon {
    width: 160px;
    height: 160px;
    min-width: 160px;
    min-height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 24px;
    background: rgba(23, 95, 255, .1)
}

.format-essay-items .icon {
    margin-right: 8px;
    display: flex
}

.format-essay-items > div {
    max-width: 50%;
    flex: 0 0 50%;
    margin-bottom: 16px
}

.format-essay-items > div:last-child {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 24px
}

.format-essay-text {
    font-size: 14px;
    line-height: 1.43em;
    color: #959aa3
}

.case-study-rated {
    background: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 16px;
    padding: 32px;
    margin: 40px 0
}

.case-study-rated-title {
    margin-bottom: 8px
}

.case-study-rated-subtitle {
    font-size: 14px;
    line-height: 1.43em;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 24px
}

.case-study-rated-text {
    font-size: 16px;
    line-height: 1.5em
}

.case-study-rated-stars {
    margin-bottom: 16px;
    display: flex;
    justify-content: center
}

.case-study-rated-button .btn-blue {
    width: 203px;
    height: 48px
}

.case-study-rated .icon {
    width: 96px;
    height: 96px;
    min-width: 96px;
    min-height: 96px;
    margin-right: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(23, 95, 255, .1);
    border-radius: 50%
}

.about-main-banner {
    padding: 46px 0 150px;
    background: url(/image/about-header.webp) no-repeat;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-image: url(/image/about-header.webp);
    background-image: -webkit-image-set(url(/image/about-header.webp) 1x);
    background-image: image-set(url(/image/about-header.png) 1x)
}

.about-main-banner .main-banner-buttons {
    margin-bottom: 0
}

.about-main-banner .main-banner-content {
    padding-top: 104px
}

.about-reviews-top {
    padding: 88px 0
}

.about-right-image {
    position: absolute;
    right: 15px;
    top: 0
}

.about-main-banner.main-banner .header-h1 {
    margin-bottom: 40px;
    padding-right: 0
}

.about-main-banner .main-banner-text {
    margin-bottom: 48px
}

.about-reviews-top-item .icon {
    margin-right: 16px
}

.about-reviews-top-item .title {
    margin-bottom: 12px
}

.academic-needs {
    padding: 88px 0
}

.academic-needs-title {
    margin-bottom: 40px
}

.academic-needs-subtitle {
    font-size: 20px;
    line-height: 1.6em;
    margin-bottom: 40px
}

.about-photo-gallery {
    padding: 88px 0;
    background: #f8f9fa
}

.about-photo-gallery-first-text {
    margin-bottom: 88px
}

.about-photo-gallery-left picture:first-child {
    margin-bottom: 25px
}

.gallery-icon {
    position: absolute;
    left: -150px;
    top: -17%
}

.about-photo-gallery-right .text {
    margin-top: 88px;
    width: 592px
}

.info-blocks-title {
    margin-bottom: 40px
}

.about-info-blocks .info:before {
    display: none
}

.about-info-blocks-button {
    margin-top: 48px
}

.about-info-blocks-button a.btn-orange {
    width: 180px
}

.about-yellow-block {
    background: #fddf4e;
    padding: 88px 0
}

.about-yellow-list ul {
    margin: 0 0 48px 0;
    padding: 0 0 0 36px;
    list-style: none;
    width: 456px
}

.about-yellow-list > ul > li {
    font-size: 20px;
    line-height: 1.6em;
    padding-left: 36px;
    margin-bottom: 20px
}

.about-yellow-list > ul > li:last-child {
    margin-bottom: 0
}

.about-yellow-list > ul > li > span {
    position: relative
}

.about-yellow-list > ul > li > span:before {
    position: absolute;
    content: '';
    left: -36px;
    width: 12px;
    height: 12px;
    background: #15b371;
    border: 2px solid #fff;
    border-radius: 50%;
    top: calc(50% - 6px);
    line-height: 1;
    opacity: 1
}

.about-yellow-block-title {
    margin-bottom: 40px
}

.about-yellow-buttons .btn-orange {
    width: 280px;
    border: 2px solid #fff;
    margin-right: 32px
}

.about-yellow-buttons .btn-orange:hover {
    border: 2px solid #25272e
}

.about-yellow-buttons .btn-order {
    width: 280px;
    height: 56px;
    border: 2px solid #25272e
}

.about-yellow-buttons .btn-order:hover {
    width: 280px;
    height: 56px;
    border: 2px solid #fb8500
}

.about-yellow-buttons .btn-order svg path {
    transition: all .2s ease
}

.about-yellow-buttons .btn-order:hover svg path {
    fill: #fff
}

.about-yellow-buttons .btn-order svg {
    margin-left: 10px
}

.how-we-writers {
    padding: 88px 0
}

.how-we-writers-title {
    margin-bottom: 20px
}

.how-we-writers-subtitle {
    font-size: 20px;
    line-height: 1.6em;
    margin-bottom: 60px
}

.how-we-writers-item .title {
    margin-bottom: 16px
}

.how-we-writers-item .text {
    font-size: 16px;
    line-height: 1.5em
}

.how-we-writers-item .image {
    margin-bottom: 40px
}

.how-we-writers-item .item-number {
    position: absolute;
    left: 16px;
    top: -16px;
    width: 56px;
    height: 56px;
    min-width: 56px;
    min-height: 56px;
    border-radius: 50%;
    background: rgba(23, 95, 255, .1);
    border: 2px solid #175fff;
    color: #175fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    line-height: 1.6em;
    font-weight: 700
}

.top-writers {
    padding: 88px 0;
    background: #f8f9fa
}

.top-writers-title {
    margin-bottom: 20px
}

.top-writers-subtitle {
    font-size: 20px;
    line-height: 1.6em;
    margin-bottom: 40px
}

.top-writers-item {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 32px
}

.top-writers-item .icon {
    margin-right: 16px
}

.top-writers-item .icon picture img {
    width: 88px;
    height: 88px;
    min-width: 88px;
    min-height: 88px;
    border-radius: 4px
}

.top-writers-item .caption {
    margin-right: 40px
}

.top-writers-item .caption .name {
    font-size: 20px;
    line-height: 1.6em;
    color: #25272e
}

.top-writers-item .caption .rating {
    margin: 0;
    font-size: 14px;
    line-height: 1.43em
}

.top-writers-item .caption .rating .rating-title {
    margin-right: 8px
}

.top-writers-item .caption .rating .rating-point {
    margin-right: 16px;
    font-size: 16px;
    line-height: 1.5em
}

.top-writers-item .caption .projects {
    font-size: 14px;
    line-height: 1.43em
}

.top-writers-item-transparent-labels {
    margin-right: 40px;
    min-width: 260px;
    max-width: 260px;
    height: max-content
}

.top-writers-item-text {
    width: 320px;
    font-size: 14px;
    line-height: 1.43em;
    margin-right: 44px
}

.top-writers-item-buttons .btn-orange {
    width: 188px;
    height: 48px;
    margin-bottom: 16px
}

.top-writers-item-buttons .btn-orange-circle {
    width: 135px;
    height: 32px
}

.top-writers-item-wrapper {
    margin-bottom: 32px
}

.top-writers-item-wrapper:last-child {
    margin-bottom: 0
}

.get-answers-writer .get-answers-wrapper {
    background: #fff
}

.categories .categories-item {
    display: none
}

.categories .categories-item.active {
    display: block
}

.categories-item-title {
    margin-bottom: 36px
}

.categories-item-review {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 32px
}

.categories-item-review .icon {
    margin-right: 16px
}

.categories-item-review .stars {
    margin-right: 16px
}

.categories-item-review .order {
    font-size: 14px;
    line-height: 1.43em;
    font-weight: 500;
    color: #959aa3;
    text-transform: uppercase
}

.categories-item-review-header {
    margin-bottom: 24px
}

.categories-item-review-body .title {
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 700;
    color: #25272e;
    margin-bottom: 16px
}

.categories-item-review-body .text {
    font-size: 16px;
    line-height: 1.5em;
    color: #25272e;
    min-height: 104px
}

.categories-item-review-footer .writer {
    font-size: 16px;
    line-height: 1.5em;
    color: #585b63
}

.categories-item-review-footer .date {
    font-size: 14px;
    line-height: 1.43em;
    color: #959aa3;
    text-transform: uppercase
}

.categories-item-review {
    margin-bottom: 32px
}

.categories-item-review:last-child {
    margin-bottom: 0
}

.categories-item-buttons {
    margin-top: 48px
}

.categories-item-buttons .btn-order {
    width: 280px;
    height: 56px
}

.categories-item-orange-block {
    padding: 32px;
    background: #fffbf7;
    border-radius: 8px;
    width: 800px
}

.categories-item-orange-block .icon {
    margin-right: 24px
}

.categories-item-orange-block .text {
    font-size: 20px;
    line-height: 1.6em;
    color: #25272e
}

.categories-item-orange-block .text a {
    margin-top: 12px;
    display: block
}

.categories-item-video {
    margin-top: 30px
}

.categories-item-video:nth-child(-n+2) {
    margin-top: 0
}

.categories-item-video picture {
    display: flex
}

.stages-works {
    padding: 88px 0
}

.stages-works-title {
    margin-bottom: 20px
}

.stages-works-list {
    margin-top: 125px
}

.stage-works-number {
    width: 56px;
    height: 56px;
    background: #e7efff;
    border: 2px solid #175fff;
    color: #175fff;
    font-size: 24px;
    line-height: 1.5em;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.stage-works-image-1 {
    position: absolute;
    top: 15px;
    left: 0
}

.stage-works-number-1 {
    position: absolute;
    left: 59.7%;
    top: 9%
}

.stage-works-text-1 {
    position: absolute;
    right: 0;
    top: 7%
}

.stage-works-text-title {
    margin-bottom: 20px
}

.stage-works-text .text {
    font-size: 20px;
    line-height: 1.6em;
    width: 384px
}

.stage-works-text-2 {
    position: absolute;
    top: 46.5%;
    left: 0
}

.stage-works-number-2 {
    position: absolute;
    left: 34.2%;
    top: 50%
}

.stage-works-image-2 {
    position: absolute;
    right: 0;
    top: 41%
}

.stage-works-text-3 {
    position: absolute;
    bottom: 4%;
    right: 0
}

.stage-works-number-3 {
    position: absolute;
    left: 60%;
    bottom: 8%
}

.stage-works-image-3 {
    position: absolute;
    left: 0;
    bottom: -2%
}

.stages-works-buttons .btn-orange {
    width: 280px
}

.stages-works-buttons {
    margin-top: 133px
}

.monitor-order {
    padding: 88px 0;
    background: #f8f9fa
}

.monitor-order-title {
    margin-bottom: 40px
}

.monitor-order-item {
    padding: 24px 0 24px 24px
}

.monitor-order-item-top .icon {
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px;
    background: #175fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 24px
}

.monitor-order-item-top {
    margin-bottom: 24px
}

.monitor-order-item-bottom {
    padding-right: 24px
}

.monitor-order-item-bottom .text {
    font-size: 16px;
    line-height: 1.5em;
    max-width: 336px
}

.him-contacts {
    padding: 88px 0
}

.him-contacts-title {
    margin-bottom: 40px
}

.him-contacts .info-block-inner {
    padding: 24px
}

.him-contacts .icon {
    margin-bottom: 24px
}

.him-contacts .info-block-inner .title {
    margin-bottom: 18px
}

.him-contacts .info-block:nth-child(-n+2) .info-block-inner {
    margin-bottom: 0
}

.him-guarantees {
    padding: 88px 0;
    background: #fff1bb
}

.him-guarantees-text {
    font-size: 20px;
    line-height: 1.6em;
    margin-bottom: 40px
}

.him-guarantees-title {
    margin-bottom: 24px
}

.him-guarantees-button .btn-orange {
    width: 212px
}

.him-guarantees-list-item {
    padding: 24px
}

.him-guarantees-list .icon {
    width: 80px;
    height: 80px;
    min-height: 80px;
    min-width: 80px;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 24px
}

.him-guarantees-list-title {
    margin-bottom: 16px
}

.him-guarantees-list .text {
    font-size: 16px;
    line-height: 1.5em
}

.footer-container {
    padding: 88px 15px 0;
    position: relative
}

.footer-container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    border-top: 1px solid #eee
}

.footer-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.43em;
    text-transform: uppercase;
    margin-bottom: 16px;
    color: #959aa3
}

.footer-list ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.footer-list ul li {
    margin-bottom: 4px
}

.footer-list ul li:last-child {
    margin-bottom: 0
}

.footer-list ul li a {
    font-size: 16px;
    line-height: 1.5em;
    color: #585b63;
    text-decoration: none
}

.footer-list ul li a:hover {
    color: #175fff
}

.footer-payment-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 56px;
    margin-right: 24px
}

.footer-payment {
    margin-top: 26px
}

.section-copyright {
    margin-top: 48px;
    padding: 14px 0;
    border-top: 1px solid #eee
}

.copyright {
    font-size: 14px;
    line-height: 1.43em;
    color: #959aa3
}

#ez-toc-container.ez-toc-transparent {
    border: 0;
    padding: 0;
    position: sticky;
    top: 100px
}

.ez-toc-title-container {
    background: #f8f9fa;
    border-radius: 8px;
    margin-bottom: 16px;
    padding: 14px 16px
}

div#ez-toc-container p.ez-toc-title {
    font-size: 24px !important;
    line-height: 1.5em !important;
    font-weight: 700 !important;
    color: #175fff
}

#ez-toc-container.counter-hierarchy ul {
    padding-left: 8px
}

#ez-toc-container.counter-hierarchy ul li {
    font-size: 16px !important;
    line-height: 1.5em;
    padding-left: 14px;
    margin-bottom: 16px;
    position: relative
}

#ez-toc-container.counter-hierarchy ul li a {
    color: #585b63
}

#ez-toc-container.counter-hierarchy ul li a:hover {
    color: #175fff
}

#ez-toc-container.counter-hierarchy ul li ul.ez-toc-list-level-3 {
    margin-left: 0;
    padding-left: 0
}

#ez-toc-container.counter-hierarchy ul li ul.ez-toc-list-level-3 li:last-child {
    margin-bottom: 0
}

.free-features-block {
    background: rgba(76, 164, 237, .05);
    border: 1px solid #4ca4ed;
    box-sizing: border-box;
    border-radius: 8px;
    max-width: 384px;
    width: 100%;
    padding: 32px;
    margin-bottom: 32px
}

.free-features-block .title {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #25272e;
    margin-bottom: 16px;
    text-align: center;
    z-index: 2
}

.feature:after {
    content: '';
    border: 1px dashed rgba(21, 179, 113, .6);
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 5px;
    z-index: 0
}

.feature {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    position: relative;
    align-items: flex-end
}

.feature-title {
    font-weight: 450;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #25272e;
    position: relative;
    padding-left: 24px;
    padding-right: 5px;
    z-index: 1;
    background: #fff
}

.feature-title:before {
    background: url(/image/list-green.svg);
    background-repeat: no-repeat;
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    left: 0;
    top: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    opacity: 1
}

.feature .price {
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    color: #25272e;
    position: relative;
    text-decoration: line-through;
    text-decoration-color: #F93035;
    margin-right: 11px;
    margin-left: 7px;
    z-index: 2
}

.feature .free {
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    color: #15b371
}

.feature-right {
    display: flex;
    z-index: 1;
    background: #fff
}

.savings span {
    color: #15b371;
    font-weight: 700
}

.savings {
    font-weight: 450;
    font-size: 20px;
    line-height: 32px;
    color: #25272e;
    text-align: center;
    margin-top: 16px
}

.advantages-block {
    max-width: 384px
}

.advantage {
    display: flex;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #25272e;
    margin-bottom: 8px;
    align-items: center
}

.advantage img {
    width: 48px;
    height: 48px;
    margin-right: 16px
}

.main-banner-serv {
    background: #f8f9fa
}

.main-banner-serv .text {
    font-size: 20px;
    line-height: 32px;
    font-weight: 400
}

.main-banner-serv .header-h1 {
    font-size: 64px;
    line-height: 80px
}

.main-banner-serv .banner-text .text {
    max-width: 800px
}

.main-banner-serv img {
    max-width: max-content
}

.second-section {
    padding: 90px 0
}

.title-block .header-h2 {
    word-wrap: break-word;
    font-size: 44px;
    line-height: 48px;
    margin-bottom: 15px
}

.title-block .text {
    font-size: 20px;
    line-height: 32px
}

.second-section_business {
    background: #f8f9fa;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 32px;
    margin-top: 50px;
    margin-bottom: 50px
}

.second-section_business .text-block .header-h4 {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #25272e;
    margin-left: 20px
}

.second-section_business .text-block .text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px
}

.second-section_support .header-h4 {
    margin: 10px 0
}

.second-section_support .header-h2 {
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 40px
}

.third-section {
    background: #f8f9fa;
    padding-top: 90px;
    padding-bottom: 90px
}

.sub_title-block .header-h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 25px
}

.sub_title-block .text {
    font-size: 20px;
    line-height: 32px
}

.notifics, .options {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 11px;
    column-count: 2;
    margin-top: 40px
}

.notifics .text {
    line-height: 26px
}

.notific-block, .options-block {
    background: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-radius: 8px;
    flex: 0 0 49%;
    display: inline-block;
    margin-top: 20px;
    padding: 32px
}

.options-block {
    padding: 16px
}

.options-title {
    display: flex
}

.options-block .circle {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #175fff;
    border-radius: 100px;
    margin-right: 10px
}

.notific-block .header-h4, .options-block .header-h4 {
    margin-bottom: 15px
}

.options .options-block .header-h4 {
    margin-bottom: 5px
}

.options .options-block img {
    margin-right: 10px
}

.options-block .header-h4 {
    font-size: 16px;
    line-height: 24px
}

.options .options-block .block {
    display: flex
}

.options .options-block .text {
    flex: 0 0 90%
}

.notific-block .header-h4 span {
    background: #175fff;
    color: #fff;
    width: 32px;
    height: 32px;
    display: inline-block;
    font-size: 16px;
    border-radius: 100px;
    text-align: center;
    line-height: 32px;
    margin-right: 15px
}

.text ul {
    list-style: none
}

.text ul li::before {
    content: "•";
    color: #175fff;
    margin-right: 10px
}

.fourth-section {
    padding: 90px 0
}

.fourth-section img {
    max-width: -webkit-fill-available
}

.fourth-section .title-block {
    margin-bottom: 40px
}

.fourth-section_list {
    padding: 32px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-radius: 8px
}

.fourth-section_list ul {
    padding: 0;
    margin: 0
}

.fourth-section_list ul li {
    list-style: none;
    margin-bottom: 15px
}

.fourth-section_list ul li:last-child {
    margin-bottom: 0
}

.fourth-section_list ul li:before {
    content: url("/img/times-circle.svg");
    display: inline-block;
    margin-right: 10px
}

.fourth-section .attention {
    background: #fffbf7;
    border-radius: 8px;
    max-width: 800px;
    margin: 50px auto 0 auto;
    padding: 25px
}

.fourth-section .attention img {
    margin-right: 10px
}

.main-banner-serv2 {
    background: #f8f9fa
}

.third-section2 img {
    margin-right: 15px
}

.third-section2 .text-block .header-h4 {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 10px
}

.third-section2 .principles ul li {
    margin-bottom: 15px
}

.third-section2 .principles {
    margin-top: 40px
}

.third-section2 .principle-block:not(.principle-block:last-child) {
    margin-bottom: 10px
}

.third-section2 .principles .text-right {
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 32px
}

.fourth-section2 .left-side, .fourth-section2 .right-side {
    flex: 0 0 49%
}

.fourth-section2 .right-side {
    background: #fff
}

.fourth-section2 .fourth-section_list {
    border: none;
    border-radius: 0
}

.fourth-section2 {
    background: #fff1bb;
    padding: 90px 0
}

.fifth-section2 .notifics .notific-block {
    border: none;
    display: block;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid
}

.fifth-section2 .notifics .notific-block img {
    margin-right: 10px
}

.fifth-section2 .notifics .notific-block:first-child {
    background: #f8f9fa;
    margin-top: 0
}

.fifth-section2 .notifics .notific-block:nth-child(2) {
    background: rgba(21, 179, 113, .08)
}

.fifth-section2 .notifics .notific-block:last-child {
    background: #fffbf7
}

.sixth-section2 {
    background: #f8f9fa
}

.sixth-section2 .btn-order {
    margin-top: 40px
}

.sixth-section2 .text {
    margin-top: 25px
}

@media (min-width: 576px) {
    .mbr_col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .mbr_col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .mbr_col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .mbr_col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .mbr_col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .mbr_col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .mbr_col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .mbr_col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .mbr_justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .mbr_justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .mbr_justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .mbr_justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .mbr_align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .mbr_d-sm-flex {
        display: flex !important
    }

    .mbr_d-sm-block {
        display: block !important
    }

    .mbr_d-sm-none {
        display: none !important
    }

    .mbr_flex-sm-row {
        flex-direction: row !important
    }

    .mbr_order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .mbr_order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .mbr_order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .mbr_order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .mbr_order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .mbr_text-sm-center {
        text-align: center
    }
}

@media (min-width: 768px) {
    .mbr_col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .mbr_col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .mbr_col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .mbr_col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .mbr_col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .mbr_col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .mbr_col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .mbr_col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .mbr_col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .mbr_col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .mbr_col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .mbr_col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .mbr_justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .mbr_justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .mbr_justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .mbr_justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .mbr_align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .mbr_align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .mbr_d-md-flex {
        display: flex !important
    }

    .mbr_d-md-block {
        display: block !important
    }

    .mbr_d-md-none {
        display: none !important
    }

    .mbr_flex-md-row {
        flex-direction: row !important
    }

    .mbr_flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .mbr_order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .mbr_order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .mbr_order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .mbr_order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .mbr_order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }
}

@media (min-width: 992px) {
    .mbr_flex-lg-row {
        flex-direction: row !important
    }

    .mbr_col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .mbr_col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .mbr_col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .mbr_col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .mbr_col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .mbr_col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .mbr_col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .mbr_col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .mbr_col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .mbr_col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .mbr_col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .mbr_justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .mbr_justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .mbr_justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .mbr_justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .mbr_align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .mbr_flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .mbr_d-lg-block {
        display: block !important
    }

    .mbr_d-lg-none {
        display: none !important
    }

    .mbr_order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .mbr_order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .mbr_order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .mbr_order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .mbr_order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .mbr_text-lg-left {
        text-align: left !important
    }
}

@media (min-width: 1200px) {
    .mbr_col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .mbr_col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .mbr_col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .mbr_col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .mbr_col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .mbr_col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .mbr_col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .mbr_col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .mbr_col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .mbr_col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .mbr_col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .mbr_col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .mbr_col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .mbr_justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .mbr_justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .mbr_justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .mbr_justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .mbr_align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .mbr_align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .mbr_align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .mbr_d-xl-block {
        display: block !important
    }

    .mbr_d-xl-none {
        display: none !important
    }

    .mbr_d-xl-flex {
        display: flex !important
    }

    .mbr_flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .mbr_flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .mbr_text-xl-left {
        text-align: left !important
    }

    .mbr_order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .mbr_order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .mbr_order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .mbr_order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .mbr_order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }
}

@media (min-width: 1246px) {
    .mbr_container {
        max-width: 1246px
    }
}

@media (max-width: 1800px) {
    .services-element-1 img {
        width: 350px
    }

    .services-element-1 {
        position: absolute;
        right: -55%
    }
}

@media (max-width: 1650px) {
    .services-element-1 img {
        width: 272px
    }

    .services-element-1 {
        position: absolute;
        right: -30%
    }

    .services-element-2 {
        left: 25px;
        top: 65px
    }

    .services-element-2 img {
        width: 80px
    }
}

@media (max-width: 1730px) {
    .blue-block-image img {
        width: 600px
    }

    .main-banner {
        padding: 72px 0
    }

    .main-banner.about-main-banner {
        padding: 46px 0 150px
    }

    .main-banner .header-h1 {
        margin-bottom: 24px;
        padding-right: 0
    }

    .main-banner-content {
        max-width: 515px
    }

    .about-main-banner .main-banner-content {
        max-width: initial
    }

    .main-banner-text {
        font-size: 16px;
        line-height: 1.5em;
        margin-bottom: 32px
    }

    .main-banner img {
        max-width: 600px
    }

    .main-banner-count-reviews {
        font-size: 16px;
        line-height: 1.5em;
        padding: 20px 15px 20px 15px;
        text-align: center
    }

    .main-banner-count-reviews > span {
        font-size: 16px;
        line-height: 1.5em
    }

    .main-banner-buttons {
        margin-bottom: 40px
    }
}

@media (max-width: 1469px) {
    .header-h1, h1 {
        font-size: 56px;
        line-height: 1.14em
    }

    .header-h2, h2 {
        font-size: 36px;
        line-height: 1.33em
    }

    .calc {
        margin: auto
    }

    .calc-element-2 {
        left: -45px
    }

    .blue-block-image img {
        width: 100%
    }

    .custom-case {
        padding: 40px 16px 36px 16px;
        margin: 0 -8px
    }

    .services-element-1, .services-element-2 {
        display: none
    }
}

@media (max-width: 1199px) {
    .free-features-block {
        margin: 0 auto 32px
    }

    .advantages-block {
        margin: 0 auto
    }

    .mbr_container {
        width: 100%;
        padding-right: 24px;
        padding-left: 24px
    }

    .footer-container:before {
        left: 24px;
        right: 24px
    }

    header {
        background: #fff;
        z-index: 9999;
        position: relative
    }

    .menu .menu-fix {
        padding: 12px 0
    }

    .top-menu {
        position: fixed;
        right: -100%;
        width: 315px;
        bottom: 0;
        top: 73px;
        background: #fff;
        z-index: 999;
        padding: 72px 64px;
        overflow: auto;
        transition: all .3s ease
    }

    .top-menu.active {
        right: 0
    }

    .menu_item_link {
        font-size: 24px;
        line-height: 1.5em;
        font-weight: 700;
        padding: 0
    }

    .menu_list_item.active .menu_item_link {
        color: #fb8500
    }

    .menu_item_link:after {
        display: none
    }

    .menu_list_item {
        margin-bottom: 24px;
        margin-right: 0
    }

    .menu_list_item:last-child {
        margin-bottom: 0
    }

    li.menu_list_item.has_sub_menu:hover .header__sub-list > ul {
        display: block;
        position: initial;
        width: 100%;
        min-width: initial;
        padding: 10px 0 0;
        box-shadow: none
    }

    .header__sub-list ul li {
        width: 100%
    }

    .btn-show-menu {
        border: none;
        padding: 0;
        background: 0 0;
        margin-left: 17px;
        cursor: pointer;
        display: flex
    }

    .mask {
        opacity: 0;
        position: fixed;
        left: -9999px;
        top: 0;
        background: rgba(37, 39, 46, .4);
        z-index: 11;
        transition: opacity .3s ease;
        cursor: pointer
    }

    .mask.active {
        opacity: 1;
        left: 0;
        right: 0;
        bottom: 0
    }

    .main-banner img {
        max-width: 450px
    }

    .find-price {
        padding: 72px 0
    }

    .calc-element-1, .calc-element-3 {
        display: none
    }

    .find-price-list-title {
        margin-bottom: 32px
    }

    .find-price-list-sub-title {
        margin-top: 80px;
        margin-bottom: 32px;
        text-align: center
    }

    .find-price-list {
        max-width: 684px;
        margin: auto
    }

    .case-study {
        padding: 72px 0
    }

    .case-study-list-wrapper {
        padding: 24px
    }

    .case-study-title {
        margin-bottom: 32px
    }

    .case-study-button {
        margin-top: 40px
    }

    .case-list-block:nth-child(1) {
        padding-right: 6px
    }

    .case-list-block:nth-child(2) {
        padding-right: 6px;
        padding-left: 6px
    }

    .case-list-block:nth-child(3) {
        padding-left: 6px
    }

    .choose-writer {
        padding: 72px 0
    }

    .choose-writer .rating {
        margin-top: 0
    }

    .choose-writer .header-h2 {
        margin-bottom: 32px
    }

    .blue-block-title {
        font-size: 36px;
        line-height: 1.33em;
        margin-bottom: 16px;
        font-weight: 700
    }

    .blue-block-sub-title {
        margin-bottom: 32px
    }

    .blue-block {
        padding: 52px 0
    }

    .how-work {
        padding: 72px 0
    }

    .how-work-title {
        margin-bottom: 32px
    }

    .how-work-tab .text {
        font-size: 16px;
        line-height: 1.5em
    }

    .home-work-tab-content {
        padding: 56px 0
    }

    .home-work-tabs {
        margin-bottom: 32px
    }

    .how-work-tab {
        padding-right: 8px;
        padding-left: 8px
    }

    .how-work-tab:first-child {
        padding-right: 8px;
        padding-left: 15px
    }

    .how-work-tab:last-child {
        padding-right: 15px;
        padding-left: 8px
    }

    .privacy {
        padding: 72px 0
    }

    .privacy-title {
        margin-bottom: 32px
    }

    .privacy-item-wrapper {
        margin-top: 24px
    }

    .privacy-item-text {
        margin-bottom: 16px
    }

    .privacy-item-wrapper:nth-child(-n+2) {
        margin-top: 0
    }

    .privacy-item-wrapper:nth-child(odd) {
        padding-right: 8px
    }

    .privacy-item-wrapper:nth-child(even) {
        padding-left: 8px
    }

    .seo-block {
        padding: 72px 0
    }

    .seo-block-title {
        margin-bottom: 32px
    }

    .seo-block-content h2 {
        margin-top: 32px;
        margin-bottom: 24px
    }

    .seo-block-content h3 {
        margin-top: 24px;
        margin-bottom: 16px
    }

    .seo-block-blue-block {
        margin-top: 32px;
        padding: 56px 32px
    }

    .seo-block-no-title {
        margin-top: 24px;
        margin-bottom: 16px
    }

    .seo-block-blue-block-title {
        margin-bottom: 16px
    }

    .content-advantage-wrapper {
        margin-bottom: 16px
    }

    .content-advantage-wrapper:last-child {
        margin-bottom: 0
    }

    .seo-block-content-advantages {
        margin-bottom: 24px
    }

    .custom-case-title {
        margin-bottom: 16px;
        margin-top: 0
    }

    .custom-cases {
        padding: 0
    }

    .custom-case {
        margin: 0 -16px
    }

    .custom-case-white-item-wrapper:nth-child(odd) {
        padding-right: 8px
    }

    .custom-case-white-item-wrapper:nth-child(even) {
        padding-left: 8px
    }

    .custom-case-white-item-wrapper {
        margin-top: 16px
    }

    .custom-case-white-item-wrapper:nth-child(-n+2) {
        margin-top: 0
    }

    .custom-case-white-item-icon {
        width: 48px;
        height: 48px
    }

    .custom-case-white-item {
        padding: 16px 16px 24px
    }

    .case-study-paper {
        padding: 72px 0 0;
        position: relative
    }

    .case-study-paper-title {
        margin-bottom: 24px
    }

    .case-study-service {
        padding: 72px 0 0
    }

    .case-study-service .items {
        margin-bottom: 40px
    }

    .case-study-paper picture {
        display: flex;
        margin-right: -24px
    }

    .case-study-paper picture img {
        position: relative;
        width: 354px;
        margin-top: 32px
    }

    .study-paper-orange-block {
        position: absolute;
        left: 15px;
        bottom: 78px;
        width: 592px;
        margin-bottom: 0
    }

    .case-study-service-title {
        margin-bottom: 32px
    }

    .case-study-service .wrapper-icon:after {
        left: 68px
    }

    .case-study-service .wrapper-item {
        padding-right: 8px;
        padding-left: 8px
    }

    .case-study-service .wrapper-item:first-child {
        padding-right: 8px;
        padding-left: 15px
    }

    .case-study-service .wrapper-item:last-child {
        padding-right: 15px;
        padding-left: 8px
    }

    .case-study-service .orange-block {
        margin-top: 40px;
        padding: 24px
    }

    .doubts-subtitle {
        margin-bottom: 32px
    }

    .case-study-doubts {
        padding: 72px 0
    }

    .free-features {
        padding: 72px 0;
        background: 0 0 !important
    }

    .features-item {
        margin-top: 24px
    }

    .free-features-title {
        margin-bottom: 32px
    }

    .features-item:nth-child(-n+3) {
        margin-top: 0
    }

    .features-item:nth-child(n+2) {
        padding-right: 8px;
        padding-left: 8px
    }

    .features-item:first-child, .features-item:nth-child(3n+1) {
        padding-right: 8px;
        padding-left: 15px
    }

    .features-item:nth-child(3n+3) {
        padding-right: 15px;
        padding-left: 8px
    }

    .feature-saving-text {
        margin-top: 32px;
        margin-bottom: 40px
    }

    .get-answers {
        padding: 0;
        background: #f8f9fa
    }

    .get-answers-writer {
        padding: 72px 0
    }

    .get-answers-wrapper {
        padding: 72px 0;
        border-radius: 0
    }

    .get-answers-writer .get-answers-wrapper {
        padding: 0
    }

    .get-answers-title {
        margin-bottom: 32px
    }

    .get-answers-subtitle {
        font-size: 16px;
        line-height: 1.5em;
        margin-bottom: 32px
    }

    .faq-list-answer_wrapper {
        padding-right: 24px
    }

    .faq-list_block {
        padding: 24px 0 24px 0
    }

    footer {
        padding: 72px 0 0
    }

    .footer-logo {
        margin-bottom: 40px
    }

    .footer-payment {
        margin-top: 40px
    }

    .section-copyright {
        margin-top: 72px
    }

    .double-text picture {
        margin-right: 30px;
        margin-top: 0
    }

    .double-text p:nth-child(2) {
        margin-top: 0
    }

    .page-error {
        padding: 72px 0
    }

    .page-error-title {
        font-size: 44px;
        line-height: 1.09em;
        font-weight: 700;
        margin-bottom: 32px
    }

    .page-error-subtitle {
        font-size: 20px;
        line-height: 1.6em;
        font-weight: 400;
        margin: 32px 0 40px
    }

    .page-error-buttons .btn-orange {
        margin-right: 16px
    }

    .grey-main-block {
        padding: 72px 0
    }

    .grey-main-title {
        margin-bottom: 24px
    }

    .grey-main-text {
        font-size: 16px;
        line-height: 1.5em;
        max-width: initial
    }

    .info-blocks {
        padding: 72px 0
    }

    .info-block-inner .title {
        font-size: 24px;
        line-height: 1.5em;
        margin-bottom: 16px
    }

    .info-block-inner {
        padding: 56px 24px
    }

    .white-top-block {
        padding: 72px 0
    }

    .white-top-title {
        margin-bottom: 16px
    }

    .white-top-subtitle {
        font-size: 16px;
        line-height: 1.5em
    }

    .categories {
        padding: 72px 0
    }

    .categories-title {
        margin-bottom: 16px
    }

    .orange-we-can-do .calc-element-1 {
        display: block
    }

    .orange-we-can-do {
        padding: 72px 0
    }

    .orange-we-can-do .find-price-list-title {
        margin-bottom: 40px;
        font-size: 44px;
        line-height: 1.09em;
        font-weight: 700
    }

    .orange-we-can-do .find-price-list {
        margin-top: 74px
    }

    .categories-item-orange-block {
        padding: 24px;
        width: 100%
    }

    .categories-item-orange-block .text a {
        margin-top: 8px
    }

    .categories-item-orange-block .text {
        font-size: 16px;
        line-height: 1.5em
    }

    .categories-item-orange-block .icon svg {
        width: 24px;
        height: 24px
    }

    .categories-item-orange-block .icon {
        margin-right: 18px
    }

    .terms-and-conditions {
        padding: 28px 0 72px
    }

    .title-pages {
        font-size: 32px;
        line-height: 1.25em;
        margin-bottom: 48px
    }

    .terms-and-conditions .header-h4, .terms-and-conditions h4 {
        font-size: 20px;
        line-height: 1.6em;
        margin-top: 24px;
        margin-bottom: 16px
    }

    .orange-top-block {
        padding: 72px 0
    }

    .orange-top-title {
        margin-bottom: 24px
    }

    .orange-top-subtitle {
        font-size: 16px;
        line-height: 1.5em
    }

    .blog-inside-items {
        padding: 72px 0
    }

    .inside-item .title a {
        font-size: 20px;
        line-height: 1.6em
    }

    .inside-item .title {
        margin: 24px 0 12px;
        min-height: 96px
    }

    .grey-main-buttons {
        margin-top: 24px
    }

    .how-we-writers {
        padding: 72px 0
    }

    .how-we-writers-item .item-number {
        left: 0;
        top: 0;
        width: 36px;
        height: 36px;
        min-width: 36px;
        min-height: 36px;
        font-size: 16px;
        line-height: 1.5em
    }

    .how-we-writers-item .image {
        margin-bottom: 24px
    }

    .how-we-writers-item .title.header-h4, .how-we-writers-item h4.title {
        font-size: 20px;
        line-height: 1.6em;
        margin-bottom: 8px
    }

    .top-writers-item {
        padding: 24px
    }

    .top-writers-item-text {
        width: initial;
        margin-right: 0;
        margin-top: 24px
    }

    .top-writers-item .icon picture img {
        width: 80px;
        height: 80px;
        min-width: 80px;
        min-height: 80px
    }

    .top-writers-item .caption {
        margin-right: 0
    }

    .top-writers-item-buttons {
        margin-top: 24px
    }

    .top-writers-item-buttons .btn-orange {
        margin-bottom: 0;
        margin-right: 16px
    }

    .top-writers-item .icon picture {
        display: flex
    }

    .top-writers-item-transparent-labels {
        max-width: initial;
        margin-right: 0;
        margin-top: 24px;
        min-height: 80px
    }

    .transparent-label {
        height: max-content
    }

    .top-writers-item-wrapper:nth-last-child(2) {
        margin-bottom: 0
    }

    .top-writers {
        padding: 72px 0
    }

    .top-writers-subtitle {
        font-size: 16px;
        line-height: 1.5em;
        margin-bottom: 32px
    }

    .how-we-writers-title {
        margin-bottom: 16px
    }

    .how-we-writers-subtitle {
        font-size: 16px;
        line-height: 1.5em;
        margin-bottom: 32px
    }

    .get-answers-writer .get-answers-wrapper {
        background: #f8f9fa
    }

    .main-banner.about-main-banner {
        padding: 46px 0 100px
    }

    .about-main-banner .main-banner-content {
        padding-top: 46px
    }

    .about-reviews-top-item .icon svg {
        width: 48px;
        height: 48px
    }

    .about-reviews-top-item .title {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 8px
    }

    .about-reviews-top-item .star svg {
        width: 112px
    }

    .about-photo-gallery-right .text {
        margin-top: 88px;
        width: 450px
    }

    .inside-headers {
        width: initial;
        position: relative
    }

    #ez-toc-container.ez-toc-transparent {
        position: initial;
        top: initial;
        width: 100%
    }

    .stages-works-list {
        flex-wrap: wrap;
        position: relative
    }

    .stages-works-list:after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 10%;
        top: 11%;
        border-left: 2px dashed #175fff;
        z-index: -1
    }

    .stage-work-item {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
        margin-bottom: 125px;
        justify-content: space-between;
        align-items: center;
        position: relative
    }

    .stage-work-item:last-child {
        margin-bottom: 0
    }

    .stage-work-item > div {
        position: relative !important;
        bottom: initial !important;
        top: initial !important;
        left: initial !important;
        right: initial !important
    }

    .stage-work-item .stage-works-image, .stage-work-item .stage-works-text {
        max-width: 45%;
        flex: 0 0 45%;
        padding-left: 15px;
        padding-right: 15px
    }

    .stage-work-item .stage-works-number-wrapper {
        padding-left: 15px;
        padding-right: 15px
    }

    .stage-work-item .stage-works-number {
        min-width: 56px;
        min-height: 56px;
        max-width: 56px;
        max-height: 56px
    }

    .stage-works-text .text {
        width: initial
    }

    .stages-works-buttons {
        margin-top: 87px
    }

    .grey-main-bg-image {
        display: none
    }

    .services-main-calc .main-banner-content .header-h1 {
        text-align: center
    }

    .services-main-calc .main-banner-content .main-banner-text {
        text-align: center
    }

    .services-main-calc .main-banner-content .main-banner-buttons {
        justify-content: center
    }

    .services-element-1, .services-element-2 {
        display: block
    }

    .services-element-2 {
        top: initial;
        bottom: 30%;
        left: 30px
    }

    .services-element-1 {
        position: absolute;
        right: -45%;
        bottom: 80px
    }

    .services-main-calc .main-banner-count-reviews {
        margin-top: 40px
    }

    .advantages-using-buttons {
        margin-top: 40px
    }

    .advantages-using-item-inner .icon svg {
        width: 20px;
        height: 20px
    }
}

@media (max-width: 991px) {
    .main-banner {
        padding: 72px 0
    }

    .main-banner-content {
        max-width: initial;
        align-items: center
    }

    .main-banner .header-h1 {
        max-width: 510px
    }

    .main-banner-text {
        max-width: 598px;
        text-align: center
    }

    .main-banner picture {
        position: relative
    }

    .main-banner img {
        max-width: initial
    }

    .main-banner-serv img {
        max-width: max-content
    }

    .main-banner-count-reviews-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse
    }

    .main-banner-count-reviews {
        z-index: 2;
        width: 598px;
        margin-top: 30px
    }

    .find-price-list {
        max-width: 625px
    }

    .case-study-list > ul > li > span:before {
        left: -18px
    }

    .case-study-list > ul > li {
        padding-left: 18px
    }

    .slider-item-wrapper {
        transform: translateY(0);
        opacity: 1;
        margin: 0
    }

    .slick-slider {
        padding: 0 24px
    }

    .slider .slick-track {
        display: flex;
        padding-bottom: 0
    }

    .slider-item-right {
        max-width: 320px
    }

    .slider-item-right-buttons .btn-orange-circle {
        margin-right: 24px
    }

    .slick-buttons {
        margin-top: 40px
    }

    .home-work-tab-content {
        padding: 56px 110px
    }

    .privacy picture {
        left: -55%
    }

    .double-text picture {
        margin-right: 12px
    }

    .double-text picture img {
        max-width: 293px
    }

    .info-block:nth-child(odd) {
        padding-right: 8px
    }

    .info-block:nth-child(even) {
        padding-left: 8px
    }

    .info-block:nth-child(-n+2) .info-block-inner {
        margin-bottom: 24px
    }

    .categories-item-video {
        margin-top: 32px !important
    }

    .categories-item-video:first-child {
        margin-top: 0 !important
    }

    .categories-col-items {
        padding-left: 2px
    }

    .inside-item {
        margin-top: 24px !important
    }

    .inside-item:nth-child(-n+2) {
        margin-top: 0 !important
    }

    .inside-item:nth-child(odd) {
        padding-right: 8px
    }

    .inside-item:nth-child(even) {
        padding-left: 8px
    }

    .show-more-inside-item {
        margin-top: 40px
    }

    .how-we-writers-item .image picture {
        display: flex
    }

    .how-we-writers-item .image picture img {
        width: 120px
    }

    .top-writers-item-buttons {
        flex-direction: row-reverse !important
    }

    .top-writers-item-buttons .btn-orange {
        width: 153px;
        margin-right: 0;
        margin-left: 16px
    }

    .top-writers-item-wrapper:nth-child(odd) {
        padding-right: 8px
    }

    .top-writers-item-wrapper:nth-child(even) {
        padding-left: 8px
    }

    .top-writers-item-wrapper {
        margin-bottom: 24px
    }

    .top-writers-item-wrapper:nth-last-child(2) {
        margin-bottom: 0
    }

    .main-banner.about-main-banner {
        padding: 72px 0
    }

    .about-main-banner .main-banner-content {
        padding-top: 0
    }

    .about-main-banner.main-banner .header-h1 {
        text-align: center;
        max-width: initial;
        margin-bottom: 24px
    }

    .about-main-banner .main-banner-text {
        margin-bottom: 24px
    }

    .about-right-image {
        position: relative;
        right: 0;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 40px
    }

    .about-right-image img {
        width: 349px
    }

    .about-reviews-top-item .icon {
        margin-right: 8px
    }

    .about-reviews-top {
        padding: 72px 0
    }

    .academic-needs {
        padding: 72px 0
    }

    .academic-needs-title {
        margin-bottom: 16px
    }

    .academic-needs-subtitle {
        font-size: 16px;
        line-height: 1.5em;
        margin-bottom: 32px
    }

    .academic-needs-image img {
        width: 232px
    }

    .about-photo-gallery {
        padding: 72px 0
    }

    .about-photo-gallery-first-text {
        margin-bottom: 32px
    }

    .about-photo-gallery-right .text {
        margin-top: 45px;
        width: 352px
    }

    .advantages-using-item-inner {
        padding: 24px;
        margin-bottom: 12px
    }

    .advantages-using-buttons {
        margin-top: 40px
    }

    .advantages-using-buttons .btn-orange {
        margin-right: 12px
    }

    .advantages-using {
        padding: 72px 0
    }

    .about-info-blocks .info-blocks-title {
        margin-bottom: 32px
    }

    .about-info-blocks .info-block-inner {
        padding: 24px
    }

    .about-info-blocks .info-block-inner .icon svg {
        width: 48px
    }

    .about-info-blocks .info-block-inner .title {
        margin-bottom: 8px
    }

    .about-info-blocks .info-block-inner .icon {
        margin-right: 16px
    }

    .about-info-blocks .info-block:nth-child(-n+2) .info-block-inner {
        margin-bottom: 44px
    }

    .about-info-blocks-button {
        margin-top: 40px
    }

    .about-yellow-block-title {
        margin-bottom: 24px;
        font-size: 44px;
        line-height: 1.09em
    }

    .about-yellow-block {
        padding: 72px 0
    }

    .about-yellow-list ul {
        margin: 0 0 40px 0;
        padding: 0 0 0 20px;
        width: initial
    }

    .about-yellow-list > ul > li {
        margin-bottom: 8px
    }

    .about-yellow-buttons .btn-orange {
        margin-right: 24px
    }

    .about-photo-gallery-left .gallery-image picture img {
        width: 227px
    }

    .gallery-icon svg {
        width: 54px;
        height: 54px
    }

    .gallery-icon {
        position: absolute;
        left: -40px;
        top: initial;
        bottom: -15px
    }

    .inside-content {
        padding: 28px 0 72px
    }

    .inside-content .title-pages {
        margin-bottom: 32px
    }

    .inside-content .date {
        margin: 16px 0 32px
    }

    .inside-headers {
        margin-bottom: 56px
    }

    .inside-content .header-h3 {
        font-size: 24px;
        line-height: 1.5em;
        margin-top: 24px;
        margin-bottom: 16px
    }

    .content-list > ul {
        margin-bottom: 16px
    }

    .format-essay-icon svg {
        width: 62px
    }

    .format-essay-icon {
        width: 96px;
        height: 96px;
        min-width: 96px;
        min-height: 96px
    }

    .format-essay {
        padding: 32px 24px;
        margin-bottom: 24px
    }

    .format-essay-button {
        margin-top: 24px
    }

    .format-essay-button a {
        width: 203px
    }

    .inside-content .header-h4 {
        font-size: 20px;
        line-height: 1.6em;
        margin: 16px 0 20px
    }

    .case-study-rated .icon svg {
        width: 37px
    }

    .case-study-rated .icon {
        width: 72px;
        height: 72px;
        min-width: 72px;
        min-height: 72px;
        margin-right: 16px
    }

    .case-study-rated {
        padding: 32px 24px
    }

    .case-study-rated-title.header-h4 {
        font-size: 24px;
        line-height: 1.5;
        margin-top: 0;
        margin-bottom: 8px
    }

    .blog_page_rating_title.header-h3 {
        font-size: 32px;
        line-height: 1.25em;
        margin-bottom: 12px;
        margin-top: 0
    }

    .blog_page_rating {
        padding: 72px 30px;
        margin-top: 32px
    }

    .inside-content .inside-headers-header .header-h4 {
        font-size: 20px;
        line-height: 1.6em;
        margin: 0
    }

    .grey-main-title {
        margin-bottom: 16px
    }

    .grey-main-buttons {
        margin-top: 32px
    }

    .stages-works {
        padding: 72px 0
    }

    .stages-works-title {
        margin-bottom: 16px
    }

    .stages-works-list {
        margin-top: 80px
    }

    .stage-works-text-title {
        font-size: 20px;
        line-height: 1.6em;
        margin-bottom: 16px
    }

    .stage-works-text .text {
        font-size: 16px;
        line-height: 1.5em
    }

    .stage-work-item .stage-works-number {
        min-width: 36px;
        min-height: 36px;
        max-width: 36px;
        max-height: 36px;
        font-size: 16px;
        line-height: 1.5em
    }

    .monitor-order {
        padding: 72px 0
    }

    .monitor-order-title {
        margin-bottom: 32px
    }

    .monitor-order-item {
        padding: 0
    }

    .monitor-order-item-top .icon {
        width: 64px;
        height: 64px;
        min-width: 64px;
        min-height: 64px;
        margin-right: 12px
    }

    .monitor-order-item-top .icon svg {
        width: 30px;
        height: 26px
    }

    .monitor-order-item-top .header-h4 {
        font-size: 20px;
        line-height: 1.6em
    }

    .monitor-order-item-bottom .text {
        max-width: initial
    }

    .monitor-order-item-bottom {
        padding-right: 0
    }

    .him-contacts {
        padding: 72px 0
    }

    .him-contacts-title {
        margin-bottom: 32px
    }

    .monitor-order-col {
        padding: 0 8px
    }

    .monitor-order-row {
        margin: 0 -8px !important
    }

    .him-contacts .icon {
        margin-bottom: 0
    }

    .info-block-inner .text {
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .him-contacts .info-block-inner .title {
        margin-bottom: 16px
    }

    .him-contacts .info-block .info-block-inner {
        margin-bottom: 24px !important
    }

    .him-contacts .info-block:nth-child(n+3) .info-block-inner {
        margin-bottom: 0 !important
    }

    .him-guarantees-title {
        font-size: 32px;
        line-height: 1.25em;
        margin-bottom: 16px
    }

    .him-guarantees-text {
        font-size: 16px;
        line-height: 1.5em;
        margin-bottom: 32px
    }

    .him-guarantees-list-item {
        padding: 16px 0 16px 16px
    }

    .him-guarantees-list .icon {
        width: 64px;
        height: 64px;
        min-height: 64px;
        min-width: 64px;
        margin-right: 16px
    }

    .him-guarantees-list-title {
        font-size: 20px;
        line-height: 1.6em
    }

    .him-guarantees-list .icon svg {
        width: 32px;
        height: 32px
    }

    .him-guarantees {
        padding: 72px 0;
        background: #fff1bb
    }

    .services-main-calc .main-banner-content .header-h1 {
        max-width: initial
    }

    .services-main-calc .main-banner-content .main-banner-text {
        max-width: initial
    }

    .services-main-calc.main-banner {
        padding: 72px 0
    }

    .services-main-calc .main-banner-count-reviews {
        position: relative;
        bottom: 0
    }

    .advantages-using-item-inner {
        padding: 24px 9px
    }

    .seo-block-content .header-h3 {
        margin-top: 24px;
        margin-bottom: 16px
    }
}

@media (max-width: 767px) {
    .support-block {
        margin-bottom: 40px
    }

    .notifics, .options {
        column-count: 1
    }

    .top-writers-item-transparent-labels {
        min-height: auto
    }

    .mbr_container {
        padding-right: 16px;
        padding-left: 16px
    }

    .footer-container:before {
        left: 16px;
        right: 16px
    }

    .main-banner-count-reviews {
        width: 530px;
        bottom: 30px
    }

    .case-list-block {
        padding-right: 15px !important;
        padding-left: 15px !important;
        margin-bottom: 24px
    }

    .case-list-block:last-child {
        margin-bottom: 0
    }

    .slick-slider {
        padding: 0 16px
    }

    .slider-item-inner {
        padding: 16px;
        flex-direction: column
    }

    .slider-item-right {
        max-width: initial
    }

    .slider-item-blue-top-label {
        top: -18px;
        left: 32px
    }

    .blue-block-title {
        font-size: 32px;
        line-height: 1.25em;
        text-align: center
    }

    .blue-block-sub-title {
        text-align: center
    }

    .blue-block-button {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .blue-block {
        padding: 62px 0 72px
    }

    .how-work-tab {
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 16px;
        padding-left: 15px;
        padding-right: 15px
    }

    .how-work-tab:last-child {
        margin-bottom: 0
    }

    .how-work-tab .name {
        font-size: 20px;
        line-height: 1.6em;
        margin-bottom: 8px
    }

    .progress-bar-line {
        display: none
    }

    .home-work-tab-content.active {
        border: 2px solid #fb8500
    }

    .home-work-tab-content {
        padding: 40px 15px;
        border-radius: 8px
    }

    .privacy picture {
        display: none
    }

    .seo-block-blue-block-title {
        text-align: center
    }

    .seo-block-blue-block-text {
        text-align: center;
        margin-bottom: 24px
    }

    .seo-block-content-attention {
        width: initial
    }

    .custom-case {
        margin: 0 0
    }

    .study-paper-orange-block {
        position: relative;
        left: 0;
        bottom: 0;
        width: initial;
        margin-top: 48px;
        padding: 24px
    }

    .orange-block-icon {
        top: -24px;
        left: 24px;
        width: 48px;
        height: 48px
    }

    .case-study-service .wrapper-item {
        padding-right: 15px !important;
        padding-left: 15px !important
    }

    .case-study-service .wrapper-icon {
        margin-bottom: 0;
        margin-right: 16px
    }

    .case-study-service .item {
        margin-bottom: 16px
    }

    .case-study-service .wrapper-item:last-child .item {
        margin-bottom: 0
    }

    .case-study-service .wrapper-icon:after {
        left: 28px;
        right: initial;
        border-top: none;
        border-left: 2px dashed #fb8500;
        top: 60px;
        bottom: 0
    }

    .case-study-service .items {
        margin-bottom: 24px
    }

    .case-study-service .orange-block {
        margin-top: 32px;
        padding: 16px
    }

    .case-study-doubts {
        padding: 24px 0
    }

    .double-text picture {
        float: none;
        margin-bottom: 16px;
        margin-right: 0;
        display: flex
    }

    .double-text picture img {
        max-width: initial;
        width: 100%
    }

    .doubts-subtitle {
        margin-bottom: 16px
    }

    .features-item {
        margin-top: 16px !important
    }

    .features-item:nth-child(-n+2) {
        margin-top: 0 !important
    }

    .features-item:nth-child(odd) {
        padding-right: 4px !important;
        padding-left: 15px !important
    }

    .features-item:nth-child(even) {
        padding-left: 4px !important;
        padding-right: 15px !important
    }

    .features-item-inner {
        padding: 24px
    }

    .footer-payment {
        margin-bottom: 32px;
        margin-top: 32px
    }

    .footer-logo {
        margin-bottom: 32px
    }

    .footer-list.footer-list-services ul {
        column-count: 2
    }

    .section-copyright {
        margin-top: 64px;
        padding: 12px 0
    }

    .info-block-inner {
        padding: 24px 16px
    }

    .info-block .info-block-inner {
        margin-bottom: 24px !important
    }

    .info-block:last-child .info-block-inner {
        margin-bottom: 0 !important
    }

    .categories-items-select {
        position: relative;
        width: 100%;
        margin-bottom: 34px
    }

    .categories-items-select select {
        width: 100%;
        background: #fff;
        border: 1px solid #eee;
        color: #585b63;
        box-sizing: border-box;
        border-radius: 2px;
        height: 48px;
        padding: 12px 16px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        position: relative;
        font-size: 16px;
        line-height: 1.5em;
        cursor: pointer;
        transition: all .2s ease
    }

    .categories-items-select svg {
        position: absolute;
        right: 20px;
        top: calc(50% - 3px);
        cursor: pointer
    }

    .categories-item-video {
        margin-top: 24px !important
    }

    .categories-item-video:first-child {
        margin-top: 0 !important
    }

    .categories-col-items {
        padding-left: 15px
    }

    .categories-item-orange-block {
        padding: 16px
    }

    .how-we-writers-item-wrapper {
        margin-bottom: 32px
    }

    .how-we-writers-item-wrapper:last-child {
        margin-bottom: 0
    }

    .top-writers-item-wrapper {
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-bottom: 32px !important
    }

    .top-writers-item-wrapper:last-child {
        margin-bottom: 0 !important
    }

    .about-photo-gallery-left .gallery-image picture img {
        width: 100%
    }

    .about-reviews-top-item {
        margin-bottom: 24px
    }

    .academic-needs-image img {
        width: 100%;
        margin-bottom: 32px
    }

    .about-photo-gallery-right .text {
        margin-top: 24px;
        width: initial
    }

    .gallery-icon {
        display: none
    }

    .about-photo-gallery-left {
        margin-bottom: 8px
    }

    .about-photo-gallery-left picture {
        display: flex
    }

    .about-photo-gallery-left picture:first-child {
        margin-bottom: 0;
        padding-right: 4px
    }

    .about-photo-gallery-left picture:nth-child(2) {
        padding-left: 4px
    }

    .advantages-using-item-inner {
        padding: 0;
        margin-bottom: 24px
    }

    .advantages-using-item-inner .icon {
        width: 64px;
        height: 64px;
        min-width: 64px;
        min-height: 64px;
        margin-right: 16px
    }

    .advantages-using-item-inner .title {
        font-size: 20px;
        line-height: 1.6em
    }

    .advantages-using-item-inner .text {
        margin-top: 12px
    }

    .about-info-blocks .info-blocks-title {
        font-size: 32px;
        line-height: 1.25em
    }

    .format-essay-icon {
        display: none
    }

    .case-study-rated .icon {
        display: none
    }

    .monitor-order-item-top {
        margin-bottom: 16px
    }

    .monitor-order-col {
        margin-bottom: 24px
    }

    .him-contacts .info-block:nth-child(n+2) .info-block-inner {
        margin-bottom: 24px !important
    }

    .him-contacts .info-block:last-child .info-block-inner {
        margin-bottom: 0 !important
    }

    .him-contacts .info-block:nth-child(odd) {
        padding-right: 15px
    }

    .him-contacts .info-block:nth-child(even) {
        padding-left: 15px
    }

    .him-guarantees-title {
        text-align: center
    }

    .him-guarantees-text {
        text-align: center
    }

    .him-guarantees-button {
        display: flex;
        justify-content: center
    }

    .him-guarantees-list {
        margin-top: 32px
    }

    .him-guarantees-list-item {
        padding: 0;
        margin-bottom: 24px
    }

    .him-guarantees-list-item:last-child {
        margin-bottom: 0
    }

    .him-guarantees-list-title {
        margin-bottom: 0
    }

    .him-guarantees-list .text {
        margin-top: 8px
    }

    .stages-works {
        padding: 64px 0
    }

    .stage-work-item .stage-works-number {
        order: 1
    }

    .stage-work-item .stage-works-text {
        order: 2
    }

    .stage-work-item .stage-works-image {
        order: 3
    }

    .stage-work-item .stage-works-text {
        max-width: 83%;
        flex: 0 0 83%;
        padding-left: 12px
    }

    .stage-work-item .stage-works-image {
        margin-left: 14%;
        -ms-flex: 0 0 auto;
        flex: initial;
        max-width: initial;
        margin-top: 16px
    }

    .stage-works-number-wrapper {
        padding-right: 0 !important
    }

    .stage-work-item {
        align-items: self-start;
        justify-content: flex-start;
        margin-bottom: 32px
    }

    .stages-works-list:after {
        left: 17px;
        bottom: 31%;
        top: 17px
    }

    .stage-works-text-title {
        font-size: 20px;
        line-height: 1.6em;
        margin-bottom: 8px
    }

    .stages-works-list {
        margin-top: 32px
    }

    .stages-works-buttons {
        margin-top: 32px
    }

    .services-element-1, .services-element-2 {
        display: none
    }
}

@media (max-width: 575px) {
    .header-h1, h1 {
        font-size: 32px;
        line-height: 1.25em;
        font-weight: 700
    }

    .header-h2, h2 {
        font-size: 32px;
        line-height: 1.25em
    }

    .header-h3, h3 {
        font-size: 24px;
        line-height: 1.5em
    }

    .header-h4, h4 {
        font-size: 20px;
        line-height: 1.6em
    }

    .btn-orange {
        width: 100% !important;
        height: 48px !important
    }

    .btn-white {
        width: 100% !important;
        height: 48px !important
    }

    .btn-order {
        width: 100% !important;
        height: 48px !important
    }

    .btn-blue {
        width: 100% !important;
        height: 48px !important
    }

    .menu .menu-fix {
        padding: 10px 0
    }

    .top-menu {
        width: 200px;
        top: 56px;
        padding: 64px 16px;
        flex-direction: column
    }

    .top-menu .btn-order {
        width: 100%;
        margin-top: 30px
    }

    .menu_item_link {
        font-size: 16px
    }

    .menu_list_item {
        margin-bottom: 16px
    }

    .main-banner {
        padding: 64px 0
    }

    .main-banner .header-h1 {
        margin-bottom: 16px
    }

    .main-banner-buttons {
        flex-direction: column;
        width: 100%
    }

    .main-banner-buttons a {
        width: 100%;
        margin-bottom: 16px
    }

    .main-banner-buttons a:last-child {
        margin-bottom: 0
    }

    .main-banner-buttons {
        margin-bottom: 32px
    }

    .main-banner-count-reviews-wrapper {
        flex-direction: column
    }

    .main-banner-count-reviews {
        width: initial;
        bottom: 0;
        margin-top: 32px;
        padding: 16px
    }

    .find-price {
        padding: 64px 0
    }

    .calc-element-2 {
        display: none
    }

    .calc-title {
        font-size: 20px;
        line-height: 1.6em
    }

    .calc-head {
        padding: 16px
    }

    .calc-body {
        padding: 16px
    }

    .calc_item-wrapper.list-calc {
        margin-bottom: 12px
    }

    .calc_item-day {
        width: 100%;
        padding-right: 0;
        margin-bottom: 12px
    }

    .calc_item-pages {
        width: 50%;
        padding-left: 0
    }

    .calc-quantity-inner {
        justify-content: flex-start !important
    }

    .calc_block_price {
        margin-top: 16px;
        padding-top: 16px;
        margin-bottom: 0 !important
    }

    .calc-inner {
        width: 100%
    }

    .calc {
        width: initial;
        margin: 0 -8px
    }

    .orange-we-can-do .calc {
        margin: auto
    }

    .calc_block_price > div {
        width: 100%;
        justify-content: space-between !important
    }

    .calc .calc_block_price label {
        margin-bottom: 5px
    }

    .calc_block_price a {
        margin-top: 16px
    }

    .calc_block_price .btn-orange {
        width: 100%;
        height: 48px
    }

    .find-price-list {
        max-width: initial;
        flex-wrap: wrap
    }

    .find-price-list:after {
        display: none
    }

    .case-study {
        padding: 64px 0
    }

    .choose-writer {
        padding: 64px 0
    }

    .slider-item-right-buttons {
        flex-direction: column-reverse;
        margin-top: 16px
    }

    .slider-item-right-buttons a {
        width: 100%
    }

    .slider-item-right-buttons .btn-orange-circle {
        margin-right: 0
    }

    .slider-item-left picture img {
        width: 64px;
        height: 64px
    }

    .slider-item-right-text {
        font-size: 14px;
        line-height: 1.43em
    }

    .slider-item-left {
        padding-right: 0
    }

    .transparent-label:last-child {
        margin-right: 0
    }

    .slick-slider {
        padding: 0 8px
    }

    .slider-item-left-inner {
        border-bottom: none;
        padding-bottom: 0
    }

    .slider-item-left-transparent-labels {
        margin-top: 16px
    }

    .slider-item-right {
        margin-top: 8px
    }

    .slider-item-right-buttons .btn-orange {
        margin-bottom: 12px
    }

    .slick-buttons {
        margin-top: 24px
    }

    .blue-block-button .btn-white {
        width: 100%;
        height: 48px
    }

    .how-work {
        padding: 64px 0
    }

    .home-work-tab-content {
        padding: 40px 7px
    }

    .privacy {
        margin: 0;
        padding: 64px 0
    }

    .privacy-item-wrapper:nth-child(odd) {
        padding-right: 15px !important
    }

    .privacy-item-wrapper:nth-child(even) {
        padding-left: 15px !important
    }

    .privacy-item-wrapper {
        margin-top: 16px !important
    }

    .privacy-item-wrapper:first-child {
        margin-top: 0 !important
    }

    .privacy-item {
        padding: 16px
    }

    .privacy-item-icon {
        margin-bottom: 12px
    }

    .privacy-item-title {
        font-size: 20px;
        line-height: 1.6em
    }

    .privacy-item-text {
        margin-bottom: 8px
    }

    .seo-block {
        padding: 0 0 64px
    }

    .seo-block-content h2 {
        margin-top: 24px;
        margin-bottom: 24px
    }

    .seo-block-list ul {
        margin: 0 0 8px 0;
        padding: 0 0 0 16px;
        width: 100%
    }

    .seo-block-list ul:last-child {
        margin-bottom: 36px
    }

    .seo-block-list {
        flex-wrap: wrap
    }

    .seo-block-list-circle > ul {
        margin: 0 0 16px 0;
        padding: 0 0 0 8px
    }

    .seo-block-blue-block {
        margin-top: 24px;
        padding: 24px
    }

    .seo-block-blue-block-text {
        font-size: 16px;
        line-height: 1.5em
    }

    .seo-block-no-title {
        margin-top: 16px;
        margin-bottom: 16px
    }

    .seo-block-content-attention .attention-title {
        font-size: 16px;
        line-height: 1.5em
    }

    .custom-case {
        padding: 16px
    }

    .case-study-paper {
        padding: 24px 0 0
    }

    .case-study-paper-title {
        font-size: 24px;
        line-height: 1.5em;
        margin-bottom: 10px
    }

    .case-study-service {
        padding: 24px 0 0
    }

    .case-study-service-title {
        font-size: 24px;
        line-height: 1.5em;
        margin-bottom: 16px
    }

    .case-study-service .wrapper-icon {
        margin-right: 8px
    }

    .case-study-service .btn-blue {
        width: 100%;
        height: 48px
    }

    .doubts-title {
        font-size: 24px;
        line-height: 1.5em;
        margin-bottom: 16px
    }

    .case-study-doubts {
        padding: 24px 0 64px
    }

    .free-features {
        padding: 64px 0
    }

    .features-item-inner {
        padding: 24px 5px
    }

    .feature-saving-text {
        margin-top: 24px;
        margin-bottom: 32px
    }

    .feature-saving-price {
        font-size: 32px;
        line-height: 1.4em
    }

    .feature-saving .btn-orange {
        width: 100%;
        height: 48px
    }

    .get-answers-wrapper {
        padding: 64px 0
    }

    .get-answers-title {
        margin-bottom: 16px
    }

    .faq-list_block {
        padding: 8px 0 8px 0
    }

    .faq-list_title {
        padding-right: 20px
    }

    .faq-list_answer {
        margin-top: 8px
    }

    footer {
        padding: 64px 0 0
    }

    .copyright {
        text-align: left !important
    }

    .custom-case-white-item-wrapper {
        margin-top: 0 !important;
        padding: 0 !important
    }

    .custom-case-white-item {
        height: 400px
    }

    .custom-cases .slick-slider {
        padding: 0
    }

    .slick-dots {
        display: flex;
        padding: 0;
        align-items: center;
        justify-content: center;
        list-style: none;
        margin: 24px 0 0
    }

    .slick-dots button {
        display: none !important
    }

    .slick-dots li {
        margin-right: 16px;
        cursor: pointer
    }

    .slick-dots li:last-child {
        margin-right: 0
    }

    .slick-dots li:before {
        content: '';
        width: 8px;
        height: 8px;
        background: #959aa3;
        display: block;
        border-radius: 50%
    }

    .slick-dots li.slick-active:before {
        background: #f8f9fa
    }

    .page-error {
        padding: 64px 0
    }

    .page-error-subtitle {
        font-size: 16px;
        line-height: 1.5em;
        margin: 16px 0 32px
    }

    .page-error-buttons .btn-orange {
        margin-right: 0;
        margin-bottom: 16px
    }

    .page-error-buttons a {
        width: initial !important
    }

    .page-error-buttons .btn-order {
        height: 40px !important
    }

    .grey-main-block {
        padding: 64px 0
    }

    .grey-main-title {
        text-align: center;
        margin-bottom: 16px
    }

    .grey-main-text {
        text-align: center
    }

    .info-blocks {
        padding: 64px 0
    }

    .info-block-inner .icon {
        margin-right: 16px
    }

    .info-block-inner .icon svg {
        width: 48px;
        height: 48px
    }

    .info-block-inner .title {
        font-size: 20px;
        line-height: 1.6em;
        margin-bottom: 8px
    }

    .info-block .info-block-inner .info:before {
        font-size: 16px !important;
        line-height: 1.5em !important
    }

    .white-top-block {
        padding: 64px 0
    }

    .white-top-title {
        text-align: center
    }

    .white-top-subtitle {
        text-align: center
    }

    .categories {
        padding: 64px 0
    }

    .categories-title {
        font-size: 24px;
        line-height: 1.5
    }

    .categories-item-title {
        margin-bottom: 24px
    }

    .categories-item-review {
        padding: 16px
    }

    .categories-item-review .stars {
        margin-right: 0;
        line-height: .5;
        margin-bottom: 8px
    }

    .categories-item-review-header {
        margin-bottom: 16px
    }

    .categories-item-review-body .title {
        margin-bottom: 8px
    }

    .categories-item-review-footer .date {
        display: none
    }

    .orange-we-can-do .find-price-list-title {
        margin-bottom: 32px;
        font-size: 32px;
        line-height: 1.25em
    }

    .orange-we-can-do .calc-element-1 {
        display: none
    }

    .orange-we-can-do .find-price-list {
        margin-top: 32px
    }

    .find-price-list ul:first-child {
        margin-bottom: 8px
    }

    .orange-we-can-do {
        padding: 64px 0
    }

    .categories-item-buttons {
        margin-top: 32px
    }

    .categories-item-orange-block .text {
        word-break: break-word
    }

    .categories-item-orange-block .icon {
        margin-top: 10px
    }

    .breadcrumbs {
        padding: 16px 0
    }

    .terms-and-conditions {
        padding: 16px 0 64px
    }

    .title-pages {
        margin-bottom: 32px
    }

    .inside-item {
        margin-top: 24px !important;
        padding-left: 15px !important;
        padding-right: 15px !important
    }

    .inside-item:first-child {
        margin-top: 0 !important
    }

    .inside-item:nth-child(2) {
        margin-top: 24px !important
    }

    .orange-top-block {
        padding: 64px 0
    }

    .blog-inside-items {
        padding: 64px 0
    }

    .orange-top-title {
        text-align: center;
        margin-bottom: 16px
    }

    .orange-top-subtitle {
        text-align: center
    }

    .inside-item .title {
        margin: 16px 0 8px;
        min-height: initial
    }

    .inside-item .text {
        font-size: 16px;
        line-height: 1.5em;
        margin-bottom: 24px
    }

    .show-more-inside-item {
        margin-top: 32px
    }

    .show-more-inside-item a.btn-order {
        height: 56px !important
    }

    .how-we-writers {
        padding: 64px 0
    }

    .get-answers-writer {
        padding: 64px 0
    }

    .top-writers {
        padding: 64px 0
    }

    .top-writers-item-wrapper {
        padding-left: 8px !important;
        padding-right: 8px !important
    }

    .top-writers-item {
        padding: 16px
    }

    .top-writers-item .icon picture img {
        width: 64px;
        height: 64px;
        min-width: 64px;
        min-height: 64px
    }

    .top-writers-item-transparent-labels {
        margin-top: 16px
    }

    .top-writers-item-text {
        margin-top: 16px
    }

    .top-writers-item-buttons {
        flex-direction: column !important
    }

    .top-writers-item-buttons .btn-orange {
        margin-left: 0;
        width: 100%;
        margin-bottom: 12px
    }

    .top-writers-item-buttons {
        margin-top: 16px
    }

    .grey-main-buttons {
        margin-top: 32px
    }

    .main-banner.about-main-banner {
        padding: 64px 0
    }

    .about-right-image img {
        width: 100%
    }

    .about-reviews-top {
        padding: 64px 0
    }

    .academic-needs {
        padding: 64px 0
    }

    .academic-needs-title {
        margin-bottom: 32px
    }

    .academic-needs-subtitle {
        margin-bottom: 24px
    }

    .about-photo-gallery {
        padding: 64px 0
    }

    .about-photo-gallery-first-text {
        margin-bottom: 24px
    }

    .about-photo-gallery-first-text p:last-child {
        margin-bottom: 0
    }

    .about-photo-gallery-right .text p:last-child {
        margin-bottom: 0
    }

    .advantages-using {
        padding: 64px 0
    }

    .advantages-using-item:last-child .advantages-using-item-inner {
        margin-bottom: 0
    }

    .advantages-using-buttons {
        flex-direction: column
    }

    .advantages-using-buttons a:first-child {
        margin-bottom: 16px
    }

    .advantages-using-buttons .btn-order {
        height: 40px !important
    }

    .about-info-blocks .info-block-inner {
        padding: 16px
    }

    .about-info-blocks-button {
        margin-top: 32px
    }

    .about-yellow-block {
        padding: 64px 0
    }

    .about-yellow-list ul {
        margin: 0 0 32px 0;
        padding: 0
    }

    .about-yellow-list > ul > li {
        padding-left: 20px
    }

    .about-yellow-list > ul > li > span:before {
        left: -20px;
        top: 4px
    }

    .about-yellow-buttons {
        flex-direction: column
    }

    .about-yellow-buttons a:first-child {
        margin-bottom: 16px
    }

    .about-yellow-block-title {
        margin-bottom: 32px;
        text-align: center
    }

    .breadcrumbs {
        padding: 16px 0
    }

    .inside-content {
        padding: 16px 0 64px
    }

    .inside-content .title-pages {
        font-size: 24px;
        line-height: 1.5em;
        margin-bottom: 24px
    }

    .inside-content .inside-headers-header .header-h4 {
        font-size: 20px;
        line-height: 1.6em;
        margin: 0 0
    }

    .inside-headers {
        margin-bottom: 32px
    }

    .inside-content .header-h3 {
        font-size: 20px;
        line-height: 1.6em
    }

    .fast-process {
        padding: 16px;
        margin: 24px 0
    }

    .inside-content .fast-process-title.header-h4 {
        margin: 0 0 16px
    }

    .fast-process-button {
        margin-top: 32px
    }

    .format-essay {
        padding: 24px 11px
    }

    .inside-content .format-essay-title.header-h4 {
        margin-top: 0;
        margin-bottom: 12px
    }

    .format-essay-items > div {
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 8px
    }

    .format-essay-items .icon svg {
        width: 16px;
        height: 16px;
        margin-top: 4px
    }

    .format-essay-items > div:last-child {
        margin-bottom: 8px
    }

    .format-essay-button {
        margin-top: 16px
    }

    .inside-content .header-h4 {
        font-size: 16px;
        line-height: 1.5em;
        margin: 16px 0 8px
    }

    .inside-content .case-study-rated-title.header-h4 {
        font-size: 24px;
        line-height: 1.5em;
        margin: 0 0 8px;
        text-align: center
    }

    .case-study-rated {
        padding: 24px 12px;
        margin: 24px 0
    }

    .case-study-rated-subtitle {
        text-align: center;
        margin-bottom: 16px
    }

    .case-study-rated-text {
        text-align: center;
        margin-bottom: 24px
    }

    .blog_page_rating {
        padding: 24px 21px;
        margin-top: 64px
    }

    .blog_page_rating_title {
        text-align: center;
        margin-bottom: 16px
    }

    .blog_page_rating_subtitle {
        font-size: 16px;
        line-height: 1.5em
    }

    .blog_page_rating_total {
        margin-top: 16px
    }

    .monitor-order {
        padding: 64px 0
    }

    .monitor-order-col {
        padding: 0 15px
    }

    .monitor-order-col:last-child {
        margin-bottom: 0
    }

    .him-contacts {
        padding: 64px 0
    }

    .him-contacts .info-block-inner {
        padding: 24px 16px
    }

    .him-guarantees {
        padding: 64px 0
    }

    .stage-works-text-title {
        font-size: 20px;
        line-height: 1.6em
    }
}

.cta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 32px 0;
    padding: 32px;
    background-color: #FFFAE8;
    border-radius: 16px;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .cta {
        flex-direction: column;
    }
}

.cta__left {
    padding: 0 75px 0 0;
}

@media only screen and (max-width: 767px) {
    .cta__left {
        padding: 0;
    }
}

.cta__text {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #25272E;
    margin: 0 0 24px;
}

@media only screen and (max-width: 767px) {
    .cta__text {
        font-size: 18px;
        text-align: center;
        margin: 0 0 5px;
    }
}

.cta__text > span:nth-child(2) {
    display: block;
    font-size: 20px;
    font-weight: 400;
    color: #585B63;
    margin: 10px 0 0 0;
}

@media only screen and (max-width: 767px) {
    .cta__text > span:nth-child(2) {
        font-size: 16px;
        line-height: 20px;
    }
}

.cta__text > span:nth-child(3) {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #959AA3;
    margin: 20px 0 0 0;
}

@media only screen and (max-width: 767px) {
    .cta__text > span:nth-child(3) {
        font-size: 12px;
        line-height: 16px;
        margin: 10px 0 0 0;
    }
}

.cta__text > span:nth-child(4) {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #959AA3;
}

@media only screen and (max-width: 767px) {
    .cta__text > span:nth-child(4) {
        font-size: 12px;
        line-height: 16px;
    }
}

.cta__color {
    color: #175fff;
    font-weight: 700;
}

.cta__link {
    color: #4ca4ed;
}

.cta__right {
    flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
    .cta__right {
        margin: 7px 0 0;
    }
}

.cta__stars {
    display: flex;
    justify-content: end;
    margin: 0 0 60px 0;
}

@media only screen and (max-width: 767px) {
    .cta__stars {
        justify-content: center;
        margin: 0 0 15px 0;
    }
}

.cta__stars span {
    display: inline-block;
    width: 24px;
    height: 24px;
}

.cta__stars span + span {
    margin: 0 0 0 7px;
}

.star100 {
    background-image: url(/image/star100.svg);
}

.star0 {
    background-image: url(/image/star0.svg);
}

.star25 {
    background-image: url(/image/star25.svg);
}

.star50 {
    background-image: url(/image/star50.svg);
}

.star75 {
    background-image: url(/image/star75.svg);
}