html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

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

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

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

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

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

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

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

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

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

input {
    line-height: normal
}

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

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

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

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

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    /*transition: background-color 9999s ease-in-out 0s;*/
    /*-webkit-text-fill-color: #fff !important;*/
    transition: background-color 0s 600000s, color 0s 600000s !important;
    -webkit-box-shadow: 0 0 0 1000px rgba(255,255,255, 0) inset !important;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td,
th {
    padding: 0
}

* {
    -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
}

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 {
    color: #337ab7;
    text-decoration: none
}

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

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

figure {
    margin: 0
}

img {
    vertical-align: middle
}

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

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

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

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

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

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

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

[role="button"] {
    cursor: pointer
}

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

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

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

@media (min-width:992px) {
    .container {
        max-width: 1170px;
        width: 100%
    }
}

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

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

span.audio {
    background: url(../img/play.png) no-repeat center transparent!important;
    background-color: rgba(255, 255, 255, 0.4)!important;
    background-size: contain!important
}

span.audio.on_play {
    background: url(../img/pause.png) no-repeat center transparent!important;
    background-color: rgba(255, 255, 255, 0.4)!important;
    background-size: contain!important
}

.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: 15px;
    padding-right: 15px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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
    }
    .visible-xs-block {
        display: block!important
    }
    .visible-xs-inline {
        display: inline!important
    }
    .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
    }
    .visible-sm-block {
        display: block!important
    }
    .visible-sm-inline {
        display: inline!important
    }
    .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
    }
    .visible-md-block {
        display: block!important
    }
    .visible-md-inline {
        display: inline!important
    }
    .visible-md-inline-block {
        display: inline-block!important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block!important
    }
    table.visible-lg {
        display: table!important
    }
    tr.visible-lg {
        display: table-row!important
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell!important
    }
}

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

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

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

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

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

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

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

.visible-print {
    display: none!important
}

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

#lhc_status_container {
    z-index: -100000!important;
    display: none!important
}

::-webkit-input-placeholder {
    color: #666;
    opacity: 1
}

:-moz-placeholder {
    color: #666;
    opacity: 1
}

::-moz-placeholder {
    color: #666;
    opacity: 1
}

:-ms-input-placeholder {
    color: #666;
    opacity: 1
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
    /*color: #666*/
}

body input:required:valid,
body textarea:required:valid {
    /*color: #666*/
}

body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    font-family: regular, sans-serif;
    color: #3b4047;
    overflow-x: hidden
}

.blur {
    -webkit-filter: blur(5px);
    filter: blur(5px)
}

* {
    margin: 0;
    padding: 0
}

section {
    padding: 100px 0 80px;
    position: relative
}

.h1,
h1 {
    font-size: 72px;
    line-height: normal;
    text-transform: uppercase;
    font-family: bold, sans-serif
}

.main-head h1 {
    font-size: 67px
}

.calculate-price {
    font-size: 71px
}

h2 {
    font-family: bold, sans-serif;
    font-size: 48px;
    text-transform: uppercase;
    line-height: normal;
    color: #3b4047
}

h3 {
    font-size: 24px;
    text-transform: uppercase;
    font-family: bold, sans-serif
}

p {
    font-size: 24px
}

a {
    color: #3b4047
}

a:focus,
a:hover {
    text-decoration: none;
    /*color: #3b4047;*/
    outline: 0
}

input {
    outline: 0
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px transparent;
}

.submit {
    text-transform: uppercase;
    text-align: center;
    outline: 0;
    border: none;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    width: 200px;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    height: 48px;
    font-weight: 700;
    background-color: #fff;
    position: relative;
    font-family: novabold, sans-serif;
    /*box-shadow: 0 0 1px rgba(0, 0, 0, 0);*/
    /*width: 220px*/
}

.submit span {
    z-index: 2;
    position: absolute;
    top: 14px;
    left: 0;
    width: 100%
}

.submit.custom-anim:hover {
    animation-name: hvr-buzz-out !important;
    animation-duration: .75s;
    animation-timing-function: linear;
    animation-iteration-count: 1
}

/*.no-touch .submit:hover:before {*/
/*    width: 100%*/
/*}*/

/*.submit:before {*/
/*    top: 0;*/
/*    z-index: 1;*/
/*    left: 0;*/
/*    -webkit-border-radius: 2px;*/
/*    border-radius: 2px;*/
/*    -webkit-transition-timing-function: linear;*/
/*    transition-timing-function: linear;*/
/*    -webkit-transition-duration: .15s;*/
/*    transition-duration: .15s;*/
/*    content: '';*/
/*    position: absolute;*/
/*    height: 100%;*/
/*    width: 0;*/
/*    background-color: #5cb51f*/
/*}*/

.button {
    background-color: #079DE1;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    font-size: 16px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    text-transform: uppercase;
    position: relative;
    font-family: novabold, sans-serif;
    display: block;
    width: 300px;
    padding: 10px 5px;
    /*height: 48px;*/
    color: white;
}

.button:focus,
.button:visited {
    outline: 0;
    border: none
}

.button span {
    z-index: 2;
    /*position: absolute;*/
    top: 14px;
    left: 0;
    width: 100%
}

.no-touch .button:hover:before {
    width: 100%
}

.button:before {
    top: 0;
    z-index: 1;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    left: 0;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    content: '';
    position: absolute;
    height: 100%;
    width: 0;
    background-color: #5cb51f
}

li,
ul {
    list-style-type: none
}

.main-head {
    color: #fff;
    padding: 100px 0 50px;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7)
}

.main-head .bgvideo {
    position: absolute;
    width: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    right: 0;
    bottom: 0;
    z-index: -9999
}

@-webkit-keyframes scroll {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@keyframes scroll {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
}

.main-head h1 {
    margin: 0 0 50px;
    text-shadow: 0 3px 0 rgba(0, 0, 0, .0842957)
}

.main-head h1 span {
    font-size: 91px;
    color: #29BCFF;
    font-weight: 900
}

.main-head p {
    margin-bottom: 62px
}

.main-head h2 {
    color: #fff;
    line-height: .8;
    margin-bottom: 10px
}

.main-head .button-wrapper {
    margin-top: -20px;
    margin-bottom: 180px
}

.main-head .button-next {
    text-align: center
}

.main-head .button-next a {
    display: inline-block
}

.main-head .button-next .text {
    margin-bottom: 5px;
    color: #fff
}

.main-head .button-next img {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll;
    -moz-animation-duration: 1s;
    -moz-animation-fill-mode: both;
    -moz-animation-iteration-count: infinite;
    -moz-animation-name: scroll;
    -ms-animation-duration: 1s;
    -ms-animation-fill-mode: both;
    -ms-animation-iteration-count: infinite;
    -ms-animation-name: scroll
}

.main_h {
    padding: 15px 0 12px;
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 1000;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    top: -100px
}

.main_h.sticky {
    box-shadow: 0 -2px 19px 0 #333
}

.main_h .phone-mobile {
    display: none
}

.main_h .logo a {
    display: block
}

.main_h .logo a img {
    float: left
}

.main_h .logo .logo-text {
    display: inline-block
}

.main_h .logo .logo-text .logo-header {
    display: block;
    text-transform: uppercase;
    line-height: .8;
    font-family: cuprum, sans-serif;
    font-size: 56px
}

.main_h .logo .logo-text .logo-header sup {
    vertical-align: top;
    top: 0;
    left: -11px;
    font-size: 8px
}

.main_h .logo .logo-text .logo-teaser {
    font-size: 13px;
    margin-left: 3px;
    font-weight: 700
}

.main_h.sticky {
    top: 0;
    opacity: 1
}

.main_h .right {
    text-align: right
}

.main_h .button-wrapper {
    display: inline-block;
    margin-left: 50px
}

.main_h .button-wrapper .button {
    width: 190px;
    height: 37px
}

.main_h .button-wrapper .button span {
    top: 50%;
    transform: translateY(-50%)
}

.main_h .phone {
    position: relative;
    text-align: right;
    display: inline-block;
    font-size: 24px;
    font-family: bold, sans-serif
}

.main_h .phone .show_number {
    font-family: novabold, sans-serif;
    cursor: pointer;
    text-decoration: underline
}

.main_h .phone .show_number:hover {
    text-decoration: none
}

#lhc_status_container .lhc-text-status {
    display: none
}

