@font-face {
    src: url('../fonts/GothamProRegular.ttf') format('truetype');
    /* Safari, Android, iOS */
    font-family: 'Gotham';
    font-weight: 300;
    font-display: swap;
}

@font-face {
    src: url('../fonts/GothamProMedium.ttf') format('truetype'), url('../fonts/GothamProMedium.eot') format('truetype');
    /* Safari, Android, iOS */
    font-family: 'Gotham';
    font-weight: 400;
    font-display: swap;
}

@font-face {
    src: url('../fonts/GothamProBold.ttf') format('truetype'), url('../fonts/GothamProBold.eot') format('truetype');
    /* Safari, Android, iOS */
    font-family: 'Gotham';
    font-weight: 600;
    font-display: swap;
}

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;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

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

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

input[type='search'] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

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

fieldset {
    border: 1px solid #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;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

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

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

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

a {
    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.42857143;
    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 #eee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role='button'] {
    cursor: pointer;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 2px;
    padding-right: 3px;
}

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

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

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

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

.row {
    margin-left: -2px;
    margin-right: -3px;
}

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

.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 {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1250px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}

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

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

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

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

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

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

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

.visible-xs,
.visible-sm,
.visible-md,
.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 !important;
    }
    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 !important;
    }
    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 !important;
    }
    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: 1250px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

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

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

@media (min-width: 1250px) {
    .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: 1250px) {
    .hidden-lg {
        display: none !important;
    }
}

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

@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table !important;
    }
    tr.visible-print {
        display: table-row !important;
    }
    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;
    }
}

html {
    box-sizing: border-box;
    font-family: sans-serif;
    font-size: 10px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

*,
*::after,
*::before {
    box-sizing: inherit;
}

body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
}

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

progress {
    vertical-align: baseline;
}

template,
[hidden] {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline-width: 0;
}

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

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

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

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

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

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

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

figure {
    margin: 1em 40px;
}

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

button,
input,
select,
textarea {
    font: inherit;
}

optgroup {
    font-weight: bold;
}

button,
input,
select {
    overflow: visible;
}

button,
input,
select,
textarea {
    margin: 0;
}

button,
select {
    text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
    cursor: pointer;
}

[disabled] {
    cursor: default;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

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

textarea {
    overflow: auto;
}

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

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

[type='search'] {
    -webkit-appearance: textfield;
}

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

.btn {
    display: block;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: none;
}

.vertical-container {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.vertical-inner {
    position: relative;
    top: 50% !important;
    transform: translateY(-50%);
    z-index: 99;
}

html {
    overflow-x: hidden;
}

body {
    width: 100%;
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    width: 100%;
}

@media only screen and (min-width: 320px) {
    .container {
        padding: 0 5px;
    }
}

@media only screen and (min-width: 768px) {
    .container {
        padding: 0 15px;
    }
}

::placeholder {
    color: #828385;
    font-family: 'Gotham';
    font-weight: 400;
}

@media only screen and (min-width: 320px) {
     ::placeholder {
        font-size: 16px;
    }
}

@media only screen and (min-width: 1200px) {
     ::placeholder {
        font-size: 16px;
    }
}

.yakor_block {
    position: fixed;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    top: 50%;
    right: 180px;
    transform: translateY(-50%);
    z-index: 10;
}

@media only screen and (min-width: 320px) {
    .yakor_block {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .yakor_block {
        display: flex;
        width: 20px;
        right: 10px;
    }
}

@media only screen and (min-width: 1300px) {
    .yakor_block {
        width: 30px;
        right: 40px;
    }
}

@media only screen and (min-width: 1396px) {
    .yakor_block {
        right: 110px;
    }
}

@media only screen and (min-width: 1680px) {
    .yakor_block {
        right: 180px;
    }
}

.yakor {
    fill: #002663;
    transition: fill .4s;
}

@media only screen and (min-width: 320px) {
    .yakor {
        width: 20px;
        height: 20px;
        margin: 5px 0;
    }
}

@media only screen and (min-width: 1300px) {
    .yakor {
        width: 30px;
        height: 30px;
        margin: 10px 0;
    }
}

a.active .yakor {
    fill: #F05123;
}
a.a-white .yakor {
    fill: #ffffff;
}

.th_head {
    width: 100% !important;
    height: 100vh !important;
    overflow: hidden;
    background: url(../images/head_bg.jpg) 50% 50% no-repeat;
    background-size: cover;
    padding: 0 !important;
}

.th_head:before {
    width: 100% !important;
}

.th_head:after {
    display: none !important;
}

@media only screen and (min-width: 320px) {
    .header_th {
        width: 100%;
        height: 100vh;
        margin: 0 auto;
        display: flex;
        align-items: center;
        padding: 0 !important;
    }
}

.header_th a {
    text-align: center !important;
    margin: 30px auto !important;
    float: none;
    color: #fff;
    font-family: 'Gotham';
    font-weight: 400;
    letter-spacing: -0.5px;
}

.th {
    text-align: center !important;
    margin: 30px auto !important;
    float: none;
    color: #1f1f1f;
    font-family: 'Gotham';
    font-weight: 400;
    letter-spacing: -0.5px;
}

.th_404 {
    text-align: center !important;
    margin: 30px auto !important;
    float: none;
    color: #f05123;
    font-family: 'Gotham';
    font-weight: 400;
    letter-spacing: -0.5px;
    font-size: 50px;
}

.th_btn {
    font-family: 'Gotham';
    font-weight: 400;
    width: 240px !important;
}

p {
    font-size: 18px;
    color: #000;
    letter-spacing: -0.5px;
    margin: 0;
}

p span {
    font-family: 'Montserrat_Bold';
}

h1 {
    margin: 0;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Gotham';
    font-weight: 400;
}

h2 {
    font-size: 36px;
    color: #002663;
    text-transform: uppercase;
    font-family: 'Gotham';
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
}

h2 span {
    font-size: 36px;
    color: #f05123;
    font-family: 'Gotham';
    font-weight: 600;
    line-height: 1.2;
}

h3 {
    color: #002663;
    text-transform: uppercase;
    font-family: 'Gotham';
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
}

@media only screen and (min-width: 320px) {
    h3 {
        font-size: 18px;
    }
}

@media only screen and (min-width: 1200px) {
    h3 {
        font-size: 18px;
    }
}

h4 {
    font-size: 20px;
    font-weight: 100;
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-family: 'MullerBold';
}

a {
    outline: none;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style-type: none;
}

.btn_orange {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 180px;
    height: 43px;
    border-radius: 15px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Gotham';
    font-weight: 400;
    outline: none !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
    border: 1px solid #f05123;
    background-color: #f05123;
    letter-spacing: 1px;
    color: #fff;
    box-shadow: inset 0 0 0 1px #f04f23;
    cursor: default !important;
}

.btn_orange.disabled {
    opacity: 0.5;
}

.btn_orange:not(.disabled):hover {
    color: #f05123;
    box-shadow: inset 0 0 0 30px #fff;
    cursor: pointer !important;
}
.btn_white {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 180px;
    height: 43px;
    border-radius: 15px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Gotham';
    font-weight: 400;
    outline: none !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    border: 1px solid #fff;
    background-color: #fff;
    letter-spacing: 1px;
    color: #f05123;
    box-shadow: inset 0 0 0 1px #f04f23;
    cursor: default !important;
}

.btn_white.disabled {
    opacity: 0.5;
    transition: all 0.3s ease-in-out;
}

.btn_white:not(.disabled):hover {
    color: #fff;
    transition: all 0.3s ease-in-out;
    box-shadow: inset 0 0 0 30px #f04f23;
    cursor: pointer !important;
}

.po__a {
    position: absolute;
}

.lapa {
    width: 120px;
}

.lapa .lapa_st0,
.lapa .lapa_st0_pop {
    fill: none;
    stroke: #002663;
    stroke-width: 0.885;
    stroke-miterlimit: 10;
}

.lapa .lapa_st1 {
    fill: none;
    stroke: #002663;
    stroke-miterlimit: 10;
}

.lapa .lapa_st0_2,
.lapa .lapa_st0_2_pop  {
    fill: none;
    stroke: #f05123;
    stroke-width: 0.885;
    stroke-miterlimit: 10;
}

.lapa .lapa_st1_2 {
    fill: none;
    stroke: #f05123;
    stroke-miterlimit: 10;
}

.vipod {
    max-width: 360px;
    width: 100%;
    height: 35px;
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    z-index: 3;
    transition: opacity 0.4s;
}

.vipod:not(.disabled) {
    cursor: pointer;
}

.vipod .vipod_block {
    width: 100%;
    height: 35px;
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #84888b;
    background-color: #fff;
    z-index: 2;
}

.vipod .vipod_block>p {
    font-size: 16px;
    color: #002663;
    font-family: 'Gotham';
    font-weight: 400;
    margin-left: 10px;
    text-transform: uppercase;

    transition: all .4s ease;
}

.vipod .vipod_block span {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 30px;
    height: 20px;
    margin-top: -10.5px;
    display: block;
    background: url(../images/vipod.svg) 50% 50% no-repeat;
    transition: 0.3s ease-in-out;

    transition: all .4s ease;
}

.vipod .vipod_block input.replaced-intut {
    font-size: 16px;
    color: #002663;
    font-family: 'Gotham';
    font-weight: 400;
    text-transform: uppercase;
    width:0;
    opacity: 0;
    overflow: hidden;
    border: none;
    box-shadow: none !important;

    transition: all .4s ease;
}
.vipod .vipod_block.with-input input.replaced-intut {
    width:calc(100% - 16px);
    opacity: 1;
    overflow: visible;
}

.konstruktor__main__item .pseudoform .block_form .color .config .unavailable {
    float: left;
    font-size: 12px;
    height: 22px;
    display: flex;
    align-items: center;
    padding-left: 16px;
    color: #f05123;

    opacity: 0;
    transition: opacity .4s;
}
.konstruktor__main__item .pseudoform .block_form .color .config.disabled .unavailable {
    opacity: 1;
}

#order-code-input.invalid-code {
    border-color: #f00;
    color: #f00;
    box-shadow: 0 0 8px #f00;
    background: rgba(255, 0, 0, .1);
}

.vipod_block.with-input .vipod_block_title,
.vipod_block.with-input .vipod_block_arrow {
    width: 0;
    opacity: 0;
    overflow: hidden;
}

.vipod .vipod_ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 260px;
    visibility: hidden;
    opacity: 0;
    overflow-x: auto;
    transition: 0.3s ease-in;
    z-index: 1;
    border-right: 1px solid #84888b;
    border-bottom: 1px solid #84888b;
    border-left: 1px solid #84888b;
}

.vipod .vipod_ul p {
    width: 100%;
    font-size: 16px;
    color: #002663;
    font-family: 'Gotham';
    font-weight: 400;
    text-transform: uppercase;
    transition: 0.1s ease-in-out;
}

.vipod .vipod_ul p.disabled {
    display: none;
}

@media only screen and (min-width: 320px) {
    .vipod .vipod_ul p {
        padding: 5px 10px;
    }
}

@media only screen and (min-width: 1200px) {
    .vipod .vipod_ul p {
        padding: 5px 15px;
    }
}

.vipod .vipod_ul p:hover {
    color: #f05123;
}

.vipod.active {
    height: auto;
    z-index: 4;
}

.vipod.active .vipod_block {
    border-bottom: 1px solid #84888b;
    background-color: #fff;
    z-index: 2;
}

.vipod.active .vipod_block span {
    transform: rotate(180deg);
}

.vipod.active .vipod_ul {
    visibility: visible;
    opacity: 1;
    background-color: #fff;
    z-index: 3;
    top: 35px;
    border-radius: 10px;
    z-index: 1;
}

.vipod.disabled {
    opacity: 0.5;
}

input {
    width: 100%;
    height: 30px;
    border: 1px solid #84888b;
    outline: none;
    color: #84888b;
    text-transform: uppercase;
    font-family: 'Gotham';
    font-weight: 400;
    padding: 0 10px;
}

@media only screen and (min-width: 320px) {
    input {
        font-size: 16px;
    }
}

@media only screen and (min-width: 1200px) {
    input {
        font-size: 16px;
    }
}

input.invalid {
    border-color: #f00 !important;
    border: none;
    border: 1px solid #f00;
    transition: 0.5s ease;
}

input.invalid::placeholder {
    color: #f00 !important;
    transition: 0.5s ease;
}

#mobile-color.invalid * {
    color: #f00;
}

