@charset "UTF-8";
.container, .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

#dropzone, .col, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, header .header__social li, header nav {
    float: left
}

body, header {
    min-width: 320px
}

a, body {
    color: #333
}

[class*=icon-]:before, [class*=ks-]:before, [class*=pin-]:before, [class*=cf-]:before, [class*=bl-]:before {
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

*, .inputParent [type=email]:focus, .inputParent [type=tel]:focus, .inputParent [type=text]:focus {
    outline: 0
}



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

@media (max-width: 767px) {
    .visible-xs {display: block !important}
    table.visible-xs {display: table}
    tr.visible-xs {display: table-row !important}
    td.visible-xs, th.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}
    tr.visible-sm {display: table-row !important}
    td.visible-sm, th.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
    }

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

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

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

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

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

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

    .visible-lg-inline-block {
        display: inline-block !important
    }

    .hidden-lg {
        display: none !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
    }
}

.visible-print {
    display: none !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
    }

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

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

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

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

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

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

.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, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        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, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left
    }

    .col-md-12 {width: 100%}
    .col-md-11 {width: 91.66666667%}
    .col-md-10 {width: 83.33333333%}
    .col-md-9 {width: 75%}
    .col-md-8 {width: 66.66666667%}
    .col-md-7 {width: 58.33333333%}
    .col-md-6 {width: 50%}
    .col-md-5 {
        width: 41.66666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
    .col, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        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, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .row:after, .row:before {
    content: " ";
    display: table
}

.center-block, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

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

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

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

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

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

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

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


a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}


body {
    line-height: 1;
    position: relative;
    overflow-x: hidden;
    background: #f3f6f8
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: "";
    content: none
}

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

body, html {
    height: 100%;
    width: 100%
}

a {
    text-decoration: none
}



.container {
    padding: 0
}

@media (max-width: 991px) {
    .container {
        padding-left: 15px;
        padding-right: 15px
    }
}

.row > div[class^=col-]:first-child {
    padding-left: 0
}

.row > div[class^=col-]:last-child {
    padding-right: 0
}

@media (max-width: 991px) {
    .row > div[class^=col-]:first-child {
        padding-left: 15px
    }

    .row > div[class^=col-]:last-child {
        padding-right: 15px
    }
}


.inputParent [type=email].error + .bot-line, .inputParent [type=email].error + .bot-line + .right-line, .inputParent [type=email].error + .bot-line + .right-line:after, .inputParent [type=email].error + .bot-line:after, .inputParent [type=tel].error + .bot-line, .inputParent [type=tel].error + .bot-line + .right-line, .inputParent [type=tel].error + .bot-line + .right-line:after, .inputParent [type=tel].error + .bot-line:after, .inputParent [type=text].error + .bot-line, .inputParent [type=text].error + .bot-line + .right-line, .inputParent [type=text].error + .bot-line + .right-line:after, .inputParent [type=text].error + .bot-line:after, .inputParent.error .bot-line, .inputParent.error .bot-line:after, .inputParent.error .right-line, .inputParent.error .right-line:after {
    background-color: #d50000
}

.inputParent [type=email].error + .bot-line + .right-line + label, .inputParent [type=tel].error + .bot-line + .right-line + label, .inputParent [type=text].error + .bot-line + .right-line + label {
    color: #d50000
}


#dropzone, .BeoMaterials, .BeoMaterials .maskedImages .maskedImage, .grid-item, .grid-sizer, footer .callBack {
    overflow: hidden
}



header {
    color: #fff;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    padding: 17px 0;
    -webkit-transition: background .5s;
    transition: background .5s
}

@media (max-width: 1370px) {
    header {padding: 0}
}

@media (max-width: 991px) {
    header {padding-top: 4px; padding-bottom: 25px}
    header .container {width: 100%}
}

header a {
    color: #fff;
    -webkit-transition: color .3s;
    transition: color .3s
}

