/*
Theme Name: Kaskadproject
Author: Vasilev Anton
Author URI: https://github.com/vasilevIT
Description: Theme created with love
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*
Theme Name: Cascade
Author: Adamenko Vlad
Author URI: https://ventas.com.ua/
Description: Theme created with love
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


@charset "UTF-8";
@font-face {
    font-family: Roboto;
    font-weight: 400;
    font-style: normal;
    src: url(fonts/RobotoRegular/RobotoRegular.eot);
    src: url(fonts/RobotoRegular/RobotoRegular.eot?#iefix) format("embedded-opentype"), url(fonts/RobotoRegular/RobotoRegular.woff) format("woff"), url(fonts/RobotoRegular/RobotoRegular.ttf) format("truetype")
}

@font-face {
    font-family: Roboto;
    font-weight: 700;
    font-style: normal;
    src: url(fonts/RobotoBold/RobotoBold.eot);
    src: url(fonts/RobotoBold/RobotoBold.eot?#iefix) format("embedded-opentype"), url(fonts/RobotoBold/RobotoBold.woff) format("woff"), url(fonts/RobotoBold/RobotoBold.ttf) format("truetype")
}

@font-face {
    font-family: Roboto;
    font-weight: 500;
    font-style: normal;
    src: url(fonts/RobotoMedium/RobotoMedium.eot);
    src: url(fonts/RobotoMedium/RobotoMedium.eot?#iefix) format("embedded-opentype"), url(fonts/RobotoMedium/RobotoMedium.woff) format("woff"), url(fonts/RobotoMedium/RobotoMedium.ttf) format("truetype")
}

@font-face {
    font-family: Roboto;
    font-weight: 300;
    font-style: normal;
    src: url(fonts/RobotoLight/RobotoLight.eot);
    src: url(fonts/RobotoLight/RobotoLight.eot?#iefix) format("embedded-opentype"), url(fonts/RobotoLight/RobotoLight.woff) format("woff"), url(fonts/RobotoLight/RobotoLight.ttf) format("truetype")
}

@font-face {
    font-family: "Myriad Pro";
    font-weight: 400;
    font-style: normal;
    src: url(fonts/MyriadProRegular/MyriadProRegular.eot);
    src: url(fonts/MyriadProRegular/MyriadProRegular.eot?#iefix) format("embedded-opentype"), url(fonts/MyriadProRegular/MyriadProRegular.woff) format("woff"), url(fonts/MyriadProRegular/MyriadProRegular.ttf) format("truetype")
}

@font-face {
    font-family: "Myriad Pro";
    font-weight: 700;
    font-style: normal;
    src: url(fonts/MyriadProBold/MyriadProBold.eot);
    src: url(fonts/MyriadProBold/MyriadProBold.eot?#iefix) format("embedded-opentype"), url(fonts/MyriadProBold/MyriadProBold.woff) format("woff"), url(fonts/MyriadProBold/MyriadProBold.ttf) format("truetype")
}

@font-face {
    font-family: "Myriad Pro";
    font-weight: 600;
    font-style: normal;
    src: url(fonts/MyriadProSemiBold/MyriadProSemiBold.eot);
    src: url(fonts/MyriadProSemiBold/MyriadProSemiBold.eot?#iefix) format("embedded-opentype"), url(fonts/MyriadProSemiBold/MyriadProSemiBold.woff) format("woff"), url(fonts/MyriadProSemiBold/MyriadProSemiBold.ttf) format("truetype")
}

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

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

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

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

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

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

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

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

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

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

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

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

@media (min-width:576px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width:768px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width:992px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width:1200px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:576px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width:768px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width:992px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width:1200px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

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

@media (min-width:576px) {
    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-lg,
    .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,
    .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,
    .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-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width:768px) {
    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-lg,
    .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,
    .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,
    .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-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width:992px) {
    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-lg,
    .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,
    .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,
    .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-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width:1200px) {
    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-lg,
    .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,
    .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,
    .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-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9 {
        padding-right: 15px;
        padding-left: 15px
    }
}

.col {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.pull-0 {
    right: auto
}

.pull-1 {
    right: 8.333333%
}

.pull-2 {
    right: 16.666667%
}

.pull-3 {
    right: 25%
}

.pull-4 {
    right: 33.333333%
}

.pull-5 {
    right: 41.666667%
}

.pull-6 {
    right: 50%
}

.pull-7 {
    right: 58.333333%
}

.pull-8 {
    right: 66.666667%
}

.pull-9 {
    right: 75%
}

.pull-10 {
    right: 83.333333%
}

.pull-11 {
    right: 91.666667%
}

.pull-12 {
    right: 100%
}

.push-0 {
    left: auto
}

.push-1 {
    left: 8.333333%
}

.push-2 {
    left: 16.666667%
}

.push-3 {
    left: 25%
}

.push-4 {
    left: 33.333333%
}

.push-5 {
    left: 41.666667%
}

.push-6 {
    left: 50%
}

.push-7 {
    left: 58.333333%
}

.push-8 {
    left: 66.666667%
}

.push-9 {
    left: 75%
}

.push-10 {
    left: 83.333333%
}

.push-11 {
    left: 91.666667%
}

.push-12 {
    left: 100%
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

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

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

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

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

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

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width:576px) {
    .col-sm {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .pull-sm-0 {
        right: auto
    }
    .pull-sm-1 {
        right: 8.333333%
    }
    .pull-sm-2 {
        right: 16.666667%
    }
    .pull-sm-3 {
        right: 25%
    }
    .pull-sm-4 {
        right: 33.333333%
    }
    .pull-sm-5 {
        right: 41.666667%
    }
    .pull-sm-6 {
        right: 50%
    }
    .pull-sm-7 {
        right: 58.333333%
    }
    .pull-sm-8 {
        right: 66.666667%
    }
    .pull-sm-9 {
        right: 75%
    }
    .pull-sm-10 {
        right: 83.333333%
    }
    .pull-sm-11 {
        right: 91.666667%
    }
    .pull-sm-12 {
        right: 100%
    }
    .push-sm-0 {
        left: auto
    }
    .push-sm-1 {
        left: 8.333333%
    }
    .push-sm-2 {
        left: 16.666667%
    }
    .push-sm-3 {
        left: 25%
    }
    .push-sm-4 {
        left: 33.333333%
    }
    .push-sm-5 {
        left: 41.666667%
    }
    .push-sm-6 {
        left: 50%
    }
    .push-sm-7 {
        left: 58.333333%
    }
    .push-sm-8 {
        left: 66.666667%
    }
    .push-sm-9 {
        left: 75%
    }
    .push-sm-10 {
        left: 83.333333%
    }
    .push-sm-11 {
        left: 91.666667%
    }
    .push-sm-12 {
        left: 100%
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.333333%
    }
    .offset-sm-2 {
        margin-left: 16.666667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.333333%
    }
    .offset-sm-5 {
        margin-left: 41.666667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.333333%
    }
    .offset-sm-8 {
        margin-left: 66.666667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.333333%
    }
    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:768px) {
    .col-md {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .pull-md-0 {
        right: auto
    }
    .pull-md-1 {
        right: 8.333333%
    }
    .pull-md-2 {
        right: 16.666667%
    }
    .pull-md-3 {
        right: 25%
    }
    .pull-md-4 {
        right: 33.333333%
    }
    .pull-md-5 {
        right: 41.666667%
    }
    .pull-md-6 {
        right: 50%
    }
    .pull-md-7 {
        right: 58.333333%
    }
    .pull-md-8 {
        right: 66.666667%
    }
    .pull-md-9 {
        right: 75%
    }
    .pull-md-10 {
        right: 83.333333%
    }
    .pull-md-11 {
        right: 91.666667%
    }
    .pull-md-12 {
        right: 100%
    }
    .push-md-0 {
        left: auto
    }
    .push-md-1 {
        left: 8.333333%
    }
    .push-md-2 {
        left: 16.666667%
    }
    .push-md-3 {
        left: 25%
    }
    .push-md-4 {
        left: 33.333333%
    }
    .push-md-5 {
        left: 41.666667%
    }
    .push-md-6 {
        left: 50%
    }
    .push-md-7 {
        left: 58.333333%
    }
    .push-md-8 {
        left: 66.666667%
    }
    .push-md-9 {
        left: 75%
    }
    .push-md-10 {
        left: 83.333333%
    }
    .push-md-11 {
        left: 91.666667%
    }
    .push-md-12 {
        left: 100%
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.333333%
    }
    .offset-md-2 {
        margin-left: 16.666667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.333333%
    }
    .offset-md-5 {
        margin-left: 41.666667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.333333%
    }
    .offset-md-8 {
        margin-left: 66.666667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.333333%
    }
    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:992px) {
    .col-lg {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .pull-lg-0 {
        right: auto
    }
    .pull-lg-1 {
        right: 8.333333%
    }
    .pull-lg-2 {
        right: 16.666667%
    }
    .pull-lg-3 {
        right: 25%
    }
    .pull-lg-4 {
        right: 33.333333%
    }
    .pull-lg-5 {
        right: 41.666667%
    }
    .pull-lg-6 {
        right: 50%
    }
    .pull-lg-7 {
        right: 58.333333%
    }
    .pull-lg-8 {
        right: 66.666667%
    }
    .pull-lg-9 {
        right: 75%
    }
    .pull-lg-10 {
        right: 83.333333%
    }
    .pull-lg-11 {
        right: 91.666667%
    }
    .pull-lg-12 {
        right: 100%
    }
    .push-lg-0 {
        left: auto
    }
    .push-lg-1 {
        left: 8.333333%
    }
    .push-lg-2 {
        left: 16.666667%
    }
    .push-lg-3 {
        left: 25%
    }
    .push-lg-4 {
        left: 33.333333%
    }
    .push-lg-5 {
        left: 41.666667%
    }
    .push-lg-6 {
        left: 50%
    }
    .push-lg-7 {
        left: 58.333333%
    }
    .push-lg-8 {
        left: 66.666667%
    }
    .push-lg-9 {
        left: 75%
    }
    .push-lg-10 {
        left: 83.333333%
    }
    .push-lg-11 {
        left: 91.666667%
    }
    .push-lg-12 {
        left: 100%
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.333333%
    }
    .offset-lg-2 {
        margin-left: 16.666667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.333333%
    }
    .offset-lg-5 {
        margin-left: 41.666667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.333333%
    }
    .offset-lg-8 {
        margin-left: 66.666667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.333333%
    }
    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .pull-xl-0 {
        right: auto
    }
    .pull-xl-1 {
        right: 8.333333%
    }
    .pull-xl-2 {
        right: 16.666667%
    }
    .pull-xl-3 {
        right: 25%
    }
    .pull-xl-4 {
        right: 33.333333%
    }
    .pull-xl-5 {
        right: 41.666667%
    }
    .pull-xl-6 {
        right: 50%
    }
    .pull-xl-7 {
        right: 58.333333%
    }
    .pull-xl-8 {
        right: 66.666667%
    }
    .pull-xl-9 {
        right: 75%
    }
    .pull-xl-10 {
        right: 83.333333%
    }
    .pull-xl-11 {
        right: 91.666667%
    }
    .pull-xl-12 {
        right: 100%
    }
    .push-xl-0 {
        left: auto
    }
    .push-xl-1 {
        left: 8.333333%
    }
    .push-xl-2 {
        left: 16.666667%
    }
    .push-xl-3 {
        left: 25%
    }
    .push-xl-4 {
        left: 33.333333%
    }
    .push-xl-5 {
        left: 41.666667%
    }
    .push-xl-6 {
        left: 50%
    }
    .push-xl-7 {
        left: 58.333333%
    }
    .push-xl-8 {
        left: 66.666667%
    }
    .push-xl-9 {
        left: 75%
    }
    .push-xl-10 {
        left: 83.333333%
    }
    .push-xl-11 {
        left: 91.666667%
    }
    .push-xl-12 {
        left: 100%
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.333333%
    }
    .offset-xl-2 {
        margin-left: 16.666667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.333333%
    }
    .offset-xl-5 {
        margin-left: 41.666667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.333333%
    }
    .offset-xl-8 {
        margin-left: 66.666667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.333333%
    }
    .offset-xl-11 {
        margin-left: 91.666667%
    }
}


/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: FontAwesome;
    src: url(fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0);
    src: url(fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    -webkit-border-radius: .1em;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-cog:before,
.fa-gear:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-repeat:before,
.fa-rotate-right:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-cogs:before,
.fa-gears:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before,
.fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-sort:before,
.fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before,
.fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before,
.fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before,
.fa-paste:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-chain-broken:before,
.fa-unlink:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before,
.fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-inr:before,
.fa-rupee:before {
    content: "\f156"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\f157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\f158"
}

.fa-krw:before,
.fa-won:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before,
.fa-turkish-lira:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
    content: "\f1d0"
}

.fa-empire:before,
.fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before,
.fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-bed:before,
.fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-y-combinator:before,
.fa-yc:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-television:before,
.fa-tv:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: "\f2a3"
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-sign-language:before,
.fa-signing:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-address-card:before,
.fa-vcard:before {
    content: "\f2bb"
}

.fa-address-card-o:before,
.fa-vcard-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-viber:before {
    content: "\f409"
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    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
}


/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

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

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

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

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

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

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

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

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

dfn {
    font-style: italic
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,
video {
    display: inline-block
}

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

img {
    border-style: none
}

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

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    /*line-height: 1.15;*/
    /*margin: 0*/
}

