/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

     /* Examples (uncomment to use):*/

     /* Expand site width */
     /* body .wrapper { max-width: 1400px !important;  } */

     /* Set site background image */
     /* body {  background: url(image_source) top no-repeat; }

     /* Hide compare button */
     /* a.compare_item { display: none !important;  }*/

 div#bx-soa-delivery .col-sm-7.bx-soa-pp-item-container {
     max-height: 300px;
     overflow-y: auto;
 }
#bx-soa-order .bx-soa-pp-item-container .bx-soa-pp-company:hover .bx-soa-pp-company-graf-container {
    border-color: transparent;
}
#bx-soa-order #bx-soa-delivery .bx-soa-pp-company-graf-container {
    position: relative;
    padding: 0;
    border: 1px solid #fbfbfb;
    border-radius: 0;
    width: 120px;
    height: 32px;
    background: #ffffff;
    cursor: pointer;
}
#bx-soa-delivery .bx-soa-pp-company-image {
    display: none;
}
#bx-soa-order #bx-soa-delivery .bx-soa-pp-item-container .bx-soa-pp-delivery-cost {
    bottom: 0px;
    border: 1px solid #ffffff;
    background: #ffffff;
}
#bx-soa-order .bx-soa-pp-item-container .bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container:before {
    top: 3px;
}
#bx-soa-order .bx-soa-pp-item-container .bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container:after {
    top: 3px;
}
#bx-soa-order .bx-soa-pp-item-container .bx-soa-pp-company-graf-container:before {
    top: 3px;
    transition: 0.2s;
    left: -10px;
}
#bx-soa-order #bx-soa-delivery .bx-soa-pp-item-container .bx-soa-pp-delivery-cost {
    top: 0;
}
#bx-soa-properties #propsMap {
    display: none;
}

.whatsapp-button {
    position: fixed;
    right: 13px;
    bottom: 90px;
    transform: translate(-50%, -50%);
    background: #25D366; /*цвет кнопки*/
    border-radius: 50%;
    width: 55px; /*ширина кнопки*/
    height: 55px; /*высота кнопки*/
    color: #fff;
    text-align: center;
    line-height: 53px; /*центровка иконки в кнопке*/
    font-size: 35px; /*размер иконки*/
    z-index: 9999;
}
.whatsapp-button a {
    color: #fff;
}
.whatsapp-button:before,
.whatsapp-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #25D366; /*цвет анимированных волн от кнопки*/
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden;
}

.whatsapp-button:after{
    animation-delay: .5s;
}

@keyframes animate
{
    0%
    {
        transform: scale(0.5);
        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        transform: scale(1.2);
        opacity: 0;
    }
}
@media (max-width : 800px) {
    .whatsapp-button {
        bottom: 5px; /*отступ кнопки снизу от экрана*/
        left: 70px; /*отступ кнопки слева от экрана(right - справа)*/
    }
}

.social-icons li.mail a {
    background: url('/upload/yappi.jpg') center center no-repeat;
    background-size: cover;
}

#bx-soa-order #bx-soa-region .bx_soa_location .form-group.bx-soa-location-input-container{
    display:none;
}

/*
#mobilemenu .social-icons li.mail a{
    background: url('/upload/yappi.jpg') no-repeat;
    background-size: contain;
    margin-left: 20px;
    display: block;
    height: 25px;
    padding: 5px 27px 5px 30px;
}
*/

.in-order .top-description .region_wrapper{
    display: none;
}

.sbp-icon {
    display: inline-block;
    height: 20px;
    width: 34px;
    margin: 0px 16px 29px 0px;
}


.social-icons li.max a {background: url(/upload/yappi.jpg); background-size: contain; background-position: center;}