#lhc_status_container>a::after {
    content: 'Допомога онлайн';
    content: 'Допомога онлайн';
    border-radius: 100%;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .62);
    color: #454545;
    padding: 25px 10px 10px 9px;
    font-size: 12px;
    line-height: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#bingc-phone-button {
    z-index: -100000!important;
    opacity: 0
}

#bingc-phone-button.active {
    z-index: 1000!important;
    opacity: 1
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    position: fixed;
    outline: 0!important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 80%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none!important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

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

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #fff
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        -ms-transform: scale(.75);
        transform: scale(.75)
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

@media only screen and (max-width: 640px) {
    body #lhc_status_container {
        bottom: 70px
    }
}

.descr_phone {
    text-transform: uppercase;
    display: none;
    text-align: center;
    font-size: 12px;
    font-family: sans-serif;
    position: absolute;
    top: -15px
}

@media screen and (min-width: 991px) {
    .fixed_header_talephone {
        display: flex;
        align-items: center
    }
}

@media screen and (max-width: 1080px) and (min-width: 991px) {
    .main_h .phone {
        display: flex;
        align-items: center;
    }
    .main_h .phone .show_number {
        display: block;
        margin-right: -3px;
        margin-left: 5px;
    }
}

.wrap_phone {
    display: inline-block;
    position: relative
}

.main-works .item {
    position: relative
}