button,
input {
    /*overflow: visible*/
}

button,
select {
    /*text-transform: none*/
}

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

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

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

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

.owl-carousel {
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

.to-expand {
    display: none;
}

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

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

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    -o-transition: transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
    -webkit-border-radius: 30px;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

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

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    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: 100%;
    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: #333
}

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

.jq-checkbox,
.jq-radio {
    position: relative;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.jq-checkbox input,
.jq-radio input {
    position: absolute;
    z-index: -1;
    margin: 0;
    padding: 0;
    opacity: 0
}

.jq-file {
    position: relative;
    display: inline-block;
    overflow: hidden
}

.jq-file input {
    position: absolute;
    top: 0;
    right: 0;
    height: auto;
    margin: 0;
    padding: 0;
    opacity: 0;
    font-size: 100px;
    line-height: 1em
}

.jq-file__name {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.jq-select-multiple,
.jq-selectbox {
    position: relative;
    display: inline-block
}

.jq-select-multiple select,
.jq-selectbox select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0
}

.jq-select-multiple li,
.jq-selectbox li {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.jq-selectbox {
    z-index: 10
}

.jq-selectbox__select {
    position: relative
}

.jq-selectbox__select-text {
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.jq-selectbox__dropdown {
    position: absolute
}

.jq-selectbox__search input {
    -webkit-appearance: textfield
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
    -webkit-appearance: none
}

.jq-selectbox__dropdown ul {
    position: relative;
    overflow: auto;
    overflow-x: hidden;
    list-style: none;
    -webkit-overflow-scrolling: touch
}

.jq-select-multiple ul {
    position: relative;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch
}

.jq-number {
    display: inline-block
}

.jq-number__field input {
    -moz-appearance: textfield;
    text-align: left
}

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none
}

.jq-checkbox,
.jq-radio {
    vertical-align: -4px;
    width: 16px;
    height: 16px;
    margin: 0 4px 0 0;
    border: 1px solid #000;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6e6e6));
    background: -webkit-linear-gradient(#fff, #e6e6e6);
    background: -o-linear-gradient(#fff, #e6e6e6);
    background: linear-gradient(#fff, #e6e6e6);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05), inset -1px -1px #fff, inset 1px -1px #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05), inset -1px -1px #fff, inset 1px -1px #fff;
    cursor: pointer
}

.jq-checkbox.focused,
.jq-radio.focused {
    border: 1px solid #08c
}

.jq-checkbox.disabled,
.jq-radio.disabled {
    opacity: .55
}

.jq-checkbox {
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.jq-checkbox.checked .jq-checkbox__div {
    width: 9px;
    height: 6px;
    margin: 2px 0 0 3px;
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
    -webkit-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
    transform: rotate(-50deg)
}

.jq-radio {
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.jq-radio.checked .jq-radio__div {
    width: 10px;
    height: 10px;
    margin: 3px 0 0 3px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #777;
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .7);
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .7)
}

.jq-file {
    width: 270px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1)
}

.jq-file input {
    cursor: pointer
}

.jq-file__name {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 34px;
    padding: 0 80px 0 10px;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    -webkit-box-shadow: inset 1px 1px #f1f1f1;
    box-shadow: inset 1px 1px #f1f1f1;
    font: 14px/32px Arial, sans-serif;
    color: #333
}

.jq-file__browse {
    position: absolute;
    top: 1px;
    right: 1px;
    padding: 0 10px;
    border-left: 1px solid #ccc;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6e6e6));
    background: -webkit-linear-gradient(#fff, #e6e6e6);
    background: -o-linear-gradient(#fff, #e6e6e6);
    background: linear-gradient(#fff, #e6e6e6);
    -webkit-box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
    font: 14px/32px Arial, sans-serif;
    color: #333;
    text-shadow: 1px 1px #fff
}

.jq-file:hover .jq-file__browse {
    background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#e6e6e6));
    background: -webkit-linear-gradient(#f6f6f6, #e6e6e6);
    background: -o-linear-gradient(#f6f6f6, #e6e6e6);
    background: linear-gradient(#f6f6f6, #e6e6e6)
}

.jq-file:active .jq-file__browse {
    background: #f5f5f5;
    -webkit-box-shadow: inset 1px 1px 3px #ddd;
    box-shadow: inset 1px 1px 3px #ddd
}

.jq-file.focused .jq-file__name {
    border: 1px solid #5794bf
}

.jq-file.disabled,
.jq-file.disabled .jq-file__browse,
.jq-file.disabled .jq-file__name {
    border-color: #ccc;
    background: #f5f5f5;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #888
}

.jq-number {
    position: relative;
    vertical-align: middle;
    padding: 0 36px 0 0
}

.jq-number__field {
    width: 100px;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1)
}

.jq-number__field:hover {
    border-color: #b3b3b3
}

.jq-number__field input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 8px 9px;
    border: none;
    outline: 0;
    background: 0 0;
    font: 14px Arial, sans-serif;
    color: #333
}

.jq-number__spin {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 14px;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6e6e6));
    background: -webkit-linear-gradient(#fff, #e6e6e6);
    background: -o-linear-gradient(#fff, #e6e6e6);
    background: linear-gradient(#fff, #e6e6e6);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-shadow: 1px 1px #fff;
    cursor: pointer
}

.jq-number__spin.minus {
    top: auto;
    bottom: 0
}

.jq-number__spin:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#e6e6e6));
    background: -webkit-linear-gradient(#f6f6f6, #e6e6e6);
    background: -o-linear-gradient(#f6f6f6, #e6e6e6);
    background: linear-gradient(#f6f6f6, #e6e6e6)
}

.jq-number__spin:active {
    background: #f5f5f5;
    -webkit-box-shadow: inset 1px 1px 3px #ddd;
    box-shadow: inset 1px 1px 3px #ddd
}

.jq-number__spin:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 11px;
    width: 0;
    height: 0;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #999;
    border-left: 5px solid transparent
}

.jq-number__spin.minus:after {
    top: 5px;
    border-top: 5px solid #999;
    border-right: 5px solid transparent;
    border-bottom: none;
    border-left: 5px solid transparent
}

.jq-number__spin.minus:hover:after {
    border-top-color: #000
}

.jq-number__spin.plus:hover:after {
    border-bottom-color: #000
}

.jq-number.focused .jq-number__field {
    border: 1px solid #5794bf
}

.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
    border-color: #ccc;
    background: #f5f5f5;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #888
}

.jq-number.disabled .jq-number__spin:after {
    border-bottom-color: #aaa
}

.jq-number.disabled .jq-number__spin.minus:after {
    border-top-color: #aaa
}

.jq-selectbox {
    vertical-align: middle;
    cursor: pointer
}

.jq-selectbox__select {
    height: 32px;
    padding: 0 45px 0 10px;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6e6e6));
    background: -webkit-linear-gradient(#fff, #e6e6e6);
    background: -o-linear-gradient(#fff, #e6e6e6);
    background: linear-gradient(#fff, #e6e6e6);
    -webkit-box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
    font: 14px/32px Arial, sans-serif;
    color: #333;
    text-shadow: 1px 1px #fff
}

.jq-selectbox__select:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#e6e6e6));
    background: -webkit-linear-gradient(#f6f6f6, #e6e6e6);
    background: -o-linear-gradient(#f6f6f6, #e6e6e6);
    background: linear-gradient(#f6f6f6, #e6e6e6)
}

.jq-selectbox__select:active {
    background: #f5f5f5;
    -webkit-box-shadow: inset 1px 1px 3px #ddd;
    box-shadow: inset 1px 1px 3px #ddd
}

.jq-selectbox.focused .jq-selectbox__select {
    border: 1px solid #5794bf
}

.jq-selectbox.disabled .jq-selectbox__select {
    border-color: #ccc;
    background: #f5f5f5;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #888
}

.jq-selectbox__select-text {
    display: block;
    width: 100%
}

.jq-selectbox .placeholder {
    color: #888
}

.jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 100%;
    border-left: 1px solid #ccc
}

.jq-selectbox__trigger-arrow {
    position: absolute;
    top: 14px;
    right: 12px;
    width: 0;
    height: 0;
    border-top: 5px solid #999;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
    border-top-color: #000
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
    border-top-color: #aaa
}

.jq-selectbox__dropdown {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 2px 0 0;
    padding: 0;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    font: 14px/18px Arial, sans-serif
}

.jq-selectbox__search {
    margin: 5px
}

.jq-selectbox__search input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 5px 27px 6px 8px;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
    -webkit-box-shadow: inset 1px 1px #f1f1f1;
    box-shadow: inset 1px 1px #f1f1f1;
    color: #333
}

.jq-selectbox__not-found {
    margin: 5px;
    padding: 5px 8px 6px;
    background: #f0f0f0;
    font-size: 13px
}

.jq-selectbox ul {
    margin: 0;
    padding: 0
}

.jq-selectbox li {
    min-height: 18px;
    padding: 5px 10px 6px;
    color: #231f20
}

.jq-selectbox li.selected {
    background-color: #a3abb1;
    color: #fff
}

.jq-selectbox li:hover {
    background-color: #08c;
    color: #fff
}

.jq-selectbox li.disabled {
    color: #aaa
}

.jq-selectbox li.disabled:hover {
    background: 0 0
}

.jq-selectbox li.optgroup {
    font-weight: 700
}

.jq-selectbox li.optgroup:hover {
    background: 0 0;
    color: #231f20;
    cursor: default
}

.jq-selectbox li.option {
    padding-left: 25px
}

.jq-select-multiple {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1px;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    -webkit-box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
    font: 14px/18px Arial, sans-serif;
    color: #333;
    cursor: default
}

.jq-select-multiple.focused {
    border: 1px solid #5794bf
}

.jq-select-multiple.disabled {
    border-color: #ccc;
    background: #f5f5f5;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #888
}

.jq-select-multiple ul {
    margin: 0;
    padding: 0
}

.jq-select-multiple li {
    padding: 3px 9px 4px;
    list-style: none
}

.jq-select-multiple li:first-child {
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0
}

.jq-select-multiple li:last-child {
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px
}

.jq-select-multiple li.selected {
    background: #08c;
    color: #fff
}

.jq-select-multiple li.disabled {
    color: #aaa
}

.jq-select-multiple li.optgroup {
    font-weight: 700
}

.jq-select-multiple li.option {
    padding-left: 25px
}

.jq-select-multiple li.selected.disabled,
.jq-select-multiple.disabled li.selected {
    background: #ccc;
    color: #fff
}

input[type=email].styler,
input[type=password].styler,
input[type=search].styler,
input[type=tel].styler,
input[type=text].styler,
input[type=url].styler,
textarea.styler {
    padding: 8px 9px;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
    font: 14px Arial, sans-serif;
    color: #333
}

input[type=search].styler {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

textarea.styler {
    overflow: auto
}

input[type=email].styler:hover,
input[type=password].styler:hover,
input[type=search].styler:hover,
input[type=tel].styler:hover,
input[type=text].styler:hover,
input[type=url].styler:hover,
textarea.styler:hover {
    border-color: #b3b3b3
}

input[type=email].styler:hover:focus,
input[type=password].styler:hover:focus,
input[type=search].styler:hover:focus,
input[type=tel].styler:hover:focus,
input[type=text].styler:hover:focus,
input[type=url].styler:hover:focus,
textarea.styler:hover:focus {
    border-color: #ccc;
    border-top-color: #b3b3b3;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

button.styler,
input[type=button].styler,
input[type=reset].styler,
input[type=submit].styler {
    overflow: visible;
    padding: 8px 11px;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    outline: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6e6e6));
    background: -webkit-linear-gradient(#fff, #e6e6e6);
    background: -o-linear-gradient(#fff, #e6e6e6);
    background: linear-gradient(#fff, #e6e6e6);
    -webkit-box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
    font: 14px Arial, sans-serif;
    color: #333;
    text-shadow: 1px 1px #fff;
    cursor: pointer
}

button.styler.styler::-moz-focus-inner,
input[type=button].styler.styler::-moz-focus-inner,
input[type=reset].styler.styler::-moz-focus-inner,
input[type=submit].styler.styler::-moz-focus-inner {
    padding: 0;
    border: 0
}

button.styler:not([disabled]):hover,
input[type=button].styler:not([disabled]):hover,
input[type=reset].styler:hover,
input[type=reset].styler:not([disabled]):hover,
input[type=submit].styler:not([disabled]):hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#e6e6e6));
    background: -webkit-linear-gradient(#f6f6f6, #e6e6e6);
    background: -o-linear-gradient(#f6f6f6, #e6e6e6);
    background: linear-gradient(#f6f6f6, #e6e6e6)
}

button.styler:active,
input[type=button].styler:active,
input[type=reset].styler:active,
input[type=submit].styler:active {
    background: #f5f5f5;
    -webkit-box-shadow: inset 1px 1px 3px #ddd;
    box-shadow: inset 1px 1px 3px #ddd
}

button.styler[disabled],
input[type=button].styler[disabled],
input[type=submit].styler[disabled] {
    border-color: #ccc;
    background: #f5f5f5;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #888
}

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

:-moz-placeholder {
    color: #7a7a7a;
    opacity: 1
}

::-moz-placeholder {
    color: #7a7a7a;
    opacity: 1
}

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

body,
html {
    height: 100%
}

body {
    font-size: 14px;
    min-width: 320px;
    position: relative;
    font-family: Roboto, sans-serif;
    overflow-x: hidden;
    background: #fff;
    font-weight: 400;
    color: #020202
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
    padding: 0;
    margin: 0
}

ul {
    margin: 0;
    padding: 0
}

.seotext ul {
    font-size:16px;
}

ul li {
    margin: 0;
    padding: 0;
    list-style-type: none
}

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

footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.main-wrap {
    position: relative;
    overflow: hidden;
    min-height: 100%
}

a,
a:active,
a:focus,
a:hover {
    text-decoration: none;
    outline: 0
}

a:hover {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

input,
input:active,
input:focus,
input:hover {
    outline: 0
}

button {
    outline: 0;
    border: 0
}

input {
    /*border: 1px solid #7b7b7b;*/
    /*-webkit-border-radius: 12px;*/
    /*border-radius: 12px;*/
    color: #000;
    /*padding: 18px 20px 18px*/
}

textarea {
    resize: none;
    /*-webkit-border-radius: 12px;*/
    /*border-radius: 12px;*/
    /*outline: 0*/
}

p {
    font-size: 18px;
    font-weight: 400
}

h2 {
    font-size: 36px;
    font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #020202;
    font-weight: 400
}

.text-center {
    text-align: center
}

.owl-carousel img {
    max-width: 100%;
    height: auto
}

.section__gray {
    background-color: #f6f6f6
}

#ho_adv {
    display: none!important
}

section {
    position: relative
}

.section__title {
    text-align: center;
    padding: 62px 0 43px
}

.menu-toggle {
    cursor: pointer;
    color: #ebebd3;
    font-size: 34px;
    margin-top: -20px;
    padding-bottom:10px;
}

#mobile-menu {
    display: none
}

#mobile-menu.opening {
    display: block;
    width: 100%;
    position: absolute;
    text-align: center;
    padding: 5px;
    top: 100px;
    z-index: 999;
    left: 0;
    border-radius: 10px;
    background-color: #fcfcfc;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
}

#mobile-menu.opening li {
    position: relative;
    font-size: 17px;
    font-weight: 400;
    background: #f1f1f1;
    width: auto;
    white-space: nowrap;
    display: block;
    margin: 0;
    text-align: center;
    margin: 3px 0 0 0;
}

#mobile-menu.opening li .sub-menu {
    display: none;
}

#mobile-menu.opening li a {
    color: #333;
    padding: 14px;
    display: block;
    transition: .1s color, .3s background;
}

#mobile-menu.opening li a:hover {
    background-color: #f44336;
    color: #fff;
}

.top__header {
    background: white;
    transition: .5s margin;
}

.top__header .top__header-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align:center;
    padding-top:15px;
    min-height: 136px
}
@media only screen and (max-width:640px) {
    .top__header .top__header-wrapper {
        display:flex;
        flex-direction:column;
        align-items:center;
        justify-content:center;
        text-align:center;
    }
}
.top__header .top__header-wrapper .top__header_contacts {
    text-align: right;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.top__header .top__header-wrapper .top__header_contacts ul:first-child {
    margin-right: 20px
}

.top__header .top__header-wrapper .top__header_contacts .btn__call-me {
    font-size: 18px;
    color: #020202;
    font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    border: 2px solid #ff4032;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    text-align: center;
    padding: 8px 5px 4px;
    margin-bottom: 5px
}

.top__header .top__header-wrapper .top__header_contacts .btn__call-me:hover {
    background: #ff4032;
    color: #fff
}

.top__header .top__header-wrapper .top__header_contacts .top__header-social {
    text-align: center
}

.top__header .top__header-wrapper .top__header_contacts li a {
    display: block
}

.top__header .top__header-wrapper .top__header_contacts li .top__header_contacts--phone {
    color: #020202;
    font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 22px
}

.top__header .top__header-wrapper .top__header_contacts li .top__header_contacts--phone span {
    text-align: center;
    display: block;
    font-size: 12px
}

.top__header .top__header-wrapper .top__header_contacts li .top__header-social-in {
    margin-right: 12px
}

.top__header .top__header-wrapper .top__header_contacts li .top__header-social-fb,
.top__header .top__header-wrapper .top__header_contacts li .top__header-social-in {
    display: inline-block;
    vertical-align: middle;
    width: 34px;
    height: 34px;
    background-color: #ababab;
    -webkit-border-radius: 17px;
    border-radius: 17px;
    text-align: center
}

.top__header .top__header-wrapper .top__header_contacts li .top__header-social-fb i,
.top__header .top__header-wrapper .top__header_contacts li .top__header-social-in i {
    color: #fff;
    font-size: 17px;
    margin-top: 8px
}

.header {
    width: 100%
}

.header .header__wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: white;
    padding: 26px 0
}

.header .header__wrapper .nav .nav__list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header .header__wrapper .nav .nav__list .nav__item-has-submenu.active>.nav__list-sub {
    visibility: visible;
    opacity: 1;
}

.header .header__wrapper .nav .nav__list .nav__item-has-submenu {
    position: relative
}

.header .header__wrapper .nav .nav__list .nav__item {
    margin-right: 49px
}

.header .header__wrapper .nav .nav__list .nav__item .nav__link {
    color: #020202;
    font-size: 20px;
    position: relative
}

.header .header__wrapper .nav .nav__list .nav__item .nav__link i,
.header .header__wrapper .nav .nav__list .nav__list-sub .nav__item-sub i {
    font-size: 10px;
    margin-left: 5px
}

.header .header__wrapper .nav .nav__list .nav__item .nav__link:hover {
    color: #ff4032
}

.header .header__wrapper .nav .nav__list .nav__item .nav__link:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: -10px;
    top: -47px;
    margin-left: 0;
    -ms-transform: rotate(220deg);
    transform: rotate(220deg);
    -webkit-transform: rotate(220deg);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    background: #f44336
}

.header .header__wrapper .nav .nav__list .nav__item .nav__link:hover::before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: -10px;
    margin-left: -5px;
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.header .header__wrapper .nav .nav__list .nav__item:last-child {
    margin-right: 0
}

.header .header__wrapper .nav .nav__list .nav__item .nav__link-home {
    color: #7a7a7a
}

.header .header__wrapper .nav .nav__list .nav__item-main a {
    color: #7a7a7a
}

.header .header__wrapper .nav .nav__list .nav__list-sub {
    position: absolute;
    top: 100%;
    padding: 5px;
    list-style: none;
    margin: 0;
    background: #fcfcfc;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    visibility: hidden;
    opacity: 0;
    transition: .3s opacity;
}

.header .header__wrapper .nav .nav__list .nav__list-sub .nav__list-sub {
    position: absolute;
    top: -5px;
    left:100%;
    padding: 5px;
    list-style: none;
    margin: 0px 0px 0px 5px;
    background: #fcfcfc;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    overflow: visible;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    visibility: hidden;
    opacity: 0;
    transition: .3s opacity;
}

.header .header__wrapper .nav .nav__list .nav__list-sub>li {
    position: relative;
    font-size: 15px;
    font-weight: 400;
    background: #f1f1f1;
    width: auto;
    white-space: nowrap;
    display: block;
    margin: 0;
    text-align: center;
    margin: 3px 0 0 0
}
@media screen and (max-width:1366px) {
    .header .header__wrapper .nav .nav__list .nav__list-sub>li {
        font-size: 13.5px;
    }
}

.header .header__wrapper .nav .nav__list .nav__list-sub>li:first-child {
    margin: 0
}

.header .header__wrapper .nav .nav__list .nav__list-sub>li a {
    color: #333;
    padding: 4px;
    display: block;
    transition: .1s color, .3s background;
}

.header .header__wrapper .nav .nav__list .nav__list-sub>li a:hover {
    background: #f44336
}

.header .header__wrapper .nav .nav__list .nav__list-sub>li:hover>a {
    color: #fff
}

.header .header__wrapper .nav .nav__list .effect-slide-top {
    -webkit-transition-property: margin-top, opacity, visibility;
    -o-transition-property: margin-top, opacity, visibility;
    transition-property: margin-top, opacity, visibility
}

.header .header__wrapper .nav .nav__list .simple-sub {
    width: auto!important;
    z-index: 999;
    margin-left: -80px;
    left: 50%;
    margin-top: 20px;
    border-radius: 5px;
}

.header .header__wrapper .nav .nav__list .nav__item>.simple-sub:before {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #f1f1f1 transparent;
    margin-top: 0;
    left: 50%;
    top: 0;
    content: ""
}

.header .header__call,
.header .header__logo {
    display: none
}

.fixed-header {
    position: fixed;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    padding: 0;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999
}

.fixed-header .header__wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.top__header_address a {
    font-size: 18px;
    font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #010101
}

.top__header_address a i {
    margin-right: 5px
}

.owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    text-align: center
}

.owl-dot {
    display: inline-block;
    padding: 5px
}

.owl-dot span {
    display: block;
    width: 17px;
    height: 16px;
    background-color: #fff;
    opacity: .5;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.owl-dot.active span {
    opacity: 1;
    border: solid 3px #fff;
    background-color: transparent
}

.owl-dots.disabled,
.owl-nav.disabled {
    display: none
}

.fs-slides {
    position: relative
}

.fs-slides .owl-stage,
.fs-slides .owl-stage-outer {
    height: 100%
}

.fs-slides .owl-slide {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    padding: 250px 50px 100px;
    min-height: 600px
}

.fs-slides .owl-slide .owl--text {
    font-size: 55px;
    font-weight: 400;
    line-height: 72px;
    color: #fff;
    font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-shadow: 2px 2px 2px #000
}

.fs-slides .owl-slide .btn-calc {
    font-size: 20px;
    max-width: 339px;
    margin: 50px auto 0;
    width: 100%;
    padding: 1em 1em 0.8em;
    text-transform: uppercase
}

.entry__content-text {
    padding: 46px 0 60px
}

.entry__content-text p {
    line-height: 30px;
    font-weight: 300
}

.our__services {
    padding-bottom: 71px
}

.our__services .services__item {
    position: relative;
    overflow: hidden;
    width: 369px;
    height: 336px;
    text-align: center;
    -webkit-border-radius: 15px;
    border-radius: 15px
}

.our__services .services__item:before {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(1, 1, 1, .5)), to(transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(1, 1, 1, .5) 0, transparent 100%);
    background-image: -o-linear-gradient(bottom, rgba(1, 1, 1, .5) 0, transparent 100%);
    background-image: linear-gradient(to top, rgba(1, 1, 1, .5) 0, transparent 100%);
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.our__services .services__item img {
    max-width: 100%;
    height: inherit;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, -webkit-transform 1s;
    -o-transition: opacity 1s, transform 1s;
    transition: opacity 1s, transform 1s;
    transition: opacity 1s, transform 1s, -webkit-transform 1s;
    -webkit-backface-visibility: hidden;
    -o-object-fit: cover;
    object-fit: cover
}

.our__services .services__item h3 {
    font-weight: 400;
    font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    font-size: 26px;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    -o-transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s;
    position: absolute;
    width: 100%;
    top: 50%;
    z-index: 99;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.our__services .services__item h3 span {
    display: block;
    margin-top: 5px
}

.services__item:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1)
}

.advantage-list {
    -webkit-border-radius: 24px;
    border-radius: 24px;
    border: solid 4px #eaeaea;
    padding: 20px 100px 45px;
    background-color: #fff;
}

.advantage-list .row-advantage .advantage__item {
    margin-top: 30px;
}

.advantage-list .adv__icon {
    margin-bottom: 18px;
    display: block
}

.advantage-list .adv__content h4 {
    font-size: 18px;
    font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400
}

.advantage-list .adv__content p {
    font-size: 15px;
    font-weight: 300;
    margin-top: 13px
}

.advantage-list .row-advantage--2 {
    margin-top: 50px
}

.our__advantages {
    padding-bottom: 58px
}

.adv__more {
    width: 100%;
    text-align: center;
    margin: 30px auto 0
}

.adv__more a {
    font-size: 20px;
    font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #010101;
    text-decoration: underline
}

.adv__more a:hover {
    text-decoration: none
}

.portfolio__wrap {
    padding-bottom: 20px
}

.portfolio__list a {
    position: relative;
    display: block;
    width: 100%;
    height: 282px;
    margin-bottom: 30px
}

.portfolio__list a:hover:after,
.portfolio__list a:hover:before {
    opacity: 1
}

.portfolio__list a:after,
.portfolio__list a:before {
    position: absolute;
    display: block;
    content: '';
    height: 80px;
    width: 80px;
    z-index: 99;
    opacity: 0;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, -webkit-transform 1s;
    -o-transition: opacity 1s, transform 1s;
    transition: opacity 1s, transform 1s;
    transition: opacity 1s, transform 1s, -webkit-transform 1s
}

.portfolio__list a:before {
    left: 5%;
    top: 5%;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff
}

.portfolio__list a:after {
    right: 5%;
    bottom: 5%;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff
}

.portfolio__list .portfolio__item {
    position: relative;
    display: block;
    overflow: hidden;
    width: 369px;
    height: 282px;
    text-align: center;
    -webkit-border-radius: 15px;
    border-radius: 15px
}

.portfolio__list .portfolio__item:before {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(1, 1, 1, .5)), to(transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(1, 1, 1, .5) 0, transparent 100%);
    background-image: -o-linear-gradient(bottom, rgba(1, 1, 1, .5) 0, transparent 100%);
    background-image: linear-gradient(to top, rgba(1, 1, 1, .5) 0, transparent 100%);
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.portfolio__list .portfolio__item img {
    max-width: 100%;
    height: inherit;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, -webkit-transform 1s;
    -o-transition: opacity 1s, transform 1s;
    transition: opacity 1s, transform 1s;
    transition: opacity 1s, transform 1s, -webkit-transform 1s;
    -webkit-backface-visibility: hidden;
    -o-object-fit: cover;
    object-fit: cover
}

.portfolio__list .portfolio__item span {
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    -o-transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    position: absolute;
    left: 50%;
    z-index: 9;
    color: #fff;
    font-weight: 400;
    font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.portfolio__list .portfolio__item .portfolio__descr {
    top: 50%;
    font-size: 24px
}

.portfolio__list .portfolio__item .date {
    bottom: 8%;
    font-size: 20px
}

.portfolio__list .portfolio__item:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1)
}

.portfolio__list .portfolio__item--all-jobs span {
    font-size: 30px;
    top: 50%
}

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    opacity: 0;
    z-index: 9999
}

#back-to-top.show {
    opacity: 1
}

#back-to-top a {
    display: block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #f44336;
    width: 50px;
    height: 50px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff;
    position: relative
}

#back-to-top a:hover {
    background: #333
}

#back-to-top a:before {
    content: '\f077';
    font: 35px/47px FontAwesome;
    position: absolute;
    top: 42%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%
}

