/*
Theme Name: Santa Cruz
Theme URI: https://davisonpro.dev/
Author: Davison Pro
*/
@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v17/S6u9w4BMUTPHh50XSwiPGQ.woff2) format("woff2"),url(https://fonts.gstatic.com/s/lato/v17/S6u9w4BMUTPHh50Xeww.woff) format("woff");
    unicode-range: U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v17/S6uyw4BMUTPHjx4wXg.woff2) format("woff2"),url(https://fonts.gstatic.com/s/lato/v17/S6uyw4BMUTPHvxo.woff) format("woff");
    unicode-range: U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v17/S6u9w4BMUTPHh6UVSwiPGQ.woff2) format("woff2"),url(https://fonts.gstatic.com/s/lato/v17/S6u9w4BMUTPHh6UVeww.woff) format("woff");
    unicode-range: U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd
}

a {
    color: #1f7973;
    transition: color .3s ease
}

a,a:focus,a:hover {
    text-decoration: none
}

a:active,a:focus,a:hover {
    color: #323232
}

.link--white {
    color: #fff
}

.link--white:active,.link--white:focus,.link--white:hover {
    color: #29a29a
}

.h1,h1 {
    font-size: 28px;
    line-height: 130%;
    font-weight: 900
}

@media(min-width: 1024px) {
    .h1,h1 {
        font-size:60px;
        line-height: 120%
    }
}

.h2,h2 {
    font-size: 28px;
    line-height: 130%;
    font-weight: 600
}

@media(min-width: 1024px) {
    .h2,h2 {
        font-size:40px;
        line-height: 140%
    }
}

.h3,h3 {
    font-size: 24px;
    line-height: 125%;
    font-weight: 600
}

@media(min-width: 1024px) {
    .h3,h3 {
        font-size:32px;
        line-height: 125%
    }
}

.h4,h4 {
    font-size: 20px;
    line-height: 135%;
    font-weight: 600
}

@media(min-width: 1024px) {
    .h4,h4 {
        font-size:20px;
        line-height: 150%
    }
}

.h5,h5 {
    font-size: 12px;
    line-height: 166%;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 8%
}

@media(min-width: 1024px) {
    .h5,h5 {
        font-size:16px;
        line-height: 150%;
        letter-spacing: 16%
    }
}

.btn {
    display: inline-block;
    font-family: Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 18px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 1px;
    white-space: normal;
    border: 0;
    padding: 15px 24px;
    border-radius: 4px;
    transition: background .3s ease,color .3s ease,box-shadow .3s ease,border .3s ease
}

@media(min-width: 768px) {
    .btn {
        padding:15px 32px;
        white-space: nowrap
    }
}

.btn:focus {
    box-shadow: 0 0 0 2px #d1d5dc
}

.btn[disabled]:before {
    background-image: url(./images/icons/ico-arrow-gray.svg)
}

.btn[disabled],.btn[disabled]:focus,.btn[disabled]:hover {
    background-color: #d1d5dc;
    color: #595959;
    box-shadow: none;
    pointer-events: none
}

.btn--green-fill,.btn--green-fill:focus {
    background-color: #1f7973;
    color: #fff
}

.btn--green-fill:hover {
    background-color: #29a29a;
    color: #fff
}

.btn--green-fill:before {
    background-image: url(./images/icons/ico-arrow-white.svg)
}

.btn--green-unfill,.btn--green-unfill:focus {
    background-color: transparent;
    border: 2px solid #1f7973;
    color: #323232
}

.btn--green-unfill:before,.btn--green-unfill:focus:before {
    background-image: url(./images/icons/ico-arrow-green.svg)
}

.btn--green-unfill:hover {
    background-color: #1f7973;
    color: #fff
}

.btn--green-unfill:hover:before {
    background-image: url(./images/icons/ico-arrow-white.svg)
}

.btn--white-fill,.btn--white-fill:focus {
    background-color: #fff;
    color: #323232
}

.btn--white-fill:hover {
    background-color: #f9f9f9;
    color: #323232
}

.btn--white-fill:before {
    background-image: url(./images/icons/ico-arrow-green.svg)
}

.btn--white-unfill,.btn--white-unfill:focus {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff
}

.btn--white-unfill:hover {
    background-color: #1f7973;
    border-color: #1f7973;
    color: #fff
}

.btn--white-unfill:before {
    background-image: url(./images/icons/ico-arrow-white.svg)
}

.btn--with-arrow {
    padding-right: 52px
}

@media(min-width: 768px) {
    .btn--with-arrow {
        padding-right:60px
    }
}

.btn--with-arrow:before {
    content: "";
    width: 12px;
    height: 13px;
    position: absolute;
    top: 0;
    right: 24px;
    bottom: 0;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
    transition: right .3s ease
}

@media(min-width: 768px) {
    .btn--with-arrow:before {
        right:32px
    }
}

.btn--with-arrow:focus:before,.btn--with-arrow:hover:before {
    right: 16px
}

.btn--small {
    font-size: 15px;
    padding: 8px 24px
}

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

.list--check-green li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 24px;
    line-height: 150%
}

@media(min-width: 768px) {
    .list--check-green li {
        margin-bottom:14px
    }
}

.list--check-green li .h4 {
    display: block;
    color: #323232;
    margin-bottom: 8px
}

.list--check-green li p,.list--check-green li:last-of-type {
    margin: 0
}

.list--check-green li p+p {
    margin-top: 1em
}

.list--check-green li:before {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(./images/icons/ico-check-gree.svg) 50% no-repeat;
    background-size: contain
}

.list--check-green.columns {
    margin-top: 24px;
    row-gap: 0
}

@media(min-width: 1024px) {
    .list--check-green.columns:not(.m24) {
        margin-top:48px
    }
}

.list--check-green-mini li:before {
    width: 16px;
    height: 16px
}

.list--circle-check-green li {
    position: relative;
    padding-left: 48px;
    margin-bottom: 24px;
    line-height: 150%
}

@media(min-width: 768px) {
    .list--circle-check-green li {
        margin-bottom:14px
    }
}

.list--circle-check-green li .h4 {
    display: block;
    color: #323232;
    margin-bottom: 8px
}

.list--circle-check-green li p,.list--circle-check-green li:last-of-type {
    margin: 0
}

.list--circle-check-green li p+p {
    margin-top: 1em
}

.list--circle-check-green li:before {
    content: "";
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(./images/icons/ico-circle-check-fill.svg) 50% no-repeat;
    background-size: contain
}

.list--circle-check-green.columns {
    margin-top: 24px;
    row-gap: 0
}

@media(min-width: 1024px) {
    .list--circle-check-green.columns:not(.m24) {
        margin-top:48px
    }
}

.list--circle-check-black li {
    position: relative;
    padding-left: 48px;
    margin-bottom: 24px;
    line-height: 150%
}

@media(min-width: 768px) {
    .list--circle-check-black li {
        margin-bottom:14px
    }
}

.list--circle-check-black li .h4 {
    display: block;
    color: #323232;
    margin-bottom: 8px
}

.list--circle-check-black li p,.list--circle-check-black li:last-of-type {
    margin: 0
}

.list--circle-check-black li p+p {
    margin-top: 1em
}

.list--circle-check-black li:before {
    content: "";
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(./images/icons/ico-circle-check-fill-black.svg) 50% no-repeat;
    background-size: contain
}

.list--circle-green li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 24px;
    line-height: 150%
}

@media(min-width: 768px) {
    .list--circle-green li {
        margin-bottom:14px
    }
}

.list--circle-green li .h4 {
    display: block;
    color: #323232;
    margin-bottom: 8px
}

.list--circle-green li p,.list--circle-green li:last-of-type {
    margin: 0
}

.list--circle-green li p+p {
    margin-top: 1em
}

.list--circle-green li:before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top: 10px;
    left: 0;
    background-color: #1f7973;
    border-radius: 50%
}

.list--numeric {
    counter-reset: number-green
}

.list--numeric>li {
    position: relative;
    counter-increment: number-green;
    padding-left: 28px;
    margin-bottom: 24px;
    line-height: 160%
}

@media(min-width: 768px) {
    .list--numeric>li {
        margin-bottom:14px
    }
}

.list--numeric>li .h4 {
    display: block;
    line-height: 120%;
    color: #323232;
    margin-bottom: 8px
}

.list--numeric>li p,.list--numeric>li:last-of-type {
    margin: 0
}

.list--numeric>li p+p {
    margin-top: 1em
}

.list--numeric>li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: counter(number-green) ".";
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    color: #1f7973
}

.list--icons li {
    position: relative;
    padding-left: 56px;
    margin-bottom: 16px;
    line-height: 150%
}

@media(min-width: 768px) {
    .list--icons li {
        padding-left:100px
    }
}

.list--icons li .h4 {
    display: block;
    color: #323232;
    margin-bottom: 8px
}

.list--icons li p,.list--icons li:last-of-type {
    margin: 0
}

.list--icons li p+p {
    margin-top: 1em
}

.list--icons li:before {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    top: 4px;
    left: 0;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

@media(min-width: 768px) {
    .list--icons li:before {
        top:8px;
        width: 72px;
        height: 72px
    }
}

.list--columns {
    display: grid;
    grid-gap: 16px;
    gap: 16px
}

@media(min-width: 1024px) {
    .list--columns {
        gap:48px
    }

    .list--columns-2 {
        grid-template-columns: repeat(2,1fr)
    }

    .list--columns-3 {
        grid-template-columns: repeat(3,1fr)
    }
}

p {
    margin-bottom: 1em
}

.hidden-info:after {
    content: attr(data-title)
}

.table {
    width: 100%;
    border: 0;
    border-collapse: collapse;
    position: relative;
    margin: 0
}

.table td,.table th {
    border: 0;
    padding: 12px
}

.table th {
    font-size: 16px;
    font-weight: 600
}

.table th+th {
    border-left: 1px solid #d1d5dc
}

.table td {
    font-size: 14px;
    line-height: 170%
}

.table td+td {
    border-left: 1px solid #d1d5dc
}

.table tbody tr:nth-of-type(odd) {
    background-color: #e9f2f1
}

.common-pages__table-wrapper {
    position: relative
}

.common-pages__table-wrapper::-webkit-scrollbar {
    width: 1em;
    height: 1em;
    -webkit-appearance: none
}

.common-pages__table-wrapper::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.3);
    border-radius: 4px;
    border: 1px solid transparent
}

.ico__document,.ico__document--after:after,.ico__document--before:before {
    background-image: url(./images/icons/ico-document.svg)
}

.ico__circle-write,.ico__circle-write--after:after,.ico__circle-write--before:before {
    background-image: url(./images/icons/ico-circle-write.svg)
}

.ico__save-money,.ico__save-money--after:after,.ico__save-money--before:before {
    background-image: url(./images/icons/ico-save-money.svg)
}

.ico__support,.ico__support--after:after,.ico__support--before:before {
    background-image: url(./images/icons/ico-support.svg)
}

.ico__timer,.ico__timer--after:after,.ico__timer--before:before {
    background-image: url(./images/icons/ico-timer.svg)
}

.ico__books-with-glasses,.ico__books-with-glasses--after:after,.ico__books-with-glasses--before:before {
    background-image: url(./images/icons/ico-books-with-glasses.svg)
}

.ico__pages-checkmark,.ico__pages-checkmark--after:after,.ico__pages-checkmark--before:before {
    background-image: url(./images/icons/ico-pages-checkmark.svg)
}

.ico__pig,.ico__pig--after:after,.ico__pig--before:before {
    background-image: url(./images/icons/ico-pig.svg)
}

.ico__confidentiality,.ico__confidentiality--after:after,.ico__confidentiality--before:before {
    background-image: url(./images/icons/ico-confidentiality.svg)
}

.ico__note-and-pen,.ico__note-and-pen--after:after,.ico__note-and-pen--before:before {
    background-image: url(./images/icons/ico-note-and-pen.svg)
}

.ico__lists,.ico__lists--after:after,.ico__lists--before:before {
    background-image: url(./images/icons/ico-lists.svg)
}

.ico__certificate,.ico__certificate--after:after,.ico__certificate--before:before {
    background-image: url(./images/icons/ico-certificate.svg)
}

.ico__note,.ico__note--after:after,.ico__note--before:before {
    background-image: url(./images/icons/ico-note.svg)
}

.ico__docs,.ico__docs--after:after,.ico__docs--before:before {
    background-image: url(./images/icons/ico-docs.svg)
}

.ico__plane,.ico__plane--after:after,.ico__plane--before:before {
    background-image: url(./images/icons/ico-plane.svg)
}

.ico__contactus-email,.ico__contactus-email--after:after,.ico__contactus-email--before:before {
    background-image: url(./images/icons/ico-contactus-email.svg)
}

.ico__contactus-chat,.ico__contactus-chat--after:after,.ico__contactus-chat--before:before {
    background-image: url(./images/icons/ico-contactus-chat.svg)
}

.ico__contactus-location,.ico__contactus-location--after:after,.ico__contactus-location--before:before {
    background-image: url(./images/icons/ico-contactus-location.svg)
}

.ico__contactus-phone,.ico__contactus-phone--after:after,.ico__contactus-phone--before:before {
    background-image: url(./images/icons/ico-contactus-phone.svg)
}

.ico__info,.ico__info--after:after,.ico__info--before:before {
    background-image: url(./images/icons/ico-info.svg)
}

.ico__writer-best,.ico__writer-best--after:after,.ico__writer-best--before:before {
    background-image: url(./images/icons/ico-writer-best.svg)
}

.ico__writer-advanced,.ico__writer-advanced--after:after,.ico__writer-advanced--before:before {
    background-image: url(./images/icons/ico-writer-advanced.svg)
}

.ico__writer-enl,.ico__writer-enl--after:after,.ico__writer-enl--before:before {
    background-image: url(./images/icons/ico-writer-enl.svg)
}

.ico__writer-top10,.ico__writer-top10--after:after,.ico__writer-top10--before:before {
    background-image: url(./images/icons/ico-writer-top10.svg)
}

.ico__feature-progress-delivery,.ico__feature-progress-delivery--after:after,.ico__feature-progress-delivery--before:before {
    background-image: url(./images/icons/ico-feature-progress-delivery.svg)
}

.ico__feature-samples,.ico__feature-samples--after:after,.ico__feature-samples--before:before {
    background-image: url(./images/icons/ico-feature-samples.svg)
}

.ico__feature-smart-paper,.ico__feature-smart-paper--after:after,.ico__feature-smart-paper--before:before {
    background-image: url(./images/icons/ico-feature-smart-paper.svg)
}

.ico__feature-sources,.ico__feature-sources--after:after,.ico__feature-sources--before:before {
    background-image: url(./images/icons/ico-feature-sources.svg)
}

.ico__zero-plagiarism,.ico__zero-plagiarism--after:after,.ico__zero-plagiarism--before:before {
    background-image: url(./images/icons/ico-zero-plagiarism.svg)
}

.ico__money-back,.ico__money-back--after:after,.ico__money-back--before:before {
    background-image: url(./images/icons/ico-money-back.svg)
}

.ico__shield,.ico__shield--after:after,.ico__shield--before:before {
    background-image: url(./images/icons/ico-shield.svg)
}

.ico__seo-10,.ico__seo-10--after:after,.ico__seo-10--before:before {
    background-image: url(./images/icons/seo/ico_10.svg)
}

.ico__seo-11,.ico__seo-11--after:after,.ico__seo-11--before:before {
    background-image: url(./images/icons/seo/ico_11.svg)
}

.ico__seo-12,.ico__seo-12--after:after,.ico__seo-12--before:before {
    background-image: url(./images/icons/seo/ico_12.svg)
}

.ico__seo-13,.ico__seo-13--after:after,.ico__seo-13--before:before {
    background-image: url(./images/icons/seo/ico_13.svg)
}

.ico__seo-14,.ico__seo-14--after:after,.ico__seo-14--before:before {
    background-image: url(./images/icons/seo/ico_14.svg)
}

.ico__seo-15,.ico__seo-15--after:after,.ico__seo-15--before:before {
    background-image: url(./images/icons/seo/ico_15.svg)
}

.ico__seo-16,.ico__seo-16--after:after,.ico__seo-16--before:before {
    background-image: url(./images/icons/seo/ico_16.svg)
}

.ico__seo-17,.ico__seo-17--after:after,.ico__seo-17--before:before {
    background-image: url(./images/icons/seo/ico_17.svg)
}

.ico__seo-18,.ico__seo-18--after:after,.ico__seo-18--before:before {
    background-image: url(./images/icons/seo/ico_18.svg)
}

.ico__seo-19,.ico__seo-19--after:after,.ico__seo-19--before:before {
    background-image: url(./images/icons/seo/ico_19.svg)
}

.ico__seo-20,.ico__seo-20--after:after,.ico__seo-20--before:before {
    background-image: url(./images/icons/seo/ico_20.svg)
}

.ico__seo-21,.ico__seo-21--after:after,.ico__seo-21--before:before {
    background-image: url(./images/icons/seo/ico_21.svg)
}

.ico__seo-22,.ico__seo-22--after:after,.ico__seo-22--before:before {
    background-image: url(./images/icons/seo/ico_22.svg)
}

.ico__seo-23,.ico__seo-23--after:after,.ico__seo-23--before:before {
    background-image: url(./images/icons/seo/ico_13.svg)
}

.ico__seo-24,.ico__seo-24--after:after,.ico__seo-24--before:before {
    background-image: url(./images/icons/seo/ico_24.svg)
}

.ico__seo-25,.ico__seo-25--after:after,.ico__seo-25--before:before {
    background-image: url(./images/icons/seo/ico_25.svg)
}

.ico__seo-26,.ico__seo-26--after:after,.ico__seo-26--before:before {
    background-image: url(./images/icons/seo/ico_26.svg)
}

.ico__seo-27,.ico__seo-27--after:after,.ico__seo-27--before:before {
    background-image: url(./images/icons/seo/ico_27.svg)
}

.ico__seo-28,.ico__seo-28--after:after,.ico__seo-28--before:before {
    background-image: url(./images/icons/seo/ico_28.svg)
}

.ico__seo-29,.ico__seo-29--after:after,.ico__seo-29--before:before {
    background-image: url(./images/icons/seo/ico_29.svg)
}

.ico__seo-30,.ico__seo-30--after:after,.ico__seo-30--before:before {
    background-image: url(./images/icons/seo/ico_30.svg)
}

.ico__seo-31,.ico__seo-31--after:after,.ico__seo-31--before:before {
    background-image: url(./images/icons/seo/ico_31.svg)
}

