.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,
.row_scrolling_right .scrolling .prices .price_old {
    display: none;
}

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

.row_scrolling_right .scrolling .prices .price_old.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.internal li .inner select {
    text-align-last: center;
    -ms-text-align-last: center;
    -moz-text-align-last: 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);
    }
}

.table_dedic td .flags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: initial;
}

.currency-switcher-wrapper {
    display: flex;
    flex-direction: row;
    padding: 5px 0px;
    gap: 5px;
    justify-content: flex-end;
}

.currency-switcher-wrapper.currency-switcher--vps{
    margin: 0px 15px;
}

.currency-switcher-wrapper .currency-switch {
    border: none;
    background: #f3f4f6;
    color: #222;
    padding: 0.1em 0.5em;
    font-size: 1em;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}

.currency-switcher-wrapper .currency-switch.active,
.currency-switcher-wrapper .currency-switch:focus {
    background: #334dff;
    color: #fff;
    outline: none;
}

.currency-switcher-wrapper .currency-switch:hover:not(.active) {
    background: #e0e7ef;
}

.table_dedic td .price .term {
    font-weight: initial;
}