/* CONFIGURATOR */
#main-wrapper .progress {
    height: 4px;
    width: 145.6px;
    background: linear-gradient(#87A7B7 0 0), linear-gradient(#87A7B7 0 0), #DCE8ED;
    background-size: 60% 100%;
    background-repeat: no-repeat;
    animation:progress-7x9cg2 3s infinite
}
#main-wrapper .pxpcalc {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
}
#main-wrapper .pxpcalc__manuf {
    margin-top: 0;
    margin-bottom: 60px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}
#main-wrapper .pxpcalc__manuf>div {
    flex: none;
    flex-basis: content;
    width: auto;
}
#main-wrapper .pxpcalc__manuf>div>a {
    text-decoration: none;
    font-size: 16px;
    line-height: 16px;
    background: #DCE8ED;
    color: #87A7B7;
    padding: 10px 14px;
    border-radius: 0;
    border: none;
    text-underline-offset: 0;
    font-weight: 400;
}
#main-wrapper .pxpcalc__manuf>div>a.selected {
    background: #526D7B;
    color: #FFFFFF;
}
#main-wrapper .pxpcalc__ad {
    display: none;
}
#main-wrapper .pxpcalc__group {
}
#main-wrapper .pxpcalc__group.opened {
    border-radius: 0;
    box-shadow: none;
}
#main-wrapper .pxpcalc__group .pxpcalc__group_title {
    border-radius: 0;
    background: transparent;
}
#main-wrapper .pxpcalc__group.opened .pxpcalc__group_title {
    border-radius: 0;
    background: transparent;
}
#main-wrapper .pxpcalc__group .pxpcalc__group_title .pxpcalc__group_title_num>div {
    font-size: 16px;
    font-weight: 800;
    line-height: 22px;
    letter-spacing: 0;
    text-align: center;
    background-color: #87A7B7;
    width: 35px;
    height: 35px;
    border-radius: 0;
    color: #FFFFFF;
}
#main-wrapper .pxpcalc__group.opened .pxpcalc__group_title .pxpcalc__group_title_num>div {
    background-color: #0E1214;
}
#main-wrapper .pxpcalc__group .pxpcalc__group_title .pxpcalc__group_title_text {
    font-size: 16px;
    font-weight: 800;
    line-height: 22px;
    text-transform: uppercase;
    color: #87A7B7;
    text-decoration: none;
    text-underline-offset: 0;
}
#main-wrapper .pxpcalc__group .pxpcalc__group_title .pxpcalc__group_title_color>div {
    display: none;
}
#main-wrapper .pxpcalc__group.opened .pxpcalc__group_title .pxpcalc__group_title_text {
    color: #0E1214;
}
#main-wrapper .pxpcalc__group_item {
    z-index: 1;
}
#main-wrapper .pxpcalc__group_item:hover {
    z-index: 2;
}
#main-wrapper .pxpcalc__group_item_color>div, 
#main-wrapper .pxpcalc__group_item_color_hover>div {
    border: 4px solid;
}
#main-wrapper .pxpcalc__group_item:hover .pxpcalc__group_item_color>div, 
#main-wrapper .pxpcalc__group_item.selected .pxpcalc__group_item_color>div {
    border-color: #87A7B7 !important;
}
#main-wrapper .pxpcalc__group_item .pxpcalc__group_item_color_hover>div {
    left: -9px;
    top: -5px;
    border-color: #FFFFFF !important;
}
#main-wrapper .pxpcalc__group_item.selected .pxpcalc__group_item_color_hover>div {
    border-color: #87A7B7 !important;
}
#main-wrapper .pxpcalc__group_item .pxpcalc__group_item_title {
    margin-top: 5px;
    font-size: 10px;
    line-height: 13px;
}
#main-wrapper .pxpcalc__group_item.selected .pxpcalc__group_item_title {
    color: #87A7B7;
}