.ico__seo-32,.ico__seo-32--after:after,.ico__seo-32--before:before {
    background-image: url(./images/icons/seo/ico_32.svg)
}

.ico__seo-33,.ico__seo-33--after:after,.ico__seo-33--before:before {
    background-image: url(./images/icons/seo/ico_33.svg)
}

.ico__swift-delivery,.ico__swift-delivery--after:after,.ico__swift-delivery--before:before {
    background-image: url(./images/icons/ico__swift-delivery.svg)
}

.ico__professional-touch,.ico__professional-touch--after:after,.ico__professional-touch--before:before {
    background-image: url(./images/icons/ico__professional-touch.svg)
}

.ico-contactus-phone,.ico-contactus-phone--after:after,.ico-contactus-phone--before:before {
    background-image: url(./images/icons/ico-contactus-phone.svg)
}

.ico-note-and-pen,.ico-note-and-pen--after:after,.ico-note-and-pen--before:before {
    background-image: url(./images/icons/ico-note-and-pen.svg)
}

.ico-lists,.ico-lists--after:after,.ico-lists--before:before {
    background-image: url(./images/icons/ico-lists.svg)
}

.ico-calculations,.ico-calculations--after:after,.ico-calculations--before:before {
    background-image: url(./images/icons/ico__calculations.svg)
}

*,:after,:before {
    outline: none;
    box-sizing: border-box
}

body,html {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    max-width: 100vw;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-family: Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    color: #595959;
    font-size: 16px;
    line-height: 160%;
    font-weight: 400
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

img {
    height: auto
}

iframe,img {
    max-width: 100%
}

.container {
    width: 100%
}

@media(min-width: 1024px) {
    .container {
        max-width:1220px;
        margin-left: auto;
        margin-right: auto
    }
}

.section {
    padding-left: 16px;
    padding-right: 16px
}

@media(min-width: 1024px) {
    .section {
        padding-left:24px;
        padding-right: 24px
    }
}

.section.section--bg-gray {
    background-color: #f9f9f9
}

.section.section--bg-white {
    background-color: #fff
}

.section.section--bg-green {
    background-color: #e9f2f1
}

.section.section--shadow {
    box-shadow: 0 15px 40px rgba(21,37,72,.08)
}

.section.section--bg-dark {
    background-color: #323232
}

.section.section--bg-dark .section__subtitle,.section.section--bg-dark .section__title {
    color: #fff
}

.section.section--without-top-padding {
    padding-top: 0
}

@media(min-width: 1024px) {
    .section.section--without-top-padding {
        padding-top:0
    }
}

.section.section--without-bottom-padding {
    padding-bottom: 0
}

@media(min-width: 1024px) {
    .section.section--without-bottom-padding {
        padding-bottom:0
    }
}

@media(min-width: 768px) {
    .columns {
        display:grid;
        justify-items: stretch;
        grid-column-gap: 30px;
        column-gap: 30px;
        grid-row-gap: 30px;
        row-gap: 30px;
        width: 100%;
        max-width: 100%
    }
}

@media(min-width: 1024px) {
    .columns {
        column-gap:40px;
        row-gap: 40px
    }
}

@media(min-width: 768px) {
    .columns>* {
        margin-bottom:0
    }
}

.columns.columns--col-1 {
    max-width: 800px;
    margin: 0 auto
}

@media(min-width: 768px) {
    .columns.columns--col-2,.columns.columns--col-3 {
        grid-template-columns:1fr 1fr
    }

    .columns.columns--col-3 .columns--col-3__fullwidth {
        grid-column: span 2;
        max-width: 800px
    }
}

@media(min-width: 1024px) {
    .columns.columns--col-3 {
        grid-template-columns:1fr 1fr 1fr
    }

    .columns.columns--col-3 .columns--col-3__fullwidth {
        grid-column: inherit
    }
}

@media(min-width: 768px) {
    .columns.columns--max-content {
        grid-template-columns:repeat(2,max-content)
    }
}

@media(min-width: 1024px) {
    .columns.columns--max-content {
        grid-template-columns:repeat(3,max-content)
    }
}

.content--with-img {
    position: relative
}

@media(min-width: 768px) {
    .content--with-img {
        display:flex;
        justify-content: space-between;
        align-items: center
    }

    .content--with-img__content {
        width: 60%;
        padding-left: 36px
    }
}

@media(min-width: 1024px) {
    .content--with-img__content {
        padding-left:84px
    }
}

.content--with-img__content p:last-of-type {
    margin-bottom: 0
}

.content--with-img__img {
    margin: 0 auto 30px;
    text-align: center
}

@media(min-width: 768px) {
    .content--with-img__img {
        width:40%;
        min-height: 470px;
        margin: 0
    }
}

.content--with-img__img__container {
    display: inline-block;
    position: relative
}

@media(min-width: 768px) {
    .content--with-img__img__container {
        position:absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 40%
    }
}

@media(max-width: 480px) {
    .content--with-img__img__container {
        width:100%
    }
}

.content--with-img__img__container:after,.content--with-img__img__container:before {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    background-color: #1f7973;
    border-radius: 50%;
    z-index: 1
}

@media(min-width: 768px) {
    .content--with-img__img__container:after,.content--with-img__img__container:before {
        width:80px;
        height: 80px
    }
}

@media(min-width: 1024px) {
    .content--with-img__img__container:after,.content--with-img__img__container:before {
        width:100px;
        height: 100px
    }
}

.content--with-img__img__container:after {
    width: 24px;
    height: 24px;
    left: -12px;
    right: auto
}

@media(min-width: 768px) {
    .content--with-img__img__container:after {
        width:50px;
        height: 50px;
        left: -25px
    }
}

.content--with-img__img__container.green-circles-type-1:before {
    top: 50px
}

@media(min-width: 768px) {
    .content--with-img__img__container.green-circles-type-1:before {
        top:25px
    }
}

@media(min-width: 1200px) {
    .content--with-img__img__container.green-circles-type-1:before {
        top:50px
    }
}

.content--with-img__img__container.green-circles-type-1:after {
    bottom: 40px
}

@media(min-width: 768px) {
    .content--with-img__img__container.green-circles-type-1:after {
        bottom:60px
    }
}

.content--with-img__img__container.green-circles-type-2:before {
    top: 50px;
    left: 0;
    right: auto
}

.content--with-img__img__container.green-circles-type-2:after {
    bottom: 48px;
    left: auto;
    right: -12px
}

@media(min-width: 768px) {
    .content--with-img__img__container.green-circles-type-2:after {
        bottom:60px;
        right: -25px
    }
}

.content--with-img__img__container.green-circles-type-3:before {
    top: 50px;
    left: 0;
    right: auto
}

@media(min-width: 768px) {
    .content--with-img__img__container.green-circles-type-3:before {
        top:0;
        left: auto;
        right: 0
    }
}

.content--with-img__img__container.green-circles-type-3:after {
    bottom: 48px;
    left: auto;
    right: -12px
}

@media(min-width: 768px) {
    .content--with-img__img__container.green-circles-type-3:after {
        bottom:53px;
        right: auto;
        left: -25px
    }
}

.content--with-img__img picture {
    display: inline-block;
    position: relative;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    width: 100%;
    overflow: hidden
}

@media(min-width: 768px) {
    .content--with-img__img picture {
        height:100%;
        border-top-left-radius: 50% 40%;
        border-top-right-radius: 50% 40%
    }
}

.content--with-img__img picture img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0
}

@media(min-width: 768px) {
    .content--with-img__img picture img {
        max-width:none
    }

    .content--with-img__img picture.arch-25 {
        border-top-left-radius: 50% 20%;
        border-top-right-radius: 50% 20%
    }
}

@media(min-width: 1024px) {
    .content--with-img__img picture.arch-25 {
        border-top-left-radius:50% 25%;
        border-top-right-radius: 50% 25%
    }
}

@media(min-width: 768px) {
    .content--with-img__img picture.arch-30 {
        border-top-left-radius:50% 20%;
        border-top-right-radius: 50% 20%
    }
}

@media(min-width: 1024px) {
    .content--with-img__img picture.arch-30 {
        border-top-left-radius:50% 30%;
        border-top-right-radius: 50% 30%
    }
}

@media(max-width: 768px) {
    .content--with-img__img picture.arch-40 {
        border-top-left-radius:40% 40%;
        border-top-right-radius: 40% 40%
    }
}

@media(min-width: 1024px) {
    .content--with-img__img picture.arch-40 {
        border-top-left-radius:50% 40%;
        border-top-right-radius: 50% 40%
    }
}

.content--with-img__img picture.square,.content--with-img__img picture.square__mobile {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%
}

@media(min-width: 768px) {
    .content--with-img__img picture.square__mobile {
        border-top-left-radius:50% 30%;
        border-top-right-radius: 50% 30%
    }

    .content--with-img-right {
        flex-direction: row-reverse
    }

    .content--with-img-right .content--with-img__content {
        padding-right: 36px;
        padding-left: 0
    }
}

@media(min-width: 1024px) {
    .content--with-img-right .content--with-img__content {
        padding-right:84px
    }
}

.content--with-img-right .content--with-img__img__container {
    right: 0;
    left: auto
}

@media(max-width: 768px) {
    .content--with-img-right .content--with-img__img__container {
        width:100%
    }
}

.content--thin {
    max-width: 1012px;
    margin: 0 auto
}

.content--thin-800 {
    max-width: 800px;
    margin: 0 auto
}

@media(min-width: 768px) {
    .content--center .section-seo__title {
        margin-left:auto;
        margin-right: auto;
        text-align: center;
        max-width: 800px
    }
}

.content--center .section-seo__title.thin--570 {
    max-width: 570px
}

@media(min-width: 768px) {
    .content--center .section-seo__subtitle {
        text-align:center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: -8px
    }
}

a {
    color: #1f7973;
    transition: color .3s ease
}

a,a:focus,a:hover {
    text-decoration: none
}

a:active,a:focus,a:hover {
    color: #323232
}

.link--white {
    color: #fff
}

.link--white:active,.link--white:focus,.link--white:hover {
    color: #29a29a
}

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

.list--check-green li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 24px;
    line-height: 150%
}

@media(min-width: 768px) {
    .list--check-green li {
        margin-bottom:14px
    }
}

.list--check-green li .h4 {
    display: block;
    color: #323232;
    margin-bottom: 8px
}

.list--check-green li p,.list--check-green li:last-of-type {
    margin: 0
}

.list--check-green li p+p {
    margin-top: 1em
}

.list--check-green li:before {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(./images/icons/ico-check-gree.svg) 50% no-repeat;
    background-size: contain
}

.list--check-green.columns {
    margin-top: 24px;
    row-gap: 0
}

@media(min-width: 1024px) {
    .list--check-green.columns:not(.m24) {
        margin-top:48px
    }
}

.list--check-green-mini li:before {
    width: 16px;
    height: 16px
}

.list--circle-check-green li {
    position: relative;
    padding-left: 48px;
    margin-bottom: 24px;
    line-height: 150%
}

@media(min-width: 768px) {
    .list--circle-check-green li {
        margin-bottom:14px
    }
}

.list--circle-check-green li .h4 {
    display: block;
    color: #323232;
    margin-bottom: 8px
}

.list--circle-check-green li p,.list--circle-check-green li:last-of-type {
    margin: 0
}

.list--circle-check-green li p+p {
    margin-top: 1em
}

.list--circle-check-green li:before {
    content: "";
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(./images/icons/ico-circle-check-fill.svg) 50% no-repeat;
    background-size: contain
}

.list--circle-check-green.columns {
    margin-top: 24px;
    row-gap: 0
}

@media(min-width: 1024px) {
    .list--circle-check-green.columns:not(.m24) {
        margin-top:48px
    }
}

.list--circle-check-black li {
    position: relative;
    padding-left: 48px;
    margin-bottom: 24px;
    line-height: 150%
}

@media(min-width: 768px) {
    .list--circle-check-black li {
        margin-bottom:14px
    }
}

.list--circle-check-black li .h4 {
    display: block;
    color: #323232;
    margin-bottom: 8px
}

.list--circle-check-black li p,.list--circle-check-black li:last-of-type {
    margin: 0
}

.list--circle-check-black li p+p {
    margin-top: 1em
}

.list--circle-check-black li:before {
    content: "";
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(./images/icons/ico-circle-check-fill-black.svg) 50% no-repeat;
    background-size: contain
}

.list--circle-green li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 24px;
    line-height: 150%
}

@media(min-width: 768px) {
    .list--circle-green li {
        margin-bottom:14px
    }
}

.list--circle-green li .h4 {
    display: block;
    color: #323232;
    margin-bottom: 8px
}

.list--circle-green li p,.list--circle-green li:last-of-type {
    margin: 0
}

.list--circle-green li p+p {
    margin-top: 1em
}

.list--circle-green li:before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top: 10px;
    left: 0;
    background-color: #1f7973;
    border-radius: 50%
}

.list--numeric {
    counter-reset: number-green
}

.list--numeric>li {
    position: relative;
    counter-increment: number-green;
    padding-left: 28px;
    margin-bottom: 24px;
    line-height: 160%
}

@media(min-width: 768px) {
    .list--numeric>li {
        margin-bottom:14px
    }
}

.list--numeric>li .h4 {
    display: block;
    line-height: 120%;
    color: #323232;
    margin-bottom: 8px
}

.list--numeric>li p,.list--numeric>li:last-of-type {
    margin: 0
}

.list--numeric>li p+p {
    margin-top: 1em
}

.list--numeric>li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: counter(number-green) ".";
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    color: #1f7973
}

.list--icons li {
    position: relative;
    padding-left: 56px;
    margin-bottom: 16px;
    line-height: 150%
}

@media(min-width: 768px) {
    .list--icons li {
        padding-left:100px
    }
}

.list--icons li .h4 {
    display: block;
    color: #323232;
    margin-bottom: 8px
}

.list--icons li p,.list--icons li:last-of-type {
    margin: 0
}

.list--icons li p+p {
    margin-top: 1em
}

.list--icons li:before {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    top: 4px;
    left: 0;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

@media(min-width: 768px) {
    .list--icons li:before {
        top:8px;
        width: 72px;
        height: 72px
    }
}

.list--columns {
    display: grid;
    grid-gap: 16px;
    gap: 16px
}

@media(min-width: 1024px) {
    .list--columns {
        gap:48px
    }

    .list--columns-2 {
        grid-template-columns: repeat(2,1fr)
    }

    .list--columns-3 {
        grid-template-columns: repeat(3,1fr)
    }
}

.page-wrapper {
    position: relative
}

html:before {
    content: "";
    width: 0;
    height: 0;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    background-color: rgba(50,50,50,0);
    transition: background-color .5s;
    z-index: 2
}

@media(min-width: 768px) {
    html:before {
        display:block
    }
}

@media(min-width: 1024px) {
    html:before {
        display:none
    }
}

html.Overflow {
    overflow: hidden
}

html.Overflow:before {
    width: 100%;
    height: 100vh;
    background-color: rgba(50,50,50,.6)
}

@media(min-width: 1024px) {
    html.Overflow {
        overflow:visible
    }
}

.header {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    padding: 0 16px;
    background-color: #fff;
    box-shadow: 0 10px 30px rgba(13,36,54,.15);
    transition: background-color .3s ease,box-shadow .3s ease;
    z-index: 5
}

@media(min-width: 1024px) {
    .header {
        background-color:#323232;
        box-shadow: none;
        padding: 0 24px
    }
}

.header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0
}

@media(min-width: 1024px) {
    .header__container {
        padding-top:46px;
        transition: padding .3s ease
    }
}

.header__logo {
    display: inline-flex;
    justify-content: flex-start;
    align-items: flex-end;
    vertical-align: top;
    line-height: 1
}

@media(min-width: 1024px) {
    .header__logo {
        width:270px;
        height: 36px
    }

    .page-wrapper:not(.page-wrapper__white-theme) .header__logo {
        filter: brightness(0) invert(1);
        transition: filter .3s ease
    }
}

.header__logo img {
    display: inline-block;
    vertical-align: top
}

.header__logo__text {
    width: auto;
    height: 40px
}

.header__burger {
    position: relative;
    width: 24px;
    height: 36px;
    background: none;
    border: 0;
    padding: 0;
    margin-left: 16px;
    cursor: pointer;
    transition: transform .5s ease;
    z-index: 2
}

@media(min-width: 1024px) {
    .header__burger {
        display:none
    }
}

.header__burger span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #323232;
    border-radius: 3px;
    transition: transform .5s ease,background-color .5s ease;
    will-change: transform
}

.header__burger span:first-child {
    transform: translateY(-6px)
}

.header__burger span:nth-of-type(2) {
    transition: opacity .5s ease
}

.header__burger span:last-child {
    transform: translateY(6px)
}

.header__burger--active span {
    background-color: #323232
}

.header__burger--active span:first-child {
    transform: rotate(45deg) translateY(4px)
}

.header__burger--active span:nth-of-type(2) {
    opacity: 0
}

.header__burger--active span:last-child {
    transform: rotate(-45deg) translateY(-4px)
}

.header__user-box {
    margin-left: auto
}

@media(min-width: 1024px) {
    .header__user-box {
        height:36px;
        text-align: right;
        margin-left: 2vw;
        order: 1
    }
}

.header__user-box__link-dashboard {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 36px;
    height: 36px;
    text-indent: 36px;
    white-space: nowrap;
    border-radius: 50%;
    overflow: hidden;
    margin-left: auto;
    box-shadow: inset 0 0 0 2px #d1d5dc;
    transition: background-color .3s ease,color .3s ease
}

@media(min-width: 1024px) {
    .header__user-box__link-dashboard {
        width:auto;
        height: auto;
        text-indent: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 140%;
        text-decoration: none;
        border-radius: 0;
        padding: 9px 0 9px 24px;
        color: #323232;
        box-shadow: none
    }
}

.header__user-box__link-dashboard:focus,.header__user-box__link-dashboard:hover {
    color: #1f7973;
    text-decoration: none
}

@media(min-width: 1024px) {
    .header__user-box__link-dashboard:focus:before,.header__user-box__link-dashboard:hover:before {
        filter:none
    }
}

.header__user-box__link-dashboard:before {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(./images/icons/ico-header-user.svg) 50% no-repeat;
    background-size: 12px 14px;
    margin: auto
}

@media(min-width: 1024px) {
    .header__user-box__link-dashboard:before {
        width:18px;
        height: 18px;
        right: auto;
        background-size: 15px 18px;
        transition: filter .3s ease;
        filter: brightness(0) opacity(.8)
    }

    .page-wrapper:not(.page-wrapper__white-theme) .header__user-box__link-dashboard {
        color: #fff
    }
}

