/* Основные стили */
.container {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

/* Контент страницы */
.main-content {
    margin-top: 180px;
}

.categories-section {
    padding-top: 15px;
}

/* Грид-раскладка для контейнера */
.container1 {
    display: grid;
    grid-template-columns: 26.6% 18.1% 26% 26.6%;
    grid-template-rows: 49% 48%;
    gap: 10px;
    grid-template-areas:
        "sad sag div retwert"
        "ttyr kjhgjk div retrwehg";
    justify-content: center;
    height: 40em;
    margin-top: -10px;
}

.div {
    grid-area: div;
}

.sad {
    grid-area: sad;
}

.sag {
    grid-area: sag;
}

.ttyr {
    grid-area: ttyr;
}

.kjhgjk {
    grid-area: kjhgjk;
}

.retwert {
    grid-area: retwert;
}

.retrwehg {
    grid-area: retrwehg;
}

/* Стили всплывающего города */
.screen {
    display: flex;
    max-width: 1300px;
    align-items: center;
    justify-content: space-between;
    padding: 15px 25px 15px 30px;
    background-color: var(--x-5);
    border: 2px solid var(--x-7);
    border-radius: 5px;
}

.screen .frame,
.screen .frame-2,
.screen .frame-3,
.screen .frame-4 {
    display: inline-flex;
    gap: 10px;
}

.screen .map-pin,
.city-info .map-pin {
    width: 22px;
    height: 22px;
    position: relative;
}

.screen .div {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.screen .p,
.screen .text-wrapper,
.screen .text-wrapper-3 {
    line-height: var(--text-menu-line-height);
}

.screen .span {
    font-family: "Inter";
    font-weight: 600;
    line-height: 22.4px;
}

.screen .link,
.screen .buttons,
.screen .div-wrapper,
.city-info .button {
    padding: 10px 30px;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    float: right;
}

.screen .link {
    border-bottom: 1px solid #2274a5;
}

.screen .buttons {
    background-color: var(--x-2);
}

.screen .div-wrapper,
.city-info .button {
    border: 2px solid var(--x-1);
}

.screen .text-wrapper-5 {
    margin-top: -2px;
}

.related-products {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-top: 35px;
}

.related-products .header-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    width: 100%;
}

.related-products .header-text {
    font-family: var(--h-font-family);
    font-weight: var(--h-font-weight);
    font-size: var(--h2-font-size);
    margin-top: -15px;
    margin-bottom: -4px;
}

.related-products .product-list {
    display: flex;
    gap: inherit;
    width: 100%;
}

.related-products .product-card {
    display: flex;
    flex-direction: column;
    width: 19%;
    height: auto;
    align-items: center;
    gap: 21px;
    padding: 20px 20px 40px 20px;
    background-color: #eeeeee80;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.related-products .product-card:hover {
    background-color: var(--x-1);
}

.related-products .product-card:hover .product-title,
.related-products .product-card:hover .title-small {
    color: var(--x-5);
    font-weight: 700;
}

.related-products .product-card:hover .product-image img {
    filter: brightness(0.7);
}

.related-products .product-image img {
    width: 100%;
    max-width: 160px;
    min-height: 98px;
    object-fit: cover;
    border-radius: 5px;
}

.related-products .title-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 25px;
}

.related-products .product-title,
.related-products .title-small {
    font-family: "Gilroy";
    font-size: 20px;
    line-height: 24px;
    color: var(--x-1);
    position: absolute;
    text-align: center;
    letter-spacing: 0;
    font-weight: 600;
}

.hovereffect {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
    cursor: default;
    border-radius: 5px;
}

.hovereffect img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s linear;
}

.hovereffect h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 13px;
    background: rgba(205, 205, 205, 0.9);
    font-family: "Gilroy";
    font-weight: 600;
    font-size: var(--h3-font-size);
    letter-spacing: var(--letter-spacing);
    line-height: var(--h3-line-height);
    font-style: var(--font-style);
    color: #000000;
    text-align: center;
}

