.news--single-main a{
text-decoration:underline;
}
.news--single-main a:hover{
color:#00a9ce;
}

.filter--main .disabled span {
color:#d7e0e7!important;
}
.f-color .disabled{
display: none;

}

.header--callback a.b2blink{
 font-size: 14px;
display: inline-block;
    font-size: 14px;
    margin-top: 5px;
}
.js-input-to, .js-input-from  {

    font-size: 14px;
    line-height: 18px;
}

@media (max-width: 1570px){

.cablinks{
display:none!important;
	}

}

@media (min-width: 1570px){

.header--callback a.b2blink{
display:none;
	}

}












@media (max-width: 1023px) {
.cablinks{
display:none!important;
}
}

@media (min-width: 1023px) {

.header--menu-ul ul li > a {
    font-weight: 600;
    font-size: 10px;
}
.header--callback a {
    font-size: 14px;
}

.header--callback--phones div {

font-size: 14px!important;
	}


.notice-coupon {
    position: fixed;
    min-width: 500px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    border: 6px solid #00a9ce;
    border-radius: 2px;
    padding: 15px;
    z-index: 100;
    animation-name: animateCouponDesctop;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    will-change: animation;
    text-align: center;
    transition: opacity 0.3s 0s,visibility 0s 0.3s;
}

.hide {
    opacity: 0;
    visibility: hidden;
}

@keyframes animateCouponDesctop {
    0% {
        transform: translate(-50%,-50%) scale(0);
    }
    100% {
        transform: translate(-50%,-50%) scale(1);
    }
}

@keyframes animateCouponMobile {
    0% {
        transform: translate(0,-50%) scale(0);
    }
    100% {
        transform: translate(0,-50%) scale(1);
    }
}

.notice-coupon__info {
    font-weight: 700;
    margin: 0 0 10px 0;
    padding: 0 20px;
}

.notice-coupon__descr {
    margin: 0 0 15px 0;
}


.notice-coupon__descr span {
    color: #00a9ce;
    font-weight: 700;
}

.notice-coupon__code {
    margin: 0 0 20px 0;
}

.notice-coupon__btn {
    width: 100%;
    font-size: 18px;
    display: block;
}

.notice-coupon__close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 20px;
    height: 20px;
    background-color: #00a9ce;
    color: #fff;
    border: none;
    cursor: pointer;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg stroke='currentColor' fill='currentColor' stroke-width='0' viewBox='0 0 1024 1024' fill-rule='evenodd' height='1em' width='1em' xmlns='http%3A//www.w3.org/2000/svg' xmlns:link='http%3A//www.w3.org/1999/xlink'%3E%3Cpath d='M799.855 166.312c.023.007.043.018.084.059l57.69 57.69c.041.041.052.06.059.084a.118.118 0 0 1 0 .069c-.007.023-.018.042-.059.083L569.926 512l287.703 287.703c.041.04.052.06.059.083a.118.118 0 0 1 0 .07c-.007.022-.018.042-.059.083l-57.69 57.69c-.041.041-.06.052-.084.059a.118.118 0 0 1-.069 0c-.023-.007-.042-.018-.083-.059L512 569.926 224.297 857.629c-.04.041-.06.052-.083.059a.118.118 0 0 1-.07 0c-.022-.007-.042-.018-.083-.059l-57.69-57.69c-.041-.041-.052-.06-.059-.084a.118.118 0 0 1 0-.069c.007-.023.018-.042.059-.083L454.073 512 166.371 224.297c-.041-.04-.052-.06-.059-.083a.118.118 0 0 1 0-.07c.007-.022.018-.042.059-.083l57.69-57.69c.041-.041.06-.052.084-.059a.118.118 0 0 1 .069 0c.023.007.042.018.083.059L512 454.073l287.703-287.702c.04-.041.06-.052.083-.059a.118.118 0 0 1 .07 0Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
}

@media (max-width: 600px) {
    .notice-coupon {
		animation-name: animateCouponMobile;
        transform : translate(0,-50%);
        left: 30px;
        right: 30px;
        min-width: unset;
    }










}