/*===============
  Form Calculator
  ===============*/

.olga-ero-form #disclaimer {
    margin: 20px auto 40px;
    max-width: 600px;
    clear: both;
    display: none;
    font-size: 15px;
}

.olga-ero-form #messageDefault {
    margin: 20px auto 40px;
    max-width: 600px;
    display: none;
    clear: both;
    font-size: 15px;
}

.olga-ero-form .configuration-body {
    text-align: center;
}

.olga-ero-form .configuration-row {
    text-align: left;
}

.get-form.olga-ero-form .mblm-form-headline {
    position: relative;
}

.get-form.olga-ero-form .mblm-form-headline:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 3px;
    background: #FCBA12;
    z-index: 1;
}

.get-form.olga-ero-form .mblm-form-headline:after {
    content: '';
    display: block;
    position: absolute;
    right: 10%;
    top: calc(50% + 3px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #fcba12 transparent transparent transparent;
    z-index: 2;
}

.get-form.olga-ero-form .form {
    font-size: 18px;
}

.get-form.olga-ero-form .form h4 {
    display: block;
    font-size: 22px;
    color: #000000;
    margin: 0 0 40px 0;
    position: relative;
    padding-left: 35px;
}

.get-form.olga-ero-form .form-element h4 span {
    display: inline-block;
    font-weight: bold;
    width: 33px;
    position: absolute;
    left: 0;
    top: 0;
}

.get-form.olga-ero-form .form-element h4 span:after {
    content: '';
    width: 6px;
    height: 2px;
    display: block;
    background: #FCBA12;
    position: absolute;
    left: 18px;
    top: 40%;
    margin-top: -1px;
}

.get-form.olga-ero-form .form-element h4 span:before {
    content: '';
    display: inline-block;
    padding: 2px;
    border: solid #FCBA12;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    left: 23px;
    top: 40%;
    margin-top: -3px;
}

.get-form.olga-ero-form .form-element+.form-element {
    margin-top: 60px;
}

.get-form.olga-ero-form .inline-checkbox,
.get-form.olga-ero-form .inline {
    vertical-align: top;
}

.get-form.olga-ero-form .inline {
    display: inline-block;
    width: 30%;
    margin-right: 2%;
    vertical-align: top;
}

.get-form.olga-ero-form .inline.col-2 {
    width: 47%;
}

.get-form.olga-ero-form .inline label {
    font-size: 22px;
    color: #000000;
    display: block;
    line-height: 1.3;
    cursor: pointer;
}

.get-form.olga-ero-form .inline-checkbox,
.get-form.olga-ero-form .inline {
    position: relative;
}

.get-form.olga-ero-form .inline-checkbox [type="checkbox"]+label,
.get-form.olga-ero-form [type="radio"]+label {
    padding-left: 30px;
    position: relative;
}

.get-form.olga-ero-form .inline label span {
    display: inline-block;
}

.get-form.olga-ero-form [type="radio"]+label+label.label-content {
    margin-top: 80px;
    display: block;
    padding-left: 30px;
    /*     text-align: center; */
}

.get-form.olga-ero-form [type="radio"]:not(:checked)+label+label.label-content p,
.get-form.olga-ero-form [type="radio"]:not(:checked)+label+label.label-content span {
    color: #A8A8A8;
}

.get-form.olga-ero-form [type="radio"]:checked+label+label.label-content p,
.get-form.olga-ero-form [type="radio"]:checked+label+label.label-content span {
    color: #000;
}

.get-form.olga-ero-form [type="radio"]+label+label.label-content span {
    font-size: 22px;
}

.get-form.olga-ero-form [type="radio"]+label+label.label-content p {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    margin: 10px 0 0 0;
}


/*//////////////////*/

.get-form.olga-ero-form [type="checkbox"]:checked,
.get-form.olga-ero-form [type="checkbox"]:not(:checked),
.get-form.olga-ero-form [type="radio"]:checked,
.get-form.olga-ero-form [type="radio"]:not(:checked) {
    position: absolute;
    left: 0;
    opacity: 0;
    /*     visibility: hidden; */
    width: 100%;
    height: 100%;
    z-index: 1;
}

.get-form.olga-ero-form input[type="checkbox"]:checked+label>div,
.get-form.olga-ero-form input[type="checkbox"]:not(:checked)+label>div .get-form.olga-ero-form input[type="radio"]:checked+label>div,
.get-form.olga-ero-form input[type="radio"]:not(:checked)+label>div {
    position: absolute;
    left: 0;
    top: 0;
    /*      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); */
    padding: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
    line-height: 20px;
    display: block;
    color: #000000;
    margin-top: 0;
}

.get-form.olga-ero-form input[type="checkbox"]:checked+label>div:before,
.get-form.olga-ero-form input[type="checkbox"]:not(:checked)+label>div:before,
.get-form.olga-ero-form input[type="radio"]:checked+label>div:before,
.get-form.olga-ero-form input[type="radio"]:not(:checked)+label>div:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    border: 2px solid #FCBA12;
    background: #fff;
}