#mobile-color.disabled .config {
    cursor: default !important;
}

#mobile-color.disabled .config * {
    cursor: default !important;
}

.config {
    width: 100%;
    min-height: 27px;
    position: relative;
    transition: opacity 0.4s;
}

.config:not(.disabled) {
    cursor: pointer;
}

.config:not(.disabled) * {
    cursor: pointer;
}

.config.disabled {
    opacity: 0.5;
}

.config label span {
    width: 85%;
    float: left;
    color: #002663;
    font-family: 'Gotham';
    font-weight: 400;
}

@media only screen and (min-width: 992px) {
    .config label span {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1680px) {
    .config label span {
        font-size: 16px;
    }
}

.config input {
    display: none;
}

.config input[type=checkbox]+label:before,
.config input[type=radio]+label:before {
    content: '';
    color: transparent;
    background-color: #fff;
    display: inline-block;
    border: 1px solid #f05123;
    box-shadow: inset 0 0 0 0 rgba(185, 185, 185, 0);
    border-radius: 50%;
    height: 15px;
    width: 15px;
    text-align: center;
    vertical-align: middle;
    transition: 0.3s ease-in;
    margin: 0 15px 0 0;
    float: left;
}

.config input[type=checkbox]:checked+label:before,
.config input[type=radio]:checked+label:before {
    background-color: #f05123;
    box-shadow: inset 0 0 0 2px #fff;
}

.config label {
    float: left;
    text-transform: uppercase;
    font-size: 16px;
    color: #002663;
    font-family: 'Gotham';
    font-weight: 400;
    line-height: 1;
    padding: 5px 0;
}

@media only screen and (min-width: 992px) {
    .config label {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1680px) {
    .config label {
        font-size: 16px;
    }
}

.config span {
    display: block;
    width: 22px;
    height: 22px;
    float: left;
    margin-left: 10px;
}

.config .color_black {
    float: left;
    background-color: #000;
}

.config .color_white {
    float: left;
    background-color: #eceae8;
}
.btn_vopros{
    display: flex;
    position: absolute;
    right: 15px;
    width: 33px;
    height: 50px;
    background: url(../images/vopros.svg) 50% 50% no-repeat;
    background-size: contain;
    animation: vopros_amine 2.5s ease-in-out infinite;
    transform-origin: center center;
}
@media only screen and (min-width: 320px) {
    .btn_vopros{
        right: 10px;
        bottom: -70px;
    }
}
@media only screen and (min-width: 768px) {
    .btn_vopros{
        right: 15px;
        bottom: -90px;
    }
}
@media only screen and (min-width: 1200px) {
    .btn_vopros:before{
        content: 'У разі виникнення питань натисніть на іконку';
        display: block;
        text-transform: none;
        width: 180px;
        padding: 2px 2px;
        background-color: #fffef2;
        border: 1px solid #dcdcdc;
        position: absolute;
        top: -45px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        font-size: 12px;
        color: #7a7a7a;
        opacity: 0;
        transition: 0.3s ease-out;
    }
}
.btn_vopros:hover:before{
    opacity: 1;
}
.btn_vopros:hover{
    animation: none;
}
@keyframes vopros_amine {
    0% {
        transform: rotate(0deg);
    }
    5% {
        transform: rotate(-5deg);
    }
    15% {
        transform: rotate(5deg);
    }
    25% {
        transform: rotate(-5deg);
    }
    35% {
        transform: rotate(5deg);
    }
    45% {
        transform: rotate(-5deg);
    }
    55% {
        transform: rotate(5deg);
    }
    60% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(0deg);
    }
}


.bg_pop_up {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.6);
    z-index: 101;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.4s;
}

.bg_pop_up.shown {
    visibility: visible;
    opacity: 1;
}

.bg_pop_up input.invalid {
    border-color: #f00 !important;
    border: none;
    border: 1px solid #f00;
    transition: 0.5s ease;
}

.bg_pop_up input.invalid::placeholder {
    color: #f00 !important;
    transition: 0.5s ease;
}

.bg_pop_up .popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #f05123;
    opacity: 1;
    visibility: visible;
    transition: all .4s ease;
}

.bg_pop_up .popup.closed {
    opacity: 0;
    visibility: hidden;
}

.bg_pop_up .popup.closed *,
.bg_pop_up .popup.closed *::placeholder {
    transition: none !important;
}

@media only screen and (min-width: 320px) {
    .bg_pop_up .popup {
        width: 300px;
        padding: 42px 10px;
        border-radius: 10px;
    }
}

@media only screen and (min-width: 768px) {
    .bg_pop_up .popup {
        width: 725px;
        padding: 64px 10px;
        border-radius: 10px;
    }
}

.bg_pop_up .popup .exit {
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 3;
}

@media only screen and (min-width: 320px) {
    .bg_pop_up .popup .exit {
        top: 2px;
        right: 2px;
    }
}

@media only screen and (min-width: 768px) {
    .bg_pop_up .popup .exit {
        top: 5px;
        right: 5px;
    }
}

.bg_pop_up .popup .exit .exit_1 {
    width: 100%;
    height: 2px;
    background: #fff;
    top: 50%;
    left: 0;
    transform: rotate(45deg);
}

.bg_pop_up .popup .exit .exit_2 {
    width: 100%;
    height: 2px;
    background: #fff;
    top: 50%;
    left: 0;
    transform: rotate(-45deg);
}

.bg_pop_up .popup form {
    position: relative;
    z-index: 2;
}

.bg_pop_up .popup form h3 {
    color: #fff;
    text-align: center;
    font-family: 'Gotham';
    font-weight: 600;
}

@media only screen and (min-width: 320px) {
    .bg_pop_up .popup form h3 {
        font-size: 21px;
    }
}

@media only screen and (min-width: 768px) {
    .bg_pop_up .popup form h3 {
        font-size: 27px;
    }
}

.bg_pop_up .popup form p {
    color: #878585;
    text-align: center;
    font-family: 'Gotham';
    font-weight: 300;
    margin-bottom: 20px;
    font-size: 16px;
}

.bg_pop_up .popup form input {
    width: 100%;
    height: 36px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #84888b;
    outline: none;
    color: #84888b;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Gotham';
    font-weight: 400;
    padding: 4px 10px;
    margin-bottom: 15px;
}

.bg_pop_up .popup form textarea {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    min-height: 120px;
    max-height: 120px;
    height: 150px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #84888b;
    outline: none;
    color: #84888b;
    font-size: 16px;
    font-family: 'Gotham';
    font-weight: 400;
    padding: 8px 10px;
    margin-bottom: 15px;
}
.bg_pop_up .popup form textarea::placeholder {
    text-transform: uppercase;
    color: #84888b;
    font-size: 16px;
    font-family: 'Gotham';
    font-weight: 400;
}

.bg_pop_up .popup form input::placeholder {
    text-transform: uppercase;
    color: #84888b;
    font-size: 16px;
    font-family: 'Gotham';
    font-weight: 400;
}

.bg_pop_up .otpravka{
    height: auto;
}
.bg_pop_up .otpravka{
    height: auto;
}
.bg_pop_up .otpravka h3{
    font-size: 20px;
    margin-bottom: 10%;
}
.lapa_block{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
}
.bg_pop_up .otpravka .lapa_block .lapa{
    position: absolute;
    transform: rotate(135deg);
}
.bg_pop_up .otpravka .lapa_block .lapa:nth-child(1){
    top: 0px;
    left: 100px;
}
.bg_pop_up .otpravka .lapa_block .lapa:nth-child(2){
    top: 60px;
    left: 30px;
}
.bg_pop_up .otpravka .lapa_block .lapa:nth-child(3){
    top: 60px;
    right: 100px;
}
.bg_pop_up .otpravka .lapa_block .lapa:nth-child(4){
    top: 0px;
    right: 30px;
}
.bg_pop_up .otpravka .zagr_f{
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 15px;
    cursor: pointer;
}
.bg_pop_up .otpravka .zagr_f div{
    width: 240px;
    height: 30px;
}
.bg_pop_up .otpravka .zagr_f div .zagr_f_p{
    width: 240px;
    height: 36px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #84888b;
    outline: none;
    color: #84888b;
    padding:12px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Gotham';
    font-weight: 400;
    position: absolute;
    transition: all .4s;
    z-index: 1;
}
.bg_pop_up .otpravka .zagr_f div .zagr_f_p.active {
    color: #f05123;
}
.bg_pop_up .otpravka .zagr_f div input{
    width: 240px;
    height: 30px;
    background-color: transparent;
    border-radius: 10px;
    border: 1px solid transparent;
    outline: none;
    color: #84888b;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Gotham';
    font-weight: 400;
    padding: 0 10px;
    position: absolute;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}