.stage-work {
    padding-bottom: 62px
}

.timeline-vertical {
    padding-top: 24px;
    position: relative
}

.timeline-vertical:before {
    content: "";
    position: absolute;
    background-color: #efefef;
    width: 6px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -3px;
    display: block
}

.timeline-vertical__row {
    padding-bottom: 24px
}

.timeline-vertical__row:before {
    content: " ";
    display: table
}

.timeline-vertical__row:after {
    content: " ";
    display: table;
    clear: both
}

.timeline-vertical__row_inverse .timeline-vertical__info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.timeline-vertical__info {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.timeline-vertical__info>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

.timeline-vertical__info:before {
    content: " ";
    display: table
}

.timeline-vertical__info:after {
    content: " ";
    display: table;
    clear: both
}

.timeline-vertical__info:before {
    display: block;
    content: "";
    height: 20px;
    width: 20px;
    position: absolute;
    left: 50%;
    top: 12px;
    z-index: 2;
    margin-left: -10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: url(img/circle.png) repeat scroll 0 0 transparent;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out
}

.timeline-vertical__img {
    height: 235px;
    padding-right: 60px
}

.timeline-vertical__img img {
    max-width: 330px;
    float: right;
    -webkit-border-radius: 12px;
    border-radius: 12px
}

.timeline-vertical__date span {
    display: block;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding: 6px 10px;
    font-size: 18px;
    color: #fff
}

.timeline-vertical__date_inverse span {
    margin-right: 0
}

.timeline-vertical__title {
    padding-left: 60px;
    padding-top: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.timeline-vertical__title h3 {
    margin: 0;
    padding-bottom: 10px;
    padding-top: 12px;
    font-size: 18px;
    color: #010101;
    font-weight: 400
}

.timeline-vertical__row_inverse .timeline-vertical__title {
    padding-left: 0;
    padding-right: 60px;
    text-align: right;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.timeline-vertical__row_inverse .timeline-vertical__img {
    padding-left: 60px
}

.timeline-vertical__row_inverse .timeline-vertical__img img {
    float: none
}

.timeline-vertical__text p {
    margin: 10px 0 0;
    font-size: 15px;
    font-weight: 300
}

.timeline-vertical__text p span {
    font-weight: 400
}

.timeline-vertical__text a {
    font-size: 18px
}

.timeline-vertical__info:before {
    background-color: #fcdca4
}

.timeline-vertical__date span {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #7b7b7b
}

.timeline-vertical__text_inverse {
    padding-right: 30px;
    padding-left: 0;
    text-align: right
}

.reviews .section__title h2 {
    color: #fff
}

.reviews {
    background: url(img/bg-review.png) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
    color: #fff;
    padding-bottom: 54px
}

.reviews:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(123, 123, 123, .7);
    display: block;
    content: ''
}

.reviews .review__slider .review__name {
    font-size: 24px;
    font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-right: 19px
}

.reviews .review__text {
    padding: 65px 130px 0
}

.reviews .review__text p {
    line-height: 30px
}

.reviews .review__user,
.wrap-recalls .el .review__user {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.reviews .review__user .review__user_link,
.wrap-recalls .el .review__user .review__user_link {
    margin-left: 19px
}

.reviews .review__user .review__user_link a,
.wrap-recalls .el .review__user .review__user_link a {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: block;
    background: #fff;
    text-align: center;
    padding-top: 10px;
}

.wrap-recalls .el .review__user .review__user_link a {
    box-shadow: 1px 1px 5px rgba(0,0,0,.2);
    width: 44px;
    height: 44px;
    padding-top: 0;
    display: flex;
    transition: .3s background;
    align-items: center;
    justify-content: center;
}

.wrap-recalls .el .review__user .review__user_link a:hover {
    background: #7b7b7b;
}

.reviews .review__user .review__user_link a i{
    font-size: 18px;
    color: #7b7b7b
}

.wrap-recalls .el .review__user .review__name,
.wrap-recalls .el .review__user .review__user_link {
    margin-right: 15px;
}

.wrap-recalls .el .review__user .review__user_link a i  {
    font-size: 24px;
    color: #7b7b7b;
    transition: .3s color;
}

.wrap-recalls .el .review__user .review__user_link a:hover i {
    color: #fff;
}

.reviews .review__avatar,
.wrap-recalls .review__avatar {
    background: url(img/Profile-bg.png) no-repeat;
    width: 86px;
    height: 87px;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 7px solid #fff
}

.reviews .review__avatar img,
.wrap-recalls .review__avatar img {
    margin: 0 auto;
    position: absolute;
    object-fit: cover;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%)
}

.review__slider .owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-border-radius: 50%!important;
    border-radius: 50%!important;
    border: solid 2px #fff;
    width: 42px;
    height: 42px;
    background-color: transparent!important
}

.review__slider .owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-border-radius: 50%!important;
    border-radius: 50%!important;
    border: solid 2px #fff;
    width: 42px;
    height: 42px;
    background-color: transparent!important
}