.page-wrapper:not(.page-wrapper__white-theme) .header__user-box__link-dashboard:focus,.page-wrapper:not(.page-wrapper__white-theme) .header__user-box__link-dashboard:hover {
    color: #29a29a
}

@media(min-width: 1024px) {
    .page-wrapper:not(.page-wrapper__white-theme) .header__user-box__link-dashboard:focus:before,.page-wrapper:not(.page-wrapper__white-theme) .header__user-box__link-dashboard:hover:before {
        filter:brightness(1.2)
    }

    .page-wrapper:not(.page-wrapper__white-theme) .header__user-box__link-dashboard:before {
        filter: brightness(0) invert(1)
    }
}

.header__user-box__link-order.btn.btn--small {
    display: none
}

@media(min-width: 1024px) {
    .header__user-box__link-order.btn.btn--small {
        display:inline-block;
        font-size: 14px;
        font-weight: 400;
        line-height: 140%;
        letter-spacing: 0;
        padding: 8px 16px;
        margin-left: 2vw;
        border-color: #1f7973;
        color: #323232
    }

    .header__user-box__link-order.btn.btn--small:hover {
        color: #fff
    }

    .page-wrapper:not(.page-wrapper__white-theme) .header__user-box__link-order.btn.btn--small {
        border-color: #fff;
        color: #fff
    }
}

.page-wrapper:not(.page-wrapper__white-theme) .header__user-box__link-order.btn.btn--small:hover {
    border-color: #1f7973!important
}

.header__user-box>div {
    display: inline
}

.header__user-box .UserBlock {
    vertical-align: top
}

.header__user-box a.UserBlockWhois--orders {
    display: none
}

.header__user-box .UserBlockWhois__avatar-container {
    position: relative;
    vertical-align: top;
    width: 56px;
    height: 36px;
    border-radius: 36px;
    border: 0;
    overflow: hidden;
    background: none;
    box-shadow: inset 0 0 0 2px #d1d5dc
}

.header__user-box .UserBlockWhois__avatar-container:before {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 14px;
    margin: auto;
    background: url(./images/icons/ico-header-user.svg) 50% no-repeat;
    background-size: contain
}

@media(min-width: 1024px) {
    .header__user-box .UserBlockWhois__avatar-container {
        width:33px;
        height: 44px;
        border-radius: 0;
        margin-top: -3px;
        box-shadow: none
    }

    .header__user-box .UserBlockWhois__avatar-container:before {
        width: 15px;
        height: 18px;
        left: 0
    }

    .page-wrapper:not(.page-wrapper__white-theme) .header__user-box .UserBlockWhois__avatar-container:before {
        filter: brightness(0) invert(1);
        transition: filter .3s ease
    }
}

.header__user-box .UserBlockWhois {
    width: auto;
    height: auto;
    opacity: 1
}

.header__user-box .UserBlockWhois:after {
    width: 7px;
    height: 7px;
    right: 14px;
    margin-top: -6px;
    border-color: #1f7973;
    border-style: solid;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg)
}

@media(min-width: 1024px) {
    .header__user-box .UserBlockWhois:after {
        width:9px;
        height: 9px;
        right: 0;
        margin-top: -8px
    }

    .page-wrapper:not(.page-wrapper__white-theme) .header__user-box .UserBlockWhois:after {
        border-color: #fff
    }
}

.header__menu {
    position: fixed;
    top: 68px;
    right: -100%;
    bottom: 0;
    visibility: hidden;
    transform: translateX(0);
    width: 100%;
    background-color: #fff;
    box-shadow: inset 0 40px 30px -30px rgba(13,36,54,.15);
    padding: 24px 12px;
    overflow-y: auto;
    transition: opacity .5s,visibility .5s ease,transform .5s;
    will-change: transform;
    z-index: 1
}

@media(min-width: 768px) {
    .header__menu {
        width:350px;
        right: -350px
    }
}

@media(min-width: 1024px) {
    .header__menu {
        position:static;
        background-color: transparent;
        box-shadow: none;
        visibility: visible;
        transform: translateX(0);
        overflow: visible;
        width: auto;
        margin-left: auto;
        padding: 0;
        transition: none
    }
}

.header__menu-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0
}

@media(min-width: 1024px) {
    .header__menu-list {
        flex-direction:row;
        height: auto
    }
}

.header__menu-list-item {
    width: 100%;
    padding: 16px 0
}

@media(min-width: 1024px) {
    .header__menu-list-item {
        width:auto;
        padding: 0
    }
}

.header__menu-list-item+.header__menu-list-item:not(.header__menu-order-block) {
    border-top: 1px solid #d1d5dc
}

@media(min-width: 1024px) {
    .header__menu-list-item+.header__menu-list-item:not(.header__menu-order-block) {
        border-top:0;
        margin-left: 2vw
    }
}

.header__menu-list-item>a:not(.btn):not(.header__menu-order-block__phone) {
    display: block;
    position: relative;
    font-size: 14px;
    color: #323232;
    text-decoration: none;
    white-space: nowrap;
    transition: color .3s ease
}

@media(min-width: 1024px) {
    .header__menu-list-item>a:not(.btn):not(.header__menu-order-block__phone) {
        display:inline
    }

    .header__menu-list-item>a:not(.btn):not(.header__menu-order-block__phone):focus,.header__menu-list-item>a:not(.btn):not(.header__menu-order-block__phone):hover {
        color: #29a29a
    }

    .page-wrapper:not(.page-wrapper__white-theme) .header__menu-list-item>a:not(.btn):not(.header__menu-order-block__phone) {
        color: #fff
    }

    .page-wrapper:not(.page-wrapper__white-theme) .header__menu-list-item>a:not(.btn):not(.header__menu-order-block__phone):focus,.page-wrapper:not(.page-wrapper__white-theme) .header__menu-list-item>a:not(.btn):not(.header__menu-order-block__phone):hover {
        color: #29a29a
    }
}

.header__menu-list-item>a:not(.btn):not(.header__menu-order-block__phone).header__menu__link.active {
    color: #1f7973
}

.header__menu-order-block {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: auto;
    padding: 20px 0 8px;
    text-align: center;
    min-height: 127px
}

@media(min-width: 1024px) {
    .header__menu-order-block {
        display:none
    }
}

.header__menu-order-block__phone {
    display: inline-block;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #323232;
    margin-bottom: 24px
}

@media(min-width: 360px) {
    .header__menu-order-block__phone {
        padding-left:40px
    }

    .header__menu-order-block__phone:after {
        content: "";
        width: 30px;
        height: 30px;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        background: #f9f9f9 url(./images/icons/ico-header-phone.svg) 50% no-repeat;
        background-size: 12px 12px;
        border-radius: 50%
    }
}

.header__menu-order-block__phone a {
    white-space: nowrap;
    margin: 0 4px
}

.menu-item-has-children > a {
    position: relative;
    display: block;
    padding-right: 16px;
    font-size: 14px;
    cursor: pointer;
    color: #323232
}

@media(min-width: 1024px) {
    .menu-item-has-children > a {
        display:inline-block
    }
}

.menu-item-has-children > a:before {
    content: "";
    width: 9px;
    height: 7px;
    position: absolute;
    top: 2px;
    right: 0;
    bottom: 0;
    border-left: 6px solid #323232;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    transition: transform .3s ease;
    margin: auto
}

@media(min-width: 1024px) {
    .menu-item-has-children > a:before {
        height:9px;
        top: -2px;
        border-color: #323232;
        border-style: solid;
        border-width: 0 1px 1px 0;
        transform: rotate(45deg)
    }

    .page-wrapper:not(.page-wrapper__white-theme) .menu-item-has-children > a {
        color: #fff
    }

    .page-wrapper:not(.page-wrapper__white-theme) .menu-item-has-children > a:before {
        border-color: #fff
    }
}

.menu-item-has-children.open > a:before {
    transform: rotate(90deg)
}

@media(min-width: 1024px) {
    .menu-item-has-children.open > a:before {
        transform:rotate(-135deg) translate(-3px,-3px)
    }
}

.header__menu-list-item.menu-item-has-children {
    position: relative;
    padding-bottom: 0;
}

.header__menu-list-item.menu-item-has-children > a {
    padding-right: 16px;
    cursor: pointer;
}

.header__menu-list-item.menu-item-has-children > a:before {
    content: "";
    width: 9px;
    height: 7px;
    position: absolute;
    top: 2px;
    right: 0;
    bottom: 0;
    border-left: 6px solid #323232;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    transition: transform .3s ease;
    margin: auto
}

@media(min-width: 1024px) {
    .header__menu-list-item.menu-item-has-children > a {
        color: #fff;
    }

    .header__menu-list-item.menu-item-has-children > a:before {
        height:9px;
        top: -2px;
        border-color: #fff;
        border-style: solid;
        border-width: 0 1px 1px 0;
        transform: rotate(45deg)
    }

    .header__menu-list-item.menu-item-has-children {
        margin-bottom:-36px;
        padding-bottom: 36px
    }

    .header__menu-list-item.menu-item-has-children:hover .sub-menu {
        opacity: 1;
        transform: translateY(-20px);
        pointer-events: auto;
        max-height: none;
        transition: opacity .3s ease,transform .3s ease,pointer-events .3s ease
    }

    .header__menu-list-item.menu-item-has-children:hover .menu-item-has-children > a:before {
        transform: rotate(-135deg) translate(-3px,-3px)
    }

    .header.scroll .header__menu-list-item.menu-item-has-children > a {
        color: #323232
    }

    .header.scroll  .header__menu-list-item.menu-item-has-children > a:before {
        border-color: #323232;
    }
}

.header__menu-list-item.menu-item-has-children.open > a:before {
    transform: rotate(90deg)
}

@media(min-width: 1024px) {
    .header__menu-list-item.menu-item-has-children.open > a:before {
        transform:rotate(-135deg) translate(-3px,-3px)
    }
}

@media(min-width: 1024px) {
    .header__menu-list-item.menu-item-has-children:hover a:before {
        transform: rotate(-135deg) translate(-3px,-3px)
    }
}


.header__menu-list-item.menu-item-has-children .sub-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 16px 16px 0 36px;
    max-height: 0;
    overflow: hidden;
    list-style: none;
    transition: max-height .3s ease
}

@media(min-width: 1024px) {
    .header__menu-list-item.menu-item-has-children .sub-menu {
        position:absolute;
        top: 100%;
        right: 0;
        margin: 0;
        padding: 32px 24px 16px;
        max-height: none;
        overflow: inherit;
        opacity: 0;
        transform: translateY(30px);
        pointer-events: none;
        transition: opacity .15s ease,transform .3s ease,pointer-events .3s ease
    }

    .header__menu-list-item.menu-item-has-children .sub-menu:before {
        content: "";
        position: absolute;
        top: 11px;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #fff;
        box-shadow: 0 10px 30px rgba(13,36,54,.15)
    }

    .header__menu-list-item.menu-item-has-children .sub-menu:after {
        content: "";
        width: 10px;
        height: 10px;
        position: absolute;
        top: 1px;
        right: 0;
        border-right: 10px solid #fff;
        border-top: 10px solid transparent
    }

    .header__menu-list-item.menu-item-has-children .sub-menu__columns {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 16px;
        column-gap: 16px;
        width: 480px
    }
}

.header__menu-list-item.menu-item-has-children .sub-menu.open {
    max-height: 800px;
    padding-bottom: 16px
}

.header__menu-list-item.menu-item-has-children .sub-menu .header__menu-list-item {
    position: relative;
    width: 100%;
    padding: 8px 0
}

@media(min-width: 1024px) {
    .header__menu-list-item.menu-item-has-children .sub-menu .header__menu-list-item {
        margin-bottom:12px;
        padding: 0
    }
}

.header__menu-list-item.menu-item-has-children .sub-menu .header__menu-list-item+.header__menu-list-item {
    margin-top: 0;
    border: 0
}

@media(min-width: 1024px) {
    .header__menu-list-item.menu-item-has-children .sub-menu .header__menu-list-item+.header__menu-list-item {
        margin-top:0;
        margin-left: 0
    }
}

.header__menu-list-item.menu-item-has-children .sub-menu .header__menu-list-item>a {
    position: relative;
    font-size: 14px;
    color: #323232;
    text-decoration: none;
    transition: color .3s ease
}

.header__menu-list-item.menu-item-has-children .sub-menu .header__menu-list-item>a.header__menu__link.active,.header__menu-list-item.menu-item-has-children .sub-menu .header__menu-list-item>a:focus,.header__menu-list-item.menu-item-has-children .sub-menu .header__menu-list-item>a:hover {
    color: #1f7973
}

.page-wrapper:not(.page-wrapper__white-theme) .header__menu-list-item.menu-item-has-children .sub-menu .header__menu-list-item>a {
    color: #323232
}

.page-wrapper:not(.page-wrapper__white-theme) .header__menu-list-item.menu-item-has-children .sub-menu .header__menu-list-item>a:focus,.page-wrapper:not(.page-wrapper__white-theme) .header__menu-list-item.menu-item-has-children .sub-menu .header__menu-list-item>a:hover {
    color: #1f7973
}

.header.scroll {
    position: -webkit-sticky;
    position: sticky;
    background-color: #fff;
    box-shadow: 0 10px 30px rgba(13,36,54,.15)
}

@media(min-width: 1024px) {
    .header.scroll .header__container {
        padding:26px 0
    }

    .header.scroll .header__logo {
        filter: none
    }

    .header.scroll .header__logo__feather {
        height: 36px
    }

    .header.scroll .header__user-box__link-dashboard {
        color: #323232
    }

    .header.scroll .header__user-box__link-dashboard:focus,.header.scroll .header__user-box__link-dashboard:hover {
        color: #1f7973
    }
}

@media(min-width: 1024px)and (min-width:1024px) {
    .header.scroll .header__user-box__link-dashboard:focus:before,.header.scroll .header__user-box__link-dashboard:hover:before {
        filter:none
    }
}

@media(min-width: 1024px) {
    .header.scroll .header__user-box__link-dashboard:before {
        filter:brightness(0) opacity(.8)
    }

    .header.scroll .header__user-box__link-order.btn.btn--small {
        border-color: #1f7973;
        color: #323232
    }

    .header.scroll .header__user-box__link-order.btn.btn--small:hover {
        color: #fff
    }

    .header.scroll .header__user-box .UserBlockWhois__avatar-container:before {
        filter: none
    }
}

.header.scroll .header__user-box .UserBlockWhois:after {
    border-color: #1f7973
}

@media(min-width: 1024px) {
    .header.scroll .header__menu-list-item>a:not(.btn):not(.header__menu-order-block__phone) {
        color:#323232
    }

    .header.scroll .header__menu-list-item>a:not(.btn):not(.header__menu-order-block__phone):focus,.header.scroll .header__menu-list-item>a:not(.btn):not(.header__menu-order-block__phone):hover {
        color: #1f7973
    }

    .header.scroll .menu-item-has-children > a {
        color: #323232
    }

    .header.scroll .menu-item-has-children > a:before {
        border-color: #323232
    }
}

.header.scroll .header__menu-list-item.menu-item-has-children:hover .sub-menu {
    transform: translateY(0)
}

.header-nav--open {
    box-shadow: 0 10px 30px rgba(13,36,54,.15);
    z-index: 21
}

.header-nav--open .header__menu {
    transform: translateX(-100%);
    visibility: visible
}

@media(min-width: 768px) {
    .header-nav--open .header__menu {
        transform:translateX(-350px)
    }
}

@media(min-width: 1024px) {
    .header-nav--open .header__menu {
        transform:translateX(0)
    }
}

.Footer {
    position: relative;
    background-color: #323232;
    padding: 32px 16px 40px
}

@media(min-width: 1024px) {
    .Footer {
        padding: 50px 24px;
    }
}

@media(min-width: 768px) {
    .Footer .Footer__bottom,.Footer .Footer__navigation,.Footer .container {
        display:flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
        width: 100%
    }
}

.Footer__menu {
    margin-top: 30px
}

@media(min-width: 768px) {
    .Footer__menu--accept,.Footer__menu--contacts {
        width: 33.33%
    }
}

@media(min-width: 1200px) {
    .Footer__menu--accept,.Footer__menu--contacts {
        width:25%
    }
}

.Footer__menu--contacts .Footer__menu__list li {
    position: relative;
    padding-left: 24px;
    color: #b5b5b5
}

.Footer__menu--contacts .Footer__menu__list li:before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 9px;
    left: 0;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

.Footer__menu--contacts .Footer__menu__list .Footer__menu--contacts-chat a,.Footer__menu--contacts .Footer__menu__list .Footer__menu--contacts-chat button {
    text-decoration: underline
}

.Footer__menu--contacts .Footer__menu__list .Footer__menu--contacts-chat a:focus,.Footer__menu--contacts .Footer__menu__list .Footer__menu--contacts-chat a:hover,.Footer__menu--contacts .Footer__menu__list .Footer__menu--contacts-chat button:focus,.Footer__menu--contacts .Footer__menu__list .Footer__menu--contacts-chat button:hover {
    text-decoration: none
}

.Footer__menu--contacts .Footer__menu__list .Footer__menu--contacts-chat button {
    display: inline;
    color: #b5b5b5;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    transition: color .3s ease
}

.Footer__menu--contacts .Footer__menu__list .Footer__menu--contacts-chat button:focus,.Footer__menu--contacts .Footer__menu__list .Footer__menu--contacts-chat button:hover {
    color: #29a29a
}

.Footer__menu--contacts-phone:before {
    background-image: url(./images/icons/ico-footer-phone.svg)
}

.Footer__menu--contacts-chat:before {
    background-image: url(./images/icons/ico-footer-chat.svg)
}

.Footer__menu--contacts-email:before {
    background-image: url(./images/icons/ico-footer-email.svg)
}

@media(min-width: 768px) {
    .Footer__menu--terms {
        width:33.33%
    }
}

@media(min-width: 1200px) {
    .Footer__menu--terms .Footer__menu__list {
        display:flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap
    }

    .Footer__menu--terms .Footer__menu__list li {
        width: 50%
    }
}

.Footer__menu--services {
    width: 100%
}

.Footer__menu--services .Footer__menu__list {
    display: grid;
    grid-template-columns: repeat(2,1fr)
}

@media(min-width: 768px) {
    .Footer__menu--services .Footer__menu__list {
        grid-template-columns:repeat(4,1fr)
    }
}

