﻿/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
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: bold; }

dfn {
    font-style: italic; }

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

sub {
    bottom: -0.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 #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }

legend {
    border: 0;
    padding: 0; }

textarea {
    overflow: auto; }

optgroup {
    font-weight: bold; }

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 {
    *,
    *:before,
    *:after {
        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: ""; }

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

    thead {
        display: table-header-group; }

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

    img {
        max-width: 100% !important; }

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

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

    select {
        background: #fff !important; }

    .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 th,
    .table-bordered td {
        border: 1px solid #ddd !important; } }
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

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

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

body {
    font-family: "BrutalType", arial, sans-serif;
    font-size: 18px;
    line-height: 1.42857;
    color: #000;
    background-color: #fff; }

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

a {
    color: #668d99;
    text-decoration: none; }
a:hover, a:focus {
    color: #668d99;
    text-decoration: none; }
a:focus {
    outline: thin dotted;
    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.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.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 #eeeeee; }

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit; }
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px; }
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px; }
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
    font-size: 75%; }

h1, .h1 {
    font-size: 36px; }

h2, .h2 {
    font-size: 30px; }

h3, .h3 {
    font-size: 24px; }

h4, .h4 {
    font-size: 18px; }

h5, .h5 {
    font-size: 14px; }

h6, .h6 {
    font-size: 12px; }

p {
    margin: 0 0 10px; }

	
.form_questions p {
font-size: 23px	!important;
	
}	
		
	
.lead {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4; }
@media (min-width: 768px) {
    .lead {
        font-size: 27px; } }

small,
.small {
    font-size: 66%; }

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em; }

.text-left {
    text-align: left; }

.text-right {
    text-align: right; }

.text-center {
    text-align: center; }

.text-justify {
    text-align: justify; }

.text-nowrap {
    white-space: nowrap; }

.text-lowercase {
    text-transform: lowercase; }

.text-uppercase {
    text-transform: uppercase; }

.text-capitalize {
    text-transform: capitalize; }

.text-muted {
    color: #777777; }

.text-primary {
    color: #337ab7; }

a.text-primary:hover {
    color: #286090; }

.text-success {
    color: #3c763d; }

a.text-success:hover {
    color: #2b542c; }

.text-info {
    color: #31708f; }

a.text-info:hover {
    color: #245269; }

.text-warning {
    color: #8a6d3b; }

a.text-warning:hover {
    color: #66512c; }

.text-danger {
    color: #a94442; }

a.text-danger:hover {
    color: #843534; }

.bg-primary {
    color: #fff; }

.bg-primary {
    background-color: #337ab7; }

a.bg-primary:hover {
    background-color: #286090; }

.bg-success {
    background-color: #dff0d8; }

a.bg-success:hover {
    background-color: #c1e2b3; }

.bg-info {
    background-color: #d9edf7; }

a.bg-info:hover {
    background-color: #afd9ee; }

.bg-warning {
    background-color: #fcf8e3; }

a.bg-warning:hover {
    background-color: #f7ecb5; }

.bg-danger {
    background-color: #f2dede; }

a.bg-danger:hover {
    background-color: #e4b9b9; }

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee; }

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px; }
ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0; }

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

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px; }
.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
    margin-top: 0;
    margin-bottom: 20px; }

dt,
dd {
    line-height: 1.42857; }

dt {
    font-weight: bold; }

dd {
    margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    display: table; }
.dl-horizontal dd:after {
    clear: both; }
@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        white-space: nowrap; }
    .dl-horizontal dd {
        margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777; }

.initialism {
    font-size: 90%;
    text-transform: uppercase; }

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee; }
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0; }
blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
    text-align: right; }
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
    content: ''; }
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857; }

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 5px; }

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
            box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    -webkit-box-shadow: none;
            box-shadow: none; }

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 17px;
    line-height: 1.42857;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 5px; }
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll; }

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px; }
.container:before, .container:after {
    content: " ";
    display: table; }
.container:after {
    clear: both; }
@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; }
.container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
.container-fluid:after {
    clear: both; }

.row {
    margin-left: -15px;
    margin-right: -15px; }
.row:before, .row:after {
    content: " ";
    display: table; }
.row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xl-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xl-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xl-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xl-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xl-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xl-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xl-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xl-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xl-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xl-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xl-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xl-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: 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-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%; } }
@media (min-width: 1500px) {
    .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        float: left; }

    .col-xl-1 {
        width: 8.33333%; }

    .col-xl-2 {
        width: 16.66667%; }

    .col-xl-3 {
        width: 25%; }

    .col-xl-4 {
        width: 33.33333%; }

    .col-xl-5 {
        width: 41.66667%; }

    .col-xl-6 {
        width: 50%; }

    .col-xl-7 {
        width: 58.33333%; }

    .col-xl-8 {
        width: 66.66667%; }

    .col-xl-9 {
        width: 75%; }

    .col-xl-10 {
        width: 83.33333%; }

    .col-xl-11 {
        width: 91.66667%; }

    .col-xl-12 {
        width: 100%; }

    .col-xl-pull-0 {
        right: auto; }

    .col-xl-pull-1 {
        right: 8.33333%; }

    .col-xl-pull-2 {
        right: 16.66667%; }

    .col-xl-pull-3 {
        right: 25%; }

    .col-xl-pull-4 {
        right: 33.33333%; }

    .col-xl-pull-5 {
        right: 41.66667%; }

    .col-xl-pull-6 {
        right: 50%; }

    .col-xl-pull-7 {
        right: 58.33333%; }

    .col-xl-pull-8 {
        right: 66.66667%; }

    .col-xl-pull-9 {
        right: 75%; }

    .col-xl-pull-10 {
        right: 83.33333%; }

    .col-xl-pull-11 {
        right: 91.66667%; }

    .col-xl-pull-12 {
        right: 100%; }

    .col-xl-push-0 {
        left: auto; }

    .col-xl-push-1 {
        left: 8.33333%; }

    .col-xl-push-2 {
        left: 16.66667%; }

    .col-xl-push-3 {
        left: 25%; }

    .col-xl-push-4 {
        left: 33.33333%; }

    .col-xl-push-5 {
        left: 41.66667%; }

    .col-xl-push-6 {
        left: 50%; }

    .col-xl-push-7 {
        left: 58.33333%; }

    .col-xl-push-8 {
        left: 66.66667%; }

    .col-xl-push-9 {
        left: 75%; }

    .col-xl-push-10 {
        left: 83.33333%; }

    .col-xl-push-11 {
        left: 91.66667%; }

    .col-xl-push-12 {
        left: 100%; }

    .col-xl-offset-0 {
        margin-left: 0%; }

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

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

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

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

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

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

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

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

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

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

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

    .col-xl-offset-12 {
        margin-left: 100%; } }
table {
    background-color: transparent; }

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left; }

th {
    text-align: left; }

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px; }
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
    border-top: 0; }
.table > tbody + tbody {
    border-top: 2px solid #ddd; }
.table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
    padding: 5px; }

.table-bordered {
    border: 1px solid #ddd; }
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5; }

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
    background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
    background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
    background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc; }

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%; }
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd; }
    .table-responsive > .table {
        margin-bottom: 0; }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap; }
    .table-responsive > .table-bordered {
        border: 0; }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0; }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0; }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0; } }

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0; }

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 27px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5; }

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold; }

input[type="search"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal; }

input[type="file"] {
    display: block; }

input[type="range"] {
    display: block;
    width: 100%; }

select[multiple],
select[size] {
    height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

output {
    display: block;
    padding-top: 7px;
    font-size: 18px;
    line-height: 1.42857;
    color: #555555; }

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.42857;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d4d0db;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s; }
.form-control:focus {
    border-color: #668d99;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 141, 153, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 141, 153, 0.6); }
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
.form-control:-ms-input-placeholder {
    color: #999; }
.form-control::-webkit-input-placeholder {
    color: #999; }
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1; }

textarea.form-control {
    height: auto; }

input[type="search"] {
    -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"],
    input[type="time"],
    input[type="datetime-local"],
    input[type="month"] {
        line-height: 34px; }
    input[type="date"].input-sm, .input-group-sm input[type="date"],
    input[type="time"].input-sm, .input-group-sm
    input[type="time"],
    input[type="datetime-local"].input-sm, .input-group-sm
    input[type="datetime-local"],
    input[type="month"].input-sm, .input-group-sm
    input[type="month"] {
        line-height: 30px; }
    input[type="date"].input-lg, .input-group-lg input[type="date"],
    input[type="time"].input-lg, .input-group-lg
    input[type="time"],
    input[type="datetime-local"].input-lg, .input-group-lg
    input[type="datetime-local"],
    input[type="month"].input-lg, .input-group-lg
    input[type="month"] {
        line-height: 46px; } }
.form-group {
    margin-bottom: 15px; }

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px; }
.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px; }

.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
    cursor: not-allowed; }

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
    cursor: not-allowed; }

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
    cursor: not-allowed; }

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0; }
.form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }

select.input-sm {
    height: 30px;
    line-height: 30px; }

textarea.input-sm,
select[multiple].input-sm {
    height: auto; }

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }
.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px; }
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto; }
.form-group-sm .form-control-static {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5; }

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px; }

