a, a:active, a:hover {
    text-decoration: underline
}

.bBtn, .bBtn:hover, a:focus {
    text-decoration: none
}

a, h1 {
    color: #fbbb00
}

.gform_title, h1, h2 {
    font-style: italic
}

b, h1, h2, strong {
    font-weight: 800
}

.bNav:after, .row:after {
    clear: both
}

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

.bBtn, .eNav_item, .mUpperCase {
    text-transform: uppercase
}

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

html {
    font-size: 14px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Open Sans', sans-serif;
    padding-top: 223px;
    -webkit-transition: padding .4s ease;
    transition: padding .4s ease
}

html.isFixedHeader {
    padding-top: 138px
}

body {
    position: relative;
    color: #454444;
    overflow-y: scroll
}

.bContent, .bNavBtn, .bNavWrap, .bRVideo, .bTInputWrap, .bTabs, .eSImg_img, .eTabs_item {
    overflow: hidden
}

::-moz-selection {
    background: #faba00
}

::selection {
    background: #faba00
}

a {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

a:focus {
    outline: 0
}

img {
    border: 0
}

p {
    line-height: 1.6;
    margin: 0 0 22px
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 10px;
    line-height: 1.4
}

h1 {
    font-size: 17px;
    margin-bottom: 3px
}

h2 {
    font-size: 14px;
    color: #939da4
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1.3
}

.bTInput, .bTextArea {
    position: relative;
    line-height: normal;
    z-index: 2;
    box-shadow: none;
    width: 100%;
    outline: 0
}

.bContent {
    min-width: 320px;
    position: relative
}

.bWrap {
    max-width: 1200px;
    margin: 0 auto;
    position: relative
}

.eWrap_inner {
    padding: 0 20px
}

@media only screen and (max-width: 1028px) {
    html, html.isFixedHeader {
        padding-top: 82px
    }

    .bWrap {
        padding: 0 20px
    }

    .eWrap_inner {
        padding: 0
    }
}

@media only screen and (max-width: 580px) {
    .bWrap {
        padding: 0 10px
    }
}

@media only screen and (max-width: 320px) {
    h1, h2, h3, h4, h5, h6 {
        font-size: 16px
    }
}

.bTInputWrap {
    position: relative;
    margin-bottom: 28px;
    background: #b2a8a2
}

.gform_wrapper, .validation_error {
    margin-bottom: 20px
}

.bTInputWrap.mError .bTextArea, .bTInputWrap.mError .bTextInput {
    border: 1px solid #fbbb00
}

.bTInputWrap.jsAnimate .bLabel {
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%)
}

label {
    display: none
}

.bLabel, .bTInput, .bTextArea {
    display: block;
    font-size: 16px;
    font-weight: 500
}

.bTInput {
    padding: 0 20px;
    border: 0;
    border: 1px solid #000;
    height: 48px;
    color: #000;
    background: #FFF
}

.bTInput::-moz-placeholder {
    color: #000;
    opacity: 1
}

.bTInput:-ms-input-placeholder {
    color: #000
}

.bTInput::-webkit-input-placeholder {
    color: #000
}

.bTInput:focus {
    background: 0 0
}

.bTInput[disabled] {
    background: #e8e8e8;
    border-color: #d9d7d7;
    color: #c9c9c9
}

.bTextArea {
    resize: vertical;
    min-height: 318px;
    padding: 10px 20px;
    border: 0;
    border-bottom: 1px solid #000;
    color: #000;
    background: #FFF
}

.bTextArea::-moz-placeholder {
    color: #000;
    opacity: 1
}

.bTextArea:-ms-input-placeholder {
    color: #000
}

.bTextArea::-webkit-input-placeholder {
    color: #000
}

.bTextArea:focus {
    background: 0 0
}

.bTextArea[disabled] {
    background: #e8e8e8;
    border-color: #d9d7d7;
    color: #c9c9c9
}

.bBtn, .bBtn:hover {
    background: #fbbb00
}

.bLabel {
    position: absolute;
    left: 20px;
    top: 0;
    height: 48px;
    line-height: 48px;
    color: #857874;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1
}