@media(min-width: 1200px) {
    .Footer__menu--services .Footer__menu__list {
        grid-template-columns:repeat(6,1fr)
    }
}

@media(min-width: 768px) {
    .Footer__menu--disclaimer {
        width:50%;
        padding-right: 16px
    }
}

@media(min-width: 1024px) {
    .Footer__menu--disclaimer {
        max-width:600px;
        width: 75%
    }
}

@media(min-width: 1200px) {
    .Footer__menu--disclaimer {
        max-width:800px
    }
}

@media(min-width: 768px) {
    .Footer__menu--address {
        width:50%;
        margin-left: auto
    }
}

@media(min-width: 1024px) {
    .Footer__menu--address {
        width:25%;
        margin-left: 0
    }
}

.Footer__menu--address .Footer__menu__heading,.Footer__menu--disclaimer .Footer__menu__heading {
    margin-bottom: 16px
}

@media(min-width: 768px) {
    .Footer__menu--address .Footer__menu__heading,.Footer__menu--disclaimer .Footer__menu__heading {
        margin-bottom:32px
    }
}

.Footer__menu__heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 170%;
    white-space: nowrap;
    color: #fff;
    margin: 0 0 16px
}

.Footer__menu__list {
    line-height: 185%
}

.Footer__menu__list a {
    font-size: 14px;
    line-height: 185%;
    color: #b5b5b5;
    text-decoration: none
}

.Footer__menu__list a:focus,.Footer__menu__list a:hover {
    color: #29a29a
}

.Footer__menu__copyright,.Footer__menu__text {
    font-size: 14px;
    line-height: 185%;
    color: #b5b5b5
}

.Footer__menu__copyright {
    width: 100%;
    margin-top: 40px
}

@media(min-width: 1024px) {
    .Footer__menu__copyright {
        margin-top: 30px
    }
}

.Footer__menu__copyright p {
    margin: 0
}

@media(min-width: 768px) {
    .Footer__menu__copyright p {
        display:flex;
        justify-content: center;
        align-items: center
    }
}

.Footer__menu__copyright .dcma {
    display: block;
    margin-top: 16px
}

@media(min-width: 768px) {
    .Footer__menu__copyright .dcma {
        display:inline-block;
        margin-top: 0;
        margin-left: 32px
    }
}

.Footer__menu__copyright .dcma img {
    vertical-align: top
}

.Footer__menu__payments>img {
    display: block;
    width: 230px;
    height: auto;
    margin-bottom: 24px
}

@media(min-width: 768px) {
    .Footer__menu__payments>img {
        margin-bottom:32px
    }
}

.Footer__menu__language__list {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.Footer__menu__language__list__item {
    margin-right: 8px
}

.Footer__separator {
    width: 100%;
    height: 1px;
    background-color: #d1d5dc;
    opacity: .05;
    margin-top: 40px;
    margin-bottom: 40px
}

@media(min-width: 768px) {
    .Footer__separator {
        margin-top:60px;
        margin-bottom: 0
    }
}


.section-writers {
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden
}

@media(min-width: 1024px) {
    .section-writers {
        padding-top:120px;
        padding-bottom: 120px
    }
}

.Tabs__nav {
    display: flex;
    align-items: flex-end
}

.Tabs__nav__item {
    width: 100%;
    max-width: 50%;
    text-align: center;
    position: relative;
    cursor: pointer;
    transition: color .2s
}

.Tabs__nav__item.is-active {
    border-top: 2px solid #1f7973;
    z-index: 1
}

.Tabs__content {
    padding: 1rem 0 0
}

.Tabs__content__item {
    width: 100%;
    max-height: 0;
    overflow: hidden
}

.Tabs__content__item.is-active {
    max-height: none;
    overflow: visible
}

.section-calculator {
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0
}

@media(min-width: 1024px) {
    .section-calculator {
        padding-bottom:120px
    }
}

.section-calculator .container {
    padding-left: 24px;
    padding-right: 24px
}

.section-calculator__heading {
    color: #323232;
    margin-bottom: 12px;
    margin-top: 0
}

@media(min-width: 1024px) {
    .section-calculator__heading {
        margin-bottom:16px
    }
}

.section-calculator__subheading {
    font-weight: 600;
    line-height: 150%;
    color: #595959
}

@media(min-width: 1024px) {
    .section-calculator__subheading {
        font-size:20px;
        font-weight: 400;
        line-height: 150%
    }
}

.section-calculator .Calculator {
    margin-top: 40px
}

@media(min-width: 1024px) {
    .section-calculator .Calculator {
        margin-top:60px
    }
}

.section-calculator__calculator {
    position: relative;
    background-color: #fff;
    box-shadow: 0 10px 30px rgba(13,36,54,.15);
    padding: 32px 24px;
    z-index: 2
}

@media(min-width: 768px) {
    .section-calculator__calculator {
        padding:70px 50px
    }
}

@media(min-width: 1024px) {
    .section-calculator__calculator {
        padding:95px 100px
    }
}

.section-calculator__info {
    margin: 40px 0 0;
    border-top: 1px dashed #595959;
    border-bottom: 1px dashed #595959;
    padding: 60px 24px;
    max-width: 1220px
}

@media(min-width: 1024px) {
    .section-calculator__info {
        margin:80px auto 0;
        flex-direction: row;
        padding: 50px 60px;
        grid-column: 1/3;
        border: 1px dashed #595959;
        max-width: 1172px
    }
}

.section-calculator__guarantees {
    display: grid;
    grid-row-gap: 24px;
    row-gap: 24px
}

@media(min-width: 1024px) {
    .section-calculator__guarantees {
        grid-template-columns:1fr 1fr 1fr;
        column-gap: 70px
    }
}

.section-calculator__guarantees .guarantee {
    padding-left: 56px;
    position: relative
}

@media(min-width: 1024px) {
    .section-calculator__guarantees .guarantee {
        padding-left:76px
    }
}

.section-calculator__guarantees .guarantee:before {
    content: "";
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0
}

@media(min-width: 1024px) {
    .section-calculator__guarantees .guarantee:before {
        width:60px;
        height: 60px
    }
}

.section-calculator__guarantees .guarantee__title {
    font-size: 18px;
    font-weight: 600;
    color: #323232;
    margin-bottom: 8px;
    display: block
}

.section-calculator__guarantees .guarantee__text {
    margin: 0
}

.section-calculator__guarantees .guarantee--document:before {
    background-image: url(./images/icons/ico-document.svg)
}

.section-calculator__guarantees .guarantee--protected:before {
    background-image: url(./images/icons/ico-confidentiality.svg)
}

.section-calculator__guarantees .guarantee--money:before {
    background-image: url(./images/icons/ico-save-money.svg)
}

.section-calculator__tabs {
    margin: 36px auto 0;
    padding: 0 16px;
    max-width: 430px
}

@media(min-width: 1200px) {
    .section-calculator__tabs {
        padding:0 0 0 40px
    }
}

.section-calculator__tabs .Tabs__nav__item {
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    padding: 12px 0;
    border-bottom: 2px solid rgba(89,89,89,.6);
    color: rgba(89,89,89,.6);
    transition: border .3s ease,color .3s ease
}

.section-calculator__tabs .Tabs__nav__item:focus,.section-calculator__tabs .Tabs__nav__item:hover {
    border-bottom-color: #595959;
    color: #595959
}

.section-calculator__tabs .Tabs__nav__item span {
    pointer-events: none
}

.section-calculator__tabs .Tabs__nav__item.is-active {
    border-color: currentcolor #1f7973 #1f7973;
    border-top: #1f7973;
    color: #323232;
    background-color: transparent
}

.section-calculator__tabs .Tabs__content {
    padding: 24px 16px 0
}

@media(max-width: 1024px) {
    .section-calculator--with-guarantees {
        padding-bottom:0
    }
}

.section-calculator--box-shadow {
    margin: 0;
    padding-top: 60px;
    padding-bottom: 60px
}

@media(min-width: 1024px) {
    .section-calculator--box-shadow {
        padding-top:120px;
        padding-bottom: 120px
    }
}

.section-calculator--regular-view {
    margin: 0;
    padding-top: 60px
}

@media(min-width: 1024px) {
    .section-calculator--regular-view {
        padding-top:120px
    }
}

@media(min-width: 1200px) {
    .section-calculator--regular-view .container {
        display:grid;
        grid-template-columns: 1fr 280px
    }
}

.section-calculator--regular-view .section-calculator__calculator {
    padding: 0;
    background-color: transparent;
    box-shadow: none
}

.section-calculator--regular-view .section-calculator__calculator .Calculator {
    padding: 24px 16px;
    background-color: #fff;
    box-shadow: 0 15px 40px rgba(21,37,72,.08)
}

@media(min-width: 768px) {
    .section-calculator--regular-view .section-calculator__calculator .Calculator {
        padding:40px 24px
    }
}

@media(min-width: 1200px) {
    .section-calculator--regular-view .section-calculator__calculator .Calc__cell--academic-level-mobile label .uvocalc--academic_level_content__price {
        font-size:18px
    }

    .section-calculator--regular-view .section-calculator__calculator .Calc__cell--academic-level-mobile label .uvocalc--academic_level_content__date {
        font-size: 16px
    }

    .section-calculator--regular-view .section-calculator__tabs {
        margin-top: 180px
    }
}

.h1,h1 {
    font-size: 28px;
    line-height: 130%;
    font-weight: 900
}

@media(min-width: 1024px) {
    .h1,h1 {
        font-size:60px;
        line-height: 120%
    }
}

.h2,h2 {
    font-size: 28px;
    line-height: 130%;
    font-weight: 600
}

@media(min-width: 1024px) {
    .h2,h2 {
        font-size:40px;
        line-height: 140%
    }
}

.h3,h3 {
    font-size: 24px;
    line-height: 125%;
    font-weight: 600
}

@media(min-width: 1024px) {
    .h3,h3 {
        font-size:32px;
        line-height: 125%
    }
}

.h4,h4 {
    font-size: 20px;
    line-height: 135%;
    font-weight: 600
}

@media(min-width: 1024px) {
    .h4,h4 {
        font-size:20px;
        line-height: 150%
    }
}

.h5,h5 {
    font-size: 12px;
    line-height: 166%;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 8%
}

@media(min-width: 1024px) {
    .h5,h5 {
        font-size:16px;
        line-height: 150%;
        letter-spacing: 16%
    }
}

.section-cta {
    padding-top: 30px;
    padding-bottom: 30px
}

@media(min-width: 1024px) {
    .section-cta {
        padding-top:120px;
        padding-bottom: 120px
    }
}

.section-cta .container {
    text-align: center
}

@media(min-width: 768px) {
    .section-cta .container {
        display:flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        text-align: left
    }
}

.section-cta__title {
    position: relative;
    color: #fff;
    margin-bottom: 32px;
    margin-top: 0
}

@media(min-width: 768px) {
    .section-cta__title {
        margin-right:3vw;
        margin-bottom: 0
    }
}

@media(min-width: 1024px) {
    .section-cta__title {
        padding-left:143px;
        font-size: 36px
    }

    .section-cta__title:before {
        content: "";
        width: 105px;
        height: 105px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        background: 50% no-repeat;
        background-size: contain;
        margin: auto
    }
}

@media(min-width: 1200px) {
    .section-cta__title {
        font-size:40px
    }
}

.section-cta__subtitle {
    position: relative;
    color: #fff;
    margin-top: -16px;
    margin-bottom: 32px;
    font-size: 20px;
    line-height: 140%
}

@media(min-width: 768px) {
    .section-cta__subtitle {
        margin-right:3vw;
        margin-top: 16px;
        margin-bottom: 0;
        font-size: 24px
    }
}

@media(min-width: 1024px) {
    .section-cta__subtitle {
        padding-left:143px
    }
}

.section-cta.black {
    background-color: #323232;
    overflow: hidden
}

@media(min-width: 1024px) {
    .section-cta.black .container:before {
        content:"";
        width: 320px;
        height: 740px;
        position: absolute;
        top: -100px;
        left: 50px;
        background-color: #1f7973;
        border-radius: 185px;
        transform: rotate(-30deg);
        transform-origin: 0 center;
        z-index: 0
    }
}

.section-cta.black .section-cta__title {
    z-index: 1
}

.section-cta.black .section-cta__title:before {
    background-image: url(./images/icons/ico-cta-typewriter.svg)
}

.section-cta.green {
    background-color: #1f7973
}

.section-cta.green .section-cta__title:before {
    background-image: url(./images/icons/ico-cta-shopping-list.svg)
}

.section-cta.green.section-cta--typewriter .section-cta__title:before {
    background-image: url(./images/icons/ico-cta-typewriter.svg)
}

.section-cta.green.section-cta--app .section-cta__title:before {
    background-image: url(./images/icons/ico-cta-app.svg)
}

.floating-cta {
    background-color: #fff;
    width: 100%;
    padding: 32px 24px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-shadow: 0 15px 40px rgba(21,37,72,.08);
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateY(calc(-50% - 198px)) translateX(-50%);
    z-index: 1
}

@media(min-width: 1024px) {
    .floating-cta {
        width:-moz-fit-content;
        width: fit-content;
        min-width: 965px;
        padding: 44px 48px;
        flex-direction: row;
        align-items: center;
        transform: translateY(calc(-50% - 148px)) translateX(-50%)
    }
}

.floating-cta__heading {
    margin-bottom: 28px;
    color: #323232
}

@media(min-width: 1024px) {
    .floating-cta__heading {
        margin-bottom:0;
        display: flex;
        align-items: center;
        margin-right: 80px;
        white-space: nowrap
    }
}

.floating-cta__heading:before {
    content: "";
    display: block;
    width: 48px;
    height: 48px;
    background: url(./images/icons/ico_shopping-list.svg) 50%/contain no-repeat;
    margin-bottom: 24px
}

@media(min-width: 1024px) {
    .floating-cta__heading:before {
        margin-bottom:0;
        margin-right: 24px
    }

    .floating-cta__btn {
        margin-left: auto;
        flex-shrink: 0
    }
}

.section-cta-shift--with-gradient {
    background-color: #1f7973
}

@media(min-width: 1024px) {
    .section-cta-shift--with-gradient {
        background:linear-gradient(180deg,#f9f9f9 0 50%,#fff 50% 100%)
    }
}

.section-cta-shift .container {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 24px;
    flex-direction: column;
    margin: 0 auto
}

@media(min-width: 1024px) {
    .section-cta-shift .container {
        background-color:#1f7973;
        padding: 64px 76px;
        flex-direction: row;
        background-color: #323232;
        margin: 0 auto;
        width: 100%
    }

    .section-cta-shift .container:before {
        content: "";
        width: 793px;
        height: 793px;
        background-color: #1f7973;
        position: absolute;
        display: inline-block;
        border-radius: 50%;
        top: calc(50% - 396.5px);
        left: -10%
    }
}

.section-cta-shift .btn {
    position: relative;
    z-index: 2;
    margin-top: 32px
}

@media(min-width: 1024px) {
    .section-cta-shift .btn {
        margin-top:0
    }
}

.section-cta-shift__title {
    position: relative;
    z-index: 2;
    color: #fff;
    display: flex;
    align-items: center;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0
}

@media(min-width: 1024px) {
    .section-cta-shift__title {
        text-align:left
    }

    .section-cta-shift__title:before {
        content: "";
        background-repeat: no-repeat;
        background-image: url(./images/icons/ico-cta-typewriter.svg);
        width: 103px;
        height: 103px;
        min-width: 103px;
        display: inline-block;
        margin-right: 40px
    }
}

.section-faq {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #323232;
    overflow: hidden
}

@media(min-width: 1024px) {
    .section-faq {
        padding-top:120px;
        padding-bottom: 120px
    }
}

.section-faq .container {
    display: grid;
    position: relative
}

@media(min-width: 1200px) {
    .section-faq .container {
        grid-template-columns:minmax(413px,1fr) minmax(500px,1fr);
        column-gap: 100px
    }

    .section-faq .container:before {
        content: "";
        position: absolute;
        width: 827px;
        height: 668px;
        display: inline-block;
        left: -50%;
        bottom: -460px;
        background-repeat: no-repeat;
        background-image: url(./images/pictures/img_lines-faqs.svg)
    }
}

.section-faq__title {
    color: #fff;
    margin-bottom: 12px
}

@media(min-width: 1200px) {
    .section-faq__title {
        margin-bottom:16px
    }
}

.section-faq__subtitle {
    max-width: 740px;
    color: #fff;
    margin-bottom: 0
}

@media(min-width: 1024px) {
    .section-faq__subtitle {
        font-size:20px
    }
}

.section-faq__btn {
    justify-self: center;
    margin-top: 30px
}

@media(min-width: 1200px) {
    .section-faq__btn {
        justify-self:flex-start;
        margin-top: 42px
    }
}

.section-faq__btn--desktop {
    display: none
}

@media(min-width: 1200px) {
    .section-faq__btn--desktop {
        display:inline-block
    }

    .section-faq__btn--mobile {
        display: none
    }
}

.section-faq__content {
    max-width: 1015px;
    margin: 30px auto 0
}

@media(min-width: 1200px) {
    .section-faq__content {
        margin:auto
    }
}

.section-howitworks {
    padding-top: 60px;
    padding-bottom: 60px
}

@media(min-width: 1024px) {
    .section-howitworks {
        padding-top:120px;
        padding-bottom: 120px
    }
}

.section-howitworks__title {
    color: #323232;
    margin-bottom: 30px
}

@media(min-width: 1024px) {
    .section-howitworks__title {
        text-align:center;
        margin-bottom: 60px
    }
}

.section-howitworks__subtitle {
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    max-width: 720px;
    margin: -18px 0 30px
}

@media(min-width: 1024px) {
    .section-howitworks__subtitle {
        font-size:20px;
        font-weight: 400;
        text-align: center;
        margin: -44px auto 60px
    }
}

.section-howitworks__list {
    counter-reset: hiw-counter;
    max-width: 1000px;
    margin: auto;
    display: grid
}

@media(min-width: 768px) {
    .section-howitworks__list {
        grid-template-columns:455px 455px;
        position: relative;
        gap: 42px
    }
}

@media(min-width: 1024px) {
    .section-howitworks__list {
        gap:72px
    }
}

.section-howitworks__list li {
    position: relative;
    counter-increment: hiw-counter;
    background-color: #fff;
    box-shadow: 0 15px 40px rgba(21,37,72,.08);
    padding: 30px;
    z-index: 1
}

@media(min-width: 768px) {
    .section-howitworks__list li {
        padding:24px 24px 24px 124px
    }
}

.section-howitworks__list li:before {
    content: "0" counter(hiw-counter) ". ";
    display: block;
    font-size: 40px;
    font-weight: 900;
    color: #1f7973;
    line-height: 1;
    margin-bottom: 16px
}

@media(min-width: 768px) {
    .section-howitworks__list li:before {
        position:absolute;
        top: 24px;
        left: 24px;
        font-size: 56px;
        line-height: 52px;
        margin-bottom: 0
    }
}

.section-howitworks__item__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 130%;
    color: #323232;
    margin-bottom: 8px
}

.section-howitworks__item__text {
    font-size: 16px;
    line-height: 162%
}

.section-howitworks__btn {
    text-align: center;
    margin-top: 30px
}

@media(min-width: 1024px) {
    .section-howitworks__btn {
        margin-top:60px
    }
}

.section-howitworks-home {
    background-repeat: no-repeat;
    background-size: contain;
    padding: 60px 24px
}

@media(min-width: 1024px) {
    .section-howitworks-home {
        padding:120px 0;
        background-image: url(./images/pictures/img_hiw-home-line.svg);
        background-position-y: 80%
    }
}

.section-howitworks-home__title {
    margin: 0 0 50px;
    color: #323232
}

@media(min-width: 1024px) {
    .section-howitworks-home__title {
        margin:0 0 85px
    }
}

.section-howitworks-home__list {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2
}

@media(min-width: 1024px) {
    .section-howitworks-home__list {
        align-items:stretch;
        flex-direction: row;
        margin-right: auto;
        min-height: auto
    }
}

.section-howitworks-home__list.animate-1 .section-howitworks-home__item--2 {
    opacity: 1;
    transform: translateY(-40px)
}

@media(min-width: 1024px) {
    .section-howitworks-home__list.animate-1 .section-howitworks-home__item--2 {
        transform:translateY(0) translateX(-40px)
    }
}

.section-howitworks-home__list.animate-1 .section-howitworks-home__item--3 {
    transform: translateY(-134px)
}

@media(min-width: 1024px) {
    .section-howitworks-home__list.animate-1 .section-howitworks-home__item--3 {
        transform:translateY(0) translateX(-374px)
    }
}

.section-howitworks-home__list.animate-2 .section-howitworks-home__item--2 {
    transform: translateY(16px)
}

@media(min-width: 1024px) {
    .section-howitworks-home__list.animate-2 .section-howitworks-home__item--2 {
        transform:translateY(0) translateX(24px)
    }
}

.section-howitworks-home__list.animate-2 .section-howitworks-home__item--3 {
    opacity: 1;
    transform: translateY(30px)
}

@media(min-width: 1024px) {
    .section-howitworks-home__list.animate-2 .section-howitworks-home__item--3 {
        transform:translateY(0) translateX(48px)
    }
}

.section-howitworks-home__item {
    padding: 40px 24px;
    position: relative;
    box-shadow: 0 15px 40px rgba(21,37,72,.08);
    width: 100%;
    transition: opacity .6s ease,transform .6s ease;
    background-color: #fff;
    margin-bottom: 45px
}

@media(min-width: 1024px) {
    .section-howitworks-home__item {
        padding:48px 42px;
        max-width: calc(33.3333333333% - 1rem);
        margin-bottom: 0
    }
}

.section-howitworks-home__item__index {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #1f7973;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    top: -25px;
    left: 42px;
    color: #fff;
    font-weight: 700;
    font-size: 24px
}

.section-howitworks-home__item__title {
    font-size: 20px;
    color: #595959;
    margin-bottom: 4px;
    font-weight: 700
}

@media(min-width: 1024px) {
    .section-howitworks-home__item__title {
        margin-bottom:8px
    }
}

.section-howitworks-home__item--1 {
    z-index: 3;
    transform: translateY(0)
}

@media(min-width: 1024px) {
    .section-howitworks-home__item--1 {
        transform:translateX(0)
    }
}

.section-howitworks-home__item--2 {
    z-index: 2;
    transform: translateY(-78px);
    opacity: 0
}

@media(min-width: 1024px) {
    .section-howitworks-home__item--2 {
        transform:translateY(0) translateX(-334px)
    }
}

.section-howitworks-home__item--3 {
    z-index: 1;
    opacity: 0;
    transform: translateY(-156px)
}

@media(min-width: 1024px) {
    .section-howitworks-home__item--3 {
        transform:translateY(0) translateX(-668px)
    }
}

.section-benefits {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #f9f9f9
}

@media(min-width: 1024px) {
    .section-benefits {
        padding-top:120px;
        padding-bottom: 120px
    }
}

.section-benefits .container {
    max-width: 1000px
}

.section-benefits.section-benefits--full-width .container {
    max-width: 1220px
}

.section-benefits__title {
    color: #323232;
    margin-top: 0
}

@media(min-width: 1024px) {
    .section-benefits__title {
        margin-bottom:16px
    }
}

.section-benefits__subtitle {
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    max-width: 800px;
    margin-bottom: 30px
}

@media(min-width: 1024px) {
    .section-benefits__subtitle {
        font-size:20px;
        font-weight: 400;
        margin-bottom: 60px
    }
}

@media(min-width: 768px) {
    .section-benefits__list.columns {
        column-gap:40px;
        row-gap: 30px
    }
}

@media(min-width: 1024px) {
    .section-benefits__list.columns {
        column-gap:70px;
        row-gap: 60px
    }
}

@media(min-width: 768px) {
    .section-benefits__list--big-icon .section-benefits__item {
        padding-left:80px
    }

    .section-benefits__list--big-icon .section-benefits__item:before {
        top: 8px;
        width: 60px;
        height: 60px
    }
}

.section-benefits__list--big-icon .section-benefits__item__title {
    font-size: 18px;
    line-height: 135%;
    font-weight: 600;
    margin-bottom: 4px
}

@media(min-width: 1024px) {
    .section-benefits__list--big-icon .section-benefits__item__title {
        line-height:150%;
        margin-bottom: 8px
    }
}

.section-benefits__item {
    position: relative;
    padding-left: 56px
}

.section-benefits__item+.section-benefits__item {
    margin-top: 24px
}

@media(min-width: 768px) {
    .section-benefits__item+.section-benefits__item {
        margin-top:0
    }
}

.section-benefits__item:before {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

.section-benefits__item__title {
    font-weight: 600;
    line-height: 140%;
    color: #323232;
    margin-bottom: 12px
}

.section-benefits__item__text {
    line-height: 160%
}

.section-testimonials {
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 60px
}

@media(min-width: 1024px) {
    .section-testimonials {
        padding-top:120px;
        padding-bottom: 120px
    }
}

.section-testimonials__title {
    margin-bottom: 16px;
    color: #323232;
    margin-top: 0
}

.section-testimonials__subtitle {
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    max-width: 800px
}

@media(min-width: 1024px) {
    .section-testimonials__subtitle {
        font-size:20px;
        font-weight: 400
    }
}

.section-testimonials__tabs {
    margin-top: 50px
}

@media(min-width: 1024px) {
    .section-testimonials__tabs {
        margin-top:60px
    }
}

.section-testimonials__tab {
    position: relative;
    padding: 20px 8px;
    border-top: 2px solid transparent;
    font-size: 15px;
    font-weight: 600;
    background-color: #f9f9f9;
    color: #323232;
    z-index: 0;
    transition: background-color .3s ease,border .3s ease
}

@media(min-width: 768px) {
    .section-testimonials__tab {
        font-size:20px;
        padding: 12px 8px
    }
}

.section-testimonials__tab:focus,.section-testimonials__tab:hover {
    background-color: #e9f2f1
}

.section-testimonials__tab.is-active {
    background-color: #fff;
    border-top-color: #1f7973;
    z-index: 1
}

.section-testimonials__tab img {
    display: inline-block;
    vertical-align: text-bottom;
    pointer-events: none
}

.section-testimonials__tabs-content {
    padding-top: 30px
}

@media(min-width: 1024px) {
    .section-testimonials__tabs-content {
        padding-top:60px
    }
}

.section-seo {
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 36px
}

.section-seo--regular-padding {
    padding-top: 60px;
    padding-bottom: 60px
}

@media(min-width: 1024px) {
    .section-seo--regular-padding {
        padding-top:120px;
        padding-bottom: 120px
    }

    .section-seo--decors {
        position: relative;
        padding-top: 120px;
        padding-bottom: 96px
    }

    .section-seo--decors:after,.section-seo--decors:before {
        content: "";
        width: 380px;
        height: 380px;
        position: absolute;
        top: 60%;
        right: 50%;
        margin-right: -720px;
        background-color: #e9f2f1;
        border-radius: 50%;
        z-index: -1
    }

    .section-seo--decors:before {
        width: 1084px;
        height: 1084px;
        top: 50%;
        right: auto;
        left: 50%;
        margin: -642px 0 0 -1300px
    }
}

.section-seo--columns .container {
    columns: 450px 2;
    column-gap: 24px
}

.section-seo--with-image {
    background-color: #f9f9f9;
    padding-top: 60px;
    padding-bottom: 60px
}

@media(min-width: 1024px) {
    .section-seo--with-image {
        padding-top:120px;
        padding-bottom: 120px
    }
}

.section-seo--with-image .container {
    columns: unset;
    column-gap: unset
}

.section-seo--with-image .container p+ol {
    margin-top: 0
}

@media(min-width: 1024px) {
    .section-seo--with-image .section-seo-with-image__container {
        position:relative;
        width: 50%;
        padding-right: 24px
    }
}

.section-seo--with-image .section__title {
    line-height: 140%;
    margin-bottom: 16px;
    color: #323232
}

@media(min-width: 768px) {
    .section-seo--with-image .section__title {
        margin-bottom:24px
    }
}

.section-seo--with-image .section-seo__img {
    position: relative;
    width: 100%
}

@media(min-width: 1024px) {
    .section-seo--with-image .section-seo__img {
        position:absolute;
        top: 50%;
        right: -100%;
        transform: translateY(-50%)
    }
}

.section-seo--with-image .section-seo__img img {
    position: relative;
    display: block;
    z-index: 1
}

.section-seo--with-image .section-seo__img picture {
    position: relative;
    display: block;
    width: 100%;
    max-width: 582px;
    height: auto;
    margin: 10% auto 16px
}

@media(min-width: 768px) {
    .section-seo--with-image .section-seo__img picture {
        max-width:368px;
        margin-top: 7%;
        margin-bottom: 0;
        float: right
    }
}

@media(min-width: 1024px) {
    .section-seo--with-image .section-seo__img picture {
        max-width:582px;
        margin: auto;
        float: none
    }
}

.section-seo--with-image .section-seo__img picture:before {
    content: "";
    width: 90%;
    height: 105%;
    position: absolute;
    bottom: 0;
    left: 10%;
    background-color: #323232;
    border-radius: 50%/40%;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    z-index: 0
}

.section-seo .section-seo-block {
    page-break-inside: avoid;
    break-inside: avoid;
    padding-bottom: 24px
}

.section-seo .section-seo-block__container {
    background: #fff;
    box-shadow: 0 15px 40px rgba(21,37,72,.08);
    padding: 30px;
    border-top: 4px solid #1f7973
}

@media(min-width: 1200px) {
    .section-seo .section-seo-block__container {
        padding:80px
    }
}

.section-seo .section-seo-block__container ul+p {
    margin-top: 16px
}

.section-seo .section-seo-block__container ol+p,.section-seo .section-seo-block__container p+ol,.section-seo .section-seo-block__container p+ul {
    margin-top: 0
}

.section-seo .section-seo-block .section__title {
    line-height: 140%;
    margin-bottom: 16px;
    color: #323232
}

@media(min-width: 768px) {
    .section-seo .section-seo-block .section__title {
        margin-bottom:24px
    }
}

.section-seo-list--writing-service li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 12px;
    line-height: 24px
}

@media(min-width: 768px) {
    .section-seo-list--writing-service li {
        margin-bottom:14px
    }
}

.section-seo-list--writing-service li:before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 4px;
    left: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 16px 16px
}

