.s-news__text ul {
    list-style-type: disc;
    margin-left: 20px;
}
.b-news__left {
    height: 260px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.b-news__right {
    padding: 20px 20px 40px 20px;    
}
.b-news__link {
    bottom: 15px;
}
.s-gallery__stage-item {
    max-height: 100%; 
}

.s-gallery__thumb-item:not(:first-child) {
    margin-top: 20px;
}

.s-contacts p{
    margin-bottom: 1em;
    font-weight: 300;
    line-height: 1.5em;
}

.s-company.s-contacts {
    margin-bottom: 70px;
}
.s-footer__title--skype {
    text-transform: inherit;
}
.s-contacts__link {
    color: #23527c;
}

.s-contacts__list {
    list-style-type: disc;
    margin-left: 30px;
    margin-bottom: 30px;
}
.s-contacts__list-item {
    line-height: 1.5em;
}
.s-company {
    margin-bottom: 40px;
}
.s-company__list-item {
    line-height: 2em;
}
.s-company__list {
    padding-left: 30px;
    list-style: disc;
}
.s-company__info {
    clear: both;
}

.b-product__img {
    height: 170px;
}

.b-news__left img {
    margin: 0;
}

.s-search {
    padding: 30px 0;
}
.search__list-item {
    margin-bottom: 15px;
    max-width: 970px;
    box-shadow: 0 0 2px rgba(66,64,64, .2);
}
.search__list-item:hover {
    box-shadow: 0 0 4px rgba(66,64,64, .3);
}
.search__item-link {
    color: rgba(29, 71, 141, 1);
    font-weight: 400;
    padding: 20px;
    width: 100%;
    display: inline-block;
}
.search__list-title {
    margin-bottom: 5px;
    margin-top: 5px;
    max-height: 60px;
    overflow: hidden;
    font-weight: 400;
}
.search__list__description,
.search__list__description * {
    color: rgba(66,64,64,0.7);
    line-height: 18px;
    max-height: 75px;
    overflow: hidden;
}
.s-news p {
    font-size: 1.5rem;
    margin-bottom: 1.5em;
    line-height: 1.5em;
    text-align: justify;
}
.l-pagination__list-item.__current {
    background-color: rgba(29, 71, 141, .9)
}
.l-pagination__list-item.__current span {
    color: #fff
}
.l-sidebar__li.__active {
    background-color: #e6e6e6;
}

.modal-footer {
    position: relative;
}

.modal-getprice__title {
    margin: auto;
}
.modal-footer__report {
    position: absolute;
    font-weight: 400;
    color: #424040;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.modal-footer__report.__open {
    opacity: 1;
    visibility: visible;
    transition: 400ms;
    background-color: #fff;
}

.f-send-email{
    transition: 400ms;
    background-color: #fff;
}

.f-send-email.__hidden {
    opacity: 0;
    visibility: hidden;
}

.f-send-email__btn {
    position: relative;
}
.b-cart-inputs__item._error-required,
.b-cart-inputs__item._error-email,
.b-cart-inputs__item._error-phone,
.f-send-email__field._error-email ,
.f-send-email__field._error-required {
    border: 1px solid #ff6666
}
.b-cart-inputs__btn:after,
.f-send-email__btn:after {
    position: absolute;
    content: "";
    opacity: 0;
    visibility: hidden;
    display: block;
    width: 28px;
    height: 28px;
    border-color: #fff;
    border-top-color: #ccc;
    border-radius: 50%;
    border-width: 4px;
    border-style: solid;
    top: calc(50% - 14px);
    left: calc(50% - 14px);
    transition: 400ms;
    animation: spin 1s linear infinite;
}
.b-cart-inputs.__loading:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right:0;
    bottom: 0;
    z-index: 10;

}
.b-cart-inputs__report {
    font-size: 1.5rem;
    padding: 25px 30px;
    display: none;
}
.b-cart-inputs__btn {
    position: relative;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;

}
.b-cart-inputs__btn.__loading,
.f-send-email__btn.__loading {
    color: #fdd835;
}
.b-cart-inputs__btn.__loading:after,
.f-send-email__btn.__loading:after {
    opacity: 1;
    visibility: visible;
}
@keyframes spin {
    0% {transform: rotate(0deg)}
    100% {transform: rotate(360deg)}
}

@media only screen and (min-width: 1024px) {
    .modal-getprice {
        padding: 0 20px;
    }
    .l-menu__sub-list.col-20 {
        width: 20%;
    }
    .l-menu__sub-list.col-25 {
        width: 25%;
    }
    .l-menu__sub-list.col-33 {
        width: 33.33%;
    }
}

