html,
body {
    padding: 0;
    margin: 0;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    background-color: #008af2;
    padding-top: 0.5rem;
}

header,
footer,
h1 {
    text-align: center;
}

header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.address,
.description {
    color: #fff;
}

.description {
    padding: 2rem;
    color: #000;
    background: #fff;
    /* text-align: justify; */
}

.description p {
    padding: 0;
    margin: 0;
}

.description:last-child {
    padding-bottom: 2rem;
}

.address {
    align-items: center;
    justify-content: center;
}

.address div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0.5rem;
}

.address div:first-child {
    font-family: "Roboto", sans-serif;
    font-size: 2rem;
    font-weight: 600;
}

header h1 {
    background: #c8fe26;
    margin: 0;
    font-size: 1.7rem;
    /* border-top: 0.5rem solid #FF6335; */
}

.vv {
    color: #c8fe26;
    font-weight: 900;
}

.service {
    font-weight: 200;
}

.icon-links a {
    margin: 0.5rem;
    display: block;
}

.icon-links {
    margin: 0.5rem 0;
    justify-content: center;
    flex: 1;
}

footer {
    padding: 2rem 0;
    color: #fff;
    /* border-top: 0.5rem solid #FF6335; */
}

a {
    outline: none;
}

.splide__list {
    align-items: center;
    height: auto !important;
    /* overflow: hidden;
    border-radius: 2em; */
    list-style: none;
    margin: 0;
    padding: 0;
}

#photos .splide__slide img {
    width: 100%;
    height: auto;
}

#photos {
    margin-top: 1rem;
}

#photos .splide__arrow--prev,
#photos .splide__arrow--next {
    background: #c8fe26 !important;
    opacity: 1 !important;
}

.max-width-section {
    margin: 0 auto !important;
    max-width: 1280px;
}

.main-title {
    flex: 1
}

.main-title a {
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-size: 4rem;
    color: #fff;
}

.phones {
    justify-content: space-evenly;
    align-items: center;
}

.phones div {
    background: #c8fe26;
    padding: 0.5rem 1rem;
    border-radius: 1.5rem;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-size: 2rem;
    font-weight: 600;
    margin: 0.5rem;
}

.phones a {
    color: #000;
}

.contacts {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.contacts div {
    display: flex;
    flex-wrap: wrap;
}

#reviews .splide__slide {
    min-height: 480px;
}

#reviews .splide__slide .review {
    margin: 1rem;
    height: calc(480px - 5rem);
}

.card {
    background-color: #fff;
    padding: 1rem 2rem;
    border-radius: 1rem;
    box-shadow: #00000066 0 10px 16px 6px;
    overflow: hidden;
}

#reviews .rate-fill {
    color: #ffcc00;
}

#reviews .rate-user-name {
    font-weight: bold;
}

thead {
    background: #008af2;
    color: #fff;
}

th,
td {
    text-align: left;
    padding: 0.5rem;
    border-bottom: #000 dashed 1px;
}

.flex-blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.description .card {
    margin-bottom: 1rem;
    max-width: 340px;
    width: 100%;
}

.service,
.blog-list {
    background-color: #008af2;
}

.card-header {
    display: flex;
    align-items: center;
}

.card-header img {
    margin-right: 1rem;
}

.main-nav {
    display: flex;
    justify-content: center;
    align-items: center;
}

.breadcrumbs,
.breadcrumbs a,
.main-nav,
.main-nav a {
    color: #fff;
    text-overflow: ellipsis;
}

.breadcrumbs ul,
.main-nav ul {
    list-style: none;
    padding: 0;
    margin: 0 1rem 1rem;
    display: flex;
    gap: 8px;
    font-size: 14px;
    overflow: hidden;
}

.main-nav ul {
    margin: 1rem 1rem 0.5rem 1rem;
}

.breadcrumbs li,
.main-nav li {
    white-space: nowrap;
}

.breadcrumbs li::after {
    content: "›";
    margin-left: 8px;
}

.main-nav li::after {
    content: "|";
    margin-left: 8px;
}

.breadcrumbs li:last-child::after,
.main-nav li:last-child::after {
    content: "";
}

.blog-list .blog-item {
    padding: 0;
    margin-bottom: 1rem;
    max-width: 340px;
    width: 100%;
}

.blog-list .blog-item img {
    width: 100%;
}

.blog-item-description {
    margin: 0 1rem 1rem;
}

.blog-item-description p {
    margin-bottom: 0.5rem;
}

.blog-item-description time {
   color: #a8a8a8;
}

.blog-list .blog-item a {
    color: #000;
}

.blog-list .blog-item h2 {
    margin: 1rem;
}

strong {
    font-weight: bold;
}