/* fonts */

@font-face {
    font-family: OpenSansBold;
    src: url("../fonts/OpenSansBold.eot");
    src: url("../fonts/OpenSansBold.woff2") format("woff2"), url("../fonts/OpenSansBold.woff") format("woff"), url("../fonts/OpenSansBold.ttf") format("truetype"), url("../fonts/OpenSansBold.svg") format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: OpenSansRegular;
    src: url("../fonts/OpenSansRegular.eot");
    src: url("../fonts/OpenSansRegular.woff2") format("woff2"), url("../fonts/OpenSansRegular.woff") format("woff"), url("../fonts/OpenSansRegular.ttf") format("truetype"), url("../fonts/OpenSansRegular.svg") format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: OpenSansItalic;
    src: url("../fonts/OpenSansItalic.eot");
    src: url("../fonts/OpenSansItalic.woff2") format("woff2"), url("../fonts/OpenSansItalic.woff") format("woff"), url("../fonts/OpenSansItalic.ttf") format("truetype"), url("../fonts/OpenSansItalic.svg") format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: OpenSansBoldItalic;
    src: url("../fonts/OpenSansBoldItalic.eot");
    src: url("../fonts/OpenSansBoldItalic.woff2") format("woff2"), url("../fonts/OpenSansBoldItalic.woff") format("woff"), url("../fonts/OpenSansBoldItalic.ttf") format("truetype"), url("../fonts/OpenSansBoldItalic.svg") format("svg");
    font-weight: 400;
    font-style: normal
}

