@charset "UTF-8"; /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
img, legend {
    border: 0
}

legend, td, th {
    padding: 0
}

.fa-pull-left, .owl-carousel .owl-item {
    float: left
}

.fa-ul, li {
    list-style-type: none
}

a:active, a:focus, a:hover, button:active, button:focus, button:hover, input:active, input:focus, input:hover, textarea:focus {
    outline: 0
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: 1px dotted
}

b, optgroup, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre, textarea {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel, .owl-carousel .owl-wrapper {
    display: none;
    position: relative
}

.owl-carousel {
    width: 100%;
    -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-controls .owl-buttons div, .owl-controls .owl-page {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.grabbing {
    cursor: url(../img/grabbing.png) 8 8, move
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center
}

.owl-theme .owl-controls .owl-buttons div {
    color: #fff;
    display: inline-block;
    zoom: 1;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    opacity: .5
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none
}

a, a:active, a:focus, a:hover {
    text-decoration: underline
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: .5;
    border-radius: 20px;
    background: #869791
}

.owl-theme .owl-controls .owl-page.active span {
    border: 2px solid #fd4a00
}

.fa, .fa-stack {
    display: inline-block
}

.fa.fa-pull-left, .fa.pull-left {
    margin-right: .3em
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #fff;
    padding: 2px 10px;
    font-size: 12px;
    border-radius: 30px
}

.owl-item.loading {
    min-height: 150px;
    background: url(../img/AjaxLoader.gif) center center no-repeat
}

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.eot?v=4.6.3);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?v=4.6.3) format("woff2"), url(../fonts/fontawesome-webfont.woff?v=4.6.3) format("woff"), url(../fonts/fontawesome-webfont.ttf?v=4.6.3) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em
}

.fa.fa-pull-right, .fa.pull-right {
    margin-left: .3em
}

.fa-ul > li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em
}

.fa-pull-right, .pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    position: relative;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

