﻿:root {
    --bg-logo: #1f1f1f;
    --bg-main: #fffaf5;
}
header {
    background: var(--bg-logo);
}
.menu-desktop .list-inline > li > a {
    color: var(--color-white);
}
.slider-home .sliders .box-inner h2 {
    line-height: 55px;
}
.services-home .box-inner {
    padding: 10px 15px;
    height: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.services-home .box-inner .overlay {
    opacity: 0.6;
}
.services-home .box-inner p {
    font-weight: 400;
    text-align: center;
    font-size: 16px;
    line-height: 1.75em;
    margin-bottom: 10px;
}
.box-prices {
    font-family: 'Playfair Display', sans-serif;
}
.box-prices span {
    font-family: 'Times New Roman', Times, sans-serif;
}
.box-prices .row::after {
    width: calc(100% - 20px);
    position: relative;
    left: 10px;
}
.box-prices .row.no-dotted::after {
    border-bottom-width: 0px;
}
.box-prices .row > div:first-child {
    color: var(--color-text-site);
}
.color-theme {
    color: var(--color-theme);
}
@media (max-width: 1199px) {
    .about-us h2 {
        font-size: 24px;
        line-height: 40px;
    }
}
@media (max-width: 991px) {
    .services-home .box-inner {
        height: 200px;
    }
    .box-prices {
        font-size: 11.2pt;
    }
}
@media (max-width: 767px) {
    .menu-mobile-tablet .menu-bars button i {
        color: var(--color-white);
    }
    .services-home {
        min-height: 1400px;
    }
    .services-home .bg-services {
        min-height: 1400px;
    }
    .box-prices {
        font-size: 14px;
    }
    .box-prices .row::after {
        width: calc(100% - 10px);
        left: 5px;
    }
}