.hovereffect h2 a {
    color: #000000;
    text-decoration: none;
}

.hovereffect:hover img {
    transform: scale(1.2);
}

.hovereffect:hover h2 {
    background: var(--variable-collection-3);
    font-family: "Gilroy";
    font-weight: 700;
    padding-bottom: 15px;
}

.hovereffect:hover h2 a {
    color: var(--variable-collection-1);
    font-family: "Gilroy";
    font-weight: 700;
}

.categories-title {
    font-family: var(--h-font-family);
    font-weight: var(--h-font-weight);
    font-size: var(--h2-font-size);
    letter-spacing: var(--letter-spacing);
    line-height: var(--h2-line-height);
    font-style: var(--font-style);
    color: #333333;
    text-align: center;
    padding-bottom: 20px;
    margin-top: 3px;
}

.vector-2 {
    width: 11.76px;
    height: 7.73px;
    position: relative;
}

/* Секция "Резка и Доставка" */
.services-section {
    display: flex;
    flex-direction: column;
    max-width: 1300px;
    align-items: flex-start;
    padding-top: 90px;
    position: relative;
}

.services-section .header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 2px solid var(--x-2);
    margin-top: 25px;
}

.services-section .header-text {
    font-family: var(--h-font-family);
    font-weight: var(--h-font-weight);
    font-size: var(--h1-font-size);
    letter-spacing: var(--letter-spacing);
    line-height: var(--h1-line-height);
    font-style: var(--font-style);
    color: var(--x-8);
    text-align: center;
    margin-top: -2px;
}

.services-section .services-container {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
}

