﻿html, body {
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
    color: #262626;
    font-family: Montserrat, "Helvetica Neue", Verdana, "Helvetica CY", "Nimbus Sans L", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

body {
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.8
}

a {
    color: #3bc8f5;
    text-decoration: none
}

a:hover, a:active, a:focus {
    color: #68ddff;
    text-decoration: none
}

.bxst-body {
    min-width: 320px
}

.bxst-body-wst .bxst-header-site-selector-select .bxst-header-site-selector-main-icon {
    color: #000
}

.bxst-body-wst .bxst-section-header-menu:before {
    display: none
}

.bxst-body-wst #bx-composite-banner, .bxst-body-wst .bx-composite-btn {
    display: none
}

.bxst-header + .bxst-main-wrapp {
    padding-top: 75px
}

.bxst-footer-gradient-primary {
    background: #6dcf73;
    background: -moz-linear-gradient(-45deg, #08c1ef 0%, #6dcf73 100%);
    background: -webkit-gradient(-45deg, color-stop(0%, #08c1ef), color-stop(100%, #6dcf73));
    background: -webkit-linear-gradient(-45deg, #08c1ef 0%, #6dcf73 100%);
    background: -o-linear-gradient(-45deg, #08c1ef 0%, #6dcf73 100%);
    background: linear-gradient(135deg, #08c1ef 0%, #6dcf73 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#08c1ef, endColorstr=#6dcf73)
}

@media (max-width: 992px) {
    .bxst-header + .bxst-main-wrapp {
        padding-top: 59px
    }
}

.bxst-i-icon {
    display: inline-block;
    line-height: 1
}

.bxst-i-icon_check-round-mark, .bxst-i-icon_uncheck-round-mark {
    width: 24px;
    height: 24px
}

.bxst-i-icon_check-round-mark {
    background: url(../images/icons/icon-check.svg) no-repeat
}

.bxst-i-icon_uncheck-round-mark {
    background: url(../images/icons/icon-uncheck.svg) no-repeat
}

.bxst-header {
    position: fixed;
    width: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    box-sizing: border-box;
    z-index: 10
}

.bxst-header .bxst-header-outer {
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 19px 15px 20px;
    background: #fff;
    box-shadow: 0 0 15px 0 #6c757d;
    box-sizing: border-box
}

.bxst-header .bxst-header-inner {
    flex: 1 0 100%;
    box-sizing: border-box
}

.bxst-header .bxst-header-cnt {
    display: flex;
    align-items: center;
    justify-content: space-around
}

.bxst-header .bxst-header-cnt-inner {
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    box-sizing: border-box
}

.bxst-header .bxst-header-menu-switch-line {
    display: block;
    width: 100%;
    height: 3px;
    background: #065c77;
    box-sizing: border-box
}

.bxst-header .bxst-header-menu-switch-line:nth-child(1) {
    -webkit-animation: outMenuButtonTop 0.8s backwards;
    animation: outMenuButtonTop 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse
}

.bxst-header .bxst-header-menu-switch-line:nth-child(2) {
    margin: 6px 0;
    -webkit-animation: outMenuButtonMiddle 0.8s backwards;
    animation: outMenuButtonMiddle 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse
}

.bxst-header .bxst-header-menu-switch-line:nth-child(3) {
    -webkit-animation: outMenuButtonBottom 0.8s backwards;
    animation: outMenuButtonBottom 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse
}

.bxst-header .bxst-header-menu-switch {
    display: none;
    position: absolute;
    width: 30px;
    height: 25px;
    z-index: 1
}

.bxst-header .bxst-header-menu-switch.active .bxst-header-menu-switch-line:nth-child(1) {
    -webkit-animation: inMenuButtonTop 0.8s forwards;
    animation: inMenuButtonTop 0.8s forwards
}

.bxst-header .bxst-header-menu-switch.active .bxst-header-menu-switch-line:nth-child(2) {
    -webkit-animation: inMenuButtonMiddle 0.8s forwards;
    animation: inMenuButtonMiddle 0.8s forwards
}

.bxst-header .bxst-header-menu-switch.active .bxst-header-menu-switch-line:nth-child(3) {
    -webkit-animation: inMenuButtonBottom 0.8s forwards;
    animation: inMenuButtonBottom 0.8s forwards
}

.bxst-header .bxst-header-logo-picture {
    display: block;
    margin: 0;
    padding: 0
}

.bxst-header .bxst-header-slide-section {
    flex: 1 0 auto;
    box-sizing: border-box
}

.bxst-header .bxst-header-slide-section-outer {
    display: flex;
    align-items: center;
    flex: 1 0 auto;
    box-sizing: border-box
}

.bxst-header .bxst-header-slide-section-inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1 0 100%;
    box-sizing: border-box
}

.bxst-header .bxst-header-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 0 auto;
    box-sizing: border-box
}

.bxst-header .bxst-header-menu-list {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none
}

.bxst-header .bxst-header-menu-list-item {
    margin: 0 19px
}

.bxst-header .bxst-header-menu-list-item-link {
    padding: 9px 0;
    border: 1px solid transparent;
    border-radius: 18px;
    color: #000;
    font-size: .8125rem;
    line-height: .8125rem;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    vertical-align: middle
}

.bxst-header .bxst-header-menu-list-item-link:hover {
    color: #68ddff
}

.bxst-header .bxst-header-menu-list-item-link.active {
    padding: 9px 16px;
    border: 1px solid #3bc8f5
}

.bxst-header .bxst-header-control {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.bxst-header .bxst-header-authorization, .bxst-header .bxst-header-site-selector {
    margin: 0 15px
}

.bxst-header-site-selector-select {
    position: relative;
    outline: none
}

.bxst-header-site-selector-select .bxst-header-site-selector-main-icon {
    display: flex;
    align-items: center;
    color: #ccc;
    font-size: 30px;
    line-height: 30px;
    opacity: .8;
    cursor: pointer
}

.bxst-header-site-selector-select .bxst-header-site-selector-main-icon-title {
    margin-left: 5px;
    font-size: .8125rem;
    line-height: .8125rem;
    font-weight: 600;
    text-transform: uppercase
}

.bxst-header-site-selector-select .bxst-header-site-selector-wrapp {
    display: none;
    position: absolute;
    right: -5px
}

.bxst-header-site-selector-select .bxst-header-site-selector-wrapp.active {
    display: block
}

.bxst-header-site-selector-select .bxst-header-site-selector-wrapp-outer {
    padding-top: 15px
}

.bxst-header-site-selector-select .bxst-header-site-selector-wrapp-inner {
    display: flex;
    position: relative;
    max-width: 100%;
    padding: 20px 25px;
    background-color: #fff;
    border: 1px solid #e9ecef;
    border-radius: 5px;
    font-size: .875rem;
    line-height: 1.8;
    white-space: nowrap;
    box-shadow: 0 2px 5px 0 rgba(108, 117, 125, 0.5);
    box-sizing: border-box;
    z-index: 11
}

.bxst-header-site-selector-select .bxst-header-site-selector-wrapp-inner:before, .bxst-header-site-selector-select .bxst-header-site-selector-wrapp-inner:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    bottom: 100%;
    right: 10px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #e9ecef;
    z-index: 12
}

.bxst-header-site-selector-select .bxst-header-site-selector-wrapp-inner:after {
    right: 12px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 7px solid #fff
}

.bxst-header-site-selector-select .bxst-header-site-selector-group {
    margin: 0 25px 5px
}

.bxst-header-site-selector-select .bxst-header-site-selector-group:first-child {
    margin-left: 0
}

.bxst-header-site-selector-select .bxst-header-site-selector-group:last-child {
    margin-right: 0
}

.bxst-header-site-selector-select .bxst-header-site-selector-group-name {
    margin: 0 0 15px;
    font-size: .875rem;
    font-weight: 600
}

.bxst-header-site-selector-select .bxst-header-site-selector-item {
    margin: 0 0 10px
}

.bxst-header-site-selector-select .bxst-header-site-selector-link {
    color: #262626;
    text-decoration: none
}

.bxst-header-site-selector-select .bxst-header-site-selector-link.active {
    font-weight: 600;
    text-decoration: underline
}

.bxst-header-authorization .bxst-header-authorization-user {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.bxst-header-authorization .bxst-header-authorization-user .bxst-header-authorization-user-popup {
    display: none
}

.bxst-header-authorization .bxst-header-authorization-user .bxst-header-authorization-user-popup.active {
    display: block
}

.bxst-header-authorization .bxst-header-authorization-user-wrapp {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.bxst-header-authorization .bxst-header-authorization-user-picture {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 3px;
    background: url(../images/icons/user-no-photo-xs.png?1)
}

.bxst-header-authorization .bxst-header-authorization-user-picture-icon {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border-radius: 3px
}

.bxst-header-authorization .bxst-header-authorization-user-arrow {
    position: relative;
    width: 20px;
    height: 9px;
    margin-left: 10px;
    font-size: 0
}

.bxst-header-authorization .bxst-header-authorization-user-arrow:before, .bxst-header-authorization .bxst-header-authorization-user-arrow:after {
    content: '';
    display: block;
    position: absolute;
    width: 12px;
    height: 2px;
    top: 3px;
    background: #fff;
    border-radius: 5px
}

.bxst-header-authorization .bxst-header-authorization-user-arrow:before {
    left: 0;
    transform: rotate(45deg)
}

.bxst-header-authorization .bxst-header-authorization-user-arrow:after {
    right: 0;
    transform: rotate(-45deg)
}

.bxst-header-authorization-user-popup {
    display: block;
    position: absolute;
    top: 100%;
    right: 10px;
    padding-top: 15px;
    box-sizing: border-box;
    cursor: auto;
    z-index: 11
}

.bxst-header-authorization-user-popup-outer {
    position: relative;
    min-width: 360px;
    background-color: #fff;
    border: 1px solid #e9ecef;
    border-radius: 5px;
    color: #000;
    text-align: left;
    box-shadow: 0 2px 5px 0 rgba(108, 117, 125, 0.5);
    box-sizing: border-box
}

.bxst-header-authorization-user-popup-outer:before, .bxst-header-authorization-user-popup-outer:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    bottom: 100%;
    right: 18px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #e9ecef;
    z-index: 12
}

.bxst-header-authorization-user-popup-outer:after {
    right: 20px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 7px solid #fff
}

.bxst-header-authorization-user-popup-inner {
    padding: 20px 30px
}

.bxst-header-authorization-user-popup-title {
    margin-bottom: 20px;
    font-size: 2rem;
    text-transform: none
}

.bxst-header-authorization-user-popup-subtitle {
    margin-bottom: 20px;
    border-bottom: 1px solid #e9ecef;
    color: #adb5bd
}

.bxst-header-authorization-user-popup-description {
    margin-bottom: 20px;
    font-size: .875rem;
    line-height: 1.8;
    text-transform: none
}

.bxst-header-authorization-user-popup-btn {
    margin-bottom: 20px
}

.bxst-header-authorization-user-popup-footer-border {
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e9ecef
}

.bxst-header-authorization-user-popup-portals {
    display: flex;
    flex-direction: column;
    max-height: 200px;
    overflow-y: auto
}

.bxst-header-authorization-user-popup-portal-link {
    margin-bottom: 10px;
    color: #3bc8f5;
    font-size: .75rem;
    line-height: 1
}

.bxst-header-authorization-user-popup-portal-link:hover {
    color: #68ddff
}

.bxst-header-authorization-user-popup-footer-title {
    color: #adb5bd;
    font-size: .875rem;
    line-height: 1.8;
    text-transform: none
}

.bxst-header-authorization-user-popup-footer-link {
    display: inline-block;
    border-bottom: 2px solid #cfee52;
    color: #b7db2a;
    line-height: 1.8;
    text-decoration: none;
    text-transform: uppercase
}

.bxst-header-authorization-user-popup-footer-link:hover {
    color: #cfee52
}

.bxst-header-authorization-user-popup-footer-logout {
    display: inline-block;
    border-bottom: 2px solid #ec7063;
    color: #ec7063;
    line-height: 1.8;
    text-decoration: none
}

.bxst-header-authorization-user-popup-footer-logout:hover {
    color: #ec7063
}

@-webkit-keyframes inMenuButtonMiddle {
    50% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(45deg)
    }
}

@keyframes inMenuButtonMiddle {
    50% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(45deg)
    }
}

@-webkit-keyframes outMenuButtonMiddle {
    50% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(45deg)
    }
}

@keyframes outMenuButtonMiddle {
    50% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(45deg)
    }
}

@-webkit-keyframes inMenuButtonTop {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg)
    }
    50% {
        -webkit-transform: translateY(9px) rotate(0deg)
    }
    100% {
        -webkit-transform: translateY(9px) rotate(135deg)
    }
}

@keyframes inMenuButtonTop {
    0% {
        transform: translateY(0px) rotate(0deg)
    }
    50% {
        transform: translateY(9px) rotate(0deg)
    }
    100% {
        transform: translateY(9px) rotate(135deg)
    }
}

@-webkit-keyframes outMenuButtonTop {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg)
    }
    50% {
        -webkit-transform: translateY(9px) rotate(0deg)
    }
    100% {
        -webkit-transform: translateY(9px) rotate(135deg)
    }
}

@keyframes outMenuButtonTop {
    0% {
        transform: translateY(0px) rotate(0deg)
    }
    50% {
        transform: translateY(9px) rotate(0deg)
    }
    100% {
        transform: translateY(9px) rotate(135deg)
    }
}

@-webkit-keyframes inMenuButtonBottom {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg)
    }
    50% {
        -webkit-transform: translateY(-9px) rotate(0deg)
    }
    100% {
        -webkit-transform: translateY(-9px) rotate(135deg)
    }
}

@keyframes inMenuButtonBottom {
    0% {
        transform: translateY(0px) rotate(0deg)
    }
    50% {
        transform: translateY(-9px) rotate(0deg)
    }
    100% {
        transform: translateY(-9px) rotate(135deg)
    }
}

@-webkit-keyframes outMenuButtonBottom {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg)
    }
    50% {
        -webkit-transform: translateY(-9px) rotate(0deg)
    }
    100% {
        -webkit-transform: translateY(-9px) rotate(135deg)
    }
}

@keyframes outMenuButtonBottom {
    0% {
        transform: translateY(0px) rotate(0deg)
    }
    50% {
        transform: translateY(-9px) rotate(0deg)
    }
    100% {
        transform: translateY(-9px) rotate(135deg)
    }
}

@media (max-width: 1200px) {
    .bxst-header .bxst-header-menu-list-item {
        margin: 0 11px
    }

    .bxst-header .bxst-header-menu-list-item-link {
        font-size: .75rem;
        line-height: 1
    }
}

@media (max-width: 992px) {
    .bxst-header .bxst-header-cnt-inner {
        flex-direction: column
    }

    .bxst-header .bxst-header-menu-switch {
        display: block
    }

    .bxst-header .bxst-header-logo-picture {
        max-height: 20px
    }

    .bxst-header .bxst-header-slide-section {
        width: 100%;
        overflow: hidden
    }

    .bxst-header .bxst-header-slide-section-outer {
        height: 0;
        overflow: hidden
    }

    .bxst-header .bxst-header-slide-section-outer.active {
        overflow: unset
    }

    .bxst-header .bxst-header-slide-section-inner {
        display: block
    }

    .bxst-header .bxst-header-menu, .bxst-header .bxst-header-control {
        justify-content: center;
        flex: 1 0 100%;
        margin: 20px auto 0
    }

    .bxst-header-authorization .bxst-header-authorization-user-popup {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 9000
    }

    .bxst-header-authorization .bxst-header-authorization-user-popup-outer {
        position: absolute;
        min-width: 320px;
        min-height: 290px;
        max-height: 70%;
        top: 50%;
        left: 50%;
        margin: 0 auto;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        box-sizing: border-box;
        overflow-y: auto
    }

    .bxst-header-authorization .bxst-header-authorization-user-popup-outer:before, .bxst-header-authorization .bxst-header-authorization-user-popup-outer:after {
        content: none
    }

    .bxst-header-site-selector-select .bxst-header-site-selector-wrapp {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 9000
    }

    .bxst-header-site-selector-select .bxst-header-site-selector-wrapp-outer {
        position: absolute;
        min-width: 320px;
        min-height: 290px;
        max-height: 70%;
        top: 50%;
        left: 50%;
        margin: 0 auto;
        padding: 15px;
        background-color: #fff;
        border-radius: 5px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        box-sizing: border-box;
        overflow-y: auto
    }

    .bxst-header-site-selector-select .bxst-header-site-selector-wrapp-inner {
        padding: 0;
        background-color: transparent;
        border: none;
        box-shadow: none
    }

    .bxst-header-site-selector-select .bxst-header-site-selector-wrapp-inner:before, .bxst-header-site-selector-select .bxst-header-site-selector-wrapp-inner:after {
        content: none
    }
}

@media (max-width: 768px) {
    .bxst-header .bxst-header-menu-list {
        flex-direction: column
    }

    .bxst-header .bxst-header-menu-list-item {
        margin: 5px auto
    }

    .bxst-header-site-selector-select .bxst-header-site-selector-wrapp-inner {
        flex-direction: column;
        align-items: self-start
    }

    .bxst-header-site-selector-select .bxst-header-site-selector-group {
        margin: 0
    }
}

.bxst-footer {
    display: flex;
    justify-content: center;
    padding: 35px 0
}

.bxst-footer .bxst-footer-border__top {
    border-top: 2px solid rgba(255, 255, 255, 0.4)
}

.bxst-footer .bxst-footer-border__bottom {
    border-bottom: 2px solid rgba(255, 255, 255, 0.4)
}

.bxst-footer .bxst-footer-cnt {
    width: 100%;
    max-width: 1180px;
    box-sizing: border-box
}

.bxst-footer .bxst-footer-menu {
    display: flex;
    flex: 1 0 100%;
    justify-content: center;
    margin-bottom: 39px;
    padding-top: 46px;
    padding-bottom: 32px;
    box-sizing: border-box
}

.bxst-footer .bxst-footer-menu-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex: 1;
    max-width: 100%;
    padding: 0 15px;
    box-sizing: border-box
}

.bxst-footer .bxst-footer-menu-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
    color: #fff;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    opacity: .7
}

.bxst-footer .bxst-footer-menu-section-header-icon {
    display: none;
    position: relative;
    width: 12px;
    height: 12px;
    transition: all 0.2s ease-in-out
}

.bxst-footer .bxst-footer-menu-section-header-icon:before, .bxst-footer .bxst-footer-menu-section-header-icon:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 1px;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgba(255, 255, 255, 0.5)
}

.bxst-footer .bxst-footer-menu-section-header-icon:before {
    top: -10px;
    transform: rotate(45deg)
}

.bxst-footer .bxst-footer-menu-section-header-icon:after {
    bottom: -10px;
    transform: rotate(-45deg)
}

.bxst-footer .bxst-footer-menu-section-inner {
    margin: 0 5px
}

.bxst-footer .bxst-footer-menu-section-list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none
}

.bxst-footer .bxst-footer-menu-section-list-item {
    display: block;
    padding-bottom: 10px
}

.bxst-footer .bxst-footer-menu-section-list-item-link {
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
    text-decoration: none;
    transition: all 0.2s ease-in-out
}

.bxst-footer .bxst-footer-menu-section-list-item-link:hover {
    opacity: .7
}

.bxst-footer .bxst-footer-info {
    margin-bottom: 22px;
    padding-bottom: 20px
}

.bxst-footer .bxst-footer-info.slim .bxst-footer-info-section-social-media-group {
    display: flex;
    align-items: center
}

.bxst-footer .bxst-footer-info.slim .bxst-footer-info-apps-market {
    order: 2
}

.bxst-footer .bxst-footer-info.slim .bxst-footer-info-social-networks {
    margin-top: 0
}

.bxst-footer .bxst-footer-info.slim .bxst-footer-info-social-networks-list-item {
    margin-right: 21px
}

.bxst-footer .bxst-footer-info.slim .bxst-footer-info-search {
    justify-content: flex-end
}

.bxst-footer .bxst-footer-info.slim .bxst-footer-info-search .bxst-footer-info-search-form {
    flex: none
}

.bxst-footer .bxst-footer-info-cnt {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    box-sizing: border-box
}

.bxst-footer .bxst-footer-info-section-consent {
    flex: 1 1;
    max-width: 100%;
    margin-right: 25px
}

.bxst-footer .bxst-footer-info-section__middle-logo {
    display: flex
}

.bxst-footer .bxst-footer-info-section__middle-logo .bxst-footer-info-section__inner {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin: 0
}

.bxst-footer .bxst-footer-info-section__middle-logo .bxst-footer-info-section__link {
    display: block;
    transition: all 0.2s ease-in-out
}

.bxst-footer .bxst-footer-info-section__middle-logo .bxst-footer-info-section__picture {
    display: block;
    width: 100%
}

.bxst-footer .bxst-footer-info-section__middle-logo_skolkovo {
    flex: 0 0 160px
}

.bxst-footer .bxst-footer-info-section__middle-logo_skolkovo .bxst-footer-info-section__link {
    max-width: 110px;
    opacity: .7
}

.bxst-footer .bxst-footer-info-section__middle-logo_skolkovo .bxst-footer-info-section__link:hover {
    opacity: 1
}

.bxst-footer .bxst-footer-info-section__middle-logo_skolkovo .bxst-footer-info-section__picture {
    margin: 0;
    padding: 0;
    max-width: 110px
}

.bxst-footer .bxst-footer-info-section__middle-logo_wechat {
    flex: 0 0 130px;
    max-width: 130px;
    margin-bottom: 10px
}

.bxst-footer .bxst-footer-info-section__middle-logo_wechat .bxst-footer-info-section__picture {
    margin: 0;
    padding: 0
}

.bxst-footer .bxst-footer-info-section-social-media {
    margin-left: 25px
}

.bxst-footer .bxst-footer-info-about {
    display: flex;
    flex-wrap: wrap
}

.bxst-footer .bxst-footer-info-about-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 0 0 70%;
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box
}

.bxst-footer .bxst-footer-info-about-menu-item {
    flex: 0 0 auto;
    margin: 0 5px;
    box-sizing: border-box
}

.bxst-footer .bxst-footer-info-about-menu-item:first-child {
    margin-left: 0
}

.bxst-footer .bxst-footer-info-about-menu-item:last-child {
    margin-right: 0
}

.bxst-footer .bxst-footer-info-about-menu-item-link {
    color: #fff;
    font-size: .75rem;
    font-weight: 200;
    line-height: 2;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out
}

.bxst-footer .bxst-footer-info-about-menu-item-link:hover {
    opacity: .7
}

.bxst-footer .bxst-footer-info-user-consent {
    margin-top: 30px
}

.bxst-footer .bxst-footer-info-user-consent-menu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none
}

.bxst-footer .bxst-footer-info-user-consent-menu-item {
    margin-right: 40px
}

.bxst-footer .bxst-footer-info-user-consent-menu-item-link {
    color: #fff;
    font-size: .75rem;
    font-weight: 200;
    line-height: 2.5;
    letter-spacing: .15px;
    text-decoration: none;
    transition: all 0.2s ease-in-out
}

.bxst-footer .bxst-footer-info-user-consent-menu-item-link:hover {
    opacity: .7
}

.bxst-footer .bxst-footer-info-apps-market {
    display: flex
}

.bxst-footer .bxst-footer-info-apps-market-item {
    margin: 0 4px
}

.bxst-footer .bxst-footer-info-apps-market-item-picture {
    display: block;
    margin: 0;
    padding: 0;
    transition: all 0.2s ease-in-out
}

.bxst-footer .bxst-footer-info-apps-market-item-picture:hover {
    opacity: .8
}

.bxst-footer .bxst-footer-info-search {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    box-sizing: border-box
}

.bxst-footer .bxst-footer-info-search-form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    position: relative;
    box-sizing: border-box
}

.bxst-footer .bxst-footer-info-search-input {
    flex: 1;
    padding: 10px 50px 10px 24px;
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 35px;
    color: #fff;
    font-size: 15px;
    line-height: 16px;
    outline: none;
    box-sizing: border-box
}

.bxst-footer .bxst-footer-info-search-input::placeholder {
    color: #fff;
    font-weight: 200;
    opacity: .7
}

.bxst-footer .bxst-footer-info-search-submit {
    display: block;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto;
    padding: 0;
    width: 20px;
    height: 20px;
    background: url(../images/icons/icon-search.png) no-repeat;
    background-size: contain;
    background-position: center;
    border: none;
    font-size: 0;
    line-height: 0;
    outline: none;
    box-sizing: border-box;
    cursor: pointer
}

.bxst-footer .bxst-footer-info-social-networks {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 28px
}

.bxst-footer .bxst-footer-info-social-networks.no-title .bxst-footer-info-social-networks-list {
    flex: 1 0 auto
}

.bxst-footer .bxst-footer-info-social-networks.no-title .bxst-footer-info-social-networks-list-item {
    margin-left: 0
}

.bxst-footer .bxst-footer-info-social-networks-title {
    margin-left: 2px;
    color: #fff;
    font-size: .75rem;
    font-weight: 200;
    line-height: 1.5;
    text-decoration: none;
    letter-spacing: .15px;
    opacity: .8
}

.bxst-footer .bxst-footer-info-social-networks-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none
}

.bxst-footer .bxst-footer-info-social-networks-list-item {
    display: flex;
    align-items: center;
    margin-left: 21px
}

.bxst-footer .bxst-footer-info-social-networks-list-item-link {
    display: inline-block;
    color: #fff;
    font-size: 1.375rem;
    line-height: 1;
    text-align: center;
    transition: all 0.2s ease-in-out
}

.bxst-footer .bxst-footer-info-social-networks-list-item-link:hover {
    opacity: .7
}

.bxst-footer .bxst-footer-info-social-networks-list-item-link.vk-icon {
    background-position: 0 0
}

.bxst-footer .bxst-footer-info-social-networks-list-item-link.fb-icon {
    background-position: -21px 0
}

.bxst-footer .bxst-footer-info-social-networks-list-item-link.tw-icon {
    background-position: -42px 0
}

.bxst-footer .bxst-footer-info-payment-system {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1 0 auto;
    margin-top: 28px
}

.bxst-footer .bxst-footer-info-payment-system .bxst-footer-info-payment-system-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    list-style: none
}

.bxst-footer .bxst-footer-info-payment-system .bxst-footer-info-payment-system-list-item {
    display: flex;
    align-items: center;
    margin-left: 21px;
    opacity: .7
}

.bxst-footer .bxst-footer-info-payment-system .bxst-footer-info-payment-system-list-item-icon {
    display: block;
    margin: 0;
    padding: 0
}

.bxst-footer .bxst-footer-copyright {
    padding: 0 15px;
    box-sizing: border-box
}

.bxst-footer .bxst-footer-copyright-cnt {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.bxst-footer .bxst-footer-copyright-section {
    max-width: 100%
}

.bxst-footer .bxst-footer-copyright-line {
    display: flex;
    align-items: center
}

.bxst-footer .bxst-footer-copyright-line .bxst-age-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 0 auto;
    width: 32px;
    height: 32px;
    margin-left: 22px;
    border: 1px solid #fff;
    border-radius: 100%;
    color: rgba(255, 255, 255, 0.8);
    font-size: .75rem;
    font-weight: 200;
    line-height: 2;
    text-decoration: none;
    letter-spacing: .1px;
    box-sizing: border-box
}

.bxst-footer .bxst-footer-copyright-line-text {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: .75rem;
    font-weight: 200;
    line-height: 1.5;
    text-decoration: none;
    letter-spacing: .1px
}

@media (max-width: 1200px) {
    .bxst-footer .bxst-footer-menu-section-list-item-link {
        font-size: .875rem;
        line-height: 1.8
    }

    .bxst-footer .bxst-footer-info-about-menu {
        justify-content: flex-start;
        flex-wrap: wrap
    }

    .bxst-footer .bxst-footer-info-about-menu-item-link, .bxst-footer .bxst-footer-info-user-consent-menu-item-link {
        font-size: .75rem;
        line-height: 2
    }

    .bxst-footer .bxst-footer-copyright-line-text {
        font-size: .625rem
    }

    .bxst-footer .bxst-footer-info-section__middle-logo_skolkovo {
        flex: 0 0 70px
    }
}

@media (max-width: 992px) {
    .bxst-footer {
        padding-top: 35px;
        padding-bottom: 20px
    }

    .bxst-footer .bxst-footer-border__top, .bxst-footer .bxst-footer-border__bottom {
        border-width: 1px
    }

    .bxst-footer .bxst-footer-menu {
        padding-top: 0;
        padding-bottom: 0
    }

    .bxst-footer .bxst-footer-menu-inner {
        display: block;
        flex: none;
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3
    }

    .bxst-footer .bxst-footer-menu-section {
        margin: 0;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid-column;
        display: table
    }

    .bxst-footer .bxst-footer-menu-section-inner {
        display: flex;
        flex-direction: column;
        margin: 0 5px 30px
    }

    .bxst-footer .bxst-footer-menu-section-list-item-link {
        font-size: 0.8125rem;
        font-weight: 400;
        line-height: 1.8
    }

    .bxst-footer .bxst-footer-info.slim .bxst-footer-info-section-social-media-group {
        display: block
    }

    .bxst-footer .bxst-footer-info.slim .bxst-footer-info-social-networks {
        margin-top: 28px
    }

    .bxst-footer .bxst-footer-info.slim .bxst-footer-info-social-networks-list-item {
        margin-right: 0
    }

    .bxst-footer .bxst-footer-info-section__middle-logo_skolkovo {
        display: none
    }

    .bxst-footer .bxst-footer-info-section__middle-logo_wechat {
        margin-bottom: 40px
    }
}

@media (max-width: 768px) {
    .bxst-footer .bxst-footer-info-cnt {
        align-items: center;
        flex-direction: column
    }

    .bxst-footer .bxst-footer-info-section-consent {
        display: flex;
        flex-direction: column;
        flex: 1 0 auto;
        order: 2;
        margin: 0 auto
    }

    .bxst-footer .bxst-footer-info-section-social-media {
        order: 1;
        margin: 0 auto 30px
    }

    .bxst-footer .bxst-footer-info-user-consent {
        margin-top: 15px
    }

    .bxst-footer .bxst-footer-info-about-menu, .bxst-footer .bxst-footer-info-user-consent-menu {
        justify-content: center;
        flex: 1 0 auto;
        max-width: 100%;
        margin: 0 auto;
        box-sizing: border-box
    }

    .bxst-footer .bxst-footer-info-user-consent-menu-item {
        margin: 0 5px
    }

    .bxst-footer .bxst-footer-copyright-cnt {
        align-items: flex-start;
        flex-direction: column
    }

    .bxst-footer .bxst-footer-copyright-section {
        margin-bottom: 10px
    }

    .bxst-footer .bxst-footer-info-payment-system .bxst-footer-info-payment-system-list {
        flex-wrap: wrap;
        justify-content: center
    }

    .bxst-footer .bxst-footer-info-payment-system .bxst-footer-info-payment-system-list-item {
        margin: 5px 10px
    }
}

@media (max-width: 576px) {
    .bxst-footer .bxst-footer-menu-inner {
        display: flex;
        flex-wrap: wrap;
        flex: 1
    }

    .bxst-footer .bxst-footer-menu-section {
        display: block;
        flex: 1 0 100%;
        box-sizing: border-box
    }

    .bxst-footer .bxst-footer-menu-section-inner {
        margin: 0 0 15px
    }

    .bxst-footer .bxst-footer-menu-section-header {
        position: relative;
        font-size: .875rem;
        line-height: 1.8;
        opacity: 1;
        cursor: pointer
    }

    .bxst-footer .bxst-footer-info-about-menu-item-link, .bxst-footer .bxst-footer-info-user-consent-menu-item-link {
        font-size: .625rem
    }

    .bxst-footer .bxst-footer-menu-section-header-icon {
        display: block
    }

    .bxst-footer .bxst-footer-menu-section-list {
        height: 0;
        overflow: hidden
    }

    .bxst-footer .bxst-footer-menu-section.active .bxst-footer-menu-section-header-icon {
        transform: rotate(90deg)
    }

    .bxst-footer .bxst-footer-menu-section.active .bxst-footer-menu-section-list {
        height: auto;
        margin-bottom: 18px
    }

    .bxst-footer .bxst-footer-menu-section-list-item {
        padding-bottom: 7px
    }
}

.bxst-btn {
    display: inline-block;
    position: relative;
    height: 39px;
    padding: 0 40px;
    background-color: #dee2e6;
    border: none;
    border-radius: 30px;
    color: #262626;
    font-size: 14px;
    font-weight: 400;
    line-height: 39px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    box-sizing: border-box;
    outline: none;
    vertical-align: middle;
    cursor: pointer;
    transition: all 0.2s ease-in-out
}

.bxst-btn:focus, .bxst-btn:active {
    outline: none
}

.bxst-btn:hover {
    background-color: #e9ecef;
    color: #262626;
    text-decoration: none
}

.bxst-btn.bxst-btn-primary {
    background-color: #3bc8f5;
    color: #fff
}

.bxst-btn.bxst-btn-primary:hover {
    background-color: #68ddff;
    color: #fff
}

.bxst-btn.bxst-btn-primary-border {
    background-color: transparent;
    border: 2px solid;
    color: #3bc8f5
}

.bxst-btn.bxst-btn-primary-border:hover {
    background-color: transparent;
    color: #68ddff
}

.bxst-btn.bxst-btn-success {
    background-color: #b7db2a;
    color: #fff
}

.bxst-btn.bxst-btn-success:hover {
    background-color: #cfee52;
    color: #fff
}

.bxst-btn.bxst-btn-success-dark {
    background-color: #b7db2a;
    color: #fff
}

.bxst-btn.bxst-btn-success-dark:hover {
    background-color: #cfee52;
    color: #fff
}

.bxst-btn.bxst-btn-orange {
    background-color: #f7a700;
    color: #fff
}

.bxst-btn.bxst-btn-orange:hover {
    background-color: #f7a700;
    color: #fff
}

