@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700|Roboto:300,300i,400,500,600,700,800);
@import url(https://s.w.org/wp-includes/css/dashicons.css); /*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, footer, header, nav, section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption, figure, main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: inherit;
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

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

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details, menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

[hidden], template {
    display: none
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(../images/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.3/customize/?id=0fd02362f763415e69e20048699c16e2)
 * Config saved to config.json and https://gist.github.com/0fd02362f763415e69e20048699c16e2
 *//*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    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
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    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 {
    line-height: normal
}

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-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;
    -moz-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
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *, :after, :before {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: ""
    }

    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td, .table th {
        background-color: #fff !important
    }

    .table-bordered td, .table-bordered th {
        border: 1px solid #ddd !important
    }
}

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

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:focus, a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    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
}

[role=button] {
    cursor: pointer
}

.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
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media, .media-body {
    zoom: 1;
    overflow: hidden
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right, .media > .pull-right {
    padding-left: 10px
}

.media-left, .media > .pull-left {
    padding-right: 10px
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

a.list-group-item, button.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    background-color: #eee;
    color: #777;
    cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
    color: #777
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small {
    color: inherit
}

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
    color: #c7ddef
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success, button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info, button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning, button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger, button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .row:after, .row:before {
    content: " ";
    display: table
}

.clearfix:after, .container-fluid:after, .container:after, .row:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md, th.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print, th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.fw-col-xs-1, .fw-col-sm-1, .fw-col-md-1, .fw-col-lg-1, .fw-col-xs-2, .fw-col-sm-2, .fw-col-md-2, .fw-col-lg-2, .fw-col-xs-3, .fw-col-sm-3, .fw-col-md-3, .fw-col-lg-3, .fw-col-xs-4, .fw-col-sm-4, .fw-col-md-4, .fw-col-lg-4, .fw-col-xs-5, .fw-col-sm-5, .fw-col-md-5, .fw-col-lg-5, .fw-col-xs-6, .fw-col-sm-6, .fw-col-md-6, .fw-col-lg-6, .fw-col-xs-7, .fw-col-sm-7, .fw-col-md-7, .fw-col-lg-7, .fw-col-xs-8, .fw-col-sm-8, .fw-col-md-8, .fw-col-lg-8, .fw-col-xs-9, .fw-col-sm-9, .fw-col-md-9, .fw-col-lg-9, .fw-col-xs-10, .fw-col-sm-10, .fw-col-md-10, .fw-col-lg-10, .fw-col-xs-11, .fw-col-sm-11, .fw-col-md-11, .fw-col-lg-11, .fw-col-xs-12, .fw-col-sm-12, .fw-col-md-12, .fw-col-lg-12, .fw-col-xs-15, .fw-col-sm-15, .fw-col-md-15, .fw-col-lg-15 {
    padding: 0 !important;
}

.common-button:before, .discount-list__num:after, .footer-contacts__link:before, .header-contacts__phone:before, .steps-item:after, .testi:before, .testimonials:before {
    content: "";
    display: block
}

.discount-free__item:after, .discount-list:after, .intro-features:after {
    content: "";
    clear: both;
    display: table
}

.common-button:before, .header-contacts__phone:before {
    background-image: url(../images/sprite.png)
}

.divider {
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-top: 1px solid #d1d1d1;
    margin-bottom: 36px
}

.divider-bottom {
    margin-bottom: 0;
    margin-top: 36px;
}

.intro {
    background: url(../images/bg-intro.png) right 0 no-repeat, linear-gradient(34deg, #30295d, #5d5296)
}

.intro .container {
    position: relative
}

.intro-title {
    text-align: center;
    color: #fff;
    font-size: 3rem;
    line-height: 1.2em;
    margin: 50px 0 20px
}

.intro-features {
    padding: 10px 0 40px
}

.intro-features__item {
    text-align: center;
    font-size: 1.14286rem;
    color: #fff;
    font-weight: 300
}

.intro-features__item b, .intro-features__item strong {
    color: #ffb109
}

.intro-features__icon {
    background-repeat: no-repeat;
    background-position: 50%;
    width: 40px;
    height: 36px;
    margin: 0 auto 6px
}

.intro-features__icon--quality {
    background-image: url(../images/icon-intro-features_1.png)
}

.intro-features__icon--support {
    background-image: url(../images/icon-intro-features_2.png)
}

.intro-features__icon--writing {
    background-image: url(../images/icon-intro-features_3.png)
}

.intro-button {
    text-align: center;
    padding: 0 0 52px
}

.intro-button__order, .intro-button a {
    font-weight: 500;
    display: inline-block;
    background: linear-gradient(180deg, #f6b900, #ff7e00);
    color: #fff;
    border-radius: 5px;
    padding: 11px 22px;
    font-size: 1.14286rem;
    box-shadow: 3px 3px 10px rgba(16, 9, 59, .46);
    transition: all .2s
}

.intro-button__order:hover, .intro-button a:hover {
    text-decoration: none;
    background: linear-gradient(180deg, #f6a200, #ff7200);
    box-shadow: 0 3px 10px rgba(16, 9, 59, .46)
}

.intro-button__order b, .intro-button__order strong, .intro-button a b, .intro-button a strong {
    font-weight: 500;
    color: #3d356d
}

.widget-order {
    text-align: center;
    padding: 84px 0 0;
}

.widget-order .intro-button__order {
    text-decoration: none;
    color: #fff;
}

.widget-order .intro-button__order:hover {
    text-decoration: none;
}

.intro-human {
    width: 325px;
    height: 401px;
    position: absolute;
    bottom: 0;
    background: url(../images/photo-intro-girl.png) no-repeat
}

.about {
    padding: 45px 0 35px
}

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

.about .points ul li {
    margin: 0 0 40px;
    position: relative;
    padding: 0 0 0 60px;
    font-size: 14px;
    height: 48px;
    line-height: 48px;
    color: #544f6d
}

.about .points ul li:last-child {
    margin-bottom: 0
}

.about .points .txt {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    line-height: 1.6
}

.about .points .icon1, .about .points .icon2 {
    display: -moz-inline-stack;
    zoom: 1;
    vertical-align: middle;
    height: 48px
}

.about .points .icon {
    position: absolute;
    left: 0;
    top: 50%;
    margin: -24px 0 0;
    background-image: url(../images/sprite.png)
}

.about .filter, .about .filter .select-wrap {
    position: relative
}

.about .points b {
    color: #594e8f;
    font-weight: 700;
    background: rgba(89, 78, 143, .1);
    padding: 0 4px;
    border-radius: 2px
}

.about .points .icon1 {
    width: 48px;
    display: inline-block;
    background-position: -17px -210px
}

.about .points .icon2 {
    width: 48px;
    display: inline-block;
    background-position: -210px -92px
}

.about .points .icon3 {
    width: 48px;
    height: 48px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    background-position: -162px -92px
}

.about .hdr {
    font-size: 28px;
    color: #544f6d;
    font-family: Roboto, Arial, Helvetica Neue, Helvetica, sans-serif;
    margin: 0 0 12px
}

.about .hdr a {
    float: right;
    font-size: 14px;
    color: #b13200;
    text-decoration: none;
    font-weight: 700;
    margin: 12px 0 0
}

.about .hdr a:hover {
    text-decoration: underline
}

.testimonials {
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 9px;
    position: relative
}

.testimonials:before {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: #fff;
    margin-top: -10px;
    margin-left: 52px;
    border: 1px solid #d9d9d9;
    transform: rotate(45deg)
}

.testimonials-slider {
    padding: 10px;
    border-radius: 9px;
    background-color: #fff;
    position: relative;
    z-index: 2
}

.testimonials-slider .owl-dots {
    text-align: right;
    position: absolute;
    bottom: -25px;
    right: 0;
    width: 100%
}

.testimonials-slider .owl-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #a29db8;
    margin: 0 4px
}

.testimonials-slider .owl-dot.active {
    background-color: #544f6d
}

.testimonials-nav {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    width: 100%
}

.testimonials-nav .next, .testimonials-nav .prev {
    position: absolute;
    top: 50%;
    background: url(../images/sprite.png);
    background-repeat: no-repeat;
    transform: translateY(-50%);
    width: 28px;
    height: 33px;
    transition: all .1s
}

.testimonials-nav .next:hover, .testimonials-nav .prev:hover {
    opacity: .5
}

.testimonials-nav .prev {
    left: -40px;
    background-position: -23px -162px
}

.testimonials-nav .next {
    right: -40px;
    background-position: -86px -92px
}

.testimonials-item {
    display: flex;
    justify-content: flex-end
}

.testimonials-item .label, .testimonials-item .rating {
    width: 100%
}

.testimonials-item .label i, .testimonials-item .label span, .testimonials-item .rating i, .testimonials-item .rating span {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: auto
}

.testimonials-item .label span, .testimonials-item .rating span {
    margin: 0 7px 0 0
}

.testimonials-item .label i, .testimonials-item .rating i {
    color: #f1a101;
    font-size: 12px;
    margin: 0 2px 0 0
}

.testimonials-item .rating {
    text-align: right
}

.testimonials-avatar {
    width: 64px
}

.testimonials-avatar img {
    width: auto;
    max-width: 100%;
    height: auto
}

.testimonials-description {
    width: 100%;
    padding: 0 0 0 12px
}

.testimonials-description .city {
    font-size: .92857rem;
    color: #544f6d;
    line-height: 1.1em;
    margin: 0 0 5px
}

.testimonials-description .name {
    font-size: 1.28571rem;
    font-weight: 700;
    margin: 0 0 5px;
    line-height: 1.5em
}

.testimonials-footer {
    padding: 5px 0 0;
    margin: 0 0 16px;
    border-top: 1px dashed #e1e1e1;
    color: #9e9e9e;
    font-weight: 700;
    font-size: .92857rem;
    display: flex
}

.testimonials-content {
    font-style: italic;
    line-height: 1.4em
}

.steps {
    padding: 0 0 38px
}

.steps-inner {
    padding: 9px 0 10px;
    background: linear-gradient(34deg, #30295d, #5d5296);
    color: #fff
}

.steps-title {
    margin: 20px 0 16px;
    text-align: center;
    color: #544f6d;
    font-weight: 400;
    font-size: 2rem
}

.steps-item {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative
}

.steps-item:after {
    height: 2px;
    width: 100%;
    position: absolute;
    top: 93px;
    left: 0;
    background-color: #fff;
    z-index: 2
}

.steps-item__light:after {
    background-color: #8e88b2
}

.steps-item__light .steps-item__point {
    box-shadow: 0 0 8px rgba(176, 164, 241, .52)
}

.steps-item:first-of-type:after, .steps-item:last-of-type:after {
    width: auto
}

.steps-item:first-of-type:after {
    left: 50%;
    right: 0
}

.steps-item:last-of-type:after {
    left: 0;
    right: 50%
}

.steps-item__icon {
    padding: 0 0 12px
}

.steps-item__icon img {
    max-height: 63px
}

.steps-item__point {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #4c437e;
    border-radius: 8px;
    border: 3px solid #fff;
    box-shadow: 0 1px 21px rgba(92, 65, 238, .35);
    position: relative;
    z-index: 3
}

.steps-item__description {
    padding: 2px 0 0;
    font-weight: 500;
    line-height: 1.5em
}

.compact {
    background-color: #fff;
    padding: 16px 0 15px
}

.compact-title {
    color: #544f6d;
    font-size: 2.28571rem;
    font-weight: 700
}

.compact-dark {
    background-color: #37305d
}

.compact-dark .compact-title {
    color: #fff
}

.content {
    padding: 10px 0;
    font-family: Open Sans, sans-serif
}

.content h1, .content h2, .content h3 {
    text-align: center;
    color: #544f6d;
    margin: 0 0 10px
}

.content-title, .content h1 {
    font-size: 2rem;
    font-weight: 400
}

.content-subtitle, .content h2 {
    font-size: 1.28571rem;
    font-weight: 700
}

.content p {
    margin: 0 0 18px
}

.discount {
    padding: 20px 0 55px
}

.discount-item {
    min-height: 327px;
    border: 1px solid #fff;
    border-radius: 9px;
    padding: 0 0 63px;
    position: relative;
    background: url(../images/background-discount-top.png) -4px -8px no-repeat, url(../images/background-discount-bottom.png) bottom 32px right -10px no-repeat, linear-gradient(180deg, #f3f3f3, #e1e1e2);
    box-shadow: 1px 3px 14px rgba(70, 59, 127, .16)
}

.discount-item__free {
    background: url(../images/label-discount-free.png) 100% 0 no-repeat, linear-gradient(180deg, #f3f3f3, #e1e1e2)
}

.discount-subtitle {
    font-size: 1.71429rem;
    color: #544f6d;
    margin: 14px 0 9px;
    font-weight: 400
}

.discount-link, .discount-subtitle {
    line-height: 1.4em;
    text-align: center
}

.discount-link {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 1.28571rem;
    padding: 14px;
    -webkit-border-radius: 0 0 9px 9px;
    -moz-border-radius: 0 0 9px 9px;
    border-radius: 0 0 9px 9px;
    background: linear-gradient(0deg, #30295d, #5d5296)
}

a.discount-link:hover {
    color: #fff;
    text-decoration: none;
    background: linear-gradient(90deg, #30295d, #5d5296)
}

.discount-link b {
    color: #79b300;
    font-weight: 400
}

.discount-link__white {
    color: #544f6d;
    background: #fff
}

.discount-link__white b {
    font-weight: 500;
    color: #f69900
}

.discount-circle {
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0
}

.discount-circle__lg {
    margin: -20px;
    border-bottom: 2px solid transparent;
    animation: whirling 3s infinite linear
}

.discount-circle__mid {
    margin: -10px;
    border-right: 2px solid transparent;
    animation: whirling-reverse 3s infinite linear
}

.discount-arrow {
    height: 49px;
    margin: 8px 0;
    background: url(../images/icon-discount-arrow.png) 50% bottom no-repeat
}

.discount-list {
    margin: 30px 0 0;
    text-align: center
}

.discount-list__num {
    width: 68px;
    height: 68px;
    margin: 0 auto;
    background-color: #372f5d;
    border-radius: 50%;
    font-size: 1.28571rem;
    font-weight: 500;
    line-height: 68px;
    color: #f69700;
    position: relative;
    z-index: 1
}

.discount-list__num:after {
    width: 46px;
    height: 46px;
    margin-top: -23px;
    margin-left: -23px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    border-radius: 50%
}

.discount-list__count {
    font-weight: 500;
    color: #524888
}

.discount-list__item {
    padding: 15px 0;
    width: 33.333%;
    float: left
}

.discount-free {
    padding: 2px 35px;
    list-style: none;
    margin: 0
}

.discount-free__item {
    border-bottom: 1px solid #fff;
    line-height: 1.6em;
    padding: 6px 0 5px
}

.discount-free__item:last-child {
    border-bottom: none
}

.discount-free__label {
    font-weight: 300;
    float: left
}

.discount-free__count {
    color: #524888;
    font-weight: 500;
    float: right
}

.entry {
    padding: 0 0 20px
}

.entry-header {
    padding: 0 10px;
    margin: 40px 0 0;
    line-height: normal
}

.entry-header h1 {
    font-size: 1.71429rem;
    font-weight: 400;
    line-height: 1.2em;
    margin: 5px 0 15px
}

.entry-date {
    font-size: 12px;
    color: #544f6d;
    margin: 0 0 10px
}

.entry-content {
    word-wrap: break-word;
    background: #fff;
    padding: 20px;
    border: 1px solid #d4d4d4;
    border-radius: 10px;
    font-size: 1rem;
    margin-bottom: 10px
}

.entry-content p {
    margin: 0 0 15px
}

.entry .breadcrumbs a, .entry a {
    color: #544f6d;
    text-decoration: underline
}

.entry-nav {
    display: flex
}

.entry-nav a {
    width: 100%
}

.entry-nav a[rel=next] {
    text-align: right
}

.entries {
    padding: 30px 0 50px
}

.entries-title {
    margin: 16px 0 10px;
    font-weight: 400;
    font-size: 2rem
}

.entries-item {
    padding: 0 0 16px
}

.entries-item__title {
    color: #544f6d;
    font-size: 1.71429rem
}

.entries-item__excerpt p {
    margin: 0
}

.entries-item:last-child {
    padding-bottom: 0
}

.widget-area {
    padding: 0 0 30px;
}

.widget-title {
    line-height: 1.4em;
    text-align: center;
    font-size: 1.71429rem;
    color: #544f6d;
    margin: 40px 0 9px;
    font-weight: 400
}

.testi {
    border: 1px solid #d9d9d9;
    border-radius: 9px;
    position: relative
}

.testi, .testi:before {
    background-color: #fff;
    margin-bottom: 35px
}

.testi:before {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 20px;
    height: 20px;
    margin-top: 0;
    margin-left: 50%;
    border: 1px solid #d9d9d9;
    transform: rotate(45deg) translate(-50%)
}

.testi-slider {
    padding: 10px;
    border-radius: 9px;
    background-color: #fff;
    position: relative;
    z-index: 2
}

.testi-slider .owl-dots {
    text-align: left;
    position: absolute;
    bottom: -25px;
    right: 0;
    width: 100%
}

.testi-slider .owl-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #a29db8;
    margin: 0 4px
}

.testi-slider .owl-dot.active {
    background-color: #544f6d
}

.testi-item {
    display: flex;
    justify-content: flex-end
}

.testi-item .label, .testi-item .rating {
    width: 100%
}

.testi-item .label i, .testi-item .label span, .testi-item .rating i, .testi-item .rating span {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: auto
}

.testi-item .label span, .testi-item .rating span {
    color: #9e9e9e;
    margin: 0 7px 0 0
}

.testi-item .label i, .testi-item .rating i {
    color: #f1a101;
    font-size: 12px;
    margin: 0 2px 0 0
}

.testi-item .rating {
    text-align: right
}

.testi-avatar {
    width: 64px
}

.testi-avatar img {
    width: auto;
    max-width: 100%;
    height: auto
}

.testi-description {
    width: 100%;
    padding: 0 0 0 12px
}

.testi-description .city {
    font-size: .92857rem;
    color: #544f6d;
    line-height: 1.1em;
    margin: 0 0 5px
}

.testi-description .name {
    font-size: 1.28571rem;
    font-weight: 700;
    margin: 0 0 5px;
    line-height: 1.5em
}

.testi-footer {
    padding: 5px 0 0;
    margin: 0 0 5px;
    border-top: 1px dashed #e1e1e1;
    color: #9e9e9e;
    font-weight: 700;
    font-size: 1rem;
    display: flex
}

.testi-content {
    font-style: italic;
    line-height: 1.4em
}

.not-found {
    padding: 40px 0
}

.not-found .page-content {
    background: #fff;
    padding: 20px;
    border: 1px solid #d4d4d4;
    border-radius: 10px
}

.not-found .page-title {
    text-align: center;
    margin: 0 0 15px
}

.not-found .widgettitle, .not-found h2 {
    margin: 20px 0 0
}

.not-found p, .not-found ul {
    margin: 10px 0
}

@keyframes shining {
    0% {
        transform: rotate(0deg) scale(1);
        opacity: 1
    }
    50% {
        transform: rotate(180deg) scale(.25);
        opacity: .5
    }
    to {
        transform: rotate(1turn) scale(1);
        opacity: 1
    }
}

@keyframes whirling {
    0% {
        transform: rotate(0deg)
    }
    50% {
        transform: rotate(180deg)
    }
    to {
        transform: rotate(1turn)
    }
}

@keyframes whirling-reverse {
    0% {
        transform: rotate(0deg)
    }
    50% {
        transform: rotate(-180deg)
    }
    to {
        transform: rotate(-1turn)
    }
}

@keyframes pulse {
    25% {
        transform: scale(1.2)
    }
    50% {
        transform: scale(1)
    }
    75% {
        transform: scale(1.2)
    }
}

body, html {
    font-family: Roboto, sans-serif;
    font-size: 14px
}

body {
    background: url("data:image/gif;base64,R0lGODlhBAAEAJEAAOLi4vDw8Ovr6wAAACH5BAAAAAAALAAAAAAEAAQAAAIHlBIAhmZaAAA7") #e2e2e2;
    font-size: 14px;
    color: #544f6d;
    line-height: 1.7;
    padding-top: 120px
}

body.admin-bar {
    padding-top: 88px
}

b {
    font-weight: 600
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    margin: 0
}

.common-button {
    background: linear-gradient(#655a9e, #493e7a);
    position: relative;
    -webkit-box-shadow: 0 2px 0 0 #282346;
    box-shadow: 0 2px 0 0 #282346;
    float: right;
    text-decoration: none;
    text-shadow: 0 1px 0 #282346;
    margin: 0 0 0 10px;
    border-radius: 5px;
    padding: 0 0 0 35px;
    -webkit-user-select: none;
    user-select: none;
    border: 0
}

.common-button:hover {
    text-decoration: none;
    background: linear-gradient(#584d8a, #3c3264);
}

.common-button:before {
    height: 16px;
    width: 14px;
    display: -moz-inline-stack;
    display: inline-block;
    background-position: -100px -70px;
    position: absolute;
    left: 10px;
    top: 50%;
    margin: -8px 0 0
}

.common-button span {
    padding: 4px 10px 3px;
    display: block;
    color: #fff;
    position: relative;
    border-left: 1px solid #382e6a;
    text-transform: uppercase
}

.common-buttonbig {
    display: inline-block;
    text-transform: uppercase;
    font-size: 1.5rem;
    padding: 10px 27px 9px;
    background: linear-gradient(180deg, #655a9e, #4a3f7b);
    font-weight: 500;
    line-height: 1.44em;
    color: #fff;
    border-radius: 5px;
    margin: 0 5px;
    box-shadow: 0 3px 0 #2a2253;
    text-shadow: 0 2px 0 rgba(51, 51, 51, .4)
}

.common-buttonbig__order {
    background: linear-gradient(180deg, #ffbf11, #ff9404);
    box-shadow: 0 3px 0 #933c00
}

.common-static {
    position: static
}

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

.contacts-list ul li {
    padding: 5px 0 5px 63px;
    position: relative;
    margin: 0 0 15px;
    line-height: 1.5
}

.contacts-list ul li a {
    color: #544f6d;
    text-decoration: none
}

.contacts-list ul li .hl {
    font-weight: 700;
    display: block
}

.contacts-list .icon {
    position: absolute;
    left: 0;
    top: 0;
    background-image: url('../images/sprite.png');
}

.contacts-list .icon1 {
    width: 48px;
    height: 48px;
    display: inline-block;
    background-position: 0 -357px
}

.contacts-list .icon2, .contacts-list .icon3 {
    display: -moz-inline-stack;
    width: 48px;
    height: 48px
}

.contacts-list .icon2 {
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    background-position: -199px -162px
}

.contacts-list .icon3 {
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    background-position: -114px -92px
}

.contacts-list .icon4, .faq-list ul li.opened:before {
    display: -moz-inline-stack;
    vertical-align: middle;
    zoom: 1
}

.contacts-list .icon4 {
    width: 48px;
    height: 48px;
    display: inline-block;
    background-position: -151px -162px
}

.company-info {
    margin: 0 0 25px
}

.company-info .btns {
    text-align: center;
    margin: 30px 0
}

.company-info .btns .btn {
    padding: 12px 30px 11px
}

@media only screen and (max-width: 690px) {
    .text-block p {
        overflow: visible
    }

    .company-info .btns .btn {
        padding: 12px 19px 11px
    }
}

.company-info .company-address {
    background: #f0ede5;
    border-radius: 8px;
    margin: 0 0 20px;
    padding: 20px
}

.company-info .company-address .text {
    margin: 0 20px 0 0;
    text-align: center;
    font-size: 18px;
    color: #594e8f;
    text-shadow: 0 1px 0 #fff;
    overflow: hidden
}

.company-info .company-address .text .name {
    font-size: 31px;
    color: #594e8f;
    line-height: 1;
    font-family: "Roboto Condensed", Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 20px
}

.company-info .company-address .text .name span {
    font-size: 40px;
    display: block
}

.company-info .company-address .text .phone {
    margin: 10px 0 0
}

.company-info .company-address .map {
    border: 2px solid #fff;
    border-radius: 8px;
    overflow: hidden;
    max-width: 100%;
    height: 195px;
    font-size: 10px;
    width: 350px;
    float: right
}

.company-info .company-address .map iframe {
    width: 100%;
    height: 195px
}

.counters {
    margin: 0 0 20px;
}

.counters .counter {
    float: left;
    width: 32%;
    padding: 10px;
    background: #f0ede5;
    border-radius: 8px;
    text-align: center;
    font-size: 18px;
    color: #594e8f;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1
}

.counters .counter .num {
    display: block;
    line-height: 1;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 3px
}

.counters .counter + .counter {
    margin-left: 2%
}

@media only screen and (max-width: 690px) {
    .company-info .company-address {
        text-align: center;
        position: relative;
        padding: 20px 20px 220px
    }

    .company-info .company-address .map {
        width: auto;
        position: absolute;
        bottom: 20px;
        left: 20px;
        right: 20px
    }

    .company-info .company-address .text {
        width: 100%;
        margin: 0 0 15px
    }

    .company-info .company-address .text br {
        display: none
    }

    .company-info .company-address .text .phone {
        display: inline;
        margin: 0
    }
}

.blogs-list .read-more:after, .contacts-list .icon1 {
    display: -moz-inline-stack;
    vertical-align: middle;
    zoom: 1
}

@media only screen and (max-width: 360px) {
    .company-info .btns .btn {
        margin: 0 0 10px
    }
}

.header {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99
}

.header-line {
    height: 4px;
    background: linear-gradient(45deg, #34488c, #3d97f3, #5ea11c, #f79a00, #a35c25, #392e64, #27469c, #3b90f1, #60a115, #f49c00, #634450)
}

.header-logo {
    margin: 10px 0 0
}

.header-contacts {
    float: right;
    padding: 20px 0 0;
    text-align: right
}

.header-contacts__phone {
    font-size: 18px;
    color: #544f6d;
    font-weight: 500;
    text-decoration: none;
    padding: 2px 0;
    display: inline-block;
    vertical-align: middle
}

.header-contacts__phone:before {
    width: 16px;
    height: 17px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    background-position: -12px 0;
    margin-right: 5px;
    position: relative;
    top: -1px
}

/*.header-contacts__label {
    color: #857abd
}*/

.header-contacts__chat {
    display: none;
    background: linear-gradient(180deg, #78bb11, #659f0c)
}

.header-contacts__chat:hover {
    background: linear-gradient(180deg, #66a210, #53880c)
}

.header-contacts__chat:before {
    width: 23px;
    background-position: 0 -162px;
    left: 7px
}

.header-contacts__order {
    display: none;
    padding: 0 10px;
    background: linear-gradient(180deg, #ffb029, #ff9404);
}

.header-contacts__order span {
    border-left: none;
}

.header-contacts__order:hover {
    background: linear-gradient(180deg, #ffdd13, #ffb710);
}

.header-contacts__order:before {
    display: none;
}

.contacts-localization {
    display: inline-block;
    /*vertical-align: top;*/
    position: relative;
    margin: 0 10px;
    text-align: left;
}

.contacts-current {
    padding: 5px 27px 6px 10px;
    background: url("../images/icon-menu-has-children.png") right 9px top 50% no-repeat;
    border: 1px solid #dddddd;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.15s;
}

.contacts-current:hover {
    border-color: #544f6d;
}

.contacts-localization ul {
    display: none;
    top: 28px;
    left: 0;
    text-align: center;
    padding: 6px 0;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.38);
    background: #fff;
    margin: 0;
    list-style: none;
    position: absolute;
    z-index: 99;
}

.contacts-localization li {
    cursor: pointer;
    display: block;
    padding: 4px 15px;
    transition: all 0.15s;
}

.contacts-localization li:hover {
    background-color: #544f6d;
    color: #fff;
}

.header-nav {
    float: right;
    width: 100%;
    text-align: right
}

.header-nav>ul, .header-nav .sub-menu {
    list-style: none;
    padding: 0;
    margin: 16px 0 0
}

.header-nav>ul>li {
    display: inline-block;
    padding: 0 10px;
    position: relative;
}

.header-nav>ul>li:last-child {
    padding-right: 0
}

.header-nav>ul>li>a {
    color: #544f6d;
    display: block;
    padding: 10px 0;
    border-bottom: 3px solid transparent;
    transition: all .1s
}

.header-nav>ul>.menu-item-has-children>a {
    background: url("../images/icon-menu-has-children.png") right 4px top 50% no-repeat;
    padding-right: 20px;
}

.header-nav>ul>li.current-menu-item>a, .header-nav>ul>li:hover>a {
    text-decoration: none;
    color: #b13200;
    border-bottom: 3px solid #b13200
}

.header-nav .sub-menu {
    display: none;
    background-color: rgba(53, 48, 96, 0.95);
    text-align: left;
    width: 200px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-top: 0;
    margin-top: 0;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    left: 0;
}

@media all and (min-width: 768px) {

    .header-nav > ul > .menu-item-has-children:hover .sub-menu {
        display: block;
    }
}

.header-nav .sub-menu li a {
    display: block;
    padding: 6px 15px;
    line-height: 1.5em;
    color: #fff;
    border-bottom: 1px solid #645b96;
    transition: all 0.1s ease-in;
}

.header-nav .sub-menu li a:hover {
    padding-left: 20px;
    background-color: #564090;
    text-decoration: none;
}

.header-nav .sub-menu li:last-child a {
    border-bottom: none;
}

.mobile {
    position: relative;
    display: none;
}

.mobile-button, .mobile-nav {
    display: none;
}

.mobile-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 33;
    background-color: rgba(84, 79, 109, 0.95);
    text-align: center;
}

.mobile-button {
    width: 36px;
    height: 36px;
    background: url('../images/mobile-menu-open.png') 50% 50% no-repeat;
    position: absolute;
    top: 28px;
    left: 15px;
    z-index: 334;
}

.mobile-button.active {
    background-image: url('../images/mobile-menu-close.png')
}

.mobile-menu {
    list-style: none;
    padding: 0;
}

.mobile-menu li a {
    display: block;
    color: #fff;
    font-size: 16px;
    padding: 7px 10px;
}

.mobile-menu li .sub-menu {
    padding: 0;
    background-color: #36334a;
}

.mobile-menu li .sub-menu a {
    font-size: 14px;
    padding: 5px 10px;
}

.footer {
    color: #afa9c9
}

.footer-title {
    padding: 10px 0 15px;
    color: #fff;
    font-weight: 500;
    font-size: 1.28571rem
}

.footer a {
    color: #afa9c9
}

.footer .row {
    position: relative
}

.footer-divider {
    height: 1px;
    background-color: #3b374c;
    position: absolute;
    top: 54px;
    left: 15px;
    right: 15px
}

.footer-border {
    border-right: 1px solid #3b374c
}

.footer-nav {
    padding: 15px 0 30px;
    background-color: #1e183a
}

.footer-menu {
    padding: 0;
    margin: 20px 0 10px;
    min-height: 200px;
    border-right: 1px solid #3b374c;
    list-style: none
}

.footer-menu__twocol {
    column-count: 2
}

.footer-menu__auto {
    min-height: 0;
    border-right: 0
}

.footer-menu li {
    padding: 5px 0
}

.footer-menu li a {
    font-weight: 300
}

.footer-contacts {
    border: 1px solid #3b374c;
    font-weight: 300;
    margin-top: 7px;
    padding: 16px 14px
}

.footer-contacts__link {
    position: relative;
    display: block;
    margin: 0 0 10px;
    padding-left: 26px;
    padding-top: 2px
}

.footer-contacts__link:before {
    background-image: url(../images/sprite_footer.png);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.footer-contacts__livechat:before {
    width: 16px;
    height: 15px;
    background-position: -420px 0
}

.footer-contacts__email:before {
    width: 16px;
    height: 12px;
    background-position: -404px 0
}

.footer-contacts__phone:before {
    width: 13px;
    height: 13px;
    background-position: -436px 0
}

.footer-cert {
    padding: 17px 0;
    background-color: #16112d
}

.footer-cert__icon, .footer-cert span {
    display: inline-block;
    vertical-align: middle
}

.footer-cert span {
    font-weight: 300;
    color: #afa9c9
}

.footer-cert__icon {
    background-image: url(../images/sprite_footer.png);
    margin: 0 10px
}

.footer-cert__visa {
    width: 39px;
    height: 23px;
    background-position: 0 0
}

.footer-cert__mastercard {
    width: 40px;
    height: 24px;
    background-position: -39px 0
}

.footer-cert__maestro {
    width: 38px;
    height: 23px;
    background-position: -79px 0
}

.footer-cert__american {
    width: 36px;
    height: 22px;
    background-position: -117px 0
}

.footer-cert__discover {
    width: 79px;
    height: 13px;
    background-position: -153px 0
}

.footer-cert__paypal {
    width: 82px;
    height: 22px;
    background-position: -232px 0
}

.footer-cert__wire {
    width: 90px;
    height: 22px;
    background-position: -314px 0
}

.footer-disclaimer {
    font: 300 11px 'Roboto', sans-serif;
    color: #494367;
    padding-top: 18px;
}

/* Order form fix */

.wp-bootstrap .wp-content a {
    text-decoration: none;
}