.alert{
    color: red;
}

.dropdown-block.bx-ui-sls-input-block .inputbox__label{
    position: relative;
    font-size: 12px;
    transform: translateY(0px);
}

.bx-sls .dropdown-block{
    padding-left: 0;
}

.bx-sls .bx-ui-sls-fake, .bx-sls .bx-ui-sls-route {
    font-family: Manrope,Arial,Helvetica,sans-serif;
    font-size: 18px;
    line-height: 24px;
}

@media screen and (max-width:1199px) {
    .bx-sls .bx-ui-sls-fake, .bx-sls .bx-ui-sls-route {
        font-size: 14px;
    }
}

.bx-sls .bx-ui-sls-container{
    min-height: 32px;
}

.inputbox.has-dropdown .bx-sls.inputbox__field:before{
    content: '';
    position: absolute;
    width: 33px;
    height: 18px;
    background: url(/bitrix/templates/lojen/assets/images/arrow-d.svg) no-repeat right 10px center;
    background-size: 18px auto;
    right: 0;
    top: 15px;
    z-index: 9;
}

.payment-option__icon span{
    height: 42px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    filter: grayscale(1);
}

.payment-option__input:checked+.payment-option__desc .payment-option__icon span{
    filter: grayscale(0);
}

.review-card__photo img {
    max-height: 438px;
    min-height: 200px;
    height: auto;
    object-fit: contain;
}

@media screen and (max-width:575px) {
    .review-card__photo img {
        min-height: 161px;
        max-height: 340px;
    }
}

.ui-menu.ui-autocomplete {
    padding: 10px;
    list-style-type: none;
    background: #fff;
    max-width: 600px;
    max-height: 310px;
    overflow: auto;
    box-shadow: 0px 2px 6px #c9c7c7;
}

@media screen and (max-width:767px) {
    .ui-menu.ui-autocomplete {
        max-width: calc(100vw - 48px);
    }
}



.ui-menu-item {
    font-size: 16px;
    padding: 4px 5px;
    cursor: pointer;
    width: fit-content;
}


@media only screen and (min-width: 560px){
    .checkout__delivery{
        flex-wrap: wrap;
    }
    
    .checkout__delivery .delivery-option{
        width: 50%;
    }
}

.checkout-result__price {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 700;
}

@media screen and (max-width:767px) {
    .checkout-result__price{
        font-size: 14px;
    }
}

.checkout-result__price:not(:last-child){
    margin-bottom: 10px;
}

.checkout-result__price-info{
    margin: 20px 0 0;
}

a#apiship_selectPVZ {
    background-color: #e01c4f;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    text-decoration: unset;
    font-weight: 500;
    font-family: Manrope,Arial,Helvetica,sans-serif;
    line-height: 1.1;
    padding: 20px;
    margin: 20px 0;
}

a#apiship_selectPVZ:hover{
    background-color: #c91947;
}

@media screen and (max-width:559px){
    a#apiship_selectPVZ{
        width: 100%;
        max-width: 390px;
        margin: 20px auto;
    }
}

.checkout-finish__social-link._vkontakte {
    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;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    min-height: 80px
}

@media only screen and (min-width: 768px) {
    .checkout-finish__social-link._vkontakte {
        height:auto;
        font-size: 24px
    }
}

@media only screen and (min-width: 1000px) {
    .checkout-finish__social-link._vkontakte {
        font-size:32px;
        min-height: 150px;
    }
}

@media only screen and (min-width: 1200px) {
    .checkout-finish__social-link._vkontakte {
        font-size:36px;
        min-height: 256px;
    }
}

.checkout-finish__social-link._vkontakte span {
    margin-left: 12px
}

.checkout-finish__social-link._vkontakte:hover {
    border-color: #acacac
}
