.configurator-info-section {
    margin: 15px 15px;
}

button.btn {
    cursor: pointer;
}

.btn {
    text-decoration: none;
}
.btn,
.btn:link,
.btn:visited {
    padding: 8px 15px;
    color: #fff;
    background-color: #333367;
    font-weight: 500;
    display: inline-block;
}

.btn:hover,
.btn:active,
.btn:focus {
    background-color: #ff9900; 
    text-decoration: none;
}

#toggle-order-form {
    margin: 15px 15px;
}

.infoorder-header {
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    padding-top: 30px;
    padding-bottom: 20px;
}

.infoorder {
    padding: 20px 10px 20px 10px;
    /*background: #efefef;*/
}
.infoorder-nomargin { margin-top: -10px; border-bottom: 1px solid #ddd; }

.thank-you {
    max-width: 1400px;
    padding-bottom: 20px;
    background: #efefef;
}

.infoorder > div {
    width: 550px;
    margin: 0 auto;
}
.btn {
    border: 1px #ccc solid;
}

.frm .element {
    padding: 2px 0;
    margin: 4px 0;
}
.frm label {
    display: inline-block;
    width: 150px;
    font-weight: 600;
    font-size: 14px;
    text-align: right;
    margin: 2px 0;
}

.frm input, .frm select, .frm textarea {
    padding: 4px;
    font-size: 14px;
    width: 350px;
    border: 1px #ccc solid;
}

.text-center {
    text-align: center;
}

.submit {
    width: 100%;
    max-width: 241px;
}


.btn:focus, .frm input:focus, .frm select:focus, .frm textarea:focus {
    outline: 1px #323267 solid;
}
.nofocus:focus {
    outline: none;
}

.blue-button2 {
    margin: 0;
    font-size: 17px !important;
}

.thank-you .blue-button2 {
    display: block;
    width: 400px;
    margin: 4px 0;
}
@media screen and (max-width: 525px) {
    .frm label {
        text-align: left;
    }
    .frm input, .frm select, .frm textarea {
        width: 100%;
    }
    .infoorder > div {
        width: 100%;
    }
    
    .submit {
        width: 100%;
        max-width: 100%;
    }
}


@media screen and (max-width: 768px) {
    .blue-button2 {
        margin: 10px auto;
        font-size: 15px !important;
        display: block !important;
        text-align: center;
    }
}

.mar-t-0 {
    margin-top: 0px;
}

.price-block__table-cell span {
    font-size: 13px!important;
    line-height: 0;
}

.hero__bubble--iso-pro {
    top: 20%;
    left: 70%;
}

.mar-t-60 {
    margin-top:60px
}

.selections__item img {
    width: 80px;
}

.hero__bubble--ksi-1 {
    top: 15%;
    left: 69%
}