.main-works .item .link_portfolio {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

html.webkit {
    overflow: hidden;
    width: 100%
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000000s ease-in-out 0;
    -webkit-text-fill-color: #fff!important
}

@keyframes rotate {
    from {
        transform: rotateX(0deg) rotateY(0deg)
    }
    to {
        transform: rotateX(360deg) rotateY(360deg)
    }
}

.logo_wrapper {
    animation: rotate 5s infinite linear;
    animation-fill-mode: forwards
}

.main-about {
    padding: 0
}

.main-about .top-part .left {
    padding-top: 110px;
    padding-bottom: 47px
}

.main-about .top-part .left h2,
.main-about .top-part .left p {
    margin-bottom: 30px
}

.main-about .top-part .right {
    padding-left: 0
}

.main-about .top-part .right img {
    width: auto;
    height: auto
}

.main-about .bottom-part {
    padding-bottom: 50px;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #079DE1), color-stop(50%, #fff));
    background: -webkit-linear-gradient(left, #079DE1 50%, #fff 50%);
    background: linear-gradient(to right, #079DE1 50%, #fff 50%); 
}

.main-about .bottom-part .left,
.main-about .bottom-part .right {
    padding-top: 80px
}

.main-about .bottom-part .left .number,
.main-about .bottom-part .right .number {
    font-size: 96px;
    font-family: bold, sans-serif;
    line-height: 1.2
}

.main-about .bottom-part .left h3,
.main-about .bottom-part .right h3 {
    margin: 0;
    margin-bottom: 34px
}

.main-about .bottom-part .right {
    padding-left: 30px
}

.main-about .bottom-part .left a {
    font-family: novabold, sans-serif
}

.main-about .bottom-part .left a:hover {
    border-bottom: none
}

.main-about .bottom-part .left .text {
    margin-bottom: 30px
}

.main-about .certificate-block {
    background-color: #fff;
    padding: 14px;
    display: inline-block;
    position: absolute;
    top: -100px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    display: none
}

.main-about .certificate-block:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 80px;
    width: 0;
    height: 0;
    border-top: 20px solid #fff;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent
}

.main-best {
    background-color: #424445;
    color: #fff
}

.main-best h2 {
    color: #fff;
    margin-bottom: 70px
}

.main-best .img-wrapper {
    margin-bottom: 25px
}

.main-best p {
    margin-bottom: 12px
}

.main-best .text {
    color: #b3b4b5
}

.main-who {
    background-color: #323232;
    color: #fff
}

.main-who .tale-block {
    margin-top: 75px
}

.main-who h2 {
    color: #fff
}

.main-who p {
    margin-top: 15px
}

.main-who p span {
    color: #b3b4b5
}

.main-who .img-wrapper {
    margin-bottom: 25px
}

.main-who p {
    margin-bottom: 12px
}

.main-who .text {
    color: #b3b4b5
}

.main-ident {
    overflow: hidden;
    background-image: url(../img/identify/bg.png);
    background-position: 100% bottom;
    background-repeat: no-repeat
}

.main-ident .h1 {
    margin-bottom: 80px
}

.main-ident .list li {
    font-size: 24px;
    padding-left: 40px;
    margin-bottom: 40px;
    background-image: url(../img/identify/check.png);
    background-repeat: no-repeat;
    background-position: left 5px
}

.main-ident h2 {
    margin-top: 40px;
    margin-bottom: 40px
}

.main-ident .list li:nth-child(1) {
    -webkit-animation-delay: .25s;
    animation-delay: .25s
}

.main-ident .list li:nth-child(2) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.main-works {
    background-color: #323232;
    text-align: center
}

.main-works h2 {
    color: #fff;
    margin-bottom: 80px
}

.main-works .item {
    margin-bottom: 20px
}

.main-works .item img {
    width: 100%
}

.main-works .works-slider .item {
    text-align: center;
    margin-bottom: 0
}

.main-works .works-slider .item img {
    display: inline-block
}

.main-works .works-slider .slick-dots {
    top: 108%;
    left: 50%;
    position: absolute;
    display: inline-block;
    text-align: center;
    list-style-type: none;
    margin-bottom: 30px;

    transform: translateX(-50%);
}

.main-works .works-slider .slick-dots li {
    display: inline-block;
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin-right: 12px;
    background-color: #323232;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.main-works .works-slider .slick-dots li:last-child {
    margin-right: 0
}

.main-works .works-slider .slick-dots li button {
    display: none
}

.main-works .works-slider .slick-dots .slick-active {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    background-color: #fff;
    border: 2px solid #fff
}

.main-works .slick-next,
.main-works .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 108%;
    display: block;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0
}

.main-works .slick-prev {
    left: 20%
}

.main-works .slick-prev:before {
    content: url(../img/works/arr-left.png);
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.main-works .slick-prev:hover:before {
    opacity: .5
}

.main-works .slick-next {
    right: 20%
}

.main-works .slick-next:before {
    content: url(../img/works/arr-right.png);
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.main-works .slick-next:hover:before {
    opacity: .5
}

.main-warranty {
    padding-bottom: 0
}

.main-warranty h2 {
    margin-bottom: 80px
}

.main-warranty .item {
    margin-bottom: 80px
}

.main-warranty .item p {
    margin-top: 15px;
    font-weight: 700
}

.main-warranty .item img {
    width: auto;
    height: 54px
}

.warranty .list li:nth-child(1) {
    -webkit-animation-delay: .25s;
    animation-delay: .25s
}

.warranty .list li:nth-child(2) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.main-warranty .warranty-slider .item {
    margin-bottom: 0;
    text-align: center
}

.main-warranty .warranty-slider .item .block {
    margin-bottom: 40px;
    display: inline-block;
    width: 100%
}

.main-warranty .warranty-slider .item .block:last-child {
    margin-bottom: 0
}

.main-warranty .warranty-slider .item .block img {
    display: inline-block
}

.main-warranty .warranty-slider .item .block .video iframe {
    width: 80%;
    height: 300px;
    border: 1px solid #e9e9e9
}

.main-warranty .warranty-slider .slick-dots {
    top: 108%;
    left: 50%;
    margin-left: -50px;
    position: absolute;
    display: inline-block;
    text-align: center;
    list-style-type: none;
    margin-bottom: 30px
}

.main-warranty .warranty-slider .slick-dots li {
    display: inline-block;
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin-right: 12px;
    background-color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #3b4047;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.main-warranty .warranty-slider .slick-dots li:last-child {
    margin-right: 0
}

.main-warranty .warranty-slider .slick-dots li button {
    display: none
}

.main-warranty .warranty-slider .slick-dots .slick-active {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    background-color: #3b4047
}

.main-warranty .slick-next,
.main-warranty .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 108%;
    display: block;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0
}

.main-warranty .slick-prev {
    left: 20%
}

.main-warranty .slick-prev:before {
    content: url(../img/reviews/arr-left.png);
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.main-warranty .slick-prev:hover:before {
    opacity: .5
}

.main-warranty .slick-next {
    right: 20%
}

.main-warranty .slick-next:before {
    content: url(../img/reviews/arr-right.png);
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.main-warranty .slick-next:hover:before {
    opacity: .5
}

.main-feedback {
    text-align: center;
    background-color: #079DE1;
}

.main-feedback h2 {
    color: white;
}
.main-feedback p {
    margin-top: 12px;
    margin-bottom: 53px
}

.main-feedback .form-callback {
    color: #fff;
}

.main-feedback .form-callback .submit-block {
    padding-left: 0
}

.main-feedback .form-callback .submit-block .submit {
    color: #3b4047;
}

/*.main-feedback .form-callback .submit-block .submit:hover{*/
/*    color: #fff;*/
/*}*/


.input.slideInRight,  .submit.slideInRight{
    opacity: 1 !important;
}

.main-feedback .form-callback .input {
    background-color: transparent;
    border: none;
    height: 48px;
    width: 100%;
    border-bottom: 1px solid #fff;
    text-indent: 2px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    color: white;
    opacity: 1;
}

.main-feedback .form-callback .input:active,
.main-feedback .form-callback .input:focus,
.main-feedback .form-callback .input:hover {
    border-bottom: 2px solid #fff;
    color: #fff;
    font-weight: 700
}

.main-feedback .form-callback .input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.main-feedback .form-callback .input:active::-webkit-input-placeholder,
.main-feedback .form-callback .input:focus::-webkit-input-placeholder,
.main-feedback .form-callback .input:hover::-webkit-input-placeholder {
    color: #fff;
    font-weight: 700
}
.main-feedback .form-callback .input::-moz-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.main-feedback .form-callback .input:active::-moz-input-placeholder,
.main-feedback .form-callback .input:focus::-moz-input-placeholder,
.main-feedback .form-callback .input:hover::-moz-input-placeholder {
    color: #fff;
    font-weight: 700
}
.main-feedback .form-callback .input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.main-feedback .form-callback .input:active::-ms-input-placeholder,
.main-feedback .form-callback .input:focus::-ms-input-placeholder,
.main-feedback .form-callback .input:hover::-ms-input-placeholder {
    color: #fff;
    font-weight: 700
}

.main-feedback.video-container {
    padding-top: 170px
}

.main-feedback.video-container .container {
    position: relative
}

.main-feedback.video-container .video {
    position: absolute;
    top: -410px;
    right: 0;
    padding: 0
}

.main-feedback.video-container .video .thumb-wrap {
    width: 100%;
    height: 100%
}

.main-feedback.video-container .video .thumb-wrap iframe {
    border: 1px solid #e9e9e9;
    width: 600px;
    height: 338px
}

.main-feedback .form-callback .col-md-3:nth-child(1) .input {
    -webkit-animation-delay: .25s;
    animation-delay: .25s
}

.main-feedback .form-callback .col-md-3:nth-child(2) .input {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.main-feedback .form-callback .col-md-3:nth-child(3) .input {
    -webkit-animation-delay: .75s;
    animation-delay: .75s
}

.main-feedback .form-callback .col-md-3:nth-child(4) .submit {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    color: #3b4047;
}
.main-feedback .form-callback .col-md-3:nth-child(4) .submit:before {
    background-color: #323232 !important;
}
.main-feedback .form-callback .col-md-3:nth-child(4) .submit:hover {
    color: white;
}

.main-clients {
    border-bottom: 1px solid #d5d5d5;
    text-align: center
}

.main-clients h2 {
    margin-bottom: 9px
}

.main-clients .line {
    margin-top: 100px
}

.main-clients .line ul li {
    display: inline-block;
    margin-right: 54px
}

.main-clients .line ul li:last-child {
    margin-right: 0
}

.main-clients .line.first ul li {
    margin-right: 60px
}

.main-clients .line.first ul li:last-child {
    margin-right: 0
}

.main-clients .clients-slider .item .block {
    margin-bottom: 20px
}

.main-clients .clients-slider .item .block:last-child {
    margin-bottom: 0
}

.main-clients .clients-slider .item .block.bright img {
    filter: grayscale(1) brightness(0);
}

.main-clients .clients-slider .item .block img {
    display: inline-block;
    filter: grayscale(1);
    width: 40%;
}


.main-clients .slick-next,
.main-clients .slick-prev {
    z-index: 5000;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0
}

.main-clients .slick-prev {
    left: 0
}

.main-clients .slick-prev:before {
    content: url(../img/reviews/arr-left.png);
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.main-clients .slick-prev:hover:before {
    opacity: .5
}

.main-clients .slick-next {
    right: 0
}

.main-clients .slick-next:before {
    content: url(../img/reviews/arr-right.png);
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.main-clients .slick-next:hover:before {
    opacity: .5
}

.main-reviews {
    text-align: center
}

.main-reviews h2 {
    text-align: center;
    margin-bottom: 10px
}

.main-reviews p {
    margin-bottom: 60px
}

.main-reviews .thumb-wrap {
    display: inline-block
}

.main-reviews .thumb-wrap iframe {
    border: none;
    vertical-align: middle;
    width: 763px;
    height: 434px
}

.main-reviews .img-wrapper {
    text-align: center
}

.main-reviews .img-wrapper img {
    display: inline-block
}

.main-reviews .slick-next,
.main-reviews .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 45%;
    display: block;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0
}

.main-reviews .slick-prev {
    left: -50px
}

.main-reviews .slick-prev:before {
    content: url(../img/reviews/arr-r-left.png);
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.main-reviews .slick-prev:hover:before {
    content: url(../img/reviews/arr-r-left-a.png)
}

.main-reviews .slick-next {
    right: -50px
}

.main-reviews .slick-next:before {
    content: url(../img/reviews/arr-r-right.png);
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.main-reviews .slick-next:hover:before {
    content: url(../img/reviews/arr-r-right-a.png)
}

.main-reviews .slider-reviews .slick-dots {
    top: 108%;
    left: 50%;
    margin-left: -92px;
    position: absolute;
    display: inline-block;
    text-align: center;
    list-style-type: none;
    margin-bottom: 30px
}

.main-reviews .slider-reviews-block .slick-dots li {
    display: inline-block;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background-color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #3b4047;
    box-sizing: border-box;
    margin: 5px
}

.main-reviews .slider-reviews-block .slick-dots li button {
    display: none
}

.main-reviews .slider-reviews-block .slick-dots .slick-active {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    background-color: #3b4047
}

.slider-reviews-block .item .show-more {
    position: absolute;
    bottom: 120px;
    font-size: 14px;
    opacity: 0.35;
    pointer-events: none;
    transition: all .2s ease;
  }
  
  .slider-reviews-block .item .show-more::before {
    content: '';
    display: block;
    background-image: url('../img/arrow-right.svg');
    background-position: right;
    background-repeat: no-repeat;
    background-size: 15px;
    position: absolute;
    right: -20px;
    top: -1px;
    width: 30px;
    height: 22px;
  }
  
  .slider-reviews-block .slick-current .item .show-more {
      opacity: 1;
  }

.warranty {
    background-color: #323232;
    color: #fff;
    padding-bottom: 40px
}

.warranty h2 {
    color: #fff;
    margin-bottom: 60px
}

.warranty .list li {
    font-size: 24px;
    padding-left: 40px;
    margin-bottom: 40px;
    background-image: url(../img/check.png);
    background-repeat: no-repeat;
    background-position: left 5px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.main-contacts {
    text-align: center
}

.main-contacts p {
    margin-bottom: 60px
}

.main-contacts .item {
    text-align: left;
    padding-top: 40px;
    padding-bottom: 40px
}

.main-contacts .item.item_large {
    background-color: #f4f3f3;
    padding-left: 30px;
    padding-right: 35px
}

.main-contacts .item.item_large .teaser {
    text-align: right
}

.main-contacts .item:last-child {
    padding-left: 180px
}

.main-contacts .item .text {
    text-transform: uppercase;
    font-family: novabold, sans-serif;
    margin-bottom: 15px
}

.main-contacts .item .phone {
    font-size: 40px;
    font-family: bold, sans-serif;
    margin-bottom: 13px
}

.main-contacts .item .chat,
.main-contacts .item .email,
.main-contacts .item .show_number {
    text-decoration: underline;
    font-family: bold, sans-serif;
    font-size: 24px;
    cursor: pointer;
    margin-bottom: 13px
}

.main-contacts .item .chat:hover,
.main-contacts .item .email:hover,
.main-contacts .item .show_number:hover {
    text-decoration: none
}

.main-contacts .item:nth-child(1) {
    -webkit-animation-delay: .25s;
    animation-delay: .25s
}

.main-contacts .item:nth-child(2) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.main-contacts .item:nth-child(3) {
    -webkit-animation-delay: .75s;
    animation-delay: .75s
}

#callback {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1000;
    position: relative;
    -webkit-overflow-scrolling: touch
}

#callback .popup-modal-dismiss {
    position: absolute;
    top: -20px;
    right: 20px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.no-touch .popup-modal-dismiss:hover {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

#callback .h1 {
    color: #fff
}

#callback p {
    color: #fff;
    margin-bottom: 53px
}

#callback .submit-block {
    padding-left: 0
}

#callback .submit-block .submit {
    background-color: #fd0
}

#callback .input {
    background-color: transparent;
    border: none;
    height: 48px;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    text-indent: 2px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    color: #fff
}

#callback .input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .6)
}

#callback .input::-moz-input-placeholder {
    color: rgba(255, 255, 255, .6)
}

#callback .input::-ms-input-placeholder {
    color: rgba(255, 255, 255, .6)
}

#callback .input:active,
#callback .input:focus,
#callback .input:hover {
    border-bottom: 2px solid #fff;
    color: #fff;
    font-weight: 700
}

