.configurator > span:nth-child(1),
.configurator > span:nth-child(2),
.configurator > span:nth-child(3),
.configurator > span:nth-child(4) {
    font-family: 'Kuro W05 Heavy';
    text-transform: uppercase;
    font-size: 120px;
    line-height: 100px;
    font-weight: normal;
}

.configurator > span:nth-child(1) {
    text-align: left;
}

.configurator > span:nth-child(2) {
    text-align: right;
}

.configurator > span:nth-child(3) {
    text-align: left;
}

.configurator > span:nth-child(4) {
    text-align: right;
}

.configurator > span:nth-child(5) {
    font-size: 43px;
    text-transform: uppercase;
    font-weight: bold;
}

.configuratorPage .configurator {
    width: 330px;
    margin: 0 auto;
}

.stepprogress {
    display: flex;
    justify-content: space-evenly;
    position: relative;
    z-index: 9;
    transform: translateY(-20%);
}

.stepprogress .step {
    height: 8px;
    position: relative;
}

.stepprogress .step > span:not(.steptitle) {
    transform: rotate(-16deg) translatex(-50%) translateY(calc(-50% - 20px));
    transform-origin: center;
    width: 80px;
    height: 80px;
    background: white;
    z-index: 1;
    display: block;
    position: relative;
    left: 50px;
}

.stepprogress .step.progressed {
    cursor: pointer;
}

.stepprogress .step.progressed > span:not(.steptitle) {
    background: #b81625;
    color: white;
}

.stepprogress .steptitle {
    position: absolute;
    left: 10px;
    bottom: -70px;
    display: block;
    font-size: 14px;
    line-height: 25px;
    font-weight: bold;
    color: #b1b2b4;
    text-transform: uppercase;
    text-align: center;
}

.stepprogress .step.progressed .steptitle {
    color: #b81625;
}

.stepprogress .step.progressed::after {
    content: "";
    height: 8px;
    width: 2000px;
    left: -2000px;
    z-index: 0;
    top: 0;
    background: #b81625;
    position: absolute;
}

.stepprogress .step > span > span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(16deg);
    z-index: 2;
    color: #b1b2b4;
    font-size: 32px;
}

.stepprogress .step.progressed > span > span {
    color: white;
}

h1 .bigger {
    font-size: 200%;
}

.right {
    float: right;
}

.confbox {
    border: 1px solid #e1e1e1;
    padding: 30px;
}

.confbox h2 {
    margin-bottom: 20px;
}

.confbox .configuratorcontent {
    margin-bottom: 0;
}

.conftitle {
    display: block;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    color: #ba222f;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.configuratorresult_upper {
    padding-top: 200px;
    padding-bottom: 50px;
}

.configuratorresult_lower {
    padding-top: 70px;
    padding-bottom: 50px;
}

.configuratorresult_lower .requestformopener {
    margin-top: 30px;
}

.Step_Container {
    width: 100%;
}

.loading {
    transition: 0.1s linear all;
    background: white;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    pointer-events: none;
    opacity: 0;
}

.loading i {
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) rotate(0deg);
    transition: transform 60s linear;
    font-size: 100px;
}

.loading.active {
    pointer-events: all;
    opacity: 1;
}

.loading.active i {
    transform: translateY(-50%) translateX(-50%) rotate(4320deg);
}

.configuratorelement .bg_red {
    padding-top: 110px !important;
}

.confresultcontainer
{
  display:flex;
}
.confbox
{
  flex:0 0 90%;
}
.step_link
{
  flex: 0 0 10%;
  background:#b81625;
  color:white;
  position:relative;
  cursor:pointer;
}
.step_link i
{
  position:absolute;
  left:50%;
  top:50%;
  transform:translateY(-50%) translateX(-50%);
}

@media (min-width: 768px) {
    .configuratorelement .bg_red {
        padding-top: 180px !important;
    }
}

@media (max-width: 767.98px) {
    .configurator > span:nth-child(1),
    .configurator > span:nth-child(2),
    .configurator > span:nth-child(3),
    .configurator > span:nth-child(4) {
        font-size: 100px;
        line-height: 80px;
    }

    .configuratorPage .configurator {
        width: 100%;
    }

    .stepprogress .step > span:not(.steptitle) {
        height: 35px;
        width: 35px;
    }

    .stepprogress .step > span > span {
        font-size: 16px;
    }

    .stepprogress {
        transform: none;
    }

    .stepprogress .step > span:not(.steptitle) {
        transform: rotate(-16deg) translatex(-50%) translateY(calc(-50%));
        left: 0;
    }

    .stepprogress .steptitle {

    }
}

@media (max-width: 480px) {
    .configurator > span:nth-child(1),
    .configurator > span:nth-child(2),
    .configurator > span:nth-child(3),
    .configurator > span:nth-child(4) {
        font-size: 70px;
        line-height: 50px;
    }

    .configurator > span:nth-child(5) {
        font-size: 36px;
    }
    .configuratorcontent
    {
      font-size:24px !important;
      line-height: 24px !important;
    }
}