.bBtn {
    display: inline-block;
    position: relative;
    text-align: center;
    outline: 0;
    border: 0;
    cursor: pointer;
    padding: 0 15px;
    font-size: 14px;
    height: 36px;
    line-height: 36px -2;
    color: #fff;
    box-shadow: none;
    white-space: nowrap;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    min-width: 165px;
    font-weight: 700
}

.bBtn:hover {
    color: #FFF
}

.bBtn.mBtnBlock {
    display: block;
    width: 100%
}

.bBtn.disabled, .bBtn[disabled] {
    border-color: #ccc;
    background: #e4e4e4;
    color: #b0b0b0;
    text-shadow: none;
    cursor: default
}

.bBtn.disabled:active, .bBtn.disabled:hover, .bBtn[disabled]:active, .bBtn[disabled]:hover {
    border-color: #ccc;
    text-shadow: none;
    background: #e4e4e4;
    color: #b0b0b0;
    box-shadow: inset 0 0 0 1px #ccc
}

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

.row:after, .row:before {
    content: "";
    display: table
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 580px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left
    }

    .col-sm-1 {
        width: 8.33333%
    }

    .col-sm-2 {
        width: 16.66667%
    }

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

    .col-sm-4 {
        width: 33.33333%
    }

    .col-sm-5 {
        width: 41.66667%
    }

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

    .col-sm-7 {
        width: 58.33333%
    }

    .col-sm-8 {
        width: 66.66667%
    }

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

    .col-sm-10 {
        width: 83.33333%
    }

    .col-sm-11 {
        width: 91.66667%
    }

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

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

    .col-sm-pull-1 {
        right: 8.33333%
    }

    .col-sm-pull-2 {
        right: 16.66667%
    }

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

    .col-sm-pull-4 {
        right: 33.33333%
    }

    .col-sm-pull-5 {
        right: 41.66667%
    }

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

    .col-sm-pull-7 {
        right: 58.33333%
    }

    .col-sm-pull-8 {
        right: 66.66667%
    }

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

    .col-sm-pull-10 {
        right: 83.33333%
    }

    .col-sm-pull-11 {
        right: 91.66667%
    }

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

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

    .col-sm-push-1 {
        left: 8.33333%
    }

    .col-sm-push-2 {
        left: 16.66667%
    }

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

    .col-sm-push-4 {
        left: 33.33333%
    }

    .col-sm-push-5 {
        left: 41.66667%
    }

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

    .col-sm-push-7 {
        left: 58.33333%
    }

    .col-sm-push-8 {
        left: 66.66667%
    }

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

    .col-sm-push-10 {
        left: 83.33333%
    }

    .col-sm-push-11 {
        left: 91.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left
    }

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

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

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

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

    .col-md-5 {
        width: 41.66667%
    }

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

    .col-md-7 {
        width: 58.33333%
    }

    .col-md-8 {
        width: 66.66667%
    }

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

    .col-md-10 {
        width: 83.33333%
    }

    .col-md-11 {
        width: 91.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1028px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left
    }

    .col-lg-1 {
        width: 8.33333%
    }

    .col-lg-2 {
        width: 16.66667%
    }

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

    .col-lg-4 {
        width: 33.33333%
    }

    .col-lg-5 {
        width: 41.66667%
    }

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

    .col-lg-7 {
        width: 58.33333%
    }

    .col-lg-8 {
        width: 66.66667%
    }

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

    .col-lg-10 {
        width: 83.33333%
    }

    .col-lg-11 {
        width: 91.66667%
    }

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

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

    .col-lg-pull-1 {
        right: 8.33333%
    }

    .col-lg-pull-2 {
        right: 16.66667%
    }

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

    .col-lg-pull-4 {
        right: 33.33333%
    }

    .col-lg-pull-5 {
        right: 41.66667%
    }

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

    .col-lg-pull-7 {
        right: 58.33333%
    }

    .col-lg-pull-8 {
        right: 66.66667%
    }

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

    .col-lg-pull-10 {
        right: 83.33333%
    }

    .col-lg-pull-11 {
        right: 91.66667%
    }

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

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

    .col-lg-push-1 {
        left: 8.33333%
    }

    .col-lg-push-2 {
        left: 16.66667%
    }

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

    .col-lg-push-4 {
        left: 33.33333%
    }

    .col-lg-push-5 {
        left: 41.66667%
    }

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

    .col-lg-push-7 {
        left: 58.33333%
    }

    .col-lg-push-8 {
        left: 66.66667%
    }

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

    .col-lg-push-10 {
        left: 83.33333%
    }

    .col-lg-push-11 {
        left: 91.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gform_validation_container, .validation_message {
    display: none
}

.validation_error {
    color: #FFF
}

.gform_title {
    color: #fbbb00;
    font-size: 17px;
    margin-bottom: 23px
}

.gfield {
    margin-bottom: 12px
}

.gfield.gfield_error input[type=text], .gfield.gfield_error input[type=email], .gfield.gfield_error select, .gfield.gfield_error textarea {
    border: 1px solid #fbbb00
}

.gfield.gfield_error .ginput_container {
    margin-bottom: 3px
}

.gfield.gfield_error .validation_message {
    display: block;
    font-size: 14px;
    color: #FFF
}

.ginput_container input, .ginput_container textarea {
    width: 100%;
    background: #67757e;
    color: #d1d2d4;
    font-size: 18px;
    font-weight: 700
}

.ginput_container input {
    display: block;
    height: 38px;
    border: 0;
    border-radius: 0;
    box-shadow: 0;
    padding: 0 19px;
    font-style: italic
}

.gform_button, .ginput_container textarea {
    display: block;
    border: 0;
    box-shadow: 0;
    font-style: italic
}

.ginput_container textarea {
    height: 185px;
    border-radius: 0;
    padding: 19px;
    resize: none
}

.gform_button {
    width: 193px;
    background: #fbbb00;
    outline: 0;
    border-radius: 0;
    color: #FFF;
    font-size: 20px;
    font-weight: 800;
    height: 50px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.gform_button:hover {
    background: #939da4;
    color: #67757e
}

.gform_button:active {
    background: #67757e;
    color: #939da4
}

.eLang_item, .eSubNav_item {
    color: #FFF;
    display: inline-block;
    text-decoration: none;
    vertical-align: middle
}

.bHeader {
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.bLogo, .bNavBtn {
    z-index: 101;
    cursor: pointer
}

.bHeader.isFixed .eHeader_inner {
    padding: 15px 0
}

.eHeader_inner {
    padding: 66px 0 49px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.bSubNav {
    background: #65737e;
    padding: 14px 7px 13px 0;
    font-size: 15px
}

.eSubNav {
    width: 70%;
    padding-left: 10px
}

.eSubNav_item {
    margin-right: 62px
}

.bLang {
    width: 30%;
    text-align: right;
    padding-right: 5px
}

.eLang_item {
    margin: 0 0 0 6px
}

.eLang_item:first-of-type {
    margin-left: 0
}

.eLang_sep {
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 11px;
    background: #FFF;
    margin: 0 0 0 6px
}

.bLogo {
    position: relative;
    display: block;
    width: 205px;
    height: 64px;
    margin-left: 18px;
    background: url(../img/logo.jpg) center no-repeat;
    background-size: contain;
    text-decoration: none
}

.bLogo:hover {
    text-decoration: none
}

.bNavBtn {
    display: none;
    position: absolute;
    right: 20px;
    top: 15px;
    width: 55px;
    height: 55px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #fbbb00
}

.bNavBtn.isActive {
    background: #4d585f
}

.eNavBtn_bar {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 50%;
    margin-top: -3px;
    height: 5px;
    background: #FFF;
    -webkit-transition: background 0s .3s;
    transition: background 0s .3s
}

.bAbsImage, .bImgTitle {
    right: 0;
    position: absolute
}

.eNavBtn_bar::after, .eNavBtn_bar::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 5px;
    background: #FFF;
    -webkit-transition: background 0s .3s;
    transition: background 0s .3s
}

.bNav, .eNav_link {
    position: relative
}

.eNavBtn_bar::after {
    bottom: -14px
}

.eNavBtn_bar::before {
    top: -14px
}

.bNavWrap {
    padding-top: 15px
}

.bNav {
    padding-left: 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.bNav:after, .bNav:before {
    content: "";
    display: table
}

.eNav_list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 24px
}

.eNav_item {
    margin: 0 45px 0 0;
    font-weight: 700
}

.eNav_item:last-child {
    margin-right: 0
}

.eNav_item.isActive .eNav_link {
    color: #4d585f
}

.eNav_link {
    display: inline-block;
    line-height: 1;
    text-decoration: none;
    color: #fbbb00;
    cursor: pointer;
    background: 0 0;
    border: 0;
    outline: 0;
    font-size: 14px;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
    font-weight: 700;
    letter-spacing: .11rem;
}

.eNav_link:hover {
    text-decoration: none;
    color: #939da4
}

.eNav_link:active {
    color: #4d585f
}

@media only screen and (max-width: 1240px) {
    .eNav_item {
        margin: 0 25px 0 0
    }

    .eNav_link {
        font-size: 13px
    }
}

@media only screen and (max-width: 1028px) {
    .bNavWrap, .bSubNav {
        position: fixed;
        left: 0
    }

    .bHeader {
        height: 82px
    }

    .bHeader.isFixed .eHeader_inner, .eHeader_inner {
        padding: 0
    }

    .bSubNav {
        top: 100%;
        height: 60px;
        width: 100%;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transition: -webkit-transform .8s ease;
        transition: -webkit-transform .8s ease;
        transition: transform .8s ease;
        transition: transform .8s ease, -webkit-transform .8s ease;
        z-index: 101;
        padding: 22px 0 21px
    }

    .bLang, .eSubNav {
        display: inline-block;
        width: auto;
        float: none
    }

    .bSubNav.jsShowNav {
        -webkit-transition-delay: .3s;
        transition-delay: .3s;
        -webkit-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
        transform: translate(0, -100%)
    }

    .eSubNav {
        padding-left: 35px
    }

    .eSubNav_item {
        margin-right: 40px
    }

    .bLang {
        text-align: left
    }

    .bLogo {
        background-image: url(../img/logo_mob.jpg);
        width: 196px;
        height: 38px;
        margin: 24px 0 0 35px
    }

    .bNavBtn {
        display: block
    }

    .bNavWrap {
        right: 0;
        top: 82px;
        bottom: 60px;
        -webkit-transform: translate(0, -120%);
        -ms-transform: translate(0, -120%);
        transform: translate(0, -120%);
        -webkit-transition: -webkit-transform .8s ease;
        transition: -webkit-transform .8s ease;
        transition: transform .8s ease;
        transition: transform .8s ease, -webkit-transform .8s ease;
        background: #FFF
    }

    .bNavWrap.jsShowNav {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .bNav {
        padding: 20px 0
    }

    .eNav_item {
        float: none;
        margin: 20px 0;
        padding: 0 0 0 55px
    }
}

@media only screen and (max-width: 768px) {
    .bLogo {
        margin: 24px 0 0
    }

    .eNav_item {
        padding: 0 0 0 20px
    }

    .eSubNav {
        padding-left: 0
    }
}

@media only screen and (max-width: 580px) {
    .eNav_item {
        padding: 0 0 0 10px
    }

    .eSubNav_item {
        margin-right: 20px
    }
}

.bSection {
    position: relative;
    padding: 45px 0
}

.bSection.mBgImage {
    min-height: 550px
}

.bSection.mBgImageAndText {
    color: #cccdce
}

.bSection.mWorker {
    padding: 78px 0 26px
}

.bSection.mFullWidthImage {
    padding: 0 0 20px
}

.bSection.mFullWidthImage img {
    margin-bottom: 20px
}

.bSection ul {
    margin: 30px 0
}

.bSection ul:last-of-type {
    margin-bottom: 0
}

.bSection li {
    position: relative;
    margin-bottom: 8px
}

.bSection li::after {
    content: ' ';
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    left: -12px;
    top: 5px;
    background: #fbbb00;
    border-radius: 6px
}

.bSection .bUnStyledList li::after {
    display: none;
    margin-bottom: 5px
}

.bSection h1 + p, .bSection h2 + p {
    margin-top: 21px
}

.bAbsImage {
    left: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center
}

.bImgTitle {
    width: 100%;
    max-width: 1200px;
    margin-left: -600px;
    bottom: 60px;
    left: 50%
}

.eImgTitle {
    color: #FFF;
    font-size: 62px;
    font-weight: 600;
    margin: 0;
    font-style: italic;
    letter-spacing: -.13rem
}

.eImgTitle span {
    display: inline-block;
    padding: 4px 30px 14px 16px;
    background: #fbbb00;
    line-height: 1.4;
    position: relative;
    top: -15px
}

.eImgTitle span:first-child {
    top: 0
}

@media only screen and (max-width: 1028px) {
    .bSection {
        position: relative;
        padding: 32px 0
    }

    .bSection.mBgImage {
        min-height: 550px;
        color: #cccdce
    }

    .bSection.mWorker {
        padding: 39px 0 13px
    }

    .bSection.mFullWidthImage {
        padding: 0 0 20px
    }

    .bSection.mFullWidthImage img {
        margin-bottom: 20px
    }

    .bImgTitle {
        position: relative;
        margin: 0;
        left: 0;
        bottom: 0
    }

    .eImgTitle {
        font-size: 48px;
        background: #fbbb00;
        padding: 10px 20px
    }

    .eImgTitle span, .eImgTitle span:first-child {
        line-height: 1;
        top: 0;
        padding: 0
    }

    .eImgTitle span {
        display: inline;
        background: 0 0;
        position: relative
    }
}

.bTabs, .eSImg_data {
    background: #4d585f
}

@media only screen and (max-width: 768px) {
    .eImgTitle {
        font-size: 36px
    }

    .bSection ul {
        padding-left: 12px
    }
}

@media only screen and (max-width: 580px) {
    .eImgTitle {
        font-size: 28px
    }
}

.bSImg {
    position: relative;
    display: block;
    margin-top: 18px
}

.eSImg_img {
    text-align: center
}

.eSImg_img img {
    display: block;
    width: 100%;
    height: auto
}

.eSImg_data {
    position: absolute;
    bottom: 25px;
    right: -20px;
    width: 87.5%;
    padding: 9px 17px;
    color: #d2d2d2
}

.eSImg_data h1 {
    margin: 0
}

.eSImg_data h2 {
    margin: 0 0 8px
}

.eSImg_data h1 + h2 {
    margin-top: -2px
}

.eSImg_data h1 + p, .eSImg_data h2 + p {
    margin: 8px 0
}

@media only screen and (max-width: 768px) {
    .bSImg {
        display: block;
        margin-top: 0;
        margin-bottom: 20px
    }

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

    .eSImg_data {
        position: relative;
        bottom: 0;
        right: 0;
        width: 100%
    }
}

.eTabs_header {
    display: table;
    width: 100%;
    table-layout: fixed
}

.eTabs_link {
    display: table-cell;
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    font-style: italic;
    color: #fbbb00;
    background: #67757e;
    text-decoration: none;
    padding: 20px 20px 14px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-right: 1px solid #4d585f
}

.eTabs_link:last-child {
    border-right: none
}

.eTabs_link:first-child {
    padding-left: 117px;
    text-align: left
}

.eTabs_link:hover {
    text-decoration: none
}

.eTabs_link.isActive {
    background: #4d585f;
    color: #cccdce
}

.eTabs_item {
    padding: 51px 117px 27px;
    color: #d2d2d2
}

.eTabs_item P {
    margin-bottom: 17px
}

.eTabs_title {
    display: none
}

@media only screen and (max-width: 1028px) {
    .eTabs_link:first-child {
        padding-left: 20px
    }

    .eTabs_item {
        padding: 51px 20px 27px
    }
}

@media only screen and (max-width: 768px) {
    .eTabs_header {
        display: none
    }

    .eTabs_header + .eTabs_item {
        padding-top: 0
    }

    .eTabs_item {
        display: block !important
    }

    .eTabs_title {
        display: block;
        text-align: center;
        font-size: 34px;
        font-weight: 700;
        font-style: italic;
        color: #fbbb00;
        background: #67757e;
        padding: 20px 20px 14px;
        margin: 0 -20px 20px
    }
}

.bImgIB, .eWorker_img_0, .eWorker_img_1 {
    display: inline-block;
    max-width: 100%
}

@media only screen and (max-width: 580px) {
    .eTabs_title {
        font-size: 24px
    }
}

.bWorker {
    margin-bottom: 50px;
    padding: 2px 0
}

.bWorker:hover .eWorker_img_1 {
    opacity: 1
}

.eWorker_img {
    font-size: 0;
    position: relative
}

.eProduct_downloadsTitle, .eWorker_name {
    font-size: 14px;
    font-style: italic;
    font-weight: 800
}

.eWorker_img_0 {
    height: auto
}

.eWorker_img_1 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    height: auto
}

.eWorker_data {
    color: #949494
}

.eWorker_data a {
    color: #949494;
    text-decoration: none
}

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

.eWorker_name {
    color: #454444;
    margin: -2px 0 20px
}

.eWorker_from {
    line-height: 1.3;
    font-weight: 800;
    font-style: italic;
    margin-bottom: 13px
}

.bContactData p, .eProduct_data, .eProduct_data p {
    line-height: 1.5
}

.eWorker_tel {
    margin-bottom: 20px
}

.eWorker_ico {
    margin-bottom: 7px;
    background-position: center;
    background-repeat: no-repeat
}

.eWorker_ico.mTel {
    width: 18px;
    height: 18px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAQ9JREFUeNpidHVxYYACGyCeDcRdQDyfgUiwa/duMM0E5VsD8WEg1gDiSUDMyEAiABlkDsRHkMR4gLicHIM2YhFvAGIRUg0SwyLODsQVpBp0HYfcKVIN2o1FPAOIV5Fq0DQs4u/ICexbQLwFTXwuEHOTahAIJKKJ8wLxXnIMegPESWhyoPS1jVSDGKDZYiKavCc0sYojiaUA8VJolsJqEAgUAPE6NDFraBJJgMYmKD9GQbPUbDdXV0mQIkakTIsMNgCxP5G++gzKCUw4JAOAeB6RBoEippcJj4JkIM4G4h9EGObMREABKLGqQ8MFF7ABlkn7mIiw7REQpwGxPhC3AfEJIP4EjQBLoCFHQYoAAgwAyacxmkSSciUAAAAASUVORK5CYII=)
}

.eWorker_ico.mMail {
    width: 20px;
    height: 14px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAOCAMAAAAYGszCAAAAmVBMVEVFRET///9FRERFRERFRERFRERFRERFRERFRERFRERFRERFRERFRERFRERFRERFRERFRERFRERFRERFRERFRERFRERFRERFRERFRERFRERFRERFRERFRERFRERFRERFRERFRERFRERFRERFRERFRERFRERFRERFRERFRERFRERFRERFRERFRERFRERFRERFRERFRERFRERFRERl8AL7AAAAMnRSTlMAAAQPERIWFxocHiwyRkdISVRXW1xgZGZreIKDjo+QkaustrfR1trb4uPw8fP2+Pr8/XC7l6oAAACPSURBVHjaZcjpEoFgAIbRN2QrSwhZEpWlL+G5/4szk2kK5+eRzR9bXu/2XdeuJwLFzYutABWECusLrQOFMjhpXd1aJ8hkgFTjz42UAqZMCtd5wMNxC+rEV9uYtnzqzIdTM5NmZjLMy8wgaS2A5RKYtxLIdCfSFiob68hd7HSkIbL2aDW48OXcX8l+8ePZeQNmMywDy21YBAAAAABJRU5ErkJggg==)
}

.bProduct {
    padding: 54px 0 3px
}

.bProduct:nth-of-type(even) {
    background: #ededed
}

.eProduct_header h1 + p, .eProduct_header h2 + p {
    margin-top: 21px
}

.eProduct_data {
    margin-top: -4px;
    padding: 28px 21px 7px;
    background: #4d585f;
    color: #d2d2d2
}

.eProduct_downloads {
    margin: 28px 0;
    padding: 0 20px
}

.eProduct_downloads li {
    margin-bottom: 5px;
    font-style: italic
}

.eProduct_downloadsTitle {
    color: #464648;
    margin-bottom: 7px
}

.eProduct_award {
    padding: 25px 0 0
}

.eProduct_award img {
    float: left;
    margin: 0 25px 25px 0
}

.bFooter {
    background: #4d585f;
    padding: 40px 0 30px;
    color: #FFF
}

.bFCopy, .bFCopy a {
    color: #939da4
}

.bFCopy {
    padding: 23px 0 20px;
    background: #3c454a
}

.bContactData h1 + p:first-of-type, .bContactData h2 + p:first-of-type {
    margin-top: 21px
}

.bContactData h2, .bContactData h3, .bContactData h4, .bContactData h5, .bContactData h6 {
    margin: 0
}

.eContactForm_tile, .eFNav_title {
    color: #fbbb00;
    font-size: 17px;
    margin-bottom: 23px;
    font-style: italic
}

.ico-phone {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAQ9JREFUeNpidHVxYYACGyCeDcRdQDyfgUiwa/duMM0E5VsD8WEg1gDiSUDMyEAiABlkDsRHkMR4gLicHIM2YhFvAGIRUg0SwyLODsQVpBp0HYfcKVIN2o1FPAOIV5Fq0DQs4u/ICexbQLwFTXwuEHOTahAIJKKJ8wLxXnIMegPESWhyoPS1jVSDGKDZYiKavCc0sYojiaUA8VJolsJqEAgUAPE6NDFraBJJgMYmKD9GQbPUbDdXV0mQIkakTIsMNgCxP5G++gzKCUw4JAOAeB6RBoEippcJj4JkIM4G4h9EGObMREABKLGqQ8MFF7ABlkn7mIiw7REQpwGxPhC3AfEJIP4EjQBLoCFHQYoAAgwAyacxmkSSciUAAAAASUVORK5CYII=)
}

.ico-success {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAVCAYAAABYHP4bAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAY1JREFUeNqslc0rRFEYh+fKR1FGiVKISIlSykJJ+Sz5zMJasrHgb7GxsZcFZaExIWSllJISTRNNruQjRZHMgt+p36nb6b5zP289Tfe8Z+5z33vO+x4rf5iI++oH82AZfOnB4pglfWAPVIAWMAa+VaAoRkkvSFGiM9sF5XGKekAaVBrjg2AnLlE3OABJIV4GrKiiLkqqhPgZmAJ/UUSdQO3ZaiF+zs3wGeXTtYMjUCPEL8Ao+NADbqKkh6SNklohfmlK3EQr4A3MCQ9ppaROiF+BEfBuBpyiJbDKIt4As8bcZnAM6gXJNRjmiyYk0SJYU9vQ0TE2wSTvGylpECS3YAi8St9biTrAukOir1KwDRYoaRKekWFhPhdaWAtNtQS/W2A6xO7LggFge01UGeW5+KmAkntmYvuZrNfol4uf9inJMZMHv2/l3HVatu/xH5uZ5IKkb9bRD2XScfjITO6CLqZbZ1AH1Qw4McafmEk2TM+Sep2STYBT3r+wTjJhO3Chpqpk46wxJbmJcp78CzAA+ydKdJ9DDOcAAAAASUVORK5CYII=)
}

