.fields__content {
    min-height: 140px;
}

.addContainer {
    display: none;
}

.tab_result {
    display: none;
}

.tab_result.tab_active {
    display: block;
}

.hiddenWiki {
    display: none;
}

.fields__row2 {
    padding: 10px 30px 10px 10px;
}

.fields__rowNotice {
    padding: 10px 30px 10px 10px;
}

.fields__row--hr .fields__content {
    min-height: auto;
}

.fields__item2 {
    flex-basis: calc(100% / 3);
    flex-grow: 1;
    padding: 10px;
}

.fields__itemNotice {
    flex-basis: calc(100% / 3);
    flex-grow: 1;
    padding: 10px;
}

.tabPageContainer.active {
    display: block;
}

.tabPageContainer {
    display: none;
}

.copycode {
    cursor: pointer;
}

body .pagination__link {
    border-color: var(--link-color);
    background: #ffffff00;
    color: var(--link-color);
}

body .fields__action--addNote {
    background-color: var(--link-color);
}

body .pagination__link--active, body .pagination__link--current {
    background-color: var(--link-color);
    color: white;
}

body .pagination__link--active::after {
    background-color: #e1e4ea;
}

.globalTab {
    display: none;
}

.globalTab.active {
    display: block;
}

body .main-header {
    text-align: left;
}

.tox-tinymce {
    border-radius: 8px !important;
    border: 1px solid #ced0d6 !important;
    box-shadow: 0 !important;
}

.preview_image {
    max-width: 100%;
}

.one-form__grid .one-form__item {
    position: relative;
    max-width: 100%;
    min-width: 33%;
}

.one-form__grid .one-form__item .site-form__input {
    position: relative;
    width: auto;
}

.wrap-calendar {
    display: block;
    width: auto;
    position: relative;
}

.wrap-calendar .site-form__input {
    max-width: 100% !important;
}

.selectric-hide-select select {
    max-width: 70%;
}

.video {
    max-width: 100%;
    width: 100%;
}

.one-form__item img {
    max-width: 100%;
}

.site-form__quantity-btn--minus {
    z-index: 1;
}


.spinner-loader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    /*height: 100vh;*/
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.6);
    color: beige;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    /*animation: disapear 5000ms ease-in-out both;*/
    display: none;
    bottom: 0;
    z-index: 1000000;
}

.circle1 {
    position: absolute;
    height: 250px;
    margin: 0 auto;
    width: 250px;
    border: 4px solid rgba(75, 139, 251, 0);
    border-radius: 50%;
    animation: border-loader 1300ms ease-in-out 600ms 3 both;
    animation-iteration-count: infinite;
}

.circle2 {
    position: absolute;
    height: 200px;
    width: 200px;
    border: 4px solid rgba(75, 139, 251, 0);
    border-radius: 50%;
    animation: border-loader 1s ease-in-out 550ms 3 both;
    animation-iteration-count: infinite;
}

.circle3 {
    position: absolute;
    height: 220px;
    width: 220px;
    border: 4px solid rgba(75, 139, 251, 0);
    border-radius: 50%;
    animation: border-loader 1150ms ease-in-out 450ms 3 both;
    animation-iteration-count: infinite;
}

@keyframes border-loader {
    0% {
        border-top-color: rgba(75, 139, 251, 0);
        transform: rotate(0deg);
    }

    10% {
        border-top-color: rgba(75, 139, 251, 0.3);
    }

    30% {
        border-top-color: rgba(75, 139, 251, 0.5);
    }

    60% {
        border-top-color: rgba(75, 139, 251, 0.8);
    }

    100% {
        border-top-color: rgba(75, 139, 251, 0);
        transform: rotate(360deg);
    }
}

.spinner-loader h3 {
    font-size: 2rem;
    opacity: 0;
    /*animation: disapear 1150ms ease-in-out 150ms 3 both;*/
}

.point {
    font-size: 2rem;
    padding: 3px;
    /*animation: disapear 1150ms ease-in-out 150ms 3 both;*/
}

/*@keyframes disapear {
  0% {
    opacity: .8;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}*/

/*body {
	height: auto;
	position: relative;
}*/

div.adm-fileinput-item div.adm-fileinput-item-preview {
    width: auto !important;
}

.site-form__label--num {
    position: relative;
}

.site-form__input.borderRed {
    border: 1px solid red;
}

.error {
    z-index: 19;
    position: absolute;
    padding: 7px;
    border: 2px solid #707070;
    border-radius: 5px;
    top: 120%;
    left: 50%;
    margin-left: -50%;
    width: auto;
    color: #000;
    background-color: #fff;
    white-space: nowrap;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.error:after, .error:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.error:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 10px;
    margin-left: -10px;
}

.error:before {
    border-color: rgba(112, 112, 112, 0);
    border-bottom-color: #707070;
    border-width: 13px;
    margin-left: -13px;
}

.site-form__file-icons a.site-form__file-delete {
    display: none;
}

.site-header__noerror {
    background-image: url('img/icon-bug.svg');
    background-repeat: no-repeat;
    background-position: center;
    transition-duration: .2s;
    transition-property: opacity;
}

.site-form__num {
    height: 55px;
}

.site-form__quantity-btn {
    height: 38px;
}

.site-form__label--num {
    display: block;
    width: 122px;
}

.site-form__quantity-btn--plus {
    background-position: center -27px !important;
}

.site-form__quantity-btn--minus {
    background-position: center 4px !important;
}
.site-form__file-label {
    /*margin-top: 24px;*/
}

.site-form__file-info > span {
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.site-form__file-label.col-3:after,
.site-form__file-label.col-2:after {
    content: "";
    flex-shrink: 0;
    display: flex;
    width: 48px;
    align-items: center;
    height: 53px;
    margin-left: auto;
    border-radius: 8px;
    background-color: #ced0d6;
    background-image: url('img/icon-upload-black.svg');
    background-repeat: no-repeat;
    background-position: center;
    font-size: 18px;
    font-weight: 700;
    color: #212535;
    white-space: nowrap;
}
.site-form__file-label.col-3 .site-form__file-icons,
.site-form__file-label.col-2 .site-form__file-icons {
    right: 60px;
}
.btn[disabled] {
    background: #dcdcdc;
}
.list-group {
    top: 0;
    z-index: 12;
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 8px;
    border-radius: 8px;
    border: 1px solid #ced0d6;
    background-color: #fff;
    position: absolute;
    left: 0;
    padding-top: 53px;
    overflow: hidden;
}
#field-name {
    z-index: 13;
    position: absolute;
}
.field-name__label {
    z-index: 14;
}
.list-group-item {
    /*height: 48px;*/
    padding: 7px;
    cursor: pointer;
}
.site-form__label {
    min-height: 55px;
}