header a:hover {color: #40c4ff}

header nav {text-align: center}

@media (max-width: 1650px) {
    header nav {margin-left: 40px}
}

header nav > ul > li {
    display: inline-block;
    padding: 25px 35px 25px 25px;
    text-align: center
}

header nav > ul > li:not(.menu-item-has-children) {
    padding: 25px 15px
}

@media (max-width: 1650px) {
    header nav > ul > li:not(.menu-item-has-children) {
        padding: 25px 5px
    }
}

header nav > ul > li.menu-item-has-children, header nav > ul > li.menu-item-has-children > a {
    position: relative
}

header nav > ul > li.menu-item-has-children > a:after {
    content: '\0058';
    font-size: 8px;
    display: inline-block;
    position: absolute;
    font-family: icon;
    right: -15px;
    top: 6px
}

header nav > ul > li.menu-item-has-children ul {
    position: absolute;
    top: 55px;
    right: 0;
    left: 0;
    background: #fff;
    border: 1px solid #999;
    border-top: none;
    padding: 15px 15px 0;
    text-align: left;
    display: none
}

header nav > ul > li.menu-item-has-children ul > li {
    cursor: pointer;
    padding: 2px 0;
    -webkit-transition: color .3s;
    transition: color .3s;
    margin-bottom: 15px
}

header nav > ul > li.menu-item-has-children ul > li a {
    line-height: 1.25;
    color: #333
}

header nav > ul > li.menu-item-has-children ul > li a:hover {
    color: #40c4ff
}

header nav > ul > li > a {
    text-transform: uppercase;
    color: #fff;
    font-size: 20px
}

@media (max-width: 1650px) {
    header nav > ul > li > a {
        font-size: 18px
    }

    header .right-side {
        margin-right: 125px
    }
}

@media (max-width: 991px) {
    header nav > ul > li {
        padding: 25px 15px
    }

    header nav > ul > li > a {
        font-size: 16px
    }
}

header .right-side {
    padding-top: 24px;
    float: right
}

@media (max-width: 1360px) {
    header nav {
        margin-left: 0
    }

    header .right-side {
        margin-right: 0
    }
}

@media (max-width: 991px) {
    header .right-side {
        padding-top: 19px;
        margin-right: 20px
    }

    header .right-side .aboutUsLink {
        display: none
    }
}

@media (max-width: 380px) {
    header .right-side {
        margin-right: 10px
    }
}

header .right-side .aboutUsLink {
    float: left;
    text-transform: uppercase;
    font-size: 20px;
    margin-right: 45px
}

@media (max-width: 1650px) {
    header .right-side .aboutUsLink {
        font-size: 18px;
        margin-right: 25px
    }
}




.headSite {
    z-index: 8;
    height: 100vh;
    width: 100%;
    background-color: #f3f6f8;
    position: relative;
    background-size: cover;
    background-position: center top
}

.headSite .tag {
    margin: 0;
    position: absolute;
    padding: 0 15px;
    width: inherit;
    top: 55%;
    left: 52%;
    -webkit-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%)
}

@media (max-width: 767px) {
    .headSite .tag {
        width: 100%
    }
}