.get-form.olga-ero-form input[type="checkbox"]:checked+label>div:after,
.get-form.olga-ero-form input[type="checkbox"]:not(:checked)+label>div:after,
.get-form.olga-ero-form input[type="radio"]:checked+label>div:after,
.get-form.olga-ero-form input[type="radio"]:not(:checked)+label>div:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #000;
    position: absolute;
    top: 7px;
    left: 5px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.get-form.olga-ero-form input[type="radio"]:checked+label>div:before,
.get-form.olga-ero-form input[type="radio"]:not(:checked)+label>div:before,
.get-form.olga-ero-form input[type="radio"]:checked+label>div:after,
.get-form.olga-ero-form input[type="radio"]:not(:checked)+label>div:after {
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.get-form.olga-ero-form input[type="checkbox"]:not(:checked)+label>div:after,
.get-form.olga-ero-form input[type="radio"]:not(:checked)+label>div:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.get-form.olga-ero-form input[type="checkbox"]:checked+label>div:after,
.get-form.olga-ero-form input[type="radio"]:checked+label>div:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.get-form.olga-ero-form .select-box .edd-root {
    width: 100%;
    -webkit-border-radius: 0;
    border-radius: 0;
    position: relative;
}

.get-form.olga-ero-form .select-box select {
    padding: 10px 20px;
    width: 130%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.get-form.olga-ero-form .select-box select::-ms-expand {
    display: none;
}

.get-form.olga-ero-form select option,
.get-form.olga-ero-form .select-box select {
    font-size: 22px;
}

.get-form.olga-ero-form .select-box select:focus {
    outline: none;
}

.get-form.olga-ero-form .group-buttons label {
    text-align: center;
}

.get-form.olga-ero-form .group-buttons label img {
    max-width: 180px;
}

.get-form.olga-ero-form .group-buttons label span {
    font-size: 14px;
    color: #000000;
    display: block;
    margin-bottom: 20px;
}

.get-form.olga-ero-form .group-buttons [type="radio"]:checked+label span {
    color: #FCBA12;
    transition: 0.3s ease all;
    font-weight: bold;
}

.get-form.olga-ero-form .group-buttons [type="radio"]+label {
    /*border: 1px solid #fff;*/
    opacity: 0.5;
}

.get-form.olga-ero-form .group-buttons [type="radio"]:checked+label {
    /*border: 1px solid #FCBA12;*/
    opacity: 1;
}

.get-form.olga-ero-form .group-buttons [type="radio"]:checked+label>div,
.get-form.olga-ero-form .group-buttons [type="radio"]:not(:checked)+label>div {
    display: none;
    float: none;
    margin: 0 auto;
    text-align: center;
    padding: 0;
}

.get-form.olga-ero-form .group-buttons .inline {
    width: 32%;
    margin-bottom: 20px;
}

.get-form.olga-ero-form .group-buttons .inline+.inline {
    margin: 0;
}

.get-form.olga-ero-form .button-wrapper {
    margin-top: 55px;
    margin-bottom: 50px;
}

.get-form.olga-ero-form .button-wrapper a {
    position: relative;
    display: block;
    text-decoration: none;
}

.get-form.olga-ero-form .button-wrapper a,
.get-form.olga-ero-form .button-wrapper input[type="button"],
.get-form.olga-ero-form .button-wrapper input[type="submit"] {
    width: 100%;
    font-size: 22px;
    color: #fff;
    min-height: 45px;
    padding: 12px 30px 8px 30px;
    line-height: 26px;
    text-align: center;
    transition: 0.3s ease;
    background: repeating-linear-gradient(-45deg, rgb(53, 53, 53), rgb(53, 53, 53) 1px, rgba(0, 0, 0, 1) 1px, rgba(0, 0, 0, 1) 5px);
    border: 1px solid #FFC600;
    box-shadow: 0px 0px 0px 0.6px rgba(183, 135, 13, 0.4);
}

.get-form.olga-ero-form .button-wrapper input[type="button"],
.get-form.olga-ero-form .button-wrapper input[type="submit"] {
    font-family: inherit;
    white-space: normal;
    -webkit-appearance: unset;
    -ms-appearance: unset;
    -moz-appearance: unset;
    appearance: unset;
    border-radius: 0;
}

.get-form.olga-ero-form .button-wrapper a:hover,
.get-form.olga-ero-form .button-wrapper input[type="button"]:hover,
.get-form.olga-ero-form .button-wrapper input[type="submit"]:hover {
    opacity: 0.8;
}

.get-form.olga-ero-form .button-wrapper input[type="button"]:focus,
.get-form.olga-ero-form .button-wrapper input[type="submit"]:focus {
    outline: none;
}

.spinner {
    margin: 100px auto 0;
    width: 70px;
    text-align: center;
}

.spinner>span {
    width: 10px;
    height: 10px;
    background-color: #FFC600;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .b1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .b2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.get-form.olga-ero-form .info {
    text-align: center;
    margin-top: 100px;
}

.get-form.olga-ero-form .info p {
    font-size: 22px;
    line-height: 1.2;
}

.get-form.olga-ero-form table.price-box {
    width: 100%;
    border-collapse: collapse;
}

.get-form.olga-ero-form .configuration-title {
    padding: 15px 0 0 0;
    border-top: 1px solid #ddd;
    border-left: none;
    border-right: none;
}

.get-form.olga-ero-form .form .configuration-body {
    display: inline-block;
    margin: 40px auto 0;
    text-align: left;
    border-top: 1px solid #ddd;
    padding-top: 50px;
    width: 100%;
}

.get-form.olga-ero-form .form .configuration-body.basic-table {
    max-width: 615px;
}

.get-form.olga-ero-form td.aditionalPrice span:first-child {
    float: left;
}

.get-form.olga-ero-form td.aditionalPrice span:last-child {
    float: right;
}

.get-form.olga-ero-form .table-optional.disabled,
.get-form.olga-ero-form .switchable.disabled {
    pointer-events: none !important;
}

.get-form.olga-ero-form .form .configuration-body h4,
.get-form.olga-ero-form .form .configuration-title h4 {
    font-size: 18px;
    color: #000000;
    margin: 0 0 18px 0;
    padding-left: 0;
}

.get-form.olga-ero-form .form .configuration-title h4 strong {
    font-size: 20px;
    color: #000000;
    margin: 0 0 0 0;
}

.get-form.olga-ero-form .configuration-footer table,
.get-form.olga-ero-form .configuration-footer-data table {
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
}

.get-form.olga-ero-form .configuration-footer-data table tr td:first-child {
    font-size: 18px;
    color: #000000;
    border-collapse: collapse;
    padding: 0;
    vertical-align: top;
}

.get-form.olga-ero-form .configuration-footer-data table tr td:last-child {
    color: #000000;
    font-family: 'Univers U47', sans-serif;
    border-collapse: collapse;
    padding: 0;
    text-align: right;
}

.get-form.olga-ero-form .price-box thead tr th {
    font-size: 14px;
    color: #000000;
    border-collapse: collapse;
    padding: 10px 0;
    text-align: left;
}

.get-form.olga-ero-form .price-box thead tr th+th {
    border-left: 1px solid #979797;
    padding: 10px 15px;
    width: 27%;
}

.get-form.olga-ero-form .price-box tbody tr td+td {
    border-left: 1px solid #979797;
}

.get-form.olga-ero-form .price-box tr td {
    font-size: 14px;
    color: #000000;
    border-collapse: collapse;
    padding: 12px 15px 8px 15px;
    vertical-align: middle;
    height: 38px;
}

.get-form.olga-ero-form .price-box tbody tr:nth-child(odd) {
    background: #f4f4f4;
}

.get-form.olga-ero-form .configuration-footer-data table tbody tr td.subtotal {
    font-size: 22px !important;
    font-weight: normal !important;
}

.get-form.olga-ero-form .table-holder {
    max-height: 380px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    /*   transition: max-height .3s; */
}

.get-form.olga-ero-form .table-holder.open {
    max-height: 10000px;
    padding-bottom: 40px;
    transition: max-height 1s;
}

.get-form.olga-ero-form .table-holder .see-more .close-line {
    display: none;
}

.get-form.olga-ero-form .table-holder.open .see-more .close-line {
    display: inline-block;
}

.get-form.olga-ero-form .table-holder.open::after,
.get-form.olga-ero-form .table-holder.open .see-more .open-line {
    display: none;
}

.get-form.olga-ero-form .table-holder::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 101%;
    height: 170px;
    content: '';
    background: linear-gradient(to bottom,
            rgba(254, 241, 208, 0),
            rgba(254, 241, 208, 1) 80%);
    z-index: 2;
}

.get-form.olga-ero-form .table-holder.white::after {
    background: linear-gradient(to bottom,
            rgba(255, 255, 255, 0),
            rgba(255, 255, 255, 1) 80%);
}

.get-form.olga-ero-form .table-holder .see-more {
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 101%;
    height: 16px;
    text-align: center;

    font-weight: bold;

    font-size: 15px;
    color: #000;
    z-index: 3;
}

.get-form.olga-ero-form .table-holder table {
    position: relative;
    z-index: 1;
}

.get-form.olga-ero-form .price-box tr td button {
    background: #FCBA12;
    font-size: 24px;
    color: #000;
    width: 100%;
    border: none;
    padding: 10px 30px;
}

.get-form.olga-ero-form .price-box tr td p.call-text {
    font-size: 18px;
}

.get-form.olga-ero-form .call-info p {
    font-size: 18px;
    color: #000000;
    margin: 20px auto;
    max-width: 50%;
    text-align: center;
    line-height: 25px;
}


/* mblm-form STYLE STARTS*/

.get-form.olga-ero-form {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
  supported by Chrome and Opera */
}

.get-form.olga-ero-form .result-columns {
    width: 47%;
    margin-right: 2%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
}

.get-form.olga-ero-form .result-columns:last-child {
    margin-right: 0;
}

.get-form.olga-ero-form .results-body {
    font-size: 16px;
}

.get-form.olga-ero-form .result-list {
    padding: 15px 0;
    border-top: 1px solid #ddd;
}

.get-form.olga-ero-form .result-columns:first-child .results-body .result-list {
    padding: 15px;
}

.get-form.olga-ero-form .result-columns:first-child .results-body .result-list:nth-child(odd) {
    background: #fcba12;
}

.get-form.olga-ero-form .mblm-form-main .form-element {
    padding: 30px 0;
    opacity: 0.25;
    cursor: default;
    pointer-events: none;
}

.get-form.olga-ero-form .mblm-form-main .form-element.empty-div {
    padding: 0;
}

.get-form.olga-ero-form .mblm-form-main .form-element:first-child {
    margin-top: 40px;
    padding-bottom: 0;
}

.get-form.olga-ero-form .mblm-form-main .form-element,
.get-form.olga-ero-form .mblm-form-main .button-wrapper,
.get-form.olga-ero-form .mblm-form-main .configuration-footer-btm {
    max-width: 615px;
    margin-left: auto;
    margin-right: auto;
}

.orCalbback {
    font-weight: bold;
    font-size: 32px;
}

.get-form.olga-ero-form .mblm-form-main .form-element.active {
    opacity: 1;
    pointer-events: all;
}

.get-form.olga-ero-form .label-select label {
    display: inline-block;
    width: 25%;
    margin-top: 80px;
    margin-right: 7%;
}

.get-form.olga-ero-form .label-select label span {
    font-size: 22px;
    color: #A8A8A8;
}

.get-form.olga-ero-form .label-select label p {
    font-size: 18px;
    color: #A8A8A8;
    margin: 10px 0 0 0;
}

.get-form.olga-ero-form .label-select label.label-active span,
.get-form.olga-ero-form .label-select label.label-active p {
    color: #000;
}

.get-form.olga-ero-form .col-4 .inline {
    width: 23%;
    margin-right: 1%;
    margin-bottom: 20px;
}

.get-form.olga-ero-form .text-left {
    text-align: left !important;
}

.get-form.olga-ero-form .m-0 {
    margin: 0 !important;
}

.get-form.olga-ero-form .inline-full {
    width: 100% !important;
}

.get-form.olga-ero-form .form-element.field-error h4,
.get-form.olga-ero-form .form-element.field-error span.agree {
    color: red;
}

.get-form.olga-ero-form .configuration-col>span img {
    display: inline-block;
    margin: 40px 0;
}

.configuration-col .table-holder img {
    vertical-align: text-top;
    width: 14px;
}

.get-form.olga-ero-form .configuration-col {
    margin-bottom: 30px;
    padding: 20px 0;
    box-sizing: border-box;
}

.get-form.olga-ero-form .configuration-col.highlight {
    background: rgba(252, 186, 18, .2);
    padding: 20px;
}

.get-form.olga-ero-form .form .configuration-row.col-full .configuration-body .configuration-col:nth-child(2) h4,
.get-form.olga-ero-form .form .configuration-body .configuration-col h4 {
    font-weight: bold;
}

.get-form.olga-ero-form .configuration-row .configuration-col th {
    font-weight: normal;
}

.get-form.olga-ero-form .configuration-row .configuration-col:nth-child(1) th {
    font-weight: bold;
}

.get-form.olga-ero-form .configuration-row .configuration-col th:nth-child(2) {
    width: auto;
}



.get-form.olga-ero-form .form .configuration-body h3.data-not-available {
    margin: 0 auto 40px;
    max-width: 615px;
    font-family: 'Univers U47', sans-serif;
    font-weight: 300;
    font-size: 28px;
    text-transform: uppercase;
    text-align: center;
}

.get-form.olga-ero-form .form .configuration-body .configuration-row.col-full .configuration-col h4,
.get-form.olga-ero-form .configuration-row.col-full .configuration-col .configuration-footer-data table tr td:last-child,
.get-form.olga-ero-form .configuration-row.col-full .configuration-col th {
    font-weight: bold;
}

.get-form.olga-ero-form .configuration-row.col-full .configuration-col th.priceColumn {
    width: 130px;
}

.get-form.olga-ero-form .configuration-row.col-full .configuration-col th.checkColumn {
    width: 50px;
}


.get-form.olga-ero-form .form-table {
    display: block;
    text-align: center;
}

.get-form.olga-ero-form .form-table input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.get-form.olga-ero-form .form-table label {
    position: relative;
    cursor: pointer;
}

.get-form.olga-ero-form .form-table label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #fcba12;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.get-form.olga-ero-form .form-table input[type="checkbox"]+label:after {
    transition: transform .2s;
    -webkit-transition: transform .2s;
    -moz-transition: transform .2s;
    -ms-transition: transform .2s;
    transform: rotate(45deg) scale(0);
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #000;
    border-width: 0 2px 2px 0;
}