.section-seo .section-seo__title {
    color: #323232;
    margin-bottom: 24px;
    max-width: 750px
}

@media(min-width: 1024px) {
    .section-seo .section-seo__title.h1 {
        margin-bottom:40px
    }

    .section-seo .section-seo__title.section-seo__title-single {
        margin-bottom: 60px
    }
}

.section-seo .section-seo__subtitle {
    max-width: 800px;
    margin-bottom: 24px
}

@media(min-width: 1024px) {
    .section-seo .section-seo__subtitle {
        margin-bottom:60px
    }
}

.section-seo h3:not(.section-seo__title) {
    color: #323232;
    margin-bottom: 8px
}

.section-seo ol+h2,.section-seo ol+p,.section-seo p+h2,.section-seo p+ol,.section-seo p+ul,.section-seo ul+h2,.section-seo ul+h3 {
    margin-top: 24px
}

@media(min-width: 1024px) {
    .section-seo ol+h2,.section-seo ol+p,.section-seo p+h2,.section-seo p+ol,.section-seo p+ul,.section-seo ul+h2,.section-seo ul+h3 {
        margin-top:48px
    }
}

.section-seo p+ul,.section-seo ul+p {
    margin-top: 1rem
}

@media(min-width: 1024px) {
    .section-seo p+ul,.section-seo ul+p {
        margin-top:1.5rem
    }

    .section-seo .columns p+ol,.section-seo .columns p+ol+p,.section-seo .columns p+ul,.section-seo .columns p+ul+p {
        margin-top: 24px
    }
}

[data-simplebar] {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit
}

.simplebar-mask {
    direction: inherit;
    overflow: hidden;
    width: auto!important;
    height: auto!important;
    z-index: 0
}

.simplebar-mask,.simplebar-offset {
    position: absolute;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0
}

.simplebar-offset {
    direction: inherit!important;
    box-sizing: inherit!important;
    resize: none!important;
    -webkit-overflow-scrolling: touch
}

.simplebar-content-wrapper {
    direction: inherit;
    box-sizing: border-box!important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0
}

.simplebar-content:after,.simplebar-content:before {
    content: " ";
    display: table
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none
}

.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit!important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0
}

.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    z-index: -1
}

.simplebar-height-auto-observer,.simplebar-track {
    position: absolute;
    overflow: hidden;
    pointer-events: none
}

.simplebar-track {
    z-index: 1;
    right: 0;
    bottom: 0
}

[data-simplebar].simplebar-dragging,[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all
}

.simplebar-scrollbar {
    position: absolute;
    left: 0;
    right: 0;
    min-height: 10px
}

.simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: #000;
    border-radius: 7px;
    opacity: 0;
    transition: opacity .2s linear .5s
}

.simplebar-scrollbar.simplebar-visible:before {
    opacity: .5;
    transition-delay: 0s;
    transition-duration: 0s
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px
}

.simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 0;
    bottom: 0;
    min-height: 0;
    min-width: 10px;
    width: auto
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0
}

.simplebar-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: scrollbar!important
}

.simplebar-dummy-scrollbar-size>div {
    width: 200%;
    height: 200%;
    margin: 10px 0
}

.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.section-seo-horizontal {
    background-color: #f9f9f9;
    padding-top: 60px;
    padding-bottom: 60px
}

@media(min-width: 1024px) {
    .section-seo-horizontal {
        padding-top:120px;
        padding-bottom: 80px
    }
}

.section-seo-horizontal .container {
    overflow: hidden
}

.section-seo-horizontal__inner {
    overflow-x: auto;
    width: 100%;
    scrollbar-color: #1f7973 #d1d5dc
}

.section-seo-horizontal__inner .simplebar-track {
    background-color: #d1d5dc
}

.section-seo-horizontal__inner .simplebar-track.simplebar-horizontal {
    height: 5px;
    border-radius: 0
}

.section-seo-horizontal__inner .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    top: 0;
    height: 5px
}

.section-seo-horizontal__inner .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    background-color: #1f7973;
    border-radius: 0;
    left: 0;
    right: 0;
    opacity: 1;
    top: 0;
    height: 5px
}

.section-seo-horizontal__inner::-webkit-scrollbar {
    -webkit-appearance: none;
    background-color: #d1d5dc;
    height: 5px;
    width: 5px
}

.section-seo-horizontal__inner::-webkit-scrollbar-thumb {
    background-color: #1f7973;
    border: 1px solid #1f7973
}

.section-seo-horizontal__inner::-webkit-scrollbar-button {
    display: none
}

.section-seo-horizontal__inner .horizontal-content {
    column-width: 100vw;
    max-height: calc(100vh - 180px);
    padding-bottom: 32px
}

@media(min-width: 768px) {
    .section-seo-horizontal__inner .horizontal-content {
        max-height:500px;
        column-width: 30vw;
        column-gap: 5vw;
        padding-bottom: 60px
    }
}

@media(min-width: 1024px) {
    .section-seo-horizontal__inner .horizontal-content {
        max-height:560px;
        column-width: 540px;
        column-gap: 50px
    }
}

.section-seo-horizontal .h2,.section-seo-horizontal h2 {
    color: #323232;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 16px
}

@media(min-width: 1024px) {
    .section-seo-horizontal .h2,.section-seo-horizontal h2 {
        line-height:34px;
        page-break-inside: avoid;
        break-inside: avoid;
        margin-bottom: 18px
    }
}

.section-seo-horizontal ol,.section-seo-horizontal ul {
    padding-left: 1.5rem;
    margin-bottom: 1rem
}

.section-seo-horizontal ol li,.section-seo-horizontal ul li {
    margin-bottom: 1rem
}

.section-seo__table__title {
    margin-top: 0;
    margin-bottom: 16px;
    color: #323232
}

.section-hero {
    background-color: #323232;
    box-shadow: 0 -140px 0 #323232;
    padding-top: 60px;
    padding-bottom: 0;
    overflow: hidden
}

@media(min-width: 768px) {
    .section-hero {
        padding-top:80px;
        padding-bottom: 55px
    }
}

@media(min-width: 1024px) {
    .section-hero {
        padding-top:120px
    }
}

.section-hero .container {
    position: relative
}

@media(min-width: 768px) {
    .section-hero .container {
        display:flex;
        justify-content: space-between;
        align-items: center
    }
}

.section-hero .container:before {
    content: "";
    width: 245px;
    height: 600px;
    position: absolute;
    top: 100%;
    left: 30%;
    background-color: #1f7973;
    border-radius: 245px 245px 0 0;
    transform: rotate(-30deg);
    margin: auto;
    display: none
}

@media(min-width: 768px) {
    .section-hero .container:before {
        display:block;
        top: -40px;
        left: 70%
    }
}

