/*
Theme Name: Bronson Enhanced
Theme URI: https://davisonpro.dev/
Author: Davison Pro
Version: 3.0
Description: Bronson Enhanced v3 - Fully competitive essay writing theme. Sticky sidebar (JS+CSS), 15s discount popup, FAQ accordion + FAQPage schema, stats bar, category hero, auto-TOC, full JSON-LD suite, Open Graph, Twitter Card. PHP 8+ compatible, WCAG accessible.
*/

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

@font-face {
    font-family: rubikbold;
    src: url(./font/rubik/rubik-bold-webfont.eot);
    src: url(./font/rubik/rubik-bold-webfont.eot?#iefix) format('embedded-opentype'),url(./font/rubik/rubik-bold-webfont.woff2) format('woff2'),url(./font/rubik/rubik-bold-webfont.woff) format('woff'),url(./font/rubik/rubik-bold-webfont.ttf) format('truetype'),url(./font/rubik/rubik-bold-webfont.svg#rubikbold) format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: rubikmedium;
    font-display: swap;
    src: url(./font/rubik/rubik-medium-webfont.eot);
    src: url(./font/rubik/rubik-medium-webfont.eot?#iefix) format('embedded-opentype'),url(./font/rubik/rubik-medium-webfont.woff2) format('woff2'),url(./font/rubik/rubik-medium-webfont.woff) format('woff'),url(./font/rubik/rubik-medium-webfont.ttf) format('truetype'),url(./font/rubik/rubik-medium-webfont.svg#rubikmedium) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: rubikregular;
    font-display: swap;
    src: url(./font/rubik/rubik-regular-webfont.eot);
    src: url(./font/rubik/rubik-regular-webfont.eot?#iefix) format('embedded-opentype'),url(./font/rubik/rubik-regular-webfont.woff2) format('woff2'),url(./font/rubik/rubik-regular-webfont.woff) format('woff'),url(./font/rubik/rubik-regular-webfont.ttf) format('truetype'),url(./font/rubik/rubik-regular-webfont.svg#rubikregular) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: josefin_sansbold;
    font-display: swap;
    src: url(./font/josefinsans-bold-webfont.eot);
    src: url(./font/josefinsans-bold-webfont.eot?#iefix) format('embedded-opentype'),url(./font/josefinsans-bold-webfont.woff2) format('woff2'),url(./font/josefinsans-bold-webfont.woff) format('woff'),url(./font/josefinsans-bold-webfont.svg#josefin_sansbold) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: josefin_sansregular;
    font-display: swap;
    src: url(./font/josefinsans-regular-webfont.eot);
    src: url(./font/josefinsans-regular-webfont.eot?#iefix) format('embedded-opentype'),url(./font/josefinsans-regular-webfont.woff2) format('woff2'),url(./font/josefinsans-regular-webfont.woff) format('woff'),url(./font/josefinsans-regular-webfont.svg#josefin_sansregular) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: josefin_sanssemibold;
    font-display: swap;
    src: url(./font/josefinsans-semibold-webfont.eot);
    src: url(./font/josefinsans-semibold-webfont.eot?#iefix) format('embedded-opentype'),url(./font/josefinsans-semibold-webfont.woff2) format('woff2'),url(./font/josefinsans-semibold-webfont.woff) format('woff'),url(./font/josefinsans-semibold-webfont.svg#josefin_sanssemibold) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: josefin_sanslight;
    font-display: swap;
    src: url(./font/josefinsans-light-webfont.eot);
    src: url(./font/josefinsans-light-webfont.eot?#iefix) format('embedded-opentype'),url(./font/josefinsans-light-webfont.woff2) format('woff2'),url(./font/josefinsans-light-webfont.woff) format('woff'),url(./font/josefinsans-light-webfont.svg#josefin_sanslight) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: josefin_sansthin;
    font-display: swap;
    src: url(./font/josefinsans-thin-webfont.eot);
    src: url(./font/josefinsans-thin-webfont.eot?#iefix) format('embedded-opentype'),url(./font/josefinsans-thin-webfont.woff2) format('woff2'),url(./font/josefinsans-thin-webfont.woff) format('woff'),url(./font/josefinsans-thin-webfont.svg#josefin_sansthin) format('svg');
    font-weight: 400;
    font-style: normal
}

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

/**
  * Correct `inline-block` display not defined in IE 8/9.
  */
audio, canvas, video {
    display: inline-block;
}

/**
  * Prevent modern browsers from displaying `audio` without controls.
  * Remove excess height in iOS 5 devices.
  */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
  * Address `[hidden]` styling not present in IE 8/9.
  * Hide the `template` element in IE, Safari, and Firefox < 22.
  */
[hidden], template {
    display: none;
}

/* ==========================================================================
    Base
    ========================================================================== */
/**
  * 1. Set default font family to sans-serif.
  * 2. Prevent iOS text size adjust after orientation change, without disabling
  *    user zoom.
  */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
  * Remove default margin.
  */
body {
    margin: 0;
}

/* ==========================================================================
    Links
    ========================================================================== */
/**
  * Remove the gray background color from active links in IE 10.
  */
a {
    background: transparent;
}

/**
  * Address `outline` inconsistency between Chrome and other browsers.
  */
a:focus {
    outline: thin dotted;
}

/**
  * Improve readability when focused and also mouse hovered in all browsers.
  */
a:active, a:hover {
    outline: 0;
}

/* ==========================================================================
    Typography
    ========================================================================== */
/**
  * Address variable `h1` font-size and margin within `section` and `article`
  * contexts in Firefox 4+, Safari 5, and Chrome.
  */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
  * Address styling not present in IE 8/9, Safari 5, and Chrome.
  */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
  * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
  */
b, strong {
    font-weight: bold;
}

/**
  * Address styling not present in Safari 5 and Chrome.
  */
dfn {
    font-style: italic;
}

/**
  * Address differences between Firefox and other browsers.
  */
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
  * Address styling not present in IE 8/9.
  */
mark {
    background: #ff0;
    color: #000;
}

/**
  * Correct font family set oddly in Safari 5 and Chrome.
  */
code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
  * Improve readability of pre-formatted text in all browsers.
  */
pre {
    white-space: pre-wrap;
}

/**
  * Set consistent quote types.
  */
q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
  * Address inconsistent and variable font size in all browsers.
  */
small {
    font-size: 80%;
}

/**
  * Prevent `sub` and `sup` affecting `line-height` in all browsers.
  */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
    Embedded content
    ========================================================================== */
/**
  * Remove border when inside `a` element in IE 8/9.
  */
img {
    border: 0;
}

/**
  * Correct overflow displayed oddly in IE 9.
  */
svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
    Figures
    ========================================================================== */
/**
  * Address margin not present in IE 8/9 and Safari 5.
  */
figure {
    margin: 0;
}

/* ==========================================================================
    Forms
    ========================================================================== */
/**
  * Define consistent border, margin, and padding.
  */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
  * 1. Correct `color` not being inherited in IE 8/9.
  * 2. Remove padding so people aren't caught out if they zero out fieldsets.
  */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
  * 1. Correct font family not being inherited in all browsers.
  * 2. Correct font size not being inherited in all browsers.
  * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
  */
button, input, select, textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
  * Address Firefox 4+ setting `line-height` on `input` using `!important` in
  * the UA stylesheet.
  */
button, input {
    line-height: normal;
}

/**
  * Address inconsistent `text-transform` inheritance for `button` and `select`.
  * All other form control elements do not inherit `text-transform` values.
  * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
  * Correct `select` style inheritance in Firefox 4+ and Opera.
  */
button, select {
    text-transform: none;
}

/**
  * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
  *    and `video` controls.
  * 2. Correct inability to style clickable `input` types in iOS.
  * 3. Improve usability and consistency of cursor style between image-type
  *    `input` and others.
  */
button, html input[type="button"], /* 1 */
input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

/**
  * Re-set default cursor for disabled elements.
  */
button[disabled], html input[disabled] {
    cursor: default;
}

/**
  * 1. Address box sizing set to `content-box` in IE 8/9/10.
  * 2. Remove excess padding in IE 8/9/10.
  */
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
  * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
  * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
  *    (include `-moz` to future-proof).
  */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

/**
  * Remove inner padding and search cancel button in Safari 5 and Chrome
  * on OS X.
  */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
  * Remove inner padding and border in Firefox 4+.
  */
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
  * 1. Remove default vertical scrollbar in IE 8/9.
  * 2. Improve readability and alignment in all browsers.
  */
textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}

/* ==========================================================================
    Tables
    ========================================================================== */
/**
  * Remove most spacing between table cells.
  */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.banner {
    width: 100%;
    height: 604px;
    background-color: #edf4ff;
    position: relative
}

.banner-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.banner-content {
    width: 528px;
    padding-top: 0;
    z-index: 1;
}

.banner-content__title {
    font-family: josefin_sansbold;
    line-height: 74px;
    font-size: 30px;
    color: #293852;
    margin: 0
}

.banner-content__text {
    color: #69779b;
    font-family: rubikregular;
    font-size: 18px;
    line-height: 27px
}

.banner-content__text h2, .banner-content__text h3 {
    display: inline;
    color: #69779b;
    font-family: rubikregular;
    font-size: 18px;
    line-height: 27px;
    margin: 0;
    padding: 0;
    font-weight: 400
}

.banner-content__text p {
    display: inline;
    margin: 0;
    padding: 0
}

.banner-content__text ul {
    margin: 33px 0 0;
    padding: 0
}

.banner-content__text ul li {
    list-style-type: none;
    position: relative;
    padding-left: 28px;
    margin-bottom: 18px
}

.banner-content__text ul li:before {
    content: ' ';
    top: 5px;
    left: 0;
    width: 13px;
    height: 13px;
    background-image: url(./images/check-mark.svg);
    position: absolute
}

.banner-calculator {
    width: 312px;
    height: auto;
    margin-top: 32px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
    -webkit-box-shadow: 3px 3px 8px rgba(41,56,82,.1);
    box-shadow: 3px 3px 8px rgba(41,56,82,.1);
    background-color: #fff;
    z-index: 1;
}

.banner-calculator__title {
    color: #293852;
    font-family: josefin_sansbold;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px
}

.banner-calculator .calculator-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.banner-calculator .calculator-item {
    margin-bottom: 15px
}

.banner-calculator .calculator-item p {
    color: #69779b;
    font-family: rubikregular;
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 5px;
    padding: 0
}

.banner-calculator .calculator-item select {
    width: 100%;
    height: 42px;
    border-radius: 2px;
    background-color: #edf4ff;
    background-image: url(./images/down-arrow.svg);
    background-repeat: no-repeat;
    background-position: 94% center;
    color: #293852;
    font-family: rubikregular;
    font-size: 16px;
    line-height: 19px;
    padding-left: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: 0;
    cursor: pointer;
}

.banner-calculator .calculator-item__pages {
    width: 152px;
    height: 42px;
    border-radius: 2px;
    background-color: #edf4ff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0
}

.banner-calculator .calculator-item__pages li {
    list-style-type: none
}

.banner-calculator .calculator-item__pages li:first-child,.banner-calculator .calculator-item__pages li:last-child {
    width: 42px;
    height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.banner-calculator .calculator-item__pages li:first-child:hover,.banner-calculator .calculator-item__pages li:last-child:hover {
    cursor: pointer
}

.banner-calculator .calculator-item__pages li input {
    width: 68px;
    height: 100%;
    background-color: transparent;
    color: #293852;
    font-family: rubikregular;
    font-size: 16px;
    line-height: 19px;
    border: none;
    outline: 0;
    text-align: center
}

.banner-calculator .calculator__total {
    color: #136ce9;
    font-family: rubikregular;
    font-size: 30px;
    line-height: 42px;
    min-width: 51px;
    max-width: 85px;
    width: auto;
    padding-right: 10px
}

.banner-calculator button {
    width: 100%;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-family: josefin_sanssemibold;
    font-size: 18px;
    -webkit-box-shadow: 0 2px 8px rgba(217,100,44,.2);
    box-shadow: 0 2px 8px rgba(217,100,44,.2);
    border-radius: 34px;
    text-transform: uppercase;
    margin-top: 14px;
    border: none;
    outline: 0;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(-45.83%,#fdc830),color-stop(214.58%,#f37335));
    background-image: linear-gradient(180deg,#fdc830 -45.83%,#f37335 214.58%)
}

.banner-calculator button:hover {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(-45.83%,#fdc830),color-stop(214.58%,#ef4e00));
    background-image: linear-gradient(180deg,#fdc830 -45.83%,#ef4e00 214.58%);
    -webkit-box-shadow: 0 4px 8px rgba(217,100,44,.25);
    box-shadow: 0 4px 8px rgba(217,100,44,.25)
}

.banner .banner_bottom {
    width: 100%;
    height: 58px;
    background-color: #dceeff;
    bottom: 0;
    position: absolute
}

.banner.dis .banner_bottom {
    height: 126px;
}

.banner .wrap {
    position: relative;
    height: 100%
}

.banner_img1 {
    position: absolute;
    bottom: 58px;
    left: 0
}

.banner_img2 {
    position: absolute;
    bottom: 211px;
    right: 0
}

.banner_img3 {
    position: absolute;
    right: 10px;
    bottom: 39px;
    z-index: 2
}

.dis .banner_img3 {
    bottom: 105px;
}

.banner_img4 {
    position: absolute;
    bottom: 39px;
    left: 280px;
    z-index: 2
}

.dis .banner_img4 {
    bottom: 100px;
}

.banner_img5 {
    position: absolute;
    left: 420px;
    top: 55px
}

.banner_img6 {
    position: absolute;
    left: 535px;
    bottom: 45px;
    z-index: 2
}

.dis .banner_img6 {
    bottom: 115px;
}

@media (max-width: 1800px) {
    .banner_img3 {
        display:none
    }
}

@media (max-width: 1650px) {
    .banner_img1 {
        display:none
    }

    .banner_img2 {
        display: none
    }
}

@media (max-width: 1200px) {
    .banner_img6 {
        left:40.5vw
    }
}

@media (max-width: 1024px) {
    .banner-calculator {
        margin-top: 105px;
    }

    .banner {
        height: auto!important;
    }

    .banner_img4,.banner_img5 {
        display: none
    }

    .banner_img6 {
        position: relative;
        left: auto;
        bottom: auto!important;
        margin-bottom: 60px
    }

    .seo-page .banner_img6 {
        margin-bottom: -100px;
    }

    .banner-body {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .banner-content {
        width: 80%;
        margin: 0 auto;
        text-align: center;
        padding-top: 53px
    }

    .banner-content__title {
        font-size: 36px;
        line-height: 50px
    }

    .banner-content__text {
        max-width: 506px;
        margin: 0 auto
    }

    .banner-content__text ul {
        position: absolute;
        /*bottom: 35px;*/
        left: 0;
        padding: 0 30px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .banner-calc-wrapper {
        margin-bottom: 120px
    }

    .banner-calculator__title {
        font-family: josefin_sanssemibold
    }

    .banner.dis .banner_bottom {
        height: 232px!important;
        /* display:none; */
    }

    .banner .banner_bottom {
        height: 160px
    }
}

@media (max-width: 767px) {
    .banner_img6 {
        display:none
    }

    .banner-content {
        width: auto
    }

    h1.banner-content__title {
        font-size: 36px!important;
        margin-bottom: 18px;
    }

    .banner-content__text p {
        margin: 10px 0
    }
}

@media (max-width: 767px) {
    .banner {
        padding-bottom:64px
    }

    .banner-calc-wrapper {
        margin-top: 25px;
        width: 100%
    }

    .banner-calc-wrapper {
        margin-bottom: 0;
    }

    .banner-content__text ul {
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 30px;
        /*bottom: -135px;*/
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .banner-content__text ul li {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .banner-calculator {
        margin-top: 0;
    }

    .banner_bottom {
        display: none;
    }
}

.benefits {
    padding: 80px 0
}

.service .benefits {
    padding: 0 0 80px
}

.benefits-title {
    color: #136ce9;
    font-family: josefin_sansregular;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px
}

.benefits-description {
    color: #293852;
    font-family: josefin_sansbold;
    font-size: 36px;
    line-height: 63px;
    text-align: center;
    margin-bottom: 28px
}

.benefits-description-small {
    color: #69779b;
    font-family: rubikregular;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 28px
}

.benefits-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.benefits-item {
    width: calc((100% / 2) - 15px);
    height: auto;
    min-height: 172px;
    position: relative;
    margin-bottom: 30px
}

@media (max-width: 1024px) {
    .benefits-item {
        width: 100%;
    }

    .benefits-pagination {
        display: none!important;
    }
}

.benefits-item__img {
    width: 93px;
    height: 93px;
    -webkit-box-shadow: 3px 3px 8px rgba(41,56,82,.1);
    box-shadow: 3px 3px 8px rgba(41,56,82,.1);
    background-color: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.benefits-item__content {
    width: calc(100% - 45px);
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 45px;
    background-color: #f1f7ff;
    padding: 26px 40px 28px 65px;
    border-bottom: 2px solid #4d91f1
}

.benefits-item__title {
    color: #293852;
    font-family: josefin_sansbold;
    font-size: 24px;
    line-height: 42px
}

.benefits-item__text {
    color: #69779b;
    font-family: rubikregular;
    font-size: 18px;
    line-height: 27px
}

.benefits .slider-pagination {
    display: none
}

.benefits-pagination {
    display: none
}

@media (max-width: 1024px) {
    .benefits-items {
        max-width:800px;
        margin: 0 auto
    }

    .benefits-description {
        font-size: 30px;
        line-height: 53px
    }

    .benefits .wrap {
        position: relative
    }

    .benefits .slick-dotted.slick-slider {
        margin-bottom: 0
    }

    .benefits .benefits-pagination {
        display: block;
        position: absolute;
        bottom: -10px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: #136ce9;
        font-family: rubikregular;
        font-size: 16px
    }

    .benefits .benefits-pagination__dots {
        position: relative;
        width: 14px
    }

    .benefits .benefits-pagination ul.slick-dots {
        margin: 0;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        bottom: auto;
        position: relative
    }

    .benefits .benefits-pagination ul.slick-dots li {
        width: auto;
        margin: 0 2px;
        color: #136ce9;
        font-family: rubikregular;
        font-size: 16px;
        display: none
    }

    .benefits .benefits-pagination ul.slick-dots li.slick-active {
        display: block
    }

    .benefits .slick-prev {
        width: 30px;
        height: 30px;
        border-radius: 2px;
        background-color: #f1f7ff;
        left: -50px;
        -webkit-transform: rotate(180deg) translate(0,50%);
        transform: rotate(180deg) translate(0,50%)
    }

    .benefits .slick-prev:before {
        color: transparent;
        width: 30px;
        height: 30px;
        background-image: url(./images/arrow-point-to-right.svg);
        background-repeat: no-repeat;
        background-position: center center
    }

    .benefits .slick-next {
        width: 30px;
        height: 30px;
        border-radius: 2px;
        background-color: #f1f7ff;
        right: -50px
    }

    .benefits .slick-next:before {
        color: transparent;
        width: 30px;
        height: 30px;
        background-image: url(./images/arrow-point-to-right.svg);
        background-repeat: no-repeat;
        background-position: center center
    }
}

@media (max-width: 767px) {
    .benefits {
        padding:80px 0 105px
    }

    .benefits-description {
        margin-bottom: 15px;
        font-size: 24px;
        line-height: 34px
    }

    .benefits-description-small {
        margin-bottom: 15px
    }

    .benefits-item {
        padding-top: 60px
    }

    .benefits-item__content {
        margin-left: 0;
        width: 100%;
        padding: 48px 20px 20px;
        text-align: center
    }

    .benefits-item__title {
        font-size: 18px
    }

    .benefits-item__img {
        top: 12px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .benefits .benefits-pagination {
        bottom: -40px
    }
}

.advantages {
    width: 100%;
    min-height: 556px;
    height: auto;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 80px 0
}

.advantages:before {
    content: ' ';
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #84b3f5;
    z-index: -1
}

.advantages:after {
    content: ' ';
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #71a7f4;
    z-index: -1
}

.advantages .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.advantages .employee {
    width: calc(50% - 60px)
}

.advantages .employee-title {
    color: #fff;
    font-family: josefin_sansbold;
    font-size: 36px;
    line-height: 63px;
    margin-bottom: 40px
}

.advantages .employee-content {
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
    border-radius: 2px;
    background-color: #fff
}

@media (max-width: 767px) {
    .employee-content p:not(.employee-content p:first-child) {
        padding-left: 24px;
        position: relative;
    }

    .employee-content p:not(.employee-content p:first-child):before {
        position: absolute;
        content: '';
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #71A7F4;
        top: 10px;
        left: 0;
    }
}

.advantages .employee-item-first {
    color: #69779b;
    font-family: rubikregular;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 20px
}

.advantages .employee-item {
    color: #69779b;
    font-family: rubikregular;
    font-size: 18px;
    line-height: 27px;
    padding-left: 20px;
    position: relative;
    margin-bottom: 20px
}

.advantages .employee-item:before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 9px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #4ecccc
}

.advantages .stats {
    width: calc(50% - 60px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.advantages .stats-title {
    color: #fff;
    font-family: josefin_sansbold;
    font-size: 36px;
    line-height: 63px;
    margin-bottom: 40px
}

.advantages .stats-items {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 49px
}

.advantages .stats-item {
    width: calc(50% - 15px);
    height: 145px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 38px;
    position: relative
}

.advantages .stats-item:after {
    content: ' ';
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: #9df7fc
}

.advantages .stats-item:nth-child(1) {
    border-radius: 20px 2px 2px 2px;
    margin-bottom: 30px
}

.advantages .stats-item:nth-child(1):after {
    bottom: 10px;
    right: 10px;
    border-radius: 50px 2px 2px 2px
}

.advantages .stats-item:nth-child(2) {
    border-radius: 2px 20px 2px 2px;
    margin-bottom: 30px
}

.advantages .stats-item:nth-child(2):after {
    bottom: 10px;
    left: 10px;
    border-radius: 2px 50px 2px 2px
}

.advantages .stats-item:nth-child(3) {
    border-radius: 2px 2px 2px 20px
}

.advantages .stats-item:nth-child(3):after {
    top: 10px;
    right: 10px;
    border-radius: 2px 2px 2px 50px
}

.advantages .stats-item:nth-child(4) {
    border-radius: 2px 2px 20px 2px
}

.advantages .stats-item:nth-child(4):after {
    top: 10px;
    left: 10px;
    border-radius: 2px 2px 50px 2px
}

.advantages .stats-item__number {
    color: #4ecccc;
    font-family: josefin_sanssemibold;
    font-size: 48px;
    line-height: 53px;
    margin-bottom: 10px
}

.advantages .stats-item__text {
    color: #69779b;
    font-family: rubikregular;
    font-size: 18px;
    line-height: 25px
}

@media (max-width: 1024px) {
    .advantages {
        padding:60px 0
    }

    .advantages .stats .order-btn {
        margin: 0 auto;
    }

    .advantages:before {
        width: 100vw;
        height: 50%;
        top: 0;
        bottom: auto
    }

    .advantages:after {
        width: 100vw;
        height: 50%;
        bottom: 0;
        top: auto
    }

    .advantages .wrap {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0
    }

    .advantages .employee {
        width: 100vw;
        background-color: #84b3f5;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: 0;
        padding: 0 30px 60px
    }

    .advantages .employee-title {
        text-align: center;
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 35px
    }

    .advantages .stats {
        width: 100vw;
        background-color: #71a7f4;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 60px 30px 0
    }

    .advantages .stats-title {
        text-align: center;
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 32px
    }

    .advantages .stats-items {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .advantages .stats-item {
        width: 274px
    }

    .advantages .stats-item:nth-child(1) {
        margin-right: 15px
    }

    .advantages .stats-item:nth-child(2) {
        margin-left: 15px
    }

    .advantages .stats-item:nth-child(3) {
        margin-right: 15px
    }

    .advantages .stats-item:nth-child(4) {
        margin-left: 15px
    }
}

@media (max-width: 767px) {
    .advantages .employee .slick-dots {
        left:0;
        bottom: -45px
    }

    .advantages .employee .slick-dots li {
        width: 25%;
        height: auto;
        margin: 0;
        padding: 0
    }

    .advantages .employee .slick-dots li button {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0
    }

    .advantages .employee .slick-dots li button:before {
        width: 100%;
        height: 1px;
        color: transparent;
        background: #fff;
        opacity: .7
    }

    .advantages .employee .slick-dots li.slick-active button:before {
        height: 3px;
        top: -1px;
        opacity: 1
    }

    .advantages .stats {
        padding: 60px 20px 0
    }

    .advantages .stats-item {
        width: calc(50% - 10px);
        padding: 23px 17px
    }

    .advantages .stats-item:nth-child(1) {
        margin-right: 10px;
        margin-bottom: 20px
    }

    .advantages .stats-item:nth-child(2) {
        margin-left: 10px;
        margin-bottom: 20px
    }

    .advantages .stats-item:nth-child(3) {
        margin-right: 10px
    }

    .advantages .stats-item:nth-child(4) {
        margin-left: 10px
    }

    .advantages .stats-item__number {
        font-size: 30px;
        line-height: 46px;
        margin-bottom: 3px
    }
}

.howitworks {
    padding: 80px 0
}

.howitworks-title {
    color: #136ce9;
    font-family: josefin_sansregular;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px
}

.howitworks-description {
    color: #293852;
    font-family: josefin_sansbold;
    font-size: 36px;
    line-height: 63px;
    text-align: center;
    margin-bottom: 28px
}

.howitworks-description br {
    display: none
}

.howitworks-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.howitworks-items:before {
    content: ' ';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 238px;
    height: 238px;
    border-radius: 50%;
    border: 1px dashed #4d91f1;
    z-index: -1
}

.howitworks-items:after {
    content: ' ';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-image: url(./images/trophy.svg);
    background-position: center center;
    background-repeat: no-repeat;
    width: 141px;
    height: 141px;
    border-radius: 50%;
    -webkit-box-shadow: 3px 3px 8px rgba(41,56,82,.1);
    box-shadow: 3px 3px 8px rgba(41,56,82,.1);
    background-color: #fff
}

.howitworks-item {
    width: 570px;
    min-height: 165px;
    height: auto;
    background-color: #f1f7ff;
    margin-bottom: 30px;
    padding: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.howitworks-item__title {
    color: #293852;
    font-family: josefin_sansbold;
    font-size: 24px;
    margin-bottom: 7px
}

.howitworks-item__title span {
    color: #136ce9;
    font-size: 24px
}

.howitworks-item__text {
    color: #69779b;
    font-size: 18px;
    line-height: 27px
}

.howitworks .howitworks-pagination {
    display: none
}

@media (max-width: 1024px) {
    .howitworks-description {
        font-size:30px;
        line-height: 53px
    }

    .howitworks-items:before {
        width: 146px;
        height: 146px
    }

    .howitworks-items:after {
        width: 86px;
        height: 86px;
        background-size: 44px 58px
    }

    .howitworks-item {
        width: calc(50% - 15px)
    }

    .howitworks-item__title {
        font-size: 18px;
        font-family: josefin_sanssemibold
    }
}

@media (max-width: 767px) {
    .howitworks {
        position:relative;
        padding: 60px 0 100px
    }

    .howitworks-description {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 80px
    }

    .howitworks-description br {
        display: block
    }

    .howitworks-item {
        padding: 50px 20px 30px
    }

    .howitworks-item__title span {
        font-size: 18px
    }

    .howitworks-items:after {
        top: -45px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .howitworks-items:before {
        content: none
    }

    .howitworks .slick-dotted.slick-slider {
        margin-bottom: 0
    }

    .howitworks .howitworks-pagination {
        display: block;
        position: absolute;
        bottom: 65px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: #136ce9;
        font-family: rubikregular;
        font-size: 16px
    }

    .howitworks .howitworks-pagination__dots {
        position: relative;
        width: 14px
    }

    .howitworks .howitworks-pagination ul.slick-dots {
        margin: 0;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        bottom: auto;
        position: relative
    }

    .howitworks .howitworks-pagination ul.slick-dots li {
        width: auto;
        margin: 0 2px;
        color: #136ce9;
        font-family: rubikregular;
        font-size: 16px;
        display: none
    }

    .howitworks .howitworks-pagination ul.slick-dots li.slick-active {
        display: block
    }

    .howitworks .slick-prev {
        width: 30px;
        height: 30px;
        border-radius: 2px;
        background-color: #f1f7ff;
        left: -50px;
        -webkit-transform: rotate(180deg) translate(0,50%);
        transform: rotate(180deg) translate(0,50%)
    }

    .howitworks .slick-prev:before {
        color: transparent;
        width: 30px;
        height: 30px;
        background-image: url(./images/arrow-point-to-right.svg);
        background-repeat: no-repeat;
        background-position: center center
    }

    .howitworks .slick-next {
        width: 30px;
        height: 30px;
        border-radius: 2px;
        background-color: #f1f7ff;
        right: -50px
    }

    .howitworks .slick-next:before {
        color: transparent;
        width: 30px;
        height: 30px;
        background-image: url(./images/arrow-point-to-right.svg);
        background-repeat: no-repeat;
        background-position: center center
    }
}

.reviews {
    min-height: 699px;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 80px 0;
    background-color: #f1f7ff
}

.reviews-title {
    color: #136ce9;
    font-family: josefin_sansregular;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px
}

.reviews-description {
    color: #293852;
    font-family: josefin_sansbold;
    font-size: 36px;
    line-height: 63px;
    text-align: center
}

.reviews-description-small {
    color: #69779b;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 28px
}

.reviews-items {
    width: 770px;
    min-height: 350px;
    height: auto;
    -webkit-box-shadow: 3px 3px 8px rgba(41,56,82,.1);
    box-shadow: 3px 3px 8px rgba(41,56,82,.1);
    background-color: #fff;
    padding: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.reviews-item__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 28px
}

.reviews-item__title {
    color: #136ce9;
    font-size: 18px;
    line-height: 25px
}

.reviews-item__stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.reviews-item__stars img {
    margin-left: 5px
}

.reviews-item__text {
    color: #69779b;
    font-size: 18px;
    line-height: 27px
}

.reviews-item__id {
    color: #293852;
    font-size: 18px;
    line-height: 1.2;
    margin: 28px 0
}

.reviews-item__bottom {
    width: 100%;
    border-top: 1px dashed #aacaf9;
    padding: 28px 0 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.reviews-item__elem {
    width: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px
}

.reviews-item__elem div:nth-child(1) {
    width: 131px;
    margin-right: 30px;
    color: #293852;
    font-size: 18px
}

.reviews-item__elem div:nth-child(2) {
    color: #69779b;
    font-size: 18px
}

.reviews__img1 {
    position: absolute;
    bottom: 0;
    left: 125px;
    z-index: 1;
    height: 340px
}

.reviews__img2 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 120px
}

.reviews__img3 {
    position: absolute;
    left: -13px;
    bottom: -3px
}

.reviews .slider-pagination {
    position: absolute;
    bottom: 30px;
    right: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #136ce9;
    font-family: rubikregular;
    font-size: 16px
}

.reviews .slider-pagination__dots {
    position: relative;
    width: 14px
}

.reviews .slider-pagination ul.slick-dots {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: auto;
    position: relative
}

.reviews .slider-pagination ul.slick-dots li {
    width: auto;
    margin: 0 2px;
    color: #136ce9;
    font-family: rubikregular;
    font-size: 16px;
    display: none
}

.reviews .slider-pagination ul.slick-dots li.slick-active {
    display: block
}

.reviews .slick-prev {
    width: 30px;
    height: 30px;
    border-radius: 2px;
    background-color: #f1f7ff;
    left: -50px;
    -webkit-transform: rotate(180deg) translate(0,50%);
    transform: rotate(180deg) translate(0,50%)
}

.reviews .slick-prev:before {
    color: transparent;
    width: 30px;
    height: 30px;
    background-image: url(./images/arrow-point-to-right.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.reviews .slick-next {
    width: 30px;
    height: 30px;
    border-radius: 2px;
    background-color: #f1f7ff;
    right: -50px
}

.reviews .slick-next:before {
    color: transparent;
    width: 30px;
    height: 30px;
    background-image: url(./images/arrow-point-to-right.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.reviews__link {
    padding: 15px 40px;
    border: 1px solid #F89C32;
    box-sizing: border-box;
    filter: drop-shadow(0px 2px 8px rgba(217, 100, 44, 0.2));
    text-decoration: none;
    border-radius: 34px;
    position: absolute;
    bottom: 18px;
    right: 530px
}

.reviews__link span {
    font-weight: 600;
    color: #F89C32;
    font-size: 18px;
    line-height: 18px;
    text-decoration: none
}

.reviews__link:hover {
    background: #F89C32;
    color: #fff
}

.reviews__link:hover span {
    color: #fff
}

.reviews .slick-dotted.slick-slider {
    margin-bottom: 0
}

@media (max-width: 1024px) {
    .reviews__img1,.reviews__img2,.reviews__img3 {
        display:none
    }

    .reviews-items {
        width: 100%;
        height: auto
    }

    .reviews-item {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 15px
    }

    .reviews__link {
        left: 60px;
        right: auto
    }

    .reviews .slider-pagination {
        right: 110px
    }
}

@media (max-width: 767px) {
    .reviews {
        padding:60px 0 35px;
        min-height: auto
    }

    .reviews-description {
        font-size: 24px;
        line-height: 36px
    }

    .reviews-items {
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: transparent;
        padding: 0
    }

    .reviews-item {
        -webkit-box-shadow: 3px 3px 8px rgba(41,56,82,.1);
        box-shadow: 3px 3px 8px rgba(41,56,82,.1);
        background-color: #fff;
        padding: 30px 20px
    }

    .reviews-item__id {
        display: none
    }

    .reviews-item__bottom {
        display: none
    }

    .reviews-item__top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 20px
    }

    .reviews-item__title {
        width: 100%;
        margin-bottom: 5px
    }

    .reviews-item__stars {
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .reviews-item__stars img {
        margin: 0;
        margin-right: 5px
    }

    .reviews__link {
        display: none
    }

    .reviews .slider-pagination {
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -22px;
    }

    .reviews .slick-next,.reviews .slick-prev {
        background-color: #fff
    }
}

.samples {
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 80px 0
}

.samples-title {
    color: #136ce9;
    font-family: josefin_sansregular;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px
}

.samples-description {
    color: #293852;
    font-family: josefin_sansbold;
    font-size: 36px;
    line-height: 63px;
    text-align: center;
    margin-bottom: 28px
}

.samples-body {
    width: 100%;
    height: auto;
    margin-top: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    border: 1px solid #dceeff
}

.samples-top {
    width: 100%;
    min-height: 60px;
    height: auto;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    background-color: #4d91f1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.samples-top div {
    color: #fff;
    font-family: josefin_sansbold;
    font-size: 24px;
    line-height: 42px;
    width: 24%
}

.samples-top div:nth-child(3),.samples-top div:nth-child(5) {
    width: 16%
}

.samples-item {
    width: 100%;
    min-height: 60px;
    height: auto;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.samples-item:nth-child(odd) {
    background-color: #f1f7ff
}

.samples-item div {
    width: 24%;
    color: #69779b;
    font-family: rubikregular;
    font-size: 18px;
    line-height: 27px
}

.samples-item div:nth-child(1) {
    color: #293852
}

.samples-item div:nth-child(3),.samples-item div:nth-child(5) {
    width: 16%
}

.samples-bottom {
    width: 100%;
    height: 94px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px;
    border-radius: 2px;
    background-color: #4d91f1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.samples-bottom__payment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    font-family: josefin_sansbold;
    font-size: 24px;
    line-height: 42px
}

.samples-bottom img {
    margin-left: 20px
}

.samples-bottom__order a {
    padding: 14px 30px 12px;
    -webkit-box-shadow: 0 2px 8px rgba(217,100,44,.2);
    box-shadow: 0 2px 8px rgba(217,100,44,.2);
    border-radius: 34px;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fdc830),to(#f37335));
    background-image: linear-gradient(180deg,#fdc830 0,#f37335 100%);
    color: #fff;
    font-family: josefin_sanssemibold;
    font-size: 18px;
    line-height: 21px;
    text-decoration: none;
    text-transform: uppercase
}

.samples-bottom__order a:hover {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(-45.83%,#fdc830),color-stop(214.58%,#ef4e00));
    background-image: linear-gradient(180deg,#fdc830 -45.83%,#ef4e00 214.58%);
    -webkit-box-shadow: 0 4px 8px rgba(217,100,44,.25);
    box-shadow: 0 4px 8px rgba(217,100,44,.25)
}

.content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 30px
}

.content .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.content-text {
    width: 50%
}

.content-text__title {
    color: #293852;
    font-family: josefin_sansbold;
    font-size: 36px;
    line-height: 46px;
    margin-top: -8px
}

main h3.head2 {
    font-family: josefin_sansbold;
    font-size: 30px;
    font-weight: 400;
    line-height: 53px;
    margin: 25px 0 0
}

.content-text p {
    color: #69779b;
    font-size: 18px;
    line-height: 27px
}

.content-text .jspTrack {
    width: 1px
}

.content-text .jspDrag {
    background: #136ce9;
    width: 3px;
    left: -1px
}

.content-text .jspVerticalBar {
    width: 3px;
    background: 0 0
}

.content-items {
    width: 570px;
    height: 270px;
    border: 1px solid #bff1f1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.content-item {
    display: flex;
    width: 50%;
    height: 116px;
    padding: 20px 30px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #293852;
    font-size: 18px;
    line-height: 27px;
    border-bottom: 1px solid #bff1f1
}

.content-item .medal {
    margin-right: 12px;
    min-width: 30px;
    height: 30px;
    background: url("./images/medal.jpg")
}

.content-item:nth-child(even) {
    border-left: 1px solid #bff1f1
}

.content-item p {
    max-width: 225px;
    margin: 0;
    padding: 0
}

.content-bottom {
    width: 100%;
    height: 38px;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #4ecccc;
    color: #fff;
    font-family: josefin_sanssemibold;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 1024px) {
    .content .wrap {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }

    .content-text {
        width: 100%;
        margin-bottom: 40px
    }

    .content-text p {
        padding-right: 35px
    }

    .content-items {
        width: 100%;
        height: auto
    }

    .content-item {
        height: auto;
        padding: 30px 19px
    }

    .content-item p {
        max-width: none
    }

    .samples-top {
        padding: 0 10px
    }

    .samples-top div {
        font-size: 21px;
        line-height: 30px;
        font-family: josefin_sanssemibold
    }

    .samples-top div:nth-child(3) {
        width: 16%
    }

    .samples-top div:nth-child(5) {
        width: 11%
    }

    .samples-body {
        border: none
    }

    .samples-item {
        padding: 0 15px
    }

    .samples-item div {
        font-size: 16px
    }

    .samples-item div:nth-child(3) {
        width: 15%
    }

    .samples-item div:nth-child(5) {
        width: 11%
    }

    .samples-bottom__payment {
        font-family: josefin_sanssemibold;
        font-size: 21px
    }
}

@media (max-width: 767px) {
    .content-text__title {
        font-size: 30px;
        line-height: 40px
    }

    .samples {
        padding: 60px 0
    }

    .samples-description {
        font-size: 24px;
        line-height: 36px
    }

    .samples-item div:nth-child(2),.samples-item div:nth-child(3),.samples-item div:nth-child(4) {
        display: none
    }

    .samples-item div:nth-child(1),.samples-item div:nth-child(5) {
        width: 50%
    }

    .samples-top div:nth-child(2),.samples-top div:nth-child(3),.samples-top div:nth-child(4) {
        display: none
    }

    .samples-top div:nth-child(1),.samples-top div:nth-child(5) {
        width: 50%
    }

    .samples-bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 30px 10px
    }

    .samples-bottom img {
        margin-left: 6px
    }

    .samples-bottom__payment {
        margin-bottom: 30px
    }

    .content-text p {
        margin: 0 0 10px
    }

    .content-item {
        width: 100%;
        font-size: 16px
    }

    .content-item:nth-child(even) {
        border-left: none
    }

    .content-bottom {
        height: auto;
        font-size: 18px;
        padding: 0 20px
    }
}

.cta {
    width: 100%;
    min-height: 238px;
    height: auto;
    border-radius: 2px;
    background-color: #f1f7ff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cta.wrap {
    margin-bottom: 80px
}

.cta_img {
    position: relative;
    width: 285px;
    height: 236px
}

.cta_img img {
    position: absolute;
    left: 60px;
    bottom: 0
}

.cta-content .cta-text {
    color: #136ce9;
    font-family: josefin_sansregular;
    font-size: 18px;
    line-height: 23px
}

.cta-content .cta-title {
    color: #293852;
    font-family: josefin_sansbold;
    font-size: 30px;
    line-height: 63px;
    margin-bottom: 20px
}

.cta-content .cta-link a {
    padding: 14px 30px 12px;
    -webkit-box-shadow: 0 2px 8px rgba(217,100,44,.2);
    box-shadow: 0 2px 8px rgba(217,100,44,.2);
    border-radius: 34px;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fdc830),to(#f37335));
    background-image: linear-gradient(180deg,#fdc830 0,#f37335 100%);
    color: #fff;
    font-family: josefin_sanssemibold;
    font-size: 18px;
    line-height: 21px;
    text-decoration: none;
    text-transform: uppercase
}

.cta-content .cta-link a:hover {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(-45.83%,#fdc830),color-stop(214.58%,#ef4e00));
    background-image: linear-gradient(180deg,#fdc830 -45.83%,#ef4e00 214.58%);
    -webkit-box-shadow: 0 4px 8px rgba(217,100,44,.25);
    box-shadow: 0 4px 8px rgba(217,100,44,.25)
}

@media (max-width: 1024px) {
    .cta.wrap {
        width:calc(100vw - 60px);
        margin: 0 auto;
        margin-bottom: 80px;
        padding: 0
    }

    .cta.wrap .cta__books {
        display: none
    }

    .cta-content {
        width: 47%
    }

    .cta-content .cta-text {
        margin-bottom: 10px
    }

    .cta-content .cta-title {
        font-size: 30px;
        line-height: 45px;
        margin-bottom: 24px
    }

    .cta_img {
        margin-right: 40px
    }
}

@media (max-width: 767px) {
    .cta.wrap {
        width:100%;
        margin-bottom: 0
    }

    .cta_img {
        display: none
    }

    .cta-content {
        width: 100%;
        text-align: center
    }

    .cta-content .cta-text {
        font-size: 16px
    }

    .cta-content .cta-title {
        font-size: 24px;
        line-height: 36px
    }
}

.cookie {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99;
    width: 100vw;
    min-height: 70px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background: rgba(77,145,241,.8)
}

.cookie-text {
    font-size: 16px;
    line-height: 25px;
    font-family: rubikregular;
    max-width: 780px
}

.cookie-text:before {
    content: attr(data-cookie)
}

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

.cookie .wrap {
    padding: 0 100px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cookie-button {
    background: #fff;
    border-radius: 34px;
    border: none;
    width: 86px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 90px;
    color: #f89e32;
    font-size: 16px;
    font-family: josefin_sanssemibold;
    outline: 0
}

.cookie-button:hover {
    color: #f37335
}

@media (max-width: 767px) {
    .cookie .wrap {
        padding:20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .cookie-text {
        max-width: none;
        width: 100%
    }

    .cookie-button {
        margin-left: 0
    }

    .wrap .cta.wrap {
        margin-left: -20px;
        width: 100vw
    }
}

.home-faq-description {
    color: #293852;
    font-family: josefin_sansbold;
    font-size: 36px;
    line-height: 63px;
    text-align: center;
    margin-bottom: 28px
}

.home-faq {
    padding-bottom: 100px
}

.home-faq dl {
    margin-bottom: 43px
}

.home-faq-btn {
    display: block;
    font-size: 16px;
    font-family: rubikregular;
    line-height: 23px;
    text-align: center;
    color: #4d91f1;
    text-decoration: none
}

@media (max-width: 1024px) {
    .home-faq-description {
        font-size:30px;
        line-height: 53px
    }
}

@media (max-width: 767px) {
    .home-faq-description {
        margin-bottom:15px;
        font-size: 24px;
        line-height: 34px
    }

    .last-content-item {
        padding: 30px 19px
    }
}

.seo-text {
    margin: 80px 0 80px 0;
}

.seo-text ul {
    padding-left: 0;
}

.seo-text ul li {
    position: relative;
    list-style: none;
    color: #69779b;
    font-family: rubikregular;
    font-size: 18px;
    line-height: 27px;
    margin: 0 0 20px;
    padding-left: 28px;
}

.seo-text ul li:before {
    content: ' ';
    top: 5px;
    left: 0;
    width: 13px;
    height: 13px;
    background-image: url(./images/check-mark.svg);
    position: absolute
}

.sub_mail_block {
    background: #4ECCCC;
    padding: 20px 27px;
    box-sizing: border-box;
}

.sub_mail_block .locked-discount, .sub_mail_block .unlocked-discount, .sub_mail_block .used-discount {
    display: none;
    position: relative;
}

.sub_mail_block.locked .locked-discount {
    display: block;
}

.sub_mail_block.unlocked .unlocked-discount {
    display: block;
}

.sub_mail_block.used .used-discount {
    display: block;
}

.sub_mail_block.unlocked {
    padding-right: 0;
}

.banner-calc-wrapper {
    max-width: 312px;
    z-index: 1;
}

.sub_mail_block .desc p {
    font-family: rubikregular;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */
    margin-bottom: 0;
    text-align: left;
    color: #FFFFFF;
}

.sub_mail_block .title {
    font-family: josefin_sanssemibold;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */
    margin-bottom: 4px;
    text-align: center;
    color: #FFFFFF;
}

.used-discount .title {
    font-size: 19px;
}

.unlocked-discount .title {
    font-size: 24px;
    text-align: left;
}

.used-discount .desc p {
    text-align: center;
}

.used-discount .desc span, .unlocked-discount .desc span {
    font-family: rubikmedium;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    /* identical to box height, or 129% */
    padding-left: 5px;
    text-align: right;
    color: #FFFFFF;
}

.locked-discount .desc p {
    margin-bottom: 15px;
}

.unlocked-discount .desc p {
    text-align: left;
}

.locked-discount .input-field {
    display: flex;
}

.locked-discount input {
    max-width: 178px;
    height: 42px;
    font-family: rubikregular;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 42px;
    color: #69779B;
    padding-left: 16px;
    padding-right: 10px;
    border: 1px solid #B3B3B3;
    box-sizing: border-box;
    border-radius: 2px;
    border-right: none;
}

.locked-discount input:focus {
    outline: none;
}

.locked-discount button {
    appearance: none;
    outline: 0;
    width: 74px;
    height: 42px;
    background: #F89E32;
    border-radius: 0px 2px 2px 0px;
    font-family: josefin_sanssemibold;
    font-style: normal;
    font-size: 16px;
    line-height: 40px;
    color: #FFFFFF;
    border: 0;
    cursor: pointer;
}

.locked-discount button:hover {
    background: #F37335;
}

.error__info {
    display: none;
    font-family: rubikregular;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    position: absolute;
    left: 16px;
    bottom: -16px;
    color: #FE596C;
}

.input-field.error .error__info {
    display: block;
}

.input-field.error input {
    border-color: #FE596C;
}

.coupon-hidden {
    display: none!important;
}

/*mini-adv*/
.mini-advantages {
    background: #71A7F4;
    padding: 30px 0;
}

.adv-wrapper {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}

.adv-block {
    display: flex;
    max-width: 370px;
}

.adv-block img {
    width: 54px;
    height: 54px;
    margin-right: 16px;
}

.adv-title {
    font-family: josefin_sansregular;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 140%;
    /* identical to box height, or 34px */
    margin-bottom: 10px;
    color: #FFFFFF;
}

.adv-desc {
    font-family: rubikregular;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
}

@media(max-width: 1172px) {
    .adv-wrapper {
        /*justify-content: center;*/
    }

    .adv-block {
        flex-direction: column;
        align-items: center;
        max-width: 250px;
        text-align: center;
    }
}

@media (max-width: 815px) {
    .adv-block {
        max-width: 216px;
    }

    .adv-block img {
        margin-bottom: 16px;
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .adv-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .adv-block {
        margin-bottom: 30px;
        max-width: unset;
    }

    .adv-title {
        font-size: 20px;
    }

    .adv-block:last-child {
        margin-bottom: 0;
    }
}

/*free features */
.free-features {
    padding: 100px 0 0;
}

.features-block {
    background: #F1F7FF;
    box-shadow: 0px 2px 0px #4D91F1;
    border-radius: 0px;
    padding: 40px 40px 40px 70px;
    max-width: 1070px;
    box-sizing: border-box;
    margin: 0 0 0 auto;
    position: relative;
}

.f-gift {
    position: absolute;
    left: -110px;
    top: 50%;
    transform: translateY(-50%);
}

.free-features_title {
    font-family: josefin_sansbold;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 120%;
    /* or 43px */
    margin-bottom: 56px;
    text-align: center;
    color: #293852;
}

.features {
    display: flex;
    justify-content: space-between;
    margin-bottom: 46px;
    flex-flow: row wrap;
}

.features_col {
    max-width: 465px;
    width: 100%;
}

.feature-field {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
}

.feature-field:after {
    position: absolute;
    content: '';
    height: 1px;
    border-bottom: 1px dashed #AFD8D8;
    top: 30px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 0;
}

.feature-field:last-child {
    margin-bottom: 0;
}

.f-title {
    font-family: rubikmedium;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    color: #293852;
    z-index: 1;
    background: #F1F7FF;
    padding-right: 5px;
}

.f-price-block {
    display: flex;
    align-items: center;
    z-index: 1;
    background: #F1F7FF;
    padding-left: 5px;
}

.f-price {
    font-size: 18px;
    line-height: 27px;
    /* identical to box height, or 150% */
    margin-right: 10px;
    color: #69779B;
}

.f-line {
    border-bottom: 1px dashed #AFD8D8;
    width: 20%;
}

.f-free {
    text-transform: uppercase;
    font-family: josefin_sansregular;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 150%;
    /* or 36px */
    background: #4ECCCC;
    border-radius: 2px;
    padding: 8px 14px;
    color: #FFFFFF;
}

.features-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.f-final-price {
    font-family: rubikmedium;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    /* identical to box height, or 36px */
    color: #293852;
}

.f-final-price .lined, .f-price span {
    text-decoration: line-through;
    text-decoration-color: #FF5A5A
}

.f-final-price .free {
    font-family: josefin_sanssemibold;
    font-style: normal;
    font-weight: bold;
    /* or 36px */
    color: #4ECCCC;
}

.features-bottom a {
    max-width: 310px;
}

@media(max-width: 1100px) {
    .features_col:first-child .feature-field:last-child {
        margin-bottom: 30px;
    }

    .features-block {
        padding: 40px;
        max-width: 640px;
    }

    .features_col {
        max-width: unset;
    }

    .features {
        justify-content: center;
    }

    .features-bottom {
        flex-direction: column;
    }

    .f-final-price {
        margin-bottom: 30px;
    }
}

@media(max-width: 767px) {
    .features-block {
        margin: 0 auto;
    }

    .feature-field:after {
        display: none;
    }

    .f-gift {
        width: 93px;
        height: 93px;
        bottom: unset;
        top: -50px;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width: 500px) {
    .feature-field {
        margin-bottom: 10px;
    }

    .features_col:first-child .feature-field:last-child {
        margin-bottom: 10px;
    }

    .f-title {
        font-size: 16px;
    }

    .f-price {
        font-size: 14px;
    }

    .f-free {
        font-size: 16px;
        padding: 4px 7px;
    }

    .feature-field:after {
        top: 18px;
    }

    .f-final-price {
        font-size: 16px;
        text-align: center;
        width: 180px;
    }

    .features-bottom .order-btn {
        padding: 16px 30px;
    }
}

@media (max-width: 390px) {
    .features-block {
        padding: 72px 19px 40px;
    }
}

.dis.banner {
    height: 730px;
}


.wrap {
    width: 1170px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    overflow-x: hidden
}

body {
    margin: 0;
    overflow-x: hidden;
    position: relative;
    font-family: rubikregular;
    font-size: 16px;
    line-height: 1.3
}

.overflow-hidden {
    overflow: hidden;
    position: fixed;
    height: 100%
}

.overlay {
    -webkit-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out
}

.overlay-active {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    z-index: 99
}

select::-ms-expand {
    display: none
}

.title {
    color: #434343;
    font-family: rubikmedium;
    font-size: 48px
}

@media (max-width: 1200px) {
    .wrap {
        width:100vw;
        padding: 0 30px
    }
}

@media (max-width: 767px) {
    img {
        max-width:90vw
    }

    .wrap {
        padding: 0 20px
    }
}

main .text-title {
    font-size: 36px;
    line-height: 54px;
    font-family: josefin_sansbold;
    color: #293852;
    margin-bottom: 10px
}

.testimonials-section,main p {
    color: #69779b;
    font-family: rubikregular;
    font-size: 18px;
    line-height: 27px;
    margin: 0 0 20px
}

main p a {
    color: #4d91f1;
    text-decoration: none
}

main p a:focus {
    color: #136ce9;
    text-decoration: underline
}

main p a:visited {
    color: #2d78b9;
    text-decoration: underline
}

main.service ul {
    padding: 0;
    margin: 0
}

main.service ul li {
    list-style-type: none;
    color: #69779b;
    font-family: rubikregular;
    font-size: 18px;
    line-height: 27px;
    padding-left: 20px;
    margin-bottom: 20px;
    position: relative
}

main.service ul li:before {
    content: ' ';
    width: 5px;
    height: 5px;
    background-color: #4ecccc;
    margin-right: 16px;
    position: absolute;
    left: 0;
    top: 9px;
    border-radius: 2px
}

main.service ul li a {
    color: #4d91f1;
    text-decoration: none
}

h1.banner-content__title {
    font-size: 50px;
    line-height: 60px
}

main.service ul li a:visited {
    color: #2d78b9;
    text-decoration: underline
}

main.service ol {
    padding: 0;
    margin: 0 0 20px
}

main.service ol li {
    list-style-type: none;
    padding-left: 20px;
    margin-bottom: 20px;
    color: #69779b;
    font-family: rubikregular;
    font-size: 18px;
    line-height: 27px;
    position: relative
}

main.service ol li:first-child {
    counter-reset: index
}

main.service ol li:before {
    content: counter(index,decimal);
    counter-increment: index;
    color: #136ce9;
    font-family: rubikregular;
    font-size: 18px;
    line-height: 27px;
    padding-right: 19px;
    left: 0;
    position: absolute
}

main h2 {
    font-family: josefin_sansbold;
    font-size: 30px;
    font-weight: 400;
    line-height: 53px;
    margin: 25px 0 0
}

main h3 {
    font-family: josefin_sansbold;
    font-size: 24px;
    font-weight: 400;
    line-height: 42px;
    margin: 25px 0 0
}

main h4 {
    font-family: josefin_sansbold;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    margin: 25px 0 0
}

.static-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 100px
}

.page-title {
    text-align: left;
    color: #293852;
    font-size: 36px;
    font-family: josefin_sansbold;
    margin-top: 70px;
    margin-bottom: 25px
}

.page-title h1 {
    font-weight: 400;
    font-size: 36px
}

.static-page h2 {
    font-family: josefin_sansbold;
    font-size: 30px;
    font-weight: 400;
    line-height: 53px;
    margin: 25px 0 0
}

.static-page h3 {
    font-family: josefin_sansbold;
    font-size: 24px;
    font-weight: 400;
    line-height: 42px;
    margin: 25px 0 0
}

.static-page h4 {
    font-family: josefin_sansbold;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    margin: 25px 0 0
}

.page-content {
    width: 870px
}

.static-page .sidebar {
    width: 270px
}

.static-page .sidebar-item {
    width: 100%;
    margin-bottom: 30px
}

.sidebar-item.calculator {
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #88b9fe;
    padding: 30px 20px;
    -webkit-box-shadow: 3px 3px 8px rgba(41,56,82,.1);
    box-shadow: 3px 3px 8px rgba(41,56,82,.1);
    background-color: #fff
}

.sidebar-item.calculator .calculator__title {
    color: #293852;
    font-family: josefin_sansbold;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px
}

.sidebar-item.calculator .calculator-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.sidebar-item.calculator .calculator-item {
    margin-bottom: 15px
}

.sidebar-item.calculator .calculator-item p {
    color: #69779b;
    font-family: rubikregular;
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 5px;
    padding: 0
}

.sidebar-item.calculator .calculator-item select {
    width: 100%;
    height: 42px;
    border-radius: 2px;
    background-color: #edf4ff;
    background-image: url(./images/down-arrow.svg);
    background-repeat: no-repeat;
    background-position: 94% center;
    color: #293852;
    font-family: rubikregular;
    font-size: 16px;
    line-height: 19px;
    padding-left: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: 0;
    text-overflow: ellipsis;
    overflow: hidden!important;
    padding-right: 25px
}

.sidebar-item.calculator .calculator-item__pages {
    width: 152px;
    height: 42px;
    border-radius: 2px;
    background-color: #edf4ff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0
}

.sidebar-item.calculator .calculator-item__pages li {
    list-style-type: none
}

.sidebar-item.calculator .calculator-item__pages li:first-child,.sidebar-item.calculator .calculator-item__pages li:last-child {
    width: 42px;
    height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.sidebar-item.calculator .calculator-item__pages li input {
    width: 68px;
    height: 100%;
    background-color: transparent;
    color: #293852;
    font-family: rubikregular;
    font-size: 16px;
    line-height: 19px;
    border: none;
    outline: 0;
    text-align: center
}

.sidebar-item.calculator .calculator__total {
    color: #136ce9;
    font-family: rubikregular;
    font-size: 30px;
    line-height: 42px;
    min-width: 51px;
    max-width: 85px;
    width: auto;
    padding-right: 10px
}

.sidebar-item.calculator button {
    width: 100%;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-family: josefin_sanssemibold;
    font-size: 18px;
    -webkit-box-shadow: 0 2px 8px rgba(217,100,44,.2);
    box-shadow: 0 2px 8px rgba(217,100,44,.2);
    border-radius: 34px;
    text-transform: uppercase;
    margin-top: 14px;
    border: none;
    outline: 0;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(-45.83%,#fdc830),color-stop(214.58%,#f37335));
    background-image: linear-gradient(180deg,#fdc830 -45.83%,#f37335 214.58%)
}

.sidebar-item.calculator button:hover {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(-45.83%,#fdc830),color-stop(214.58%,#ef4e00));
    background-image: linear-gradient(180deg,#fdc830 -45.83%,#ef4e00 214.58%);
    -webkit-box-shadow: 0 4px 8px rgba(217,100,44,.25);
    box-shadow: 0 4px 8px rgba(217,100,44,.25)
}

.help {
    border: 1px solid #bff1f1;
    border-radius: 2px
}

.help .help-title {
    width: 100%;
    height: 38px;
    background-color: #4ecccc;
    color: #fff;
    font-family: josefin_sansbold;
    font-size: 18px;
    line-height: 42px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px
}

.help .help-item {
    border-bottom: 1px solid #bff1f1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    min-height: 60px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.help .help-item img {
    margin-right: 15px
}

.help .help-item:last-child {
    border-bottom: none
}

.statistics {
    border-radius: 2px;
    background-color: #dceeff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 20px
}

.statistics .statistics-item {
    width: 100%;
    height: 61px;
    background-color: #fff;
    border-radius: 2px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.statistics .statistics-item:nth-child(1) {
    border-radius: 2px 20px 2px 2px
}

.statistics .statistics-item:nth-child(4) {
    border-radius: 2px 2px 20px 2px;
    margin-bottom: 0
}

.statistics .statistics-item:nth-child(4) svg {
    margin-right: 30px
}

.statistics .statistics-number {
    color: #4ecccc;
    font-family: josefin_sanssemibold;
    font-size: 24px;
    line-height: 26px
}

.statistics .statistics-text {
    color: #69779b;
    font-size: 16px;
    line-height: 20px
}

.testimonial {
    border: 1px solid #bff1f1;
    padding-bottom: 30px
}

.testimonial .slider {
    margin-bottom: 0
}

.testimonial .testimonial-item {
    width: 100%;
    height: auto;
    border: none;
    min-height: 214px;
    border-radius: 2px;
    background-color: #fff;
    padding: 30px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.testimonial .testimonial-item__top {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 16px
}

.testimonial .testimonial-item__title {
    color: #136ce9;
    font-size: 18px;
    line-height: 25px;
    width: 100%;
    margin-bottom: 10px
}

.testimonial .testimonial-item__stars {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.testimonial .testimonial-item__stars img {
    margin-right: 5px
}

.testimonial .testimonial-item__text {
    color: #69779b;
    font-size: 18px;
    line-height: 27px
}

.testimonial .testimonial-item__id {
    color: #293852;
    font-size: 18px;
    line-height: 1.2;
    margin: 18px 0 0
}

.testimonial .slider-pagination2 {
    width: 127px;
    height: 30px;
    margin: 0 auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #136ce9;
    font-family: rubikregular;
    font-size: 16px
}

.testimonial .slider-pagination2__dots {
    position: relative;
    width: 14px
}

.testimonial .slider-pagination2 ul.slick-dots {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    bottom: auto;
    position: relative
}

.testimonial .slider-pagination2 ul.slick-dots li {
    width: auto;
    margin: 0 2px;
    color: #136ce9;
    font-family: rubikregular;
    font-size: 16px;
    line-height: 1.3;
    display: none
}

.testimonial .slider-pagination2 ul.slick-dots li.slick-active {
    display: block
}

.testimonial .slider-pagination2 .slick-prev {
    width: 30px;
    height: 30px;
    border-radius: 2px;
    background-color: #f1f7ff;
    left: 0;
    -webkit-transform: rotate(180deg) translate(0,50%);
    transform: rotate(180deg) translate(0,50%)
}

.testimonial .slider-pagination2 .slick-prev:before {
    color: transparent;
    width: 30px;
    height: 30px;
    background-image: url(./images/arrow-point-to-right.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.testimonial .slider-pagination2 .slick-next {
    width: 30px;
    height: 30px;
    border-radius: 2px;
    background-color: #f1f7ff;
    right: 0
}

.testimonial .slider-pagination2 .slick-next:before {
    color: transparent;
    width: 30px;
    height: 30px;
    background-image: url(./images/arrow-point-to-right.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.pagination {
    width: 167px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    margin-top: 40px
}

.pagination a {
    color: #8ab7f7;
    font-size: 16px;
    text-decoration: none;
    line-height: 23px
}

.pagination a.active {
    color: #136ce9
}

.pagination-prev {
    width: 30px;
    height: 30px;
    border-radius: 2px;
    background-color: #f1f7ff;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    position: relative
}

.pagination-prev:before {
    content: ' ';
    position: absolute;
    color: transparent;
    width: 30px;
    height: 30px;
    background-image: url(./images/arrow-point-to-right.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.pagination-next {
    width: 30px;
    height: 30px;
    border-radius: 2px;
    background-color: #f1f7ff;
    position: relative
}

.pagination-next:before {
    content: ' ';
    position: absolute;
    color: transparent;
    width: 30px;
    height: 30px;
    background-image: url(./images/arrow-point-to-right.svg);
    background-repeat: no-repeat;
    background-position: center center
}

@media (max-width: 1024px) {
    .page-content {
        width:100%
    }

    .static-page .sidebar {
        display: none
    }
}

.sample-item {
    width: 100%;
    min-height: 150px;
    height: auto;
    padding: 25px 30px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #bff1f1;
    border-radius: 2px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px
}

.sample-item:last-child {
    margin-bottom: 0
}

.sample-item__content {
    width: 690px
}

.sample-item__title {
    display: block;
    color: #293852;
    font-family: josefin_sanssemibold;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
    text-decoration: none
}

.service .sample-item__title {
    margin-bottom: 0
}

.sample-item__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 65px
}

.sample-item__info-block {
    width: 50%
}

.sample-item__elem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.sample-item__elem:nth-child(1) div:nth-child(1),.sample-item__elem:nth-child(2) div:nth-child(1) {
    min-width: 85px
}

.sample-item__elem:nth-child(3) div:nth-child(1),.sample-item__elem:nth-child(4) div:nth-child(1) {
    min-width: 85px
}

.sample-item__elem:nth-child(5) div:nth-child(1),.sample-item__elem:nth-child(6) div:nth-child(1) {
    min-width: 85px
}

.sample-item__elem div:nth-child(1) {
    margin-right: 20px;
    color: #293852;
    font-family: rubikregular;
    font-size: 14px;
    line-height: 28px
}

.sample-item__elem div:nth-child(2) {
    color: #69779b;
    font-family: rubikregular;
    font-size: 14px;
    line-height: 28px
}

.sample-item__img {
    display: block;
    width: 86px;
    height: 86px;
    background-image: url(./images/pdf.svg);
    background-position: left center;
    text-decoration: none
}

.sample-item:hover {
    -webkit-box-shadow: 3px 3px 8px rgba(41,56,82,.1);
    box-shadow: 3px 3px 8px rgba(41,56,82,.1);
    border: 1px solid #4ecccc
}

.sample-item:hover .sample-item__title {
    color: #136ce9
}

.sample-item:hover .sample-item__img {
    background-position: right center
}

.sample .subscribe {
    width: 100%;
    height: 185px;
    border-radius: 2px;
    padding: 30px 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f1f7ff;
    background-image: url(./images/mask.svg);
    position: relative;
    margin-bottom: 30px
}

.sample .subscribe__img {
    position: absolute;
    width: 148px;
    height: 205px;
    right: 40px;
    bottom: 0
}

.sample .subscribe-title {
    color: #293852;
    font-family: josefin_sansbold;
    font-size: 24px;
    line-height: 42px
}

.subscribe-title-access {
    color: #293852;
    font-family: josefin_sansbold;
    font-size: 24px;
    line-height: 42px;
    display: none
}

.subscribe-form-coupon {
    width: 220px;
    color: #293852;
    font-family: josefin_sansbold;
    font-size: 24px;
    line-height: 48px;
    margin-right: 40px;
    display: none
}

.sample .subscribe-text {
    color: #69779b;
    font-size: 18px;
    line-height: 27px
}

.subscribe-text-access {
    color: #69779b;
    font-size: 18px;
    line-height: 27px;
    display: none
}

.sample .subscribe-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
    position: relative
}

.sample .subscribe-input {
    width: 220px;
    height: 48px;
    border-radius: 2px;
    border: 1px solid #d2e9ff;
    background-color: #fff;
    color: #69779b;
    font-size: 16px;
    line-height: 19px;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 40px;
    outline: 0
}

.sample .subscribe-input::-webkit-input-placeholder {
    color: #69779b
}

.sample .subscribe-input:-ms-input-placeholder {
    color: #69779b
}

.sample .subscribe-input::placeholder {
    color: #69779b
}

.sample .subscribe-input:active::-webkit-input-placeholder,.sample .subscribe-input:focus::-webkit-input-placeholder {
    color: transparent
}

.sample .subscribe-input:active:-ms-input-placeholder,.sample .subscribe-input:focus:-ms-input-placeholder {
    color: transparent
}

.sample .subscribe-input:active::placeholder,.sample .subscribe-input:focus::placeholder {
    color: transparent
}

.sample .subscribe-button {
    width: 220px;
    height: 48px;
    -webkit-box-shadow: 0 2px 8px rgba(217,100,44,.2);
    box-shadow: 0 2px 8px rgba(217,100,44,.2);
    border-radius: 34px;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(-45.83%,#fdc830),color-stop(214.58%,#f37335));
    background-image: linear-gradient(180deg,#fdc830 -45.83%,#f37335 214.58%);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: josefin_sanssemibold;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 21px;
    border: none;
    outline: 0
}

.sample .subscribe-button:hover {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(-45.83%,#fdc830),color-stop(214.58%,#ef4e00));
    background-image: linear-gradient(180deg,#fdc830 -45.83%,#ef4e00 214.58%);
    -webkit-box-shadow: 0 4px 8px rgba(217,100,44,.25);
    box-shadow: 0 4px 8px rgba(217,100,44,.25)
}

.subscribe-button-access {
    width: 220px;
    height: 48px;
    -webkit-box-shadow: 0 2px 8px rgba(217,100,44,.2);
    box-shadow: 0 2px 8px rgba(217,100,44,.2);
    border-radius: 34px;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(-45.83%,#fdc830),color-stop(214.58%,#f37335));
    background-image: linear-gradient(180deg,#fdc830 -45.83%,#f37335 214.58%);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: josefin_sanssemibold;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 48px;
    text-align: center;
    border: none;
    outline: 0;
    text-decoration: none;
    display: none
}

.subscribe-button-access:hover {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(-45.83%,#fdc830),color-stop(214.58%,#ef4e00));
    background-image: linear-gradient(180deg,#fdc830 -45.83%,#ef4e00 214.58%);
    -webkit-box-shadow: 0 4px 8px rgba(217,100,44,.25);
    box-shadow: 0 4px 8px rgba(217,100,44,.25)
}

form#subscribeForm p.error-alert {
    position: absolute;
    bottom: -45px;
    color: #ff1018;
    font-size: 14px
}

.service .subscribe-form.has-error-field .subscribe-input {
    border: 1px solid #ff1018
}

.service form#subscribeForm p.error-alert {
    bottom: 0
}

.service form#subscribeForm p.error-alert .subscribe-content.accessed .subscribe-button,.subscribe-content.accessed .subscribe-input,.subscribe-content.accessed .subscribe-text,.subscribe-content.accessed .subscribe-title {
    display: none
}

.subscribe-content.accessed .subscribe-button-access,.subscribe-content.accessed .subscribe-form-coupon,.subscribe-content.accessed .subscribe-text-access,.subscribe-content.accessed .subscribe-title-access {
    display: block
}

@media (max-width: 767px) {
    .service form#subscribeForm p.error-alert {
        bottom:65px
    }

    .sample-item__img {
        display: none
    }

    .sample-item__info {
        height: auto
    }

    .sample .subscribe {
        background-image: none;
        height: auto
    }

    .sample .subscribe-form {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .sample .subscribe-input {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px
    }

    .sample .subscribe-button {
        width: 100%
    }
}

.order .page-title {
    text-align: center
}

.order .static-page img {
    margin: 0 auto
}

.error .page-title {
    text-align: center;
    margin-bottom: 45px
}

.error .static-page {
    display: block;
    text-align: center
}

.error .static-page img {
    margin: 0 auto
}

.error-buttons {
    width: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    margin-top: 50px
}

.error-buttons a:nth-child(1) {
    width: 179px;
    height: 48px;
    -webkit-box-shadow: 0 2px 8px rgba(217,100,44,.2);
    box-shadow: 0 2px 8px rgba(217,100,44,.2);
    border-radius: 34px;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(-45.83%,#fdc830),color-stop(214.58%,#f37335));
    background-image: linear-gradient(180deg,#fdc830 -45.83%,#f37335 214.58%);
    color: #fff;
    font-family: josefin_sanssemibold;
    font-size: 18px;
    line-height: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    text-transform: uppercase
}

.error-buttons a:nth-child(1):hover {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(-45.83%,#fdc830),color-stop(214.58%,#ef4e00));
    background-image: linear-gradient(180deg,#fdc830 -45.83%,#ef4e00 214.58%);
    -webkit-box-shadow: 0 4px 8px rgba(217,100,44,.25);
    box-shadow: 0 4px 8px rgba(217,100,44,.25)
}

.error-buttons a:nth-child(2) {
    width: 179px;
    height: 48px;
    border-radius: 34px;
    border: 1px solid #f89e32;
    background-color: #fff;
    color: #f89e32;
    font-family: rubikregular;
    font-size: 18px;
    line-height: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    text-transform: uppercase
}

.error-buttons a:nth-child(2):hover {
    border: 1px solid #f37335;
    color: #f37335
}

@media (max-width: 767px) {
    .error-buttons {
        width:100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .error-buttons a:nth-child(1) {
        margin-bottom: 20px
    }
}

.contacts .page-title {
    margin-bottom: 10px
}

.contacts .page-description {
    font-size: 18px;
    line-height: 28px;
    color: #69779b
}

.contacts .static-page {
    display: block;
    padding-bottom: 50px
}

.contacts-items {
    margin-top: 30px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    margin-bottom: 100px
}

.contacts-items:before {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #4d91f1;
    top: 42px;
    z-index: -1
}

.contacts-item {
    width: 270px;
    height: 187px;
    background: #f1f7ff
}

.contacts-item__head {
    height: 80px;
    border-bottom: 2px solid #4d91f1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    line-height: 26px;
    color: #293852
}

.contacts-item__head img {
    margin-right: 20px
}

.contacts-item__text {
    font-size: 16px;
    line-height: 26px;
    color: #69779b;
    padding: 30px 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center
}

.contacts .subscribe {
    width: 100%;
    height: 157px;
    border-radius: 2px;
    padding: 30px 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f1f7ff;
    background-image: url(./images/mask.svg);
    background-position: 105% top;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 30px
}

.contacts .subscribe__img {
    position: absolute;
    width: 148px;
    height: 205px;
    right: 40px;
    bottom: 0
}

.contacts .subscribe-content {
    width: 870px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.contacts .subscribe-title {
    color: #293852;
    font-family: josefin_sansbold;
    font-size: 24px;
    line-height: 42px
}

.contacts .subscribe-text {
    color: #69779b;
    font-size: 18px;
    line-height: 27px
}

.contacts .subscribe-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px
}

.contacts .subscribe-input {
    width: 220px;
    height: 48px;
    border-radius: 2px;
    border: 1px solid #d2e9ff;
    background-color: #fff;
    color: #69779b;
    font-size: 16px;
    line-height: 19px;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 40px;
    outline: 0
}

.contacts .subscribe-input::-webkit-input-placeholder {
    color: #69779b
}

.contacts .subscribe-input:-ms-input-placeholder {
    color: #69779b
}

.contacts .subscribe-input::placeholder {
    color: #69779b
}

.contacts .subscribe-input:active::-webkit-input-placeholder,.contacts .subscribe-input:focus::-webkit-input-placeholder {
    color: transparent
}

.contacts .subscribe-input:active:-ms-input-placeholder,.contacts .subscribe-input:focus:-ms-input-placeholder {
    color: transparent
}

.contacts .subscribe-input:active::placeholder,.contacts .subscribe-input:focus::placeholder {
    color: transparent
}

.contacts .subscribe-button {
    width: 220px;
    height: 48px;
    -webkit-box-shadow: 0 2px 8px rgba(217,100,44,.2);
    box-shadow: 0 2px 8px rgba(217,100,44,.2);
    border-radius: 34px;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(-45.83%,#fdc830),color-stop(214.58%,#f37335));
    background-image: linear-gradient(180deg,#fdc830 -45.83%,#f37335 214.58%);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: josefin_sanssemibold;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 21px;
    border: none;
    outline: 0
}

.contacts .subscribe-button:hover {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(-45.83%,#fdc830),color-stop(214.58%,#ef4e00));
    background-image: linear-gradient(180deg,#fdc830 -45.83%,#ef4e00 214.58%);
    -webkit-box-shadow: 0 4px 8px rgba(217,100,44,.25);
    box-shadow: 0 4px 8px rgba(217,100,44,.25)
}

@media (max-width: 1024px) {
    .contacts-items {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }

    .contacts-item {
        height: auto;
        min-height: 187px;
        padding-bottom: 15px;
        margin-bottom: 20px
    }

    .contacts .subscribe {
        background-image: none;
        padding: 20px;
        height: auto
    }

    .contacts .subscribe-content {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width: 767px) {
    .contacts .subscribe {
        background-image:none
    }

    .contacts .subscribe-form {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .contacts .subscribe-input {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px
    }

    .contacts .subscribe-button {
        width: 100%
    }
}

.faq dl div {
    width: 100%;
    border: 1px solid #bff1f1;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 30px;
    margin-bottom: 20px
}

.faq dl dt {
    color: #293852;
    font-family: josefin_sansregular;
    font-size: 18px;
    line-height: 25px;
    background-image: url(./images/add.svg);
    background-repeat: no-repeat;
    background-position: 100% 7px
}

.faq dl dt.checked {
    color: #136ce9;
    background-image: url(./images/remove.svg)
}

.faq dl dd {
    display: none;
    color: #69779b;
    font-family: rubikregular;
    font-size: 18px;
    line-height: 27px;
    margin: 0;
    padding-top: 10px
}

@media (max-width: 767px) {
    .faq dl div {
        padding:15px
    }
}

.pricing .page-title {
    margin-bottom: 10px
}

.pricing .page-description {
    color: #69779b;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 25px
}

.pricing-items {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-bottom: 30px
}

.pricing-items:before {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #4d91f1;
    top: 24px;
    z-index: -1
}

.pricing-item {
    width: 195px;
    height: 50px;
    background: #f1f7ff;
    border-radius: 2px;
    border-bottom: 2px solid #4d91f1;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #293852
}

.pricing-table {
    margin-bottom: 27px
}

.pricing-head {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pricing-head__left {
    width: 16.6%;
    height: 120px;
    background: #71a7f4;
    color: #fff;
    font-size: 18px;
    font-family: josefin_sansregular;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pricing-head__right {
    width: 83.4%;
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.pricing-head__title {
    width: 100%;
    height: 60px;
    background: #4d91f1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    font-family: josefin_sansregular
}

.pricing-head__row {
    width: 100%;
    height: 60px;
    background: #f1f7ff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pricing-head__elem {
    width: 20%;
    color: #293852;
    font-size: 18px;
    font-family: josefin_sanssemibold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pricing-row {
    width: 100%;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border-left: 1px solid #f1f7ff;
    border-right: 1px solid #f1f7ff
}

.pricing-row:nth-child(odd) {
    background: #f1f7ff
}

.pricing-col {
    width: 16.6%;
    height: 100%;
    font-size: 18px;
    color: #69779b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: background .3s,color .3s;
    transition: background .3s,color .3s;
    text-decoration: none
}

.pricing-col:nth-child(1) {
    color: #293852
}

div.pricing-col.ddl.active {
    background: #fff;
    border: 1px solid #ff9300;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    color: #ff9300;
    cursor: pointer;
    -webkit-transition: background .3s,color .3s;
    transition: background .3s,color .3s
}

a.pricing-col:hover {
    background: #fff;
    border: 1px solid #ff9300;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    color: #ff9300;
    cursor: pointer;
    -webkit-transition: background .3s,color .3s;
    transition: background .3s,color .3s
}

.pricing-bottom {
    width: 100%;
    height: 60px;
    padding: 0 32px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #4d91f1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.pricing-bottom__pay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-family: josefin_sansregular
}

.pricing-bottom__pay div:nth-child(1) {
    margin-right: 20px
}

.pricing-bottom__pay div img {
    margin-right: 20px;
    width: 42px;
    height: 33px
}

.ae_ico {
    border-radius: 5px
}

.pricing-bottom__secured {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-family: josefin_sansregular
}

.pricing-bottom__secured div {
    margin-right: 20px
}

.pricing-bottom__secured img {
    width: 161px;
    height: 33px
}

.pricing .subscribe {
    width: 100%;
    height: 185px;
    border-radius: 2px;
    padding: 30px 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f1f7ff;
    background-image: url(./images/mask.svg);
    position: relative;
    margin-top: 40px
}

.pricing .subscribe__img {
    position: absolute;
    width: 148px;
    height: 205px;
    right: 40px;
    bottom: 0
}

.pricing .subscribe-title {
    color: #293852;
    font-family: josefin_sansbold;
    font-size: 24px;
    line-height: 42px
}

.pricing .subscribe-text {
    color: #69779b;
    font-size: 18px;
    line-height: 27px
}

.pricing .subscribe-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px
}

.pricing .subscribe-input {
    width: 220px;
    height: 48px;
    border-radius: 2px;
    border: 1px solid #d2e9ff;
    background-color: #fff;
    color: #69779b;
    font-size: 16px;
    line-height: 19px;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 40px;
    outline: 0
}

.pricing .subscribe-input::-webkit-input-placeholder {
    color: #69779b
}

.pricing .subscribe-input:-ms-input-placeholder {
    color: #69779b
}

.pricing .subscribe-input::placeholder {
    color: #69779b
}

.pricing .subscribe-input:active::-webkit-input-placeholder,.pricing .subscribe-input:focus::-webkit-input-placeholder {
    color: transparent
}

.pricing .subscribe-input:active:-ms-input-placeholder,.pricing .subscribe-input:focus:-ms-input-placeholder {
    color: transparent
}

.pricing .subscribe-input:active::placeholder,.pricing .subscribe-input:focus::placeholder {
    color: transparent
}

.pricing .subscribe-button {
    width: 220px;
    height: 48px;
    -webkit-box-shadow: 0 2px 8px rgba(217,100,44,.2);
    box-shadow: 0 2px 8px rgba(217,100,44,.2);
    border-radius: 34px;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(-45.83%,#fdc830),color-stop(214.58%,#f37335));
    background-image: linear-gradient(180deg,#fdc830 -45.83%,#f37335 214.58%);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: josefin_sanssemibold;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 21px;
    border: none;
    outline: 0
}

.pricing .subscribe-button:hover {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(-45.83%,#fdc830),color-stop(214.58%,#ef4e00));
    background-image: linear-gradient(180deg,#fdc830 -45.83%,#ef4e00 214.58%);
    -webkit-box-shadow: 0 4px 8px rgba(217,100,44,.25);
    box-shadow: 0 4px 8px rgba(217,100,44,.25)
}

@media (max-width: 1024px) {
    .pricing-item {
        width:24%
    }

    .pricing .subscribe {
        background-image: none;
        padding: 20px;
        height: auto
    }

    .pricing .subscribe-content {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width: 767px) {
    .pricing-items {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .pricing-item {
        width: 100%
    }

    .pricing-head__left {
        width: 13%
    }

    .pricing-head__left span {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }

    .pricing-head__right {
        width: 87%
    }

    .pricing-head__elem {
        text-align: center;
        font-family: rubikregular;
        font-size: 13px
    }

    .pricing-col {
        font-size: 14px;
        text-align: center
    }

    .pricing-bottom {
        height: auto;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px 12px
    }

    .pricing-bottom__pay {
        margin-bottom: 15px
    }

    .pricing .subscribe {
        background-image: none
    }

    .pricing .subscribe-form {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .pricing .subscribe-input {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px
    }

    .pricing .subscribe-button {
        width: 100%
    }
}

.service {
    padding-top: 75px
}

.service .samples {
    padding: 45px 0 75px
}

.service .samples-description {
    text-align: left
}

.service .samples-slider {
    width: 100%
}

.service .samples-slider .slick-list {
    margin-right: 1px
}

.service .slick-slide {
    outline: 0
}

.service .sample-item {
    display: block;
    width: 570px
}

.service .sample-item__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 10px
}

.service .sample-item__img {
    margin-right: 30px;
    min-width: 50px;
    max-width: 50px;
    width: 50px;
    height: 50px;
    background-size: cover
}

.service .sample-item__info {
    height: 135px
}

.service .help {
    width: 270px;
    margin-left: 30px
}

.service .subscribe {
    width: 100%;
    height: 157px;
    border-radius: 2px;
    padding: 40px 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f1f7ff;
    background-image: url(./images/mask.svg);
    background-position: 105% top;
    background-repeat: no-repeat;
    position: relative;
    margin: 80px 0;
    clear: both
}

.service .subscribe__img {
    position: absolute;
    width: 148px;
    height: 205px;
    right: 40px;
    bottom: 0
}

.service .subscribe-content {
    width: 870px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.service .subscribe-title {
    color: #293852;
    font-family: josefin_sansbold;
    font-size: 24px;
    line-height: 42px
}

.service .subscribe-text {
    color: #69779b;
    font-size: 18px;
    line-height: 27px
}

.service .subscribe-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px
}

.service .subscribe-input {
    width: 220px;
    height: 48px;
    border-radius: 2px;
    border: 1px solid #d2e9ff;
    background-color: #fff;
    color: #69779b;
    font-size: 16px;
    line-height: 19px;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 40px;
    outline: 0
}

.service .subscribe-input::-webkit-input-placeholder {
    color: #69779b
}

.service .subscribe-input:-ms-input-placeholder {
    color: #69779b
}

.service .subscribe-input::placeholder {
    color: #69779b
}

.service .subscribe-input:active::-webkit-input-placeholder,.service .subscribe-input:focus::-webkit-input-placeholder {
    color: transparent
}

.service .subscribe-input:active:-ms-input-placeholder,.service .subscribe-input:focus:-ms-input-placeholder {
    color: transparent
}

.service .subscribe-input:active::placeholder,.service .subscribe-input:focus::placeholder {
    color: transparent
}

.service .subscribe-button {
    width: 220px;
    height: 48px;
    -webkit-box-shadow: 0 2px 8px rgba(217,100,44,.2);
    box-shadow: 0 2px 8px rgba(217,100,44,.2);
    border-radius: 34px;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(-45.83%,#fdc830),color-stop(214.58%,#f37335));
    background-image: linear-gradient(180deg,#fdc830 -45.83%,#f37335 214.58%);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: josefin_sanssemibold;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 21px;
    border: none;
    outline: 0
}

.service .subscribe-button:hover {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(-45.83%,#fdc830),color-stop(214.58%,#ef4e00));
    background-image: linear-gradient(180deg,#fdc830 -45.83%,#ef4e00 214.58%);
    -webkit-box-shadow: 0 4px 8px rgba(217,100,44,.25);
    box-shadow: 0 4px 8px rgba(217,100,44,.25)
}

.service .slider-pagination {
    width: 127px;
    height: 30px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 80px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #136ce9;
    font-family: rubikregular;
    font-size: 16px
}

.service .slider-pagination__dots {
    position: relative;
    width: 14px
}

.service .slider-pagination ul.slick-dots {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    bottom: auto;
    position: relative
}

.service .slider-pagination ul.slick-dots li {
    width: auto;
    margin: 0 2px;
    list-style-type: none;
    color: #136ce9;
    font-family: rubikregular;
    font-size: 16px;
    line-height: 1.3;
    display: none
}

.service .slider-pagination ul.slick-dots li:before {
    content: none
}

.service .slider-pagination ul.slick-dots li.slick-active {
    display: block;
    padding-left: 0
}

.service .slider-pagination .slick-prev {
    width: 30px;
    height: 30px;
    border-radius: 2px;
    background-color: #f1f7ff;
    left: 0;
    -webkit-transform: rotate(180deg) translate(0,50%);
    transform: rotate(180deg) translate(0,50%)
}

.service .slider-pagination .slick-prev:before {
    color: transparent;
    width: 30px;
    height: 30px;
    background-image: url(./images/arrow-point-to-right.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.service .slider-pagination .slick-next {
    width: 30px;
    height: 30px;
    border-radius: 2px;
    background-color: #f1f7ff;
    right: 0
}

.service .slider-pagination .slick-next:before {
    color: transparent;
    width: 30px;
    height: 30px;
    background-image: url(./images/arrow-point-to-right.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.two-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 1024px) {
    .service .samples .wrap {
        width:100%;
        padding: 0
    }

    .service .sample-item {
        width: 45vw;
        padding: 15px
    }

    .service .sample-item__info {
        height: auto
    }

    .service .content {
        width: 100%
    }

    .service .content .wrap {
        padding: 0;
        width: 100%
    }
}

@media (max-width: 900px) {
    .service .sample-item {
        width:100%
    }

    .service .subscribe {
        background-image: none;
        height: auto
    }

    .service .subscribe-content {
        width: 100%
    }

    .service .subscribe-form {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .service .subscribe-input {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px
    }

    .service .subscribe-button {
        width: 100%
    }
}

@media (max-width: 767px) {
    .service .help {
        width:100%
    }

    .sample-item__info-block {
        width: 100%
    }
}

.inner-banner {
    width: 100%;
    height: 396px;
    background: #edf4ff
}

.inner-banner .wrap {
    padding: 0 70px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.inner-banner .wrap img {
    position: absolute;
    right: 70px;
    bottom: 0
}

.inner-banner__content {
    width: 770px
}

.inner-banner__title {
    color: #293852;
    font-size: 48px;
    line-height: 72px;
    font-family: josefin_sansbold;
    margin-bottom: 12px
}

.inner-banner__text {
    color: #69779b;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 50px
}

.inner-banner__link {
    padding: 14px 30px 12px;
    -webkit-box-shadow: 0 2px 8px rgba(217,100,44,.2);
    box-shadow: 0 2px 8px rgba(217,100,44,.2);
    border-radius: 34px;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fdc830),to(#f37335));
    background-image: linear-gradient(180deg,#fdc830 0,#f37335 100%);
    color: #fff;
    font-family: josefin_sanssemibold;
    font-size: 18px;
    line-height: 21px;
    text-decoration: none;
    text-transform: uppercase
}

.inner-banner__link:hover {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(-45.83%,#fdc830),color-stop(214.58%,#ef4e00));
    background-image: linear-gradient(180deg,#fdc830 -45.83%,#ef4e00 214.58%);
    -webkit-box-shadow: 0 4px 8px rgba(217,100,44,.25);
    box-shadow: 0 4px 8px rgba(217,100,44,.25)
}

@media (max-width: 1024px) {
    .inner-banner__content {
        width:80%
    }
}

@media (max-width: 900px) {
    .inner-banner__content {
        width:100%
    }

    .inner-banner .wrap img {
        display: none
    }
}

@media (max-width: 767px) {
    .inner-banner {
        height:auto
    }

    .inner-banner .wrap {
        padding: 30px 20px 50px
    }
}

.static-page p,.text p {
    color: #69779b;
    font-family: rubikregular;
    font-size: 18px;
    line-height: 27px;
    margin: 0 0 20px
}

.static-page p a,.text p a {
    color: #4d91f1;
    text-decoration: none
}

.static-page p a:focus,.text p a:focus {
    color: #136ce9;
    text-decoration: underline
}

.static-page p a:visited,.text p a:visited {
    color: #2d78b9;
    text-decoration: underline
}

p.addr:before {
    content: attr(data-addr)
}

.static-page .page-content ul,.text .page-content ul {
    padding: 0;
    margin: 0
}

.static-page .page-content ul li,.text .page-content ul li {
    list-style-type: none;
    color: #69779b;
    font-family: rubikregular;
    font-size: 18px;
    line-height: 27px;
    padding-left: 20px;
    margin-bottom: 20px;
    position: relative
}

.static-page .page-content ul li:before,.text .page-content ul li:before {
    content: ' ';
    width: 5px;
    height: 5px;
    background-color: #4ecccc;
    margin-right: 16px;
    position: absolute;
    left: 0;
    top: 9px;
    border-radius: 2px
}

.static-page .page-content ul li ul,.text .page-content ul li ul {
    margin-top: 20px
}

.static-page .page-content ol,.text .page-content ol {
    padding: 0;
    margin: 0 0 20px
}

.static-page .page-content ol li,.text .page-content ol li {
    list-style-type: none;
    padding-left: 20px;
    margin-bottom: 20px;
    color: #69779b;
    font-family: rubikregular;
    font-size: 18px;
    line-height: 27px;
    position: relative
}

.static-page .page-content ol li:first-child,.text .page-content ol li:first-child {
    counter-reset: index
}

.static-page .page-content ol li:before,.text .page-content ol li:before {
    content: counter(index,decimal);
    counter-increment: index;
    color: #136ce9;
    font-family: rubikregular;
    font-size: 18px;
    line-height: 27px;
    padding-right: 19px;
    left: 0;
    position: absolute
}

.static-page .quotes,.text .quotes {
    color: #69779b;
    font-family: rubikregular;
    font-style: italic;
    font-size: 18px;
    line-height: 27px;
    padding-left: 37px;
    margin-top: 27px;
    background-image: url(./images/quotation.svg);
    background-position: left 3px;
    background-repeat: no-repeat
}

.slick-slide {
    outline: 0
}

@media (max-width: 1024px) {
    .subscribe__img {
        display:none
    }

    .subscribe-content {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.instead-form-desc {
    width: 777px;
    background: #f3f9ff;
    box-shadow: 2px 2px 5px rgba(41,56,82,.15);
    border-radius: 5px;
    padding: 27px 101px;
    margin: 0 auto;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    color: #293852;
    margin-bottom: 56px;
    font-family: rubikregular
}

.instead-form-text-block {
    display: flex;
    justify-content: center;
    align-items: center
}

.instead-form-text {
    font-size: 24px;
    line-height: 28px;
    color: #293852;
    text-align: center;
    font-family: rubikregular;
    margin: 0;
    font-weight: 600;
    margin-right: 15px
}

.instead-form-text-img {
    width: 30px;
    height: 40px;
    background: url(./images/emotion-1.png) center center/95% no-repeat
}

.instead-form-block {
    display: flex;
    justify-content: center;
    padding-top: 40px
}

.instead-form-call {
    width: 30%
}

.instead-form-call p {
    font-size: 20px;
    line-height: 24px;
    color: #69779b;
    text-align: center;
    margin-bottom: 20px
}

.instead-form-write {
    width: 30%
}

.instead-form-write p {
    font-size: 20px;
    line-height: 24px;
    color: #69779b;
    text-align: center;
    margin-bottom: 20px
}

.instead-form-phone {
    display: block;
    width: 222px;
    background: linear-gradient(180deg,#fdc830 -45.83%,#ef4e00 214.58%);
    box-shadow: 0 4px 8px rgba(217,100,44,.25);
    border-radius: 34px;
    height: 48px;
    font-weight: 600;
    font-size: 18px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-family: rubikregular;
    margin: 0 auto
}

.instead-form-phone:hover {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(-45.83%,#fdc830),color-stop(214.58%,#f37335));
    background-image: linear-gradient(180deg,#fdc830 -45.83%,#f37335 214.58%);
    -webkit-box-shadow: 0 4px 8px rgba(217,100,44,.25);
    box-shadow: 0 4px 8px rgba(217,100,44,.25);
    text-decoration: none;
    color: #fff
}

.instead-form-mail {
    display: block;
    width: 222px;
    background: linear-gradient(180deg,#fdc830 -45.83%,#ef4e00 214.58%);
    box-shadow: 0 4px 8px rgba(217,100,44,.25);
    border-radius: 34px;
    height: 48px;
    font-weight: 600;
    font-size: 18px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-family: rubikregular;
    margin: 0 auto
}

.instead-form-mail:hover {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(-45.83%,#fdc830),color-stop(214.58%,#f37335));
    background-image: linear-gradient(180deg,#fdc830 -45.83%,#f37335 214.58%);
    -webkit-box-shadow: 0 4px 8px rgba(217,100,44,.25);
    box-shadow: 0 4px 8px rgba(217,100,44,.25);
    text-decoration: none;
    color: #fff
}

@media (max-width: 1024px) {
    .instead-form-desc {
        width:670px;
        padding: 27px 47px
    }

    .instead-form-call {
        width: 40%
    }

    .instead-form-write {
        width: 40%
    }
}

@media (max-width: 767px) {
    .instead-form-desc {
        width:280px;
        padding: 46px 25px;
        font-size: 20px;
        line-height: 35px
    }

    .instead-form-text {
        font-size: 20px;
        line-height: 23px
    }

    .instead-form-block {
        flex-direction: column;
        align-items: center
    }

    .instead-form-call {
        width: 90%;
        margin-bottom: 40px
    }

    .instead-form-write {
        width: 90%
    }
}

.service__img-in-text {
    display: flex
}

@media screen and (max-width: 1023px) {
    .service__img-in-text {
        flex-direction:column
    }
}

.service__img1 {
    float: right;
    padding: 0 0 25px 25px;
    width: 100%;
    max-width: 318px
}

@media screen and (max-width: 1023px) {
    .service__img1 {
        float:none;
        padding: 0 0 25px 0
    }
}

.service__img2 {
    position: relative;
    height: 340px;
    width: 327px;
    margin: 0 25px 25px 0;
    flex-shrink: 0
}

@media screen and (max-width: 1023px) {
    .service__img2 {
        margin:0 0 25px -10px
    }
}

.service__img2-1 {
    position: absolute;
    height: 100%;
    left: 136px;
    z-index: 1
}

.service__img2-2 {
    position: absolute;
    left: 11px;
    bottom: 0;
    height: 120px;
    z-index: 1
}

.service__img2-3 {
    position: absolute;
    bottom: -3px;
    left: 0
}

.term-addr:before {
    content: 'DoMyHomework.pro is owned and operated by DDW Corp. Limited with office registered at Nicosia, Kastellorizou, 3A, Aglantzia, Cyprus.'
}

.MuiFab-root {
    color: rgba(0,0,0,.87);
    width: 56px;
    height: 56px;
    padding: 0;
    font-size: .875rem;
    min-width: 0;
    box-shadow: 0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);
    box-sizing: border-box;
    min-height: 36px;
    transition: background-color 250ms cubic-bezier(.4, 0, .2, 1) 0s,box-shadow 250ms cubic-bezier(.4, 0, .2, 1) 0s,border 250ms cubic-bezier(.4, 0, .2, 1) 0s;
    font-family: Roboto,Helvetica,Arial,sans-serif;
    font-weight: 500;
    line-height: 1.75;
    border-radius: 50%;
    letter-spacing: .02857em;
    text-transform: uppercase;
    background-color: #e0e0e0
}

.MuiSvgIcon-root {
    fill: currentColor;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 1.5rem;
    transition: fill .2s cubic-bezier(.4, 0, .2, 1) 0s;
    flex-shrink: 0;
    user-select: none
}

.chat {
    cursor: pointer;
    position: fixed;
    right: 15px;
    bottom: 24px;
    display: none;
    background-image: linear-gradient(80deg,#fc0,#eb8647);
    width: 106px;
    height: 56px;
    border-radius: 32px;
    margin: auto;
    align-items: center;
    z-index: 999
}

.chat .text-span {
    transition: opacity .25s linear 0s;
    padding: 0 5px 0 16px
}

.chat-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 47px;
    height: 47px;
    background: rgba(255,255,255,.1)!important;
    animation: 350ms cubic-bezier(.165,.84,.44,1) 0s 1 normal none running animation-upigsp!important;
    border-radius: 50%;
    z-index: 999
}

.chat-mob {
    background-image: linear-gradient(80deg,#fc0,#eb8647)!important;
    position: fixed;
    display: none;
    bottom: 16px;
    right: 15px
}

.smart-2.MuiBadge-anchorOriginTopLeftCircle {
    left: 10px
}

.smart-2 {
    border: 2px solid #fff;
    padding: 6px;
    background: #3cf64f!important;
    border-radius: 50%
}

.MuiBadge-anchorOriginTopLeftCircle {
    top: 14%;
    transform: scale(1) translate(-50%,-50%);
    transform-origin: 0% 0%
}

.MuiBadge-badge {
    display: flex;
    padding: 6px;
    z-index: 1;
    position: absolute;
    flex-wrap: wrap;
    font-size: .75rem;
    box-sizing: border-box;
    transition: transform 225ms cubic-bezier(.4, 0, .2, 1) 0s;
    align-items: center;
    font-family: Roboto,Helvetica,Arial,sans-serif;
    font-weight: 500;
    line-height: 1;
    align-content: center;
    border-radius: 10px;
    flex-direction: row;
    justify-content: center
}

@media (max-width: 1024px) {
    .chat {
        display:none!important
    }

    .chat-mob {
        display: flex
    }

    .MuiBadge-badge {
        left: unset!important;
        top: unset!important;
        right: -9px;
        bottom: -9px
    }
}

.order-btn {
    display: block;
    box-sizing: border-box;
    max-width: 248px;
    padding: 16px 45px;
    background: linear-gradient(180deg,#fdc830 0,#f37335 100%);
    box-shadow: 0 2px 8px rgba(217,100,44,.2);
    border-radius: 34px;
    font-family: josefin_sansregular;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    color: #fff
}

.order-btn:hover {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(-45.83%,#fdc830),color-stop(214.58%,#ef4e00));
    background-image: linear-gradient(180deg,#fdc830 -45.83%,#ef4e00 214.58%);
    -webkit-box-shadow: 0 4px 8px rgb(217 100 44 / 25%);
    box-shadow: 0 4px 8px rgb(217 100 44 / 25%)
}

.order-btn.center {
    margin: 0 auto
}

/****  Header  ****/
header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    background-color: #fff;
  }
  header .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  header.inner-header {
    -webkit-box-shadow: 2px 2px 4px rgba(41,56,82,0.1);
            box-shadow: 2px 2px 4px rgba(41,56,82,0.1);
  }
  header.fixed {
    width: 100%;
    height: 80px;
    -webkit-box-shadow: 0 4px 4px rgba(0,0,0,0.25);
            box-shadow: 0 4px 4px rgba(0,0,0,0.25);
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-animation: fadeInDown 0.3s;
            animation: fadeInDown 0.3s;
  }
  .header-logo {
    color: #293852;
    font-family: 'josefin_sansbold';
    font-size: 24px;
    line-height: 28px;
    text-decoration: none;
  }
  .header-logo img{
    vertical-align: middle;
  }
  .header-menu {
    width: 900px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-menu ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 643px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-menu ul li {
    list-style-type: none;
  }
  
  .header-menu ul li a, .header__menu-link{
    color: #69779b;
    font-family: 'rubikregular';
    font-size: 16px;
    line-height: 19px;
    text-decoration: none;
  }
  .header-menu ul li a:hover{
    text-decoration: underline;
  }
  .header-menu ul li a.active {
    color: #136ce9;
    position: relative;
  }
  .header-menu ul li a.active:after {
    content: ' ';
    position: absolute;
    top: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 3px;
    height: 3px;
    background: #136ce9;
    border-radius: 50%;
  }
  .header-menu ul li a.header-menu__order {
    color: #f89e32;
    font-family: 'josefin_sansregular';
  }
  .header-menu ul li a.header-menu__order:hover {
    border: 1px solid #f37335;
    color: #f37335;
    text-decoration: none;
  }
  .header-menu ul li a img {
    margin-right: 8px;
  }
  .header-menu ul li.active a{
    text-decoration: underline;
  }
  .header-menu ul li.active a.header-menu__order{
    text-decoration: none;
  }
  .header-menu__order {
    color: #f89e32;
    font-size: 16px;
    font-family: 'josefin_sansbold';
    border-radius: 34px;
    border: 1px solid #f89c32;
    padding: 8px 20px;
  }
  .header-menu__order:hover {
    border: 1px solid #f37335;
    color: #f37335;
  }
  .header-tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
  }
  .header-tel a {
    color: #69779b;
    font-family: 'rubikregular';
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    text-decoration: none;
  }
  .header-tel a img {
    margin-right: 8px;
  }
  
  .header__submenu{
    display: none;
    position: absolute;
    left: 0;
    top: 80px;
    width: 100%;
    padding: 50px 0;
    margin: 0;
    background: #71A7F4;
    transition: all .4s ease;
  }
  
  .header__menu-item--submenu.open .header__submenu{
    display: flex;
    z-index: 3;
  }
  
  .inner-header ul.header__submenu-inner{
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
    max-width: 1130px;
    width: 100%;
    columns: 4;
    margin: 0 auto;
    list-style: none;
    line-height: 35px;
  }
  
  .inner-header ul.header__submenu-inner li{
    width: 25%;
  }
  .inner-header ul.header__submenu-inner li a{
    color: #fff;
  }
  
  .header__menu-item--submenu .header__menu-link{
    cursor: pointer;
    position: relative;
  }
  
  .header__menu-item--submenu .header__menu-link:before{
    content: "";
    position: absolute;
    top: 4px;
    right: -15px;
    width: 10px;
    height: 10px;
    background: url(./images/down-arrow-blue.svg) center center no-repeat;
    background-size: 100%;
    transition: all .4s ease;
  }
  
  .header__menu-item--submenu.open .header__menu-link:before{
    transform: rotate(180deg);
  }
  
  .header__menu-item--submenu .header__menu-link span:after{
    content: "";
    background: url(./images/service-arrow.svg) top no-repeat;
    background-size: contain;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 46px;
    height: 22px;
    transition: all .4s ease;
    display: none;
  }
  
  .header__menu-item--submenu.open .header__menu-link span:after{
    display: block;
  }
  
  
  .humburger {
    display: none;
  }
  .main-nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
    display: none;
    z-index: 99;
  }
  .main-nav .humburger {
    right: 20px;
    top: 20px;
    position: absolute;
  }
  .main-nav ul {
    margin: 95px 0 0;
    padding: 0;
    width: 100%;
  }
  .main-nav ul li {
    width: 100%;
    list-style-type: none;
    text-align: center;
    margin-bottom: 30px;
  }
  .main-nav ul li a {
    width: 100%;
    color: #69779b;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
  }
  .main-nav ul li a img {
    margin-right: 8px;
  }
  .main-nav ul li a.header-menu__order {
    color: #f89e32;
    font-size: 16px;
    font-family: 'josefin_sanssemibold';
  }
  
  @media (max-width: 1024px) {
    .header-tel {
      display: none;
    }
    .header-menu {
      width: auto;
    }
    .header-menu ul {
      width: 583px;
    }
    .inner-header ul.header__submenu-inner li{
      width: 33%;
    }
  }
  
  @media (max-width: 852px) {
    .header__menu-item--submenu .header__menu-link:before{
      width: 8px;
      height: 8px;
  
    }
    .header-menu ul {
      width: 472px;
    }
    .header-menu ul li a, .header__menu-link{
      font-size: 14px;
    }
    .header__menu-item--submenu .header__menu-link:before{
      right: -11px;
      top: 6px;
    }
    .inner-header ul.header__submenu-inner li{
      width: 50%;
    }
  }
  
  @media (max-width: 852px) and (min-width: 768px){
    .header__menu-item--submenu{
      margin-right: 5px;
    }
  }
  @media (max-width: 852px) and (min-width: 768px) and (max-height: 450px){
    .header__menu-item--submenu.open .header__submenu{
      overflow-y: auto;
      height: 60vh;
    }
  }
  
  @media (max-width: 767px) {
    .main-nav ul {
      overflow-y: scroll;
      height: 57vh;
    }
    header {
      height: 50px;
    }
    header.fixed {
      height: 50px;
    }
    .header-menu {
      display: none;
    }
    .header-logo {
      line-height: 11px;
    }
    .humburger {
      display: block;
    }
    .main-nav .header-tel {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 20px;
    }
  
    .inner-header ul.header__submenu-inner li{
      width: 100%;
      text-align: center;
    }
  
    .header__submenu{
      display: none;
      top: 50px;
      padding: 20px 0;
    }
  
    .header__menu-item--submenu.open .header__submenu{
      display: flex;
      flex-direction: column;
      overflow-y: auto;
      height: 376px;
      position: relative;
      left: auto;
      top: auto;
      margin-top: 32px;
    }
  
    .header__menu-item--submenu .header__menu-link:before{
      right: 0;
      top: 5px;
    }
  
    .header__menu-item--submenu .header__menu-link{
      width: 100px;
      margin: 0 auto;
      font-size: 18px;
    }
  
    .inner-header ul.header__submenu-inner li{
      margin-bottom: 0;
    }
    .inner-header ul.header__submenu-inner{
      padding: 0;
    }
    .inner-header ul.header__submenu-inner li a{
      font-size: 14px;
    }
  
    .header__menu-item--submenu{
      position: relative;
    }
  }
  
  @media (max-height: 400px){
    .header__menu-item--submenu.open .header__submenu{
      height: auto;
    }
  }
  /*@media (max-width: 767px) and (orientation: landscape) {*/
  
  /*}*/
  @-webkit-keyframes fadeInDown {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
              transform: translate3d(0, -100%, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: none;
              transform: none;
    }
  }
  @keyframes fadeInDown {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
              transform: translate3d(0, -100%, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: none;
              transform: none;
    }
  }

footer {
    min-height: 309px;
    height: auto;
    background-color: #dceeff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 0
}

footer.order-footer {
    min-height: auto
}

.footer-menu {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px
}

.footer-menu-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer-menu ul {
    max-width: 251px;
    width: 100%;
    xmargin: 0;
    padding: 0
}

.footer-menu ul li {
    list-style-type: none
}

.footer-menu ul li a {
    color: #293852;
    font-family: rubikregular;
    font-size: 16px;
    line-height: 19px;
    text-decoration: none
}

.footer-menu ul li a:hover {
    text-decoration: underline
}

.footer-line {
    height: 1px;
    width: 100%;
    background: #c0d0df;
    margin-top: 27px
}

.footer-menu-services {
    margin-top: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer-menu-services ul li {
    margin-bottom: 13px
}

.footer-menu-services ul li a {
    text-transform: capitalize
}

.footer-menu-services ul li:last-child {
    margin-bottom: 0
}

.footer-content {
    margin-top: 40px
}

.footer-block {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px
}

.footer-timely-logo {
    font-family: josefin_sansbold;
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
    color: #293852
}

.footer-contacts__title {
    color: #293852;
    font-family: rubikmedium;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 2px
}

.footer-contacts a {
    display: inline-block;
    text-decoration: none;
    color: #69779b;
    font-size: 16px;
    line-height: 26px
}

.footer-contacts a:first-child {
    margin-right: 35px
}

.footer-payments__title {
    color: #293852;
    font-family: rubikmedium;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 9px
}

.footer-payments__img img {
    margin-right: 14px
}

.footer-payments__img img:last-child {
    margin-right: 0
}

.footer-services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%
}

.footer-services__title {
    color: #293852;
    font-family: rubikmedium;
    font-size: 16px;
    line-height: 28px
}

.footer-services a {
    display: block;
    text-decoration: none;
    color: #69779b;
    font-size: 16px;
    line-height: 26px
}

.footer-secured__title {
    color: #293852;
    font-family: rubikmedium;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 7px
}

.footer-copyright {
    color: #293852;
    text-align: center;
    margin-top: 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px
}

.footer-copyright span {
    display: block;
    font-family: rubikregular;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    color: #293852;
    text-align: center
}

.footer-nav {
    display: none
}

.footer-nav-main {
    margin-top: 30px
}

.order-footer .footer-menu ul li:first-child {
    margin-bottom: 0
}

span.addr:before {
    content: attr(data-addr)
}

@media (max-width: 1024px) {
    .footer {
        min-height:260px
    }

    .footer-menu {
        display: none
    }

    .footer-block:nth-child(2) {
        display: none
    }

    .footer-block:nth-child(1) {
        width: 100%
    }

    .footer-nav {
        display: block
    }

    .footer-nav select {
        width: 252px;
        height: 42px;
        border-radius: 2px;
        background-color: #edf4ff;
        background-image: url(./images/down-arrow.svg);
        background-position: 93% center;
        padding-left: 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-repeat: no-repeat;
        border: none;
        outline: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

    .footer .wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer-nav {
        width: 40%
    }

    .footer-content {
        width: 60%;
        margin-top: 0
    }

    .footer-block {
        padding: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer-copyright {
        width: 100%
    }

    .footer-contacts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        margin-top: 40px
    }
}

@media (max-width: 767px) {
    .footer .wrap {
        -ms-flex-wrap:initial;
        flex-wrap: initial;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer-nav {
        width: 100%;
        text-align: center
    }

    .footer-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 0;
        width: 100%
    }

    .footer-block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
        width: 100%
    }

    .footer-block:nth-child(1) {
        background-color: transparent
    }

    .footer-block div {
        width: 100%;
        text-align: center
    }

    .footer-block-content {
        margin-bottom: 18px
    }

    .footer-contacts {
        margin: 15px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer-contacts a:first-child {
        margin-right: 0
    }

    .footer-nav {
        margin-bottom: 25px
    }

    .footer-contacts {
        margin-bottom: 20px
    }

    .footer-copyright {
        margin-top: 0
    }

    .footer-copyright span {
        margin-top: 18px
    }
}

.blog-page {
    padding: 50px 0;
}

.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
}
/* ==========================================================================
   BRONSON ENHANCED v2.1 — ADDITIONS & UPGRADES
   ========================================================================== */

/* --- CSS Custom Properties --- */
:root {
    --color-primary: #2d6cdf;
    --color-primary-dark: #1a4fa8;
    --color-primary-light: #e8f0fc;
    --color-text: #1a1a2e;
    --color-text-muted: #5a6070;
    --color-bg: #ffffff;
    --color-bg-alt: #f7f9fc;
    --color-border: #e2e8f0;
    --color-success: #22c55e;
    --radius-sm: 6px;
    --radius-md: 12px;
    --radius-lg: 20px;
    --shadow-sm: 0 1px 4px rgba(0,0,0,.07);
    --shadow-md: 0 4px 20px rgba(0,0,0,.10);
    --shadow-lg: 0 12px 40px rgba(0,0,0,.13);
    --transition: 0.25s ease;
    --font-body: rubikregular, sans-serif;
    --header-h: 72px;
}

/* --- Scroll Progress Bar --- */
.scroll-progress-bar {
    position: fixed;
    top: 0; left: 0;
    height: 3px;
    width: 0;
    background: linear-gradient(90deg, var(--color-primary), #60a5fa);
    z-index: 9999;
    transition: width 0.1s linear;
}

/* --- Announcement Bar --- */
.announcement-bar {
    background: linear-gradient(90deg, var(--color-primary-dark), var(--color-primary));
    color: #fff;
    padding: 8px 0;
    font-size: 14px;
    position: relative;
    z-index: 100;
}
.announcement-bar__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}
.announcement-bar__btn {
    background: #fff;
    color: var(--color-primary);
    padding: 4px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: background var(--transition), color var(--transition);
}
.announcement-bar__btn:hover { background: #f0f6ff; }
.announcement-bar__close {
    background: transparent;
    border: none;
    color: rgba(255,255,255,.7);
    font-size: 16px;
    cursor: pointer;
    padding: 0 4px;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    transition: color var(--transition);
}
.announcement-bar__close:hover { color: #fff; }

/* --- Header Enhancements --- */
.header-logo__text {
    font-family: josefin_sansbold, sans-serif;
    font-size: 22px;
    color: var(--color-primary);
    text-decoration: none;
}
.header-signin {
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--color-text);
    font-size: 14px;
    text-decoration: none;
    transition: color var(--transition);
}
.header-signin:hover { color: var(--color-primary); }
.header-tel-item { display: flex; align-items: center; }
.header-tel {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    color: var(--color-text);
    text-decoration: none;
    transition: color var(--transition);
}
.header-tel:hover { color: var(--color-primary); }

/* Pulse animation on order buttons */
.btn-pulse {
    animation: pulse-ring 2.5s cubic-bezier(.4,0,.6,1) infinite;
}
@keyframes pulse-ring {
    0%, 100% { box-shadow: 0 0 0 0 rgba(45, 108, 223, .4); }
    50% { box-shadow: 0 0 0 8px rgba(45, 108, 223, 0); }
}

/* --- Section Labels --- */
.section-label {
    display: inline-block;
    background: var(--color-primary-light);
    color: var(--color-primary);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 4px 14px;
    border-radius: 20px;
    margin-bottom: 12px;
}
.section-title {
    font-size: clamp(24px, 3vw, 38px);
    font-family: josefin_sansbold, sans-serif;
    color: var(--color-text);
    margin: 0 0 10px;
    line-height: 1.2;
}
.section-sub {
    font-size: 17px;
    color: var(--color-text-muted);
    margin-bottom: 36px;
}

/* --- Banner Enhancements --- */
.banner-checklist { list-style: none; padding: 0; margin: 12px 0 16px; }
.banner-checklist li {
    padding: 4px 0 4px 24px;
    position: relative;
    font-size: 15px;
}
.banner-checklist li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--color-success);
    font-weight: 700;
}
.banner-ratings {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
}
.banner-ratings__stars { color: #f59e0b; font-size: 18px; letter-spacing: 2px; }
.banner-ratings__text { font-size: 13px; color: var(--color-text-muted); }
.calculator-note {
    font-size: 12px;
    color: var(--color-text-muted);
    text-align: center;
    margin-top: 8px;
}

/* --- Breadcrumbs --- */
.breadcrumbs {
    padding: 12px 0;
    font-size: 13px;
    color: var(--color-text-muted);
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}
.breadcrumbs a {
    color: var(--color-primary);
    text-decoration: none;
    transition: color var(--transition);
}
.breadcrumbs a:hover { text-decoration: underline; }
.bc-sep { margin: 0 6px; color: var(--color-border); }

/* --- Single Post Layout --- */
.single-layout {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 40px;
    align-items: start;
    padding-top: 24px;
    padding-bottom: 40px;
}
@media (max-width: 1023px) {
    .single-layout { grid-template-columns: 1fr; }
    .sidebar { order: -1; }
}
.single-content { min-width: 0; }
.single-header { margin-bottom: 24px; }
.single-cats { margin-bottom: 12px; display: flex; flex-wrap: wrap; gap: 6px; }
.cat-badge {
    display: inline-block;
    background: var(--color-primary-light);
    color: var(--color-primary);
    font-size: 12px;
    font-weight: 700;
    padding: 3px 12px;
    border-radius: 20px;
    text-decoration: none;
    transition: background var(--transition);
}
.cat-badge:hover { background: #d1e1fa; }
.single-title {
    font-size: clamp(24px, 3.5vw, 40px);
    line-height: 1.2;
    margin: 10px 0 16px;
    color: var(--color-text);
    font-family: josefin_sansbold, sans-serif;
}
.single-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    font-size: 13px;
    color: var(--color-text-muted);
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
    padding: 10px 0;
}
.single-meta > span {
    display: flex;
    align-items: center;
    gap: 5px;
}
.meta-updated { font-style: italic; }
.single-featured-img { margin: 20px 0; border-radius: var(--radius-md); overflow: hidden; }
.single-featured-img__img { width: 100%; height: auto; display: block; }
.single-body { font-size: 16.5px; line-height: 1.75; color: var(--color-text); }
.single-body h2, .single-body h3 { margin-top: 2em; margin-bottom: .6em; color: var(--color-text); font-family: josefin_sansbold, sans-serif; }
.single-body h2 { font-size: clamp(20px, 2.5vw, 28px); }
.single-body h3 { font-size: clamp(17px, 2vw, 22px); }
.single-body p { margin-bottom: 1.2em; }
.single-body ul, .single-body ol { margin-left: 1.5em; margin-bottom: 1.2em; }
.single-body li { margin-bottom: .5em; }
.single-body a { color: var(--color-primary); }
.single-body a:hover { text-decoration: underline; }
.single-body blockquote {
    border-left: 4px solid var(--color-primary);
    padding: 12px 20px;
    background: var(--color-primary-light);
    border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
    margin: 1.5em 0;
    font-style: italic;
    color: var(--color-text);
}
.single-body img { max-width: 100%; height: auto; border-radius: var(--radius-sm); }
.single-body table { width: 100%; border-collapse: collapse; margin: 1.5em 0; font-size: 15px; }
.single-body th { background: var(--color-primary); color: #fff; padding: 10px 14px; text-align: left; }
.single-body td { padding: 10px 14px; border-bottom: 1px solid var(--color-border); }
.single-body tr:nth-child(even) td { background: var(--color-bg-alt); }
.single-body code { background: #f1f5f9; padding: 2px 6px; border-radius: 4px; font-size: 14px; }
.single-body pre { background: #1e293b; color: #e2e8f0; padding: 20px; border-radius: var(--radius-md); overflow-x: auto; }

/* --- Auto TOC --- */
.bronson-toc {
    background: var(--color-bg-alt);
    border: 1px solid var(--color-border);
    border-left: 4px solid var(--color-primary);
    border-radius: var(--radius-md);
    padding: 18px 20px;
    margin: 28px 0;
}
.bronson-toc__toggle {
    background: none;
    border: none;
    font-size: 15px;
    font-weight: 700;
    color: var(--color-text);
    cursor: pointer;
    padding: 0;
    margin-bottom: 12px;
    display: block;
    width: 100%;
    text-align: left;
}
.bronson-toc__list { list-style: none; padding: 0; margin: 0; }
.bronson-toc__list li { padding: 4px 0; border-bottom: 1px solid var(--color-border); }
.bronson-toc__list li:last-child { border-bottom: none; }
.bronson-toc__list a { color: var(--color-primary); font-size: 14px; text-decoration: none; transition: color var(--transition); }
.bronson-toc__list a:hover { text-decoration: underline; }
.toc-sub { padding-left: 16px !important; }
.toc-sub a { font-size: 13px; color: var(--color-text-muted); }

/* --- Tags --- */
.post-tags {
    margin: 28px 0 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}
.post-tags__label { font-size: 13px; color: var(--color-text-muted); font-weight: 600; }
.tag-link {
    display: inline-block;
    padding: 4px 12px;
    background: var(--color-bg-alt);
    border: 1px solid var(--color-border);
    border-radius: 20px;
    font-size: 12px;
    color: var(--color-text-muted);
    text-decoration: none;
    transition: all var(--transition);
}
.tag-link:hover { background: var(--color-primary-light); color: var(--color-primary); border-color: var(--color-primary); }

/* --- Author Box --- */
.author-box {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    background: var(--color-bg-alt);
    border-radius: var(--radius-md);
    padding: 20px;
    margin: 28px 0;
    border: 1px solid var(--color-border);
}
.author-box__avatar { flex-shrink: 0; }
.author-box__img { border-radius: 50%; }
.author-box__name { font-size: 16px; font-weight: 700; margin: 0 0 6px; color: var(--color-text); }
.author-box__bio { font-size: 14px; color: var(--color-text-muted); margin: 0; line-height: 1.6; }

/* --- Share Buttons --- */
.share-post {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin: 24px 0;
}
.share-post__label { font-size: 14px; font-weight: 600; color: var(--color-text-muted); }
.share-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    border-radius: var(--radius-sm);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all var(--transition);
    color: #fff;
}
.share-btn--fb { background: #1877f2; }
.share-btn--fb:hover { background: #1664d4; }
.share-btn--tw { background: #1da1f2; }
.share-btn--tw:hover { background: #1a8fd1; }
.share-btn--li { background: #0a66c2; }
.share-btn--li:hover { background: #0851a0; }

/* --- Sidebar Cards --- */
.sidebar-card {
    background: #fff;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: var(--shadow-sm);
}
.sidebar-card__title {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 14px;
    color: var(--color-text);
    padding-bottom: 10px;
    border-bottom: 2px solid var(--color-primary-light);
}
.sidebar-toc__list { list-style: none; padding: 0; margin: 0; }
.sidebar-toc__list li { padding: 5px 0; border-bottom: 1px solid var(--color-border); }
.sidebar-toc__list li:last-child { border: none; }
.sidebar-toc__list a { font-size: 13px; color: var(--color-primary); text-decoration: none; }
.sidebar-toc__list a:hover { text-decoration: underline; }
.sidebar-trust__list { list-style: none; padding: 0; margin: 0; }
.sidebar-trust__list li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 7px 0;
    font-size: 14px;
    color: var(--color-text);
    border-bottom: 1px solid var(--color-border);
}
.sidebar-trust__list li:last-child { border: none; }
.sidebar-item-wrap { margin-bottom: 20px; }

/* --- Related Posts --- */
.related-posts {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}
.related-posts__title {
    font-size: clamp(20px, 2.5vw, 28px);
    font-family: josefin_sansbold, sans-serif;
    margin-bottom: 24px;
    color: var(--color-text);
}
.related-posts__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 24px;
}
.related-post-card {
    background: #fff;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    overflow: hidden;
    transition: all var(--transition);
    box-shadow: var(--shadow-sm);
}
.related-post-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.related-post-card__img { display: block; overflow: hidden; aspect-ratio: 16/9; }
.related-post-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.related-post-card:hover .related-post-card__img img { transform: scale(1.04); }
.related-post-card__body { padding: 14px 16px; }
.related-post-card__date { font-size: 12px; color: var(--color-text-muted); display: block; margin-bottom: 6px; }
.related-post-card__title { font-size: 15px; font-weight: 700; margin: 0; line-height: 1.4; }
.related-post-card__title a { color: var(--color-text); text-decoration: none; transition: color var(--transition); }
.related-post-card__title a:hover { color: var(--color-primary); }

/* --- FAQ Section --- */
.faq-section {
    background: var(--color-bg-alt);
    padding: 60px 0;
}
.faq-section .section-title { text-align: center; }
.faq-section .section-sub { text-align: center; }
.faq-list {
    max-width: 780px;
    margin: 0 auto;
}
.faq-list dt {
    font-size: 16px;
    font-weight: 700;
    color: var(--color-text);
    padding: 16px 40px 16px 16px;
    cursor: pointer;
    border-bottom: 1px solid var(--color-border);
    position: relative;
    background: #fff;
    border-radius: var(--radius-sm);
    margin-top: 8px;
    transition: color var(--transition), background var(--transition);
    user-select: none;
}
.faq-list dt::after {
    content: '+';
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: var(--color-primary);
    transition: transform var(--transition);
}
.faq-list dt.checked { background: var(--color-primary-light); color: var(--color-primary); }
.faq-list dt.checked::after { content: '–'; }
.faq-list dd {
    font-size: 15px;
    line-height: 1.7;
    color: var(--color-text-muted);
    padding: 14px 16px 16px;
    background: #fff;
    border-radius: 0 0 var(--radius-sm) var(--radius-sm);
    margin: 0;
    display: none;
    border-left: 3px solid var(--color-primary);
}

/* --- Blog Archive Enhancements --- */
.blog-archive-header { padding: 24px 0 12px; }
.blog-archive-header .page-title { margin-bottom: 6px; }
.blog-archive-header__sub { font-size: 17px; color: var(--color-text-muted); margin-bottom: 24px; }
.blog-post__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-bottom: 8px; }
.blog-post__readtime { font-size: 12px; color: var(--color-text-muted); background: var(--color-bg-alt); padding: 2px 8px; border-radius: 20px; }
.blog-post__footer { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px; margin-top: 12px; }
.blog-post__author { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--color-text-muted); }
.blog-post__author-img { border-radius: 50%; }

/* --- Homepage Blog Grid --- */
.homepage-blog { padding: 60px 0; background: var(--color-bg-alt); }
.homepage-blog .section-title, .homepage-blog .section-sub { text-align: center; }
.homepage-blog__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 28px;
}
.hp-blog-card {
    background: #fff;
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--color-border);
    transition: all var(--transition);
}
.hp-blog-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.hp-blog-card__img-wrap { display: block; aspect-ratio: 16/9; overflow: hidden; }
.hp-blog-card__img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.hp-blog-card:hover .hp-blog-card__img-wrap img { transform: scale(1.04); }
.hp-blog-card__body { padding: 18px 20px; }
.hp-blog-card__date { font-size: 12px; color: var(--color-text-muted); display: block; margin-bottom: 8px; }
.hp-blog-card__title { font-size: 17px; font-weight: 700; margin: 0 0 10px; line-height: 1.4; }
.hp-blog-card__title a { color: var(--color-text); text-decoration: none; transition: color var(--transition); }
.hp-blog-card__title a:hover { color: var(--color-primary); }
.hp-blog-card__excerpt { font-size: 14px; color: var(--color-text-muted); line-height: 1.6; margin-bottom: 14px; }
.hp-blog-card__link { color: var(--color-primary); font-weight: 700; font-size: 14px; text-decoration: none; transition: color var(--transition); }
.hp-blog-card__link:hover { color: var(--color-primary-dark); }

/* --- How It Works Improvements --- */
.howitworks { padding: 60px 0; text-align: center; }
.howitworks-title { font-size: clamp(24px, 3vw, 36px); font-family: josefin_sansbold, sans-serif; }
.howitworks-description { font-size: 17px; color: var(--color-text-muted); margin-bottom: 40px; }
.howitworks-item { position: relative; }
.howitworks-item__num {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 28px;
    height: 28px;
    background: var(--color-primary);
    color: #fff;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
.howitworks-item__icon {
    width: 68px;
    height: 68px;
    background: var(--color-primary-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 16px auto 14px;
    color: var(--color-primary);
}

/* --- CTA Improvements --- */
.cta-sub {
    font-size: 14px;
    color: var(--color-text-muted);
    margin: 6px 0 14px;
}
.cta-discount {
    display: inline-block;
    background: #fef3c7;
    color: #92400e;
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 13px;
    margin-top: 8px;
}

/* --- Trust Bar in Footer --- */
.footer-trust-bar {
    background: var(--color-bg-alt);
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
    padding: 16px 0;
}
.footer-trust-bar__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    gap: 16px;
}
.trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: var(--color-text-muted);
}
.footer-main { padding: 50px 0 30px; }
.footer-main__inner {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
    gap: 40px;
    align-items: start;
}
@media (max-width: 900px) {
    .footer-main__inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
    .footer-main__inner { grid-template-columns: 1fr; }
}
.footer-brand__name { font-size: 22px; font-weight: 700; color: var(--color-text); text-decoration: none; display: block; margin-bottom: 12px; font-family: josefin_sansbold, sans-serif; }
.footer-brand__desc { font-size: 14px; color: var(--color-text-muted); line-height: 1.6; margin: 12px 0; }
.footer-payments { display: flex; gap: 10px; align-items: center; margin: 12px 0; }
.footer-social { display: flex; gap: 12px; margin-top: 14px; }
.footer-social a {
    width: 36px; height: 36px;
    background: var(--color-bg-alt);
    border: 1px solid var(--color-border);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-text-muted);
    transition: all var(--transition);
}
.footer-social a:hover { background: var(--color-primary); color: #fff; border-color: var(--color-primary); }
.footer-col__title {
    font-size: 15px;
    font-weight: 700;
    color: var(--color-text);
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--color-primary-light);
}
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col ul li { margin-bottom: 8px; }
.footer-col ul li a { font-size: 14px; color: var(--color-text-muted); text-decoration: none; transition: color var(--transition); }
.footer-col ul li a:hover { color: var(--color-primary); }
.footer-contact__item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: var(--color-text-muted);
    text-decoration: none;
    margin-bottom: 10px;
    transition: color var(--transition);
}
.footer-contact__item:hover { color: var(--color-primary); }
.footer-contact__hours { display: flex; align-items: center; gap: 8px; font-size: 14px; color: var(--color-text-muted); margin: 8px 0; }
.footer-bottom {
    border-top: 1px solid var(--color-border);
    padding: 16px 0;
}
.footer-bottom__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}
.footer-copyright { font-size: 13px; color: var(--color-text-muted); }
.footer-legal { display: flex; gap: 16px; }
.footer-legal a { font-size: 13px; color: var(--color-text-muted); text-decoration: none; transition: color var(--transition); }
.footer-legal a:hover { color: var(--color-primary); }

/* --- Back to Top --- */
.back-to-top {
    position: fixed;
    bottom: 28px;
    right: 28px;
    width: 44px;
    height: 44px;
    background: var(--color-primary);
    color: #fff;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    transform: translateY(10px);
    transition: all var(--transition);
    z-index: 999;
    box-shadow: var(--shadow-md);
}
.back-to-top.visible { opacity: 1; transform: translateY(0); }
.back-to-top:hover { background: var(--color-primary-dark); }

/* --- Scroll Reveal --- */
.reveal-on-scroll {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .55s ease, transform .55s ease;
}
.reveal-on-scroll.revealed { opacity: 1; transform: none; }

/* --- Read More Link --- */
.read-more-link {
    color: var(--color-primary);
    font-weight: 700;
    text-decoration: none;
}
.read-more-link:hover { text-decoration: underline; }

/* --- Outline Button Variant --- */
.order-btn--outline {
    background: transparent;
    border: 2px solid var(--color-primary);
    color: var(--color-primary);
    padding: 12px 28px;
    border-radius: 6px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    transition: all var(--transition);
}
.order-btn--outline:hover { background: var(--color-primary); color: #fff; }

/* --- Widget Title Styles --- */
.widget-title {
    font-size: 15px;
    font-weight: 700;
    color: var(--color-text);
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 2px solid var(--color-primary-light);
}

/* --- Responsive Adjustments --- */
@media (max-width: 767px) {
    .single-meta { flex-direction: column; gap: 6px; }
    .share-post { flex-direction: column; align-items: flex-start; }
    .footer-trust-bar__inner { justify-content: flex-start; }
    .announcement-bar__close { display: none; }
    .back-to-top { bottom: 16px; right: 16px; width: 40px; height: 40px; }
}

/* --- Smooth scroll for anchor links --- */
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .reveal-on-scroll { opacity: 1; transform: none; transition: none; }
    .btn-pulse { animation: none; }
}

/* ================================================================
   BRONSON v2.2 FIXES
================================================================ */

/* --- Sticky Sidebar (pure CSS — no JS plugin required) --- */
.bronson-sticky-sidebar {
    position: sticky;
    top: 100px;         /* offset below fixed header */
    height: fit-content;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: var(--color-border) transparent;
}
.bronson-sticky-sidebar::-webkit-scrollbar { width: 4px; }
.bronson-sticky-sidebar::-webkit-scrollbar-thumb { background: var(--color-border); border-radius: 4px; }
.sidebar-inner { display: flex; flex-direction: column; gap: 20px; }

/* On mobile the sidebar shouldn't be sticky */
@media (max-width: 1023px) {
    .bronson-sticky-sidebar { position: static; max-height: none; overflow: visible; }
}

/* --- Single Post Meta — clean inline row with avatar --- */
.single-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 12px;
    font-size: 13.5px;
    color: var(--color-text-muted, #64748b);
    border-top: 1px solid var(--color-border, #e2e8f0);
    border-bottom: 1px solid var(--color-border, #e2e8f0);
    padding: 10px 0;
    margin-bottom: 20px;
}
.single-meta > span { display: flex; align-items: center; gap: 5px; }
.single-meta__sep { color: var(--color-border, #cbd5e1); font-weight: 300; }
.single-meta__avatar {
    width: 28px !important;
    height: 28px !important;
    border-radius: 50%;
    object-fit: cover;
}
.single-meta__author { font-weight: 600; color: var(--color-text, #1e293b); }
.single-meta__readtime svg { flex-shrink: 0; }
.meta-updated { font-style: italic; opacity: .85; }

/* --- Single cats — one badge, clean --- */
.single-cats { margin-bottom: 10px; }
.single-cats .cat-badge { font-size: 11px; letter-spacing: .04em; text-transform: uppercase; }

/* --- Sidebar CTA block --- */
.sidebar-cta {
    text-align: center;
    background: linear-gradient(135deg, var(--color-primary, #2d6cdf) 0%, #1a4db3 100%);
    color: #fff;
    border-radius: var(--radius-md, 10px);
    padding: 20px 16px;
}
.sidebar-cta__text {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 12px;
    opacity: .95;
}
.sidebar-cta__btn {
    display: block;
    background: #fff;
    color: var(--color-primary, #2d6cdf);
    border-radius: 6px;
    padding: 10px 16px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    transition: transform .15s, box-shadow .15s;
}
.sidebar-cta__btn:hover { transform: translateY(-2px); box-shadow: 0 6px 18px rgba(0,0,0,.15); }
.sidebar-cta__discount { font-size: 12px; margin-top: 10px; opacity: .85; }

/* --- Reviews Grid (hardcoded fallback) --- */
.reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 32px;
}
@media (max-width: 1023px) { .reviews-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px)  { .reviews-grid { grid-template-columns: 1fr; } }

.review-card {
    background: #fff;
    border: 1px solid var(--color-border, #e2e8f0);
    border-radius: var(--radius-md, 10px);
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,.04);
    transition: transform .2s, box-shadow .2s;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.review-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,.08); }

.review-card__header { display: flex; align-items: flex-start; gap: 12px; }
.review-card__avatar {
    width: 42px; height: 42px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-weight: 700; font-size: 15px;
    flex-shrink: 0;
}
.review-card__info { flex: 1; min-width: 0; }
.review-card__name { font-weight: 700; font-size: 14px; color: var(--color-text, #1e293b); }
.review-card__subject { font-size: 12px; color: var(--color-text-muted, #64748b); margin-top: 2px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.review-card__stars { display: flex; gap: 2px; flex-shrink: 0; }
.review-card__text { font-size: 13.5px; line-height: 1.65; color: var(--color-text, #1e293b); flex: 1; }
.review-card__footer { display: flex; justify-content: space-between; align-items: center; font-size: 12px; color: var(--color-text-muted, #64748b); border-top: 1px solid var(--color-border, #e2e8f0); padding-top: 10px; }
.review-card__verified { color: #16a34a; font-weight: 600; }

.reviews-cta { text-align: center; margin-top: 36px; }

/* --- Calculator sidebar overrides — ensure selects are always visible --- */
.calc-form select,
.sidebar-item.calculator select {
    width: 100%;
    appearance: auto;
    -webkit-appearance: auto;
    background-color: #fff !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
}
.calc-form select option,
.sidebar-item.calculator select option {
    display: block !important;
}

/* --- Banner calculator selects --- */
.banner-calculator select {
    appearance: auto;
    -webkit-appearance: auto;
    display: block;
    width: 100%;
    background-color: #fff;
}

/* --- Archive-blog sidebar sticky --- */
.blog-home__right {
    position: sticky;
    top: 100px;
    height: fit-content;
    align-self: start;
}
@media (max-width: 1023px) { .blog-home__right { position: static; } }


/* =======================================================================
   BRONSON ENHANCED v3.0 — Additions
   Skip link · Sticky sidebar · Popup · Inline CTA · Guarantees strip
   Promo widget · Category hero · FAQ accordion · Stats bar · TOC
   ======================================================================= */

/* Accessibility */
.skip-link{position:absolute;left:-9999px;top:auto;}
.skip-link:focus{left:1rem;top:1rem;z-index:9999;background:var(--color-primary);color:#fff;padding:.5rem 1rem;border-radius:6px;font-weight:700;}

/* -----------------------------------------------------------------------
   STICKY SIDEBAR — sidebar-inner scrolls internally
----------------------------------------------------------------------- */
.bronson-sticky-sidebar .sidebar-inner,
#sidebarInner {
    position: sticky;
    top: 82px; /* JS overrides this dynamically */
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: var(--color-primary) #f1f5f9;
}
.bronson-sticky-sidebar .sidebar-inner::-webkit-scrollbar,
#sidebarInner::-webkit-scrollbar { width: 4px; }
.bronson-sticky-sidebar .sidebar-inner::-webkit-scrollbar-track,
#sidebarInner::-webkit-scrollbar-track { background: #f1f5f9; }
.bronson-sticky-sidebar .sidebar-inner::-webkit-scrollbar-thumb,
#sidebarInner::-webkit-scrollbar-thumb { background: var(--color-primary); border-radius: 2px; }

/* On mobile stacks naturally */
@media (max-width: 900px) {
    .bronson-sticky-sidebar .sidebar-inner, #sidebarInner {
        position: static !important;
        max-height: none;
        overflow: visible;
    }
}

/* -----------------------------------------------------------------------
   IN-CONTENT CTA
----------------------------------------------------------------------- */
.single-inline-cta {
    background: linear-gradient(135deg, #eff6ff, #dbeafe);
    border: 1px solid #93c5fd;
    border-left: 4px solid var(--color-primary);
    border-radius: 14px;
    padding: 1.75rem;
    margin: 2.5rem 0;
    text-align: center;
}
.single-inline-cta h3 { font-size: 1.1rem; font-weight: 700; color: #1e3a8a; margin: 0 0 .5rem; }
.single-inline-cta p  { font-size: .93rem; color: #334155; margin: 0 0 1.1rem; line-height: 1.7; }

/* -----------------------------------------------------------------------
   GUARANTEES STRIP
----------------------------------------------------------------------- */
.single-guarantees {
    background: #f0fdf4;
    border: 1px solid #86efac;
    border-radius: 12px;
    padding: 1.1rem 1.25rem;
    margin: 1.5rem 0;
}
.single-guarantees__inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .5rem;
}
@media(max-width:640px){
    .single-guarantees__inner { grid-template-columns: 1fr 1fr; }
}
.guarantee-item {
    display: flex;
    align-items: center;
    gap: .4rem;
    font-size: .83rem;
    font-weight: 600;
    color: #15803d;
}
.guarantee-item svg { flex-shrink: 0; stroke: #16a34a; }

/* -----------------------------------------------------------------------
   SIDEBAR PROMO
----------------------------------------------------------------------- */
.sidebar-promo {
    background: linear-gradient(135deg, var(--color-primary), #1a3fa0);
    color: #fff;
    text-align: center;
    padding: 1.4rem 1.25rem;
    border-radius: 12px !important;
}
.sidebar-promo__badge { font-size: .68rem; font-weight: 700; letter-spacing: .08em; color: rgba(255,255,255,.75); margin: 0 0 .15rem; text-transform: uppercase; }
.sidebar-promo__off   { font-size: 2.4rem; font-weight: 900; margin: 0 0 .1rem; line-height: 1; }
.sidebar-promo__code  { font-size: .84rem; margin: 0 0 .9rem; }
.sidebar-promo__code strong { background:rgba(255,255,255,.2); border:1px solid rgba(255,255,255,.4); padding:.1rem .55rem; border-radius:5px; font-family:monospace; }
.sidebar-promo__btn { display:block; background:#fbbf24; color:#1c1917; font-weight:800; font-size:.88rem; padding:.7rem; border-radius:9px; text-decoration:none; text-align:center; }
.sidebar-promo__btn:hover { background:#f59e0b; }

/* -----------------------------------------------------------------------
   CATEGORY HERO
----------------------------------------------------------------------- */
.cat-hero { padding: 2rem 0 1.5rem; }
.cat-hero__title { font-size: clamp(1.5rem,4vw,2.1rem); font-weight: 800; color: #0f172a; margin: 0 0 .75rem; line-height: 1.2; }
.cat-hero__desc  { font-size: 1rem; color: #475569; max-width: 680px; line-height: 1.7; margin: 0 0 1.25rem; }
.cat-hero__btns  { display: flex; gap: 1rem; flex-wrap: wrap; }

.btn-outline {
    background: transparent;
    color: var(--color-primary);
    border: 2px solid var(--color-primary);
    font-weight: 700;
    padding: .7rem 1.5rem;
    border-radius: 8px;
    text-decoration: none;
    transition: background .2s, color .2s;
    display: inline-block;
    font-size: .95rem;
}
.btn-outline:hover { background: var(--color-primary); color: #fff; }

/* Category card hover accent */
.cat-card { position: relative; }
.cat-card::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: var(--color-primary); border-radius: 4px 0 0 4px; opacity: 0; transition: opacity .2s; }
.cat-card:hover::before { opacity: 1; }

/* Blog post category badge overlay */
.blog-post__img { position: relative; }
.blog-post__cat { position: absolute; bottom: .6rem; left: .6rem; background: var(--color-primary); color: #fff; font-size: .7rem; font-weight: 700; padding: .2rem .65rem; border-radius: 12px; text-transform: uppercase; text-decoration: none; }

/* -----------------------------------------------------------------------
   CATEGORY FAQ ACCORDION
----------------------------------------------------------------------- */
.cat-faq { padding: 2.5rem 0 1rem; }
.cat-faq__title { font-size: 1.5rem; font-weight: 700; color: #0f172a; margin-bottom: 1.25rem; }

.bronson-faq-accordion { display: flex; flex-direction: column; gap: .65rem; max-width: 740px; }
.bronson-faq-item { background: #fff; border: 1px solid #e2e8f0; border-radius: 10px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,.04); }
.bronson-faq-btn {
    width: 100%; display: flex; align-items: center; justify-content: space-between;
    padding: 1rem 1.25rem; background: none; border: none; cursor: pointer;
    text-align: left; font-size: .95rem; font-weight: 700; color: #0f172a;
    gap: 1rem; transition: background .15s;
}
.bronson-faq-btn:hover, .bronson-faq-btn[aria-expanded="true"] { background: #f0f9ff; }
.bronson-faq-icon { font-size: 1.35rem; font-weight: 300; color: var(--color-primary); flex-shrink: 0; transition: transform .22s; line-height: 1; }
.bronson-faq-btn[aria-expanded="true"] .bronson-faq-icon { transform: rotate(45deg); }
.bronson-faq-panel { padding: 0 1.25rem 1rem; border-top: 1px solid #f1f5f9; }
.bronson-faq-panel p { font-size: .91rem; line-height: 1.75; color: #374151; margin: .7rem 0 0; }
.bronson-faq-panel strong { color: var(--color-primary); }

/* -----------------------------------------------------------------------
   STATS BAR
----------------------------------------------------------------------- */
.bronson-stats { background: linear-gradient(135deg, #0f172a, var(--color-primary)); padding: 2.25rem 0; }
.bronson-stats__inner { display: flex; flex-wrap: wrap; justify-content: center; }
.bronson-stat { text-align: center; padding: 1rem 2.5rem; border-right: 1px solid rgba(255,255,255,.15); flex: 1; min-width: 140px; }
.bronson-stat:last-child { border-right: none; }
.bronson-stat__num   { display: block; font-size: 2rem; font-weight: 900; color: #fbbf24; line-height: 1.1; }
.bronson-stat__label { display: block; font-size: .8rem; color: rgba(255,255,255,.78); margin-top: .25rem; }
@media(max-width:640px){
    .bronson-stat { border-right:none; border-bottom:1px solid rgba(255,255,255,.12); padding:.9rem; flex-basis:50%; }
    .bronson-stat:last-child { border-bottom:none; }
}

/* -----------------------------------------------------------------------
   SIDEBAR TABLE OF CONTENTS
----------------------------------------------------------------------- */
.sidebar-toc { font-size: .87rem; }
.sidebar-toc__list { list-style: none; padding: 0; margin: .5rem 0 0; }
.toc-h2 > .toc-link { display:block; padding:.38rem .75rem; color:#374151; text-decoration:none; border-left:2px solid transparent; border-radius:0 6px 6px 0; font-weight:600; transition:all .15s; }
.toc-h3 > .toc-link { display:block; padding:.32rem .75rem .32rem 1.5rem; color:#64748b; text-decoration:none; border-left:2px solid transparent; font-size:.82rem; transition:all .15s; }
.toc-link:hover, .toc-link.toc-active { color:var(--color-primary); border-left-color:var(--color-primary); background:#f0f9ff; }

/* -----------------------------------------------------------------------
   ANNOUNCEMENT BAR
----------------------------------------------------------------------- */
.announcement-bar { background:linear-gradient(90deg,var(--color-primary),#1a3fa0); color:#fff; padding:.5rem 1rem; text-align:center; font-size:.85rem; font-weight:500; }
.announcement-bar__inner { display:flex; align-items:center; justify-content:center; gap:.75rem; flex-wrap:wrap; }
.announcement-bar__btn { background:rgba(255,255,255,.22); color:#fff; font-weight:700; padding:.25rem .75rem; border-radius:6px; text-decoration:none; white-space:nowrap; transition:background .2s; }
.announcement-bar__btn:hover { background:rgba(255,255,255,.35); }
.announcement-bar__close { background:none; border:none; color:rgba(255,255,255,.7); cursor:pointer; font-size:1rem; padding:0 .25rem; }

/* -----------------------------------------------------------------------
   POPUP ANIMATION
----------------------------------------------------------------------- */
@keyframes bPopIn { from{opacity:0;transform:scale(.85) translateY(24px)} to{opacity:1;transform:scale(1) translateY(0)} }

/* -----------------------------------------------------------------------
   GLOBAL SCROLL
----------------------------------------------------------------------- */
html { scroll-behavior: smooth; }
body { overflow-x: hidden; }
.single-layout, .single-content, .sidebar, .blog-home__wrap,
.cat-hero, .cat-faq, .bronson-stats { overflow: visible; }

/* Better article readability */
.single-body h2 { font-size:1.4rem; margin:2em 0 .6em; }
.single-body h3 { font-size:1.2rem; margin:1.6em 0 .5em; }
.single-body p  { line-height:1.85; margin-bottom:1.15em; }
.single-body img { max-width:100%; height:auto; border-radius:8px; }
.single-body blockquote { border-left:4px solid var(--color-primary); background:#f0f9ff; margin:1.5rem 0; padding:1rem 1.25rem; border-radius:0 10px 10px 0; font-style:italic; }

/* Focus ring accessibility */
a:focus-visible, button:focus-visible, select:focus-visible, input:focus-visible {
    outline: 2.5px solid var(--color-primary);
    outline-offset: 3px;
    border-radius: 3px;
}
