.service-list-item__info {
    display: flex;
    flex-direction: column;
}
.service-list-item__details {
    margin-top: auto;
}
.header__socials a {
    margin-left: 15px;
}
.header__socials {
    display: flex;
    align-items: center;
}
.header__socials a {
    flex: 0 0 25px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header__socials a svg {
    height: unset;
}
.before-after {
    padding: 70px 0;
}
.before-after-item {
    display: flex;
    column-gap: 50px;
}
.before-after-item__photo {
    flex: 0 0 calc(50% - 25px);
}
.before-after .block-title {
    margin-bottom: 50px;
}
.staff {
    padding: 70px 0;
}
.staff .block-title {
    margin-bottom: 50px;
}
.operations {
    padding: 70px 0;
}
.operations .block-title {
    margin-bottom: 50px;
}
.service-list-item__buttons {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 10px;
}
.service-list-item__buttons .btn {
    margin-left: 0;
    min-width: 180px;
}
.typography-enabled ul {
    list-style: disc;
    padding-left: 20px;
    margin: 20px 0;
}
.typography-enabled ol {
    margin: 20px 0;
}
.typography-enabled ul li,
.typography-enabled ol li {
    margin-bottom: 10px;
}
.typography-enabled ul li {
    list-style: none;
    padding-left: 15px;
    position: relative;
}
.typography-enabled ul li::before {
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    background: var(--main-color);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}
.typography-enabled ol {
    list-style: none;
    counter-reset: li;
}
.typography-enabled ol li {
    counter-increment: li;
}
.typography-enabled ol > li::before {
    content: counter(li);
    color: var(--main-color);
    display: inline-block;
    width: 20px;
    font-weight: 500;
    margin-left: -1em;
}
.service-item--gray .service-item__info {
    background: #f6f6f6;
}
.swiper-slide .service-item:hover {
    box-shadow: none;
}
.contacts__info {
    align-items: center;
    flex-wrap: nowrap;
}
.contacts__info-map {
    flex: 0 0 400px;
}
.contacts__info-text {
    flex-grow: 1;
}
.contacts__other {
    padding-left: 0;
}
.contacts__item {
    margin-bottom: 50px;
}
.contacts__socials {
    margin-top: 50px;
}
.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}
.alignright {
    float: right;
    margin: 0 0 20px 20px;
}
@media(max-width: 1365px) {
    .main-benefits__info {
        padding-right: 30px;
    }
}
@media (max-width: 1349px) {
    .main-slide__content h1 {
        font-size: 40px;
        line-height: 1.25;
    }
}
@media(max-width: 1199px) {
    .service-list-item__buttons {
        justify-content: flex-start;
    }
}
@media(max-width: 1023px) {
    .service-list-item__buttons {
        justify-content: center;
    }
    .header__socials {
        display: none;
    }
    .operations {
        padding: 20px 0;
    }
    .before-after-item {
        column-gap: 20px;
    }
    .before-after-item__photo {
        flex: 0 0 calc(50% - 10px);
    }
    .contacts__info-map {
        flex: 0 0 300px;
    }
}
@media(max-width: 767px) {
    .swiper-holder .swiper-pagination {
        right: 70px;
        left: 70px;
        bottom: -20px;
        width: auto;
        flex-wrap: wrap;
        gap: 8px;
    }
    .stock .swiper-pagination {
        bottom: 0;
    }
    .header__socials {
        display: none;
    }
    .main-slide__content {
        text-align: center;
    }
    .main-slide__content ul {
        text-align: left;
		font-size: 8px;
    }
    .main-slide__buttons {
        display: flex;
        flex-direction: row;
        align-content: stretch;
    }
    .reviews .swiper-holder .swiper-pagination {
        gap: 5px;
    }
    .contacts__info {
        flex-wrap: wrap;
    }
    .contacts__info-map {
        order: 1;
        flex: 0 0 100%;
    }
    .contacts__item {
        margin-bottom: 20px;
    }
    .before-after {
        padding: 50px 0 0;
    }
}
@media(max-width: 599px) {
    .main-slide__content h1 {
        font-size: 30px;
        line-height: 1.25;
    }
    .before-after-item {
        column-gap: 10px;
    }
    .before-after-item__photo {
        flex: 0 0 calc(50% - 5px);
    }
}
@media (max-width: 479px) {
    .main-slide__content h1 {
        font-size: 28px;
    }
    .main-slide__text ul li {
        font-size: 12px;
        background-size: 14px auto;
        padding-left: 22px;
        background-position: 0 2px;
    }
    .main-slider__cta {
        margin-top: 26px;
    }
    .main-slider__cta-content {
        background: none;
        box-shadow: none;
        border-radius: 0;
        padding: 0;
    }
    .main-slider__cta-text {
        font-size: 12px;
    }
    .main-slide__buttons .btn {
        height: 35px;
		font-size: 15px;
        padding: 22px;
    }
    .btn {
        padding: 8px 23px;
        font-size: 12px;
    }
    .block-title {
        text-align: center;
    }
    .stock .swiper-pagination {
        bottom: 15px;
    }
    .typography-enabled ol {
        padding-left: 20px;
    }
    .typography-enabled ul {
        padding-left: 0;
    }
}