.review__slider .arrow-left {
    position: absolute;
    top: -8px;
    width: 18px;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 18px;
    transform: rotate(45deg) translate(0, 25px);
    -webkit-transform: rotate(45deg) translate(0, 25px);
    -moz-transform: rotate(45deg) translate(0, 25px);
    -o-transform: rotate(45deg) translate(0, 25px);
    -ms-transform: rotate(45deg) translate(0, 25px);
    left: 31px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff
}

.review__slider .arrow-right {
    position: absolute;
    top: -8px;
    width: 18px;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 18px;
    transform: rotate(45deg) translate(0, 25px);
    -webkit-transform: rotate(45deg) translate(0, 25px);
    -moz-transform: rotate(45deg) translate(0, 25px);
    -o-transform: rotate(45deg) translate(0, 25px);
    -ms-transform: rotate(45deg) translate(0, 25px);
    right: -4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff
}

.descr__section {
    padding-top: 50px;
    text-align: center
}

.descr__section p {
    font-weight: 300;
    line-height: 30px
}

.questions .section__title span {
    font-size: 24px;
    font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.questions .question__form-wrap {
    padding-bottom: 70px
}

.questions #callback__form {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.questions #callback__form .name,
.questions #callback__form .phone {
    margin-right: 30px;
    width: 260px
}

