.header .header__link-wrapper span + span {
    display: none;
}

.header .header__mobile .header__link-wrapper span + span {
    display: none;
}

.header .header__link-items a + a {
    display: none;
}


.wpml-ls-legacy-list-horizontal a {
    padding: 0 0 5px 0 !important;
}

.wpcf7-spinner {
    position: absolute;
}

.wpcf7-not-valid-tip {
    font-size: 12px !important;
}

.wpcf7 form .wpcf7-response-output {
    margin: 20px 0 0 !important;
    padding: 5px !important;
    font-size: 12px !important;
}


.invalidForm {
    box-shadow: 0px 0px 5px 0px rgb(255 0 0);
    border-bottom: 1px solid #ff0000 !important;
}

.mess {
    width: 100%;
    text-align: center;
}

.mess-success {
    padding: 10px;
    margin-top: 20px;
    background: transparent;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.4;
    border: 1px solid #32cd32;
    color: #fff;
    text-align: center;
    pointer-events: none;
}

.mess-error {
    padding: 10px;
    margin-top: 20px;
    background: transparent;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.4;
    border: 1px solid #f50000;
    color: #fff;
    text-align: center;
    pointer-events: none;
}


.n-i {
    height: auto;
    max-height: 600px;
}


.header .header__link-items a {
    display: block;
}

.footer .footer__soc-link a {
    display: block;
}

.header .header__link svg {
    margin-top: 0;
}


.video-news {
    width: 100%;
    height: 500px;
    border-radius: 20px;
    overflow: hidden;
}

.video-news iframe {
    width: 100%;
    height: 100%;
    display: block;
}

.eq-img {
    object-fit: contain !important;
}

.equipment .wrap-anim {
    display: block;
}

.news img {
    height: auto !important;
    max-height: 100% !important;
    width: auto !important;
    max-width: 100% !important;
}

.news .img-block img {
    width: 49% !important;
    height: auto !important;
}


@media screen and (max-width: 1200px) {
    .video-news {
        height: calc(100vw * 0.56) !important;
    }
}

@media screen and (max-width: 768px) {
    .mess-success {
        font-size: 12px;
    }

    .mess-error {
        font-size: 12px;
    }

    .n-i {
        max-height: 400px;
    }
}

@media screen and (max-width: 680px) {
    .news .img-block img {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .news .img-block {
        flex-direction: column;
    }
}


.partners .wrap-anim:last-child {
    margin-right: 0;
}

.partners .partners__wrapper {
    justify-content: center;
}

.partners .container {
    max-width: 900px;
}

/* .news .news__main-img{
    width: 100%;
    height: unset!important;
} */


.delivery .delivery__acc-text a {
    color: #32cd32;
    transition: all 0.4s ease;
    font-weight: 700;
}

.delivery .delivery__acc-text a:hover {
    text-decoration: underline;
}

.Main__Container-sc-1n4ud0o-0 > a {
    display: none !important;
}

.alm-loading .loader,
.alm-loading .loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.alm-loading .loader {
    margin: 20px auto;
    font-size: 5px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load 1.1s infinite linear;
    animation: load 1.1s infinite linear;
}

@-webkit-keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

html, body {
    width: 100%;
    overflow-x: hidden;
}

.grecaptcha-badge {
    visibility: hidden;
}

.wpcf7-turnstile {
    visibility: hidden;
    height: 0;
}