.services-section .service-card {
    display: flex;
    flex-direction: column;
    width: 50%;
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.services-section .service-image {
    width: 100%;
    min-height: 262px;
    background-size: cover;
    background-position: center;
    transition: all 0.3s ease;
}

.services-section .service-description {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 20px 20px 40px;
    background-color: #eeeeee80;
    height: 169px;
}

.services-section .service-title {
    font-family: var(--h-font-family);
    font-weight: var(--h-font-weight);
    font-size: var(--h2-font-size);
    line-height: var(--h2-line-height);
    color: var(--x-1);
    transition: color 0.3s ease;
}

.services-section .service-text {
    font-family: var(--text-font-family);
    font-size: var(--text-font-size);
    line-height: var(--text-line-height);
    color: #555555;
}

.services-section .service-header,
.services-section .service-details {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

/* Секция "Наши фото" */
.photo-section {
    padding: 125px 0 90px;
    position: relative;
    z-index: 1;
}

.photo-section::after {
    content: "";
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: 91%;
    background-color: #EEEEEE;
    z-index: -1;
}

.section-title {
    font-family: var(--h-font-family);
    font-weight: var(--h-font-weight);
    font-size: var(--h1-font-size);
    color: var(--variable-collection-1);
    border-bottom: 2px solid var(--variable-collection-3);
    padding-bottom: 10px;
    margin-bottom: 30px;
    display: inline-block;
}

.photo-gallery {
    display: grid;
    grid-template-columns: 14% 20% 23.4% 20% 20%;
    gap: 10px;
    margin: 0;
}

.photo-item img {
    width: 100%;
    height: -webkit-fill-available;
}

.photo-item:nth-child(2):not(:last-of-type),
.photo-item:nth-child(8):not(:last-of-type) {
    grid-row-end: span 2;
    height: -webkit-fill-available;
}

/* Секция "Контакты" с табами */
.contacts-section {
    margin-top: 40px;
    margin-bottom: 40px;
}

.contacts-title {
    font-family: var(--h-font-family);
    font-size: var(--h1-font-size);
    color: var(--variable-collection-1);
    border-bottom: 2px solid var(--variable-collection-3);
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.tab-section {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.tab-section .tab-header {
    display: inline-flex;
    gap: 10px;
    align-items: flex-start;
}

.tab-section .tab {
    width: 160px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 10px 20px;
    background-color: #f4c030;
    border-radius: 5px;
    cursor: pointer;
}

.tab-section .tab.inactive {
    background-color: transparent;
    border-bottom: 2px dotted var(--x-4)
}

.tab-section .tab-text {
    font-family: "Gilroy", Helvetica;
    font-weight: 600;
    font-size: 20px;
    line-height: 33px;
    color: var(--x-8);
    white-space: nowrap;
    position: relative;
    margin-top: -7.5px;
    margin-bottom: -5.5px;
}

.city-block {
    display: none;
}

.city-block.active {
    display: flex;
}

.tab-section .city-info {
    flex-direction: column;
    width: 416px;
    align-items: flex-end;
    gap: 24px;
    padding: 20px 20px 70px;
    background-color: #eeeeee80;
    border-radius: 5px;
}

.city-info .city-name {
    width: 100%;
    white-space: nowrap;
    font-family: var(--h-font-family);
    font-size: var(--h3-font-size);
    font-weight: var(--text-4-font-weight);
    line-height: 33px;
}

.city-info .contact-info {
    display: flex;
    flex-direction: column;
    width: 377px;
    gap: 10px;
    align-items: flex-start;
}

.city-info .contact-phone,
.city-info .address {
    font-weight: 600;
    font-size: 18px;
    color: var(--x-1);
    white-space: nowrap;
    margin-top: -1px;
}

.city-info .contact-email {
    font-family: var(--text-font-family);
    font-weight: var(--text-font-weight);
    font-size: var(--text-font-size);
    letter-spacing: var(--letter-spacing);
    line-height: var(--text-line-height);
    font-style: var(--font-style);
    color: var(--x-1);
}

.city-info .address-info {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.sales-point-header {
    display: flex;
    width: 100%;
    max-width: 1299px;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: 20px;
    /* Отступы для разделения */
}

.sales-point-header .sales-title-container {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0px 0;
    position: relative;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-color: #f4c030;
    /* Цвет границы */
    margin: 40px 0px 15px 0px;
}

.sales-point-header .sales-title-text {
    margin-top: -2px;
    font-family: "Gilroy";
    font-weight: 700;
    color: #333333;
    font-size: 36px;
    text-align: center;
    line-height: 1.2;
    position: relative;
    width: fit-content;
    white-space: nowrap;
}

.sales-point-header .sales-view-all {
    font-family: "Inter";
    font-weight: 400;
    color: #2274a5;
    font-size: 18px;
    line-height: 25px;
    text-decoration: underline;
    position: relative;
    width: fit-content;
    cursor: pointer;
    transition: color 0.3s ease;
}

.sales-view-all:hover {
    color: #f4c030;
}

/*Форма подвала сайта*/
.contact-form-container {
    display: flex;
    width: 100%;
    max-width: 1300px;
    align-items: center;
    gap: 24px;
    position: relative;
    background-color: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    border: 2px solid;
    border-color: #eeeeee;
}

.contact-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    flex: 0 0 auto;
}

.contact-heading {
    position: relative;
    align-self: stretch;
    height: 38px;
    margin-top: -1px;
    font-family: "Gilroy";
    font-weight: 700;
    color: #333333;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 33px;
    white-space: nowrap;
}

.contact-text {
    font-size: 18px;
    line-height: 25px;
    position: relative;
}

.contact-input-section {
    display: flex;
    flex-direction: column;
    gap: 6px;
    position: relative;
    flex: 0 0 auto;
    width: 100%;
}

.input-row {
    display: flex;
    align-items: center;
    gap: 16px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.phone-input {
    display: flex;
    width: 69%;
    align-items: center;
    gap: 10px;
    padding: 14px;
    position: relative;
    border-radius: 5px;
    border: 2px solid #b1b2b2;
    /* Цвет границы */
}

.phone-input-text {
    font-family: "Inter";
    color: #777777;
    font-size: 16px;
    line-height: 22.4px;
    white-space: nowrap;
    position: relative;
    font-weight: 400;
}

.submit-button-text {
    position: relative;
    width: fit-content;
    font-family: "Inter";
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0;
}

.privacy-checkbox {
    display: flex;
    align-items: center;
    gap: 13px;
    position: relative;
    flex: 0 0 auto;
}


.privacy-text {
    width: 346px;
    height: 50px;
    margin-top: -1px;
    font-family: "Inter";
    color: #555555;
    font-size: 12px;
    line-height: 16.8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    position: relative;
    font-weight: 400;
    top: 10px;
}

.privacy-policy-link {
    color: #2274a5;
    text-decoration: underline;
    cursor: pointer;
}

.contact-call-info {
    display: flex;
    flex-direction: column;
    width: 279px;
    align-items: flex-start;
    gap: 20px;
    position: relative;
    top: 80px;
    left: 40px;
}

.call-text {
    font-family: "Gilroy";
    color: #333333;
    font-size: 24px;
    line-height: 28.8px;
}

.call-phone-number {
    font-family: "Gilroy";
    font-weight: 600;
    color: #333333;
    font-size: 24px;
    line-height: 33px;
    text-decoration: underline;
}

.map-nav-button {
    display: inline-flex;
    align-items: flex-start;
    gap: 12px;
    position: relative;
    max-width: 1300px;
    width: 100%;
    justify-content: center;
}

.button-arrow {
    position: relative;
    width: 42px;
    height: 42px;
    margin-top: -1px;
    margin-bottom: -1px;
    margin-left: -1px;
    background-color: var(--white);
    border-radius: 39px;
    border: 1px solid;
    border-color: var(--z-fn-1f2);
    transform: rotate(180deg);
    opacity: 0.5;
}

.icon-arrow-right-wrapper {
    position: relative;
    height: 38px;
    top: 1px;
    left: 0px;
    background-color: var(--white);
    border-radius: 21px;
    border: 1px solid;
    border-color: var(--x-2p-ynz-e);
}

.icon-arrow-right {
    top: 6px;
    transform: rotate(-180deg);
    position: absolute;
    width: 24px;
    height: 24px;
    left: 8px;
}

.overlap-wrapper {
    position: relative;
    width: 40px;
    height: 40px;
}

.overlap {
    position: relative;
    width: 41px;
    height: 41px;
    background-image: url(../img/picture/ellipse-40.png);
    background-size: 100% 100%;
}

.icon-arrow-right-2 {
    top: 8px;
    position: absolute;
    width: 24px;
    height: 24px;
    left: 8px;
}

.img-api-map {
    width: 100%;
    max-width: 1300px;
    padding-top: 20px;
}

/* Подвал сайта */
.fixed-call-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 50px;
    right: 10%;
    z-index: 5;
    background-color: #f4c030;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    cursor: pointer;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
}

.fixed-call-button:hover {
    background-color: #e0a024;
    /* Цвет при наведении */
}

.fixed-call-button .icon-wrapper {
    position: relative;
    width: 20px;
    height: 20px;
}

.fixed-call-button img {
    width: 100%;
    height: 100%;
}

.fixed-call-button .background-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    opacity: 0.3;
}

i {
    font-style: normal;
}

.mobile-select {
    display: none;
    padding: 12px;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
}

.mobil-cat {
    display: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    position: relative;
    width: 41px;
    height: 41px;
    background-image: url(../img/picture/ellipse-40.png);
    background-size: 100% 100%;
    margin-left: 5px;
    margin-right: 5px;
}

.city-content .owl-nav {
    display: flex;
    margin: 20px;
    justify-content: center;
}

.owl-carousel .owl-nav.disabled {
    display: flex;
}

.owl-prev img {
    transform: rotate(180deg);
}

.owl-prev img:hover {
    opacity: 0.7;
}

.owl-next img:hover {
    opacity: 0.7;
}

/* Адаптивность */
@media (max-width: 1300px) {

    .categories-section .category-item,
    .services-section .service-item,
    .contacts-list .contact-item {
        flex: 1 1 calc(50% - 20px);
    }

    .photo-item {
        flex: 1 1 calc(33.333% - 20px);
    }
}

@media (max-width: 768px) {
    .related-products .product-list {
        display: block;
    }

    .categories-section .category-item,
    .services-section .service-item,
    .contacts-list .contact-item,
    .photo-item {
        flex: 1 1 100%;
    }

    .main-content {
        margin-top: 21px;
        margin-left: 12px;
        margin-right: 12px;
    }

    .section-title {
        font-size: 28px;
        padding-bottom: 3px;
        margin-bottom: 20px;
    }

    .screen .div {
        display: flex;
        flex-direction: column;
        gap: 1px;
        filter: invert(1);
    }

    .screen .div-wrapper,
    .city-info .button {
        display: none;
    }

    .text-wrapper-3 {
        display: none;
    }

    .screen {
        display: flex;
        max-width: 100%;
        align-items: center;
        justify-content: space-between;
        padding: 10px;
        background-color: rgb(0 0 0);
        border: 2px solid var(--x-7);
        border-radius: 5px;
    }

    .none-mob {
        display: none;
    }

    .container1 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        grid-template-areas: revert;
        grid-template-rows: auto;
        justify-content: space-around;
        height: auto;
        margin-top: 0px;
    }

    .div {
        grid-area: auto;
    }

    .sad {
        grid-area: auto;
    }

    .sag {
        grid-area: auto;
    }

    .ttyr {
        grid-area: auto;
    }

    .kjhgjk {
        grid-area: auto;
    }

    .retwert {
        grid-area: auto;
    }

    .retrwehg {
        grid-area: auto;
    }

    .hovereffect {
        width: 100%;
        height: 100%;
        min-height: 168px;
        position: relative;
        overflow: hidden;
        text-align: center;
        cursor: default;
        background: white;
        border-radius: 5px;
    }

    .hovereffect img {
        width: 100%;
        object-fit: cover;
        transition: all 0.4s linear;
        height: auto;
    }

    .hovereffect:hover {
        transform: none;
        background: #5e5e5e;
    }

    .hovereffect:hover img {
        transform: none;
    }

    .hovereffect h2 {
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 13px;
        background: #ffffff;
        font-family: "Gilroy";
        font-weight: 600;
        font-size: 16px;
        letter-spacing: var(--letter-spacing);
        line-height: var(--h3-line-height);
        font-style: var(--font-style);
        color: #000000;
        text-align: center;
    }

    .hovereffect:hover h2 {
        background: rgb(255 255 255 / 0%);
        font-family: "Gilroy";
        font-weight: 700;
        padding-bottom: 15px;
    }

    .services-section .service-card {
        display: flex;
        flex-direction: column;
        width: 100%;
        border-radius: 5px;
        overflow: hidden;
        transition: all 0.3s ease;
    }

    .services-section .services-container {
        display: flex;
        align-items: flex-start;
        gap: 24px;
        width: 100%;
        flex-direction: column;
    }

    .photo-gallery {
        display: grid;
        grid-template-columns: 48% 48%;
        gap: 10px;
        margin: 0;
    }

    .sales-point-header .sales-view-all {
        display: none;
    }

    .tab-section .owl-item .city-info {
        flex-direction: column;
        width: 100%;
        align-items: flex-end;
        gap: 5px;
        padding: 20px 15px 20px;
        background-color: #ffffff;
        border-radius: 5px;
        min-height: 235px;
    }

    .owl-item .city-info .button {
        display: block;
    }

    .owl-item .city-info .button {
        padding: 10px 30px;
        border-radius: 5px;
        cursor: pointer;
        display: block;
        width: 100%;
        margin-top: 20px;
    }

    .related-products .product-card {
        width: 100%;
    }

    .related-products .product-title {
        position: relative;
    }

    .owl-carousel .product-card {
        padding: 0px;
        min-width: 147px;
        height: 147px;
        background: var(--white);
        display: flex;
        gap: 0px;
        border-radius: 5px;
        overflow: hidden;
        position: relative;
        transition: background-color 0.3s ease, color 0.3s ease;
        align-content: center;
        align-items: center;
        justify-content: space-around;
        flex-wrap: nowrap;
        flex-direction: column;
    }

    .related-products .product-image img {
        max-width: 100px;
        min-height: 75px;
        object-fit: cover;
    }

    .related-products .title-wrapper {
        position: relative;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding-top: 0px;
    }

    .related-products .product-title,
    .related-products .title-small {
        font-family: "Gilroy";
        font-size: 16px;
        line-height: 18px;
        color: var(--x-1);
        position: relative;
        text-align: center;
        letter-spacing: 0;
        font-weight: 600;
    }

    .owl-nav {
        margin-top: 20px;
    }

    .product-list button.owl-prev,
    .product-list button.owl-next {
        background-color: #fff;
        border: none;
        outline: none;
        cursor: pointer;
        color: #000;
        font-size: 24px;
        padding: 5px 10px;
    }

    .photo-item img {
        width: 100%;
        height: 220px;
    }

    .services-section {
        padding-top: 20px;
    }

    .photo-section {
        padding-top: 20px;
        margin-top: 20px;
        position: relative;
        z-index: 1;
        padding: 0;
    }

    .sales-point-header {
        display: ruby-text;
    }

    .img-api-map {
        padding-top: 0px;
        margin-top: 20px;
        min-height: 385px;
        object-fit: cover;
        border-radius: 5px;
    }

    .map-nav-button {
        display: none;
    }

    .tab-header {
        display: none !important;
    }

    .none-cat-mob {
        display: none;
    }

    .custom-select {
        position: relative;
        display: inline-block;
    }

    .custom-select--w100 {
        position: relative;
        display: inline-block;
        width: 100%;
        padding: 12px;
    }

    .mobile-select {
        display: block;
        border: 1px solid #ddd;
        border-radius: 5px;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        width: 100%;
    }

    .mobile-select::-ms-expand {
        display: none;
    }

    .custom-select::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        width: 12px;
        height: 8px;
        background-image: url('../img/icon/select-arow.svg');
        background-size: contain;
        background-repeat: no-repeat;
        pointer-events: none;
    }

    .custom-select--w100::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 25px;
        transform: translateY(-50%);
        width: 12px;
        height: 8px;
        background-image: url('../img/icon/select-arow.svg');
        background-size: contain;
        background-repeat: no-repeat;
        pointer-events: none;
    }

    .city-info .contact-info {
        width: 100%;
    }

    .mobil-cat {
        display: block;
    }

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {
        position: relative;
        width: 41px;
        height: 41px;
        background-image: url(../img/picture/ellipse-40.png);
        background-size: 100% 100%;
        margin-left: 0px;
        margin-right: 5px;
    }

    .city-content .owl-nav {
        display: block;
        margin: 20px 0px 0px 0px;
    }

    .sales-point-header .sales-title-text {
        margin-top: 0px;
        font-family: "Gilroy";
        font-weight: 700;
        color: #333333;
        text-align: center;
        line-height: 0;
        position: relative;
        width: fit-content;
        white-space: nowrap;
        font-size: 28px;
        padding-bottom: 0px;
        margin-bottom: 20px;
    }

    .photo-section::after {
        display: none;
    }

    .owl-nav img {
        top: 1px;
        position: relative;
    }

    .phone-input {
        width: 100%;
    }

    .screen .span {
        color: #f5c02f;
        filter: invert(1);
    }

    .hovereffect:hover h2 a {
        color: rgb(255 255 255);
    }

    .related-products .header-wrapper {
        justify-content: left;
    }

    .related-products .header-text {
        font-size: 28px;
    }

    .categories-title {
        font-size: 28px;
    }

    .services-section .service-title {
        font-size: 24px;
    }

    .services-section .service-description {
        background-color: #ffffff;
    }

    .services-section .service-description {
        height: 220px;
    }

    .city-info .contact-info {
        padding-top: 10px;
    }
}

@media (max-width: 768px) and (min-width: 568px) {
    .container1 {
        grid-template-columns: repeat(4, 1fr);
    }

    .services-section .service-description {
        height: auto;
    }

    .main-content {
        margin-top: 21px;

    }
}