#callback .input:active::-webkit-input-placeholder,
#callback .input:focus::-webkit-input-placeholder,
#callback .input:hover::-webkit-input-placeholder {
    color: #fff;
    font-weight: 700
}

#callback .input:active::-moz-input-placeholder,
#callback .input:focus::-moz-input-placeholder,
#callback .input:hover::-moz-input-placeholder {
    color: #fff;
    font-weight: 700
}

#callback .input:active::-ms-input-placeholder,
#callback .input:focus::-ms-input-placeholder,
#callback .input:hover::-ms-input-placeholder {
    color: #fff;
    font-weight: 700
}

/*#online {*/
/*    position: relative;*/
/*    padding: 20px 30px;*/
/*    max-width: 740px;*/
/*    margin: 40px auto*/
/*}*/

/*#online .mfp-close-btn-in .mfp-close {*/
/*    font-size: 46px;*/
/*    margin-top: -27px*/
/*}*/

/*#online video {*/
/*    width: 100%*/
/*}*/


#online {
    position: relative;
    padding: 40px 30px;
    max-width: 1280px;
    margin: 0 auto
}

#online .mfp-close-btn-in .mfp-close {
    font-size: 46px;
    margin-top: -27px
}

#online video {
    width: 100%
}

.wrape_info {
    padding: 0 10px 20px;
    width: 50%;
}

.wrape_info--media {
    display: inline-block;
    vertical-align: middle;
    width: 720px;
    max-width: 100%;
    position: relative;
    padding-bottom: 57%;
    cursor: pointer;
}

.wrape_info--media::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 36px;
    height: 36px;
    margin: auto;
    background: url(../img/play.svg) no-repeat center;
    background-size: contain;
    pointer-events: none;
    z-index: 101;
    transition: 0.2s;
}

.wrape_info--media.is-active::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 48px;
    height: 48px;
    border: 2px solid #fff;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    pointer-events: none;
    z-index: -1;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.wrape_info--media:hover::before {
    transform: scale(1.2);
}

.wrape_info--media img,
.wrape_info--media video {
    position: absolute !important;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    outline: none;
    width: 100%;
    height: auto;
}

.wrape_info--media.is-active img {
    display: none;
}

.wrape_info--media.is-active::before {
    opacity: 0;
}


.wrape_info span {
    display: inline-block;
    margin-top: 5px;
    font-size: 18px;
    color: #fff
}

.mfp-bg {
    background: #161617
}

.wrapper_video_translation {
    display: flex !important;
    flex-wrap: wrap
}

/*.wrape_info {*/
/*    margin: 0 10px 20px*/
/*}*/

.wrape_info span {
    display: inline-block;
    padding-top: 5px;
    font-size: 18px;
    color: #fff
}

.mfp-bg {
    background: #161617
}

.wrapper_video_translation {
    display: flex!important;
    flex-wrap: wrap
}

div #lhc_need_help_container {
    display: none
}

#bingc-phone-button {
    left: 2%!important
}

.confirmation {
    font-size: 24px
}

.messengers {
    font-size: 20px;
    margin-top: 10px;
}

.confirmation-links {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.confirmation-link {
    font-size: 0;
    display: block;
    width: 36px;
    height: 36px;
    margin: 0 10px;
}

.confirmation-link__telegram {
    background: url("../img/telegram-2.svg") no-repeat center center;
    background-size: contain;
}

.confirmation-link__viber {
    background: url("../img/viber.svg") no-repeat center center;
    background-size: contain;
}

#form-1 .confirmation,
#form-2 .confirmation {
    color: #000
}

#callback .confirmation {
    color: #fff
}