@media (max-width: 580px) {
    .headSite .tag {
        padding-top: 0;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

.headSite .logo {
    padding: 0;
    position: relative
}

@media (max-width: 1199px) {
    .headSite .tag .logo {
        text-align: center
    }

    .headSite .logo a {
        width: 300px;
        display: inline-block
    }
}

@media (max-width: 767px) {
    .headSite .logo a {
        width: 200px
    }
}

.headSite .logo:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 230px;
    background: #000;
    display: block;
    right: -45px;
    top: -30px
}

@media (max-width: 1199px) {
    .headSite .logo:after {
        display: none
    }
}

.headSite .logo img {
    max-width: 100%
}

.headSite .tagline {
    line-height: 1.5;
    color: #fff;
    font-size: 15px;
    font-weight: lighter;
    font-style: italic;
    padding: 30px 0 0
}

@media (max-width: 767px) {
    .headSite .tagline {
        width: 80%;
        padding-top: 10px;
        margin-left: 10%
    }
}

.headSite .scrollDown {
    position: absolute;
    bottom: 45px;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff
}

.headSite .scrollDown i {
    cursor: pointer;
    font-size: 46px;
    margin-bottom: 25px;
    display: inline-block
}

.headSite .scrollDown p {
    font-size: 14px;
    cursor: pointer;
    position: relative
}

@media (max-width: 1199px) {
    .headSite .scrollDown i {
        display: none
    }

    .headSite .scrollDown p {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        color: transparent
    }
}

.headSite .scrollDown p:after, .headSite .scrollDown p:before {
    cursor: default;
    content: '';
    top: 41.5px;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    -moz-user-select: none;
    display: inline-block
}

.headSite .scrollDown p:before {
    height: 17px;
    background: #fff;
    z-index: 2;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.headSite .scrollDown p:after {
    height: 165px;
    background: #333;
    z-index: 1;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}













.BeoMaterials {
    z-index: 9;
    position: relative;
    line-height: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-stretch: normal;
    width: 100%;
    height: 100vh;
    -webkit-tap-highlight-color: transparent
}

.BeoMaterials .bg {
    position: absolute;
    background-color: red;
    width: 100%;
    z-index: 0;
    top: 0;
    left: 0
}

.BeoMaterials .bg.fadeBg {
    -webkit-transition: background-color 1s ease-in-out;
    transition: background-color 1s ease-in-out
}

.BeoMaterials .MaterialPage {
    position: relative;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    color: #FFF;
    z-index: 5;
    background-position: center top
}

@media (max-width: 1199px) {
    .BeoMaterials .MaterialPage {
        z-index: 1
    }
}

@media (max-width: 767px) {
    .we-in-social .slideTitle {
        padding: 15px 20px
    }
/*
    .BeoMaterials .MaterialPage {
        height: calc(100vh - 66px) !important
    }*/
}

@media (max-width: 580px) {
    .we-in-social .slideTitle {
        bottom: 0
    }

    .BeoMaterials .MaterialPage {
        height: calc(100vh - 64px) !important
    }
}

.BeoMaterials .MaterialPage[data-icon="img/icon4.png"] .icon {
    -webkit-transform: translate(-50%, -78%) !important;
    transform: translate(-50%, -78%) !important
}

@media only screen and (max-height: 710px) {
    .BeoMaterials .MaterialPage[data-icon="img/icon4.png"] .icon img {
        width: 70px
    }
}

@media only screen and (max-height: 600px) {
    .BeoMaterials .MaterialPage[data-icon="img/icon4.png"] .icon img {
        display: none
    }
}

.BeoMaterials .MaterialPage .text {
    position: absolute;
    left: 75%;
    top: 50%;
    text-align: center;
    margin-left: -250px;
    width: 500px;
    margin-top: -130px;
    margin-bottom: 35px
}

@media (max-width: 900px) {
    .BeoMaterials .MaterialPage .text {
        top: auto;
        z-index: 5;
        bottom: 25px;
        width: 100%;
        margin: 0;
        color: #fff
    }
}

.BeoMaterials .MaterialPage .text h4 {
    line-height: normal;
    font-size: 22px;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding: 0
}

@media (max-width: 900px) {
    .BeoMaterials .MaterialPage .text h4 {
        font-size: 16px;
        color: #333
    }

    .BeoMaterials .MaterialPage .text .materialbreadtext {
        display: none
    }
}

.BeoMaterials .MaterialPage .text .materialbreadtext {
    font-size: 14px;
    font-weight: lighter;
    font-style: italic;
    margin-bottom: 35px;
    line-height: 140%;
    margin-left: 70px;
    width: 360px
}

.BeoMaterials .MaterialPage .text .line {
    width: 550px;
    height: 2px;
    background-color: #FFF;
    margin: 50px 0 50px -310px
}

@media (max-width: 1199px) {
    .BeoMaterials .MaterialPage .text .line {
        margin-left: auto;
        margin-right: auto;
        width: 200px
    }
}

@media (max-width: 900px) {
    .BeoMaterials .MaterialPage .text .line {
        display: none
    }
}

.BeoMaterials .MaterialPage .text .icon {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: -20px;
    opacity: 0;
    left: 50%;
    display: block;
    width: 100px
}

@media (max-width: 900px) {
    .BeoMaterials .MaterialPage .text .icon {
        display: none
    }
}

.BeoMaterials .MaterialPage .text .stroke {
    position: absolute;
    left: 50%;
    border: 1px solid #FFF;
    width: 70px;
    height: 70px;
    border-radius: 70px;
    margin-left: -35px;
    margin-top: -90px
}

.BeoMaterials .MaterialPage .text a {
    font-size: 16px;
    text-transform: uppercase;
    color: #333;
    border: 2px solid #333;
    padding: 11.5px 38px;
    display: inline-block;
    -webkit-transition: .3s;
    transition: .3s
}

@media (max-width: 900px) {
    .BeoMaterials .MaterialPage .text a {
        color: #333;
        border-color: #333
    }

    .BeoMaterials .MaterialPage .text a:hover {
        color: #333
    }
}

.grid-item img, .grid-sizer img, .insta-gallery {
    border-top: 2.5px solid #f3f6f8;
    border-bottom: 2.5px solid #f3f6f8
}

.BeoMaterials .MaterialPage .text a:hover {
    background: #fff
}

.BeoMaterials .maskedImages {
    position: absolute;
    z-index: 4;
    width: 50%;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0
}

.BeoMaterials .maskedImages .maskedImage, .BeoMaterials .maskedImages .maskedImage .maskImg {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute
}

@media (max-width: 767px) {
    .BeoMaterials .maskedImages .maskedImage .maskImg {
        display: none
    }
}

.BeoMaterials .threed {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.grid-item, .grid-sizer {
    width: 20%
}
/*
@media (max-width: 1199px) {
    .BeoMaterials .maskedImages {
        z-index: 10
    }

    .BeoMaterials .maskedImages .maskedImage .maskImg {
        left: auto;
        right: 0
    }

    .grid-item, .grid-sizer {
        width: 25%
    }
}*/
/*
@media only screen and (max-width: 770px) {
    .grid-item, .grid-sizer {
        width: 50%
    }
}*/






























.footer-nav {
    box-shadow: inset 7px 12.12px 27px 0 rgba(0, 0, 0, .18);
    background: #666;
    color: #f4f4f4;
    padding: 35px 0;
    margin-bottom: 30px;
    overflow-x: hidden
}

@media (max-width: 991px) {
    .footer-nav {
        padding: 14px 0 21px
    }
}

@media (max-width: 580px) {
    .insta-gallery .grid-item.grid-item--withTxt .hash {
        font-size: 12px
    }

    .footer-nav {
        padding: 19px 0
    }
}

.footer-nav .title {
    display: block;
    text-align: center;
    font-weight: lighter;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 30px
}

.footer-nav p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 5px;
    letter-spacing: -.5px;
    text-align: justify
}

.footer-nav .foo-nav, footer .callBack {
    text-align: center
}

@media (max-width: 991px) {
    .footer-nav .contacts, .footer-nav p, .footer-nav p + a {
        display: none
    }
}

.footer-nav a {
    font-size: 14px;
    color: #3cf;
    -webkit-transition: .3s;
    transition: .3s
}

.footer-nav a:hover {
    color: #00bfff
}

.footer-nav .foo-nav li {
    display: inline-block
}

.footer-nav .foo-nav li:not(:last-of-type) {
    padding-right: 85px
}

@media (max-width: 767px) {
    .footer-nav .foo-nav li:not(:last-of-type) {
        padding-right: 30px
    }
}

@media (max-width: 580px) {
    .footer-nav .foo-nav li:not(:last-of-type) {
        padding-right: 0
    }

    .footer-nav .foo-nav li {
        width: 100%;
        padding: 6px 0;
        margin-bottom: 10px
    }
}

.footer-nav .foo-nav a {
    text-transform: uppercase;
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: lighter;
    -webkit-transition: .3s;
    transition: .3s
}

.footer-nav .foo-nav a:after {
    content: '';
    position: absolute;
    left: 50%;
    width: 30px;
    bottom: -5px;
    height: 2px;
    background: #40c4ff;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (max-width: 580px) {
    .footer-nav .foo-nav a:after {
        bottom: -12px
    }
}

.footer-nav .foo-nav a:hover {
    color: #40c4ff
}

footer {
    background: #6e6e6e
}

footer .callBack .riding-label {
    display: block;
    font-size: 16px;
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    color: #e5e5e5;
    -webkit-transition: all .5s;
    transition: all .5s
}

footer .callBack .riding-input {
    position: relative;
    background: 0 0;
    width: 100%;
    border: none;
    outline: 0;
    padding: 8px 0;
    font-size: 16px
}

@media (max-width: 991px) {
    footer .callBack .inputWrap {
        float: left;
        width: calc(100% - 300px)
    }

    footer .callBack input[type=submit] {
        margin-top: 20px
    }
}

footer .callBack .inputParent {
    text-align: left;
    margin-bottom: 30px;
    position: relative
}

.constructor .composition_title span, footer .copyright, footer .payment, footer .social, footer .title {
    text-align: center
}

@media (max-width: 481px) {
    footer .callBack .inputWrap {
        width: 90%;
        margin-left: 5%
    }

    footer .callBack .inputParent {
        margin-bottom: 15px
    }
}

footer .callBack input[type=submit] {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    border: 2px solid #fff;
    padding: 11.5px 23.5px;
    background-color: transparent;
    display: inline-block;
    -webkit-transition: .3s;
    transition: .3s;
    margin-bottom: 20px
}

@media (max-width: 481px) {
    footer .callBack input[type=submit] {
        margin-top: 0;
        padding: 6.5px 23.5px
    }
}

footer .callBack input[type=submit]:hover, footer .callBack input[type=submit]:visited {
    background: #fff;
    color: #333
}

footer .title {
    font-weight: lighter;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 30px;
    color: #f4f4f4;
    display: block
}

@media (max-width: 991px) {
    footer .title {
        font-size: 16px;
        text-align: center;
        margin-bottom: 25px
    }

    footer .social {
        text-align: center
    }
}

footer .line {
    height: 2px;
    width: 30px;
    display: block;
    margin: 0 auto 15px;
    background: #333
}

footer .contacts .tel ul li:not(:last-of-type), footer .contacts p {
    margin-bottom: 10px
}

footer .contacts {
    font--webkit-font-smoothing: antialiased;
    font-size: 14px
}

footer .contacts .tel span {
    vertical-align: top;
    display: inline-block
}

footer .contacts .tel ul {
    display: inline-block
}

footer .social .title {
    margin-bottom: 50px
}

@media (max-width: 600px) {
    footer .social {
        width: 100%
    }

    footer .social .title {
        display: none
    }
}

footer .social li {
    display: inline-block;
    font-family: icon;
    vertical-align: middle
}

footer .social li:not(:last-of-type) {
    margin-right: 34px
}

footer .social a {
    color: #f6f6f6;
    display: block
}

footer .social a:before {
    -webkit-transition: .3s;
    transition: .3s
}

footer .social a:hover:before {
    color: #0cf
}

footer .fb:before {
    content: '\0043';
    font-size: 38px
}

footer .fb:hover:before {
    content: '\0044'
}

footer .vk:before {
    content: '\0047';
    font-size: 35px
}

footer .vk:hover:before {
    content: '\0048'
}

footer .insta:before {
    content: '\0045';
    font-size: 30px
}

footer .insta:hover:before {
    content: '\0046'
}

footer .pinter:before {
    content: '\002c';
    font-size: 30px
}

footer .pinter:hover:before {
    content: '\002f'
}

footer .ask:before {
    content: '\002e';
    font-size: 70px
}

footer .ask:hover:before {
    content: '\002d'
}

footer .you:before {
    font-family: customFonts;
    content: '\0041';
    font-size: 36px
}

footer .you:hover:before {
    content: '\0042'
}

@media (max-width: 991px) {
    footer .social .title {
        margin-bottom: 25px
    }

    footer .payment {
        text-align: center
    }
}

@media (max-width: 600px) {
    footer .payment {
        display: none
    }
}

footer .payment .title {
    margin-bottom: 50px
}

footer .payment li {
    display: inline-block;
    color: #fff;
    vertical-align: middle
}

footer .payment li:not(:last-child) {
    margin-right: 40px
}

@media (max-width: 1199px) {
    footer .payment li:not(:last-child) {
        margin-right: 30px
    }
}

@media (max-width: 1199px) and (max-width: 767px) {
    footer .payment li:not(:last-child) {
        margin-right: 15px
    }
}

footer .copyright {
    margin-top: 20px
}

@media (max-width: 991px) {
    footer .payment .title {
        margin-bottom: 29px
    }

    footer .copyright {
        margin-top: 0
    }
}

@media (max-width: 520px) {
    footer .copyright {
        margin-top: 15px
    }
}

@media (max-width: 400px) {
    footer .copyright {
        margin-top: 0
    }
}

footer .copyright p {
    font-size: 13px;
    font-weight: lighter;
    margin-bottom: 20px;
    color: #fff
}

footer .copyright p a {
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s
}

footer .copyright p a:hover {
    color: #333
}

footer .createBy a, footer .createBy span {
    display: inline-block;
    vertical-align: middle;
    color: #fff
}

footer .createBy {
    position: absolute;
    right: 35px;
    bottom: 72px;
    z-index: 10;
    font-size: 14px
}

.constructor, footer .createBy a {
    position: relative;
    overflow: hidden
}

@media (max-width: 1199px) {
    footer .createBy {
        right: 10px;
        bottom: 51px
    }
}

@media (max-width: 991px) {
    footer .createBy {
        right: 0;
        bottom: 0;
        margin: 8px auto;
        position: relative
    }
}

footer .createBy span {
    font-weight: lighter;
    margin-right: 10px
}

footer .createBy a {
    -webkit-transition: color .3s;
    transition: color .3s
}

footer .createBy a:before {
    content: '\007d';
    font-family: icon;
    font-size: 37px
}*/