.priceList {
    background-color: #e8e2d8;
}
.priceList__content {
    position: relative;
}
.priceList__content:not(:nth-last-child(2)):after {
    height: 1px;
    width: 100%;
    position: absolute;
    background-color: #000;
    content: "";
    bottom: -40px;
}
body {
    background-image: none;
}
.gallerySlider__slider .swiper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallerySlider__nav {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 2;
    color: #fff;
}
.gallerySlider__button-prev {
    display: flex;
    align-items: center;
    height: 60px;
    width: 60px;
    position: relative;
    border-radius: 90px;
    border: 1px solid #e8e2d8;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallerySlider__button-next {
    display: flex;
    align-items: center;
    height: 60px;
    width: 60px;
    position: relative;
    border-radius: 90px;
    border: 1px solid #e8e2d8;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallerySlider__button-prev svg,
.gallerySlider__button-next svg {
    width: 20px;
    height: 40px;
}
.aboutBlock__container {
    max-width: 960px;
    margin: 0 auto;
}
.header__callback ul li a {
    font-size: 16px;
}