#lhc_container {
    z-index: 9999999
}

#bingc-phone-button {
    z-index: 9999990
}

#bingc-phone-button div.bingc-phone-button-tooltip.bingc-phone-button-tooltip-bottom-right {
    right: -108px
}

#bingc-phone-button div.bingc-phone-button-tooltip.bingc-phone-button-tooltip-bottom-right svg.bingc-phone-button-arrow {
    right: 137px
}

@media only screen and (max-width:1800px) {
    .main-ident {
        background-position: 140% bottom
    }
}

@media only screen and (max-width:1400px) {
    .main-about .top-part .left {
        padding-bottom: 0
    }
    .main-about .top-part .right img {
        width: 100%
    }
    .main-ident {
        background-position: 170% bottom
    }
}

@media only screen and (max-width:1250px) {
    .main-reviews .slick-next,
    .main-reviews .slick-prev {
        top: 108%
    }
    .main-reviews .slick-next {
        right: 20%
    }
    .main-reviews .slick-prev {
        left: 20%
    }
}

@media only screen and (max-width:1200px) {
    .main-ident {
        background-position: 210% bottom
    }
}

@media only screen and (max-width:1199px) {
    .main-contacts .item,
    .main-contacts .item.item_large .teaser {
        text-align: center
    }
    .main-contacts .item:last-child {
        padding-left: 15px
    }
    .main-contacts .item.item_large {
        padding: 40px 10px
    }
    .main-contacts .item.item_large .phone {
        font-size: 32px
    }
    .main-feedback.video-container .video {
        right: 30px
    }
    .main-feedback.video-container .video .thumb-wrap iframe {
        width: 460px;
        height: 295px
    }
    .main-clients .line ul li,
    .main-clients .line.first ul li {
        margin-right: 20px
    }
    .main-ident .list li,
    .warranty .list li {
        font-size: 16px
    }
    .main-ident {
        background-image: none
    }
    .main-about .top-part .right {
        padding-left: 15px;
        text-align: center;
        width: 100%;
        margin-bottom: 40px
    }
    .main-about .top-part .right img {
        display: inline-block;
        width: auto
    }
    .main-about .top-part .left {
        text-align: center;
        width: 100%;
        margin-bottom: 20px
    }
}

@media only screen and (max-width:992px) {
    .animated {
        -webkit-transition-property: none!important;
        transition-property: none!important;
        -ms-transform: none!important;
        -webkit-transform: none!important;
        transform: none!important;
        -webkit-animation: none!important;
        animation: none!important
    }
}

