.hidden-ad-window {
    right: -100%;
}
.cursor-pointer{
    cursor: pointer;
}

.cursor-text{
    cursor: text!important;
}

.input-copyURL {
    opacity: 0;
    z-index: -9999999;
    position: absolute;
}

@media(max-width: 1360px)
{
    .flex-mobile{
        display: -webkit-box;
        display: -ms-flexbox;
        display:flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items:center;

    }
}

.loading{
    position: relative;
}
.loading:before{
    content: '';
    position:absolute;
    width: 100%;
    height: 100%;
    background-image: url('/front-assets/img/loader.gif');
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    z-index: 1;
}

body.loading:before{
    position:fixed;
    z-index:999;
    top:0;
    left:0;
    opacity: 0.5;
}

.taken {
    color: #f71616;
    font-size: 12px;
}

.blog-end-text.common-text img {
    margin: 0px 20px 10px 0px;
}

.blog-img video,.corporative-img video,.blog-end-img video{
    width:100%;
}

.__select[data-state=active] .__select__content {
    opacity: 1;
    max-height: 283px;
    height: auto;
    overflow: auto;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc3545;
}

.invalid-feedback {
    height: 2rem;
}

form .invalid-feedback {
    font-size: 1.2rem;
}

.was-validated input:invalid, input.is-invalid,.error-input {
    /*background-image: url(/images/validation-error.svg) !important;
    background-repeat:no-repeat!important;
    background-size: 2.4rem;*/
    -webkit-appearance: none;
    position: relative;
    z-index: 9;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #EB5757 !important;
}

form .error{
    color: #d12727;
    font-size: 1.2rem;
    display: block;
    padding: 0;
}
.outline-none:focus-visible{
    outline:none;
}

.basket-item-content.loading:before {
    left: 0;
    opacity: 0.5;
}

.mobile-submenu-head a img{
    width: 3.5rem;
    height: 3.5rem;
    -o-object-fit: contain;
    object-fit: contain;
}

.error-basket strong{
    color:#EB5757;
}

.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
    text-decoration: none;
}

.column-count-1{
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1 ;
}