@media(min-width: 1024px) {
    .section-hero .container:before {
        width:385px;
        height: 1300px;
        border-radius: 455px 455px 0 0;
        top: -70px;
        left: 75%
    }
}

@media(min-width: 1200px) {
    .section-hero .container:before {
        width:425px;
        top: -120px
    }
}

.section-hero__content {
    color: #fff
}

@media(min-width: 768px) {
    .section-hero__content {
        position:relative;
        width: 55%;
        z-index: 1
    }
}

.section-hero__title {
    margin-bottom: 32px
}

@media(min-width: 1024px) {
    .section-hero__title {
        font-size:58px;
        margin-bottom: 48px
    }
}

@media(min-width: 1200px) {
    .section-hero__title {
        font-size:60px
    }
}

.section-hero__subtitle {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 40px
}

@media(min-width: 1024px) {
    .section-hero__subtitle {
        font-size:20px;
        font-weight: 400;
        line-height: 150%;
        max-width: 520px;
        margin-bottom: 60px
    }
}

.section-hero__buttons {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 60px
}

@media(min-width: 768px)and (max-width:1024px) {
    .section-hero__buttons {
        margin-bottom:30px
    }
}

.section-hero__buttons a {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px
}

.section-hero__buttons a+a {
    white-space: nowrap;
    margin-left: 20px
}

@media(min-width: 350px) {
    .section-hero__buttons a+a {
        margin-left:32px
    }
}

@media(min-width: 1024px) {
    .section-hero__buttons a+a {
        margin-left:48px
    }
}

.section-hero--without-btn {
    padding-bottom: 165px
}

@media(min-width: 768px) {
    .section-hero--without-btn {
        padding-bottom:55px
    }
}

@media(min-width: 1024px) {
    .section-hero--without-btn {
        padding-top: 80px
    }
}

.section-hero--without-btn .container:before {
    display: block
}

.section-hero-wrapper {
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(21,37,72,.08)
}

.section-hero-home {
    background-color: #323232;
    box-shadow: 0 -140px 0 #323232;
    padding-top: 60px;
    padding-bottom: 40px
}

@media(min-width: 768px) {
    .section-hero-home {
        padding-top:54px;
        padding-bottom: 55px;
        overflow: hidden
    }
}

@media(min-width: 1024px) {
    .section-hero-home {
        overflow:visible
    }
}

.section-hero-home .container {
    position: relative
}

@media(min-width: 768px) {
    .section-hero-home .container {
        display:flex;
        justify-content: space-between;
        align-items: flex-start;
        padding-right: 345px
    }
}

@media(min-width: 1200px) {
    .section-hero-home .container {
        padding-right:634px
    }
}

.section-hero-home__content {
    color: #fff
}

@media(min-width: 768px) {
    .section-hero-home__content {
        position:relative;
        z-index: 1
    }
}

.section-hero-home__title {
    margin-bottom: 32px;
    margin-top: 0
}

@media(min-width: 1024px) {
    .section-hero-home__title {
        font-size:58px
    }
}

@media(min-width: 1200px) {
    .section-hero-home__title {
        font-size:60px
    }
}

.section-hero-home__subtitle {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 24px
}

@media(min-width: 1024px) {
    .section-hero-home__subtitle {
        font-size:20px;
        line-height: 150%;
        margin-bottom: 40px;
        max-width: 510px
    }
}

.section-hero-home__buttons {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.section-hero-home__buttons a {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px
}

.section-hero-home__buttons a+a {
    white-space: nowrap;
    margin-left: 20px
}

@media(min-width: 350px) {
    .section-hero-home__buttons a+a {
        margin-left:32px
    }
}

@media(min-width: 1024px) {
    .section-hero-home__buttons a+a {
        margin-left:48px
    }
}

.section-hero-home__img {
    display: none;
    position: relative
}

@media(min-width: 768px) {
    .section-hero-home__img {
        position:absolute;
        display: block;
        width: 320px;
        height: 360px;
        z-index: 0;
        right: 0;
        top: 26px
    }
}

@media(min-width: 1024px) {
    .section-hero-home__img {
        right:-21px;
        width: 472px;
        height: 574px;
        top: 43px
    }
}

@media(min-width: 1060px) {
    .section-hero-home__img {
        top:-20px
    }
}

@media(min-width: 1200px) {
    .section-hero-home__img {
        width:633px;
        height: 663px;
        overflow: hidden
    }
}

.section-hero-home__img:before {
    content: "";
    width: 430px;
    height: 430px;
    background-color: #212121;
    border-radius: 50%;
    margin: auto;
    position: absolute;
    display: none
}

@media(min-width: 1024px) {
    .section-hero-home__img:before {
        width:633px;
        height: 633px;
        right: 0;
        top: 0;
        border-radius: 50%
    }
}

@media(min-width: 1200px) {
    .section-hero-home__img:before {
        display:block
    }
}

.section-hero-home__img--young-woman:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    background-repeat: no-repeat;
    background-image: url(./images/pictures/img_young-woman.webp);
    background-position: 50%
}

@media(min-width: 768px) {
    .section-hero-home__img--young-woman:after {
        right:0;
        width: 300px;
        height: 360px;
        background-size: cover
    }
}

@media(min-width: 1024px) {
    .section-hero-home__img--young-woman:after {
        width:472px;
        height: 574px
    }
}

@media(min-width: 1200px) {
    .section-hero-home__img--young-woman:after {
        width:512px;
        height: 684px;
        top: -16px;
        right: calc(50% - 256px)
    }
}

.section-hero-home__benefits {
    display: grid;
    grid-template-columns: max-content max-content max-content;
    grid-column-gap: 8px;
    column-gap: 8px;
    max-width: 410px;
    margin-bottom: 32px
}

@media(min-width: 1024px) {
    .section-hero-home__benefits {
        margin-bottom:40px;
        column-gap: 12px
    }
}

.section-hero-home__benefits__item {
    background-color: #3a3a3a;
    border-radius: 4px;
    color: #fff;
    padding: .5rem .7rem;
    font-size: 12px
}

@media(min-width: 768px) {
    .section-hero-home__benefits__item {
        padding:.5rem 1rem
    }
}

@media(min-width: 1024px) {
    .section-hero-home__benefits__item {
        font-size:14px
    }
}

.ratings {
    padding: 24px
}

@media(min-width: 1200px) {
    .ratings {
        padding-top:32px;
        padding-bottom: 32px
    }
}

.ratings .rating {
    display: flex;
    align-items: center;
    justify-content: space-around
}

@media(min-width: 1024px) {
    .ratings .rating {
        justify-content:flex-start;
        width: 50%
    }
}

.ratings .rating__item {
    position: relative;
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    padding-top: 44px;
    align-items: center
}

@media(min-width: 768px) {
    .ratings .rating__item {
        padding-top:0;
        align-items: flex-start;
        padding-left: 62px
    }
}

.ratings .rating__item:before {
    content: "";
    width: 36px;
    height: 36px;
    position: absolute;
    z-index: 1;
    left: calc(50% - 18px);
    top: 0;
    border-radius: 50%;
    background-color: #f9f9f9;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 50%
}

@media(min-width: 768px) {
    .ratings .rating__item:before {
        left:0;
        width: 50px;
        height: 50px
    }
}

.ratings .rating__item__value {
    font-size: 14px;
    color: #323232;
    font-weight: 700;
    line-height: 1.2;
    position: relative
}

@media(min-width: 1024px) {
    .ratings .rating__item__value {
        font-size:18px
    }
}

.ratings .rating__item__name {
    color: rgba(89,89,89,.8);
    font-size: 14px
}

@media(min-width: 768px) {
    .ratings .rating__item__name {
        font-size:16px
    }
}

.ratings .rating__item:not(:last-of-type) {
    margin-right: 12px
}

@media(min-width: 768px) {
    .ratings .rating__item:not(:last-of-type) {
        margin-right:16px
    }
}

@media(min-width: 1200px) {
    .ratings .rating__item:not(:last-of-type) {
        margin-right:32px
    }
}

.ratings .rating__item--google:before {
    background-image: url(./images/icons/ico_google.svg)
}

.ratings .rating__item--sitejabber:before {
    background-image: url(./images/icons/ico-sitejabber.svg)
}

.ratings .rating__item--academichelp:before {
    background-image: url(./images/icons/ico-academichelp.svg)
}

.section-hero-dissertation {
    background-color: #323232;
    box-shadow: 0 -140px 0 #323232;
    padding-top: 36px;
    padding-bottom: 60px;
    overflow: hidden
}

@media(min-width: 768px) {
    .section-hero-dissertation {
        position:relative
    }
}

@media(min-width: 1024px) {
    .section-hero-dissertation {
        padding-top:80px;
        padding-bottom: 120px
    }
}

.section-hero-dissertation .container {
    position: relative
}

@media(min-width: 768px) {
    .section-hero-dissertation .container {
        display:flex;
        justify-content: space-between;
        align-items: center
    }
}

.section-hero-dissertation .container:before {
    display: none
}

@media(min-width: 768px) {
    .section-hero-dissertation .container:before {
        content:"";
        display: block;
        width: 245px;
        height: 600px;
        background-color: #1f7973;
        border-radius: 245px 245px 0 0;
        transform: rotate(-30deg);
        margin: auto;
        position: absolute;
        z-index: 0;
        top: -40px;
        left: 70%
    }
}

@media(min-width: 1024px) {
    .section-hero-dissertation .container:before {
        width:385px;
        height: 1300px;
        border-radius: 455px 455px 0 0;
        top: -70px;
        left: 75%
    }
}

@media(min-width: 1200px) {
    .section-hero-dissertation .container:before {
        width:425px;
        top: -90px
    }
}

.section-hero-dissertation .container:after {
    display: none
}

@media(min-width: 768px) {
    .section-hero-dissertation .container:after {
        content:"";
        display: block;
        background: url(./images/pictures/woman-holding-papers-standing-isolated.webp) bottom/contain no-repeat;
        height: calc(100% + 200px);
        width: 290px;
        position: absolute;
        bottom: -120px;
        right: 45px
    }
}

@media(min-width: 1024px) {
    .section-hero-dissertation .container:after {
        width:460px
    }
}

.section-hero-dissertation__content {
    color: #fff
}

@media(min-width: 768px) {
    .section-hero-dissertation__content {
        position:relative;
        width: 55%;
        z-index: 1
    }
}

.section-hero-dissertation__title {
    margin-bottom: 16px
}

@media(min-width: 1024px) {
    .section-hero-dissertation__title {
        font-size:58px;
        margin-bottom: 40px
    }
}

@media(min-width: 1200px) {
    .section-hero-dissertation__title {
        font-size:60px
    }
}

.section-hero-dissertation__subtitle {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 30px
}

@media(min-width: 1024px) {
    .section-hero-dissertation__subtitle {
        font-size:20px;
        font-weight: 400;
        max-width: 500px;
        margin-bottom: 40px
    }
}

.section-hero-dissertation__buttons {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.section-hero-dissertation__buttons a {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px
}

.section-hero-dissertation__buttons a+a {
    white-space: nowrap;
    margin-left: 20px
}

@media(min-width: 350px) {
    .section-hero-dissertation__buttons a+a {
        margin-left:32px
    }
}

@media(min-width: 1024px) {
    .section-hero-dissertation__buttons a+a {
        margin-left:48px
    }
}

.section-samples {
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden
}

@media(min-width: 1024px) {
    .section-samples {
        padding-top:120px;
        padding-bottom: 120px
    }
}

.section-samples .container {
    max-width: 1200px
}

.section-samples__header {
    position: relative;
    margin-bottom: 24px;
    z-index: 1
}

@media(min-width: 768px) {
    .section-samples__header {
        margin-bottom:48px
    }

    .section-samples__header__content {
        width: calc(100% - 200px)
    }
}

.section-samples__header__content .section__title {
    color: #323232;
    margin-top: 0
}

.section-samples__header__content .section__subtitle {
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    max-width: 800px;
    margin-top: 16px
}

@media(min-width: 1024px) {
    .section-samples__header__content .section__subtitle {
        font-size:20px;
        font-weight: 400
    }
}

@media(min-width: 768px) {
    .section-samples .samples__slider {
        position:relative
    }

    .section-samples .splide {
        position: unset
    }

    .section-samples .splide__track {
        max-width: 1200px
    }
}

.section-samples .splide__arrows {
    display: none
}

@media(min-width: 768px) {
    .section-samples .splide__arrows {
        display:block;
        position: absolute;
        left: auto;
        right: 0;
        top: 76px;
        width: 200px;
        text-align: right
    }
}

.section-samples .splide__arrows button {
    display: inline-block;
    position: relative;
    left: 0
}

.section-samples .splide__arrows button+button {
    margin-left: 16px
}

.section-samples .splide__arrow {
    background: none;
    width: 55px;
    height: 55px;
    border: 1px solid #1f7973;
    border-radius: 0;
    transform: none;
    right: 0;
    opacity: 1;
    transition: background-color .3s ease,border .3s ease;
    display: none
}

.section-samples .splide__arrow:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(./images/icons/ico-angle-green.svg) 54% no-repeat;
    background-size: 9px 15px;
    transition: filter .3s ease,opacity .3s ease
}

.section-samples .splide__arrow svg {
    display: none
}

.section-samples .splide__arrow:focus,.section-samples .splide__arrow:hover {
    background-color: #1f7973;
    box-shadow: none
}

.section-samples .splide__arrow:focus:before,.section-samples .splide__arrow:hover:before {
    filter: brightness(0) invert(1)
}

.section-samples .splide__arrow[disabled],.section-samples .splide__arrow[disabled]:focus,.section-samples .splide__arrow[disabled]:hover {
    background-color: transparent;
    border-color: #d1d5dc;
    box-shadow: none;
    opacity: 1
}

.section-samples .splide__arrow[disabled]:before,.section-samples .splide__arrow[disabled]:focus:before,.section-samples .splide__arrow[disabled]:hover:before {
    filter: brightness(0);
    opacity: .2
}

.section-samples .splide__arrow--prev:before {
    transform: rotate(-180deg);
    background-position: 50%
}

.section-samples .splide__arrow button {
    display: inline-block;
    position: relative;
    left: 0
}

.section-samples .splide__arrow button+button {
    margin-left: 16px
}

