.form-popup {
    display: none;
    max-width: 400px;
    padding: 0 !important
}

.popup-small-basket {
    bottom: 0;
    display: block;
    position: fixed;
    right: 20px;
    width: 350px;
    z-index: 1000
}

.popup-small-basket-inner {
    box-shadow: 2px 2px 6px -2px #051c55;
    background-color: #051c55;
    color: white;
    font-size: 12px;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 15px 24px 15px 20px;
    position: relative;
    width: 100%;
    border-radius: 8px;
    display: flex;
    justify-content: space-around;
    font-weight: bold;
}

.popup-small-basket-inner a {
    color: #fff;
    text-decoration: underline
}

.popup-small-basket-inner a:hover {
    color: #dcdcdc
}

.popup-small-basket-close {
    cursor: pointer;
    height: 24px;
    position: absolute;
    right: 0;
    top: 0;
    width: 24px
}

.popup-small-basket-close:before,
.popup-small-basket-close:after {
    background-color: #fff;
    content: "";
    height: 14px;
    left: 50%;
    margin: -7px 0 0;
    position: absolute;
    top: 50%;
    -webkit-transition: background-color .15s ease-in-out;
    -moz-transition: background-color .15s ease-in-out;
    -ms-transition: background-color .15s ease-in-out;
    transition: background-color .15s ease-in-out;
    width: 1px
}

.popup-small-basket-close:hover:before,
.popup-small-basket-close:hover:after {
    background-color: #dcdcdc
}

.popup-small-basket-close:before {
    transform: rotate(-45deg)
}

.popup-small-basket-close:after {
    transform: rotate(45deg)
}

.popup-small-basket-item {
    font-size: 13px;
    font-weight: 600
}

.form-popup textarea,
.form-popup input {
    width: 100%;
    margin-bottom: 15px
}

.b-header-location-message__group .button-width-location {
    padding-left: 0.7em;
    padding-right: 0.7em;
    border: none;
}

.b-header-position {
    position: relative;
}

.b-header-location-message {

    top: 20px !important;
    width: max-content !important;
    left: 0 !important;
}

.b-header-location-message {
    position: absolute;
    top: 45px;
    left: 15.7%;
    background: #001d55;
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, .11);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, .11);
    border-radius: 6px;
    z-index: 50;
    padding: 0.5em 1.25em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: block;
}

.b-header-location-message-text {
    font-size: 14px;
    line-height: 130%;
    color: #fff;
    white-space: nowrap;
    margin: 0px;
    text-align: center;
}

.b-header-location-message {
    top: 20px !important;
    width: max-content;
    left: 0 !important;
}

.b-header-location-message::after {
    content: "";
    position: absolute;
    right: 84%;
    top: -22%;
    border: 10px solid transparent;
    border-bottom: 20px solid #001d55;
}

.b-header-location-message__group {
    display: block;
}

.b-header__dropdown-shopping-cart {
    width: 386px;
    padding-right: 10px;
}

.b-header__info-e-mail-icon {
    display: none;
}

.currentPage .b-header__dropdown-shopping-cart {
    color: #262626 !important;
}

@media (max-width: 1239px) {
    .button-width-location {
        width: unset !important;
    }

    .b-header-location-message {
        left: -361% !important;
        top: 126% !important;
    }

    .b-header-position {
        position: relative;
    }
    
    .b-header-position .b-header-location-message {
        width: max-content !important;
        top: 45px !important;
        right: 0 !important;
        left: unset !important;
    }

    .b-header-location-message::after {
        content: "";
        position: absolute;
        right: 6% !important;
        top: -22%;
        border: 10px solid transparent;
        border-bottom: 20px solid #001d55;
    }

    .b-header__info-mail {
        display: block;
    }
}

@media (max-width: 767px) {
    .b-header__info-e-mail-icon {
        width: 40px;
        height: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        margin-left: 15px;
    }

    .b-header__info-e-mail-icon .icon-mail {
        width: 35px;
        height: 35px;
        stroke: #262626 !important;
        padding-top: 3px;
    }
}