a {
    color: #5055a5;
}

a:hover {
    text-decoration: none;
}

.logos-manufacturer {
    list-style: outside none none;
    margin: 30px 0;
    padding: 0;
    overflow: auto;
}

.logos-manufacturer > li {
    margin: 10px 0;
    padding: 0;
}

.logos-manufacturer img {
    border: none 1px gray;
    padding: 4px;
    background-color: #eaeaea;
}

@media (max-width: 768px) {
    .logos-manufacturer img {
        width: 130px;
    }
}

.logos-vertical > li {
    float: none;
    margin-right: 0px;
}

@media (max-width: 992px) {
    .logos-vertical > li {
        float: left;
        margin-right: 20px;
    }
}

.logos-gorizontal > li {
    display: inline-block;
    margin-right: 20px;
}

.logos-gorizontal-small {
    margin: 10px 0;
}

.logos-gorizontal-small > li {
    display: inline-block;
    margin-right: 5px;
}

.logos-gorizontal-small > li img {
    width: 100px;
}

.btn-def {
    display: inline-block;
    text-align: center;
}

.online-catalog {
    margin-bottom: 40px;
}

.news-list .news-item__imgbox {
    background-color: #f1f1f8;
}

.id-img-box {
    height: 400px;
}

.portfolio__slider .slick-next {
    right: 20%;
}

.portfolio__slider .slick-prev {
    left: 20%
}

.services-table {
    margin-bottom: 4em;
}

.prod-item__param-key, .prod-item__param-val {
    margin-right: 5px;
}

.prod-item__param-info {
    z-index: 10;
}

.page-id__info-labels {
    display: flex;
}

.page-id__info-red, .prod-item__red {
    color: white;
    background-color: #FC5F00;
    border-radius: 5px;
    text-transform: uppercase;
    margin: 0 20px 10px 0;
    display: block;
    font-size: .625rem;
    font-weight: 700;
    padding: 5px 0 5px 20px;
}

.page-id__info-av, .page-id__info-red {
    padding: 5px 20px;
}

.prod-item__red {
    width: 33%;
}

.w-work__container {
    max-width: 1600px;
}

.w-work__left img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1920px) {
    .w-work__left {
        max-width: 40%;
    }
}

@media (max-width: 1440px) {
    .w-work__left {
        max-width: 50%;
    }
}