.questions #callback__form .btn {
    padding: 4px 10px 0;
    line-height: 50px;
    width: 250px
}

.footer {
    background-color: #7b7b7b;
    padding: 37px 0 40px;
    color: #fff;
    font-size: 14px
}

.footer a {
    color: #fff
}

.footer a:hover {
    color: #fcdca4
}

.footer .footer__copyright {
    margin-bottom: 30px
}

.footer .footer__copyright>* {
    line-height: 1.5
}

.footer .footer__copyright p {
    font-size: 12px
}

.footer .footer__searchform input {
    padding: 9px 35px 10px 20px;
    width: 100%
}

.footer .footer__searchform #searchform {
    position: relative
}

.footer .footer__searchform #searchform label {
    position: absolute;
    right: 15px;
    z-index: 9;
    top: 10px
}

.footer .footer__searchform #searchform label i {
    font-size: 15px;
    color: #7b7b7b;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.footer .footer__contacts {
    padding-left: 40px
}

.footer .footer__contacts .footer__contacts_main {
    position: relative
}

.footer .footer__contacts .footer__contacts_main:before {
    content: "";
    position: absolute;
    top: 0;
    left: -30px;
    width: 22px;
    height: 32px
}

.footer .footer__contacts .footer__contacts_main li {
    line-height: 24px
}

.footer .footer__contacts .footer__contacts_main li i {
    margin-right: 5px
}

.footer .footer__contacts .footer__contacts_main li span {
    display: inline-block;
    padding-left: 20px
}

.footer .footer__contacts .footer__contacts_social {
    margin-top: 5px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer .footer__contacts .footer__contacts_social li {
    margin-right: 5px
}

.footer .footer__contacts .footer__contacts_social li a {
    width: 35px;
    height: 35px;
    text-align: center;
    display: block
}

.footer .footer__contacts .footer__contacts_social li a.inst:hover {
    color:#ff9747;
}
.footer .footer__contacts .footer__contacts_social li a.face:hover {
    color:blue;
}
.footer__contacts_social li a.inst,
.footer__contacts_social li a.face,
.footer__contacts_social li a.teleg,
.footer__contacts_social li a.whats {
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 17px;
    border-radius: 17px;
    text-align: center;
}
.footer__contacts_main .footer__contacts_social li a.inst i,
.footer__contacts_main .footer__contacts_social li a.face i,
.footer__contacts_main .footer__contacts_social li a.teleg i,
.footer__contacts_main .footer__contacts_social li a.whats i {
    font-size: 27px;
    margin-top: 2px;
    margin-right:0px;
}

.footer .footer__contacts .footer__contacts_social li a:hover .fa-telegram:before {
    color:#2fafe0;
}

.footer .footer__contacts .footer__contacts_social li a .fa-viber:before {
    content: url(img/ico-viber.png)
}
.footer .footer__contacts .footer__contacts_social li a:hover .fa-viber:before {
    content: url(img/ico-viber-hover.png)
}

.footer .footer__contacts .footer__contacts_social li a:hover .fa-whatsapp:before {
    color:#40c351;
}

.footer .footer__nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer .footer__nav li {
    line-height: 1.6
}

#_404 {
    padding: 100px 0;
    text-align: center;
    font-size: 16px;
}

#_404 img {
    max-width: 80%;
}

#_404 ul {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-top: -12px;
    margin-left: 2px;
}

#_404 ul li {
    margin: 12px 0;
}

.wrap-recalls .el {
    margin: 30px 0 80px;
    font-family: "Roboto";
    font-weight: 200;
    line-height: 1.5em;
    font-size: 16px;
}

.wrap-recalls .el .cont {
    font-size: 18px;
    padding-bottom: 5px;
}

.wrap-recalls .el .name {
    color: #919191;
    margin: 20px 0 5px;
}

a.red {
    color: #f44236;
    border-bottom: 1px solid #f44236;
    transform: .2s border;
}

a.red:hover {
    border-bottom-color: transparent;
}

a.yellow {
    color: #d4a949;
    border-bottom: 1px solid #d4a949;
    transform: .2s border;
}

a.yellow:hover {
    border-bottom-color: transparent;
}

.white-popup {
    position: relative;
    background: #fff;
    padding: 35px 70px 20px;
    width: auto;
    max-width: 771px;
    margin: 20px auto;
    z-index: 9999;
    /*font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif*/
}

.white-popup .mfp-close {
    /*color: #fff;*/
    /*width: 34px;*/
    /*background-color: #7b7b7b;*/
    /*height: 34px;*/
    /*opacity: 1;*/
    /*margin: 3px 3px 0 0;*/
    /*line-height: 35px*/
}

.white-popup .callback-popup_top {
    font-weight: 400;
    text-align: center;
    padding-bottom: 30px
}

.callback-popup_form .g-recaptcha {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 20px 0;
}

.white-popup .callback-popup_top h3 {
    font-size: 30px;
    font-weight: 400
}

.white-popup .callback-popup_top span {
    font-size: 20px;
    display: block;
    margin-top: 5px
}

.white-popup .callback-popup_form input[type="text"],
.white-popup .callback-popup_form input[type="email"],
.white-popup .callback-popup_form input[type="password"],
.white-popup .callback-popup_form textarea {
    border: 1px solid #000;
    padding: 15px 15px 15px 30px;
    font-size: 20px;
    font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 100%
}

.white-popup .callback-popup_form input::-webkit-input-placeholder,
.white-popup .callback-popup_form textarea::-webkit-input-placeholder {
    color: #010101
}

.white-popup .callback-popup_form input:-moz-placeholder,
.white-popup .callback-popup_form textarea:-moz-placeholder {
    color: #010101
}

.white-popup .callback-popup_form input::-moz-placeholder,
.white-popup .callback-popup_form textarea::-moz-placeholder {
    color: #010101
}

.white-popup .callback-popup_form input:-ms-input-placeholder,
.white-popup .callback-popup_form textarea:-ms-input-placeholder {
    color: #010101
}

.white-popup .callback-popup_form textarea {
    min-height: 130px;
    outline: 0
}

.white-popup .callback-popup_form .form-group {
    margin-bottom: 20px
}

.white-popup .callback-popup_form .form-group button {
    margin-top: 10px;
    padding: 15px;
    max-width: 228px;
    width: 100%;
    margin: 0 auto
}

.white-popup .form-group-conf p {
    font-size: 16px;
    margin-top: 10px
}

.white-popup .form-group-politics {
    /*text-align: center;*/
    font-size: 12px
}

.white-popup .form-group-politics a {
    color: #020202;
    text-decoration: underline
}

#vacancies {
    padding-bottom: 75px
}

#vacancies .section__title {
    padding: 62px 0 20px
}

#vacancies .vacancies__wrap {
    padding: 0 11%
}

#vacancies .vacancies__wrap p {
    font-weight: 300
}

#vacancies .vacancies__wrap .big-text {
    font-size: 18px;
    padding-bottom: 55px
}

#vacancies .vacancies__wrap .small-text {
    font-size: 16px
}

#vacancies .vacancies__wrap .vacancies__list {
    padding-top: 65px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#vacancies .vacancies__wrap .vacancies__list .vacancies__img {
    width: 285px;
    height: 285px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    transition: .3s;
}

#vacancies .vacancies__wrap .vacancies__list .vacancies__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#vacancies .vacancies__wrap .vacancies__list a:hover .vacancies__img {
    box-shadow: 0 0 30px rgba(0,0,0,.2)
}

#vacancies .vacancies__wrap .vacancies__list .vacancies__title {
    margin-top: 20px;
}

