﻿
.btn-v2 {
    --bs-btn-padding-x: 1.625rem;
    --bs-btn-padding-y: 0.7375rem;
}

@media (min-width: 768px) {
    .btn-v2 {
        --bs-btn-padding-x: 2.425rem;
        --bs-btn-padding-y: 1.0375rem;
        --bs-btn-font-size: 1.1125rem;
    }
}

.cookie-info {
    position: fixed;
    bottom: 0;
    left: 50%;
    z-index: 2000;
    display: block;
    width: 100vw;
    height: 430px;
    background-color: #fff;
    transform: translateX(-50%);
    border-radius: 4px 4px 0 0;
    box-shadow: 0px 0px 40px 0px rgba(85, 128, 255, 0.2);
    border: 1px solid #f59e31;
    overflow: auto !important;
}

    .cookie-info p, .cookie-info a {
        font-size: 11px;
    }

@media (min-width: 992px) {
    .cookie-info {
        width: 50vw;
        height: 160px;
    }
}

.curr_selector {
    --arrow-bg: gray;
    --arrow-icon: url(../images/arrow.svg);
    --option-bg: white;
    --select-bg: #fff;
    /* Reset */
    appearance: none;
    border: 0;
    outline: 0;
    font: inherit;
    /* Personalize */
    padding: 10px 4rem 10px 10px;
    background: var(--arrow-icon) no-repeat right 0.8em center / 1.4em, linear-gradient(to left, var(--arrow-bg) 3em, var(--select-bg) 3em);
    border-radius: 0.25em;
    box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
    color: rgb(41, 41, 58);
    width: 110px;
    margin: 0 auto;
}

    /* Remove IE arrow */
    .curr_selector::-ms-expand {
        display: none;
    }
    /* Remove focus outline */
    .curr_selector:focus {
        outline: none;
    }
    /* <option> colors */
    .curr_selector option {
        color: inherit;
        background-color: var(--option-bg);
    }







    .curr_selector.curr_selector--gray-bg {
        color: white;
        --arrow-bg: #f9ad3d;
    }

        .curr_selector.curr_selector--gray-bg option {
            color: black;
        }

@media screen and (max-width: 1200px) {
    .curr_selector {
        /*    margin-left: 18px;*/
    }
}

.currselector-wrap {
    padding: 0.375rem;
}

@media (min-width: 992px) {
    .login-btns {
        margin-right: 0 !important;
    }

    .currselector-wrap {
        margin-right: auto;
    }
}

.navbar-nav {
    white-space: nowrap;
}

@media (min-width: 1024px) {
    .header-padding {
        padding: 0px 10px;
    }
}

@media (min-width: 1200px) {
    .header-padding {
        padding: 0px 20px;
    }
}

@media (min-width: 1400px) {
    .header-padding {
        padding: 0px 80px;
    }
}

.curr_selector_list {
    position: absolute;
    bottom: 40px;
    left: 0;
    z-index: 100;
    display: none;
    width: 100%;
    max-width: 110px;
    background-color: #fff;
    border-radius: 7px;
    border: 1px solid #000;
    overflow-y: auto;
}

    .curr_selector_list.open {
        display: block;
    }

.curr_selector_list_item {
    padding: 8px 10px;
    text-align: left;
    color: #000;
}

    .curr_selector_list_item.selected,
    .curr_selector_list_item:hover {
        background-color: #1967D2;
        color: #fff;
    }

@media (min-width: 768px) {
    .curr_selector_list {
        top: 40px;
        bottom: unset;
    }
}


.pt-100px {
    padding-top: 100px;
}

.inner-page .pb {
    background-image: url(../images/business-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgb(178,178,177);
    padding: 10px;
}

b, strong {
    font-weight: bolder;
}

.wrapper .bg-white {
    background-color: #fff;
}

.login-desk {
    display: none;
}

.responsive-menu .bottom {
    margin-top: 40px;
}

    .responsive-menu .bottom .curr-mob-wrap {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }

@media screen and (min-width: 768px) {
    .login-desk {
        display: unset;
    }

    .responsive-menu .bottom {
        display: none;
    }
}

.pb .sign-in a {
    color: #fff;
}


.pb.sticky .sign-in a {
    color: #000;
}

footer {
    padding-top: 40px;
}

.home-page footer {
    background-color: #fff;
    padding-top: 40px;
}

.link {
    font-size: unset;
}

.price-list {
    font-size: 18px;
}

.form-control-xl {
    line-height: unset;
}

.btn:hover {
    color: #fff;
    background-color: #f59e31;
    border-color: unset;
}

.btn.btn-default:disabled {
    color: #fff;
    background-color: #f59e31;
}

.cabinet header {
    padding: 24px 0;
}

.faq-block .accordion-item {
    color: #666;
    font-size: 18px;
    line-height: 30px;
}

    .faq-block .accordion-item ol li {
        list-style: auto;
        margin-left: 20px;
    }

    .faq-block .accordion-item ul li {
        list-style: inside;
    }

.terms-block p {
    margin-bottom: 12px;
}

.terms-block .list li span {
    color: #666;
}