@media only screen and (max-width:991px) {
    .wrapper_video_translation {
        flex-direction: column
    }
    #online {
        max-width: 480px
    }
    .wrape_info {
        margin-bottom: 20px;
        padding-bottom: 20px
    }
    .warranty .list li {
        line-height: 1.8
    }
    #callback .popup-modal-dismiss {
        top: -50px
    }
    .warranty {
        text-align: center
    }
    .warranty .list {
        display: inline-block
    }
    .warranty .list li {
        text-align: left
    }
    .main-clients p {
        margin-bottom: 55px
    }
    #callback {
        margin: 80px auto
    }
    #callback .h1 {
        font-size: 48px
    }
    .main-works h2 {
        margin-bottom: 40px
    }
    .main-warranty h2 {
        text-align: center;
        margin-bottom: 40px
    }
    .main-feedback {
        padding-bottom: 150px
    }
    .main-feedback.video-container {
        padding: 40px 0
    }
    .main-feedback.video-container .video {
        display: none
    }
    .main-reviews .thumb-wrap {
        display: block
    }
    .main-reviews .thumb-wrap iframe {
        width: 100%
    }
    .main-reviews,
    .main-warranty,
    .main-works {
        padding-bottom: 100px
    }
    .main-works .item:last-child {
        width: 100%
    }
    .main-works .item:last-child img {
        width: auto
    }
    .main-about .certificate-block {
        top: -160px;
        left: 50%;
        margin-left: -200px
    }
    #callback .submit-block,
    .main-feedback .form-callback .submit-block {
        margin-top: 40px
    }
    .main-head {
        text-align: center;
        overflow: hidden
    }
    .main-head .button {
        display: inline-block
    }
    .main-ident {
        text-align: center
    }
    .main-ident .list {
        display: inline-block
    }
    .main-ident .list li {
        text-align: left
    }
    .main-ident .button-wrapper {
        text-align: center
    }
    .main-ident .button-wrapper .button {
        display: inline-block
    }
    .main-who .tale-block {
        text-align: center
    }
    .main-who .tale-block .tale {
        margin-bottom: 40px
    }
    .main-who .tale-block .tale:last-child {
        margin-bottom: 0
    }
    .main_h .button-wrapper {
        margin-left: 0
    }
    .main_h .right {
        padding: 0
    }
    .main_h.sticky {
        top: initial;
        z-index: 10001;
        bottom: 0;
        margin-top: -60px;
        position: fixed
    }
    .main_h {
        height: 64px;
    }
    .main_h .logo-wrapper {
        /*display: none*/
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        padding: 15px 25px;
        box-shadow: 0 4px 12px rgba(142, 162, 170, 0.2);
        background-color: #ffffff;
    }
    .main_h .logo-wrapper .logo {
        display: flex;
        justify-content: center;
    }
    .main_h .right {
        text-align: center;
        width: 100%
    }
    .main_h .right .phone {
        display: none
    }
    .main_h .right .phone-mobile {
        background-image: url(../img/call.png);
        background-repeat: no-repeat;
        padding-left: 21px;
        background-position: left center;
        display: inline-block;
        font-size: 18px;
        line-height: 20px;
        position: relative;
        top: initial;
        font-family: bold, sans-serif
    }
    .main_h .button-wrapper {
        margin-top: 0
    }
    .main_h .button-wrapper .button {
        font-size: 14px;
        width: 170px
    }
    section {
        padding: 40px 0
    }
    .main-best {
        text-align: center
    }
    .main-best .tale {
        margin-bottom: 40px
    }
    .main-best .tale:last-child {
        margin-bottom: 0
    }
    .main-about .bottom-part .left .text:last-child {
        margin-bottom: 0
    }
    .main-about .bottom-part .left,
    .main-about .bottom-part .right {
        padding-top: 20px
    }
    .main-about {
        text-align: center
    }
    .main-about .bottom-part {
        background: -webkit-linear-gradient(#079DE1 59%, #fff 50%);
        background: -o-linear-gradient(#079DE1 59%, #fff 50%);
        background: linear-gradient(#079DE1 59%, #fff 50%)  ;
    }
}

@media only screen and (max-width:767px) {
    .main-warranty .warranty-slider .item .block .video iframe {
        width: 100%
    }
    .main-about .certificate-block {
        left: 280px
    }
    .main-reviews .img-wrapper img {
        width: 80%
    }
    .main-reviews h2 {
        margin-bottom: 40px
    }
    .main-reviews p {
        display: none
    }
    .main-ident .list li,
    .warranty .list li {
        background-position: left 0
    }
    .main-reviews .slick-prev,
    .main-warranty .slick-prev {
        left: 5%
    }
    .main-reviews .slick-next,
    .main-warranty .slick-next {
        right: 5%
    }
    .main-clients .slick-next {
        right: 10%
    }
    .main-clients .slick-prev {
        left: 10%
    }
    .main-works .slick-prev {
        left: 10%
    }
    .main-works .slick-next {
        right: 10%
    }
    .h1,
    h1 {
        font-size: 52px
    }
    #callback .h1,
    h2 {
        font-size: 36px
    }
    .main-head h1 span {
        font-size: 80px
    }
    .main-reviews .video-container {
        padding: 0
    }
    .main-about .top-part .right img {
        width: 100%
    }
    .main-head .button-wrapper {
        margin-bottom: 62px
    }
    .mfp-inline-holder .mfp-content {
        width: 100% !important;
    }
    .wrape_info {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .wrape_info img {
        max-width: 100%;
        height: auto;
    }
    .mfp-wrap {
        position: fixed !important;
        top: 0 !important;
        height: 100% !important;
        overflow: hidden auto;
    }
}

@media only screen and (max-width:480px) {
    .warranty .list li {
        text-align: left;
        font-size: 14px
    }
    .main-ident .list li br {
        display: none
    }
    .main-ident .list li {
        text-align: justify;
        line-height: 1.8
    }
    .main-head {
        background-color: rgba(0, 0, 0, .7);
        padding-top: 20px
    }
    .main-head .mobile-overlay {
        position: absolute;
        background-image: url(../img/bg-header.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        top: 0;
        height: 100%;
        z-index: -100
    }
    .main-head .bgvideo {
        display: none
    }
    .main_h .button-wrapper .button {
        width: 156px
    }
    .main_h .right .phone-mobile {
        font-size: 16px
    }
    .main-about .certificate-block {
        left: 200px;
        width: 100%
    }
    .main-about .certificate-block img {
        width: 100%
    }
    #callback p {
        font-size: 16px
    }
    .main-reviews h2 {
        font-size: 28px
    }
    .main-works h2 {
        text-align: center
    }
    .main-who h2 {
        font-size: 24px
    }
    .main-head h2 {
        line-height: 1
    }
    .warranty {
        text-align: justify
    }
    .warranty h2 {
        text-align: left
    }
    .main-reviews .thumb-wrap iframe {
        height: 300px
    }
    .main-feedback .form-callback .submit-block {
        padding-left: 15px
    }
    .main-warranty h2 {
        font-size: 38px
    }
    .works-slider-container {
        padding: 0
    }
    .main-works .works-slider .item img {
        width: 100%
    }
    .main-ident h2 {
        margin-top: 0;
        text-align: center;
        font-size: 46px
    }
    .main-ident {
        text-align: justify
    }
    .main-ident .h1 {
        margin-bottom: 30px;
        text-align: center
    }
    .main-best .text,
    .main-who .tale-block {
        text-align: justify
    }
    .main-best {
        text-align: left
    }
    .main-about .bottom-part {
        background: 0 0
    }
    .main-about .bottom-part .left {
        background-color: #079DE1;
        padding-bottom: 40px
    }
    .main-about .bottom-part .left,
    .main-about .bottom-part .right {
        text-align: left
    }
    .main-about .top-part .left .text,
    .main-about .top-part .left p {
        text-align: left
    }
    .main-about .top-part .left {
        padding-top: 40px
    }
    .main-about .top-part .left h2 {
        text-align: left
    }
    #callback .submit-block {
        padding-left: 15px
    }
    .button,
    .submit {
        width: 100%
    }
    .main-head h1 span {
        font-size: 46px
    }
    .calculate-price,
    .h1,
    h1 {
        font-size: 42px
    }
    .main-head h1,
    h2 {
        font-size: 32px
    }
    .main-head h1,
    .main-head p {
        margin-bottom: 15px;
        line-height: 1.1
    }
    .main-head .button-wrapper {
        margin-top: 0;
        margin-bottom: 15px
    }
    .main-head .button-next {
        /*display: none*/
    }
}

@media only screen and (max-width:320px) {
    .main-about .certificate-block {
        top: -20px
    }
    .main-about .top-part .left p,
    .main-best .text,
    .main-who .tale-block {
        text-align: left
    }
}

.main-ident {
    position: relative;
    background-image: none
}

.main-ident::after {
    content: '';
    width: 1000px;
    height: 667px;
    background: url(../img/identify/bg.png);
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-right: -850px;
    z-index: -1
}

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

.wrap_container {
    overflow-x: hidden
}

.main-head .container {
    text-align: center
}

.main-head .button-wrapper {
    margin: 0;
    padding-bottom: 180px
}

.main-head .button-wrapper a {
    margin: 0 auto
}

.col-md-12 .button-wrapper span {
    /*top: 19px*/
}

.main-head .col-md-12 .button-wrapper span {
    /*top: 14px*/
}

.col-md-12 .button-wrapper a {
    width: 450px;
    /*height: 68px;*/
    font-size: 17px
}

.warranty .list li .underline {
    border-bottom: 2px #fff dashed
}

.main-head .col-md-12 .button-wrapper a {
    width: 450px
}

.main_h .col-md-12 .button-wrapper a {
    font-size: 16px
}

.main-head {
    padding: 0;
    min-height: 100vh
}

.main-head .container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    min-height: 100vh
}

.main-head h1 {
    margin: 0
}

.main-head .button-wrapper {
    padding-bottom: 0
}

.no-touch .button:hover,
.no-touch .submit:hover {
    color: #fff
}

@media screen and (max-width: 580px) {
    .main-head .col-md-12 .button-wrapper a {
        width: 300px;
        font-size: 16px
    }
    .col-md-12 .button-wrapper span {
        /*top: 24px*/
    }
    .main-head .col-md-12 .button-wrapper span {
        /*top: 20px*/
    }
    .main_h .col-md-12 .button-wrapper a {
        font-size: 14px
    }
    .col-md-12 .button-wrapper a {
        width: 300px;
        font-size: 18px
    }
}

.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all .15s ease-out
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all .15s ease-out
}

.mfp-content {
    text-align: center
}

.certificate-popup {
    display: none
}

.mfp-content .certificate-popup {
    display: inline-block;
    visibility: visible!important;
    position: static;
    text-align: center
}

.mfp-content .certificate-popup img {
    width: 100%
}

a.certificate,
a#certificate {
    display: inline-block;
    height: 31px
}

.warranty {
    position: relative
}

#certificate-popup {
    display: block;
    background-color: #fff;
    padding: 14px;
    position: fixed;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    visibility: hidden;
    z-index: 1001;
    width: auto
}

#certificate-popup:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 46%;
    width: 0;
    height: 0;
    border-top: 20px solid #fff;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent
}

header video {
    background: url(img/header-bg.png) no-repeat 0 16px;
    background-size: 100% 100%
}

.col-md-12 .button-wrapper a {
    /*height: 65px*/
}

.col-md-12 .button-wrapper span {
    /*top: 10px*/
}

.button-next a[href='#about']>.text {
    text-transform: uppercase
}

@media screen and (max-width: 1200px) {
    .main-head h1 {
        font-size: 54px
    }
    .main-head h1 span {
        font-size: 70px
    }
    .main-clients .container.hidden-sm.hidden-xs ul {
        display: flex;
        justify-content: space-between;
        align-items: center
    }
    .warranty .certificate-block {
        top: -20%
    }
}

@media screen and (max-width: 990px) {
    .main-head h1 .hidden-md {
        /*display: none*/
    }
    .main-head h1 span .hidden-md {
        display: block
    }
    .main-ident::after {
        content: none
    }
}

@media screen and (max-width: 580px) {
    .col-md-12 .button-wrapper span {
        /*top: 20px*/
    }
}

@media screen and (min-width: 992px) {
    .main-works .container div.row:nth-child(2) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .main-works .container div.row:nth-child(2) video {
        width: 100%
    }
    .main-works .new-item img,
    .main-works .item img{
        height: auto;
        /*object-fit: cover;*/
        /*object-position: top;*/
    }
}