@media only screen and (min-width: 320px) {
    .bg_pop_up .otpravka .lapa{
        width: 40px;
        bottom: 10px;
    }
}
@media only screen and (min-width: 768px) {
    .bg_pop_up .otpravka .lapa{
        width: 50px;
        bottom: 50px;
    }
}
.bg_pop_up .otpravka .lapa.lapa_2{
    left: auto;
    right: 10px;
}
.bg_pop_up .otpravka .btn_white{
    width: 240px;
    margin: 0 auto;
}
@media only screen and (min-width: 320px) {
    .bg_pop_up .otpravka{
        width: 280px;
    }
}
@media only screen and (min-width: 768px) {
    .bg_pop_up .otpravka{
        width: 520px;
        padding-left: 32px;
        padding-right: 32px;
    }
}

.form-info {
    margin-top: 12px;
    color:#fff !important;
}

.table {
    display: table;
    height: 100%;
    width: 100%;
}

.cell {
    margin: 0;
}

.page_wrapper {
    height: 100%;
    width: 100%;
}

.page_wrapper.push {
    margin-left: 0;
}

#menu-trigger {
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 99;
    transition: all 0.5s ease;
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    z-index: 102;
}

#menu-trigger div {
    position: relative;
    height: 5px;
    margin-bottom: 7px;
    width: 40px;
    background: #f05123;
    transition: all 0.3s ease;
    display: block;
    z-index: 99;
}

@media only screen and (min-width: 320px) {
    #menu-trigger div {
        display: block;
    }
}

@media only screen and (min-width: 992px) {
    #menu-trigger div {
        display: none;
    }
}

#menu-trigger:hover {
    cursor: pointer;
}

#menu-trigger.clicked div:nth-child(even) {
    opacity: 0;
}

#menu-trigger.clicked div:nth-child(1) {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(48deg);
    top: 12px;
    left: 0;
    background: #f05123;
}

#menu-trigger.clicked div:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -12px;
    right: -1px;
    background: #f05123;
}

.menu {
    overflow: auto;
    position: fixed;
    top: 0;
    right: -240px;
    width: 240px;
    height: 100%;
    z-index: 101;
    background: #fff;
    transition: all 0.3s cubic-bezier(0.77, 0.06, 0.28, 0.85);
}

.nano-content li {
    list-style: none;
    display: block;
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: all 0.3s;
}

.nano-content li a {
    display: block;
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    color: #7c8083;
    font-family: 'Gotham';
    font-weight: 400;
}

.menu.open {
    right: 0;
    box-shadow: 2px 0 5px #777;
}

.menu-tint {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    top: 0;
    z-index: -1;
    transition: all 0.3s;
}

.menu-tint.open {
    opacity: 0.15;
    z-index: 97;
    position: fixed;
    animation: initial;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 100;
}

#logo-menu {
    width: 100%;
    height: 40px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

#logo-menu a {
    font-size: 16px;
    color: #000;
    font-family: 'Aire';
    font-weight: 400;
    display: table;
    text-transform: uppercase;
    margin: 0 10px;
}

#logo-menu span {
    font-size: 16px;
    color: #000;
    font-family: 'Aire';
    font-weight: 400;
    display: table;
    text-transform: uppercase;
}

#soc_seti {
    margin: 10px 0;
}

.logo {
    display: block;
    width: 175px;
    height: 110px;
    margin: 0 auto;
    background: url(../images/logo.svg) 50% 50% no-repeat;
}

.nano-content {
    width: 100%;
    padding-left: 25px;
}

.menu {
    overflow: auto;
}

.menu .menu_icons {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.menu .menu_icons .facebook {
    width: 25px;
    height: 25px;
    margin: 0 25px;
}

.menu .menu_icons .facebook .st0 {
    fill: #7c8083;
    transition: 0.3s ease-in-out;
}

.menu .menu_icons .facebook:hover .st0 {
    fill: #f05123;
}

.menu .menu_icons .instagram {
    width: 25px;
    height: 25px;
    margin: 0 15px;
}

.menu .menu_icons .instagram .st0 {
    fill: #7c8083;
    transition: 0.3s ease-in-out;
}

.menu .menu_icons .instagram:hover .st0 {
    fill: #f05123;
}

.menu .menu_icons .youtube {
    width: 36px;
    height: 25px;
    margin: 0 25px;
}

.menu .menu_icons .youtube .st0 {
    fill: #7c8083;
    transition: 0.3s ease-in-out;
}

.menu .menu_icons .youtube:hover .st0 {
    fill: #f05123;
}

.services__popup {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 101;
    top: 0;
    left: 0;
    background-color: #fff;
    display: none;
}

.services__popup .services__closed {
    width: 45px;
    height: 45px;
    background-color: #fff;
    position: absolute;
    top: 5px;
    right: 22px;
    z-index: 3;
    cursor: pointer;
}

.services__popup .services__closed:before {
    content: '';
    display: block;
    position: absolute;
    width: 35px;
    height: 1px;
    background: #000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.services__popup .services__closed:after {
    content: '';
    display: block;
    position: absolute;
    width: 35px;
    height: 1px;
    background: #000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

@media only screen and (min-width: 320px) {
    .services__popup__img {
        width: 320px;
        height: 30%;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 992px) {
    .services__popup__img {
        width: 480px;
    }
}

@media only screen and (min-width: 1200px) {
    .services__popup__img {
        width: 50%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
    }
}

.services__popup__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (min-width: 320px) {
    .services__popup__main {
        width: 100%;
        height: 410px;
        padding: 10px;
    }
}

@media only screen and (min-width: 768px) {
    .services__popup__main {
        padding: 30px;
    }
}

@media only screen and (min-width: 1200px) {
    .services__popup__main {
        width: 50%;
        height: 100%;
    }
}

.services__popup__main__item {
    width: 100%;
    height: 100%;
    border: 5px solid #b89773;
    position: relative;
}

@media only screen and (min-width: 320px) {
    .services__popup__main__item {
        padding: 15px;
    }
}

@media only screen and (min-width: 1200px) {
    .services__popup__main__item {
        padding: 70px 115px 70px 70px;
    }
}

.services__popup__main__item h2 {
    color: #b89773;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Display';
    font-weight: 600;
}

@media only screen and (min-width: 320px) {
    .services__popup__main__item h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 1200px) {
    .services__popup__main__item h2 {
        font-size: 30px;
        margin-bottom: 60px;
    }
}

.services__popup__main__item .info_p {
    font-size: 19px;
    color: #000;
    font-family: 'Gilroy';
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
}

@media only screen and (min-width: 320px) {
    .services__popup__main__item .info_p {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 1200px) {
    .services__popup__main__item .info_p {
        margin-bottom: 60px;
    }
}

.services__popup__main__item .info_p span {
    font-family: 'Gilroy';
    font-weight: 600;
}

.services__popup__main__item .services__all {
    position: relative;
}

.services__popup__main__item .services__all .services__scroll {
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background: #b89773;
}

@media only screen and (min-width: 320px) {
    .services__popup__main__item .services__all .services__scroll {
        right: 5px;
    }
}

@media only screen and (min-width: 768px) {
    .services__popup__main__item .services__all .services__scroll {
        right: 10px;
    }
}

@media only screen and (min-width: 1200px) {
    .services__popup__main__item .services__all .services__scroll {
        right: -50px;
    }
}

.services__popup__main__item .services__all .services__track {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateX(0.5px);
    width: 2px;
    height: 80%;
    background: #b89773;
}

.services__popup__main__item .services__all .services__dots {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-image: linear-gradient(90deg, #907759 0%, #fce5bd 50%, #907759 100%);
    cursor: pointer;
}

.services__popup__main__item .services__all .services__dots:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 26px;
    height: 26px;
    border-radius: 50%;
}

.services__popup__main__item .services__all .services__spisok {
    overflow: hidden;
    position: relative;
}

@media only screen and (min-width: 320px) {
    .services__popup__main__item .services__all .services__spisok {
        width: 90%;
    }
}

@media only screen and (min-width: 1200px) {
    .services__popup__main__item .services__all .services__spisok {
        width: 100%;
    }
}

.services__popup__main__item .services__all .services__spisok .services__popup__main__item__title {
    width: 100%;
}

@media only screen and (min-width: 320px) {
    .services__popup__main__item .services__all .services__spisok .services__popup__main__item__title {
        max-height: 230px;
        height: 100%;
    }
}

@media only screen and (min-width: 1200px) {
    .services__popup__main__item .services__all .services__spisok .services__popup__main__item__title {
        max-height: 515px;
        height: 100%;
    }
}

.services__popup__main__item .services__all .services__spisok .services__popup__main__item__title .services__block {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    color: #706e6e;
    font-family: 'Gilroy';
    font-weight: 400;
}

@media only screen and (min-width: 320px) {
    .services__popup__main__item .services__all .services__spisok .services__popup__main__item__title .services__block {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1200px) {
    .services__popup__main__item .services__all .services__spisok .services__popup__main__item__title .services__block {
        font-size: 19px;
    }
}

.services__popup__main__item .services__all .services__spisok .services__popup__main__item__title .services__block .services__nazva,
.services__popup__main__item .services__all .services__spisok .services__popup__main__item__title .services__block .services__price {
    white-space: nowrap;
}

.services__popup__main__item .services__all .services__spisok .services__popup__main__item__title .services__block .services__bg {
    width: 100%;
    height: 2px;
    background: url(../images/bg_toch.png);
    margin-bottom: -10px;
}

#photo-transformer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    background: rgba(200, 200, 200, 0.2);
    opacity: 0;
    transition: opacity 0.4s;
    z-index: 20;
}

.block_img_block:not(.disabled).image-loaded:hover #photo-transformer {
    opacity: 1;
}

@media (max-width: 1199px) {
    .block_img_block:not(.disabled).image-loaded #photo-transformer {
        opacity: 1;
    }
}

#pt-left-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 32px;
    border-left: 2px solid #f05123;
    border-top: 2px solid #f05123;
}

#pt-right-top {
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
    height: 32px;
    border-right: 2px solid #f05123;
    border-top: 2px solid #f05123;
}

#pt-left-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 32px;
    height: 32px;
    border-left: 2px solid #f05123;
    border-bottom: 2px solid #f05123;
}

#pt-right-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 32px;
    height: 32px;
    border-right: 2px solid #f05123;
    border-bottom: 2px solid #f05123;
}

.block_img_block:not(.disabled).image-loaded #photo-transformer {
    cursor: move;
}

.block_img_block:not(.disabled).image-loaded #pt-left-top {
    cursor: nw-resize;
}

.block_img_block:not(.disabled).image-loaded #pt-right-top {
    cursor: ne-resize;
}

.block_img_block:not(.disabled).image-loaded #pt-left-bottom {
    cursor: sw-resize;
}

.block_img_block:not(.disabled).image-loaded #pt-right-bottom {
    cursor: se-resize;
}

#load-pet-photo-input {
    display: none;
}

