.b-combo--bg-cloud {
    background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(#fff),
            to(rgba(255, 255, 255, 0))
    ),
    -webkit-gradient(linear, left top, left bottom, from(rgba(232, 245, 255, 0.2)), color-stop(51.38%, rgba(243, 250, 255, 0.2)), to(rgba(247, 252, 255, 0.2))),
    url(../images/combo/default/bg-cloud.jpg), #f1f9ff;
    background: -webkit-linear-gradient(
            top,
            #fff 0,
            rgba(255, 255, 255, 0) 100%
    ),
    -webkit-linear-gradient(top, rgba(232, 245, 255, 0.2) 0, rgba(
                    243,
                    250,
                    255,
                    0.2
            ) 51.38%, rgba(247, 252, 255, 0.2) 100%),
    url(../images/combo/default/bg-cloud.jpg), #f1f9ff;
    background: -o-linear-gradient(top, #fff 0, rgba(255, 255, 255, 0) 100%),
    -o-linear-gradient(top, rgba(232, 245, 255, 0.2) 0, rgba(
                    243,
                    250,
                    255,
                    0.2
            ) 51.38%, rgba(247, 252, 255, 0.2) 100%),
    url(../images/combo/default/bg-cloud.jpg), #f1f9ff;
    background: linear-gradient(180deg, #fff 0, rgba(255, 255, 255, 0) 100%),
    linear-gradient(
            180deg,
            rgba(232, 245, 255, 0.2) 0,
            rgba(243, 250, 255, 0.2) 51.38%,
            rgba(247, 252, 255, 0.2) 100%
    ),
    url(../images/combo/default/bg-cloud.jpg), #f1f9ff;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.b-combo--bg-cloud .b-nav:before {
    background: -webkit-gradient(
            linear,
            left top,
            right top,
            from(#fff),
            to(rgba(255, 255, 255, 0))
    );
    background: -webkit-linear-gradient(
            left,
            #fff 0,
            rgba(255, 255, 255, 0) 100%
    );
    background: -o-linear-gradient(left, #fff 0, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(90deg, #fff 0, rgba(255, 255, 255, 0) 100%);
}

.b-combo--bg-cloud .b-nav:after {
    background: -webkit-gradient(
            linear,
            right top,
            left top,
            from(#fff),
            to(rgba(255, 255, 255, 0))
    );
    background: -webkit-linear-gradient(
            right,
            #fff 0,
            rgba(255, 255, 255, 0) 100%
    );
    background: -o-linear-gradient(right, #fff 0, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(270deg, #fff 0, rgba(255, 255, 255, 0) 100%);
}

.b-combo__wrap--bg-white {
    background: #fff;
}

.b-combo .b-nav__container,
.b-combo__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 48px 15px 40px;
}

.b-combo__container--center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.b-combo__title {
    width: 100%;
}

.b-combo__textual {
    font-family: Roboto, "Open Sans", "Noto Sans", sans-serif;
    font-style: normal;
    font-size: 17px;
    line-height: 22px;
    font-weight: 300;
    width: 100%;
    margin: 0 0 40px;
}

.b-combo__nav {
    margin: 0;
    padding: 0;
    border-bottom: 4px solid #edf3f8;
}

.b-combo__nav--sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
    background: #fff;
    top: 56px;
    z-index: 2;
}

.b-combo__nav--sticky .b-nav__container .b-nav__btn {
    padding: 16px 12px;
}

.b-combo__main {
    overflow: hidden;
}

.b-combo__main--none {
    display: none !important;
}

.b-combo .b-nav__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0 15px;
}

.b-combo .b-nav__btn {
    font-family: Roboto, "Open Sans", "Noto Sans", sans-serif;
    font-style: normal;
    line-height: 22px;
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    padding: 24px 12px;
    text-align: center;
    border: none;
    background: 0 0;
    cursor: pointer;
}

.b-combo .b-nav__btn:last-child {
    margin-right: 0;
}

.b-combo .b-nav__btn--br-left {
    position: relative;
}

.b-combo .b-nav__btn--br-left:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 80%;
    left: -1px;
    top: 10%;
    background: #edf3f8;
}

.b-combo .b-nav__btn--col-6,
.b-combo .b-nav__btn--col-7 {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: calc(100% / 7);
}

.b-combo .b-nav__btn--col-6 {
    width: calc(98% / 6);
}

.b-combo .b-nav__btn--col-5 {
    width: 20%;
}

.b-combo .b-nav__btn--col-4 {
    width: 25%;
}

.b-combo .b-nav__btn--col-3 {
    width: calc(100% / 3);
}

.b-combo .b-nav__btn--col-2 {
    width: calc(100% / 2);
}

.b-combo .b-nav__btn--active {
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    color: #00b9ff;
    position: relative;
}

.b-combo .b-nav__btn--active:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    height: 4px;
    background: #00b9ff;
    width: 100%;
}

.b-combo .b-main__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 48px 15px;
}