body, h3 {
    line-height: 26px
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

a, body {
    color: #000
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-close:before, .fa-remove:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.contact-bl .phone:before, .fa-signal:before {
    content: "";
    background-image: url(../images/pho.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 15px;
    height: 17px;
    top: 8px
}

.fa-cog:before, .fa-gear:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-repeat:before, .fa-rotate-right:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-image:before, .fa-photo:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-exclamation-triangle:before, .fa-warning:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-cogs:before, .fa-gears:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before, .fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-sort:before, .fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before, .fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before, .fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before, .fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before, .fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before, .fa-paste:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-chain-broken:before, .fa-unlink:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-o-down:before, .fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before, .fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before, .fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before, .fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-inr:before, .fa-rupee:before {
    content: "\f156"
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
    content: "\f157"
}

.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
    content: "\f158"
}

.fa-krw:before, .fa-won:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-caret-square-o-left:before, .fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before, .fa-turkish-lira:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-bank:before, .fa-institution:before, .fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before, .fa-mortar-board:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before, .fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before, .fa-file-sound-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-rebel:before, .fa-resistance:before {
    content: "\f1d0"
}

.fa-empire:before, .fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before, .fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before, .fa-send-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-futbol-o:before, .fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}


.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-bed:before, .fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-y-combinator:before, .fa-yc:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before, .fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-paper-o:before, .fa-hand-stop-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-television:before, .fa-tv:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before {
    content: "\f2a3"
}

.fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-sign-language:before, .fa-signing:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

@font-face {
    font-family: AvenirLTStd-Roman;
    src: url(../fonts/AvenirLTStd-Roman.eot);
    src: local("☺"), url(../fonts/AvenirLTStd-Roman.woff) format("woff"), url(../fonts/AvenirLTStd-Roman.ttf) format("truetype"), url(../fonts/AvenirLTStd-Roman.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: AvenirLTStd-Medium;
    src: url(../fonts/AvenirLTStd-Medium.eot);
    src: local("☺"), url(../fonts/AvenirLTStd-Medium.woff) format("woff"), url(../fonts/AvenirLTStd-Medium.ttf) format("truetype"), url(../fonts/AvenirLTStd-Medium.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: AvenirLTStd-Heavy;
    src: url(../fonts/AvenirLTStd-Heavy.eot);
    src: local("☺"), url(../fonts/AvenirLTStd-Heavy.woff) format("woff"), url(../fonts/AvenirLTStd-Heavy.ttf) format("truetype"), url(../fonts/AvenirLTStd-Heavy.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: AvenirLTStd-Black;
    src: url(../fonts/AvenirLTStd-Black.eot);
    src: local("☺"), url(../fonts/AvenirLTStd-Black.woff) format("woff"), url(../fonts/AvenirLTStd-Black.ttf) format("truetype"), url(../fonts/AvenirLTStd-Black.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: AvenirLTStd-Light;
    src: url(../fonts/AvenirLTStd-Light.eot);
    src: local("☺"), url(../fonts/AvenirLTStd-Light.woff) format("woff"), url(../fonts/AvenirLTStd-Light.ttf) format("truetype"), url(../fonts/AvenirLTStd-Light.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: PTS55F;
    src: url(../fonts/PTS55F.eot);
    src: local("☺"), url(../fonts/PTS55F.woff) format("woff"), url(../fonts/PTS55F.ttf) format("truetype"), url(../fonts/PTS55F.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: PTS56F;
    src: url(../fonts/PTS56F.eot);
    src: local("☺"), url(../fonts/PTS56F.woff) format("woff"), url(../fonts/PTS56F.ttf) format("truetype"), url(../fonts/PTS56F.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: PTS75F;
    src: url(../fonts/PTS75F.eot);
    src: local("☺"), url(../fonts/PTS75F.woff) format("woff"), url(../fonts/PTS75F.ttf) format("truetype"), url(../fonts/PTS75F.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

body {
    background-color: #fff9f2;
    font-family: PTS55F, Arial, sans-serif;
    font-size: 16px;
    overflow-y: scroll
}

h1, h2, h3, h4 {
    font-family: PTS75F, Arial, sans-serif;
    letter-spacing: .042em;
    text-align: center
}

h1, h2 {
    line-height: 1
}

h1 {
    font-size: 42px
}

h2 {
    font-size: 26px;
    line-height: 1.5;
    margin: 40px 0 22px
}

h3 {
    font-size: 18px;
    margin: 27px 0 17px
}

h4 {
    font-size: 16px;
    line-height: 22px;
    margin: 20px 0 12px
}

.cl li, p {
    margin-bottom: 17px
}

.cl {
    padding-left: 16px
}

.cl li {
    position: relative;
    padding-left: 27px
}

.cl li:before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #fcc216;
    position: absolute;
    top: 7px;
    left: 0
}

img {
    display: block;
    max-width: 100%;
    height: auto
}

a:active, a:focus, a:hover {
    color: #fcc216
}

.wrapper {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    padding-top: 136px
}

.wrapper.for-inp {
    padding-top: 192px
}

.loader {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999
}

.loader .loader_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.loader .loader_inner img {
    display: block;
    width: 200px
}

.no-scroll, .no-scroll body {
    overflow-y: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.main-screen .order-list .order, .order-btn-st, .our-custom .btn-ch {
    display: inline-block;
    position: relative;
    border: none;
    padding: 0 35px;
    background-color: #fd4a00;
    -webkit-box-shadow: 0 6px 23px 1px rgba(39, 13, 3, .21);
    box-shadow: 0 6px 23px 1px rgba(39, 13, 3, .21);
    color: #fff;
    font-family: AvenirLTStd-Black, Arial, sans-serif;
    font-size: 28px;
    line-height: 53px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all .33s ease-in-out;
    -o-transition: all .33s ease-in-out;
    transition: all .33s ease-in-out
}

.main-screen .order-list .order:active, .main-screen .order-list .order:focus, .main-screen .order-list .order:hover, .order-btn-st:active, .order-btn-st:focus, .order-btn-st:hover, .our-custom .btn-ch:active, .our-custom .btn-ch:focus, .our-custom .btn-ch:hover, .pricing-wrap .pricing-item .btn:hover {
    color: #fff;
    background-color: #000;
    -webkit-box-shadow: 3px 5.2px 8.6px .4px rgba(63, 29, 0, .35);
    box-shadow: 3px 5.2px 8.6px .4px rgba(63, 29, 0, .35)
}

.contact-bl div {
    position: relative
}

.contact-bl div:before {
    font-family: FontAwesome, sans-serif;
    position: absolute;
    top: 0;
    left: 0
}

.contact-bl a, .contact-bl p {
    margin-bottom: 0
}

.contact-bl p {
    font-family: PTS75F, Arial, sans-serif
}

.contact-bl a {
    color: #000;
    font-family: PTS55F, Arial, sans-serif
}

.contact-bl .mail:before {
    content: "";
    background-image: url(../images/mail.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 18px;
    height: 19px;
    top: 8px
}

.clearfix:after, .clearfix:before, .er404 .white-wrapper:after, .er404 .white-wrapper:before, .form-wrap form:after, .form-wrap form:before, .inpage header .contact-bl-and-menu .contact-bl:after, .inpage header .contact-bl-and-menu .contact-bl:before, .inpage header .contact-bl-and-menu:after, .inpage header .contact-bl-and-menu:before, .list-and-slider:after, .list-and-slider:before, .main-screen .fl-bl:after, .main-screen .fl-bl:before, .our-custom .row-oi:after, .our-custom .row-oi:before, .reviews-sheet:after, .reviews-sheet:before, header .header-wrap:after, header .header-wrap:before, header .main-menu:after, header .main-menu:before {
    content: " ";
    display: table;
    clear: both
}

header .has-submenu:before, header a:not(.logo):before, header:after, header:before {
    content: ''
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

@media (min-width: 1362px) {
    .container {
        width: 1341px
    }
}

@keyframes showSubMenu {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -10%, 0);
        transform: translate3d(0, -10%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes showSubMenu {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -10%, 0);
        transform: translate3d(0, -10%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes hideSubMenu {
    0% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -7%, 0);
        transform: translate3d(0, -7%, 0)
    }
}

@-webkit-keyframes hideSubMenu {
    0% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -7%, 0);
        transform: translate3d(0, -7%, 0)
    }
}

@keyframes apirens {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes apirens {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

header {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    width: 100%
}

header:after, header:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f4efe4;
    opacity: 0;
    -webkit-transition: opacity .33s ease-in-out;
    -o-transition: opacity .33s ease-in-out;
    transition: opacity .33s ease-in-out
}

header:before {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

header .btn-close-mob-menu, header .contact-bl, header .only-mob-v {
    display: none
}

header .btn-close-mob-menu {
    font-size: 26px;
    line-height: 42px;
    position: absolute;
    top: 22px;
    right: 33px
}

header .header-wrap {
    padding: 37px 0
}

header .container {
    position: relative;
    z-index: 2
}

header .logo {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 183px;
    height: 62px;
    background-position: 0 0;
    -webkit-transition: width .33s ease-in-out;
    -o-transition: width .33s ease-in-out;
    transition: width .33s ease-in-out
}

header .main-menu {
    float: right;
    padding-top: 14px
}

header .main-menu li {
    float: left
}

header a:not(.logo), header span {
    display: block;
    position: relative;
    padding: 14px 0;
    margin: 0 10px;
    font-family: AvenirLTStd-Medium, Arial, sans-serif;
    font-size: 13px;
    line-height: 1;
    letter-spacing: .026em;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer
}

header a:not(.logo):before {
    width: 100%;
    height: 4px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .15s ease-in-out;
    transition: -webkit-transform .15s ease-in-out;
    -o-transition: transform .15s ease-in-out;
    transition: transform .15s ease-in-out;
    transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out
}

header a:not(.logo):hover {
    color: #000
}

header a:not(.logo):hover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

header .has-submenu {
    margin: 0 2px;
    padding: 14px 22px 14px 8px
}

header .has-submenu:before {
    border: 4px solid transparent;
    border-top: 4px solid #000;
    position: absolute;
    top: 17px;
    right: 6px
}

header .order, header .sing-in {
    float: right
}

header a.order {
    font-family: AvenirLTStd-Black, Arial, sans-serif;
    margin-left: 60px;
    padding-top: 28px
}

header a.sing-in {
    margin: 0 0 0 45px;
    padding-top: 28px
}

header a.sing-in:after {
    content: "\f13e";
    font-family: FontAwesome, sans-serif;
    position: absolute;
    top: 28px;
    left: -15px
}

header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99
}

header.fixed:before {
    opacity: 1
}

header.fixed .header-wrap {
    padding: 18px 0
}

header.fixed .header-wrap .order {
    padding: 8px 25px 6px;
    border: 2px solid #fd4a00;
    background-color: #fd4a00;
    color: #fff;
    margin-top: 17px;
    -webkit-transition: background-color .33s, color .33s;
    -o-transition: background-color .33s, color .33s;
    transition: background-color .33s, color .33s
}

header.fixed .header-wrap .order:before {
    display: none
}

header.fixed .header-wrap .order:active, header.fixed .header-wrap .order:hover {
    background-color: transparent;
    color: #000
}

header.fixed .logo {
    height: 53px
}

header.fixed .sub-menu {
    padding: 53px 0
}

header.fixed .contact-bl-and-menu {
    border: none;
    padding: 0;
    float: right
}

header .sub-menu {
    display: none;
    width: calc(100vw - 17px);
    margin-left: calc(50% + 8px - 50vw);
    background-color: #f4efe4;
    border-bottom: 4px solid #d7d6d5;
    padding: 65px 0 53px;
    position: absolute;
    left: 0;
    top: 88px;
    z-index: 3
}

header .sub-menu p {
    font-family: PTS75F, Arial, sans-serif
}

header .sub-menu .sub-menu-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0
}

header .sub-menu a {
    font-size: 14px;
    line-height: 18px;
    padding: 0 0 12px;
    margin: 0;
    text-transform: none;
    text-decoration: none !important
}

header .sub-menu a:before {
    display: none
}

header .sub-menu a:focus, header .sub-menu a:hover {
    text-decoration: underline !important
}

header .sub-menu .main-link {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5
}

header .sub-menu .main-link li {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%
}

header .sub-menu .main-link a {
    display: block;
    padding: 0 10px 12px 0;
    font-size: 14px;
    line-height: 18px;
    text-decoration: underline
}

header .sub-menu .main-link a:focus, header .sub-menu .main-link a:hover {
    color: #000;
    text-decoration: none
}

header .sub-menu .tags-bl {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

header .sub-menu .tags-bl h4 {
    max-width: 175px;
    border-bottom: 4px solid #d7d6d5;
    margin: -5px 0 15px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0
}

header .sub-menu .tags-bl a {
    display: inline-block;
    padding: 0 10px;
    font-size: 14px;
    line-height: 25px;
    background-color: #fff;
    border-radius: 10px;
    margin: 0 3px 7px 0
}

header.show-sub-menu:before {
    -webkit-box-shadow: none;
    box-shadow: none
}

header.show-sub-menu .has-submenu {
    background-color: #f4efe4
}

header.show-sub-menu .sub-menu {
    display: block
}

header.show-sub-menu .sub-menu .sub-menu-wrap {
    -webkit-animation: showSubMenu .33s both;
    animation: showSubMenu .33s both
}

header.hh-anim .sub-menu .sub-menu-wrap {
    -webkit-animation: hideSubMenu .33s both;
    animation: hideSubMenu .33s both
}

header.open-menu .mail {
    display: none
}

header.open-menu .contact-bl-and-menu {
    height: 100%;
    float: none
}

header.open-menu .btn-close-mob-menu, header.open-menu .contact-bl, header.open-menu .main-menu, header.open-menu a.order, header.open-menu a.sing-in {
    display: block
}

header.open-menu .contact-bl {
    position: absolute;
    top: 26px;
    left: 90px
}

header.open-menu .contact-bl .phone {
    padding-left: 30px;
    display: inline-block
}

header.open-menu .contact-bl a, header.open-menu .contact-bl p {
    font-size: 18px;
    display: inline-block
}

header.open-menu .contact-bl a:hover:before, header.open-menu .main-menu a:not(.logo):before, header.open-menu .main-menu span:before, header.open-menu a.order:before, header.open-menu a.sing-in:before {
    display: none
}

header.open-menu .contact-bl a {
    font-family: PTS55F, Arial, sans-serif;
    color: #000;
    padding: 0;
    margin: 0;
    text-transform: none;
    letter-spacing: .042em
}

header.open-menu a.order, header.open-menu a.sing-in {
    float: none;
    position: absolute;
    font-family: Arial, sans-serif;
    font-weight: 700;
    margin: 0;
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s
}

header.open-menu a.sing-in {
    font-size: 26px;
    padding: 10px 0;
    left: 123px;
    top: calc(68px + 3.3vh)
}

header.open-menu a.sing-in:after {
    top: 11px;
    left: -32px
}

header.open-menu a.order {
    height: 53px;
    border: 4px solid #fd4a00;
    color: #262626;
    font-size: 28px;
    padding: 9px 63px;
    text-align: center;
    left: 53%;
    top: calc(60px + 3vh)
}

header.open-menu a.order:after {
    content: "\f105";
    font-family: FontAwesome, sans-serif;
    position: absolute;
    left: -30px;
    top: 0;
    color: #000;
    font-size: 26px;
    font-weight: 400;
    line-height: 53px
}

header.open-menu .main-menu {
    float: none;
    padding-top: 0
}

header.open-menu .main-menu li {
    float: none
}

header.open-menu .main-menu a:not(.logo), header.open-menu .main-menu span {
    color: #000;
    font-family: Arial, sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: calc(40px + 3vh);
    text-transform: uppercase;
    padding: 0;
    margin: 0
}

header.open-menu .has-submenu:after {
    content: " \f0d7";
    font-family: FontAwesome, sans-serif;
    line-height: 1
}

header.open-menu.show-mob-submenu .has-submenu:after {
    content: " \f0d8"
}

.main-screen .fl-bl:before, .main-screen .h1:before, .nicescroll-cursors:before {
    content: ''
}

header.open-menu.show-mob-submenu .container {
    width: 100%;
    padding: 0
}

header.open-menu.show-mob-submenu .sub-menu {
    display: block;
    border-bottom: none;
    background-color: transparent;
    position: static;
    width: 100%;
    margin: 0;
    padding: 0
}

header.open-menu.show-mob-submenu .sub-menu .sub-menu-wrap {
    opacity: 1;
    display: block
}

header.open-menu.show-mob-submenu .sub-menu .main-link a, header.open-menu.show-mob-submenu .sub-menu .tags-bl a {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    text-decoration: underline !important;
    font-family: Arial, sans-serif;
    font-weight: 400
}

header.open-menu.show-mob-submenu .sub-menu .main-link a:hover, header.open-menu.show-mob-submenu .sub-menu .tags-bl a:hover {
    text-decoration: none !important
}

header.open-menu.show-mob-submenu .sub-menu .main-link {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2
}

header.open-menu.show-mob-submenu .sub-menu .main-link a {
    padding: 0 10px 1.6vh 0
}

header.open-menu.show-mob-submenu .sub-menu .tags-bl {
    padding-right: 20px
}

header.open-menu.show-mob-submenu .sub-menu .tags-bl h4 {
    text-align: left;
    margin: 5px 0 15px;
    max-width: 200px;
    font-size: 18px
}

header.open-menu.show-mob-submenu .sub-menu .tags-bl a {
    padding: 0;
    margin: 0 20px 1.6vh 0
}

.main-menu > .current a {
    color: #000
}

.main-menu > .current a:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.nicescroll-cursors:before {
    width: 16px;
    height: calc(100% + 4px);
    background: #9d9d9d;
    position: absolute;
    z-index: 99;
    left: -9px;
    top: -1px
}

.inpage header .contact-bl {
    display: block
}

.inpage header .header-wrap {
    padding: 27px 0
}

.inpage header .header-wrap .order, .inpage header .header-wrap .sing-in {
    font-size: 16px;
    line-height: 1;
    margin-top: 82px
}

.inpage header .header-wrap .order {
    height: 32px;
    padding: 10px 25px 6px;
    margin-left: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 8.6px .4px rgba(63, 29, 0, .35);
    box-shadow: 0 6px 8.6px .4px rgba(63, 29, 0, .35);
    -webkit-transition: all .33s ease-in-out;
    -o-transition: all .33s ease-in-out;
    transition: all .33s ease-in-out
}

.inpage header .header-wrap .order:before {
    display: none
}

.inpage header .header-wrap .order:active, .inpage header .header-wrap .order:focus, .inpage header .header-wrap .order:hover {
    background-color: #ffa37c;
    -webkit-box-shadow: 3px 5.2px 8.6px .4px rgba(63, 29, 0, .35);
    box-shadow: 3px 5.2px 8.6px .4px rgba(63, 29, 0, .35);
    color: #fff
}

.inpage header .header-wrap .sing-in {
    padding: 10px 0 6px;
    margin-left: 25px
}

.inpage header .header-wrap .sing-in:after {
    top: 11px
}

.inpage header .logo {
    margin: 40px 0
}

.inpage header .contact-bl-and-menu {
    border: 1px solid #f2ede8;
    float: right;
    padding: 13px 27px 32px 21px
}

.inpage header .contact-bl-and-menu .contact-bl {
    margin-bottom: 25px
}

.inpage header .contact-bl-and-menu .mail, .inpage header .contact-bl-and-menu .phone {
    float: left;
    padding-left: 25px
}

.inpage header .contact-bl-and-menu .mail:before, .inpage header .contact-bl-and-menu .phone:before {
    line-height: 1;
    top: 5px
}

.inpage header .contact-bl-and-menu .mail a, .inpage header .contact-bl-and-menu .mail p, .inpage header .contact-bl-and-menu .phone a, .inpage header .contact-bl-and-menu .phone p {
    display: inline-block;
    line-height: 1;
    padding: 0;
    letter-spacing: .042em
}

.inpage header .contact-bl-and-menu .mail a, .inpage header .contact-bl-and-menu .phone a {
    text-transform: none;
    margin: 0;
    font-size: 16px;
    font-family: PTS55F, Arial, sans-serif
}

.inpage header .contact-bl-and-menu .mail a:before, .inpage header .contact-bl-and-menu .phone a:before {
    display: none
}

.inpage header .contact-bl-and-menu .mail a:focus, .inpage header .contact-bl-and-menu .mail a:hover, .inpage header .contact-bl-and-menu .phone a:focus, .inpage header .contact-bl-and-menu .phone a:hover {
    color: #000
}

.inpage header .contact-bl-and-menu .mail {
    margin-left: 30px
}

.inpage header .contact-bl-and-menu .mail a {
    text-decoration: underline
}

.inpage header .contact-bl-and-menu .mail a:focus, .inpage header .contact-bl-and-menu .mail a:hover, .phone-data a {
    text-decoration: none
}

.inpage header .main-menu {
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.inpage header .main-menu li {
    float: none
}

.inpage header .main-menu a, .inpage header .main-menu span {
    font-family: AvenirLTStd-Black, Arial, sans-serif;
    margin: 0 15px
}

.inpage header .sub-menu {
    top: 135px
}

.btn-mob-menu {
    display: none;
    font-size: 26px;
    position: absolute;
    top: 60px;
    right: 15px;
    cursor: pointer
}

@media screen and (min-width: 992px) {
    header .sub-menu {
        max-height: calc(100vh - 100px);
        overflow: hidden
    }
}

@media screen and (max-width: 1365px) {
    header a.order {
        margin-left: 20px
    }

    header a.sing-in {
        margin: 0 0 0 25px
    }

    .inpage header .header-wrap .order, .inpage header .header-wrap .sing-in {
        position: absolute;
        margin: 0;
        top: 45px
    }

    .inpage header .header-wrap .order {
        right: 120px
    }

    .inpage header .header-wrap .sing-in {
        right: 30px
    }

    .inpage header .contact-bl-and-menu .mail a, .inpage header .contact-bl-and-menu .phone a {
        display: block
    }

    .inpage header .contact-bl-and-menu .mail {
        margin-left: 15px
    }

    .inpage header .sub-menu {
        top: 150px
    }
}

@media screen and (max-width: 1365px) and (min-width: 992px) {
    .inpage header .contact-bl-and-menu {
        min-width: 730px
    }

    header .sub-menu .main-link {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3
    }
}

@media screen and (max-width: 991px) {
    header .header-wrap {
        padding: 42px 0
    }

    header .main-menu, header a.order, header a.sing-in {
        display: none
    }

    .btn-mob-menu, .inpage header .only-mob-v {
        display: block
    }

    header .for-mob-menu {
        background: #f4efe4;
        width: 100vw;
        height: 100vh;
        padding: 20vh 45px 6vh 90px;
        position: absolute;
        left: calc(50% - 50vw);
        top: 0;
        visibility: hidden;
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    header.fixed .btn-mob-menu {
        top: 35px
    }

    header.open-menu .for-mob-menu {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    header .sub-menu .main-link li h3, header .sub-menu .main-link li h4, header .sub-menu .main-link li h5, header .sub-menu .main-link li h6, header .sub-menu .main-link li p {
        margin: 17px 0 10px
    }

    header .sub-menu .tags-bl a {
        background-color: transparent
    }

    .inpage .btn-mob-menu {
        top: 130px;
        right: 32px
    }

    .inpage header .logo {
        margin: 48px 0
    }

    .inpage header .main-menu {
        display: none
    }

    .inpage header .contact-bl-and-menu {
        width: calc(100% - 220px);
        padding: 5px 15px 10px 65px
    }

    .inpage header .contact-bl-and-menu .mail, .inpage header .contact-bl-and-menu .phone {
        float: none
    }

    .inpage header .contact-bl-and-menu .mail a, .inpage header .contact-bl-and-menu .mail p, .inpage header .contact-bl-and-menu .phone a, .inpage header .contact-bl-and-menu .phone p {
        line-height: 23px
    }

    .inpage header .contact-bl-and-menu .mail a, .inpage header .contact-bl-and-menu .phone a {
        margin-bottom: 7px
    }

    .inpage header .contact-bl-and-menu .mail {
        margin-left: 0
    }
}

.count-bl:before, .inpage, .main-screen, .main-screen .contact-bl .norton, .steps .step-item:after {
    background-repeat: no-repeat
}

@media screen and (max-width: 630px) {
    header .for-mob-menu {
        padding: 225px 25px 10px
    }

    header.open-menu .contact-bl {
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
        text-align: center
    }

    header.open-menu .contact-bl .phone {
        padding-left: 0
    }

    header.open-menu .contact-bl .phone:before {
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
        top: -20px
    }

    header.open-menu .contact-bl .phone:after {
        content: '';
        width: 76px;
        height: 4px;
        background-color: #d7d6d5;
        position: absolute;
        left: calc(50% - 38px);
        bottom: -18px
    }

    header.open-menu .contact-bl a, header.open-menu .contact-bl p {
        font-size: 16px
    }

    header.open-menu a.order, header.open-menu a.sing-in {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        font-size: 16px;
        line-height: 1;
        color: #000
    }

    header.open-menu a.sing-in {
        top: 130px;
        padding: 0
    }

    header.open-menu a.sing-in:after {
        top: 0;
        left: -22px
    }

    header.open-menu a.order {
        top: 163px;
        height: 47px;
        padding: 13px 23px
    }

    header.open-menu a.order:after {
        display: none
    }

    header.open-menu .main-menu a:not(.logo), header.open-menu .main-menu span {
        line-height: calc(19px + 4vh);
        font-size: 16px;
        text-align: center
    }

    header.open-menu.show-mob-submenu .sub-menu .main-link a, header.open-menu.show-mob-submenu .sub-menu .tags-bl a {
        line-height: 32px
    }

    header.open-menu.show-mob-submenu .sub-menu .main-link {
        -webkit-column-count: auto;
        -moz-column-count: auto;
        column-count: auto
    }

    header.open-menu.show-mob-submenu .sub-menu .main-link li {
        text-align: center
    }

    header.open-menu.show-mob-submenu .sub-menu .main-link a {
        padding: 0
    }

    header.open-menu.show-mob-submenu .sub-menu .tags-bl a {
        margin-bottom: 0
    }

    .inpage header .contact-bl-and-menu {
        border: none;
        float: none;
        padding-bottom: 160px
    }

    .inpage header .contact-bl-and-menu .contact-bl {
        margin: 0;
        text-align: center;
        position: absolute;
        top: 195px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        min-width: 220px
    }

    .inpage header .contact-bl-and-menu .contact-bl .mail, .inpage header .contact-bl-and-menu .contact-bl .phone {
        padding-left: 0
    }

    .inpage header .contact-bl-and-menu .contact-bl .phone:before {
        left: 15px
    }

    .inpage header .contact-bl-and-menu .contact-bl .mail:before {
        left: 65px
    }

    .inpage .btn-mob-menu {
        top: 80px
    }

    .inpage .btn-mob-menu:before {
        content: '';
        width: 97px;
        height: 157px;
        position: absolute;
        top: -72px;
        right: -32px;
        border: 1px solid rgba(255, 255, 255, .33);
        border-right: none
    }
}

@media screen and (max-width: 480px) {
    header.open-menu.show-mob-submenu .sub-menu .tags-bl h4 {
        margin: 20px auto 15px;
        text-align: center
    }

    header.open-menu.show-mob-submenu .sub-menu .tags-bl a {
        margin-right: 0;
        display: block;
        text-align: center
    }
}

.benefits-wrapper .row-3item, .payment-ss {
    display: -webkit-box;
    display: -ms-flexbox;
    margin-bottom: 20px !important
}

footer {
    color: #bbb;
    padding: 70px 0 0
}

footer p {
    font-family: AvenirLTStd-Roman, Arial, sans-serif;
    font-size: 16px;
    line-height: 26px;
    max-width: 560px;
    margin: 0 auto 15px;
    text-align: center;
    color: #000
}

footer p + p {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 36px;
    font-style: italic;
    margin: 0 auto 7px
}

.footer-links-block {
    text-align: center;
    margin: 30px 0 10px
}

.footer-links-block a {
    font-size: 12px;
    line-height: 14px;
    margin-right: 15px;
    color: #000;
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px solid #000;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-family: AvenirLTStd-Roman, Arial, sans-serif
}

.payment-ss {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px
}

.payment-ss li {
    margin: 0 7px;
    font-size: 38px;
    line-height: 45px
}

@media screen and (max-width: 991px) {
    footer {
        padding: 70px 15px 20px
    }

    footer p {
        margin: 0 auto 30px
    }

    footer p + p {
        margin: 0 auto 7px
    }
}

@media screen and (max-width: 480px) {
    footer {
        padding: 60px 15px 15px
    }

    footer p {
        margin: 0 auto 25px
    }

    footer p + p {
        margin: 0 auto 7px
    }

    .payment-ss {
        margin: 0 auto 55px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 340px
    }

    .payment-ss li {
        margin: 0 7px;
        line-height: 45px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .payment-ss li:nth-child(3) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.main-content {
    max-width: 1366px;
    margin: 0 auto
}

.main-screen {
    background-image: url(../images/ms-bg.jpg);
    background-position: 770px 7px;
    padding-bottom: 80px
}

.main-screen .h1 {
    max-width: 720px;
    margin: 52px 0 25px;
    color: #000;
    font-family: AvenirLTStd-Black, Arial, sans-serif;
    font-size: 78px;
    line-height: 1;
    letter-spacing: .042em;
    text-transform: uppercase;
    position: relative
}

.main-screen .lead {
    max-width: 390px;
    margin-bottom: 45px;
    opacity: .8;
    color: #000;
    font-family: AvenirLTStd-Roman, Arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: .042em
}

.main-screen .fl-bl {
    position: relative;
    padding-bottom: 93px
}

.main-screen .fl-bl:before {
    width: 620px;
    height: 603px;
    border: 1px solid #dcd9d8;
    opacity: .33;
    position: absolute;
    bottom: 59px;
    left: 507px;
    z-index: 0
}

.main-screen .contact-bl {
    float: left;
    width: 445px
}

.main-screen .contact-bl div {
    margin-top: 20px
}

.main-screen .contact-bl a, .main-screen .contact-bl p {
    display: block;
    padding-left: 45px
}

.main-screen .contact-bl .norton {
    width: 107px;
    height: 51px;
    background-image: url(../images/norton.png);
    margin: 35px 0 0 45px
}

.main-screen .order-list {
    float: left
}

.main-screen .order-list .order {
    margin-bottom: 7px
}

.main-screen .order-list .order:before {
    content: "\f105";
    font-family: FontAwesome, sans-serif;
    font-size: 26px;
    color: #000;
    position: absolute;
    top: 0;
    left: -40px
}

.main-screen .order-list ul {
    padding-left: 115px
}

.main-screen .order-list ul li {
    margin-top: 20px
}

.main-screen .order-list ul li span {
    line-height: 18px
}

.main-screen .order-list ul li span:nth-child(1) {
    display: inline-block;
    color: #000;
    font-family: AvenirLTStd-Black, Arial, sans-serif;
    letter-spacing: .042em;
    text-transform: uppercase;
    border-bottom: 2px solid #e4e6e8
}

.main-screen .order-list ul li span:nth-child(2) {
    display: block;
    color: #9699a2;
    font-family: AvenirLTStd-Light, Arial, sans-serif;
    font-size: 14px
}

.c6-center {
    width: 50%;
    margin: 0 auto 65px;
    color: #000
}

.c6-center h1, .c6-center h2 {
    font-family: PTS75F, Arial, sans-serif;
    font-size: 42px;
    line-height: 1;
    margin: 27px 0 17px
}

.c6-center p {
    letter-spacing: .042em
}

.list-and-slider {
    margin-bottom: 53px
}

.list-and-slider .c4-list {
    width: 33.3%;
    float: left
}

.list-and-slider .c4-list .img-wrap-gas {
    padding-bottom: 34px;
    margin-bottom: 15px;
    position: relative
}

.list-and-slider .c4-list .img-wrap-gas:before {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #d7d6d5;
    position: absolute;
    left: 0;
    bottom: 0
}

.list-and-slider .c4-list .img-wrap-gas img {
    width: 100%
}

.list-and-slider .c4-list li {
    font-family: AvenirLTStd-Roman, Arial, sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 36px;
    letter-spacing: .042em;
    text-align: right;
    padding-right: 45px;
    position: relative
}

.list-and-slider .c4-list li:after {
    content: "\f067";
    font-family: FontAwesome, sans-serif;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 42px;
    color: #000
}

.list-and-slider .c6-slider {
    width: 50%;
    float: right;
    position: relative
}

.list-and-slider .c6-slider h2, .list-and-slider .c6-slider h3 {
    width: 210px;
    height: 340px;
    font-family: AvenirLTStd-Heavy, Arial, sans-serif;
    color: #000;
    font-size: 42px;
    line-height: 1;
    margin: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    text-align: left;
    position: absolute;
    left: 0;
    top: 0
}

.list-and-slider .c6-slider .slider-t {
    padding: 0 115px;
    position: relative
}

.list-and-slider .c6-slider .slider__rating {
    padding: 0 115px;
    margin: 25px 0 5px;
    font-size: 16px;
    text-align: left
}

.list-and-slider .c6-slider .slider-t:before {
    content: '';
    position: absolute;
    left: 0;
    top: 46px;
    width: 100%;
    height: 2px;
    background-color: #d7d6d5
}

.list-and-slider .c6-slider .slider-t .item {
    font-family: Arial, sans-serif
}

.list-and-slider .c6-slider .slider-t .user {
    font-weight: 700;
    font-size: 26px;
    line-height: 55px;
    margin-bottom: 30px
}

.list-and-slider .c6-slider .slider-t .owl-controls {
    margin: 50px 0 0;
    text-align: left
}

.list-and-slider .c6-slider .slider-t .owl-controls .owl-pagination .owl-page span {
    opacity: 1;
    width: 16px;
    height: 16px;
    border: 2px solid #d0d0d0;
    margin: 0 13px;
    border-radius: 50%;
    background: 0 0
}

.list-and-slider .c6-slider .slider-t .owl-controls .owl-pagination .owl-page span:hover, .list-and-slider .c6-slider .slider-t .owl-controls .owl-pagination .owl-page.active span {
    border: 2px solid #fd4a00;
    background-color: #fd4a00
}

.list-and-slider .c6-slider .slider-t .owl-controls .owl-pagination .owl-page:first-child span {
    margin-left: 0
}

.list-and-slider .c6-slider .slider-t .owl-controls .owl-buttons div {
    background: 0 0;
    margin: 0;
    padding: 0;
    color: #fd4a00;
    font-size: 42px;
    line-height: 16px;
    position: absolute;
    top: 80px;
    opacity: 1
}

.list-and-slider .c6-slider .slider-t .owl-controls .owl-buttons .owl-prev {
    left: 65px
}

.list-and-slider .c6-slider .slider-t .owl-controls .owl-buttons .owl-next {
    right: 65px
}

.benefits-wrapper.white-wrapper {
    padding: 60px 35px 10px
}

.benefits-wrapper h2 {
    font-size: 68px;
    line-height: 1;
    margin: 10px 0 65px
}

.benefits-wrapper .row-3item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.benefits-bl, .steps .row-steps {
    display: -webkit-box;
    display: -ms-flexbox
}

.benefits-wrapper .row-3item .i-ht {
    margin-bottom: 40px;
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px
}

.benefits-wrapper .row-3item .i-ht h3, .benefits-wrapper .row-3item .i-ht h4, .benefits-wrapper .row-3item .i-ht h5 {
    font-size: 26px;
    line-height: 28px;
    border-bottom: 2px solid #d7d6d5;
    margin: 0 0 12px;
    text-align: left;
    padding-right: 20%;
    padding-bottom: 5px
}

.benefits-wrapper .row-3item .i-ht p {
    font-family: PTS55F, Arial, sans-serif;
    font-size: 14px;
    line-height: 26px
}

.benefits-bl {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 75px 20px 80px;
    margin-bottom: 105px
}

.benefits-bl:after, .benefits-bl:before {
    content: '';
    position: absolute
}

.benefits-bl:before {
    width: 69%;
    height: 100%;
    top: 0;
    left: -13px;
    border: 1px solid #d7d6d5;
    z-index: 2
}

.benefits-bl:after {
    width: 155px;
    height: 416px;
    background: url(../images/curly-g.jpg) no-repeat;
    top: 35px;
    left: 350px;
    z-index: 1
}

.benefits-bl .b-item {
    position: relative;
    padding-left: 65px;
    z-index: 3
}

.benefits-bl .b-item:nth-child(2) {
    margin-left: 13.5%
}

.benefits-bl .b-item h2, .benefits-bl .b-item h3, .benefits-bl .b-item h4 {
    font-family: AvenirLTStd-Heavy, Arial, sans-serif;
    font-size: 42px;
    line-height: 1;
    letter-spacing: 0;
    margin: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    text-align: right;
    position: absolute;
    left: 0;
    top: 0;
    width: 220px;
    height: 240px
}

.benefits-bl .b-item li {
    color: #000;
    font-size: 20px;
    line-height: 42px
}

.benefits-bl .b-item li p {
    font-size: 18px;
    line-height: 26px
}

.benefits-bl .b-item li p:nth-child(1) {
    font-family: AvenirLTStd-Black, Arial, sans-serif;
    font-size: 26px;
    margin: 0 0 3px;
    padding-top: 10px
}

.benefits-bl .b-item .has-stric li {
    font-size: 18px;
    line-height: 42px
}

.benefits-bl .b-item .has-stric li:nth-child(1) {
    font-family: "Times New Roman", serif
}

.benefits-bl .b-item .has-stric li:before {
    content: '\2012\00a0'
}

.steps {
    color: #000;
    width: 67.68%;
    margin: 0 auto 40px;
    position: relative;
    padding: 120px 0 60px
}

.steps h2, .steps h3, .steps h4 {
    width: 290px;
    height: 260px;
    font-family: AvenirLTStd-Heavy, Arial, sans-serif;
    color: #000;
    font-size: 42px;
    line-height: 1;
    margin: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    text-align: left;
    position: absolute;
    left: -185px;
    top: 125px
}

.steps .lead {
    font-family: AvenirLTStd-Roman, Arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    padding-bottom: 5px;
    border-bottom: 2px solid #d7d6d5;
    margin-bottom: 93px
}

.steps .step-item p, .steps .step-item:before {
    font-family: AvenirLTStd-Heavy, Arial, sans-serif;
    line-height: 23px
}

.steps .lead p {
    max-width: 485px;
    letter-spacing: .042em;
    margin: 0
}

.steps .row-steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.steps .step-item {
    position: relative;
    height: 112px;
    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-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.steps .step-item:after, .steps .step-item:before {
    content: '';
    position: absolute;
    left: 0
}

.steps .step-item:before {
    color: #fd4a00;
    font-size: 42px;
    top: -40px
}

.steps .step-item:after {
    width: 23px;
    height: 27px;
    bottom: -38px;
    background-position: 0 0
}

.steps .step-item:nth-child(1):before {
    content: '1'
}

.steps .step-item:nth-child(1):after {
    background-image: url(../images/page-1.svg)
}

.steps .step-item:nth-child(2):before {
    content: '2'
}

.steps .step-item:nth-child(2):after {
    background-image: url(../images/page-2.svg)
}

.steps .step-item:nth-child(3):before {
    content: '3'
}

.steps .step-item:nth-child(3):after {
    background-image: url(../images/page-3.svg)
}

.steps .step-item:nth-child(4):before {
    content: '4'
}

.steps .step-item:nth-child(4):after {
    background-image: url(../images/page-4.svg)
}

.steps .step-item:nth-child(5):before {
    content: '5'
}

.steps .step-item:nth-child(5):after {
    background-image: url(../images/page-download-white.svg);
    width: 59px;
    height: 57px;
    left: -18px;
    bottom: -54px
}

.steps .step-item p {
    font-size: 26px;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 10px;
    padding-right: 25px
}

.steps .step-item span {
    display: block;
    border-left: 1px solid #e1dedb;
    width: 1px;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 60px;
    flex-basis: 60px
}

.our-custom {
    padding: 65px 25px 45px;
    position: relative
}

.our-custom:before {
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid #dcd9d8;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

.our-custom h2, .our-custom h3, .our-custom h4 {
    max-width: 560px;
    margin: 0 auto 20px;
    color: #000;
    font-size: 42px;
    line-height: 1
}

.our-custom p {
    color: #000;
    letter-spacing: .042em;
    margin-bottom: 27px
}

.our-custom .row-oi .c-text, .our-custom .row-oi .l-list, .our-custom .row-oi .r-list {
    position: relative;
    float: left
}

.our-custom .row-oi .l-list, .our-custom .row-oi .r-list {
    width: 25%
}

.our-custom .row-oi .l-list ul, .our-custom .row-oi .r-list ul {
    position: relative;
    padding-top: 40px
}

.our-custom .row-oi .l-list ul:before, .our-custom .row-oi .r-list ul:before {
    content: "\f067";
    color: #000;
    font-family: FontAwesome, sans-serif;
    font-size: 16px;
    line-height: 42px;
    position: absolute;
    top: 0
}

.our-custom .row-oi .l-list ul li, .our-custom .row-oi .r-list ul li {
    color: #000;
    font-family: AvenirLTStd-Roman, Arial, sans-serif;
    font-size: 14px;
    line-height: 26px
}

.our-custom .row-oi .c-text {
    width: 50%
}

.our-custom .row-oi .l-list ul:before {
    left: 0
}

.our-custom .row-oi .r-list {
    z-index: 3;
    text-align: right
}

.our-custom .row-oi .r-list ul {
    padding-right: 10px
}

.our-custom .row-oi .r-list ul:before {
    right: 10px
}

.our-custom .row-oi .r-list ul li {
    text-align: right
}

.our-custom .img-wrap-s {
    margin-left: -50px;
    z-index: 1;
    position: relative
}

.our-custom .btn-ch {
    font-size: 18px;
    line-height: 40px;
    background-color: #fd6829
}

@media screen and (min-width: 1280px) and (max-width: 1359px) {
    .main-screen {
        background-position: 790px 7px
    }
}

@media screen and (min-width: 1280px) and (max-width: 1362px) {
    .main-screen .h1 {
        font-size: 72px
    }

    .main-screen .order-list ul {
        padding-left: 95px
    }

    .benefits-bl:after {
        left: 300px
    }
}

@media screen and (max-width: 1279px) {
    .wrapper:not(.inpage) {
        background-repeat: no-repeat;
        background-position: center 0
    }

    .main-screen {
        background: 0 0;
        padding-bottom: 0
    }

    .main-screen .h1 {
        text-align: center;
        margin: 52px auto 25px
    }

    .main-screen .h1:before {
        width: 462px;
        left: calc(50% - 231px)
    }

    .main-screen .lead {
        max-width: 462px;
        margin: 0 auto 45px;
        text-align: center
    }

    .main-screen .fl-bl {
        max-width: 720px;
        margin: 0 auto
    }

    .main-screen .fl-bl:before {
        bottom: 95px;
        right: calc(50% - 50vw + 8px);
        left: inherit;
        width: 43vw;
        border-right: none
    }

    .main-screen .order-list .order {
        padding: 0 40px
    }

    .main-screen .contact-bl {
        padding-top: 65px;
        width: 385px
    }

    .c6-center {
        width: 83.3%
    }

    .list-and-slider {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .list-and-slider .c4-list, .list-and-slider .c6-slider {
        float: none
    }

    .list-and-slider .c6-slider {
        width: 720px;
        margin: 0 auto
    }

    .list-and-slider .c6-slider h2, .list-and-slider .c6-slider h3 {
        width: 260px;
        height: 260px;
        z-index: 1;
        left: 60px;
        letter-spacing: 0;
        text-align: right
    }

    .list-and-slider .c6-slider .slider-t {
        z-index: 2;
        padding: 0 135px 0 190px
    }

    .list-and-slider .c6-slider .slider__rating {
        padding: 0 190px
    }

    .list-and-slider .c6-slider .slider-t:before {
        left: inherit;
        right: 0;
        top: 33px;
        width: calc(100% - 130px)
    }

    .list-and-slider .c6-slider .slider-t .user {
        line-height: 1;
        margin-bottom: 45px
    }

    .list-and-slider .c6-slider .slider-t .owl-controls {
        margin: 27px 0 0
    }

    .list-and-slider .c6-slider .slider-t .owl-controls .owl-buttons .owl-prev {
        left: 145px
    }

    .list-and-slider .c6-slider .slider-t .owl-controls .owl-buttons .owl-next {
        right: 90px
    }

    .list-and-slider .c4-list {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 56%;
        margin: 100px auto 10px
    }

    .list-and-slider .c4-list li {
        padding-right: 55px
    }

    .benefits-wrapper h2 {
        font-size: 42px;
        margin: 10px auto 70px;
        max-width: 560px
    }

    .benefits-wrapper.white-wrapper {
        padding: 60px 30px 45px
    }

    .benefits-wrapper .row-3item {
        display: block;
        max-width: 600px;
        margin: 0 auto
    }

    .benefits-wrapper .row-3item .i-ht {
        margin-bottom: 30px
    }

    .benefits-wrapper .row-3item .i-ht h4, .benefits-wrapper .row-3item .i-ht h5 {
        padding-right: 10%;
        max-width: 287px
    }

    .benefits-bl {
        border: 1px solid #fcc216;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 75px 35px 45px;
        margin-bottom: 85px
    }

    .benefits-bl:before {
        display: none
    }

    .benefits-bl:after {
        left: calc(50% + 65px)
    }

    .benefits-bl .b-item {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

    .benefits-bl .b-item:nth-child(1) {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 200px
    }

    .benefits-bl .b-item:nth-child(2) {
        margin-left: 0
    }
}

@media screen and (max-width: 1199px) {
    .main-screen .fl-bl:before {
        width: 39vw
    }

    .our-custom {
        padding: 0 60px 33px
    }

    .our-custom h2, .our-custom h3 {
        position: absolute;
        top: 240px;
        left: 11%;
        width: 78%;
        max-width: 100%
    }

    .our-custom .row-oi .c-text, .our-custom .row-oi .l-list, .our-custom .row-oi .r-list {
        float: none;
        width: 100%
    }

    .our-custom .row-oi .l-list {
        margin-bottom: 220px
    }

    .our-custom .row-oi .l-list:before {
        content: url(../images/m-2g-t.jpg);
        position: absolute;
        top: -19px;
        left: -75px
    }

    .our-custom .row-oi .l-list .img-wrap-s {
        display: none
    }

    .our-custom .row-oi .l-list ul {
        padding-left: 260px
    }

    .our-custom .row-oi .l-list ul:before {
        left: 260px
    }

    .our-custom .row-oi .r-list .btn-ch {
        padding: 0 18px;
        color: #010101
    }

    .our-custom .row-oi .r-list ul {
        padding-top: 45px
    }

    .our-custom .row-oi .r-list ul:before {
        top: 7px
    }

    .our-custom .row-oi .c-text {
        margin-bottom: 45px
    }
}

@media screen and (max-width: 991px) {
    .wrapper {
        padding-top: 146px
    }

    .wrapper.for-inp {
        padding-top: 192px
    }

    .list-and-slider .c6-slider, .steps {
        width: 100%
    }

    .steps {
        padding: 120px 8.8% 50px 17.5%
    }

    .steps .lead {
        margin-bottom: 53px
    }

    .steps h2, .steps h3, .steps h4 {
        left: 3.3%;
        top: 138px;
        text-align: right;
        letter-spacing: 0
    }

    .steps .row-steps, .steps .step-item {
        display: block
    }

    .steps .step-item {
        height: 100px
    }

    .steps .step-item:before {
        color: #000;
        font-size: 42px;
        top: 0
    }

    .steps .step-item:after {
        bottom: inherit;
        left: inherit;
        top: 0;
        right: -25px
    }

    .steps .step-item:nth-child(5):after {
        bottom: inherit;
        left: inherit;
        top: -15px;
        right: -43px
    }

    .steps .step-item br, .steps .step-item span {
        display: none
    }

    .steps .step-item p {
        font-size: 42px;
        padding: 0 0 0 55px
    }
}

@media screen and (max-width: 767px) {
    .wrapper:not(.inpage) {
        background-position: 43% 0
    }

    .main-screen .h1 {
        font-size: 42px;
        max-width: 460px;
        margin: 8vh auto 5vh
    }

    .main-screen .h1:before {
        width: 100%;
        left: 0;
        bottom: -3vh
    }

    .main-screen .lead {
        margin: 0 auto 28px
    }

    .main-screen .fl-bl {
        border: 1px solid rgba(255, 255, 255, .33);
        padding-bottom: 43px;
        max-width: 462px
    }

    .main-screen .fl-bl:before {
        display: none
    }

    .main-screen .contact-bl {
        padding-top: 0;
        width: 100%;
        max-width: 250px;
        margin: 22px auto 85px;
        float: none
    }

    .main-screen .order-list {
        float: none
    }

    .main-screen .order-list .order {
        padding: 0 10px;
        max-width: 260px;
        display: block;
        text-align: center;
        margin-left: auto;
        margin-right: auto
    }

    .list-and-slider .c6-slider .slider-t .owl-controls .owl-buttons, .main-screen .order-list .order:before {
        display: none
    }

    .main-screen .order-list ul {
        margin: 0 auto;
        width: 60%;
        max-width: 160px;
        padding: 0
    }

    .c6-center {
        margin: 0 auto 72px
    }

    .c6-center h2, .c6-center h3 {
        font-size: 26px;
        margin: 60px 0 17px
    }

    .list-and-slider {
        margin-bottom: 90px
    }

    .list-and-slider .c6-slider h2, .list-and-slider .c6-slider h3 {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        position: static;
        height: auto;
        width: 100%;
        text-align: center;
        margin-bottom: 33px
    }

    .list-and-slider .c6-slider .slider-t {
        padding: 0;
        max-width: 462px;
        margin: 0 auto
    }

    .list-and-slider .c6-slider .slider__rating {
        padding: 0;
        text-align: center
    }

    .list-and-slider .c6-slider .slider-t:before {
        width: 100%
    }

    .list-and-slider .c6-slider .slider-t .owl-controls {
        text-align: center
    }

    .list-and-slider .c6-slider .slider-t .user {
        margin-bottom: 25px;
        text-align: center
    }

    .list-and-slider .c4-list {
        margin: 85px auto 10px
    }

    .benefits-wrapper.white-wrapper {
        padding: 35px 15px 25px
    }

    .benefits-wrapper h2 {
        margin: 10px auto 60px
    }

    .benefits-wrapper .row-3item {
        margin: 0 auto 80px
    }

    .benefits-bl {
        display: block;
        border: none;
        padding: 37px 20px 65px;
        margin: 0 auto 50px;
        max-width: 462px
    }

    .benefits-bl:after {
        left: inherit;
        right: -30px;
        top: 313px;
        z-index: 0
    }

    .benefits-bl:before {
        display: block;
        width: 100%;
        height: 100%;
        left: 0
    }

    .benefits-bl .b-item {
        padding-left: 0;
        padding-top: 50px
    }

    .benefits-bl .b-item:nth-child(1), .benefits-bl .b-item:nth-child(2) {
        margin-bottom: 100px
    }

    .benefits-bl .b-item h2, .benefits-bl .b-item h3, .benefits-bl .b-item h4 {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        position: absolute;
        width: 100%;
        height: auto;
        text-align: left
    }

    .benefits-bl + .row-3item {
        margin: 0 auto 30px
    }

    .steps {
        padding: 90px 5% 50px;
        max-width: 462px;
        margin: 0 auto 165px
    }

    .steps h2, .steps h3, .steps h4 {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        position: static;
        width: 100%;
        height: auto;
        text-align: center;
        margin-bottom: 35px
    }

    .steps .lead {
        text-align: center
    }

    .steps .lead p {
        max-width: 100%
    }

    .steps .step-item {
        height: auto;
        margin-bottom: 70px
    }

    .steps .step-item:after, .steps .step-item:before {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .steps .step-item:before {
        font-size: 68px;
        line-height: 51px;
        left: -5px
    }

    .steps .step-item:after {
        right: 10px
    }

    .steps .step-item:nth-child(5):after {
        right: -10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .steps .step-item p {
        font-size: 26px;
        line-height: 1;
        padding: 0 45px
    }

    .our-custom h2, .our-custom h3 {
        font-size: 26px
    }

    .our-custom .row-oi .l-list {
        margin-bottom: 180px
    }

    .our-custom .row-oi .c-text {
        margin-bottom: 95px
    }

    .our-custom .row-oi .r-list .btn-ch {
        width: 100%;
        max-width: 260px;
        text-align: center
    }
}

.count-bl .count-wrap, .count-bl .count-wrap .item {
    display: -webkit-box;
    display: -ms-flexbox
}

@media screen and (max-width: 600px) {
    .list-and-slider .c4-list {
        width: 80%
    }

    .our-custom {
        padding: 70px 15px 50px
    }

    .our-custom h2, .our-custom h3 {
        font-size: 26px;
        left: 0;
        width: 100%;
        padding: 0 15px
    }

    .our-custom .row-oi .l-list {
        margin-bottom: 130px
    }

    .our-custom .row-oi .l-list:before {
        content: url(../images/m-2g.jpg);
        top: -205px;
        left: -30px
    }

    .our-custom .row-oi .l-list ul {
        padding-left: 0
    }

    .our-custom .row-oi .l-list ul:before {
        left: 0
    }
}

@media screen and (max-width: 480px) {
    .list-and-slider .c4-list {
        width: 100%
    }

    .list-and-slider .c4-list .img-wrap-gas img {
        width: calc(100% + 30px);
        max-width: calc(100% + 30px);
        margin-left: -15px
    }

    .benefits-wrapper .row-3item .i-ht h4, .benefits-wrapper .row-3item .i-ht h5 {
        padding-right: 10px
    }

    .benefits-bl {
        padding: 37px 15px 65px
    }

    .benefits-bl .b-item:nth-child(1) {
        margin-bottom: 485px
    }

    .benefits-bl .b-item:nth-child(2) {
        margin-bottom: 60px
    }

    .steps .step-item {
        margin-bottom: 13vw
    }

    .our-custom h2, .our-custom h3 {
        top: 220px
    }

    .our-custom .row-oi .l-list {
        margin-bottom: 130px
    }
}

@media screen and (max-width: 380px) {
    .main-screen .h1 {
        margin: 15px auto 30px
    }

    .main-screen .h1:before {
        bottom: -120px
    }

    .main-screen .order-list .order {
        width: 260px;
        position: absolute;
        top: 455px;
        left: calc(50% - 130px)
    }

    .main-screen .lead {
        margin: 0 auto 100px
    }

    .main-screen .fl-bl {
        padding-bottom: 38px;
        position: static
    }

    .main-screen .fl-bl .contact-bl {
        margin: 14px auto 27px
    }

    .main-screen .fl-bl .phone {
        margin-top: 0
    }

    .main-screen .fl-bl .phone a {
        text-decoration: none
    }

    .main-screen .fl-bl .norton {
        margin: 25px 0 0 45px
    }
}

@media screen and (max-width: 320px) {
    .main-screen .order-list .order {
        top: 455px
    }
}

.inpage .main-content {
    padding: 0
}

.for-inp h1 {
    margin: 15px 0 20px
}

@media screen and (min-width: 1200px) {
    .for-inp h1 {
        margin: 25px 0 20px;
    }
}

.about h1, .contacts h1, .heading, .how-it-works h1, .pricing h1, .testimonials h1 {
    color: #000;
    font-family: AvenirLTStd-Black, Arial, sans-serif;
    font-size: 68px;
    letter-spacing: 0
}

.about h2 {
    font-size: 42px
}

.about .white-wrapper {
    padding: 70px 23px 100px
}

.f-text-bl, .why-choose {
    max-width: 640px;
    margin: 0 auto 60px
}

.count-bl {
    padding: 110px 3.2% 90px;
    position: relative;
    overflow: hidden
}

.count-bl:before {
    content: '';
    background-image: url(../images/gray-piople.jpg);
    background-position: 35% -190px;
    background-size: 140%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: .3
}

.count-bl .count-wrap {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.count-bl .count-wrap .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.count-bl .count-wrap .item:nth-child(1) .count {
    width: 120px
}

.count-bl .count-wrap .item:nth-child(2) .count {
    width: 175px
}

.count-bl .count-wrap .item:nth-child(3) .count {
    width: 80px
}

.count-bl .count {
    font-size: 68px;
    font-family: AvenirLTStd-Black, Arial, sans-serif;
    color: #fd4a00;
    line-height: 1
}

.count-bl .count-description h4, .z-step ul li:before {
    font-family: PTS75F, Arial, sans-serif
}

.count-bl .count-description {
    width: 200px;
    padding-left: 25px
}

.count-bl .count-description h4 {
    font-size: 20px;
    line-height: 26px;
    border-bottom: 2px solid #000;
    text-align: left;
    padding-bottom: 6px;
    margin: 0 0 4px
}

.count-bl .count-description p {
    line-height: 21px
}

.z-step h2 {
    margin: 60px 0 0
}

.z-step p {
    font-size: 26px;
    line-height: 42px;
    text-align: center;
    margin-bottom: 40px
}

.z-step ul {
    width: 67.7%;
    margin: 0 auto 210px;
    counter-reset: list;
    position: relative
}

.z-step ul:after, .z-step ul:before {
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.z-step ul:before {
    content: url(../images/arrow-down.png);
    bottom: -53px;
    left: 50%
}

.z-step ul:after {
    content: url(../images/work.png);
    bottom: -180px;
    left: calc(50% + 2px)
}

.z-step ul li {
    margin-bottom: 30px;
    position: relative
}

.z-step ul li:after, .z-step ul li:before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.z-step ul li:before {
    counter-increment: list;
    content: counter(list);
    font-size: 26px;
    line-height: 1;
    position: absolute;
    top: 4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.z-step ul li:after {
    content: '';
    top: 42px;
    width: 4px;
    height: calc(100% - 19px);
    background-color: #000
}

.z-step ul li:nth-child(odd) {
    padding-right: 60%;
    text-align: right
}

.z-step ul li:nth-child(even) {
    padding-left: 60%
}

.why-choose {
    margin-bottom: 40px
}

.bens-a-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.bens-a-row .bens-a-item {
    -ms-flex-preferred-size: 225px;
    flex-basis: 225px;
    padding: 0 20px
}

.bens-a-row .bens-a-item h3 {
    font-size: 26px;
    line-height: 26px;
    font-family: AvenirLTStd-Heavy, Arial, sans-serif;
    border-bottom: 4px solid #fd4a00;
    padding-bottom: 10px;
    margin: 0 0 10px
}

@media screen and (max-width: 1199px) {
    .about .white-wrapper {
        padding: 70px 23px 30px
    }

    .f-text-bl, .why-choose {
        max-width: 590px
    }

    .count-bl {
        padding: 110px 25px 65px
    }

    .count-bl:before {
        background-size: 200%;
        background-position: 15% -190px
    }

    .count-bl .count-wrap .item {
        display: block
    }

    .count-bl .count {
        margin: 0 auto 3px
    }

    .count-bl .count-description {
        width: 175px;
        padding-left: 0
    }

    .count-bl .count-description h4, .count-bl .count-description p {
        text-align: center
    }

    .z-step h2 {
        margin: 70px 0 0
    }

    .z-step ul {
        width: 100%;
        margin: 0 auto 220px
    }

    .z-step ul:before {
        bottom: -23px
    }

    .z-step ul:after {
        bottom: -150px
    }

    .z-step ul li {
        margin-bottom: 10px
    }

    .z-step ul li:after {
        height: calc(100% - 29px)
    }

    .why-choose {
        margin-bottom: 50px
    }

    .bens-a-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .bens-a-row .bens-a-item {
        -ms-flex-preferred-size: 245px;
        flex-basis: 245px;
        padding: 0 30px;
        margin-bottom: 40px
    }
}

@media screen and (max-width: 991px) {
    .bens-a-row .bens-a-item {
        -ms-flex-preferred-size: 220px;
        flex-basis: 220px;
        padding: 0 20px
    }

    .bens-a-row .bens-a-item:nth-child(4), .bens-a-row .bens-a-item:nth-child(5) {
        -ms-flex-preferred-size: 245px;
        flex-basis: 245px;
        padding: 0 30px
    }
}

@media screen and (max-width: 630px) {
    .wrapper.for-inp {
        padding-top: 358px
    }

    .bens-a-row, .count-bl .count-wrap {
        display: block
    }

    .about h1, .contacts h1, .heading, .how-it-works h1, .pricing h1, .testimonials h1 {
        font-size: 42px
    }

    .about .white-wrapper {
        padding: 30px 15px 50px
    }

    .f-text-bl, .why-choose {
        margin: 0 auto 33px
    }

    .count-bl {
        padding: 80px 15px 20px
    }

    .count-bl:before {
        background-size: 2500px;
        background-position: 55% -240px
    }

    .count-bl .count-description {
        margin: 0 auto 50px
    }

    .white-wrapper .z-step ul {
        margin: 0 auto 205px
    }

    .white-wrapper .z-step ul:before {
        content: url(../images/arrow-down-m.png);
        bottom: -95px;
        left: 35px
    }

    .white-wrapper .z-step ul li {
        width: 100%;
        padding: 0 0 20px 45px;
        text-align: left
    }

    .white-wrapper .z-step ul li:after, .white-wrapper .z-step ul li:before {
        left: 0;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    .white-wrapper .z-step ul li:after {
        left: 5px;
        width: 6px
    }

    .why-choose {
        margin: 0 auto 55px
    }

    .why-choose h2 {
        font-size: 26px
    }

    .bens-a-row .bens-a-item {
        padding: 0;
        width: 100%;
        max-width: 265px;
        margin: 0 auto 55px;
        text-align: center
    }
}

.how-it-works .white-wrapper {
    padding: 42px 25px 81px 30px
}

.how-it-works p {
    margin: 0
}

.how-it-works .bottom-lead p, .how-it-works .top-lead p {
    text-align: center;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto
}

.how-it-works .top-lead {
    margin-bottom: 125px
}

.how-it-works .top-lead p {
    font-size: 26px;
    line-height: 32px
}

.how-it-works .bottom-lead {
    margin: -15px 0 80px
}

.how-it-works .bottom-lead p {
    font-family: PTS56F, Arial, sans-serif
}

.container-step .step-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 100px;
    padding-top: 7px
}

.container-step .step-row:nth-child(1) .step-heading {
    background-image: url(../images/hw_s1.png)
}

.container-step .step-row:nth-child(2) .step-heading {
    background-image: url(../images/hw_s2.png)
}

.container-step .step-row:nth-child(3) .step-heading {
    background-image: url(../images/hw_s3.png)
}

.container-step .step-row:nth-child(4) .step-heading {
    background-image: url(../images/hw_s4.png)
}

.container-step .step-row:nth-child(5) .step-heading {
    background-image: url(../images/hw_s5.png)
}

.container-step .step-row .step-heading {
    -ms-flex-preferred-size: 611px;
    flex-basis: 611px;
    height: 121px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover
}

.container-step .step-row .step-heading h2, .container-step .step-row .step-heading h3, .container-step .step-row .step-heading h4 {
    font-size: 42px;
    line-height: 1;
    text-align: right;
    margin: 0;
    padding: 15px;
    letter-spacing: 0;
    color: #fff
}

.container-step .step-row .step-text {
    -ms-flex-preferred-size: calc(100% - 611px - 118px);
    flex-basis: calc(100% - 611px - 118px);
    padding: 0 30px;
    position: relative
}

.container-step .step-row .step-text p {
    max-width: 420px;
    margin-top: -7px
}

.container-step .step-row .step-number {
    -ms-flex-preferred-size: 118px;
    flex-basis: 118px;
    height: 118px;
    background-color: #ffa37c;
    font-family: AvenirLTStd-Black, Arial, sans-serif;
    font-size: 26px;
    line-height: 1;
    text-align: right;
    padding: 15px;
    color: #fff
}

@media screen and (max-width: 1199px) {
    .how-it-works h1 {
        margin: 67px 0 22px;
        font-size: 44px;
    }

    .how-it-works .bottom-lead p, .how-it-works .top-lead p {
        max-width: 580px
    }

    .how-it-works .top-lead {
        margin-bottom: 95px
    }

    .how-it-works .top-lead br {
        display: none
    }

    .how-it-works .bottom-lead {
        margin: 105px 0 80px
    }

    .container-step .step-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 45px
    }

    .container-step .step-row .step-heading {
        -ms-flex-preferred-size: 79.75%;
        flex-basis: 79.75%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .container-step .step-row .step-number {
        height: 121px;
        -ms-flex-preferred-size: 19.75%;
        flex-basis: 19.75%;
        margin-left: .5%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .container-step .step-row .step-text {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -ms-flex-preferred-size: 340px;
        flex-basis: 340px;
        padding: 25px 0 0
    }
}

@media screen and (max-width: 991px) {
    .container-step .step-row:nth-child(4) .step-heading {
        background-position: -25px 0
    }
}

@media screen and (max-width: 630px) {
    .how-it-works h1 {
        margin: 22px 0 17px;
        font-size: 28px;
    }

    .how-it-works .white-wrapper {
        padding: 18px 11px 40px;
        margin: 0 -5px;
    }

    .how-it-works .top-lead {
        margin-bottom: 35px
    }

    .how-it-works .bottom-lead {
        margin: 120px 0 80px
    }

    .container-step .step-row {
        margin-bottom: 80px
    }

    .container-step .step-row .step-heading, .container-step .step-row .step-number, .container-step .step-row .step-text {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .container-step .step-row .step-heading {
        display: table;
        width: 100%
    }

    .container-step .step-row .step-heading h2, .container-step .step-row .step-heading h3, .container-step .step-row .step-heading h4 {
        text-align: center;
        display: table-cell;
        vertical-align: middle;
        padding: 0
    }

    .container-step .step-row .step-text p {
        max-width: 100%
    }

    .container-step .step-row .step-number {
        margin-left: 0;
        margin-top: 3px;
        height: 29px;
        padding: 0
    }

    .container-step .step-row .step-number p {
        line-height: 29px;
        text-align: center
    }

    .container-step .step-row:nth-child(4) .step-heading {
        background-position: 30% 0
    }
}

.testimonials .white-wrapper {
    padding: 100px 36px 70px
}

.reviews-sheet {
    display: none;
    -webkit-animation: apirens .6s;
    animation: apirens .6s
}

.reviews-sheet.active {
    display: block
}

.reviews-sheet p {
    font-family: AvenirLTStd-Light, Arial, sans-serif;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0
}

.reviews-pagination li, .reviews-sheet .user, .table-mobile h2, .table-wrap h2 {
    font-family: AvenirLTStd-Black, Arial, sans-serif
}

.reviews-sheet .user {
    font-size: 26px;
    line-height: 46px;
    display: inline-block;
    background-color: #fff3e9;
    position: relative;
    padding: 0 15px;
    margin-left: -15px
}

.reviews-pagination, .text-page .list-and-slider {
    display: -webkit-box;
    display: -ms-flexbox
}

.reviews-sheet .user sup {
    font-size: 16px
}

.reviews-sheet .review-item {
    float: left;
    width: calc(50% - 32px);
    margin: 0 16px 85px;
    position: relative;
    padding: 0 0 0 24%
}

.reviews-sheet .review-item:before {
    content: '';
    width: 48%;
    height: 4px;
    background-color: #fd4a00;
    position: absolute;
    top: 22px;
    left: 0
}

.reviews-sheet .review-item:nth-child(2n+1) {
    clear: left
}

.reviews-sheet .review-item:nth-child(3n) {
    padding: 0 18% 0 8%
}

.reviews-sheet .review-item:nth-child(4n) {
    padding: 0 18% 0 0
}

.reviews-sheet .review-item:nth-child(3n):before, .reviews-sheet .review-item:nth-child(4n):before {
    width: 75%;
    left: inherit;
    right: 0
}

.reviews-sheet .review-item:nth-child(6), .reviews-sheet .review-item:nth-child(9) {
    padding: 0 0 0 24%
}

.reviews-sheet .review-item:nth-child(6):before, .reviews-sheet .review-item:nth-child(9):before {
    width: 48%;
    right: inherit;
    left: 0
}

.reviews-sheet .review-item:nth-child(11), .reviews-sheet .review-item:nth-child(7) {
    padding: 0 18% 0 8%
}

.reviews-sheet .review-item:nth-child(11):before, .reviews-sheet .review-item:nth-child(7):before {
    width: 75%;
    right: 0;
    left: inherit
}

.reviews-sheet .review-item.has-img {
    height: 333px;
    padding: 85px 5px 0 26%
}

.reviews-sheet .review-item.has-img:before {
    content: url(../images/review-1.jpg);
    background-color: transparent;
    top: 0;
    left: 0;
    right: inherit
}

.reviews-sheet .review-item.has-img:after {
    content: '';
    position: absolute;
    right: 0;
    top: 18px;
    width: calc(100% - 25px);
    height: calc(100% - 36px);
    border: 1px solid #d7d7d7
}

.reviews-sheet .review-item.review-2 {
    padding: 65px 5px 0 22%
}

.reviews-sheet .review-item.review-2:before {
    content: url(../images/review-2.jpg)
}

.reviews-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 15px
}

.reviews-pagination li {
    width: 26px;
    font-size: 14px;
    margin: 0 12px;
    padding-top: 42px;
    position: relative;
    text-align: center;
    cursor: pointer
}

.reviews-pagination li:before {
    content: '';
    width: 26px;
    height: 26px;
    border: 4px solid #fd4a00;
    position: absolute;
    top: 0;
    left: calc(50% - 13px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.reviews-pagination li:after {
    position: absolute;
    top: 0
}

.reviews-pagination li:first-child:not(.active):after {
    content: url(../images/arrow-l.png);
    right: 50px
}

.reviews-pagination li:last-child:not(.active):after {
    content: url(../images/arrow-r.png);
    left: 50px
}

.reviews-pagination .active:before {
    background-color: #fd4a00
}

@media screen and (max-width: 1199px) {
    .testimonials .white-wrapper {
        padding: 90px 20px 85px 75px
    }

    .reviews-wrapper .reviews-sheet .review-item {
        float: none;
        width: 100%;
        margin: 0 0 65px
    }

    .reviews-wrapper .reviews-sheet .review-item:nth-child(odd) {
        padding: 0 50% 0 0
    }

    .reviews-wrapper .reviews-sheet .review-item:nth-child(odd):before {
        width: 83%;
        left: inherit;
        right: 0
    }

    .reviews-wrapper .reviews-sheet .review-item:nth-child(even) {
        padding: 0 0 0 59%
    }

    .reviews-wrapper .reviews-sheet .review-item:nth-child(even):before {
        width: 57%;
        right: inherit;
        left: 0
    }

    .reviews-wrapper .reviews-sheet .review-item.has-img {
        padding: 85px 15px 15px 51%
    }

    .reviews-wrapper .reviews-sheet .review-item.has-img.review-2 {
        padding: 62px 15px 15px 44%
    }

    .reviews-wrapper .reviews-sheet .review-item.has-img.review-2:before {
        right: inherit;
        left: -25px
    }

    .reviews-wrapper .reviews-sheet .review-item.has-img.review-2:after {
        width: 100%
    }
}

@media screen and (max-width: 630px) {
    .testimonials .white-wrapper {
        padding: 50px 15px 75px
    }

    .reviews-wrapper .reviews-sheet .review-item {
        margin: 0 0 50px
    }

    .reviews-wrapper .reviews-sheet .review-item:nth-child(even), .reviews-wrapper .reviews-sheet .review-item:nth-child(odd) {
        padding: 55px 0 0
    }

    .reviews-wrapper .reviews-sheet .review-item:nth-child(even):before, .reviews-wrapper .reviews-sheet .review-item:nth-child(odd):before {
        width: 100%;
        left: 0;
        right: 0
    }

    .reviews-wrapper .reviews-sheet .review-item:nth-child(even) .user, .reviews-wrapper .reviews-sheet .review-item:nth-child(odd) .user {
        position: absolute;
        top: 0
    }

    .reviews-wrapper .reviews-sheet .review-item:nth-child(odd) .user {
        left: 0
    }

    .reviews-wrapper .reviews-sheet .review-item:nth-child(even) .user {
        right: 0;
        padding-right: 0
    }

    .reviews-wrapper .reviews-sheet .review-item.has-img {
        margin-left: 15px;
        width: calc(100% - 15px);
        padding: 333px 15px 35px !important;
        height: auto
    }

    .reviews-wrapper .reviews-sheet .review-item.has-img:after {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0
    }

    .reviews-wrapper .reviews-sheet .review-item.has-img:before {
        top: -18px;
        left: -15px
    }

    .reviews-wrapper .reviews-sheet .review-item.has-img .user {
        position: static
    }

    .reviews-pagination li {
        margin: 0 27px
    }

    .reviews-pagination li:after {
        display: none !important
    }
}

.pricing .text-prising {
    max-width: 630px;
    margin: 0 auto 85px
}

.pricing .white-wrapper {
    padding: 85px 0 30px
}

.table-mobile h2, .table-wrap h2 {
    font-size: 26px;
    line-height: 40px;
    letter-spacing: 0
}

.table-wrap {
    max-width: 82.8%;
    margin: 0 auto
}

.table-wrap table {
    width: 100%;
    margin: 0 auto 108px
}

.table-wrap table td, .table-wrap table th {
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    height: 45px;
    padding-left: 5px;
    padding-right: 5px
}

.table-wrap table th {
    font-weight: 700;
    border-bottom: 4px solid #fcc216;
    vertical-align: bottom;
    padding-bottom: 10px
}

.table-wrap table td {
    vertical-align: middle
}

.table-wrap table td:nth-child(1) {
    font-weight: 700
}

.table-wrap table tr {
    border-bottom: 1px solid #d7d7d7
}

.table-wrap table.table-lg td, .table-wrap table.table-lg th {
    width: 12.5%
}

.table-wrap table.table-sm {
    width: 38%
}

.table-mobile {
    display: none;
    margin: 0 auto 100px
}

.table-mobile h2 {
    margin: 40px 0 20px
}

.table-mobile h3 {
    font-size: 18px;
    line-height: 40px;
    font-family: AvenirLTStd-Black, Arial, sans-serif;
    letter-spacing: 0;
    margin: 0 auto
}

.table-mobile p {
    font-size: 26px;
    line-height: 1;
    text-align: center;
    font-family: AvenirLTStd-Roman, Arial, sans-serif
}

.table-mobile .result {
    font-size: 68px;
    margin-bottom: 5px;
    font-family: AvenirLTStd-Black, Arial, sans-serif
}

.table-mobile .select-col {
    margin-bottom: 30px
}

.table-mobile .select-col .trigger {
    background-color: #fbc02c
}

.table-mobile .select-row {
    margin-bottom: 35px
}

.table-mobile .select-row .trigger {
    background-color: #e1a400
}

.table-mobile .close-select {
    width: 75px;
    height: 59px;
    background: url(../images/close.png) 25px 22px no-repeat;
    margin: 0 auto
}

.table-mobile .select-col, .table-mobile .select-row {
    max-width: 266px;
    margin-left: auto;
    margin-right: auto;
    display: table;
    width: 100%
}

.table-mobile .select-col .trigger, .table-mobile .select-row .trigger {
    position: relative;
    color: #000;
    width: 100%;
    height: 76px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    padding: 10px 100px 10px 25px;
    display: table-cell;
    vertical-align: middle
}

.table-mobile .select-col .trigger:after, .table-mobile .select-row .trigger:after {
    content: "\f107";
    color: #fff;
    font-family: FontAwesome, sans-serif;
    font-size: 46px;
    line-height: 26px;
    letter-spacing: .068em;
    font-weight: 400;
    position: absolute;
    top: 26px;
    right: 13px
}

.text-page .count-bl:after, .text-page .list-and-slider:after, .text-page .list-and-slider:before, .text-page .steps:before {
    content: ''
}

.table-mobile .select-col .select-item, .table-mobile .select-row .select-item {
    display: none;
    background: #e1a400;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    padding-right: 25px
}

.table-mobile .select-col .select-item .nicescroll-cursors:before, .table-mobile .select-row .select-item .nicescroll-cursors:before {
    width: 7px;
    background: #fff;
    left: -4px
}

.table-mobile .select-col .select-item .select-item-wrap, .table-mobile .select-row .select-item .select-item-wrap {
    height: calc(100vh - 90px)
}

.table-mobile .select-col .select-item li, .table-mobile .select-row .select-item li {
    list-style-type: none;
    height: 70px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 70px;
    letter-spacing: .068em;
    text-align: center
}

.free-stuff-bl h2, .free-stuff-bl h3, .free-stuff-bl h4, .text-page .list-and-slider h2 {
    font-family: AvenirLTStd-Heavy, Arial, sans-serif;
    font-size: 42px
}

@media screen and (max-width: 1023px) {
    .pricing .white-wrapper {
        padding: 85px 15px 30px
    }

    .pricing .text-prising {
        max-width: 595px
    }

    .table-wrap {
        max-width: 100%
    }
}

@media screen and (max-width: 630px) {
    .pricing h1 {
        margin: 30px 0 40px
    }

    .pricing .white-wrapper {
        padding: 50px 15px 30px
    }

    .pricing .text-prising {
        margin: 0 auto 65px
    }

    .table-mobile {
        display: block
    }
}

.white-wrapper {
    background-color: #fff3e9;
    -webkit-box-shadow: 0 0 23px 1px rgba(1, 1, 0, .14);
    box-shadow: 0 0 23px 1px rgba(1, 1, 0, .14);
    padding: 60px 35px 0
}

.text-page h2 {
    margin-bottom: 15px
}

.text-page .white-wrapper {
    padding: 30px 22px 130px
}

.text-page .white-wrapper > h1, .text-page .white-wrapper > h2, .text-page .white-wrapper > h3, .text-page .white-wrapper > h4, .text-page .white-wrapper > h5, .text-page .white-wrapper > h6, .text-page .white-wrapper > ol, .text-page .white-wrapper > p, .text-page .white-wrapper > ul {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto
}

.text-page .white-wrapper > .count-bl, .text-page .white-wrapper > .list-and-slider, .text-page .white-wrapper > .our-prices-tp, .text-page .white-wrapper > .steps {
    margin-top: 70px
}

.text-page .white-wrapper > ol, .text-page .white-wrapper > ul {
    padding-left: 16px
}

.text-page .white-wrapper > ol li, .text-page .white-wrapper > ul li {
    position: relative;
    margin-bottom: 17px;
    padding-left: 27px
}

.text-page .white-wrapper > ol li:before, .text-page .white-wrapper > ul li:before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #fd4a00;
    position: absolute;
    top: 7px;
    left: 0
}

.text-page .text-bl {
    max-width: 850px;
    margin: 0 auto 70px
}

.text-page .count-bl {
    overflow: inherit;
    margin-bottom: 115px
}

.text-page .count-bl:after {
    width: calc(100% - 30px);
    height: calc(100% + 60px);
    border: 1px solid #d7d6d5;
    position: absolute;
    top: -30px;
    left: 15px
}

.text-page .list-and-slider {
    margin: 0 15px 120px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 45px
}

.text-page .list-and-slider:after, .text-page .list-and-slider:before {
    position: absolute
}

.text-page .list-and-slider:before {
    background-image: url(../images/slider-tp.jpg);
    background-repeat: no-repeat;
    background-position: center 0;
    width: 255px;
    height: 358px;
    top: -24px;
    right: 27px
}

.text-page .list-and-slider:after {
    width: 100%;
    height: 308px;
    border: 1px solid #d7d6d5;
    top: 0;
    left: 0
}

.text-page .list-and-slider h2 {
    line-height: 37px;
    letter-spacing: normal;
    margin: 23px 0 0
}

.text-page .list-and-slider .c4-list, .text-page .list-and-slider .c6-slider {
    float: none;
    position: relative;
    z-index: 3
}

.text-page .list-and-slider .c4-list {
    width: 34.7%
}

.text-page .list-and-slider .c6-slider {
    width: 54%
}

.text-page .list-and-slider .c6-slider .slider-t {
    padding: 0 200px 0 75px
}

.text-page .list-and-slider .c6-slider .slider-t .owl-controls {
    margin: 17px 0 0
}

.text-page .list-and-slider .c6-slider .slider-t .owl-controls .owl-buttons .owl-prev {
    left: 24px
}

.text-page .list-and-slider .c6-slider .slider-t .owl-controls .owl-buttons .owl-next {
    right: 175px
}

.text-page .list-and-slider .c6-slider .slider-t .owl-controls .owl-pagination .owl-page span {
    border: 2px solid #d0d0d0
}

.text-page .list-and-slider .c6-slider .slider-t .owl-controls .owl-pagination .owl-page.active span {
    border: 2px solid #fd4a00
}

.text-page .steps {
    background: url(../images/bg-steps-tp.png) center no-repeat;
    color: #000;
    width: calc(100% - 70px);
    padding: 25px 20% 85px 4.7%;
    margin: 0 auto 120px
}

.text-page .steps:before {
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    border: 1px solid #d7d6d5;
    position: absolute;
    top: -20px;
    left: -20px
}

.text-page .steps h2, .text-page .steps h3, .text-page .steps h4 {
    color: #000;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    letter-spacing: normal;
    position: static;
    height: auto;
    width: 100%;
    margin: 0 0 15px
}

.text-page .steps .step-item span {
    border-left: 1px solid #f7996f
}

.text-page .steps .step-item:nth-child(5):after {
    background-image: url(../images/page-download.svg)
}

.free-stuff-bl {
    width: 50.5%;
    margin: 100px auto;
    position: relative;
    padding: 20px 20px 20px 9%;
    min-height: 334px
}

.free-stuff-bl:before {
    content: url(../images/free-stuff-tp.jpg);
    position: absolute;
    top: -38px;
    right: -25%
}

.free-stuff-bl:after {
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid #d7d6d5;
    position: absolute;
    top: 0;
    left: 0
}

.free-stuff-bl h2, .free-stuff-bl h3, .free-stuff-bl h4 {
    position: absolute;
    left: -220px;
    top: 37px;
    margin: 0;
    line-height: .6;
    letter-spacing: normal
}

.free-stuff-bl ul, .our-prices-tp {
    position: relative
}

.free-stuff-bl li b, .free-stuff-bl.formatting li b {
    font-family: PTS75F, Arial, sans-serif
}

.free-stuff-bl li {
    font-size: 20px;
    line-height: 42px
}

.free-stuff-bl.formatting {
    margin: 85px 10% 80px 24.9%;
    width: 59%;
    padding: 26px 0 0 47px
}

.free-stuff-bl.formatting:before {
    content: url(../images/books-tp.png);
    top: -80px;
    right: -13%
}

.free-stuff-bl.formatting:after {
    left: 20px;
    height: 249px
}

.free-stuff-bl.formatting ul {
    width: 300px;
    background-color: #fd4a00;
    padding: 13px 10px 65px 45px
}

.free-stuff-bl.formatting li {
    font-size: 18px;
    line-height: 42px;
    position: relative
}

.free-stuff-bl.formatting li:before {
    content: '\2012\00a0'
}

.free-stuff-bl.formatting li:first-child b {
    font-family: "Times New Roman", serif
}

.our-prices-tp {
    padding: 150px 60px 40px;
    margin: 0 13px 100px;
    background: url(../images/piople-col-tp.png) center 0 no-repeat
}

.our-prices-tp:after {
    content: '';
    width: calc(100% - 40px);
    height: 100%;
    position: absolute;
    left: 11px;
    top: -26px;
    border: 1px solid #d7d6d5
}

.our-prices-tp .our-prices-row {
    padding: 30px 20px;
    background-color: #ebebeb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.our-prices-tp .our-prices-row h2, .our-prices-tp .our-prices-row h3 {
    margin: 0;
    text-align: left;
    font-family: AvenirLTStd-Heavy, Arial, sans-serif
}

.our-prices-tp .our-prices-row h2 {
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
    font-size: 42px
}

.our-prices-tp .our-prices-row h3 {
    font-size: 26px
}

.our-prices-tp .our-prices-row p {
    font-size: 18px;
    margin: 0
}

.our-prices-tp .our-prices-row p span {
    font-family: PTS75F, Arial, sans-serif
}

.our-prices-tp .our-prices-row .price-item {
    -ms-flex-preferred-size: 225px;
    flex-basis: 225px;
    padding-left: 34px
}

@media screen and (max-width: 1362px) {
    .text-page .list-and-slider {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .text-page .c4-list, .text-page .c6-slider {
        margin: 0
    }

    .text-page .c4-list {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .text-page .c6-slider {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .text-page .c6-slider .slider-t:before {
        right: inherit;
        left: 0
    }

    .text-page .c6-slider .slider-t .owl-controls {
        margin: 0 !important
    }

    .free-stuff-bl {
        padding: 20px 20px 20px 6%
    }

    .free-stuff-bl.formatting:before {
        right: -25%
    }
}

@media screen and (max-width: 1199px) {
    .text-page .white-wrapper {
        padding: 23px 15px 130px
    }

    .text-page .text-bl, .text-page .white-wrapper > h1, .text-page .white-wrapper > h2, .text-page .white-wrapper > h3, .text-page .white-wrapper > h4, .text-page .white-wrapper > h5, .text-page .white-wrapper > h6, .text-page .white-wrapper > ol, .text-page .white-wrapper > p, .text-page .white-wrapper > ul {
        max-width: 600px
    }

    .text-page h1 {
        margin-bottom: 20px
    }

    .text-page .count-bl {
        margin-bottom: 105px
    }

    .text-page .count-bl:after {
        width: calc(100% - 60px);
        left: 30px
    }

    .text-page .count-bl .count-wrap {
        padding: 0 35px
    }

    .text-page .list-and-slider {
        display: block;
        padding: 20px 60px 20px 30px;
        margin: 0 0 120px
    }

    .text-page .list-and-slider:before {
        width: 203px;
        height: 358px;
        right: 14px;
        top: 107px
    }

    .text-page .list-and-slider:after {
        height: 430px
    }

    .text-page .list-and-slider h2 {
        margin: 23px 0 32px;
        text-align: left;
        padding-left: 25px
    }

    .text-page .list-and-slider .c4-list {
        width: 100%
    }

    .text-page .list-and-slider .c6-slider {
        width: 75%
    }

    .text-page .list-and-slider .c6-slider .slider-t {
        padding: 0 195px 0 30px
    }

    .text-page .list-and-slider .c6-slider .slider-t:before {
        width: 100%
    }

    .text-page .list-and-slider .c6-slider .slider-t .owl-controls {
        margin: 85px 0 0 !important
    }

    .text-page .list-and-slider .c6-slider .slider-t .owl-controls .owl-buttons .owl-next, .text-page .list-and-slider .c6-slider .slider-t .owl-controls .owl-buttons .owl-prev {
        top: 175px
    }

    .text-page .list-and-slider .c6-slider .slider-t .owl-controls .owl-buttons .owl-prev {
        left: 30px
    }

    .text-page .list-and-slider .c6-slider .slider-t .owl-controls .owl-buttons .owl-next {
        right: 205px
    }

    .text-page .steps {
        padding: 25px 10% 85px 4.7%
    }

    .free-stuff-bl:before {
        right: -45%
    }

    .free-stuff-bl :after {
        width: 120%
    }

    .our-prices-tp {
        background: url(../images/piople-col-tp-t.png) center 0 no-repeat;
        background-size: 100%;
        margin: -15px 0 100px;
        padding: 150px 60px 45px
    }

    .our-prices-tp:after {
        height: calc(100% + 50px)
    }

    .our-prices-tp .our-prices-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .our-prices-tp .our-prices-row h2 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 25px
    }

    .our-prices-tp .our-prices-row .price-item {
        -ms-flex-preferred-size: 33.3%;
        flex-basis: 33.3%;
        padding-left: 0
    }
}

@media screen and (max-width: 991px) {
    .text-page .white-wrapper {
        padding: 23px 15px 93px
    }

    .text-page .list-and-slider .c6-slider {
        width: 100%
    }

    .text-page .list-and-slider .c6-slider .slider-t .owl-controls .owl-buttons .owl-next, .text-page .list-and-slider .c6-slider .slider-t .owl-controls .owl-buttons .owl-prev {
        top: 200px
    }

    .text-page .steps {
        background: url(../images/bg-steps-tp-t.png) center 0 no-repeat;
        background-size: 100%;
        width: 100%;
        margin: 95px auto 110px;
        padding: 25px 62px 0
    }

    .text-page .steps:before {
        width: calc(100% - 64px);
        left: 32px
    }

    .text-page .steps h2, .text-page .steps h3, .text-page .steps h4 {
        text-align: left
    }

    .text-page .steps .step-item {
        height: 80px
    }

    .text-page .steps .step-item:after {
        right: 15px
    }

    .text-page .steps .step-item:nth-child(5):after {
        right: -5px
    }

    .text-page .steps .step-item p {
        font-family: AvenirLTStd-Light, Arial, sans-serif
    }

    .free-stuff-bl {
        padding: 20px 30px;
        margin: 175px 0 127px 30px;
        width: 80%
    }

    .free-stuff-bl:before {
        right: -20%
    }

    .free-stuff-bl h2, .free-stuff-bl h3, .free-stuff-bl h4 {
        left: 30px;
        top: -75px
    }

    .free-stuff-bl.formatting {
        margin: 175px 15px 75px;
        width: calc(100% - 30px)
    }

    .free-stuff-bl.formatting:after {
        left: 0
    }

    .free-stuff-bl.formatting:before {
        right: -4%
    }

    .free-stuff-bl.formatting h2, .free-stuff-bl.formatting h3, .free-stuff-bl.formatting h4 {
        top: -62px;
        left: 43px
    }
}

@media screen and (max-width: 767px) {
    .text-page .white-wrapper {
        margin-top: 55px;
        padding: 33px 15px 120px
    }

    .text-page .count-bl {
        padding: 35px 15px 7px
    }

    .text-page .count-bl:before {
        background-size: 2050px;
        background-position: 15% -170px
    }

    .text-page .count-bl:after {
        width: calc(100% - 24px);
        left: 12px
    }

    .text-page .count-bl .count-wrap {
        display: block;
        padding: 0
    }

    .text-page .count-bl .count-wrap .item {
        margin-bottom: 45px
    }

    .text-page .count-bl .count-description {
        margin: 0 auto
    }

    .text-page .list-and-slider {
        padding: 10px 10px calc(230px + 40vw);
        margin: -20px 0 105px
    }

    .text-page .list-and-slider:after {
        height: 100%;
        display: block
    }

    .text-page .list-and-slider:before {
        left: 50%;
        top: inherit;
        bottom: -40px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .text-page .list-and-slider h2 {
        text-align: center;
        padding-left: 0;
        font-size: 38px
    }

    .text-page .list-and-slider .c6-slider .slider-t {
        padding: 0;
        max-width: 100%
    }

    .text-page .list-and-slider .c6-slider .slider-t .owl-controls {
        margin: 100px 0 0 !important
    }

    .text-page .list-and-slider .c6-slider .slider-t .owl-controls .owl-buttons {
        display: block
    }

    .text-page .list-and-slider .c6-slider .slider-t .owl-controls .owl-buttons .owl-next, .text-page .list-and-slider .c6-slider .slider-t .owl-controls .owl-buttons .owl-prev {
        top: inherit;
        bottom: 70px
    }

    .text-page .list-and-slider .c6-slider .slider-t .owl-controls .owl-buttons .owl-prev {
        left: 0
    }

    .text-page .list-and-slider .c6-slider .slider-t .owl-controls .owl-buttons .owl-next {
        right: 0
    }

    .text-page .steps {
        background: url(../images/bg-steps-tp-m.png) center 0 no-repeat;
        background-size: 100%;
        width: calc(100% + 30px);
        margin: -25px auto 110px;
        padding: 50px 15px 10px
    }

    .text-page .steps:before {
        width: calc(100% - 14px);
        left: 7px;
        height: calc(100% - 55px);
        top: 27px
    }

    .text-page .steps .lead {
        margin-bottom: 35px
    }

    .text-page .steps h2, .text-page .steps h3, .text-page .steps h4 {
        text-align: center;
        font-size: 38px;
        margin-bottom: 35px
    }

    .text-page .steps .step-item {
        height: auto
    }

    .text-page .steps .step-item:before {
        font-size: 42px;
        line-height: 23px;
        left: 0
    }

    .text-page .steps .step-item p {
        font-family: AvenirLTStd-Heavy, Arial, sans-serif;
        margin: 0;
        padding: 0 45px 0 40px
    }

    .free-stuff-bl {
        padding: 25px 40px 375px;
        margin: 155px auto;
        width: 462px
    }

    .free-stuff-bl:before {
        content: url(../images/free-stuff-tp-m.jpg);
        right: -30px;
        top: inherit;
        bottom: -70px
    }

    .free-stuff-bl h2, .free-stuff-bl h3, .free-stuff-bl h4 {
        left: 0;
        top: -55px;
        text-align: center;
        width: 100%
    }

    .free-stuff-bl.formatting {
        margin: 185px auto 95px;
        padding: 30px 11px;
        width: 100%;
        max-width: 462px
    }

    .free-stuff-bl.formatting:before {
        top: -150px;
        right: -30px
    }

    .free-stuff-bl.formatting:after {
        height: 100%
    }

    .free-stuff-bl.formatting h2 {
        left: 0
    }

    .free-stuff-bl.formatting ul {
        max-width: 300px;
        width: 100%;
        padding: 30px 10px 80px 20px
    }

    .our-prices-tp {
        background: url(../images/piople-col-tp-m.jpg) center 0 no-repeat;
        background-size: 100%;
        width: 100%;
        max-width: 462px;
        margin: 0 auto 100px;
        padding: 145px 0 20px
    }

    .our-prices-tp:after {
        width: calc(100% - 22px)
    }

    .our-prices-tp .our-prices-row {
        margin: 0 auto;
        width: 83%;
        display: block;
        text-align: center;
        padding: 30px 0 10px
    }

    .our-prices-tp .our-prices-row h2, .our-prices-tp .our-prices-row h3, .our-prices-tp .our-prices-row h4 {
        text-align: center;
        letter-spacing: normal
    }

    .our-prices-tp .our-prices-row h2 {
        margin-bottom: 35px;
        font-size: 38px
    }

    .our-prices-tp .our-prices-row .price-item {
        margin-bottom: 35px
    }
}

@media screen and (max-width: 580px) {
    .text-page .steps {
        margin: -25px -15px 95px;
        max-width: calc(100% + 30px)
    }

    .free-stuff-bl {
        margin: 155px 0;
        width: 100%
    }
}

@media screen and (max-width: 350px) {
    .free-stuff-bl.formatting:before {
        content: url(../images/books-tp-m.png)
    }

    .free-stuff-bl.formatting li {
        letter-spacing: normal;
        font-size: 16px
    }
}

.contacts h2, .contacts h3 {
    text-align: left
}

.contacts h2 {
    font-family: AvenirLTStd-Black, Arial, sans-serif;
    font-size: 26px;
    line-height: 68px;
    letter-spacing: normal
}

.contacts h3 {
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .026em
}

.contacts .text {
    font-size: 26px;
    line-height: 32px;
    padding-left: 75px;
    max-width: 720px;
    margin-bottom: 50px
}

.contacts .white-wrapper {
    padding: 80px 115px 115px 35px
}

.phone-data {
    padding-left: 75px;
    margin-bottom: 7px
}

.phone-data a {
    color: #000;
    font-family: AvenirLTStd-Roman, Arial, sans-serif;
    font-size: 26px;
    line-height: 1;
    font-weight: 400
}

.phone-data a:active, .phone-data a:focus, .phone-data a:hover {
    color: #000;
    text-decoration: none
}

.email-data {
    position: relative;
    padding: 25px 5px 45px 75px
}

.email-data:after, .email-data:before {
    position: absolute
}

.email-data:before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 1px solid #d7d6d5;
    z-index: 2
}

.email-data:after {
    content: url(../images/bg-contacts.jpg);
    top: -195px;
    right: -75px;
    z-index: 1
}

.email-data h2 {
    line-height: 1;
    margin: 10px 0 5px
}

.email-data h3 {
    margin: 20px 0 0
}

.email-data a {
    line-height: 1;
    color: #000;
    text-decoration: underline
}

.email-data a:active, .email-data a:focus, .email-data a:hover {
    color: #000;
    text-decoration: none
}

.email-data p {
    font-size: 14px;
    margin: 13px 0
}

.email-row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2
}

.email-row .mail-item {
    -ms-flex-preferred-size: 325px;
    flex-basis: 325px
}

.form-wrap {
    padding: 10px 0 10px 75px
}

.form-wrap h2 {
    margin: 20px 0 1px
}

.form-wrap .left-pf {
    float: left;
    width: 415px
}

.form-wrap .right-pf {
    float: right;
    width: 525px
}

.department-data {
    position: relative;
    max-width: 215px
}

.department-data .dep-result, .department-data label {
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0;
    color: #000;
    cursor: pointer;
    padding: 0 10px
}

.department-data label {
    display: block;
    height: 38px;
    line-height: 38px;
    margin: 7px
}

.department-data .active, .department-data label:hover {
    background-color: #fcc216
}

.department-data .start-color {
    font-weight: 400
}

.department-data .dep-result {
    line-height: 41px;
    height: 45px;
    position: relative;
    border: 2px solid #fcc216
}

.department-data .dep-result:before {
    content: "\f0d7";
    color: #000;
    font-family: FontAwesome, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    position: absolute;
    top: 4px;
    left: calc(100% - 30px)
}

form span, input, textarea {
    font-size: 16px;
    line-height: 1;
    width: 100%;
    font-family: Arial, sans-serif
}

.department-data .dep-result.start-color {
    color: #707070
}

.department-data .cs-wrap {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    z-index: 1;
    background-color: #f4efe3;
    border: 2px solid #fcc216
}

.department-data .cs-wrap, .department-data input[type=radio] {
    display: none
}

.department-data.cs-open .cs-wrap {
    border-top: none !important
}

.department-data.cs-open .dep-result {
    border-bottom: none !important
}

.department-data.cs-open .dep-result:before {
    content: "\f0d8"
}

.department-data.error .cs-wrap, .department-data.error .dep-result {
    border: 2px solid #d0381f
}

input, textarea {
    display: block;
    color: #000;
    background-color: transparent;
    padding: 5px 10px;
    border: 1px solid transparent;
    border-radius: 0;
    font-weight: 700;
    letter-spacing: 0
}

input {
    border-bottom: 2px solid #f6bb15;
    height: 45px
}

form span {
    visibility: hidden;
    display: inline-block;
    padding-top: 6px;
    color: #d0381f;
    text-align: right
}

.captcha-wrap.error + .for-captcha-error, .error span {
    visibility: visible
}

.error .dep-result, .error input, .error textarea {
    border: 2px solid #d0381f
}

.error textarea {
    border-width: 4px
}

::-webkit-input-placeholder {
    color: #707070;
    font-weight: 400
}

:-moz-placeholder {
    color: #707070;
    font-weight: 400
}

::-moz-placeholder {
    color: #707070;
    font-weight: 400
}

:-ms-input-placeholder {
    color: #707070 !important;
    font-weight: 400 !important
}

textarea {
    resize: none;
    padding: 20px;
    border: 4px solid #fcc216
}

.captcha-wrap {
    width: 215px;
    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
}

.captcha-wrap .captcha-val {
    width: 115px
}

.captcha-wrap .captcha-img {
    max-height: 45px;
    overflow: hidden
}

.for-captcha-error {
    width: 215px
}

.btn-send {
    display: inline-block;
    width: auto;
    height: 41px;
    padding: 0 32px;
    margin-top: 15px;
    background-color: #fcc216;
    color: #000;
    font-family: Arial, sans-serif;
    font-size: 26px;
    letter-spacing: .042em;
    font-weight: 700;
    line-height: 41px;
    border: none;
    -webkit-transition: color .33s;
    -o-transition: color .33s;
    transition: color .33s
}

.er404 .l-404 p, .er404 .r-404 h1 {
    font-family: AvenirLTStd-Black, Arial, sans-serif
}

.btn-send:active, .btn-send:focus, .btn-send:hover {
    outline: 0;
    border: none;
    color: #fff
}

#captcha {
    cursor: pointer
}

#loading {
    visibility: hidden
}

.error {
    color: red
}

.success {
    color: green
}

.pricing-wrap {
    max-width: 90%;
    margin: 100px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.main-screen .h1 a {
    position: relative;
    text-decoration: none;
    color: #fff;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.main-screen .h1 a:hover:after {
    opacity: 0
}

.main-screen .h1 a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 14px;
    background-color: #fcc216;
    left: 0;
    bottom: 12px;
    z-index: -1;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.pricing-wrap .pricing-item {
    text-align: center;
    max-width: 255px;
    -ms-flex-preferred-size: 255px;
    flex-basis: 255px
}

.pricing-wrap .pricing-item .item-title {
    font-family: AvenirLTStd-Black, sans-serif;
    font-size: 26px;
    line-height: 40px
}

.pricing-wrap .pricing-item .item-common {
    border-top: 4px solid #fd4a00;
    border-bottom: 4px solid #fd4a00;
    padding: 15px 0
}

.pricing-wrap .pricing-item .item-common .price {
    font-size: 62px;
    font-family: AvenirLTStd-Black, sans-serif;
    line-height: 58px;
    position: relative
}

.pricing-wrap .pricing-item .item-common .price:before {
    content: '$';
    font-family: AvenirLTStd-Black, sans-serif;
    position: absolute;
    left: 15px;
    top: -5px;
    line-height: 34px;
    font-size: 40px
}

.pricing-wrap .pricing-item .item-common span {
    font-family: AvenirLTStd-Black, sans-serif;
    font-size: 15px;
    line-height: 15px
}

.pricing-wrap .pricing-item ul {
    margin-top: 20px;
    text-align: left;
    font-family: Arial, sans-serif;
    font-size: 15px;
    min-height: 245px
}

.pricing-wrap .pricing-item ul li {
    line-height: 30px;
    padding-left: 25%;
    position: relative
}

.pricing-wrap .pricing-item ul li:before {
    content: '';
    position: absolute;
    display: block;
    width: 15px;
    height: 2px;
    background: #000;
    top: 0;
    left: 10%;
    bottom: 0;
    margin: auto
}

.pricing-wrap .pricing-item ul li.last {
    font-family: AvenirLTStd-Black, sans-serif;
    font-size: 18px;
    margin-top: 20px
}

.pricing-wrap .pricing-item ul li.last.proof {
    margin-top: 20%
}

.pricing-wrap .pricing-item ul li.last:before {
    content: '\f067';
    font: normal normal normal 19px/1 FontAwesome;
    height: 19px;
    background: 0 0;
    left: 12%
}

.pricing-wrap .pricing-item .btn {
    margin-top: 25px;
    display: inline-block;
    background: #fd4a00;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 40px;
    text-decoration: none;
    outline: 0;
    font-family: AvenirLTStd-Black, sans-serif;
    font-size: 16px
}

.table-bottom {
    margin-top: 140px;
    margin-bottom: 60px
}

.table-bottom h2 {
    font-size: 42px;
    font-family: 'PTS75F,Arial', sans-serif;
    font-size: 700;
    line-height: 40px;
    width: 55%;
    margin: 0 auto
}

.table-bottom .bens-a-row {
    margin-top: 80px
}

.table-bottom .bens-a-row .bens-a-item {
    -ms-flex-preferred-size: 270px;
    flex-basis: 270px
}

.blog-table {
    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;
    margin-top: 80px
}

.pagination {
    margin-top: 40px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.pagination li {
    padding: 5px;
    font-size: 13px;
    letter-spacing: 2.6px;
    font-family: ArialMT, sans-serif;
    font-weight: 600
}

.pagination li a {
    text-decoration: none
}

.blog-table .blog-left {
    max-width: 70%;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%
}

.blog-table .blog-left .left-item {
    margin-bottom: 50px
}

.blog-table .blog-left .title {
    font-size: 32px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    line-height: 40px
}

.blog-table .blog-left .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 30px
}

.blog-table .blog-left .info .tag {
    background: #fcc216;
    color: #000;
    text-decoration: none;
    margin-right: 15px;
    padding: 5px 20px;
    font-weight: 700;
    font-family: AvenirLTStd-Black, sans-serif;
    font-size: 14px;
    display: inline-block
}

.blog-table .blog-left .info .date {
    font-size: 14px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    line-height: 32px;
    margin: 0
}

.blog-table .blog-left .descr {
    font-size: 14px;
    font-family: 'PT Sans', sans-serif;
    line-height: 30px;
    margin-bottom: 15px
}

.blog-table .blog-left .read {
    display: inline-block;
    text-decoration: underline;
    font-size: 16px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 3.2px;
    color: #000
}

.blog-table .blog-right {
    max-width: 30%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%
}

.blog .blog-text {
    font-size: 26px;
    text-align: center;
    font-family: 'PT Sans', sans-serif;
    line-height: 30px;
    width: 60%;
    margin: 0 auto
}

.blog-right .title {
    font-size: 24px;
    font-family: ArialMT, sans-serif;
    font-weight: 600;
    line-height: 50px
}

.blog-right ul li a {
    font-size: 14px;
    font-family: 'PT Sans', sans-serif;
    line-height: 18px;
    text-decoration: none
}

.blog-right ul li {
    padding: 15px 0;
    border-top: 2px solid #000;
    line-height: 18px
}

.blog-right .pop-tag {
    margin-top: 40px
}

.blog-right .pop-tag .tag {
    background: #fcc216;
    color: #000;
    text-decoration: none;
    padding: 5px 20px;
    font-weight: 700;
    font-family: AvenirLTStd-Black, sans-serif;
    font-size: 14px;
    margin: 5px;
    white-space: nowrap;
    display: inline-block
}

.white-wrapper-box {
    margin: 0 auto;
    max-width: 980px;
}

.review-slider.owl-carousel .review-row {
    padding: 30px 5px;
}

.review-slider.owl-carousel {
    width: 100%;
    max-width: 776px;
    margin: 0 auto;
}

.review-slider.owl-carousel .owl-controls {
    margin-top: 0;
}

.review-slider.owl-theme .owl-controls .owl-page span {
    width: 16px;
    height: 16px;
    border: 2px solid #d0d0d0;
    margin: 5px 13px;
    background-color: transparent;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.review-slider.owl-theme .owl-controls .owl-page.active span {
    background-color: #fd4a00;
    border: 2px solid #fd4a00;
}

.review-slider.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    top: 53%;
    left: -48px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 45px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    background-color: transparent;
    color: #fd4a00;
    opacity: 1;
}

.review-slider.owl-theme .owl-controls .owl-buttons .owl-next {
    left: auto;
    right: -48px;
}

.review-intro {
    margin-top: 56px;
    padding: 22px 61px 30px;
    border: 1px solid #d7d6d5;
}

.review-intro h2 {
    margin: 10px 0 -17px;
    text-align: left;
}

.review-intro__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -30px;
}

.review-intro__col {
    width: 50%;
    padding: 0 30px;
}

.review-intro p {
    margin: 25px 0
}

.review-author {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 305px;
    padding: 26px 25px;
    margin: 0 auto -48px;
    background-color: #ebebeb;
    -webkit-box-shadow: 0 0 23px 1px rgba(1, 1, 0, 0.14);
    box-shadow: 0 0 23px 1px rgba(1, 1, 0, 0.14);
    text-align: center;
}

.review-author span {
    font-size: 18px;
    font-weight: bold;
}

.review-text {
    position: relative;
    padding: 68px 49px 39px;
    background-color: rgba(255, 255, 255, 0.51);
}

.review-text p {
    max-width: 100%
}

.review-number {
    padding-top: 10px;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    color: #fd4a00;
}

.how-it-works .rating i {
    padding: 0 6px;
}

.leave-your-review {
    margin-top: 50px;
    padding: 50px;
    background-color: #f4efe3;
}

.leave-your-review.review-form {
    background-color: transparent;
    padding: 0;
    margin-top: 63px;
}

.leave-your-review.review-form h2 {
    margin-bottom: 8px;
}

.leave-your-review.review-form .p01-contact .field {
    width: 100%;
}

.leave-your-review.review-form .p01-contact {
    margin: 12px auto 6px;
    max-width: 448px;
    width: 100%;
}

.leave-your-review.review-form .p01-contact input[type=submit]:not([type=radio]):not([type=checkbox]) {
    height: 52px;
    margin-top: 52px;
    padding: 0 41px;
    text-transform: uppercase;
    -webkit-box-shadow: 0 6px 23px 1px rgba(39, 13, 3, 0.21);
    box-shadow: 0 6px 23px 1px rgba(39, 13, 3, 0.21);
    color: #fff;
}

.leave-your-review.review-form .p01-contact input[type=submit]:not([type=radio]):not([type=checkbox]):hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.leave-your-review.review-form .p01-contact .field {
    width: 100%;
}

.leave-your-review.review-form .p01-contact input:not([type=radio]):not([type=checkbox]):not([type=submit]),
.leave-your-review.review-form .p01-contact textarea,
.leave-your-review.review-form .p01-contact select {
    display: block;
    width: 100%;
    height: 41px;
    padding: 0 16px;
    border: 2px solid #d0d0d0 !important;
    font-size: 15px;
    font-weight: 400;
}

.leave-your-review.review-form .p01-contact textarea {
    padding: 18px 16px;
    height: 152px;
    overflow-y: auto;
    resize: none;
}

.leave-your-review.review-form label {
    display: none;
}

.leave-your-review.review-form .select label {
    display: inline-block;
    color: #2f3a3d;
}

.leave-your-review.review-form .p01-contact .required label::after {
    display: none;
}

.leave-your-review.review-form input::-webkit-input-placeholder, .leave-your-review.review-form .p01-contact textarea::-webkit-input-placeholder {
    color: #9699a2;
}

.leave-your-review.review-form input::-moz-placeholder, .leave-your-review.review-form .p01-contact textarea::-moz-placeholder {
    color: #9699a2;
}

.leave-your-review.review-form input:-ms-input-placeholder, .leave-your-review.review-form .p01-contact textarea:-ms-input-placeholder {
    color: #9699a2;
}

.leave-your-review.review-form input::-ms-input-placeholder, .leave-your-review.review-form .p01-contact textarea::-ms-input-placeholder {
    color: #9699a2;
}

.leave-your-review.review-form input::placeholder,
.leave-your-review.review-form .p01-contact textarea::placeholder {
    color: #9699a2;
}

.leave-your-review h2 {
    margin-bottom: 50px
}

.add-links {
    margin-bottom: 20px;
    text-align: center
}

.add-links a {
    display: inline-block;
    width: 80px;
    border: 2px solid #000;
    border-radius: 5px;
    color: #000;
    text-decoration: none
}

.add-links a:hover {
    background-color: #fff;
    color: #cd8c00
}

.add-links a:first-child {
    margin-right: 15px
}

.about .f-text-bl {
    max-width: 860px;
    margin-bottom: 80px
}

.about .f-text-bl p {
    font-size: 26px;
    line-height: 32px;
    text-align: center
}

.timeline {
    max-width: 840px;
    margin: 0 auto;
    position: relative
}

.timeline:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50.2%;
    margin: auto;
    width: 6px;
    height: 104%;
    background-color: #dd9c14;
    z-index: 0
}

.timeline:before {
    content: '';
    position: absolute;
    bottom: -4.3%;
    left: 49.3%;
    margin: auto;
    width: 20px;
    height: 16px;
    background-image: url(../images/arrow-timeline.svg);
    z-index: 5
}

.timeline .timeline-wrap .timeline-wrap_item {
    max-width: 325px
}

.timeline .timeline-wrap .timeline-wrap_item .inner-title {
    margin: 15px 0;
    font-size: 34px;
    color: #eaa714;
    font-family: PTSans, sans-serif;
    font-weight: 600
}

.timeline .timeline-wrap .timeline-wrap_item .description {
    margin: 0;
    font-family: PTS55F, Arial, sans-serif
}

.timeline .timeline-wrap .timeline-wrap_item .item_title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 2px solid #000
}

.timeline .timeline-wrap .timeline-wrap_item .item_title:before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 58px;
    height: 58px;
    border: 2px solid #000;
    background-color: #dd9c14;
    border-radius: 100%;
    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: PTS55F, Arial, sans-serif;
    font-size: 26px;
    color: #000;
    z-index: 10
}

.timeline .timeline-wrap .timeline-wrap_item .item_title:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 63px;
    height: 100px;
    background-color: #f4efe3;
    z-index: 5
}

.timeline .timeline-wrap .timeline-wrap_item:nth-child(1) .item_title:before {
    content: '1'
}

.timeline .timeline-wrap .timeline-wrap_item:nth-child(2) .item_title:before {
    content: '2'
}

.timeline .timeline-wrap .timeline-wrap_item:nth-child(3) .item_title:before {
    content: '3'
}

.timeline .timeline-wrap .timeline-wrap_item:nth-child(4) .item_title:before {
    content: '4'
}

.timeline .timeline-wrap .timeline-wrap_item:nth-child(5) .item_title:before {
    content: '5'
}

.timeline .timeline-wrap .timeline-wrap_item.left .item_title:after, .timeline .timeline-wrap .timeline-wrap_item.left .item_title:before {
    right: -130px
}

.timeline .timeline-wrap .timeline-wrap_item:nth-child(3) {
    margin-bottom: 10px
}

.timeline .timeline-wrap .timeline-wrap_item.right .item_title:after, .timeline .timeline-wrap .timeline-wrap_item.right .item_title:before {
    left: -120px
}

.timeline .timeline-wrap .timeline-wrap_item .item_title p {
    margin: 0;
    color: #000;
    font-family: AvenirLTStd-Black, Arial, sans-serif;
    font-size: 68px;
    line-height: 50px;
    margin-right: 17px
}

.timeline .timeline-wrap .timeline-wrap_item .item_title p > span {
    font-family: Avenir-Book, sans-serif;
    font-size: 68px;
    line-height: 58px
}

.timeline .timeline-wrap .timeline-wrap_item .item_title .right-text {
    font-family: PTSans, sans-serif;
    font-weight: 600;
    line-height: 14px;
    font-size: 18px
}

.timeline .timeline-wrap .timeline-wrap_item.left {
    margin-left: 0;
    margin-right: auto;
    text-align: right
}

.timeline .timeline-wrap .timeline-wrap_item.right {
    margin-left: auto;
    margin-right: 0
}

.timeline .timeline-wrap .timeline-wrap_item.left .item_title {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.timeline-bottom {
    max-width: 320px;
    margin: 70px auto 0;
    text-align: center
}

.timeline-bottom p {
    margin: 0
}

.bottom-title {
    text-transform: uppercase;
    color: #dd9c14
}

.bottom-title .first-p {
    font-size: 22px;
    font-family: AvenirLTStd-Black, Arial, sans-serif
}

.bottom-title .second-p {
    font-size: 68px;
    font-family: AvenirLTStd-Black, Arial, sans-serif;
    line-height: 68px
}

.bottom-title .second-p > span {
    font-family: Avenir-Book, sans-serif
}

.timeline-bottom .bottom-p {
    margin: 15px 0 30px;
    font-family: PTSans, sans-serif
}

.timeline-bottom .order {
    -webkit-box-shadow: 0 6px 8.64px .36px rgba(63, 29, 0, .35);
    box-shadow: 0 6px 8.64px .36px rgba(63, 29, 0, .35);
    text-transform: uppercase;
    font-family: AvenirLTStd-Black, Arial, sans-serif;
    font-size: 28px;
    padding: 12px 42px;
    background-color: #fff;
    text-decoration: none;
    outline: 0;
    display: inline-block
}

.p01-contact input:not([type=radio]):not([type=checkbox]), .p01-contact select, .p01-contact textarea {
    border-bottom: 2px solid #fd4a00 !important
}

.p01-contact input[type=button]:not([type=radio]):not([type=checkbox]), .p01-contact input[type=submit]:not([type=radio]):not([type=checkbox]) {
    background-color: #fd4a00 !important
}

@media screen and (max-width: 1440px) {
    .timeline:before {
        left: 49.4%
    }
}

@media screen and (min-width: 1200px) and (max-width: 1362px) {
    .form-wrap .left-pf {
        width: 375px
    }

    .form-wrap .right-pf {
        width: 425px
    }
}

@media screen and (max-width: 1199px) {
    .timeline-bottom {
        margin-bottom: 45px
    }

    .pricing-wrap {
        width: 100%
    }

    .pricing-wrap .pricing-item {
        -ms-flex-preferred-size: 200px;
        flex-basis: 200px;
        max-width: 200px
    }

    .pricing-wrap .pricing-item .item-common .price:before {
        left: 0
    }

    .pricing-wrap .pricing-item ul {
        min-height: 270px
    }

    .contacts .phone-data a, .email-row {
        display: block
    }

    .contacts .white-wrapper {
        padding: 80px 60px 75px
    }

    .contacts .text {
        padding-left: 15px;
        max-width: 680px;
        margin-bottom: 55px
    }

    .contacts .phone-data {
        line-height: 52px;
        margin-bottom: 45px
    }

    .email-data {
        padding: 30px 5px 20px 75px
    }

    .email-data h3 {
        margin: 0
    }

    .email-data:after {
        top: -130px;
        right: -50px
    }

    .email-row .mail-item {
        margin-bottom: 55px
    }

    .form-wrap {
        padding: 35px 0 10px 75px
    }

    .form-wrap .left-pf, .form-wrap .right-pf {
        float: none
    }

    .form-wrap .left-pf {
        margin-bottom: 35px
    }
}

@media screen and (max-width: 991px) {
    .pricing-wrap {
        margin-top: 60px
    }

    .review-intro {
        padding: 5px 30px 30px;
    }

    .review-slider.owl-theme .owl-controls .owl-buttons div {
        top: 100%;
        left: -10px;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    .review-slider.owl-carousel .review-row {
        padding: 30px 0;
    }

    .review-text {
        padding: 68px 30px 39px;
    }

    .review-intro__wrap {
        margin: 0 -15px;
    }

    .review-intro__col {
        padding: 0 15px;
    }

    .review-slider.owl-theme .owl-controls .owl-buttons .owl-next {
        right: -10px;
    }

    .pricing-wrap .pricing-item .item-common .price {
        font-size: 56px;
        line-height: 52px
    }

    .pricing-wrap .pricing-item ul {
        font-size: 14px;
        min-height: 250px
    }

    .pricing-wrap .pricing-item ul li {
        padding-left: 15%
    }

    .pricing-wrap .pricing-item ul li:before {
        left: 0
    }

    .pricing-wrap .pricing-item ul li.last {
        font-size: 16px;
        line-height: 25px
    }

    .pricing-wrap .pricing-item ul li.last:before {
        left: 5px
    }

    .pricing-wrap .pricing-item .btn {
        padding: 10px 30px;
        font-size: 14px
    }

    .table-bottom {
        margin-top: 70px
    }

    .table-bottom h2 {
        font-size: 36px
    }

    .table-bottom .bens-a-row {
        margin-top: 40px
    }

    .blog-table .blog-left {
        max-width: 60%;
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%
    }

    .blog-table .blog-right {
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%
    }

    .blog-table .blog-left .title {
        font-size: 28px;
        line-height: 28px
    }

    .blog-right .title {
        font-size: 22px;
        line-height: 46px
    }

    .about .f-text-bl {
        max-width: 527px;
        margin-bottom: 55px
    }

    .about .f-text-bl p {
        font-size: 16px;
        line-height: 26px
    }

    .about .white-wrapper {
        padding-top: 40px
    }

    .timeline .timeline-wrap .timeline-wrap_item {
        max-width: 260px
    }

    .timeline .timeline-wrap .timeline-wrap_item.left .item_title:after, .timeline .timeline-wrap .timeline-wrap_item.left .item_title:before {
        right: -113px
    }

    .timeline .timeline-wrap .timeline-wrap_item.right .item_title:after, .timeline .timeline-wrap .timeline-wrap_item.right .item_title:before {
        left: -104px
    }

    .timeline:before {
        left: 49.2%
    }
}

@media screen and (max-width: 768px) {
    .timeline:before {
        left: 49.1%
    }
}

@media screen and (max-width: 767px) {
    .main-screen .h1 a:after {
        height: 10px;
        bottom: 5px
    }

    .review-intro__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .review-intro__col {
        width: 100%;
    }

    .pricing-wrap .pricing-item {
        max-width: 100%;
        -ms-flex-preferred-size: 52%;
        flex-basis: 52%;
        margin-bottom: 60px
    }

    .pricing-wrap .pricing-item ul {
        width: 60%;
        margin: 10px auto 0;
        min-height: 200px
    }

    .table-bottom h2 {
        font-size: 30px
    }

    .bens-a-row .bens-a-item h3 {
        font-size: 24px;
        line-height: 24px
    }

    .pricing-wrap .pricing-item .item-common .price:before {
        left: 40px
    }

    .contacts .text, .email-data, .email-data h2, .email-data h3, .form-wrap h2 {
        text-align: center
    }

    .contacts .white-wrapper {
        padding: 45px 15px 80px
    }

    .contacts .phone-data {
        padding-left: 0;
        text-align: center
    }

    .email-data {
        padding: 15px 10% 0
    }

    .email-data:after, .email-data:before {
        display: none
    }

    .email-data h2 {
        margin: 10px 0 35px
    }

    .email-row .mail-item {
        margin-bottom: 50px
    }

    .form-wrap {
        padding: 0 10%
    }

    .form-wrap .left-pf, .form-wrap .right-pf {
        width: 100%
    }

    .review-intro {
        width: 100%
    }

    .p01-contact .field {
        width: 100% !important
    }

    .timeline .timeline-wrap .timeline-wrap_item.left {
        text-align: left;
        margin-right: 0;
        margin-left: auto
    }

    .timeline:after {
        left: 25px
    }

    .timeline .timeline-wrap .timeline-wrap_item {
        margin-bottom: 40px;
        max-width: 80%
    }

    .timeline .timeline-wrap .timeline-wrap_item:nth-child(3) {
        margin-bottom: 40px
    }

    .timeline .timeline-wrap .timeline-wrap_item .item_title:before {
        width: 38px;
        height: 38px
    }

    .timeline .timeline-wrap .timeline-wrap_item .item_title:after {
        width: 44px;
        height: 70px
    }

    .timeline .timeline-wrap .timeline-wrap_item.left .item_title:after, .timeline .timeline-wrap .timeline-wrap_item.left .item_title:before {
        left: -17vw;
        right: auto
    }

    .timeline .timeline-wrap .timeline-wrap_item.right .item_title:after, .timeline .timeline-wrap .timeline-wrap_item.right .item_title:before {
        left: -17vw
    }

    .timeline .timeline-wrap .timeline-wrap_item .item_title p {
        font-size: 50px;
        line-height: 40px;
        margin-right: 10px
    }

    .timeline .timeline-wrap .timeline-wrap_item .item_title p > span {
        font-size: 50px;
        line-height: 40px
    }

    .timeline-bottom .order {
        padding: 12px 30px
    }

    .timeline:before {
        background-image: url(../images/arrow-timeline-tablet.svg);
        background-repeat: no-repeat;
        width: 60px;
        height: 200px;
        left: 25px;
        bottom: -7%
    }

    .timeline .timeline-wrap .timeline-wrap_item .inner-title {
        font-size: 26px
    }
}

@media screen and (max-width: 630px) {
    .pricing-wrap .pricing-item {
        -ms-flex-preferred-size: 300px;
        flex-basis: 300px
    }

    .table-bottom {
        margin-top: 30px
    }

    .table-bottom h2 {
        width: 90%;
        font-size: 42px
    }

    .blog-table {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 40px
    }

    .blog-table .blog-left {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .blog-table .blog-left .title {
        font-size: 24px;
        line-height: 26px
    }

    .blog-table .blog-left .info {
        margin-bottom: 20px;
        margin-top: 10px
    }

    .blog-table .blog-right {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-top: 35px
    }

    .pagination {
        margin-top: 0
    }

    .blog-table .blog-left .left-item {
        margin-bottom: 35px
    }

    .blog .blog-text {
        width: 85%
    }

    .review-intro {
        padding: 0px 13px 7px;
    }

    .review-intro h2 {
        margin: 9px 0 -11px;
        font-size: 24px;
        line-height: 1.05;
    }

    .leave-your-review.review-form {
        margin-top: 44px;
    }

    .leave-your-review.review-form .p01-contact input[type=submit]:not([type=radio]):not([type=checkbox]) {
        margin-top: 42px;
    }

    .leave-your-review.review-form .p01-contact {
        margin: 12px auto -1px;
    }
}

@media screen and (max-width: 380px) {
    .pricing-wrap .pricing-item ul {
        width: 75%
    }

    .pricing-wrap .pricing-item .item-common .price:before {
        left: 15px;
        font-size: 34px
    }

    .table-bottom h2 {
        font-size: 32px
    }

    .pricing-wrap .pricing-item ul li {
        padding-left: 10%
    }

    .pricing-wrap .pricing-item ul li:before {
        left: -10px
    }

    .pricing-wrap .pricing-item ul li.last:before {
        left: -5px
    }
}

@media screen and (max-width: 480px) {
    .timeline:after {
        left: 16px;
        height: 100%
    }

    .timeline:before {
        left: 16px;
        bottom: -4%
    }

    .timeline-bottom {
        margin-top: 32px
    }

    .timeline-bottom .bottom-p {
        margin-top: 10px
    }

    .bottom-title .second-p {
        font-size: 50px
    }

    .timeline .timeline-wrap .timeline-wrap_item:last-child {
        margin-bottom: 0
    }
}

@media screen and (max-width: 480px) {
    .form-wrap {
        padding: 0
    }

    .btn-send {
        position: relative;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%
    }
}

@media screen and (max-width: 380px) {
    .department-data {
        max-width: 100%
    }
}

.er404 .white-wrapper {
    padding: 90px 15px 50px;
    margin-top: 30px
}

.er404 .l-404, .er404 .r-404 {
    float: left
}

.er404 .l-404 {
    width: 40%
}

.er404 .l-404 p {
    font-size: 110px;
    line-height: 68px;
    margin: 0;
    text-align: right;
    position: relative
}

.er404 .l-404 p:before {
    content: '';
    width: 417px;
    height: 385px;
    border: 1px solid #d7d6d5;
    position: absolute;
    top: -26px;
    right: -20px;
    z-index: 3
}

.er404 .r-404 {
    width: 60%;
    padding: 0 50px 300px
}

.er404 .r-404 h1 {
    letter-spacing: normal;
    font-size: 42px;
    line-height: 20px;
    margin: 0 0 15px;
    text-align: left
}

.er404 .r-404 h1 + p {
    letter-spacing: .026em;
    font-size: 26px;
    line-height: 1;
    margin-bottom: 40px
}

.er404 .links {
    position: relative;
    z-index: 2
}

.er404 .links:before {
    content: url(../images/404.jpg);
    position: absolute;
    top: 135px;
    left: -60px;
    z-index: 1
}

.er404 .links p {
    padding-left: 24px;
    position: relative;
    font-size: 16px;
    line-height: 26px;
    margin: 0
}

.er404 .links p:before {
    font-family: FontAwesome, sans-serif;
    position: absolute;
    top: 0;
    left: 0
}

.er404 .links p:nth-child(1):before {
    content: "\f015"
}

.er404 .links p:nth-child(2):before {
    content: "\f05a"
}

.er404 .links p a {
    font-family: PTS75F, Arial, sans-serif;
    color: #000;
    text-decoration: underline
}

.er404 .links p a:active, .er404 .links p a:focus, .er404 .links p a:hover {
    text-decoration: none;
    color: #000
}

@media screen and (max-width: 1199px) {
    .er404 .white-wrapper {
        margin-top: 50px
    }

    .er404 .l-404 p:before {
        width: 281px;
        height: 385px
    }

    .er404 .r-404 {
        padding: 0 50px 250px
    }

    .er404 .links:before {
        top: 105px
    }
}

@media screen and (max-width: 767px) {
    .er404 .l-404 p, .er404 .r-404 h1, .er404 .r-404 h1 + p {
        text-align: center
    }

    .er404 .l-404 p:before, .er404 .links:before {
        display: none
    }

    .er404 .white-wrapper {
        padding: 60px 15px 0;
        margin-top: 7px
    }

    .er404 .l-404, .er404 .r-404 {
        float: none;
        width: 100%
    }

    .er404 .l-404 p {
        margin: 0 0 60px
    }

    .er404 .r-404 {
        position: relative
    }

    .er404 .r-404:before {
        content: '';
        border: 1px solid #fcc216;
        width: 100%;
        height: 434px;
        position: absolute;
        top: -20px;
        left: 0;
        z-index: 2
    }

    .er404 .r-404:after {
        content: url(../images/404.jpg);
        position: absolute;
        bottom: 15px;
        right: -15px;
        z-index: 1
    }

    .er404 .r-404 h1 {
        margin: 0 0 40px
    }

    .er404 .links {
        margin: 0 auto;
        width: 170px
    }
}

@media screen and (max-width: 630px) {
    .main-content.er404 {
        position: relative;
        margin-top: -40px
    }

    .review-author {
        max-width: 233px;
    }

    .review-text {
        padding: 68px 13px 31px;
    }

    .review-slider.owl-theme .owl-controls .owl-page span {
        margin: 5px 7px;
    }
}

@media screen and (max-width: 480px) {
    .er404 .r-404 {
        padding: 0 10px 250px
    }

    .er404 .r-404:before {
        height: 474px
    }

    .er404 .r-404:after {
        content: url(../images/404-m.jpg)
    }
}

/*Thanks modal*/
.p01-contact .success.alert.thanks-modal {
    background-color: transparent;
    border: none;
    text-align: center;
}

.thanks-modal__img {
    display: block;
    width: 79px;
    height: 79px;
    background-image: url('../images/thanks-img.png');
    background-position: center center;
    background-size: contain;
    margin: 32px auto;
}

.thanks-modal__title {
    margin: 0 0 24px;
    color: #000000;
    font-size: 26px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 1.09px;
}

.thanks-modal__desc {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

@media (max-width: 768px) {
    .thanks-modal__img {
        margin: 26px 0;
    }

    .thanks-modal__title {
        margin: 0 0 26px;
        font-size: 24px;
    }
}



/* cookie banner styles */

.cookie-banner {
    position: fixed;
    width: 320.5px;
    height: 52px;
    left: 34px;
    bottom: 20px;
    background: #323641;
    border-radius: 50px;
    padding-right: 20px;
    z-index: 1000;
    visibility: hidden;
    transform: translateY(200%);
    transition: all 0.4s ease 0.2s;
}

.cookie-banner.show {
    visibility: visible;
    transform: translateY(0);
}

.cookie-banner-content {
    display: flex;
    align-items: center;
}

.cookie-img {
    width: 52px;
    min-width: 52px;
    height: 52px;
    background: #fff;
    border: 2px solid #000000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cookie-text-block {
    padding: 0 25px 0 14px;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    line-height: 13px;
    display: flex;
    flex-direction: column;
    font-family: PTS75F;
}

.cookie-text-block a {
    color: #fff;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    text-decoration: underline;
    margin-top: 4px;
    transition: all 0.3s ease;
    font-family: PTS55F;
}

.cookie-text-block a:hover, .cookie-text-block a:active {
    text-decoration: none;
}

.btn-accept {
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: PTS75F;
}

.btn-accept:hover, .btn-accept:active {
    text-decoration: none;
}

@media(max-width: 680px) {
    .cookie-banner {
        width: 294px;
        height: 97px;
        bottom: 91px;
        margin: 0 auto;
        left: 0;
        right: 0;
        border-radius: 10px;
        display: flex;
        padding: 0 37px 0 22px;
    }

    .cookie-img {
        width: 57px;
        min-width: 57px;
        height: 57px;
    }

    .cookie-text-block {
        font-size: 14px;
        line-height: 18px;
    }
    .cookie-text-block a {
        font-size: 10px;
        line-height: 12px;
        margin-top: 8.5px;
    }
}