@media screen and (max-width: 991px) {
    .main-works .works-slider .new-item img {
    }
}

@media only screen and (max-width: 767px) {
    .main-feedback .h1.calculate-price {
        font-size: 36px
    }
    .main-feedback p {
        font-size: 20px;
        margin-bottom: 24px
    }
    .warranty .col-md-6 .list {
        max-width: 570px
    }
    .main-works .slick-arrow {
        top: 50%;
        transform: translateY(-50%);
        z-index: 1000
    }
    .main-works .slick-next {
        right: 20px
    }
    .main-works .slick-prev {
        left: 20px
    }
}

@media screen and (max-width: 812px) {
    .main-head h1 span .hidden-md {
        /*display: none*/
    }
    .main-head {
        min-height: 50vh
    }
    .main-head .container {
        min-height: 100vh
    }
    .main-head h1 {
        font-size: 38px;
        line-height: 1.3
    }
    .main-head h1 span {
        font-size: 38px
    }
    .col-md-12 .button-wrapper a {
        font-size: 16px
    }
}

@media only screen and (max-width: 620px) {
    .main-head .button-next {
        /*display: none*/
    }
    .main-reviews h2 {
        font-size: 28px
    }
    .main-head {
        min-height: 50vh
    }
    .main-head .container {
        min-height: 100vh
    }
    .main-head h1 {
        font-size: 28px;
        line-height: 1.3
    }
    .main-head h1 span {
        font-size: 24px
    }
    body #online-chat-wrapper.b-callback {
        margin: 0!important;
        bottom: 120px!important;
        right: 10px!important
    }

    .main-works .works-slider .new-item img {
        width: 65%;
        /*object-fit: cover;*/
        /*object-position: top;*/
    }
}

@media only screen and (max-width: 480px) {
    .main-who h2 {
        text-align: center
    }
    .main-who h2+p {
        font-size: 16px
    }
    .main-who p,
    .main-who .img-wrapper {
        text-align: center
    }
    .main-ident h2 {
        font-size: 28px
    }
    .main-ident .list li {
        text-align: left
    }
    .main-ident .h1 {
        font-size: 32px
    }
    .main-reviews h2 {
        font-size: 24px
    }
    .warranty h2 {
        text-align: center
    }
    .main-works h2 {
        font-size: 21px
    }
    .main-works .works-slider .item video,
    .main-works .works-slider .item img {
        width: 65%
    }
    .main-works .works-slider .item video,
    .main-works .works-slider .item img {
        width: 65%;
    }

    .main-works .works-slider .new-item img {
        width: 65%;
        height: auto;
        /*object-fit: cover;*/
        /*object-position: top;*/
    }

    .main-warranty h2 {
        font-size: 24px
    }
}

@media only screen and (max-width: 360px) {
    .main-feedback .h1.calculate-price {
        font-size: 28px
    }
    .main-feedback p {
        font-size: 18px;
        margin-bottom: 24px
    }
    .main-reviews h2 {
        font-size: 20px
    }
}

.main-head .col-md-12 .button-wrapper a {
    height: auto;
    padding: .5em 0;
    color: #fff;
}

.button.popup-with-form {
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}

.button.popup-with-form:hover {
    animation-name: hvr-buzz-out;
    animation-duration: .75s;
    animation-timing-function: linear;
    animation-iteration-count: 1
}

.button.popup-with-form:before {
    content: none
}

@keyframes hvr-buzz-out {
    10% {
        transform: translateX(3px) rotate(2deg)
    }
    20% {
        transform: translateX(-3px) rotate(-2deg)
    }
    30% {
        transform: translateX(3px) rotate(2deg)
    }
    40% {
        transform: translateX(-3px) rotate(-2deg)
    }
    50% {
        transform: translateX(2px) rotate(1deg)
    }
    60% {
        transform: translateX(-2px) rotate(-1deg)
    }
    70% {
        transform: translateX(2px) rotate(1deg)
    }
    80% {
        transform: translateX(-2px) rotate(-1deg)
    }
    90% {
        transform: translateX(1px) rotate(0)
    }
    100% {
        transform: translateX(-1px) rotate(0)
    }
}

.main_h .right {
    display: flex;
    justify-content: space-around;
    align-items: center
}

.slider-reviews-block .item p {
    font-size: 16px
}

.slider-reviews-block .item .name {
    line-height: normal;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 7px
}

.slider-reviews-block {
    display: flex
}

.slider-reviews-block .item {
    flex-shrink: 0;
    text-align: left;
    padding: 40px 35px;
    max-width: 365px;
    background: #FFF;
    border: 1px solid #E8EDF2;
    box-sizing: border-box;
    box-shadow: 0 9px 14px rgba(0, 0, 0, 0.05);
    position: relative
}

.wrap_rews .video-container {
    display: flex;
    min-width: 0
}

.wrap_rews .video-container .slider-reviews-block {
    flex-shrink: 0;
    width: 100%
}

.wrap_rews .video-container .slick-slide .item:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.637879)
}

.wrap_rews .video-container .slick-slide.slick-current .item:before {
    content: none
}

.main-reviews .thumb-wrap iframe {
    width: 659px;
    height: 380px
}

.main-reviews .slick-slider .slick-list,
.main-reviews .slick-slider .slick-track {
    margin-left: -2px;
    padding-left: 2px;
    z-index: 3
}

.main-reviews .thumb-wrap {
    margin-right: 30px;
    margin-top: 45px
}

.main-reviews .slick-next,
.main-reviews .slick-prev {
    top: auto;
    bottom: -20px;
    width: 50px;
    height: 50px;
    z-index: 4;
    transition: all .3s
}

.main-reviews .slick-next:hover,
.main-reviews .slick-prev:hover {
    background: #262626
}

.main-reviews .slick-next {
    left: 60px
}

.main-reviews .slick-prev {
    left: 10px
}

.main-reviews p {
    margin-bottom: 68px
}

.wrap_rews .video-container .slick-slide.slick-current>div {
    position: relative
}

.wrap_rews .video-container .slick-slide.slick-current .item {
    position: absolute;
    left: 7px
}

.wrap_rews .video-container .slick-slide.slick-current .item:hover {
    z-index: 5
}

.wrap_rews .video-container .slick-slide.slick-current .item:hover .text-wrapper p {
    max-height: 400px
}

.main-reviews .hiden-wrap .text-wrapper p {
    transition: all .3s;
    max-height: 175px;
    overflow: hidden
}

.main-reviews .sub-title {
    position: relative
}

.main-reviews .reviews-date {
    font-size: 16px;
    color: #979797
}

.main-reviews .sub-title:before {
    position: absolute;
    content: '';
    width: 111px;
    left: 0;
    right: -188px;
    margin: auto;
    bottom: -121px;
    height: 157px;
    background: url(../img/reviews/commas.svg) center center no-repeat
}

