body {
    overflow-x: hidden !important;
}

.vertical-align > * {
    display: inline-block;

    margin-left: -10px;
    width: 100%;
}

.vertical-align > * > a,
.vertical-align > * > img,
.vertical-align > * > span {
    margin-left: 10px;
}

/*
.vertical-align:after {
    content: "";
    width: 0px;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}*/

.modal-dialog {
    max-width: 480px;
}

#modalForm .form-control-feedback {
    top: 0 !important;
    margin-top: 0 !important;
}

#modalForm textarea {
    resize: vertical;
}

@media (min-width: 480px) and (max-width: 991px) {
    ul.social li.s-icon {
        display: none;
    }
}

#reloadCaptchaModal {
    font-size: 14px;
    cursor: pointer;
    color: #01c1c1;
}

.starrequired {
    font-size: 24px;
    font-weight: bold;
    color: #FF0000;
}

/* Remove standart AJAX loading icon */
div[id ^= "wait_comp_"],
.bx-core-waitwindow {
    display: none !important;
}

.items_wrap.mobile {
    display: none;
}

/* Clear tabs for extra small devices */
@media (max-width: 767px) {
    .nav-tabs > li {
        float: none;
        border-left: none;
        border-top: 1px solid #FFFFFF;
    }

    .nav-tabs > li:first-child {
        border-top: none;
    }

    .items_wrap.desktop {
        display: none;
    }

    .items_wrap.mobile {
        display: initial;
    }
/*
    .top-header>.row>div {
        padding: 0 !important;
    } */

    .top-header--right {
        display: flex;
        width: 104px;
        padding: 0;
        margin: 0;
        justify-content: flex-end;
    }

    .top-header>.row{
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .top-header>.row::before{
        display: none;
    }

    .top-header>.row::after{
        display: none;
    }

    .top-header>.row>div{
        padding:0;
        margin:0;
    }


    .top-header>.row>div:not(.top-header--right){
        width: 100%;
    }
}

/* @media (max-width: 385px) {
    .top-header ul li {
        font-size: 9px;
    }
} */

/* hz */
.img-news-list {
    width: 100%;
}

.news-block .owl-buttons > div {
    margin: 0 !important;
    bottom: 2px !important;
}

#emailAddressForm #subscribe_form_msg .help-block {
    color: #FF2000 !important;
}

#emailAddressForm #subscribe_form_msg .help-block {
    margin: 0 !important;
}

#emailAddressForm .form-control-feedback {
    margin-top: 0 !important;
    top: 0 !important;
    right: 0;
}

#emailAddressForm .input-group {
    margin: 0 0 0 0 !important;
}

.extra-items > a {
    font-size: 40px;
    line-height: 32px !important;
}

@media screen {
    .stuck-nav {
        position: fixed;
        z-index: 9999;
        -webkit-transition: top .4s ease, opacity .4s ease;
        -moz-transition: top .4s ease, opacity .4s ease;
        transition: top .4s ease, opacity .4s ease;

        top: -70px;
        opacity: 0;
    }

    .stuck-nav.stuck {
        top: 0;
        opacity: 1;
    }

    .full-width {
        width: 100%;
    }
}

.icon-eng {
    background: url('img/en.png') no-repeat 50%;
    background-size: cover;
    vertical-align: middle;
}

.icon-chaina {
    background: url('img/ch.png') no-repeat 50%;
    background-size: cover;
    vertical-align: middle;
}

.icon-ru {
    background: url('img/ru.png') no-repeat 50%;
    background-size: cover;
    vertical-align: middle;
}

.icon-nasos {
    background: url('img/icon-nasos.png') no-repeat 50%;
    vertical-align: middle;
}

.header-search {
    margin-right: 0;
}

.header-search--link{
    color: #000;
    /* padding: 0 4px; */
    line-height: 25px;
    height: 27px;
}

.header-search--link .fa-search{
    line-height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    padding-left: 12px;
    color: black;
}

#mainMenu li {height: auto;}
.tab-content .work-description {transform: translateY(-50%);}