.get-form.olga-ero-form .form-table input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) scale(1);
}

.get-form.olga-ero-form .info-list li {
    font-size: 15px;
    padding: 10px 0;
}

.get-form.olga-ero-form .configuration-footer-data {
    display: none;
}

.get-form.olga-ero-form .configuration-footer-data sub {
    font-size: 13px;
}


.get-form.olga-ero-form .configuration-row.col-full .price-box tbody tr:nth-child(odd),
.get-form.olga-ero-form .price-box tbody#recomended-results tr:nth-child(odd) {
    background: #f4f4f4;
}

.get-form.olga-ero-form .price-box tbody#recomended-results-rebuild tr:nth-child(odd) {
    background: #fcba12
}

.get-form.olga-ero-form .configuration-col:first-child .configuration-footer-data tr td:last-child {
    font-weight: bold !important;
}

.get-form.olga-ero-form .quoteSubmit {
    visibility: hidden;
    display: none;
}


/* mblm-form STYLE ENDS*/

@media (min-width: 576px) {
    .get-form.olga-ero-form .configuration-footer-data table tr td:last-child {
        font-size: 22px;
    }
}

@media (min-width: 768px) {
    .get-form.olga-ero-form .configuration-footer-data table tr td:last-child {
        font-size: 24px;
    }
}