#vacancies .vacancies__wrap .vacancies__list .vacancies__title h3 {
    font-size: 24px;
    font-weight: 400;
    text-decoration: underline;
    color: #ecc174;
    font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif
}

#vacancies .vacancies__wrap .vacancies__list a:hover .vacancies__title h3 {
    text-decoration: none;
}

#contacts {
    padding-bottom: 50px
}

#contacts .requisites {
    color: #000;
    font-size: 18px;
    font-weight: 300;
    display: inline-block;
    margin: 5px 0;
    border-bottom: 1px dashed #000;
    transition: .2s border;
}

#contacts .requisites:hover {
    border-bottom-color: transparent;
}

#contacts .section__title {
    padding: 62px 0 20px
}

#contacts .contacts__wrap_text {
    padding: 0 70px
}

#contacts .contacts__wrap_text p {
    font-weight: 300
}

#contacts .contacts__wrap_text address {
    font-style: normal;
    padding-top: 25px
}

#contacts .contacts__wrap_text address span {
    color: #020202;
    display: inline-block;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 5px
}

#contacts .contacts__wrap_text .contacts__info {
    padding-top: 25px
}

#contacts .contacts__wrap_text .contacts__info p {
    font-size: 15px
}

#contacts .link-tdu {
    font-size: 16px;
    margin-top: 10px;
    display: inline-block;
    color: #000;
    text-decoration: underline;
}

#contacts .link-tdu:hover {
    text-decoration: none;
}

hr {
    height: 1px;
    border: none;
    background-color: #d5d5d5;
    color: #d5d5d5;
}

.wrap-services {
    padding-bottom: 30px;
}

ul.left-menu.fixed {
    position: fixed;
    top: 100px;
}

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

ul.left-menu .rubric {
    border-radius: 12px;
    background-color: #ececec;
    font-size: 20px;
    transition: .3s;
    color: #000;
    width: 260px;
    line-height: 26px;
    display: inline-block;
    margin: 15px 0;
    padding: 10px 25px;
    box-shadow: 0 2px 0 0 rgb(120,120,120);
    position: relative;
}

ul.left-menu .rubric i {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 20px;
    transition: .3s transform;
}

ul.left-menu li.active .rubric,
ul.left-menu .rubric:hover {
    background-color: #ffb261;
}

ul.left-menu li.active i {
    transform: rotate(-180deg);
}

ul.left-menu li ul {
    display: none;
}

ul.left-menu ul {
    padding: 0 20px;
}

ul.left-menu ul li {
    margin: 15px 0;
}

ul.left-menu ul li a {
    font-size: 18px;
    color: #333;
    font-family: "Myriad Pro", Myriad;
    font-weight: normal;
    transition: .3s color;
}

ul.left-menu ul li a:hover {
    color: #ffb261;
}
ul.left-menu ul li a.rubric:hover {
    color: #000;
}

ul.left-menu ul li a.active {
    border-bottom: 1px solid #333;
}

.wrap-services .wrap h1 {
    color: #333;
    font-weight: 500;
    margin: 10px 0;
}

.wrap-services .wrap h3 {
    font-size: 20px;
    color: #333;
    font-weight: 500;
    margin: 10px 0;
}

.wrap-services .wrap ul {
    margin-left: 2px;
    font-weight: 500;
}

.wrap-services .wrap ul li {
    position: relative;
    padding-left: 15px;
    margin: 10px 0;
}

.wrap-services .wrap .service-cont {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    padding: 30px 0;
}

.wrap-services .wrap .service-cont a.tel {
    color: #333;
    font-weight: 600;
}

.wrap-services .wrap ul li:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #333;
    position: absolute;
    left: 0;
    top: 5px;
}

.wrap-services .wrap img {
    border-radius: 20px;
    max-width: 100%;
    margin: 10px 0;
}

.wrap-services .wrap {
    font-size: 14px;
    margin: 15px 0;
    color: #333;
    line-height: 1.5em;
    font-family: "Roboto";
    font-weight: normal;
}

.tab-slider--nav {
    width: 100%;
    margin-bottom: 35px
}

.tab-slider--tabs {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.tab-slider--trigger {
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
    text-align: center;
    padding: 20px 15px;
    font-size: 20px;
    font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 33%;
    position: relative;
    z-index: 2;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: color 250ms ease-in-out;
    -o-transition: color 250ms ease-in-out;
    transition: color 250ms ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom: 1px solid #959595
}

.tab-slider--trigger.active {
    background-color: #eaeaea;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    border-bottom: none
}

.tab-slider--body {
    margin-bottom: 20px;
    text-align: center
}

.tab-slider--body .question {
    color: #e49c00;
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 20px;
    cursor: pointer;
    display: inline-block;
}

.tab-slider--body .answer.active {
    display: block
}

.tab-slider--body .answer {
    padding: 0 5% 25px;
    display: none
}

.tab-slider--body .answer span {
    font-size: 15px;
    display: block;
    margin-bottom: 5px
}

.tab-slider--body .answer p {
    font-size: 15px;
    font-weight: 300
}

.qa__item {
    position: relative;
    margin-bottom: 25px
}

.qa__item:after {
    background-color: #d6d6d6;
    content: '';
    display: block;
    width: 430px;
    margin: 0 auto;
    height: 1px
}

.qa__form {
    padding-bottom: 25px
}

.qa__form_wrap {
    padding: 0 170px
}

.qa__form_wrap #qa-form .form-group {
    margin-bottom: 30px;
    width: 100%
}

.qa__form_wrap #qa-form .form-group .btn-submit {
    padding: 15px;
    max-width: 270px;
    margin: 0 auto
}

.qa__form_wrap #qa-form .form-group textarea {
    padding: 18px 20px 18px;
    width: 100%;
    min-height: 100px
}

.qa__form_wrap .form-group-top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.qa__form_wrap .form-group-top input {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48%;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%
}

#requiz_box {
    background: #fff;
    padding: 40px 30px 46px 30px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin: 0 auto;
    position: relative;
    max-width: 700px;
    text-align: center;
    width: 100%
}

#count-popup {
    margin: 100px auto;
    width: 100%;
    max-width: 770px;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    position: relative;
    background: #fff;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
    background-image: url("img/bg-form.jpg");
}

#count-popup .mfp-close {
    color: #fff;
    width: 30px;
    background-color: #9e9e9e;
    height: 30px;
    opacity: 1;
    margin: 10px 10px 0 0;
    line-height: 30px;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.intro p {
    margin: 10px 0;
}

#count-popup #countForm {
    padding: 10px 0
}

#count-popup #countForm fieldset {
    z-index: 2;
    border: 0
}

.btn {
    cursor: pointer
}

#count-popup #countForm .count-form-header {
    text-align: center;
    padding-bottom: 35px
}

#count-popup #countForm .count-form-header h3 {
    font-size: 30px;
    font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400
}

#count-popup #countForm .num__q_steps {
    font-size: 24px
}

#count-popup #countForm .q_steps {
    font-size: 14px;
    font-weight: 300;
    padding-left: 25px;
    color: #7b7b7b;
    padding-bottom: 10px
}

#count-popup #countForm #type__job_services .next {
    max-width: 230px;
    margin: 20px auto 0
}

#count-popup #countForm .switch-buttons {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 25px
}

#count-popup #countForm .switch-buttons>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 230px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

#count-popup .form-group-politics {
    text-align: center;
    font-size: 12px
}

#count-popup .form-group-politics a {
    color: #020202;
    text-decoration: underline
}

#count-popup #personal_information .form-group {
    margin-bottom: 20px
}

#count-popup #personal_information .form-group input {
    border-color: #000;
    width: 100%;
    font-size: 20px
}

#count-popup .space_information-content .form-group,
#count-popup .timelimits_information-content .form-group,
#count-popup .type__job_information-content .form-group,
#count-popup .type__job_room-content .form-group,
#count-popup .type__job_services-content .form-group {
    margin-bottom: 12px
}

#count-popup .space_information-content .form-group label,
#count-popup .timelimits_information-content .form-group label,
#count-popup .type__job_information-content .form-group label,
#count-popup .type__job_room-content .form-group label,
#count-popup .type__job_services-content .form-group label {
    font-size: 18px
}

#count-popup .space_information-content .form-group .jq-checkbox,
#count-popup .timelimits_information-content .form-group .jq-checkbox,
#count-popup .type__job_information-content .form-group .jq-checkbox,
#count-popup .type__job_room-content .form-group .jq-checkbox,
#count-popup .type__job_services-content .form-group .jq-checkbox {
    width: 23px;
    height: 23px;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

#count-popup .space_information-content .form-group .jq-checkbox.checked .jq-checkbox__div,
#count-popup .timelimits_information-content .form-group .jq-checkbox.checked .jq-checkbox__div,
#count-popup .type__job_information-content .form-group .jq-checkbox.checked .jq-checkbox__div,
#count-popup .type__job_room-content .form-group .jq-checkbox.checked .jq-checkbox__div,
#count-popup .type__job_services-content .form-group .jq-checkbox.checked .jq-checkbox__div {
    width: 13px;
    height: 6px;
    margin: 6px 0 0 4px
}

#count-popup .space_information-content textarea,
#count-popup .timelimits_information-content textarea,
#count-popup .type__job_information-content textarea,
#count-popup .type__job_room-content textarea,
#count-popup .type__job_services-content textarea {
    display: block;
    padding: 5px 15px 5px;
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    border: 1px solid #000;
    margin-top: 10px
}

.vis-480 {
    display: none;
}


.descr{
    padding-top: 50px;
    width: 70%;
    text-align: center;
    margin: auto;
}element.style{
     width: 100%;
 }

.clr{
    display:  none;
}
.cse{
    position: relative;
    top: -140px;
}
.cse1{
    position: relative;
    top: -140px;
}
.position-m{
    margin: auto;
    width: 100%;
    height: 50px;
    background-color: #fff;
    font-size: 14px;
    display: flex;
    justify-content: center;
}
#img1 img{
    cursor: pointer;
}
.position-m a{
    cursor: pointer;
    width: calc(100%/3);
    display: flex;
    color: #000;
    text-align: center;
    font-size: 16px;
    padding: 3px 3px 0;
    border-bottom: 2px solid #9e9e9e;
    justify-content: center;
    transition: none;
}
.position-m a:not(.active) span{
    text-decoration: underline;;
}
.position-m a:not(.active):hover span{
    text-decoration: none;
}
.position-m a span{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}
.position-m a.active{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-top: 2px solid #9e9e9e;
    border-right: 2px solid #9e9e9e;
    border-left: 2px solid #9e9e9e;
    border-bottom: none;
}
.position-m a.active span{
    border-radius: 10px;
    width: 100%;
    background-color: #e6e6e6;
}
.products{
    padding: 25px 0 50px;
}
.cont-navs > div {
    display: none;
}
.cont-navs > div.active {
    display: block;
}
.text-portf{
    color: #e1c455;
    line-height: 1.4em;
    font-size: 16px;
    margin: 10px 0;
}
.center-f{
    margin: 5px;
    width: 370px;
    display: inline-flex;
    justify-content: center;
}
.portfolio .el {
    margin-top: 20px;
}
.product-list{
    margin: 5px;
    padding: 0;
    display: flex;
    justify-content: center;
}
.product-list div{
    width:370px;
}
.product-list div li{
    display: inline;
    margin-right: 4px;
    padding: 20px;
}
.img-container{
    width: 100%;
    height: 100%;
    margin: 20px;
}