select.input-lg {
    height: 46px;
    line-height: 46px; }

textarea.input-lg,
select[multiple].input-lg {
    height: auto; }

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px; }
.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px; }
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto; }
.form-group-lg .form-control-static {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333; }

.has-feedback {
    position: relative; }
.has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none; }

.input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px; }

.input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #3c763d; }
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8; }
.has-success .form-control-feedback {
    color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
    color: #8a6d3b; }
.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3; }
.has-warning .form-control-feedback {
    color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #a94442; }
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede; }
.has-error .form-control-feedback {
    color: #a94442; }

.has-feedback label ~ .form-control-feedback {
    top: 25px; }
.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0; }

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #404040; }

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle; }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle; }
    .form-inline .form-control-static {
        display: inline-block; }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto; }
    .form-inline .input-group > .form-control {
        width: 100%; }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle; }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0; }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0; }
    .form-inline .has-feedback .form-control-feedback {
        top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px; }
.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px; }
.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px; }
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
.form-horizontal .form-group:after {
    clear: both; }
@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px; } }
.form-horizontal .has-feedback .form-control-feedback {
    right: 15px; }
@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.33333px; } }
@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px; } }

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.42857;
    border-radius: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
.btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
.btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc; }
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc; }
.btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
    color: #fff;
    background-color: #668d99;
    border-color: #668d99; }
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #52717a;
    border-color: #4e6b74; }
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #668d99;
    border-color: #668d99; }
.btn-primary .badge {
    color: #668d99;
    background-color: #fff; }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c; }
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c; }
.btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da; }
.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da; }
.btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236; }
.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none; }
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236; }
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a; }
.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none; }
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a; }
.btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
    color: #668d99;
    font-weight: normal;
    border-radius: 0; }
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
.btn-link:hover, .btn-link:focus {
    color: #668d99;
    text-decoration: none;
    background-color: transparent; }
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px; }

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }

.btn-block {
    display: block;
    width: 100%; }

.btn-block + .btn-block {
    margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%; }

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear; }
.fade.in {
    opacity: 1; }

.collapse {
    display: none;
    visibility: hidden; }
.collapse.in {
    display: block;
    visibility: visible; }

tr.collapse.in {
    display: table-row; }

tbody.collapse.in {
    display: table-row-group; }

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
       transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
       transition-timing-function: ease; }

.close {
    float: right;
    font-size: 27px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20); }
.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none; }

.modal-open {
    overflow: hidden; }

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    -webkit-overflow-scrolling: touch;
    outline: 0; }
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px; }

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0; }

.modal-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000; }
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857px; }

.modal-header .close {
    margin-top: -2px; }

.modal-title {
    margin: 0;
    line-height: 1.42857; }

.modal-body {
    position: relative;
    padding: 15px; }

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5; }
.modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
.modal-footer:after {
    clear: both; }
.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
.modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll; }

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto; }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

    .modal-sm {
        width: 300px; } }
@media (min-width: 992px) {
    .modal-lg {
        width: 900px; } }
.clearfix:before, .clearfix:after {
    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;
    visibility: hidden !important; }

.affix {
    position: fixed; }

@-ms-viewport {
    width: device-width; }
.visible-xs {
    display: none !important; }

.visible-sm {
    display: none !important; }

.visible-md {
    display: none !important; }

.visible-lg {
    display: none !important; }

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

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

    table.visible-xs {
        display: table; }

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

    th.visible-xs,
    td.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; }

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

    th.visible-sm,
    td.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; }

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

    th.visible-md,
    td.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; }

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

    th.visible-lg,
    td.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; }

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

    th.visible-print,
    td.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; } }
/* fonts */
@font-face {
    font-family: 'BrutalType';
    src: url("../fonts/BrutalType.woff2") format("woff2");
    font-weight: 400; }
@font-face {
    font-family: 'BebasNeueRegular';
    src: url("../fonts/BebasNeueRegular.woff2") format("woff2");
    font-weight: 400; }
@font-face {
    font-family: 'BebasNeueRegular';
    src: url("../fonts/BebasNeueLight.woff2") format("woff2");
    font-weight: 300; }
* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    outline: none !important; }

html, body {
    position: relative;
    min-height: 100%; }

img {
    max-width: 100%; }

a {
    text-decoration: underline; }

textarea {
    resize: none; }

@media (min-width: 1500px) {
    .container {
        width: 1500px; } }

hr {
    width: 100%;
    border-top-color: rgba(0, 0, 0, 0.2); }

.btn-play {
    width: 139px;
    height: 139px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
        -ms-transform: translate(-50%, -50%) scale(1, 1);
            transform: translate(-50%, -50%) scale(1, 1);
    z-index: 100;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.1);
    background: url(../images/btn-play.png) center center no-repeat;
    -webkit-animation-name: btn-play;
            animation-name: btn-play;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-direction: normal;
            animation-direction: normal;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-play-state: running;
            animation-play-state: running; }

@media (min-width: 992px) {
    .swiper-container_site {
        height: 100vh !important; } }
.swiper-container_site > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
.swiper-container_site > .swiper-pagination {
    display: none; }

.page__title {
    font-family: "BebasNeueRegular", arial, sans-serif;
    font-size: 40px;
    line-height: 1;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative; }

.page_lk main {
    padding-bottom: 50px; }
.page_lk main p {
    margin-bottom: 30px; }
.page_lk main hr {
    margin: 30px 0 10px; }
.page_lk main .form-group {
    margin-bottom: 30px; }
.page_lk main .form-group.text-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.page_lk .footer {
    padding-top: 50px; }

.page_lk main .geo .form-group {
    margin-bottom: 20px;
}

.geo {
    margin-bottom: 15px;
}

.geo .jq-selectbox:not(.changed) {
    background: #668d99;
    color: #fff;
}

.geo .jq-selectbox:not(.changed) .jq-selectbox__select {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.geo .jq-selectbox__trigger {
    display: none;
}

.geo .jq-selectbox .jq-selectbox__dropdown {
    color: #000;
}

.geo #map {
    height: 316px;
    margin-bottom: 40px;
}

.geo__text {
    font-family: 'BrutalType', arial, sans-serif;
    margin-bottom: 40px;
}

.geo__item {
    background: #fff;
    -webkit-box-shadow: 1px 6px 32px rgba(78, 78, 78, 0.11);
            box-shadow: 1px 6px 32px rgba(78, 78, 78, 0.11);
    margin-bottom: 20px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 15px 65px 15px 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
}

.geo__item-delete {
    background: url(../images/modal__close.png) no-repeat 0 0 /cover;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 32px;
    height: 32px;
    font-size: 0;
}

.geo__item-delete:hover {
    opacity: .5;
    cursor: pointer;
}

.geo__item-text {
    font-family: 'BrutalType', arial, sans-serif;
    -ms-flex-negative: 1;
        flex-shrink: 1;
}

.page_lk main .geo__item-text p {
    margin: 15px 0;
}

.page_lk main .geo .geo__item .form-group {
    margin-top: 20px;
}


@media (min-width: 992px) {
    .geo__item {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }

    .geo__item-text {
        max-width: 200px;
    }

    .geo__item-text,
    .geo__item .form-group {
        margin: 0 20px;
    }
}

.btn {
    height: 64px;
    -webkit-box-shadow: 5px 6px 10px rgba(34, 34, 36, 0.1);
            box-shadow: 5px 6px 10px rgba(34, 34, 36, 0.1);
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: "BebasNeueRegular", arial, sans-serif;
    -webkit-transition: background .5s, -webkit-box-shadow .5s;
    transition: background .5s, -webkit-box-shadow .5s;
    -o-transition: background .5s, box-shadow .5s;
    transition: background .5s, box-shadow .5s;
    transition: background .5s, box-shadow .5s, -webkit-box-shadow .5s;
    border: none !important; }

