/*
Theme Name: Bronson
Theme URI: https://davisonpro.dev/
Author: Davison Pro
*/

*,
*::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
}