/* ----- header styles ----- */

.header-top {
    gap: 15px;
    padding: 6px 0;
}

.header-top__city {
    gap: 10px;
    padding: 4px 8px;
    border-radius: 11px;
    background-color: #FAFAFA;
    border: 1px solid transparent;
    font-size: 11px;
}

.header-top-menu {
    gap: 25px;
}

.header-top-menu__item {
    font-weight: 400;
    font-size: 12px;
    color: #757575;
}

.header-top-links {
    gap: 14px;
}

.header-top-links__phone {
    gap: 4px;
    font-size: 14px;
    font-weight: bold;
    color: #4B4F58;
    margin-right: 10px;
}

.header-top-links__phone img {
    max-width: 16px;
}

.header-top-links__auth,
.header-top-links__registration {
    font-size: 12px;
    font-weight: 400;
    color: #94969B;
}

.header-middle {
    gap: 15px;
}

.header__logotype {
    max-width: 225px;
}

.header-search {
    width: 100%;
    max-width: 550px;
    position: relative;
}

.header-search__input {
    width: 100%;
    height: 42px;
    padding: 0 12px;
    font-size: 13px;
    font-weight: 300;
    border-radius: 6px;
    border: 1px solid #CC9453;
}

.header-search__button {
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: 1px solid transparent;
}

.header-middle {
    padding: 15px 0;
}

.header-middle-work {
    gap: 6px;
}

.header-middle-work-item {
    font-size: 13px;
    font-weight: 400;
    color: #000;
}

.header-middle-work-item span:first-child {
    color: #C4C4C4;
}

.header-middle-links {
    gap: 30px;
}

.header-middle-links__item {
    position: relative;
}

.header-middle-links__item-count {
    position: absolute;
    top: -7px;
    right: -11px;
    width: 16px;
    height: 16px;
    background-color: #CC9453;
    border-radius: 100px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-bottom {
    padding: 22px 0;
}

.header-bottom-menu__item {
    font-size: 12px;
    font-weight: 400;
    color: #313339;
    text-transform: uppercase;
    position: relative;
    line-height: 24px;
}

.header-bottom-menu__item--has-label {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-bottom-menu__item:hover {
    color: #CC9453;
}

.header-bottom-menu__item::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 17px;
    background-color: #EAEAEA;
    top: 3px;
    right: -32px;
}

.header-bottom-menu__item--more::after {
    display: none;
}

.header-bottom-menu__item--more {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
}

.header-bottom-menu__item--more span {
    width: 3px;
    height: 3px;
    background-color: #313339;
    border-radius: 100px;
}

/* ----- hero styles ----- */

.hero {
    padding: 16px 0 50px;
}

.hero__title {
    font-weight: 500;
    color: #000;
    text-align: center;
    font-size: 28px;
    margin-bottom: 24px;
}

/* ----- advantages styles ----- */

.advantages {
    padding-bottom: 50px;
}

.advantages-item-header {
    font-size: 16px;
    font-weight: bold;
    color: #CC9453;
    gap: 12px;
    margin-bottom: 14px;
    line-height: 1.2;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

.advantages-item-header span {
    font-size: 42px;
    line-height: 1;
    white-space: nowrap;
}

.advantages-item:nth-child(3) .advantages-item-header {
    white-space: normal;
    flex-direction: row;
    align-items: flex-end;
    gap: 12px;
    width: 100%;
}

.advantages-item:nth-child(3) .advantages-item-header span:first-child {
    white-space: nowrap;
    flex-shrink: 0;
}


.advantages-item-header__text {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-style: bold;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    display: flex;
    flex-direction: column;
}
.advantages-item-header__line {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-style: bold;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    white-space: nowrap;
}

.advantages-item-header__line {
    white-space: nowrap;
}

.advantages-item__description {
    font-size: 15px;
    line-height: 140%;
    color: #4B4F58;
}

.advantages-item-header__text {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-style: bold;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    display: flex;
    flex-direction: column;
}

.advantages-item-header__text .advantages-item-header__line {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-style: bold;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    white-space: nowrap;
}


/* ----- customization styles ----- */

.customization {
    background-color: #CC9453;
    padding: 50px 0;
    color: #fff;
}

.customization__title {
    font-weight: 500;
    font-size: 28px;
    line-height: 140%;
    margin-bottom: 58px;
    /* text-align: center; */
    text-transform: uppercase;
}

.customization-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 33px;
}

.customization-item-inner {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 25px;
    /* background-color: rgba(255, 255, 255, 0.1); */
    border-radius: 10px;
    height: 100%;
}

.customization-item__icon {
    width: 60px;
    height: 60px;
    object-fit: scale-down;
}

.customization-item__description {
    font-size: 16px;
    line-height: 150%;
    margin: 0;
}

.block-info {
    padding: 50px 0 100px 0;
}

.block-info p {
    font-size: 16px;
    color: #4B4F58;
    margin-bottom: 20px;
    line-height: 150%;
}

.block-info p:last-child {
    margin: 0;
}

.block-info strong {
    font-weight: bold;
}

/* ----- projects styles ----- */

.projects {
    padding-bottom: 25px;
}

.projects__title {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 15px;
}

.projects__all {
    font-size: 13px;
    line-height: 120%;
    color: #BE9462;
    text-transform: uppercase;
}

.projects .swiper {
    width: 100%;
    height: 300px;
}

.projects .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.projects .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.projects .mySwiper-pagination {
    bottom: -50px;
}

.projects .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: #fff;
    opacity: 1;
    position: relative;
    margin: 13px 0 !important;
}