/* */

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

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td,
th {
    padding: 0
}

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

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    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:hover {
    color: #23527c;
    text-decoration: underline
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

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

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

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

.img-circle {
    -webkit-border-radius: 50%;
    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
}

.container:after,
.container:before {
    content: ' ';
    display: table
}

.container:after {
    clear: both
}

@media (min-width: 480px) {
    .container {
        width: 470px
    }
}

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

.container-fluid:after,
.container-fluid:before {
    content: ' ';
    display: table
}

.container-fluid:after {
    clear: both
}

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

.row:after,
.row:before {
    content: ' ';
    display: table
}

.row:after {
    clear: both
}

.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-1 {
    width: 8.33333%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 480px) {
    .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-1 {
        width: 8.33333%
    }
    .col-sm-2 {
        width: 16.66667%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-4 {
        width: 33.33333%
    }
    .col-sm-5 {
        width: 41.66667%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-7 {
        width: 58.33333%
    }
    .col-sm-8 {
        width: 66.66667%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-10 {
        width: 83.33333%
    }
    .col-sm-11 {
        width: 91.66667%
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-pull-1 {
        right: 8.33333%
    }
    .col-sm-pull-2 {
        right: 16.66667%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-4 {
        right: 33.33333%
    }
    .col-sm-pull-5 {
        right: 41.66667%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-7 {
        right: 58.33333%
    }
    .col-sm-pull-8 {
        right: 66.66667%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-10 {
        right: 83.33333%
    }
    .col-sm-pull-11 {
        right: 91.66667%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-push-1 {
        left: 8.33333%
    }
    .col-sm-push-2 {
        left: 16.66667%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-4 {
        left: 33.33333%
    }
    .col-sm-push-5 {
        left: 41.66667%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-7 {
        left: 58.33333%
    }
    .col-sm-push-8 {
        left: 66.66667%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-10 {
        left: 83.33333%
    }
    .col-sm-push-11 {
        left: 91.66667%
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
    .col-sm-offset-1 {
        margin-left: 8.33333%
    }
    .col-sm-offset-2 {
        margin-left: 16.66667%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333%
    }
    .col-sm-offset-5 {
        margin-left: 41.66667%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333%
    }
    .col-sm-offset-8 {
        margin-left: 66.66667%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333%
    }
    .col-sm-offset-11 {
        margin-left: 91.66667%
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@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-1 {
        width: 8.33333%
    }
    .col-md-2 {
        width: 16.66667%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-4 {
        width: 33.33333%
    }
    .col-md-5 {
        width: 41.66667%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-7 {
        width: 58.33333%
    }
    .col-md-8 {
        width: 66.66667%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-10 {
        width: 83.33333%
    }
    .col-md-11 {
        width: 91.66667%
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-pull-1 {
        right: 8.33333%
    }
    .col-md-pull-2 {
        right: 16.66667%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-4 {
        right: 33.33333%
    }
    .col-md-pull-5 {
        right: 41.66667%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-7 {
        right: 58.33333%
    }
    .col-md-pull-8 {
        right: 66.66667%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-10 {
        right: 83.33333%
    }
    .col-md-pull-11 {
        right: 91.66667%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-push-1 {
        left: 8.33333%
    }
    .col-md-push-2 {
        left: 16.66667%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-4 {
        left: 33.33333%
    }
    .col-md-push-5 {
        left: 41.66667%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-7 {
        left: 58.33333%
    }
    .col-md-push-8 {
        left: 66.66667%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-10 {
        left: 83.33333%
    }
    .col-md-push-11 {
        left: 91.66667%
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
    .col-md-offset-1 {
        margin-left: 8.33333%
    }
    .col-md-offset-2 {
        margin-left: 16.66667%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-4 {
        margin-left: 33.33333%
    }
    .col-md-offset-5 {
        margin-left: 41.66667%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-7 {
        margin-left: 58.33333%
    }
    .col-md-offset-8 {
        margin-left: 66.66667%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-10 {
        margin-left: 83.33333%
    }
    .col-md-offset-11 {
        margin-left: 91.66667%
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
}

@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-1 {
        width: 8.33333%
    }
    .col-lg-2 {
        width: 16.66667%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-4 {
        width: 33.33333%
    }
    .col-lg-5 {
        width: 41.66667%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-7 {
        width: 58.33333%
    }
    .col-lg-8 {
        width: 66.66667%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-10 {
        width: 83.33333%
    }
    .col-lg-11 {
        width: 91.66667%
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-pull-1 {
        right: 8.33333%
    }
    .col-lg-pull-2 {
        right: 16.66667%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-4 {
        right: 33.33333%
    }
    .col-lg-pull-5 {
        right: 41.66667%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-7 {
        right: 58.33333%
    }
    .col-lg-pull-8 {
        right: 66.66667%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-10 {
        right: 83.33333%
    }
    .col-lg-pull-11 {
        right: 91.66667%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-push-1 {
        left: 8.33333%
    }
    .col-lg-push-2 {
        left: 16.66667%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-4 {
        left: 33.33333%
    }
    .col-lg-push-5 {
        left: 41.66667%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-7 {
        left: 58.33333%
    }
    .col-lg-push-8 {
        left: 66.66667%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-10 {
        left: 83.33333%
    }
    .col-lg-push-11 {
        left: 91.66667%
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
    .col-lg-offset-1 {
        margin-left: 8.33333%
    }
    .col-lg-offset-2 {
        margin-left: 16.66667%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333%
    }
    .col-lg-offset-5 {
        margin-left: 41.66667%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333%
    }
    .col-lg-offset-8 {
        margin-left: 66.66667%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333%
    }
    .col-lg-offset-11 {
        margin-left: 91.66667%
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
}

.clearfix:after,
.clearfix:before {
    content: ' ';
    display: table
}

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

.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: 479px) {
    .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: 479px) {
    .visible-xs-block {
        display: block !important
    }
}

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

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

@media (min-width: 480px) 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: 480px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important
    }
}

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

@media (min-width: 480px) 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
    }
    .top-btn {
        float: right !important;
        width: 192px !important
    }
    .top-btn .btn {
        margin-top: -3px !important;
        height: 39px !important
    }
    .btn {
        font-size: .9em !important
    }
    .slogan-block {
        margin: 0 0 0 65px !important
    }
    .container h1 {
        padding-top: 25px;
        padding-bottom: 10px;
        line-height: 1.2
    }
    .hidden-xx0 {
        display: none
    }
}

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

@media (min-width: 480px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
    .container h1 {
        padding-top: 10px;
        padding-bottom: 15px;
        line-height: 35px !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
    .container h1 {
        padding-top: 15px;
        padding-bottom: 15px;
        line-height: 1.2
    }
}

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

input {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
}

body {
    font-size: 20px;
    font-family: OpenSansRegular, sans-serif;
    background-color: #fff;
    color: #000;
    min-width: 320px
}

p,
ul {
    padding: 0;
    margin: 0
}

ul {
    list-style-type: none
}

h1 {
    font-size: 2.6em
}

h1,
h2 {
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-family: OpenSansBold, sans-serif;
    text-align: center
}

h2 {
    font-size: 2.4em;
    line-height: 1.2
}

.bold {
    font-family: OpenSansBold, sans-serif
}

.or {
    color: #ff7f01
}

.red {
    color: #ff0b00
}

.ttu {
    text-transform: uppercase
}

header {
    background-image: url("../img/bg-header.jpg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    color: #fff;
    overflow: hidden
}

.top-line {
    height: 99px;
    background-color: rgba(0, 0, 0, .51);
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .13);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .13)
}

.top-block {
    padding: 33px 0 0
}

.logo {
    display: inline-block;
    width: 167px
}

.logo a {
    display: block
}

.logo img {
    width: 100%;
    margin-top: -13px
}

.slogan-block {
    margin: 0 0 0 15px
}

.slogan-block,
.slogan-item {
    display: inline-block;
    vertical-align: top
}

.slogan-item {
    width: 240px;
    position: relative;
    padding: 0 0 0 43px;
    font-size: .8em;
    line-height: 19px;
    margin: 0 0 0 45px
}

.slogan-item:before {
    content: '';
    position: absolute;
    background-image: url("../img/icons-pack.png");
    background-repeat: no-repeat;
    top: 0;
    left: 0
}

.slogan-item.item1:before {
    width: 38px;
    height: 46px;
    background-position: 0 0
}

.slogan-item.item2:before {
    width: 34px;
    height: 35px;
    background-position: -81px 0
}

.top-timer {
    display: inline-block;
    width: 190px;
    vertical-align: top;
    font-size: .55em;
    line-height: 16px;
    position: relative;
    top: -17px;
    margin: 0 0 0 20px
}

.timer-header {
    text-align: center
}

.timer .flip-clock-wrapper {
    margin: 0;
    font-family: OpenSansBold, sans-serif;
    font-size: 9px
}

.timer .flip-clock-wrapper .flip {
    -webkit-box-shadow: none;
    box-shadow: none
}

.timer .flip-clock-wrapper ul {
    background-color: #ffca11;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: 400;
    width: 26px;
    height: 35px;
    font-size: 24px;
    margin: 1px;
    line-height: 35px
}

.timer .flip-clock-wrapper ul li {
    line-height: 35px
}

.timer .flip-clock-wrapper ul li a {
    color: #000
}

.timer .flip-clock-wrapper ul li a div {
    font-size: 24px
}

.timer .flip-clock-wrapper ul li a div.down {
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.timer .flip-clock-wrapper ul li a div div.inn {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #ffca11;
    font-size: 24px;
    color: #000;
    text-shadow: none
}

.timer .flip-clock-divider {
    height: 37px;
    width: 10px
}

.timer .flip-clock-divider:first-child {
    width: 0
}

.timer .flip-clock-divider.minutes .flip-clock-label,
.timer .flip-clock-divider.seconds .flip-clock-label {
    right: -40px
}

.timer .flip-clock-divider .flip-clock-label {
    color: #ffca11;
    top: auto;
    bottom: -1.3em;
    font-family: OpenSansRegular, sans-serif;
    right: -40px
}

.timer .flip-clock-dot {
    width: 4px;
    height: 4px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    left: 3px
}

.timer .flip-clock-dot.top {
    top: 12px
}

.timer .flip-clock-dot.bottom {
    bottom: 10px
}

.top-btn {
    display: inline-block;
    vertical-align: top;
    width: 142px;
    margin: 0 0 0 12px;
    position: relative
}

.top-btn .btn {
    line-height: 32px;
    height: 36px
}

.btn {
    border: 2px solid #ff9000;
    background-color: #ff9000;
    padding: 0;
    font-size: .7em;
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
    -webkit-transition: color .5s ease, background-color .5s ease;
    transition: color .5s ease, background-color .5s ease
}

.btn.call-form {
    line-height: 35px !important
}

@media screen and (min-width: 768px) {
    .btn:hover {
        background-color: #fff;
        color: #ff9000;
        text-decoration: none
    }
}

@media screen and (max-width: 768px) {
    .btn:active {
        background-color: #fff;
        color: #ff9000;
        text-decoration: none
    }
}

.btn:active,
.btn:focus {
    text-decoration: none
}

.subh {
    text-align: center;
    font-size: 1.5em;
    padding-bottom: 20px
}

.first-screen {
    position: relative
}

.first-screen .pack {
    width: 300px;
    position: absolute;
    top: -15px;
    left: 425px;
}

.first-screen .dfvdvfvf {
    left: 270px
}

.bulet-block {
    width: 440px;
    margin: 55px 0 0
}

.bulet-list {
    line-height: 26px;
    text-align: left
}

.bulet-list li {
    margin: 0 0 5px;
    padding: 25px 35px 25px 83px;
    background-color: #10acb6;
    position: relative
}

.bulet-list li:before {
    content: '';
    position: absolute;
    width: 42px;
    height: 40px;
    background-image: url("../img/icons-pack.png");
    background-repeat: no-repeat;
    left: 25px;
    top: 50%;
    margin: -20px 0 0;
    background-position: -158px 0
}

.bulet-list li:last-child {
    margin: 0
}

.form-block {
    width: 458px;
    float: right;
    margin: 55px 0 0
}

.form-sale {
    background-color: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative
}

@media (min-width: 1199.98px) {
    .form-sale {
        min-height: 415px
    }
    .form-block,
    .bulet-block {
        margin: 15px 0 0
    }
}

.form-sale .sale {
    position: absolute;
    top: -8px;
    left: -111px;
    background: url("../img/sale.png") no-repeat;
    width: 174px;
    height: 101px;
    color: #ff0b00;
    font-size: 40px;
    font-weight: 700;
    padding-top: 30px;
    padding-left: 78px
}

.form-sale .speed {
    position: absolute;
    left: 170px;
    left: 31px;
    left: 90px;
    top: -35px;
    font-size: 1.1em;
    line-height: 21px;
    color: #ffca11
}

.sale-circs {
    padding: 6px 0 10px 74px;
    padding: 6px 0 10px 0
}

.sale-terr {
    line-height: 22px;
    font-size: .75em;
    padding: 0 10px;
    text-align: center;
    margin: 5px 0
}

.price_land_curr {
    font-size: 25px;
    padding-left: 1px
}

.sale-price {
    margin: 10px 0 0
}

.sale-price .price {
    display: inline-block;
    vertical-align: top
}

.sale-price .new {
    background: url("../img/border-price.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    padding: 4px 30px 12px;
    border-radius: 7px;
    float: right;
    margin-right: 20px;
    margin-top: 2px;
    color: #fff
}

.sale-price .price.old {
    color: #555;
    margin: 10px 20px 5px 35px
}

.sale-price .price.old .descr {
    font-size: .65em
}

.sale-price .price.old .digit {
    line-height: 25px;
    position: relative;
    font-size: .9em;
    font-weight: 700;
    padding-top: 18px;
    padding-top: 2px;
    padding-bottom: 11px;
    text-transform: uppercase
}

.sale-price .price.new .descr {
    font-size: .95em
}

.sale-price .price.new .digit {
    font-size: 1.8em;
    line-height: 29px;
    position: relative
}

.sale-input {
    background-color: #efefef;
    padding: 19px 19px 19px 14px;
    color: #000;
    font-size: .7em;
    margin-top: 5px
}

.sale-input label {
    line-height: 36px;
    float: left
}

.sale-input input,
select {
    height: 38px;
    width: 250px;
    float: right;
    line-height: 36px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #f99411;
    text-indent: 15px
}

.sale-input input::placeholder {
    color: #7e7e7e
}

.sale-input .input-block {
    margin: 0 0 10px
}

.sale-btn {
    padding: 20px 129px 13px 15px;
    position: relative
}

.sale-btn .arrow {
    position: absolute;
    top: -4px;
    right: 57px
}

.sale-btn-block .btn {
    font-size: 1.5em;
    height: 68px;
    line-height: 64px
}

.sale-total {
    color: #000;
    line-height: 24px;
    font-size: 13px;
    margin: 6px 0 0;
    text-align: center;
    opacity: .6
}

.sale-total .big {
    font-size: 15px;
    margin-right: 4px
}

.security-data {
    float: right;
    margin: 5px 0 0
}

.security-descr {
    font-size: .6em;
    display: inline-block;
    line-height: 17px;
    margin: 0 60px 0 0;
    position: relative;
    width: 340px
}

.security-descr:before {
    background-image: url("../img/icons-pack.png");
    background-repeat: no-repeat;
    background-position: -243px 0;
    content: '';
    position: absolute;
    left: -20px;
    top: 0;
    width: 12px;
    height: 16px
}

.medal-block {
    text-align: center;
    margin: 20px 0 30px
}

@media (min-width: 1199.98px) {
    .medal-block {
        text-align: center;
        margin: 40px 0 30px
    }
}

.medal {
    display: inline-block;
    background-image: url("../img/icons-pack.png");
    background-repeat: no-repeat;
    vertical-align: middle;
    margin: 0 30px 0 0
}

.medal.item1 {
    width: 164px;
    height: 144px;
    background-position: 0 -62px
}

.medal.item2 {
    width: 152px;
    height: 151px;
    background-position: -188px -59px
}

.medal.item3 {
    width: 143px;
    height: 143px;
    background-position: -368px -62px
}

.medal.item4 {
    width: 143px;
    height: 143px;
    background-position: -537px -62px;
    margin: 0
}

@media only screen and (max-width: 1199px) {
    .sale-price .price.old .digit {
        padding-top: 17px;
        padding-bottom: 7px
    }
    body {
        font-size: 18px
    }
    h1 {
        font-size: 2.5em
    }
    h2 {
        font-size: 2em
    }
    .slogan-item {
        font-size: .85em
    }
    .top-btn {
        margin: 0 0 0 30px
    }
    .btn {
        font-size: 15px !important;
        line-height: 29px !important
    }
    .first-screen .pack {
        width: 240px;
        left: 336px;
        top: 35px;
    }
    .first-screen .dfvdvfvf {
        left: 273px
    }
    .btn.call-form {
        line-height: 31px !important
    }
    .first-screen .sale {
        width: 235px;
        left: -86px;
        top: -55px
    }
    .bulet-block {
        width: 360px
    }
    .bulet-list {
        font-size: 1em
    }
    .bulet-list li {
        padding: 15px 10px 15px 60px
    }
    .bulet-list li:before {
        left: 10px
    }
    .form-block {
        width: 410px
    }
    .form-timer {
        padding: 3px 30px 0 175px
    }
    .timer-header {
        color: #000;
        font-size: .75em;
        text-align: left;
        margin: 0 0 0 1px
    }
    .timer .flip-clock-divider .flip-clock-label {
        color: #000
    }
    .timer .flip-clock-dot {
        background-color: #000
    }
    .sale-terr {
        position: absolute;
        top: -50px;
        left: 65px;
        left: 89px
    }
    .sale-circs {
        padding: 15px 0 0;
        -webkit-border-radius: 0;
        border-radius: 0
    }
    .sale-price {
        text-align: center;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 28px
    }
    .sale-price .price {
        text-align: left
    }
    .sale-price .price.old {
        margin: 0 2px 0 5px
    }
    .sale-price .new {
        margin-right: 15px
    }
    .sale-price .new {
        margin-top: 3px
    }
    .sale-price .new {
        background: url("../img/border-price2.png");
        background-repeat: no-repeat
    }
    .sale-input {
        padding: 10px 13px
    }
    .sale-input input {
        width: 240px
    }
    .sale-btn {
        padding: 17px 129px 10px 15px
    }
    .security-descr {
        margin: 0 10px 0 0
    }
    .plashka2 {
        background-size: 200px 202px !important;
        padding: 65px 30px 0 37px !important;
        line-height: 28px !important;
        margin: -100px 0 0 -77px !important;
        font-size: 20px !important
    }
}

@media only screen and (max-width: 991px) {
    .plashka2 {
        margin: -50px 0 0 -55px !important;
        padding: 68px 30px 0 37px !important;
        line-height: 26px !important
    }
    body {
        font-size: 16px
    }
    .top-block {
        padding: 30px 0 0
    }
    .logo,
    .top-btn {
        width: 200px
    }
    .top-btn {
        margin: 0 0 0 20px;
        float: right
    }
    .top-btn .btn {
        font-size: 1.2em;
        line-height: 40px !important;
        height: 44px
    }
    h1 {
        line-height: 50px
    }
    .bulet-block {
        width: 100%;
        margin: 25px 0 0
    }
    .bulet-list {
        font-size: 1.3em
    }
    .bulet-list li {
        padding: 20px 30px 20px 68px
    }
    .bulet-list li:before {
        left: 16px
    }
    .form-block {
        width: 100%
    }
    .test-block .form-block {
        margin-top: 0
    }
    .sale-terr {
        position: relative;
        left: auto;
        top: auto
    }
    .first-screen .sale {
        left: 0
    }
    .form-timer {
        padding: 10px 0 0 235px
    }
    .sale-circs {
        padding: 10px 0 20px 80px;
        padding: 10px 0 20px;
        font-size: 1.3em
    }
    .sale-price .price.old {
        margin: 0 2px 0 95px;
        margin: 0 2px 0 25px
    }
    .sale-price .new {
        margin-top: -5px
    }
    .sale-price .new {
        background: url("../img/border-price.png");
        background-repeat: no-repeat
    }
    .sale-price .price.old .digit {
        padding-top: 8px;
        padding-bottom: 10px
    }
    .sale-price {
        text-align: left;
        margin: 15px 0 0
    }
    .sale-input {
        font-size: 1em
    }
    .sale-input input,
    select {
        width: 100%
    }
    .security-data {
        float: none;
        margin: 10px 0 20px
    }
    .sform .security-data {
        float: right;
        margin: 15px 0 -15px
    }
    .security-descr {
        font-size: 1em;
        width: 100%;
        margin: 0 0 0 30px;
        line-height: 1.3
    }
    .medal.item1,
    .medal.item2,
    .medal.item3 {
        margin: 15px
    }
    .medal.item4 {
        margin: 15px 15px 15px 30px
    }
}

@media only screen and (max-width: 479px) {
    .plashka2 {
        background-size: 180px 182px !important;
        padding: 68px 30px 0 37px !important;
        line-height: 25px !important;
        font-size: 18px !important;
        margin: -77px 0 0 -63px !important
    }
    body {
        font-size: 14px
    }
    .container {
        width: 320px
    }
    .top-block {
        text-align: center;
        padding-top: 24px
    }
    .bulet-list li {
        padding: 10px 10px 10px 65px
    }
    .first-screen .sale {
        left: 0;
        top: -52px
    }
    .form-timer {
        padding: 15px 0 0 52px
    }
    .timer-header {
        font-size: 1em
    }
    .sale-circs {
        padding: 0 0 15px
    }
    .sale-terr {
        font-size: .75em;
        padding: 0 10px
    }
    .sale-price {
        margin: 10px 0 65px
    }
    .sale-price .descr {
        font-size: 1.2em
    }
    .sale-price .price.old {
        margin: 40px 2px 0 0;
        margin: -4px 2px 0 0;
        width: 100%;
        text-align: center
    }
    .sale-price .new {
        background-position: 0 0;
        margin-top: 1px;
        margin-right: 31px;
        background-size: 269px 65px
    }
    .sale-price .price.new .descr {
        text-align: center
    }
    .sale-price-br {
        display: none
    }
    .sale-price .price.old .digit {
        font-size: 17px
    }
    .sale-price .price.new .digit {
        font-size: 1.5em
    }
    .sale-input {
        padding: 0 10px 10px
    }
    .sale-btn {
        padding: 10px
    }
    .medal.item1,
    .medal.item2,
    .medal.item3 {
        margin: 5px
    }
    .medal.item4 {
        margin: 5px
    }
}

input.pl_field_address_info {
    display: none
}

div.ps-popup-default .ps-phone-form .ps-order-call h2,
div.ps-popup-default .ps-phone-form .ps-wait-call h2 {
    text-align: left
}

* {
    outline: none !important
}

.fbkdfnvh {
    margin-left: -15px
}

.s-end h2 {
    padding-bottom: 15px;
    line-height: 1.3
}

@media screen and (max-width: 991px) {
    .slcdkmjs {
        max-width: 470px;
        width: 100% !important
    }
    .slcdkmjs .price {
        width: 100%;
        margin: 0 !important;
        text-align: center;
        background-position: top right 15px
    }
    .slcdkmjs .price br {
        display: none;
        text-align: center
    }
    .slcdkmjs .price.new .digit {
        display: block;
        font-size: 28px
    }
    .slcdkmjs .zwzd {
        font-size: 18px;
        bottom: 7px
    }
    .slcdkmjs .security-descr {
        line-height: 1.3;
        padding-right: 35px;
        box-sizing: border-box
    }
    .slcdkmjs .sale-circs {
        padding-bottom: 90px
    }
}

@media only screen and (max-width: 479px) {
    .slcdkmjs .price.new {
        background-image: url("../img/border-pricedfvdfv.png");
        background-position: top center;
        background-size: 269px 65px
    }
    .slcdkmjs .sale-circs {
        padding-bottom: 15px
    }
    .pu-send-form {
        max-width: 320px;
        width: 100%
    }
    .zwzd {
        font-size: 18px !important;
        bottom: 7px !important
    }
    .test-block .form-block {
        margin-top: 20px
    }
}

/* */

section {
    padding: 40px 0;
    overflow: hidden
}

.clear {
    clear: both
}

.italic {
    font-family: OpenSansItalic, sans-serif
}

iframe {
    width: 100%;
    height: 100%;
    border: 0
}

.test {
    display: block
}

.test-block {
    background-color: #fff;
    overflow: hidden;
    padding: 40px 0;
    color: #000
}

.test-block .subh {
    font-size: 1.2em;
    margin: 15px 0 0
}

.test-form-block {
    margin: 30px 0 0;
    position: relative
}

.test-form-block .test-img {
    width: 300px;
    position: absolute;
    right: -30px;
    bottom: 50px;
}

.checkbox-item {
    height: 90px;
    display: table-row;
    width: 100%
}

.checkbox-item label {
    display: table-cell;
    vertical-align: middle;
    padding: 0 30px 0 60px;
    position: relative;
    cursor: pointer
}

.checkbox-item label:before {
    width: 52px;
    height: 51px;
    content: '';
    background-image: url("../img/icons-pack.png");
    background-repeat: no-repeat;
    background-position: -591px 23px;
    left: 7px;
    top: 8px;
    position: absolute
}

.checkbox-item input[type=checkbox] {
    display: none
}

.checkbox-item input[type=checkbox]:checked+label:after {
    width: 52px;
    height: 51px;
    background-image: url("../img/icons-pack.png");
    background-position: -297px 0;
    content: '';
    position: absolute;
    left: 3px;
    top: 4px
}

.test-form-btn {
    padding: 15px 0
}

.test-form-btn .test-descr {
    width: 490px;
    padding: 5px 15px 5px 20px;
    background: -webkit-linear-gradient(left, #ccc, hsla(0, 0%, 80%, 0));
    background: -webkit-gradient(linear, left top, right top, from(#ccc), to(hsla(0, 0%, 80%, 0)));
    background: linear-gradient(90deg, #ccc 0, hsla(0, 0%, 80%, 0))
}

.test-form-btn .btn,
.test-form-btn .test-descr {
    display: inline-block;
    vertical-align: top;
    height: 73px
}

.test-form-btn .btn {
    width: 290px;
    line-height: 69px;
    border-color: #07c930;
    background-color: #07c930;
    font-size: 1.7em
}

.test-form-btn .btn:hover {
    background-color: #fff;
    color: #07c930
}

.result {
    display: none;
    opacity: 0;
    margin: 30px -15px 0;
    color: #000
}

.result-block {
    background-color: #10acb6;
    background-position: 0 0;
    background-repeat: no-repeat;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    height: 621px;
    background-image: url("../img/bg-res01.jpg")
}

.result-block h3 {
    font-weight: 400;
    font-family: OpenSansBold, sans-serif;
    margin: 0;
    padding: 0
}

.result-block h3.res-title {
    text-align: center;
    color: #efdb02;
    font-size: 1.6em;
    line-height: 60px
}

.result-block .form-sale .speed {
    color: #fff
}

.result-block .form-sale .sale {
    display: none;
    top: 40px;
    left: -100px
}

.result-block .security-descr {
    color: #fff
}

.result-block .res-descr {
    width: 450px;
    float: right;
    height: 481px;
    background-color: #e8e8e8;
    font-size: 1.2em;
    line-height: 28px;
    padding: 25px 18px 0;
    margin: 20px 0 0;
    line-height: 1.36;
}

@media only screen and (max-width: 1199px) {
    .test-form-block .test-img {
        width: 240px;
        right: 0px;
        bottom: 130px;
    }
    .result-block .form-sale .sale {
        width: 180px;
        top: -40px;
        left: -45px
    }
    .result-block .sale-terr {
        color: #fff
    }
    .result-block .res-descr {
        width: 350px;
        font-size: 1.15em;
        padding: 10px 15px 0;
        margin: 20px -58px 0 0
    }
}

@media only screen and (max-width: 991px) {
    .test-block {
        background-image: none
    }
    .checkbox-item {
        display: block;
        height: auto;
        margin: 0 0 25px
    }
    .checkbox-item label {
        font-size: 1.3em
    }
    .checkbox-item label:before {
        top: -22px;
        margin: 0
    }
    .checkbox-item input[type=checkbox]:checked+label:after {
        top: -26px
    }
    .test-form-btn {
        padding: 15px 0;
        text-align: center
    }
    .test-form-btn .test-descr {
        margin: 0 0 20px;
        width: 100%;
        height: auto
    }
    .result-block {
        background-image: none !important;
        height: auto
    }
    .result-block .res-descr {
        width: 100%;
        margin: 10px 0 0;
        height: auto;
        padding: 15px
    }
    .result-block .sale-terr {
        color: #ff9000
    }
}

@media only screen and (max-width: 479px) {
    .checkbox-block {
        padding: 0
    }
    .test-form-btn .btn {
        width: 100%;
        font-size: 2em
    }
    .result-block h3.res-title {
        line-height: 28px;
        padding-top: 9px;
    }
}

.hell {
    background-image: url("../img/bg-danger.jpg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover
}

.hell h2 {
    color: #fff;
    line-height: 1.2;
}

.hell h2 .or {
    text-shadow: 1px 1px 1px #3d3d3d;
}

.hell-wrap {
    background-color: #10acb6;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    padding: 30px 0
}

.hell-item,
.hell-items {
    text-align: center
}

.hell-item {
    display: inline-block;
    vertical-align: top;
    width: 19%;
    margin: 50px 0 0
}

.hell-img {
    display: block;
    width: 161px;
    height: 161px;
    margin: 0 auto 10px;
    background-image: url("../img/icons-pack.png")
}

.hell-img.item01 {
    background-position: 0 -243px
}

.hell-img.item02 {
    background-position: -185px -243px
}

.hell-img.item03 {
    background-position: -370px -243px
}

.hell-img.item04 {
    background-position: -555px -243px
}

.hell-img.item05 {
    background-position: -740px -243px
}

.hell-title {
    font-size: 1.5em;
    line-height: 1.2;
}

.hell-footer {
    text-align: center;
    font-size: 1.6em;
    line-height: 56px;
    margin: 45px 0 0
}

@media only screen and (max-width: 991px) {
    .hell-item {
        width: 100%;
        margin: 45px 0 0
    }
    .hell-footer {
        line-height: 32px
    }
}

.why {
    height: 1111px;
    background-image: url("../img/bg-why.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    text-align: center;
    color: #fff
}

.why .text-block {
    font-size: 1.2em
}

@media only screen and (max-width: 1199px) {
    .why {
        height: 900px
    }
    .why .text-block {
        margin: 0 0 40px
    }
}

@media only screen and (max-width: 991px) {
    .why {
        background-image: url("../img/bg-why-sm.jpg");
        height: 1180px
    }
}

@media only screen and (max-width: 479px) {
    .why {
        background-color: #01030f;
        background-position: center 60px
    }
}

.what {
    background-image: url("../img/bg-what.jpg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover
}

.what-item {
    display: inline-block;
    vertical-align: top;
    width: 19%;
    margin: 35px 0 0;
    text-align: center
}

.what-img img {
    width: 204px;
    display: block;
    margin: 0 auto
}

.what-title {
    font-size: 1.2em;
    line-height: 24px;
    margin: 0 0 10px
}

.what-text {
    font-size: .9em
}

.what-footer {
    background-color: #10acb6;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    padding: 20px 30px;
    color: #fff;
    text-align: center;
    font-size: 1.2em;
    margin: 45px 0 0
}

@media only screen and (max-width: 1199px) {
    .what-img img {
        width: 160px
    }
}

@media only screen and (max-width: 991px) {
    .what-img img {
        width: auto
    }
    .what-item {
        width: 100%;
        margin-top: 45px;
    }
}

.doc {
    background-image: url("../img/bg-doc.jpg");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat
}

.doc-wrapper {
    margin: 55px 0 0;
    position: relative;
    background-color: hsla(0, 0%, 100%, .6);
    text-align: left;
    padding: 30px 30px 10px
}

.doc-wrapper .imgdoc {
    position: absolute;
    right: 0;
    bottom: -41px
}

.doc-header {
    font-size: 1.2em;
    line-height: 1.3;
    text-align: center;
    margin: 0 0 40px
}

.doc-text {
    line-height: 30px;
    padding: 0 560px 0 0
}

.doc-text p {
    margin: 0 0 20px;
}

@media only screen and (max-width: 1199px) {
    .doc-wrapper .imgdoc {
        width: 450px;
        z-index: 0
    }
    .doc-text {
        padding: 0 400px 0 0;
        position: relative;
        z-index: 1
    }
}

@media only screen and (max-width: 991px) {
    .doc-text {
        padding: 0;
        margin: 0 0 400px
    }
    .doc-wrapper .imgdoc {
        width: 100%
    }
}

@media only screen and (max-width: 479px) {
    .doc-text {
        padding: 0;
        margin: 0 0 250px;
        line-height: 22px
    }
    .doc-header {
        line-height: 26px
    }
}

.s03 {
    background-image: url("../img/bg-s03.jpg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    text-align: center;
    color: #fff
}

.s03 .text {
    margin: 15px 0 0
}

.s03 .text p {
    margin: 0 0 22px;
    line-height: 1.5;
}

.s02-footer {
    color: #000;
    background-color: #fff;
    padding: 30px 35px;
    font-size: 1.2em;
    line-height: 1.3;
    -webkit-border-radius: 15px;
    border-radius: 15px
}

.sform {
    background-image: url("../img/bg-forms.jpg");
    color: #fff
}

.sform,
.why2 {
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat
}

.why2 {
    background-image: url("../img/bg-why2.jpg");
    padding: 40px 0 80px
}

.why h2 {
    margin-bottom: 20px;
}

.why2 h2 {
    margin: 0 0 40px
}

.why2-item {
    height: 135px;
    position: relative
}

.why2-item-img {
    position: absolute;
    left: 0;
    top: -30px;
    width: 205px;
    height: 205px
}

.why2-item-img img {
    width: 100%
}

.why2-item-body {
    padding: 0 0 0 230px
}

.why2-item-title {
    font-size: 1.4em
}

.why2-item-text {
    font-size: 1.1em
}

@media only screen and (max-width: 991px) {
    .why2 {
        padding: 40px 0
    }
    .why2 h2 {
        margin: 0
    }
    .why2-item {
        height: auto;
        text-align: center;
        margin: 45px 0 0
    }
    .why2-item-img {
        position: relative;
        left: auto;
        top: auto;
        margin: 0 auto
    }
    .why2-item-title {
        margin: 20px 0 0
    }
    .why2-item-body {
        padding: 0
    }
}

.clinical-test {
    background-image: url("../img/bg-line.jpg")
}

.clin-test-result {
    margin: 40px 0 0
}

.clin-test-result img {
    width: 100%
}

.clin-test-subscr {
    text-align: right;
    position: relative
}

.clin-subscr-descr {
    display: inline-block;
    width: 870px;
    float: left;
    margin: 35px 0 0;
    font-family: OpenSansItalic, sans-serif
}

.clin-subscr-stamp {
    position: absolute;
    display: inline-block;
    right: 45px;
    top: -25px
}

@media only screen and (max-width: 1199px) {
    .clin-subscr-descr {
        width: 700px;
        margin: 30px 0 0
    }
}

@media only screen and (max-width: 991px) {
    .clin-test-subscr {
        text-align: left;
        margin: 0 0 105px
    }
    .clin-test-result {
        margin: 0
    }
    .clin-test-result img {
        margin: 20px 0 0
    }
    .clin-subscr-descr {
        width: 100%
    }
    .clin-subscr-stamp {
        right: 0;
        top: 128px
    }
    .clin-subscr-stamp img {
        width: 150px
    }
}

@media only screen and (max-width: 479px) {
    .clin-test-subscr {
        margin: 0 0 100px
    }
    .clin-subscr-stamp {
        right: 0;
        top: 155px
    }
}

.formula {
    height: 1110px;
    background-image: url("../img/bg-formula.png");
    background-position: top left calc(50% + -20px);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff
}

.formula h2 {
    margin: 0 -15px
}

.f-items {
    position: relative;
    margin: 80px 0 0
}

.f-item {
    padding: 15px;
    position: absolute;
    border: 2px dashed #6f6f6f;
    color: #4c4b49;
    background-color: #fff;
    line-height: 22px
}

.f-item.first {
    width: 281px;
    top: 0;
    left: 0;
    height: 298.4px;
}

.f-item.second {
    width: 281px;
    top: 0;
    right: 0
}

.f-item.third {
    width: 306px;
    top: 350px;
    left: 0
}

.f-item.fourth {
    width: 306px;
    top: 350px;
    right: 0
}

.f-item.fifth {
    width: 781px;
    top: 600px;
    left: 50%;
    background-image: url("../img/formula-stamp.png");
    background-repeat: no-repeat;
    background-position: 95% 5%;
    transform: translateX(-50%);
}

.f-item.fifth .f-item-body {
    width: 450px
}

.f-item-header {
    margin: 0 0 10px
}

.f-item-header .bold {
    text-transform: uppercase;
    font-size: 1.1em
}

.f-item-body {
    font-size: .9em;
    line-height: 1.42;
}

@media only screen and (max-width: 1199px) {
    .formula {
        height: 1100px
    }
    .f-items {
        position: relative;
        margin: 60px 0 0
    }
    .f-item.first {
        height: auto;
    }
    .f-item.third {
        top: 310px
    }
    .f-item.fourth {
        top: 310px
    }
    .f-item.fifth {
        top: 550px
    }
}

@media only screen and (max-width: 991px) {
    .formula {
        height: auto
    }
    .f-items {
        margin: 0
    }
    .f-item {
        margin: 30px 0 0;
        position: relative
    }
    .f-item.fifth,
    .f-item.first,
    .f-item.fourth,
    .f-item.second,
    .f-item.third {
        width: 100%;
        top: auto;
        left: auto
    }
    .f-item.fifth {
        left: 50%;
    }
    .victory-item {
        margin-top: 45px !important;
    }
    .f-item.fifth {
        background-image: none
    }
    .f-item.fifth .f-item-body {
        width: 100%
    }
}

.victory {
    background-image: url("../img/bg-victory.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    color: #4c4b49
}

.victory-item {
    text-align: center;
    margin: 35px 0 0
}

.victory-img img {
    display: inline-block;
    margin: 0 auto;
    max-width: 100%
}

.victory-header {
    font-size: 1.4em
}

.victory-text {
    font-size: 1.2em;
    margin: 10px 0 0
}

.easy {
    background-image: url("../img/bg-line.jpg");
    color: #4c4b49
}

.easy-item {
    text-align: center;
    padding: 0 20px;
    margin: 35px 0 0
}

.easy-img {
    background-image: url("../img/icons-pack.png");
    height: 140px;
    margin: 0 auto
}

.easy-img.first {
    width: 141px;
    background-position: 0 -440px
}

.easy-img.second {
    width: 133px;
    background-position: -177px -434px
}

.easy-img.third {
    width: 166px;
    background-position: -344px -430px
}

.easy-header {
    margin: 30px 0 0;
    font-size: 1.4em
}

.easy-text {
    font-size: 1.2em;
    margin: 20px 0 0
}

@media only screen and (max-width: 1199px) {
    .easy-item {
        padding: 0 10px;
    }
}

.faq-list {
    margin: 30px 0 0
}

.faq-q {
    padding: 20px 0 20px 75px;
    font-size: 1.3em;
    cursor: pointer;
    border-bottom: 3px dashed #000;
    position: relative
}

.faq-q:before {
    background-image: url("../img/icons-pack.png");
    background-position: -394px 0;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
    width: 23px;
    height: 41px
}

.faq-a {
    height: 0;
    padding-left: 75px;
    overflow: hidden
}

@media only screen and (max-width: 991px) {
    .faq-q {
        padding: 20px 0 20px 40px
    }
    .faq-a {
        padding-left: 40px
    }
}

.reviews {
    padding: 0;
    background-color: #e8e8e8;
    color: #4c4b49
}

.video-reviews {
    padding: 40px 0
}

.video-reviews-item {
    margin: 20px 0 0;
    height: 190px
}

.video-reviews-descr {
    font-family: OpenSansItalic, sans-serif;
    font-size: .8em;
    margin: 15px 0 0
}

.audio-reviews {
    padding: 40px 0;
    background-color: #fff
}

.audio-reviews-items {
    text-align: left;
    padding: 20px
}

.audio-reviews-item:not(:first-child) {
    margin: 20px 0 0
}

.audio-reviews-title {
    font-size: 1.111em;
    line-height: 30px;
    letter-spacing: -.025em;
    margin: 0 0 5px
}

.diag-img {
    margin: 75px 0 0
}

.diag-img img {
    width: 100%
}

.audio-reviews-footer {
    font-size: .944em;
    line-height: 27px;
    margin: 25px 0 0
}

.audio-reviews-footer a {
    text-decoration: underline
}

.audio-reviews-footer a:hover {
    text-decoration: none
}

.text-reviews {
    padding: 40px 0
}

.text-reviews-items {
    color: #000
}

.text-reviews-item {
    width: 975px;
    margin: 0 auto
}

.text-reviews-item .text-reviews-photo {
    width: 262px;
    height: 262px;
    float: left
}

.text-reviews-item .text-reviews-text {
    margin: 0 0 0 290px;
    font-size: 1.1em;
    line-height: 28px
}

.text-reviews-item .text-reviews-title {
    font-family: OpenSansBoldItalic, sans-serif;
    font-size: .9em;
    margin: 10px 0 0
}

.owl-nav>div {
    width: 23px;
    height: 41px;
    background-image: url("../img/icons-pack.png");
    position: absolute;
    top: 120px
}

.owl-nav .owl-prev {
    background-position: -459px 0;
    left: 0
}

.owl-nav .owl-next {
    background-position: -525px 0;
    right: 0
}

.owl-dots {
    text-align: center;
    margin: 12px 0 0
}

.owl-dot {
    display: inline-block;
    vertical-align: middle;
    background-color: #6f6f6f;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    -webkit-transition: background-color .5s ease;
    transition: background-color .5s ease
}

.owl-dot.active {
    width: 26px;
    height: 26px;
    background-color: #10acb6;
    position: relative
}

.owl-dot.active:before {
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    top: 50%;
    margin-top: -8px;
    left: 50%;
    margin-left: -8px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .21);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .21)
}

.owl-dot:not(:last-child) {
    margin: 0 12px 0 0
}

@media only screen and (max-width: 1199px) {
    .text-reviews-item {
        width: 850px
    }
}

@media only screen and (max-width: 991px) {
    .reviews {
        padding: 40px 0 0
    }
    .video-reviews-item {
        height: 260px
    }
    .text-reviews-item {
        width: 100%
    }
    .text-reviews-item .text-reviews-photo {
        float: none;
        display: block;
        margin: 0 auto
    }
    .text-reviews-item .text-reviews-text {
        margin: 0;
        text-align: center
    }
}

@media only screen and (max-width: 479px) {
    .video-reviews-item {
        height: 180px
    }
    .video-reviews-descr {
        font-size: 1em
    }
    .text-reviews-item .text-reviews-photo {
        width: 210px;
        height: 210px
    }
}

.interview {
    text-align: center
}

.interview-item {
    width: 234px;
    height: 256px;
    margin: 30px auto 0;
    position: relative;
    padding: 60px 0 0;
    background-image: url("../img/icons-pack.png")
}

.interview-item.item01 {
    background-position: 0 -616px
}

.interview-item.item01 .interview-header {
    font-size: 1.5em
}

.interview-item.item02 {
    background-position: -255px -616px
}

.interview-item.item02 .interview-header {
    font-size: 1.5em
}

.interview-item.item03 {
    background-position: -510px -616px
}

.interview-item.item03 .interview-header {
    font-size: .9em
}

.interview-item.item04 {
    background-position: -765px -616px
}

.interview-item.item04 .interview-header {
    font-size: .8em
}

.interview-header {
    line-height: 34px
}

.interview-digit {
    line-height: 64px;
    font-size: 3em
}

@media only screen and (max-width: 991px) {
    .easy-item {
        padding: 0;
        margin-top: 45px;
    }
    .text-reviews-body {
        line-height: 1.5;
        margin-top: 12px;
    }
    .team-item {
        margin-top: 50px !important;
    }
    .how-item {
        margin-top: 50px !important;
    }
}

.future {
    text-align: center;
    background-image: url("../img/bg-future.jpg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover
}

.futule-list {
    font-size: 1.2em;
    background-color: #fff;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    padding: 30px 25px;
    margin: 30px 0 0
}

.futule-list p:not(:last-child) {
    margin: 22px 0 0
}

.team {
    background-image: url("../img/bg-team.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top
}

.team h2 {
    color: #10acb6
}

.team-item {
    margin: 30px 0 0;
    text-align: center;
    position: relative;
    z-index: 1
}

.team-header {
    line-height: 30px;
    text-transform: uppercase;
    font-size: 1.2em
}

.team-header div {
    font-size: 20px;
    text-transform: none
}

.team-descr {
    margin: 20px 0 0;
    background-color: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 15px 25px 0;
    height: 155px;
    font-size: .9em
}

.bd {
    position: relative;
    height: auto
}

.bd:after {
    width: 100%;
    content: '';
    position: absolute;
    height: 423px;
    border-left: 2px solid #89827d;
    border-right: 2px solid #89827d;
    border-top: 2px solid #89827d;
    bottom: -40px;
    left: 0;
    z-index: 0
}

@media only screen and (max-width: 1199px) {
    .team-header {
        height: 90px
    }
    .bd:after {
        height: 453px
    }
}

@media only screen and (max-width: 991px) {
    .team-header {
        height: auto
    }
    .team-header div {
        font-size: 16px
    }
    .team-descr {
        height: auto;
        padding: 15px 25px;
        font-size: 1em
    }
    .bd:after {
        border: none
    }
}

@media only screen and (max-width: 479px) {
    .team-img img {
        width: 100%
    }
}

.fact {
    background-image: url("../img/bg-fact.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    height: 550px;
    color: #1c75bc;
    padding: 15px 0 0
}

.bd1 {
    position: relative
}

.bd1:after {
    width: 100%;
    content: '';
    position: absolute;
    height: 264px;
    border-left: 2px solid #89827d;
    border-right: 2px solid #89827d;
    border-bottom: 2px solid #89827d;
    top: -15px;
    left: 0;
    z-index: 0
}

@media only screen and (max-width: 1199px) {
    .fact {
        height: 400px
    }
    .bd1:after {
        height: 193px
    }
}

@media only screen and (max-width: 991px) {
    .fact {
        padding: 40px 0;
        height: auto;
        background-image: url("../img/bg-fact-sm.jpg")
    }
}

.cost {
    background-image: url("../img/bg-cost.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top
}

.cost-item {
    text-align: center;
    padding: 35px 20px;
    height: 332px;
    margin: 40px 0 0;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .3);
    background-color: #fff
}

.cost-header {
    font-size: 1.4em;
    font-size: 2.4em;
    color: #10acb6;
    text-align: center
}

.cost-text {
    font-size: 1.1em;
    margin: 35px 0 0
}

.cost-footer {
    padding: 25px 0;
    color: #fff;
    text-align: center;
    margin: 45px 0 0;
    background-color: #ff9000;
    font-size: 1.2em
}

@media only screen and (max-width: 1199px) {
    .cost-item {
        padding: 20px 5px;
        height: 290px
    }
}

@media only screen and (max-width: 991px) {
    .cost-item {
        height: 210px
    }
    .cost-text {
        margin: 15px 0 0
    }
}

.how-item {
    text-align: center;
    margin: 30px 0 0;
    color: #4c4b49
}

.how-img {
    background-image: url("../img/icons-pack.png");
    margin: 25px 0 0;
    height: 166px;
    margin: 0 auto
}

.how-img.first {
    width: 141px;
    background-position: -531px -425px
}

.how-img.second {
    width: 188px;
    background-position: -693px -431px
}

.how-img.third {
    width: 164px;
    background-position: -706px 0
}

.how-img.fourth {
    width: 166px;
    background-position: -902px -425px
}

.how-title {
    font-size: 1.4em;
    margin: 20px 0 5px
}

.map {
    color: #000;
    background-image: url("../img/bg-map.jpg");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center
}

.map-block {
    margin: 25px 0 0
}

.map-block img {
    width: 100%
}

.checkcod {
    background-image: url("../img/bg-checkcod.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    color: #fff
}

.check-text {
    position: relative;
    font-size: 1.2em;
    margin: 20px 0 0
}

.check-text p {
    text-align: center;
    margin: 0 0 20px;
    position: relative;
    z-index: 1
}

.check-text p:nth-child(3) {
    text-align: left;
    margin: 0 0 0 440px
}

.check-text .pack {
    position: absolute;
    left: -35px;
    top: 54px;
    max-width: 650px;
    z-index: 0;
}

.checkform {
    margin: 100px 0 0 440px;
    text-align: left;
    position: relative;
    z-index: 1
}

.checkform button,
.checkform input {
    width: 100%;
    height: 122px
}

.checkform input {
    line-height: 116px;
    margin: 0 0 30px;
    border: 3px solid #bababa;
    background-color: hsla(0, 0%, 100%, .92);
    color: #000;
    text-indent: 30px;
    font-family: OpenSansItalic, sans-serif;
    font-size: 1.5em
}

.checkform input::placeholder {
    color: #989696
}

.checkform button {
    line-height: 118px;
    padding: 0;
    font-size: 2.45em;
    text-transform: uppercase
}

@media only screen and (max-width: 1199px) {
    .check-text {
        margin: 25px 0 0;
        font-size: 1.15em
    }
    .check-text .pack {
        width: 660px;
        left: -55px
    }
    .check-text p:nth-child(3) {
        margin: 0 0 0 400px
    }
    .checkform {
        margin: 60px 0 0 400px
    }
}

@media only screen and (max-width: 991px) {
    .check-text {
        margin: 25px 0 0;
        font-size: 1.3em
    }
    .check-text p:nth-child(3) {
        margin: 0;
        text-align: center
    }
    .checkform {
        margin: 60px 0 0
    }
    .checkform button,
    .checkform input {
        height: 75px
    }
    .checkform input {
        line-height: 69px
    }
    .checkform button {
        line-height: 71px;
        font-size: 2em
    }
}

.s02 {
    background-color: #fff;
    background-image: url("../img/bg-s02.jpg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover
}

.s02 .text {
    margin: 40px 0 0;
    font-size: 1.4em;
    text-align: center
}

.s02 .text p {
    margin: 0 0 30px
}

.s02 .text p:last-child {
    margin: 0
}

.s-end {
    background-image: url("../img/bg-forms.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff
}

footer {
    background-color: #1d1d1d;
    background-image: url("../img/bg-footer.jpg");
    padding: 40px 0;
    font-size: .75em;
    line-height: 22px;
    color: #fff
}

footer li:not(:last-child) {
    margin: 0 0 10px
}

footer a {
    font-family: OpenSansBold, sans-serif
}

footer a,
footer a:hover {
    color: #fff
}

@media only screen and (max-width: 991px) {
    footer {
        font-size: .9em
    }
    footer ul {
        margin: 0 0 30px
    }
}

.cod-error,
.cod-ok {
    width: 458px;
    margin: auto;
    background-color: rgba(0, 0, 0, .8);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    line-height: 33px;
    font-size: 1.2em;
    padding: 35px;
    position: relative
}

.cod-error .mfp-close,
.cod-ok .mfp-close {
    color: #ff9000;
    border: 3px solid #ff9000;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    line-height: 27px;
    top: -40px;
    right: -25px
}

.cod-ok {
    border: 3px solid #608901
}

.cod-error {
    border: 3px solid #ff0b00
}

#pu-form {
    position: relative;
    background-image: none;
    background-color: transparent
}

#pu-form .mfp-close {
    color: #ff7c04;
    border: 3px solid #ff7c04;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 33px;
    width: 33px;
    line-height: 28px;
    top: 10px;
    right: 20px;
    opacity: 1
}

@media only screen and (max-width: 991px) {
    #pu-form .mfp-close {
        right: 28px;
    }
}

@media only screen and (max-width: 479px) {
    .cod-error,
    .cod-ok {
        width: 290px
    }
}

.plashka2 b {
    text-shadow: 1px 1px 2px #373838;
}

.plashka2 {
    position: absolute;
    z-index: 5;
    background: url("../img/sale-bg-3.png") center center no-repeat;
    background-size: 200px 202px;
    height: 252px;
    width: 250px;
    padding: 69px 30px 0 37px;
    /* border: 1px red solid; */
    line-height: 27px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    margin: -85px 0 0 -77px;
}

.zwzd {
    font-size: 20px;
    position: absolute;
    bottom: 10px;
    font-weight: normal;
    font-family: Arial, sans-serif;
    margin-left: -3px;
}

/* */

body .mejs-container.progression-skin.progression-minimal-dark .mejs-controls {
    background: #202020
}

body .progression-skin.progression-minimal-dark .mejs-controls .mejs-nexttrack:hover,
body .progression-skin.progression-minimal-dark .mejs-controls .mejs-prevtrack:hover,
body .progression-skin.progression-minimal-dark .mejs-controls .mejs-show-playlist:hover,
body .progression-skin.progression-minimal-dark .mejs-controls .mejs-hide-playlist:hover,
body .progression-skin.progression-minimal-dark .mejs-controls .mejs-mute button:hover,
body .progression-skin.progression-minimal-dark .mejs-controls .mejs-fullscreen-button:hover,
body .progression-skin.progression-minimal-dark .mejs-controls .mejs-hide-playlist,
body .progression-skin.progression-minimal-dark .mejs-controls .mejs-playpause-button:hover {
    background: #2a2a2a
}

body .progression-skin.progression-minimal-dark .mejs-controls .mejs-nexttrack,
body .progression-skin.progression-minimal-dark .mejs-controls .mejs-prevtrack,
body .progression-skin.progression-minimal-dark .mejs-controls .mejs-show-playlist,
body .progression-skin.progression-minimal-dark .mejs-controls .mejs-hide-playlist,
body .progression-skin.progression-minimal-dark .mejs-controls .mejs-mute button,
body .progression-skin.progression-minimal-dark .mejs-controls .mejs-fullscreen-button,
body .progression-skin.progression-minimal-dark .mejs-controls .mejs-hide-playlist,
body .progression-skin.progression-minimal-dark .mejs-controls .mejs-playpause-button {
    -webkit-transition-duration: 200ms;
    -webkit-transition-property: background;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-duration: 200ms;
    -moz-transition-property: background;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-duration: 200ms;
    -o-transition-property: background;
    -o-transition-timing-function: ease-in-out;
    transition-duration: 200ms;
    transition-property: background
}

body .mejs-container.progression-skin.progression-minimal-dark,
body .mejs-container.progression-skin.progression-minimal-dark .mejs-controls {
    border-color: #202020
}

body .progression-skin.progression-minimal-dark .mejs-controls .mejs-playpause-button,
body .progression-skin.progression-minimal-dark .mejs-inner .mejs-controls .mejs-time,
body .progression-skin.progression-minimal-dark .mejs-controls .mejs-fullscreen-button,
body .progression-skin.progression-minimal-dark .mejs-controls .mejs-show-playlist,
body .progression-skin.progression-minimal-dark .mejs-controls .mejs-hide-playlist,
body .progression-skin.progression-minimal-dark .mejs-controls .mejs-prevtrack button,
body .progression-skin.progression-minimal-dark .mejs-controls .mejs-nexttrack button {
    border-color: transparent
}

body .progression-skin.progression-minimal-dark .mejs-controls button {
    color: #eee
}

body .progression-skin.progression-minimal-dark .mejs-controls button:hover {
    color: #fff
}

body .progression-skin.progression-minimal-dark .mejs-inner .mejs-time .mejs-currenttime,
body .progression-skin.progression-minimal-dark .mejs-inner .mejs-time .mejs-duration {
    color: #fff;
    padding-right: 8px;
    padding-left: 0
}

body .progression-skin.progression-minimal-dark .mejs-playlist ul,
body .progression-skin.progression-minimal-dark .mejs-playlist li {
    border-color: #202020
}

body .progression-skin.progression-minimal-dark .mejs-playlist,
body .progression-skin.progression-minimal-dark .mejs-playlist ul {
    background: #202020
}

body .progression-skin.progression-minimal-dark .mejs-playlist li {
    color: #999;
    background-color: rgba(250, 250, 250, .1)
}

body .progression-skin.progression-minimal-dark .mejs-playlist li:hover {
    background-color: #000;
    background-color: rgba(250, 250, 250, .15)
}

body .progression-skin.progression-minimal-dark .mejs-playlist li.current {
    color: #fff;
    background: #000;
    background: rgba(0, 0, 0, .35)
}

body .progression-skin.progression-minimal-dark .mejs-controls .mejs-time-rail .mejs-time-total {
    background: #5c5c5c;
    -webkit-box-shadow: inset 1px 1px 1px 1px transparent;
    box-shadow: inset 1px 1px 1px 1px transparent
}

body .progression-skin.progression-minimal-dark .mejs-controls .mejs-playpause-button {
    margin-right: 0
}

body .progression-skin.progression-minimal-dark .mejs-controls .mejs-time-rail .mejs-time-loaded {
    -webkit-box-shadow: inset 1px 1px 1px 1px transparent;
    box-shadow: inset 1px 1px 1px 1px transparent;
    background: #4c4c4c
}

body .progression-skin.progression-minimal-dark .mejs-controls .mejs-time-rail .mejs-time-current {
    -webkit-box-shadow: inset 1px 1px 1px 1px transparent;
    box-shadow: inset 1px 1px 1px 1px transparent;
    background: #c2c2c2
}

body .progression-skin.progression-minimal-dark .mejs-controls .mejs-time-rail .mejs-time-handle {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    width: 2px;
    height: 2px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    top: -1px;
    left: -6px;
    -webkit-box-shadow: 0 0 1px 1px transparent;
    box-shadow: 0 0 1px 1px transparent;
    border: 5px solid #ededed;
    background: #ededed
}

body .progression-skin.progression-minimal-dark .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    background: #5c5c5c;
    -webkit-box-shadow: inset 1px 1px 1px 1px transparent;
    box-shadow: inset 1px 1px 1px 1px transparent
}

body .progression-skin.progression-minimal-dark .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background: #c2c2c2;
    -webkit-box-shadow: inset 1px 1px 1px 1px transparent;
    box-shadow: inset 1px 1px 1px 1px transparent
}

body .progression-skin.progression-minimal-dark .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    margin-left: -3px;
    top: 10px;
    background: #ededed;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 1px 1px transparent;
    box-shadow: 0 0 1px 1px transparent;
    border: 3px solid #ededed;
    text-align: center
}

/* */

body .mejs-container.progression-skin.progression-fancy .mejs-controls {
    background: #f1f1f1;
    background-image: -webkit-linear-gradient(bottom, #deddde, #f2f2f2);
    background-image: -moz-linear-gradient(bottom, #deddde, #f2f2f2);
    background-image: -ms-linear-gradient(bottom, #deddde, #f2f2f2);
    background-image: -o-linear-gradient(bottom, #deddde, #f2f2f2);
    background-image: linear-gradient(bottom, #deddde 0%, #f2f2f2 100%)
}

body .progression-skin.progression-fancy .mejs-controls .mejs-nexttrack:hover,
body .progression-skin.progression-fancy .mejs-controls .mejs-prevtrack:hover,
body .progression-skin.progression-fancy .mejs-controls .mejs-show-playlist:hover,
body .progression-skin.progression-fancy .mejs-controls .mejs-hide-playlist:hover,
body .progression-skin.progression-fancy .mejs-controls .mejs-mute button:hover,
body .progression-skin.progression-fancy .mejs-controls .mejs-fullscreen-button:hover,
body .progression-skin.progression-fancy .mejs-controls .mejs-hide-playlist,
body .progression-skin.progression-fancy .mejs-controls .mejs-playpause-button:hover {
    background: #deddde;
    background-image: -webkit-linear-gradient(bottom, #f2f2f2, #deddde);
    background-image: -moz-linear-gradient(bottom, #f2f2f2, #deddde);
    background-image: -ms-linear-gradient(bottom, #f2f2f2, #deddde);
    background-image: -o-linear-gradient(bottom, #f2f2f2, #deddde);
    background-image: linear-gradient(bottom, #f2f2f2 0%, #deddde 100%)
}

body .mejs-container.progression-skin.progression-fancy,
body .mejs-container.progression-skin.progression-fancy .mejs-controls {
    border-color: #c2c2c2
}

body .progression-skin.progression-fancy .mejs-controls .mejs-playpause-button,
body .progression-skin.progression-fancy .mejs-inner .mejs-controls .mejs-time,
body .progression-skin.progression-fancy .mejs-controls .mejs-fullscreen-button,
body .progression-skin.progression-fancy .mejs-controls .mejs-show-playlist,
body .progression-skin.progression-fancy .mejs-controls .mejs-hide-playlist,
body .progression-skin.progression-fancy .mejs-controls .mejs-prevtrack button,
body .progression-skin.progression-fancy .mejs-controls .mejs-nexttrack button {
    border-color: #c2c2c2
}

body .progression-skin.progression-fancy .mejs-controls button {
    color: #6b6b6b;
    text-shadow: 1px 1px 1px #fff
}

body .progression-skin.progression-fancy .mejs-controls button:hover {
    color: #6b6b6b
}

body .progression-skin.progression-fancy .mejs-inner .mejs-time .mejs-currenttime,
body .progression-skin.progression-fancy .mejs-inner .mejs-time .mejs-duration {
    color: #777
}

body .progression-skin.progression-fancy .mejs-playlist ul,
body .progression-skin.progression-fancy .mejs-playlist li {
    border-color: #c2c2c2
}

body .progression-skin.progression-fancy .mejs-playlist,
body .progression-skin.progression-fancy .mejs-playlist ul {
    background: #efefef
}

body .progression-skin.progression-fancy .mejs-playlist li {
    color: #777
}

body .progression-skin.progression-fancy .mejs-playlist li:hover {
    background-color: rgba(0, 0, 0, .06)
}

body .progression-skin.progression-fancy .mejs-playlist li.current {
    color: #fff;
    background: #bbb;
    background: rgba(0, 0, 0, .35)
}

body .progression-skin.progression-fancy .mejs-controls div.mejs-time-rail {
    padding-top: 11px
}

body .progression-skin.progression-fancy .mejs-controls .mejs-time-rail span {
    height: 9px
}

body .progression-skin.progression-fancy .mejs-controls .mejs-time-rail span.mejs-time-float {
    height: 17px
}

body .progression-skin.progression-fancy .mejs-controls .mejs-time-rail .mejs-time-total {
    background: #9a9a9a;
    background-image: -webkit-linear-gradient(bottom, #bcbcbc, #9a9a9a);
    background-image: -moz-linear-gradient(bottom, #bcbcbc, #9a9a9a);
    background-image: -ms-linear-gradient(bottom, #bcbcbc, #9a9a9a);
    background-image: -o-linear-gradient(bottom, #bcbcbc, #9a9a9a);
    background-image: linear-gradient(bottom, #bcbcbc 0%, #9a9a9a 100%);
    -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .4);
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .4)
}

body .progression-skin.progression-fancy .mejs-controls .mejs-time-rail .mejs-time-loaded {
    -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .4);
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .4);
    background: #8a8a8a;
    background-image: -webkit-linear-gradient(bottom, #b1b1b1, #8a8a8a);
    background-image: -moz-linear-gradient(bottom, #b1b1b1, #8a8a8a);
    background-image: -ms-linear-gradient(bottom, #b1b1b1, #8a8a8a);
    background-image: -o-linear-gradient(bottom, #b1b1b1, #8a8a8a);
    background-image: linear-gradient(bottom, #b1b1b1 0%, #8a8a8a 100%)
}

body .progression-skin.progression-fancy .mejs-controls .mejs-time-rail .mejs-time-current {
    -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .4);
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .4);
    background: #737373;
    background-image: -webkit-linear-gradient(bottom, #88888b, #737373);
    background-image: -moz-linear-gradient(bottom, #88888b, #737373);
    background-image: -ms-linear-gradient(bottom, #88888b, #737373);
    background-image: -o-linear-gradient(bottom, #88888b, #737373);
    background-image: linear-gradient(bottom, #88888b 0%, #737373 100%)
}

body .progression-skin.progression-fancy .mejs-controls .mejs-time-rail .mejs-time-handle {
    display: block;
    margin: 0;
    padding: 0 !important;
    border: 0;
    width: 15px;
    height: 15px;
    top: -3px;
    left: -8px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -webkit-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, .5), 0 0 0 1px rgba(0, 0, 0, .3), 0 1px 2px 0 rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, .5), 0 0 0 1px rgba(0, 0, 0, .3), 0 1px 2px 0 rgba(0, 0, 0, .3);
    background-color: transparent \9
}

body .progression-skin.progression-fancy .mejs-controls div.mejs-horizontal-volume-slider {
    margin-top: 5px;
    height: 2px
}

body .progression-skin.progression-fancy .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    height: 9px;
    top: 11px;
    background: #9a9a9a;
    background-image: -webkit-linear-gradient(bottom, #bcbcbc, #9a9a9a);
    background-image: -moz-linear-gradient(bottom, #bcbcbc, #9a9a9a);
    background-image: -ms-linear-gradient(bottom, #bcbcbc, #9a9a9a);
    background-image: -o-linear-gradient(bottom, #bcbcbc, #9a9a9a);
    background-image: linear-gradient(bottom, #bcbcbc 0%, #9a9a9a 100%);
    -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .4);
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .4)
}

body .progression-skin.progression-fancy .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .4);
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .4);
    background: #737373;
    background-image: -webkit-linear-gradient(bottom, #88888b, #737373);
    background-image: -moz-linear-gradient(bottom, #88888b, #737373);
    background-image: -ms-linear-gradient(bottom, #88888b, #737373);
    background-image: -o-linear-gradient(bottom, #88888b, #737373);
    background-image: linear-gradient(bottom, #88888b 0%, #737373 100%)
}

body .progression-skin.progression-fancy .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
    display: block;
    position: absolute;
    margin-left: 0;
    top: 8px;
    text-align: center;
    width: 15px;
    height: 15px;
    border: none;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -webkit-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, .5), 0 0 0 1px rgba(0, 0, 0, .3), 0 1px 2px 0 rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, .5), 0 0 0 1px rgba(0, 0, 0, .3), 0 1px 2px 0 rgba(0, 0, 0, .3);
    background-color: transparent \9
}

/* */

footer .container a {
    text-decoration: none;
    font-weight: 100;
    cursor: default;
    display: inline-block;
    font-family: OpenSansRegular, sans-serif;
}

.header-body .container:first-child {
    max-width: 1200px;
    width: 100%;
}

body {
    position: relative;
    -webkit-animation-name: example;
    -webkit-animation-duration: 1.3s;
    animation-name: example;
    animation-duration: 1.3s;
}

@-webkit-keyframes example {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    75% {
        opacity: 0.9;
    }
    100% {
        opacity: 1;
    }
}

/* Standard syntax */

@keyframes example {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    75% {
        opacity: 0.9;
    }
    100% {
        opacity: 1;
    }
}

/* */

.corona-wrapper-close {
    font-family: monospace, sans-serif
}

.cookie-popup {
    padding: 4px 30px 4px 10px !important
}

#kmacb,
.show-message__item,
.show-message__item-first {
    z-index: 99999 !important
}

@media screen and (max-width: 1170px) {
    .cookie-popup {
        padding: 4px 10px !important
    }
}

@media screen and (max-width: 767px) {
    #kmacb {
        right: 10px !important
    }
}

@media screen and (max-width: 479px) {
    .corona-wrapper {
        padding: 5px 14% 5px 5px !important
    }
}

@media (min-width: 1199.98px) {
    .sform {
        padding-top: 80px;
        padding-bottom: 50px;
    }
}

/*.sale-price .price.old {*/

/*    margin: 5px 15px !important;*/

/*}*/

/*.sale-price .new {*/

/*    margin-right: 0 !important;*/

/*}*/

.sale-btn-block .btn {
    font-size: 18px !important;
}

/*form .sale-price {*/

/*    display: flex;*/

/*    flex-wrap: wrap;*/

/*    align-items: center;*/

/*    justify-content: center;*/

/*}*/

.header-body .subh,
.s-end .subh {
    padding-bottom: 40px;
}

@media (min-width: 1199.98px) {
    .header-body .subh,
    .s-end .subh {
        padding-bottom: 70px;
    }
}

/*@media(min-width: 480px) {*/

/*    form .sale-price .price.old {*/

/*        margin: 0 !important;*/

/*        width: 34%;*/

/*        text-align: center;*/

/*        padding-left: 10px;*/

/*        padding-right: 10px;*/

/*    }*/

/*    form .sale-price .price.new {*/

/*        margin: 0 !important;*/

/*        width: 66%;*/

/*    }*/

/*}*/

/*.price_land_curr .zwzd {*/

/*    font-size: 55%;*/

/*    bottom: 52%;*/

/*    font-weight: 300;*/

/*    right: -7px;*/

/*    position: absolute;*/

/*    top: 0;*/

/*}*/

/*.price_land_curr {*/

/*    padding-left: 0 !important;*/

/*    position: relative;*/

/*}*/

@media (max-width: 479.98px) {
    form .sale-price {
        /*margin-bottom: 0;*/
        margin-top: 0;
    }
    .header-body h1 {
        margin-top: 20px;
        line-height: 1.2;
        padding-bottom: 15px;
    }
}

@media (max-width: 996px) {
    .hell .hell-wrap {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.test-form-btn .btn {
    font-size: 1.3em !important;
}

@media (max-width: 996px) and (min-width: 480px) {
    .container h1 {
        line-height: 1.2 !important;
    }
}

.owl-carousel {
    touch-action: pan-y;
}

@media (max-width: 479.98px) {
    .sale-total {
        text-align: center;
    }
}

.d-flex {
    display: flex;
}

.flex-row {
    flex-direction: row;
}

.f-item-header .bold {
    margin-bottom: 6px;
    display: block;
}

@media (min-width: 480px) {
    .questions-block {
        margin-top: 25px;
    }
}

/* */

* {
    outline: none
}

body {
    position: relative;
    -webkit-animation-name: example;
    -webkit-animation-duration: 1.2s;
    animation-name: example;
    animation-duration: 1.2s
}

@-webkit-keyframes example {
    0% {
        opacity: 0
    }
    25% {
        opacity: 0
    }
    50% {
        opacity: 0
    }
    75% {
        opacity: .9
    }
    100% {
        opacity: 1
    }
}

@keyframes example {
    0% {
        opacity: 0
    }
    25% {
        opacity: 0
    }
    50% {
        opacity: 0
    }
    75% {
        opacity: .9
    }
    100% {
        opacity: 1
    }
}

@-moz-document url-prefix() {
    select {
        -webkit-text-indent: -2px;
        -moz-text-indent: -2px;
        text-indent: -2px
    }
}

.corona-wrapper-close {
    font-family: monospace, sans-serif
}

.cookie-popup {
    padding: 4px 30px 4px 10px !important
}

#kmacb,
.show-message__item,
.show-message__item-first {
    z-index: 99999 !important
}

@media screen and (max-width: 1170px) {
    .cookie-popup {
        padding: 4px 10px !important
    }
}

@media screen and (max-width: 767px) {
    #kmacb {
        right: 10px !important
    }
}

@media screen and (max-width: 479px) {
    .corona-wrapper {
        padding: 5px 14% 5px 5px !important
    }
}

/* */

.how-item {
    letter-spacing: -0.1px;
}

button {
    cursor: pointer
}

#created-button-1,
#created-button-2 {
    line-height: 37px !important;
}

.pl_field_address_info {
    position: absolute;
    z-index: -1;
}

.confidens {
    text-align: center;
    cursor: default;
    display: block;
    clear: both;
}

.confidens a {
    font-family: OpenSansRegular, sans-serif;
    text-decoration: none;
    color: #fff;
    cursor: default;
}

.confidens a:hover {
    cursor: default;
    color: #fff;
    text-decoration: none;
}

/* */

.country_select {
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
}

.copyright {
    font-size: 14px;
    text-align: center;
    padding: 20px 0;
    color: #6C6E6F;
}

.copyright p {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
}

.copyright br {
    display: none;
}

.copyright img {
    margin: 10px auto !important;
    max-width: 100%;
}

.copyright a {
    color: #6C6E6F;
    text-decoration: none;
}

.copyright a:hover {
    color: #FF0069;
    text-decoration: none;
}

.errField {
    display: none;
    font-size: 14px;
    background: #f00;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
}

.errorMessage {
    font-size: 15px;
    background: rgba(255, 0, 0, 0.64);
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    position: absolute;
    margin: 10px 0 0;
    z-index: 999;
}