.section--bg-gray .sample:before {
    background: linear-gradient(45deg,#e9f2f1,#e9f2f1 50%,#f4f5f5 0,#f9f9f9 0,#f9f9f9);
    box-shadow: 0 -30px 10px #f9f9f9,30px 0 10px #f9f9f9
}

.samples-seo .splide__track {
    overflow: hidden
}

.samples-seo .sample {
    display: block
}

@media(min-width: 1024px) {
    .samples-seo .sample {
        padding:32px 24px
    }
}

.samples-seo .sample .sample__link {
    margin-top: auto
}

@media(min-width: 768px) {
    .samples-seo .sample .btn {
        padding-right:58px;
        margin-top: 15px
    }

    .samples-seo .sample .btn:before {
        right: 20px
    }
}

.section-seo-tabs {
    padding: 60px 24px
}

@media(min-width: 1024px) {
    .section-seo-tabs {
        padding:120px 24px
    }
}

.section-seo-tabs .section__title {
    color: #323232;
    margin-bottom: 12px
}

@media(min-width: 1024px) {
    .section-seo-tabs .section__title {
        margin-bottom:16px
    }
}

.section-seo-tabs .container {
    display: grid
}

@media(min-width: 1024px) {
    .section-seo-tabs .container {
        grid-template-columns:1fr 1fr;
        column-gap: 80px
    }
}

@media(min-width: 1260px) {
    .section-seo-tabs .container {
        grid-template-columns:415px 726px;
        column-gap: 80px
    }
}

.section-seo-tabs .seo-tabs {
    display: grid
}

@media(min-width: 1024px) {
    .section-seo-tabs .seo-tabs {
        grid-template-columns:128px 1fr
    }
}

.section-seo-tabs .seo-tabs .Tabs__nav {
    box-shadow: 0 15px 40px rgba(21,37,72,.08);
    border-bottom: 1px solid #d1d5dc
}

@media(min-width: 1024px) {
    .section-seo-tabs .seo-tabs .Tabs__nav {
        flex-direction:column;
        border-bottom: none;
        border-right: 1px solid #d1d5dc
    }
}

.section-seo-tabs .seo-tabs .Tabs__nav__item {
    padding: 16px 10px;
    max-width: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-bottom: 2px solid transparent;
    height: 100%
}

@media(min-width: 1024px) {
    .section-seo-tabs .seo-tabs .Tabs__nav__item {
        padding:20px;
        border-bottom: none;
        border-right: 2px solid transparent
    }
}

.section-seo-tabs .seo-tabs .Tabs__nav__item:hover {
    background-color: #f9f9f9
}

.section-seo-tabs .seo-tabs .Tabs__nav__item:hover svg path {
    fill: #595959;
    stroke: #595959
}

.section-seo-tabs .seo-tabs .Tabs__nav__item:hover span {
    color: #595959
}

.section-seo-tabs .seo-tabs .Tabs__nav__item span {
    color: #9b9b9b
}

.section-seo-tabs .seo-tabs .Tabs__nav__item svg path {
    fill: #9b9b9b;
    stroke: #9b9b9b
}

.section-seo-tabs .seo-tabs .Tabs__nav__item.is-active {
    border-top: none;
    border-bottom: 2px solid #1f7973
}

@media(min-width: 1024px) {
    .section-seo-tabs .seo-tabs .Tabs__nav__item.is-active {
        border-bottom:none;
        border-right: 2px solid #1f7973
    }
}

.section-seo-tabs .seo-tabs .Tabs__nav__item.is-active span {
    color: #1f7973
}

.section-seo-tabs .seo-tabs .Tabs__nav__item.is-active svg path {
    fill: #1f7973;
    stroke: #1f7973
}

.section-seo-tabs .seo-tabs .Tabs__content {
    background-color: #fff;
    padding: 32px 16px
}

@media(min-width: 1024px) {
    .section-seo-tabs .seo-tabs .Tabs__content {
        padding:68px 50px
    }
}

.section-seo-tabs .seo-tabs .Tabs__content__item h4 {
    color: #212121;
    margin-top: 0;
    margin-bottom: 16px
}

.section-seo-tabs .seo-tabs .Tabs__content__item p:last-of-type {
    margin-bottom: 0
}

.section-advanced-writers {
    background-color: #fff;
    padding-block:60px}

@media(min-width: 1024px) {
    .section-advanced-writers {
        padding-block:120px
    }

    .section-advanced-writers__heading,.section-advanced-writers__subTitle {
        max-width: 702px
    }
}

.section-advanced-writers__heading {
    margin: 0 0 12px;
    color: #323232
}

@media(min-width: 1024px) {
    .section-advanced-writers__heading {
        margin-bottom:1rem
    }
}

.section-advanced-writers__subTitle {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 30px
}

@media(min-width: 1024px) {
    .section-advanced-writers__subTitle {
        font-weight:400;
        font-size: 20px;
        margin-bottom: 60px
    }
}

.section-advanced-writers .subTitle-tooltip {
    position: relative
}

.section-advanced-writers .subTitle-tooltip img {
    margin-left: 6px;
    cursor: pointer
}

@media(min-width: 1024px) {
    .section-advanced-writers .subTitle-tooltip img {
        width:1rem;
        height: 1rem
    }
}

.section-advanced-writers .subTitle-tooltip img:hover+.subTitle-tooltip__item {
    visibility: visible
}

.section-advanced-writers .subTitle-tooltip__item {
    visibility: hidden;
    color: #000;
    font-weight: 400;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    top: 94%;
    padding: 8px;
    font-size: 14px;
    line-height: 24px;
    left: 50%;
    box-shadow: 0 15px 40px rgba(21,37,72,.08);
    z-index: 2;
    transform: translateX(-50%)
}

@media(min-width: 1024px) {
    .section-advanced-writers .subTitle-tooltip__item {
        top:113%;
        left: 9.9rem;
        padding: 12px;
        transform: translateX(0)
    }

    .section-advanced-writers .subTitle-tooltip__item:after {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 2rem;
        margin-left: -8px;
        border: 8px solid transparent;
        border-bottom-color: #fff;
        box-shadow: 0 15px 40px rgba(21,37,72,.08)
    }
}

@media(min-width: 768px) {
    .advanced-writers__tabs {
        display:grid;
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 36px
    }
}

.advanced-writers__tabs__list {
    margin-bottom: 14px;
    align-items: center;
    flex-wrap: wrap
}

@media(min-width: 1024px) {
    .advanced-writers__tabs__list {
        margin-bottom:0;
        max-width: 560px;
        flex-wrap: nowrap
    }
}

@media(max-width: 1024px) {
    .advanced-writers__tabs__list .Tabs__nav__item {
        width:unset;
        max-width: unset;
        margin-bottom: 1rem
    }
}

.advanced-writers__tabs__list .is-active {
    border: none
}

.advanced-writers__tabs__list .is-active button {
    background-color: #1f7973;
    color: #fff;
    border: none
}

.advanced-writers__tabs__list li {
    margin-right: 1rem
}

.advanced-writers__tabs__tab-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 4px 16px;
    background: #f9f9f9;
    color: #595959;
    border-radius: 53px;
    border: none;
    outline: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.advanced-writers__tabs__tab-item:hover {
    background-color: #e9f2f1
}

.advanced-writers__tabs__tab-item:active,.advanced-writers__tabs__tab-item:focus {
    background-color: #1f7973;
    border: none;
    outline: none;
    box-shadow: none
}

.advanced-writers__tabs__body {
    position: relative
}

@media(min-width: 768px) {
    .advanced-writers__tabs__body {
        grid-area:2/1/2/span 2
    }
}

.advanced-writers__tabs__body .y-axis {
    margin-block:0;text-align: left;
    width: 100%;
    padding-left: 39px;
    height: 295px;
    display: flex;
    flex-direction: column
}

@media(min-width: 1024px) {
    .advanced-writers__tabs__body .y-axis {
        padding-left:44px;
        height: 305px;
        margin-bottom: 60px
    }
}

.advanced-writers__tabs__body .y-axis li {
    position: relative;
    border-top: 1px dashed #d1d5dc;
    display: block;
    height: 70px;
    width: 100%
}

.advanced-writers__tabs__body .y-axis li:last-child {
    border-top: 1px solid #d1d5dc
}

@media(min-width: 768px) {
    .advanced-writers__tabs__body .y-axis li:last-child {
        height:1px
    }
}

.advanced-writers__tabs__body .y-axis li span {
    position: absolute;
    left: -39px;
    top: -15px;
    color: #595959;
    font-size: 14px
}

@media(min-width: 1024px) {
    .advanced-writers__tabs__body .y-axis li span {
        left:-44px
    }
}

.advanced-writers__tabs__body__inner {
    position: absolute;
    top: 1rem;
    left: 39px;
    width: calc(100% - 39px)
}

@media(min-width: 1024px) {
    .advanced-writers__tabs__body__inner {
        left:44px;
        width: calc(100% - 44px)
    }
}

.advanced-writers__tabs__legend {
    width: 100%;
    max-width: 194px;
    margin: 24px auto 42px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media(min-width: 768px) {
    .advanced-writers__tabs__legend {
        align-items:flex-start;
        justify-self: flex-end;
        margin: 0
    }
}

@media(min-width: 1024px) {
    .advanced-writers__tabs__legend {
        max-width:216px;
        grid-area: 1/2;
        align-items: center
    }
}

.advanced-writers__tabs__legend-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    line-height: 1.7;
    color: #595959
}

@media(min-width: 1024px) {
    .advanced-writers__tabs__legend-item {
        font-size:1rem
    }
}

.advanced-writers__tabs__legend-item:before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 47px;
    margin-right: 8px
}

.advanced-writers__tabs__legend-item:first-of-type:before {
    background-color: #d1d5dc
}

.advanced-writers__tabs__legend-item:last-of-type:before {
    background-color: #1f7973
}


.breadcrumbs {
    margin-bottom: 60px
}

@media(min-width: 1024px) {
    .breadcrumbs {
        margin-bottom:40px
    }
}

.breadcrumbs__list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0
}

.breadcrumbs__list__item {
    position: relative;
    font-size: 14px
}

.breadcrumbs__list__item:not(:first-of-type) {
    padding-left: 35px
}

.breadcrumbs__list__item:not(:first-of-type):before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top: 11px;
    left: 14px;
    border-top: 1px solid rgba(89,89,89,.6);
    border-right: 1px solid rgba(89,89,89,.6);
    transform: rotate(45deg)
}

.breadcrumbs__list__item>span {
    color: rgba(89,89,89,.6)
}

.breadcrumbs a {
    font-weight: 600
}

.Accordion {
    width: 100%;
    list-style: none;
}

.Accordion__item {
    background-color: rgb(255, 255, 255);
}

.Accordion__item + .Accordion__item {
    margin-top: 8px;
}

@media (min-width: 1024px) {
    .Accordion__item + .Accordion__item {
        margin-top: 16px;
    }
}

.Accordion__item.open .Accordion__item__heading::before {
    transform: rotate(-135deg);
    top: 26px;
}

@media (min-width: 1024px) {
    .Accordion__item.open .Accordion__item__heading::before {
        top: 46px;
    }
}

.Accordion__item .Accordion__item__heading {
    font-size: 16px;
    font-weight: 700;
    line-height: 135%;
    color: rgb(50, 50, 50);
    margin: 0px;
}

@media (min-width: 1024px) {
    .Accordion__item .Accordion__item__heading {
        font-size: 20px;
        line-height: 160%;
    }
}

.Accordion__item__heading {
    position: relative;
    padding: 20px 50px 20px 16px;
    cursor: pointer;
}

@media (min-width: 1024px) {
    .Accordion__item__heading {
        padding: 34px 60px 34px 40px;
    }
}

.Accordion__item__heading:focus::before, .Accordion__item__heading:hover::before {
    border-color: rgb(89, 89, 89);
}

.Accordion__item__heading::before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 18px;
    right: 16px;
    border-bottom: 2px solid rgb(31, 121, 115);
    border-right: 2px solid rgb(31, 121, 115);
    transform: rotate(45deg);
    transition: border-color 0.3s ease 0s, transform 0.3s ease 0s, top 0.3s ease 0s;
    margin: auto;
}

@media (min-width: 1024px) {
    .Accordion__item__heading::before {
        top: 38px;
        right: 40px;
    }
}

.Accordion__item__body {
    height: 0px;
    position: relative;
    overflow: hidden;
    transition: height 0.3s ease 0s;
    padding-left: 16px;
    padding-right: 16px;
}

.Accordion__item__body::before {
    content: "";
    height: 1px;
    position: absolute;
    top: 0px;
    right: 16px;
    left: 16px;
    background-color: rgb(209, 213, 220);
}

@media (min-width: 1024px) {
    .Accordion__item__body {
        padding-left: 40px;
        padding-right: 40px;
    }

    .Accordion__item__body::before {
        left: 40px;
        right: 40px;
    }
}

.Accordion__item__content {
    padding: 20px 0px;
    font-size: 16px;
    max-width: 900px;
    line-height: 160%;
    color: rgb(89, 89, 89);
}

@media (min-width: 1024px) {
    .Accordion__item__content {
        padding: 34px 0px;
    }
}


.blog-home__wrap {
    display: flex;
    flex-direction: column-reverse
}

@media (min-width: 1024px) {
    .blog-home__wrap {
        display:flex;
        flex-direction: row
    }
}

@media (min-width: 1024px) {
    .blog-home__right {
        width: 350px;
        flex-shrink: 0;
        margin-left: 30px
    }
}

.blog-home__left {
    width: 100%
}

.blog-home__error-block {
    max-width: 870px;
    margin-bottom: 40px;
    margin-top: -20px
}

@media (min-width: 768px) {
    .blog-home__error-block {
        margin-bottom:56px;
        margin-top: -23px
    }
}

@media (min-width: 1024px) {
    .blog-home__error-block {
        margin-bottom:50px;
        margin-top: -25px
    }
}

.blog-home__error-title {
    font-weight: 500;
    font-size: 28px;
    line-height: 140%;
    color: #141a27;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .blog-home__error-title {
        font-size:40px;
        line-height: 60px
    }
}

.blog-home__error-no-results {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #4a4e57;
    word-break: break-word;
    margin-bottom: 30px
}

@media (min-width: 768px) {
    .blog-home__error-no-results {
        font-size:28px
    }
}

.blog-home__error-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    color: #4a4e57
}

@media (min-width: 768px) {
    .blog-home__error-text {
        max-width:770px;
        text-align: center
    }
}

.blog-home__cloud {
    display: block;
    padding: 35px 28px 33px 28px;
    position: relative;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,.05);
    z-index: 1;
    margin-bottom: 55px;
    border-radius: 35px
}

@media (min-width: 768px) {
    .blog-home__cloud {
        width:100%;
        max-width: 770px;
        padding: 41px 20px 39px 20px
    }
}

@media (min-width: 1024px) {
    .blog-home__cloud {
        margin-bottom:45px
    }
}

.blog-home__cloud:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #fff;
    z-index: 1
}

.blog-home__cloud:after {
    z-index: 0;
    content: '';
    display: block;
    height: 30px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -15px;
    width: 30px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 0 4px 10px rgba(0,0,0,.05);
    border-radius: 0 0 4px 0
}

.blog-home__subheading {
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    text-align: center;
    color: #141a27;
    position: relative;
    z-index: 2
}

@media (min-width: 768px) {
    .blog-home__subheading {
        margin-left:0;
        font-size: 36px
    }
}

.blog-post {
    background: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,.05);
    border-radius: 10px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column
}

@media (min-width: 768px) {
    .blog-post {
        flex-direction:row
    }
}

.blog-post__img {
    flex-shrink: 0;
    width: 100%;
    height: 325px
}

@media (min-width: 768px) {
    .blog-post__img {
        width:300px;
        height: auto
    }
}

.blog-post__img a {
    display: block;
    height: 100%;
    width: 100%
}

.blog-post__img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    border-radius: 10px 10px 0 0
}

@media (min-width: 768px) {
    .blog-post__img img {
        border-radius:10px 0 0 10px
    }
}

.blog-post__content {
    padding: 20px 15px 30px
}

@media (min-width: 768px) {
    .blog-post__content {
        padding:16px 20px 20px 30px
    }
}

@media (min-width: 1024px) {
    .blog-post__content {
        padding:25px 30px 25px 56px
    }
}

.blog-post__top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px
}

.blog-post__views {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .02em;
    color: #4a4e57;
    position: relative;
    padding-left: 29px
}

.blog-post__views:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 .5C6 .5 1.73 3.61 0 8c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5C20.27 3.61 16 .5 11 .5ZM11 13c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5Zm0-8C9.34 5 8 6.34 8 8s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3Z' fill='%23141A27'/%3E%3C/svg%3E");
    width: 22px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 1px
}

.blog-post__date {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .02em;
    color: #4a4e57;
    position: relative;
    padding-left: 22px
}

.blog-post__date:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 14.5c0 .828.768 1.5 1.714 1.5h12.572c.946 0 1.714-.672 1.714-1.5V6H0v8.5Zm11.429-6.125c0-.206.192-.375.428-.375h1.429c.235 0 .428.169.428.375v1.25c0 .206-.193.375-.428.375h-1.429c-.236 0-.428-.169-.428-.375v-1.25Zm0 4c0-.206.192-.375.428-.375h1.429c.235 0 .428.169.428.375v1.25c0 .206-.193.375-.428.375h-1.429c-.236 0-.428-.169-.428-.375v-1.25Zm-4.572-4c0-.206.193-.375.429-.375h1.428c.236 0 .429.169.429.375v1.25c0 .206-.193.375-.429.375H7.286c-.236 0-.429-.169-.429-.375v-1.25Zm0 4c0-.206.193-.375.429-.375h1.428c.236 0 .429.169.429.375v1.25c0 .206-.193.375-.429.375H7.286c-.236 0-.429-.169-.429-.375v-1.25Zm-4.571-4c0-.206.193-.375.428-.375h1.429c.236 0 .428.169.428.375v1.25c0 .206-.192.375-.428.375H2.714c-.235 0-.428-.169-.428-.375v-1.25Zm0 4c0-.206.193-.375.428-.375h1.429c.236 0 .428.169.428.375v1.25c0 .206-.192.375-.428.375H2.714c-.235 0-.428-.169-.428-.375v-1.25ZM14.286 2H12.57V.5c0-.275-.257-.5-.571-.5h-1.143c-.314 0-.571.225-.571.5V2H5.714V.5c0-.275-.257-.5-.571-.5H4c-.314 0-.571.225-.571.5V2H1.714C.768 2 0 2.672 0 3.5V5h16V3.5c0-.828-.768-1.5-1.714-1.5Z' fill='%23141A27'/%3E%3C/svg%3E");
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 0
}

.blog-post__title {
    margin-bottom: 12px;
    line-height: 24px;
}

@media (min-width: 1024px) {
    .blog-post__title {
        margin-bottom:14px
    }
}

.blog-post__title a {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #2e2e2e
}

@media (min-width: 768px) {
    .blog-post__title a {
        transition:all .2s
    }

    .blog-post__title a:hover {
        opacity: .6
    }
}

@media (min-width: 1024px) {
    .blog-post__title a {
        font-size:24px
    }
}

.blog-post__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #4a4e57;
    margin-bottom: 12px
}

.blog-post__author {
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .02em;
    color: #242936
}

@media (min-width: 1024px) {
    .blog-post__author {
        margin-bottom:43px
    }
}

.blog-post__link a {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .02em;
    color: #4a4e57
}

@media (min-width: 768px) {
    .blog-post__link a {
        transition:all .2s
    }

    .blog-post__link a:hover {
        opacity: .6
    }
}

.blog-post__btn {
    display: block;
    width: 194px;
    border: 1px solid rgba(20,26,39,.5);
    border-radius: 50px;
    font-weight: 500;
    font-size: 16px;
    line-height: 47px;
    letter-spacing: .02em;
    color: #141a27;
    text-align: center
}

@media (min-width: 768px) {
    .blog-post__btn {
        transition:all .2s
    }

    .blog-post__btn:hover {
        box-shadow: 0 4px 15px rgba(0,0,0,.1)
    }
}


.pagination {
    margin-top: 10px;
    position: relative;
    padding-right: 140px;
    height: 56px;
    display: flex;
    align-items: center
}

@media (min-width: 768px) {
    .pagination {
        justify-content:center;
        padding-right: 0
    }
}

.pagination .page-numbers {
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 1px;
    color: #7b828f;
    margin-right: 10px
}

@media (min-width: 375px) {
    .pagination .page-numbers {
        margin-right:18px
    }
}

.pagination .page-numbers.current {
    color: #141a27
}

.pagination .page-numbers.next,.pagination .page-numbers.prev {
    width: 56px;
    height: 56px;
    border: 1px solid #a3a7ac;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg width='23' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.947 8-.034.008h14.502l-4.56-4.569a1.186 1.186 0 0 1-.345-.842c0-.317.123-.618.346-.841l.71-.71c.222-.223.52-.346.836-.346.318 0 .615.122.838.345l7.815 7.814c.224.224.346.522.345.84.001.319-.121.617-.345.84l-7.815 7.815c-.223.223-.52.346-.838.346-.316 0-.614-.123-.837-.346l-.71-.71a1.174 1.174 0 0 1-.345-.837c0-.317.123-.598.346-.821l4.61-4.595H1.931c-.653 0-1.202-.562-1.202-1.215V9.172C.729 8.52 1.294 8 1.947 8Z' fill='%23222D39' stroke='%23EEF0F2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0;
    margin-right: 0
}

.pagination .page-numbers.prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 76px
}

.splide__container {
    box-sizing: border-box;
    position: relative
}

.splide__list {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    height: 100%;
    margin: 0!important;
    padding: 0!important
}

.splide.is-initialized:not(.is-active) .splide__list {
    display: block
}

.splide__pagination {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    pointer-events: none
}

.splide__pagination li {
    display: inline-block;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    pointer-events: auto
}

.splide:not(.is-overflow) .splide__pagination {
    display: none
}

.splide__progress__bar {
    width: 0
}

.splide {
    position: relative;
    visibility: hidden
}

.splide.is-initialized,.splide.is-rendered {
    visibility: visible
}

.splide__slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
    flex-shrink: 0;
    list-style-type: none!important;
    margin: 0;
    position: relative
}

.splide__slide img {
    vertical-align: bottom
}

.splide__spinner {
    animation: splide-loading 1s linear infinite;
    border: 2px solid #999;
    border-left-color: transparent;
    border-radius: 50%;
    bottom: 0;
    contain: strict;
    display: inline-block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px
}

.splide__sr {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause {
    display: none
}

.splide__toggle.is-active .splide__toggle__pause {
    display: inline
}

.splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0
}