.wrap-more {
    text-align: center;
    padding-bottom: 20px;
    margin-top: 40px;
}

.wrap-more a {
    text-decoration: underline;
    color: #debb6c;
    font-size: 18px;
}

.wrap-more a:hover {
    text-decoration: none;
}

.hidden {
    display: none;
}


.mapstore .wrap-cont {
    text-align: left;
}
.mapstore .wrap-cont .button{
    display: inline-block;
    font-size: 26px;
    background-color: #ff4032;
    color: #fff;
    border-radius: 12px;
    width: 260px;
    height: 60px;
    line-height: 56px;
    margin-top: 25px;
    text-align: center;
    font-weight: bold;
    position: relative;
    transition: .3s background;
}
.mapstore .wrap-cont .button:hover {
    background-color: #333;
}
.mapstore .wrap-cont .price {
    font-size: 30px;
    margin: 25px 0;
}
.mapstore .wrap-cont .name {
    font-size: 40px;
    font-weight: 400;
    line-height: 1.2em;
}
.mapstore .social{
    margin: 50px 0 0;
    position: relative;
}
.mapstore .block-img {
    padding-right: 10px;
    max-width: 500px;
    margin: 0 auto;
}
.mapstore .block-img .main-img img {
    width: 100%;
    border-radius: 20px;
    height: auto;
}
.mapstore .block-img .thmbs {
    margin: 10px -5px;
}
.mapstore .block-img .thmbs a {
    margin: 0 5px;
    display: inline-block;
    width: calc(100% / 4 - 12.5px);
}
.mapstore .block-img .thmbs a img {
    border-radius: 20px;
    width: 100%;
}
.mapstore .type{
    font-size: 20px;
    margin: 0 50px;
}
.mapstore {
    padding: 80px 0;
}
.mapstore .center{
    font-weight: 500;
    position: relative;
    display: inline-flex;
    font-size: 15px;
    color: #cd9741;
    margin-top: 40px;
}
.mapstore .center a {
    color: #d4a949;
    text-decoration: underline;
}
.mapstore .center a:hover {
    text-decoration: none;
}

.goods .box {
    padding: 1px;
}
.goods .box-content ul{
    padding: 20px;
}
.goods .box-content ul li{
    margin-top: 5px;
    padding: 8px;
    font-size: 16px;
    color: gray;
}
.goods .categories {
    font-size: 20px;
}
.goods .centernav{
    font-weight: 400;
    margin: 0 -15px;
    margin-top: 50px;
    display: inline-flex
}
.goods #st li{
    cursor: pointer;
    padding: 10px;
    display: inline-block;
    position: relative;
    top: -10px;
}
.goods #st li:hover{
    color: #c4a83f;
}

.goods .products-list {
    margin: -40px -15px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.goods .products-list .el {
    color: #333;
    transition: .3s;
    padding: 10px;
    margin: 30px -10px 0;
    border-radius: 20px;
}

.goods .products-list .el:hover {
    box-shadow: 0 0 30px rgba(0,0,0,.2);
}

.goods .products-list .el img {
    width: 100%;
    border-radius: 20px;
    transition: .3s;
}

.center-f{
    margin: 5px;
    width: 370px;
    display: inline-flex;
    justify-content: center;
}
.goods .reting,
.mapstore .reting {
    margin: 10px 0;
    position: relative;
    list-style: none;
    width: 120px;
    height: 24px;
    background: url("img-1/star.png");
}
.goods .reting li,
.mapstore .reting li {
    float: left;
    height: 23px;
}
.goods .reting li.active,
.mapstore .reting li.active {
    z-index: 1;
    width: 20%;
    background: url("img-1/star1.png");
}
.goods .reting li span[class*="star"],
.mapstore .reting li span[class*="star"] {
    position: absolute;
    z-index: 5;
    display: block;
    width: 20px;
    height: 20px;
}
.goods .reting li span.star1,
.mapstore .reting li span.star1 {
    left: 0;
}
.goods .reting li span.star2,
.mapstore .reting li span.star2 {
    left: 24px;
}
.goods .reting li span.star3,
.mapstore .reting li span.star3 {
    left: 44px;
}
.goods .reting li span.star4,
.mapstore .reting li span.star4 {
    left: 68px;
}
.goods .reting li span.star5,
.mapstore .reting li span.star5 {
    left: 92px;
}
.goods .position{
    position: relative;
    left: 200px;
}
.goods .products-list .el .plushka,
.mapstore .plushka {
    border: none;
    color: white;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 5px;
    margin: 10px 2px;
}
.goods .products-list .el .sale,
.mapstore .plushka.sale {
    background-color: #e24040;
}
.goods .products-list .el .hit,
.mapstore .plushka.hit {
    background-color: #9113ff;
}
.goods .name {
    font-size: 16px;
    text-decoration: underline;
    padding-top: 1px;
    color: #333;
}
.goods .name:hover {
    text-decoration: none;
}
.goods .price{
    margin-top: 10px;
}
.goods .seo-text {
    font-weight: 300;
    line-height: 1.4em;
    font-size: 16px;
}
.goods {
    padding-bottom: 50px;
}
.goods #projects .centernav {
    justify-content: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding-bottom: 0;
    margin: 50px 0;
}
.goods #projects .centernav a {
    font-size: 18px;
}
.goods .products-list .el button{
    cursor: pointer;
    font-size: 18px;
    background-color: white;
    color: black;
    border: 1px solid #555555;
    border-radius: 8px;
    margin: 6px 0;
    padding: 5px 15px;
    transition: .3s;
}

.goods .products-list .el button:hover {
    background-color: #e24040;
    color: #fff;
}

.fullscreen-promo {
    height: 750px;
    background-image: url('img/promo-bg.jpg');
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

.fullscreen-promo .box {
    background-color: rgba(231, 231, 231, .8);
    border-radius: 12px;
    padding: 35px 10px;
    width: 480px;
    height: 360px;
    text-align: center;
    margin-top: 270px;
}

.fullscreen-promo .box h2 {
    font-size: 24px;
    font-family: "Myriad Pro";
    color: rgb(244, 66, 54);
}

.fullscreen-promo .box h3 {
    font-size: 18px;
    font-family: "Myriad Pro";
    color: rgb(2, 2, 2);
    margin: 25px 0 30px;
}

.fullscreen-promo .box .btn {
    width: 250px;
    height: 52px;
    line-height: 56px;
    padding: 0;
    display: inline-block;
    margin-top: 20px;
}


/*Project*/

nav.projects{
    margin: auto;
    width: 800px;
    height: 100px;
}
.centernav{
    background-color: #fff;
    font-size: 14px;
    margin-top: -20px;
    padding-bottom: 40px;
}

.centernav a{
    color: #e1c455;
    text-align: center;
    font-size: 20px;
    margin: 0 15px;
    text-decoration: underline;
}

.centernav a:hover{
    text-decoration: none;
}
.project__section {
    text-align: center;
}
.project__section .images {
    margin-top: -20px;
}
.project__section .images a.el {
    margin-top: 30px;
    display: inline-block;
    height: 250px;
    border-radius: 40px;
    overflow: hidden;
    transition: .3s;
}
.project__section .images a.el:hover {
    box-shadow: 0 0 30px rgba(0,0,0,.2);
}
.project__section .images a.el img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}

.project__section .images a.el:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1)
}
.modal{
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.65);
}
.content{
    /*background-size: 100%;*/
    /*background-repeat: no-repeat;*/
    /*background-color: aliceblue;*/
    /*margin: 15% auto;*/
    /*padding: 20px;*/
    /*border: 1px solid #899aba;*/
    /*width: 900px;*/
    /*height: 605px;*/
    /*border-radius: 20px;*/
    /*background-image:none;*/

}
#content-img{
    border-radius: 20px;
    position: absolute;
    margin-top: -21px;
    margin-left: -21px
}


.visible-mob {
    display: none;
}

.portfolio .el a {
    display: inline-block;
    transition: .3s;
    border-radius: 20px;
    overflow: hidden;
}

.portfolio .el a:hover {
    box-shadow: 0 0 30px rgba(0,0,0,.2);
}

.portfolio .el a p {
    transition: .3s color;
    padding-left: 15px;
}

.portfolio .el a .wrap-img {
    height: 300px;
    overflow: hidden;
    position: relative;
    display: block;
}

.portfolio .el a img {
    width: 100%;
    height: 100%;
    transition: .3s;
    object-fit: cover;
}

.portfolio .el a:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1)
}


@media only screen and (max-width:1200px) {
    .fs-slides .owl-slide .owl--text {
        font-size: 44px;
    }
    .mapstore .block-img .thmbs a {
        width: calc(100% / 3 - 12.5px);
    }
    .project__section .images a.el {
        height: 200px;
    }
    .btn,
    .header .header__wrapper .nav .nav__list .nav__item .nav__link {
        font-size: 15px
    }
    .top__header .top__header-wrapper .top__header-contacts li .top__header-contacts--phone {
        font-size: 20px
    }
    .top__header_logo img {
        max-width: 85%
    }
    .our__services .services__item,
    .portfolio__list .portfolio__item {
        width: 300px;
        height: 220px
    }
    .portfolio__list a {
        height: 220px
    }
    .section__title {
        padding: 40px 0 43px
    }
    h2 {
        font-size: 34px
    }
    .footer {
        font-size: 13px
    }
    .top__header .top__header-wrapper .top__header-contacts {
        margin-right: 0
    }
    .fs-slides .owl-slide {
        padding: 250px 70px 0
    }
}

@media only screen and (max-width:992px) {
    .fs-slides .owl-slide .owl--text {
        font-size: 32px;
        line-height: 50px;
    }
    .fs-slides .owl-slide {
        padding: 200px 20px 0;
        min-height: 510px;
    }
    ul.left-menu .rubric {
        width: 100%;
        max-width: 300px;
    }
    ul.left-menu .rubric {
        font-size: 16px;
    }
    ul.left-menu ul {
        padding: 0 15px;
    }
    ul.left-menu ul li a {
        font-size: 15px;
    }
    .block-img {
        padding-right: 0;
    }
    .centernav a {
        font-size: 16px;
    }
    ul.left-menu li a {
        font-size: 18px;
    }
    .our__services .services__item {
        margin-bottom: 15px
    }
    .footer .footer__nav {
        margin-top: 30px
    }
    .questions #callback__form .btn,
    .questions #callback__form .name,
    .questions #callback__form .phone {
        width: auto
    }
    .questions .section__title span {
        font-size: 20px
    }
    .header .header__wrapper,
    .top__header_address {
        display: none
    }
    .top__header {
        background: #fff
    }
    p {
        font-size: 16px
    }
    .our__services .services__item h3,
    .services__item:hover:after,
    .services__item:hover:before {
        opacity: 1
    }
    .portfolio__list .portfolio__item span {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
    .portfolio__list .portfolio__item span {
        left: 0
    }
    .our__services .services__item:before,
    .portfolio__list .portfolio__item:before {
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(1, 1, 1, .5)), to(transparent));
        background-image: -webkit-linear-gradient(bottom, rgba(1, 1, 1, .5) 0, transparent 100%);
        background-image: -o-linear-gradient(bottom, rgba(1, 1, 1, .5) 0, transparent 100%);
        background-image: linear-gradient(to top, rgba(1, 1, 1, .5) 0, transparent 100%);
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 9
    }
    .timeline-vertical__img img {
        max-width: 240px
    }
    .portfolio__list .portfolio__item .portfolio__descr {
        top: 30%
    }
    .tab-slider--trigger {
        width: 49%
    }
    .qa__form_wrap {
        padding: 0
    }
    .vacancies__item {
        margin-bottom: 50px
    }
}

