@import url(https://fonts.googleapis.com/css2?family=Ubuntu:wght@700&display=swap);
* {
    margin: 0;
    outline: 0;
    padding: 0;
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
dl,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul {
    margin: 0;
}
ul li {
    list-style: none;
}
p {
    margin: 0;
}
img {
    max-width: 100%;
    height: auto;
    font-style: italic;
}
table img {
    max-width: none;
}
hr {
    border: 0;
    border-top: 1px solid #e6e6e6;
    margin: 20px 0;
}
a {
    color: #009ac5;
}
a,
a:hover {
    text-decoration: none;
}
a:hover {
    color: #0086ac;
}
svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
    pointer-events: none;
}
button:focus {
    outline: none;
}
html {
    font-size: 10px;
}
html.no-scroll {
    overflow: hidden;
}
body {
    min-width: 320px;
    position: relative;
    color: #4e4e4e;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 1.4;
}
.wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}
html.ie .wrap {
    display: block;
}
.main {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
@media (max-width: 575.98px) {
    .container {
        padding-left: 25px;
        padding-right: 25px;
    }
}
.icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.icon--barb-arrow-left {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@media print {
    *,
    :after,
    :before {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        -webkit-print-color-adjust: exact;
        color-adjust: exact;
    }
    body {
        background-color: #fff;
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    blockquote,
    h2,
    h3,
    pre {
        page-break-after: avoid;
    }
    html.firefox .row,
    html.firefox .wrap {
        display: block !important;
    }
    html.firefox .row > * {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .container {
        max-width: 1320px;
    }
}
.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    max-width: 100%;
    min-height: 40px;
    padding: 0.3571428571em 1.0714285714em;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    outline: none;
    border: none;
}
.btn[disabled] {
    opacity: 0.7;
    pointer-events: none;
}
.btn__loader {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 22px;
    margin-top: -11px;
    margin-left: -11px;
    -webkit-animation: spinner 1s linear infinite;
    animation: spinner 1s linear infinite;
}
.btn__loader-in,
.btn__loader-in:before {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.btn__loader-in {
    left: 50%;
    overflow: hidden;
}
.btn__loader-in:before {
    content: "";
    left: -50%;
    border-radius: 100%;
    -webkit-box-shadow: inset 0 0 0 2px currentColor;
    box-shadow: inset 0 0 0 2px currentColor;
}
.btn.is-loading {
    pointer-events: none;
}
.btn.is-loading > :not(.btn__loader) {
    opacity: 0;
}
.btn.is-loading .btn__loader {
    display: block;
}
.btn--size-lg {
    min-height: 50px;
    padding: 0.7em 2em;
}
@media (min-width: 768px) {
    .btn--size-lg {
        font-size: 16px;
    }
}
.btn--w-100 {
    min-width: 100px;
}
.btn--w-180 {
    min-width: 180px;
}
.btn--w-250 {
    min-width: 250px;
}
.btn--animate-slide {
    overflow: hidden;
}
.btn--animate-slide:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-animation: btnSlide 2.5s infinite;
    animation: btnSlide 2.5s infinite;
}
html body .bvi-body .btn--animate-slide:before {
    content: none;
}
.btn--animate-slide span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
.btn--type-1 {
    color: #fff;
    background-color: #f39300;
}
.btn--type-1:hover {
    color: #fff;
    background-color: #ffa00e;
}
.btn--type-2 {
    color: #fff;
    background-color: #009ac5;
}
.btn--type-2:before {
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, rgba(60, 206, 248, 0.7)), to(transparent));
    background-image: -o-linear-gradient(left, transparent 0, rgba(60, 206, 248, 0.7) 50%, transparent 100%);
    background-image: linear-gradient(90deg, transparent 0, rgba(60, 206, 248, 0.7) 50%, transparent);
}
.btn--type-2:hover {
    color: #fff;
    background-color: #00aedf;
}
.btn--type-3 {
    color: #3e3e3e;
    background-color: #f6f6f6;
}
.btn--type-3:hover {
    color: #fff;
    background-color: #009ac5;
}
.btn--type-3.is-disabled {
    opacity: 1;
}
.btn--type-4 {
    color: #fff;
    background-color: #91d554;
}
.btn--type-4:hover {
    color: #fff;
    background-color: #7ccd33;
}
@-webkit-keyframes btnSlide {
    50% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}
@keyframes btnSlide {
    50% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}
html body .bvi-body .btn {
    -webkit-filter: none !important;
    filter: none !important;
}
html body .bvi-body .btn__loader-in:before {
    -webkit-box-shadow: inset 0 0 0 2px currentColor !important;
    box-shadow: inset 0 0 0 2px currentColor !important;
}
html body .bvi-body[data-bvi-theme="white"] .btn {
    color: #fff !important;
    background: #000 !important;
    text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme="white"] .btn * {
    color: #fff !important;
    background: none !important;
}
html body .bvi-body[data-bvi-theme="black"] .btn {
    color: #000 !important;
    background: #fff !important;
    text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme="black"] .btn * {
    color: #000 !important;
    background: none !important;
}
html body .bvi-body[data-bvi-theme="blue"] .btn {
    color: #9dd1ff !important;
    background: #063462 !important;
    text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme="blue"] .btn * {
    color: #9dd1ff !important;
    background: none !important;
}
html body .bvi-body[data-bvi-theme="brown"] .btn {
    color: #f7f3d6 !important;
    background: #4d4b43 !important;
    text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme="brown"] .btn * {
    color: #f7f3d6 !important;
    background: none !important;
}
html body .bvi-body[data-bvi-theme="green"] .btn {
    color: #3b2716 !important;
    background: #a9e44d !important;
    text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme="green"] .btn * {
    color: #3b2716 !important;
    background: none !important;
}
.tab-nav {
    margin-bottom: 30px;
}
@media (max-width: 991.98px) {
    .tab-nav {
        margin-bottom: 25px !important;
    }
}
.tab-nav--default {
    margin-top: -5px;
    border-bottom: 1px solid #e6e6e6;
}
@media (min-width: 992px) {
    .tab-nav--default {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.tab-nav--default .tab-nav__link {
    display: inline-block;
    color: #3e3e3e;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 20px 20px;
    vertical-align: middle;
    margin-bottom: -1px;
}
.tab-nav--default .tab-nav__link:hover {
    color: #009ac5;
}
.tab-nav--default .tab-nav__link.is-active {
    color: #3e3e3e;
    -webkit-box-shadow: inset 0 -6px 0 0 #f39300;
    box-shadow: inset 0 -6px 0 0 #f39300;
}
html body .bvi-body .tab-nav--default .tab-nav__link.is-active {
    text-decoration: none !important;
    -webkit-box-shadow: inset 0 -6px 0 0 currentColor !important;
    box-shadow: inset 0 -6px 0 0 currentColor !important;
}
@media (max-width: 991.98px) {
    .tab-nav--default {
        margin-top: 0 !important;
        overflow-x: auto !important;
        white-space: nowrap !important;
    }
    .tab-nav--default .tab-nav__link {
        font-size: 16px;
        padding: 5px 15px 15px;
    }
    .tab-nav--default .tab-nav__link.is-active {
        -webkit-box-shadow: inset 0 -4px 0 0 #f39300;
        box-shadow: inset 0 -4px 0 0 #f39300;
    }
}
.tab-nav--default-sm {
    margin-bottom: 20px;
}
.tab-nav--default-sm .tab-nav__link {
    font-size: 16px;
}
.tab-content > div:not(:first-child) {
    display: none;
}
.accordion {
    position: relative;
}
.accordion__toggle {
    position: relative;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
}
.accordion__content {
    display: none;
}
.accordion--default .accordion__item:not(:last-child) {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e6e6e6;
}
.accordion--default .accordion__toggle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #009ac5;
    font-size: 18px;
    font-weight: 700;
}
.accordion--default .accordion__toggle.is-active,
.accordion--default .accordion__toggle:hover {
    color: #0086ac;
}
.accordion--default .accordion__toggle.is-active .accordion__toggle-arrow svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.accordion--default .accordion__toggle-arrow {
    margin-left: 12px;
}
.accordion--default .accordion__toggle-arrow svg {
    width: 12px;
    height: 8px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.accordion--default .accordion__content {
    margin-top: 15px;
}
.accordion--default-sm .accordion__item:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.accordion--border-l-item .accordion__item:last-child {
    padding-bottom: 25px;
    border-bottom: 1px solid #e6e6e6;
}
.select {
    position: relative;
}
.select:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 0;
    height: 0;
    margin-top: -3px;
    border-color: #939393 transparent transparent;
    border-style: solid;
    border-width: 6px 4.5px 0;
    z-index: 1;
}
.select select {
    width: 100%;
    height: 50px;
    max-width: 100%;
    display: block;
    padding: 0 35px 0 20px;
    color: #4e4e4e;
    font-size: 14px;
    line-height: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    outline: none;
    border: 1px solid #e6e6e6;
}
.form-check {
    margin-bottom: 15px;
}
.checkbox,
.radio {
    margin: 0;
    display: inline-block;
    position: relative;
    font-size: 14px;
    cursor: pointer;
}
.checkbox__input,
.radio__input {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
}
.checkbox__label,
.radio__label {
    padding-left: 35px;
    display: inline-block;
    position: relative;
}
.checkbox__label:after,
.checkbox__label:before,
.radio__label:after,
.radio__label:before {
    content: "";
    position: absolute;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.checkbox__input[disabled] + .checkbox__label {
    opacity: 0.6;
}
.checkbox__label:before {
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
}
.checkbox__input:checked + .checkbox__label:before {
    border-color: #009ac5;
    background-color: #009ac5;
}
.checkbox__label:after {
    top: 6px;
    left: 5px;
    width: 10px;
    height: 8px;
    background: url(../images/icon-check.svg) no-repeat;
    background-size: contain;
    opacity: 0;
}
.checkbox__input:checked + .checkbox__label:after {
    opacity: 1;
}
.checkbox--no-text {
    width: 20px;
    height: 20px;
    line-height: 1;
}
.checkbox--no-text .checkbox__label {
    padding-left: 0;
    position: static;
}
.radio__input[disabled] + .radio__label {
    opacity: 0.6;
}
.radio__label:before {
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
}
.radio__input:checked + .radio__label:before {
    border-color: #009ac5;
    background-color: #009ac5;
}
.radio__label:after {
    top: 6px;
    left: 5px;
    width: 10px;
    height: 8px;
    background: url(../images/icon-check.svg) no-repeat;
    background-size: contain;
    opacity: 0;
}
.radio__input:checked + .radio__label:after {
    opacity: 1;
}
.radio--no-text {
    width: 20px;
    height: 20px;
    line-height: 1;
}
.radio--no-text .radio__label {
    padding-left: 0;
    position: static;
}
.input,
.textarea {
    width: 100%;
    max-width: 100%;
    display: block;
    padding: 0 20px;
    color: #4e4e4e;
    font-size: 14px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    outline: none;
    border: 1px solid #e6e6e6;
}
.input:focus,
.textarea:focus {
    border-color: #009ac5;
}
.input::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder {
    color: #aeafb2;
}
.input::-moz-placeholder,
.textarea::-moz-placeholder {
    color: #aeafb2;
}
.input:-ms-input-placeholder,
.textarea:-ms-input-placeholder {
    color: #aeafb2;
}
.input:-moz-placeholder,
.textarea:-moz-placeholder {
    color: #aeafb2;
}
html body .bvi-body .input::-webkit-input-placeholder,
html body .bvi-body .textarea::-webkit-input-placeholder {
    color: currentColor !important;
}
html body .bvi-body .input::-moz-placeholder,
html body .bvi-body .textarea::-moz-placeholder {
    color: currentColor !important;
}
html body .bvi-body .input:-ms-input-placeholder,
html body .bvi-body .textarea:-ms-input-placeholder {
    color: currentColor !important;
}
html body .bvi-body .input:-moz-placeholder,
html body .bvi-body .textarea:-moz-placeholder {
    color: currentColor !important;
}
.input {
    height: 50px;
    line-height: 50px;
}
.textarea {
    height: 100px;
    padding-top: 15px;
    padding-bottom: 15px;
    resize: none;
}
.form-field {
    position: relative;
    margin-bottom: 20px;
}
.form-field__label {
    color: #3e3e3e;
    margin-bottom: 8px;
}
@media (max-width: 991.98px) {
    .form-field__label {
        font-size: 14px !important;
    }
}
.form-field__label span {
    color: #aeafb2;
}
.form-field__error {
    color: #f46932;
    font-size: 12px;
    margin-top: 4px;
}
.form-field__error:empty {
    display: none;
}
.form-field__input {
    position: relative;
}
.form-field.has-error .input,
.form-field.has-error .textarea,
.form-field.has-error select {
    border-color: #f46932;
}
.form-field--column {
    margin-left: -15px;
    margin-right: -15px;
}
@media (min-width: 992px) {
    .form-field--column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .form-field--column .form-field__label {
        margin-bottom: 0;
        padding-right: 5px;
        text-align: right;
    }
}
.form-login .tab-nav {
    margin: 0;
    text-align: center;
    border-bottom: none;
}
@media (min-width: 992px) {
    .form-login .tab-nav {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.form-login .tab-nav__link {
    margin-bottom: 0;
}
.form-login .tab-content {
    padding: 60px 15px;
    background-color: #f6f6f6;
}
@media (max-width: 991.98px) {
    .form-login .tab-content {
        padding: 40px 25px !important;
    }
}
@media (max-width: 767.98px) {
    .form-login .tab-content {
        padding: 30px 25px !important;
    }
}
.formatted-body-info {
    margin: 1.25em 0;
    padding-left: 2.1875em;
    border-left: 8px solid transparent;
}
.formatted-body-info > :first-child {
    margin-top: 0;
}
.formatted-body-info > :last-child {
    margin-bottom: 0;
}
.formatted-body-info--type-1 {
    border-left-color: #009ac5;
}
.formatted-body-info--type-2 {
    border-left-color: #f6f6f6;
}
.formatted-body-note {
    margin: 1.25em 0;
    padding: 1.875em;
    color: #939393;
    background-color: #f6f6f6;
}
.formatted-body-note > :first-child {
    margin-top: 0;
}
.formatted-body-note > :last-child {
    margin-bottom: 0;
}
.formatted-body-note a {
    color: #939393;
}
.formatted-body-note a:hover {
    color: #3e3e3e;
}
.formatted-body:after,
.formatted-body:before {
    content: " ";
    display: table;
}
.formatted-body:after {
    clear: both;
}
.formatted-body > :first-child {
    margin-top: 0;
}
.formatted-body > :last-child {
    margin-bottom: 0;
}
.formatted-body p {
    min-height: 1px;
}
.formatted-body p:not(:last-child) {
    margin-bottom: 1.25em;
}
.formatted-body h1,
.formatted-body h2,
.formatted-body h3,
.formatted-body h4,
.formatted-body h5,
.formatted-body h6 {
    color: #3e3e3e;
    position: relative;
    margin-bottom: 1em;
    line-height: 1.35;
}
.formatted-body h2 {
    font-size: 26px;
    margin-bottom: 0.9em;
}
@media (max-width: 1199.98px) {
    .formatted-body h2 {
        font-size: 24px;
    }
}
@media (max-width: 991.98px) {
    .formatted-body h2 {
        font-size: 22px !important;
    }
}
.formatted-body h3 {
    font-size: 22px;
    margin-top: 40px;
    margin-bottom: 0.8em;
    padding-top: 30px;
}
.formatted-body h3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    border-top: 6px solid #f39300;
}
html body .bvi-body .formatted-body h3:before {
    border-top-color: currentColor !important;
}
@media (max-width: 991.98px) {
    .formatted-body h3 {
        font-size: 20px !important;
        margin-top: 35px !important;
        padding-top: 22px !important;
    }
    .formatted-body h3:before {
        border-top-width: 4px;
    }
}
.formatted-body h4 {
    color: #009ac5;
    font-size: 18px;
    margin-bottom: 0.9em;
}
.formatted-body table,
.formatted-body td,
.formatted-body th {
    border: 1px solid #e6e6e6;
    border-collapse: collapse;
}
.formatted-body table {
    max-width: 100%;
    margin-bottom: 1.25em;
}
.formatted-body table tbody tr:nth-child(2n),
.formatted-body table thead {
    background-color: #f6f6f6;
}
.formatted-body table td,
.formatted-body table th {
    padding: 0.9375em;
}
.formatted-body table[border="0"],
.formatted-body table[border="0"] td,
.formatted-body table[border="0"] th {
    border: 0 !important;
}
@media (max-width: 767.98px) {
    .formatted-body table {
        font-size: 14px !important;
    }
}
.formatted-body .table-responsive,
.formatted-body .table-responsive-wrap {
    margin-bottom: 1.25em;
}
.formatted-body .table-responsive > table {
    margin-bottom: 0;
}
.formatted-body ol {
    margin: 0 0 1.25em 1.875em;
}
.formatted-body ol li {
    margin-bottom: 0.5em;
    list-style: inherit;
}
.formatted-body ul {
    margin-bottom: 1.25em;
}
.formatted-body ul > li {
    list-style: none;
    position: relative;
    padding-left: 25px;
    margin-bottom: 0.5em;
}
.formatted-body ul > li:before {
    content: "";
    position: absolute;
    top: 0.28125em;
    left: 0;
    width: 7px;
    height: 10px;
    background: url(../images/icon-bold-arrow.svg) no-repeat;
    background-size: contain;
}
html body .bvi-body[data-bvi-theme="white"] .formatted-body ul > li:before {
    background-image: url(../images/icon-bold-arrow-black.svg);
}
html body .bvi-body[data-bvi-theme="black"] .formatted-body ul > li:before {
    background-image: url(../images/icon-bold-arrow-white.svg);
}
html body .bvi-body[data-bvi-theme="blue"] .formatted-body ul > li:before {
    background-image: url(../images/icon-bold-arrow-blue.svg);
}
html body .bvi-body[data-bvi-theme="brown"] .formatted-body ul > li:before {
    background-image: url(../images/icon-bold-arrow-brown.svg);
}
html body .bvi-body[data-bvi-theme="green"] .formatted-body ul > li:before {
    background-image: url(../images/icon-bold-arrow-green.svg);
}
.formatted-body ol ol,
.formatted-body ol ul,
.formatted-body ul ol,
.formatted-body ul ul {
    margin-top: 0.5em;
    margin-bottom: 0;
}
.formatted-body iframe {
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
}
.formatted-body img {
    height: auto !important;
}
.formatted-body blockquote {
    margin: 1.25em 0;
    padding: 2.1875em;
    position: relative;
    font-style: italic;
    background: #f6f6f6;
    overflow: hidden;
}
.formatted-body blockquote:after,
.formatted-body blockquote:before {
    content: "";
    position: absolute;
    width: 106px;
    height: 72px;
    background: url(../images/icon-quote.svg) no-repeat;
    background-size: contain;
    z-index: 0;
}
.formatted-body blockquote:before {
    top: -12px;
    left: 45px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.formatted-body blockquote:after {
    right: 45px;
    bottom: -15px;
}
.formatted-body blockquote > * {
    position: relative;
    z-index: 1;
}
.formatted-body blockquote > :first-child {
    margin-top: 0;
}
.formatted-body blockquote > :last-child {
    margin-bottom: 0;
}
html body .bvi-body .formatted-body blockquote {
    border: 1px solid;
}
html body .bvi-body .formatted-body blockquote:after,
html body .bvi-body .formatted-body blockquote:before {
    content: none;
}
@media (max-width: 5200.98px) {
    .formatted-body .table-type-1 {
        border: 0;
    }
    .formatted-body .table-type-1 thead {
        display: none !important;
    }
    .formatted-body .table-type-1 td,
    .formatted-body .table-type-1 th,
    .formatted-body .table-type-1 tr {
        display: block;
        width: 100% !important;
        height: auto !important;
        border-bottom: 0;
    }
    .formatted-body .table-type-1 tr {
        border-bottom: 1px solid #e6e6e6;
    }
    .formatted-body .table-type-1 tr:not(:last-child) {
        margin-bottom: 20px;
    }
    .formatted-body .table-type-1 td {
        text-align: left !important;
        word-break: break-word;
        overflow-wrap: break-word;
    }
    .formatted-body .table-type-1 td:before {
        content: attr(data-label);
        display: block;
        font-weight: 700;
        margin-bottom: 10px;
    }
}
.formatted-body .table-type-2 {
    width: 100% !important;
    border: 0 !important;
}
.formatted-body .table-type-2 tbody tr {
    height: auto !important;
}
.formatted-body .table-type-2 tbody tr:nth-child(2n) > td:first-child {
    color: #fff;
}
.formatted-body .table-type-2 tbody tr:hover h4 + p {
    background-color: #f39300;
}
.formatted-body .table-type-2 td,
.formatted-body .table-type-2 th {
    height: auto !important;
    border: 0 !important;
    padding: 28px 15px;
    background-color: transparent !important;
}
@media (min-width: 992px) {
    .formatted-body .table-type-2 td:first-child {
        padding-left: 0;
        color: #f6f6f6;
        font-size: 60px;
        line-height: 1;
    }
}
.formatted-body .table-type-2 h4 {
    color: #4e4e4e;
    margin: 0 0 8px;
}
.formatted-body .table-type-2 h4 + p {
    display: inline;
    padding: 2px 8px;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    background-color: #009ac5;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    word-break: break-word;
    overflow-wrap: break-word;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.formatted-body .table-type-2 h5 {
    color: #939393;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}
@media (max-width: 991.98px) {
    .formatted-body .table-type-2 tbody tr {
        width: auto !important;
        display: block;
        background-color: transparent !important;
    }
    .formatted-body .table-type-2 tbody tr:not(:last-child) {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #e6e6e6;
    }
    .formatted-body .table-type-2 td,
    .formatted-body .table-type-2 th {
        width: 100% !important;
        display: block;
        padding: 0;
    }
    .formatted-body .table-type-2 td:not(:last-child),
    .formatted-body .table-type-2 th:not(:last-child) {
        margin-bottom: 15px;
    }
    .formatted-body .table-type-2 td:first-child {
        display: none;
    }
}
.formatted-body .table-type-3 {
    border: 0;
}
.formatted-body .table-type-3 thead {
    color: #fff;
    text-align: center;
    background-color: transparent;
}
.formatted-body .table-type-3 thead td:nth-child(odd),
.formatted-body .table-type-3 thead th:nth-child(odd) {
    background-color: #009ac5;
}
.formatted-body .table-type-3 thead td:nth-child(2n),
.formatted-body .table-type-3 thead th:nth-child(2n) {
    background-color: #f39300;
}
.formatted-body .table-type-3 tbody td:nth-child(odd),
.formatted-body .table-type-3 tbody th:nth-child(odd) {
    background-color: #edfbff;
}
.formatted-body .table-type-3 tbody td:nth-child(2n),
.formatted-body .table-type-3 tbody th:nth-child(2n) {
    background-color: #fff7ec;
}
.formatted-body .table-type-3 tr:not(:last-child) {
    border-bottom: 2px solid #fff;
}
.formatted-body .table-type-3 td,
.formatted-body .table-type-3 th {
    border: 0;
}
.formatted-body .table-type-3 td:not(:last-child),
.formatted-body .table-type-3 th:not(:last-child) {
    border-right: 2px solid #fff;
}
.link {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.link--image {
    display: block;
}
.link--image:hover {
    opacity: 0.87;
}
.link--inherit,
.link--inherit:hover {
    color: inherit !important;
}
.link--white {
    color: #fff;
}
.link--white:hover {
    color: #fff;
    opacity: 0.85;
}
.link--black {
    color: #000;
}
.link--black:hover {
    color: #009ac5;
}
.link--black-2 {
    color: #4e4e4e;
}
.link--black-2:hover {
    color: #009ac5;
}
.link--black-3 {
    color: #3e3e3e;
}
.link--black-3:hover {
    color: #009ac5;
}
.link--gray {
    color: #939393;
}
.link--gray:hover {
    color: #3e3e3e;
}
.text-lowercase {
    text-transform: lowercase !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.font-weight-400 {
    font-weight: 400 !important;
}
.font-weight-500 {
    font-weight: 500 !important;
}
.font-weight-700 {
    font-weight: 700 !important;
}
.font-italic {
    font-style: italic !important;
}
.text-justify {
    text-align: justify !important;
}
.text-wrap {
    white-space: normal !important;
}
.text-nowrap {
    white-space: nowrap !important;
}
.text-truncate {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
.text-decoration-none {
    text-decoration: none !important;
}
.text-underline {
    text-decoration: underline !important;
}
.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}
.text-size-1 {
    font-size: 18px;
}
.text-size-2 {
    font-size: 16px;
}
.text-size-3 {
    font-size: 14px;
}
.text-size-4 {
    font-size: 12px;
}
.text-color-reset {
    color: inherit !important;
}
.text-color-blue {
    color: #009ac5 !important;
}
.text-color-gray {
    color: #939393 !important;
}
.text-color-gray-2 {
    color: #aeafb2 !important;
}
.alert {
    position: relative;
    padding: 10px 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
.alert--primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}
.alert--secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}
.alert--success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert--danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert--warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.title-section {
    color: #3e3e3e;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
}
@media (max-width: 1199.98px) {
    .title-section {
        font-size: 20px;
        margin-bottom: 22px;
    }
}
@media (max-width: 767.98px) {
    .title-section {
        margin-bottom: 20px !important;
    }
}
.border-0 {
    border: 0 !important;
}
.border-top-0 {
    border-top: 0 !important;
}
.border-right-0 {
    border-right: 0 !important;
}
.border-bottom-0 {
    border-bottom: 0 !important;
}
.border-left-0 {
    border-left: 0 !important;
}
.table-responsive {
    width: 100%;
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive-wrap .table-responsive {
    margin-bottom: 0;
}
.table-responsive-btn {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 10px;
}
table .table-responsive-btn {
    display: none;
}
.table-responsive-btn svg {
    width: 12px;
    height: 12px;
    margin-left: 8px;
}
@media (max-width: 991.98px) {
    .table-responsive-btn {
        display: none !important;
    }
}
.corporate-principles {
    margin-top: 40px;
    margin-bottom: 40px;
}
.corporate-principles table {
    border: 0;
    width: 100% !important;
    table-layout: fixed;
    margin-bottom: 0;
}
.corporate-principles table tr {
    border: 0 !important;
    background-color: transparent !important;
}
.corporate-principles table td {
    border: 0;
    padding: 0;
    vertical-align: top;
}
.corporate-principles table h3 {
    margin-top: 0;
}
@media (min-width: 1200px) {
    .corporate-principles table td:first-child {
        width: 43% !important;
        padding-right: 45px;
        border-right: 2px solid #f6f6f6;
    }
    .corporate-principles table td:nth-child(2) {
        width: 57% !important;
        padding-top: 10px;
    }
}
@media (max-width: 991.98px) {
    .corporate-principles table td {
        width: 100% !important;
        display: block;
    }
    .corporate-principles table td:first-child {
        margin-bottom: 40px;
    }
}
.corporate-principles ol {
    margin-left: 80px;
    counter-reset: principles-counter;
    list-style: none;
}
.corporate-principles ol li {
    position: relative;
    margin-bottom: 0;
    padding-left: 32px;
    counter-increment: principles-counter;
}
.corporate-principles ol li:not(:last-child) {
    margin-bottom: 50px;
}
.corporate-principles ol li:before {
    content: counter(principles-counter);
    position: absolute;
    top: 50%;
    right: 100%;
    color: #f39300;
    font-family: Ubuntu, sans-serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 1;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(56%, #f39300), color-stop(56%, #fff), color-stop(59%, #fff), color-stop(41%, #009ac5));
    background: -o-linear-gradient(#f39300 56%, #fff 56%, #fff 59%, #009ac5 41%);
    background: linear-gradient(#f39300 56%, #fff 0, #fff 59%, #009ac5 0);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
html.ie .corporate-principles ol li:before {
    background: none;
}
html body .bvi-body .corporate-principles ol li:before {
    background: none !important;
    background-clip: unset;
    -webkit-text-fill-color: inherit;
}
@media (max-width: 991.98px) {
    .corporate-principles ol {
        margin-left: 60px;
    }
    .corporate-principles ol li {
        padding-left: 20px;
    }
    .corporate-principles ol li:before {
        font-size: 50px;
    }
}
.section {
    position: relative;
    margin-bottom: 35px;
}
.section__inner {
    padding-bottom: 40px;
}
.line-decor,
.section__inner {
    position: relative;
    border-bottom: 1px solid #e6e6e6;
}
.line-decor:after {
    content: "";
    position: absolute;
    height: 5px;
}
.line-decor--1:after {
    right: 11.25%;
    bottom: -1px;
    width: 75px;
    background: -webkit-gradient(linear, left top, right top, color-stop(68%, #009ac5), color-stop(32%, #f39300));
    background: -o-linear-gradient(left, #009ac5 68%, #f39300 32%);
    background: linear-gradient(90deg, #009ac5 68%, #f39300 0);
}
.line-decor--2:after {
    top: 100%;
    left: 18.65%;
    width: 97px;
    background: -webkit-gradient(linear, right top, left top, color-stop(65%, #009ac5), color-stop(35%, #f39300));
    background: -o-linear-gradient(right, #009ac5 65%, #f39300 35%);
    background: linear-gradient(270deg, #009ac5 65%, #f39300 0);
}
html body .bvi-body .line-decor:after {
    content: none;
}
.ratio {
    display: block;
    position: relative;
    background-color: #f6f6f6;
    overflow: hidden;
}
.ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.ratio img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.ratio img:not([src]) {
    visibility: hidden;
}
.ratio iframe {
    width: 100%;
    height: 100%;
}
.panel {
    padding: 30px;
    margin-bottom: 30px;
    background-color: #f6f6f6;
}
@media (max-width: 575.98px) {
    .panel {
        padding: 20px;
    }
}
.header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.header-logo__item a,
.header-logo__item img {
    display: inline-block;
    vertical-align: middle;
}
.header-logo__item p {
    line-height: 1.2;
    text-align: center;
}
.header-logo__item--keg {
    margin-right: 38px;
}
.header-logo__item--keg img {
    width: 170px;
}
.header-logo__item--keg p {
    margin-top: 3px;
    color: #939393;
    font-size: 11px;
}
.header-logo__item--baiterek {
    margin-right: 27px;
}
.header-logo__item--baiterek img {
    width: 70px;
}
.header-logo__item--emblem {
    text-align: center;
}
.header-logo__item--emblem img {
    width: 55px;
}
.header-logo__item--emblem p {
    margin-top: 8px;
    color: #4e4e4e;
    font-size: 12px;
}
@media (max-width: 767.98px) {
    .header-logo__item--keg {
        margin-right: 0 !important;
    }
    .header-logo__item--keg img {
        width: 120px !important;
    }
    .header-logo__item--baiterek,
    .header-logo__item--emblem,
    .header-logo__item--keg p {
        display: none !important;
    }
}
@media print {
    .header-logo {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .header-logo__item--keg {
        margin-right: 0;
    }
    .header-logo__item--keg img {
        width: 170px;
    }
    .header-logo__item--baiterek,
    .header-logo__item--emblem,
    .header-logo__item--keg p {
        display: none;
    }
}
html body .bvi-body[data-bvi-theme] .header-logo .header-logo__item p {
    font-size: 12px !important;
}
.header-refs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-refs__item:not(:last-child) {
    margin-right: 20px;
}
.header-refs__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
}
.header-refs__link .icon {
    top: -0.08em;
    margin-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.header-refs__link .icon--glasses {
    fill: #f39300;
    width: 22px;
    height: 10px;
}
.header-refs__link .icon--rss {
    fill: #f39300;
    width: 13px;
    height: 13px;
}
.header-lang__link {
    color: #939393;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
}
.header-lang__link.is-active,
.header-lang__link:hover {
    color: #009ac5;
}
.header-lang__link:not(:last-child) {
    margin-right: 10px;
}
@media (max-width: 575.98px) {
    .header-lang {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .header-lang__link {
        font-weight: 400;
    }
}
.header-socials {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}
.header-socials,
.header-socials__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header-socials__link {
    width: 40px;
    height: 40px;
    margin: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #009ac5;
    background-color: #f6f6f6;
}
.header-socials__link:hover {
    color: #009ac5;
    background-color: #eee;
}
.header-socials__link .icon--facebook {
    width: 6px;
    height: 14px;
}
.header-socials__link .icon--instagram {
    width: 14px;
    height: 14px;
}
.header-socials__link .icon--wechat {
    width: 20px;
    height: 19px;
}
html body .bvi-body .header-socials__link {
    border: 1px solid;
}
.header-search {
    width: 170px;
    position: relative;
}
.header-search__input {
    width: 100%;
    height: 40px;
    display: block;
    padding: 8px 40px 8px 15px;
    color: inherit;
    background-color: #fff;
    border: 1px solid #e6e6e6;
}
.header-search__input::-webkit-input-placeholder {
    color: #aeafb2;
}
.header-search__input::-moz-placeholder {
    color: #aeafb2;
}
.header-search__input:-ms-input-placeholder {
    color: #aeafb2;
}
.header-search__input:-moz-placeholder {
    color: #aeafb2;
}
html body .bvi-body .header-search__input::-webkit-input-placeholder {
    color: currentColor !important;
}
html body .bvi-body .header-search__input::-moz-placeholder {
    color: currentColor !important;
}
html body .bvi-body .header-search__input:-ms-input-placeholder {
    color: currentColor !important;
}
html body .bvi-body .header-search__input:-moz-placeholder {
    color: currentColor !important;
}
.header-search__submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    padding-left: 10px;
    height: 100%;
    background: transparent;
    text-align: left;
    outline: 0;
    border: 0;
}
.header-search__submit svg {
    fill: #b4b4b4;
    width: 14px;
    height: 14px;
}
@media (max-width: 767.98px) {
    .header-search {
        width: 240px !important;
    }
}
@media (max-width: 575.98px) {
    .header-search {
        width: 100%;
    }
    .header-search__input {
        height: 46px;
        padding-left: 20px;
        border-left-width: 0;
        border-right-width: 0;
    }
}
.header-hamburger {
    padding: 3px;
}
html body .bvi-body .header-hamburger .hamburger-inner,
html body .bvi-body .header-hamburger .hamburger-inner:after,
html body .bvi-body .header-hamburger .hamburger-inner:before {
    background-color: currentColor !important;
}
html body .bvi-body .header-hamburger .hamburger--spring.is-active .hamburger-inner {
    background-color: transparent !important;
}
.header {
    position: relative;
    font-size: 14px;
    padding-top: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}
.header__left {
    width: 470px;
}
.header__right {
    width: calc(100% - 470px);
}
.header__right-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.header__right-row:not(:last-child) {
    margin-bottom: 5px;
}
.header__right-row > * {
    margin: 2px 0 2px 10px;
}
.header__hamburger {
    display: none;
    margin-left: 20px;
}
.header__bvi-btn {
    color: #939393;
    padding: 0.7142857143em 1.2142857143em;
    background-color: #f6f6f6;
}
.header__bvi-btn svg {
    top: -0.0625em;
    fill: #f39300;
    width: 22px;
    height: 10px;
    margin-right: 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.header__bvi-btn:hover {
    color: #939393;
    background-color: #eee;
}
.header__safety-btn .icon--safety {
    width: 16px;
    height: 18px;
    margin-right: 10px;
}
.header__contacts-btn,
.header__safety-btn {
    font-size: 16px;
}
@media (max-width: 991.98px) {
    .header {
        padding-top: 20px;
        border-bottom: 0;
    }
    .header__left {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .header__right {
        display: none;
    }
    .header__hamburger {
        display: block;
    }
}
@media (max-width: 767.98px) {
    .header {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
}
@media (max-width: 575.98px) {
    .header__contacts-btn,
    .header__safety-btn {
        width: 100%;
        font-size: 14px;
        min-height: 45px;
    }
}
@media print {
    .header {
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #e6e6e6;
    }
    .header__left {
        display: block;
        width: 100% !important;
    }
    .header__hamburger,
    .header__right {
        display: none;
    }
}
.header-mobile {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 14px 12px 0 rgba(0, 0, 0, 0.17);
    box-shadow: 0 14px 12px 0 rgba(0, 0, 0, 0.17);
    border-top: 1px solid #e6e6e6;
    z-index: 1000;
}
@media (min-width: 992px) {
    .header-mobile {
        display: none !important;
    }
}
.header-mobile__inner {
    padding: 15px 10px 0;
}
.header-mobile__item {
    margin: 5px 15px;
}
.header-mobile__item--nav {
    width: 100%;
    margin: 20px 0 0;
}
.header-mobile__refs {
    width: 85px;
    text-align: right;
}
.header-mobile__refs-item {
    display: inline-block;
    vertical-align: middle;
}
.header-mobile__refs-item .icon,
.header-mobile__refs-item a {
    display: block;
}
.header-mobile__refs-item .icon--glasses {
    fill: #f39300;
    width: 22px;
    height: 10px;
}
.header-mobile__refs-item .icon--rss {
    fill: #f39300;
    width: 13px;
    height: 13px;
}
@media (max-width: 575.98px) {
    .header-mobile {
        border-top: 0;
    }
    .header-mobile__inner {
        padding-left: 0;
        padding-right: 0;
    }
    .header-mobile__item {
        margin: 0;
    }
    .header-mobile__item--lang {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 15px;
    }
    .header-mobile__item--lang .header-lang {
        width: calc(100% - 85px);
    }
    .header-mobile__item--search {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .header-mobile__item--safety {
        width: 100%;
    }
    .header-mobile__item--contacts {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .header-mobile__item--nav {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}
@media (max-width: 991.98px) {
    .s-nav {
        display: none;
    }
}
@media print {
    .s-nav {
        display: none;
    }
}
.nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; /* margin-left:-25px; */ /* margin-right:-25px; */
}
.nav__item {
    padding: 0 25px;
}
.nav__link {
    display: block;
    position: relative;
    padding: 20px 0 22px;
    color: #3e3e3e;
    font-size: 18px;
}
.nav__link .icon--arrow-down {
    display: none;
}
.nav__item.is-active > .nav__link,
.nav__item:hover > .nav__link {
    color: #3e3e3e;
    -webkit-box-shadow: inset 0 -4px 0 0 #448ac7;
    box-shadow: inset 0 -4px 0 0 #448ac7;
}

ul.submenu a:hover {
    text-decoration: underline;
}

@media (max-width: 1319.98px) {
    .nav__list {
        margin-left: 0;
        margin-right: 0;
    }
    .nav__item {
        padding: 0 10px;
    }
    .nav__link {
        padding: 18px 0;
        font-size: 16px;
    }
}
@media (max-width: 991.98px) {
    .nav {
        margin: 0 -10px;
        border-top: 1px solid #e6e6e6;
    }
    .nav__list {
        margin: 0;
        display: block;
    }
    .nav__item {
        padding: 0;
    }
    .nav__item:not(:last-child) {
        border-bottom: 1px solid #e6e6e6;
    }
    .nav__link {
        padding: 12px 40px 12px 20px;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    .nav__link .icon--arrow-down {
        display: block;
        fill: #999;
        position: absolute;
        top: 50%;
        right: 20px;
        width: 9px;
        height: 5px;
        margin-top: -2.5px;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
    }
    .nav__item.is-active > .nav__link,
    .nav__item:hover > .nav__link {
        color: #f39300;
    }
    .nav__item.is-active > .nav__link .icon--arrow-down {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@media (max-width: 575.98px) {
    .nav {
        margin: 0;
        border-top: 0;
    }
}
.nav-sub {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 28px 0;
    -webkit-box-shadow: 0 40px 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 40px 30px rgba(0, 0, 0, 0.2);
    background-color: #f6f6f6;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 1000;
}
.nav__item.has-subnav:hover > .nav-sub {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    background: #4a9bd0;
    background: -moz-linear-gradient(left, #4a9bd0 0%, #3f79bd 100%);
    background: -webkit-linear-gradient(left, #4a9bd0 0%, #3f79bd 100%);
    background: linear-gradient(to right, #4a9bd0 0%, #3f79bd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a9bd0', endColorstr='#3f79bd',GradientType=0 );
    /* background: black !important; */
}

.nav__item.has-subnav .nav-sub .nav-sub__list.container .submenu  .nav__item.has-subnav .nav-sub{
    margin-left:10px;
    display: block;
    visibility: visible;
    opacity: 1 !important;
    position: relative;
    margin:0;
    padding:0;
    box-shadow: none;
    background: transparent !important;

}


ul li > ul li:nth-child(2) {
    color: #ccc;
    background: red;
}


.nav-sub__list a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.nav-sub__list a .icon--arrow-down {
    position: absolute;
    right: 0;
    width: 9px;
    height: 5px;
}
.nav-sub__list > ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}
.nav-sub__list > ul > li {
    position: relative;
    padding-top: 8px;
    padding-bottom: 8px;
    /* -webkit-column-break-inside: avoid; */
    -moz-column-break-inside: avoid;
    /* break-inside: avoid; */
    border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
}
.nav-sub__list > ul > li > a {
    color: #ffffff;
}
.nav-sub__list > ul > li > a.is-active,
.nav-sub__list > ul > li > a:hover {
    color: #f39300;
}
.nav-sub__list > ul > li.has-subnav > a {
    padding-right: 20px;
}
.nav-sub__list > ul > li.has-subnav > a.is-active {
    color: #2a2a2a;
}
.nav-sub__list > ul > li.has-subnav > a .icon--arrow-down {
    fill: #999;
    top: 0.625em;
}
.nav-sub__list ul ul {
    font-size: 14px;
    padding-left: 22px;
    position: relative;
    margin-top: 15px;
}
.nav-sub__list ul ul:before {
    content: "";
    position: absolute;
    top: 0.2142857143em;
    left: 0;
    bottom: 0.0714285714em;
    width: 1px;
    /* background-color: #d9d9d9; */
}
.nav-sub__list ul ul a {
    color: #ffffff;
}
.nav-sub__list ul ul a.is-active,
.nav-sub__list ul ul a:hover {
    color: #f39300;
}
.nav-sub__list ul ul li {
    position: relative;
}
.nav-sub__list ul ul li:not(:last-child) {
    /* margin-bottom: 10px; */
}
.nav-sub__list ul ul li.has-subnav > a {
    padding-right: 20px;
}
.nav-sub__list ul ul li.has-subnav > a.is-active {
    color: #939393;
}
.nav-sub__list ul ul li.has-subnav > a .icon--arrow-down {
    top: 0.5714285714em;
}
.nav-sub__list ul ul ul {
    margin-top: 10px;
}
@media (min-width: 992px) {
    .nav-sub {
        display: block !important;
    }
}
@media (max-width: 1199.98px) {
    .nav-sub {
        font-size: 14px;
        padding: 25px 0;
    }
}
@media (max-width: 991.98px) {
    .nav-sub {
        display: none;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: all !important;
        padding: 8px 20px;
        position: static;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: none !important;
        -o-transition: none !important;
        transition: none !important;
        border-top: 1px solid #e6e6e6;
    }
    .nav-sub__list {
        padding: 0;
        max-width: 100%;
    }
    .nav-sub__list > ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}
@media (max-width: 575.98px) {
    .nav-sub__list > ul {
        -webkit-column-count: unset;
        -moz-column-count: unset;
        column-count: unset;
    }
}
html body .bvi-body .nav-sub {
    border-top: 1px solid;
    border-bottom: 1px solid;
}
.s-intro-slider {
    margin-bottom: 52px;
}
@media (max-width: 575.98px) {
    .s-intro-slider {
        margin-bottom: 40px;
    }
}
.intro-slider {
    position: relative;
    background-color: #009ac5;
}
.intro-slider__list {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}
.intro-slider__slide {
    color: #fff;
    position: relative;
    min-height: 350px;
}
.intro-slider__image-wrap,
.intro-slider__info {
    width: 50%;
}
.intro-slider__info {
    padding: 65px 40px 90px 0;
}
.intro-slider__title {
    font-size: 37px;
    font-weight: 700;
    line-height: 1.355;
}
.intro-slider__desc {
    color: #7ddffa;
    font-size: 18px;
    margin-top: 20px;
    display: inline-block;
    vertical-align: middle;
}
.intro-slider__desc a {
    color: #7ddffa;
    display: inline-block;
    padding-right: 1.6666666667em;
    position: relative;
}
.intro-slider__desc a,
.intro-slider__desc a:after {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.intro-slider__desc a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -0.27em;
    width: 18px;
    height: 10px;
    background: url(../images/icon-barb-arrow-2.svg) no-repeat;
    background-size: contain;
}
.intro-slider__desc a:hover {
    color: #7ddffa;
}
.intro-slider__desc a:hover:after {
    right: -9px;
}
.intro-slider__image-wrap {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
.intro-slider__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 50% / cover no-repeat;
}
.intro-slider__dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 45px;
}
.intro-slider__dots .slick-dots {
    width: 50%;
    margin: 0 -10.5px;
}
.intro-slider__dots .slick-dots li {
    margin-left: 10.5px;
    margin-right: 10.5px;
}
@media (max-width: 1319.98px) {
    .intro-slider__title {
        font-size: 32px;
    }
}
@media (max-width: 1199.98px) {
    .intro-slider__info {
        padding-right: 25px;
    }
    .intro-slider__title {
        font-size: 25px;
    }
    .intro-slider__desc {
        font-size: 16px;
        margin-top: 15px;
    }
}
@media (max-width: 767.98px) {
    .intro-slider__image-wrap {
        width: 100% !important;
        height: 220px !important;
        position: relative !important;
    }
    .intro-slider__info {
        width: 100%;
        padding: 25px 0 75px;
    }
    .intro-slider__dots {
        bottom: 25px;
    }
    .intro-slider__dots .slick-dots {
        width: auto;
    }
}
@media (max-width: 575.98px) {
    .intro-slider__title {
        font-size: 22px;
    }
}
html body .bvi-body .s-intro-slider {
    border-top: 1px solid;
    border-bottom: 1px solid;
}
html body .bvi-body .intro-slider .intro-slider__desc a {
    padding-right: 0;
}
html body .bvi-body .intro-slider .intro-slider__desc a:after {
    content: none;
}
html body .bvi-body .intro-slider .intro-slider__dots {
    background: none !important;
}
.s-services .section__inner {
    padding-bottom: 20px;
}
.s-services__title {
    color: #009ac5;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 22px;
    text-align: center;
}
.s-services__desc {
    color: #939393;
    font-size: 18px;
    max-width: 900px;
    margin: 0 auto 45px;
    text-align: center;
}
@media (max-width: 1199.98px) {
    .s-services__title {
        font-size: 25px;
        margin-bottom: 15px;
    }
    .s-services__desc {
        font-size: 16px;
        margin-bottom: 30px;
    }
}
@media (max-width: 575.98px) {
    .s-services__title {
        font-size: 22px;
    }
}
.services-item {
    min-height: 100px;
    margin-bottom: 30px;
}
.services-item__inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #4e4e4e;
    padding: 6px 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.services-item__inner:hover {
    color: #4e4e4e;
    background-color: #f9f9f9;
}
.services-item__icon {
    color: #f39300;
    width: 50px;
    margin-right: 20px;
    text-align: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.services-item__inner:hover .services-item__icon {
    color: #009ac5;
}
.services-item__icon .icon--umbrella {
    width: 40px;
    height: 43px;
}
.services-item__icon .icon--bank {
    width: 44px;
    height: 44px;
}
.services-item__icon .icon--money {
    width: 50px;
    height: 34px;
}
.services-item__icon .icon--dollar-works {
    width: 41px;
    height: 41px;
}
.services-item__icon .icon--finance {
    width: 49px;
    height: 33px;
}
.services-item__icon .icon--prepaid {
    width: 49px;
    height: 39px;
}
.services-item__icon .icon--lifebuoy {
    width: 44px;
    height: 44px;
}
.services-item__icon .icon--docs {
    width: 38px;
    height: 43px;
}
.services-item__info {
    width: calc(100% - 70px);
}
.services-item__title {
    font-size: 16px;
}
.services-item__desc {
    margin-top: 10px;
}
.services-item__desc > :first-child {
    margin-top: 0;
}
.services-item__desc > :last-child {
    margin-bottom: 0;
}
.services-item__desc p {
    margin-bottom: 0.5em;
}
.services-item__desc a {
    color: #939393;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.services-item__desc a:hover {
    color: #4e4e4e;
}
.services-item--detail {
    margin-bottom: 0;
}
.services-item--detail .services-item__inner {
    padding: 22px 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.services-item--detail .services-item__title {
    color: #3e3e3e;
}
.services-bts {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #e6e6e6;
}
.services-bts__section:not(:last-child) {
    margin-bottom: 30px;
}
.services-bts-order__item:not(:last-child) {
    margin-bottom: 20px;
}
@media (min-width: 768px) {
    .services-bts-order__item:not(:last-child) {
        margin-bottom: 30px;
    }
}
.services-bts-order__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
}
@media (max-width: 767.98px) {
    .services-bts-order__head {
        margin-bottom: 20px;
    }
}
.services-bts-order__head-icon {
    width: 30px;
    text-align: center;
    margin-right: 15px;
}
.services-bts-order__head-icon img {
    max-width: 100%;
}
.services-bts-order__head-title {
    width: calc(100% - 45px);
    color: #3e3e3e;
    font-weight: 700;
}
@media (min-width: 768px) {
    .services-bts-order__head-title {
        font-size: 18px;
    }
}
.services-bts-order__body {
    padding: 20px;
    background-color: #f6f6f6;
}
.widget-infographics__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}
.widget-infographics__dots {
    margin-left: 25px;
}
.widget-infographics__list {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}
.widget-infographics__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f6f6f6;
}
.widget-infographics__item-image {
    width: 300px;
    min-height: 250px;
    background: top/cover no-repeat;
}
.widget-infographics__item-info {
    width: calc(100% - 300px);
    padding: 25px 30px;
}
.widget-infographics__item-title {
    color: #009ac5;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}
.widget-infographics .slick-slide.slick-active .widget-infographics__item-title {
    -webkit-animation: fadeIn 1s 0.5s both;
    animation: fadeIn 1s 0.5s both;
}
.widget-infographics__item-desc {
    color: #939393;
    font-size: 14px;
    margin-top: 12px;
}
.widget-infographics .slick-slide.slick-active .widget-infographics__item-desc {
    -webkit-animation: fadeIn 1s 1s both;
    animation: fadeIn 1s 1s both;
}
@media (max-width: 1199.98px) {
    .widget-infographics__header {
        margin-bottom: 22px;
    }
}
@media (max-width: 767.98px) {
    .widget-infographics__header {
        margin-bottom: 20px;
    }
    .widget-infographics__item {
        display: block;
    }
    .widget-infographics__item-image {
        width: 100%;
        height: 200px;
        min-height: 0;
    }
    .widget-infographics__item-info {
        width: 100%;
        padding: 20px;
    }
    .widget-infographics__item-title {
        font-size: 18px;
    }
    .widget-infographics__item-desc {
        margin-top: 10px;
    }
}
.widget-catalog__inner {
    position: relative;
    border: 1px solid #e6e6e6;
}
.widget-catalog__image-wrap {
    height: 248px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.widget-catalog__image-wrap img {
    max-height: 100%;
}
.widget-catalog__btn {
    position: absolute;
    left: -1px;
    bottom: -1px;
    color: #fff;
    background-color: rgba(0, 154, 197, 0.8);
}
.widget-catalog__btn:hover {
    color: #fff;
    background-color: #009ac5;
}
.widget-catalog__btn svg {
    width: 11px;
    height: 8px;
    margin-left: 10px;
}
.widget-blog__inner {
    padding: 30px;
    min-height: 200px;
    background-color: #f6f6f6;
}
.widget-blog__title {
    color: #009ac5;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    position: relative;
    margin-bottom: 22px;
    padding: 0 60px 20px 0;
}
.widget-blog__title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background-color: #d9d9d9;
}
.widget-blog__title .icon--blog {
    position: absolute;
    top: 0.2em;
    right: 0;
    fill: #f39300;
    width: 44px;
    height: 42px;
}
.widget-blog__desc {
    color: #939393;
}
@media (max-width: 767.98px) {
    .widget-blog__inner {
        padding: 25px;
    }
    .widget-blog__title {
        font-size: 18px;
        margin-bottom: 20px;
    }
}
html body .bvi-body .widget-blog__inner {
    border: 1px solid;
}
.widget-video__link {
    height: 250px;
    display: block;
    position: relative;
    background: 50% / cover no-repeat #f6f6f6;
}
.widget-video__link:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}
.widget-video__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90px;
    height: 90px;
    margin-top: -45px;
    margin-left: -45px;
    border: 3px solid #fff;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.widget-video__link:hover .widget-video__icon {
    -webkit-transform: scale(1.18);
    -ms-transform: scale(1.18);
    transform: scale(1.18);
}
.widget-video__icon svg {
    fill: #fff;
    position: absolute;
    top: 50%;
    left: 33px;
    width: 28px;
    height: 37px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 767.98px) {
    .widget-video__link {
        height: auto;
        min-height: 200px;
        padding-top: 60%;
    }
}
@media (max-width: 575.98px) {
    .widget-video__icon {
        width: 70px;
        height: 70px;
        margin-top: -35px;
        margin-left: -35px;
    }
    .widget-video__icon svg {
        left: 25px;
        width: 20px;
        height: 27px;
    }
}
.posts-item {
    margin-bottom: 30px;
}
.posts-item__inner {
    width: 100%;
    display: block;
}
.posts-item__image-wrap {
    margin-bottom: 20px;
    padding-top: 66.6666666667%;
}
.posts-item__image {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}
.posts-item__image-wrap:hover .posts-item__image {
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    transform: scale(1.12);
}
.posts-item__icon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin-top: -35px;
    margin-left: -35px;
    border: 3px solid #fff;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.posts-item__inner:hover .posts-item__icon-play {
    -webkit-transform: scale(1.18);
    -ms-transform: scale(1.18);
    transform: scale(1.18);
}
.posts-item__icon-play svg {
    fill: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 21px;
    height: 28px;
    -webkit-transform: translate(-30%, -50%);
    -ms-transform: translate(-30%, -50%);
    transform: translate(-30%, -50%);
}
.posts-item__title {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 12px;
}
.posts-item__title a {
    display: inline-block;
}
.posts-item__meta {
    font-size: 14px;
}
.posts-item__date {
    color: #009ac5;
}
@media (max-width: 1199.98px) {
    .posts-item__image-wrap {
        margin-bottom: 15px;
    }
    .posts-item__title {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .posts-item__meta {
        font-size: 12px;
    }
}
@media (max-width: 767.98px) {
    .posts-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 20px;
    }
    .posts-item__image-wrap {
        width: 90px;
        height: 60px;
        padding-top: 0;
        margin: 0 20px 0 0;
    }
    .posts-item__info {
        width: calc(100% - 110px);
    }
    .posts-item__title {
        margin-bottom: 6px;
    }
}
.posts-item--video .posts-item__image {
    width: 100%;
    height: 100%;
    background: 50% / cover no-repeat;
}
.posts-item--video .posts-item__image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}
@media (max-width: 767.98px) {
    .posts-item--video {
        display: block;
        margin-bottom: 30px;
    }
    .posts-item--video .posts-item__image-wrap {
        width: 100%;
        height: auto;
        padding-top: 66.6666666667%;
        margin: 0 0 12px;
    }
    .posts-item--video .posts-item__info {
        width: 100%;
    }
    .posts-item--video .posts-item__title {
        margin-bottom: 8px;
    }
}
@media (max-width: 575.98px) {
    .posts-item--video {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
}
.post > :last-child {
    margin-bottom: 0;
}
.post__head {
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e6e6e6;
}
.post__head:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 97px;
    height: 6px;
    background-color: #f39300;
}
.post__head-left {
    width: calc(100% - 130px);
}
.post__head-right {
    width: 130px;
    text-align: right;
}
.post__title {
    color: #3e3e3e;
    font-size: 26px;
    font-weight: 700;
}
.post__date {
    margin-top: 3px;
    display: inline-block;
    color: #aeafb2;
    font-size: 14px;
    vertical-align: middle;
    padding: 0.3928571429em 0.7142857143em;
    background-color: #f6f6f6;
}
.post__date svg {
    top: -0.0714285714em;
    width: 12px;
    height: 12px;
    margin-right: 5px;
}
html body .bvi-body .post__date {
    border: 1px solid;
}
@media (max-width: 1199.98px) {
    .post__title {
        font-size: 22px;
    }
}
@media (max-width: 767.98px) {
    .post__head {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    .post__head-left {
        width: 100%;
    }
    .post__head-right {
        width: 100%;
        margin-top: 10px;
        text-align: left;
    }
    .post__title {
        font-size: 20px;
    }
}
.post-images {
    float: left;
    width: 410px;
    max-width: 100%;
    margin: 0 30px 25px 0;
}
.post-images .slick-arrow {
    top: 50%;
    width: 52px;
    height: 52px;
    color: #fff;
    line-height: 52px;
    text-align: center;
    background-color: rgba(0, 154, 197, 0.9);
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.post-images .slick-arrow svg {
    width: 10px;
    height: 18px;
}
.post-images .slick-arrow:not(.slick-disabled):hover {
    color: #fff;
    background-color: #009ac5;
}
.post-images .slick-prev {
    left: 30px;
}
.post-images .slick-prev svg {
    left: -1px;
}
.post-images .slick-next {
    right: 30px;
}
.post-images .slick-next svg {
    right: -1px;
}
.post-images__image {
    display: block;
    min-height: 200px;
    padding-top: 66.5853658537%;
    background: top/cover no-repeat #868686;
}
.post-images__counter {
    color: #aeafb2;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    margin-top: 28px;
}
@media (max-width: 991.98px) {
    .post-images__counter {
        font-size: 16px;
        margin-top: 20px;
    }
}
@media (max-width: 767.98px) {
    .post-images {
        float: none;
        width: 100%;
        margin-right: 0;
    }
    .post-images .slick-arrow {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .post-images .slick-arrow svg {
        width: 7px;
        height: 15px;
    }
    .post-images .slick-prev {
        left: 20px;
    }
    .post-images .slick-next {
        right: 20px;
    }
}
@media (max-width: 575.98px) {
    .post-images__counter {
        font-size: 14px;
        margin-top: 15px;
    }
}
.post-images--media {
    float: none;
    width: 100%;
    max-width: 960px;
    margin: 0 auto 30px;
}
@media (min-width: 992px) {
    .post-images--media .slick-arrow {
        width: 70px;
        height: 70px;
        line-height: 70px;
    }
    .post-images--media .slick-arrow svg {
        width: 14px;
        height: 28px;
    }
    .post-images--media .slick-prev {
        left: 50px;
    }
    .post-images--media .slick-next {
        right: 50px;
    }
}
.post-images--media .post-images__image {
    padding-top: 66.6666666667%;
}
.post-images--media-edu {
    max-width: 850px;
}
.post-images--media-edu .post-images__image {
    padding-top: 71.5294117647%;
}
.post-images--media-edu .post-images__counter {
    margin-top: 20px;
}
.post-images--page {
    float: none;
    width: 100%;
    max-width: 960px;
    margin: 0 auto 30px;
}
.post-images--page .post-images__image {
    padding-top: 36.4583333333%;
}
.post-images--wide {
    float: none;
    width: 100%;
    max-width: 960px;
    margin: 0 auto 30px;
    text-align: center;
}
.post-images--wide > * {
    margin-bottom: 30px;
}
.post-images--wide img {
    display: inline-block;
    vertical-align: middle;
}
.post-videos {
    max-width: 700px;
    margin: 30px auto;
    overflow: hidden;
    clear: both;
}
.post-videos__item {
    min-height: 200px;
    padding-top: 57.1428571429%;
}
.post-videos__item:not(:last-child) {
    margin-bottom: 30px;
}
.post-files {
    margin: 30px 0;
    padding: 7px 20px;
    background-color: #f6f6f6;
    clear: both;
}
.post-files.has-title {
    padding-top: 18px;
}
.post-files__list .post-files__list {
    display: none;
    margin-top: 12px;
    padding: 15px 20px;
    background-color: #fff;
}
.post-files__list .post-files__list:after,
.post-files__list .post-files__list:before {
    content: " ";
    display: table;
}
.post-files__list .post-files__list:after {
    clear: both;
}
.post-files__title {
    color: #3e3e3e;
    font-weight: 700;
    margin-bottom: 5px;
}
.post-files__item {
    display: block;
    padding: 15px 0 10px;
}
.post-files__item:after,
.post-files__item:before {
    content: " ";
    display: table;
}
.post-files__item:after {
    clear: both;
}
.post-files__item:not(:last-child) {
    border-bottom: 1px solid #e6e6e6;
}
.post-files__item-format {
    float: left;
    min-width: 40px;
    min-height: 20px;
    margin-right: 15px;
    color: #fff;
    font-size: 12px;
    padding: 0.1666666667em 0.3333333333em;
    text-transform: uppercase;
    background-color: #adadad;
    text-align: center;
}
.post-files__item-format--doc,
.post-files__item-format--docx {
    background-color: #59a7ef;
}
.post-files__item-format--rar {
    background-color: #cd53cc;
}
.post-files__item-format--xls,
.post-files__item-format--xlsx {
    background-color: #3fc46c;
}
.post-files__item-format--zip {
    background-color: #e3c165;
}
.post-files__item-format--pdf {
    background-color: #ff5d24;
}
.post-files__item-format--ppt,
.post-files__item-format--pptx {
    background-color: #ff8636;
}
.post-files__item-info {
    position: relative;
    top: -0.1428571429em;
    overflow: hidden;
}
.post-files__item-toggle {
    display: inline-block;
    margin-left: 5px;
    padding: 0 4px;
    color: #009ac5;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.post-files__item-toggle.is-active {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.post-files__item-toggle .icon--arrow-down {
    width: 12px;
    height: 7px;
}
html body .bvi-body .post-files {
    border: 1px solid;
}
.post-files-btn {
    margin: 0 0 20px;
    color: #3e3e3e;
    position: relative;
    background-color: #f6f6f6;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    z-index: 2;
}
@media (min-width: 576px) {
    .post-files-btn {
        float: right;
        min-height: 50px;
        margin: 0 0 30px 30px;
        padding: 0.5714285714em 1.4285714286em;
    }
}
.post-files-btn svg {
    fill: #f39300;
    width: 20px;
    height: 24px;
    margin-right: 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.post-files-btn:hover {
    color: #fff;
    background-color: #009ac5;
}
.post-files-btn:hover svg {
    fill: #7ddffa;
}
.post-files-btn--fixed {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
}
.post-hashtags {
    margin: 30px -5px;
    clear: both;
}
.post-hashtags__link {
    margin: 5px;
    color: #aeafb2;
    padding: 0.75em 1.0714285714em;
    background-color: #f6f6f6;
}
.post-hashtags__link:hover {
    color: #aeafb2;
    background-color: #f1f1f1;
}
.feedback-fixed-btn {
    position: fixed;
    top: 54%;
    right: -100px;
    opacity: 0;
    z-index: 1030;
    width: 70px;
    height: 70px;
    display: block;
    color: #fff;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    background: #7fd94d;
    background: -webkit-gradient(linear, left bottom, left top, from(#49be4f), to(#7fd94d));
    background: -o-linear-gradient(bottom, #49be4f 0, #7fd94d 100%);
    background: linear-gradient(0deg, #49be4f 0, #7fd94d);
    -webkit-box-shadow: 0 3px 6px 1px rgba(120, 212, 72, 0.44);
    box-shadow: 0 3px 6px 1px rgba(120, 212, 72, 0.44);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: 0;
}
.feedback-fixed-btn .icon--call {
    width: 30px;
    height: 31px;
}
.feedback-fixed-btn:hover {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.feedback-fixed-btn.is-active {
    right: 20px;
    opacity: 1;
}
@media (max-width: 1199.98px) {
    .feedback-fixed-btn {
        top: auto;
        bottom: 25px;
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
    .feedback-fixed-btn .icon--call {
        width: 25px;
        height: 26px;
    }
}
@media print {
    .feedback-fixed-btn {
        display: none;
    }
}
html body .bvi-body[data-bvi-theme] .feedback-fixed-btn {
    -webkit-filter: none !important;
    filter: none !important;
    border: 1px solid !important;
    text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme] .feedback-fixed-btn > * {
    color: currentColor !important;
    background: none !important;
}
html body .bvi-body[data-bvi-theme="white"] .feedback-fixed-btn {
    color: #fff !important;
    background: #000 !important;
}
html body .bvi-body[data-bvi-theme="black"] .feedback-fixed-btn {
    color: #000 !important;
    background: #fff !important;
}
html body .bvi-body[data-bvi-theme="blue"] .feedback-fixed-btn {
    color: #9dd1ff !important;
    background: #063462 !important;
}
html body .bvi-body[data-bvi-theme="brown"] .feedback-fixed-btn {
    color: #f7f3d6 !important;
    background: #4d4b43 !important;
}
html body .bvi-body[data-bvi-theme="green"] .feedback-fixed-btn {
    color: #3b2716 !important;
    background: #a9e44d !important;
}
.feedback-modal .modal-dialog {
    max-width: 560px;
}
.feedback-modal .modal-content {
    padding: 35px 30px 44px;
    text-align: center;
}
.feedback-modal__title {
    color: #3e3e3e;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}
.feedback-modal__hint {
    color: #aeafb2;
    font-size: 12px;
}
@media (max-width: 767.98px) {
    .feedback-modal .modal-content {
        padding: 40px 25px;
    }
    .feedback-modal__title {
        font-size: 20px;
    }
    .feedback-modal__desc br {
        display: none;
    }
}
.s-feedback {
    padding: 35px 0;
    background-color: #e9f9e4;
}
@media (min-width: 1200px) {
    .s-feedback {
        padding: 50px 0;
    }
}
html body .bvi-body .s-feedback {
    border-top: 1px solid;
    border-bottom: 1px solid;
}
.feedback {
    margin: 0 auto;
    max-width: 500px;
}
.feedback__info {
    margin-bottom: 20px;
    text-align: center;
}
.feedback__title {
    color: #5fcb3a;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 7px;
}
.feedback__desc {
    color: #93b28a;
}
@media (min-width: 768px) {
    .feedback__title {
        font-size: 20px;
    }
}
@media (min-width: 1200px) {
    .feedback {
        max-width: 100%;
    }
    .feedback__info {
        text-align: left;
    }
}
.feedback-form {
    margin-left: -10px;
    margin-right: -10px;
    text-align: left;
}
.feedback-form__field {
    padding-left: 10px;
    padding-right: 10px;
}
.feedback-form__input,
.feedback-form__textarea {
    width: 100%;
    display: block;
    padding: 0 20px;
    color: #4e4e4e;
    font-size: 14px;
    background: #fff;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    outline: none;
    border: 0;
    border-bottom: 2px solid #6fd14e;
}
.feedback-form__input::-webkit-input-placeholder,
.feedback-form__textarea::-webkit-input-placeholder {
    color: #aeafb2;
}
.feedback-form__input::-moz-placeholder,
.feedback-form__textarea::-moz-placeholder {
    color: #aeafb2;
}
.feedback-form__input:-ms-input-placeholder,
.feedback-form__textarea:-ms-input-placeholder {
    color: #aeafb2;
}
.feedback-form__input:-moz-placeholder,
.feedback-form__textarea:-moz-placeholder {
    color: #aeafb2;
}
.feedback-form__field.has-error .feedback-form__input,
.feedback-form__field.has-error .feedback-form__textarea {
    border-color: #f46932;
}
html body .bvi-body .feedback-form__input,
html body .bvi-body .feedback-form__textarea {
    border: 1px solid;
}
html body .bvi-body .feedback-form__input::-webkit-input-placeholder,
html body .bvi-body .feedback-form__textarea::-webkit-input-placeholder {
    color: currentColor !important;
}
html body .bvi-body .feedback-form__input::-moz-placeholder,
html body .bvi-body .feedback-form__textarea::-moz-placeholder {
    color: currentColor !important;
}
html body .bvi-body .feedback-form__input:-ms-input-placeholder,
html body .bvi-body .feedback-form__textarea:-ms-input-placeholder {
    color: currentColor !important;
}
html body .bvi-body .feedback-form__input:-moz-placeholder,
html body .bvi-body .feedback-form__textarea:-moz-placeholder {
    color: currentColor !important;
}
.feedback-form__input {
    height: 50px;
}
.feedback-form__textarea {
    min-height: 120px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.feedback-form__select select {
    border: 0;
    border-bottom: 2px solid #6fd14e;
}
html body .bvi-body .feedback-form__select select {
    border: 1px solid;
}
.feedback-form__field.has-error .feedback-form__select select {
    border-color: #f46932;
}
.feedback-form__error {
    display: none;
    color: #f46932;
    font-size: 12px;
    margin-top: 2px;
}
.feedback-form__field.has-error .feedback-form__error:not(:empty) {
    display: block;
}
.feedback-form__submit {
    width: 100%;
    color: #fff;
    text-align: left;
    min-height: 50px;
    background: #7fd94d;
    background: -webkit-gradient(linear, left bottom, left top, from(#49be4f), to(#7fd94d));
    background: -o-linear-gradient(bottom, #49be4f 0, #7fd94d 100%);
    background: linear-gradient(0deg, #49be4f 0, #7fd94d);
    -webkit-box-shadow: 0 3px 6px 1px rgba(120, 212, 72, 0.44);
    box-shadow: 0 3px 6px 1px rgba(120, 212, 72, 0.44);
}
.feedback-form__submit .icon--phone {
    width: 17px;
    height: 17px;
    margin-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.feedback-form__submit:hover {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}
@media (max-width: 1199.98px) {
    .feedback-form__field:not(:last-child) {
        margin-bottom: 20px;
    }
}
.feedback-form--modal {
    margin: 0 auto;
    max-width: 360px;
}
.feedback-form--modal .feedback-form__field {
    margin-bottom: 20px;
}
.feedback-form--modal .feedback-form__input,
.feedback-form--modal .feedback-form__select select,
.feedback-form--modal .feedback-form__textarea {
    border: 1px solid #ededed;
    background: #ededed;
}
.s-partners {
    margin-bottom: 40px;
}
@media print {
    .s-partners {
        display: none;
    }
}
.partners {
    padding: 20px 40px;
}
.partners__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 15px;
}
.partners__slide img {
    max-width: 100%;
    max-height: 100%;
}
@media (max-width: 767.98px) {
    .partners {
        padding: 15px 30px;
    }
}
@media (max-width: 575.98px) {
    .partners__slide {
        padding: 0;
    }
}
.footer-nav__list {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}
@media (max-width: 1199.98px) {
    .footer-nav__list {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}
.footer-nav__list a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.footer-nav__list a .icon--arrow-down {
    position: absolute;
    right: 0;
    width: 9px;
    height: 5px;
}
.footer-nav__list > li {
    margin-bottom: 15px;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}
.footer-nav__list > li > a {
    color: #fff;
    font-size: 16px;
}
.footer-nav__list > li > a:hover {
    color: #fff;
}
.footer-nav__list > li.has-subnav > a {
    padding-right: 18px;
}
.footer-nav__list > li.has-subnav > a .icon--arrow-down {
    top: 0.625em;
}
.footer-nav__list ul {
    font-size: 14px;
    margin-top: 10px;
}
.footer-nav__list ul li:not(:last-child) {
    margin-bottom: 5px;
}
.footer-nav__list ul li > a {
    color: #7ddffa;
}
.footer-nav__list ul li > a:hover {
    color: #fff;
}
.footer-nav__list ul li.has-subnav > a {
    padding-right: 18px;
}
.footer-nav__list ul li.has-subnav > a .icon--arrow-down {
    top: 0.5714285714em;
}
.footer-nav__list ul ul {
    padding-left: 18px;
    position: relative;
    font-size: 12px;
}
.footer-nav__list ul ul:before {
    content: "";
    position: absolute;
    top: 0.25em;
    left: 0;
    bottom: 0.0833333333em;
    width: 1px;
    background-color: #11a7d1;
}
.footer-nav__list ul ul li:not(:last-child) {
    margin-bottom: 3px;
}
.footer-nav__list ul ul a {
    color: #61d1ef;
}
.footer-nav__list ul ul a:hover {
    color: #fff;
}
.footer-nav__list ul ul ul {
    margin-top: 3px;
}
.footer {
    padding: 30px 0 40px;
    color: #fff;
    font-size: 14px;
    background-color: #009ac5;
}
@media (max-width: 1199.98px) {
    .footer {
        padding: 30px 0;
    }
}
.footer__top {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #11a7d1;
}
@media (max-width: 1199.98px) {
    .footer__top {
        margin-bottom: 25px;
    }
}
.footer__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
}
@media (max-width: 991.98px) {
    .footer__socials {
        margin-bottom: 20px;
    }
}
.footer__socials-link {
    width: 46px;
    height: 46px;
    margin: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background-color: #ffa110;
    border-radius: 50%;
}
.footer__socials-link:hover {
    color: #fff;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.footer__socials-link .icon--facebook {
    width: 8px;
    height: 17px;
}
.footer__socials-link .icon--instagram {
    width: 18px;
    height: 18px;
}
.footer__socials-link .icon--wechat {
    width: 24px;
    height: 23px;
}
html body .bvi-body .footer__socials-link {
    border: 1px solid;
}
.footer__contacts a,
.footer__controls a {
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.footer__contacts a:hover,
.footer__controls a:hover {
    color: #7ddffa;
}
.footer__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer__contacts-item {
    margin-top: 10px;
    margin-bottom: 10px;
}
.footer__contacts-item:not(:last-child) {
    margin-right: 75px;
}
@media (max-width: 767.98px) {
    .footer__contacts-item {
        width: 100%;
        margin-right: 0 !important;
    }
}
.footer__contacts-title {
    color: #7ddffa;
    font-weight: 400;
    margin-bottom: 2px;
}
.footer__contacts-number {
    font-size: 26px;
    font-weight: 700;
}
@media (max-width: 767.98px) {
    .footer__contacts-number {
        font-size: 22px;
    }
}
.footer__contacts-desc {
    line-height: 1.58;
}
.footer__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
@media (min-width: 1200px) {
    .footer__controls {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.footer__controls-item {
    margin: 5px 10px;
}
.footer__controls-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer__controls-icon {
    width: 25px;
    margin-right: 12px;
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.footer__controls-icon .icon {
    top: -0.09em;
}
.footer__controls-icon .icon--safety {
    width: 18px;
    height: 18px;
}
.footer__controls-icon .icon--glasses {
    width: 25px;
    height: 11px;
}
.footer__controls-icon .icon--map {
    width: 24px;
    height: 19px;
}
.footer__copyright,
.footer__dev {
    color: #49c5e7;
}
.footer__copyright a,
.footer__dev a {
    color: inherit;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.footer__copyright a:hover,
.footer__dev a:hover {
    color: #fff;
}
.footer__copyright-desc {
    font-size: 12px;
    margin-top: 8px;
}
@media (max-width: 575.98px) {
    .footer__copyright-desc br {
        display: none;
    }
}
.footer__dev {
    font-size: 12px;
}
@media (min-width: 1200px) {
    .footer__dev {
        text-align: right;
    }
}
@media print {
    .footer {
        padding: 20px 0;
        background-color: #f6f6f6;
        text-align: center;
    }
    .footer .row > * {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-bottom: 0 !important;
    }
    .footer__contacts,
    .footer__controls,
    .footer__dev,
    .footer__socials,
    .footer__top {
        display: none;
    }
    .footer__copyright {
        color: #3e3e3e;
    }
}
html body .bvi-body .footer {
    border-top: 1px solid;
}
.modal-table .modal-dialog {
    max-width: 100%;
    margin-left: 40px;
    margin-right: 40px;
}
.modal-table .modal-content {
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    min-height: 300px;
}
.modal-table table {
    float: none !important;
    margin-left: auto;
    margin-right: auto;
}
.modal-table .table-responsive {
    margin-bottom: 0 !important;
}
.modal-table .table-responsive-btn {
    display: none !important;
}
.modal-dialog--lg {
    max-width: 560px;
}
.modal-content {
    width: 100%;
    border: 0;
    padding: 35px 30px;
    border-radius: 0;
}
@media (min-width: 992px) {
    .modal-content {
        margin-top: 82px;
        margin-bottom: 82px;
    }
}
@media (max-width: 575.98px) {
    .modal-content {
        padding: 40px 25px;
    }
}
.modal__close {
    position: absolute;
    top: -30px;
    right: -30px;
    width: 60px;
    height: 60px;
    color: #666;
    line-height: 60px;
    text-align: center;
    background-color: #ededed;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 1;
    border: 0;
}
.modal__close:hover {
    background-color: #dedede;
}
.modal__close svg {
    width: 14px;
    height: 14px;
}
@media (max-width: 991.98px) {
    .modal__close {
        top: 0;
        right: 0;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 0;
        background-color: transparent !important;
    }
}
.modal__title {
    color: #3e3e3e;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}
@media (max-width: 767.98px) {
    .modal__title {
        font-size: 20px;
    }
}
html body .bvi-body[data-bvi-theme] .modal,
html body .bvi-body[data-bvi-theme] .modal-dialog {
    background: none !important;
}
html body .bvi-body[data-bvi-theme] .modal-content {
    border: 1px solid;
}
.s-intro-page {
    padding: 30px 0;
    margin-bottom: 0;
    color: #fff;
    background-color: #009ac5;
}
.s-intro-page__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.35;
}
@media (max-width: 1199.98px) {
    .s-intro-page {
        padding: 25px 0;
    }
    .s-intro-page__title {
        font-size: 25px;
    }
}
@media (max-width: 991.98px) {
    .s-intro-page__title {
        font-size: 22px;
    }
}
@media (max-width: 575.98px) {
    .s-intro-page {
        padding: 20px 0;
    }
    .s-intro-page__title {
        font-size: 20px;
    }
}
@media print {
    .s-intro-page {
        color: #3e3e3e;
        background-color: transparent;
    }
}
html body .bvi-body .s-intro-page {
    border-top: 1px solid;
    border-bottom: 1px solid;
}
.s-breadcrumbs {
    padding: 10px 0;
    font-size: 12px;
    background-color: #f6f6f6;
}
@media (min-width: 992px) {
    .s-breadcrumbs {
        margin-bottom: 40px;
    }
}
html body .bvi-body .s-breadcrumbs {
    border-bottom: 1px solid;
}
.breadcrumbs:after,
.breadcrumbs:before {
    content: " ";
    display: table;
}
.breadcrumbs:after {
    clear: both;
}
.breadcrumbs li {
    float: left;
    padding: 2px 0;
}
.breadcrumbs li:last-child {
    pointer-events: none;
}
html body .bvi-body .breadcrumbs li:last-child a {
    text-decoration: none !important;
}
.breadcrumbs li a {
    color: #aeafb2;
}
.breadcrumbs li a:hover {
    color: #009ac5;
}
.breadcrumbs li svg {
    fill: #d2d2d4;
    width: 0.75em;
    height: 0.5833333333em;
    margin-left: 0.5em;
    margin-right: 0.8333333333em;
}
.page-404 {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
}
.page-404 h1 {
    color: #009ac5;
    font-size: 30rem;
    font-weight: 700;
    line-height: 1.2;
}
@media (max-width: 767.98px) {
    .page-404 h1 {
        font-size: 15rem;
    }
}
.s-page {
    padding-bottom: 35px;
    border-bottom: 1px solid #e6e6e6;
}
.s-page__content {
    min-height: 200px;
}
.s-page__content > :first-child {
    margin-top: 0;
}
@media (max-width: 767.98px) {
    .s-page__content {
        min-height: 100px;
    }
}
.s-page__footer {
    font-size: 14px;
    margin-top: 40px;
    padding-top: 35px;
    border-top: 10px solid #f6f6f6;
}
@media (max-width: 1199.98px) {
    .s-page__footer {
        margin-top: 30px;
        padding-top: 25px;
    }
}
@media (max-width: 767.98px) {
    .s-page__footer {
        margin-top: 25px;
        padding-top: 20px;
        border-top-width: 5px;
    }
}
html body .bvi-body .s-page__footer {
    border-top-width: 1px;
}
@media print {
    .s-page {
        padding-bottom: 0;
        border-bottom: 0;
    }
    .s-page__main {
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
        max-width: 100% !important;
    }
    .s-page__aside,
    .s-page__footer {
        display: none !important;
    }
}
@media (max-width: 575.98px) {
    .page-control {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 20px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}
.page-control__link {
    margin-right: 25px;
    display: inline-block;
    vertical-align: middle;
}
@media (max-width: 575.98px) {
    .page-control__link:last-child {
        margin-right: 0;
    }
}
.page-control__link .icon {
    top: -0.0714285714em;
    fill: #aeafb2;
    margin-right: 0.5em;
}
.page-control__link .icon--barb-arrow {
    width: 0.9285714286em;
    height: 0.7142857143em;
}
.page-control__link .icon--print {
    width: 1.1428571429em;
    height: 1.2142857143em;
}
.page-share__title {
    margin-right: 15px;
}
.page-share__body {
    margin: 0 -5px;
}
.page-share__body .at-share-btn {
    width: 34px !important;
    height: 34px !important;
    margin: 5px !important;
    padding: 0 !important;
    border-radius: 50% !important;
}
.page-share__body .at-share-btn span.at-icon-wrapper {
    width: 100% !important;
    height: 100% !important;
    line-height: 34px !important;
    text-align: center !important;
}
.page-share__body .at-share-btn svg {
    width: 20px !important;
    height: 20px !important;
}
html body .bvi-body .page-share__body .at-share-btn {
    border: 1px solid;
}
html body .bvi-body .page-share__body .at-share-btn span.at-icon-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.page-share__body .at-svc-facebook {
    background-color: #1977f3 !important;
}
.second-nav {
    -webkit-box-shadow: inset 1px 0 0 0 #e6e6e6;
    box-shadow: inset 1px 0 0 0 #e6e6e6;
}
.second-nav__item:not(:last-child) {
    margin-bottom: 18px;
}
.second-nav__list a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.second-nav__list a .icon--arrow-down {
    fill: #999;
    position: absolute;
    right: 0;
    width: 9px;
    height: 5px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.second-nav__list a.is-active {
    -webkit-box-shadow: inset 6px 0 0 0 currentColor;
    box-shadow: inset 6px 0 0 0 currentColor;
}
.second-nav__list a.is-active .icon--arrow-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.second-nav__list > li:not(:last-child) {
    margin-bottom: 5px;
}
.second-nav__list > li > a {
    color: #3e3e3e;
    padding: 7px 15px 7px 30px;
}
.second-nav__list > li > a:hover {
    color: #3e3e3e;
    -webkit-box-shadow: inset 6px 0 0 0 #009ac5;
    box-shadow: inset 6px 0 0 0 #009ac5;
}
.second-nav__list > li > a.is-active {
    color: #f39300;
    -webkit-box-shadow: inset 6px 0 0 0 #f39300;
    box-shadow: inset 6px 0 0 0 #f39300;
}
.second-nav__list > li.has-subnav > a {
    padding-right: 20px;
}
.second-nav__list > li.has-subnav > a.is-active {
    color: #3e3e3e;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.second-nav__list > li.has-subnav > a .icon--arrow-down {
    top: 1em;
}
.second-nav__list ul {
    display: none;
    font-size: 14px;
}
.second-nav__list ul a {
    color: #939393;
    padding: 6px 15px 6px 30px;
}
.second-nav__list ul a:hover {
    color: #939393;
    -webkit-box-shadow: inset 6px 0 0 0 #009ac5;
    box-shadow: inset 6px 0 0 0 #009ac5;
}
.second-nav__list ul a.is-active {
    color: #f39300;
    -webkit-box-shadow: inset 6px 0 0 0 #f39300;
    box-shadow: inset 6px 0 0 0 #f39300;
}
.second-nav__list ul li {
    margin-top: 2px;
}
.second-nav__list ul li.has-subnav > a {
    padding-right: 20px;
}
.second-nav__list ul li.has-subnav > a.is-active {
    color: #939393;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.second-nav__list ul li.has-subnav > a .icon--arrow-down {
    top: 1em;
}
html body .bvi-body .second-nav {
    border-left: 1px solid;
}
.notes-aside__text {
    color: #939393;
    font-size: 14px;
}
.notes-aside__text:not(:last-child) {
    margin-bottom: 20px;
}
.notes-aside__text > :first-child {
    margin-top: 0;
}
.notes-aside__text > :last-child {
    margin-bottom: 0;
}
.notes-aside__text h4 {
    color: #3e3e3e;
    font-size: 16px;
    margin-bottom: 0.35em;
}
.notes-aside__text p {
    margin-bottom: 0.15em;
}
.notes-aside__text .formatted-body-note {
    padding: 1.285em 1.428em;
}
.aside__inner > .col-12:last-child .aside-block {
    margin-bottom: 0;
}
.aside-block {
    margin-bottom: 30px;
    word-break: break-word;
    overflow-wrap: break-word;
}
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 25px;
}
.pagination__arrow {
    font-size: 14px;
}
.pagination__arrow svg {
    fill: #aeafb2;
    top: -0.0714285714em;
    width: 0.9285714286em;
    height: 0.7142857143em;
}
.pagination__arrow--prev svg {
    margin-right: 0.5em;
}
.pagination__arrow--next svg {
    margin-left: 0.5em;
}
.pagination__arrow-link {
    display: inline-block;
    line-height: 40px;
}
.pagination__list {
    margin: 0 25px;
}
.pagination__list:after,
.pagination__list:before {
    content: " ";
    display: table;
}
.pagination__list:after {
    clear: both;
}
.pagination__item {
    float: left;
}
.pagination__link {
    display: block;
    width: 40px;
    height: 40px;
    color: #4e4e4e;
    line-height: 40px;
    text-align: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.pagination__link:not(.is-disabled):not(.is-active):hover {
    color: #4e4e4e;
    background-color: #f6f6f6;
}
.pagination__link.is-active {
    color: #fff;
    background-color: #f39300;
}
@media (max-width: 991.98px) {
    .pagination__arrow-link {
        line-height: 35px;
    }
    .pagination__link {
        width: 35px;
        height: 35px;
        font-size: 14px;
        line-height: 35px;
    }
}
@media (max-width: 767.98px) {
    .pagination {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .pagination__list {
        margin: 0 15px;
    }
    .pagination__arrow-link {
        width: 35px;
        text-align: center;
    }
    .pagination__arrow-link svg {
        margin: 0;
    }
    .pagination__arrow-link span {
        display: none;
    }
}
.leaders-hero {
    margin-bottom: 40px;
}
.leaders-hero__inner {
    padding-bottom: 40px;
    border-bottom: 1px solid #e6e6e6;
}
.leaders-hero__image-wrap {
    width: 300px;
    height: 400px;
    max-width: 100%;
    margin-right: 40px;
}
.leaders-hero__info {
    position: relative;
    padding-top: 32px;
    width: calc(100% - 340px);
}
.leaders-hero__info:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 6px;
    background-color: #f39300;
}
.leaders-hero__title {
    color: #3e3e3e;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 14px;
}
.leaders-hero__position {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 22px;
}
.leaders-hero__position:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background-color: #d9d9d9;
}
@media (max-width: 1199.98px) {
    .leaders-hero__title {
        font-size: 25px;
    }
}
@media (max-width: 991.98px) {
    .leaders-hero {
        margin-bottom: 30px;
    }
    .leaders-hero__inner {
        padding-bottom: 30px;
    }
    .leaders-hero__image-wrap {
        margin-right: 30px;
    }
    .leaders-hero__info {
        width: calc(100% - 330px);
    }
    .leaders-hero__title {
        font-size: 22px;
        margin-bottom: 8px;
    }
    .leaders-hero__desc,
    .leaders-hero__position {
        font-size: 14px;
    }
}
@media (max-width: 767.98px) {
    .leaders-hero__image-wrap {
        margin: 0 auto 20px;
    }
    .leaders-hero__info {
        width: 100%;
        padding-top: 0;
        text-align: center;
    }
    .leaders-hero__info:before {
        content: none;
    }
    .leaders-hero__title {
        font-size: 20px;
    }
    .leaders-hero__position:after {
        right: 0;
        margin: auto;
    }
}
.leaders-card {
    margin-bottom: 40px;
}
.leaders-card__image-wrap {
    min-height: 300px;
    margin-bottom: 20px;
    padding-top: 100%;
    overflow: hidden;
}
.leaders-card__desc {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 18px 20px;
    color: #fff;
    font-size: 14px;
    max-height: 100%;
    overflow-y: auto;
    background-color: rgba(0, 154, 197, 0.9);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.leaders-card__desc:empty {
    display: none;
}
.leaders-card__image-wrap:hover .leaders-card__desc {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.leaders-card__title {
    color: #009ac5;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 12px;
}
.leaders-card__title span {
    display: block;
}
@media (max-width: 991.98px) {
    .leaders-card {
        margin-bottom: 30px;
    }
    .leaders-card__image-wrap {
        margin-bottom: 12px;
    }
    .leaders-card__title {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .leaders-card__position {
        font-size: 14px;
    }
}
@media (max-width: 575.98px) {
    .leaders-card {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width: 768px) {
    .leaders-modal .modal-dialog {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .leaders-modal .modal-dialog {
        max-width: 920px;
    }
}
@media (min-width: 1400px) {
    .leaders-modal .modal-dialog {
        max-width: 1290px;
    }
}
@media (min-width: 992px) {
    .leaders-modal .modal-content {
        padding: 0;
        background-color: transparent;
    }
}
.leaders-modal__image-wrap {
    width: 410px;
}
.leaders-modal__image {
    width: 100%;
    height: 610px;
    background: top/cover no-repeat #e6e6e6;
}
.leaders-modal__desc {
    color: #fff;
    font-size: 14px;
    padding: 24px 25px 24px 0;
}
.leaders-modal__desc:empty {
    display: none;
}
html body .bvi-body .leaders-modal__desc {
    padding-left: 25px;
}
.leaders-modal__desc-sm {
    display: none;
    margin-bottom: 20px;
}
.leaders-modal__desc-sm:empty {
    display: none;
}
.leaders-modal__info {
    width: calc(100% - 410px);
    padding: 40px;
    position: relative;
    background-color: #fff;
}
.leaders-modal__title {
    color: #3e3e3e;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 14px;
    padding-top: 32px;
    position: relative;
}
.leaders-modal__title:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 6px;
    background-color: #f39300;
}
.leaders-modal__position {
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 25px;
}
.leaders-modal__position:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background-color: #d9d9d9;
}
.leaders-modal__position br {
    display: none;
}
@media (max-width: 1399.98px) {
    .leaders-modal__image-wrap {
        width: 300px;
    }
    .leaders-modal__image {
        height: 500px;
    }
    .leaders-modal__info {
        width: calc(100% - 300px);
        padding-left: 25px;
        padding-right: 25px;
    }
}
@media (max-width: 1199.98px) {
    .leaders-modal__title {
        font-size: 25px;
        padding-top: 28px;
    }
    .leaders-modal__position {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
}
@media (max-width: 991.98px) {
    .leaders-modal__image-wrap {
        width: 280px;
        margin: 0 auto 20px;
        max-width: 100%;
    }
    .leaders-modal__image {
        height: 330px;
    }
    .leaders-modal__desc {
        display: none;
    }
    .leaders-modal__desc-sm {
        display: block;
    }
    .leaders-modal__info {
        width: 100%;
        padding: 0;
    }
    .leaders-modal__title {
        font-size: 22px;
        margin-bottom: 8px;
        padding-top: 0;
        text-align: center;
    }
    .leaders-modal__title:before {
        content: none;
    }
    .leaders-modal__position {
        text-align: center;
    }
    .leaders-modal__position:after {
        right: 0;
        margin: auto;
    }
}
@media (max-width: 767.98px) {
    .leaders-modal__info {
        font-size: 14px;
    }
    .leaders-modal__info .formatted-body h4 {
        font-size: 16px;
    }
    .leaders-modal__title {
        font-size: 20px;
    }
}
.leaders-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px;
    background-color: #f6f6f6;
}
.leaders-panel__left {
    width: 43%;
    padding-right: 65px;
    border-right: 2px solid #e6e6e6;
}
.leaders-panel__right {
    width: 57%;
    padding-left: 40px;
}
@media (max-width: 991.98px) {
    .leaders-panel {
        display: block;
    }
    .leaders-panel__left {
        width: 100%;
        padding: 0 0 20px;
        margin-bottom: 20px;
        border-right: 0;
        border-bottom: 1px solid #e6e6e6;
    }
    .leaders-panel__right {
        width: 100%;
        padding: 0;
    }
}
@media (max-width: 767.98px) {
    .leaders-panel {
        padding: 30px 25px;
    }
}
html body .bvi-body .leaders-panel {
    border: 1px solid;
}
.info-suppliers__list {
    margin-top: 40px;
    padding-top: 60px;
    border-top: 1px solid #e6e6e6;
}
@media (max-width: 991.98px) {
    .info-suppliers__list {
        padding-top: 50px;
    }
}
@media (max-width: 767.98px) {
    .info-suppliers__list {
        padding-top: 40px;
    }
}
.info-suppliers__item {
    width: 50%;
    margin-bottom: 60px;
}
.info-suppliers__item:nth-child(2n) {
    padding-left: 70px;
}
.info-suppliers__item:nth-child(odd) {
    padding-right: 70px;
    -webkit-box-shadow: 2px 0 0 0 #f6f6f6;
    box-shadow: 2px 0 0 0 #f6f6f6;
}
@media (max-width: 991.98px) {
    .info-suppliers__item {
        margin-bottom: 50px;
    }
    .info-suppliers__item:nth-child(2n) {
        padding-left: 40px;
    }
    .info-suppliers__item:nth-child(odd) {
        padding-right: 40px;
    }
}
@media (max-width: 767.98px) {
    .info-suppliers__item {
        width: 100% !important;
        padding: 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        margin-bottom: 40px;
    }
}
.info-suppliers__image-wrap {
    padding-top: 56.0975609756%;
    margin-bottom: 50px;
}
@media (max-width: 991.98px) {
    .info-suppliers__image-wrap {
        margin-bottom: 30px;
    }
}
.info-suppliers__item:nth-child(2n) .info-suppliers__info h3:before {
    border-top-color: #009ac5;
}
@media (min-width: 768px) {
    .info-suppliers__item--hero {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    .info-suppliers__item--hero .info-suppliers__image-wrap {
        width: 360px;
        margin: 0 40px 0 0;
        padding-top: 0;
        background-color: transparent;
    }
    .info-suppliers__item--hero .info-suppliers__image-wrap img {
        height: auto;
        position: static;
    }
    .info-suppliers__item--hero .info-suppliers__info {
        width: calc(100% - 400px);
    }
}
.refs-group__section {
    margin-bottom: 40px;
}
.refs-group__title {
    color: #3e3e3e;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 40px;
}
.refs-group__item {
    margin-bottom: 40px;
    text-align: center;
}
.refs-group__item-link {
    height: 100%;
    display: block;
    padding: 10px 10px 20px;
}
.refs-group__item-link:hover {
    background-color: #f9f9f9;
}
.refs-group__item-logo {
    height: 80px;
    margin-bottom: 10px;
}
.refs-group__item-logo img {
    max-height: 100%;
}
.refs-group__item-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
}
.refs-group__item-desc {
    color: #009ac5;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 10px;
}
@media (max-width: 1199.98px) {
    .refs-group__title {
        font-size: 22px;
        margin-bottom: 30px;
    }
}
@media (max-width: 767.98px) {
    .refs-group__title {
        font-size: 20px;
    }
}
@media (max-width: 575.98px) {
    .refs-group__item {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
}
.gen-info__section {
    position: relative;
    margin-bottom: 40px;
}
.gen-info__section:not(:last-child) {
    padding-bottom: 40px;
    border-bottom: 1px solid #e6e6e6;
}
.gen-info__section:last-child:after {
    content: none;
}
.gen-info__section.line-decor--1:after {
    right: 16.75%;
}
.gen-info__section.line-decor--2:after {
    left: 7%;
}
@media (min-width: 992px) {
    .gen-info__section--mb-lg {
        margin-bottom: 70px;
    }
}
.gen-info__title {
    margin-bottom: 20px;
}
.gen-info-shareholder__head {
    margin-bottom: 50px;
}
.gen-info-shareholder__intro {
    margin-bottom: 35px;
}
@media (min-width: 992px) {
    .gen-info-shareholder__head {
        margin-bottom: 75px;
    }
    .gen-info-shareholder__intro {
        width: 420px;
        margin: 0 40px 0 0;
        padding-right: 40px;
        border-right: 1px solid #f6f6f6;
    }
    .gen-info-shareholder__info {
        width: calc(100% - 460px);
    }
}
.gen-info-benefits__list {
    margin-top: 60px;
}
@media (max-width: 1199.98px) {
    .gen-info-benefits__list {
        margin-top: 40px;
    }
}
.gen-info-benefits__item {
    margin-bottom: 40px;
}
.gen-info-benefits__icon {
    height: 60px;
    margin-bottom: 30px;
}
.gen-info-benefits__icon img {
    max-height: 100%;
}
@media (max-width: 991.98px) {
    .reviews {
        max-width: 540px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 575.98px) {
    .reviews {
        max-width: 300px;
    }
}
.reviews__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
}
.reviews__item-link {
    display: block;
    color: #3e3e3e;
    padding: 5px 5px 0;
    background-color: #f6f6f6;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.reviews__item-link:hover {
    color: #fff;
    background-color: #009ac5;
}
.reviews__item-image {
    position: relative;
    padding-top: 137.9310344828%;
    background: 50% / cover no-repeat;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.reviews__item-link:hover .reviews__item-image {
    opacity: 0.7;
}
.reviews__item-title {
    margin: 0 -5px;
    padding: 12px 15px;
    font-size: 16px;
    color: #009ac5;
    font-weight: 700;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.reviews__item-link:hover .reviews__item-title {
    color: #fff;
}
.reviews__item-subtitle {
    font-size: 14px;
    margin-top: 8px;
    text-align: center;
}
.edu-intro {
    padding: 30px 0 85px;
    margin-bottom: 35px;
    border-bottom: 1px solid #e6e6e6;
}
.edu-intro__title {
    color: #009ac5;
    font-size: 37px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 25px;
}
.edu-intro__desc h3 {
    margin-top: 0;
    padding-top: 0;
    font-size: 20px;
}
.edu-intro__desc h3:before {
    content: none;
}
@media (max-width: 1199.98px) {
    .edu-intro__title {
        font-size: 30px;
    }
    .edu-intro__desc {
        font-size: 16px;
    }
}
@media (max-width: 991.98px) {
    .edu-intro {
        padding: 20px 0 35px;
    }
    .edu-intro__title {
        font-size: 26px;
        margin-bottom: 15px;
    }
}
@media (max-width: 767.98px) {
    .edu-intro__title {
        font-size: 24px;
    }
}
.edu-products__header {
    margin-bottom: 30px;
}
.edu-products__title {
    color: #3e3e3e;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}
.edu-products__item {
    position: relative;
    padding: 12px 15px 12px 52px;
    background-color: #f6f6f6;
    border-bottom: 1px solid #fff;
}
.edu-products__item.is-done {
    background-color: transparent;
    border-bottom-color: #f6f6f6;
}
.edu-products__item-icon {
    fill: #d6d6d6;
    position: absolute;
    top: 50%;
    left: 15px;
    width: 22px;
    height: 22px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.edu-products__item.is-done .edu-products__item-icon {
    fill: #91d554;
}
.edu-products__item-title {
    color: #3e3e3e;
    font-size: 18px;
}
.edu-products__footer {
    margin-top: 40px;
}
@media (max-width: 1199.98px) {
    .edu-products__title {
        font-size: 22px;
    }
}
@media (max-width: 991.98px) {
    .edu-products__item-title {
        font-size: 16px;
    }
    .edu-products__footer {
        margin-top: 30px;
    }
}
@media (max-width: 767.98px) {
    .edu-products__title {
        font-size: 20px;
        margin-bottom: 10px;
    }
}
.edu-form-login__inner {
    display: none;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #e6e6e6;
}
.edu-training__control,
.edu-training__header {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
}
.edu-training__header {
    text-align: center;
    margin-bottom: 35px;
}
.edu-training__title {
    color: #3e3e3e;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 25px;
}
.edu-training__slider {
    margin-bottom: 40px;
    padding: 40px 0 20px;
    background-color: #f6f6f6;
}
.edu-training__control-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.edu-training__control-in .btn {
    margin-top: 20px;
}
.edu-training__control-in .btn:not(:last-child) {
    margin-right: 20px;
}
@media (max-width: 1199.98px) {
    .edu-training__title {
        font-size: 24px;
        margin-bottom: 20px;
    }
}
@media (max-width: 991.98px) {
    .edu-training__title {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .edu-training__slider {
        margin-bottom: 20px;
    }
}
@media (max-width: 575.98px) {
    .edu-training__header {
        margin-bottom: 30px;
    }
    .edu-training__title {
        font-size: 20px;
    }
    .edu-training__desc {
        font-size: 14px;
    }
    .edu-training__control-in .btn {
        width: 100%;
        margin-right: 0 !important;
    }
}
.edu-testing {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
}
.edu-testing__title {
    color: #3e3e3e;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 25px;
}
@media (max-width: 1199.98px) {
    .edu-testing__title {
        font-size: 24px;
        margin-bottom: 20px;
    }
}
@media (max-width: 991.98px) {
    .edu-testing__title {
        font-size: 22px;
        margin-bottom: 15px;
    }
}
@media (max-width: 575.98px) {
    .edu-testing__title {
        font-size: 20px;
    }
}
@media (max-width: 575.98px) {
    .edu-testing__desc {
        font-size: 14px;
    }
}
.edu-testing-form {
    margin-top: 35px;
}
.edu-testing-form__title {
    color: #009ac5;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}
.edu-testing-form__list {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}
.edu-testing-form__fields {
    padding: 20px 30px 30px;
    background-color: #f6f6f6;
}
.edu-testing-form__field-title {
    color: #3e3e3e;
    font-weight: 700;
    margin-bottom: 15px;
}
.edu-testing-form__field-body .form-check:last-child {
    margin-bottom: 0;
}
.edu-testing-form__control {
    margin-top: 40px;
    text-align: right;
}
@media (max-width: 575.98px) {
    .edu-testing-form__control {
        margin-top: 30px;
    }
    .edu-testing-form__control .btn {
        width: 100%;
    }
}
.s-edu {
    padding-bottom: 60px;
    border-bottom: 1px solid #e6e6e6;
}
.history-success-nav {
    margin-bottom: 25px;
    -webkit-box-shadow: inset 0 -1px 0 #e6e6e6;
    box-shadow: inset 0 -1px 0 #e6e6e6;
}
.history-success-nav--padding .slick-list {
    padding-left: 80px;
}
.history-success-nav .slick-slide {
    margin-right: 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.history-success-nav .slick-slide.slick-current {
    -webkit-box-shadow: inset 0 -6px 0 #f39300;
    box-shadow: inset 0 -6px 0 #f39300;
}
.history-success-nav .slick-slide:not(.slick-current) {
    cursor: pointer;
    opacity: 0.3;
}
.history-success-nav .slick-track {
    margin-left: 0;
}
.history-success-nav__item {
    padding-bottom: 20px;
}
.history-success-nav__title {
    color: #3e3e3e;
    font-size: 18px;
    font-weight: 700;
}
.history-success-nav__subtitle {
    color: #aeafb2;
    font-size: 14px;
}
@media (min-width: 768px) {
    .history-success-slider .slick-slide {
        margin-right: 30px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    .history-success-slider .slick-slide:not(.slick-current) {
        cursor: pointer;
        opacity: 0.3;
    }
}
.history-success-slider__slide {
    width: 630px;
}
.history-success-slider__header {
    margin-bottom: 22px;
    padding-top: 68.253968254%;
}
.history-success-slider__year {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
    color: #3e3e3e;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.35;
}
.history-success-slider__year:after {
    content: "";
    height: 1px;
    display: block;
    margin-left: 28px;
    background-color: #e6e6e6;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.history-success-slider__month {
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    vertical-align: middle;
    background-color: #009ac5;
}
.history-success-slider__desc {
    margin-top: 25px;
}
@media (max-width: 991.98px) {
    .history-success-slider__slide {
        width: 460px;
    }
    .history-success-slider__header {
        margin-bottom: 20px;
    }
    .history-success-slider__year {
        font-size: 25px;
    }
    .history-success-slider__desc {
        margin-top: 15px;
        font-size: 14px;
    }
}
@media (max-width: 767.98px) {
    .history-success-slider__slide {
        width: 100%;
    }
}
.head-office__content {
    margin-bottom: 90px;
}
@media (max-width: 991.98px) {
    .head-office__content {
        margin-bottom: 60px;
    }
}
@media (max-width: 767.98px) {
    .head-office__content {
        margin-bottom: 40px;
    }
}
.head-office-city__item {
    width: 50%;
    margin-bottom: 70px;
}
.head-office-city__item:nth-child(2n) {
    padding-left: 60px;
}
.head-office-city__item:nth-child(odd) {
    padding-right: 60px;
    -webkit-box-shadow: 2px 0 0 0 #f6f6f6;
    box-shadow: 2px 0 0 0 #f6f6f6;
}
@media (max-width: 991.98px) {
    .head-office-city__item {
        margin-bottom: 50px;
    }
    .head-office-city__item:nth-child(2n) {
        padding-left: 40px;
    }
    .head-office-city__item:nth-child(odd) {
        padding-right: 40px;
    }
}
@media (max-width: 767.98px) {
    .head-office-city__item {
        width: 100% !important;
        padding: 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        margin-bottom: 40px;
    }
}
.head-office-city__image-wrap {
    padding-top: 54.7619047619%;
    margin-bottom: 40px;
}
@media (max-width: 991.98px) {
    .head-office-city__image-wrap {
        margin-bottom: 30px;
    }
}
.head-office-city__item:nth-child(2n) .head-office-city__info h3:before {
    border-top-color: #009ac5;
}
@media (min-width: 768px) {
    .head-office-city__item--hero {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    .head-office-city__item--hero .head-office-city__image-wrap {
        width: 360px;
        margin: 0 40px 0 0;
        padding-top: 0;
        background-color: transparent;
    }
    .head-office-city__item--hero .head-office-city__image-wrap img {
        height: auto;
        position: static;
    }
    .head-office-city__item--hero .head-office-city__info {
        width: calc(100% - 400px);
    }
}
.head-office-schedule {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 45px 50px 20px;
    background-color: #f6f6f6;
}
.head-office-schedule__col {
    width: 50%;
}
.head-office-schedule__col:nth-child(2n) {
    padding-left: 60px;
}
.head-office-schedule__title {
    color: #009ac5;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.head-office-schedule__item {
    margin-bottom: 25px;
}
.head-office-schedule__item-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #3e3e3e;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}
.head-office-schedule__item-head .icon {
    top: -0.11em;
    fill: #f39300;
    margin-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.head-office-schedule__item-head .icon--call-circle,
.head-office-schedule__item-head .icon--time {
    width: 18px;
    height: 18px;
}
.head-office-schedule__item-head .icon--coffee {
    width: 21px;
    height: 20px;
}
.head-office-schedule__item-content h4 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 5px;
}
@media (max-width: 991.98px) {
    .head-office-schedule {
        padding: 35px 40px 15px;
    }
    .head-office-schedule__col {
        width: 100%;
        padding: 0 !important;
    }
    .head-office-schedule__item-content h4 {
        font-size: 20px;
    }
}
@media (max-width: 575.98px) {
    .head-office-schedule {
        padding: 30px 30px 5px;
    }
}
html body .bvi-body .head-office-schedule {
    border: 1px solid;
}
.head-office-map {
    margin-top: 70px;
}
.head-office-map:empty {
    display: none;
}
.head-office-map iframe {
    width: 100%;
}
@media (max-width: 991.98px) {
    .head-office-map {
        margin-top: 50px;
    }
}
@media (max-width: 767.98px) {
    .head-office-map {
        margin-top: 40px;
    }
}
.search__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
.search__form-input {
    height: auto;
    line-height: 40px;
    width: calc(100% - 110px);
    border-right: 0;
}
.search__form-submit {
    width: 110px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.search__form-submit .icon--search {
    width: 14px;
    height: 14px;
    margin-right: 8px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.search__count {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
}
.search__count b {
    color: #009ac5;
}
.search__result-item:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
}
.search__result-title {
    margin: 5px 0;
    font-size: 16px;
    font-weight: 700;
}
.search__result-title a:visited {
    color: #939393;
}
.ratings-about {
    margin: 70px 0 30px;
}
.ratings-about:after,
.ratings-about:before {
    content: " ";
    display: table;
}
.ratings-about:after {
    clear: both;
}
.ratings-about__content hr {
    margin: 35px 0;
}
.ratings-about__content h3:nth-child(2n):before {
    border-top-color: #009ac5;
}
.ratings-about__card-wrap {
    float: right;
    width: 550px;
    position: relative;
    padding-left: 70px;
    margin-bottom: 40px;
    background-color: #fff;
    z-index: 1;
}
.ratings-about__card {
    background-color: #f6f6f6;
}
.ratings-about__card-head {
    padding-top: 46.4583333333%;
}
.ratings-about__card-body {
    padding: 25px 30px;
}
@media (max-width: 991.98px) {
    .ratings-about {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 40px 0;
    }
    .ratings-about__card-wrap {
        float: none;
        width: 480px;
        max-width: 100%;
        padding: 0;
        margin: 35px auto 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}
@media (max-width: 767.98px) {
    .ratings-about__card-body {
        padding: 20px 25px;
    }
}
@media (max-width: 575.98px) {
    .registry-form__toggle-wrap .btn {
        width: 100%;
    }
}

.nav-sub__list.container > ul > li > a::before {
    width: 7px;
    height: 7px;
    background: #ffffff;
    position: absolute;
    top: 17px;
    left: 0;
    content: "";
    margin: -10px -20px;
}

ul.submenu > li > a {
    padding: 0px;
    margin: 0;
    color: white !important;
}
@import url(https://fonts.googleapis.com/css2?family=Ubuntu:wght@700&display=swap);
* {
    margin: 0;
    outline: 0;
    padding: 0;
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
dl,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul {
    margin: 0;
}
ul li {
    list-style: none;
}
p {
    margin: 0;
}
img {
    max-width: 100%;
    height: auto;
    font-style: italic;
}
table img {
    max-width: none;
}
hr {
    border: 0;
    border-top: 1px solid #e6e6e6;
    margin: 20px 0;
}
a {
    color: #009ac5;
}
a,
a:hover {
    text-decoration: none;
}
a:hover {
    color: #0086ac;
}
svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
    pointer-events: none;
}
button:focus {
    outline: none;
}
html {
    font-size: 10px;
}
html.no-scroll {
    overflow: hidden;
}
body {
    min-width: 320px;
    position: relative;
    color: #4e4e4e;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 1.4;
}
.wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}
html.ie .wrap {
    display: block;
}
.main {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
@media (max-width: 575.98px) {
    .container {
        padding-left: 25px;
        padding-right: 25px;
    }
}
.icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.icon--barb-arrow-left {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@media print {
    *,
    :after,
    :before {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        -webkit-print-color-adjust: exact;
        color-adjust: exact;
    }
    body {
        background-color: #fff;
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    blockquote,
    h2,
    h3,
    pre {
        page-break-after: avoid;
    }
    html.firefox .row,
    html.firefox .wrap {
        display: block !important;
    }
    html.firefox .row > * {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .container {
        max-width: 1320px;
    }
}
.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    max-width: 100%;
    min-height: 40px;
    padding: 0.3571428571em 1.0714285714em;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    outline: none;
    border: none;
}
.btn[disabled] {
    opacity: 0.7;
    pointer-events: none;
}
.btn__loader {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 22px;
    margin-top: -11px;
    margin-left: -11px;
    -webkit-animation: spinner 1s linear infinite;
    animation: spinner 1s linear infinite;
}
.btn__loader-in,
.btn__loader-in:before {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.btn__loader-in {
    left: 50%;
    overflow: hidden;
}
.btn__loader-in:before {
    content: "";
    left: -50%;
    border-radius: 100%;
    -webkit-box-shadow: inset 0 0 0 2px currentColor;
    box-shadow: inset 0 0 0 2px currentColor;
}
.btn.is-loading {
    pointer-events: none;
}
.btn.is-loading > :not(.btn__loader) {
    opacity: 0;
}
.btn.is-loading .btn__loader {
    display: block;
}
.btn--size-lg {
    min-height: 50px;
    padding: 0.7em 2em;
}
@media (min-width: 768px) {
    .btn--size-lg {
        font-size: 16px;
    }
}
.btn--w-100 {
    min-width: 100px;
}
.btn--w-180 {
    min-width: 180px;
}
.btn--w-250 {
    min-width: 250px;
}
.btn--animate-slide {
    overflow: hidden;
}
.btn--animate-slide:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-animation: btnSlide 2.5s infinite;
    animation: btnSlide 2.5s infinite;
}
html body .bvi-body .btn--animate-slide:before {
    content: none;
}
.btn--animate-slide span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
.btn--type-1 {
    color: #fff;
    background-color: #f39300;
}
.btn--type-1:hover {
    color: #fff;
    background-color: #ffa00e;
}
.btn--type-2 {
    color: #fff;
    background-color: #009ac5;
}
.btn--type-2:before {
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, rgba(60, 206, 248, 0.7)), to(transparent));
    background-image: -o-linear-gradient(left, transparent 0, rgba(60, 206, 248, 0.7) 50%, transparent 100%);
    background-image: linear-gradient(90deg, transparent 0, rgba(60, 206, 248, 0.7) 50%, transparent);
}
.btn--type-2:hover {
    color: #fff;
    background-color: #00aedf;
}
.btn--type-3 {
    color: #3e3e3e;
    background-color: #f6f6f6;
}
.btn--type-3:hover {
    color: #fff;
    background-color: #009ac5;
}
.btn--type-3.is-disabled {
    opacity: 1;
}
.btn--type-4 {
    color: #fff;
    background-color: #91d554;
}
.btn--type-4:hover {
    color: #fff;
    background-color: #7ccd33;
}
@-webkit-keyframes btnSlide {
    50% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}
@keyframes btnSlide {
    50% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}
html body .bvi-body .btn {
    -webkit-filter: none !important;
    filter: none !important;
}
html body .bvi-body .btn__loader-in:before {
    -webkit-box-shadow: inset 0 0 0 2px currentColor !important;
    box-shadow: inset 0 0 0 2px currentColor !important;
}
html body .bvi-body[data-bvi-theme="white"] .btn {
    color: #fff !important;
    background: #000 !important;
    text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme="white"] .btn * {
    color: #fff !important;
    background: none !important;
}
html body .bvi-body[data-bvi-theme="black"] .btn {
    color: #000 !important;
    background: #fff !important;
    text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme="black"] .btn * {
    color: #000 !important;
    background: none !important;
}
html body .bvi-body[data-bvi-theme="blue"] .btn {
    color: #9dd1ff !important;
    background: #063462 !important;
    text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme="blue"] .btn * {
    color: #9dd1ff !important;
    background: none !important;
}
html body .bvi-body[data-bvi-theme="brown"] .btn {
    color: #f7f3d6 !important;
    background: #4d4b43 !important;
    text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme="brown"] .btn * {
    color: #f7f3d6 !important;
    background: none !important;
}
html body .bvi-body[data-bvi-theme="green"] .btn {
    color: #3b2716 !important;
    background: #a9e44d !important;
    text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme="green"] .btn * {
    color: #3b2716 !important;
    background: none !important;
}
.tab-nav {
    margin-bottom: 30px;
}
@media (max-width: 991.98px) {
    .tab-nav {
        margin-bottom: 25px;
    }
}
.tab-nav--default {
    margin-top: -5px;
    border-bottom: 1px solid #e6e6e6;
}
@media (min-width: 992px) {
    .tab-nav--default {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.tab-nav--default .tab-nav__link {
    display: inline-block;
    color: #3e3e3e;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 20px 20px;
    vertical-align: middle;
    margin-bottom: -1px;
}
.tab-nav--default .tab-nav__link:hover {
    color: #009ac5;
}
.tab-nav--default .tab-nav__link.is-active {
    color: #3e3e3e;
    -webkit-box-shadow: inset 0 -6px 0 0 #f39300;
    box-shadow: inset 0 -6px 0 0 #f39300;
}
html body .bvi-body .tab-nav--default .tab-nav__link.is-active {
    text-decoration: none !important;
    -webkit-box-shadow: inset 0 -6px 0 0 currentColor !important;
    box-shadow: inset 0 -6px 0 0 currentColor !important;
}
@media (max-width: 991.98px) {
    .tab-nav--default {
        margin-top: 0;
        overflow-x: auto;
        white-space: nowrap;
    }
    .tab-nav--default .tab-nav__link {
        font-size: 16px;
        padding: 5px 15px 15px;
    }
    .tab-nav--default .tab-nav__link.is-active {
        -webkit-box-shadow: inset 0 -4px 0 0 #f39300;
        box-shadow: inset 0 -4px 0 0 #f39300;
    }
}
.tab-nav--default-sm {
    margin-bottom: 20px;
}
.tab-nav--default-sm .tab-nav__link {
    font-size: 16px;
}
.tab-content > div:not(:first-child) {
    display: none;
}
.accordion {
    position: relative;
}
.accordion__toggle {
    position: relative;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
}
.accordion__content {
    display: none;
}
.accordion--default .accordion__item:not(:last-child) {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e6e6e6;
}
.accordion--default .accordion__toggle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #009ac5;
    font-size: 18px;
    font-weight: 700;
}
.accordion--default .accordion__toggle.is-active,
.accordion--default .accordion__toggle:hover {
    color: #0086ac;
}
.accordion--default .accordion__toggle.is-active .accordion__toggle-arrow svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.accordion--default .accordion__toggle-arrow {
    margin-left: 12px;
}
.accordion--default .accordion__toggle-arrow svg {
    width: 12px;
    height: 8px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.accordion--default .accordion__content {
    margin-top: 15px;
}
.accordion--default-sm .accordion__item:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.accordion--border-l-item .accordion__item:last-child {
    padding-bottom: 25px;
    border-bottom: 1px solid #e6e6e6;
}
.select {
    position: relative;
}
.select:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 0;
    height: 0;
    margin-top: -3px;
    border-color: #939393 transparent transparent;
    border-style: solid;
    border-width: 6px 4.5px 0;
    z-index: 1;
}
.select select {
    width: 100%;
    height: 50px;
    max-width: 100%;
    display: block;
    padding: 0 35px 0 20px;
    color: #4e4e4e;
    font-size: 14px;
    line-height: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    outline: none;
    border: 1px solid #e6e6e6;
}
.form-check {
    margin-bottom: 15px;
}
.checkbox,
.radio {
    margin: 0;
    display: inline-block;
    position: relative;
    font-size: 14px;
    cursor: pointer;
}
.checkbox__input,
.radio__input {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
}
.checkbox__label,
.radio__label {
    padding-left: 35px;
    display: inline-block;
    position: relative;
}
.checkbox__label:after,
.checkbox__label:before,
.radio__label:after,
.radio__label:before {
    content: "";
    position: absolute;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.checkbox__input[disabled] + .checkbox__label {
    opacity: 0.6;
}
.checkbox__label:before {
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
}
.checkbox__input:checked + .checkbox__label:before {
    border-color: #009ac5;
    background-color: #009ac5;
}
.checkbox__label:after {
    top: 6px;
    left: 5px;
    width: 10px;
    height: 8px;
    background: url(../images/icon-check.svg) no-repeat;
    background-size: contain;
    opacity: 0;
}
.checkbox__input:checked + .checkbox__label:after {
    opacity: 1;
}
.checkbox--no-text {
    width: 20px;
    height: 20px;
    line-height: 1;
}
.checkbox--no-text .checkbox__label {
    padding-left: 0;
    position: static;
}
.radio__input[disabled] + .radio__label {
    opacity: 0.6;
}
.radio__label:before {
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
}
.radio__input:checked + .radio__label:before {
    border-color: #009ac5;
    background-color: #009ac5;
}
.radio__label:after {
    top: 6px;
    left: 5px;
    width: 10px;
    height: 8px;
    background: url(../images/icon-check.svg) no-repeat;
    background-size: contain;
    opacity: 0;
}
.radio__input:checked + .radio__label:after {
    opacity: 1;
}
.radio--no-text {
    width: 20px;
    height: 20px;
    line-height: 1;
}
.radio--no-text .radio__label {
    padding-left: 0;
    position: static;
}
.input,
.textarea {
    width: 100%;
    max-width: 100%;
    display: block;
    padding: 0 20px;
    color: #4e4e4e;
    font-size: 14px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    outline: none;
    border: 1px solid #e6e6e6;
}
.input:focus,
.textarea:focus {
    border-color: #009ac5;
}
.input::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder {
    color: #aeafb2;
}
.input::-moz-placeholder,
.textarea::-moz-placeholder {
    color: #aeafb2;
}
.input:-ms-input-placeholder,
.textarea:-ms-input-placeholder {
    color: #aeafb2;
}
.input:-moz-placeholder,
.textarea:-moz-placeholder {
    color: #aeafb2;
}
html body .bvi-body .input::-webkit-input-placeholder,
html body .bvi-body .textarea::-webkit-input-placeholder {
    color: currentColor !important;
}
html body .bvi-body .input::-moz-placeholder,
html body .bvi-body .textarea::-moz-placeholder {
    color: currentColor !important;
}
html body .bvi-body .input:-ms-input-placeholder,
html body .bvi-body .textarea:-ms-input-placeholder {
    color: currentColor !important;
}
html body .bvi-body .input:-moz-placeholder,
html body .bvi-body .textarea:-moz-placeholder {
    color: currentColor !important;
}
.input {
    height: 50px;
    line-height: 50px;
}
.textarea {
    height: 100px;
    padding-top: 15px;
    padding-bottom: 15px;
    resize: none;
}
.form-field {
    position: relative;
    margin-bottom: 20px;
}
.form-field__label {
    color: #3e3e3e;
    margin-bottom: 8px;
}
@media (max-width: 991.98px) {
    .form-field__label {
        font-size: 14px;
    }
}
.form-field__label span {
    color: #aeafb2;
}
.form-field__error {
    color: #f46932;
    font-size: 12px;
    margin-top: 4px;
}
.form-field__error:empty {
    display: none;
}
.form-field__input {
    position: relative;
}
.form-field.has-error .input,
.form-field.has-error .textarea,
.form-field.has-error select {
    border-color: #f46932;
}
.form-field--column {
    margin-left: -15px;
    margin-right: -15px;
}
@media (min-width: 992px) {
    .form-field--column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .form-field--column .form-field__label {
        margin-bottom: 0;
        padding-right: 5px;
        text-align: right;
    }
}
.form-login .tab-nav {
    margin: 0;
    text-align: center;
    border-bottom: none;
}
@media (min-width: 992px) {
    .form-login .tab-nav {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.form-login .tab-nav__link {
    margin-bottom: 0;
}
.form-login .tab-content {
    padding: 60px 15px;
    background-color: #f6f6f6;
}
@media (max-width: 991.98px) {
    .form-login .tab-content {
        padding: 40px 25px;
    }
}
@media (max-width: 767.98px) {
    .form-login .tab-content {
        padding: 30px 25px;
    }
}
.formatted-body-info {
    margin: 1.25em 0;
    padding-left: 2.1875em;
    border-left: 8px solid transparent;
}
.formatted-body-info > :first-child {
    margin-top: 0;
}
.formatted-body-info > :last-child {
    margin-bottom: 0;
}
.formatted-body-info--type-1 {
    border-left-color: #009ac5;
}
.formatted-body-info--type-2 {
    border-left-color: #f6f6f6;
}
.formatted-body-note {
    margin: 1.25em 0;
    padding: 1.875em;
    color: #939393;
    background-color: #f6f6f6;
}
.formatted-body-note > :first-child {
    margin-top: 0;
}
.formatted-body-note > :last-child {
    margin-bottom: 0;
}
.formatted-body-note a {
    color: #939393;
}
.formatted-body-note a:hover {
    color: #3e3e3e;
}
.formatted-body:after,
.formatted-body:before {
    content: " ";
    display: table;
}
.formatted-body:after {
    clear: both;
}
.formatted-body > :first-child {
    margin-top: 0;
}
.formatted-body > :last-child {
    margin-bottom: 0;
}
.formatted-body p {
    min-height: 1px;
}
.formatted-body p:not(:last-child) {
    margin-bottom: 1.25em;
}
.formatted-body h1,
.formatted-body h2,
.formatted-body h3,
.formatted-body h4,
.formatted-body h5,
.formatted-body h6 {
    color: #3e3e3e;
    position: relative;
    margin-bottom: 1em;
    line-height: 1.35;
}
.formatted-body h2 {
    font-size: 26px;
    margin-bottom: 0.9em;
}
@media (max-width: 1199.98px) {
    .formatted-body h2 {
        font-size: 24px;
    }
}
@media (max-width: 991.98px) {
    .formatted-body h2 {
        font-size: 22px;
    }
}
.formatted-body h3 {
    font-size: 22px;
    margin-top: 40px;
    margin-bottom: 0.8em;
    padding-top: 30px;
}
.formatted-body h3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    border-top: 6px solid #f39300;
}
html body .bvi-body .formatted-body h3:before {
    border-top-color: currentColor !important;
}
@media (max-width: 991.98px) {
    .formatted-body h3 {
        font-size: 20px;
        margin-top: 35px;
        padding-top: 22px;
    }
    .formatted-body h3:before {
        border-top-width: 4px;
    }
}
.formatted-body h4 {
    color: #009ac5;
    font-size: 18px;
    margin-bottom: 0.9em;
}
.formatted-body table,
.formatted-body td,
.formatted-body th {
    border: 1px solid #e6e6e6;
    border-collapse: collapse;
}
.formatted-body table {
    max-width: 100%;
    margin-bottom: 1.25em;
}
.formatted-body table tbody tr:nth-child(2n),
.formatted-body table thead {
    background-color: #f6f6f6;
}
.formatted-body table td,
.formatted-body table th {
    padding: 0.9375em;
}
.formatted-body table[border="0"],
.formatted-body table[border="0"] td,
.formatted-body table[border="0"] th {
    border: 0 !important;
}
@media (max-width: 767.98px) {
    .formatted-body table {
        font-size: 14px;
    }
}
.formatted-body .table-responsive,
.formatted-body .table-responsive-wrap {
    margin-bottom: 1.25em;
}
.formatted-body .table-responsive > table {
    margin-bottom: 0;
}
.formatted-body ol {
    margin: 0 0 1.25em 1.875em;
}
.formatted-body ol li {
    margin-bottom: 0.5em;
    list-style: inherit;
}
.formatted-body ul {
    margin-bottom: 1.25em;
}
.formatted-body ul > li {
    list-style: none;
    position: relative;
    padding-left: 25px;
    margin-bottom: 0.5em;
    margin: 10px 0px;
}
.formatted-body ul > li:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 7px;
    height: 10px;
    background: url(../images/icon-bold-arrow.svg) no-repeat;
    background-size: contain;
}
html body .bvi-body[data-bvi-theme="white"] .formatted-body ul > li:before {
    background-image: url(../images/icon-bold-arrow-black.svg);
}
html body .bvi-body[data-bvi-theme="black"] .formatted-body ul > li:before {
    background-image: url(../images/icon-bold-arrow-white.svg);
}
html body .bvi-body[data-bvi-theme="blue"] .formatted-body ul > li:before {
    background-image: url(../images/icon-bold-arrow-blue.svg);
}
html body .bvi-body[data-bvi-theme="brown"] .formatted-body ul > li:before {
    background-image: url(../images/icon-bold-arrow-brown.svg);
}
html body .bvi-body[data-bvi-theme="green"] .formatted-body ul > li:before {
    background-image: url(../images/icon-bold-arrow-green.svg);
}
.formatted-body ol ol,
.formatted-body ol ul,
.formatted-body ul ol,
.formatted-body ul ul {
    margin-top: 0.5em;
    margin-bottom: 0;
}
.formatted-body iframe {
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
}
.formatted-body img {
    height: auto !important;
}
.formatted-body blockquote {
    margin: 1.25em 0;
    padding: 2.1875em;
    position: relative;
    font-style: italic;
    background: #f6f6f6;
    overflow: hidden;
}
.formatted-body blockquote:after,
.formatted-body blockquote:before {
    content: "";
    position: absolute;
    width: 106px;
    height: 72px;
    background: url(../images/icon-quote.svg) no-repeat;
    background-size: contain;
    z-index: 0;
}
.formatted-body blockquote:before {
    top: -12px;
    left: 45px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.formatted-body blockquote:after {
    right: 45px;
    bottom: -15px;
}
.formatted-body blockquote > * {
    position: relative;
    z-index: 1;
}
.formatted-body blockquote > :first-child {
    margin-top: 0;
}
.formatted-body blockquote > :last-child {
    margin-bottom: 0;
}
html body .bvi-body .formatted-body blockquote {
    border: 1px solid;
}
html body .bvi-body .formatted-body blockquote:after,
html body .bvi-body .formatted-body blockquote:before {
    content: none;
}
@media (max-width: 767.98px) {
    .formatted-body .table-type-1 {
        border: 0;
    }
    .formatted-body .table-type-1 thead {
        display: none !important;
    }
    .formatted-body .table-type-1 td,
    .formatted-body .table-type-1 th,
    .formatted-body .table-type-1 tr {
        display: block;
        width: 100% !important;
        height: auto !important;
        border-bottom: 0;
    }
    .formatted-body .table-type-1 tr {
        border-bottom: 1px solid #e6e6e6;
    }
    .formatted-body .table-type-1 tr:not(:last-child) {
        margin-bottom: 20px;
    }
    .formatted-body .table-type-1 td {
        text-align: left !important;
        word-break: break-word;
        overflow-wrap: break-word;
    }
    .formatted-body .table-type-1 td:before {
        content: attr(data-label);
        display: block;
        font-weight: 700;
        margin-bottom: 10px;
    }
}
.formatted-body .table-type-2 {
    width: 100% !important;
    border: 0 !important;
}
.formatted-body .table-type-2 tbody tr {
    height: auto !important;
}
.formatted-body .table-type-2 tbody tr:nth-child(2n) > td:first-child {
    color: #fff;
}
.formatted-body .table-type-2 tbody tr:hover h4 + p {
    background-color: #f39300;
}
.formatted-body .table-type-2 td,
.formatted-body .table-type-2 th {
    height: auto !important;
    border: 0 !important;
    padding: 28px 15px;
    background-color: transparent !important;
}
@media (min-width: 992px) {
    .formatted-body .table-type-2 td:first-child {
        padding-left: 0;
        color: #f6f6f6;
        font-size: 60px;
        line-height: 1;
    }
}
.formatted-body .table-type-2 h4 {
    color: #4e4e4e;
    margin: 0 0 8px;
}
.formatted-body .table-type-2 h4 + p {
    display: inline;
    padding: 2px 8px;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    background-color: #009ac5;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    word-break: break-word;
    overflow-wrap: break-word;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.formatted-body .table-type-2 h5 {
    color: #939393;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}
@media (max-width: 991.98px) {
    .formatted-body .table-type-2 tbody tr {
        width: auto !important;
        display: block;
        background-color: transparent !important;
    }
    .formatted-body .table-type-2 tbody tr:not(:last-child) {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #e6e6e6;
    }
    .formatted-body .table-type-2 td,
    .formatted-body .table-type-2 th {
        width: 100% !important;
        display: block;
        padding: 0;
    }
    .formatted-body .table-type-2 td:not(:last-child),
    .formatted-body .table-type-2 th:not(:last-child) {
        margin-bottom: 15px;
    }
    .formatted-body .table-type-2 td:first-child {
        display: none;
    }
}
.formatted-body .table-type-3 {
    border: 0;
}
.formatted-body .table-type-3 thead {
    color: #fff;
    text-align: center;
    background-color: transparent;
}
.formatted-body .table-type-3 thead td:nth-child(odd),
.formatted-body .table-type-3 thead th:nth-child(odd) {
    background-color: #009ac5;
}
.formatted-body .table-type-3 thead td:nth-child(2n),
.formatted-body .table-type-3 thead th:nth-child(2n) {
    background-color: #f39300;
}
.formatted-body .table-type-3 tbody td:nth-child(odd),
.formatted-body .table-type-3 tbody th:nth-child(odd) {
    background-color: #edfbff;
}
.formatted-body .table-type-3 tbody td:nth-child(2n),
.formatted-body .table-type-3 tbody th:nth-child(2n) {
    background-color: #fff7ec;
}
.formatted-body .table-type-3 tr:not(:last-child) {
    border-bottom: 2px solid #fff;
}
.formatted-body .table-type-3 td,
.formatted-body .table-type-3 th {
    border: 0;
}
.formatted-body .table-type-3 td:not(:last-child),
.formatted-body .table-type-3 th:not(:last-child) {
    border-right: 2px solid #fff;
}
.link {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.link--image {
    display: block;
}
.link--image:hover {
    opacity: 0.87;
}
.link--inherit,
.link--inherit:hover {
    color: inherit !important;
}
.link--white {
    color: #fff;
}
.link--white:hover {
    color: #fff;
    opacity: 0.85;
}
.link--black {
    color: #000;
}
.link--black:hover {
    color: #009ac5;
}
.link--black-2 a {
    color: #4e4e4e;
}
.link--black-2:hover {
    color: #009ac5;
}
.link--black-3 {
    color: #3e3e3e;
}
.link--black-3:hover {
    color: #009ac5;
}
.link--gray {
    color: #939393;
}
.link--gray:hover {
    color: #3e3e3e;
}
.text-lowercase {
    text-transform: lowercase !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.font-weight-400 {
    font-weight: 400 !important;
}
.font-weight-500 {
    font-weight: 500 !important;
}
.font-weight-700 {
    font-weight: 700 !important;
}
.font-italic {
    font-style: italic !important;
}
.text-justify {
    text-align: justify !important;
}
.text-wrap {
    white-space: normal !important;
}
.text-nowrap {
    white-space: nowrap !important;
}
.text-truncate {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
.text-decoration-none {
    text-decoration: none !important;
}
.text-underline {
    text-decoration: underline !important;
}
.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}
.text-size-1 {
    font-size: 18px;
}
.text-size-2 {
    font-size: 16px;
}
.text-size-3 {
    font-size: 14px;
}
.text-size-4 {
    font-size: 12px;
}
.text-color-reset {
    color: inherit !important;
}
.text-color-blue {
    color: #009ac5 !important;
}
.text-color-gray {
    color: #939393 !important;
}
.text-color-gray-2 {
    color: #aeafb2 !important;
}
.alert {
    position: relative;
    padding: 10px 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
.alert--primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}
.alert--secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}
.alert--success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert--danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert--warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.title-section {
    color: #3e3e3e;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
}
@media (max-width: 1199.98px) {
    .title-section {
        font-size: 20px;
        margin-bottom: 22px;
    }
}
@media (max-width: 767.98px) {
    .title-section {
        margin-bottom: 20px;
    }
}
.border-0 {
    border: 0 !important;
}
.border-top-0 {
    border-top: 0 !important;
}
.border-right-0 {
    border-right: 0 !important;
}
.border-bottom-0 {
    border-bottom: 0 !important;
}
.border-left-0 {
    border-left: 0 !important;
}
.table-responsive {
    width: 100%;
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive-wrap .table-responsive {
    margin-bottom: 0;
}
.table-responsive-btn {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 10px;
}
table .table-responsive-btn {
    display: none;
}
.table-responsive-btn svg {
    width: 12px;
    height: 12px;
    margin-left: 8px;
}
@media (max-width: 991.98px) {
    .table-responsive-btn {
        display: none !important;
    }
}
.corporate-principles {
    margin-top: 40px;
    margin-bottom: 40px;
}
.corporate-principles table {
    border: 0;
    width: 100% !important;
    table-layout: fixed;
    margin-bottom: 0;
}
.corporate-principles table tr {
    border: 0 !important;
    background-color: transparent !important;
}
.corporate-principles table td {
    border: 0;
    padding: 0;
    vertical-align: top;
}
.corporate-principles table h3 {
    margin-top: 0;
}
@media (min-width: 1200px) {
    .corporate-principles table td:first-child {
        width: 43% !important;
        padding-right: 45px;
        border-right: 2px solid #f6f6f6;
    }
    .corporate-principles table td:nth-child(2) {
        width: 57% !important;
        padding-top: 10px;
    }
}
@media (max-width: 991.98px) {
    .corporate-principles table td {
        width: 100% !important;
        display: block;
    }
    .corporate-principles table td:first-child {
        margin-bottom: 40px;
    }
}
.corporate-principles ol {
    margin-left: 80px;
    counter-reset: principles-counter;
    list-style: none;
}
.corporate-principles ol li {
    position: relative;
    margin-bottom: 0;
    padding-left: 32px;
    counter-increment: principles-counter;
}
.corporate-principles ol li:not(:last-child) {
    margin-bottom: 50px;
}
.corporate-principles ol li:before {
    content: counter(principles-counter);
    position: absolute;
    top: 50%;
    right: 100%;
    color: #f39300;
    font-family: Ubuntu, sans-serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 1;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(56%, #f39300), color-stop(56%, #fff), color-stop(59%, #fff), color-stop(41%, #009ac5));
    background: -o-linear-gradient(#f39300 56%, #fff 56%, #fff 59%, #009ac5 41%);
    background: linear-gradient(#f39300 56%, #fff 0, #fff 59%, #009ac5 0);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
html.ie .corporate-principles ol li:before {
    background: none;
}
html body .bvi-body .corporate-principles ol li:before {
    background: none !important;
    background-clip: unset;
    -webkit-text-fill-color: inherit;
}
@media (max-width: 991.98px) {
    .corporate-principles ol {
        margin-left: 60px;
    }
    .corporate-principles ol li {
        padding-left: 20px;
    }
    .corporate-principles ol li:before {
        font-size: 50px;
    }
}
.section {
    position: relative;
    margin-bottom: 35px;
}
.section__inner {
    padding-bottom: 40px;
}
.line-decor,
.section__inner {
    position: relative;
}
.line-decor:after {
    content: "";
    position: absolute;
    height: 5px;
}
.line-decor--1:after {
    right: 11.25%;
    bottom: -1px;
    width: 75px;
    background: -webkit-gradient(linear, left top, right top, color-stop(68%, #009ac5), color-stop(32%, #f39300));
    background: -o-linear-gradient(left, #009ac5 68%, #f39300 32%);
    background: linear-gradient(90deg, #009ac5 68%, #f39300 0);
}
.line-decor--2:after {
    top: 100%;
    left: 18.65%;
    width: 97px;
    background: -webkit-gradient(linear, right top, left top, color-stop(65%, #009ac5), color-stop(35%, #f39300));
    background: -o-linear-gradient(right, #009ac5 65%, #f39300 35%);
    background: linear-gradient(270deg, #009ac5 65%, #f39300 0);
}
html body .bvi-body .line-decor:after {
    content: none;
}
.ratio {
    display: block;
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
}
.ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.ratio img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.ratio img:not([src]) {
    visibility: hidden;
}
.ratio iframe {
    width: 100%;
    height: 100%;
}
.panel {
    padding: 30px;
    margin-bottom: 30px;
    background-color: #f6f6f6;
}
@media (max-width: 575.98px) {
    .panel {
        padding: 20px;
    }
}
.header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.header-logo__item a,
.header-logo__item img {
    display: inline-block;
    vertical-align: middle;
}
.header-logo__item p {
    line-height: 1.2;
    text-align: center;
}
.header-logo__item--keg {
    margin-right: 38px;
}
.header-logo__item--keg img {
    width: 170px;
}
.header-logo__item--keg p {
    margin-top: 3px;
    color: #939393;
    font-size: 11px;
}
.header-logo__item--baiterek {
    margin-right: 27px;
}
.header-logo__item--baiterek img {
    width: 70px;
}
.header-logo__item--emblem {
    text-align: center;
}
.header-logo__item--emblem img {
    width: 55px;
}
.header-logo__item--emblem p {
    margin-top: 8px;
    color: #4e4e4e;
    font-size: 12px;
}
@media (max-width: 767.98px) {
    .header-logo__item--keg {
        margin-right: 0;
    }
    .header-logo__item--keg img {
        width: 120px;
    }
    .header-logo__item--baiterek,
    .header-logo__item--emblem,
    .header-logo__item--keg p {
        display: none;
    }
}
@media print {
    .header-logo {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .header-logo__item--keg {
        margin-right: 0;
    }
    .header-logo__item--keg img {
        width: 170px;
    }
    .header-logo__item--baiterek,
    .header-logo__item--emblem,
    .header-logo__item--keg p {
        display: none;
    }
}
html body .bvi-body[data-bvi-theme] .header-logo .header-logo__item p {
    font-size: 12px !important;
}
.header-refs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-refs__item:not(:last-child) {
    margin-right: 20px;
}
.header-refs__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
}
.header-refs__link .icon {
    top: -0.08em;
    margin-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.header-refs__link .icon--glasses {
    fill: #f39300;
    width: 22px;
    height: 10px;
}
.header-refs__link .icon--rss {
    fill: #f39300;
    width: 13px;
    height: 13px;
}
.header-lang__link {
    color: #939393;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
}
.header-lang__link.is-active,
.header-lang__link:hover {
    color: #009ac5;
}
.header-lang__link:not(:last-child) {
    margin-right: 10px;
}
@media (max-width: 575.98px) {
    .header-lang {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .header-lang__link {
        font-weight: 400;
    }
}
.header-socials {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}
.header-socials,
.header-socials__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header-socials__link {
    width: 40px;
    height: 40px;
    margin: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #009ac5;
    background-color: #f6f6f6;
}
.header-socials__link:hover {
    color: #009ac5;
    background-color: #eee;
}
.header-socials__link .icon--facebook {
    width: 6px;
    height: 14px;
}
.header-socials__link .icon--instagram {
    width: 14px;
    height: 14px;
}
.header-socials__link .icon--wechat {
    width: 20px;
    height: 19px;
}
html body .bvi-body .header-socials__link {
    border: 1px solid;
}
.header-search {
    width: 170px;
    position: relative;
}
.header-search__input {
    width: 100%;
    height: 40px;
    display: block;
    padding: 8px 40px 8px 15px;
    color: inherit;
    background-color: #fff;
    border: 1px solid #e6e6e6;
}
.header-search__input::-webkit-input-placeholder {
    color: #aeafb2;
}
.header-search__input::-moz-placeholder {
    color: #aeafb2;
}
.header-search__input:-ms-input-placeholder {
    color: #aeafb2;
}
.header-search__input:-moz-placeholder {
    color: #aeafb2;
}
html body .bvi-body .header-search__input::-webkit-input-placeholder {
    color: currentColor !important;
}
html body .bvi-body .header-search__input::-moz-placeholder {
    color: currentColor !important;
}
html body .bvi-body .header-search__input:-ms-input-placeholder {
    color: currentColor !important;
}
html body .bvi-body .header-search__input:-moz-placeholder {
    color: currentColor !important;
}
.header-search__submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    padding-left: 10px;
    height: 100%;
    background: transparent;
    text-align: left;
    outline: 0;
    border: 0;
}
.header-search__submit svg {
    fill: #b4b4b4;
    width: 14px;
    height: 14px;
}
@media (max-width: 767.98px) {
    .header-search {
        width: 240px;
    }
}
@media (max-width: 575.98px) {
    .header-search {
        width: 100%;
    }
    .header-search__input {
        height: 46px;
        padding-left: 20px;
        border-left-width: 0;
        border-right-width: 0;
    }
}
.header-hamburger {
    padding: 3px;
}
html body .bvi-body .header-hamburger .hamburger-inner,
html body .bvi-body .header-hamburger .hamburger-inner:after,
html body .bvi-body .header-hamburger .hamburger-inner:before {
    background-color: currentColor !important;
}
html body .bvi-body .header-hamburger .hamburger--spring.is-active .hamburger-inner {
    background-color: transparent !important;
}
.header {
    position: relative;
    font-size: 14px;
    padding-top: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}
.header__left {
    width: 470px;
}
.header__right {
    width: calc(100% - 470px);
}
.header__right-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.header__right-row:not(:last-child) {
    margin-bottom: 5px;
}
.header__right-row > * {
    margin: 2px 0 2px 10px;
}
.header__hamburger {
    display: none;
    margin-left: 20px;
}
.header__bvi-btn {
    color: #939393;
    padding: 0.7142857143em 1.2142857143em;
    background-color: #f6f6f6;
}
.header__bvi-btn svg {
    top: -0.0625em;
    fill: #f39300;
    width: 22px;
    height: 10px;
    margin-right: 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.header__bvi-btn:hover {
    color: #939393;
    background-color: #eee;
}
.header__safety-btn .icon--safety {
    width: 16px;
    height: 18px;
    margin-right: 10px;
}
.header__contacts-btn,
.header__safety-btn {
    font-size: 16px;
}
@media (max-width: 991.98px) {
    .header {
        padding-top: 20px;
        border-bottom: 0;
    }
    .header__left {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .header__right {
        display: none;
    }
    .header__hamburger {
        display: block;
    }
}
@media (max-width: 767.98px) {
    .header {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
@media (max-width: 575.98px) {
    .header__contacts-btn,
    .header__safety-btn {
        width: 100%;
        font-size: 14px;
        min-height: 45px;
    }
}
@media print {
    .header {
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #e6e6e6;
    }
    .header__left {
        display: block;
        width: 100% !important;
    }
    .header__hamburger,
    .header__right {
        display: none;
    }
}
.header-mobile {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 14px 12px 0 rgba(0, 0, 0, 0.17);
    box-shadow: 0 14px 12px 0 rgba(0, 0, 0, 0.17);
    border-top: 1px solid #e6e6e6;
    z-index: 1000;
}
@media (min-width: 992px) {
    .header-mobile {
        display: none !important;
    }
}
.header-mobile__inner {
    padding: 15px 10px 0;
}
.header-mobile__item {
    margin: 5px 15px;
}
.header-mobile__item--nav {
    width: 100%;
    margin: 20px 0 0;
}
.header-mobile__refs {
    width: 85px;
    text-align: right;
}
.header-mobile__refs-item {
    display: inline-block;
    vertical-align: middle;
}
.header-mobile__refs-item .icon,
.header-mobile__refs-item a {
    display: block;
}
.header-mobile__refs-item .icon--glasses {
    fill: #f39300;
    width: 22px;
    height: 10px;
}
.header-mobile__refs-item .icon--rss {
    fill: #f39300;
    width: 13px;
    height: 13px;
}
@media (max-width: 575.98px) {
    .header-mobile {
        border-top: 0;
    }
    .header-mobile__inner {
        padding-left: 0;
        padding-right: 0;
    }
    .header-mobile__item {
        margin: 0;
    }
    .header-mobile__item--lang {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 15px;
    }
    .header-mobile__item--lang .header-lang {
        width: calc(100% - 85px);
    }
    .header-mobile__item--search {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .header-mobile__item--safety {
        width: 100%;
    }
    .header-mobile__item--contacts {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .header-mobile__item--nav {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}
@media (max-width: 991.98px) {
    .s-nav {
        display: none;
    }
}
@media print {
    .s-nav {
        display: none;
    }
}
.nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; /* margin-left:-25px; */ /* margin-right:-25px; */
}
.nav__item {
    padding: 0 25px;
}
.nav__link {
    display: block;
    position: relative;
    padding: 20px 0 22px;
    color: #3e3e3e;
    font-size: 18px;
}
.nav__link .icon--arrow-down {
    display: none;
}
.nav__item.is-active > .nav__link,
.nav__item:hover > .nav__link {
    color: #555;
    -webkit-box-shadow: inset 0 -4px 0 0 #448ac7;
    box-shadow: inset 0 -4px 0 0 #448ac7;
}
@media (max-width: 1319.98px) {
    .nav__list {
        margin-left: 0;
        margin-right: 0;
    }
    .nav__item {
        padding: 0 10px;
    }
    .nav__link {
        padding: 18px 0;
        font-size: 16px;
    }
}
@media (max-width: 991.98px) {
    .nav {
        margin: 0 -10px;
        border-top: 1px solid #e6e6e6;
    }
    .nav__list {
        margin: 0;
        display: block;
    }
    .nav__item {
        padding: 0;
    }
    .nav__item:not(:last-child) {
        border-bottom: 1px solid #e6e6e6;
    }
    .nav__link {
        padding: 12px 40px 12px 20px;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    .nav__link .icon--arrow-down {
        display: block;
        fill: #999;
        position: absolute;
        top: 50%;
        right: 20px;
        width: 9px;
        height: 5px;
        margin-top: -2.5px;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
    }
    .nav__item.is-active > .nav__link,
    .nav__item:hover > .nav__link {
        color: #f39300;
    }
    .nav__item.is-active > .nav__link .icon--arrow-down {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@media (max-width: 575.98px) {
    .nav {
        margin: 0;
        border-top: 0;
    }
}
.nav-sub {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 28px 0;
    -webkit-box-shadow: 0 40px 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 40px 30px rgba(0, 0, 0, 0.2);
    background-color: #f6f6f6;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 1000;
}



ul.submenu > .nav-sub > .nav-sub {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    background: #4a9bd0;
    background: -moz-linear-gradient(left, #4a9bd0 0%, #3f79bd 100%);
    background: -webkit-linear-gradient(left, #4a9bd0 0%, #3f79bd 100%);
    background: linear-gradient(to right, #4a9bd0 0%, #3f79bd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a9bd0', endColorstr='#3f79bd',GradientType=0 );
}

.nav-sub__list a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.nav-sub__list a .icon--arrow-down {
    position: absolute;
    right: 0;
    width: 9px;
    height: 5px;
}
.nav-sub__list > ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}
.nav-sub__list > ul > li {
    position: relative;
    padding-top: 8px;
    padding-bottom: 8px;
    /* -webkit-column-break-inside: avoid; */
    -moz-column-break-inside: avoid;
    /* break-inside: avoid; */
    border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
}
.nav-sub__list > ul > li > a {
    color: #ffffff;
}
.nav-sub__list > ul > li > a.is-active,
.nav-sub__list > ul > li > a:hover {
    color: #f39300;
}
.nav-sub__list > ul > li.has-subnav > a {
    padding-right: 20px;
}
.nav-sub__list > ul > li.has-subnav > a.is-active {
    color: #2a2a2a;
}
.nav-sub__list > ul > li.has-subnav > a .icon--arrow-down {
    fill: #999;
    top: 0.625em;
}
.nav-sub__list ul ul {
    font-size: 14px;
    padding-left: 0;
    position: relative;
    margin-top: 0;
    display: block;
}
.nav-sub__list > ul .nav-sub__list > ul {
    column-count: 1;
}
.nav-sub__list ul ul:before {
    content: "";
    position: absolute;
    top: 0.2142857143em;
    left: 0;
    bottom: 0.0714285714em;
    width: 1px;
    /* background-color: #d9d9d9; */
}
.nav-sub__list ul ul a {
    color: #ffffff;
    display: block;

}
.nav-sub__list ul ul a.is-active,
.nav-sub__list ul ul a:hover {
    color: #f39300;
}
.nav-sub__list ul ul li {
    position: relative;
}
.nav-sub__list ul ul li:not(:last-child) {
    /* margin-bottom: 10px; */
}
.nav-sub__list ul ul li.has-subnav > a {
    padding-right: 20px;
}
.nav-sub__list ul ul li.has-subnav > a.is-active {
    color: #939393;
}
.nav-sub__list ul ul li.has-subnav > a .icon--arrow-down {
    top: 0.5714285714em;
}
.nav-sub__list ul ul ul {
    margin-top: 10px;
}
@media (min-width: 992px) {
    .nav-sub {
        display: block !important;
    }
}
@media (max-width: 1199.98px) {
    .nav-sub {
        font-size: 14px;
        padding: 25px 0;
    }
}
@media (max-width: 991.98px) {
    .nav-sub {
        display: none;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: all !important;
        padding: 8px 20px;
        position: static;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: none !important;
        -o-transition: none !important;
        transition: none !important;
        border-top: 1px solid #e6e6e6;
    }
    .nav-sub__list {
        padding: 0;
        max-width: 100%;
    }
    .nav-sub__list > ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}
@media (max-width: 575.98px) {
    .nav-sub__list > ul {
        -webkit-column-count: unset;
        -moz-column-count: unset;
        column-count: unset;
    }
}
html body .bvi-body .nav-sub {
    border-top: 1px solid;
    border-bottom: 1px solid;
}
.s-intro-slider {
    margin-bottom: 52px;
}
@media (max-width: 575.98px) {
    .s-intro-slider {
        margin-bottom: 40px;
    }
}
.intro-slider {
    position: relative;
    background-color: #009ac5;
}
.intro-slider__list {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}
.intro-slider__slide {
    color: #fff;
    position: relative;
    min-height: 500px;
    height: 500px;
}
.intro-slider__image-wrap,
.intro-slider__info {
    width: 50%;
}
.intro-slider__info {
    padding: 65px 40px 90px 0;
}
.intro-slider__title {
    font-size: 37px;
    font-weight: 700;
    line-height: 1.355;
}
.intro-slider__desc {
    color: #7ddffa;
    font-size: 18px;
    margin-top: 20px;
    display: inline-block;
    vertical-align: middle;
}
.intro-slider__desc a {
    color: #7ddffa;
    display: inline-block;
    padding-right: 1.6666666667em;
    position: relative;
}
.intro-slider__desc a,
.intro-slider__desc a:after {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.intro-slider__desc a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -0.27em;
    width: 18px;
    height: 10px;
    background: url(../images/icon-barb-arrow-2.svg) no-repeat;
    background-size: contain;
}
.intro-slider__desc a:hover {
    color: #7ddffa;
}
.intro-slider__desc a:hover:after {
    right: -9px;
}
.intro-slider__image-wrap {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
.intro-slider__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 50% / cover no-repeat;
}
.intro-slider__dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 45px;
}
.intro-slider__dots .slick-dots {
    width: 50%;
    margin: 0 -10.5px;
}
.intro-slider__dots .slick-dots li {
    margin-left: 10.5px;
    margin-right: 10.5px;
}
@media (max-width: 1319.98px) {
    .intro-slider__title {
        font-size: 32px;
    }
}
@media (max-width: 1199.98px) {
    .intro-slider__info {
        padding-right: 25px;
    }
    .intro-slider__title {
        font-size: 25px;
    }
    .intro-slider__desc {
        font-size: 16px;
        margin-top: 15px;
    }
}
@media (max-width: 767.98px) {
    .intro-slider__image-wrap {
        width: 100%;
        height: 220px;
        position: relative;
    }
    .intro-slider__info {
        width: 100%;
        padding: 25px 0 75px;
    }
    .intro-slider__dots {
        bottom: 25px;
    }
    .intro-slider__dots .slick-dots {
        width: auto;
    }
}
@media (max-width: 575.98px) {
    .intro-slider__title {
        font-size: 22px;
    }
}
html body .bvi-body .s-intro-slider {
    border-top: 1px solid;
    border-bottom: 1px solid;
}
html body .bvi-body .intro-slider .intro-slider__desc a {
    padding-right: 0;
}
html body .bvi-body .intro-slider .intro-slider__desc a:after {
    content: none;
}
html body .bvi-body .intro-slider .intro-slider__dots {
    background: none !important;
}
.s-services .section__inner {
    padding-bottom: 20px;
}
.s-services__title {
    color: #009ac5;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 22px;
    text-align: center;
}
.s-services__desc {
    color: #939393;
    font-size: 18px;
    max-width: 900px;
    margin: 0 auto 45px;
    text-align: center;
}
@media (max-width: 1199.98px) {
    .s-services__title {
        font-size: 25px;
        margin-bottom: 15px;
    }
    .s-services__desc {
        font-size: 16px;
        margin-bottom: 30px;
    }
}
@media (max-width: 575.98px) {
    .s-services__title {
        font-size: 22px;
    }
}
.services-item {
    min-height: 100px;
    margin-bottom: 30px;
}
.services-item__inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #4e4e4e;
    padding: 6px 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.services-item__inner:hover {
    color: #4e4e4e;
    background-color: #f9f9f9;
}
.services-item__icon {
    color: #f39300;
    width: 50px;
    margin-right: 20px;
    text-align: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.services-item__inner:hover .services-item__icon {
    color: #009ac5;
}
.services-item__icon .icon--umbrella {
    width: 40px;
    height: 43px;
}
.services-item__icon .icon--bank {
    width: 44px;
    height: 44px;
}
.services-item__icon .icon--money {
    width: 50px;
    height: 34px;
}
.services-item__icon .icon--dollar-works {
    width: 41px;
    height: 41px;
}
.services-item__icon .icon--finance {
    width: 49px;
    height: 33px;
}
.services-item__icon .icon--prepaid {
    width: 49px;
    height: 39px;
}
.services-item__icon .icon--lifebuoy {
    width: 44px;
    height: 44px;
}
.services-item__icon .icon--docs {
    width: 38px;
    height: 43px;
}
.services-item__info {
    width: calc(100% - 70px);
}
.services-item__title {
    font-size: 16px;
}
.services-item__desc {
    margin-top: 10px;
}
.services-item__desc > :first-child {
    margin-top: 0;
}
.services-item__desc > :last-child {
    margin-bottom: 0;
}
.services-item__desc p {
    margin-bottom: 0.5em;
}
.services-item__desc a {
    color: #939393;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.services-item__desc a:hover {
    color: #4e4e4e;
}
.services-item--detail {
    margin-bottom: 0;
}
.services-item--detail .services-item__inner {
    padding: 22px 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.services-item--detail .services-item__title {
    color: #3e3e3e;
}
.services-bts {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #e6e6e6;
}
.services-bts__section:not(:last-child) {
    margin-bottom: 30px;
}
.services-bts-order__item:not(:last-child) {
    margin-bottom: 20px;
}
@media (min-width: 768px) {
    .services-bts-order__item:not(:last-child) {
        margin-bottom: 30px;
    }
}
.services-bts-order__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
}
@media (max-width: 767.98px) {
    .services-bts-order__head {
        margin-bottom: 20px;
    }
}
.services-bts-order__head-icon {
    width: 30px;
    text-align: center;
    margin-right: 15px;
}
.services-bts-order__head-icon img {
    max-width: 100%;
}
.services-bts-order__head-title {
    width: calc(100% - 45px);
    color: #3e3e3e;
    font-weight: 700;
}
@media (min-width: 768px) {
    .services-bts-order__head-title {
        font-size: 18px;
    }
}
.services-bts-order__body {
    padding: 20px;
    background-color: #f6f6f6;
}
.widget-infographics__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}
.widget-infographics__dots {
    margin-left: 25px;
}
.widget-infographics__list {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}
.widget-infographics__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f6f6f6;
}
.widget-infographics__item-image {
    width: 300px;
    min-height: 250px;
    background: top/cover no-repeat;
}
.widget-infographics__item-info {
    width: calc(100% - 300px);
    padding: 25px 30px;
}
.widget-infographics__item-title {
    color: #009ac5;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}
.widget-infographics .slick-slide.slick-active .widget-infographics__item-title {
    -webkit-animation: fadeIn 1s 0.5s both;
    animation: fadeIn 1s 0.5s both;
}
.widget-infographics__item-desc {
    color: #939393;
    font-size: 14px;
    margin-top: 12px;
}
.widget-infographics .slick-slide.slick-active .widget-infographics__item-desc {
    -webkit-animation: fadeIn 1s 1s both;
    animation: fadeIn 1s 1s both;
}
@media (max-width: 1199.98px) {
    .widget-infographics__header {
        margin-bottom: 22px;
    }
}
@media (max-width: 767.98px) {
    .widget-infographics__header {
        margin-bottom: 20px;
    }
    .widget-infographics__item {
        display: block;
    }
    .widget-infographics__item-image {
        width: 100%;
        height: 200px;
        min-height: 0;
    }
    .widget-infographics__item-info {
        width: 100%;
        padding: 20px;
    }
    .widget-infographics__item-title {
        font-size: 18px;
    }
    .widget-infographics__item-desc {
        margin-top: 10px;
    }
}
.widget-catalog__inner {
    position: relative;
    border: 1px solid #e6e6e6;
}
.widget-catalog__image-wrap {
    height: 248px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.widget-catalog__image-wrap img {
    max-height: 100%;
}
.widget-catalog__btn {
    position: absolute;
    left: -1px;
    bottom: -1px;
    color: #fff;
    background-color: rgba(0, 154, 197, 0.8);
}
.widget-catalog__btn:hover {
    color: #fff;
    background-color: #009ac5;
}
.widget-catalog__btn svg {
    width: 11px;
    height: 8px;
    margin-left: 10px;
}
.widget-blog__inner {
    padding: 30px;
    min-height: 200px;
    background-color: #f6f6f6;
}
.widget-blog__title {
    color: #009ac5;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    position: relative;
    margin-bottom: 22px;
    padding: 0 60px 20px 0;
}
.widget-blog__title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background-color: #d9d9d9;
}
.widget-blog__title .icon--blog {
    position: absolute;
    top: 0.2em;
    right: 0;
    fill: #f39300;
    width: 44px;
    height: 42px;
}
.widget-blog__desc {
    color: #939393;
}
@media (max-width: 767.98px) {
    .widget-blog__inner {
        padding: 25px;
    }
    .widget-blog__title {
        font-size: 18px;
        margin-bottom: 20px;
    }
}
html body .bvi-body .widget-blog__inner {
    border: 1px solid;
}
.widget-video__link {
    height: 250px;
    display: block;
    position: relative;
    background: 50% / cover no-repeat #f6f6f6;
}
.widget-video__link:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}
.widget-video__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90px;
    height: 90px;
    margin-top: -45px;
    margin-left: -45px;
    border: 3px solid #fff;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.widget-video__link:hover .widget-video__icon {
    -webkit-transform: scale(1.18);
    -ms-transform: scale(1.18);
    transform: scale(1.18);
}
.widget-video__icon svg {
    fill: #fff;
    position: absolute;
    top: 50%;
    left: 33px;
    width: 28px;
    height: 37px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 767.98px) {
    .widget-video__link {
        height: auto;
        min-height: 200px;
        padding-top: 60%;
    }
}
@media (max-width: 575.98px) {
    .widget-video__icon {
        width: 70px;
        height: 70px;
        margin-top: -35px;
        margin-left: -35px;
    }
    .widget-video__icon svg {
        left: 25px;
        width: 20px;
        height: 27px;
    }
}
.posts-item {
    margin-bottom: 30px;
}
.posts-item__inner {
    width: 100%;
    display: block;
}
.posts-item__image-wrap {
    margin-bottom: 20px;
    padding-top: 66.6666666667%;
}
.posts-item__image {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}
.posts-item__image-wrap:hover .posts-item__image {
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    transform: scale(1.12);
}
.posts-item__icon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin-top: -35px;
    margin-left: -35px;
    border: 3px solid #fff;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.posts-item__inner:hover .posts-item__icon-play {
    -webkit-transform: scale(1.18);
    -ms-transform: scale(1.18);
    transform: scale(1.18);
}
.posts-item__icon-play svg {
    fill: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 21px;
    height: 28px;
    -webkit-transform: translate(-30%, -50%);
    -ms-transform: translate(-30%, -50%);
    transform: translate(-30%, -50%);
}
.posts-item__title {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 12px;
}
.posts-item__title a {
    display: inline-block;
}
.posts-item__meta {
    font-size: 14px;
}
.posts-item__date {
    color: #009ac5;
}
@media (max-width: 1199.98px) {
    .posts-item__image-wrap {
        margin-bottom: 15px;
    }
    .posts-item__title {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .posts-item__meta {
        font-size: 12px;
    }
}
@media (max-width: 767.98px) {
    .posts-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 20px;
    }
    .posts-item__image-wrap {
        width: 90px;
        height: 60px;
        padding-top: 0;
        margin: 0 20px 0 0;
    }
    .posts-item__info {
        width: calc(100% - 110px);
    }
    .posts-item__title {
        margin-bottom: 6px;
    }
}
.posts-item--video .posts-item__image {
    width: 100%;
    height: 100%;
    background: 50% / cover no-repeat;
}
.posts-item--video .posts-item__image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}
@media (max-width: 767.98px) {
    .posts-item--video {
        display: block;
        margin-bottom: 30px;
    }
    .posts-item--video .posts-item__image-wrap {
        width: 100%;
        height: auto;
        padding-top: 66.6666666667%;
        margin: 0 0 12px;
    }
    .posts-item--video .posts-item__info {
        width: 100%;
    }
    .posts-item--video .posts-item__title {
        margin-bottom: 8px;
    }
}
@media (max-width: 575.98px) {
    .posts-item--video {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
}
.post > :last-child {
    margin-bottom: 0;
}
.post__head {
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e6e6e6;
}
.post__head:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 97px;
    height: 6px;
    background-color: #f39300;
}
.post__head-left {
    width: calc(100% - 130px);
}
.post__head-right {
    width: 130px;
    text-align: right;
}
.post__title {
    color: #3e3e3e;
    font-size: 26px;
    font-weight: 700;
}
.post__date {
    margin-top: 3px;
    display: inline-block;
    color: #aeafb2;
    font-size: 14px;
    vertical-align: middle;
    padding: 0.3928571429em 0.7142857143em;
    background-color: #f6f6f6;
}
.post__date svg {
    top: -0.0714285714em;
    width: 12px;
    height: 12px;
    margin-right: 5px;
}
html body .bvi-body .post__date {
    border: 1px solid;
}
@media (max-width: 1199.98px) {
    .post__title {
        font-size: 22px;
    }
}
@media (max-width: 767.98px) {
    .post__head {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    .post__head-left {
        width: 100%;
    }
    .post__head-right {
        width: 100%;
        margin-top: 10px;
        text-align: left;
    }
    .post__title {
        font-size: 20px;
    }
}
.post-images {
    float: left;
    width: 410px;
    max-width: 100%;
    margin: 0 30px 25px 0;
}
.post-images .slick-arrow {
    top: 50%;
    width: 52px;
    height: 52px;
    color: #fff;
    line-height: 52px;
    text-align: center;
    background-color: rgba(0, 154, 197, 0.9);
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.post-images .slick-arrow svg {
    width: 10px;
    height: 18px;
}
.post-images .slick-arrow:not(.slick-disabled):hover {
    color: #fff;
    background-color: #009ac5;
}
.post-images .slick-prev {
    left: 30px;
}
.post-images .slick-prev svg {
    left: -1px;
}
.post-images .slick-next {
    right: 30px;
}
.post-images .slick-next svg {
    right: -1px;
}
.post-images__image {
    display: block;
    min-height: 200px;
    padding-top: 66.5853658537%;
    background: top/cover no-repeat #868686;
}
.post-images__counter {
    color: #aeafb2;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    margin-top: 28px;
}
@media (max-width: 991.98px) {
    .post-images__counter {
        font-size: 16px;
        margin-top: 20px;
    }
}
@media (max-width: 767.98px) {
    .post-images {
        float: none;
        width: 100%;
        margin-right: 0;
    }
    .post-images .slick-arrow {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .post-images .slick-arrow svg {
        width: 7px;
        height: 15px;
    }
    .post-images .slick-prev {
        left: 20px;
    }
    .post-images .slick-next {
        right: 20px;
    }
}
@media (max-width: 575.98px) {
    .post-images__counter {
        font-size: 14px;
        margin-top: 15px;
    }
}
.post-images--media {
    float: none;
    width: 100%;
    max-width: 960px;
    margin: 0 auto 30px;
}
@media (min-width: 992px) {
    .post-images--media .slick-arrow {
        width: 70px;
        height: 70px;
        line-height: 70px;
    }
    .post-images--media .slick-arrow svg {
        width: 14px;
        height: 28px;
    }
    .post-images--media .slick-prev {
        left: 50px;
    }
    .post-images--media .slick-next {
        right: 50px;
    }
}
.post-images--media .post-images__image {
    padding-top: 66.6666666667%;
}
.post-images--media-edu {
    max-width: 850px;
}
.post-images--media-edu .post-images__image {
    padding-top: 71.5294117647%;
}
.post-images--media-edu .post-images__counter {
    margin-top: 20px;
}
.post-images--page {
    float: none;
    width: 100%;
    max-width: 960px;
    margin: 0 auto 30px;
}
.post-images--page .post-images__image {
    padding-top: 36.4583333333%;
}
.post-images--wide {
    float: none;
    width: 100%;
    max-width: 960px;
    margin: 0 auto 30px;
    text-align: center;
}
.post-images--wide > * {
    margin-bottom: 30px;
}
.post-images--wide img {
    display: inline-block;
    vertical-align: middle;
}
.post-videos {
    max-width: 700px;
    margin: 30px auto;
    overflow: hidden;
    clear: both;
}
.post-videos__item {
    min-height: 200px;
    padding-top: 57.1428571429%;
}
.post-videos__item:not(:last-child) {
    margin-bottom: 30px;
}
.post-files {
    margin: 30px 0;
    padding: 7px 20px;
    background-color: #f6f6f6;
    clear: both;
}
.post-files.has-title {
    padding-top: 18px;
}
.post-files__list .post-files__list {
    display: none;
    margin-top: 12px;
    padding: 15px 20px;
    background-color: #fff;
}
.post-files__list .post-files__list:after,
.post-files__list .post-files__list:before {
    content: " ";
    display: table;
}
.post-files__list .post-files__list:after {
    clear: both;
}
.post-files__title {
    color: #3e3e3e;
    font-weight: 700;
    margin-bottom: 5px;
}
.post-files__item {
    display: block;
    padding: 15px 0 10px;
}
.post-files__item:after,
.post-files__item:before {
    content: " ";
    display: table;
}
.post-files__item:after {
    clear: both;
}
.post-files__item:not(:last-child) {
    border-bottom: 1px solid #e6e6e6;
}
.post-files__item-format {
    float: left;
    min-width: 40px;
    min-height: 20px;
    margin-right: 15px;
    color: #fff;
    font-size: 12px;
    padding: 0.1666666667em 0.3333333333em;
    text-transform: uppercase;
    background-color: #adadad;
    text-align: center;
}
.post-files__item-format--doc,
.post-files__item-format--docx {
    background-color: #59a7ef;
}
.post-files__item-format--rar {
    background-color: #cd53cc;
}
.post-files__item-format--xls,
.post-files__item-format--xlsx {
    background-color: #3fc46c;
}
.post-files__item-format--zip {
    background-color: #e3c165;
}
.post-files__item-format--pdf {
    background-color: #ff5d24;
}
.post-files__item-format--ppt,
.post-files__item-format--pptx {
    background-color: #ff8636;
}
.post-files__item-info {
    position: relative;
    top: -0.1428571429em;
    overflow: hidden;
}
.post-files__item-toggle {
    display: inline-block;
    margin-left: 5px;
    padding: 0 4px;
    color: #009ac5;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.post-files__item-toggle.is-active {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.post-files__item-toggle .icon--arrow-down {
    width: 12px;
    height: 7px;
}
html body .bvi-body .post-files {
    border: 1px solid;
}
.post-files-btn {
    margin: 0 0 20px;
    color: #3e3e3e;
    position: relative;
    background-color: #f6f6f6;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    z-index: 2;
}
@media (min-width: 576px) {
    .post-files-btn {
        float: right;
        min-height: 50px;
        margin: 0 0 30px 30px;
        padding: 0.5714285714em 1.4285714286em;
    }
}
.post-files-btn svg {
    fill: #f39300;
    width: 20px;
    height: 24px;
    margin-right: 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.post-files-btn:hover {
    color: #fff;
    background-color: #009ac5;
}
.post-files-btn:hover svg {
    fill: #7ddffa;
}
.post-files-btn--fixed {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
}
.post-hashtags {
    margin: 30px -5px;
    clear: both;
}
.post-hashtags__link {
    margin: 5px;
    color: #aeafb2;
    padding: 0.75em 1.0714285714em;
    background-color: #f6f6f6;
}
.post-hashtags__link:hover {
    color: #aeafb2;
    background-color: #f1f1f1;
}
.feedback-fixed-btn {
    position: fixed;
    top: 54%;
    right: -100px;
    opacity: 0;
    z-index: 1030;
    width: 70px;
    height: 70px;
    display: block;
    color: #fff;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    background: #7fd94d;
    background: -webkit-gradient(linear, left bottom, left top, from(#49be4f), to(#7fd94d));
    background: -o-linear-gradient(bottom, #49be4f 0, #7fd94d 100%);
    background: linear-gradient(0deg, #49be4f 0, #7fd94d);
    -webkit-box-shadow: 0 3px 6px 1px rgba(120, 212, 72, 0.44);
    box-shadow: 0 3px 6px 1px rgba(120, 212, 72, 0.44);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: 0;
}
.feedback-fixed-btn .icon--call {
    width: 30px;
    height: 31px;
}
.feedback-fixed-btn:hover {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.feedback-fixed-btn.is-active {
    right: 20px;
    opacity: 1;
}
@media (max-width: 1199.98px) {
    .feedback-fixed-btn {
        top: auto;
        bottom: 25px;
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
    .feedback-fixed-btn .icon--call {
        width: 25px;
        height: 26px;
    }
}
@media print {
    .feedback-fixed-btn {
        display: none;
    }
}
html body .bvi-body[data-bvi-theme] .feedback-fixed-btn {
    -webkit-filter: none !important;
    filter: none !important;
    border: 1px solid !important;
    text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme] .feedback-fixed-btn > * {
    color: currentColor !important;
    background: none !important;
}
html body .bvi-body[data-bvi-theme="white"] .feedback-fixed-btn {
    color: #fff !important;
    background: #000 !important;
}
html body .bvi-body[data-bvi-theme="black"] .feedback-fixed-btn {
    color: #000 !important;
    background: #fff !important;
}
html body .bvi-body[data-bvi-theme="blue"] .feedback-fixed-btn {
    color: #9dd1ff !important;
    background: #063462 !important;
}
html body .bvi-body[data-bvi-theme="brown"] .feedback-fixed-btn {
    color: #f7f3d6 !important;
    background: #4d4b43 !important;
}
html body .bvi-body[data-bvi-theme="green"] .feedback-fixed-btn {
    color: #3b2716 !important;
    background: #a9e44d !important;
}
.feedback-modal .modal-dialog {
    max-width: 560px;
}
.feedback-modal .modal-content {
    padding: 35px 30px 44px;
    text-align: center;
}
.feedback-modal__title {
    color: #3e3e3e;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}
.feedback-modal__hint {
    color: #aeafb2;
    font-size: 12px;
}
@media (max-width: 767.98px) {
    .feedback-modal .modal-content {
        padding: 40px 25px;
    }
    .feedback-modal__title {
        font-size: 20px;
    }
    .feedback-modal__desc br {
        display: none;
    }
}
.s-feedback {
    padding: 35px 0;
    background-color: #e9f9e4;
}
@media (min-width: 1200px) {
    .s-feedback {
        padding: 50px 0;
    }
}
html body .bvi-body .s-feedback {
    border-top: 1px solid;
    border-bottom: 1px solid;
}
.feedback {
    margin: 0 auto;
    max-width: 500px;
}
.feedback__info {
    margin-bottom: 20px;
    text-align: center;
}
.feedback__title {
    color: #5fcb3a;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 7px;
}
.feedback__desc {
    color: #93b28a;
}
@media (min-width: 768px) {
    .feedback__title {
        font-size: 20px;
    }
}
@media (min-width: 1200px) {
    .feedback {
        max-width: 100%;
    }
    .feedback__info {
        text-align: left;
    }
}
.feedback-form {
    margin-left: -10px;
    margin-right: -10px;
    text-align: left;
}
.feedback-form__field {
    padding-left: 10px;
    padding-right: 10px;
}
.feedback-form__input,
.feedback-form__textarea {
    width: 100%;
    display: block;
    padding: 0 20px;
    color: #4e4e4e;
    font-size: 14px;
    background: #fff;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    outline: none;
    border: 0;
    border-bottom: 2px solid #6fd14e;
}
.feedback-form__input::-webkit-input-placeholder,
.feedback-form__textarea::-webkit-input-placeholder {
    color: #aeafb2;
}
.feedback-form__input::-moz-placeholder,
.feedback-form__textarea::-moz-placeholder {
    color: #aeafb2;
}
.feedback-form__input:-ms-input-placeholder,
.feedback-form__textarea:-ms-input-placeholder {
    color: #aeafb2;
}
.feedback-form__input:-moz-placeholder,
.feedback-form__textarea:-moz-placeholder {
    color: #aeafb2;
}
.feedback-form__field.has-error .feedback-form__input,
.feedback-form__field.has-error .feedback-form__textarea {
    border-color: #f46932;
}
html body .bvi-body .feedback-form__input,
html body .bvi-body .feedback-form__textarea {
    border: 1px solid;
}
html body .bvi-body .feedback-form__input::-webkit-input-placeholder,
html body .bvi-body .feedback-form__textarea::-webkit-input-placeholder {
    color: currentColor !important;
}
html body .bvi-body .feedback-form__input::-moz-placeholder,
html body .bvi-body .feedback-form__textarea::-moz-placeholder {
    color: currentColor !important;
}
html body .bvi-body .feedback-form__input:-ms-input-placeholder,
html body .bvi-body .feedback-form__textarea:-ms-input-placeholder {
    color: currentColor !important;
}
html body .bvi-body .feedback-form__input:-moz-placeholder,
html body .bvi-body .feedback-form__textarea:-moz-placeholder {
    color: currentColor !important;
}
.feedback-form__input {
    height: 50px;
}
.feedback-form__textarea {
    min-height: 120px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.feedback-form__select select {
    border: 0;
    border-bottom: 2px solid #6fd14e;
}
html body .bvi-body .feedback-form__select select {
    border: 1px solid;
}
.feedback-form__field.has-error .feedback-form__select select {
    border-color: #f46932;
}
.feedback-form__error {
    display: none;
    color: #f46932;
    font-size: 12px;
    margin-top: 2px;
}
.feedback-form__field.has-error .feedback-form__error:not(:empty) {
    display: block;
}
.feedback-form__submit {
    width: 100%;
    color: #fff;
    text-align: left;
    min-height: 50px;
    background: #7fd94d;
    background: -webkit-gradient(linear, left bottom, left top, from(#49be4f), to(#7fd94d));
    background: -o-linear-gradient(bottom, #49be4f 0, #7fd94d 100%);
    background: linear-gradient(0deg, #49be4f 0, #7fd94d);
    -webkit-box-shadow: 0 3px 6px 1px rgba(120, 212, 72, 0.44);
    box-shadow: 0 3px 6px 1px rgba(120, 212, 72, 0.44);
}
.feedback-form__submit .icon--phone {
    width: 17px;
    height: 17px;
    margin-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.feedback-form__submit:hover {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}
@media (max-width: 1199.98px) {
    .feedback-form__field:not(:last-child) {
        margin-bottom: 20px;
    }
}
.feedback-form--modal {
    margin: 0 auto;
    max-width: 360px;
}
.feedback-form--modal .feedback-form__field {
    margin-bottom: 20px;
}
.feedback-form--modal .feedback-form__input,
.feedback-form--modal .feedback-form__select select,
.feedback-form--modal .feedback-form__textarea {
    border: 1px solid #ededed;
    background: #ededed;
}
.s-partners {
    margin-bottom: 40px;
}
@media print {
    .s-partners {
        display: none;
    }
}
.partners {
    padding: 20px 40px;
}
.partners__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 15px;
}
.partners__slide img {
    max-width: 100%;
    max-height: 100%;
}
@media (max-width: 767.98px) {
    .partners {
        padding: 15px 30px;
    }
}
@media (max-width: 575.98px) {
    .partners__slide {
        padding: 0;
    }
}
.footer-nav__list {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}
@media (max-width: 1199.98px) {
    .footer-nav__list {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}
.footer-nav__list a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.footer-nav__list a .icon--arrow-down {
    position: absolute;
    right: 0;
    width: 9px;
    height: 5px;
}
.footer-nav__list > li {
    margin-bottom: 15px;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}
.footer-nav__list > li > a {
    color: #fff;
    font-size: 16px;
}
.footer-nav__list > li > a:hover {
    color: #fff;
}
.footer-nav__list > li.has-subnav > a {
    padding-right: 18px;
}
.footer-nav__list > li.has-subnav > a .icon--arrow-down {
    top: 0.625em;
}
.footer-nav__list ul {
    font-size: 14px;
    margin-top: 10px;
}
.footer-nav__list ul li:not(:last-child) {
    margin-bottom: 5px;
}
.footer-nav__list ul li > a {
    color: #7ddffa;
}
.footer-nav__list ul li > a:hover {
    color: #fff;
}
.footer-nav__list ul li.has-subnav > a {
    padding-right: 18px;
}
.footer-nav__list ul li.has-subnav > a .icon--arrow-down {
    top: 0.5714285714em;
}
.footer-nav__list ul ul {
    padding-left: 18px;
    position: relative;
    font-size: 12px;
}
.footer-nav__list ul ul:before {
    content: "";
    position: absolute;
    top: 0.25em;
    left: 0;
    bottom: 0.0833333333em;
    width: 1px;
    background-color: #11a7d1;
}
.footer-nav__list ul ul li:not(:last-child) {
    margin-bottom: 3px;
}
.footer-nav__list ul ul a {
    color: #61d1ef;
}
.footer-nav__list ul ul a:hover {
    color: #fff;
}
.footer-nav__list ul ul ul {
    margin-top: 3px;
}
.footer {
    padding: 30px 0 40px;
    color: #fff;
    font-size: 14px;
    background-color: #009ac5;
    border-top: 17px solid white;
}
@media (max-width: 1199.98px) {
    .footer {
        padding: 30px 0;
    }
}
.footer__top {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #11a7d1;
}
@media (max-width: 1199.98px) {
    .footer__top {
        margin-bottom: 25px;
    }
}
.footer__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
}
@media (max-width: 991.98px) {
    .footer__socials {
        margin-bottom: 20px;
    }
}
.footer__socials-link {
    width: 46px;
    height: 46px;
    margin: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background-color: #ffa110;
    border-radius: 50%;
}
.footer__socials-link:hover {
    color: #fff;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.footer__socials-link .icon--facebook {
    width: 8px;
    height: 17px;
}
.footer__socials-link .icon--instagram {
    width: 18px;
    height: 18px;
}
.footer__socials-link .icon--wechat {
    width: 24px;
    height: 23px;
}
html body .bvi-body .footer__socials-link {
    border: 1px solid;
}
.footer__contacts a,
.footer__controls a {
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.footer__contacts a:hover,
.footer__controls a:hover {
    color: #7ddffa;
}
.footer__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer__contacts-item {
    margin-top: 10px;
    margin-bottom: 10px;
}
.footer__contacts-item:not(:last-child) {
    margin-right: 75px;
}
@media (max-width: 767.98px) {
    .footer__contacts-item {
        width: 100%;
        margin-right: 0 !important;
    }
}
.footer__contacts-title {
    color: #7ddffa;
    font-weight: 400;
    border-bottom: 1px solid #7ddffa;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.footer__contacts-number {
    font-size: 26px;
    font-weight: 700;
}
@media (max-width: 767.98px) {
    .footer__contacts-number {
        font-size: 22px;
    }
}
.footer__contacts-desc {
    line-height: 1.58;
}
.footer__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
@media (min-width: 1200px) {
    .footer__controls {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.footer__controls-item {
    margin: 5px 10px;
}
.footer__controls-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer__controls-icon {
    width: 25px;
    margin-right: 12px;
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.footer__controls-icon .icon {
    top: -0.09em;
}
.footer__controls-icon .icon--safety {
    width: 18px;
    height: 18px;
}
.footer__controls-icon .icon--glasses {
    width: 25px;
    height: 11px;
}
.footer__controls-icon .icon--map {
    width: 24px;
    height: 19px;
}
.footer__copyright,
.footer__dev {
    color: #49c5e7;
}
.footer__copyright a,
.footer__dev a {
    color: inherit;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.footer__copyright a:hover,
.footer__dev a:hover {
    color: #fff;
}
.footer__copyright-desc {
    font-size: 12px;
    margin-top: 8px;
}
@media (max-width: 575.98px) {
    .footer__copyright-desc br {
        display: none;
    }
}
.footer__dev {
    font-size: 12px;
}
@media (min-width: 1200px) {
    .footer__dev {
        text-align: right;
    }
}
@media print {
    .footer {
        padding: 20px 0;
        background-color: #f6f6f6;
        text-align: center;
    }
    .footer .row > * {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-bottom: 0 !important;
    }
    .footer__contacts,
    .footer__controls,
    .footer__dev,
    .footer__socials,
    .footer__top {
        display: none;
    }
    .footer__copyright {
        color: #3e3e3e;
    }
}
html body .bvi-body .footer {
    border-top: 1px solid;
}
.modal-table .modal-dialog {
    max-width: 100%;
    margin-left: 40px;
    margin-right: 40px;
}
.modal-table .modal-content {
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    min-height: 300px;
}
.modal-table table {
    float: none !important;
    margin-left: auto;
    margin-right: auto;
}
.modal-table .table-responsive {
    margin-bottom: 0 !important;
}
.modal-table .table-responsive-btn {
    display: none !important;
}
.modal-dialog--lg {
    max-width: 560px;
}
.modal-content {
    width: 100%;
    border: 0;
    padding: 35px 30px;
    border-radius: 0;
}
@media (min-width: 992px) {
    .modal-content {
        margin-top: 82px;
        margin-bottom: 82px;
    }
}
@media (max-width: 575.98px) {
    .modal-content {
        padding: 40px 25px;
    }
}
.modal__close {
    position: absolute;
    top: -30px;
    right: -30px;
    width: 60px;
    height: 60px;
    color: #666;
    line-height: 60px;
    text-align: center;
    background-color: #ededed;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 1;
    border: 0;
}
.modal__close:hover {
    background-color: #dedede;
}
.modal__close svg {
    width: 14px;
    height: 14px;
}
@media (max-width: 991.98px) {
    .modal__close {
        top: 0;
        right: 0;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 0;
        background-color: transparent !important;
    }
}
.modal__title {
    color: #3e3e3e;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}
@media (max-width: 767.98px) {
    .modal__title {
        font-size: 20px;
    }
}
html body .bvi-body[data-bvi-theme] .modal,
html body .bvi-body[data-bvi-theme] .modal-dialog {
    background: none !important;
}
html body .bvi-body[data-bvi-theme] .modal-content {
    border: 1px solid;
}
.s-intro-page {
    padding: 30px 0;
    margin-bottom: 0;
    color: #fff;
    background-color: #009ac5;
}
.s-intro-page__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.35;
}
@media (max-width: 1199.98px) {
    .s-intro-page {
        padding: 25px 0;
    }
    .s-intro-page__title {
        font-size: 25px;
    }
}
@media (max-width: 991.98px) {
    .s-intro-page__title {
        font-size: 22px;
    }
}
@media (max-width: 575.98px) {
    .s-intro-page {
        padding: 20px 0;
    }
    .s-intro-page__title {
        font-size: 20px;
    }
}
@media print {
    .s-intro-page {
        color: #3e3e3e;
        background-color: transparent;
    }
}
html body .bvi-body .s-intro-page {
    border-top: 1px solid;
    border-bottom: 1px solid;
}
.s-breadcrumbs {
    padding: 10px 0;
    font-size: 12px;
    background-color: #f6f6f6;
}
@media (min-width: 992px) {
    .s-breadcrumbs {
        margin-bottom: 40px;
    }
}
html body .bvi-body .s-breadcrumbs {
    border-bottom: 1px solid;
}
.breadcrumbs:after,
.breadcrumbs:before {
    content: " ";
    display: table;
}
.breadcrumbs:after {
    clear: both;
}
.breadcrumbs li {
    float: left;
    padding: 2px 0;
}
.breadcrumbs li:last-child {
    pointer-events: none;
}
html body .bvi-body .breadcrumbs li:last-child a {
    text-decoration: none !important;
}
.breadcrumbs li a {
    color: #aeafb2;
}
.breadcrumbs li a:hover {
    color: #009ac5;
}
.breadcrumbs li svg {
    fill: #d2d2d4;
    width: 0.75em;
    height: 0.5833333333em;
    margin-left: 0.5em;
    margin-right: 0.8333333333em;
}
.page-404 {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
}
.page-404 h1 {
    color: #009ac5;
    font-size: 30rem;
    font-weight: 700;
    line-height: 1.2;
}
@media (max-width: 767.98px) {
    .page-404 h1 {
        font-size: 15rem;
    }
}
.s-page {
    padding-bottom: 35px;
    border-bottom: 1px solid #e6e6e6;
}
.s-page__content {
    min-height: 200px;
}
.s-page__content > :first-child {
    margin-top: 0;
}
@media (max-width: 767.98px) {
    .s-page__content {
        min-height: 100px;
    }
}
.s-page__footer {
    font-size: 14px;
    margin-top: 40px;
    padding-top: 35px;
    border-top: 10px solid #f6f6f6;
}
@media (max-width: 1199.98px) {
    .s-page__footer {
        margin-top: 30px;
        padding-top: 25px;
    }
}
@media (max-width: 767.98px) {
    .s-page__footer {
        margin-top: 25px;
        padding-top: 20px;
        border-top-width: 5px;
    }
}
html body .bvi-body .s-page__footer {
    border-top-width: 1px;
}
@media print {
    .s-page {
        padding-bottom: 0;
        border-bottom: 0;
    }
    .s-page__main {
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
        max-width: 100% !important;
    }
    .s-page__aside,
    .s-page__footer {
        display: none !important;
    }
}
@media (max-width: 575.98px) {
    .page-control {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 20px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}
.page-control__link {
    margin-right: 25px;
    display: inline-block;
    vertical-align: middle;
}
@media (max-width: 575.98px) {
    .page-control__link:last-child {
        margin-right: 0;
    }
}
.page-control__link .icon {
    top: -0.0714285714em;
    fill: #aeafb2;
    margin-right: 0.5em;
}
.page-control__link .icon--barb-arrow {
    width: 0.9285714286em;
    height: 0.7142857143em;
}
.page-control__link .icon--print {
    width: 1.1428571429em;
    height: 1.2142857143em;
}
.page-share__title {
    margin-right: 15px;
}
.page-share__body {
    margin: 0 -5px;
}
.page-share__body .at-share-btn {
    width: 34px !important;
    height: 34px !important;
    margin: 5px !important;
    padding: 0 !important;
    border-radius: 50% !important;
}
.page-share__body .at-share-btn span.at-icon-wrapper {
    width: 100% !important;
    height: 100% !important;
    line-height: 34px !important;
    text-align: center !important;
}
.page-share__body .at-share-btn svg {
    width: 20px !important;
    height: 20px !important;
}
html body .bvi-body .page-share__body .at-share-btn {
    border: 1px solid;
}
html body .bvi-body .page-share__body .at-share-btn span.at-icon-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.page-share__body .at-svc-facebook {
    background-color: #1977f3 !important;
}
.second-nav {
    -webkit-box-shadow: inset 1px 0 0 0 #e6e6e6;
    box-shadow: inset 1px 0 0 0 #e6e6e6;
}
.second-nav__item:not(:last-child) {
    margin-bottom: 18px;
}
.second-nav__list a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.second-nav__list a .icon--arrow-down {
    fill: #999;
    position: absolute;
    right: 0;
    width: 9px;
    height: 5px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.second-nav__list a.is-active {
    -webkit-box-shadow: inset 6px 0 0 0 currentColor;
    box-shadow: inset 6px 0 0 0 currentColor;
}
.second-nav__list a.is-active .icon--arrow-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.second-nav__list > li:not(:last-child) {
    margin-bottom: 5px;
}
.second-nav__list > li > a {
    color: #3e3e3e;
    padding: 7px 15px 7px 30px;
}
.second-nav__list > li > a:hover {
    color: #3e3e3e;
    -webkit-box-shadow: inset 6px 0 0 0 #009ac5;
    box-shadow: inset 6px 0 0 0 #009ac5;
}
.second-nav__list > li > a.is-active {
    color: #f39300;
    -webkit-box-shadow: inset 6px 0 0 0 #f39300;
    box-shadow: inset 6px 0 0 0 #f39300;
}
.second-nav__list > li.has-subnav > a {
    padding-right: 20px;
}
.second-nav__list > li.has-subnav > a.is-active {
    color: #3e3e3e;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.second-nav__list > li.has-subnav > a .icon--arrow-down {
    top: 1em;
}
.second-nav__list ul {
    display: none;
    font-size: 14px;
}
.second-nav__list ul a {
    color: #939393;
    padding: 6px 15px 6px 30px;
}
.second-nav__list ul a:hover {
    color: #939393;
    -webkit-box-shadow: inset 6px 0 0 0 #009ac5;
    box-shadow: inset 6px 0 0 0 #009ac5;
}
.second-nav__list ul a.is-active {
    color: #f39300;
    -webkit-box-shadow: inset 6px 0 0 0 #f39300;
    box-shadow: inset 6px 0 0 0 #f39300;
}
.second-nav__list ul li {
    margin-top: 2px;
}
.second-nav__list ul li.has-subnav > a {
    padding-right: 20px;
}
.second-nav__list ul li.has-subnav > a.is-active {
    color: #939393;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.second-nav__list ul li.has-subnav > a .icon--arrow-down {
    top: 1em;
}
html body .bvi-body .second-nav {
    border-left: 1px solid;
}
.notes-aside__text {
    color: #939393;
    font-size: 14px;
}
.notes-aside__text:not(:last-child) {
    margin-bottom: 20px;
}
.notes-aside__text > :first-child {
    margin-top: 0;
}
.notes-aside__text > :last-child {
    margin-bottom: 0;
}
.notes-aside__text h4 {
    color: #3e3e3e;
    font-size: 16px;
    margin-bottom: 0.35em;
}
.notes-aside__text p {
    margin-bottom: 0.15em;
}
.notes-aside__text .formatted-body-note {
    padding: 1.285em 1.428em;
}
.aside__inner > .col-12:last-child .aside-block {
    margin-bottom: 0;
}
.aside-block {
    margin-bottom: 30px;
    word-break: break-word;
    overflow-wrap: break-word;
}
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 25px;
}
.pagination__arrow {
    font-size: 14px;
}
.pagination__arrow svg {
    fill: #aeafb2;
    top: -0.0714285714em;
    width: 0.9285714286em;
    height: 0.7142857143em;
}
.pagination__arrow--prev svg {
    margin-right: 0.5em;
}
.pagination__arrow--next svg {
    margin-left: 0.5em;
}
.pagination__arrow-link {
    display: inline-block;
    line-height: 40px;
}
.pagination__list {
    margin: 0 25px;
}
.pagination__list:after,
.pagination__list:before {
    content: " ";
    display: table;
}
.pagination__list:after {
    clear: both;
}
.pagination__item {
    float: left;
}
.pagination__link {
    display: block;
    width: 40px;
    height: 40px;
    color: #4e4e4e;
    line-height: 40px;
    text-align: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.pagination__link:not(.is-disabled):not(.is-active):hover {
    color: #4e4e4e;
    background-color: #f6f6f6;
}
.pagination__link.is-active {
    color: #fff;
    background-color: #f39300;
}
@media (max-width: 991.98px) {
    .pagination__arrow-link {
        line-height: 35px;
    }
    .pagination__link {
        width: 35px;
        height: 35px;
        font-size: 14px;
        line-height: 35px;
    }
}
@media (max-width: 767.98px) {
    .pagination {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .pagination__list {
        margin: 0 15px;
    }
    .pagination__arrow-link {
        width: 35px;
        text-align: center;
    }
    .pagination__arrow-link svg {
        margin: 0;
    }
    .pagination__arrow-link span {
        display: none;
    }
}
.leaders-hero {
    margin-bottom: 40px;
}
.leaders-hero__inner {
    padding-bottom: 40px;
    border-bottom: 1px solid #e6e6e6;
}
.leaders-hero__image-wrap {
    width: 300px;
    height: 400px;
    max-width: 100%;
    margin-right: 40px;
}
.leaders-hero__info {
    position: relative;
    padding-top: 32px;
    width: calc(100% - 340px);
}
.leaders-hero__info:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 6px;
    background-color: #f39300;
}
.leaders-hero__title {
    color: #3e3e3e;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 14px;
}
.leaders-hero__position {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 22px;
}
.leaders-hero__position:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background-color: #d9d9d9;
}
@media (max-width: 1199.98px) {
    .leaders-hero__title {
        font-size: 25px;
    }
}
@media (max-width: 991.98px) {
    .leaders-hero {
        margin-bottom: 30px;
    }
    .leaders-hero__inner {
        padding-bottom: 30px;
    }
    .leaders-hero__image-wrap {
        margin-right: 30px;
    }
    .leaders-hero__info {
        width: calc(100% - 330px);
    }
    .leaders-hero__title {
        font-size: 22px;
        margin-bottom: 8px;
    }
    .leaders-hero__desc,
    .leaders-hero__position {
        font-size: 14px;
    }
}
@media (max-width: 767.98px) {
    .leaders-hero__image-wrap {
        margin: 0 auto 20px;
    }
    .leaders-hero__info {
        width: 100%;
        padding-top: 0;
        text-align: center;
    }
    .leaders-hero__info:before {
        content: none;
    }
    .leaders-hero__title {
        font-size: 20px;
    }
    .leaders-hero__position:after {
        right: 0;
        margin: auto;
    }
}
.leaders-card {
    margin-bottom: 40px;
}
.leaders-card__image-wrap {
    margin-bottom: 0px;
    overflow: hidden;
    margin-top: 30px;
}
.leaders-card__desc {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 18px 20px;
    color: #fff;
    font-size: 14px;
    max-height: 100%;
    overflow-y: auto;
    background-color: rgba(0, 154, 197, 0.9);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.leaders-card__desc:empty {
    display: none;
}
.leaders-card__image-wrap:hover .leaders-card__desc {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.leaders-card__title {
    color: #009ac5;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 12px;
    margin-top: 12px;
}
.leaders-card__title span {
    display: block;
}
@media (max-width: 991.98px) {
    .leaders-card {
        margin-bottom: 30px;
    }
    .leaders-card__image-wrap {
        margin-bottom: 12px;
    }
    .leaders-card__title {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .leaders-card__position {
        font-size: 14px;
    }
}
@media (max-width: 575.98px) {
    .leaders-card {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width: 768px) {
    .leaders-modal .modal-dialog {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .leaders-modal .modal-dialog {
        max-width: 920px;
    }
}
@media (min-width: 1400px) {
    .leaders-modal .modal-dialog {
        max-width: 1290px;
    }
}
@media (min-width: 992px) {
    .leaders-modal .modal-content {
        padding: 0;
        background-color: transparent;
    }
}
.leaders-modal__image-wrap {
    width: 410px;
}
.leaders-modal__image {
    width: 100%;
    height: 610px;
    background: top/cover no-repeat #e6e6e6;
}
.leaders-modal__desc {
    color: #fff;
    font-size: 14px;
    padding: 24px 25px 24px 0;
}
.leaders-modal__desc:empty {
    display: none;
}
html body .bvi-body .leaders-modal__desc {
    padding-left: 25px;
}
.leaders-modal__desc-sm {
    display: none;
    margin-bottom: 20px;
}
.leaders-modal__desc-sm:empty {
    display: none;
}
.leaders-modal__info {
    width: calc(100% - 410px);
    padding: 40px;
    position: relative;
    background-color: #fff;
}
.leaders-modal__title {
    color: #3e3e3e;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 14px;
    padding-top: 32px;
    position: relative;
}
.leaders-modal__title:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 6px;
    background-color: #f39300;
}
.leaders-modal__position {
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 25px;
}
.leaders-modal__position:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background-color: #d9d9d9;
}
.leaders-modal__position br {
    display: none;
}
@media (max-width: 1399.98px) {
    .leaders-modal__image-wrap {
        width: 300px;
    }
    .leaders-modal__image {
        height: 500px;
    }
    .leaders-modal__info {
        width: calc(100% - 300px);
        padding-left: 25px;
        padding-right: 25px;
    }
}
@media (max-width: 1199.98px) {
    .leaders-modal__title {
        font-size: 25px;
        padding-top: 28px;
    }
    .leaders-modal__position {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
}
@media (max-width: 991.98px) {
    .leaders-modal__image-wrap {
        width: 280px;
        margin: 0 auto 20px;
        max-width: 100%;
    }
    .leaders-modal__image {
        height: 330px;
    }
    .leaders-modal__desc {
        display: none;
    }
    .leaders-modal__desc-sm {
        display: block;
    }
    .leaders-modal__info {
        width: 100%;
        padding: 0;
    }
    .leaders-modal__title {
        font-size: 22px;
        margin-bottom: 8px;
        padding-top: 0;
        text-align: center;
    }
    .leaders-modal__title:before {
        content: none;
    }
    .leaders-modal__position {
        text-align: center;
    }
    .leaders-modal__position:after {
        right: 0;
        margin: auto;
    }
}
@media (max-width: 767.98px) {
    .leaders-modal__info {
        font-size: 14px;
    }
    .leaders-modal__info .formatted-body h4 {
        font-size: 16px;
    }
    .leaders-modal__title {
        font-size: 20px;
    }
}
.leaders-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px;
    background-color: #f6f6f6;
}
.leaders-panel__left {
    width: 43%;
    padding-right: 65px;
    border-right: 2px solid #e6e6e6;
}
.leaders-panel__right {
    width: 57%;
    padding-left: 40px;
}
@media (max-width: 991.98px) {
    .col-md-9.col-lg-12.col-xl-9{
        width:100% !important;
    }
    .leaders-panel {
        display: block !important;
    }
    .leaders-panel__left {
        width: 100%;
        padding: 0 0 20px;
        margin-bottom: 20px;
        border-right: 0;
        border-bottom: 1px solid #e6e6e6;
    }
    .leaders-panel__right {
        width: 100%;
        padding: 0;
    }
}
@media (max-width: 767.98px) {
    .leaders-panel {
        padding: 30px 25px !important;
    }
}
html body .bvi-body .leaders-panel {
    border: 1px solid;
}
.info-suppliers__list {
    margin-top: 0px;
    padding-top: 40px;
    border-top: 1px solid #e6e6e6;
}
@media (max-width: 991.98px) {
    .info-suppliers__list {
        padding-top: 50px;
    }
}
@media (max-width: 767.98px) {
    .info-suppliers__list {
        padding-top: 40px;
    }
}
.info-suppliers__item {
    width: 50%;
    margin-bottom: 40px;
}
.info-suppliers__item:nth-child(2n) {
    padding-left: 70px;
}
.info-suppliers__item:nth-child(odd) {
    padding-right: 70px;
    -webkit-box-shadow: 2px 0 0 0 #f6f6f6;
    box-shadow: 2px 0 0 0 #f6f6f6;
}
@media (max-width: 991.98px) {
    .info-suppliers__item {
        margin-bottom: 50px;
    }
    .info-suppliers__item:nth-child(2n) {
        padding-left: 40px;
    }
    .info-suppliers__item:nth-child(odd) {
        padding-right: 40px;
    }
}
@media (max-width: 767.98px) {
    .info-suppliers__item {
        width: 100% !important;
        padding: 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        margin-bottom: 40px;
    }
}
.info-suppliers__image-wrap {
    padding-top: 56.0975609756%;
    margin-bottom: 50px;
}
@media (max-width: 991.98px) {
    .info-suppliers__image-wrap {
        margin-bottom: 30px !important;
    }
}
.info-suppliers__item:nth-child(2n) .info-suppliers__info h3:before {
    border-top-color: #009ac5;
}
@media (min-width: 768px) {
    .info-suppliers__item--hero {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    .info-suppliers__item--hero .info-suppliers__image-wrap {
        width: 360px;
        margin: 0 40px 0 0;
        padding-top: 0;
        background-color: transparent;
    }
    .info-suppliers__item--hero .info-suppliers__image-wrap img {
        height: auto;
        position: static;
    }
    .info-suppliers__item--hero .info-suppliers__info {
        width: calc(100% - 400px);
    }
}
.refs-group__section {
    margin-bottom: 40px;
}
.refs-group__title {
    color: #3e3e3e;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 40px;
}
.refs-group__item {
    margin-bottom: 40px;
    text-align: center;
}
.refs-group__item-link {
    height: 100%;
    display: block;
    padding: 10px 10px 20px;
}
.refs-group__item-link:hover {
    background-color: #f9f9f9;
}
.refs-group__item-logo {
    height: 80px;
    margin-bottom: 10px;
}
.refs-group__item-logo img {
    max-height: 100%;
}
.refs-group__item-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
}
.refs-group__item-desc {
    color: #009ac5;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 10px;
}
@media (max-width: 1199.98px) {
    .refs-group__title {
        font-size: 22px;
        margin-bottom: 30px;
    }
}
@media (max-width: 767.98px) {
    .refs-group__title {
        font-size: 20px;
    }
}
@media (max-width: 575.98px) {
    .refs-group__item {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
}
.gen-info__section {
    position: relative;
    margin-bottom: 40px;
}
.gen-info__section:not(:last-child) {
    padding-bottom: 40px;
    border-bottom: 1px solid #e6e6e6;
}
.gen-info__section:last-child:after {
    content: none;
}
.gen-info__section.line-decor--1:after {
    right: 16.75%;
}
.gen-info__section.line-decor--2:after {
    left: 7%;
}
@media (min-width: 992px) {
    .gen-info__section--mb-lg {
        margin-bottom: 70px;
    }
}
.gen-info__title {
    margin-bottom: 20px;
}
.gen-info-shareholder__head {
    margin-bottom: 50px;
}
.gen-info-shareholder__intro {
    margin-bottom: 35px;
}
@media (min-width: 992px) {
    .gen-info-shareholder__head {
        margin-bottom: 75px;
    }
    .gen-info-shareholder__intro {
        width: 420px;
        margin: 0 40px 0 0;
        padding-right: 40px;
        border-right: 1px solid #f6f6f6;
    }
    .gen-info-shareholder__info {
        width: calc(100% - 460px);
    }
}
.gen-info-benefits__list {
    margin-top: 60px;
}
@media (max-width: 1199.98px) {
    .gen-info-benefits__list {
        margin-top: 40px;
    }
}
.gen-info-benefits__item {
    margin-bottom: 40px;
}
.gen-info-benefits__icon {
    height: 60px;
    margin-bottom: 30px;
}
.gen-info-benefits__icon img {
    max-height: 100%;
}
@media (max-width: 991.98px) {
    .reviews {
        max-width: 540px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 575.98px) {
    .reviews {
        max-width: 300px;
    }
}
.reviews__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
}
.reviews__item-link {
    display: block;
    color: #3e3e3e;
    padding: 5px 5px 0;
    background-color: #f6f6f6;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.reviews__item-link:hover {
    color: #fff;
    background-color: #009ac5;
}
.reviews__item-image {
    position: relative;
    padding-top: 137.9310344828%;
    background: 50% / cover no-repeat;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.reviews__item-link:hover .reviews__item-image {
    opacity: 0.7;
}
.reviews__item-title {
    margin: 0 -5px;
    padding: 12px 15px;
    font-size: 16px;
    color: #009ac5;
    font-weight: 700;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.reviews__item-link:hover .reviews__item-title {
    color: #fff;
}
.reviews__item-subtitle {
    font-size: 14px;
    margin-top: 8px;
    text-align: center;
}
.edu-intro {
    padding: 30px 0 85px;
    margin-bottom: 35px;
    border-bottom: 1px solid #e6e6e6;
}
.edu-intro__title {
    color: #009ac5;
    font-size: 37px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 25px;
}
.edu-intro__desc h3 {
    margin-top: 0;
    padding-top: 0;
    font-size: 20px;
}
.edu-intro__desc h3:before {
    content: none;
}
@media (max-width: 1199.98px) {
    .edu-intro__title {
        font-size: 30px;
    }
    .edu-intro__desc {
        font-size: 16px;
    }
}
@media (max-width: 991.98px) {
    .edu-intro {
        padding: 20px 0 35px;
    }
    .edu-intro__title {
        font-size: 26px;
        margin-bottom: 15px;
    }
}
@media (max-width: 767.98px) {
    .edu-intro__title {
        font-size: 24px;
    }
}
.edu-products__header {
    margin-bottom: 30px;
}
.edu-products__title {
    color: #3e3e3e;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}
.edu-products__item {
    position: relative;
    padding: 12px 15px 12px 52px;
    background-color: #f6f6f6;
    border-bottom: 1px solid #fff;
}
.edu-products__item.is-done {
    background-color: transparent;
    border-bottom-color: #f6f6f6;
}
.edu-products__item-icon {
    fill: #d6d6d6;
    position: absolute;
    top: 50%;
    left: 15px;
    width: 22px;
    height: 22px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.edu-products__item.is-done .edu-products__item-icon {
    fill: #91d554;
}
.edu-products__item-title {
    color: #3e3e3e;
    font-size: 18px;
}
.edu-products__footer {
    margin-top: 40px;
}
@media (max-width: 1199.98px) {
    .edu-products__title {
        font-size: 22px;
    }
}
@media (max-width: 991.98px) {
    .edu-products__item-title {
        font-size: 16px;
    }
    .edu-products__footer {
        margin-top: 30px;
    }
}
@media (max-width: 767.98px) {
    .edu-products__title {
        font-size: 20px;
        margin-bottom: 10px;
    }
}
.edu-form-login__inner {
    display: none;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #e6e6e6;
}
.edu-training__control,
.edu-training__header {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
}
.edu-training__header {
    text-align: center;
    margin-bottom: 35px;
}
.edu-training__title {
    color: #3e3e3e;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 25px;
}
.edu-training__slider {
    margin-bottom: 40px;
    padding: 40px 0 20px;
    background-color: #f6f6f6;
}
.edu-training__control-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.edu-training__control-in .btn {
    margin-top: 20px;
}
.edu-training__control-in .btn:not(:last-child) {
    margin-right: 20px;
}
@media (max-width: 1199.98px) {
    .edu-training__title {
        font-size: 24px;
        margin-bottom: 20px;
    }
}
@media (max-width: 991.98px) {
    .edu-training__title {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .edu-training__slider {
        margin-bottom: 20px;
    }
}
@media (max-width: 575.98px) {
    .edu-training__header {
        margin-bottom: 30px;
    }
    .edu-training__title {
        font-size: 20px;
    }
    .edu-training__desc {
        font-size: 14px;
    }
    .edu-training__control-in .btn {
        width: 100%;
        margin-right: 0 !important;
    }
}
.edu-testing {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
}
.edu-testing__title {
    color: #3e3e3e;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 25px;
}
@media (max-width: 1199.98px) {
    .edu-testing__title {
        font-size: 24px;
        margin-bottom: 20px;
    }
}
@media (max-width: 991.98px) {
    .edu-testing__title {
        font-size: 22px;
        margin-bottom: 15px;
    }
}
@media (max-width: 575.98px) {
    .edu-testing__title {
        font-size: 20px;
    }
}
@media (max-width: 575.98px) {
    .edu-testing__desc {
        font-size: 14px;
    }
}
.edu-testing-form {
    margin-top: 35px;
}
.edu-testing-form__title {
    color: #009ac5;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}
.edu-testing-form__list {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}
.edu-testing-form__fields {
    padding: 20px 30px 30px;
    background-color: #f6f6f6;
}
.edu-testing-form__field-title {
    color: #3e3e3e;
    font-weight: 700;
    margin-bottom: 15px;
}
.edu-testing-form__field-body .form-check:last-child {
    margin-bottom: 0;
}
.edu-testing-form__control {
    margin-top: 40px;
    text-align: right;
}
@media (max-width: 575.98px) {
    .edu-testing-form__control {
        margin-top: 30px;
    }
    .edu-testing-form__control .btn {
        width: 100%;
    }
}
.s-edu {
    padding-bottom: 60px;
    border-bottom: 1px solid #e6e6e6;
}
.history-success-nav {
    margin-bottom: 25px;
    -webkit-box-shadow: inset 0 -1px 0 #e6e6e6;
    box-shadow: inset 0 -1px 0 #e6e6e6;
}
.history-success-nav--padding .slick-list {
    padding-left: 80px;
}
.history-success-nav .slick-slide {
    margin-right: 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.history-success-nav .slick-slide.slick-current {
    -webkit-box-shadow: inset 0 -6px 0 #f39300;
    box-shadow: inset 0 -6px 0 #f39300;
}
.history-success-nav .slick-slide:not(.slick-current) {
    cursor: pointer;
    opacity: 0.3;
}
.history-success-nav .slick-track {
    margin-left: 0;
}
.history-success-nav__item {
    padding-bottom: 20px;
}
.history-success-nav__title {
    color: #3e3e3e;
    font-size: 18px;
    font-weight: 700;
}
.history-success-nav__subtitle {
    color: #aeafb2;
    font-size: 14px;
}
@media (min-width: 768px) {
    .history-success-slider .slick-slide {
        margin-right: 30px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    .history-success-slider .slick-slide:not(.slick-current) {
        cursor: pointer;
        opacity: 0.3;
    }
}
.history-success-slider__slide {
    width: 630px;
}
.history-success-slider__header {
    margin-bottom: 22px;
    padding-top: 68.253968254%;
}
.history-success-slider__year {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
    color: #3e3e3e;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.35;
}
.history-success-slider__year:after {
    content: "";
    height: 1px;
    display: block;
    margin-left: 28px;
    background-color: #e6e6e6;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.history-success-slider__month {
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    vertical-align: middle;
    background-color: #009ac5;
}
.history-success-slider__desc {
    margin-top: 25px;
}
@media (max-width: 991.98px) {
    .history-success-slider__slide {
        width: 460px !important;
    }
    .history-success-slider__header {
        margin-bottom: 20px;
    }
    .history-success-slider__year {
        font-size: 25px;
    }
    .history-success-slider__desc {
        margin-top: 15px;
        font-size: 14px;
    }
}
@media (max-width: 767.98px) {
    .history-success-slider__slide {
        width: 100%;
    }
}
.head-office__content {
    margin-bottom: 90px;
}
@media (max-width: 991.98px) {
    .head-office__content {
        margin-bottom: 60px;
    }
}
@media (max-width: 767.98px) {
    .head-office__content {
        margin-bottom: 40px;
    }
}
.head-office-city__item {
    width: 50%;
    margin-bottom: 70px;
}
.head-office-city__item:nth-child(2n) {
    padding-left: 60px;
}
.head-office-city__item:nth-child(odd) {
    padding-right: 60px;
    -webkit-box-shadow: 2px 0 0 0 #f6f6f6;
    box-shadow: 2px 0 0 0 #f6f6f6;
}
@media (max-width: 991.98px) {
    .head-office-city__item {
        margin-bottom: 50px !important;
    }
    .head-office-city__item:nth-child(2n) {
        padding-left: 40px !important;
    }
    .head-office-city__item:nth-child(odd) {
        padding-right: 40px !important;
    }
}
@media (max-width: 767.98px) {
    .head-office-city__item {
        width: 100% !important;
        padding: 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        margin-bottom: 40px;
    }
}
.head-office-city__image-wrap {
    padding-top: 54.7619047619%;
    margin-bottom: 40px;
}
@media (max-width: 991.98px) {
    .head-office-city__image-wrap {
        margin-bottom: 30px !important;
    }
}
.head-office-city__item:nth-child(2n) .head-office-city__info h3:before {
    border-top-color: #009ac5;
}
@media (min-width: 768px) {
    .head-office-city__item--hero {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    .head-office-city__item--hero .head-office-city__image-wrap {
        width: 360px;
        margin: 0 40px 0 0;
        padding-top: 0;
        background-color: transparent;
    }
    .head-office-city__item--hero .head-office-city__image-wrap img {
        height: auto;
        position: static;
    }
    .head-office-city__item--hero .head-office-city__info {
        width: calc(100% - 400px);
    }
}
.head-office-schedule {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 45px 50px 20px;
    background-color: #f6f6f6;
}
.head-office-schedule__col {
    width: 50%;
}
.head-office-schedule__col:nth-child(2n) {
    padding-left: 60px;
}
.head-office-schedule__title {
    color: #009ac5;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.head-office-schedule__item {
    margin-bottom: 25px;
}
.head-office-schedule__item-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #3e3e3e;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}
.head-office-schedule__item-head .icon {
    top: -0.11em;
    fill: #f39300;
    margin-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.head-office-schedule__item-head .icon--call-circle,
.head-office-schedule__item-head .icon--time {
    width: 18px;
    height: 18px;
}
.head-office-schedule__item-head .icon--coffee {
    width: 21px;
    height: 20px;
}
.head-office-schedule__item-content h4 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 5px;
}
@media (max-width: 991.98px) {
    .head-office-schedule {
        padding: 35px 40px 15px !important;
    }
    .head-office-schedule__col {
        width: 100%;
        padding: 0 !important;
    }
    .head-office-schedule__item-content h4 {
        font-size: 20px;
    }
}
@media (max-width: 575.98px) {
    .head-office-schedule {
        padding: 30px 30px 5px;
    }
}
html body .bvi-body .head-office-schedule {
    border: 1px solid;
}
.head-office-map {
    margin-top: 70px;
}
.head-office-map:empty {
    display: none;
}
.head-office-map iframe {
    width: 100%;
}
@media (max-width: 991.98px) {
    .head-office-map {
        margin-top: 50px !important;
    }
}
@media (max-width: 767.98px) {
    .head-office-map {
        margin-top: 40px;
    }
}
.search__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
.search__form-input {
    height: auto;
    line-height: 40px;
    width: calc(100% - 110px);
    border-right: 0;
}
.search__form-submit {
    width: 110px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.search__form-submit .icon--search {
    width: 14px;
    height: 14px;
    margin-right: 8px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.search__count {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
}
.search__count b {
    color: #009ac5;
}
.search__result-item:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
}
.search__result-title {
    margin: 5px 0;
    font-size: 16px;
    font-weight: 700;
}
.search__result-title a:visited {
    color: #939393;
}
.ratings-about {
    margin: 70px 0 30px;
}
.ratings-about:after,
.ratings-about:before {
    content: " ";
    display: table;
}
.ratings-about:after {
    clear: both;
}
.ratings-about__content hr {
    margin: 35px 0;
}
.ratings-about__content h3:nth-child(2n):before {
    border-top-color: #009ac5;
}
.ratings-about__card-wrap {
    float: right;
    width: 550px;
    position: relative;
    padding-left: 70px;
    margin-bottom: 40px;
    background-color: #fff;
    z-index: 1;
}
.ratings-about__card {
    background-color: #f6f6f6;
}
.ratings-about__card-head {
    padding-top: 46.4583333333%;
}
.ratings-about__card-body {
    padding: 25px 30px;
}
@media (max-width:  !important) {
    .ratings-about {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        margin: 40px 0 !important;
    }
    .ratings-about__card-wrap {
        float: none !important;
        width: 480px !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin: 35px auto 0 !important;
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }
}
@media (max-width: 767.98px) {
    .ratings-about__card-body {
        padding: 20px 25px;
    }
}
@media (max-width: 575.98px) {
    .registry-form__toggle-wrap .btn {
        width: 100%;
    }
}

.nav-sub__list.container > ul > li > a::before {
    width: 7px;
    height: 7px;
    background: #ffffff;
    position: absolute;
    top: 17px;
    left: 0;
    content: "";
    margin: -10px -20px;
}

ul.submenu > li > a {
    padding: 0px;
    margin: 0;
}

.title {
    display: inline-block;
    padding-bottom: 9px;
    margin-bottom: 3px;
    color: #000;
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: -.3px;
    text-transform: uppercase;
    padding-left: 10px;
}
.subtitle {
    display: block;
    color: #000;
    font-size: 14px;
    letter-spacing: 1px;
    border-top: 2px solid #ececec;
    margin-top: 5px;
    padding-top: 5px;
}
.line-decor--3:after {
    top: -5px;
    left: 18.65%;
    width: 300px;
    background: -webkit-gradient(linear, right top, left top, color-stop(65%, #009ac5), color-stop(35%, #f39300));
    background: -o-linear-gradient(right, #009ac5 65%, #f39300 35%);
    background: linear-gradient(270deg, #009ac5 65%, #f39300 0);
}
#region-title {
    top: 4036px;
    left: 977px;
    background: white;
    padding: 15px 30px;
    z-index: 10;
    font-size: 20px;
    border-radius: 4px;
    font-weight: bold;
    color: rgb(51, 51, 51);
    display: none;
    border: solid 1px #eee;
    position: absolute;
}


.pollanswer label {
    margin-left: 10px;
}

.pic {
    display: table-cell;
    max-width: 94px;
    min-width: 94px;
    position: relative;
    margin-right: 6px;
    height: 74px;
    max-height: 74px;
    min-height: 74px;
    vertical-align: middle;
    margin-left: 1px;
    text-align: center;
    padding-right: 15px;
}
.pic img {
    display: inline-block;
    max-height: 74px;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    text-align: center;
}
.text {
    max-width: 280px;
    display: table-cell;
    vertical-align: middle;
}
.text span {
    display: inline-block;
    font-size: 16px;
    color: #535353;
    line-height: 1.25;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    max-height: 3.75em;
    overflow: hidden;
}


.cls-1,
.cls-2,
.cls-4 {
    fill: #fff;
}
.cls-1 {
    stroke: #7a7a7a;
}
.cls-1,
.cls-4 {
    stroke-miterlimit: 10;
}
.cls-2,
.cls-3,
.cls-4 {
    stroke: #4c4c4c;
}
.cls-2,
.cls-3,
.cls-5 {
    stroke-linecap: round;
    stroke-linejoin: round;
}
.cls-2,
.cls-3 {
    stroke-width: 0.5px;
}
.cls-3 {
    fill: #e25656;
}
.cls-4 {
    stroke-width: 0.25px;
}
.cls-5 {
    fill: #d8f5f6;
    stroke: #6bb5b8;
    stroke-width: 1.5px;
}
ul.breadcrumb li,ul.breadcrumb li a,ul.breadcrumb li span{
    font-size: 14px !important;
}


.nav-sub {
    top: unset !important;
}