/*.services .item .description {*/
/*    height: auto;*/
/*}*/

.review-card__text,
.review-card__texts p {
    font-size: 14px;
    line-height: 155.5%;
    color: #494949;
    margin: 20px 0 0 0
}

.review-card__text:first-child,
.review-card__texts p:first-child {
    margin: 0
}

.reviews-title-card__img {
    border-radius: 50%;
    overflow: hidden;
}

.review-card__img img {
    object-fit: cover;
}

.additional-item__text,
.additional-item p {
    font-size: 14px;
    line-height: 151.9%;
    color: #494949;
    margin: 10px 0 0 0
}

h2.main__title {
    font-weight: 700 !important;
    color: #494949;
    font-size: 36px;
    font-weight: 400;
    line-height: 42px;
}

.faq-block .faq-block__body p {
    padding: 0;
}

.faq-block .faq-block__body p:last-child {
    padding: 0 0 47px 0;
}

.visually-hidden-input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0);
}

.questions__form input.input_error {
    border-color: #8B1818 !important;
}

.error_add_form {
    color: #8B1818;
}

.success_add_form {
    color: darkgreen;
}

.fancybox-button--fullscreen {
    background-image: url("../img/icon-fullscreen.svg");
}

.fancybox-button--close {
    background-image: url("../img/icon-close-cross.svg");
}

.features .features__row {
    display: block;
}

.features .features__row p {
    padding-right: 0;
}

.features .features__row p:first-child {
    margin-right: 0;
    margin-bottom: 25px;
}

.partners--services,
.partners--services .inner {
    /*padding: 0;*/
}

.partners--services .partners_item img {
    max-width: 100%;
}

.partners--services .owl-controls .owl-prev,
.partners--services .owl-controls .owl-next {
    top: -72px;
}

.partners--services .owl-stage-outer {
    margin-right: 0;
    padding-left: 0;
    max-width: 100%;
}

.services_in .item .description {
    min-height: 0;
    height: auto;
    margin-top: 20px;
    padding-bottom: 30px;
}

.services_in .item {
    display: flex;
    flex-direction: column;
    height: auto !important;
    overflow-y: visible !important;
}

.services_in .items {
    display: flex;
    flex-wrap: wrap;
}

.services .item ul li:first-child {
    margin-top: 0;
}

.services .item ul li {
    line-height: 1.4;
}

.services .item .pic a {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.services .item .name {
    position: relative;
    left: 0;
    width: 100%;
    max-width: none;
    padding-right: 15px;
}

.projects_list .item .pic {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.header .slogan {
    color: #2e3092;
}

.header .slogan,
.header .place span {
    font-size: 16px;
    line-height: 1.45;
}

.header .place .big {
    margin: 5px 0;
}

.header .phone .big {
    margin: 11px 0 5px;
}

.map_main .chisel .place {
    line-height: 1.46;
    font-size: 19px;
    font-weight: 500;
}

.map_main .chisel .mail a {
    font-size: 19px;
    font-weight: 500;
}

.services .item .more {
    position: static;
}

.features li {
    margin-left: 15px;
    font-size: 16px;
    line-height: 154.9%;
    list-style: disc;
}

@media (max-width: 1199px) {
    .partners .owl-controls .owl-prev,
    .partners .owl-controls .owl-next {
        top: -66px;
    }
}

@media (max-width: 768px) {
    h2.main__title {
        font-size: 26px;
        line-height: 34px;
    }

    .faq-block .faq-block__body p {
        padding: 0;
    }

    .faq-block .faq-block__body p:last-child {
        padding: 0 0 10px 0;
    }

    .home_services_top {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 25px;
    }

    .home_services_top::before,
    .home_services_top::after {
        display: none;
    }

    .home_services_top .title_block,
    .home_services_top .more {
        margin-bottom: 0;
    }

    .home_services_top .title_block {
        margin-right: 10px;
        margin-bottom: 5px;
    }

    .features .features__row p:first-child {
        margin-bottom: 0;
    }

    .header .phone::before {
        top: 50%;
        transform: translateY(-50%);
    }

    .services .more {
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .features li {
        font-size: 14px;
    }
}

@media (max-width: 670px) and (min-width: 650px) {
    .questions__form {
        justify-content: space-between;
    }
}

@media (max-width: 649px) {
    .questions .questions-form__email,
    .questions .questions-form__name,
    .questions .questions-form__tel {
        flex-basis: 100%;
    }

}

@media (max-width: 540px) {
    .features li {
        margin-left: 12px;
        font-size: 13px;
    }
}