.-error {
    border: 1px solid #FF0000 !important;
}

.errAreaCheckbox {
    border: 2px solid #FF0000 !important;
}
.errAreaText{
    color: #FF0000!important;
}

.checkbox.-error .checkbox__wrapper:before {
    border: 1px solid #d81f1f;
}
.checkbox.-error  {
    border: none!important;
}

body {
    -webkit-appearance: none !important;
}

input {
    -webkit-appearance: none !important;
}

.msg-success {
    text-align: center;
    color: #000;
    font-size: 22px;
    padding: 30px 0;
    width: 100%;
    font-weight: 300;
}

.only-mobile {
    display: none;
}

#allrecords a.fancy-open {
    background-color: #58aa6c !important;
}

.js-form-proccess.load {
    position: relative;
}

.js-form-proccess.load:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(255, 255, 255, 0.7);
    display: block;
    background-image: url(../images/5.gif);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 99;
}

.ouibounce-modal {
    background: none;
}

.t-popup {
    z-index: 9998!important;
}

.t-cover__carrier.loaded{
    transform: translateY(0px) !important;
}

@media screen and (max-width: 640px) {
    .__jivoMobileButton {
        display: none;
    }
    .only-mobile {
        display: block;
    }

    .df
    {
        display: flex;
    }
    .hide-mobile {
        display: none;
    }

    .mobile-header {
        display: block;
        background: #fff;
        padding: 0 20px 0 20px;
        position: fixed;
        z-index: 9;
        width: 100%;
        box-sizing: border-box;
    }

    .mobile-header a.phone {
        width: 100%;
        height: 40px;
        color: #ffffff !important;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        display: block;
        text-align: center;
        background-color: #11543a;
        font-size: 20px;
        line-height: 40px;
        margin: 20px auto;
    }

    .mobile-header a.t-btn {
        background-color: #7a1241;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        width: 100%;
        color: #ffffff;
        display: block;
        text-align: center;
        font-size: 16px !important;
        line-height: 40px;
        height: 40px;
    }


    .mobile-logo {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .mobile-header.fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9;
        box-sizing: border-box;
    }

    .mobile-header.fixed .phone {
        margin-top: 20px;
        margin-bottom: 0;

    }

    .mobile-header.fixed .mobile-logo, .mobile-header.fixed .t-btn {
        display: none;
    }

    .mobile-logo img {
        max-width: 70px;
        margin-top: 10px;
    }

    .mobile-header .phone {
        font-size: 0;
        position: relative;
    }

    .mobile-header a.phone {
        font-size: 0;
        position: relative;
    }

    .mobile-header .phone:before {
        font-size: 22px;
        content: 'Позвонить';
    }

    .ouibounce-modal .modal {
        height: 530px;
    }

    .fancybox-content {
        height: 500px!important;
    }

}

@media all and (max-height: 620px) and (min-width: 520px) {
    .ouibounce-modal .modal {
        height: 551px;
        width: 451px;
    }
}

.whatsapp-button {
    display: none;
    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 screen and (max-width: 640px) {
    #tnx.fancybox-content {
        height: auto!important;
    }
    .whatsapp-button {
        display: block;
    }
}
#allrecords a {
    color: inherit;
    text-decoration: unset;
}
a:-webkit-any-link {
    color: inherit;
    cursor: pointer;
    text-decoration: none;
}