@media only screen and (max-width:768px) {
    .goods {
        margin-top: -30px;
    }
    .products-list {
        margin-top: 0;
    }
    #projects .centernav a {
        font-size: 16px;
    }
    #st li {
        padding: 0;
        top: 0;
    }
    .products-list .el,
    .products-list .el p {
        font-size: 18px;
    }
    .mapstore .wrap-cont .name {
        margin-top: 30px;
    }
    .position-m a span {
        font-size: 14px;
    }
    .portfolio .el a img {
        height: 200px;
    }
    .text-portf {
        font-size: 14px;
    }
    .hidden-mob {
        display: none;
    }
    .visible-mob {
        display: block;
    }
    ul.left-menu {
        text-align: center;
        margin-bottom: 40px;
    }
    .top__header .top__header-wrapper .top__header_contacts .top__header-social {
        display: none
    }
    .top__header .top__header-wrapper .top__header_contacts li .top__header_contacts--phone {
        font-size: 18px
    }
    .top__header .top__header-wrapper .top__header_contacts .btn__call-me {
        font-size: 16px
    }
    .top__header>.container {
        width: 100%
    }
    .entry__content-text p {
        line-height: 25px
    }
    .advantage__item {
        margin-bottom: 30px
    }
    .our__services .services__item,
    .portfolio__list .portfolio__item {
        margin: 0 auto 30px
    }
    .our__services {
        padding-bottom: 30px
    }
    .footer .footer__contacts {
        padding-left: 25px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 20px
    }
    .footer .footer__contacts .footer__contacts_social {
        margin-top: 10px
    }
    .footer .footer__contacts .footer__contacts_social li {
        margin-right: 10px
    }
    .reviews .review__text {
        padding: 65px 60px 0
    }
    .questions #callback__form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .questions #callback__form .form-group {
        width: 100%;
        margin: 0 auto 20px
    }
    .questions #callback__form .form-group button,
    .questions #callback__form .form-group input {
        width: 100%
    }
    .questions #callback__form .name,
    .questions #callback__form .phone {
        margin-right: 0
    }
    .questions .question__form-wrap {
        padding-bottom: 30px
    }
    .advantage-list {
        padding: 50px 20px 45px
    }
    .timeline-vertical__img img {
        max-width: 160px
    }
    .fs-slides .owl-slide .owl--text {
        font-size: 45px;
        line-height: 50px
    }
    .fs-slides .owl-slide {
        padding: 190px 15px 0;
        min-height: 700px
    }
    #count-popup #countForm {
        padding: 30px
    }
    #count-popup #countForm .count-form-header h3 {
        font-size: 25px
    }
    #count-popup #countForm .count-form-header h3>br {
        display: none
    }
    #count-popup #countForm .num__q_steps {
        font-size: 20px
    }
    #count-popup .space_information-content .form-group label,
    #count-popup .timelimits_information-content .form-group label,
    #count-popup .type__job_information-content .form-group label,
    #count-popup .type__job_room-content .form-group label,
    #count-popup .type__job_services-content .form-group label {
        font-size: 16px
    }
    .tab-slider--trigger {
        width: 100%;
        margin-bottom: 15px;
        border-bottom: 0
    }
    #vacancies .vacancies__wrap .vacancies__list .vacancies__img {
        width: 200px;
        height: 200px
    }
    #vacancies .vacancies__wrap .vacancies__list .vacancies__title h3 {
        font-size: 22px
    }
    #vacancies {
        padding-bottom: 20px
    }
}

@media only screen and (max-width:576px) {
    .fullscreen-promo .row {
        flex-direction: unset !important;
    }
    .fullscreen-promo {
        height: auto;
    }
    .fullscreen-promo .box {
        width: 100%;
        height: auto;
        margin: 150px 0;
    }
    .countdownHolder {
        width: 100% !important;
    }
    .mapstore .wrap-cont .name {
        font-size: 36px;
    }
    .mapstore .wrap-cont {
        text-align: center;
    }
    .portfolio .el a img,
    .project__section .images a.el {
        height: auto;
    }
    .centernav a {
        font-size: 14px;
        margin: 0 5px;
    }
    .text-portf {
        font-size: 16px;
    }
    .position-m {
        display: block;
        height: auto;
    }
    .position-m a {
        display: block;
        width: 100%;
        border: none !important;
        line-height: 40px;
    }
    .white-popup {
        padding: 35px 10px 20px
    }
    .top__header_logo img {
        max-width: 215px
    }
    #mobile-menu.opening {
        top: 136px
    }
    #fullscreen-slides .owl-item img {
        max-width: 200%
    }
    .timeline-vertical__row_inverse .timeline-vertical__img,
    .timeline-vertical__title {
        padding-left: 30px
    }
    .timeline-vertical__img {
        padding-right: 30px
    }
    .timeline-vertical__row_inverse .timeline-vertical__title {
        padding-right: 30px
    }
    #contacts .contacts__wrap_text {
        padding: 0 15px
    }
    .qa__form_wrap .form-group-top input {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-bottom: 20px;
        width: 100%
    }
    .qa__form_wrap #qa-form .form-group {
        margin-bottom: 0
    }
    .qa__form_wrap #qa-form .form-group .btn-submit {
        margin: 20px auto 0
    }
    #vacancies .vacancies__wrap {
        padding: 0
    }
}

@media only screen and (max-width:480px) {
    .mapstore .type {
        font-size: 18px;
        margin: 0 30px;
    }
    .vis-480 {
        display: block;
    }
    .service-cont {
        line-height: 1.5em;
    }
    #count-popup #countForm {
        padding: 10px
    }
    .fs-slides .owl-slide .owl--text {
        font-size: 36px;
        line-height: 36px
    }
    .fs-slides .owl-slide .owl--text br {
        display: none
    }
    .fs-slides .owl-slide .btn-calc {
        font-size: 18px
    }
    .timeline-vertical__row_inverse .timeline-vertical__img,
    .timeline-vertical__title {
        padding-left: 15px
    }
    .timeline-vertical__img {
        padding-right: 15px
    }
    .timeline-vertical__row_inverse .timeline-vertical__title {
        padding-right: 15px
    }
    .timeline-vertical__img img {
        max-width: 125px
    }
    .timeline-vertical__title h3 {
        font-size: 16px
    }
    .fs-slides .owl-slide {
        padding: 120px 15px 0;
        min-height: 600px
    }
    .top__header .top__header-wrapper .top__header_contacts {
        display: none
    }
    .top__header .top__header-wrapper {
        min-height: 80px
    }
    #mobile-menu.opening {
        top: 80px
    }
    .timeline-vertical__row:nth-child(2n) .timeline-vertical__title {
        padding-left: 0
    }
}

@media only screen and (max-width:360px) {
    .footer .footer__nav ul {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
    #_404 {
        font-size: 15px;
    }
    .centernav a {
        font-size: 12px;
    }
}

@media only screen and (min-width:993px) {
    .menu-toggle {
        display: none
    }
}

@media only screen and (min-width:992px) {
    p {
        font-size: 16px
    }
    .top__header-call {
        display: block
    }
}

@media screen and (max-width:800px) {
    #_404 ul {
        display: block;
        text-align: center;
        margin-top: 20px;
    }
}

.text-center p {
    margin: 15px 0;
}
.text-justify p {
    text-indent: 20px;
    text-align:justify;
}
.seotext {text-align: justify;}
.seotext p {text-indent: 20px;}
.seotext h2 {text-align: center;}
.seotext ul li {
    margin: 0;
    padding: 0;
    list-style-type: disc;
    list-style-position: inside;
    font-weight: 300;
    line-height: 30px;
    font-family: Roboto, sans-serif;
}
.seotext ul {margin-left: 40px;}
.wpcf7-form .form-group {margin-bottom: 20px;}
#wpcf7-f236-o1 {width: 70%;     margin: 0 auto;}
#wpcf7-f236-o1 .wpcf7-form-control-wrap {margin-bottom: 20px;}
.form-group textarea {border: 1px solid #000;
    padding: 15px 15px 15px 30px;
    font-size: 20px;
    font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 100%;}
.text-757 input, .email-993 input {width: 49%;}
.recapcha {display: flex;
    align-items: center;
    justify-content: center;}
#wpcf7-f236-o1  .form-group-politics {    display: inline-flex;}
#wpcf7-f236-o1 .btn {width: 50%; margin: 0 auto;}
.btn-service {
    background-color: #ff4032;
    -webkit-border-radius: 12px;
    border-radius: 0px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 7px 20px 7px;
    display: inline;
    width: 100%;
    text-align: center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.service-border {
    border: 2px double black;
    border-style: dashed;
}
#left-menu li {position: relative}
#left-menu li div {
    position: absolute;
    top: 30px;
    right: 110px;
    border: 0px;
    padding: 0px;
    margin: 0px;
}
#left-menu ul li {
    list-style:none;
    position:static;
}
#left-menu li.sub_cat_list {position: relative}
#left-menu li.sub_cat_list div {
    position: absolute;
    top: 30px;
    right: 65px;
    border: 0px;
    padding: 0px;
    margin: 0px;
}
.questions #wpcf7-f243-o1 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.questions #wpcf7-f243-o1 .name, .questions #wpcf7-f243-o1 .phone {
    margin-right: 20px;
    width: 250px;
}
.questions #wpcf7-f243-o1 .btn {
    padding: 4px 10px 0;
    line-height: 50px;
    width: 220px;
}
.questions #wpcf7-f243-o1 .wpcf7-form-control-wrap {display: inline-block;}
.container h2 {padding: 20px 0;}
#Soother {    position: relative; height:211px;}
.thanks-social-in, .thanks-social-fb	{    display: inline-block;
    vertical-align: middle;
    width: 34px;
    height: 34px;
    background-color: #ababab;
    -webkit-border-radius: 17px;
    border-radius: 17px;
    text-align: center;}
.thanks-social-in i, .thanks-social-fb i	{
    color: #fff;
    font-size: 17px;
    margin-top: 8px;
}
#site-name {
    font-size:30px;
    color:#f44235;
}
#h1 {
    padding-top:25px;
    font-size:36px;
}