.bFNav {
    font-style: italic;
    font-weight: 800
}

.eFNav_item {
    margin-bottom: 24px
}

.eFNav_link {
    text-decoration: none
}

@media only screen and (max-width: 768px) {
    .bContactForm {
        margin-bottom: 40px
    }
}

.bImgB {
    display: block;
    width: 100%;
    height: auto
}

.bRVideo {
    position: relative;
    height: 0
}

.bRVideo.m3n4 {
    padding-bottom: 67.5%
}

.bRVideo.m16n9 {
    padding-bottom: 56.25%
}

.bRVideo embed, .bRVideo iframe, .bRVideo object, .bRVideo video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

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

.eAsTable_cell {
    display: table-cell;
    vertical-align: middle
}

.mCentered {
    float: none !important;
    margin: 0 auto !important
}

.bImgLeft, .bImgRight {
    margin-bottom: 30px;
    margin-top: 2px
}

.mLeft {
    float: left
}

.mRight {
    float: right
}

.bImgLeft {
    float: left;
    margin-right: 20px
}

.bImgRight {
    float: right;
    margin-left: 20px
}

.mTCenter {
    text-align: center
}

.mTRight {
    text-align: right
}

.mTLeft {
    text-align: left
}

.mUnderline {
    text-decoration: underline
}

.mLowerCase {
    text-transform: none
}

.mVAMiddle {
    display: inline-block;
    vertical-align: middle
}

.p0 {
    padding: 0
}

.m0 {
    margin: 0
}

.mb30 {
    margin-bottom: 30px
}

.mb50 {
    margin-bottom: 50px
}

.mHideOnPC {
    display: none
}

@media only screen and (max-width: 1028px) {
    .mHideOnMobile {
        display: none
    }

    .mHideOnPC {
        display: block
    }
}