.form-group .is-invalid {border: 1px solid brown!important;}

.botban_form {display: none}

.botban_form.active {display: block}

.pages .disabled {
    display: none;
}

.pages li .inner.arrow-next, .pages li .inner.arrow-prev {
    display: none;
}

footer ul li {width: 100%; padding-right: 10px;}
footer ul.accept li {width: initial; padding-right: 6px;}


@media (min-width: 1024px) {
.desktop_column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}  }

.internal li .inner .caption {
    font-size: 16px;
}

.heading h1,
.heading h2,
.heading h3,
.heading h4,
.heading h5,
.heading h6 {
    font-size: initial;
    margin-bottom:0;
}

/*.internal li .inner {min-width: 300px;}*/
.internal li {width: initial;}
.internal li .inner .prices .price .term {font-size: 12px;}
.internal li .inner .prices .price .num {font-size: 40px;}
.internal li .inner .prices .price .euro {font-size: 24px;}


.internal li .inner .prices .price_old { 
    display: none;
}

.internal li .inner .prices .price_old.active { 
    display: inherit;
}

/**/

.internal li .inner select {

    text-align-last: center;
    -ms-text-align-last: center;
    -moz-text-align-last: center;   
    
/*     text-align: center;
text-align: -webkit-center;
text-align: -moz-center; */

}

.internal li .inner .prices .price_old {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    opacity: 0;
}
.internal li .inner .prices .price_old.active {
    opacity: 1;
}
.internal li .inner .prices .description-price {
    height: 30px;
    font-size: 16px;
    /* color: #9CA3AF; */
    color: #DB2777;
    font-weight: 500;
}

/*
.section_mainslide .heading {
    font-size: 60px;
}

.section_mainslide .texting {
    font-size: 21px;
    font-weight: 600;
}
*/

.code {
    background: #9CA3AF;
    font-family: "Monaco", sans-serif;
    font-size: 15px;
    padding: 1em;
    margin-bottom: 1em;
}


@media (max-width: 767px) {
    .section_page h1 {
        text-align: center;
        font-size: 30px;
        font-weight: bold;
        margin-top: 20px;
    }
}

/**/


.internal li .inner {
    min-width: 244px;
}

.internal li .inner .caption {
    min-height: 48px;
}


/*.loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 20px;
    border-radius: 5px;
    z-index: 9999;
}*/


.loader-container-service {
    display: none;
    width: 100%;
    padding: 0px;
    margin: 0px !important;
    height: 41px;
    position: relative;
}

.loader-service {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #db2777;
    border-radius: 50%;
    width: 30px !important;
    height: 30px !important;
    animation: spin 2s linear infinite;
    display: none;
    position: absolute;
    top: 50%;
    /*left: 50%;*/
    right: 0;
    transform: translate(-50%, -50%);
}


@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

