.iti {
    position: relative;
    display: inline-block;
    width: 100%;
}


#loader-container {
    position: relative;
}

.loader-container {
    position: relative;
}

#page_loader_container {
    position: relative;
}

.loader {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #374149;
    background-image: url('../assets/images/preloader.svg');
    background-size: 200px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10000000;
    opacity: 0.8;
    filter: alpha(opacity=40);
}

/*.page_loader {*/
/*    position: fixed;*/
/*    opacity: 1;*/
/*}*/


.center-row {
    display: flex!important;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.center-colum-column {
    display: flex!important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.center-column {
    display: flex!important;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}


.preview {
    width: 80px;
    /*border: 1px solid #cdced3;*/
    border-radius: 50%;
    height: 80px;
}

.uploadcare--widget__button.uploadcare--widget__button_type_open {
    background-color: #b2b2b2;
    width: 100%;
    padding: 0.45rem 2.7rem 0.45rem 0.9rem;
    -moz-padding-start: calc(.9rem - 3px);
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.5;
    border: 1px solid var(--ct-border-color);
    border-radius: 0.25rem;
}

.uploadcare--widget,
.uploadcare--widget__button {
    width: 100%;
}

span.stars, span.stars span {
    display: block;
    background: url(../assets/images/star.png) 0 -16px repeat-x;
    width: 80px;
    height: 16px;
}

span.stars span {
    background-position: 0 0;
}

