.product-section-main {
    position: absolute;
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #276EF1;
}
.product-section.active {
    cursor: default;
    background-color: #276EF1;
    color: #fff;
    border: none;
    margin: 1px 5px 9px 1px;
}
.product-section {
    border: 1px solid #276EF1;
    border-radius: 24px;
    margin: 0 4px 8px 0;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.4px;
    display: inline-block;
}
.product-section a {
    color: #276EF1;
    padding: 4px 8px;
    display: block;
}
.product-section-main .product-section a {
    padding: 4px 16px;
}
.product-section.active a {
    color: #fff;
    cursor: default;
}
.product-sections-scroll {
    overflow: hidden;
    overflow-x: scroll;
    position: relative;
    padding-bottom: 20px;
    cursor: grab;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, .25) 9px, #000 18px, #000 calc(100% - 18px), rgba(0, 0, 0, .25) calc(100% - 9px), transparent);
    mask-image: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, .25) 9px, #000 18px, #000 calc(100% - 18px), rgba(0, 0, 0, .25) calc(100% - 9px), transparent);
    margin: 0 64px -20px 48px;
}
.product-sections {
    display: inline-block;
    height: 38px;
    font-size: 14px;
    font-weight: 400;
    color: #008DEE;
    position: relative;
    white-space: nowrap;
    padding: 0 14px;
}
.product-section:not(.active):hover {
    margin: 0 4px 8px 0;
    cursor: pointer;
    background-color: #eaf2f7;
}
.product-sections-wrapper {
    overflow: hidden;
}
.arrows-block {
    position: absolute;
    right: 0px;
    top: -6px;
    z-index: 100;
}
.arrows {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    width: 62px;
    height: 100%;
    background-color: #fff;
    text-align: center;
}
.arrows > span {
    position: relative;
    display: inline-block;
    width: 29px;
    padding: 18px 6px;
}
.arrows > span:before {
    content: "";
    transform: rotate(45deg);
    top: 14px;
    left: 6px;
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-left: 2px solid #d9e4ef;
    border-bottom: 2px solid #d9e4ef;
}
.arrows > span:after {
    content: "";
    display: block;
    position: relative;
    top: 0;
    width: 16px;
    height: 2px;
    background-color: #d9e4ef;
}
.arrows > span.active {
    cursor: pointer;
}
.arrows > span.active:before {
    border-color: #b0bac5;
}
.arrows > span.arrow-right:before {
    transform: rotate(-135deg);
    left: 12px;
}
.arrows > span.active:after {
    background-color: #b0bac5;
}
.sections-bubbles {
    position: relative;
}
.sections-bubbles {
    display: flex;
    padding-left: 0;
    overflow: hidden;
}