/*Error inputs*/
.error-input {
    border: #ff3737 1px solid !important;
    /*border-style: solid !important;*/
    /*border-color: #ff3737 !important;
    border-style: solid !important;*/
}

.error {
    font-size: 12px !important;
    color: #ff3737 !important;
    text-transform: none !important;
    line-height: 1.2 !important;
    left: 0 !important;
    margin-bottom: 0 !important;
    bottom: 100%;
    position: absolute;
}

.form-item {
    float: left;
    position: relative;
    width: calc(50% - 10px);
}

.form-item input, .form-item select {
    width: 100% !important;
}

.contact-form {
    position: relative;
}

.grecaptcha-badge {
    /*display: none;*/
    visibility: hidden;
}

/*Loader*/
.sk-double-bounce {
    width: 4em;
    height: 4em;
    position: relative;
    margin: auto;
}

.sk-double-bounce .sk-child {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #f1cb3f;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-double-bounce 2.0s infinite ease-in-out;
    animation: sk-double-bounce 2.0s infinite ease-in-out;
}

.sk-double-bounce .sk-double-bounce-2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-double-bounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-double-bounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*For news page*/
.news-text img {
    max-width: 100%;
}

.read-news .news-wrapper .section-one .img-news {
    width: 296px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

.pay-success-green {
    color: #61a60e;
}

.pay-error-red {
    color: #E25262;
}

.pay-margin {
    margin-bottom: 50px !important;
}