.header__btn {
    display: block;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

@media (max-width: 768px) {
    .header__btn  {
       display: none;
    }
}

.page-brand__left {
    width: 70%;
}

.list-param-brand {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.list-param-brand__item {
    width: auto;
    display: inline-block;
    padding: 0;
}

.list-param-brand__link {
    text-decoration: underline;
}

.list-param-brand__item .list-param-brand__link {
    padding: 0 1em 0 0;
}

.list-param-brand__item.list-param-brand__item-4 {
    width: 25%;
}

.list-param-brand__item.list-param-brand__item-3 {
    width: 32%;
}

.list-param-brand__item.list-param-brand__item-2 {
    width: 50%;
}


.page-sidebar__right p {
    line-height: 140%;
}

.section-list-param__container {
    flex-direction: row;
}

.section-list-param__total-link {
    display: block;
    text-align: center;
    margin-top: 2em;
}

.brand__item {
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 1.5em;
    width: 10%;
}

@media (max-width: 992px) {
    .brand__item {
        width: 14%;
    }
}

@media (max-width: 768px) {
    .brand__item {
        width: 18%;
    }
}

@media (max-width: 480px) {
    .brand__item {
        width: 23%;
    }
}

.brand__logo {
    width: 100%;
    height: 70px;
}

.brand__item .brand__name {
    font-size: 1em;
}

.img-responsive {
    width: 100%;
}

.page-sidebar__right {
    width: 71%;
    margin-left: 3%;
}

.page-text {
    padding: 0 0 2em 0;
}

@media (max-width: 768px) {
    .page-sidebar__right {
        width: 98%;
        margin-left: 2%;
    }

    .page-text {
        padding: 0 0 0 0;
    }
}

.reviews {
    min-height: 300px;
}

.message-result-not-found {
    color: red;
    padding: 1em 0;
}

a.btn {
    text-decoration: none;
}

.faq-page__container {
    max-width: 1200px;
    width: 95%;
    margin: 0 auto;
    padding-bottom: 3em;
}


.feedback2__container {
    background: #f1f1f8;
    padding: 55px 100px;
    border-radius: 15px;
    position: relative;
    z-index: 9;
    -webkit-box-shadow: 0 7px 27px 0 rgba(128,133,205,.2);
    box-shadow: 0 7px 27px 0 rgba(128,133,205,.2);
}

.feedback2__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.feedback2__form::after {
    content: "";
    background: url(../img/person-form.png) center bottom no-repeat;
    width: 365px;
    height: 400px;
    display: block;
    position: absolute;
    right: 100px;
    bottom: 0;
}

.feedback2__form-item_input {
    max-width: 390px;
    width: 100%;
}

.feedback2__form-label {
    display: block;
    color: #878787;
    font-size: .875rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.feedback2__form-input {
    color: #545454;
    padding: 20px;
    padding-left: 20px;
    border: none;
    border-radius: 5px;
    width: 100%;
    font-size: 1.25rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    border: 1px solid #fff;
}

.feedback2__form-item_btn {
    max-width: 285px;
    width: 100%;
    position: relative;
    z-index: 9;
    margin-left: 20px;
}

.feedback2__form-btn {
    padding: 23px 0;
    padding-right: 0px;
    padding-left: 0px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1rem;
    width: 100%;
    text-align: center;
    -webkit-box-shadow: 0 7px 27px 0 rgba(174,177,222,.45);
    box-shadow: 0 7px 27px 0 rgba(174,177,222,.45);
}


#loader-overlay{
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height:100%;
    display: none;
    background: rgba(0,0,0,0.6);
}
.loader-cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loader-spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}

.is-hide{
    display:none;
}

.eurocode__form {
    background: #f1f1f8;
    padding: 20px 20px;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 20px;
}

.eurocode__form-item_input {
    width: 100%;
}

.eurocode__form-input {
    color: #545454;
    padding: 20px;
    padding-left: 20px;
    border-radius: 5px;
    width: 100%;
    font-size: 1.25rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    border: 1px solid #fff;
}

.eurocode__form-item_btn {
    max-width: 285px;
    width: 100%;
    position: relative;
    z-index: 9;
    margin-left: 20px;
}

.eurocode__form-btn {
    padding: 23px 15px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1rem;
    width: 100%;
    text-align: center;
    -webkit-box-shadow: 0 7px 27px 0 rgba(174,177,222,.45);
    box-shadow: 0 7px 27px 0 rgba(174,177,222,.45);
}

.services-table__list td {
    font-weight: 600;
    text-align: right;
}

.services-table__list td:first-child {
    font-weight: 400;
    text-align: left;
}

.services-table__list td.left-aligned {
    text-align: left;
}

table.eurocode {
    border-collapse: collapse;
}

table.eurocode td.cell {
    border: solid 1px #1e5384;
    padding: 2px 3px;
    width: 30px;
    height: 30px;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    background-color: #338bde;
    color: #fff;
}

table.eurocode td.null {
    border: none;
}

table.eurocode td.descr {
    padding: 0 15px;
}

.service-center__item-imgbox.contained img {
    object-fit: contain;
}

.page-id__price-box {
    margin-bottom: 20px;
}

.page-id__price-title span {
    color: #ed1e24;
    padding: 5px;
    font-size: .9rem;
}

.personal-policy-block {
    margin: 0 20px 20px 20px;
    padding: 20px 10%;
    text-align: center;
    font-size: 85%;
    color: gray;
}
.personal-policy-block .btn {
    font-size: 85%;
    padding: 10px 15px;
}