.b-combo .b-main__container > :last-child,
.b-combo .b-main__list > :last-child {
    margin-bottom: 0;
}

.b-combo .b-main__container--center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.b-combo .b-main__biglist {
    font-family: Roboto, "Open Sans", "Noto Sans", sans-serif;
    font-style: normal;
    font-size: 17px;
    line-height: 22px;
    font-weight: 300;
}

.b-combo .b-main__biglist {
    padding: 0;
    list-style: none;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.b-combo .b-main__biglist--counter {
    counter-reset: list-1;
}

.b-combo .b-main__list {
    width: 100%;
    margin: 0 0 32px;
}

.b-combo .b-main__btn,
.b-combo .b-main__link {
    border: 0;
    min-width: 270px;
    padding: 16px;
    text-align: center;
}

.b-combo .b-biglist > :last-child {
    margin: 0;
}

.b-combo .b-biglist__item {
    margin: 0 0 40px;
}

.b-combo .b-biglist__text {
    margin: 0 0 30px;
}

.b-combo .b-biglist .b-results__list,
.b-combo .b-biglist__text--number,
.b-combo .b-biglist__text--number:before {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.b-combo .b-biglist__text--number {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.b-combo .b-biglist__text--number:before {
    counter-increment: list-1;
    content: counter(list-1);
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #008ec4;
    font-weight: 900;
    font-size: 18px;
    width: 32px;
    min-height: 2em;
    border-radius: 8px;
    background: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0, 147, 194, 0.12);
    box-shadow: 0 6px 12px rgba(0, 147, 194, 0.12);
    margin-right: 16px;
}

.b-combo .b-biglist .b-results__item a,
.b-combo .b-biglist__text a {
    font-weight: 400;
}

.b-combo .b-biglist .b-results__title {
    font-family: Roboto, "Open Sans", "Noto Sans", sans-serif;
    font-style: normal;
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    color: #008ec4;
    margin: 0 0 24px;
}

.b-combo .b-biglist .b-results__list {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.b-combo .b-biglist .b-results__list--dots .b-results__item {
    position: relative;
    padding-left: 14px;
}

.b-combo .b-biglist .b-results__list--dots .b-results__item:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: 0;
    top: 0.5em;
}

.b-combo .b-biglist .b-results__list--dots-orange .b-results__item:before {
    background: #ff9800;
}

.b-combo .b-biglist .b-results__item {
    margin: 0 0 24px;
}

.b-combo .b-biglist .b-results__item--no-mb,
.b-combo .b-biglist .b-results__item:last-child {
    margin: 0;
}

.b-combo .b-biglist .b-results__item--col-1 {
    width: 100%;
}

.b-combo .b-biglist .b-results__item--col-2 {
    width: calc(100% / 2 - 15px);
}

.b-combo .b-imglist__textual,
.b-combo .b-imglist__title {
    font-family: Roboto, "Open Sans", "Noto Sans", sans-serif;
    font-style: normal;
    font-size: 17px;
    line-height: 22px;
    font-weight: 300;
    color: #333;
    margin: 0 0 32px;
}

.b-combo .b-imglist__title {
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    color: #008ec4;
    margin: 0 0 24px;
}

.b-combo .b-imglist .b-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.b-combo .b-imglist .b-list__textual {
    margin: 0;
}

.b-combo .b-imglist .b-list__item {
    font-family: Roboto, "Open Sans", "Noto Sans", sans-serif;
    font-style: normal;
    font-size: 17px;
    line-height: 22px;
    font-weight: 300;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 0 0 16px;
}

.b-combo .b-imglist .b-list__item--no-mb {
    margin-bottom: 0;
}

.b-combo .b-imglist .b-list__item:last-child {
    margin-bottom: 0;
}

.b-combo .b-imglist .b-list__item--col-3 {
    width: calc((100% - 30px * 2) / 3);
    margin-right: 30px;
}

.b-combo .b-imglist .b-list__item--col-3:nth-child(3n) {
    margin-right: 0;
}

.b-combo .b-imglist .b-list__item:before {
    display: none;
}

.b-combo .b-imglist .b-list__icon {
    background: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0, 147, 194, 0.12);
    box-shadow: 0 6px 12px rgba(0, 147, 194, 0.12);
    width: 40px;
    height: 40px;
    margin-right: 16px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.b-combo .b-imglist .b-list__icon svg {
    font-size: 24px;
}

.b-combo .b-imglist .b-list__icon--square {
    border-radius: 8px;
}

.b-combo .b-list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.b-combo .b-list__item {
    font-family: Roboto, "Open Sans", "Noto Sans", sans-serif;
    font-style: normal;
    font-size: 17px;
    line-height: 22px;
    font-weight: 300;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 16px;
    padding: 0 30px 0 0;
    min-height: 40px;
}

.b-combo .b-list__item--col-3 {
    width: calc(100% / 3);
}

.b-combo .g-tooltip-new {
    cursor: help;
}

.b-combo .sp-combo-default-icon_bell {
    width: 0.92em;
    height: 1em;
}

.b-combo .sp-combo-default-icon_monitor,
.b-combo .sp-combo-default-icon_pollitra,
.b-combo .sp-combo-default-icon_tripla,
.b-combo .sp-combo-default-icon_zoom {
    width: 1em;
    height: 1em;
}

@media only screen and (max-width: 1199px) {
    .b-combo .b-nav__container,
    .b-combo__container {
        padding-left: 24px;
        padding-right: 24px;
    }

    .b-combo__textual {
        font-size: 16px;
        line-height: 20px;
    }

    .b-combo .b-nav__container {
        padding-top: 0;
        padding-bottom: 0;
    }

    .b-combo .b-nav__btn {
        font-size: 16px;
        line-height: 20px;
        padding: 16px 12px;
    }

    .b-combo .b-nav__btn:last-child {
        margin-right: 0;
    }

    .b-combo .b-main__container {
        padding-left: 24px;
        padding-right: 24px;
    }

    .b-combo .b-main__container > :last-child,
    .b-combo .b-main__list > :last-child {
        margin-bottom: 0;
    }

    .b-combo .b-imglist__textual,
    .b-combo .b-list__item,
    .b-combo .b-main__biglist {
        font-size: 16px;
        line-height: 20px;
    }

    .b-combo .b-biglist .b-results__item--no-mb,
    .b-combo .b-biglist .b-results__item:last-child,
    .b-combo .b-biglist > :last-child {
        margin: 0;
    }

    .b-combo .b-imglist .b-list__item {
        font-size: 16px;
        line-height: 20px;
        margin: 0 0 16px;
    }

    .b-combo .b-imglist .b-list__item--no-mb {
        margin-bottom: 0;
    }

    .b-combo .b-imglist .b-list__item:last-child {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 1023px) {
    .b-combo__container {
        padding: 40px 24px 32px;
    }

    .b-combo__textual {
        font-size: 15px;
        line-height: 19px;
        margin-bottom: 32px;
    }

    .b-combo__nav--sticky {
        top: 48px;
    }

    .b-combo .b-nav__container {
        padding: 0 24px;
    }

    .b-combo .b-nav__btn {
        font-size: 15px;
        line-height: 19px;
        padding: 16px 12px;
    }

    .b-combo .b-nav__btn:last-child {
        margin-right: 0;
    }

    .b-combo .b-main__container {
        padding: 40px 24px;
    }

    .b-combo .b-main__container > :last-child,
    .b-combo .b-main__list > :last-child {
        margin-bottom: 0;
    }

    .b-combo .b-main__biglist {
        font-size: 15px;
        line-height: 19px;
    }

    .b-combo .b-main__list {
        margin: 0 0 24px;
    }

    .b-combo .b-main__btn,
    .b-combo .b-main__link {
        padding: 10px;
        min-width: 190px;
    }

    .b-combo .b-biglist > :last-child {
        margin: 0;
    }

    .b-combo .b-biglist__item {
        margin: 0 0 32px;
    }

    .b-combo .b-biglist__text {
        margin: 0 0 24px;
    }

    .b-combo .b-biglist .b-results__title {
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 16px;
    }

    .b-combo .b-biglist .b-results__item {
        margin: 0 0 16px;
    }

    .b-combo .b-biglist .b-results__item--no-mb,
    .b-combo .b-biglist .b-results__item:last-child {
        margin: 0;
    }

    .b-combo .b-biglist .b-results__item--col-2 {
        width: calc(100% / 2 - 12px);
    }

    .b-combo .b-imglist__textual {
        font-size: 15px;
        line-height: 19px;
        margin: 0 0 24px;
    }

    .b-combo .b-imglist__title {
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 16px;
    }

    .b-combo .b-imglist .b-list__item {
        font-size: 15px;
        line-height: 19px;
        margin: 0 0 12px;
    }

    .b-combo .b-imglist .b-list__item--no-mb {
        margin-bottom: 0;
    }

    .b-combo .b-imglist .b-list__item:last-child {
        margin-bottom: 0;
    }

    .b-combo .b-imglist .b-list__item--col-3 {
        width: calc((100% - 24px * 2) / 3);
        margin-right: 24px;
    }

    .b-combo .b-imglist .b-list__item--col-3:nth-child(3n) {
        margin-right: 0;
    }

    .b-combo .b-list__item {
        font-size: 15px;
        line-height: 19px;
    }

    .b-combo .b-list__item--col-3 {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .b-combo__container {
        padding: 32px 16px 8px;
    }

    .b-combo__textual {
        line-height: 17px;
        font-size: 14px;
        margin-bottom: 16px;
    }

    .b-combo__textual {
        margin-bottom: 8px;
    }

    .b-combo__nav {
        border-bottom: none;
    }

    .b-combo .b-nav {
        position: relative;
    }

    .b-combo .b-nav:after,
    .b-combo .b-nav:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: 24px;
    }

    .b-combo .b-nav:after {
        right: 0;
    }

    .b-combo .b-nav:before {
        z-index: 1;
        left: 0;
    }

    .b-combo .b-nav__container {
        padding: 16px 0;
        overflow-x: scroll;
        width: calc(100vw - 16px);
    }

    .b-combo .b-nav__btn {
        padding: 6px 12px;
        border: 2px solid #88c6e4;
        background: #fff;
        border-radius: 4px;
        margin-right: 8px;
        font-size: 13px;
        line-height: 1;
        text-decoration: none;
    }

    .b-combo .b-nav__btn:last-child {
        margin-right: 0;
    }

    .b-combo .b-nav__btn--active:after,
    .b-combo .b-nav__btn--br-left:before {
        content: none;
    }

    .b-combo .b-nav__btn--col-2,
    .b-combo .b-nav__btn--col-3,
    .b-combo .b-nav__btn--col-4,
    .b-combo .b-nav__btn--col-5,
    .b-combo .b-nav__btn--col-6,
    .b-combo .b-nav__btn--col-7 {
        min-width: 40%;
    }

    .b-combo .b-nav__btn--active {
        border: 2px solid #00b9ff;
        background: #00b9ff;
        color: #fff;
    }

    .b-combo .b-main__container {
        padding: 16px 16px 32px;
    }

    .b-combo .b-main__container > :last-child,
    .b-combo .b-main__list > :last-child {
        margin-bottom: 0;
    }

    .b-combo .b-main__biglist {
        font-size: 14px;
        line-height: 17px;
    }

    .b-combo .b-main__list {
        margin: 0 0 32px;
    }

    .b-combo .b-biglist > :last-child {
        margin: 0;
    }

    .b-combo .b-biglist__item {
        margin: 0 0 24px;
    }

    .b-combo .b-biglist__text {
        margin: 0 0 16px;
    }

    .b-combo .b-biglist__text--number:before {
        margin-right: 12px;
        font-size: 16px;
    }

    .b-combo .b-biglist .b-results__title {
        font-size: 18px;
        line-height: 22px;
        margin: 0 0 12px;
    }

    .b-combo .b-biglist .b-results__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .b-combo .b-biglist .b-results__item {
        margin: 0 0 12px;
    }

    .b-combo .b-biglist .b-results__item--no-mb,
    .b-combo .b-biglist .b-results__item:last-child {
        margin: 0;
    }

    .b-combo .b-biglist .b-results__item--col-2 {
        width: 100%;
    }

    .b-combo .b-imglist__textual {
        font-size: 14px;
        line-height: 17px;
        margin: 0 0 16px;
    }

    .b-combo .b-imglist__title {
        font-size: 18px;
        line-height: 22px;
        margin: 0 0 12px;
    }

    .b-combo .b-imglist .b-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .b-combo .b-imglist .b-list__item {
        font-size: 14px;
        line-height: 17px;
        margin: 0 0 12px;
    }

    .b-combo .b-imglist .b-list__item:last-child {
        margin-bottom: 0;
    }

    .b-combo .b-imglist .b-list__item--col-3 {
        width: 100%;
        margin-right: 0;
    }

    .b-combo .b-imglist .b-list__item--col-3:nth-child(3n) {
        margin-right: 0;
    }

    .b-combo .b-imglist .b-list__icon {
        margin-right: 12px;
    }

    .b-combo .b-list__item {
        font-size: 14px;
        line-height: 17px;
        padding-right: 0;
        margin-bottom: 8px;
    }

    .b-combo .b-list__item--col-3 {
        width: 100%;
    }
}