@media only screen and (max-width: 1169px) {
    .wrap_rews .video-container {
        flex-direction: column
    }
    .wrap_rews .video-container .slider-reviews-block {
        flex-direction: column;
        margin-top: 30px
    }
    .wrap_rews .video-container .slider-reviews-block .slick-dots {
        margin-top: 30px
    }
    .main-reviews .slick-next {
        left: auto;
        right: 60px
    }
    .wrap_rews .video-container .slick-slide .item:before {
        content: none
    }
    .main-reviews .slick-slider .slick-list,
    .main-reviews .slick-slider .slick-track {
        margin: 0!important;
        padding: 0!important
    }
    .slider-reviews-block .item {
        box-shadow: none;
        max-width: none
    }
    .main-reviews .hiden-wrap .text-wrapper p {
        overflow: visible;
        max-height: none
    }
    .wrap_rews .video-container .slick-slide.slick-current .item {
        position: relative
    }
    .main-reviews .thumb-wrap {
        margin-right: 0
    }
    .wrap_rews .video-container .slick-slide.slick-current .item {
        left: 0
    }
    .main-reviews .slick-next,
    .main-reviews .slick-prev {
        bottom: -9px
    }
}

@media only screen and (max-width: 769px) {
    .main-reviews .hiden-wrap .text-wrapper p {
        display: block
    }
    .main-reviews .thumb-wrap {
        margin-top: 0
    }
    .main-reviews .thumb-wrap iframe {
        width: 100%;
        height: 300px
    }
    .main-reviews .slick-next {
        right: 5px
    }
    .main-reviews .hiden-wrap .text-wrapper p {
        text-align: justify
    }
    .slider-reviews-block .item {
        padding: 30px 25px
    }
}

#online-chat-wrapper.b-callback {
    opacity: 0
}

#online-chat-wrapper .b-callback__inner .b-callback__image{
    left: -45px;
    margin-top: -10px;
}

#online-chat-wrapper .b-callback__inner .b-callback__title{
    font-size: 13px;
}

.main-head .col-md-12 .button-wrapper span.hide-mobile {
    display: inline;
    position: static
}

@media screen and (max-width: 425px) {
    .main-head h1 span,
    .main-head h1 {
        font-size: 8vw
    }
    .main-head h1 .hidden-md {
        display: block
    }
    .main-head .col-md-12 .button-wrapper span.hide-mobile {
        display: none
    }
    .main-head .col-md-12 .button-wrapper a {
        padding: .7em 0;
        width: 85%
    }
    .main-head .row:nth-child(2) {
        width: 100%
    }
    .main-head .row:nth-child(2) .col-md-12 {
        padding: 0
    }
    .main-reviews .slider-reviews-block .slick-dots li {
        width: 12px;
        height: 12px;
        margin: 4px;
    }
    .main-reviews .slider-reviews-block .slick-dots .slick-active {
        transform: scale(1.2);
    }
}

.popup-img--glyanec {
    max-width: 975px;
    margin: 0 auto;
    position: relative
}

.popup-img--glyanec IMG {
    max-width: 100%;
    height: auto
}

.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all .15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .87
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all .15s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

.inherit {
    all: inherit!important
}

.clearly {
    font-family: regular, sans-serif;
    font-weight: 400;
    text-transform: initial
}

.ex_popup.mfp-bg {
    background: #fff;
    opacity: 1
}

.exit__popup {
    text-align: center;
    font-size: 29px;
    max-width: 750px;
    margin: 0 auto;
    position: static;
    transform: none!important;
    font-family: 'roboto', 'arial', sans-serif!important
}

.mfp-zoom-in.ex_popup {
    z-index: 100000000
}

.ep__container .mfp-close {
    right: 30px;
    top: 30px;
    position: absolute;
    text-indent: -9999px;
    background: url(../img/close.svg) no-repeat scroll center center;
    width: 19px;
    height: 19px;
    opacity: 1;
    line-height: 19px;
}

.ep__container button[type="button"] {
    text-indent: initial;
    color: #333
}

.ep__container {
    text-align: center;
    color: #333;
    height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.ep__title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 17px;
    font-family: 'roboto', 'arial', sans-serif!important
}

.ep__subtitle {
    margin-bottom: 30px
}

.ep__subtitle p span {
    font-weight: 700;
    text-decoration: underline
}

.ep__subtitle p {
    font-size: 29px;
    line-height: 1.5;
    font-weight: 400;
    font-family: 'roboto', 'arial', sans-serif!important
}

.ep__instagram {
    display: flex;
    align-items: center;
    margin: 0 0 93px;
    justify-content: center;
    align-items: center
}

.ep__instagram a {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center
}

.ep__instagram a:hover:before {
    transform: scale(1.1)
}

.ep__instagram a::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    background: url(../img/insta.svg) no-repeat center;
    animation-duration: 1s;
    animation-fill-mode: both;
    transform-origin: center bottom;
    transition: .5s;
    margin-right: 20px;
    background-size: 50px 50px
}

.ep__instagram a span {
    font-size: 20px;
    text-decoration: underline;
    font-weight: 400;
    margin-left: 20px
}

.epy__youtube a::before {
    content: '';
    display: inline-block;
    background: url(../img/youtube.svg) no-repeat center;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    margin: -2px 20px 0 0;
    animation-duration: 1s;
    animation-fill-mode: both;
    transform-origin: center bottom;
    transition: .5s;
    background-size: 50px 50px
}

.epy__youtube a {
    font-size: 22px;
    color: #333;
    font-family: 'roboto', 'arial', sans-serif!important
}

.epy__youtube a:hover {
    text-decoration: underline
}

.epy__youtube a:hover:before {
    transform: scale(1.1)
}

.epy__title {
    margin-bottom: 12px;
    font-size: 36px;
    font-weight: 700;
    font-family: 'roboto', 'arial', sans-serif!important
}

.epy__subtitle {
    margin-bottom: 12px;
    font-size: 22px;
    font-family: 'roboto', 'arial', sans-serif!important
}

@media screen and (max-width: 790px) {
    .ep__container {
        padding: 0 25px
    }
    .ep__subtitle p {
        font-size: 24px
    }
    .ep__container {
        height: auto;
        min-height: 100vh;
        padding-top: 30px;
        padding-bottom: 30px
    }
}

@media screen and (max-width: 480px) {
    .epy__title,
    .ep__title {
        font-size: 26px
    }
    .ep__instagram a span {
        margin-left: 0;
        margin-top: 15px
    }
    .epy__youtube a:before {
        margin: 0 auto 15px
    }
    .ep__instagram a:before {
        margin: 0 0 15px
    }
    .epy__youtube a {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex
    }
    .ep__instagram a {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column
    }
}

.ep__container {
    background: #fff
}

.main-clients .line.first ul li,
.main-clients .line.third ul li{
    max-width: calc(100% / 6);
}

.main-clients .line.second ul li {
    max-width: calc(100% / 5);
}

.main-clients .line.first ul li img,
.main-clients .line.second ul li img{
    max-width: 100%;
    height: auto;

    filter: grayscale(100%);
}

.main-clients .line.first ul li:nth-child(2) img,
.main-clients .line.first ul li:nth-child(5) img,
.main-clients .line.first ul li:nth-child(6) img,
.main-clients .line.first ul li:nth-child(7) img,
.main-clients .line.second ul li:nth-child(2) img,
.main-clients .line.second ul li:nth-child(3) img,
.main-clients .line.second ul li:nth-child(4) img {
    filter: grayscale(100%) brightness(0);
}

.main-clients .line.first ul li:nth-child(5) img {
    height: 80px;
}


.main-clients .clients-slider .item .block img {
    max-width: 100%;
    height: auto;
}

.apteka img {
    width: 50%;
}
/**/
.white a, 
.white h3, 
.white {
    color: white;
}
.white a, 
.white .popup-youtube, 
.white .certificate {
    color: white;
    border-bottom: 2px dashed white;
}

.mfp-bg.mfp-zoom-in.mfp-ready {
    background: rgba(22, 22, 23, 0.86) !important;
}