.drag-n-drop-file-uploader {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    border: 1px dashed #f05123;
    border-radius: 40px;
    color: #f05123;
    font-size: 20px;
    text-align: center;
    padding: 32px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

.drag-n-drop-file-uploader.active {
    opacity: 1;
    visibility: visible;
}

#form-status {
    color: #002663;
    margin: 20px 0;
    text-align: center;
}
#form-alert {
    color: #f05123;
    margin: 20px 0;
    text-align: center;
}

#upload-photo-status {
    color: #f05123;
    margin-bottom: 16px;
}

.with-datalist .vipod_block p {
    width: calc(100% - 64px);
}

.with-datalist .vipod_block p input {
    margin-bottom: 0 !important;
    border: none;
    width: 100%;
}

.with-datalist .vipod_block p input:focus,
.with-datalist .vipod_block p input:hover {
    box-shadow: none !important;
}

.vipod_required.invalid .vipod_block {
    border-color: #f00;
}

.vipod_required.invalid .vipod_block p {
    color: #f00;
}

#slider-thumbs image,
#slider-tracker image {
    opacity: 0;
    visibility: hidden;
    transition: all 1s ease;
}

#slider-thumbs image.active,
#slider-tracker image.active {
    opacity: 1;
    visibility: visible;
}

.header {
    position: relative;
}

.header__menu {
    width: 100%;
    background-color: #fff;
    padding: 10px 0;
}

@media only screen and (min-width: 320px) {
    .header__menu {
        height: 100px;
    }
}

@media only screen and (min-width: 992px) {
    .header__menu {
        height: 127px;
    }
}

.header__menu a {
    font-size: 16px;
    text-transform: uppercase;
    color: #7c8083;
    font-family: 'Gotham';
    font-weight: 600;
    transition: 0.3s ease-in-out;
}

.header__menu a:hover {
    color: #f05123;
}