@keyframes splide-loading {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

.splide__track--draggable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.splide__track--fade>.splide__list>.splide__slide {
    margin: 0!important;
    opacity: 0;
    z-index: 0
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
    opacity: 1;
    z-index: 1
}

.splide--rtl {
    direction: rtl
}

.splide__track--ttb>.splide__list {
    display: block
}

.splide__arrow {
    align-items: center;
    background: #ccc;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    height: 2em;
    justify-content: center;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2em;
    z-index: 1
}

.splide__arrow svg {
    fill: #000;
    height: 1.2em;
    width: 1.2em
}

.splide__arrow:hover:not(:disabled) {
    opacity: .9
}

.splide__arrow:disabled {
    opacity: .3
}

.splide__arrow:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__arrow--prev {
    left: 1em
}

.splide__arrow--prev svg {
    transform: scaleX(-1)
}

.splide__arrow--next {
    right: 1em
}

.splide.is-focus-in .splide__arrow:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__pagination {
    bottom: .5em;
    left: 0;
    padding: 0 1em;
    position: absolute;
    right: 0;
    z-index: 1
}

.splide__pagination__page {
    background: #ccc;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    margin: 3px;
    opacity: .7;
    padding: 0;
    position: relative;
    transition: transform .2s linear;
    width: 8px
}

.splide__pagination__page.is-active {
    background: #fff;
    transform: scale(1.4);
    z-index: 1
}

.splide__pagination__page:hover {
    cursor: pointer;
    opacity: .9
}

.splide__pagination__page:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide.is-focus-in .splide__pagination__page:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__progress__bar {
    background: #ccc;
    height: 3px
}

.splide__slide {
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

.splide__slide:focus {
    outline: 0
}

@supports(outline-offset: -3px) {
    .splide__slide:focus-visible {
        outline:3px solid #0bf;
        outline-offset: -3px
    }
}

@media screen and (-ms-high-contrast:none) {
    .splide__slide:focus-visible {
        border: 3px solid #0bf
    }
}

@supports(outline-offset: -3px) {
    .splide.is-focus-in .splide__slide:focus {
        outline:3px solid #0bf;
        outline-offset: -3px
    }
}

@media screen and (-ms-high-contrast:none) {
    .splide.is-focus-in .splide__slide:focus {
        border: 3px solid #0bf
    }

    .splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus {
        border-color: #0bf
    }
}

.splide__toggle {
    cursor: pointer
}

.splide__toggle:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide.is-focus-in .splide__toggle:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__track--nav>.splide__list>.splide__slide {
    border: 3px solid transparent;
    cursor: pointer
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
    border: 3px solid #000
}

.splide__arrows--rtl .splide__arrow--prev {
    left: auto;
    right: 1em
}

.splide__arrows--rtl .splide__arrow--prev svg {
    transform: scaleX(1)
}

.splide__arrows--rtl .splide__arrow--next {
    left: 1em;
    right: auto
}

.splide__arrows--rtl .splide__arrow--next svg {
    transform: scaleX(-1)
}

.splide__arrows--ttb .splide__arrow {
    left: 50%;
    transform: translate(-50%)
}

.splide__arrows--ttb .splide__arrow--prev {
    top: 1em
}

.splide__arrows--ttb .splide__arrow--prev svg {
    transform: rotate(-90deg)
}

.splide__arrows--ttb .splide__arrow--next {
    bottom: 1em;
    top: auto
}

.splide__arrows--ttb .splide__arrow--next svg {
    transform: rotate(90deg)
}

.splide__pagination--ttb {
    bottom: 0;
    display: flex;
    flex-direction: column;
    left: auto;
    padding: 1em 0;
    right: .5em;
    top: 0
}

.splide__pagination {
    list-style-type: none;
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    transform: none;
    margin-top: 30px
}

.splide__pagination__page {
    width: 12px;
    height: 12px;
    opacity: 1;
    background-color: rgba(89,89,89,.6);
    transition: background .3s ease
}

.splide__pagination__page.is-active,.splide__pagination__page:hover {
    background-color: #1f7973;
    transform: none
}

@media(min-width: 768px) {
    .advancedWriter .splide__list {
        display:flex!important;
        justify-content: space-around;
        width: 100%
    }
}

.advancedWriter .splide__pagination {
    margin-top: 78px;
    padding-right: 60px
}

.advancedWriter .splide__pagination__page {
    width: 10px;
    height: 10px
}

.advancedWriter__diagram {
    position: relative;
    display: flex;
    width: 100px;
    margin: 0 auto;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 8px;
    height: 254px
}

@media(min-width: 768px) {
    .advancedWriter__diagram {
        height:310px;
        padding-bottom: 1rem
    }
}

@media(min-width: 1024px) {
    .advancedWriter__diagram {
        height:320px
    }
}

.advancedWriter__diagram__footer {
    position: absolute;
    left: -5px;
    bottom: 4px;
    width: calc(100% + 10px);
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 600
}

@media(min-width: 768px) {
    .advancedWriter__diagram__footer {
        width:110%;
        bottom: 0
    }
}

.advancedWriter__diagram__footer span {
    display: block;
    font-weight: 500
}

.advancedWriter__diagram__item {
    background-color: green;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 45px
}

@media(min-width: 1024px) {
    .advancedWriter__diagram__item {
        width:60px
    }
}

.advancedWriter__diagram__item--average {
    background-color: #d1d5dc;
    margin-right: 6px
}

@media(min-width: 1024px) {
    .advancedWriter__diagram__item--average {
        margin-right:8px
    }
}

.advancedWriter__diagram__item--average span {
    color: #595959
}

.advancedWriter__diagram__item--advanced {
    background-color: #1f7973
}

.advancedWriter__diagram__item--advanced span {
    color: #fff
}

.advancedWriter__diagram__item span {
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    padding: 1rem 8px
}

@media(min-width: 1024px) {
    .advancedWriter__diagram__item span {
        line-height:24px
    }
}

.advancedWriter__name {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center
}

.advancedWriter__name__title {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.7;
    color: #595959
}

@media(min-width: 1024px) {
    .advancedWriter__name__title {
        font-size:1rem;
        line-height: 1.5
    }
}

.advancedWriter__name__level {
    font-size: 12px;
    line-height: 14px;
    color: #595959
}

@media(min-width: 1024px) {
    .advancedWriter__name__level {
        font-size:14px;
        line-height: 20px
    }
}

.Tabs__content__item.advancedWriter__diagram__item {
    opacity: 0;
    visibility: hidden;
    height: 0!important
}

.Tabs__content__item .advancedWriter__diagram__item.active {
    opacity: 1;
    visibility: visible;
    height: auto;
    animation: animate-height;
    animation-timing-function: cubic-bezier(.35,.95,.67,.99);
    animation-duration: .7s;
    animation-fill-mode: forwards
}

@keyframes animate-height {
    0% {
        height: 0
    }

    to {
        visibility: visible
    }
}


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

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

.slick-list:focus {
    outline: none
}

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

.slick-slider .slick-track,.slick-slider .slick-list {
    transform: translate3d(0,0,0)
}

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

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

.slick-track:after {
    clear: both
}

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

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

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

.slick-slide img {
    display: block
}

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

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

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

.slick-vertical .slick-slide {
    margin-bottom: 20px;
    height: auto;
}

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

.sample {
    position: relative;
    background-color: #fff;
    padding: 32px 24px;
    height: 100%
}

.sample:before {
    content: "";
    width: 56px;
    height: 56px;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(45deg,#e9f2f1,#e9f2f1 50%,#f4f5f5 0,#f9f9f9 60%,#f9f9f9);
    box-shadow: 0 -30px 10px #f9f9f9,30px 0 10px #f9f9f9
}

.sample__item {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%
}

.sample__row {
    width: 100%;
    color: #323232;
    margin-bottom: 24px
}

.sample__row:before {
    content: attr(data-title);
    display: block;
    font-size: 14px;
    opacity: .6
}

.sample__type {
    font-weight: 700;
    margin-bottom: 16px
}

.sample__group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 24px;
    column-gap: 24px;
    width: 100%
}

.sample__link {
    width: 100%;
    margin-top: auto;
    text-align: center
}

.sample__link .btn {
    position: relative;
    font-size: 17px;
    font-weight: 600;
    padding-right: 70px
}

.sample__link .btn:before {
    content: "";
    width: 28px;
    height: 28px;
    position: absolute;
    top: 0;
    right: 35px;
    bottom: 0;
    background: 50% no-repeat;
    background-size: contain;
    margin: auto;
    background-image: url(./images/icons/ico-pdf.svg)
}

.writer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
    background-color: #f9f9f9;
    overflow: hidden;
    padding: 28px
}

@media(min-width: 768px) {
    .writer {
        padding:36px
    }
}

.writer__header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%
}

.writer__header--img {
    width: 81px;
    height: 81px;
    margin-right: 8px
}

@media(min-width: 768px) {
    .writer__header--img {
        width:100px;
        height: 100px;
        margin-right: 24px
    }
}

.writer__header--img img,.writer__header--img picture {
    display: block;
    width: 100%;
    height: auto
}

.writer__header--img img {
    border-radius: 50%
}

.writer__header--info {
    width: calc(100% - 105px)
}

@media(min-width: 768px) {
    .writer__header--info {
        width:calc(100% - 124px)
    }
}

.writer__header--name {
    color: #323232;
    margin-bottom: 8px
}

.writer__header--rating {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: rgba(89,89,89,.6);
    margin-bottom: 20px
}

.writer__header--rating-stars {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 6px
}

.writer__header--rating-stars i {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: 50% no-repeat;
    background-size: contain
}

.writer__header--rating-stars i+i {
    margin-left: 2px
}

.writer__header--rating-stars i.writer__header--rating-star-fill {
    background-image: url(./images/icons/ico-star-yellow.svg)
}

.writer__header--rating-stars i.writer__header--rating-star-unfill {
    background-image: url(./images/icons/ico-star-gray.svg)
}

.writer__header--cols {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 30px;
    column-gap: 30px;
    max-width: 170px
}

.writer__header--cols:before {
    content: "";
    width: 1px;
    height: 16px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #d1d5dc;
    margin: auto
}

.writer__header--experience,.writer__header--papers {
    font-size: 12px;
    line-height: 150%;
    white-space: nowrap;
    color: rgba(89,89,89,.6)
}

.writer__header--experience strong,.writer__header--papers strong {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #323232
}

.writer__skills {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin: 24px 0;
    padding: 8px 20px;
    line-height: 120%;
    background-color: rgba(31,121,115,.1);
    border-radius: 4px
}

@media(min-width: 768px) {
    .writer__skills {
        padding:8px 36px
    }
}

.writer__skills--competences {
    max-width: 80%
}

.writer__skills--separetor {
    position: relative;
    width: 20px;
    min-width: 20px
}

.writer__skills--separetor:before {
    content: "";
    width: 1px;
    height: 32px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #d1d5dc;
    transform: rotate(22deg);
    margin: auto
}

.writer__skills--title {
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    color: #1f7973
}

.writer__skills--data {
    font-size: 12px;
    color: #323232;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.writer__feedback {
    margin: 0 -28px -28px;
    padding: 28px;
    background-color: #fff
}

@media(min-width: 768px) {
    .writer__feedback {
        margin:0 -36px -36px;
        padding: 36px
    }
}

.writer__feedback--body {
    position: relative;
    min-height: 100px;
    padding-left: 48px;
    font-size: 14px;
    line-height: 170%
}

.writer__feedback--body:before {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    background: top no-repeat;
    background-size: contain;
    background-image: url(./images/icons/ico__quote.svg)
}

.writer__feedback--user {
    position: relative;
    padding-left: 48px
}

.writer__feedback--user:before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #f9f9f9 50% no-repeat;
    background-size: 10px 10px;
    border-radius: 50%;
    margin: auto;
    background-image: url(./images/icons/ico-mini-user.svg)
}

.writer__feedback--user-id {
    font-size: 14px;
    line-height: 170%;
    color: #323232
}

.writer__feedback--user-discipline {
    font-size: 12px;
    line-height: 120%;
    color: rgba(89,89,89,.6)
}

.WritersCarousel .splide__track {
    max-width: 1220px;
    margin: 0 auto
}

.WritersCarousel .splide__pagination {
    margin-top: 16px
}

.WritersCarousel__buttons {
    display: none
}

@media(min-width: 768px) {
    .WritersCarousel__buttons {
        display:block;
        width: 200px;
        text-align: right
    }
}

.WritersCarousel__buttons button {
    display: inline-block;
    position: relative;
    left: 0
}

.WritersCarousel__buttons button+button {
    margin-left: 16px
}

.WritersCarousel .splide__arrow {
    background: none;
    width: 55px;
    height: 55px;
    border: 1px solid #1f7973;
    border-radius: 0;
    transform: none;
    right: 0;
    opacity: 1;
    transition: background-color .3s ease,border .3s ease
}

.WritersCarousel .splide__arrow:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(./images/icons/ico-angle-green.svg) 54% no-repeat;
    background-size: 9px 15px;
    transition: filter .3s ease,opacity .3s ease
}

.WritersCarousel .splide__arrow svg {
    display: none
}

.WritersCarousel .splide__arrow:focus,.WritersCarousel .splide__arrow:hover {
    background-color: #1f7973;
    box-shadow: none
}

.WritersCarousel .splide__arrow:focus:before,.WritersCarousel .splide__arrow:hover:before {
    filter: brightness(0) invert(1)
}

.WritersCarousel .splide__arrow[disabled],.WritersCarousel .splide__arrow[disabled]:focus,.WritersCarousel .splide__arrow[disabled]:hover {
    background-color: transparent;
    border-color: #d1d5dc;
    box-shadow: none;
    opacity: 1
}

.WritersCarousel .splide__arrow[disabled]:before,.WritersCarousel .splide__arrow[disabled]:focus:before,.WritersCarousel .splide__arrow[disabled]:hover:before {
    filter: brightness(0);
    opacity: .2
}

.WritersCarousel .splide__arrow--prev:before {
    transform: rotate(-180deg);
    background-position: 50%
}

.WritersCarousel__title {
    max-width: 806px
}

.WritersCarousel__title h2 {
    color: #323232;
    margin-bottom: 12px;
    margin-top: 0
}

@media(min-width: 1024px) {
    .WritersCarousel__title h2 {
        margin-bottom:16px
    }
}

.WritersCarousel__title .section__subtitle {
    margin-bottom: 0;
    line-height: 150%;
    max-width: 800px;
    margin-top: 0
}

@media(min-width: 1024px) {
    .WritersCarousel__title .section__subtitle {
        font-size:20px
    }
}

.WritersCarousel__head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 30px
}

@media(min-width: 1024px) {
    .WritersCarousel__head {
        margin-bottom:60px
    }
}

.WritersCarousel__item {
    height: 100%
}

.TestimonialsSlider {
    margin-top: 40px;
}

.TestimonialsSlider .splide__pagination {
    margin-top: 16px
}

.TestimonialsSlider .TestimonialsSlider__arrows {
    display: none
}

@media(min-width: 768px) {
    .TestimonialsSlider .TestimonialsSlider__arrows {
        display:block;
        width: 200px;
        text-align: right;
        position: absolute;
        right: 0;
        top: -220px
    }
}

.TestimonialsSlider .TestimonialsSlider__arrows button {
    display: inline-block;
    position: relative;
    left: 0
}

.TestimonialsSlider .TestimonialsSlider__arrows button+button {
    margin-left: 16px
}

.TestimonialsSlider .TestimonialsSlider__arrows .splide__arrow {
    background: none;
    width: 55px;
    height: 55px;
    border: 1px solid #1f7973;
    border-radius: 0;
    transform: none;
    right: 0;
    opacity: 1;
    transition: background-color .3s ease,border .3s ease
}

.TestimonialsSlider .TestimonialsSlider__arrows .splide__arrow:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(./images/icons/ico-angle-green.svg) 54% no-repeat;
    background-size: 9px 15px;
    transition: filter .3s ease,opacity .3s ease
}

.TestimonialsSlider .TestimonialsSlider__arrows .splide__arrow svg {
    display: none
}

.TestimonialsSlider .TestimonialsSlider__arrows .splide__arrow:focus,.TestimonialsSlider .TestimonialsSlider__arrows .splide__arrow:hover {
    background-color: #1f7973;
    box-shadow: none
}

.TestimonialsSlider .TestimonialsSlider__arrows .splide__arrow:focus:before,.TestimonialsSlider .TestimonialsSlider__arrows .splide__arrow:hover:before {
    filter: brightness(0) invert(1)
}

.TestimonialsSlider .TestimonialsSlider__arrows .splide__arrow[disabled],.TestimonialsSlider .TestimonialsSlider__arrows .splide__arrow[disabled]:focus,.TestimonialsSlider .TestimonialsSlider__arrows .splide__arrow[disabled]:hover {
    background-color: transparent;
    border-color: #d1d5dc;
    box-shadow: none;
    opacity: 1
}

.TestimonialsSlider .TestimonialsSlider__arrows .splide__arrow[disabled]:before,.TestimonialsSlider .TestimonialsSlider__arrows .splide__arrow[disabled]:focus:before,.TestimonialsSlider .TestimonialsSlider__arrows .splide__arrow[disabled]:hover:before {
    filter: brightness(0);
    opacity: .2
}

.TestimonialsSlider .TestimonialsSlider__arrows .splide__arrow--prev:before {
    transform: rotate(-180deg);
    background-position: 50%
}

.TestimonialsItem {
    background-color: #f9f9f9;
    overflow: hidden;
    padding: 16px;
    display: flex;
    flex-direction: column;
    height: 100%
}

@media(min-width: 768px) {
    .TestimonialsItem {
        padding:20px
    }
}

.TestimonialsItem__title {
    font-size: 14px;
    font-weight: 700;
    color: #1f7973;
    line-height: 1.2;
    margin-bottom: 2px
}

@media(min-width: 1024px) {
    .TestimonialsItem__title {
        color:#323232
    }
}

.TestimonialsItem__category {
    line-height: 1.1
}

.TestimonialsItem__category,.TestimonialsItem__date,.TestimonialsItem__id {
    font-size: 12px;
    color: rgba(89,89,89,.6)
}

.TestimonialsItem__footer {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-top: auto
}

.TestimonialsItem__body {
    margin-top: 12px;
    color: #323232;
    font-weight: 600;
    font-size: 16px;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-size: 18px 13px;
    background-image: url(./images/icons/ico__quote.svg);
    background-position: 0 5px;
    line-height: 1.5;
    padding-bottom: 16px
}

@media(min-width: 1024px) {
    .TestimonialsItem__body {
        font-size:20px;
        margin-top: 20px;
        padding-bottom: 24px
    }
}