.bxst-btn.bxst-btn-success-border {
    background: #bee818;
    background: -moz-linear-gradient(top, #bee818 0%, #93c900 100%);
    background: -webkit-linear-gradient(top, #bee818 0%, #93c900 100%);
    background: linear-gradient(to bottom, #bee818 0%, #93c900 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bee818', endColorstr='#93c900', GradientType=0);
    color: #fff;
    font-weight: 500;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2)
}

.bxst-btn.bxst-btn-success-border:after {
    content: '';
    position: absolute
}

.bxst-btn.bxst-btn-success-border:hover {
    background: #93c900;
    background: -moz-linear-gradient(top, #93c900 0%, #bee818 100%);
    background: -webkit-linear-gradient(top, #93c900 0%, #bee818 100%);
    background: linear-gradient(to bottom, #93c900 0%, #bee818 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#93c900', endColorstr='#bee818', GradientType=0);
    color: #fff
}

.bxst-btn.bxst-btn-simple-border {
    background-color: transparent;
    border: 1px solid #9b9b9b;
    color: #000
}

.bxst-btn.bxst-btn-simple-border:hover {
    background-color: transparent;
    color: #000
}

.bxst-btn.bxst-btn-slim {
    padding: 0 18px
}

.bxst-btn.bxst-btn-capitalize {
    text-transform: capitalize
}

.bxst-btn.bxst-btn-xs {
    height: 32px;
    font-size: 12px;
    line-height: 32px
}

.bxst-btn.bxst-btn-sm {
    height: 36px;
    font-size: 13px;
    line-height: 36px
}

.bxst-btn.bxst-btn-md {
    height: 38px;
    font-size: 14px;
    line-height: 38px
}

.bxst-btn.bxst-btn-lg {
    height: 48px;
    font-size: 14px;
    line-height: 48px
}

@media (max-width: 1200px) {
    .bxst-btn {
        padding: 0 30px
    }
}

@media (max-width: 992px) {
    .bxst-btn {
        padding: 0 20px
    }
}

@media (max-width: 576px) {
    .bxst-btn.bxst-btn-xs {
        height: 24px;
        font-size: 10px;
        line-height: 24px
    }

    .bxst-btn.bxst-btn-sm {
        height: 28px;
        font-size: 11px;
        line-height: 28px
    }

    .bxst-btn.bxst-btn-md {
        height: 32px;
        font-size: 12px;
        line-height: 32px
    }

    .bxst-btn.bxst-btn-lg {
        height: 35px;
        font-size: 12px;
        line-height: 35px
    }
}

.bxst-select {
    display: inline-block;
    position: relative;
    min-width: 65px;
    max-width: 100%;
    height: 36px;
    background-color: #f1f5f6;
    border: none;
    border-radius: 30px;
    color: #333;
    line-height: 36px;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    outline: none;
    vertical-align: middle;
    transition: 160ms color linear, 160ms background-color linear, 160ms opacity linear, 160ms padding linear, 160ms border-radius linear;
    transition-delay: 200ms
}

.bxst-select > * {
    display: none
}

.bxst-select.initialized > * {
    display: block;
    cursor: pointer
}

.bxst-select.bxst-select-phantom .bxst-select-phantom-body {
    padding: 0 29px 0 12px
}

.bxst-select.bxst-select-phantom .bxst-select-phantom-choosed {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden
}

.bxst-select.is-open {
    border-radius: 3px 3px 0 0;
    transition-delay: 0ms
}

.bxst-select:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 4px;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    background: none;
    border: 4px solid transparent;
    border-top-color: #333;
    box-sizing: border-box;
    transition: 160ms color linear, 160ms background-color linear, 160ms opacity linear, 160ms padding linear, 160ms border-radius linear, 160ms border-color linear
}

.bxst-select.bxst-select-primary {
    background-color: #3bc8f5;
    color: #fff
}

.bxst-select.bxst-select-primary:before {
    border-top-color: #fff
}

.bxst-select.bxst-select-primary:hover {
    background-color: #68ddff;
    color: #fff
}

.bxst-select.bxst-select-primary-border {
    background-color: transparent;
    border: 2px solid;
    color: #3bc8f5
}

.bxst-select.bxst-select-primary-border:before {
    border-top-color: #3bc8f5
}

.bxst-select.bxst-select-primary-border:hover {
    background-color: transparent;
    color: #68ddff
}

.bxst-select.bxst-select-primary-border:hover:before {
    border-top-color: #68ddff
}

.bxst-select.bxst-select-success {
    background-color: transparent;
    border: 2px solid;
    color: #b7db2a
}

.bxst-select.bxst-select-success:before {
    border-top-color: #b7db2a
}

.bxst-select.bxst-select-success:hover {
    background-color: transparent;
    color: #cfee52
}

.bxst-select.bxst-select-success:hover:before {
    border-top-color: #cfee52
}

.bxst-select.bxst-select-simple-border {
    background-color: transparent;
    border: 1px solid;
    border-radius: 3px;
    color: #979797
}

.bxst-select.bxst-select-simple-border:before {
    border-top-color: #979797
}

.bxst-select.bxst-select-simple-border:hover {
    background-color: transparent;
    color: #979797
}

.bxst-select.bxst-select-simple-border:hover:before {
    border-top-color: #979797
}

.bxst-select.bxst-select-xs {
    height: 32px;
    font-size: 12px;
    line-height: 32px
}

.bxst-select.bxst-select-sm {
    height: 36px;
    font-size: 13px;
    line-height: 36px
}

.bxst-select.bxst-select-md {
    height: 38px;
    font-size: 14px;
    line-height: 38px
}

.bxst-select.bxst-select-lg {
    height: 48px;
    font-size: 14px;
    line-height: 48px
}

.bxst-select-phantom-list-outer {
    position: absolute;
    height: 0;
    padding: 0;
    background-color: #f1f5f6;
    border-radius: 0 0 3px 3px;
    color: #333;
    overflow: hidden;
    transition: 160ms height linear, 160ms color linear, 160ms background-color linear, 160ms padding linear, 160ms border-radius linear;
    transition-delay: 0ms;
    box-sizing: border-box;
    z-index: 100
}

.bxst-select-phantom-list-outer .bxst-select-phantom-list {
    padding: 12px 29px 6px 12px
}

.bxst-select-phantom-list-outer .bxst-select-phantom-item {
    margin-bottom: 14px;
    cursor: pointer
}

.bxst-select-phantom-list-outer .bxst-select-phantom-item a {
    color: inherit;
    text-decoration: none
}

.bxst-select-phantom-list-outer .bxst-select-phantom-item:last-child {
    margin-bottom: 0
}

.bxst-select-phantom-list-outer.is-open {
    transition-delay: 200ms
}

.system-auth-form {
    padding-top: 53px;
    padding-bottom: 53px
}

.system-auth-form__logo {
    margin-bottom: 35px
}

.system-auth-form__logo-picture {
    max-width: 254px
}

.system-auth-form__text-section {
    color: #333;
    text-align: center
}

.system-auth-form__text-section h2.title {
    margin: 0 0 29px 0;
    color: #262626;
    font-weight: 500
}

.system-auth-form__text-section p {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: .75rem;
    line-height: 1.8
}

.system-auth-form__text-section a {
    color: #3bc8f5;
    text-decoration: none;
    transition: all 0.2s ease-in-out
}

.system-auth-form__text-section a:hover {
    text-decoration: none
}

.system-auth-form__errors {
    margin-top: 10px
}

.system-auth-form__form-section {
    max-width: 550px;
    margin: 0 auto;
    padding: 43px 12px;
    background: #fff;
    border: 2px solid #dee2e6;
    border-radius: .375rem
}

.system-auth-form__form {
    max-width: 320px;
    margin: 3px auto 0
}

.system-auth-form__field {
    margin-top: 20px;
    margin-bottom: 10px
}

.system-auth-form__captcha-picture {
    display: block;
    max-width: 180px;
    max-height: 55px;
    width: calc(100% - 10px);
    height: auto
}

.system-auth-form__btn-section {
    margin-top: 28px
}

.system-auth-form__social-media {
    margin-top: 45px
}

.bx-sb-portal-buy-window-section {
    box-shadow: 0 7px 21px rgba(52, 58, 64, 0.25), 0 -1px 6px 0 rgba(52, 58, 64, 0.12);
    box-sizing: border-box
}

.bx-sb-portal-buy-window {
    padding: 10px;
    color: #6c757d;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8
}

.bx-sb-portal-buy-window a {
    color: #3bc8f5;
    text-decoration: none;
    transition: all 0.2s ease-in-out
}

.bx-sb-portal-buy-window .bx-sb-portal-buy-window__section {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px
}

.bx-sb-portal-buy-window .bx-sb-portal-buy-window__title {
    margin-bottom: 5px;
    max-width: 300px
}

.bx-sb-portal-buy-window .bx-sb-portal-buy-window__title_underline {
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e9ecef;
    color: #adb5bd;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.8;
    text-transform: uppercase
}

.bx-sb-portal-buy-window .bx-sb-portal-buy-window__description, .bx-sb-portal-buy-window .bx-sb-portal-buy-window__list {
    margin: 5px 0
}

.bx-sb-portal-buy-window .bx-sb-portal-buy-window__list {
    overflow-x: hidden;
    overflow-y: auto
}

.bx-sb-portal-buy-window .bx-sb-portal-buy-window__link {
    margin-bottom: 10px;
    color: #3bc8f5;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap
}

.bx-sb-portal-buy-window .bx-sb-portal-buy-window__link:hover {
    color: #68ddff
}

.bx-sb-portal-buy-window .bx-sb-portal-buy-window__input {
    padding: 11px 50px 10px 24px;
    border: 2px solid #dee2e6;
    border-radius: .375rem;
    color: #6c757d;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    outline: none
}

.bxst-header-authorization .bxst-header-authorization-user {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.bxst-header-authorization .bxst-header-authorization-user .bxst-header-authorization-user-popup {
    display: none
}

.bxst-header-authorization .bxst-header-authorization-user .bxst-header-authorization-user-popup.active {
    display: block
}

.bxst-header-authorization .bxst-header-authorization-user-wrapp {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.bxst-header-authorization .bxst-header-authorization-user-picture {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 3px;
    background: url(../images/icons/user-no-photo-xs.png?1)
}

.bxst-header-authorization .bxst-header-authorization-user-picture-icon {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border-radius: 3px
}

.bxst-header-authorization .bxst-header-authorization-user-arrow {
    position: relative;
    width: 20px;
    height: 9px;
    margin-left: 10px;
    font-size: 0
}

.bxst-header-authorization .bxst-header-authorization-user-arrow:before, .bxst-header-authorization .bxst-header-authorization-user-arrow:after {
    content: '';
    display: block;
    position: absolute;
    width: 12px;
    height: 2px;
    top: 3px;
    background: #fff;
    border-radius: 5px
}

.bxst-header-authorization .bxst-header-authorization-user-arrow:before {
    left: 0;
    transform: rotate(45deg)
}

.bxst-header-authorization .bxst-header-authorization-user-arrow:after {
    right: 0;
    transform: rotate(-45deg)
}

.bxst-header-authorization-user-popup {
    display: block;
    position: absolute;
    top: 100%;
    right: 10px;
    padding-top: 15px;
    box-sizing: border-box;
    cursor: auto;
    z-index: 11
}

.bxst-header-authorization-user-popup-outer {
    position: relative;
    min-width: 360px;
    background-color: #fff;
    border: 1px solid #e9ecef;
    border-radius: 5px;
    color: #000;
    text-align: left;
    box-shadow: 0 2px 5px 0 rgba(108, 117, 125, 0.5);
    box-sizing: border-box
}

.bxst-header-authorization-user-popup-outer:before, .bxst-header-authorization-user-popup-outer:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    bottom: 100%;
    right: 18px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #e9ecef;
    z-index: 12
}

.bxst-header-authorization-user-popup-outer:after {
    right: 20px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 7px solid #fff
}

.bxst-header-authorization-user-popup-inner {
    padding: 20px 30px
}

.bxst-header-authorization-user-popup-title {
    margin-bottom: 20px;
    font-size: 2rem;
    text-transform: none
}

.bxst-header-authorization-user-popup-subtitle {
    margin-bottom: 20px;
    border-bottom: 1px solid #e9ecef;
    color: #adb5bd
}

.bxst-header-authorization-user-popup-description {
    margin-bottom: 20px;
    font-size: .875rem;
    line-height: 1.8;
    text-transform: none
}

.bxst-header-authorization-user-popup-btn {
    margin-bottom: 20px
}

.bxst-header-authorization-user-popup-footer-border {
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e9ecef
}

.bxst-header-authorization-user-popup-portals {
    display: flex;
    flex-direction: column;
    max-height: 200px;
    overflow-y: auto
}

.bxst-header-authorization-user-popup-portal-link {
    margin-bottom: 10px;
    color: #3bc8f5;
    font-size: .75rem;
    line-height: 1
}

.bxst-header-authorization-user-popup-portal-link:hover {
    color: #68ddff
}

.bxst-header-authorization-user-popup-footer-title {
    color: #adb5bd;
    font-size: .875rem;
    line-height: 1.8;
    text-transform: none
}

.bxst-header-authorization-user-popup-footer-link {
    display: inline-block;
    border-bottom: 2px solid #cfee52;
    color: #b7db2a;
    line-height: 1.8;
    text-decoration: none;
    text-transform: uppercase
}

.bxst-header-authorization-user-popup-footer-link:hover {
    color: #cfee52
}

.bxst-header-authorization-user-popup-footer-logout {
    display: inline-block;
    border-bottom: 2px solid #ec7063;
    color: #ec7063;
    line-height: 1.8;
    text-decoration: none
}

.bxst-header-authorization-user-popup-footer-logout:hover {
    color: #ec7063
}

.content-persons-picture-list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap
}

.content-persons-picture-list .content-persons-picture-list__section {
    flex: 0 0 auto;
    width: 100%;
    margin: 0 auto 50px
}

@media (min-width: 576px) {
    .content-persons-picture-list .content-persons-picture-list__section {
        max-width: calc(25% - 20px);
        margin: 0 10px 50px
    }
}

@media (min-width: 768px) {
    .content-persons-picture-list .content-persons-picture-list__section {
        max-width: calc(20% - 20px);
        margin: 0 10px 50px
    }
}

.content-persons-picture-list .content-persons-picture-list__picture {
    display: block;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box
}

@media (min-width: 576px) {
    .content-persons-picture-list .content-persons-picture-list__picture {
        max-width: 145px
    }
}

.content-persons-picture-list .content-persons-picture-list__title {
    margin-top: 1rem;
    margin-bottom: .5rem
}

.reviews-content-section .reviews-content-section__section {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 50px
}

.reviews-content-section .reviews-content-section__section:last-child {
    margin-bottom: 0
}

@media (min-width: 992px) {
    .reviews-content-section .reviews-content-section__section {
        flex-direction: row;
        align-items: flex-start
    }
}

.reviews-content-section .reviews-content-section__sidebar, .reviews-content-section .reviews-content-section__picture {
    position: relative;
    margin-right: 0
}

@media (min-width: 992px) {
    .reviews-content-section .reviews-content-section__sidebar, .reviews-content-section .reviews-content-section__picture {
        margin-right: 5%
    }
}

.reviews-content-section .reviews-content-section__sidebar {
    flex: 0 0 auto;
    max-width: 180px;
    margin-bottom: 25px
}

@media (min-width: 992px) {
    .reviews-content-section .reviews-content-section__sidebar {
        flex: 0 0 180px
    }
}

.reviews-content-section .reviews-content-section__sidebar > .reviews-content-section__picture {
    margin: auto
}

.reviews-content-section .reviews-content-section__picture {
    flex: 0 0 auto;
    width: 110px;
    height: 110px;
    border-radius: 100%;
    overflow: hidden
}

.reviews-content-section .reviews-content-section__picture-item {
    display: block;
    position: absolute;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.reviews-content-section .reviews-content-section__info {
    margin-top: 15px
}

.reviews-content-section .reviews-content-section__info img {
    display: block;
    max-width: 140px;
    max-height: 140px;
    width: auto;
    height: auto;
    margin: auto
}

.reviews-content-section .reviews-content-section__info, .reviews-content-section .reviews-content-section__logo-link {
    display: flex;
    flex-direction: column;
    align-items: center
}

.reviews-content-section .reviews-content-section__logo-link-description {
    margin: 10px auto
}

.reviews-content-section .reviews-content-section__container {
    flex: 1;
    padding: 20px;
    border: 2px solid #dee2e6;
    border-radius: .375rem
}

.reviews-content-section .reviews-content-section__container img {
    max-width: 100%
}

.reviews-content-section .reviews-content-section__user-name {
    font-weight: 700
}

.reviews-content-section .reviews-content-section__user-position {
    font-weight: 500
}

.reviews-content-section .reviews-content-section__description {
    margin-top: 15px
}

.bxst-content-section {
    box-sizing: border-box
}

.bxst-content-section:not(:last-child) {
    margin-bottom: 30px
}

@media (min-width: 992px) {
    .bxst-content-section:not(:last-child) {
        margin-bottom: 50px
    }
}

.bxst-content-section.bxst-content-section_bordered {
    padding-bottom: 30px;
    border-bottom: 1px solid #dee2e6
}

@media (min-width: 992px) {
    .bxst-content-section.bxst-content-section_bordered {
        padding-bottom: 50px
    }
}

.bxst-content-section .bxst-content-section__inner {
    display: flex;
    align-items: normal;
    justify-content: space-between;
    flex-direction: column-reverse;
    max-width: 100%
}

@media (min-width: 992px) {
    .bxst-content-section .bxst-content-section__inner {
        align-items: center;
        flex-direction: row
    }
}

.bxst-content-section .bxst-content-section__content {
    flex: 1 0 100%;
    max-width: none;
    margin-top: 30px;
    padding: 0;
    box-sizing: border-box
}

@media (min-width: 992px) {
    .bxst-content-section .bxst-content-section__content {
        max-width: 50%;
        margin-top: 0;
        padding-left: 0;
        padding-right: 5%
    }
}

.bxst-content-section .bxst-content-section__media {
    flex: 1;
    box-sizing: border-box
}

.bxst-content-section .bxst-content-section__media_laptop {
    padding-top: 3.8%;
    background: url(../images/features/browser-bar-top.png) no-repeat;
    background-size: contain
}

@media (min-width: 992px) {
    .bxst-content-section .bxst-content-section__media_laptop {
        padding-top: 2.05%
    }
}

.bxst-content-section .bxst-content-section__media_laptop .bxst-content-section__media-picture {
    border-left: 2px solid #dee2e6;
    border-right: 2px solid #dee2e6;
    border-bottom: 2px solid #dee2e6
}

.bxst-content-section .bxst-content-section__media_video {
    position: relative;
    cursor: pointer
}

.bxst-content-section .bxst-content-section__media_video:before, .bxst-content-section .bxst-content-section__media_video:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    transition: all 0.2s ease-in-out;
    z-index: 3
}

.bxst-content-section .bxst-content-section__media_video:before {
    width: 100px;
    height: 100px;
    background-color: #3bc8f5;
    border-radius: 100%;
    opacity: .8
}

.bxst-content-section .bxst-content-section__media_video:after {
    margin-left: 6px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 22px solid #fff
}

.bxst-content-section .bxst-content-section__media_video:hover:before, .bxst-content-section .bxst-content-section__media_video:hover:after {
    transform: translate(-50%, -50%) scale(1.1)
}

.bxst-content-section .bxst-content-section__media-picture {
    display: block;
    max-width: 100%;
    box-sizing: border-box
}

.bxst-content-section-list .bxst-content-section_reverse .bxst-content-section__inner, .bxst-content-section-list .bxst-content-section:nth-child(2n) .bxst-content-section__inner {
    flex-direction: column-reverse
}

@media (min-width: 992px) {
    .bxst-content-section-list .bxst-content-section_reverse .bxst-content-section__inner, .bxst-content-section-list .bxst-content-section:nth-child(2n) .bxst-content-section__inner {
        flex-direction: row-reverse
    }
}

.bxst-content-section-list .bxst-content-section_reverse .bxst-content-section__content, .bxst-content-section-list .bxst-content-section:nth-child(2n) .bxst-content-section__content {
    padding: 0
}

@media (min-width: 992px) {
    .bxst-content-section-list .bxst-content-section_reverse .bxst-content-section__content, .bxst-content-section-list .bxst-content-section:nth-child(2n) .bxst-content-section__content {
        padding-left: 5%;
        padding-right: 0
    }
}

.bxst-content-section-list .bxst-content-section:last-child {
    margin-bottom: 0
}

.partners-list-simple .partners-list-simple__section {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap
}

@media (min-width: 992px) {
    .partners-list-simple .partners-list-simple__section {
        justify-content: space-between;
        flex-wrap: nowrap
    }
}

.partners-list-simple .partners-list-simple__content, .partners-list-simple .partners-list-simple__information {
    flex: 1 1 auto;
    max-width: 100%;
    margin-bottom: 50px
}

@media (min-width: 992px) {
    .partners-list-simple .partners-list-simple__content, .partners-list-simple .partners-list-simple__information {
        flex: 1 1 0
    }
}

.partners-list-simple .partners-list-simple__content {
    margin-right: 20px
}

.partners-list-simple .partners-list-simple__information {
    max-width: 370px;
    border: 2px solid #dee2e6;
    border-radius: .375rem
}

.partners-list-simple .partners-list-simple__board {
    position: relative;
    padding: 40px 20px 20px
}

.partners-list-simple .partners-list-simple__label {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%)
}

.partners-list-simple .partners-list-simple__footer {
    margin-top: 20px
}

.partners-list-simple .partners-list-simple__label-message {
    display: block;
    padding: .5rem .75rem;
    background-color: #b7db2a;
    border-radius: .375rem;
    color: #fff;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    vert-align: middle
}

.partners-list-simple .partners-list-simple__label-message_success {
    background-color: #b7db2a
}

.partners-list-simple .partners-list-simple__label-message_primary {
    background-color: #3bc8f5
}

.advertising-banner-section img {
    max-width: 100%;
    height: auto
}

.bxst-frame-responsive-section {
    position: relative;
    max-width: 100%;
    padding-bottom: 56.25%;
    box-sizing: border-box
}

.bxst-frame-responsive-section > iframe {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
    transform: translate(-50%, -50%)
}

.bxst-block-title {
    margin: auto;
    color: #262626;
    font-weight: 400;
    text-align: center;
    letter-spacing: -1px
}

.bxst-block-title.bxst-title-lg {
    font-size: 3rem;
    line-height: 1.2
}

.bxst-block-title.bxst-title-md {
    font-size: 2.625rem;
    line-height: 1.2
}

.bxst-block-title.bxst-title-sm {
    font-size: 2.25rem;
    line-height: 1.2;
    margin-bottom: 50px;
}

.bxst-double-header {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.bxst-gradient-primary {
    background: #6dcf73;
    background: -moz-linear-gradient(-45deg, #08c1ef 0%, #6dcf73 100%);
    background: -webkit-gradient(-45deg, color-stop(0%, #08c1ef), color-stop(100%, #6dcf73));
    background: -webkit-linear-gradient(-45deg, #08c1ef 0%, #6dcf73 100%);
    background: -o-linear-gradient(-45deg, #08c1ef 0%, #6dcf73 100%);
    background: linear-gradient(135deg, #08c1ef 0%, #6dcf73 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#08c1ef, endColorstr=#6dcf73)
}

.bxst-gradient-round-primary {
    background: #3bc8f5;
    background: -moz-radial-gradient(center, ellipse cover, #68ddff 0%, #3bc8f5 100%);
    background: -webkit-gradient(center, ellipse cover, color-stop(0%, #68ddff), color-stop(100%, #3bc8f5));
    background: -webkit-radial-gradient(center, ellipse cover, #68ddff 0%, #3bc8f5 100%);
    background: -o-radial-gradient(center, ellipse cover, #68ddff 0%, #3bc8f5 100%);
    background: radial-gradient(ellipse at center, #68ddff 0%, #3bc8f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#68ddff, endColorstr=#3bc8f5)
}

.bxst-background-primary {
    background-color: #3bc8f5
}

.bxst-border-top {
    border-top: 1px solid #e9ecef
}

.bxst-border-bottom {
    border-bottom: 1px solid #e9ecef
}

.bxst-section a {
    color: #3bc8f5;
    text-decoration: none;
    transition: all 0.2s ease-in-out
}

.bxst-section-cnt {
    max-width: 1210px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box
}

.bxst-text_center {
    text-align: center
}

.bxst-text_left {
    text-align: left
}

.bxst-text_right {
    text-align: right
}

.bxst-text_justify {
    text-align: justify
}

.bxst-text_primary-color {
    color: #3bc8f5
}

.bxst-social-share-section__inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 40px auto;
    max-width: 1180px
}

.bxst-video-banner-primary {
    position: relative;
    width: 100%;
    box-sizing: border-box
}

.bxst-video-banner-primary .bxst-video-banner-primary-label {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2
}

.bxst-video-banner-primary .bxst-video-banner-primary-label-link {
    display: block;
    font-size: 0;
    line-height: 0
}

.bxst-video-banner-primary .bxst-video-banner-primary-label-picture, .bxst-video-banner-primary .bxst-video-banner-primary-label-mobile {
    display: block;
    margin: 0;
    padding: 0;
    max-width: 100%
}

.bxst-video-banner-primary .bxst-video-banner-primary-label-mobile {
    display: none
}

.bxst-video-banner-primary .bxst-video-banner-primary-controller {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    margin: 0;
    padding: 0 0 41.7% 0;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 1
}

.bxst-video-banner-primary .bxst-video-banner-primary-controller:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(38, 38, 38, 0.5);
    z-index: 1
}

.bxst-video-banner-primary .bxst-video-banner-primary-video {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 0
}

.bxst-video-banner-primary .bxst-video-banner-primary-play {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 48px;
    height: 48px;
    left: 0;
    right: 0;
    bottom: 85px;
    margin: auto;
    border: 1px solid #dee2e6;
    border-radius: 100%;
    cursor: pointer;
    opacity: .5;
    transition: all 0.2s ease-in-out;
    z-index: 3
}

.bxst-video-banner-primary .bxst-video-banner-primary-play:hover {
    opacity: 1
}

.bxst-video-banner-primary .bxst-video-banner-primary-play:before {
    content: '';
    display: block;
    position: relative;
    width: 0;
    height: 0;
    margin-left: 6px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 12px solid #fff;
    z-index: 3
}

.bxst-video-banner-primary .bxst-video-banner-primary-content {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    text-align: center;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    z-index: 2
}

.bxst-video-banner-primary .bxst-video-banner-primary-title {
    color: #fff;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    letter-spacing: -1.1px
}

.bxst-video-banner-primary .bxst-video-banner-primary-title .bxst-primary-logo-icon {
    color: #3bc8f5
}

.bxst-video-banner-primary .bxst-video-banner-primary-description {
    max-width: 485px;
    margin: 30px auto 0;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.8;
    text-decoration: none;
    letter-spacing: -1px
}

.bxst-video-banner-primary .bxst-video-banner-primary-button {
    margin-top: 50px
}

.bxst-video-banner-primary .bxst-video-banner-primary-button-subtitle {
    margin-top: 10px;
    box-sizing: border-box
}

.bxst-video-banner-primary .bxst-video-banner-primary-button-subtitle-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box
}

.bxst-video-banner-primary .bxst-video-banner-primary-button-subtitle-inner * {
    color: #fff;
    font-size: .6875rem;
    font-weight: 300;
    line-height: 1
}

.bxst-video-banner-primary .bxst-video-banner-primary-button-subtitle-line {
    display: inline-block;
    box-sizing: border-box
}

.bxst-video-banner-primary .bxst-video-banner-primary-button-subtitle-login {
    display: inline-block;
    position: relative;
    padding-left: 5px;
    background: none;
    border: none;
    text-decoration: underline;
    text-transform: capitalize;
    outline: none;
    cursor: pointer;
    box-sizing: border-box
}

.bxst-video-banner-primary .bxst-video-banner-primary-widget {
    position: absolute;
    left: 5%;
    bottom: 5%;
    z-index: 2
}

.main-video-banner-primary {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    border: none;
    background-color: transparent;
    box-shadow: none
}

.main-video-banner-primary .bxst-youtube-video-player-body {
    padding-bottom: 56%
}

.main-video-banner-primary .popup-window-content {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-color: transparent
}

.main-video-banner-primary .popup-window-content > div {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 850px
}

.main-video-banner-primary .popup-window-content iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: none
}

.popup-window-overlay {
    min-width: 100%;
    min-height: 100%;
    box-sizing: border-box
}

.bxst-image-banner-primary {
    position: relative
}

.bxst-image-banner-primary .bxst-image-banner-primary-outer {
    padding: 87px 15px 79px;
    box-sizing: border-box
}

.bxst-image-banner-primary .bxst-image-banner-primary-inner {
    display: flex;
    justify-content: space-between;
    position: relative;
    max-width: 1225px;
    margin: auto;
    box-sizing: border-box
}

.bxst-image-banner-primary .bxst-image-banner-primary-content {
    flex: 1 0 auto;
    max-width: 440px;
    margin-top: 30px;
    color: #fff;
    box-sizing: border-box
}

.bxst-image-banner-primary .bxst-image-banner-primary-title {
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.3
}

.bxst-image-banner-primary .bxst-image-banner-primary-description {
    margin-top: 17px;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.7
}

.bxst-image-banner-primary .bxst-image-banner-primary-button {
    margin-top: 71px
}

.bxst-image-banner-primary .bxst-image-banner-primary-media {
    box-sizing: border-box;
    flex: auto
}

.bxst-image-banner-primary .bxst-image-banner-primary-image {
    position: relative;
    height: 100%;
    margin-right: 41px
}

.bxst-image-banner-primary .bxst-image-banner-primary-image-picture {
    display: block;
    max-width: 100%;
    max-height: 407px
}

.bxst-image-banner-primary .bxst-image-banner-primary-media_device .bxst-image-banner-primary-image-picture {
    display: none
}

.bxst-image-banner-primary .bxst-image-banner-primary-image-device {
    position: absolute;
    width: 100%;
    height: 100%
}

.bxst-image-banner-primary .bxst-image-banner-primary-image-device-scene {
    position: absolute;
    width: 100%;
    max-width: 680px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.bxst-image-banner-primary .bxst-image-banner-primary-image-device-link {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1
}

.bxst-image-banner-primary .bxst-image-banner-primary-image-device-screen .bxst-youtube-video-player-body {
    position: relative;
    padding-bottom: 56.25%;
    background: transparent;
    box-shadow: 3px 3px 15px 0 #343a40;
    box-sizing: border-box
}

.bxst-image-banner-primary .bxst-image-banner-primary-image-device-screen iframe {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
    transform: translate(-50%, -50%)
}

.bxst-image-banner-primary .bxst-image-banner-primary-list {
    display: flex;
    flex-wrap: wrap;
    max-width: 80%;
    box-sizing: border-box
}

.bxst-image-banner-primary .bxst-image-banner-primary-list-item {
    flex: 1 0 auto;
    max-width: calc(50% - 8px);
    margin: 0 4px 18px;
    box-sizing: border-box
}

.bxst-image-banner-primary .bxst-image-banner-primary-list-item-picture {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    transition: all 0.2s ease-in-out
}

.bxst-banner-slim .bxst-image-banner-primary-content {
    max-width: 380px
}

.bxst-banner-slim .bxst-image-banner-primary-title {
    margin-bottom: 15px;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.8
}

.bxst-banner-slim .bxst-image-banner-primary-description {
    margin-bottom: 30px;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 2
}

.bxst-registration-banner {
    padding: 51px 0 58px 0;
    background: transparent url(../images/background/cloud-4.svg) no-repeat;
    background-position: center bottom
}

.bxst-registration-banner .bxst-registration-banner-title {
    color: #fff;
    letter-spacing: -1px
}

.bxst-registration-banner .bxst-registration-banner-button {
    margin-top: 41px;
    text-align: center
}

.bxst-registration-banner-slim {
    padding: 40px 0 40px 0
}

.bxst-registration-banner-slim .bxst-registration-banner-title {
    color: #262626;
    letter-spacing: -1px
}

.bxst-registration-banner-slim .bxst-registration-banner-button {
    margin-top: 28px;
    text-align: center
}

.bxst-registration-banner-slim_white .bxst-registration-banner-title {
    color: #fff
}

.bxst-daily-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 102px 0 75px;
    max-width: 1180px;
    margin: 0 auto
}

.bxst-daily-banner.bxst-daily-banner_padding-top-none {
    padding-top: 0
}

.bxst-daily-banner.bxst-daily-banner_padding-bottom-none {
    padding-bottom: 0
}

.bxst-daily-banner.bxst-daily-banner_justify_center {
    justify-content: center
}

.bxst-daily-banner img, .bxst-daily-banner .bxst-daily-banner-huge {
    max-width: 100%;
    height: auto;
    box-sizing: border-box
}

.bxst-daily-banner .bxst-daily-banner-content {
    max-width: 500px
}

.bxst-daily-banner .bxst-block-title {
    text-align: left
}

.bxst-daily-banner .bxst-subtitle {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1
}

.bxst-daily-banner p {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.8
}

.bxst-daily-banner .bxst-daily-banner-scene {
    position: relative;
    max-width: 620px;
    width: 100%;
    min-height: 392px;
    box-sizing: border-box;
    opacity: 0
}

.bxst-daily-banner .bxst-daily-banner-scene .bxst-scene-circles {
    display: block;
    position: relative
}

.bxst-daily-banner .bxst-daily-banner-scene .bxst-scene-circles .bxst-scene-circle-1, .bxst-daily-banner .bxst-daily-banner-scene .bxst-scene-circles .bxst-scene-circle-2, .bxst-daily-banner .bxst-daily-banner-scene .bxst-scene-circles .bxst-scene-circle-3, .bxst-daily-banner .bxst-daily-banner-scene .bxst-scene-circles .bxst-scene-circle-4 {
    position: absolute;
    background-repeat: no-repeat;
    z-index: 0
}

.bxst-daily-banner .bxst-daily-banner-scene .bxst-scene-circles .bxst-scene-circle-1 {
    width: 174px;
    height: 173px;
    top: 17px;
    left: 25px;
    background-image: url(../images/daily-banner/circle-1.png);
    animation-delay: .3s
}

.bxst-daily-banner .bxst-daily-banner-scene .bxst-scene-circles .bxst-scene-circle-2 {
    width: 289px;
    height: 289px;
    top: 0;
    left: 109px;
    background-image: url(../images/daily-banner/circle-2.png);
    animation-delay: .6s
}

.bxst-daily-banner .bxst-daily-banner-scene .bxst-scene-circles .bxst-scene-circle-3 {
    width: 268px;
    height: 267px;
    top: 76px;
    left: 273px;
    background-image: url(../images/daily-banner/circle-3.png);
    animation-delay: .9s
}

.bxst-daily-banner .bxst-daily-banner-scene .bxst-scene-circles .bxst-scene-circle-3:after {
    content: '';
    display: block;
    position: absolute;
    width: 289px;
    height: 289px;
    top: -11px;
    left: -11px;
    background: url(../images/daily-banner/circle-3-1.png) no-repeat
}

.bxst-daily-banner .bxst-daily-banner-scene .bxst-scene-circles .bxst-scene-circle-4 {
    width: 159px;
    height: 158px;
    top: 185px;
    left: 461px;
    background-image: url(../images/daily-banner/circle-4.png);
    animation-delay: 1.2s
}

.bxst-daily-banner .bxst-daily-banner-scene .bxst-scene-persons {
    position: absolute;
    width: 516px;
    height: 269px;
    top: 37px;
    left: 69px;
    background: url(../images/daily-banner/persons.png) no-repeat;
    z-index: 1;
    animation-delay: 1.8s
}

.bxst-daily-banner .bxst-daily-banner-scene .bxst-scene-laptop {
    position: absolute;
    width: 372px;
    top: 174px;
    left: 0;
    z-index: 2
}

.bxst-daily-banner .bxst-daily-banner-scene .bxst-scene-laptop-picture {
    display: block;
    margin: 0;
    padding: 0;
    max-width: 100%
}

.bxst-daily-banner .bxst-daily-banner-scene.animated.startDailyScene {
    opacity: 1
}

.bxst-daily-banner .bxst-daily-banner-scene.animated.startDailyScene .bxst-scene-circle-1, .bxst-daily-banner .bxst-daily-banner-scene.animated.startDailyScene .bxst-scene-circle-2, .bxst-daily-banner .bxst-daily-banner-scene.animated.startDailyScene .bxst-scene-circle-3, .bxst-daily-banner .bxst-daily-banner-scene.animated.startDailyScene .bxst-scene-circle-4, .bxst-daily-banner .bxst-daily-banner-scene.animated.startDailyScene .bxst-scene-persons {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both
}

.bxst-table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed
}

.bxst-table th, .bxst-table td {
    padding: 20px
}

.bxst-table tr + tr > th, .bxst-table tr + tr > td {
    border-top: 1px solid #dee2e6
}

.bxst-table th + th, .bxst-table td + td {
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    table-layout: fixed
}

.bxst-table th:nth-child(2), .bxst-table td:nth-child(2) {
    border-left: 1px solid #dee2e6
}

.bxst-table th:last-child, .bxst-table td:last-child {
    border-right: 1px solid #dee2e6
}

.bxst-table_centered th + th, .bxst-table_centered td + td {
    text-align: center
}

@media (max-width: 768px) {
    .bxst-table {
        table-layout: auto
    }

    .bxst-table-overflow {
        overflow-x: scroll;
        max-width: 100%
    }
}

.bxst-start-video-banner-title {
    color: #fff;
    letter-spacing: -1px
}

.bxst-start-video-banner {
    position: relative;
    padding-top: 51px;
    padding-bottom: 125px;
    overflow: hidden
}

.bxst-start-video-banner-box {
    position: relative;
    max-width: 838px;
    margin: 21px auto 0;
    border: 5px solid #fff;
    border-radius: 4px;
    box-shadow: inset 0 0 10px #000;
    z-index: 5
}

.bxst-start-video-banner-box .bxst-start-video-banner-box-inner {
    position: relative;
    padding-bottom: 56.25%;
    height: 0
}

.bxst-start-video-banner-box .bxst-start-video-banner-box-inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.bxst-start-video-banner-scene {
    position: absolute;
    left: 50%;
    bottom: 0;
    opacity: 0;
    z-index: 0
}

.bxst-start-video-banner-scene .bxst-banner-scene-screen-1, .bxst-start-video-banner-scene .bxst-banner-scene-screen-2, .bxst-start-video-banner-scene .bxst-banner-scene-screen-3 {
    position: absolute;
    background: no-repeat
}

.bxst-start-video-banner-scene .bxst-banner-scene-screen-1 {
    width: 603px;
    height: 354px;
    left: -402px;
    bottom: 193px;
    background-image: url(../images/start-video-banner/layer-1.png);
    z-index: 3;
    animation-delay: .3s
}

.bxst-start-video-banner-scene .bxst-banner-scene-screen-2 {
    width: 868px;
    height: 509px;
    left: -401px;
    bottom: 31px;
    background-image: url(../images/start-video-banner/layer-2.png);
    z-index: 2;
    animation-delay: .6s
}

.bxst-start-video-banner-scene .bxst-banner-scene-screen-2:before {
    content: '';
    position: absolute;
    width: 604px;
    height: 372px;
    top: 43px;
    left: 47px;
    background: url(../images/start-video-banner/shadow-1.png) no-repeat;
    animation-delay: .3s
}

.bxst-start-video-banner-scene .bxst-banner-scene-screen-3 {
    width: 1403px;
    height: 433px;
    left: -682px;
    bottom: 0;
    background-image: url(../images/start-video-banner/layer-3.png);
    z-index: 1;
    animation-delay: .9s
}

.bxst-start-video-banner-scene .bxst-banner-scene-screen-3:before {
    content: '';
    position: absolute;
    width: 850px;
    height: 470px;
    top: 1px;
    left: 280px;
    background: url(../images/start-video-banner/shadow-2.png) no-repeat;
    animation-delay: .6s
}

.bxst-start-video-banner-scene.animated.startVideoBannerSceneFirst {
    animation-name: fadeIn;
    animation-duration: .5s;
    animation-fill-mode: both
}

.bxst-start-video-banner-scene.animated.startVideoBannerScene {
    opacity: 1
}

.bxst-start-video-banner-scene.animated.startVideoBannerScene .bxst-banner-scene-screen-1, .bxst-start-video-banner-scene.animated.startVideoBannerScene .bxst-banner-scene-screen-2, .bxst-start-video-banner-scene.animated.startVideoBannerScene .bxst-banner-scene-screen-2:before, .bxst-start-video-banner-scene.animated.startVideoBannerScene .bxst-banner-scene-screen-3, .bxst-start-video-banner-scene.animated.startVideoBannerScene .bxst-banner-scene-screen-3:before {
    animation-name: slideInUp;
    animation-duration: 1s;
    animation-fill-mode: both
}

.bxst-start-main-news {
    padding: 108px 0 100px 0
}

.bxst-start-main-news .bxst-start-main-news-title {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 61px
}

.bxst-start-main-news .bxst-start-main-news-subscribe-icons {
    display: inline-flex;
    align-items: center
}

.bxst-start-main-news .bxst-start-main-news-subscribe-icons-item {
    display: block;
    margin: auto 0 auto 10px
}

.bxst-start-main-news .bxst-start-main-news-subscribe-icons-item.rss {
    width: 21px;
    height: 21px;
    background: url(../images/icons/rss.png) no-repeat
}

.bxst-start-main-news .bxst-start-main-news-subscribe-icons-item.mail {
    width: 27px;
    height: 20px;
    background: url(../images/icons/mail.png) no-repeat
}

.bxst-start-main-news .bxst-articles-slider-list.bxst-articles-not-loaded {
    display: flex;
    justify-content: space-around
}

.bxst-start-main-news .bxst-articles-slider-list-item:nth-child(n) {
    display: none
}

.bxst-start-main-news .bxst-articles-slider-list-item:nth-child(-n+3) {
    display: flex
}

.bxst-start-main-news .bxst-articles-slider-list {
    position: relative;
    padding: 0 65px;
    box-sizing: border-box
}

.bxst-start-main-news .bxst-articles-slider-list .owl-stage-outer {
    z-index: 1
}

.bxst-start-main-news .bxst-articles-slider-list .owl-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 0
}

.bxst-start-main-news .bxst-articles-slider-list .owl-nav .owl-prev, .bxst-start-main-news .bxst-articles-slider-list .owl-nav .owl-next {
    position: relative;
    width: 9px;
    height: 20px;
    margin: 0 15px;
    font-size: 0
}

.bxst-start-main-news .bxst-articles-slider-list .owl-nav .owl-prev:before, .bxst-start-main-news .bxst-articles-slider-list .owl-nav .owl-prev:after, .bxst-start-main-news .bxst-articles-slider-list .owl-nav .owl-next:before, .bxst-start-main-news .bxst-articles-slider-list .owl-nav .owl-next:after {
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 12px;
    background: #dee2e6;
    border-radius: 5px;
    transition: all 0.2s ease-in-out
}

.bxst-start-main-news .bxst-articles-slider-list .owl-nav .owl-prev:hover:before, .bxst-start-main-news .bxst-articles-slider-list .owl-nav .owl-prev:hover:after, .bxst-start-main-news .bxst-articles-slider-list .owl-nav .owl-next:hover:before, .bxst-start-main-news .bxst-articles-slider-list .owl-nav .owl-next:hover:after {
    background: #3bc8f5
}

.bxst-start-main-news .bxst-articles-slider-list .owl-nav .owl-prev:before, .bxst-start-main-news .bxst-articles-slider-list .owl-nav .owl-prev:after {
    left: 0
}

.bxst-start-main-news .bxst-articles-slider-list .owl-nav .owl-prev:before {
    top: 0;
    transform: rotate(45deg)
}

.bxst-start-main-news .bxst-articles-slider-list .owl-nav .owl-prev:after {
    bottom: 0;
    transform: rotate(-45deg)
}

.bxst-start-main-news .bxst-articles-slider-list .owl-nav .owl-next:before, .bxst-start-main-news .bxst-articles-slider-list .owl-nav .owl-next:after {
    right: 0
}

.bxst-start-main-news .bxst-articles-slider-list .owl-nav .owl-next:before {
    top: 0;
    transform: rotate(-45deg)
}

.bxst-start-main-news .bxst-articles-slider-list .owl-nav .owl-next:after {
    bottom: 0;
    transform: rotate(45deg)
}

.bxst-start-main-news .bxst-articles-slider-list-item {
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    margin: 0 25px;
    text-align: center;
    box-sizing: border-box
}

.bxst-start-main-news .bxst-articles-slider-list-item-picture {
    position: relative;
    width: 120px;
    height: 120px;
    margin: auto;
    border-radius: 100%;
    overflow: hidden
}

.bxst-start-main-news .bxst-articles-slider-list-item-picture img.bxst-articles-slider-list-item-picture-image {
    display: block;
    position: absolute;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    top: -50%;
    left: -50%;
    right: -50%;
    bottom: -50%;
    margin: auto;
    padding: 0
}

.bxst-start-main-news .bxst-articles-slider-list-item-title {
    display: block;
    margin-top: 11px;
    color: #262626;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.8
}

.bxst-start-main-news .bxst-articles-slider-list-item-date {
    margin-top: 15px;
    color: #adb5bd;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none
}

.bxst-start-main-news .bxst-articles-slider-list-item-more {
    margin-top: 17px
}

.bxst-start-main-news .bxst-articles-slider-list-item-more-link {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none
}

.bxst-start-main-news .bxst-start-main-news-more {
    margin-top: 50px;
    text-align: center
}

.bxst-start-main-news .bxst-start-main-news-subscribe {
    text-align: center
}

.bxst-start-main-news .bxst-start-main-news-subscribe {
    margin-top: 26px
}

.bxst-start-main-news .bxst-start-main-news-subscribe-link {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none
}

.bxst-main-publications-section {
    padding: 27px 15px 23px;
    background: #e9ecef
}

.bxst-main-publications {
    display: flex;
    align-items: center;
    justify-content: center
}

.bxst-main-publications-title {
    max-width: 260px;
    margin-right: 6px;
    color: #6c757d;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8
}

.bxst-main-publications-list {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.bxst-main-publications-item-picture {
    margin: 0 35px;
    opacity: 0
}

.bxst-main-publications-item-picture-image {
    display: block;
    margin: 0;
    padding: 0;
    max-width: 100%
}

.bxst-main-publications-scene.animated.startPublicationsScene .bxst-main-publications-scene-item {
    animation-name: slideInRight;
    animation-duration: 1s;
    animation-fill-mode: both
}

.bxst-main-publications-scene.animated.startPublicationsScene .bxst-main-publications-scene-item .bxst-main-publications-item-picture {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both
}

.bxst-main-publications-section_column {
    padding: 0 15px 55px;
    background: transparent
}

.bxst-main-publications-section_column .bxst-main-publications {
    flex-direction: column
}

.bxst-main-simple-content-area {
    padding: 55px 0 0
}

.bxst-primary-simple-content-area {
    padding: 55px 0
}

.bxst-simple-content-area {
    display: flex;
    justify-content: space-between
}

.bxst-simple-content-area.reverse {
    flex-direction: row-reverse
}

.bxst-simple-content-area-media {
    display: flex;
    align-items: flex-end
}

.bxst-simple-content-area-media-picture {
    display: block;
    margin: 0 auto;
    padding: 0 15px
}

.bxst-simple-content-area-content {
    max-width: 690px;
    margin-bottom: 50px;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.8;
    text-align: left
}

.bxst-simple-content-area-content .bxst-block-title {
    padding-bottom: 12px;
    text-align: left
}

.bxst-simple-content-area-content-button {
    margin-top: 28px
}

.bxst-simple-content-area .bxst-block-title {
    text-align: left
}

.bxst-simple-content-area .bxst-simple-content-area-list-body {
    display: flex
}

.bxst-simple-content-area .bxst-simple-content-area-list {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0
}

.bxst-simple-content-area .bxst-simple-content-area-list li {
    text-align: left;
    box-sizing: border-box
}

.bxst-simple-content-area .bxst-simple-content-area-list li:before {
    content: '';
    display: inline-block;
    position: relative;
    top: -3px;
    margin-right: 36px;
    width: 5px;
    height: 5px;
    background: #3bc8f5;
    border-radius: 100%
}

.bxst-simple-content-area .bxst-simple-content-area-media-picture-image {
    display: block;
    max-width: 100%
}

.bxst-simple-content-area-line-list {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap
}

.bxst-simple-content-area-line-list .bxst-simple-content-area-line-list-item {
    margin: 10px
}

.bxst-simple-content-area-line-list .bxst-simple-content-area-line-list-picture {
    display: block;
    max-width: 190px;
    margin: 0 auto;
    padding: 0
}

.bxst-simple-content-area-features {
    padding-top: 8px
}

.bxst-simple-content-area-features .bxst-simple-content-area-list {
    margin: 40px 0 50px
}

.bxst-primary-table {
    width: 100%;
    font-size: .875rem;
    line-height: 1.8;
    box-sizing: border-box
}

.bxst-primary-table tr {
    padding: 10px 15px;
    border: 1px solid #e9ecef
}

.bxst-primary-table tr:nth-child(even) {
    background: #e9ecef
}

.bxst-primary-table th, .bxst-primary-table td {
    padding: 15px
}

.bxst-primary-table th {
    font-weight: 600
}

.bxst-nearest-event-banner {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.bxst-nearest-event-banner-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 50px
}

.bxst-nearest-event-banner-calendar {
    display: flex;
    align-items: flex-end;
    padding: 6px 13px 20px 21px;
    border: 2px solid #6c757d;
    border-radius: 5px;
    color: #6c757d;
    font-size: 3rem;
    line-height: 1;
    box-sizing: border-box
}

.bxst-nearest-event-banner-calendar:before {
    content: '';
    display: block;
    position: relative;
    width: 32px;
    height: 29px;
    margin-right: 16px;
    margin-bottom: 3px;
    background: url(../images/icons/calendar.svg) no-repeat
}

.bxst-nearest-event-banner-description {
    margin-left: 30px
}

.bxst-nearest-event-banner-type {
    color: #adb5bd;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase
}

.bxst-nearest-event-banner-title, .bxst-nearest-event-banner-title .bxst-nearest-event-banner-title-link {
    color: #262626;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.8
}

.bxst-nearest-event-banner-label {
    position: relative;
    margin-top: -72px
}

.bxst-nearest-event-banner-label-outer {
    position: relative;
    top: 23px;
    padding: 9px 45px 25px 26px;
    background: #f1f5be
}

.bxst-nearest-event-banner-label-outer:before {
    content: '';
    position: absolute;
    width: calc(100% - 22px);
    height: 22px;
    left: 0;
    bottom: 100%;
    background: #f1f5be;
    box-sizing: border-box
}

.bxst-nearest-event-banner-label-outer:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    right: 0;
    bottom: 100%;
    border-bottom: 22px solid #e8d82a;
    border-right: 22px solid transparent;
    box-sizing: border-box
}

.bxst-nearest-event-banner-label-subtitle {
    color: #adb5bd;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 1px
}

.bxst-nearest-event-banner-label-title {
    margin-top: 4px;
    color: #262626;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.8
}

.bxst-nearest-event-banner-label-link-cnt {
    margin-top: 15px
}

.bxst-nearest-event-banner-label-link {
    font-size: .875rem;
    text-transform: uppercase
}

.bxst-nearest-event-slim-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 41px 0 37px
}

.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-inner {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    padding: 20px
}

.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-calendar {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 18px;
    padding: 10px 12px 10px 18px;
    border: 2px solid #fff;
    border-radius: 5px;
    color: #fff;
    font-size: 3.125rem;
    font-weight: 400;
    line-height: 1.8;
    white-space: nowrap
}

.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-calendar:before {
    content: '';
    display: block;
    position: relative;
    width: 34px;
    height: 28px;
    margin-right: 19px;
    background: url(../images/icons/calendar.png) no-repeat;
    background-size: contain
}

.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-description {
    margin: 0 41px;
    color: #fff;
    font-size: 2.25rem;
    font-weight: 400;
    line-height: 1.3
}

.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-description.empty-event {
    margin: auto;
    text-align: center
}

.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-type {
    letter-spacing: -.5px
}

.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-subtype {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.8
}

.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-title {
    margin-top: 2px;
    color: #fff;
    font-weight: 400;
    letter-spacing: -.7px
}

.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-title:hover {
    text-decoration: underline
}

.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-button {
    display: inline-flex;
    margin-top: 20px;
    padding: 5px 35px;
    border: 2px solid #fff;
    border-radius: 25px;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
    text-decoration: none;
    cursor: pointer
}

.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-close {
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 30px;
    height: 30px;
    right: 20px;
    cursor: pointer
}

.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-close-body {
    position: relative
}

.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-close-body:before, .bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-close-body:after {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background: #fff;
    opacity: .9
}

.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-close-body:before {
    transform: rotate(45deg)
}

.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-close-body:after {
    transform: rotate(-45deg)
}

.bxst-nearest-event-slim-banner .bxst-sticked .bxst-nearest-event-slim-banner-close {
    display: flex
}

.bxst-nearest-event-slim-banner .bxst-sticked .bxst-nearest-event-slim-banner-inner {
    justify-content: center;
    position: fixed;
    width: 100%;
    left: 0;
    background: #6dcf73;
    background: -moz-linear-gradient(-45deg, #08c1ef 0%, #6dcf73 100%);
    background: -webkit-gradient(-45deg, color-stop(0%, #08c1ef), color-stop(100%, #6dcf73));
    background: -webkit-linear-gradient(-45deg, #08c1ef 0%, #6dcf73 100%);
    background: -o-linear-gradient(-45deg, #08c1ef 0%, #6dcf73 100%);
    background: linear-gradient(135deg, #08c1ef 0%, #6dcf73 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#08c1ef, endColorstr=#6dcf73);
    box-shadow: 0 4px 10px -1px #dee2e6;
    box-sizing: border-box;
    z-index: 9
}

.bxst-section-header {
    display: flex;
    justify-content: center
}

.bxst-section-header-outer {
    display: flex;
    flex: 0 0 100%;
    max-width: 1180px;
    padding: 41px 15px 47px;
    box-sizing: border-box
}

.bxst-section-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1 1 auto
}

.bxst-section-header-content {
    max-width: 800px
}

.bxst-section-header-content_media {
    max-width: 500px
}

.bxst-section-header-content-title {
    margin: auto;
    color: #fff;
    font-size: 3rem;
    font-weight: 400;
    line-height: 1
}

.bxst-section-header-content-description {
    margin-top: 40px;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.8
}

.bxst-section-header-content-button {
    margin-top: 59px
}

.bxst-section-header-registration-button {
    text-align: center
}

.bxst-section-header-apps-market {
    margin-top: 15px
}

.bxst-section-header-apps-market-item-picture {
    display: block
}

.bxst-section-header-media {
    display: flex;
    justify-content: flex-end;
    flex: 1 1 auto
}

.bxst-section-header-media-inner {
    position: relative;
    max-width: 480px;
    flex: 0 0 480px
}

.bxst-section-header-media-inner .bxst-youtube-video-player-body {
    position: relative;
    max-width: 480px;
    max-height: 270px;
    padding-bottom: 56.25%;
    background: transparent;
    box-shadow: 3px 3px 15px 0 #343a40;
    box-sizing: border-box
}

.bxst-section-header-media-inner .bxst-youtube-video-player-body iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 0
}

.bxst-section-header-media-picture {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box
}

.bxst-section-header-menu {
    display: flex;
    justify-content: center;
    position: relative;
    border-top: 1px solid #fff
}

.bxst-section-header-menu:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    right: 0;
    bottom: 0;
    background: #fff;
    background: -moz-linear-gradient(-45deg, "transparent" 0%, #fff 100%);
    background: -webkit-gradient(-45deg, color-stop(0%, "transparent"), color-stop(100%, #fff));
    background: -webkit-linear-gradient(-45deg, "transparent" 0%, #fff 100%);
    background: -o-linear-gradient(-45deg, "transparent" 0%, #fff 100%);
    background: linear-gradient(135deg, "transparent" 0%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=transparent, endColorstr=#fff);
    box-sizing: border-box
}

.bxst-section-header-menu.bxst-sticked .bxst-section-header-menu-outer {
    position: fixed;
    left: 0;
    background: #6dcf73;
    background: -moz-linear-gradient(-45deg, #08c1ef 0%, #6dcf73 100%);
    background: -webkit-gradient(-45deg, color-stop(0%, #08c1ef), color-stop(100%, #6dcf73));
    background: -webkit-linear-gradient(-45deg, #08c1ef 0%, #6dcf73 100%);
    background: -o-linear-gradient(-45deg, #08c1ef 0%, #6dcf73 100%);
    background: linear-gradient(135deg, #08c1ef 0%, #6dcf73 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#08c1ef, endColorstr=#6dcf73);
    box-shadow: 0 4px 10px -1px #dee2e6;
    z-index: 9
}

.bxst-section-header-menu-outer {
    flex: 1 0 100%;
    width: 100%;
    box-sizing: border-box
}

.bxst-section-header-menu-inner {
    display: flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    position: relative
}

.bxst-section-header-menu-inner.active .bxst-section-header-menu-select-icon {
    transform: rotate(90deg)
}

.bxst-section-header-menu-list {
    display: flex;
    justify-content: space-around;
    max-width: 1180px;
    margin: 0 auto;
    box-sizing: border-box
}

.bxst-section-header-menu-list.owl-carousel.owl-loaded {
    width: calc(100% - 46px)
}

.bxst-section-header-menu-list .owl-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.bxst-section-header-menu-list .owl-nav .owl-prev, .bxst-section-header-menu-list .owl-nav .owl-next {
    position: relative;
    width: 9px;
    height: 20px;
    font-size: 0;
    opacity: .7
}

.bxst-section-header-menu-list .owl-nav .owl-prev:hover, .bxst-section-header-menu-list .owl-nav .owl-next:hover {
    opacity: 1
}

.bxst-section-header-menu-list .owl-nav .owl-prev {
    margin-left: -14px
}

.bxst-section-header-menu-list .owl-nav .owl-next {
    margin-right: -14px
}

.bxst-section-header-menu-list .owl-nav .owl-prev.disabled, .bxst-section-header-menu-list .owl-nav .owl-next.disabled {
    opacity: 0
}

.bxst-section-header-menu-list .owl-nav .owl-prev, .bxst-section-header-menu-list .owl-nav .owl-next, .bxst-section-header-menu-list .owl-nav .owl-prev:before, .bxst-section-header-menu-list .owl-nav .owl-prev:after, .bxst-section-header-menu-list .owl-nav .owl-next:before, .bxst-section-header-menu-list .owl-nav .owl-next:after {
    transition: all 0.2s ease-in-out
}

.bxst-section-header-menu-list .owl-nav .owl-prev:before, .bxst-section-header-menu-list .owl-nav .owl-prev:after, .bxst-section-header-menu-list .owl-nav .owl-next:before, .bxst-section-header-menu-list .owl-nav .owl-next:after {
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 12px;
    background: #fff;
    border-radius: 5px
}

.bxst-section-header-menu-list .owl-nav .owl-prev:before, .bxst-section-header-menu-list .owl-nav .owl-prev:after {
    left: 0
}

.bxst-section-header-menu-list .owl-nav .owl-prev:before {
    top: 0;
    transform: rotate(45deg)
}

.bxst-section-header-menu-list .owl-nav .owl-prev:after {
    bottom: 0;
    transform: rotate(-45deg)
}

.bxst-section-header-menu-list .owl-nav .owl-next:before, .bxst-section-header-menu-list .owl-nav .owl-next:after {
    right: 0
}

.bxst-section-header-menu-list .owl-nav .owl-next:before {
    top: 0;
    transform: rotate(-45deg)
}

.bxst-section-header-menu-list .owl-nav .owl-next:after {
    bottom: 0;
    transform: rotate(45deg)
}

.bxst-section-header-menu-list-item {
    display: flex;
    flex: 1;
    text-align: center;
    box-sizing: border-box;
    transition: 160ms background linear
}

.bxst-section-header-menu-list-item .bxst-section-header-menu-list-item-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    text-align: center;
    box-sizing: border-box
}

.bxst-section-header-menu-list-item .bxst-section-header-menu-list-item-link {
    display: block;
    width: 100%;
    padding: 18px 15px 22px;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.8;
    white-space: nowrap;
    box-sizing: border-box
}

.bxst-section-header-menu-list-item .bxst-section-header-menu-list-item-link:hover {
    color: #fff
}

.bxst-section-header-menu-list-item:hover {
    background: rgba(255, 255, 255, 0.3)
}

.bxst-section-header-menu-list-item.active {
    background: #fff
}

.bxst-section-header-menu-list-item.active .bxst-section-header-menu-list-item-link {
    color: #262626
}

.bxst-section-header-menu-list-item .categoryMenuAnimation {
    animation-name: categoryMenuAnimation;
    animation-duration: .7s;
    animation-fill-mode: both
}

.bxst-section-header-menu-select {
    display: none
}

.bxst-section-header-menu-select .bxst-section-header-menu-select-switch {
    display: flex;
    align-items: center;
    flex: 1;
    position: relative;
    text-align: center;
    box-sizing: border-box;
    transition: 160ms background linear;
    cursor: pointer
}

.bxst-section-header-menu-select .bxst-section-header-menu-select-title {
    display: block;
    flex: 1 0 auto;
    width: 100%;
    padding: 18px 15px 22px;
    color: #fff;
    font-size: 1rem;
    line-height: 1.8;
    box-sizing: border-box
}

.bxst-section-header-menu-select .bxst-section-header-menu-select-icon {
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    right: 15px;
    transition: all 0.2s ease-in-out
}

.bxst-section-header-menu-select .bxst-section-header-menu-select-icon:before, .bxst-section-header-menu-select .bxst-section-header-menu-select-icon:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 1px;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgba(255, 255, 255, 0.5)
}

.bxst-section-header-menu-select .bxst-section-header-menu-select-icon:before {
    top: -10px;
    transform: rotate(45deg)
}

.bxst-section-header-menu-select .bxst-section-header-menu-select-icon:after {
    bottom: -10px;
    transform: rotate(-45deg)
}

@-webkit-keyframes categoryMenuAnimation {
    0% {
        background: rgba(255, 255, 255, 0)
    }
    50% {
        background: rgba(255, 255, 255, 0.3)
    }
    100% {
        background: rgba(255, 255, 255, 0)
    }
}

@keyframes categoryMenuAnimation {
    0% {
        background: rgba(255, 255, 255, 0)
    }
    50% {
        background: rgba(255, 255, 255, 0.3)
    }
    100% {
        background: rgba(255, 255, 255, 0)
    }
}

.bxst-section-position {
    position: relative
}

.bxst-section-features-background {
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    z-index: -1
}

.bxst-section-features-background .bxst-section-background-field.bxst-section-background-left-1 {
    position: absolute;
    width: 476px;
    height: 741px;
    top: 0;
    left: 0;
    background: url("./left-flower.png") no-repeat
}

.bxst-section-features-background .bxst-section-background-field.bxst-section-background-right-1 {
    position: absolute;
    width: 846px;
    height: 624px;
    top: 0;
    right: 0;
    background: url("./right-laptop.png") no-repeat
}

.bxst-section-features-background .bxst-section-background-field.bxst-section-background-right-1 .bxst-section-background-right-1-picture {
    position: absolute;
    top: 103px;
    right: 0;
    width: 490px;
    height: 355px;
    z-index: -2
}

.bxst-section-features-preview {
    max-width: 980px;
    margin: auto;
    padding: 101px 0 58px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8
}

.bxst-section-features-preview .bxst-section-features-preview-inner {
    max-width: 550px
}

.bxst-section-features-preview .bxst-block-title {
    margin-bottom: 20px;
    text-align: left
}

.bxst-section-features-preview .bxst-section-features-preview-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 510px;
    margin: 70px 0 0;
    padding: 0;
    list-style: none
}

.bxst-section-features-preview .bxst-section-features-preview-list-item {
    max-width: 41%;
    margin-bottom: 52px
}

.bxst-section-features-preview .bxst-section-features-preview-list-item-icon .bxst-section-features-preview-list-item-icon-image {
    display: block;
    margin: 0;
    padding: 0
}

.bxst-section-features-preview .bxst-section-features-preview-list-item-content {
    margin-top: 10px
}

.bxst-features-section-list .bxst-section.bxst-section_position-right .bxst-features-section, .bxst-features-section-list .bxst-section:nth-child(2n) .bxst-features-section {
    justify-content: flex-start
}

.bxst-features-section-list .bxst-section.bxst-section_position-right .bxst-features-section-inner, .bxst-features-section-list .bxst-section:nth-child(2n) .bxst-features-section-inner {
    flex-direction: row-reverse
}

.bxst-features-section-list .bxst-section.bxst-section_position-right .bxst-features-section-content, .bxst-features-section-list .bxst-section:nth-child(2n) .bxst-features-section-content {
    padding: 0 0 0 50px
}

.bxst-features-section-list .bxst-section.bxst-section_position-right .bxst-features-slim, .bxst-features-section-list .bxst-section:nth-child(2n) .bxst-features-slim {
    justify-content: center
}

.bxst-features-section-list .bxst-section.bxst-section_position-left .bxst-features-section {
    justify-content: flex-end
}

.bxst-features-section-list .bxst-section.bxst-section_position-left .bxst-features-section-inner {
    flex-direction: row
}

.bxst-features-section-list .bxst-section.bxst-section_position-left .bxst-features-section-content {
    padding: 0 50px 0 0
}

.bxst-features-section {
    display: flex;
    justify-content: flex-end
}

.bxst-features-section .bxst-block-title {
    text-align: left
}

.bxst-features-section .bxst-features-section-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    max-width: 91%;
    flex: 0 0 91%;
    box-sizing: border-box
}

.bxst-features-section .bxst-features-section-content {
    flex: 1;
    max-width: 500px;
    padding: 0 50px 0 0;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.8;
    box-sizing: border-box
}

.bxst-features-section .bxst-features-section-media {
    flex: 1;
    box-sizing: border-box
}

.bxst-features-section .bxst-features-section-media .bxst-youtube-video-player-body {
    position: relative;
    max-width: 910px;
    padding-bottom: 56.25%;
    background: transparent;
    border-radius: 5px;
    box-sizing: border-box
}

.bxst-features-section .bxst-features-section-media .bxst-youtube-video-player-body iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 0
}

.bxst-features-section .bxst-features-section-media-content {
    position: relative;
    max-width: 910px;
    flex: 1
}

.bxst-features-section .bxst-features-section-content-button {
    margin-top: 70px
}

.bxst-features-section .bxst-features-section-media-image {
    display: block;
    max-width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

.bxst-features-section.reverse {
    justify-content: flex-start
}

.bxst-features-section.reverse .bxst-features-section-inner {
    flex-direction: row-reverse
}

.bxst-features-section.reverse .bxst-features-section-content {
    padding: 0 0 0 50px
}

.bxst-features-section.bxst-features-section-bg-1 {
    padding-top: 75px;
    padding-bottom: 122px;
    background: url(../images/background/features-bg-1.png) no-repeat;
    background-position-x: center;
    background-size: contain
}

.bxst-features-section.bxst-features-section-bg-2 {
    padding-top: 69px;
    padding-bottom: 82px;
    background: url(../images/background/features-bg-2.png) no-repeat;
    background-position-x: center;
    background-size: contain
}

.bxst-features-section.bxst-features-section-bg-3 {
    margin-bottom: 58px;
    background: url(../images/background/features-bg-3.png) no-repeat;
    background-position-x: center;
    background-size: contain
}

.bxst-features-section.bxst-features-slim {
    justify-content: center
}

.bxst-features-slim {
    padding: 90px 15px 0;
    box-sizing: border-box
}

.bxst-features-slim .bxst-features-section-inner {
    max-width: 1210px;
    padding-bottom: 90px
}

.bxst-features-slim .bxst-features-section-inner, .bxst-features-slim .bxst-features-section-content {
    flex: 1 0 100%
}

.bxst-features-slim .bxst-media-laptop {
    padding-top: 3.95%;
    background: url(../images/features/browser-bar-top.png) no-repeat;
    background-size: contain
}

.bxst-features-slim .bxst-media-laptop .bxst-features-section-media-image {
    border-left: 2px solid #e9ecef;
    border-right: 2px solid #e9ecef;
    border-bottom: 2px solid #e9ecef
}

.bxst-features-slim .bxst-section-centered {
    justify-content: center
}

.bxst-features-slim .bxst-section-centered .bxst-features-section-content {
    max-width: 800px
}

.bxst-features-slim .bxst-section-bordered {
    border-bottom: 1px solid #e9ecef
}

.bxst-features-slim.bxst-features-slim-logo-list {
    padding-top: 45px
}

.bxst-section-centered {
    text-align: center
}

.bxst-section-centered .bxst-features-section-content, .bxst-section-centered .bxst-features-section-media {
    padding: 0
}

.bxst-section-centered .bxst-block-title {
    text-align: center
}

.bxst-features-section-label {
    display: block;
    color: #b7db2a;
    font-size: .75rem;
    font-weight: 500;
    line-height: 1.8;
    text-transform: uppercase
}

.bxst-helpdesk-features-section {
    padding-top: 17px
}

.bxst-helpdesk-features-section .bxst-helpdesk-section {
    padding-top: 63px;
    padding-bottom: 18px
}

.bxst-helpdesk-section-inner {
    display: flex;
    justify-content: space-between
}

.bxst-helpdesk-section-title {
    flex: 0 0 31%;
    box-sizing: border-box
}

.bxst-helpdesk-section-title .bxst-block-title {
    text-align: left
}

.bxst-helpdesk-section-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex: 1 1 69%;
    max-width: 69%;
    margin-top: 19px;
    box-sizing: border-box
}

.bxst-helpdesk-section-list-item {
    display: flex;
    align-items: center;
    flex: 1 0 50%;
    margin-bottom: 60px;
    color: #262626;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.8
}

.bxst-helpdesk-section-list-item:before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    margin-right: 17px;
    background: url(../images/icons/icon-bullit.svg) no-repeat
}

.bxst-helpdesk-section-list-item-inner {
    max-width: 340px
}

.bxst-helpdesk-section-list-item-link {
    display: inline-block;
    position: relative;
    cursor: pointer
}

.bxst-helpdesk-section-list-item-link .bxst-helpdesk-section-list-item-label {
    display: block;
    position: absolute;
    top: -10px;
    left: 0;
    color: #c95095;
    font-size: .625rem;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase
}

.bxst-helpdesk-section-list-item-link .bxst-helpdesk-section-list-item-label.success {
    color: #b7db2a
}

.bxst-helpdesk-section-list-item-link .bxst-helpdesk-section-list-item-inner-arrow {
    display: inline-block;
    position: relative;
    width: 3px;
    height: 12px;
    margin-left: 15px;
    font-size: 0
}

.bxst-helpdesk-section-list-item-link .bxst-helpdesk-section-list-item-inner-arrow:before, .bxst-helpdesk-section-list-item-link .bxst-helpdesk-section-list-item-inner-arrow:after {
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 8px;
    background: #3bc8f5;
    border-radius: 5px
}

.bxst-helpdesk-section-list-item-link .bxst-helpdesk-section-list-item-inner-arrow:before {
    top: 0;
    transform: rotate(-45deg)
}

.bxst-helpdesk-section-list-item-link .bxst-helpdesk-section-list-item-inner-arrow:after {
    bottom: 0;
    transform: rotate(45deg)
}

.side-panel .side-panel-container {
    border-radius: 5px 0 0 5px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2)
}

.side-panel .side-panel-container .side-panel-content-container {
    overflow: hidden !important
}

.side-panel .side-panel-content-frame-body {
    width: 100%;
    height: 100%
}

.side-panel .side-panel-content-frame-body > iframe {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
    overflow: hidden;
    border-radius: 5px 0 0 5px
}

.bxst-section-companies-count {
    padding: 100px 0 100px;
    background: url(../images/background/cloud-5.svg) no-repeat;
    background-position: bottom;
    text-align: center
}

.bxst-section-companies-count .bxst-section-companies-count-button {
    margin-top: 50px
}

.bxst-youtube-popup-default.popup-window {
    max-width: 850px;
    width: 100%;
    min-width: 320px;
    padding: 15px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 2px 0 #dee2e6;
    box-sizing: border-box
}

.bxst-youtube-popup-default .popup-window-content {
    position: relative;
    padding-bottom: 56.25%;
    background: transparent;
    border-radius: 5px;
    box-sizing: border-box
}

.bxst-youtube-popup-default .popup-window-content iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 0
}

.bxst-youtube-popup-default .popup-window-close-icon {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    top: -20px;
    right: -20px;
    background: #fff;
    border-radius: 100%;
    font-size: 0;
    outline: 0;
    opacity: .7;
    transition: all 0.2s ease-in-out;
    box-shadow: 2px 2px 7px 0 #262626;
    cursor: pointer
}

.bxst-youtube-popup-default .popup-window-close-icon:before, .bxst-youtube-popup-default .popup-window-close-icon:after {
    content: '';
    display: block;
    position: absolute;
    width: 17px;
    height: 2px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #dee2e6;
    border-radius: 5px;
    transition: all 0.2s ease-in-out
}

.bxst-youtube-popup-default .popup-window-close-icon:before {
    transform: rotate(45deg)
}

.bxst-youtube-popup-default .popup-window-close-icon:after {
    transform: rotate(-45deg)
}

.bxst-youtube-popup-default .popup-window-close-icon:hover {
    opacity: 1
}

.bxst-youtube-popup-default .popup-window-close-icon:hover:before, .bxst-youtube-popup-default .popup-window-close-icon:hover:after {
    background: #68ddff
}

.bxst-features-table-section {
    padding-bottom: 100px
}

.bxst-features-table .bxst-features-table-header-switch {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center
}

.bxst-features-table .bxst-features-table-header-switch__icon {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    border: 1px solid #dee2e6;
    border-radius: 100%;
    cursor: pointer
}

.bxst-features-table .bxst-features-table-header-switch__icon:before, .bxst-features-table .bxst-features-table-header-switch__icon:after {
    content: '';
    display: block;
    position: absolute;
    width: 25px;
    height: 2px;
    top: 50%;
    left: 50%;
    background: #3bc8f5;
    transform: translate(-50%)
}

.bxst-features-table .bxst-features-table-header-switch__icon:after {
    transform: translate(-50%) rotate(90deg)
}

.bxst-features-table .bxst-features-table-header-switch__title {
    margin-top: 10px;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase
}

.bxst-features-table.sections-shown .bxst-features-table-header-switch__icon:after {
    transform: translate(-50%)
}

.bxst-features-table .bxst-features-table-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 33px 30px 24px;
    background-color: #e9ecef;
    border-radius: 5px
}

.bxst-features-table .bxst-features-table-header-control-section {
    display: flex;
    align-items: center
}

.bxst-features-table .bxst-features-table-swich-title {
    color: #262626;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer
}

.bxst-features-table .bxst-features-table-swich-title.active {
    color: #3bc8f5;
    cursor: pointer
}

.bxst-features-table .bxst-features-table-swich {
    display: block;
    position: relative;
    width: 44px;
    height: 24px;
    margin: 0 22px
}

.bxst-features-table .bxst-features-table-swich-slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    transition: .4s linear;
    cursor: pointer
}

.bxst-features-table .bxst-features-table-swich-slider:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    left: 3px;
    bottom: 3px;
    background-color: #3bc8f5;
    border-radius: 100%;
    -webkit-transition: .4s;
    transition: .4s
}

.bxst-features-table .bxst-features-table-swich.checked .bxst-features-table-swich-slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px)
}

.bxst-features-table .bxst-features-table-title, .bxst-features-table .bxst-features-table-description {
    color: #262626;
    font-weight: 400;
    line-height: 1.5
}

.bxst-features-table .bxst-features-table-title {
    font-size: 1.5rem
}

.bxst-features-table .bxst-features-table-description {
    font-size: .875rem
}

.bxst-features-table .bxst-prices-table-features-icon.checked {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/icons/icon-check.svg) no-repeat
}

.bxst-features-table .bxst-prices-table-features-icon.unchecked {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/icons/icon-uncheck.svg) no-repeat
}

.bxst-features-table .bxst-features-table-section-row {
    display: flex;
    align-items: center;
    padding: 24px 30px 28px 30px;
    box-sizing: border-box
}

.bxst-features-table .bxst-features-table-section-row.subsection-hidden {
    display: none
}

.bxst-features-table.equal .n-equal-section {
    display: none
}

.bxst-features-table .bxst-features-table-section-section {
    border-bottom: 1px solid #dee2e6
}

.bxst-features-table .bxst-features-table-section-sidebar {
    flex: 1;
    max-width: 360px
}

.bxst-features-table .bxst-features-table-section-sidebar_no-restriction {
    max-width: none
}

.bxst-features-table .bxst-features-table-section-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1
}

.bxst-features-table .bxst-features-table-section-item {
    display: flex;
    justify-content: center;
    flex: 1;
    font-size: 1rem;
    text-align: center
}

.bxst-features-table .bxst-features-table-title-bordered {
    padding-bottom: 20px;
    border-bottom: 1px solid #dee2e6
}

.bxst-features-table .bxst-features-table-section-title {
    cursor: pointer
}

.bxst-features-table .bxst-features-table-section-subsection {
    padding-left: 30px;
    padding-right: 30px;
    background-color: #e9ecef
}

.bxst-features-table .bxst-features-table-section-subsection .bxst-features-table-section-sidebar .bxst-features-table-title {
    color: #262626;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.8
}

.bxst-features-table .bxst-features-table-title-icon {
    display: inline-block;
    flex: 0 0 10px;
    position: relative;
    width: 10px;
    height: 9px;
    margin: 0 23px 0 7px;
    font-size: 0
}

.bxst-features-table .bxst-features-table-title-icon:before, .bxst-features-table .bxst-features-table-title-icon:after {
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 12px;
    background: #3bc8f5;
    border-radius: 5px
}

.bxst-features-table .bxst-features-table-title-icon:before {
    left: 0;
    transform: rotate(45deg)
}

.bxst-features-table .bxst-features-table-title-icon:after {
    right: 0;
    transform: rotate(-45deg)
}

.bxst-features-table .section-hidden .bxst-features-table-title-icon:before {
    transform: rotate(-45deg)
}

.bxst-features-table .section-hidden .bxst-features-table-title-icon:after {
    transform: rotate(45deg)
}

.bxst-features-table .bxst-features-table-section-dropdown {
    padding: 39px 41px;
    background-color: #e9ecef
}

.bxst-features-table .bxst-features-table-section-dropdown .bxst-features-table-section-row {
    padding: 0 0 40px
}

.bxst-features-table_white .bxst-features-table-header {
    background-color: transparent
}

.bxst-features-table_white .bxst-features-table-section-subsection {
    background-color: transparent
}

.bxst-features-table_slim .bxst-features-table-section-row {
    padding-top: 19px;
    padding-bottom: 19px
}

.bxst-features-table_slim .bxst-features-table-title-bordered {
    padding-top: 10px;
    padding-bottom: 10px
}

.bxst-features-table_slim .bxst-features-table-section-section {
    background-color: rgba(104, 221, 255, 0.1)
}

.bxst-tools-section {
    padding: 120px 0 20px
}

.bxst-tools-section_gradient {
    padding: 30px 0
}

.bxst-tools-section .bxst-tools-list {
    padding-top: 100px
}

.bxst-tools-list__inner {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap
}

.bxst-tools-list__item {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex: 1 0 100%;
    max-width: 25%;
    margin-bottom: 100px;
    text-align: center
}

.bxst-tools-list__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 75px
}

.bxst-tools-list__picture {
    display: block;
    max-width: 100px;
    max-height: 75px;
    width: 100%;
    height: auto;
    margin: auto
}

.bxst-tools-list__title {
    margin-top: 35px;
    color: #262626;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: -.11px
}

.bxst-tools-list__description {
    max-width: 85%;
    margin-top: 20px;
    color: #495057;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.8
}

.bxst-content-painter {
    position: relative
}

.bxst-content-painter__label {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%)
}

.bxst-content-painter_bordered {
    border: 2px solid #dee2e6;
    border-radius: .375rem
}

.hide-on-screen-xl {
    display: none !important
}

.show-on-screen-xl {
    display: unset !important
}

@media (max-width: 1200px) {
    .bxst-video-banner-primary .bxst-video-banner-primary-title {
        font-size: 2.5rem
    }

    .bxst-video-banner-primary .bxst-video-banner-primary-description {
        margin-top: 20px
    }

    .bxst-video-banner-primary .bxst-video-banner-primary-button {
        margin-top: 40px
    }

    .bxst-video-banner-primary .bxst-video-banner-primary-widget {
        left: 2%;
        bottom: 2%
    }

    .bxst-video-banner-primary .bxst-video-banner-primary-play {
        bottom: 40px
    }

    .bxst-nearest-event-banner-calendar {
        padding: 6px 10px 6px 16px;
        font-size: 2.5rem
    }

    .bxst-nearest-event-banner-calendar:before {
        margin-bottom: 5px
    }

    .bxst-nearest-event-banner-type, .bxst-nearest-event-banner-label-subtitle, .bxst-nearest-event-banner-label-link {
        font-size: .75rem
    }

    .bxst-nearest-event-banner-title {
        font-size: 1.25rem
    }

    .bxst-nearest-event-banner-label-title {
        font-size: 1rem
    }

    .bxst-section-header-content-title {
        font-size: 2.5rem
    }

    .bxst-section-header-content-description {
        font-size: 1rem
    }

    .bxst-section-header-content_media {
        max-width: 400px
    }

    .bxst-section-features-preview {
        font-size: 1rem
    }

    .bxst-section-features-background .bxst-section-background-field.bxst-section-background-right-1 {
        width: 750px;
        height: 553px;
        background-size: contain
    }

    .bxst-section-features-background .bxst-section-background-field.bxst-section-background-right-1 .bxst-section-background-right-1-picture {
        top: 92px;
        width: 434px;
        height: 314px
    }

    .bxst-helpdesk-section-list-item {
        margin-bottom: 35px;
        font-size: 1.125rem
    }

    .hide-on-screen-lg {
        display: none !important
    }

    .show-on-screen-lg {
        display: unset !important
    }
}

@media (max-width: 992px) {
    .bxst-block-title.bxst-title-lg {
        font-size: 2.5rem
    }

    .bxst-block-title.bxst-title-md {
        font-size: 2.25rem
    }

    .bxst-block-title.bxst-title-sm {
        font-size: 2rem
    }

    .bxst-video-banner-primary .bxst-video-banner-primary-title {
        font-size: 2.25rem
    }

    .bxst-video-banner-primary .bxst-video-banner-primary-description {
        margin-top: 0
    }

    .bxst-video-banner-primary .bxst-video-banner-primary-button {
        margin-top: 20px
    }

    .bxst-video-banner-primary .bxst-video-banner-primary-widget {
        display: none
    }

    .bxst-video-banner-primary .bxst-video-banner-primary-play {
        bottom: 20px
    }

    .bxst-image-banner-primary .bxst-image-banner-primary-outer {
        padding: 40px 15px 40px;
        overflow: hidden
    }

    .bxst-image-banner-primary .bxst-image-banner-primary-content {
        flex: 1 0 100%;
        margin: 30px 0 0;
        z-index: 2
    }

    .bxst-image-banner-primary .bxst-image-banner-primary-media {
        position: absolute;
        height: 100%;
        left: 100%;
        -webkit-transform: translate(-80%, 0);
        transform: translate(-80%, 0);
        opacity: .4;
        z-index: 1
    }

    .bxst-image-banner-primary .bxst-image-banner-primary-image {
        display: flex;
        position: relative;
        margin-right: 0;
        max-height: 100%
    }

    .bxst-image-banner-primary .bxst-image-banner-primary-image-device {
        display: none
    }

    .bxst-image-banner-primary .bxst-image-banner-primary-image-picture {
        display: block;
        flex: 1 0 100%;
        height: 100%;
        max-width: none
    }

    .bxst-image-banner-primary .bxst-image-banner-primary-media_device .bxst-image-banner-primary-image-picture {
        display: block
    }

    .bxst-daily-banner {
        padding: 50px 0
    }

    .bxst-start-main-news {
        padding: 70px 0 70px 0
    }

    .bxst-main-publications-title {
        font-size: 1rem
    }

    .bxst-main-publications-item-picture {
        margin: 0 25px
    }

    .bxst-simple-content-area-content {
        font-size: 1rem
    }

    .bxst-nearest-event-banner-label-title {
        font-size: 1rem
    }

    .bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-calendar {
        font-size: 2.5rem
    }

    .bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-description {
        margin: 0 20px;
        font-size: 1.625rem
    }

    .bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-subtype {
        font-size: 1.25rem
    }

    .bxst-section-header-content-title {
        font-size: 2.25rem
    }

    .bxst-section-header-media-inner {
        flex: 0 0 100%
    }

    .bxst-section-header-menu:before {
        display: none
    }

    .bxst-section-header-menu-inner.active .bxst-section-header-menu-select-switch {
        background: rgba(255, 255, 255, 0.2)
    }

    .bxst-section-header-menu-inner.active .bxst-section-header-menu-list-body {
        height: auto
    }

    .bxst-section-header-menu-list-body {
        position: absolute;
        width: 100%;
        height: 0;
        max-height: 200px;
        top: 100%;
        left: 0;
        box-sizing: border-box;
        overflow-y: auto;
        z-index: 3
    }

    .bxst-section-header-menu-list {
        flex-wrap: wrap;
        background: #6dcf73;
        background: -moz-linear-gradient(-45deg, #08c1ef 0%, #6dcf73 100%);
        background: -webkit-gradient(-45deg, color-stop(0%, #08c1ef), color-stop(100%, #6dcf73));
        background: -webkit-linear-gradient(-45deg, #08c1ef 0%, #6dcf73 100%);
        background: -o-linear-gradient(-45deg, #08c1ef 0%, #6dcf73 100%);
        background: linear-gradient(135deg, #08c1ef 0%, #6dcf73 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#08c1ef, endColorstr=#6dcf73)
    }

    .bxst-section-header-menu-list-item {
        flex: 1 0 100%
    }

    .bxst-section-header-menu-list-item.active {
        background: rgba(255, 255, 255, 0.5)
    }

    .bxst-section-header-menu-list-item.active .bxst-section-header-menu-list-item-link {
        color: #fff
    }

    .bxst-section-header-menu-select {
        display: block
    }

    .bxst-section-features-preview {
        font-size: 1rem
    }

    .bxst-section-features-preview {
        padding: 50px 15px
    }

    .bxst-section-features-preview .bxst-section-features-preview-list {
        margin-top: 20px
    }

    .bxst-section-features-preview .bxst-section-features-preview-list-item {
        margin-bottom: 20px
    }

    .bxst-section-features-preview .bxst-section-features-preview-inner {
        margin: 0 auto
    }

    .bxst-section-features-background .bxst-section-background-field.bxst-section-background-right-1 {
        display: none
    }

    .bxst-features-section .bxst-features-section-content {
        font-size: 1rem
    }

    .bxst-features-section .bxst-features-section-content-button {
        margin-top: 40px
    }

    .bxst-features-slim {
        padding: 50px 15px
    }

    .bxst-features-slim .bxst-features-section-inner {
        padding-bottom: 0;
        border: none
    }

    .bxst-helpdesk-features-section {
        display: none
    }

    .bxst-features-table-section {
        display: none
    }

    .bxst-section-companies-count {
        padding: 50px
    }

    .bxst-tools-section {
        padding: 60px 0 20px
    }

    .bxst-tools-section_gradient {
        padding: 15px 0
    }

    .bxst-tools-section .bxst-tools-list {
        padding-top: 50px
    }

    .bxst-tools-list__item {
        max-width: 33.333%;
        margin-bottom: 50px
    }

    .bxst-tools-list__picture {
        max-width: 80px;
        max-height: 50px
    }

    .bxst-tools-list__title {
        margin-top: 20px;
        font-size: 1.25rem
    }

    .bxst-tools-list__description {
        margin-top: 10px;
        font-size: .875rem
    }

    .hide-on-screen-md {
        display: none !important
    }

    .show-on-screen-md {
        display: unset !important
    }
}

@media (max-width: 768px) {
    .bxst-block-title.bxst-title-lg {
        font-size: 2.25rem
    }

    .bxst-block-title.bxst-title-md {
        font-size: 2rem
    }

    .bxst-block-title.bxst-title-sm {
        font-size: 1.625rem
    }

    .bxst-video-banner-primary .bxst-video-banner-primary-label {
        max-width: 100px
    }

    .bxst-video-banner-primary .bxst-video-banner-primary-title {
        font-size: 1.75rem
    }

    .bxst-video-banner-primary .bxst-video-banner-primary-description {
        font-size: 1rem
    }

    .bxst-video-banner-primary .bxst-video-banner-primary-button {
        margin-top: 10px
    }

    .bxst-video-banner-primary .bxst-video-banner-primary-widget {
        display: none
    }

    .bxst-video-banner-primary .bxst-video-banner-primary-play {
        width: 35px;
        height: 35px;
        bottom: 15px
    }

    .bxst-video-banner-primary .bxst-video-banner-primary-play:before {
        margin-left: 3px;
        border-top-width: 8px;
        border-bottom-width: 8px;
        border-left-width: 10px
    }

    .bxst-image-banner-primary .bxst-image-banner-primary-outer {
        padding: 40px 15px 68px
    }

    .bxst-image-banner-primary .bxst-image-banner-primary-inner {
        justify-content: center
    }

    .bxst-image-banner-primary .bxst-image-banner-primary-content {
        text-align: center
    }

    .bxst-image-banner-primary .bxst-image-banner-primary-title {
        font-size: 2.25rem
    }

    .bxst-image-banner-primary .bxst-image-banner-primary-description {
        font-size: 1.375rem
    }

    .bxst-image-banner-primary .bxst-image-banner-primary-button {
        margin-top: 40px
    }

    .bxst-image-banner-primary .bxst-image-banner-primary-media {
        -webkit-transform: translate(-60%, 0);
        transform: translate(-60%, 0)
    }

    .bxst-image-banner-primary .bxst-image-banner-primary-list {
        max-width: 100%
    }

    .bxst-image-banner-primary .bxst-image-banner-primary-list-item {
        max-width: calc(50% - 8px)
    }

    .bxst-registration-banner {
        padding: 31px 0 38px 0;
        background-size: contain
    }

    .bxst-registration-banner .bxst-registration-banner-button {
        margin-top: 20px
    }

    .bxst-registration-banner-slim {
        padding: 25px 0 25px 0
    }

    .bxst-registration-banner-slim .bxst-registration-banner-button {
        margin-top: 14px
    }

    .bxst-daily-banner {
        display: none
    }

    .bxst-daily-banner.bxst-daily-banner_display-flex {
        display: flex
    }

    .bxst-start-main-news {
        padding: 46px 0 50px 0
    }

    .bxst-main-publications-title {
        font-size: .875rem
    }

    .bxst-main-publications-item-picture {
        margin: 0 15px
    }

    .bxst-simple-content-area-content {
        font-size: .875rem
    }

    .bxst-simple-content-area {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .bxst-simple-content-area.reverse {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .bxst-simple-content-area .bxst-block-title {
        text-align: center
    }

    .bxst-simple-content-area .bxst-simple-content-area-list-body {
        justify-content: center
    }

    .bxst-simple-content-area .bxst-simple-content-area-list {
        margin: 25px 0
    }

    .bxst-simple-content-area .bxst-simple-content-area-list li:before {
        margin-right: 15px
    }

    .bxst-simple-content-area, .bxst-simple-content-area-content, .bxst-simple-content-area-media {
        justify-content: center;
        text-align: center
    }

    .bxst-simple-content-area-content {
        max-width: none
    }

    .bxst-simple-content-area-media {
        display: block
    }

    .bxst-simple-content-area-media-picture {
        max-width: 100%;
        padding: 0
    }

    .bxst-nearest-event-banner-label {
        display: none
    }

    .bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-calendar {
        font-size: 1.875rem
    }

    .bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-description {
        margin: 0 20px;
        font-size: 1.25rem
    }

    .bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-subtype {
        font-size: 1rem
    }

    .bxst-section-header-inner {
        display: block
    }

    .bxst-section-header-content, .bxst-section-header-media {
        display: flex;
        justify-content: center;
        flex: 1 0 100%;
        margin: 0 auto;
        box-sizing: border-box
    }

    .bxst-section-header-content {
        flex-direction: column
    }

    .bxst-section-header-media {
        margin-top: 30px
    }

    .bxst-section-header-content-description {
        margin-top: 15px
    }

    .bxst-section-header-content-button {
        margin-top: 25px
    }

    .bxst-section-header-registration-button {
        margin-top: 25px
    }

    .bxst-features-section .bxst-features-section-inner {
        justify-content: center;
        flex-wrap: wrap-reverse;
        flex-direction: row;
        flex: 1 0 100%;
        max-width: 100%
    }

    .bxst-features-section .bxst-features-section-content, .bxst-features-section .bxst-features-section-media {
        flex: 1 0 100%
    }

    .bxst-features-section .bxst-features-section-content {
        padding: 50px 15px 0
    }

    .bxst-features-section .bxst-features-section-content-button {
        margin-top: 25px
    }

    .bxst-features-section.reverse .bxst-features-section-inner {
        flex-direction: inherit
    }

    .bxst-features-section.reverse .bxst-features-section-content {
        padding: 50px 15px 0
    }

    .bxst-features-section.bxst-features-section-bg-1, .bxst-features-section.bxst-features-section-bg-2, .bxst-features-section.bxst-features-section-bg-3 {
        padding: 50px 0
    }

    .bxst-features-slim {
        padding: 20px 15px
    }

    .bxst-features-slim.bxst-features-slim-logo-list {
        padding-top: 20px
    }

    .bxst-features-slim-logo-list {
        padding: 50px 15px 0
    }

    .bxst-features-slim-logo-list .bxst-features-section-content {
        padding: 0
    }

    .bxst-features-slim-logo-list .bxst-simple-content-area-line-list-item {
        display: flex;
        justify-content: center;
        flex: 1 0 calc(50% - 20px);
        margin-top: 15px;
        margin-bottom: 15px;
        box-sizing: border-box
    }

    .bxst-features-slim-logo-list .bxst-simple-content-area-line-list-picture {
        max-width: 120px;
        max-height: 45px
    }

    .bxst-features-section-list .bxst-section.bxst-section_position-right .bxst-features-section-content, .bxst-features-section-list .bxst-section:nth-child(2n) .bxst-features-section-content {
        padding: 50px 15px 0
    }

    .bxst-features-section-list .bxst-section.bxst-section_position-left .bxst-features-section-content {
        padding: 50px 15px 0
    }

    .bxst-portal-buyer-request-window-parent {
        left: 0 !important;
        right: 0 !important;
        max-width: 100%;
        z-index: 3 !important
    }

    .bxst-portal-buyer-request-window {
        display: flex !important;
        flex-direction: column
    }

    .bxst-portal-buyer-request-window .bxst-portal-buyer-request-window-section {
        flex-direction: column
    }

    .bxst-portal-buyer-request-window .bxst-portal-buyer-request-window-input-section {
        margin: 0 auto
    }

    .bxst-tools-list__item {
        max-width: 50%
    }

    .bxst-tools-list__title {
        font-size: 1rem
    }

    .bxst-tools-list__description {
        font-size: .875rem
    }

    .hide-on-screen-sm {
        display: none !important
    }

    .show-on-screen-sm {
        display: unset !important
    }
}

@media (max-width: 576px) {
    .bxst-block-title {
        font-weight: 500
    }

    .bxst-block-title.bxst-title-lg {
        font-size: 1.625rem
    }

    .bxst-block-title.bxst-title-md {
        font-size: 1.375rem
    }

    .bxst-block-title.bxst-title-sm {
        font-size: 1.125rem
    }

    .bxst-double-header {
        align-items: center;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }

    .bxst-double-header .bxst-block-title {
        padding: 0;
        margin: 0 auto 15px
    }

    .bxst-video-banner-primary .bxst-video-banner-primary-label {
        top: auto;
        bottom: 0
    }

    .bxst-video-banner-primary .bxst-video-banner-primary-label .bxst-video-banner-primary-label-picture {
        display: none
    }

    .bxst-video-banner-primary .bxst-video-banner-primary-label .bxst-video-banner-primary-label-mobile {
        display: block
    }

    .bxst-video-banner-primary .bxst-video-banner-primary-title {
        font-size: 1.25rem
    }

    .bxst-video-banner-primary .bxst-video-banner-primary-description {
        font-size: .875rem
    }

    .bxst-video-banner-primary .bxst-video-banner-primary-controller {
        padding-bottom: 56%
    }

    .bxst-video-banner-primary .bxst-video-banner-primary-play {
        display: none
    }

    .main-video-banner-primary .popup-window-close-icon {
        width: 30px;
        height: 30px
    }

    .main-video-banner-primary .popup-window-close-icon:after {
        width: 30px;
        height: 30px
    }

    .bxst-image-banner-primary .bxst-image-banner-primary-outer {
        padding: 20px 15px 38px
    }

    .bxst-image-banner-primary .bxst-image-banner-primary-inner {
        justify-content: center
    }

    .bxst-image-banner-primary .bxst-image-banner-primary-content {
        text-align: center
    }

    .bxst-image-banner-primary .bxst-image-banner-primary-title {
        font-size: 1.5rem
    }

    .bxst-image-banner-primary .bxst-image-banner-primary-description {
        margin-top: 4px;
        font-size: 1.125rem
    }

    .bxst-image-banner-primary .bxst-image-banner-primary-button {
        margin-top: 40px
    }

    .bxst-image-banner-primary .bxst-image-banner-primary-media {
        -webkit-transform: translate(-36%, 0);
        transform: translate(-36%, 0);
        opacity: .2
    }

    .bxst-start-video-banner {
        display: none
    }

    .bxst-start-main-news {
        padding: 46px 0 50px 0
    }

    .bxst-start-main-news .bxst-articles-slider-list {
        padding: 0
    }

    .bxst-start-main-news .bxst-articles-slider-list .owl-nav {
        display: none
    }

    .bxst-start-main-news .bxst-articles-slider-list-item {
        margin: 0
    }

    .bxst-start-main-news .bxst-start-main-news-more {
        margin-top: 20px
    }

    .bxst-main-publications-section {
        padding: 18px 15px 25px
    }

    .bxst-main-publications {
        flex-wrap: wrap
    }

    .bxst-main-publications-list {
        flex: 1 0 100%;
        margin-top: 15px;
        box-sizing: border-box
    }

    .bxst-main-publications-scene-item {
        margin: 0 1.5%
    }

    .bxst-main-publications-title {
        margin: 0;
        font-size: .875rem;
        text-align: center
    }

    .bxst-main-publications-item-picture {
        margin: auto
    }

    .bxst-main-publications-item-picture-image {
        margin: auto
    }

    .bxst-nearest-event-banner, .bxst-nearest-event-banner-inner {
        align-items: center;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }

    .bxst-nearest-event-banner-inner {
        margin: 30px auto
    }

    .bxst-nearest-event-banner-description {
        margin: 30px auto 0
    }

    .bxst-nearest-event-slim-banner {
        padding: 20px 0 15px
    }

    .bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-inner {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }

    .bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-calendar {
        margin: auto;
        border-width: 1px;
        font-size: 1.25rem
    }

    .bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-calendar:before {
        width: 26px;
        height: 22px
    }

    .bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-description {
        margin: 14px auto 0;
        font-size: .875rem
    }

    .bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-subtype {
        font-size: 1rem
    }

    .bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-title {
        margin-top: 0
    }

    .bxst-section-header-content-title {
        font-size: 1.75rem
    }

    .bxst-section-features-background {
        display: none
    }

    .bxst-section-features-preview {
        padding: 50px 15px;
        font-size: .875rem
    }

    .bxst-section-features-preview .bxst-section-features-preview-list {
        margin: 20px auto 0
    }

    .bxst-section-features-preview .bxst-section-features-preview-list-item {
        max-width: none;
        margin-bottom: 20px
    }

    .bxst-section-features-preview .bxst-section-features-preview-inner {
        margin: 0 auto
    }

    .bxst-features-section .bxst-features-section-content {
        padding-top: 30px;
        font-size: .875rem
    }

    .bxst-features-section.reverse .bxst-features-section-content {
        padding-top: 20px
    }

    .bxst-features-section.bxst-features-section-bg-1, .bxst-features-section.bxst-features-section-bg-2, .bxst-features-section.bxst-features-section-bg-3 {
        padding: 20px 0
    }

    .bxst-features-slim-logo-list {
        padding: 50px 15px 0
    }

    .bxst-features-slim-logo-list .bxst-features-section-content {
        padding: 0
    }

    .bxst-features-section-list .bxst-section.bxst-section_position-right .bxst-features-section-content, .bxst-features-section-list .bxst-section:nth-child(2n) .bxst-features-section-content {
        padding-top: 30px
    }

    .bxst-features-section-list .bxst-section.bxst-section_position-left .bxst-features-section-content {
        padding-top: 30px
    }

    .bxst-tools-list__item {
        max-width: 100%
    }

    .bxst-tools-list__title {
        font-size: .875rem
    }

    .bxst-tools-list__description {
        margin-top: 5px
    }

    .hide-on-screen-xs {
        display: none !important
    }

    .show-on-screen-xs {
        display: unset !important
    }
}

.bxst-prices-table_full-width {
    width: 100%;
    box-sizing: border-box
}

.bxst-prices-table__row {
    display: flex;
    justify-content: space-between;
    flex: 1 0 100%
}

.bxst-prices-table__sidebar, .bxst-prices-table__body {
    display: flex;
    flex-direction: row;
    box-sizing: border-box
}

.bxst-prices-table__sidebar {
    display: flex;
    flex-direction: column;
    flex: 1 0 100%;
    max-width: 230px;
    padding: 14px 14px 0 0;
    text-align: left
}

.bxst-prices-table__sidebar-title {
    margin-bottom: 17px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5
}

.bxst-prices-table__sidebar-description {
    color: #adb5bd;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.5
}

.bxst-prices-table__sidebar-description, .bxst-prices-table__sidebar-select {
    margin-top: 10px
}

.bxst-prices-table__row:first-child .bxst-prices-table__body {
    border: none
}

.bxst-prices-table__row:nth-child(2) .bxst-prices-table__body {
    border-top: 2px solid #dee2e6;
    border-radius: 8px 8px 0 0
}

.bxst-prices-table__row:last-child .bxst-prices-table__body {
    padding-bottom: 40px;
    border-bottom: 2px solid #dee2e6;
    border-radius: 0 0 8px 8px
}

.bxst-prices-table__row .bxst-prices-table__body {
    border-left: 2px solid #dee2e6;
    border-right: 2px solid #dee2e6
}

.bxst-prices-table__body {
    width: 100%;
    flex: 1 0 calc(100% - 230px)
}

.bxst-prices-table__body-item {
    position: relative;
    flex: 1;
    text-align: center;
    padding: 10px
}

.bxst-prices-table__body-item .bx-ui-button {
    display: block;
    width: 100%;
    margin: auto
}

.bxst-prices-table__body-label {
    display: block;
    position: absolute;
    min-width: 160px;
    margin: auto;
    left: 50%;
    bottom: -14px;
    padding: 9px 10px;
    background-color: #db2a8e;
    border-radius: .375rem;
    color: #fff;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    transform: translateX(-50%)
}

.bxst-prices-table__body-label_best {
    background-color: #51c99c
}

.bxst-prices-table__body-title {
    margin-bottom: 10px;
    font-size: 1.625rem;
    font-weight: 500;
    line-height: 1.5
}

.bxst-prices-table__body-content-value, .bxst-prices-table__body-description {
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.5
}

.bxst-prices-table__body-description {
    font-size: .875rem
}

.bxst-prices-table__prices-outer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box
}

.bxst-prices-table__prices-inner {
    margin-top: 10px;
    box-sizing: border-box
}

.bxst-prices-table__prices-description {
    margin-top: 5px;
    color: #adb5bd;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.5
}

.bxst-prices-table__prices-value {
    margin: 5px 0;
    font-size: 1.35rem;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap
}

.bxst-prices-table__prices-value span {
    font-size: 2rem
}

.bxst-prices-table__prices-value_base, .bxst-prices-table__prices-value_base span, .bxst-prices-table__prices_base {
    font-size: .875rem
}

.bxst-prices-table__prices-value_base, .bxst-prices-table__prices_base {
    color: #adb5bd;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1;
    text-decoration: line-through;
    white-space: nowrap
}

.bxst-prices-table__prices_success {
    color: #b7db2a
}

.bxst-prices-table__prices_primary {
    color: #3bc8f5
}

.bxst-prices-table__prices_discount-label {
    display: inline-block;
    height: 1.75rem;
    color: #262626;
    padding: 0 10px;
    background-color: #cfee52;
    border-radius: .375rem;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.75;
    vertical-align: middle
}

.bxst-prices-table__pie-icon {
    position: relative;
    width: 22px;
    height: 22px;
    margin: auto;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.bxst-prices-table__pie-icon_25 {
    background-image: url(../images/icons/prices/icon-pie-25-primary.svg)
}

.bxst-prices-table__pie-icon_50 {
    background-image: url(../images/icons/prices/icon-pie-50-primary.svg)
}

.bxst-prices-table__pie-icon_100 {
    background-image: url(../images/icons/prices/icon-pie-100-primary.svg)
}

.bxst-prices-table__extra-item {
    padding: 20px 14px;
    border-bottom: 1px solid #dee2e6
}

.bxst-prices-table__extra-item:last-child {
    border: none
}

.bxst-prices-table__extra-title {
    font-size: 1.125rem;
    line-height: 1.5
}

.bxst-prices-table__extra-description, .bxst-prices-table__extra-link-element {
    font-size: .875rem;
    line-height: 1.5
}

@media (max-width: 992px) {
    .bxst-prices-table {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .bxst-prices-table__sidebar {
        position: -webkit-sticky;
        position: sticky;
        flex: 0;
        min-width: 150px;
        left: 0;
        background: #fff;
        border-right: 2px solid #dee2e6
    }

    .bxst-prices-table__row:nth-child(2) .bxst-prices-table__body, .bxst-prices-table__row:last-child .bxst-prices-table__body {
        border-radius: 0
    }

    .bxst-prices-table__row .bxst-prices-table__body {
        border-left: none
    }

    .bxst-prices-table__body {
        flex: 1 0 100%;
        border-left: none;
        border-radius: 0
    }

    .bxst-prices-table-main .bxst-prices-table-sidebar {
        z-index: 2
    }
}

.bxst-prices-table-slim__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px
}

.bxst-prices-table-slim__row:first-child {
    border-top: 2px solid #dee2e6;
    border-radius: 8px 8px 0 0
}

.bxst-prices-table-slim__row:last-child {
    border-bottom: 2px solid #dee2e6;
    border-radius: 0 0 8px 8px
}

.bxst-prices-table-slim__row {
    border-left: 2px solid #dee2e6;
    border-right: 2px solid #dee2e6;
    border-bottom: 1px solid #dee2e6
}

.bxst-prices-table-slim__epilog {
    background-color: #e9ecef;
    color: #6c757d;
    font-size: .875rem
}

.bxst-prices-table-slim__epilog p:last-child {
    margin-bottom: 0
}

.bxst-prices-table-slim__title {
    font-weight: 600
}

.bxst-prices-table-slim__description {
    font-size: .875rem
}

@media (max-width: 992px) {
    .bxst-prices-table-slim__row {
        flex-direction: column;
        align-items: flex-start
    }

    .bxst-prices-table-slim__button {
        margin-top: 15px
    }
}

.bxst-prices-table-main-section {
    padding: 110px 0 100px
}

.bxst-prices-table-main-section_py-0 {
    padding-top: 0;
    padding-bottom: 0
}

.bxst-prices-table-main-section_pt-0 {
    padding-top: 0
}

.bxst-prices-table-main-section_pb-0 {
    padding-bottom: 0
}

.bxst-prices-table-main-section .bxst-double-header {
    padding-bottom: 44px
}

.bxst-prices-table-main-section .bxst-prices-primary-list-section {
    margin: 110px auto 0;
    background: #f8f9fa
}

.bxst-prices-table-main-section .bxst-prices-primary-list-section_my-0 {
    margin-top: 0;
    margin-bottom: 0
}

.bxst-prices-table-main-section .bxst-prices-primary-list-section_mt-0 {
    margin-top: 0
}

.bxst-prices-table-main-section .bxst-prices-primary-list-section_mb-0 {
    margin-bottom: 0
}

.bxst-prices-table-main-section .bxst-prices-primary-list-section-inner {
    max-width: 880px;
    margin: 0 auto;
    padding: 35px 15px;
    box-sizing: border-box
}

.bxst-prices-table-main-section .bxst-prices-primary-list-title {
    color: #6c757d;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 15px
}

.bxst-prices-table-main-section .bxst-prices-primary-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0;
    list-style: none
}

.bxst-prices-table-main-section .bxst-prices-primary-list .bxst-prices-primary-list-item {
    flex: 1 0 40%;
    position: relative;
    padding-left: 15px;
    margin: 0 5% 20px 0;
    color: #6c757d;
    font-size: .9375rem;
    font-weight: 300;
    line-height: 1.5;
    box-sizing: border-box
}

.bxst-prices-table-main-section .bxst-prices-primary-list .bxst-prices-primary-list-item:nth-child(2n) {
    margin-left: 5%;
    margin-right: 0
}

.bxst-prices-table-main-section .bxst-prices-primary-list .bxst-prices-primary-list-item:before {
    content: '';
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    top: .3em;
    left: 0;
    background: #3bc8f5;
    border-radius: 100%
}

.bxst-prices-table {
    display: flex;
    flex-wrap: wrap;
    position: relative
}

.bxst-prices-table .bxst-prices-table-outer {
    display: flex;
    flex-wrap: wrap;
    flex: 1 0 100%;
    position: relative
}

.bxst-prices-table .bxst-prices-table-inner {
    width: 100%;
    box-sizing: border-box
}

.bxst-prices-table .bxst-prices-table-row {
    display: flex;
    justify-content: space-between;
    flex: 1 0 100%
}

.bxst-prices-table .bxst-prices-table-row-border .bxst-prices-table-body {
    border-left: 2px solid #dee2e6;
    border-right: 2px solid #dee2e6
}

.bxst-prices-table .bxst-prices-table-row-border:first-child .bxst-prices-table-body {
    border-top: 2px solid #dee2e6;
    border-radius: 8px 8px 0 0
}

.bxst-prices-table .bxst-prices-table-row-border:last-child .bxst-prices-table-body {
    border-bottom: 2px solid #dee2e6;
    border-radius: 0 0 8px 8px
}

.bxst-prices-table .bxst-prices-table-item {
    flex: 1 0 0;
    text-align: center
}

.bxst-prices-table .bxst-prices-table-sidebar, .bxst-prices-table .bxst-prices-table-body {
    display: flex;
    flex-direction: row
}

.bxst-prices-table .bxst-prices-table-sidebar {
    flex: 1 0 100%;
    max-width: 265px;
    text-align: left
}

.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-sidebar-title {
    color: #adb5bd;
    font-size: .75rem;
    letter-spacing: 1px
}

.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-icon {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 12px 0;
    text-transform: uppercase
}

.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-icon:before {
    content: '';
    display: block;
    width: 24px;
    height: 22px;
    margin-right: 8px
}

.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-users:before {
    background: url(../images/icons/icon-user.svg) no-repeat;
    background-size: contain
}

.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-business-users:before {
    background: url(../images/icons/icon-business-user.svg) no-repeat;
    background-size: contain
}

.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-ssd:before {
    background: url(../images/icons/icon-cloud.svg) no-repeat;
    background-size: contain
}

.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-features:before {
    background: url(../images/icons/icon-key.svg) no-repeat;
    background-size: contain
}

.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-price {
    align-items: center
}

.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-price:before {
    background: url(../images/icons/icon-price.svg) no-repeat;
    background-size: contain
}

.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-extra {
    align-items: flex-start
}

.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-extra:before {
    background: url(../images/icons/icon-percent.svg) no-repeat;
    background-size: contain
}

.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-price-selection {
    flex: 1 0 100%;
    margin-top: 12px;
    margin-left: 30px;
    box-sizing: border-box
}

.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-sub-description {
    margin: 0 0 10px;
    padding: 0 55px 0 30px;
    color: #adb5bd;
    font-size: .75rem;
    line-height: 1.8;
    letter-spacing: 0;
    text-transform: none
}

.bxst-prices-table .bxst-prices-table-sidebar-column {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.bxst-prices-table .bxst-prices-table-sidebar-column-item {
    margin: 5px 25px 0 0;
    box-sizing: border-box
}

.bxst-prices-table .bxst-prices-table-sidebar-column-item .bxst-btn {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden
}

.bxst-prices-table .bxst-prices-table-row-head .bxst-prices-table-body .bxst-prices-table-item {
    align-items: flex-start
}

.bxst-prices-table .bxst-prices-table-body {
    width: 100%;
    flex: 1 0 calc(100% - 265px);
    box-sizing: border-box
}

.bxst-prices-table .bxst-prices-table-body.bxst-prices-table-body-label:before {
    content: '';
    display: block;
    position: absolute;
    width: 87px;
    height: 89px
}

.bxst-prices-table .bxst-prices-table-body.bxst-prices-table-body-label.label-ru:before {
    background: url(../images/bnn/crm-price-table-lable.svg) no-repeat
}

.bxst-prices-table .bxst-prices-table-body.bxst-prices-table-body-label.label-ua:before {
    background: url(../images/bnn/crm-price-table-lable-ua.svg) no-repeat
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-body-prices {
    position: relative
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    position: relative;
    min-width: 120px;
    box-sizing: border-box
}

.bxst-prices-table .bxst-prices-table-body .bxst-align-start {
    align-items: flex-start
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-item-bordered {
    margin: 5px 20px 0;
    border-top: 1px solid #dee2e6
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-label {
    display: block;
    position: absolute;
    margin: auto;
    bottom: calc(100% - 10px);
    padding: 6px 10px;
    background-color: #db2a8e;
    border-radius: 5px;
    color: #fff;
    font-size: .75rem;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-users, .bxst-prices-table .bxst-prices-table-body .bxst-prices-table-users-content-value {
    display: flex;
    align-items: center;
    justify-content: center
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-users-count {
    padding: 5px 10px;
    border: 2px solid transparent;
    box-sizing: border-box;
    cursor: pointer
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-users-count.active {
    border: 2px solid #3bc8f5;
    border-radius: 30px
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-users-content-outer {
    display: flex;
    flex-direction: column;
    align-items: center
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-users-content-inner {
    display: flex;
    align-items: center;
    justify-content: center
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-users-content-description {
    margin-top: 5px
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-users-content {
    position: relative
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-users-content-link.bottom {
    position: absolute;
    left: -50%;
    right: -50%;
    top: calc(100% + 5px);
    margin: auto
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-users-link {
    display: block;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-price-outer {
    padding: 23px 0 30px
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-price {
    flex: 1;
    padding: 5px 0 5px;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    text-decoration: none
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-price.success {
    color: #b7db2a
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-price.primary {
    color: #3bc8f5
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-price-base {
    color: #adb5bd;
    font-size: .6875rem;
    text-decoration: line-through;
    white-space: nowrap
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-price__message {
    padding: 5px 0;
    color: #adb5bd;
    font-size: .75rem;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-price__message_link {
    color: #3bc8f5
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-buy-btn-outer {
    display: flex
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-buy {
    flex: 1;
    padding: 18px
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-buy .bxst-btn {
    display: block;
    flex: 1;
    padding-left: 10px;
    padding-right: 10px
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-buy-position {
    padding: 0 18px
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-features-icon.checked {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/icons/icon-check.svg) no-repeat
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-features-icon.unchecked {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/icons/icon-uncheck.svg) no-repeat
}

.bxst-prices-table .bxst-prices-table-body .bxst-features-list-item {
    display: block;
    margin-bottom: 10px;
    color: #adb5bd;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.8;
    text-align: center
}

.bxst-prices-table .bxst-prices-table-body .bxst-features-list-item.titled {
    color: #3bc8f5;
    font-size: 1.375rem;
    font-weight: 500;
    line-height: .5;
    text-align: center;
    cursor: default
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section {
    flex: 1 0 100%;
    box-sizing: border-box
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section-outer {
    display: flex;
    flex-wrap: wrap;
    margin: 12px 20px 20px;
    background: #dee2e6;
    border-radius: 5px;
    box-sizing: border-box
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section-item {
    display: flex;
    flex: 1 0 100%;
    width: 100%;
    padding: 10px 0 10px 14px;
    box-sizing: border-box
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section-item:last-child .bxst-prices-table-extra-section-content {
    border: none
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 100%
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section-icon-picture {
    width: 25px;
    height: 25px
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    margin-left: 15px;
    padding-right: 27px;
    border-bottom: 1px solid #dee2e6;
    box-sizing: border-box
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section-description {
    text-align: left
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section-label {
    color: #b7db2a;
    font-size: .625rem;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section-title {
    margin-top: 5px;
    color: #262626;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: .1px
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section-link {
    text-transform: uppercase
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section-link-item {
    font-size: .875rem;
    font-weight: 500;
    line-height: 1
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-list {
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section_white .bxst-prices-table-extra-section-outer {
    background-color: transparent
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section_white .bxst-prices-table-extra-section-content {
    flex-direction: column;
    margin: auto;
    padding: 20px 0
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section_white .bxst-prices-table-extra-section-item {
    padding: 0 0 0 14px;
    background-color: #fff
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section_white .bxst-prices-table-extra-section-link {
    margin-top: 10px
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section_white .bxst-prices-table-extra-section-description {
    text-align: center
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section_white .bxst-prices-table-extra-section-title {
    margin-top: 0
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section_white .bxst-prices-table-extra-section-title-small {
    display: block;
    padding-top: 4px
}

.bxst-prices-table .bxst-prices-table-body .bxst-extra-list-item {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #adb5bd;
    font-size: .875rem;
    font-weight: 300;
    line-height: 1.8
}

.bxst-prices-table .bxst-prices-table-body .bxst-extra-list-item.success {
    color: #262626
}

.bxst-prices-table .bxst-prices-table-body .bxst-extra-list-item.success:after {
    content: '';
    display: block;
    margin-left: 5px;
    width: 11px;
    height: 15px;
    background: url(../images/icons/icon-checked.svg) no-repeat
}

.bxst-prices-table .bxst-prices-table-price-discount {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1
}

.bxst-prices-table .bxst-prices-table-price-discount-value {
    white-space: nowrap
}

.bxst-prices-table .bxst-prices-table-price-discount-label {
    height: 24px;
    margin: 0 0 0 10px;
    padding: 0 10px;
    background-color: #cfee52;
    border-radius: 5px;
    font-size: .75rem;
    line-height: 2;
    vertical-align: middle
}

.bxst-prices-table .bxst-prices-table-price-discount-label.primary {
    background-color: #68ddff
}

.bxst-prices-table .bxst-header-site-selector-list .bxst-select-phantom-item-title {
    white-space: nowrap
}

.bxst-prices-table .bxst-prices-table-title {
    padding: 27px 0 0;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1
}

.bxst-prices-table .bxst-prices-table-description {
    padding: 17px 30px 16px;
    color: #adb5bd;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: -.5px
}

.bxst-prices-table .i-hover {
    display: block;
    position: absolute;
    height: 100%;
    left: 0;
    background: transparent;
    border: 2px solid #3bc8f5;
    border-radius: 5px;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    box-sizing: border-box;
    z-index: 0
}

.bxst-prices-table .bxst-prices-table-arrow {
    display: none;
    flex: 1 0 100%;
    justify-content: flex-end;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 2;
    box-sizing: border-box
}

.bxst-prices-table .bxst-prices-table-arrow-next, .bxst-prices-table .bxst-prices-table-arrow-prew {
    position: relative;
    width: 9px;
    height: 20px;
    margin: 0 30px;
    font-size: 0
}

.bxst-prices-table .bxst-prices-table-arrow-next:before, .bxst-prices-table .bxst-prices-table-arrow-next:after, .bxst-prices-table .bxst-prices-table-arrow-prew:before, .bxst-prices-table .bxst-prices-table-arrow-prew:after {
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 12px;
    background: #dee2e6;
    border-radius: 5px;
    transition: all 0.2s ease-in-out
}

.bxst-prices-table .bxst-prices-table-arrow-next:before, .bxst-prices-table .bxst-prices-table-arrow-prew:before {
    top: 0;
    transform: rotate(45deg)
}

.bxst-prices-table .bxst-prices-table-arrow-next:after, .bxst-prices-table .bxst-prices-table-arrow-prew:after {
    bottom: 0;
    transform: rotate(-45deg)
}

.bxst-prices-table .bxst-prices-table-arrow-prew {
    transform: rotate(180deg)
}

.bxst-prices-table .bxst-prices-table-stick {
    flex: 1 0 100%;
    width: 0;
    height: 0;
    overflow: hidden
}

.bxst-prices-table .bxst-prices-table-stick.bxst-sticked .bxst-prices-table-stick-outer {
    position: fixed
}

.bxst-prices-table .bxst-prices-table-stick-outer {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    top: 0;
    left: 0;
    margin: auto;
    padding: 0 15px;
    background: #e9ecef;
    box-shadow: 0 4px 10px -1px #adb5bd;
    box-sizing: border-box;
    z-index: 8
}

.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-stick-inner {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    max-width: 1210px;
    width: 100%;
    box-sizing: border-box
}

.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-row {
    display: flex;
    align-items: center;
    justify-content: space-around
}

.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-row-border .bxst-prices-table-body {
    border: none
}

.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-row-border:first-child .bxst-prices-table-body, .bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-row-border:last-child .bxst-prices-table-body {
    border: none
}

.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-stick-content {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex: 1 0 100%;
    box-sizing: border-box
}

.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-stick-selector {
    flex: 1 0 100%;
    max-width: 265px;
    text-align: left;
    text-transform: uppercase
}

.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-stick-selector .bxst-header-site-selector {
    padding-right: 20px;
    box-sizing: border-box
}

.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-stick-selector .bxst-select {
    width: 100%
}

.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-stick-selector .bxst-select-phantom-choosed {
    overflow: inherit
}

.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-stick-selector .bxst-prices-table-users-title {
    color: #adb5bd;
    font-size: .8125rem;
    text-align: center;
    box-sizing: border-box
}

.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-stick-selector .bxst-prices-table-users {
    display: flex;
    align-items: center;
    justify-content: center
}

.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-stick-selector .bxst-prices-table-users-count {
    padding: 5px 10px;
    border: 2px solid transparent;
    box-sizing: border-box;
    cursor: pointer
}

.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-stick-selector .bxst-prices-table-users-count.active {
    border: 2px solid #3bc8f5;
    border-radius: 30px
}

.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-stick-table {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    flex: 1;
    box-sizing: border-box
}

.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-body {
    display: flex;
    align-items: normal;
    justify-content: space-around;
    box-sizing: border-box
}

.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-item {
    border-left: 1px solid #dee2e6
}

.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-item:last-child {
    border-right: 1px solid #dee2e6
}

.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-price-outer {
    padding: 10px 0
}

.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-price {
    flex: 1;
    text-transform: none;
    text-decoration: none;
    text-align: center
}

.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-price-outer {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex: 1;
    padding-left: 5px;
    padding-right: 5px
}

.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-price-content {
    text-align: right
}

.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-price-tariff {
    margin-right: 15px;
    color: #adb5bd;
    font-size: .8125rem
}

.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-price-base {
    color: #adb5bd;
    font-size: .6875rem;
    font-weight: 400;
    line-height: 1;
    text-decoration: line-through
}

.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-price-discount {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8
}

.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-price-discount-label {
    height: 20px;
    margin: 0 0 0 10px;
    padding: 0 10px;
    background-color: #cfee52;
    border-radius: 5px;
    font-size: .75rem;
    line-height: 1.8;
    vertical-align: middle
}

.bxst-prices-table-stick-dropdown {
    box-shadow: inset 0 0 2px 0 #adb5bd
}

.bxst-prices-table-detail {
    max-width: 900px;
    margin: 0 auto
}

.bxst-prices-table-detail_padding-bottom {
    padding-bottom: 50px
}

.bxst-prices-table-detail .bxst-prices-table-sidebar {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 350px
}

.bxst-prices-table-detail .bxst-prices-table-sidebar .bxst-prices-table-price-discount {
    justify-content: flex-start
}

.bxst-prices-table-detail .bxst-prices-table-sidebar .bxst-prices-table-price-discount-title {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.8
}

.bxst-prices-table-detail .bxst-prices-table-sidebar, .bxst-prices-table-detail .bxst-prices-table-body {
    padding: 27px 0
}

.bxst-prices-table-detail .bxst-prices-table-sidebar + .bxst-prices-table-body {
    padding: 0
}

.bxst-prices-table-detail .bxst-prices-table-body {
    flex: 1 0 calc(100% - 350px)
}

.bxst-prices-table-detail .bxst-prices-table-sidebar, .bxst-prices-table-detail .bxst-prices-table-body {
    border-bottom: 2px solid #dee2e6
}

.bxst-prices-table-detail .bxst-prices-table-description {
    padding: 5px 0 0;
    color: #262626;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5
}

.bxst-prices-table-detail .bxst-prices-table-row-border:last-child .bxst-prices-table-sidebar {
    border-bottom: none
}

.bxst-prices-table-detail .bxst-prices-table-title {
    padding: 0
}

.bxst-prices-table-detail .title-capitalize {
    text-transform: capitalize
}

.bxst-prices-table-detail .bxst-prices-table-price-outer {
    display: flex;
    flex: 1 0 auto;
    box-sizing: border-box
}

.bxst-prices-table-detail .bxst-prices-table-price-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1 0 auto;
    padding: 0 27px
}

.bxst-prices-table-detail .bxst-prices-table-price-value {
    font-size: 1.35rem;
    font-weight: 400;
    line-height: 1
}

.bxst-prices-table-detail .bxst-prices-table-price-value.primary {
    color: #3bc8f5
}

.bxst-prices-table-detail .bxst-prices-table-price-value.discount {
    text-decoration: line-through
}

.bxst-prices-table-detail .bxst-prices-table-price-sub-value {
    padding-top: 5px;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1
}

.bxst-prices-table-detail .bxst-prices-table-price-button .bxst-btn {
    padding-left: 30px;
    padding-right: 30px
}

@media (max-width: 992px) {
    .bxst-prices-table-main-section {
        padding: 50px 0
    }

    .bxst-prices-table-main-section .bxst-section-cnt {
        padding-right: 0
    }

    .bxst-prices-table {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .bxst-prices-table .bxst-prices-table-inner {
        padding-top: 20px;
        font-size: .75rem
    }

    .bxst-prices-table .bxst-prices-table-title {
        font-size: 1.25rem
    }

    .bxst-prices-table .bxst-prices-table-description {
        padding: 15px 15px;
        font-size: .75rem
    }

    .bxst-prices-table .bxst-prices-table-sidebar {
        position: -webkit-sticky;
        position: sticky;
        flex: 0;
        min-width: 250px;
        left: 0;
        background: #fff;
        border-right: 2px solid #dee2e6
    }

    .bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-sidebar-title {
        font-size: .6875rem
    }

    .bxst-prices-table .bxst-prices-table-sidebar + .bxst-prices-table-body {
        border-left: none;
        border-right: none
    }

    .bxst-prices-table .bxst-prices-table-body {
        flex: 1 0 100%;
        border-left: none;
        border-radius: 0
    }

    .bxst-prices-table .bxst-prices-table-body .bxst-prices-table-label {
        font-size: .625rem
    }

    .bxst-prices-table .bxst-prices-table-row-border:first-child .bxst-prices-table-body, .bxst-prices-table .bxst-prices-table-row-border:last-child .bxst-prices-table-body {
        border-radius: 0;
        border-left: none
    }

    .bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-sidebar-title.bxst-prices-table-extra {
        display: none
    }

    .bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section {
        display: none
    }

    .bxst-prices-table .bxst-prices-table-stick .bxst-prices-table-stick-outer {
        display: none
    }

    .bxst-prices-table .bxst-prices-table-arrow {
        display: flex
    }

    .bxst-prices-table .i-hover {
        display: none
    }

    .bxst-prices-table-main .bxst-prices-table-sidebar {
        z-index: 2
    }

    .bxst-prices-table-main .bxst-prices-table-body {
        z-index: 1
    }

    .bxst-prices-table-detail .bxst-prices-table-description {
        padding: 10px 0
    }

    .bxst-prices-table-detail .bxst-prices-table-body {
        flex: 1
    }
}

@media (max-width: 768px) {
    .bxst-prices-table .bxst-prices-table-body .bxst-prices-table-item-bordered {
        margin: 5px auto 0
    }

    .bxst-prices-table-detail .bxst-prices-table-price-inner {
        padding: 10px;
        flex-direction: column
    }

    .bxst-prices-table-detail .bxst-prices-table-price-section {
        padding-bottom: 15px
    }
}

@media (max-width: 576px) {
    .bxst-prices-table-main-section .bxst-prices-primary-list .bxst-prices-primary-list-item {
        flex: 1 0 100%;
        margin: 0 0 20px
    }

    .bxst-prices-table-main-section .bxst-prices-primary-list .bxst-prices-primary-list-item:nth-child(2n) {
        margin: 0 0 20px
    }

    .bxst-prices-table .bxst-prices-table-description {
        padding: 10px
    }

    .bxst-prices-table .bxst-prices-table-sidebar {
        min-width: 150px
    }

    .bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-sidebar-inner {
        flex: 1
    }

    .bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-sidebar-title {
        display: flex;
        align-items: flex-start;
        font-size: .625rem;
        text-align: left
    }

    .bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-icon {
        padding: 8px 0
    }

    .bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-icon:before {
        width: 14px;
        height: 14px
    }

    .bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-price-selection {
        margin: 10px 0 0
    }

    .bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-sub-description {
        padding: 0 10px
    }

    .bxst-prices-table .bxst-prices-table-body .bxst-features-list-item {
        margin-bottom: 10px
    }

    .bxst-prices-table .bxst-prices-table-body .bxst-prices-table-price-outer {
        padding: 15px 0
    }

    .bxst-prices-table-detail .bxst-prices-table-description {
        padding: 10px 0
    }

    .bxst-prices-table-detail .bxst-prices-table-price-value {
        font-size: 1.25rem
    }
}

.bx-sb-price-table {
    position: relative;
    width: 100%;
    max-width: 1180px;
    box-sizing: border-box
}

.bx-sb-price-table * {
    box-sizing: border-box
}

.bx-sb-price-table__outer, .bx-sb-price-table__inner {
    width: 100%;
    box-sizing: border-box
}

.bx-sb-price-table__inner {
    position: relative
}

.bx-sb-price-table__row {
    flex: 1 0 100%
}

.bx-sb-price-table__sidebar, .bx-sb-price-table__body {
    display: flex;
    flex-direction: row;
    box-sizing: border-box
}

.bx-sb-price-table__sidebar {
    display: flex;
    flex-direction: column;
    max-width: 220px;
    font-size: 0.875rem;
    text-align: left
}

.bx-sb-price-table__sidebar-title {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 100%;
    line-height: 1.5
}

.bx-sb-price-table__sidebar-title-content {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap
}

.bx-sb-price-table__sidebar-title-message {
    position: relative;
    display: inline-block;
    z-index: 1
}

.bx-sb-price-table__sidebar-title-message_bordered {
    cursor: pointer
}

.bx-sb-price-table__sidebar-title-label {
    position: relative;
    left: 5px;
    padding: 5px;
    border: 2px solid #3bc8f5;
    border-radius: 10px;
    color: #3bc8f5;
    line-height: 1;
    z-index: 1
}

.bx-sb-price-table__sidebar-title-label-text_link {
    color: #3bc8f5
}

.bx-sb-price-table__sidebar-title-label-text_link:hover {
    color: #68ddff
}

.bx-sb-price-table__sidebar-subtitle-message {
    flex: 1 0 100%;
    font-size: .75rem;
    font-weight: 700;
    line-height: 1;
    box-sizing: border-box
}

.bx-sb-price-table__sidebar-description {
    margin-top: 5px;
    font-size: .75rem;
    line-height: 1.8
}

.bx-sb-price-table__body-group-items {
    display: flex;
    flex-direction: row;
    box-sizing: border-box
}

.bx-sb-price-table__body-group:first-child {
    margin-left: 0
}

.bx-sb-price-table__body-group:last-child {
    margin-right: 0
}

.bx-sb-price-table__body-group, .bx-sb-price-table__body-group-items, .bx-sb-price-table__body-item {
    align-items: center
}

.bx-sb-price-table__body-group-head, .bx-sb-price-table__body-item {
    position: relative;
    padding: 4px;
    text-align: center
}

.bx-sb-price-table__body-group_free {
    background-color: #f6fbe5
}

.bx-sb-price-table__body-group_special {
    background-color: #e7f9fe
}

.bx-sb-price-table__body-group_business {
    background-color: #eff6f9
}

.bx-sb-price-table__body-group_free .bx-sb-price-table__body-group-head {
    background-color: #b7db2a
}

.bx-sb-price-table__body-group_special .bx-sb-price-table__body-group-head {
    background-color: #3bc8f5
}

.bx-sb-price-table__body-group_business .bx-sb-price-table__body-group-head {
    background-color: #004161
}

.bx-sb-price-table__body-group-head {
    margin-bottom: 17px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    font-weight: 500;
    line-height: 1
}

.bx-sb-price-table__body-item .bx-ui-button {
    display: block;
    width: 100%;
    margin: auto;
    padding-left: 5px;
    padding-right: 5px
}

.bx-sb-price-table__body-label-star {
    position: absolute;
    border-right: .625em solid transparent;
    border-bottom: 0.4375em solid #68ddff;
    border-left: .625em solid transparent;
    transform: rotate(35deg)
}

.bx-sb-price-table__body-label-star, .bx-sb-price-table__body-label-star:before, .bx-sb-price-table__body-label-star:after {
    display: block;
    width: 0;
    height: 0
}

.bx-sb-price-table__body-label-star:before, .bx-sb-price-table__body-label-star:after {
    content: '';
    position: absolute
}

.bx-sb-price-table__body-label-star:before {
    border-bottom: 0.5em solid #68ddff;
    border-left: .1875em solid transparent;
    border-right: .1875em solid transparent;
    top: -.28125em;
    left: -.40625em;
    transform: rotate(-35deg)
}

.bx-sb-price-table__body-label-star:after {
    top: .01875rem;
    left: -.65625em;
    border-right: .625em solid transparent;
    border-bottom: 0.4375em solid #68ddff;
    border-left: .625em solid transparent;
    transform: rotate(-70deg)
}

.bx-sb-price-table__body-label-star_best, .bx-sb-price-table__body-label-star_best:before, .bx-sb-price-table__body-label-star_best:after {
    border-bottom-color: #51c99c
}

.bx-sb-price-table__body-title {
    position: relative;
    font-weight: 600;
    line-height: 1
}

.bx-sb-price-table__body-title-message {
    position: relative;
    display: inline-block;
    border-bottom-width: 2px;
    border-bottom-style: dotted;
    border-bottom-color: transparent
}

.bx-sb-price-table__body-title-message_star-popular {
    position: relative
}

.bx-sb-price-table__body-title-message_star-popular:after, .bx-sb-price-table__body-title-message_star-best:after {
    content: '\2605';
    display: block;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%)
}

.bx-sb-price-table__body-title-message_star-popular:after {
    color: #68ddff
}

.bx-sb-price-table__body-title-message_star-best:after {
    color: #51c99c
}

.bx-sb-price-table__body-title-message_bordered {
    border-bottom-color: #bfbfbf;
    cursor: pointer
}

.bx-sb-price-table__body-title .bx-sb-price-table__body-label {
    position: absolute;
    top: 41%;
    right: 1.5rem;
    font-size: 1.1rem;
    transform: translate(-100%, -50%)
}

.bx-sb-price-table__row_head-mobile .bx-sb-price-table__sidebar-select, .bx-sb-price-table__row_head-fix .bx-sb-price-table__sidebar-select, .bx-sb-price-table__row_prices .bx-sb-price-table__sidebar-select {
    width: 100%
}

.bx-sb-price-table__row_head-fix .bx-sb-price-table__body-group-items {
    align-items: stretch
}

.bx-sb-price-table__row_prices .bx-sb-price-table__body-group-items {
    display: flex;
    align-items: center;
    height: 100%;
    box-sizing: border-box
}

.bx-sb-price-table__row_prices .bx-sb-price-table__body-item {
    padding: 15px 4px 2px
}

.bx-sb-price-table__prices-outer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box
}

.bx-sb-price-table__prices-inner {
    box-sizing: border-box
}

.bx-sb-price-table__sidebar-title_price {
    margin-bottom: 5px;
    font-weight: 600
}

.bx-sb-price-table__prices-description {
    max-width: 140px;
    margin-top: 5px;
    color: #adb5bd;
    font-weight: 500;
    line-height: 1.5
}

.bx-sb-price-table__prices-value {
    margin: 5px 0;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap
}

.bx-sb-price-table__prices-value .bx-sb-price-table__prices_message {
    font-weight: 400;
    text-transform: uppercase
}

.bx-sb-price-table__prices-value_base, .bx-sb-price-table__prices-value_base span, .bx-sb-price-table__prices_base {
    font-size: .75rem
}

.bx-sb-price-table__prices_base {
    color: #adb5bd;
    font-size: .75rem;
    font-weight: 500;
    line-height: 1;
    text-decoration: line-through;
    white-space: nowrap
}

.bx-sb-price-table__prices_success {
    color: #b7db2a
}

.bx-sb-price-table__prices_primary {
    color: #3bc8f5
}

.bx-sb-price-table__body-group_business .bx-sb-price-table__prices_primary {
    color: #004161
}

.bx-sb-price-table__prices_discount-label {
    display: inline-block;
    color: #262626;
    padding: 0 10px;
    background-color: #cfee52;
    border-radius: .375rem;
    font-weight: 500;
    vertical-align: middle
}

.bx-sb-price-table__prices_discount-label-sale {
    background-color: #f7a700
}

.bx-sb-price-table__row_description .bx-sb-price-table__body-group-items {
    align-items: flex-start
}

.bx-sb-price-table__content-product-description {
    max-width: 140px;
    margin: auto;
    font-size: .6875rem;
    line-height: 1.5
}

.bx-sb-price-table__body-content-value, .bx-sb-price-table__body-description {
    font-weight: 500
}

.bx-sb-price-table__row_buy .bx-sb-price-table__body-group {
    display: flex;
    align-items: center
}

.bx-sb-price-table__buy .bx-sb-price-table__buy-button-outer {
    margin: auto
}

.bx-sb-price-table__buy .bx-ui-button:not(:last-child) {
    margin-bottom: 10px
}

.bx-sb-price-table__body-group_free .bx-sb-price-table__buy-button.bx-ui-button, .bx-sb-price-table__body-group_special .bx-sb-price-table__buy-button.bx-ui-button, .bx-sb-price-table__body-group_business .bx-sb-price-table__buy-button.bx-ui-button, .bx-sb-price-table__body-group_free .bx-sb-price-table__buy-button.bx-ui-button:hover, .bx-sb-price-table__body-group_special .bx-sb-price-table__buy-button.bx-ui-button:hover, .bx-sb-price-table__body-group_business .bx-sb-price-table__buy-button.bx-ui-button:hover {
    color: #fff
}

.bx-sb-price-table__body-group_free .bx-sb-price-table__buy-button.bx-ui-button {
    background-color: #b7db2a
}

.bx-sb-price-table__body-group_free .bx-sb-price-table__buy-button.bx-ui-button:hover {
    background-color: #cfee52
}

.bx-sb-price-table__body-group_special .bx-sb-price-table__buy-button.bx-ui-button {
    background-color: #3bc8f5
}

.bx-sb-price-table__body-group_special .bx-sb-price-table__buy-button.bx-ui-button:hover {
    background-color: #68ddff
}

.bx-sb-price-table__body-group_business .bx-sb-price-table__buy-button.bx-ui-button {
    background-color: #004161
}

.bx-sb-price-table__body-group_business .bx-sb-price-table__buy-button.bx-ui-button:hover {
    background-color: #395d7a
}

.bx-sb-price-table__row_users .bx-sb-price-table__body-content-value, .bx-sb-price-table__row_hosting .bx-sb-price-table__body-content-value {
    font-weight: 600
}

.bx-sb-price-table__row_users, .bx-sb-price-table__row_hosting, .bx-sb-price-table__row_feature-crm, .bx-sb-price-table__row_feature-tasks_and_projects, .bx-sb-price-table__row_feature-communications, .bx-sb-price-table__row_feature-websites, .bx-sb-price-table__row_feature-marketing_automation, .bx-sb-price-table__row_feature-crm_analytics {
    font-weight: 700
}

.bx-sb-price-table__row_head-mobile, .bx-sb-price-table__row_head-mobile .bx-sb-price-table__body, .bx-sb-price-table__row_head-mobile .bx-sb-price-table__body-group-items {
    flex-direction: column
}

.bx-sb-price-table__row_head-mobile .bx-sb-price-table__sidebar-title {
    display: flex;
    align-items: center;
    flex-direction: column
}

.bx-sb-price-table__row_head-mobile .bx-sb-price-table__sidebar-description {
    padding-bottom: 50px
}

.bx-sb-price-table__row_head-mobile .bx-sb-price-table__body-group {
    margin: 0 0 40px
}

.bx-sb-price-table__row_head-mobile .bx-sb-price-table__body-group-head, .bx-sb-price-table__row_head-mobile .bx-sb-price-table__body-item {
    width: 100%
}

.bx-sb-price-table__row_head-mobile .bx-sb-price-table__body-item {
    max-width: 300px
}

.bx-sb-price-table__row_head-mobile .bx-sb-price-table__body-item {
    padding: 0 20px
}

.bx-sb-price-table__row_head-mobile .bx-sb-price-table__body-item .bx-sb-price-table__body-item-content-section:first-of-type {
    padding-top: 20px;
    border-top: 1px solid #ced4da
}

.bx-sb-price-table__row_head-mobile .bx-sb-price-table__body-item:first-of-type .bx-sb-price-table__body-item-content-section {
    border: none
}

.bx-sb-price-table__row_head-mobile .bx-sb-price-table__body-item-content-section {
    padding-bottom: 20px
}

.bx-sb-price-table__row_head-fix:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: 0;
    box-shadow: 0 0 15px 0 #6c757d;
    z-index: 1
}

.bx-sb-price-table__row_head-fix .bx-sb-price-table__sidebar, .bx-sb-price-table__row_head-fix .bx-sb-price-table__body {
    background-color: #fff;
    z-index: 2
}

.bx-sb-price-table__row_head-fix .bx-sb-price-table__sidebar {
    align-items: center;
    justify-content: center
}

.bx-sb-price-table__row_head-fix .bx-sb-price-table__body-group-head {
    font-size: 0
}

.bx-sb-price-table__row_head-fix .bx-sb-price-table__body-group {
    display: flex;
    flex-direction: column;
    align-items: stretch
}

.bx-sb-price-table__row_head-fix .bx-sb-price-table__body-item {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    box-sizing: border-box
}

.bx-sb-price-table__row_head-fix .bx-sb-price-table__prices-outer {
    padding: 20px 0 0
}

.bx-sb-price-table__row_head-fix .bx-sb-price-table__body-item-content-section {
    width: 100%
}

.bx-sb-price-table__stick .bx-sb-price-table__stick-section {
    background: #fff;
    z-index: 9
}

.bx-sb-price-table__stick .bx-sb-price-table__stick-section .bx-sb-price-table__body-group-head {
    font-size: 0
}

.bx-sb-price-table__battery-icon {
    display: block;
    width: 34px;
    height: 14px;
    margin: auto;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

.bx-sb-price-table__battery-icon_0 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA3YAAAG7CAMAAAC4mvf8AAAANlBMVEUAAAA5OTk7Ozs7Ozs9PT0+Pj47Ozs7Ozs9PT08PDw7Ozs8PDw8PDw9PT08PDw8PDw8PDw8PDy3jTNzAAAAEXRSTlMACQ0aKjE4SVCRkpSYoKvS6zJ4GyEAAANYSURBVHgB7dPHbQNBFECxcc7B/Tfrw1YgzELQfyB74AIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALgx77/Alpd1qa+/LcCrdqAdaKcdaAfaAdqBdoB2oB1opx1oB9ppB9qBdoB2oB2gHWgH2mkH2oF2gHagHaAdaAebtPv5BA7f12r3toDDk3agHQymHWgHaAfaQYB2oB2gHWgHAdqBdoB2oB0EaAfaAdqBdhCgHWgHaAfaQYB2oB2gHWgHAdqBdoB2oB1Mph1oB2gH2kGAdqAdoB1oBwHagXaAdqAdBGgH2gHagXYQoB1oB2gH2kGAdqAdoB1oBwHagXaAdqAdTKYdaAdoB9pBgHagHaAdaAcB2oF2gHagHQRoB9oB2oF2EKAdaAdoB9pBgHagHaAdaAcB2oF2gHagHZxIO0A70A4CtAPtAO1AOwjQDrQDtAPtIEA70A7QDrQLAO1AO0A70C4AtAPtAO1AuwDQDrQDtAPtJgPtQDtAO9AuALQD7QDtQLsA0A60A7QD7QJAO9AO0A60CwDtQDtAO9AuALQD7QDtQLsA0A60A7QD7SYD7UA7QDvQLgC0A+0A7UC7ANAOtAO0A+0CQDvQDtAOtAsA7UA7QDvQLgC0A+0A7UC7ANAOtAO0A+0mA+1AO0A70C4AtAPtAO1AuwDQDrQDtAPtAkA70A7QDrQLAO1AO0A70C4AtAPtAO1AuwDQDrQDtAPtJgPtQDtAO9AuALQD7QDtQLsA0A60A7QD7QJAO9AO0A60CwDtQDtAO9AuALQD7QDtQLsA0A60A7QD7QJAO9AuDLQD7QDtQLsA0A60A7QD7QJAO9AO0A60CwDtQDtAO9AuALQD7QDtQDsI0A60A7QD7SBAO9AO0A60g8m0A+0A7UA7CNAOtAO0A+0gQDvQDtAOtIMA7UA7QDvQDgK0A+0A7UA7CNAOtAO0A+0gQDvQDtAOtIO5tAPtPu6Aw/Pp7YAN2oF2oJ12oB1oB2gH2gHagXYQpB1oB2gH2oF22oF2oB2gHWgHaAfaQYJ2oB2gHWgH2mkH2oF2D4/AlvsFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABx/ylVBhfziymOAAAAAElFTkSuQmCC)
}

.bx-sb-price-table__battery-icon_1 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA3YAAAG7CAMAAAC4mvf8AAAATlBMVEUAAAAAAAAAAAAzMzM5OTk7Ozs7Ozs5OTk9PT0+Pj47Ozs8PDw7Ozs9PT09PT09PT08PDw7Ozs9PT08PDw8PDw9PT08PDw8PDw8PDw8PDw+T6eLAAAAGXRSTlMAAQIFCQ0aKCoxOEhJUFN+kZKTlJigq9LraLiaCgAAA4hJREFUeNrt3LEOgjAARVGQBtRJB///F02EgSjigGsXkNo056wEhhduqItVBQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA8Bd17MK1Mw5s0veRCyF2R6itBvt81A62gdRkB7ID2QGyA9kBsgPZAbID2YHsANmB7ADZgewA2YHsANmB7EB2gOxAdoDsQHaA7CAHYcU978lu8P1wNYmyG+/GhsXp4pAJftsBsgPZgewA2YHsANmB7ADZgewA2YHsQHaA7EB2gOxAdoDsQHYgO0B2IDtAdiA7QHYgO0B2IDuQHSA7kB0gO5AdIDuQHcgOSCXs+fCuK2usx+yFIfvsjueyxhomLwwOmSA7QHYgO0B2IDuQHSA7kB0gO5AdIDuQHcgOkB3IDpAdyA6QHcgOkB3IDmQHyA5kB8gOZAfIDmQHsgNkB7IDZAeyA2QHsgNkB7ID2QGyA9kBsgPZAbID2YHsANmB7ADZgewA2YHsANmB7EB2gOxAdoDsQHaA7EB2IDtAdiA7QHYgO0B2IDtAdiA7kB0gO5AdIDuQHSA7kB3IDpAdyA6QHcgOkB3IDpAdyA5kB8gOZAfIDmQHyA5kB7IzAcgOZAfIDmQHyA5kB8gOZAeyA2QHsgNkB7IDZAeyA2QHsgPZAbID2QGyA9kBsgPZgewA2YHsANmB7ADZgewA2YHsQHaA7EB2gOxAdoDsQHYgO0B2IDtAdiA7QHYgO0B2IDuQHSA7kB0gO5AdIDuQHcgOkB3IDpAdyA6QHcgOkB3IDmQHyA5kB8gOZAfIDmQHsgNkB7IDZAeyA2QHsgNkB7ID2QGyA9kBsgPZAbID2YHsANmB7ADZgewA2YHsANmB7EB2gOxAdoDsQHaA7EB2IDtAdiA7QHYgO0B2IDtAdvBfYc+Hv8ayxpq9L+Sf3TAYGBwyQXYgO0B2IDtAdiA7QHYgO0B2IDuQHSA7kB0gO5AdIDuQHcgOkB3IDpAdyA6QHcgOkB3IDmQHyA5kB8gOZAfIDmQHsgNkB7IDfiSsuKcJdoNFnSq79mZscMgE2QGyA9mB7ADZgewA2YHsANmB7ADZgexAdoDsQHaA7EB2gOxAdiA7QHYgO0B2IDtAdpC56D+4t4KEbaanDQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKNwH/DATyrecPI8AAAAASUVORK5CYII=)
}

.bx-sb-price-table__battery-icon_2 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA3YAAAG7CAMAAAC4mvf8AAAAWlBMVEUAAAAAAAAAAAAzMzM5OTk7OztAQEA7Ozs+Pj45OTk9PT0+Pj48PDw7Ozs8PDw7Ozs9PT09PT08PDw9PT08PDw7Ozs9PT08PDw8PDw9PT08PDw8PDw8PDw8PDxvmbUUAAAAHXRSTlMAAQIFCQ0YGh0oKjEzOEhJUFNafpGSk5SYoKvS6/q9pEkAAAOkSURBVHja7de5DoJQAEVBkacoWplY+P9/ZywUCxfcCm1JDATEx0zLknDjCTgaAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/ERSdWCdGQcaOR4qDoSqK0JiNWjnpTa2DXRNdiA7kB0gO5AdIDuQHSA7kB3IDpAdyA6QHcgOkB3IDpAdyA5kB8gOZAfIDmQHyA76INS45nG3G3xeXGlH2V12xoa3xcpHJvhvB8gOZAeyA2QHsgNkB7IDZAeyA2QHsgPZAbID2QGyA9kBsgPZgewA2YHsANmB7ADZgewA2YHsQHaA7EB2gOxAdoDsQHYgO6Aroc2bz2dxjbV/fnHSZBnXQ5/OKvmv7PI8rrGK+wCzS2TnIxNkB8gOZAfIDmQHsgNkB7IDZAeyA2QHsgNkB7ID2QGyA9kBsgPZAbID2YHsANmB7ADZgewA2YHsANmB7EB2gOxAdoDsQHaA7EB2IDtAdiA7QHYgO0B2IDtAdiA7kB0gO5AdIDuQHSA7kB3IDpAdyA6QHcgOkB3IDpAdyA5kB8gOZAfIDmQHyA5kB7IDZAeyA2QHsgNkB7IDZAeyA9kBsgPZAbID2QGyA9mB7ADZgewA2YHsANmB7ADZgexAdoDsQHaA7EB2gOxAdiA7QHYgO0B2IDtAdiA7QHYgO5AdIDuQHSA7kB0gO5AdIDuQHcgOkB3IDpAdyA6QHcgOZAfIDmQHyA5kB8gOZAfIDmQHsgNkB7IDZAeyA2QHsgPZAbID2QGyA9kBsgPZAbID2YHsANmB7ADZgewA2YHsQHaA7EB2gOxAdoDsQHaA7EB2IDtAdiA7QHYgO0B2IDuQHSA7kB0gO5AdIDuQHSA7kB3IDpAdyA6QHcgOkB3IDmQHyA5kB8gOZAfIDmQHyA5kB7IDZAeyA2QHsgNkB30S2rx5eYlrrOc3J90ie+irSP4su6IY4KLXrV8VPjJBdiA7E4DsQHaA7EB2gOxAdoDsQHYgO0B2IDtAdiA7QHYgO0B2IDuQHSA7kB0gO5AdIDuQHcgOkB3IDpAdyA6QHcgOkB3IDmQHtCHUuCYNdoMGL646BU03xgYfmSA7QHYgO5AdIDuQHSA7kB0gO5AdIDuQHcgOkB3IDpAdyA6QHcgOZAfIDmQHyA5kB8gOei6pOpClxoFGytIGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABE7gXmlBukwO2VYwAAAABJRU5ErkJggg==)
}

.bx-sb-price-table__battery-icon_3 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA3YAAAG7CAMAAAC4mvf8AAAAaVBMVEUAAAAAAAAAAAAzMzM5OTk7OztAQEA7Ozs+Pj45OTk9PT0+Pj48PDw7Ozs7Ozs8PDw7Ozs9PT09PT08PDw7Ozs9PT09PT08PDw7Ozs9PT08PDw8PDw9PT08PDw8PDw8PDw8PDw8PDw8PDy9hMdgAAAAInRSTlMAAQIFCQ0YGh0oKjEzOEVISVBTWmN6fpGSk5SYoKuu0tXrpJ0nHAAAA8tJREFUeNrt181Kw0AUgNHGTNGgFXGjq77/m4m4qEHU1qTURd0GhoSJ7e052/zAXPplposFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAv6iGLjw3hgOTbN4HLqShJ1JlalBmU7syG5ib7EB2IDtAdiA7QHYgO0B2IDuQHSA7kB0gO5AdIDuQHSA7kB3IDpAdyA6QHcgOkB2cgjTimX1vbvC3cS1nym77athwdPvkkAn+2wGyA9mB7ADZgewA2YHsANmB7ADZgexAdoDsQHaA7EB2gOxAdiA7QHYgO0B2IDtAdiA7QHYgO5AdIDuQHSA7kB0gO5AdyA6YSyr58qaJNazNIeOm5SrWor+2OXfdp1CL7j7OOLvVXaxfYLvPye4h1qKrrOweYx2b+sLZOWSC/3YgO0B2IDtAdiA7QHYgO5AdIDuQHSA7kB0gO5AdIDuQHcgOkB3IDpAdyA6QHcgOZAfIDmQHyA5kB8gOZAfIDmQHsgNkB7IDZAeyA2QHsgPZAbID2QGyA9kBsgPZAbID2YHsANmB7ADZgewA2YHsQHaA7EB2gOxAdoDsQHaA7EB2IDtAdiA7QHYgO0B2IDuQHSA7kB0gO5AdIDuQHSA7kB3IDpAdyA6QHcgOkB3IDmQHyA5kB8gOZAfIDmQHyA5kB7IDZAeyA2QHsgNkB7ID2QGyA9kBsgPZAbID2QGyA9mB7ADZgewA2YHsANmB7EB2RgCyA9kBsgPZAbID2QGyA9mB7ADZgewA2YHsANmB7ADZgexAdoDsQHaA7EB2gOxAdiA7QHYgO0B2IDtAdiA7QHYgO5AdIDuQHSA7kB0gO5AdyA6QHcgOkB3IDpAdyA6QHcgOZAfIDmQHyA5kB8gOZAeyA2QHsgNkB7IDZAeyA2QHsgPZAbID2QGyA9kBsgPZgewA2YHsANmB7ADZgewA2YHsQHaA7EB2wHip5Mt3daxhHXJu6r9jLXqXdddnCrXo7pyza9sL/JD9vFzi5/vNDuaQCbIDZAeyA9kBsgPZAbID2QGyA9mB7ADZgewA2YHsANmB7ADZgexAdoDsQHaA7EB2gOxAdiA7IwDZgewA2YHsANmB7ADZgexAdkBxacQzdTI3mLBxjSnoZm3Y4JAJsgNkB7ID2QGyA9kBsgPZAbID2QGyA9mB7ADZgewA2YHsANmB7EB2gOxAdoDsQHaA7ODEVUMXrmvDgUm6zgwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAjuF92eIZahiygvAAAAAElFTkSuQmCC)
}

.bx-sb-price-table__tooltip {
    display: none;
    position: absolute;
    top: 100%;
    margin-top: 15px;
    padding: 20px 12px;
    background: #fff;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.5;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    z-index: 2
}

.bx-sb-price-table__tooltip {
    min-width: 260px;
    max-width: 100%
}

.bx-sb-price-table__tooltip:before, .bx-sb-price-table__tooltip:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    bottom: 100%;
    left: 10px;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 14px solid #e9ecef;
    z-index: 12
}

.bx-sb-price-table__tooltip:after {
    left: 12px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 13px solid #fff
}

.bx-sb-price-table__tooltip_opened {
    display: block
}

.bx-sb-price-table__tooltip-close {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 10px;
    right: 10px;
    background: transparent;
    transition: 160ms all linear;
    cursor: pointer
}

.bx-sb-price-table__tooltip-close:before, .bx-sb-price-table__tooltip-close:after {
    content: '';
    display: block;
    position: absolute;
    width: 16px;
    height: 1px;
    top: 50%;
    left: 50%;
    background-color: #adb5bd;
    transition: 160ms all linear
}

.bx-sb-price-table__tooltip-close:before {
    transform: translate(-50%, -50%) rotate(45deg)
}

.bx-sb-price-table__tooltip-close:after {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.bx-sb-price-table__tooltip-hover {
    display: inline-block;
    position: relative;
    width: 0;
    height: 0;
    margin-left: 5px;
    padding: 6px;
    background-color: #dee2e6;
    border-radius: 100%;
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
    z-index: 1
}

.bx-sb-price-table__tooltip-hover:before {
    content: 'i';
    display: inline;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: .5rem;
    font-weight: 400;
    line-height: 1;
    transform: translate(-50%, -50%);
    z-index: 2
}

.bx-sb-price-table__epilog-description {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px
}

.bx-sb-price-table__epilog-description-item {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    font-size: .875rem
}

.bx-sb-price-table__epilog-description-item .bx-sb-price-table__battery-icon {
    margin-right: 10px
}

.bx-sb-price-table__runner {
    position: absolute;
    border: 2px dotted #68ddff;
    transition: all 0.2s ease-in-out
}

.bx-sb-price-table__title-icon_warning {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 5px;
    background: #f7a700;
    border-radius: 100%;
    color: #fff;
    font-weight: 600;
    line-height: 1
}

.bx-sb-price-table__text-color.bx-sb-price-table__text-color_primary {
    color: #3bc8f5
}

@media (min-width: 0) {
    .bx-sb-price-table__row {
        display: none;
        align-items: center;
        justify-content: center;
        flex-direction: column
    }

    .bx-sb-price-table__row:last-child .bx-sb-price-table__body-group-items {
        padding-bottom: 0
    }

    .bx-sb-price-table__row_users .bx-sb-price-table__body-content-value {
        font-size: .875rem
    }

    .bx-sb-price-table__row_users .bx-sb-price-table__body-content-value span {
        font-size: 1.2rem
    }

    .bx-sb-price-table__row_head-mobile, .bx-sb-price-table__row_users, .bx-sb-price-table__row_hosting, .bx-sb-price-table__row_features {
        display: flex
    }

    .bx-sb-price-table__row.bx-sb-price-table__row_head-fix {
        display: none
    }

    .bx-sb-price-table__row_features .bx-sb-price-table__body-group-items {
        height: 100%
    }

    .bx-sb-price-table__sidebar {
        flex: 1 0 auto;
        padding: 15px 0
    }

    .bx-sb-price-table__body {
        width: 100%;
        flex: 1 0 auto
    }

    .bx-sb-price-table__body-group, .bx-sb-price-table__body-group-items, .bx-sb-price-table__body-item {
        flex: 1 0 auto
    }

    .bx-sb-price-table__body-group {
        margin: 0
    }

    .bx-sb-price-table__body-group-head, .bx-sb-price-table__body-item {
        min-width: auto
    }

    .bx-sb-price-table__body-group-head {
        font-size: 1rem
    }

    .bx-sb-price-table__body-title {
        font-size: 1.4rem
    }

    .bx-sb-price-table__body-content-value, .bx-sb-price-table__body-description {
        font-size: .75rem;
        line-height: 1;
        white-space: nowrap
    }

    .bx-sb-price-table__body-item .bx-ui-button {
        font-size: .75rem;
        letter-spacing: -.5px
    }

    .bx-sb-price-table__prices-description {
        font-size: .6875rem
    }

    .bx-sb-price-table__prices-value {
        font-size: .875rem
    }

    .bx-sb-price-table__prices-value span {
        font-size: 1.2rem
    }

    .bx-sb-price-table__prices-value .bx-sb-price-table__prices_message {
        font-size: .875rem
    }

    .bx-sb-price-table__prices_discount-label {
        height: 1.5rem;
        font-size: .75rem;
        line-height: 1.5rem
    }

    .bx-sb-price-table__row_description .bx-sb-price-table__sidebar-title {
        display: none
    }

    .bx-sb-price-table__row_users .bx-sb-price-table__body-group, .bx-sb-price-table__row_hosting .bx-sb-price-table__body-group {
        display: flex;
        padding: 0
    }

    .bx-sb-price-table__row_features .bx-sb-price-table__body-item {
        padding: 10px 4px
    }

    .bx-sb-price-table__row_users .bx-sb-price-table__body-content-value_unlimited, .bx-sb-price-table__body-content-value_unlimited {
        font-size: 0
    }

    .bx-sb-price-table__body-content-value_unlimited:before {
        content: '\221E';
        display: block;
        margin: auto;
        font-size: 1rem
    }

    .bx-sb-price-table__sidebar .bx-sb-price-table__tooltip, .bx-sb-price-table__body .bx-sb-price-table__tooltip {
        left: 50%;
        transform: translateX(-50%)
    }

    .bx-sb-price-table__sidebar .bx-sb-price-table__tooltip:before, .bx-sb-price-table__sidebar .bx-sb-price-table__tooltip:after, .bx-sb-price-table__body .bx-sb-price-table__tooltip:before, .bx-sb-price-table__body .bx-sb-price-table__tooltip:after {
        left: 50%;
        transform: translateX(-50%)
    }

    .bx-sb-price-table__epilog-description {
        width: 100%;
        margin-left: 0
    }

    .bx-sb-price-table__epilog-description-item {
        margin: 10px
    }

    .bx-sb-price-table__epilog-description-item:first-child {
        margin-left: 0
    }

    .bx-sb-price-table__epilog-description-item:last-child {
        margin-right: 0
    }

    .bx-sb-price-table__runner {
        display: none;
        width: 0;
        opacity: 0
    }
}

@media (min-width: 992px) {
    .bx-sb-price-table__body-group-head, .bx-sb-price-table__body-item {
        min-width: 125px
    }

    .bx-sb-price-table__row_users .bx-sb-price-table__body-content-value {
        font-size: 1rem
    }

    .bx-sb-price-table__row_users .bx-sb-price-table__body-content-value span {
        font-size: 1.5rem
    }

    .bx-sb-price-table__body-content-value_unlimited {
        font-size: 1rem
    }

    .bx-sb-price-table__body-content-value_unlimited:before {
        display: none
    }
}

@media (min-width: 1200px) {
    .bx-sb-price-table__row {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        flex-direction: row
    }

    .bx-sb-price-table__sidebar {
        flex: 1 0 220px;
        padding: 3px 14px 3px 5px
    }

    .bx-sb-price-table__body {
        width: 100%;
        flex: 1 0 calc(100% - 220px)
    }

    .bx-sb-price-table__body-group, .bx-sb-price-table__body-group-items, .bx-sb-price-table__body-item {
        flex: 1 0 auto
    }

    .bx-sb-price-table__body-group {
        margin: 0 4px
    }

    .bx-sb-price-table__body-group-head, .bx-sb-price-table__body-item {
        min-width: 150px
    }

    .bx-sb-price-table__body-content-value, .bx-sb-price-table__body-description {
        font-size: 1rem
    }

    .bx-sb-price-table__prices-description {
        font-size: .75rem
    }

    .bx-sb-price-table__prices-value span {
        font-size: 1.3rem
    }

    .bx-sb-price-table__prices-value .bx-sb-price-table__prices_message {
        font-size: 1rem
    }

    .bx-sb-price-table__prices_discount-label {
        height: 1.75rem;
        font-size: .875rem;
        line-height: 1.75rem
    }

    .bx-sb-price-table__row_head-mobile, .bx-sb-price-table__row_head .bx-sb-price-table__sidebar-title {
        display: none
    }

    .bx-sb-price-table__stick-section.bx-sb-price-table__row.bx-sb-price-table__row_head-fix {
        display: flex
    }

    .bx-sb-price-table__row_description .bx-sb-price-table__sidebar-title {
        display: block
    }

    .bx-sb-price-table__row_users .bx-sb-price-table__sidebar, .bx-sb-price-table__row_users .bx-sb-price-table__body-group {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .bx-sb-price-table__row_hosting .bx-sb-price-table__sidebar, .bx-sb-price-table__row_hosting .bx-sb-price-table__body-group {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .bx-sb-price-table__sidebar .bx-sb-price-table__tooltip, .bx-sb-price-table__sidebar .bx-sb-price-table__tooltip:before, .bx-sb-price-table__sidebar .bx-sb-price-table__tooltip:after {
        transform: none
    }

    .bx-sb-price-table__sidebar .bx-sb-price-table__tooltip {
        left: 0
    }

    .bx-sb-price-table__sidebar .bx-sb-price-table__tooltip:before {
        left: 10px
    }

    .bx-sb-price-table__sidebar .bx-sb-price-table__tooltip:after {
        left: 12px
    }

    .bx-sb-price-table__buy .bx-sb-price-table__buy-button-outer {
        max-width: 145px
    }

    .bx-sb-price-table__body-group_free .bx-sb-price-table__buy-button.bx-ui-button {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .bx-sb-price-table__epilog-description {
        width: calc(100% - 220px);
        margin-left: 220px
    }

    .bx-sb-price-table__runner {
        display: block;
        width: 100%
    }
}

.bx-sb-features-table {
    position: relative;
    width: 100%;
    max-width: 1180px;
    box-sizing: border-box
}

.bx-sb-features-table * {
    box-sizing: border-box
}

.bx-sb-features-table__outer, .bx-sb-features-table__inner {
    width: 100%;
    box-sizing: border-box
}

.bx-sb-features-table__inner {
    position: relative
}

.bx-sb-features-table__row {
    flex: 1 0 100%
}

.bx-sb-features-table__sidebar, .bx-sb-features-table__body {
    display: flex;
    flex-direction: row;
    font-size: .875rem;
    font-weight: 500;
    box-sizing: border-box
}

.bx-sb-features-table__sidebar {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left
}

.bx-sb-features-table__sidebar-title {
    position: relative;
    display: flex;
    align-items: center;
    line-height: 1.5
}

.bx-sb-features-table__sidebar-title-content {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap
}

.bx-sb-features-table__sidebar-title-message {
    position: relative;
    display: inline-block;
    z-index: 1
}

.bx-sb-features-table__sidebar-title-message_bordered {
    cursor: pointer
}

.bx-sb-features-table__sidebar-subtitle-message {
    flex: 1 0 100%;
    font-size: .75rem;
    font-weight: 700;
    line-height: 1;
    box-sizing: border-box
}

.bx-sb-features-table__body-group-items {
    display: flex;
    flex-direction: row;
    box-sizing: border-box
}

.bx-sb-features-table__row_section .bx-sb-features-table__body-group-items, .bx-sb-features-table__row_subsection .bx-sb-features-table__body-group-items {
    height: 100%
}

.bx-sb-features-table__body-group:first-child {
    margin-left: 0
}

.bx-sb-features-table__body-group:last-child {
    margin-right: 0
}

.bx-sb-features-table__body-group, .bx-sb-features-table__body-group-items, .bx-sb-features-table__body-item {
    align-items: center
}

.bx-sb-features-table__body-group-head, .bx-sb-features-table__body-item {
    position: relative;
    padding: 4px;
    text-align: center
}

.bx-sb-features-table__body-item {
    padding: 10px 4px
}

.bx-sb-features-table__body-group_free {
    background-color: #f6fbe5
}

.bx-sb-features-table__body-group_special {
    background-color: #e7f9fe
}

.bx-sb-features-table__body-group_business {
    background-color: #eff6f9
}

.bx-sb-features-table__body-group_free .bx-sb-features-table__body-group-head {
    background-color: #b7db2a
}

.bx-sb-features-table__body-group_special .bx-sb-features-table__body-group-head {
    background-color: #3bc8f5
}

.bx-sb-features-table__body-group_business .bx-sb-features-table__body-group-head {
    background-color: #004161
}

.bx-sb-features-table__body-group-head {
    margin-bottom: 17px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    font-weight: 500;
    line-height: 1
}

.bx-sb-features-table__body-title {
    position: relative;
    font-weight: 400;
    line-height: 1
}

.bx-sb-features-table__body-content {
    display: flex;
    align-items: center;
    justify-content: center
}

.bx-sb-features-table__icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat
}

.bx-sb-features-table__icon_check {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEsAAABLCAYAAAA4TnrqAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAuIwAALiMBeKU/dgAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAbuSURBVHic7ZxfjFxVHcc/v3Onu7h/AC0xBVqWpna3hgehO9NWwwO1+EaD5UGiUgsPtQLhRR/aIohBK26sGIkSECvGEmNr1BCamEKtiZGE2Zldo4kx7bZdujHapEW2dqeW3Xvuz4fb7cz+mf/nzr1D+b7NnXN+57efPec3555zfkeIQ1ldibGDIP0EugbhY8BHgS6gG7gW+C9QQCkgnEUYAzkGepzAG2G9jLfabWlJK3/WXpbYzQh3AxuBWx1YHUf5I3CEGe8Qd8oFBzYrKjpYB9Wjz78bka3AFsJeE5UKwO9QfYV1qTcQCaJoxD2svC7B2s8j+jjIgHP71TUO8kMK5kU2yiWXht3BUjXkg+2ofh1Y4cxu45oAvk3G2+eqp7mBlZu+AzXPAxuc2HMqGcXYR0h3ZJu21FTtMe3kXX8I5DHANOtMhLKoPsdHUrtZLe81aqRxWKPax4w9gLC+YRstl4zimfsZlBON1G6sN2T9Lfj2b+0FCkDXYm2enH9vI7XrhzXsP4hwkHDi2I66DuU35OyOeivWBytrdwIvA6l6G0qYPFRfIDfz3Xoq1Q4rZ59CtC7jiZfKTobtk7UWry3A5+wOVF9o2KmkS+QxMt6Pqharaijrb0H4NeC58CuhssAW1qVeq1SoMqy8riKwI8B1Dh1LqiYRb5CMnCpXoHzMGtNOguAgVwcogOtRe4Ax7SxXoDysd/0h0LWRuJVcpZn0v1Puy8WH4VvTgxiT5f0dp8rJIkGGTMdf5n+xsGepGsT8mKsTFICHmhdRXcBmIax8sL39XmOcK8OwfWj+w7nDMFy4G0Poa5lbydUE3d5qbpPp2Qdze5a1X/oA1BXdQsF+ofRBEdZB9RDd2XKXEi3dVRq7irBu9T8DsjoWnxIrGSDvb5r9VDIMZWsc7iReQZFLGODf0msx9t9Eu10VuVZ2wlM3Gfo64fXzyvfPKNPatNkC3d4ybpOpcF3K2M20Oajbu4QjA4all1fa7uoVlncoj55uemOnm4v2HuBXs8NwU6XSSdd8ULPadoPgudi/Uj4NxZi10YHJWFQOFMCMQtD8MARmYWV1JW7OHrRclUABPHsmwA0rVjGqfSY8zdJ+qgbqZ+eUPf9yhApgxq41BLGcR2hKtYDaPh7g9HSIyIABbStYsYACQAcMQtvM2uMDBUB/CnRpVMe0NvQIa66BbEH5x/+as1UN1L6zypffjgwUoEtTIL1RmN67wvC1ZeE/wVfY/c+AvWcaC7jxgwKQXoPS49ps/zXw1WXF3poS+N4Kw+M31t+DkwEKgF6D8CHXVld0yKIDe8/y+oAlCBRAl0FpMpos1EhBOecv/l2twBIGCuCiQZhybXXSwgOnAt4rE6KqAUsgKIALBjSSI9GHzyv3jgVcKvMX7VluePKmhcBqmR7EAArQCwbknajMHz6vfPZEeWBP3zwXWMzzqCqSdwzKWJRN1Aos2aAAOG7CFI9odfi8ct+J8jHs6ZsNb368coyKGRQgxwxGI4cF8PsqMayrzKmL+GLUPKkeMwTeSKvaqzYk5ysBQ68ozxsxl7Or3m5Vm7UCSxQo5QRpmTCXPxxtZdvVgCUKFICEfGYjxZFWt18OWOJAhToKs2szf9VuLtkziPuX6mq6o0vYdaOwNAUH/qP89Ky6Wjd3pSv7hsUZ4bD/CvDF+HxKqIRfkEltg9Lte9X9sTmUaBW5FGGdTh0BPR6LP4mVHiOduvLjV4T1ObGIDMXiU1Kl8kxpYufcebN4+1FOt9ypZGoCz/tl6YO5sNIyg7CnpS4lV98kLTOlDxYuKKkacvZNEpnC2zLlyHgb5udWL3x9FQkwwaOE+SxXoywS7FgsCX3xd/10xyiqz0XuViKlP1gsYQAq7a7mdQmB/RNX13DM0e3dWXqcu1QfZIUVNYl6ayvdcVM5kzUtJxG28f6PXz7K1mqXAVVP+82kXgUeduVVAqUoX2F96lC1grXlSK9LvQTyjabdSqJEnmB9al9NResynLU7EX2m7npJlegQmSW7ai5edwPD/oPAS7T3dQUWkUfIeD+pp1JjPWTY3wzspz1/JSfDYF49Rs1X48Mpr7cQ2AO00zxMZAQx95OWk41Ub/xmorRM8GHvLkSfJflTCx90L13mU42CAleBenj6djDPA590Ys+lREZQ+zDrOnJNm3LhDxCuVgzbhxCeIBlJCOPAt8h4P0fEyR5IlHf+7QZZ49x+dZ1CZAgxL89fj2pW0c2XVA15fxOBbEW4j/D+0YjaYgrDb0H3k04dbZ/bJBfT37WHi/YelE2ESVWrHFg9Sbj5+Qc6vUN8QgoObFZUPDPxUe3Dt4Ph1ZzaD/SD3gDSA/RQvAF3CnQK5Bxw/MoNuMbLk5aJVrv9f2PEpEAiFm6kAAAAAElFTkSuQmCC)
}

.bx-sb-features-table__icon_uncheck {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEsAAABLCAYAAAA4TnrqAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAuIwAALiMBeKU/dgAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAbGSURBVHic7ZxdbBxXGYaf78y6ThzbbQmKggpNo7DetSfB8e5GFMQFacpdIxQuqEAKbS+q0KJeu9DyI/FTIiEQFVQtVVSkIKQEFVQIV4RwA1Kr7E+A7J+3aYpV1KpQYdne2FnvzMeFN44Te+3d9czubOLnyp45551Xr2bOzM6c7wgd4O+Fwm7HIS7okCJR4OPADqAP2AYMAtNAGaQM+h9USyIUFZmwLFKj0ejldvuWdhzkr4XCwDZHD4M8qHAQuM8D2cvAX1A9eyUkZz4Tjc54oLkmvoV1WtXaky08iMhRgSMsnjV+URb4nav6q5gd/ZOIuH4cxPOwkslkj+kb+JKqfkMg4rV+A1wW4adTW3tfOrh797yXwp6FpaomnSs8LsgzwMe80t0Ak6Lyvf320AmvzjRPwrqQLY25uC+A3u+FnsekXcyTCXvojY0KbSisUqnUO11xjgs8BZiNmvERR0Sf7+8JfT0cDl9tVaTlsNK53C5ROaXIJ1vV6ABpxXk4bttvttK5pbMhlSseQc0/uiwogJhgJTPZwudb6dx0WJls/lFRPc3ig2M3cqfCq6ls/lizHZsKK32xMK7IK0Co2QMFDEuQF9O5wg+b6dRwWJls8dsITYkHHmU8fbHwzUabNzTAp7L5Y4K82LqrYKPoU3F7+GfrtVs3rFSueERUfwNYnjgLJo6qHonvHf7DWo3WDCv5z9IeY5wUcKen1oLJlOOY+IFPDL1Vr0HdMatUKvUa45zm9ggK4C4r5J4qlUq99RrUDWu64hwHYr7YCipKYqZS/UG93atehql8Pi6uvMGtPU7VwzFYB/bb4czNO1acWapqjMvPuT2DArBcnJdUdUU2Kzakc4XHu/BnjNccyOSLj9288YbLMJlM9pit/SVgV9tsBZfJXpywbduVaxtuOLNMX/9X2AzqGvdWMF9evmEprNOqFsp4+z0FFxd5evnYtfTHnlzxc0C4I64CikDkQj5/6Nr/ZtmOo52xFGxUzVIuAvB6qTR4R8V5F38/V3Ur5V6cnbZtzxqA3opzmM2g6rHtqoQeguuX4aE1Gt/2KO4DUAur9kl9kzqIygMAUpukUfe1xCY1xL3POA7xTvvoBhQrZlQ6Mh+h6xAlYkQ3w2oEhYgB2XxqbwARHQqBbvfrAH1btnDXYD+W5f+rMcdx+N/0DHPzLU9lWBNVtoeAAT/E7x4cYNc9H0GkLZMLAdix/UO8/e93mZr2fhKgwIAB+j1XBu7ZuaOtQQGICB/ducMXba2FtdVr4ZBl0RPqzBf+nlCIkA+XvUCfAea8Fq46DgvVqteyDbFQrVJ1HM91Fa4YYNZzZeCd995HVf2Qrouq8s577/uiLTATAmaAnV6LT03PUKxUuHtw4Na4Gy6GJR+A+vKsNTd/1Tfz7UaEDwxoqdNGugFVmTAqFDttpBsQKBrRzbAaQYWisSxSnTbSDahWU6ZWXfV2p80EG3kzYduT197Bn+uol4AjtXwWw1I921E3AceVZWFZTuX3+PQkfwtQ3qLVP0ItrNHR0bLCa531FFBUX7VtexaWz6JRPdkxQ0HGWEu5LIV1yY6eBSY6YiigKBTHhsNLN7+lsL4o4gDHO+IqoBjV55YXdt4wmc2dmz0J/KvtroLJpDNf/vXyDTeElUgkFkTl++31FEwUvpNIJBaWb1vxklxVTSY38beAlvC2i/NjI5H7b66tXjFbWURcV5yvAd6/m+0OHIN1bLUi9FUrLBIjI2kRfd5/X8FD4SerFQzAGuUozpXyOMjr/tkKJOe34DxTb+dmVdh1piyL2Fpr3KxZyZrYF74k8Ai3/vhVVVePrrcY0Lplv2N29DVRecI7X4FDEb4a3zd8Zr2GDdVIj+2NvIzyrY37Ch6CPhsbiZ5orG0TpC8WxhGea7ZfYBGOx0aiTzfevEky2fyjirxMdy9X4Cj6ZNwe/kUznVo6Q1IX84dF5CTdeZecUlePNjJG3UzLl1Mym73XEDrVZT+LUq5rPZzYF77USueWVyZK2PbkwB3ms6A/JviPFlWFH/XifLrVoMCjgTqTndivuC8An/JCz2NSovLE2N7I+Y0KeboyWyZffAzlWbxZAHGjXFb4bmwk8ksR8WTuk2cLhImIGxuJnnDnZocQeQQoeKXdlA94S9Fj7txsJG5HX/EqqJq2P6iquZDPH6rV632BxfVH/WIW1d9irJNjw+FzXbOa5Gpks9n+qxJ6CFcPIRwE9ngge0lFz4H5c2hh/szo6GjZA8016ciTeDqX26WOxI0h4mKGRHQI5cMszpzu5/oKuLPALMJ/VWVCoKiuO6HGTSZse7Ldvv8Ph5ZTfxYEQxsAAAAASUVORK5CYII=)
}

.bx-sb-features-table__sidebar-title_section, .bx-sb-features-table__sidebar-title_subsection {
    padding: 10px 0;
    font-weight: 700;
    line-height: 1;
    text-decoration: none
}

.bx-sb-features-table__sidebar-title_section {
    font-size: 1.3rem;
    cursor: pointer
}

.bx-sb-features-table__sidebar-title_subsection {
    font-size: 1rem
}

.bx-sb-features-table__features-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1 0 auto;
    margin-bottom: 15px
}

.bx-sb-features-table__features-controls-title {
    flex: 1 0 auto;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase
}

.bx-sb-features-table__switcher-title {
    color: #3bc8f5;
    text-transform: uppercase;
    cursor: pointer
}

.bx-sb-features-table__switcher {
    display: flex;
    align-items: center
}

.bx-sb-features-table__switcher-runner {
    display: block;
    position: relative;
    width: 44px;
    height: 24px;
    margin: 0 22px;
    font-size: .875rem;
    line-height: 1
}

.bx-sb-features-table__switcher-runner-slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border: 2px solid #3bc8f5;
    border-radius: 12px;
    transition: .4s linear;
    cursor: pointer
}

.bx-sb-features-table__switcher-runner-slider:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    left: 3px;
    bottom: 2px;
    background-color: #3bc8f5;
    border-radius: 100%;
    -webkit-transition: .4s;
    transition: .4s
}

.bx-sb-features-table__switcher-runner.checked .bx-sb-features-table__switcher-runner-slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px)
}

.bx-sb-features-table__open-icon {
    display: inline-block;
    position: relative;
    flex: 0 0 10px;
    width: 10px;
    height: 12px;
    margin: 0 10px 0 0;
    font-size: 0
}

.bx-sb-features-table__open-icon:before, .bx-sb-features-table__open-icon:after {
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 12px;
    background: #68ddff;
    border-radius: 5px
}

.bx-sb-features-table__open-icon:before {
    left: 0;
    transform: rotate(45deg)
}

.bx-sb-features-table__open-icon:after {
    right: 0;
    transform: rotate(-45deg)
}

.bx-sb-features-table__row_section.section-hidden .bx-sb-features-table__open-icon {
    transform: rotate(180deg)
}

.bx-sb-features-table__row_subsection.subsection-hidden {
    display: none
}

.bx-sb-features-table.equal .n-equal-section {
    display: none
}

.bx-sb-features-table__tooltip {
    display: none;
    position: absolute;
    top: 100%;
    margin-top: 15px;
    padding: 20px 12px;
    background: #fff;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.5;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    z-index: 2
}

.bx-sb-features-table__tooltip {
    min-width: 260px;
    max-width: 100%
}

.bx-sb-features-table__tooltip:before, .bx-sb-features-table__tooltip:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    bottom: 100%;
    left: 10px;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 14px solid #e9ecef;
    z-index: 12
}

.bx-sb-features-table__tooltip:after {
    left: 12px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 13px solid #fff
}

.bx-sb-features-table__tooltip_opened {
    display: block
}

.bx-sb-features-table__tooltip-close {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 10px;
    right: 10px;
    background: transparent;
    transition: 160ms all linear;
    cursor: pointer
}

.bx-sb-features-table__tooltip-close:before, .bx-sb-features-table__tooltip-close:after {
    content: '';
    display: block;
    position: absolute;
    width: 16px;
    height: 1px;
    top: 50%;
    left: 50%;
    background-color: #adb5bd;
    transition: 160ms all linear
}

.bx-sb-features-table__tooltip-close:before {
    transform: translate(-50%, -50%) rotate(45deg)
}

.bx-sb-features-table__tooltip-close:after {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.bx-sb-features-table__tooltip-hover {
    display: inline-block;
    position: relative;
    width: 0;
    height: 0;
    margin-left: 5px;
    padding: 6px;
    background-color: #dee2e6;
    border-radius: 100%;
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
    z-index: 1
}

.bx-sb-features-table__tooltip-hover:before {
    content: 'i';
    display: inline;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: .5rem;
    font-weight: 400;
    line-height: 1;
    transform: translate(-50%, -50%);
    z-index: 2
}

.bx-sb-features-table__prolog-description {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px
}

.bx-sb-features-table__prolog-description-item {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    font-size: 1rem;
    line-height: 1
}

.bx-sb-features-table__prolog-description-item-message {
    display: block;
    color: #3bc8f5;
    font-weight: 500;
    text-transform: uppercase
}

.bx-sb-features-table__prolog-icon {
    display: block;
    margin-right: 10px;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

.bx-sb-features-table__prolog-icon_archive {
    width: 22px;
    height: 30px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAfCAYAAAD9cg1AAAAB8klEQVRIie2WP0gcQRSHv5PDkWCqqIUcJJBCtNJmggEhRSBRDFhJ7MTqrFLERmwDVsHWSiwstDFdSMBKJMFpTkNALFIEbPyDRBRkcp7K23tjxnPPRmzCPpjbmffN+72Z2d3bl8P5HeCAdGsDHgK/6vCnwDGwV4e3gPMbdaCwaZwv3cJLyZz6fCOvnUZgG8gpMsDHaKIFPgMn6mkGBiI+AbwHvHougA7pNKjjAXCENU+SBiNAIVpLO7AQ8QX1BSskMf/4kWpeJbg3yxJkCe5u+UihGedfaL87RbkQ8UIK78aF9yx5EROrJrDmD84vAaPqPwfmgX4dfwdeR/xAfcGWlYWFLalmtANrpm6syfl+ZbtAMYWH2FVgNe08s8c0S5Al+B8S5K+NnH8OPAZWsGa/hknl8UpHX7Hmbw1vBV4Cv7HmW3A3RBNmAKlxpERxON8VsSZgDRjWtqa+wLuSmGrstGpFO3D+ETAIdGLNGc6vA++AQ533BviJNWM6f059wWTuJNYs4rxobuH8h3gHoeC60Gul5gEQXo7G5Sgm6FRqNHLVHykdrZGPxayev5SKb4EhLcDkOyD3Rv7/ZWdiz4BeQM76C7AIfNJrj96HomjHqxzXclFKyD6s+XFFrDlVwRVtveoLfDOJqcaKhmjpNu6zuoaWS+swnRAL4ID2AAAAAElFTkSuQmCC)
}

.bx-sb-features-table__prolog-icon_equal {
    width: 32px;
    height: 26px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAaCAYAAADWm14/AAACn0lEQVRIicWWTYhNYRjHf8bkRb4WVhZMPhKllOa1G8RGUyRsdKVhIVmMsjM+hlKzwkZSE3c1G0WRj7oXI2Wm12dpotzUZIXZaHz0KtL7nue6x7nnk8F/cU/nnOd5/v//c859njOJOBhbAZYC32PvF0cr8BitNkczmwUYuxh4CdwALmdQrZfj7Yy4XcBqoA2t3mUJKAMbgDmSMJZY1tgz/qjVgZSY+UANeA9cisa2RIKd+xKwHXgFHMpwlgeuxgNgD7BXBCUIgMNAFa2GJHEfxs77beqAbDfQi1a3gIdAT7yAhvtef67VTeAJcPSP3Ws1KOdHfCcCroiAhvvh0LUe78DYRYWpw+7r0Oqe54BjvwqIum8kOOWDorwoou7DRndg7PJwB+Lc1+Eewc56Qk73C5rcN0w9Aq4BJwMBxi6Jdd9IGJaEEwU6cDzBfR2uO5swdpWbUOflZZuKsWsTEq4C/Ri7UV7OZBi7xncMDqbUc7gDnHUC1smFuzmctQPpAmCrvFunc9TzM/qt/79rdSXD2QvgTY6aT/0o12pZRr0twDmntCItSwtul+VUzSGg6mODnDQ4zooT0Ad0YmwpgdzthItAGa2yOxDElH1OkBtXs+Q5oa8FrUaA/cAFjD31c1YbqzDWrU8DWKA7h/s6uiXH+BquFjKcHIfjcpxajbSI6n5R5LbgKMaOA5+AAeA60IFW47npg9gOyR3wtYKao8LRKZyJ3wMLAZfwDK2+JBLlW8fTgJXATOA1WtXCt1tj1Ndkf08MAgNDSbWi6/if478LaH4EaTB2BjA3FDHL/xrbFro2hlYf/44A2CYzIYqu0HmXzIFciP8sT4KxU4DpGVGf0errxAowdgUwuZBY+IZWz7OC8j6C+8DsggI+yKd9MoAf6pTZq4mqlYgAAAAASUVORK5CYII=)
}

.bx-sb-features-table__epilog {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 220px);
    margin-top: 20px;
    margin-left: 220px
}

.bx-sb-features-table__epilog-item {
    display: flex;
    flex: 1 0 100%;
    justify-content: center;
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid #dee2e6;
    box-sizing: border-box
}

.bx-sb-features-table__epilog-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center
}

.bx-sb-features-table__epilog-title {
    color: #262626;
    margin-bottom: 10px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5
}

.bx-sb-features-table__epilog-description {
    color: #262626;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5
}

.bx-sb-features-table__epilog-link-element {
    font-size: .875rem;
    font-weight: 500;
    line-height: 1
}

@media (min-width: 0) {
    .bx-sb-features-table {
        display: none
    }

    .bx-sb-features-table_portal {
        display: block
    }

    .bx-sb-features-table__row {
        align-items: center;
        justify-content: center;
        flex-direction: column
    }

    .bx-sb-features-table__row:last-child .bx-sb-features-table__body-group-items {
        padding-bottom: 0
    }

    .bx-sb-features-table__row_type-section .bx-sb-features-table__body-group, .bx-sb-features-table__row_type-subsection .bx-sb-features-table__body-group {
        display: none
    }

    .bx-sb-features-table__sidebar {
        flex: 1 0 auto;
        max-width: none;
        padding: 10px 0
    }

    .bx-sb-features-table__body {
        width: 100%;
        flex: 1 0 auto
    }

    .bx-sb-features-table__body-group, .bx-sb-features-table__body-group-items, .bx-sb-features-table__body-item {
        flex: 1 0 auto
    }

    .bx-sb-features-table__body-group {
        margin: 0
    }

    .bx-sb-features-table__body-group-head, .bx-sb-features-table__body-item {
        min-width: auto
    }

    .bx-sb-features-table__body-group-head, .bx-sb-features-table__body-title {
        font-size: 1rem
    }

    .bx-sb-features-table__body-title {
        padding-bottom: 20px;
        font-weight: 500
    }

    .bx-sb-features-table__features-controls {
        flex-direction: column
    }

    .bx-sb-features-table__features-controls-title {
        margin-bottom: 20px
    }

    .bx-sb-features-table__prolog-description {
        width: 100%;
        margin-left: 0
    }

    .bx-sb-features-table__prolog-description-item {
        margin: 10px
    }

    .bx-sb-features-table__prolog-description-item:first-child {
        margin-left: 0
    }

    .bx-sb-features-table__prolog-description-item:last-child {
        margin-right: 0
    }
}

@media (min-width: 768px) {
    .bx-sb-features-table {
        display: block
    }
}

@media (min-width: 992px) {
    .bx-sb-features-table__body-group-head, .bx-sb-features-table__body-item {
        min-width: 125px
    }

    .bx-sb-features-table__body-title {
        font-weight: 500
    }
}

@media (min-width: 1200px) {
    .bx-sb-features-table__row {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        flex-direction: row
    }

    .bx-sb-features-table__row_type-section .bx-sb-features-table__body-group, .bx-sb-features-table__row_type-subsection .bx-sb-features-table__body-group {
        display: block
    }

    .bx-sb-features-table__sidebar {
        flex: 1 0 220px;
        max-width: 220px;
        padding: 3px 14px 3px 5px
    }

    .bx-sb-features-table__body {
        width: 100%;
        flex: 1 0 calc(100% - 220px)
    }

    .bx-sb-features-table__body-group, .bx-sb-features-table__body-group-items, .bx-sb-features-table__body-item {
        flex: auto
    }

    .bx-sb-features-table__body-group {
        margin: 0 4px
    }

    .bx-sb-features-table_portal .bx-sb-features-table__body-group {
        flex: 1 0 auto
    }

    .bx-sb-features-table__body-group-head, .bx-sb-features-table__body-item {
        min-width: 150px
    }

    .bx-sb-features-table__body-title {
        padding-bottom: 0;
        font-size: 1.4rem
    }

    .bx-sb-features-table__features-controls {
        flex-direction: row
    }

    .bx-sb-features-table__features-controls-title {
        margin-bottom: 0
    }

    .bx-sb-features-table__prolog-description {
        width: calc(100% - 220px);
        margin-left: 220px
    }
}

.bxst-blog-post-banner .bxst-blog-post-banner-item-background {
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.bxst-blog-post-banner .bxst-blog-post-banner-item-background.bxst-slim {
    height: 300px
}

.bxst-blog-post-banner .bxst-blog-post-banner-item-header {
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box
}

.bxst-blog-post-banner .bxst-blog-post-banner-item-info {
    position: absolute;
    max-width: 880px;
    width: 100%;
    top: 50%;
    left: 50%;
    padding: 0 15px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: .9;
    box-sizing: border-box
}

.bxst-blog-post-banner .bxst-blog-post-banner-item-title .bxst-block-title {
    text-align: left
}

.bxst-blog-post-banner .bxst-blog-post-banner-item-title-item {
    color: #fff;
    text-decoration: none
}

.bxst-blog-post-banner .bxst-blog-post-banner-item-description {
    display: flex;
    align-items: center;
    margin-top: 80px
}

.bxst-blog-post-banner .bxst-blog-post-banner-item-author {
    display: flex;
    align-items: center;
    margin-right: 30px
}

.bxst-blog-post-banner .bxst-blog-post-banner-item-author-picture {
    width: 35px;
    height: 35px;
    background-color: #3bc8f5;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 100%;
    margin-right: 10px
}

.bxst-blog-post-banner .bxst-blog-post-banner-item-author-name {
    color: #fff;
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: 1px
}

.bxst-blog-section-select {
    margin-top: 55px
}

.bxst-blog-section-select .bxst-blog-section-select-cnt {
    max-width: 880px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box
}

.bxst-blog-section-select .bxst-blog-section-select-outer {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.bxst-blog-section-select .bxst-blog-tab-category {
    flex: 1
}

.bxst-blog-section-select .bxst-blog-select {
    display: flex;
    justify-content: flex-end;
    font-size: .875rem
}

.bxst-blog-section-select .bxst-blog-select .bxst-select-simple-border {
    height: 44px;
    line-height: 44px;
    border: 1px solid #adb5bd
}

.bxst-blog-section-select .bxst-blog-select .bxst-select-simple-border .bxst-select-phantom-choosed {
    color: #495057
}

.bxst-blog-select-dropdown {
    font-size: .875rem
}

.bxst-blog-select-dropdown .bxst-select-phantom-list-inner {
    max-height: 250px;
    overflow-y: auto
}

.bxst-blog-search {
    max-width: 325px;
    width: 100%;
    margin-right: 10px;
    border: 1px solid #adb5bd;
    border-radius: 3px;
    box-sizing: border-box
}

.bxst-blog-search .search-form {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 11px 12px;
    border: none;
    box-sizing: border-box
}

.bxst-blog-search .search-form form {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box
}

.bxst-blog-search .search-form [name="q"], .bxst-blog-search .search-form [name="s"] {
    outline: none
}

.bxst-blog-search .search-form [name="q"] {
    flex: 1;
    max-width: calc(100% - 32px);
    margin: 0 10px 0 0;
    padding: 0;
    border: none;
    color: #495057;
    font-size: .875rem
}

.bxst-blog-search .search-form [name="q"]::placeholder {
    color: #495057
}

.bxst-blog-search .search-form [name="s"] {
    width: 22px;
    height: 20px;
    margin: 0;
    background: url(../images/icons/icon-search-gray.svg);
    border: none;
    font-size: 0;
    line-height: 0;
    cursor: pointer
}

.bxst-blog-section {
    margin-top: 40px;
    margin-bottom: 50px
}

.bxst-blog-section .bxst-blog-section-cnt {
    max-width: 880px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box
}

.bxst-blog-section .bxst-blog-post-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.bxst-blog-section .bxst-blog-post-list-item {
    flex: 0 0 calc(50% - 14px);
    max-width: 410px;
    margin: 10px 0;
    box-sizing: border-box
}

.bxst-blog-section .bxst-blog-post-list-item-outer {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 3px;
    box-shadow: 0 0 12px rgba(173, 181, 189, 0.5);
    transition: 160ms box-shadow linear;
    box-sizing: border-box
}

.bxst-blog-section .bxst-blog-post-list-item-outer:hover {
    box-shadow: 0 0 12px rgba(173, 181, 189, 0.8)
}

.bxst-blog-section .bxst-blog-post-list-item-header-section {
    flex: 1
}

.bxst-blog-section .bxst-blog-post-list-item-header {
    position: relative;
    width: 100%;
    height: 180px;
    background-color: #3bc8f5;
    box-sizing: border-box
}

.bxst-blog-section .bxst-blog-post-list-item-picture {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box
}

.bxst-blog-section .bxst-blog-post-list-item-picture-item {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto
}

.bxst-blog-section .bxst-blog-post-list-item-category {
    font-size: .875rem
}

.bxst-blog-section .bxst-blog-post-list-item-info {
    padding: 20px 27px
}

.bxst-blog-section .bxst-blog-post-list-item-title, .bxst-blog-section .bxst-blog-post-list-item-title-link {
    font-size: 1.5625rem;
    font-weight: 400;
    line-height: 1.5
}

.bxst-blog-section .bxst-blog-post-list-item-title-link {
    text-decoration: none
}

.bxst-blog-section .bxst-blog-post-list-item-title, .bxst-blog-section .bxst-blog-post-list-item-title-link {
    margin: 0;
    color: #262626;
    text-decoration: none
}

.bxst-blog-section .bxst-blog-post-list-item-description {
    margin-top: 35px;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.7
}

.bxst-blog-section .bxst-blog-post-list-item-title b, .bxst-blog-section .bxst-blog-post-list-item-title-link b, .bxst-blog-section .bxst-blog-post-list-item-description b {
    font-weight: 500
}

.bxst-blog-section .bxst-blog-post-list-item-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 27px 30px
}

.bxst-blog-section .bxst-blog-post-list-item-author {
    display: flex;
    align-items: center
}

.bxst-blog-section .bxst-blog-post-list-item-author-picture {
    width: 35px;
    height: 35px;
    background-color: #3bc8f5;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 100%;
    margin-right: 10px
}

.bxst-blog-section .bxst-blog-post-list-item-author-name {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1
}

.bxst-blog-section .bxst-blog-post-list-item-button {
    display: flex
}

.bxst-blog-section .bxst-blog-post-list-item-button .bxst-btn {
    text-transform: none
}

.bxst-blog-section .bxst-blog-post-detail-category {
    padding: 12px 16px;
    background: #3bc8f5;
    border-radius: .375rem;
    color: #fff;
    font-size: 1rem;
    line-height: 1
}

.bxst-blog-section .bxst-blog-post-detail-header-category {
    display: flex;
    align-items: center;
    flex: 1 0 auto
}

.bxst-blog-section .bxst-blog-post-detail-header-category-section {
    flex: 0 0 auto
}

.bxst-blog-section .bxst-blog-post-detail-header-registration-section {
    display: flex;
    justify-content: flex-end;
    flex: 1 0 auto
}

.bxst-blog-section .bxst-blog-post-detail-title {
    max-width: 90%;
    margin: 30px 0
}

.bxst-blog-section .bxst-blog-post-detail-title .bxst-block-title {
    margin: 0;
    text-align: left
}

.bxst-blog-section .bxst-blog-post-detail-picture {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background-color: transparent;
    border-radius: 3px;
    overflow: hidden;
    box-sizing: border-box
}

.bxst-blog-section .bxst-blog-post-detail-picture-item {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    box-sizing: border-box
}

.bxst-blog-section .bxst-blog-post-detail-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 50px
}

.bxst-blog-section .bxst-blog-post-detail-author {
    display: flex;
    align-items: center;
    margin-top: 46px
}

.bxst-blog-section .bxst-blog-post-detail-author-picture {
    width: 65px;
    height: 65px;
    background-color: #3bc8f5;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 100%;
    margin-right: 10px
}

.bxst-blog-section .bxst-blog-post-detail-author-name {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1
}

.bxst-blog-section .bxst-blog-post-detail-time {
    display: flex;
    align-items: center;
    margin-top: 5px;
    color: #6c757d;
    font-size: .8125rem;
    font-weight: 300;
    line-height: 1
}

.bxst-blog-section .bxst-blog-post-detail-time-section:after {
    content: '•';
    padding: 0 10px
}

.bxst-blog-section .bxst-blog-post-detail-time-section:last-child:after {
    content: none
}

.bxst-blog-section .bxst-blog-post-detail-share {
    display: flex;
    align-items: center;
    flex: 1;
    box-sizing: border-box
}

.bxst-blog-section .bxst-blog-post-detail-article {
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.8
}

.bxst-blog-section .bxst-blog-post-detail-article iframe, .bxst-blog-section .bxst-blog-post-detail-article img {
    max-width: 100%;
    box-sizing: border-box
}

.bxst-blog-section .bxst-blog-post-detail-article img {
    height: auto !important
}

.bxst-blog-section .bxst-blog-post-detail-article iframe {
    margin-left: auto;
    margin-right: auto
}

.bxst-blog-section .bxst-blog-post-detail-article {
    margin: 0 auto
}

.bxst-blog-section .bxst-blog-section-comments {
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box
}

.bxst-blog-post-navigation {
    margin: 30px 0 0;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1
}

.bxst-blog-post-navigation .nav-link, .bxst-blog-post-navigation .nav-text {
    margin: 0 5px
}

.bxst-blog-post-navigation .nav-link:first-child, .bxst-blog-post-navigation .nav-text:first-child {
    margin-left: 0
}

.bxst-blog-post-navigation .nav-link:last-child, .bxst-blog-post-navigation .nav-text:last-child {
    margin-right: 0
}

.bxst-blog-section-category {
    margin-bottom: 50px
}

.bxst-blog-section-category .bxst-blog-section-category-cnt {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box
}

.bxst-blog-section-category .bxst-blog-category-title .bxst-block-title {
    margin: 10px;
    text-align: left
}

.bxst-blog-section-category .bxst-blog-category-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

.bxst-blog-section-category .bxst-blog-category-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 0 0 calc(33.3% - 20px);
    margin: 10px;
    border: 1px solid #e9ecef;
    border-radius: 2px;
    box-sizing: border-box
}

.bxst-blog-section-category .bxst-blog-category-list-item-title {
    padding: 0 15px;
    color: #262626
}

.bxst-blog-section-category .bxst-blog-category-list-item-picture {
    width: 72px;
    height: 72px;
    background-color: #3bc8f5;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.bxst-blog-section-user-banner {
    margin: 0;
    padding: 40px 0;
    background-color: #3bc8f5
}

.bxst-blog-section-user-banner .bxst-blog-section-user-banner-title, .bxst-blog-section-user-banner .bxst-blog-section-user-banner-description {
    color: #fff;
    text-align: center
}

.bxst-blog-section-user-banner .bxst-blog-section-user-banner-title {
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 1.8
}

.bxst-blog-section-user-banner .bxst-blog-section-user-banner-description {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.8
}

.bxst-blog-section-user-banner .bxst-blog-button {
    display: flex;
    justify-content: center;
    margin-top: 30px
}

.bxst-blog-section-user-banner_light {
    background-color: transparent
}

.bxst-blog-section-user-banner_light .bxst-blog-section-user-banner-title, .bxst-blog-section-user-banner_light .bxst-blog-section-user-banner-description {
    color: inherit
}

.bxst-blog-post-same-articles .bxst-blog-post-same-articles-title {
    margin-bottom: 45px;
    padding-bottom: 26px;
    border-bottom: 1px solid #adb5bd
}

.bxst-blog-post-same-articles .bxst-blog-post-same-articles-title, .bxst-blog-post-same-articles .bxst-blog-same-articles-list-item-section {
    color: #adb5bd;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.8
}

.bxst-blog-post-same-articles .bxst-blog-same-articles-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.bxst-blog-post-same-articles .bxst-blog-same-articles-list-item {
    flex: 0 0 calc(50% - 20px);
    margin-bottom: 45px
}

.bxst-blog-post-same-articles .bxst-blog-same-articles-list-item-section {
    margin-bottom: 10px
}

.bxst-blog-post-same-articles .bxst-blog-same-articles-list-item-header {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.8
}

.bxst-blog-button .bxst-btn.bxst-btn-primary-border {
    display: flex;
    align-items: center;
    color: #fff;
    text-transform: none
}

.bxst-blog-button .bxst-btn.bxst-btn-primary-border:hover {
    color: #fff;
    opacity: .8
}

.bxst-blog-button .bxst-arrow-text {
    font-size: .75rem;
    line-height: 1
}

.bxst-blog-button .bxst-arrow-left {
    position: relative;
    width: 9px;
    height: 15px;
    margin-right: 5px;
    font-size: 0
}

.bxst-blog-button .bxst-arrow-left:before, .bxst-blog-button .bxst-arrow-left:after {
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 9px;
    background: #fff;
    border-radius: 5px;
    transition: all 0.2s ease-in-out
}

.bxst-blog-button .bxst-arrow-left:before {
    top: 0;
    transform: rotate(45deg)
}

.bxst-blog-button .bxst-arrow-left:after {
    bottom: 0;
    transform: rotate(-45deg)
}

@media (max-width: 992px) {
    .bxst-blog-post-banner .bxst-blog-post-banner-item-background {
        height: 300px
    }

    .bxst-blog-post-banner .bxst-blog-post-banner-item-description {
        margin-top: 30px
    }

    .bxst-blog-section-select {
        margin-top: 20px
    }

    .bxst-blog-section-category .bxst-blog-category-list-item {
        flex: 0 0 calc(50% - 20px)
    }

    .bxst-blog-section {
        margin-top: 10px
    }

    .bxst-blog-section .bxst-blog-post-detail-picture {
        height: auto
    }

    .bxst-blog-section .bxst-blog-post-detail-picture-item {
        display: block;
        position: static;
        -webkit-transform: none;
        transform: none
    }

    .bxst-blog-section .bxst-blog-post-detail-header {
        margin-top: 30px
    }

    .bxst-blog-section .bxst-blog-post-detail-category {
        display: inline-block
    }

    .bxst-blog-post-same-articles .bxst-blog-post-same-articles-title, .bxst-blog-post-same-articles .bxst-blog-same-articles-list-item-section {
        font-size: .875rem;
        line-height: 1.8
    }

    .bxst-blog-post-same-articles .bxst-blog-post-same-articles-title {
        margin-bottom: 30px;
        padding-bottom: 10px;
        border-bottom: 1px solid #ced4da
    }

    .bxst-blog-post-same-articles .bxst-blog-same-articles-list-item {
        flex: 0 0 100%;
        margin-bottom: 30px;
        box-sizing: border-box
    }

    .bxst-blog-post-same-articles .bxst-blog-same-articles-list-item-section {
        margin-bottom: 10px
    }

    .bxst-blog-post-same-articles .bxst-blog-same-articles-list-item-header {
        font-size: 18px;
        line-height: 24px
    }
}

@media (max-width: 768px) {
    .bxst-blog-section .bxst-blog-post-list-item {
        flex: 0 0 100%;
        max-width: 100%
    }

    .bxst-blog-section .bxst-blog-post-detail-info {
        margin-bottom: 30px
    }

    .bxst-blog-section .bxst-blog-post-detail-share {
        justify-content: flex-start;
        flex: 1 0 100%
    }

    .bxst-blog-section .bxst-blog-post-detail-article {
        font-size: .875rem;
        line-height: 1.8
    }

    .bxst-blog-section-category .bxst-blog-category-list-item {
        flex: 0 0 calc(100% - 20px)
    }
}

@media (max-width: 576px) {
    .bxst-blog-section-select .bxst-blog-section-select-outer {
        flex-direction: column
    }

    .bxst-blog-section-select .bxst-blog-search, .bxst-blog-section-select .bxst-blog-select {
        max-width: none;
        width: 100%;
        margin: 0 0 10px 0;
        box-sizing: border-box
    }

    .bxst-blog-section-select .bxst-select-simple-border {
        width: 100%
    }

    .bxst-blog-section-select .bxst-select-phantom-choosed {
        text-align: left
    }

    .bxst-blog-section .bxst-blog-post-detail-header-category {
        flex-direction: column;
        align-items: flex-start
    }

    .bxst-blog-section .bxst-blog-post-detail-header-registration-section {
        margin-top: 20px
    }

    .bxst-blog-section .bxst-blog-post-detail-title {
        max-width: 90%
    }

    .bxst-blog-section .bxst-blog-post-detail-time {
        align-items: flex-start;
        flex-direction: column
    }

    .bxst-blog-section .bxst-blog-post-detail-time-section {
        margin-bottom: 5px
    }

    .bxst-blog-section .bxst-blog-post-detail-time-section:after {
        content: none
    }

    .bxst-blog-section .bxst-blog-post-list-item-footer {
        justify-content: center;
        flex-direction: row-reverse;
        flex-wrap: wrap
    }

    .bxst-blog-section .bxst-blog-post-list-item-button {
        order: 2
    }

    .bxst-blog-section .bxst-blog-post-list-item-category {
        flex: 1 0 100%;
        margin: 0 0 15px 0;
        order: 1;
        text-align: center
    }

    .bxst-blog-section-user-banner .bxst-blog-section-user-banner-title {
        font-size: 1.5rem
    }

    .bxst-blog-section-user-banner .bxst-blog-section-user-banner-description {
        font-size: .875rem;
        line-height: 1.8
    }
}

.bxst-section-features-slider {
    margin: 101px auto 50px
}

.bxst-features-slider {
    padding: 48px 15px 0;
    background: url(../images/features-slider/clouds-bg.png?1) no-repeat;
    background-position: center;
    background-size: contain;
    box-sizing: border-box
}

.bxst-features-slider-button-section {
    display: none;
    margin: 40px auto;
    padding: 0 15px;
    text-align: center
}

.bxst-features-slider-wrapp.bxst-features-slider-not-loaded {
    display: block
}

.bxst-features-slider-wrapp.bxst-features-slider-not-loaded .bxst-features-slider-item:nth-child(n) {
    display: none
}

.bxst-features-slider-wrapp.bxst-features-slider-not-loaded .bxst-features-slider-item:first-child {
    display: flex
}

.bxst-features-slider-wrapp .bxst-features-slider-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1180px;
    margin: 50px auto;
    padding: 0 15px
}

.bxst-features-slider-wrapp .bxst-features-slider-info {
    max-width: 420px;
    color: #000
}

.bxst-features-slider-wrapp .bxst-features-slider-info-title {
    margin-top: 71px;
    margin-bottom: 0;
    font-size: 2.25rem;
    line-height: 1.8;
    letter-spacing: -1px
}

.bxst-features-slider-wrapp .bxst-features-slider-info-text {
    margin-top: 0;
    font-size: 1.125rem;
    line-height: 1.8
}

.bxst-features-slider-wrapp .bxst-features-slider-info-btn {
    margin-top: 40px
}

.bxst-features-slider-wrapp .bxst-features-slider-media-picture-item {
    display: block;
    max-width: 680px;
    max-height: 420px;
    margin: 0;
    padding: 0;
    box-shadow: -5px 3px 20px 0 #6c757d
}

.bxst-features-slider-wrapp .animated {
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.fadeInFeaturesSlide {
    -webkit-animation-name: fadeInFeaturesSlide;
    animation-name: fadeInFeaturesSlide;
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.fadeOutFeaturesSlide {
    -webkit-animation-name: fadeOutFeaturesSlide;
    animation-name: fadeOutFeaturesSlide
}

.bxst-features-slider-dots {
    max-width: 1180px;
    margin: 0 auto
}

.bxst-features-slider-dots .bxst-features-slider-dots-list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: auto
}

.bxst-features-slider-dots .bxst-features-slider-dots-list-item {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    min-width: 100px;
    max-width: 20%;
    width: calc(20% - 75px)
}

.bxst-features-slider-dots .bxst-features-slider-dots-list-item:last-child .bxst-dots-arrow {
    display: none
}

.bxst-features-slider-dots .bxst-features-slider-dots-list-item-cnt {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100px;
    height: 100px;
    background: #3bc8f5;
    border: 1px solid #3bc8f5;
    border-radius: 100%;
    cursor: pointer
}

.bxst-features-slider-dots .bxst-features-slider-dots-list-item-picture {
    position: relative;
    z-index: 4
}

.bxst-features-slider-dots .bxst-features-slider-dots-list-item-picture-img {
    display: block
}

.bxst-features-slider-dots .bxst-features-slider-dots-list-item-title {
    flex: 1 0 100%;
    margin-top: 24px;
    color: #262626;
    font-size: .75rem;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer
}

.bxst-features-slider-dots .bxst-dots-arrow {
    position: absolute;
    width: 100px;
    height: 2px;
    top: 0;
    left: calc(100% + -4px);
    margin-top: 49px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAACCAYAAACQahZdAAAACXBIWXMAAC4jAAAuIwF4pT92AAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAOjNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+Cjx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4KICAgPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICAgICAgPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIKICAgICAgICAgICAgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICAgICAgICAgICB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIgogICAgICAgICAgICB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyI+CiAgICAgICAgIDx4bXA6Q3JlYXRvclRvb2w+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpPC94bXA6Q3JlYXRvclRvb2w+CiAgICAgICAgIDx4bXA6Q3JlYXRlRGF0ZT4yMDE3LTEwLTMxVDEwOjE4OjA2KzAyOjAwPC94bXA6Q3JlYXRlRGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAxNy0xMC0zMVQxMDoxODowNiswMjowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPHhtcDpNb2RpZnlEYXRlPjIwMTctMTAtMzFUMTA6MTg6MDYrMDI6MDA8L3htcDpNb2RpZnlEYXRlPgogICAgICAgICA8eG1wTU06SW5zdGFuY2VJRD54bXAuaWlkOmJkNDFiYmNhLTNkNTktNTI0ZS1iNTNiLTQzY2IwMzRlMDAzMTwveG1wTU06SW5zdGFuY2VJRD4KICAgICAgICAgPHhtcE1NOkRvY3VtZW50SUQ+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmYwNzFkYzFjLWJlMTMtMTFlNy05MzNhLThmYjM2NDlkYjZjMDwveG1wTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD54bXAuZGlkOjU4ZGFjNDlkLWI3Y2MtMjE0ZC1iMWUxLThiNjQyNDk5NWJiNzwveG1wTU06T3JpZ2luYWxEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06SGlzdG9yeT4KICAgICAgICAgICAgPHJkZjpTZXE+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPmNyZWF0ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDo1OGRhYzQ5ZC1iN2NjLTIxNGQtYjFlMS04YjY0MjQ5OTViYjc8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDp3aGVuPjIwMTctMTAtMzFUMTA6MTg6MDYrMDI6MDA8L3N0RXZ0OndoZW4+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE3IChXaW5kb3dzKTwvc3RFdnQ6c29mdHdhcmVBZ2VudD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPnNhdmVkPC9zdEV2dDphY3Rpb24+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDppbnN0YW5jZUlEPnhtcC5paWQ6YmQ0MWJiY2EtM2Q1OS01MjRlLWI1M2ItNDNjYjAzNGUwMDMxPC9zdEV2dDppbnN0YW5jZUlEPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6d2hlbj4yMDE3LTEwLTMxVDEwOjE4OjA2KzAyOjAwPC9zdEV2dDp3aGVuPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6c29mdHdhcmVBZ2VudD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpTZXE+CiAgICAgICAgIDwveG1wTU06SGlzdG9yeT4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8L2RjOmZvcm1hdD4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9wOkNvbG9yTW9kZT4KICAgICAgICAgPHBob3Rvc2hvcDpJQ0NQcm9maWxlPkFkb2JlIFJHQiAoMTk5OCk8L3Bob3Rvc2hvcDpJQ0NQcm9maWxlPgogICAgICAgICA8dGlmZjpPcmllbnRhdGlvbj4xPC90aWZmOk9yaWVudGF0aW9uPgogICAgICAgICA8dGlmZjpYUmVzb2x1dGlvbj4xMTgxMTAwLzEwMDAwPC90aWZmOlhSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj4xMTgxMTAwLzEwMDAwPC90aWZmOllSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpSZXNvbHV0aW9uVW5pdD4zPC90aWZmOlJlc29sdXRpb25Vbml0PgogICAgICAgICA8ZXhpZjpDb2xvclNwYWNlPjY1NTM1PC9leGlmOkNvbG9yU3BhY2U+CiAgICAgICAgIDxleGlmOlBpeGVsWERpbWVuc2lvbj41PC9leGlmOlBpeGVsWERpbWVuc2lvbj4KICAgICAgICAgPGV4aWY6UGl4ZWxZRGltZW5zaW9uPjI8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAKPD94cGFja2V0IGVuZD0idyI/Pr5pn/IAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOgAAFIIAAEVWAAAOpcAABdv11ofkAAAACJJREFUeNpi1D/+/T8DAwPDBQsORgYoYGLAAgAAAAD//wMAlX4EAZdj/d4AAAAASUVORK5CYII=);
    background-repeat: repeat-x;
    overflow: hidden
}

.bxst-features-slider-dots .bxst-dots-animator {
    position: relative;
    opacity: .7;
    transition-property: opacity;
    transition-duration: .5s;
    transition-delay: .5s
}

.bxst-features-slider-dots .bxst-dots-animator:before, .bxst-features-slider-dots .bxst-dots-animator:after {
    content: '';
    position: absolute;
    border-radius: 100%
}

.bxst-features-slider-dots .bxst-dots-animator:before {
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    margin: auto;
    background: #3bc8f5;
    transition-property: width, height;
    transition-duration: inherit;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.bxst-features-slider-dots .bxst-dots-animator:after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5
}

.bxst-features-slider-dots .bxst-dots-animator:hover:before {
    width: calc(100% + 20px);
    height: calc(100% + 20px)
}

.bxst-features-slider-dots .bxst-dots-animator-cnt {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 0;
    left: 0;
    background: #3bc8f5;
    border-radius: 100%
}

.bxst-features-slider-dots .bxst-dots-animator-cnt, .bxst-features-slider-dots .bxst-dots-animator-cnt * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.bxst-features-slider-dots .bxst-dots-animator-cnt .bxst-dots-animator-half {
    position: absolute;
    width: 50%;
    height: 100%;
    background: #3bc8f5;
    border: 2px solid #fff;
    transform-origin: 100% 50%
}

.bxst-features-slider-dots .bxst-dots-animator-cnt .bxst-dots-animator-spinner {
    border-radius: 100% 0 0 100% / 50% 0 0 50%;
    border-right: none;
    z-index: 2
}

.bxst-features-slider-dots .bxst-dots-animator-cnt .bxst-dots-animator-filler {
    left: 50%;
    border-radius: 0 100% 100% 0 / 0 50% 50% 0;
    border-left: none;
    opacity: 0;
    z-index: 1
}

.bxst-features-slider-dots .bxst-dots-animator-cnt .bxst-dots-animator-mask {
    position: absolute;
    width: calc(50% + 1px);
    height: calc(100% + 1px);
    padding-right: 1px;
    top: -1px;
    left: -1px;
    background: inherit;
    border-radius: 100% 0 0 100% / 50% 0 0 50%;
    border: 1px solid #3bc8f5;
    opacity: 1;
    z-index: 3
}

.bxst-features-slider-dots .autoplay .bxst-dots-animator {
    animation-duration: inherit;
    animation-delay: inherit;
    animation-iteration-count: 1
}

.bxst-features-slider-dots .autoplay .bxst-dots-animator .bxst-dots-animator-cnt {
    animation-duration: inherit;
    animation-delay: inherit;
    animation-iteration-count: inherit
}

.bxst-features-slider-dots .autoplay .bxst-dots-animator .bxst-dots-animator-spinner, .bxst-features-slider-dots .autoplay .bxst-dots-animator .bxst-dots-animator-filler, .bxst-features-slider-dots .autoplay .bxst-dots-animator .bxst-dots-animator-mask {
    animation-duration: inherit;
    animation-iteration-count: inherit
}

.bxst-features-slider-dots .autoplay .bxst-dots-animator .bxst-dots-animator-spinner {
    animation-timing-function: linear
}

.bxst-features-slider-dots .autoplay .bxst-dots-animator .bxst-dots-animator-filler {
    animation-timing-function: steps(1, end);
    animation-direction: reverse
}

.bxst-features-slider-dots .autoplay .bxst-dots-animator .bxst-dots-animator-mask {
    animation-timing-function: steps(1, end)
}

.bxst-features-slider-dots .active .bxst-dots-animator {
    opacity: 1
}

.bxst-features-slider-dots .active .bxst-dots-animator .bxst-dots-animator-spinner {
    animation-name: sliderRotateAnimation
}

.bxst-features-slider-dots .active .bxst-dots-animator .bxst-dots-animator-filler {
    animation-name: sliderOpacityAnimation
}

.bxst-features-slider-dots .active .bxst-dots-animator .bxst-dots-animator-mask {
    animation-name: sliderOpacityAnimation
}

.bxst-features-slider-dots .active .bxst-dots-animator:before {
    width: calc(100% + 20px);
    height: calc(100% + 20px)
}

.bxst-features-slider-dots .on-scroll-pause .bxst-dots-animator-spinner, .bxst-features-slider-dots .on-scroll-pause .bxst-dots-animator-filler, .bxst-features-slider-dots .on-scroll-pause .bxst-dots-animator-mask, .bxst-features-slider-dots .on-hover-pause .bxst-dots-animator-spinner, .bxst-features-slider-dots .on-hover-pause .bxst-dots-animator-filler, .bxst-features-slider-dots .on-hover-pause .bxst-dots-animator-mask {
    animation-play-state: paused
}

.bxst-features-slider-dots .bxst-dots-arrow-animator {
    animation-duration: inherit;
    animation-timing-function: linear;
    animation-iteration-count: 1
}

.bxst-features-slider-dots .bxst-dots-arrow-animator:before {
    content: '';
    position: absolute;
    top: 0;
    left: -10px;
    width: 10px;
    height: 2px;
    background: #3bc8f5
}

.bxst-features-slider-dots .on-animation-next .bxst-dots-arrow-animator:before, .bxst-features-slider-dots .on-animation-prev .bxst-dots-arrow-animator:before {
    animation-name: sliderArrowAnimation;
    animation-duration: inherit;
    animation-timing-function: inherit;
    animation-iteration-count: inherit
}

.bxst-features-slider-dots .on-animation-prev .bxst-dots-arrow-animator:before {
    animation-direction: reverse
}

@media (max-width: 1200px) {
    .bxst-features-slider-dots .bxst-features-slider-dots-list-item {
        min-width: 90px
    }

    .bxst-features-slider-dots .bxst-features-slider-dots-list-item-cnt {
        width: 90px;
        height: 90px
    }

    .bxst-features-slider-dots .bxst-features-slider-dots-list-item-picture-img {
        max-width: 70%;
        margin: auto
    }

    .bxst-features-slider-dots .bxst-features-slider-dots-list-item-title {
        font-size: .75rem
    }

    .bxst-features-slider-dots .bxst-dots-arrow {
        width: 90px;
        left: calc(100% + 6px);
        margin-top: 45px
    }

    .bxst-features-slider-dots .bxst-dots-animator:before {
        width: 90px;
        height: 90px
    }

    .bxst-features-slider-dots .bxst-dots-animator-cnt {
        width: 90px;
        height: 90px
    }
}

@media (max-width: 992px) {
    .bxst-section-features-slider {
        margin: 50px auto 54px
    }

    .bxst-features-slider {
        padding-top: 29px
    }

    .bxst-features-slider-dots .bxst-features-slider-dots-list-item {
        min-width: 70px
    }

    .bxst-features-slider-dots .bxst-features-slider-dots-list-item-cnt {
        width: 70px;
        height: 70px
    }

    .bxst-features-slider-dots .bxst-features-slider-dots-list-item-picture-img {
        max-width: 70%;
        margin: auto
    }

    .bxst-features-slider-dots .bxst-features-slider-dots-list-item-title {
        font-size: 11px;
        font-weight: normal
    }

    .bxst-features-slider-dots .bxst-dots-arrow {
        width: 70px;
        left: calc(100% + 6px);
        margin-top: 40px
    }

    .bxst-features-slider-dots .bxst-dots-animator:before {
        width: 70px;
        height: 70px
    }

    .bxst-features-slider-dots .bxst-dots-animator-cnt {
        width: 70px;
        height: 70px
    }

    .bxst-features-slider-wrapp .bxst-features-slider-info {
        margin-right: 20px
    }

    .bxst-features-slider-wrapp .bxst-features-slider-info-title {
        margin-top: 45px;
        font-size: 1.875rem
    }

    .bxst-features-slider-wrapp .bxst-features-slider-info-text {
        font-size: 1rem
    }

    .bxst-features-slider-wrapp .bxst-features-slider-info-btn {
        margin-top: 20px
    }
}

@media (max-width: 768px) {
    .bxst-features-slider-button-section {
        display: block;
        margin-bottom: 0
    }

    .bxst-features-slider-dots .bxst-features-slider-dots-list {
        flex-direction: column;
        align-items: center
    }

    .bxst-features-slider-dots .bxst-features-slider-dots-list-item {
        align-items: center;
        flex-direction: column;
        width: auto;
        max-width: none
    }

    .bxst-features-slider-dots .bxst-features-slider-dots-list-item-title {
        margin-top: 4px;
        letter-spacing: 1.1px
    }

    .bxst-features-slider-dots .bxst-dots-arrow {
        position: relative;
        width: 20px;
        left: 0;
        margin: 12px auto 17px;
        transform: rotate(90deg)
    }

    .bxst-features-slider-dots .bxst-dots-animator:before {
        display: none
    }

    .bxst-features-slider-dots .bxst-dots-animator-cnt {
        display: none
    }

    .bxst-features-slider-wrapp {
        display: none !important
    }
}

@media (max-width: 576px) {
    .bxst-section-features-slider {
        margin: 34px auto 54px
    }

    .bxst-features-slider {
        padding-top: 29px
    }

    .bxst-features-slider-dots .bxst-features-slider-dots-list-item {
        width: auto;
        flex: 1 0 auto
    }

    .bxst-features-slider-wrapp .bxst-features-slider-item {
        flex-direction: column-reverse;
        margin: 40px auto 30px
    }

    .bxst-features-slider-wrapp .bxst-features-slider-info {
        margin: 20px auto 0;
        text-align: center
    }
}

@-webkit-keyframes fadeInFeaturesSlide {
    0% {
        opacity: 0;
        transform: translate3d(1%, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInFeaturesSlide {
    0% {
        opacity: 0;
        transform: translate3d(1%, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

@-webkit-keyframes fadeOutFeaturesSlide {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(-1%, 0, 0)
    }
}

@keyframes fadeOutFeaturesSlide {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(-1%, 0, 0)
    }
}

@-webkit-keyframes sliderRotateAnimation {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

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

@-webkit-keyframes sliderOpacityAnimation {
    0% {
        opacity: 1
    }
    50%, 100% {
        opacity: 0
    }
}

@keyframes sliderOpacityAnimation {
    0% {
        opacity: 1
    }
    50%, 100% {
        opacity: 0
    }
}

@-webkit-keyframes sliderArrowAnimation {
    0% {
        left: -10px
    }
    to {
        left: calc(100% - 10px)
    }
}

@keyframes sliderArrowAnimation {
    0% {
        left: -10px
    }
    to {
        left: calc(100% - 10px)
    }
}

.bxst-reviews-main-section {
    padding: 101px 0 102px 0
}

.bxst-reviews-main-section .bxst-double-header {
    padding-bottom: 69px
}

.bxst-video-gallery-slider {
    padding: 0 15px;
    box-sizing: border-box
}

.bxst-video-gallery-slider-list.bxst-video-gallery-slider-not-loaded {
    display: block
}

.bxst-video-gallery-slider-list .bxst-video-gallery-slider-list-item:nth-child(n) {
    display: none
}

.bxst-video-gallery-slider-list .bxst-video-gallery-slider-list-item:nth-child(1) {
    display: flex
}

.bxst-video-gallery-slider-list .owl-nav {
    display: flex;
    justify-content: flex-end;
    max-width: 1190px;
    margin: 35px auto 0
}

.bxst-video-gallery-slider-list .owl-nav .owl-prev, .bxst-video-gallery-slider-list .owl-nav .owl-next {
    position: relative;
    width: 9px;
    height: 20px;
    margin: 0 15px;
    font-size: 0
}

.bxst-video-gallery-slider-list .owl-nav .owl-prev:before, .bxst-video-gallery-slider-list .owl-nav .owl-prev:after, .bxst-video-gallery-slider-list .owl-nav .owl-next:before, .bxst-video-gallery-slider-list .owl-nav .owl-next:after {
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 12px;
    background: #dee2e6;
    border-radius: 5px;
    transition: all 0.2s ease-in-out
}

.bxst-video-gallery-slider-list .owl-nav .owl-prev:hover:before, .bxst-video-gallery-slider-list .owl-nav .owl-prev:hover:after, .bxst-video-gallery-slider-list .owl-nav .owl-next:hover:before, .bxst-video-gallery-slider-list .owl-nav .owl-next:hover:after {
    background: #3bc8f5
}

.bxst-video-gallery-slider-list .owl-nav .owl-prev:before, .bxst-video-gallery-slider-list .owl-nav .owl-prev:after {
    left: 0
}

.bxst-video-gallery-slider-list .owl-nav .owl-prev:before {
    top: 0;
    transform: rotate(45deg)
}

.bxst-video-gallery-slider-list .owl-nav .owl-prev:after {
    bottom: 0;
    transform: rotate(-45deg)
}

.bxst-video-gallery-slider-list .owl-nav .owl-next:before, .bxst-video-gallery-slider-list .owl-nav .owl-next:after {
    right: 0
}

.bxst-video-gallery-slider-list .owl-nav .owl-next:before {
    top: 0;
    transform: rotate(-45deg)
}

.bxst-video-gallery-slider-list .owl-nav .owl-next:after {
    bottom: 0;
    transform: rotate(45deg)
}

.bxst-video-gallery-slider-list-item {
    display: flex;
    justify-content: space-between;
    max-width: 1180px;
    margin: auto
}

.bxst-video-gallery-slider-list-item-content {
    max-width: 300px;
    margin-right: 20px;
    box-sizing: border-box
}

.bxst-video-gallery-slider-list-item-author {
    display: flex;
    flex-direction: column
}

.bxst-video-gallery-slider-list-item-author-picture {
    width: 100px
}

.bxst-video-gallery-slider-list-item-author-picture-image {
    display: block;
    margin: 0;
    padding: 0;
    max-width: 100%;
    border-radius: 100%
}

.bxst-video-gallery-slider-list-item-author-name {
    margin-top: 31px;
    color: #262626;
    font-size: 1.5rem;
    line-height: 1.8
}

.bxst-video-gallery-slider-list-item-author-description {
    margin-top: 13px;
    color: #adb5bd;
    font-size: .75rem;
    line-height: 1.8;
    letter-spacing: 1px;
    text-transform: uppercase
}

.bxst-video-gallery-slider-list-item-media {
    max-width: 880px;
    width: 100%;
    box-sizing: border-box
}

.bxst-video-gallery-slider-list-item-media-wrapp {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    border-radius: 5px;
    overflow: hidden
}

.bxst-video-gallery-slider-list-item-media-wrapp iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: none
}

.bxst-video-gallery-slider-list-item-media-image {
    border-right: 5px
}

@media (max-width: 1200px) {
    .bxst-video-gallery-slider-list-item-author-name {
        margin-top: 25px;
        font-size: 1.25rem;
        line-height: 1.8
    }

    .bxst-video-gallery-slider-list-item-author-description, .bxst-video-gallery-slider a {
        font-size: .875rem;
        line-height: 1.8
    }

    .bxst-video-gallery-slider-list-item-media {
        max-width: 650px
    }
}

@media (max-width: 992px) {
    .bxst-reviews-main-section {
        padding: 50px 0
    }

    .bxst-video-gallery-slider-list-item-media {
        max-width: 500px
    }
}

@media (max-width: 768px) {
    .bxst-video-gallery-slider-list-item-author-name {
        margin-top: 25px;
        font-size: 1rem;
        line-height: 1.8
    }

    .bxst-video-gallery-slider-list-item-author-description {
        margin-top: 8px
    }

    .bxst-video-gallery-slider-list-item-author-description, .bxst-video-gallery-slider-list-item-author-site {
        font-size: .875rem;
        line-height: 1.8;
        text-transform: lowercase
    }

    .bxst-video-gallery-slider-list-item-media {
        max-width: 450px
    }
}

@media (max-width: 576px) {
    .bxst-reviews-main-section .bxst-double-header {
        padding-bottom: 20px
    }

    .bxst-video-gallery-slider-list-item {
        align-items: center;
        flex-direction: column-reverse;
        text-align: center
    }

    .bxst-video-gallery-slider-list-item-content {
        margin: 20px auto 0
    }

    .bxst-video-gallery-slider-list-item-author-picture {
        display: none
    }

    .bxst-video-gallery-slider-list-item-author-name {
        margin: 0 auto
    }

    .bxst-video-gallery-slider-list .owl-nav {
        display: none
    }
}

.bxst-start-main-reviews-title {
    padding: 0 0 30px 0
}

.bxst-start-main-reviews-buttons {
    padding: 50px 0 100px 0;
    display: flex;
    justify-content: center
}

.bxst-reviews-gallery-slider {
    padding: 0 15px
}

.bxst-reviews-gallery-slider .bxst-reviews-gallery-slider-list {
    width: 100%;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    box-sizing: border-box
}

@media (max-width: 1100px) {
    .bxst-reviews-gallery-slider {
        padding: 0 30px
    }
}

.bxst-reviews-gallery-slider-list .owl-nav .owl-prev, .bxst-reviews-gallery-slider-list .owl-nav .owl-next {
    position: absolute;
    top: 0;
    width: 50px;
    height: 100%
}

.bxst-reviews-gallery-slider-list .owl-nav .owl-prev:before, .bxst-reviews-gallery-slider-list .owl-nav .owl-prev:after, .bxst-reviews-gallery-slider-list .owl-nav .owl-next:before, .bxst-reviews-gallery-slider-list .owl-nav .owl-next:after {
    content: '';
    display: block;
    position: absolute;
    width: 4px;
    height: 30px;
    background: #dee2e6;
    border-radius: 5px;
    transition: all 0.2s ease-in-out
}

.bxst-reviews-gallery-slider-list .owl-nav .owl-prev:hover:before, .bxst-reviews-gallery-slider-list .owl-nav .owl-prev:hover:after, .bxst-reviews-gallery-slider-list .owl-nav .owl-next:hover:before, .bxst-reviews-gallery-slider-list .owl-nav .owl-next:hover:after {
    background: #3bc8f5
}

.bxst-reviews-gallery-slider-list .owl-nav .owl-prev:before {
    top: 50%;
    margin-top: -24px;
    transform: rotate(45deg)
}

.bxst-reviews-gallery-slider-list .owl-nav .owl-prev:after {
    bottom: 50%;
    margin-bottom: -24px;
    transform: rotate(-45deg)
}

.bxst-reviews-gallery-slider-list .owl-nav .owl-prev:before, .bxst-reviews-gallery-slider-list .owl-nav .owl-prev:after {
    left: 0
}

.bxst-reviews-gallery-slider-list .owl-nav .owl-next {
    right: 0
}

.bxst-reviews-gallery-slider-list .owl-nav .owl-next:before {
    top: 50%;
    margin-top: -24px;
    transform: rotate(-45deg)
}

.bxst-reviews-gallery-slider-list .owl-nav .owl-next:after {
    bottom: 50%;
    margin-bottom: -24px;
    transform: rotate(45deg)
}

.bxst-reviews-gallery-slider-list .owl-nav .owl-next:before, .bxst-reviews-gallery-slider-list .owl-nav .owl-next:after {
    right: 0
}

.bxst-reviews-gallery-slider-list-item {
    display: flex;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    align-items: flex-start
}

.bxst-reviews-gallery-slider-list-item-review {
    max-width: 700px;
    width: 100%;
    background-image: url(/images/content_common/icons/icon-quotes-slider-reviews.svg);
    background-position: 20px 40px;
    background-size: 25%;
    background-repeat: no-repeat;
    margin-right: 30px;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    box-sizing: border-box
}

.bxst-reviews-gallery-slider-list-item-review-author, .bxst-reviews-gallery-slider-list-item-review-company, .bxst-reviews-gallery-slider-list-item-review-position, .bxst-reviews-gallery-slider-list-item-review-content {
    margin: 0;
    line-height: 1.5
}

.bxst-reviews-gallery-slider-list-item-review-content {
    margin-bottom: 30px;
    font-size: 1.5rem;
    min-height: 220px;
    text-align: left;
    font-style: italic
}

.bxst-reviews-gallery-slider-list-item-review-author {
    font-weight: bold
}

.bxst-reviews-gallery-slider-list-item-review-company {
    padding-bottom: 5px
}

.bxst-reviews-gallery-slider-list-item-image {
    max-width: 300px;
    width: 100%
}

@media (max-width: 992px) {
    .bxst-reviews-gallery-slider-list-item-review {
        margin-right: 15px;
        max-width: 350px
    }

    .bxst-reviews-gallery-slider-list-item-review-content {
        min-height: 120px;
        font-size: 1.4rem
    }

    .bxst-reviews-gallery-slider-list-item-image {
        max-width: 250px
    }
}

@media (max-width: 768px) {
    .bxst-reviews-gallery-slider-list-item-review {
        max-width: 300px;
        margin-top: 15px
    }

    .bxst-reviews-gallery-slider-list-item-review-content {
        font-size: 1.2rem
    }

    .bxst-reviews-gallery-slider-list-item-image {
        max-width: 150px
    }
}

@media (max-width: 576px) {
    .bxst-reviews-gallery-slider {
        padding: 0
    }

    .bxst-reviews-gallery-slider-list-item-image {
        display: none
    }

    .bxst-reviews-gallery-slider-list-item-review {
        margin-right: 0
    }
}

.bxst-module-version-table {
    max-width: 1210px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px
}

.bxst-module-version-table-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    padding: 24px 30px 28px
}

@media (max-width: 576px) {
    .bxst-module-version-table-row {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px
    }
}

.bxst-module-version-table-row_title {
    border-bottom: 1px solid #dee2e6
}

.bxst-module-version-table-row_header {
    font-weight: bold;
    border-bottom: 1px solid #dee2e6
}

.bxst-module-version-table-link {
    display: inline-block;
    font-weight: bold
}

.bxst-module-version-table-title {
    display: block;
    font-size: 1.5em
}

.bxst-module-version-table-col {
    display: block;
    font-size: 16px
}

@media (max-width: 576px) {
    .bxst-module-version-table-col {
        font-size: 14px
    }
}

.bxst-module-version-table-col__half {
    width: 50%
}

.bxst-module-version-table-col__fourth {
    width: 25%;
    text-align: center
}

@media (max-width: 576px) {
    .bxst-module-version-table-col__fourth {
        width: 50%;
        text-align: center
    }

    .bxst-module-version-table-col__fourth:last-child {
        display: none
    }
}

.bxst-module-version-table-col__audit {
    display: inline-block;
    margin-left: 5px;
    font-weight: normal
}

.bxst-masonry__column_1, .bxst-masonry__column_2, .bxst-masonry__column_3 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1
}

.bxst-masonry__item_table {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    display: table
}

@media (min-width: 768px) {
    .bxst-masonry__column_md-2 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }

    .bxst-masonry__column_md-3 {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3
    }
}
.footer-inner {
    max-width: 1210px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
    color: white;
    overflow: hidden;
}
.footer-left {
    font-size: 14px;
    float: left;
    margin-top: 4px;
    padding-left: 70px;
}
.logo-company{
    //width: 20%;

    display: block;
    align-items: center;
}
.company{
    //width: 20%;
    float: left;
    max-height: 100px;
}
.company-text{
    //width: 80%;
    //float: right;
    color: #256715;
    margin-left: 50px;
    font-size: 20px;
    line-height: 30px;
}
@media (max-width: 767px){
    .company-text{
        color: #256715;
        margin-left: 5px;
        font-size: 18px;
        line-height: 24px;
        text-align: center;
    }
    .bxst-section-header-inner{
        flex-direction: column;
        justify-content: center;
    }
    .logo-company{
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }
}
.Cblu{
    display: inline-block;
    font-weight: 600;
    color: #00CBFB;
}
.deepblu{
    display: inline-block;

    font-weight: 600;
    color: #006AA4;
}