/* .header-vortex canvas{
  display: none;
}  */

.news-footer.end {
    justify-content: flex-end;
}

.vacancies-items .accordion-item {
    display: none;
}

.vacancies-items .accordion-item.active-filter {
    display: block;
}

.vacancies-items.after-filter .accordion-item:first-child {
    border-top: none;
}

.vacancies-items .accordion-item.first {
    border-top: 1px solid rgba(255, 255, 255, .5) !important;
}

.responsibility-header__scheme-circle {
    animation: schemeCircle 3s linear infinite .05s;
}

.loader-text {
    max-width: initial;
}

.input-wrap input, .input-wrap textarea {
    resize: none;
    -webkit-appearance: none;
    border: 1px solid rgba(255, 255, 255, 0.5);
    height: 90px;
    width: 100%;
    display: block;
    padding: 0 40px;
    background-color: transparent;
    color: #fff;
    outline: 0;
    margin-bottom: 20px;
    box-shadow: none;
    border-radius: 0;
    transition: all 0.3s ease-in;
}

.input-wrap input::-webkit-input-placeholder, .input-wrap textarea::-webkit-input-placeholder {
    color: #fff;
}

.input-wrap input::-moz-placeholder, .input-wrap textarea::-moz-placeholder {
    color: #fff;
}

.input-wrap input:-ms-input-placeholder, .input-wrap textarea:-ms-input-placeholder {
    color: #fff;
}

.input-wrap input::-ms-input-placeholder, .input-wrap textarea::-ms-input-placeholder {
    color: #fff;
}

.input-wrap input::placeholder, .input-wrap textarea::placeholder {
    color: #fff;
}

.title-xl {
    font-size: 70px;
}

/* .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar{
  width: 16px !important;
}
.select2-container--default .select2-results > .select2-results__options{
  scrollbar-width: initial !important;  
  -ms-overflow-style: initial !important;
} */

@media only screen and (max-width: 1650px) {
    .title-xl {
        font-size: 60px;
    }
}

@media only screen and (max-width: 1200px) {
    .title-xl {
        font-size: 48px;
    }
}

@media only screen and (max-width: 650px) {
    .title-xl {
        font-size: 36px;
    }
}


@media only screen and (max-width: 1650px) {
    .input-wrap input, .input-wrap textarea {
        height: 70px;
        padding: 0 30px;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 1200px) {
    .input-wrap input, .input-wrap textarea {
        height: 56px;
        padding: 0 25px;
    }
}

.input-wrap textarea {
    height: 120px;
    padding: 35px 40px;
}

@media only screen and (max-width: 1650px) {
    .input-wrap textarea {
        padding: 25px 30px;
        height: 90px;
    }
}

.file-field {
    border: 1px solid rgba(255, 255, 255, 0.5);
    height: 90px;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 40px;
    background-color: transparent;
    color: #fff;
    background-image: url("../images/load-file.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 40px) center;
    cursor: pointer;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1650px) {
    .file-field {
        height: 70px;
        padding: 0 30px;
        background-position: calc(100% - 30px) center;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 1200px) {
    .file-field {
        height: 56px;
        padding: 0 25px;
        padding-top: 5px;
        background-position: calc(100% - 25px) center;
        background-size: 20px;
    }
}

.file-field input {
    display: none;
}

.form-wrap3 button {
    margin-top: 10px;
    width: 270px;
}

@media only screen and (max-width: 1650px) {
    .form-wrap3 button {
        width: 250px;
        margin-top: 0;
    }
}

@media only screen and (max-width: 1200px) {
    .form-wrap3 button {
        width: 210px;
    }
}

.hidden-input {
    margin: 0;
    padding: 0;
    width: 0px;
    height: 0px;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
}

.form-wrap2 .input-wrap3 {
    position: relative;
}

.form-wrap2 .input-wrap3 .wpcf7-form-control-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.form-wrap2 .input-wrap3 input[type="file"] {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: block;
}

span.wpcf7-not-valid-tip, div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok {
    display: none !important;
}

.form-wrap p {
    margin: 0;
}

.red input {
    border: 1px solid red !important;
}

.form-wrap .correct {
    transition: all 0.3s ease-in;
    opacity: 0;
    pointer-events: none;
    height: 20px;
}

.form-wrap .correct.active {
    opacity: 1;
}

.form-wrap .correct span {
    display: block;
    transform: translateY(15px);
}

.news-item, .news-footer__btn {
    transition: all 0.3s ease-in-out;
}

.news-item.opac,
.news-footer__btn.opac {
    opacity: 0;
}

.search-content--noresults {
    transition: opacity 0.3s ease-in, height 0s ease-in 0s;
    overflow: hidden;
}

.search-content--noresults.opac {
    transition: opacity 0.3s ease-in, height 0s ease-in 0.3s;
}

.search-content--results {
    transition: opacity 0.3s ease-in 0.35s, height 0s ease-in 0.35s;
    overflow: hidden;
}

.search-content--results.opac {
    transition: opacity 0.3s ease-in 0s, height 0s ease-in 0.3s;
}

.search-content--noresults.opac,
.search-content--results.opac {
    opacity: 0;
    height: 0;
}

.product-items {
    min-height: 410px;
}

.product-item {
    transition: all 0.3s ease-in;
}

.product-item.opac {
    opacity: 0;
}

.conversion__value span {
    margin: 0 4px;
}

.responsibility-header__scheme-value span {
    margin: 0 2px;
}

.brands {
    display: flex;
    width: 100%;
    overflow-x: auto;
    margin-bottom: 30px;
}

.brands .fade {
    width: 120px;
    flex-shrink: 0;
    margin-right: 20px;
}

.brands .fade:last-child {
    margin-right: 0;
}

@media screen and (max-width: 1024px) {
    .brands {
        margin-bottom: 20px;
    }
}

.sidebar-h1 {
    font-size: 100%;
}

.sidebar.-with-breadcrumbs {
    padding-top: 10px;
}

#breadcrumbs {
    font-size: 14px;
    max-width: initial;
    width: 100%;
}

@media screen and (max-width: 768px) {
    #breadcrumbs {
        white-space: nowrap;
        overflow-y: auto;
        position: relative;
    }

    .sidebar.-with-breadcrumbs {
        padding-top: 10px;
        flex-wrap: wrap;
    }
}

#breadcrumbs a {
    text-decoration: underline;
}

.breadcrumb_last {
    opacity: .7;
}

#breadcrumbs .separator {
    display: inline-block;
    margin: 0 5px;
}

.page-block.-with-breadcrumbs {
    padding-top: 10px;
}

.miniature-wrap.-with-breadcrubms {
    padding-top: 10px;
}