.projects .swiper-pagination-bullet-active::before {
    content: '';
    width: 14px;
    height: 14px;
    border: 1px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
}

.mySwiper-pagination .swiper-pagination-bullet {
    background-color: #CC9453;
    margin: 0 5px !important;

}

.mySwiper-pagination .swiper-pagination-bullet-active::before {
    border: 1px solid #CC9453;
}

.swiper-slide__name {
    position: absolute;
    left: 16px;
    bottom: 13px;
    color: #fff;
    font-size: 16px;
    z-index: 9;
}

.mySwiper2-pagination {
    top: 20px !important;
    right: 20px !important;
    transform: translateY(0) !important;
}

/* ----- clients styles ----- */

.clients {
    padding-bottom: 120px;
}

.clients__title {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 36px;
}

.clients-slider-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    opacity: 1;
    position: relative;
    margin: 0 5px !important;
    background-color: #CC9453;

}

.clients-slider-pagination .swiper-pagination-bullet-active::before {
    content: '';
    width: 14px;
    height: 14px;
    border: 1px solid #CC9453;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
}

.clients-slider-pagination {
    bottom: -50px !important;
}

/* ----- footer styles ----- */
/* ----- footer styles ----- */
/* ----- footer styles ----- */

/* ----- footer styles ----- */

.footer {
    background-color: #F6F6F9;
}

.footer-top {
    padding: 48px 0 41px;
    border-bottom: 1px solid #C4C4C4;
}

.footer-bottom {
    padding: 32px 0;
}

.footer-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-info-items {
    display: flex;
    align-items: center;
    gap: 18px;
}

.footer-info__item {
    display: flex;
    align-items: center;
    gap: 6px;
}

.footer-info__item img {
    max-width: 13px;
}

.footer-info-items--phones .footer-info__item {
    gap: 8px;
}

.footer-info-items--phones .footer-info__item img {
    max-width: 18px;
}

.footer-info__description {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 30px;
}

.footer-copy {
    font-size: 11px;
    color: #4F4F4F;
    line-height: 130%;
}

.footer-copy p {
    margin-bottom: 12px;
}

.footer-copy p:last-child {
    margin: 0;
}

@media screen and (max-width: 991px) {

    .hero__title {
        font-size: 20px;
    }

    .advantages-item {
        margin-bottom: 30px;
    }

    .advantages-item-header {
        font-size: 14px;
    }

    .advantages-item-header span {
        font-size: 32px;
    }

    .advantages-item__description {
        font-size: 14px;
    }

    .customization__title {
        font-size: 22px;
    }

    .customization-items {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .customization-item-inner {
        padding: 20px;
    }

}

@media screen and (max-width: 767px) {
    .advantages-item-header span {
        font-size: 28px;
    }
}

@media screen and (max-width: 575px) {
    .customization__title {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .customization-item-inner {
        padding: 15px;
    }

    .customization-item__icon {
        width: 50px;
        height: 50px;
    }

    .customization-item__description {
        font-size: 14px;
    }
}