.btn-default {
    color: #007a89; }
.btn-default:hover, .btn-default:active {
    background: #668d99;
    color: #fff; }

.btn-primary:hover {
    background: #486670;
    -webkit-box-shadow: 6px 6px 16px rgba(42, 76, 87, 0.7);
            box-shadow: 6px 6px 16px rgba(42, 76, 87, 0.7); }

.btn-info {
    background: #cbcbd0;
    color: #fff; }
.btn-info:hover {
    background: #fff;
    color: #486670;
    -webkit-box-shadow: 6px 6px 16px rgba(42, 76, 87, 0.7);
            box-shadow: 6px 6px 16px rgba(42, 76, 87, 0.7); }

.btn-link {
    -webkit-box-shadow: none;
            box-shadow: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0;
    padding-right: 0; }
.btn-link img {
    margin-right: 12px; }
.btn-link span {
    border-bottom: 1px solid;
    line-height: 1; }
.btn-link:hover span {
    border-bottom: none; }

.header {
    padding: 20px 0;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    -webkit-transition: padding .5s, background .5s, -webkit-transform .5s;
    transition: padding .5s, background .5s, -webkit-transform .5s;
    -o-transition: padding .5s, background .5s, transform .5s;
    transition: padding .5s, background .5s, transform .5s;
    transition: padding .5s, background .5s, transform .5s, -webkit-transform .5s;
    background: #000;
    border-bottom: 1px solid #ccc;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
@media (min-width: 992px) {
    .header {
        background: transparent;
        border-bottom: none; } }
@media (min-width: 1500px) {
    .header {
        padding: 74px 0; } }
@media (min-width: 992px) {
    .header__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 0;
        margin-left: 0;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
    .header__row::before, .header__row::after {
        content: none; } }

.header__logo-wrap {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
@media (min-width: 992px) {
    .header__logo-wrap {
        width: 231px;
        -ms-flex-negative: 0;
            flex-shrink: 0; } }
.header__logo {
    float: left;
    position: relative;
    display: inline-block;
    line-height: 0; }
.header__logo::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/logo_hover.png) no-repeat 0 0/cover;
    opacity: 0; }
.header__logo img {
    -webkit-transition: max-width .5s;
    -o-transition: max-width .5s;
    transition: max-width .5s; }
.header__logo:hover img {
    opacity: 0; }
.header__logo:hover::before {
    opacity: 1; }
.header__menu-btn {
    position: absolute;
    display: block;
    height: 70px;
    width: 70px;
    top: 50%;
    right: 0;
    padding: 15px;
    margin: -35px 0 0; }
@media (min-width: 992px) {
    .header__menu-btn {
        display: none; } }
.header__menu-btn .icon-bar {
    width: 100%;
    height: 3px;
    margin: 8px 0;
    display: block;
    background: #fff; }
.header__links-wrap {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
    position: absolute;
    top: 100%;
    background: #000;
    left: 0;
    width: 100%;
    padding-bottom: 15px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    -webkit-transition: margin-top .5s;
    -o-transition: margin-top .5s;
    transition: margin-top .5s;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
@media (min-width: 992px) {
    .header__links-wrap {
        position: relative;
        padding-bottom: 0;
        border: none;
        display: block;
        visibility: visible;
        height: auto !important;
        background: none; }
    .header__links-wrap .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 0;
        margin-left: 0;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
    .header__links-wrap .row::before, .header__links-wrap .row::after {
        content: none; } }
.header__menu {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
@media (min-width: 992px) {
    .header__menu {
        width: auto; } }
.header__auth {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
@media (min-width: 992px) {
    .header__auth {
        width: auto; } }
.header__phone {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
    font-family: "BebasNeueRegular", arial, sans-serif;
    font-size: 25px;
    white-space: nowrap;
    margin: 10px 0 0; }
@media (min-width: 992px) {
    .header__phone {
        width: auto;
        text-align: right;
        margin: 0; } }
.header__phone a, .header__phone a:hover {
    color: #fff;
    text-decoration: none; }

.header_fixed {
    padding: 10px 0;
    /*position: inherit;*/}
.header_fixed .header__logo img {
    max-width: 170px; }
@media (min-width: 992px) {
    .header_fixed {
        background: rgba(0, 0, 0, 0.8); } }
@media (min-width: 992px) {
    .header_fixed .menu,
    .header_fixed .auth {
        font-size: 20px; } }
@media (min-width: 1500px) {
    .header_fixed .menu,
    .header_fixed .auth {
        font-size: 25px; } }

.header_lk {
    /*background: url(../images/header_lk.jpg) no-repeat 50% 0/cover;*/
    position: fixed;
    margin-bottom: 35px;
}

.main_lk {
    padding-top: 100px;
    padding-bottom: 50px;
}

.header_hidden {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%); }

.footer {
    padding-top: 30px;
    background-color: #f8f8fa; }
.footer__logo-wrap {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    text-align: center; }
@media (min-width: 992px) {
    .footer__logo-wrap {
        float: left;
        width: 25%; } }
@media (min-width: 1500px) {
    .footer__logo-wrap {
        margin-bottom: 90px;
        text-align: left; } }
.footer__links-wrap {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px; }
@media (min-width: 992px) {
    .footer__links-wrap {
        float: left;
        width: 75%; } }
@media (min-width: 1500px) {
    .footer__links-wrap {
        margin-bottom: 90px; } }
.footer__copyright {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    color: #dadae2; }
@media (min-width: 992px) {
    .footer__copyright {
        float: left;
        width: 75%; } }
.footer__ipos {
    margin-right: 15px;
    display: inline-block;
    width: 75px;
    min-width: 75px;
    height: 26px;
    background: url(../images/ipos_logo.png) no-repeat 0 0;
    font-size: 0; }
.footer__poweredby {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px; }
@media (min-width: 992px) {
    .footer__poweredby {
        float: left;
        width: 25%; } }
.footer__poweredby a {
    color: #dadae2;
    text-decoration: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1; }
.footer__poweredby a:hover {
    color: #668d99; }
.footer__poweredby a:hover .footer__ipos {
    background-position: 0 -26px; }

.slide {
    height: auto; }
@media (min-width: 992px) {
    .slide {
        height: 100vh;
        position: relative;
        overflow: hidden;
        width: 100%; }
    .slide .slide__content .container > * {
        -webkit-transition: -webkit-transform 1s ease-in;
        transition: -webkit-transform 1s ease-in;
        -o-transition: transform 1s ease-in;
        transition: transform 1s ease-in;
        transition: transform 1s ease-in, -webkit-transform 1s ease-in;
        -webkit-transform: translate(0, 100%);
            -ms-transform: translate(0, 100%);
                transform: translate(0, 100%); }
    .slide.swiper-slide-active .slide__content .container > * {
        -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
                transform: translate(0, 0); } }
.slide__back {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%; }
.slide_01 > .slide__back {
    background-color: #000;
    color: #fff; }
.slide_02 > .slide__back {
    background: #fff; }
.slide_03 > .slide__back {
    background: #4f8e9b;
    color: #fff; }
.slide_04 > .slide__back {
    background-image: url(../images/slide04_bg.jpg);
    background-color: #000;
    color: #fff; }
.slide_05 > .slide__back {
    background: #fff; }
.slide_06 > .slide__back {
    background: #f8f8fa; }
.slide_07 > .slide__back {
    background-image: url(../images/slide07_bg.jpg); }
.slide_08 > .slide__back {
    background: #fff; }
.slide_09 > .slide__back {
    background-image: url(../images/slide09_bg.jpg);
    color: #fff; }
.slide_09 > .slide__back .slide__title {
    margin-bottom: 60px; }
.slide_09 > .slide__back .slide__content {
    padding-top: 30px;
    padding-bottom: 30px; }
@media (min-width: 992px) {
    .slide_09 > .slide__back .slide__content {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        padding-top: 100px; } }
@media (min-width: 1500px) {
    .slide_09 > .slide__back .slide__content {
        padding-top: 165px; } }
.slide_09 > .slide__back p {
    margin-bottom: 15px; }
.slide_10 > .slide__back {
    background-color: #f8f8fa; }
.slide__content {
    overflow: hidden;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative; }
@media (min-width: 992px) {
  .slide__content {
    padding-top: 100px; } }
@media (min-width: 1200px) {
  .slide__content {
    padding-top: 130px; } }
.slide__title {
    font-family: "BebasNeueRegular", arial, sans-serif;
    font-size: 24px;
    line-height: 1;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative; }
@media (min-width: 992px) {
    .slide__title {
        margin-top: 0;
        margin-bottom: 0; } }
@media (min-width: 1200px) {
    .slide__title {
        font-size: 30px; } }
.slide__title span {
    font-size: 40px;
    display: block; }
@media (min-width: 1200px) {
    .slide__title span {
        font-size: 54px; } }
@media (min-width: 1500px) {
    .slide__title span {
        font-size: 60px; } }
.slide__title::after {
    content: '';
    display: block;
    width: 76px;
    height: 3px;
    background: #d4d0db;
    position: absolute;
    bottom: 0; }

@media (min-width: 1200px) {
    .slide__back {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        /* Force Hardware Acceleration */
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden; } }
.form {
    position: relative;
    font-family: "BebasNeueRegular", arial, sans-serif; }
.form__title {
    font-size: 25px;
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 1;
    cursor: pointer; }
@media (min-width: 992px) {
    .form__title {
        float: left;
        width: 25%; } }
.form__title span {
    font-size: 38px; }
@media (min-width: 1500px) {
    .form__title span {
        font-size: 50px; } }
.form__title:hover::after {
    background: #668d99; }
.form__media {
    pointer-events: none;
    position: absolute; }
.form__fields {
    font-size: 14px;
    color: #d4d0db;
    z-index: 1;
    position: relative; }
.form__fields a {
    color: #d4d0db; }
.form__fields a:hover {
    color: #668d99; }
.form__fields p {
    margin: 0 15px; }
.form__item {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
@media (min-width: 992px) {
    .form__item {
        float: left;
        width: 25%; } }
.form__fields {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
@media (min-width: 992px) {
    .form__fields {
        float: left;
        width: 75%; } }
@media (min-width: 1500px) {
    .form__fields {
        float: left;
        width: 66.66667%; } }
.form__checkbox-wrap, .form__group-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.form__checkbox-wrap label, .form__group-wrap label {
    line-height: 1; }
@media (min-width: 1200px) {
    .form__group-wrap_card {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
.form__checkbox {
    vertical-align: top;
    margin: 0 12px 0 0 !important;
    width: 40px;
    height: 40px; }
.form__checkbox + label {
    cursor: pointer;
    margin: 0; }
.form__checkbox:not(checked) {
    position: absolute;
    opacity: 0; }
.form__checkbox:not(checked) + label {
    position: relative;
    padding: 0 0 0 52px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.form__checkbox:not(checked) + label span {
    display: block;
    color: #d4d0db;
    font-size: 16px;
    font-weight: 400; }
.form__checkbox:not(checked) + label::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: 5px 6px 10px rgba(34, 34, 36, 0.1);
            box-shadow: 5px 6px 10px rgba(34, 34, 36, 0.1); }
.form__checkbox:not(checked) + label::after {
    content: '';
    position: absolute;
    top: 8px;
    left: 6px;
    width: 28px;
    height: 23px;
    background: url(../images/form__checkbox.png) no-repeat 0 0;
    opacity: 0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s; }
.form__checkbox:checked + label::after {
    opacity: 1; }

.form_cares {
    background: #fff;
    -webkit-box-shadow: 0 0 32px rgba(78, 78, 78, 0.11);
            box-shadow: 0 0 32px rgba(78, 78, 78, 0.11);
    border-radius: 5px;
    padding: 0 30px 30px;
    margin-bottom: 30px; }
@media (min-width: 992px) {
    .form_cares {
        padding: 30px 30px 15px; } }
.form_cares .form__title {
    text-shadow: 0 0 5px #fff; }
.form_cares .form__media {
    top: -10px;
    right: -15px;
    z-index: 0;
    max-width: 45%; }
@media (min-width: 480px) {
    .form_cares .form__media {
        top: -35px;
        max-width: 35%; } }
@media (min-width: 992px) {
    .form_cares .form__media {
        top: -104px;
        right: -122px;
        max-width: 28%; } }

.form_trust {
    margin-bottom: 30px; }
@media (min-width: 992px) {
    .form_trust {
        margin-bottom: 0; } }
@media (min-width: 1500px) {
    .form_trust {
        margin-bottom: 80px;
        padding-top: 120px;
        margin-top: 100px; } }
.form_trust .form__title {
    text-shadow: 0 0 5px #fff; }
.form_trust .form__title span {
    font-size: 40px; }
@media (min-width: 992px) {
    .form_trust .form__title span {
        font-size: 30px; } }
@media (min-width: 1500px) {
    .form_trust .form__title span {
        font-size: 40px; } }
.form_trust .form__media {
    top: 30px;
    right: 0;
    z-index: 0;
    max-width: 25%; }
@media (min-width: 480px) {
    .form_trust .form__media {
        top: 15px;
        max-width: 15%;
        right: 15px; } }
@media (min-width: 992px) {
    .form_trust .form__media {
        top: -60px;
        right: -50px;
        max-width: 15%; } }
@media (min-width: 1500px) {
    .form_trust .form__media {
        top: -93px;
        right: -67px;
        max-width: 25%; } }

.form_questions {
    margin: 20px 0 40px;
    color: #bebecc; }
@media (min-width: 1500px) {
    .form_questions {
        margin: 90px 0; } }
.form_questions .form__title {
    font-size: 30px; }
.form_questions .form__title span {
    font-size: 40px; }

.form_try {
    margin-bottom: 30px; }
.form_try .form__title {
    font-size: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 62px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
.form_try .form__title span {margin-right: 10px;}
@media (min-width: 992px) {
    .form_try .form__title {
        font-size: 32px;
        padding-bottom: 0; } }
@media (min-width: 1500px) {
    .form_try .form__title {
        font-size: 40px; } }
.form_try .form__title::after {
    content: none; }

.form_know {
    background: rgba(255, 255, 255, 0.82);
    padding: 0 0 30px;
    width: 100%; }
@media (min-width: 992px) {
    .form_know {
        padding-top: 30px; } }
@media (min-width: 1200px) {
    .form_know {
        padding: 60px 0 40px; } }
@media (min-width: 1500px) {
    .form_know {
        margin-top: 140px;
        margin-bottom: 40px; } }

.form_banner {pointer-events: none; }
.form_banner .form__fields {pointer-events: all; }
@media (min-width: 992px) {
    .form_banner {
        margin-top: 115px; } }
.form_banner .form__title {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 38px; }
@media (min-width: 992px) {
    .form_banner .form__title {
        float: left;
        width: 16.66667%; } }
.form_banner .form__title span {
    display: inline-block;
    margin-left: 10px; }
@media (min-width: 992px) {
    .form_banner .form__title {
        font-size: 25px; }
    .form_banner .form__title span {
        display: block;
        margin-left: 0; } }
@media (min-width: 1200px) {
    .form_banner .form__title {
        width: 12%; } }
@media (min-width: 480px) {
    .form_banner .form__item1:nth-of-type(2), .form_banner .form__item1:nth-of-type(3) {
        width: 50%; } }
@media (min-width: 992px) {
    .form_banner .form__item1:nth-of-type(2), .form_banner .form__item1:nth-of-type(3) {
        width: 25%; } }

.jq-selectbox {
    padding: 0; }
.jq-selectbox:hover {
    border-color: #668d99; }
.jq-selectbox.opened {
    border-color: #ccc; }
.jq-selectbox.opened .jq-selectbox__trigger {
    -webkit-transform: rotate(-225deg);
        -ms-transform: rotate(-225deg);
            transform: rotate(-225deg); }
.jq-selectbox__select {
    height: 62px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
.jq-selectbox__select-text.placeholder {
    color: #d4d0db; }
.jq-selectbox__trigger {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    pointer-events: none;
    border-left: 3px solid #d4d0db;
    border-bottom: 3px solid #d4d0db;
    display: block;
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
@media (min-width: 992px) {
    .jq-selectbox__trigger {pointer-events: all; }
}
.jq-selectbox__dropdown {
    background: #fff;
    border: 1px solid #ccc;
    border-top-color: #fff;
    border-radius: 0 0 5px 5px;
    margin: -5px 0 0;
    padding: 0;
    width: calc(100% + 2px);
    max-width: calc(100% + 2px);
    left: -1px; }
.jq-selectbox__dropdown ul {
    padding: 0;
    margin: 0; }
.jq-selectbox__dropdown li {
    border-top: 1px solid #ccc;
    padding: 10px 20px;
    white-space: normal;
    cursor: pointer; }
.jq-selectbox__dropdown li:hover {
    color: #668d99; }

.form-control {
    height: 64px;
    -webkit-box-shadow: 5px 6px 10px rgba(34, 34, 36, 0.1);
            box-shadow: 5px 6px 10px rgba(34, 34, 36, 0.1);
    font-size: 20px;
    color: #000;
    padding-left: 20px;
    padding-right: 20px;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    /* Firefox 19+ */
    /* Firefox 18- */ }
.form-control::-webkit-input-placeholder {
    color: #d4d0db; }
.form-control::-moz-placeholder {
    color: #d4d0db; }
.form-control:-moz-placeholder {
    color: #d4d0db; }
.form-control:-ms-input-placeholder {
    color: #d4d0db; }
.form-control:focus {
    -webkit-box-shadow: inset 0 0 1px #668d99, 0 0 1px #668d99;
            box-shadow: inset 0 0 1px #668d99, 0 0 1px #668d99; }
.form-control[readonly] {
    background: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none; }
.form-control[disabled] {
    color: #d4d0db;
    background: none;
    pointer-events: none; }
.form-control_small {
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    width: 100px; }
.form-control_small + label {
    margin-left: 14px; }

.menu {
    position: relative;
    font-family: "BebasNeueRegular", arial, sans-serif;
    font-size: 25px;
    -webkit-transition: font-size .5s;
    -o-transition: font-size .5s;
    transition: font-size .5s; }
.menu__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
@media (min-width: 992px) {
    .menu__list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
.menu__item {
    margin-right: 30px;
    padding: 10px 0; }
@media (min-width: 992px) {
    .menu__item {
        padding: 0; } }
@media (min-width: 1200px) {
    .menu__item {
        margin-right: 40px; } }
.menu__item:last-of-type {
    margin-right: 0; }
.menu__link {
    text-decoration: none;
    color: currentColor;
    position: relative;
    overflow: hidden;
    width: 100%;
    display: inline-block; }
.menu__link.active {
    color: #668d99; }
.menu__link.active .menu__line::before {
    opacity: 1;
    -webkit-transform: translate3d(-246px, 0, 0);
            transform: translate3d(-246px, 0, 0);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s; }
.menu__link.active .menu__helper {
    -webkit-animation: anim-adrian 0.3s forwards;
            animation: anim-adrian 0.3s forwards; }
.menu__link:hover {
    color: #668d99; }
.menu__line {
    position: absolute;
    bottom: 0;
    height: 50px;
    width: 200px;
    left: 0;
    pointer-events: none; }
.menu__line::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 300%;
    height: 50px;
    opacity: 0;
    background: url(../images/line.svg) no-repeat top left;
    -webkit-transform: translate3d(130px, 0, 0);
            transform: translate3d(130px, 0, 0);
    -webkit-transition: opacity 0.3s, -webkit-transform 0s 0.3s;
    transition: opacity 0.3s, -webkit-transform 0s 0.3s;
    -o-transition: transform 0s 0.3s, opacity 0.3s;
    transition: transform 0s 0.3s, opacity 0.3s;
    transition: transform 0s 0.3s, opacity 0.3s, -webkit-transform 0s 0.3s; }
.menu__helper {
    display: block;
    pointer-events: none; }

.menu_header .menu__list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    white-space: nowrap; }
.menu_header .menu__item {
    line-height: 0; }
.menu_header .menu__link {
    line-height: normal; }

.menu_footer {
    color: #d4d0db; }
.menu_footer .menu {
    position: relative; }
.menu_footer .menu__list {
    margin-bottom: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
.menu_footer .menu__item {
    margin-bottom: 10px;
    margin-right: 0;
    width: 100%; }
@media (min-width: 768px) {
    .menu_footer .menu__item {
        width: 33%; } }
@media (min-width: 992px) {
    .menu_footer .menu__item {
        width: auto; } }

@-webkit-keyframes anim-adrian {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0); }
    51% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0); }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
@keyframes anim-adrian {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0); }
    51% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0); }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
.auth {
    position: relative;
    font-family: "BebasNeueRegular", arial, sans-serif;
    font-size: 25px;
    -webkit-transition: font-size .5s;
    -o-transition: font-size .5s;
    transition: font-size .5s; }
.auth__link {
    text-decoration: none;
    margin-right: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: inherit; }
@media (min-width: 1200px) {
    .auth__link {
        margin-right: 60px; } }
.auth__link:last-of-type {
    margin-right: 0; }
.auth__link:hover {
    color: #668d99; }
.auth__link:hover .auth__icon_reg {
    background-position: 0 -60px; }
.auth__link:hover .auth__icon_login {
    background-position: 0 -60px; }
.auth__icon {
    width: 30px;
    height: 30px;
    margin-right: 10px; }
.auth__icon_reg {
    background: url(../images/auth__icon_reg.png) no-repeat 0 0; }
.auth__icon_login {
    width: 35px;
    background: url(../images/auth__icon_login.png) no-repeat 0 0; }

.auth_header {display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end;}
@media (min-width: 992px) {
    .auth_header .auth__link {
        font-size: 0; } }
@media (min-width: 1200px) {
    .auth_header .auth__link {
        margin-right: 40px;
        font-size: inherit;
        white-space: nowrap;
    }
    .auth_header .auth__link:last-of-type {
        margin-right: 0;
    }
}

.auth_footer {
    color: #d4d0db; }
.auth_footer .auth__icon_reg {
    background-position: 0 -30px; }
.auth_footer .auth__icon_login {
    background-position: 0 -30px; }

.banner {
    position: relative;
    padding-top: 85px; }
@media (min-width: 768px) {
    .banner {
        padding-top: 0; } }
@media (min-width: 992px) {
    .banner {
        height: 100%; } }
.banner img {
    opacity: 0;
    pointer-events: none; }
.banner__more {
    position: absolute;
    bottom: 32px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 9;
    font-size: 0;
    pointer-events: none; }
@media (min-width: 992px) {
    .banner__more {
        bottom: 68px; } }
.banner__more-link {
    width: 87px;
    height: 48px;
    margin: 0 auto;
    display: block;
    background: url(../images/arrow_large.png) no-repeat 0 0;
    -webkit-animation: 2s arrow-bounce infinite ease;
            animation: 2s arrow-bounce infinite ease;
    position: relative;
    pointer-events: all; }
.banner__more-link:hover {
    background-position: 0 100%; }
.banner__text {
    font-family: "BebasNeueRegular", arial, sans-serif;
    font-size: 30px;
    line-height: 1;
    display: none; }
.banner__text_pseudo {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    z-index: 5;
    width: 70%;
    padding: 10px 15px;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    font-size: 26px;
    pointer-events: none; }
@media (min-width: 480px) {
    .banner__text_pseudo {
        background: none;
        padding: 0 30px;
        font-size: 20px; } }
@media (min-width: 768px) {
    .banner__text_pseudo {
        width: 80%; } }
.banner__text_pseudo .banner__text_bold {
    margin: 15px 0; }
@media (min-width: 768px) {
    .banner__text {
        font-size: 40px; } }
@media (min-width: 992px) {
    .banner__text {
        display: block; }	
    .banner__text_pseudo {
        display: none !important; } }
@media (min-width: 1200px) {
    .banner__text {
        display: block;
        font-size: 60px; } }
.banner__text_thin {
    font-weight: 300;
	font-size: 50px;}
.banner__text_thin a {
color:#fff;
}	

@media (max-width: 991px) {
	.banner__text_thin {
		font-size: 30px;
	}
}

@media (max-width: 767px) {
	.banner__text_pseudo {
		width: 90%;
	}
	
	.banner__text_thin {
		font-size: 20px;
	}
}
	
.banner__text_bold {
    font-weight: 700;
    margin: 50px 0; }
@media (min-width: 1500px) {
    .banner__text_bold {
        margin-left: 200px; } 
		
	.banner__text_thin {
    font-size: 50px;}	
	}
.banner__controls {
    position: absolute;
    top: 100%;
    left: 100%;
    margin: -110px 0 0 -110px;
    width: 100px;
    height: 100px;
    overflow: hidden;
    z-index: 10; }
@media (min-width: 992px) {
    .banner__controls {
        margin: -150px 0 0 -150px; } }
@media (min-width: 1200px) {
    .banner__controls {
        top: 50%;
        left: 50%;
        margin: 75px 0 0 470px; } }
.banner__controls::before {
    content: '';
    background: #d4d0db;
    width: 200px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -100%;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
.banner__video-wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative; }
.banner__video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 3;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    display: block;
    -o-object-fit: cover;
       object-fit: cover; }
.banner .slide__content {
    z-index: 5;
    pointer-events: none;
    padding-bottom: 90px; }
@media (min-width: 992px) {
    .banner .slide__content {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        padding: 0; } }
@media (min-width: 1500px) {
    .banner .slide__content {
        padding-bottom: 150px; } }
.banner .swiper-button-prev {
    top: 0;
    left: 0;
    margin: 0; }
.banner .swiper-button-next {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    margin: 0; }
.banner .swiper-container {
    width: 100%; }
.banner .swiper-container::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    z-index: 1;
    pointer-events: none; }
@media (min-width: 992px) {
    .banner .swiper-container {
        height: 100%; } }
.banner .swiper-button-prev.swiper-button-disabled, .banner .swiper-button-next.swiper-button-disabled {
    opacity: 1;
    -webkit-filter: contrast(0);
            filter: contrast(0); }
.banner .swiper-slide {
    width: 100% !important;
	font-size: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover; }
.banner .swiper-slide p {margin: 0;}
	
@media (min-width: 992px) {
    .banner .swiper-slide::after {
        content: '';
        display: block;
        width: 100%;
        height: 25%;
        top: 0;
        left: 0;
        background: url(../images/banner-top.png) repeat-x 0 0;
        position: absolute;
        z-index: 3;
        pointer-events: none;
        background-size: contain; } }

@-webkit-keyframes arrow-bounce {
    0%,100% {
        top: 0; }
    50% {
        top: 25px; } }
@keyframes arrow-bounce {
    0%,100% {
        top: 0; }
    50% {
        top: 25px; } }
.advatages__title {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
@media (min-width: 992px) {
    .advatages__title {
        float: left;
        width: 25%; } }
@media (min-width: 992px) {
    .advatages__title {
        float: right; } }
.advatages__items {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
@media (min-width: 992px) {
    .advatages__items {
        float: left;
        width: 75%; } }
.advatages__item {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    cursor: pointer;
    line-height: 22px;
    text-align: center; }
@media (min-width: 768px) {
    .advatages__item {
        float: left;
        width: 33.33333%; } }
@media (min-width: 768px) {
    .advatages__item {
        height: 250px;
        margin-bottom: 0; } }
@media (min-width: 992px) {
    .advatages__item {
        height: 200px;
        font-size: 16px;
        line-height: 20px; } }
@media (min-width: 1200px) {
    .advatages__item {
        height: 180px; } }
@media (min-width: 1500px) {
    .advatages__item {
        height: 250px;
        line-height: 22px;
        font-size: 18px; } }
.advatages__item:hover .advatages__media,
.advatages__item:hover .advatages__desc {
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px); }
.advatages__media {
    height: 120px;
    position: relative;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s; }
@media (min-width: 992px) {
    .advatages__media {
        height: 75px;
        margin-bottom: 15px; } }
@media (min-width: 1500px) {
    .advatages__media {
        height: 120px;
        margin-bottom: 0; } }
.advatages__media img {
    max-height: 100%; }
.advatages__desc {
    position: relative;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s; }
.advatages__more {
    font-family: "BebasNeueRegular", arial, sans-serif;
    font-size: 25px; }
@media (min-width: 768px) {
    .advatages__more {
        line-height: 250px; } }
@media (min-width: 992px) {
    .advatages__more {
        line-height: 200px; } }
@media (min-width: 1200px) {
    .advatages__more {
        line-height: 180px; } }
@media (min-width: 1500px) {
    .advatages__more {
        line-height: 250px; } }

.tarifs__title-wrap {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden; }
@media (min-width: 1200px) {
    .tarifs__title-wrap {
        float: left;
        width: 20%; } }
@media (min-width: 1200px) {
    .tarifs__title-wrap {
        overflow: visible; } }
.tarifs__title {
    font-size: 40px;
    margin-bottom: 25px;
    width: 50%;
    float: left; }
@media (min-width: 768px) {
    .tarifs__title {
        margin-bottom: 75px; } }
@media (min-width: 1200px) {
    .tarifs__title {
        float: none;
        width: 100%; } }
.tarifs__media {
    width: 50%;
    float: left;
    padding-top: 30px; }
@media (min-width: 768px) {
    .tarifs__media img {
        max-width: 200px;
        float: right; } }
@media (min-width: 992px) {
    .tarifs__media {
        padding-top: 0; } }
@media (min-width: 1200px) {
    .tarifs__media {
        float: none;
        width: 100%; }
    .tarifs__media img {
        max-width: 150%;
        width: 150%; } }
@media (min-width: 1760px) {
    .tarifs__media img {
        max-width: 150%;} }
.tarifs__items {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
@media (min-width: 1200px) {
    .tarifs__items {
        float: left;
        width: 80%; } }
@media (min-width: 1500px) {
    .tarifs__items {
        float: left;
        width: 75%; } }
@media (min-width: 1200px) {
    .tarifs__items {
        margin-bottom: 30px; } }
@media (min-width: 1500px) {
    .tarifs__items {
        margin-bottom: 0; } }
.tarifs__items:hover .tarifs__item_vip .tarifs__item-content {
    background-image: url(../images/tarifs__item.png);
    -webkit-box-shadow: none;
            box-shadow: none; }
.tarifs__items:hover .tarifs__item_vip .tarifs__item-content .tarifs__btn .btn {
    background: #cbcbd0;
    color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none; }
.tarifs__items:hover .tarifs__item_vip .tarifs__item-content:hover {
    background-image: url(../images/tarifs__item_hover.png);
    -webkit-box-shadow: inset 0 0 0 2px #fff;
            box-shadow: inset 0 0 0 2px #fff; }
.tarifs__items:hover .tarifs__item_vip .tarifs__item-content:hover .tarifs__btn .btn {
    background: #fff;
    color: #486670;
    -webkit-box-shadow: 6px 6px 16px rgba(42, 76, 87, 0.7);
            box-shadow: 6px 6px 16px rgba(42, 76, 87, 0.7); }
.tarifs__item {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 60px; }
@media (min-width: 768px) {
    .tarifs__item {
        float: left;
        width: 50%; } }
@media (min-width: 992px) {
    .tarifs__item {
        float: left;
        width: 33.33333%;
    }
    .tarifs__item_offer {
        width: 100%;
        margin: 5px 0 0;
        padding-bottom: 50px;
        overflow: hidden;
    }
}
@media (min-width: 1200px) {
    .tarifs__item {
        margin-bottom: 0; } }
.tarifs__item_vip .tarifs__item-content {
    background-image: none;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
            box-shadow: inset 0 0 0 2px #fff; }
.tarifs__item_vip .tarifs__item-content .tarifs__btn .btn {
    background: #fff;
    color: #486670;
    -webkit-box-shadow: 6px 6px 16px rgba(42, 76, 87, 0.7);
            box-shadow: 6px 6px 16px rgba(42, 76, 87, 0.7); }
@media (min-width: 1500px) {
    .tarifs__item_vip {
        width: 37.5%;
        margin-right: -15%; } }
.tarifs__item-content {
    padding: 20px;
    background: url(../images/tarifs__item.png) no-repeat 100% 0;
    background-size: cover;
    border-radius: 5px;

    position: relative; }
@media (min-width: 768px) {
    .tarifs__item-content {
        height: 370px; } }
@media (min-width: 992px) {
    .tarifs__item-content {
        padding: 14px;
        height: 300px;
    }
}
.tarifs__item_offer .tarifs__desc {
	font-size: 16px;
}
.tarifs__item_offer .tarifs__item-content {
    color: #fff;
    background: #4f8e9b;
    height: auto;
    padding: 20px 5% 30px 10%;
}
@media (min-width: 1200px) {
    .tarifs__item-content {
        height: 340px; } }
@media (min-width: 1500px) {
    .tarifs__item-content {
        padding: 20px;
        height: 410px; } }
.tarifs__item-content:hover {
    background-image: url(../images/tarifs__item_hover.png);
    -webkit-box-shadow: inset 0 0 0 2px #fff;
            box-shadow: inset 0 0 0 2px #fff; }

.tarifs__item_offer .tarifs__item-content:hover {
    background-size: cover;
    background-position: 50% 50%;
}
.tarifs__item-content:hover .tarifs__btn .btn {
    background: #fff;
    color: #486670;
    -webkit-box-shadow: 6px 6px 16px rgba(42, 76, 87, 0.7);
            box-shadow: 6px 6px 16px rgba(42, 76, 87, 0.7); }
.tarifs__name {
    font-family: "BebasNeueRegular", arial, sans-serif;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative; }
.tarifs__name span {
    font-size: 40px;
    display: block; }
@media (min-width: 992px) {
    .tarifs__name span {
        font-size: 30px; } }
@media (min-width: 1500px) {
    .tarifs__name span {
        font-size: 40px; } }
.tarifs__name::after {
    content: '';
    display: block;
    width: 76px;
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: 0; }
.tarifs__desc {font-size: 16px; line-height: 24px; margin-bottom: 20px;}
.tarifs__desc ul, .tarifs__desc ol {margin: 0; padding: 0; list-style: none;}
.tarifs__desc ol {counter-reset: tarifsDesc;}
.tarifs__desc ol li:before {counter-increment: tarifsDesc; content: counter(tarifsDesc) "/ ";}
@media (min-width: 768px) {
    .tarifs__desc {
        margin-bottom: 0;} }
@media (min-width: 992px) {
    .tarifs__desc {
        font-size: 15px;
        line-height: 20px; } }
@media (min-width: 1500px) {
    .tarifs__desc {
        font-size: 16px;
        line-height: 24px; } }
.tarifs__btn {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: -32px;
    width: 100%;
    text-align: center; }
.tarifs__btn .btn::before {
    content: '';
    position: absolute;
    bottom: 32px;
    left: 0;
    width: 100%; }
@media (min-width: 768px) {
    .tarifs__btn .btn::before {
        height: 370px; } }
@media (min-width: 992px) {
    .tarifs__btn .btn::before {
        height: 300px;
    }

    .tarifs__item_offer .tarifs__btn {
        padding-right: 10%;
        text-align: right;
    }
}
@media (min-width: 1200px) {
    .tarifs__btn .btn::before {
        height: 340px; } }
@media (min-width: 1500px) {
    .tarifs__btn .btn::before {
        height: 410px; } }

.tarifs__btn .btn {
	min-width: 140px;
}
		
.reasons__title {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
@media (min-width: 992px) {
    .reasons__title {
        float: left;
        width: 25%; } }
@media (min-width: 992px) {
    .reasons__title {
        float: right; } }
.reasons__items {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
@media (min-width: 768px) {
    .reasons__items {
        float: left;
        width: 50%; } }
@media (min-width: 992px) {
    .reasons__items {
        float: left;
        width: 41.66667%; } }
@media (min-width: 992px) {
    .reasons__items {
        margin-left: 0%; } }
.reasons__item {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.51);
    margin-bottom: 12px; }
@media (min-width: 1200px) {
    .reasons__item {
        margin-bottom: 30px; } }
@media (min-width: 1500px) {
    .reasons__item {
        margin-bottom: 95px; } }
.reasons__label {
    font-family: "BebasNeueRegular", arial, sans-serif;
    font-size: 17px; }
@media (min-width: 1200px) {
    .reasons__label {
        font-size: 25px; } }
.reasons__value {
    font-family: "BebasNeueRegular", arial, sans-serif;
    font-size: 70px;
    line-height: 1; }
@media (min-width: 1500px) {
    .reasons__value {
        font-size: 90px; } }
.reasons__value span {
    font-size: .45em; }
.reasons__media {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    margin-bottom: 30px; }
@media (min-width: 768px) {
    .reasons__media {
        float: left;
        width: 33.33333%; } }
@media (min-width: 768px) {
    .reasons__media {
        margin-left: 8.33333%; } }
@media (min-width: 992px) {
    .reasons__media {
        margin-left: 0%; } }
.reasons__media img {
    margin: 0 auto 40px; max-width: 70%;}
@media (min-width: 768px) {
    .reasons__media img {
        max-width: 100%; } }
@media (min-width: 992px) {
    .reasons__media img {
        max-width: 55%; } }
@media (min-width: 1500px) {
    .reasons__media img {
        margin-top: -60px;
        max-width: 100%; } }

.options__group {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
@media (min-width: 768px) {
    .options__group {
        float: left;
        width: 50%; } }
.options__title {
    font-family: "BebasNeueRegular", arial, sans-serif;
    font-size: 40px;
    line-height: 1;
    margin-top: 30px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    position: relative; }
@media (min-width: 992px) {
    .options__title {
        margin-top: 0;
        font-size: 25px;
        margin-bottom: 15px;
        padding-bottom: 15px; } }
@media (min-width: 1500px) {
    .options__title {
        margin-top: 30px;
        font-size: 40px;
        margin-bottom: 25px;
        padding-bottom: 25px; } }
.options__title::after {
    content: '';
    display: block;
    width: 76px;
    height: 3px;
    background: #d4d0db;
    position: absolute;
    bottom: 0; }
.options__subtitle {
    color: #d2cfda;
    font-size: 18px;
    font-family: "BrutalType", arial, sans-serif;
    display: block;
    margin-top: 10px; }
@media (min-width: 992px) {
    .options__subtitle {
        font-size: 14px; } }
@media (min-width: 1500px) {
    .options__subtitle {
        font-size: 18px; } }
.options__list {
    min-height: 200px;
    overflow: hidden;
    visibility: visible !important;
    display: block !important;
    position: relative; }
@media (min-width: 992px) {
    .options__list {
        min-height: 150px; } }
@media (min-width: 1500px) {
    .options__list {
        min-height: 200px; } }
.options__list::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    pointer-events: none;
    background: url(../images/options__list.png) repeat-x 0 0; }
.options__list.in::after {
    content: none; }
.options__list ol {
    margin: 0;
    padding: 0;
    counter-reset: item; }
.options__list li {
    list-style: none;
    margin: 0 0 5px;
    padding: 0 0 0 25px;
    cursor: pointer;
    overflow: hidden;
    font-size: 16px; }
@media (min-width: 992px) {
    .options__list li {
        font-size: 14px; } }
@media (min-width: 1500px) {
    .options__list li {
        font-size: 14px; } }
.options__list li::before {
    counter-increment: item;
    content: counter(item) "/ ";
    float: left;
    margin-left: -25px; }
.options__list li span {
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
.options__list li span::before {
    position: absolute;
    top: 100%;
    content: attr(data-hover);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
.options__list li:hover {
    color: #668d99; }
.options__list li:hover span {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%); }
.options__more {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
    font-family: "BebasNeueRegular", arial, sans-serif;
    font-size: 20px;
    line-height: 1; }
@media (min-width: 992px) {
    .options__more {
        margin-top: 0;
        margin-bottom: 0; } }
@media (min-width: 1500px) {
    .options__more {
        margin-top: 40px; } }
.options__more_hide {
    display: none; }
.options__more__show {
    display: inline-block; }
.options__more-link {
    cursor: pointer; }
.options__more-link::after {
    content: '';
    display: inline-block;
    width: 17px;
    height: 10px;
    background: url(../images/arrow.png) no-repeat 0 0;
    margin-left: 10px;
    vertical-align: middle; }
.options__more-link:hover {
    color: #668d99; }
.options__more-link:hover:after {
    background-position: 0 100%; }
.options__more-link[aria-expanded="true"] {
    color: #668d99; }
.options__more-link[aria-expanded="true"]:after {
    background-position: 0 100%;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
.options__more-link[aria-expanded="true"] .options__more_show {
    display: none; }
.options__more-link[aria-expanded="true"] .options__more_hide {
    display: inline-block; }

.garanties__title {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 40px;
    margin-bottom: 30px; }
@media (min-width: 1200px) {
    .garanties__title {
        float: left;
        width: 25%; } }
.garanties__items {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
@media (min-width: 1200px) {
    .garanties__items {
        float: left;
        width: 75%; } }
@media (min-width: 1500px) {
    .garanties__items {
        float: left;
        width: 66.66667%; } }
@media (min-width: 1200px) {
    .garanties__items {
        margin-bottom: 90px; } }
@media (min-width: 1500px) {
    .garanties__items {
        margin-bottom: 150px; } }
.garanties__item {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 60px; }
@media (min-width: 768px) {
    .garanties__item {
        float: left;
        width: 50%; } }
@media (min-width: 992px) {
    .garanties__item {
        float: left;
        width: 25%; } }
@media (min-width: 1200px) {
    .garanties__item {
        margin-bottom: 0; } }
.garanties__item-content {
    position: relative;
    cursor: pointer; }
.garanties__item-content::after {
    content: '';
    display: block;
    background: url(../images/garanties__item_check.png) no-repeat 0 0;
    width: 108px;
    height: 108px;
    position: absolute;
    top: 100%;
    left: 50%;
    margin: -54px 0 0 -54px;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s; }
@media (min-width: 1200px) {
    .garanties__item-content:hover::after,
    .garanties__item-content:hover .garanties__media {
        -webkit-transform: translateY(-30px);
            -ms-transform: translateY(-30px);
                transform: translateY(-30px); } }
.garanties__media {
    -webkit-box-shadow: 6px 6px 32px rgba(78, 78, 78, 0.11);
            box-shadow: 6px 6px 32px rgba(78, 78, 78, 0.11);
    background: #fff;
    height: 495px;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s; }
@media (min-width: 992px) {
    .garanties__media {
        height: 285px; } }
@media (min-width: 1500px) {
    .garanties__media {
        height: 495px; } }
.garanties__media img {
    max-width: 1000%;
    min-width: 100%; }
.garanties__media::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/garanties__desc.png) repeat-x 0 100%; }
@media (min-width: 992px) {
    .garanties__media::after {
        background-position: 0 -100%; } }
@media (min-width: 1500px) {
    .garanties__media::after {
        background-position: 0 100%; } }
.garanties__desc {
    font-size: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 135px;
    padding: 0 25px;
    z-index: 1; }
@media (min-width: 992px) {
    .garanties__desc {
        font-size: 18px;
        height: 115px; } }
@media (min-width: 1200px) {
    .garanties__desc {
        padding: 0 15px; } }
@media (min-width: 1500px) {
    .garanties__desc {
        padding: 0 25px;
        height: 135px;
        font-size: 20px; } }

.lawyers__title {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
@media (min-width: 992px) {
    .lawyers__title {
        float: left;
        width: 41.66667%; } }
@media (min-width: 992px) {
    .lawyers__title {
        font-size: 40px; }
    .lawyers__title span {
        font-size: 60px; } }
.lawyers__items {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
@media (min-width: 992px) {
    .lawyers__items {
        float: left;
        width: 58.33333%; } }
.lawyers__items ul {
    list-style: none;
    margin: 0;
    padding: 0; }
.lawyers__items li {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    font-size: 20px; }
@media (min-width: 1500px) {
    .lawyers__items li {
        margin-bottom: 50px; } }
.lawyers__items li::before {
    content: '';
    width: 54px;
    min-width: 54px;
    height: 54px;
    background: url(../images/lawyers__item.png) no-repeat 0 0;
    margin-right: 20px; }

.reviews__title {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 40px; }
@media (min-width: 992px) {
    .reviews__title {
        float: left;
        width: 25%; } }
@media (min-width: 992px) {
    .reviews__title {
        float: right; }
    .reviews__title span {
        font-size: 60px; } }
.reviews__slider {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden; }
@media (min-width: 992px) {
    .reviews__slider {
        float: left;
        width: 75%; } }
.reviews__slide {
    margin-bottom: 35px; }
@media (min-width: 1500px) {
    .reviews__slide {
        min-height: 520px;
        padding-top: 120px; } }
.reviews__slide_video {
    margin-left: -15px;
    margin-right: -15px; }
.reviews__slide_video:before, .reviews__slide_video:after {
    content: " ";
    display: table; }
.reviews__slide_video:after {
    clear: both; }
.reviews__slide_video .reviews__slide-info {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
@media (min-width: 768px) {
    .reviews__slide_video .reviews__slide-info {
        float: left;
        width: 33.33333%; } }
@media (min-width: 1200px) {
    .reviews__slide_video .reviews__slide-info {
        float: left;
        width: 50%; } }
@media (min-width: 1500px) {
    .reviews__slide_video .reviews__slide-info {
        float: left;
        width: 25%; } }
.reviews__slide_video .reviews__slide-video {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
@media (min-width: 768px) {
    .reviews__slide_video .reviews__slide-video {
        float: left;
        width: 66.66667%; } }
@media (min-width: 1200px) {
    .reviews__slide_video .reviews__slide-video {
        float: left;
        width: 50%; } }
@media (min-width: 1500px) {
    .reviews__slide_video .reviews__slide-video {
        float: left;
        width: 75%; } }
.reviews__slide_video .reviews__slide-video img {
    width: 100%; }
.reviews__slide-photo {
    float: left;
    margin-right: 30px;
    width: 96px;
    border-radius: 5px;
    -webkit-box-shadow: 5px 6px 10px rgba(34, 34, 36, 0.1);
            box-shadow: 5px 6px 10px rgba(34, 34, 36, 0.1); }
.reviews__slide-photo img {
    border-radius: 5px; }
.reviews__slide-info {
    line-height: 1;
    margin-top: 30px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    position: relative;
    overflow: hidden; }
@media (min-width: 992px) {
    .reviews__slide-info {
        margin-top: 0;
        font-size: 25px;
        margin-bottom: 15px;
        padding-bottom: 15px; } }
@media (min-width: 1500px) {
    .reviews__slide-info {
        margin-top: 30px;
        font-size: 40px;
        margin-bottom: 25px;
        padding-bottom: 25px; } }
.reviews__slide-info::after {
    content: '';
    display: block;
    width: 76px;
    height: 3px;
    background: #d4d0db;
    position: absolute;
    bottom: 0; }
.reviews__slide-name {
    font-family: "BebasNeueRegular", arial, sans-serif;
    font-size: 40px; }
.reviews__slide-position {
    color: #d2cfda;
    font-size: 18px;
    font-family: "BrutalType", arial, sans-serif;
    display: block;
    margin-top: 10px; }
@media (min-width: 992px) {
    .reviews__slide-position {
        font-size: 14px; } }
@media (min-width: 1500px) {
    .reviews__slide-position {
        font-size: 18px; } }
.reviews__slide-text {
    clear: both;
    padding: 0; }
@media (min-width: 768px) {
    .reviews__slide-text {
        padding: 40px 0 0; } }
.reviews__controls {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    overflow: hidden; }
.reviews__controls::before {
    content: '';
    background: #d4d0db;
    width: 200px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -100%;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
.reviews .swiper-slide {
    width: 100% !important; }
.reviews .swiper-button-prev {
    top: 0;
    left: 0;
    margin: 0; }
.reviews .swiper-button-next {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    margin: 0; }
.reviews .swiper-container {
    width: 100%; }
.reviews .swiper-pagination {
    color: #d4d0db;
    margin: 20px 0;
    position: relative;
    bottom: 0;
    left: 0; }
@media (min-width: 992px) {
    .reviews .swiper-pagination {
        position: absolute;
        text-indent: 300px;
        margin: 45px 0; } }
@media (min-width: 1500px) {
    .reviews .swiper-pagination {
        position: relative;
        margin: 20px 0;
        text-indent: 0; } }
.reviews .swiper-pagination-current {
    color: #000; }

@-webkit-keyframes btn-play {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1, 1);
                transform: translate(-50%, -50%) scale(1, 1); }
    50% {
        -webkit-transform: translate(-50%, -50%) scale(1.3, 1.3);
                transform: translate(-50%, -50%) scale(1.3, 1.3); } }

@keyframes btn-play {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1, 1);
                transform: translate(-50%, -50%) scale(1, 1); }
    50% {
        -webkit-transform: translate(-50%, -50%) scale(1.3, 1.3);
                transform: translate(-50%, -50%) scale(1.3, 1.3); } }
.modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    visibility: hidden;
    -webkit-transform: translateY(60%) scale(0);
    -ms-transform: translateY(60%) scale(0);
        transform: translateY(60%) scale(0);
    -webkit-transition: -webkit-transform 0.4s, visibility 0s 0.4s;
    -webkit-transition: visibility 0s 0.4s, -webkit-transform 0.4s;
    transition: visibility 0s 0.4s, -webkit-transform 0.4s;
    -o-transition: transform 0.4s, visibility 0s 0.4s;
    transition: transform 0.4s, visibility 0s 0.4s;
    transition: transform 0.4s, visibility 0s 0.4s, -webkit-transform 0.4s;
    opacity: 1;
    /*iOS 11.1 ���*/
    /*display: flex !important;*/
    display: block;
    /*iOS 11.1 ���*/
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.modal.in {
    visibility: visible;
    -webkit-transform: translateY(0%) scale(1);
    -ms-transform: translateY(0%) scale(1);
        transform: translateY(0%) scale(1);
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s; }
.modal__title {
    font-family: "BebasNeueRegular", arial, sans-serif;
    font-size: 50px;
    line-height: 1;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative; }
.modal__subtitle {
    font-weight: 700;
    font-size: 18px;
    font-family: "BebasNeueRegular", arial, sans-serif;
    line-height: 1.3;
    margin: -20px 0 25px; }
.modal .form-group_agreement p {
    color: #8e8997;
    margin: 0;
    font-size: 16px;
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    height: 62px; }
.modal .form-group_agreement a {
    color: #8e8997; }
.modal .form-group_agreement a:hover {
    color: #668d99; }
.modal .btn {
    margin-top: 15px;
    margin-bottom: 25px; }
.modal__close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 54px;
    height: 54px;
    background: url(../images/modal__close.png) no-repeat 0 0; }
.modal__close:hover {
    background-position: 0 100%; }
.modal__close span {
    opacity: 0; }

button.close {
    background: url(../images/modal__close.png) no-repeat 0 0;
    opacity: 1 !important;
    z-index: 10; }
button.close:hover {
    background-position: 0 100%; }

.modal-dialog {
    position: relative;
    z-index: 5;
    width: 90%;
    max-width: 970px;
    /*iOS 11.1 ���*/    
	/*margin: 0;*/
	margin: 0 auto;
    /*iOS 11.1 ���*/ 
    height: 100%;
    padding: 30px 0; }
@media (min-width: 992px) {
    .modal-dialog {
        height: auto; } }

.modal_small .modal-dialog {
    max-width: 470px; }
.modal_small .form-group_agreement p {
    display: block;
    height: auto; }
.modal_small .btn {
    margin-top: 5px; }

.modal_order .modal__title {
    font-size: 40px; }
.modal_order .modal__title span {
    display: block;
    font-size: 30px;
    margin-bottom: 15px; }
.modal_order .form__media {
    margin-left: -285px;
    margin-top: -10px;
    display: none; }
@media (min-width: 992px) {
    .modal_order .form__media {
        display: block; } }

.modal-content {
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent;
    border: none; }

.modal-body {
    padding: 0; }

.fade {
    background: rgba(219, 219, 219, 0.95); }

.lk__video {
    font-family: "BebasNeueRegular", arial, sans-serif;
    font-size: 20px;
    line-height: 1;
    position: relative;
    margin-bottom: 30px; }
.lk__video a {
    text-decoration: none;
    color: #000; }
.lk__video img {
    margin-bottom: 10px;
    border-radius: 5px; }

.breadcrumbs {
    font-family: "BebasNeueRegular", arial, sans-serif;
    font-size: 20px;
    line-height: 1;
    position: relative;
    margin-bottom: 30px; }
.breadcrumbs a {
    color: #d4d0db;
    text-decoration: none; }
.breadcrumbs a::after {
    content: '/';
    display: inline-block;
    margin: 0 10px 0 12px;
    color: #d4d0db; }
.breadcrumbs a:hover {
    color: #668d99; }
.modal-open .swiper-container{
    /*display:none;*/
}
@media (max-width: 1280px) and (min-width: 992px) {
	.slide_09 > .slide__back p {
		font-size:14px;
	}
}
.footer__poweredby a{
	vertical-align: top;
}    
.head_phone{
	display:none;
}
@media (max-width: 992px) and (min-width: 500px){
	.head_phone{
		display:block;
	}
	.collapse .header__phone{
		display:none;
	}
}
.or{
	position:absolute;
	top: 42%;
    left: 48%;
}
.modal_mini{
    width: 50%;
    height: 50%;
    top: 30%;
    left: 30%;
}

.offers {
    margin-top: 20px;
	font-size: 15px;
}

.offers::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #F1F1F1;
}
.offers::-webkit-scrollbar {
    width: 8px;
    background-color: #F1F1F1;
}
.offers::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #cbcbd0;
}

.offers__text {
    margin-bottom: 20px;
}

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

.offers__list li {
    padding: 0 0 0 30px;
    min-height: 22px;
    margin: 0 0 5px;
    background: url("../images/lawyers__item.png") no-repeat 0 0 / 22px 22px;
}

.offers-info {
    margin-top: 0;
    margin-bottom: 50px;
}

@media (min-width: 1280px) {
	.offers-info {
		margin-top: 60px;
	}
}

@media (min-width: 1500px) {
	.offers-info {
		margin-top: 120px;
	}
	
	.offers__list li {
		padding: 0 0 0 47px;
		min-height: 32px;
		margin: 0 0 15px;
		background: url("../images/lawyers__item.png") no-repeat 0 0 / 30px 30px;
	}
}

.offers-info p {
    margin: 20px 0;
}

.btn-offers {
    color: #fff;
    background: #ffb43e;
    font-size: 40px;
    padding: 25px 0;
    -webkit-box-shadow: 0 0 32px rgba(78,78,78,.59);
            box-shadow: 0 0 32px rgba(78,78,78,.59);
    height: 100px;
}

.btn-offers:hover {
    background: #fff;
}

@media (min-width: 992px) {
    .offers-info {
        margin-bottom: 0;
    }

    .offers {
        max-height: 60vh;
        overflow: hidden;
    }
}


@media (min-width: 1280px) and (min-height: 900px) {
    .offers {
        max-height: 80vh;
    }

    .offer__tarifs {
        margin-top: 120px;
	}
	
	.offers-info {
		margin-top: 120px;
	}
}


@media (min-width: 1200px) and (min-height: 750px) {	
	.offers-info {
		margin-top: 120px;
	}
}

@media (min-width: 1200px) {
	.offers {
		font-size: 18px;
	}
	
    .offer__tarifs {
		padding-left: 64px;
    }
	
	.tarifs__media img {
		margin-right: -17%;
	}
}


@media (min-width: 1500px) {
    .offer__tarifs {
		padding-left: 64px;
    }
	
	.tarifs__item-content {
		height: 413px;
	}
	
	.tarifs__item_offer .tarifs__item-content {
		height: 240px;
	}
	
	.tarifs__media img {
		width: 170%;
		max-width: 170%;
	}
}