@media (min-width: 992px) {
    .get-form.olga-ero-form .configuration-footer-data table tr td:last-child {
        font-size: 26px;
    }

    .get-form.olga-ero-form .configuration-row .configuration-col {
        float: left;
        min-height: 28px;
        margin-left: 1%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .get-form.olga-ero-form .configuration-row .configuration-col:nth-child(1) {
        margin-left: 0;
    }

    .get-form.olga-ero-form .configuration-row.col-full .configuration-col {
        width: 100%;
        margin: 0 auto;
        float: none;
        max-width: 615px;
    }

    .get-form.olga-ero-form .configuration-row.col-half .configuration-col {
        width: 48.717948718%;
    }

    .get-form.olga-ero-form .configuration-row.col-third .configuration-col {
        width: 31.623931624%;
    }
}

@media (min-width: 1200px) {
    .get-form.olga-ero-form .configuration-footer-data table tr td:last-child {
        font-size: 28px;
    }
}

@media (min-width: 1280px) {
    .get-form.olga-ero-form .configuration-footer-data table tr td:last-child {
        font-size: 32px;
    }
}


@media (max-width: 991px) {
    .get-form.olga-ero-form .mblm-form-main {
        margin-left: auto;
        margin-right: auto;
    }

    .get-form.olga-ero-form .mblm-form-main .form-element,
    .get-form.olga-ero-form .mblm-form-main .form-body {
        max-width: none;
    }

    .get-form.olga-ero-form [type="radio"]+label+label.label-content span,
    .get-form.olga-ero-form .label-select label span,
    .get-form.olga-ero-form .button-wrapper a,
    .get-form.olga-ero-form .button-wrapper input[type="button"],
    .get-form.olga-ero-form .button-wrapper input[type="submit"],
    .get-form.olga-ero-form .inline label,
    .get-form.olga-ero-form .form h4,
    .get-form.olga-ero-form .info p,
    .get-form.olga-ero-form select option,
    .get-form.olga-ero-form .select-box select {
        font-size: 20px;
    }

    .get-form.olga-ero-form .inline label {
        line-height: 1.5;
    }

    .get-form.olga-ero-form .form-element+.form-element {
        margin-top: 40px;
    }

    .get-form.olga-ero-form .button-wrapper {
        margin-top: 35px;
        margin-bottom: 70px;
    }

    .get-form.olga-ero-form .configuration-col {
        float: none;
        margin-left: auto;
        width: auto;
    }
}

@media (max-width: 767px) {

    .get-form.olga-ero-form .result-columns {
        width: auto;
        display: block;
        margin-right: 0;
    }

    .get-form.olga-ero-form .inline,
    .get-form.olga-ero-form .col-4 .inline,
    .get-form.olga-ero-form .label-select label {
        width: 47%;
        margin-bottom: 8px;
    }

    .get-form.olga-ero-form .inline.col-2 {
        width: 100%;
    }

    .get-form.olga-ero-form [type="radio"]+label+label.label-content,
    .get-form.olga-ero-form .label-select label {
        margin: 20px auto 30px;
    }

    .get-form.olga-ero-form [type="radio"]+label+label.label-content span,
    .get-form.olga-ero-form .label-select label span,
    .get-form.olga-ero-form .button-wrapper a,
    .get-form.olga-ero-form .button-wrapper input[type="button"],
    .get-form.olga-ero-form .button-wrapper input[type="submit"],
    .get-form.olga-ero-form .inline label,
    .get-form.olga-ero-form .form h4,
    .get-form.olga-ero-form .info p,
    select option,
    .get-form.olga-ero-form .select-box select {
        font-size: 18px;
    }

    .get-form.olga-ero-form .call-info p {
        max-width: 75%;
    }

    .get-form.olga-ero-form {
        padding: 0 15px;
    }

    .get-form.olga-ero-form .form-element+.form-element {
        margin-top: 0px;
    }

    .get-form.olga-ero-form .button-wrapper {
        margin-top: 25px;
        margin-bottom: 40px;
    }

    .get-form.olga-ero-form .form h4 {
        margin-bottom: 30px;
    }

    .get-form.olga-ero-form .configuration-title {
        padding-bottom: 10px;
    }
}

@media (max-width: 575px) {
    .get-form.olga-ero-form .configuration-footer-data table tr td:last-child {
        font-size: 20px;
    }

    .get-form.olga-ero-form .call-info p {
        max-width: none;
    }

    .get-form.olga-ero-form .form-element+.form-element {
        padding-top: 20px;
    }

    .get-form.olga-ero-form .mblm-form-headline:after,
    .get-form.olga-ero-form .mblm-form-headline:before {
        display: none;
    }

    .get-form.olga-ero-form .group-buttons label span {
        font-size: 15px;
    }

    .get-form.olga-ero-form .inline label span {
        padding-top: 2px;
    }

    .get-form.olga-ero-form .group-buttons .inline+.inline,
    .get-form.olga-ero-form .group-buttons .inline {
        margin-bottom: 20px !important;
    }

    .get-form.olga-ero-form .group-buttons .inline,
    .get-form.olga-ero-form .option-multiline .inline.col-3 {
        width: 100%;
    }

    .get-form.olga-ero-form .group-buttons .inline {
        display: block;
        margin-bottom: 30px;
    }

    .get-form.olga-ero-form .option-multiline [type="radio"]+label {
        display: inline-block;
        width: 47%;
    }

    .get-form.olga-ero-form .option-multiline [type="radio"]+label+label.label-content {
        display: inline-block;
        width: 47%;
        vertical-align: top;
        margin-top: 0;
        padding-left: 30px;
        text-align: left;
    }

    .get-form.olga-ero-form .group-buttons [type="radio"]:checked+label>div,
    .get-form.olga-ero-form .group-buttons [type="radio"]:not(:checked)+label>div {
        display: block;
    }

    .get-form.olga-ero-form .group-buttons .inline.col-3 label {
        max-width: 300px;
    }
}