a.close-cross {
    color: #f0ad4e;
}
a.close-cross:hover {
    color: #FFFFFF;
}
#recipient-name:active, #recipient-name:focus, #recipient-phone:active, #recipient-phone:focus{
    border-color: #f0ad4e;
}
.btn-primary-slide {
    font-weight: bold;
}
img.opacity-slides {
    /*opacity: 0.5;*/
    position: absolute;
}

/* mobile */
@media screen and (max-width: 375px) {
    #img.opacity-slides-1 {
        /*opacity: 0.5;*/
        position: absolute;
        background-image: url("/img/slider_1_768.webp");
    }
    #img.opacity-slides-2 {
        /*opacity: 0.5;*/
        position: absolute;
        background-image: url("/img/slider_2_768.webp");
    }
    #img.opacity-slides-3 {
        /*opacity: 0.5;*/
        position: absolute;
        background-image: url("/img/slider_3_768.webp");
    }
}
/* desc */
@media screen and (min-width: 376px) {
    #img.opacity-slides-1 {
        /*opacity: 0.5;*/
        position: absolute;
        background-image: url("/img/slider_1_768.webp");
    }
    #img.opacity-slides-2 {
        /*opacity: 0.5;*/
        position: absolute;
        background-image: url("/img/slider_2_768.webp");
    }
    #img.opacity-slides-3 {
        /*opacity: 0.5;*/
        position: absolute;
        background-image: url("/img/slider_3_768.webp");
    }
}

.price-card {
    text-align: center;
    font-weight: bold;
    margin: 1.414em 0 0.5em;
    line-height: 1.2;
    color: #fff;
}

.error-text {
    display: block;
}

.error {
    position: relative;
    width: 100%;
    font-size: 10px;
    padding-bottom: 20px;
    line-height: 15px;
    height: 0;
    font-weight: 500;
    color: #ff714d;
    pointer-events: none;
    display: none;
    transition: all .3s cubic-bezier(.21, .67, .58, 1);
}

.modal--footer {
    padding: 15px;
    text-align: right;
}
#modalNamePackage {
    display: none;
}

.dm-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.65);
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.dm-overlay:target {
    display: block;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
}
.dm-table {
    display: table;
    width: 100%;
    height: 100%;
}

.dm-cell {
    display: table-cell;
    padding: 0 1em;
    vertical-align: middle;
    text-align: center;
}

.dm-modal {
    display: inline-block;
    padding: 25px;
    max-width: 50em;
    background: #3c4346;
    -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.22), 0 19px 60px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.22), 0 19px 60px rgba(0, 0, 0, 0.3);
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.22), 0 19px 60px rgba(0, 0, 0, 0.3);
    color: #cfd8dc;
    text-align: left;
}

.float-right{
    float: right;
}

@-moz-keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1
    }
}
@-webkit-keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1
    }
}
@keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1
    }
}

.map.container-fluid {
    background-position: center;
    background-image: url(/img/ymap.webp);
}

img.lazy {
    background: #222222;
}

.wsk-cp-product{
    background:#fff;
    /*background:rgba(255,255,255,.6);*/
    padding:15px;
    border-radius:6px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    position:relative;
    margin:20px auto;
}
.wsk-cp-img{
    position:absolute;
    top:5px;
    left:50%;
    transform:translate(-50%);
    -webkit-transform:translate(-50%);
    -ms-transform:translate(-50%);
    -moz-transform:translate(-50%);
    -o-transform:translate(-50%);
    -khtml-transform:translate(-50%);
    width: 100%;
    padding: 15px;
    transition: all 0.2s ease-in-out;
}
.wsk-cp-img img{
    background-color: #000;
    width:100%;
    transition: all 0.2s ease-in-out;
    border-radius:6px;
}
.wsk-cp-product:hover .wsk-cp-img{
    top:-40px;
}
.wsk-cp-product:hover .wsk-cp-img img{
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}
.wsk-cp-text{
    padding-top:100%;
}
.wsk-cp-text .category{
    text-align:center;
    font-size:12px;
    font-weight:bold;
    padding:5px;
    margin-bottom:45px;
    position:relative;
    transition: all 0.2s ease-in-out;
}
.wsk-cp-text .category > *{
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -khtml-transform: translate(-50%,-50%);
}
.wsk-cp-text .category > span{
    padding: 12px 30px;
    border: 1px solid #313131;
    background:#212121;
    color:#fff;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    border-radius:27px;
    transition: all 0.05s ease-in-out;
}
.wsk-cp-product:hover .wsk-cp-text .category > span{
    border-color:#ddd;
    box-shadow: none;
    padding: 11px 28px;
}
.wsk-cp-product:hover .wsk-cp-text .category{
    margin-top: 0;
}
.wsk-cp-text .title-product{
    text-align:center;
}
.wsk-cp-text .title-product h3{
    font-size:20px;
    font-weight:bold;
    margin:15px auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width:100%;
    color: #000000;
}
.wsk-cp-text .description-prod p{
    margin:0;
}
.wsk-cp-text .description-prod {
    text-align:center;
    width: 100%;
    height:62px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom:15px;
    color: #000000;
}
.card-footer{
    padding: 25px 0 5px;
    border-top: 1px solid #ddd;
    text-align: center;
}
.card-footer:after, .card-footer:before{
    content:'';
    display:table;
}
.card-footer:after{
    clear:both;
}
@media screen and (max-width: 991px) {
    .wsk-cp-product{
        margin:40px auto;
    }
    .wsk-cp-product .wsk-cp-img{
        top:-40px;
    }
    .wsk-cp-product .wsk-cp-img img{
        box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    }
    .wsk-cp-product .wsk-cp-text .category > span{
        border-color:#ddd;
        box-shadow: none;
        padding: 11px 28px;
    }
    .wsk-cp-product .wsk-cp-text .category{
        margin-top: 0;
    }
}
.probootstrap-footer.probootstrap-bg a {
    text-decoration: none;
    color: #f0ad4e;
}

/* В вашем CSS добавьте: */
.btn-primary-slide {
    font-weight: bold;
    background-color: #0056b3 !important; /* Темно-синий */
    color: #ffffff !important; /* Белый текст */
    border: 2px solid #003d82 !important;
    text-shadow: 0 1px 1px rgba(0,0,0,0.3) !important;
    box-shadow: 0 4px 6px rgba(0,0,0,0.2) !important;
    padding: 12px 24px !important;
    border-radius: 4px !important;
    text-decoration: none !important;
    display: inline-block !important;
}

/* Контраст для состояний */
.btn-primary-slide:hover,
.btn-primary-slide:focus {
    background-color: #003d82 !important;
    color: #ffffff !important;
    /*outline: 3px solid #ffcc00 !important;*/
    outline-offset: 2px !important;
}

/* Альтернативный высококонтрастный вариант */
.btn-primary-slide.high-contrast {
    background-color: #000000 !important; /* Черный */
    /*color: #ffff00 !important; !* Желтый *!*/
    /*border: 2px solid #ffff00 !important;*/
}