.header__menu__main {
    max-width: 1200px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

@media only screen and (min-width: 320px) {
    .header__menu__main {
        justify-content: center;
    }
}

@media only screen and (min-width: 992px) {
    .header__menu__main {
        justify-content: space-between;
    }
}

.header__menu .menu_left {
    padding-top: 10px;
    width: 400px;
    align-items: center;
    justify-content: flex-start;
}

@media only screen and (min-width: 320px) {
    .header__menu .menu_left {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .header__menu .menu_left {
        display: flex;
    }
}

.header__menu .menu_left .facebook {
    width: 25px;
    height: 25px;
    margin: 0 25px;
}

.header__menu .menu_left .facebook .st0 {
    fill: #7c8083;
    transition: 0.3s ease-in-out;
}

.header__menu .menu_left .facebook:hover .st0 {
    fill: #f05123;
}

.header__menu .menu_left .instagram {
    width: 25px;
    height: 25px;
    margin: 0 15px;
}

.header__menu .menu_left .instagram .st0 {
    fill: #7c8083;
    transition: 0.3s ease-in-out;
}

.header__menu .menu_left .instagram:hover .st0 {
    fill: #f05123;
}

.header__menu .menu_left .youtube {
    width: 36px;
    height: 25px;
    margin: 0 25px;
}

.header__menu .menu_left .youtube .st0 {
    fill: #7c8083;
    transition: 0.3s ease-in-out;
}

.header__menu .menu_left .youtube:hover .st0 {
    fill: #f05123;
}

.header__menu .menu_left .text {
    margin-left: 20px;
}

.header__menu .logo_head {
    width: 204px;
    background: url(../images/logo.svg) 50% 50% no-repeat;
}

@media only screen and (min-width: 320px) {
    .header__menu .logo_head {
        height: 80px;
    }
}

@media only screen and (min-width: 992px) {
    .header__menu .logo_head {
        height: 100px;
    }
}

.header__menu .menu_right {
    padding-top: 10px;
    width: 400px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (min-width: 320px) {
    .header__menu .menu_right {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .header__menu .menu_right {
        display: flex;
    }
}

.header__menu .menu_right a {
    margin: 0 25px;
}

.header .container {
    position: relative;
    height: 100%;
}

.header__main {
    position: relative;
    transition: background 1s;
}

.header__main.blue {
    background-color: #002663;
}

.header__main.orange {
    background-color: #f05123;
}

@media only screen and (min-width: 320px) {
    .header__main {
        padding: 30px 0 90px 0;
    }
}

@media only screen and (min-width: 1200px) {
    .header__main {
        height: 500px;
        padding: 0;
    }
}

@media only screen and (min-width: 1680px) {
    .header__main {
        height: 650px;
    }
}

.header__main .sl_left {
    position: absolute;
    width: 45px;
    height: 70px;
    background: url(../images/arrow.svg) 50% 50% no-repeat;
    z-index: 4;
}

@media only screen and (min-width: 320px) {
    .header__main .sl_left {
        bottom: 15px;
        left: 5px;
        transform: translateY(0) rotate(-180deg);
    }
}

@media only screen and (min-width: 768px) {
    .header__main .sl_left {
        bottom: 50%;
        left: 25px;
        transform: translateY(50%) rotate(-180deg);
    }
    .header__main .sl_left:hover {
        animation: minimal_left 1.4s ease-in-out;
    }
}

.header__main .sl_right {
    position: absolute;
    transform: translateY(-50%);
    width: 45px;
    height: 70px;
    background: url(../images/arrow.svg) 50% 50% no-repeat;
    z-index: 4;
}

@media only screen and (min-width: 320px) {
    .header__main .sl_right {
        bottom: 15px;
        right: 5px;
        transform: translateY(0);
    }
}

@media only screen and (min-width: 768px) {
    .header__main .sl_right {
        bottom: 50%;
        right: 25px;
        transform: translateY(50%);
    }
    .header__main .sl_right:hover {
        animation: minimal_right 1.4s ease-in-out;
    }
}

@keyframes minimal_left {
    0% {
        transform: translateY(50%) rotate(-180deg) scale(1);
    }
    25% {
        transform: translateY(50%) rotate(-180deg) scale(0.7);
    }
    50% {
        transform: translateY(50%) rotate(-180deg) scale(1);
    }
    75% {
        transform: translateY(50%) rotate(-180deg) scale(0.9);
    }
    100% {
        transform: translateY(50%) rotate(-180deg) scale(1);
    }
}

@keyframes minimal_right {
    0% {
        transform: translateY(50%) scale(1);
    }
    25% {
        transform: translateY(50%) scale(0.7);
    }
    50% {
        transform: translateY(50%) scale(1);
    }
    75% {
        transform: translateY(50%) scale(0.9);
    }
    100% {
        transform: translateY(50%) scale(1);
    }
}

.header__main .header_sl {
    height: 100%;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 320px) {
    .header__main .header_sl {
        width: 100%;
    }
}

@media only screen and (min-width: 1200px) {
    .header__main .header_sl {
        width: 850px;
    }
}

@media only screen and (min-width: 1680px) {
    .header__main .header_sl {
        width: 930px;
    }
}

.header__main .header_sl .header_track {
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.header__main .header_sl .header_track .header_sl_block {
    width: 100%;
    height: 100%;
}

.header__main .header_sl .header_track .header_sl_block h1 {
    transition: 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
    display: none;
    z-index: 2;
}

@media only screen and (min-width: 320px) {
    .header__main .header_sl .header_track .header_sl_block h1 {
        text-align: center;
        font-size: 26px;
    }
    .header__main .header_sl .header_track .header_sl_block h1 br {
        display: none;
    }
}

@media only screen and (min-width: 500px) {
    .header__main .header_sl .header_track .header_sl_block h1 {
        font-size: 36px;
    }
}

@media only screen and (min-width: 768px) {
    .header__main .header_sl .header_track .header_sl_block h1 {
        font-size: 48px;
    }
}

@media only screen and (min-width: 1200px) {
    .header__main .header_sl .header_track .header_sl_block h1 {
        left: 70px;
        text-align: left;
        position: absolute;
        bottom: 160px;
    }
    .header__main .header_sl .header_track .header_sl_block h1 br {
        display: block;
    }
}

@media only screen and (min-width: 1396px) {
    .header__main .header_sl .header_track .header_sl_block h1 {
        font-size: 56px;
        left: 0;
    }
}

@media only screen and (min-width: 1680px) {
    .header__main .header_sl .header_track .header_sl_block h1 {
        font-size: 72px;
    }
}

.header__main .header_sl .header_track .header_sl_block h1.active {
    visibility: visible;
    opacity: 1;
    display: block;
}

.header__main .header_sl .header_track .header_sl_block h2 {
    margin: 0;
    line-height: 1;
    color: #fff;
    font-size: 72px;
    text-transform: uppercase;
    font-family: 'Gotham';
    font-weight: 400;
    transition: 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
    display: none;
    z-index: 2;
}

@media only screen and (min-width: 320px) {
    .header__main .header_sl .header_track .header_sl_block h2 {
        text-align: center;
        font-size: 36px;
    }
}

@media only screen and (min-width: 768px) {
    .header__main .header_sl .header_track .header_sl_block h2 {
        font-size: 48px;
    }
}

@media only screen and (min-width: 1200px) {
    .header__main .header_sl .header_track .header_sl_block h2 {
        left: 70px;
        position: absolute;
        left: 0;
        bottom: 160px;
    }
}

@media only screen and (min-width: 1396px) {
    .header__main .header_sl .header_track .header_sl_block h2 {
        font-size: 56px;
        left: 0;
    }
}

@media only screen and (min-width: 1680px) {
    .header__main .header_sl .header_track .header_sl_block h2 {
        font-size: 72px;
    }
}

.header__main .header_sl .header_track .header_sl_block h2.active {
    visibility: visible;
    opacity: 1;
    display: block;
}

@media only screen and (min-width: 320px) {
    .header__main .header_sl .header_track .header_sl_block .lapa_mask {
        max-width: 500px;
        width: 100%;
        margin: 0 auto;
        display: block;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 1200px) {
    .header__main .header_sl .header_track .header_sl_block .lapa_mask {
        max-width: 500px;
        width: 100%;
        height: 350px;
        position: absolute;
        top: 65px;
        right: 0;
        margin-top: 0;
    }
}

@media only screen and (min-width: 1396px) {
    .header__main .header_sl .header_track .header_sl_block .lapa_mask {
        max-width: 500px;
        width: 100%;
        height: 350px;
        position: absolute;
        top: 65px;
        right: 0;
        margin-top: 0;
    }
}

@media only screen and (min-width: 1680px) {
    .header__main .header_sl .header_track .header_sl_block .lapa_mask {
        max-width: 600px;
        width: 100%;
        height: 420px;
    }
}

.header__main .header_sl .header_dots {
    width: 170px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    z-index: 2;
}

@media only screen and (min-width: 320px) {
    .header__main .header_sl .header_dots {
        left: 50%;
        bottom: -55px;
        transform: translateX(-50%);
    }
}

@media only screen and (min-width: 1200px) {
    .header__main .header_sl .header_dots {
        left: 70px;
        transform: translateX(0);
        bottom: 100px;
    }
}

@media only screen and (min-width: 1396px) {
    .header__main .header_sl .header_dots {
        left: 0;
    }
}

.header__main .header_sl .header_dots a {
    width: 27px;
    height: 26px;
    display: block;
    opacity: 0.5;
    transition: 0.3s ease-in-out;
    background: url(../images/lapa_fill.svg) 50% 50% no-repeat;
}

.header__main .header_sl .header_dots a:hover {
    opacity: 1;
}

.header__main .header_sl .header_dots a.active {
    opacity: 1;
}

.header__main .header_phone {
    background: url(../images/phone_sl.png) 50% 50% no-repeat;
    background-size: cover;
    position: absolute;
    top: 37px;
    z-index: 2;
}

@media only screen and (min-width: 320px) {
    .header__main .header_phone {
        width: 260px;
        height: 485px;
        right: -20px;
        display: none;
    }
}

@media only screen and (min-width: 1200px) {
    .header__main .header_phone {
        right: 60px;
        display: block;
    }
}

@media only screen and (min-width: 1396px) {
    .header__main .header_phone {
        width: 280px;
        height: 485px;
        right: -20px;
    }
}

@media only screen and (min-width: 1680px) {
    .header__main .header_phone {
        width: 420px;
        height: 655px;
        right: -160px;
    }
}

.header__main .header_phone .logo_phone {
    width: 165px;
    height: 75px;
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-55%);
    background: url(../images/logo.svg) 50% 50% no-repeat;
}

.header__main .header_phone .lapa_phone {
    position: absolute;
}

@media only screen and (min-width: 320px) {
    .header__main .header_phone .lapa_phone {
        width: 177px;
        height: 145px;
        top: 185px;
        left: 30px;
    }
}

@media only screen and (min-width: 1396px) {
    .header__main .header_phone .lapa_phone {
        width: 177px;
        top: 185px;
        left: 30px;
    }
}

@media only screen and (min-width: 1680px) {
    .header__main .header_phone .lapa_phone {
        width: 267px;
        height: 216px;
        top: 235px;
        left: 65px;
    }
}

.header__main .header_phone h3 {
    font-size: 28px;
    text-align: center;
    line-height: 1.2;
    color: #002663;
    text-transform: uppercase;
    font-family: 'Gotham';
    font-weight: 400;
    display: table;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-55%);
}

.korm {
    position: relative;
}

@media only screen and (min-width: 320px) {
    .korm {
        padding: 30px 0 30px 0;
    }
}

@media only screen and (min-width: 1200px) {
    .korm {
        padding: 60px 0 60px 0;
    }
}

@media only screen and (min-width: 1680px) {
    .korm {
        padding: 60px 0 60px 0;
    }
}

.korm .container {
    position: relative;
}

.korm__main h2 {
    display: table;
    margin: 0 auto;
    margin-bottom: 40px;
}

@media only screen and (min-width: 320px) {
    .korm__main h2 {
        font-size: 16px;
        text-align: center;
    }
}

@media only screen and (min-width: 500px) {
    .korm__main h2 {
        font-size: 26px;
    }
}

@media only screen and (min-width: 992px) {
    .korm__main h2 {
        text-align: left;
        font-size: 36px;
    }
}

@media only screen and (min-width: 320px) {
    .korm__main h2 span {
        font-size: 16px;
    }
}

@media only screen and (min-width: 500px) {
    .korm__main h2 span {
        font-size: 26px;
    }
}

@media only screen and (min-width: 992px) {
    .korm__main h2 span {
        font-size: 36px;
    }
}

.korm__main img {
    display: block;
    margin: 0 auto;
}

@media only screen and (min-width: 320px) {
    .korm__main img {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) {
    .korm__main img {
        width: 600px;
    }
}

@media only screen and (min-width: 1200px) {
    .korm__main img {
        width: 600px;
    }
}

@media only screen and (min-width: 1396px) {
    .korm__main img {
        width: 700px;
    }
}

@media only screen and (min-width: 1680px) {
    .korm__main img {
        width: 880px;
    }
}

.case_c {
    max-width: 1920px;
    width: 100%;
    position: relative;
    margin: 0 auto;
}

@media only screen and (min-width: 320px) {
    .case_c {
        padding: 30px 0 30px;
        background-color: #fff;
    }
}

@media only screen and (min-width: 1200px) {
    .case_c {
        padding: 40px 0 0 0;
        background: url(../images/line.svg) 50% 70% no-repeat;
        background-size: contain;
    }
}

@media only screen and (min-width: 1200px) {
    .case_c {
        height: calc(100vw / 4 * 2);
    }
}

.case_c:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #84888b;
    position: absolute;
    bottom: 5px;
    left: 0;
}

.case_c .case_icon {
    width: 11%;
    height: 15%;
    position: absolute;
}

.case_c .case_icon iframe {
    width: 100%;
}

@media only screen and (min-width: 320px) {
    .case_c .case_icon {
        display: none;
    }
}

@media only screen and (min-width: 1200px) {
    .case_c .case_icon {
        display: block;
    }
    .case_c .case_icon:nth-child(1) {
        left: -10px;
        top: 17%;
    }
    .case_c .case_icon:nth-child(2) {
        left: 22%;
        top: 66%;
        transform: translateY(-30%);
    }
    .case_c .case_icon:nth-child(3) {
        top: 7%;
        left: 39%;
    }
    .case_c .case_icon:nth-child(4) {
        right: 35%;
        top: 74%;
    }
    .case_c .case_icon:nth-child(5) {
        width: 8.5%;
        top: 8.2%;
        right: 23%;
        transform: translateY(-11%);
    }
    .case_c .case_icon:nth-child(5) iframe {
        height: 100%;
    }
    .case_c .case_icon:nth-child(6) {
        right: 1.5%;
        top: 55%;
        transform: translateY(-39%);
    }
}

@media only screen and (min-width: 1396px) {
    .case_c .case_icon:nth-child(1) {
        left: -17px;
        top: 23.5%;
    }
    .case_c .case_icon:nth-child(2) {
        left: 22%;
        top: 68%;
        transform: translateY(-30%);
    }
    .case_c .case_icon:nth-child(3) {
        top: 10.5%;
        left: 39%;
        transform: translateY(-10%);
    }
    .case_c .case_icon:nth-child(4) {
        right: 35%;
        top: 76%;
    }
    .case_c .case_icon:nth-child(5) {
        width: 8%;
        top: 8%;
        right: 23%;
    }
    .case_c .case_icon:nth-child(6) {
        transform: translateY(-23%);
    }
}

@media only screen and (min-width: 1680px) {
    .case_c .case_icon:nth-child(1) {
        left: -1.5%;
        top: 26.5%;
        transform: translateY(-30%);
    }
    .case_c .case_icon:nth-child(2) {
        left: 22%;
        bottom: 68%;
        transform: translateY(-30%);
    }
    .case_c .case_icon:nth-child(3) {
        top: 9.5%;
        left: 39%;
        transform: translateY(0%);
    }
    .case_c .case_icon:nth-child(4) {
        top: 78%;
        right: 35%;
    }
    .case_c .case_icon:nth-child(5) {
        top: 9%;
    }
    .case_c .case_icon:nth-child(6) {
        transform: translateY(-6%);
    }
}

@media only screen and (min-width: 1920px) {
    .case_c .case_icon:nth-child(1) {
        left: -1.5%;
        top: 26.5%;
        transform: translateY(-30%);
    }
    .case_c .case_icon:nth-child(2) {
        left: 22%;
        top: 71%;
        transform: translateY(-30%);
    }
    .case_c .case_icon:nth-child(3) {
        top: 11.5%;
        left: 39%;
        transform: translateY(0%);
    }
    .case_c .case_icon:nth-child(4) {
        top: 78.5%;
        right: 35%;
    }
    .case_c .case_icon:nth-child(5) {
        top: 9%;
    }
    .case_c .case_icon:nth-child(6) {
        transform: translateY(-5%);
    }
}

.case_c .container {
    position: relative;
}

.case_c__main {
    position: relative;
}

@media only screen and (min-width: 320px) {
    .case_c__main h2 {
        font-size: 26px;
        display: block;
        text-align: center;
    }
    .case_c__main h2 br {
        display: none;
    }
}

@media only screen and (min-width: 500px) {
    .case_c__main h2 {
        font-size: 36px;
    }
}

@media only screen and (min-width: 1200px) {
    .case_c__main h2 {
        font-size: 48px;
        display: table;
        text-align: left;
        float: left;
    }
    .case_c__main h2 br {
        display: block;
    }
}

@media only screen and (min-width: 1680px) {
    .case_c__main h2 {
        font-size: 60px;
    }
}

.case_c__main__item {
    width: 100%;
    position: relative;
    float: left;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

@media only screen and (min-width: 320px) {
    .case_c__main__item {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 1200px) {
    .case_c__main__item {
        margin-top: 0;
    }
}

.case_c__main__item .case_block {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

@media only screen and (min-width: 320px) {
    .case_c__main__item .case_block {
        width: 250px;
        position: relative;
        margin: 15px;
    }
}

@media only screen and (min-width: 1200px) {
    .case_c__main__item .case_block {
        width: 250px;
        position: absolute;
        margin: 0;
    }
    .case_c__main__item .case_block:nth-child(1) {
        top: 100px;
        left: 150px;
    }
    .case_c__main__item .case_block:nth-child(2) {
        top: 20px;
        left: 395px;
    }
    .case_c__main__item .case_block:nth-child(3) {
        top: 160px;
        left: 560px;
    }
    .case_c__main__item .case_block:nth-child(4) {
        top: 40px;
        left: 770px;
    }
}

@media only screen and (min-width: 1300px) {
    .case_c__main__item .case_block {
        width: 280px;
    }
    .case_c__main__item .case_block:nth-child(1) {
        top: 80px;
        left: 120px;
    }
    .case_c__main__item .case_block:nth-child(2) {
        top: 0;
        left: 385px;
    }
    .case_c__main__item .case_block:nth-child(3) {
        top: 170px;
        left: 560px;
    }
    .case_c__main__item .case_block:nth-child(4) {
        top: 40px;
        left: 770px;
    }
}

@media only screen and (min-width: 1396px) {
    .case_c__main__item .case_block {
        width: 260px;
    }
    .case_c__main__item .case_block:nth-child(1) {
        top: 200px;
        left: 85px;
    }
    .case_c__main__item .case_block:nth-child(2) {
        top: 50px;
        left: 380px;
    }
    .case_c__main__item .case_block:nth-child(3) {
        top: 250px;
        left: 560px;
    }
    .case_c__main__item .case_block:nth-child(4) {
        top: 90px;
        left: 820px;
    }
}

@media only screen and (min-width: 1680px) {
    .case_c__main__item .case_block {
        width: 300px;
    }
    .case_c__main__item .case_block:nth-child(1) {
        top: 220px;
        left: -20px;
    }
    .case_c__main__item .case_block:nth-child(2) {
        top: 50px;
        left: 340px;
    }
    .case_c__main__item .case_block:nth-child(3) {
        top: 350px;
        left: 590px;
    }
    .case_c__main__item .case_block:nth-child(4) {
        top: 90px;
        left: 870px;
    }
}

.case_c__main__item .case_block svg {
    margin-bottom: 10px;
}

.case_c__main__item .case_block h3 {
    text-align: center;
}

@media only screen and (min-width: 320px) {
    .case_c__main__item .case_block h3 {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1300px) {
    .case_c__main__item .case_block h3 {
        font-size: 15px;
    }
}

@media only screen and (min-width: 1680px) {
    .case_c__main__item .case_block h3 {
        font-size: 18px;
    }
}

.case_c__main__item .case_block h3.orange {
    color: #f05123;
}

.konstruktor {
    background-color: #002663;
}

@media only screen and (min-width: 320px) {
    .konstruktor {
        padding: 30px 0 90px 0;
    }
}

@media only screen and (min-width: 1200px) {
    .konstruktor {
        padding: 120px 0;
    }
}

.konstruktor .container {
    position: relative;
}

.konstruktor__main {
    position: relative;
}

.konstruktor__main h2 {
    color: #fff;
}

@media only screen and (min-width: 320px) {
    .konstruktor__main h2 {
        text-align: center;
        font-size: 26px;
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 500px) {
    .konstruktor__main h2 {
        font-size: 36px;
    }
}

@media only screen and (min-width: 768px) {
    .konstruktor__main h2 {
        font-size: 48px;
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 1200px) {
    .konstruktor__main h2 {
        text-align: left;
        display: table;
        float: left;
    }
}

@media only screen and (min-width: 1396px) {
    .konstruktor__main h2 {
        font-size: 60px;
    }
}

.konstruktor__main__item {
    width: 100%;
}

.konstruktor__main__item .konstruktor_number {
    width: 100%;
    margin-bottom: 15px;
}

@media only screen and (min-width: 320px) {
    .konstruktor__main__item .konstruktor_number {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .konstruktor__main__item .konstruktor_number {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 1200px) {
    .konstruktor__main__item .konstruktor_number {
        justify-content: space-between;
    }
}

.konstruktor__main__item .konstruktor_number .block {
    width: 275px;
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    position: relative;
    opacity: 1;
    transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 320px) {
    .konstruktor__main__item .konstruktor_number .block {
        margin: 10px;
    }
}

@media only screen and (min-width: 1200px) {
    .konstruktor__main__item .konstruktor_number .block {
        margin: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .konstruktor__main__item .konstruktor_number .block:nth-child(1) {
        border-radius: 15px 0 0 15px;
    }
    .konstruktor__main__item .konstruktor_number .block:nth-child(1):before {
        content: '';
        display: block;
        width: 18px;
        height: 18px;
        position: absolute;
        top: 50%;
        right: -22px;
        background: url(../images/arrow.svg) 50% 50% no-repeat;
        transform: translateY(-50%);
    }
}

@media only screen and (min-width: 1200px) {
    .konstruktor__main__item .konstruktor_number .block:nth-child(2):before {
        content: '';
        display: block;
        width: 18px;
        height: 18px;
        position: absolute;
        top: 50%;
        right: -22px;
        background: url(../images/arrow.svg) 50% 50% no-repeat;
        transform: translateY(-50%);
    }
}

@media only screen and (min-width: 1200px) {
    .konstruktor__main__item .konstruktor_number .block:nth-child(3):before {
        content: '';
        display: block;
        width: 18px;
        height: 18px;
        position: absolute;
        top: 50%;
        right: -22px;
        background: url(../images/arrow.svg) 50% 50% no-repeat;
        transform: translateY(-50%);
    }
}

@media only screen and (min-width: 1200px) {
    .konstruktor__main__item .konstruktor_number .block:nth-child(4) {
        border-radius: 0 15px 15px 0;
    }
}

.konstruktor__main__item .konstruktor_number .block h3 {
    width: 50px;
    text-align: center;
    color: #f05123;
    font-size: 60px;
    font-family: 'Gotham';
    font-weight: 600;
    margin: 0;
}

.konstruktor__main__item .konstruktor_number .block div {
    width: 220px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-right: 10px;
}

.konstruktor__main__item .konstruktor_number .block div p {
    text-transform: uppercase;
    color: #f05123;
    font-size: 20px;
    font-family: 'Gotham';
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.5px;
    margin-bottom: 5px;
}

.konstruktor__main__item .konstruktor_number .block div span {
    text-transform: uppercase;
    color: #002663;
    font-size: 15px;
    font-family: 'Gotham';
    font-weight: 400;
    line-height: 1;
    letter-spacing: -1px;
}

.konstruktor__main__item .konstruktor_number .block.active {
    opacity: 0.5;
}

.konstruktor__main__item .konstruktor_number .block.active:before {
    content: '';
    display: block;
    width: 30px;
    height: 25px;
    position: absolute;
    top: 20px;
    right: 3px;
    background: url(../images/ok.svg) 50% 50% no-repeat;
    z-index: 2;
}

.konstruktor__main__item .pseudoform {
    width: 100%;
    float: left;
}

@media only screen and (min-width: 320px) {
    .konstruktor__main__item .pseudoform {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 1200px) {
    .konstruktor__main__item .pseudoform {
        display: block;
    }
}

.konstruktor__main__item .pseudoform .block_form {
    padding-top: 30px;
    float: left;
}

@media only screen and (min-width: 320px) {
    .konstruktor__main__item .pseudoform .block_form {
        width: 100%;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 1200px) {
    .konstruktor__main__item .pseudoform .block_form {
        width: 360px;
        display: block;
    }
}

@media only screen and (min-width: 320px) {
    .konstruktor__main__item .pseudoform .block_form .block_form_mob_1 {
        width: 360px;
    }
}

@media only screen and (min-width: 1200px) {
    .konstruktor__main__item .pseudoform .block_form .block_form_mob_1 {
        width: 100%;
    }
}

@media only screen and (min-width: 320px) {
    .konstruktor__main__item .pseudoform .block_form .block_form_mob_2 {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) {
    .konstruktor__main__item .pseudoform .block_form .block_form_mob_2 {
        width: 360px;
    }
}

@media only screen and (min-width: 1200px) {
    .konstruktor__main__item .pseudoform .block_form .block_form_mob_2 {
        width: 100%;
    }
}

.konstruktor__main__item .pseudoform .block_form h3 {
    font-size: 18px;
    color: #fff;
    font-family: 'Gotham';
    font-weight: 400;
    margin-bottom: 20px;
}

@media only screen and (min-width: 320px) {
    .konstruktor__main__item .pseudoform .block_form h3 {
        text-align: center;
    }
}

@media only screen and (min-width: 768px) {
    .konstruktor__main__item .pseudoform .block_form h3 {
        text-align: left;
    }
}

.konstruktor__main__item .pseudoform .block_form .vipod {
    margin-bottom: 10px;
}

.konstruktor__main__item .pseudoform .block_form .color {
    width: 100%;
    border-radius: 10px;
    background-color: #fff;
    padding: 10px 10px;
    margin-bottom: 20px;
    transition: opacity 0.4s;
}

.konstruktor__main__item .pseudoform .block_form .color.disabled {
    opacity: 0.5;
}

.konstruktor__main__item .pseudoform .block_form .color h3 {
    font-size: 18px;
    color: #002663;
    font-family: 'Gotham';
    font-weight: 400;
    margin: 0;
    margin-bottom: 15px;
}

@media only screen and (min-width: 320px) {
    .konstruktor__main__item .pseudoform .block_form .color h3 {
        text-align: center;
    }
}

@media only screen and (min-width: 768px) {
    .konstruktor__main__item .pseudoform .block_form .color h3 {
        text-align: left;
    }
}

.konstruktor__main__item .pseudoform .block_form .color .config {
    width: 100%;
    margin-top: 10px;
}

.konstruktor__main__item .pseudoform .block_form .opis {
    font-size: 16px;
    color: #fff;
    font-family: 'Gotham';
    font-weight: 400;
    margin-bottom: 20px;
}

@media only screen and (min-width: 320px) {
    .konstruktor__main__item .pseudoform .block_form .opis {
        text-align: center;
    }
}

@media only screen and (min-width: 768px) {
    .konstruktor__main__item .pseudoform .block_form .opis {
        text-align: left;
    }
}

.konstruktor__main__item .pseudoform .block_form .btn_orange {
    margin: 0 auto;
    margin-bottom: 20px;
}

.konstruktor__main__item .pseudoform .block_form span {
    font-size: 16px;
    color: #fff;
    font-family: 'Gotham';
    font-weight: 300;
    margin-bottom: 10px;
    display: table;
    letter-spacing: -1px;
}

@media only screen and (min-width: 320px) {
    .konstruktor__main__item .pseudoform .block_form span {
        text-align: center;
    }
}

@media only screen and (min-width: 768px) {
    .konstruktor__main__item .pseudoform .block_form span {
        text-align: left;
    }
}

.konstruktor__main__item .pseudoform .block_img {
    width: 750px;
    float: right;
}

.konstruktor__main__item .pseudoform .block_img span {
    font-size: 16px;
    color: #fff;
    font-family: 'Gotham';
    font-weight: 300;
    margin-bottom: 10px;
    display: table;
    letter-spacing: -1px;
    padding: 0 10px;
    margin-top: 10px;
}

.konstruktor__main__item .pseudoform .block_img .block_img_block {
    width: 100%;
    height: 600px;
    border-radius: 15px;
    background-color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.4s;
}

.konstruktor__main__item .pseudoform .block_img .block_img_block.disabled {
    opacity: 0.5;
}

.konstruktor__main__item .pseudoform .block_img .obnovit {
    position: absolute;
    top: 15px;
    right: 24px;
    width: 42px;
    height: 42px;
    background: url(../images/times.svg) 50% 50% no-repeat;
    transition: 0.5s ease-in;
    transform-origin: 44% 50%;
    z-index: 30;
}
.konstruktor__main__item .pseudoform .block_img .obnovit:not(.disabled):hover {
    cursor: pointer;
}

.konstruktor__main__item .pseudoform .block_img .rotate-photo {
    position: absolute;
    top: 72px;
    right: 15px;
    width: 56px;
    height: 50px;
    background: url(../images/obnova.svg) 50% 50% no-repeat;
    transition: 0.5s ease-in;
    transform-origin: 44% 50%;
    z-index: 30;
}
.konstruktor__main__item .pseudoform .block_img .rotate-photo:not(.disabled):hover {
    /* transform: rotate(360deg); */
    cursor: pointer;
}

@media only screen and (min-width: 320px) {
    .konstruktor__main__item .pseudoform .block_img .obnovit {
        right: 12px;
    }
    .konstruktor__main__item .pseudoform .block_img .rotate-photo {
        right: 2px;
    }
}
@media only screen and (min-width: 1200px) {
    .konstruktor__main__item .pseudoform .block_img .obnovit {
        right: 24px;
    }
    .konstruktor__main__item .pseudoform .block_img .rotate-photo {
        right: 15px;
    }
}

.konstruktor__main__item .pseudoform .block_img .phone_block {
    width: 247px;
    height: 482px;
    position: relative;
}

.konstruktor__main__item .pseudoform .block_img .phone_block .logo {
    width: 105px;
    height: 55px;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/logo.svg) 50% 50% no-repeat;
}

#pet-photo-g {
    width: 190px;
    height: 154.16px;
}
#pet-phone-back {
    width: 190px;
    height: 154.16px;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.konstruktor__main__item .pseudoform .block_img .phone_block h3 {
    font-size: 18px;
    text-align: center;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: 'Gotham';
    font-weight: 400;
    display: table;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.konstruktor__main__item .pseudoform .block_img .phone_black {
    background: url(../images/phone_black.png) 50% 50% no-repeat;
    transition: background .4s;
}

.konstruktor__main__item .pseudoform .block_img .phone_black.transparent {
    background: url(../images/phone_white.png) 50% 50% no-repeat;
}

.konstruktor__main__item .pseudoform .block_img .phone_black h3 {
    color: #fff;
}

.konstruktor__main__item .pseudoform .block_img .phone_white {
    background: url(../images/phone_white.png) 50% 50% no-repeat;
}

.konstruktor__main__item .pseudoform .block_img .phone_black.transparent h3 {
    color: #002663;
}

.konstruktor__main__item .pseudoform .block_img .btn_orange {
    position: absolute;
    bottom: 15px;
    z-index: 30;
}

@media only screen and (min-width: 320px) {
    .konstruktor__main__item .pseudoform .block_img .btn_orange {
        right: 50%;
        transform: translateX(50%);
    }
}

@media only screen and (min-width: 768px) {
    .konstruktor__main__item .pseudoform .block_img .btn_orange {
        right: 15px;
        transform: translateX(0);
    }
}

.dostavka {
    position: relative;
    overflow: hidden;
}

@media only screen and (min-width: 320px) {
    .dostavka {
        padding: 30px 0 90px 0;
    }
}

@media only screen and (min-width: 1200px) {
    .dostavka {
        padding: 100px 0 120px 0;
    }
}

.dostavka .lapa_block {
    position: absolute;
    max-width: 1920px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}

.dostavka .lapa {
    width: 95px;
    height: 95px;
    transform: rotate(135deg);
    position: absolute;
}

.dostavka .lapa:nth-child(1) {
    top: 350px;
    left: 80px;
}

.dostavka .lapa:nth-child(2) {
    top: 210px;
    left: 350px;
}

.dostavka .lapa:nth-child(3) {
    top: 420px;
    left: 515px;
}

.dostavka .lapa:nth-child(4) {
    top: 290px;
    left: 755px;
}

.dostavka .lapa:nth-child(5) {
    top: 570px;
    left: 910px;
}

.dostavka .lapa:nth-child(6) {
    top: 500px;
    left: 1170px;
}

.dostavka .lapa:nth-child(7) {
    top: 750px;
    left: 1380px;
}

.dostavka .lapa:nth-child(8) {
    top: 650px;
    left: 1650px;
}

.dostavka:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #84888b;
    position: absolute;
    bottom: 5px;
    left: 0;
}

.dostavka .container {
    position: relative;
    z-index: 1;
}

.dostavka__main {
    position: relative;
}

.dostavka__main h2 {
    margin-bottom: 40px;
}

@media only screen and (min-width: 320px) {
    .dostavka__main h2 {
        text-align: center;
        font-size: 26px;
    }
}

@media only screen and (min-width: 500px) {
    .dostavka__main h2 {
        font-size: 36px;
    }
}

@media only screen and (min-width: 768px) {
    .dostavka__main h2 {
        font-size: 48px;
    }
}

@media only screen and (min-width: 1200px) {
    .dostavka__main h2 {
        text-align: left;
        display: table;
        float: left;
    }
}

@media only screen and (min-width: 1396px) {
    .dostavka__main h2 {
        font-size: 60px;
    }
}

.dostavka__main .pseudoform {
    width: 100%;
}

.dostavka__main .pseudoform .form_block_3 {
    width: 100%;
    display: flex;
}

@media only screen and (min-width: 320px) {
    .dostavka__main .pseudoform .form_block_3 {
        justify-content: space-around;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 1200px) {
    .dostavka__main .pseudoform .form_block_3 {
        justify-content: space-between;
        margin-bottom: 60px;
    }
}

@media only screen and (min-width: 320px) {
    .dostavka__main .pseudoform .form_block_3 .form_block {
        width: 300px;
        margin: 15px;
    }
}

@media only screen and (min-width: 500px) {
    .dostavka__main .pseudoform .form_block_3 .form_block {
        width: 360px;
    }
}

@media only screen and (min-width: 1200px) {
    .dostavka__main .pseudoform .form_block_3 .form_block {
        margin: 0;
    }
}

.dostavka__main .pseudoform .form_block_3 .form_block h3 {
    margin-bottom: 10px;
}

@media only screen and (min-width: 320px) {
    .dostavka__main .pseudoform .form_block_3 .form_block h3 {
        font-size: 16px;
    }
}

@media only screen and (min-width: 1200px) {
    .dostavka__main .pseudoform .form_block_3 .form_block h3 {
        font-size: 16px;
    }
}

.dostavka__main .pseudoform .form_block_3 .form_block .vipod {
    margin-bottom: 10px;
}

.dostavka__main .pseudoform .form_block_3 .form_block input {
    border-radius: 10px;
    margin-bottom: 10px;
    transition: 0.2s ease-in;
}

.dostavka__main .pseudoform .form_block_3 .form_block input:hover {
    box-shadow: 0 0 7px 0 #f05123;
}

.dostavka__main .pseudoform .form_block_dop {
    width: 100%;
}

@media only screen and (min-width: 320px) {
    .dostavka__main .pseudoform .form_block_dop .form_block_akcia {
        width: 300px;
        display: flex;
        justify-content: center;
        margin: 0 auto;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 500px) {
    .dostavka__main .pseudoform .form_block_dop .form_block_akcia {
        width: 100%;
        float: left;
        margin: 0;
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 1200px) {
    .dostavka__main .pseudoform .form_block_dop .form_block_akcia {
        display: block;
    }
}

.dostavka__main .pseudoform .form_block_dop .form_block_akcia.invalid .config label:before {
    border-color: #f00;
}

.dostavka__main .pseudoform .form_block_dop .form_block_akcia.invalid a {
    color: #f00;
}

.dostavka__main .pseudoform .btn_orange {
    margin: 0 auto;
}

.dostavka .config {
    width: 20px;
    min-height: 20px;
    position: relative;
    float: left;
    margin-right: 10px;
}

.dostavka .config label span {
    width: 85%;
    float: left;
    color: #002663;
    font-family: 'Gotham';
    font-weight: 400;
}

@media only screen and (min-width: 992px) {
    .dostavka .config label span {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1680px) {
    .dostavka .config label span {
        font-size: 16px;
    }
}

.dostavka .config input {
    display: none;
}

.dostavka .config input[type=checkbox]+label:before,
.dostavka .config input[type=radio]+label:before {
    content: '';
    color: transparent;
    background-color: #fff;
    display: inline-block;
    border: 1px solid #002663;
    box-shadow: inset 0 0 0 0 rgba(185, 185, 185, 0);
    border-radius: 0;
    height: 15px;
    width: 15px;
    text-align: center;
    vertical-align: middle;
    transition: 0.3s ease-in;
    margin: 0 15px 0 0;
    float: left;
}

.dostavka .config input[type=checkbox]:checked+label:before,
.dostavka .config input[type=radio]:checked+label:before {
    background-color: #002663;
    box-shadow: inset 0 0 0 2px #fff;
}

.dostavka .config label {
    float: left;
    text-transform: uppercase;
    color: #002663;
    font-family: 'Gotham';
    font-weight: 400;
    cursor: pointer;
    line-height: 1;
    padding: 2px 0 0 0;
}

@media only screen and (min-width: 992px) {
    .dostavka .config label {
        font-size: 16px;
    }
}

@media only screen and (min-width: 1680px) {
    .dostavka .config label {
        font-size: 18px;
    }
}

.dostavka a {
    float: left;
    font-size: 16px;
    text-transform: uppercase;
    color: #002663;
    font-family: 'Gotham';
    font-weight: 400;
    text-decoration: underline;
}

.white {
    padding: 100px 0;
    position: relative;
}

.white .lapa_block {
    position: absolute;
    max-width: 1920px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    overflow: hidden;
}

.white .lapa {
    width: 95px;
    height: 95px;
    transform: rotate(-135deg);
    position: absolute;
}

.white .lapa:nth-child(1) {
    top: 40px;
    right: 135px;
}

.white .lapa:nth-child(2) {
    top: 100px;
    right: 520px;
}

.white .lapa:nth-child(3) {
    top: 250px;
    right: 275px;
}

.white .lapa:nth-child(4) {
    top: 315px;
    right: 935px;
}

.white .lapa:nth-child(5) {
    top: 395px;
    right: 650px;
}

.white:before {
    content: '';
    display: block;
    width: 100%;
    height: 15px;
    background-color: #002663;
    position: absolute;
    top: 5px;
    left: 0;
}

.white:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #84888b;
    position: absolute;
    bottom: 5px;
    left: 0;
}

.white .container {
    position: relative;
    z-index: 1;
}

.white__main {
    position: relative;
}

@media only screen and (min-width: 320px) {
    .white__main h2 {
        text-align: center;
        font-size: 26px;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 500px) {
    .white__main h2 {
        font-size: 36px;
    }
}

@media only screen and (min-width: 768px) {
    .white__main h2 {
        font-size: 48px;
    }
}

@media only screen and (min-width: 1200px) {
    .white__main h2 {
        text-align: left;
        font-size: 56px;
        margin-bottom: 40px;
    }
}

.white__main__item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (min-width: 320px) {
    .white__main__item {
        justify-content: center;
    }
}

@media only screen and (min-width: 1200px) {
    .white__main__item {
        justify-content: flex-start;
    }
}

.white__main__item a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f2f2f2;
    height: 100px;
    border: 1px solid #002663;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 38, 99, 0.7);
}

.white__main__item a:hover {
    animation: minimal_w 1.4s ease-in-out;
}

@keyframes minimal_w {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(0.9);
    }
    50% {
        transform: scale(1);
    }
    75% {
        transform: scale(0.95);
    }
    100% {
        transform: scale(1);
    }
}

@media only screen and (min-width: 320px) {
    .white__main__item a {
        width: 260px;
    }
}

@media only screen and (min-width: 500px) {
    .white__main__item a {
        width: 320px;
    }
}

.white__main__item a img {
    width: 80%;
}

.footer {
    position: relative;
    background-color: #f05123;
}

.footer .container {
    position: relative;
}

.footer__main {
    padding: 20px 0;
    position: relative;
    display: flex;
    align-items: center;
}

@media only screen and (min-width: 320px) {
    .footer__main {
        justify-content: space-around;
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 1200px) {
    .footer__main {
        justify-content: space-between;
    }
}

.footer__main .logo {
    display: block;
    width: 175px;
    height: 80px;
    margin: 0;
    background: url(../images/logo.svg) 50% 50% no-repeat;
}

.footer__main .sviaz {
    float: left;
    text-align: center;
    color: #fff;
    font-family: 'Gotham';
    font-weight: 400;
    letter-spacing: 1px;
}

@media only screen and (min-width: 320px) {
    .footer__main .sviaz {
        width: 410px;
        font-size: 16px;
        margin: 10px 0;
    }
}

@media only screen and (min-width: 1200px) {
    .footer__main .sviaz {
        width: 450px;
        font-size: 18px;
        margin: 0;
    }
}

.footer__main .sviaz a {
    color: #fff;
    font-family: 'Gotham';
    font-weight: 600;
}

@media only screen and (min-width: 320px) {
    .footer__main .sviaz a {
        width: 360px;
        font-size: 16px;
    }
}

@media only screen and (min-width: 1200px) {
    .footer__main .sviaz a {
        width: 400px;
        font-size: 18px;
    }
}

.footer__main__item {
    display: flex;
    align-items: center;
}

@media only screen and (min-width: 320px) {
    .footer__main__item {
        width: 300px;
        justify-content: space-around;
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 768px) {
    .footer__main__item {
        width: 400px;
        justify-content: space-between;
    }
}

.footer__main__item .icons {
    width: 210px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (min-width: 320px) {
    .footer__main__item .icons {
        margin: 20px;
    }
}

@media only screen and (min-width: 768px) {
    .footer__main__item .icons {
        margin: 0;
    }
}

.footer__main__item .icons .facebook {
    width: 35px;
    height: 35px;
    fill: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer__main__item .icons .facebook svg {
    width: 50px;
    height: 50px;
}

.footer__main__item .icons .facebook:hover svg {
    animation: minimal 1.4s ease-in-out;
}

.footer__main__item .icons .instagram {
    width: 35px;
    height: 35px;
    fill: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer__main__item .icons .instagram svg {
    width: 50px;
    height: 50px;
}

.footer__main__item .icons .instagram:hover svg {
    animation: minimal 1.4s ease-in-out;
}

.footer__main__item .icons .youtube {
    width: 50px;
    height: 35px;
    fill: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer__main__item .icons .youtube svg {
    width: 70px;
    height: 50px;
}

.footer__main__item .icons .youtube:hover svg {
    animation: minimal 1.4s ease-in-out;
}

@keyframes minimal {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(0.7);
    }
    50% {
        transform: scale(1);
    }
    75% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}

.footer__main__item .logo_pushk {
    width: 120px;
}

.footer__main__item .logo_pushk a {
    font-size: 14px;
    color: #fff;
    font-family: 'Gotham';
    font-weight: 300;
}

.footer__main__item .logo_pushk .block_svg {
    width: 100%;
    height: 45px;
    background: url(../images/logo_push-k.svg) 50% 50% no-repeat;
}

.footer__block {
    width: 100%;
    border-top: 1px solid #fff;
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.footer__block p {
    font-size: 15px;
    color: #fff;
    font-family: 'Gotham';
    font-weight: 400;
}

#pet-phone-svg,
#pet-photo-g,
#pet-photo,
#pet-phone-mask {
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
#pet-phone-mask-stroke {
    stroke: #303a56;
    stroke-width: 4px;
    fill: transparent;
}
#pet-phone-mask-stroke2 {
    stroke: #303a56;
    stroke-width: 4px;
    fill: transparent;
}

.lapa_st0 {
    animation: lapa 5s ease-in-out infinite;
}

.lapa_st1 {
    animation: lapa 5s ease-in-out infinite;
}

@keyframes lapa {
    0% {
        stroke: #002663;
    }
    50% {
        stroke: #f05123;
    }
    100% {
        stroke: #002663;
    }
}

.lapa_st0_pop {
    animation: lapa_st0_pop 5s ease-in-out infinite;
}
@keyframes lapa_st0_pop {
    0% {
        stroke: #002663;
    }
    50% {
        stroke: #ffffff;
    }
    100% {
        stroke: #002663;
    }
}

.lapa_st0_2 {
    animation: lapa_2 5s ease-in-out infinite;
}

.lapa_st1_2 {
    animation: lapa_2 5s ease-in-out infinite;
}

@keyframes lapa_2 {
    0% {
        stroke: #f05123;
    }
    50% {
        stroke: #002663;
    }
    100% {
        stroke: #f05123;
    }
}

.lapa_st0_2_pop {
    animation: lapa_st0_2_pop 5s ease-in-out infinite;
}
@keyframes lapa_st0_2_pop {
    0% {
        stroke: #ffffff;
    }
    50% {
        stroke: #002663;
    }
    100% {
        stroke: #ffffff;
    }
}

@media only screen and (min-width: 1200px) {
    .logo_head {
        opacity: 0;
        margin-top: -15px;
        transition: 0.5s ease-in !important;
    }
    .logo_head.head_anime {
        opacity: 1;
        margin-top: 0;
    }
    .text {
        opacity: 0;
        margin-top: -15px;
        transition: 0.5s ease-in !important;
    }
    .text.head_anime {
        opacity: 1;
        margin-top: 0;
    }
    .head_icon {
        opacity: 0;
        margin-top: -15px !important;
        transition: 0.5s ease-in !important;
    }
    .head_icon.head_anime {
        opacity: 1;
        margin-top: 0 !important;
    }
    .text_2 {
        opacity: 0;
        margin-top: -15px;
        transition: 0.5s ease-in !important;
    }
    .text_2.head_anime {
        opacity: 1;
        margin-top: 0;
    }
    .text_3 {
        opacity: 0;
        margin-top: -15px;
        transition: 0.5s ease-in !important;
    }
    .text_3.head_anime {
        opacity: 1;
        margin-top: 0;
    }
    .logo_phone {
        opacity: 0;
        top: 55px !important;
        transition: 0.5s ease-in !important;
    }
    .logo_phone.head_anime {
        opacity: 1;
        top: 70px !important;
    }
    .header_phone h3 {
        opacity: 0;
        bottom: 75px !important;
        transition: 0.5s ease-in !important;
    }
    .header_phone h3.head_anime {
        opacity: 1;
        bottom: 50px !important;
    }
    .korm h2 {
        opacity: 0;
        margin-top: -15px;
        transition: 0.5s ease-in !important;
    }
    .korm h2.head_anime {
        opacity: 1;
        margin-top: 0;
    }
    .case_c h2 {
        opacity: 0;
        margin-top: -15px !important;
        transition: 0.5s ease-in !important;
    }
    .case_c h2.case_c_anime {
        opacity: 1;
        margin-top: 0 !important;
    }
    .case_c_1 {
        opacity: 0;
        transition: 0.5s ease-in !important;
        transition-delay: 0.3s !important;
    }
    .case_c_1.case_c_anime {
        opacity: 1;
        margin-top: 0 !important;
    }
    .case_c_2 {
        opacity: 0;
        margin-top: -10px !important;
        transition: 0.5s ease-in !important;
        transition-delay: 0.4s !important;
    }
    .case_c_2.case_c_anime {
        opacity: 1;
        margin-top: 0 !important;
    }
    .case_c_3 {
        opacity: 0;
        transition: 0.5s ease-in !important;
        transition-delay: 0.5s !important;
    }
    .case_c_3.case_c_anime {
        opacity: 1;
        margin-top: 0 !important;
    }
    .case_c_4 {
        opacity: 0;
        margin-top: -10px !important;
        transition: 0.5s ease-in !important;
        transition-delay: 0.6s !important;
    }
    .case_c_4.case_c_anime {
        opacity: 1;
        margin-top: 0 !important;
    }
    .case_c_5 {
        opacity: 0;
        transition: 0.5s ease-in !important;
        transition-delay: 0.7s !important;
    }
    .case_c_5.case_c_anime {
        opacity: 1;
        margin-top: 0 !important;
    }
    .case_c_6 {
        opacity: 0;
        margin-top: -10px !important;
        transition: 0.5s ease-in !important;
        transition-delay: 0.8s !important;
    }
    .case_c_6.case_c_anime {
        opacity: 1;
        margin-top: 0 !important;
    }
    .case_c_7 {
        opacity: 0;
        transition: 0.5s ease-in !important;
        transition-delay: 0.9s !important;
    }
    .case_c_7.case_c_anime {
        opacity: 1;
        margin-top: 0 !important;
    }
    .case_c_8 {
        opacity: 0;
        margin-top: -10px !important;
        transition: 0.5s ease-in !important;
        transition-delay: 1s !important;
    }
    .case_c_8.case_c_anime {
        opacity: 1;
        margin-top: 0 !important;
    }
    .konstruktor h2 {
        opacity: 0;
        margin-top: -15px !important;
        transition: 0.5s ease-in !important;
    }
    .konstruktor h2.konstruktor_anime {
        opacity: 1;
        margin-top: 0 !important;
    }
    .dostavka h2 {
        opacity: 0;
        margin-top: -15px !important;
        transition: 0.5s ease-in !important;
    }
    .dostavka h2.dostavka_anime {
        opacity: 1;
        margin-top: 0 !important;
    }
    .white h2 {
        opacity: 0;
        margin-top: -15px !important;
        transition: 0.5s ease-in !important;
    }
    .white h2.white_anime {
        opacity: 1;
        margin-top: 0 !important;
    }
}



#progressbar {
    display: none;
    position: relative;
    border:1px solid #002663;
    border-radius: 4px;
    width:160px;
    height:8px;
    margin:8px auto;
    overflow: hidden;
}
#progressbar.active {
    display: block;
}
#progressbar > div {
    position: absolute;
    left:0;
    top:0;
    width:0;
    height:100%;
    background: #f04f23;
}


/*# sourceMappingURL=style.css.map */