.homepage-product .product-wrapper .product-list .list-item a:hover .item-img-icon,
.navigation-button:hover,
.product-detail .detail-wrapper .detail-similar-products-slider .similer-products-header .products-navigation .navigation-item:hover,
.product-group-modal-content .product-group-modal-content-header .product-group-modal-content-header-close-btn:hover,
.services-slider-container .services-header .services-navigation .navigation-item:hover,
body.career-control,
section.page.single-page ol li:before {
    background: var(--main-color-darkblue)
}

.nf404 h2,
.nf404 h3,
.page.nf404 a {
    color: var(--white)
}

body,
html {
      font-family: 'Montserrat', sans-serif !important;

    transition: none
}

body {
    background: #fff;
    font-family: Montserrat, sans-serif;
    padding: 0
}

a:hover {
    text-decoration: none;
    outline: 0!important
}

::-webkit-scrollbar {
    width: 0
}

section.page.single-page {
    padding: 15vw 0 5vw
}

section.page.single-page h2 {
    margin-bottom: 95px;
    font-size: 58px;
    font-weight: 700
}

section.page.single-page p,
section.page.single-page td,
section.page.single-page th,
section.page.single-page tr {
    font-size: 20px;
    color: gray
}

section.page.single-page ol {
    padding: 0;
    list-style: none
}

section.page.single-page ol li {
    color: gray;
    padding: 5px 0 5px 30px;
    font-size: 20px;
    position: relative
}

section.page.single-page ol li:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%
}

section.page.single-page p strong {
    font-weight: 300
}

ul.pagination {
    border-radius: 0;
    align-items: center;
    justify-content: center;
    margin-top: 45px
}

ul.pagination .page-item .page-link {
    background: 0 0;
    border: 1px solid #393233;
    border-radius: 0;
    color: #a3a3a3;
    box-shadow: none;
    outline: 0!important;
    transition: .4s
}

ul.pagination .page-item+.page-item {
    margin-left: 10px
}

ul.pagination .page-item.active .page-link {
    border: 2px solid #393233;
    color: #fff
}

ul.pagination .page-item .page-link:hover {
    background: #393233
}

.page.nf404 {
    padding-top: 260px;
    padding-bottom: 140px;
    background: #e3000f;
    margin-bottom: -60px;
}

.branches .branches-title,
.detail-variations-section .detail-variations-section-item .detail-variations-section-info-content .content-color .content-color-item,
.offer-popup .popup-wrapper .popup-body .popup-form form .form-input-container .form-aggrement,
.page.nf404 .page404-content {
    text-align: center
}

.detail-content-table-wrapper .detail-content-table,
.detail-product-image-list.detail-product-image-pin .list-image-col,
.offer-popup .popup-wrapper .popup-body .popup-form form,
.page.nf404 .page404-content .svg svg,
.s-layout-category .s-layout-search {
    width: 100%
}

.page.nf404 .svg path {
    fill: #fff
}

.nf404 h2 {
    font-size: 57px;
    font-weight: 600;
    margin: 30px 0
}

.nf404 h3 {
    font-weight: 400;
    font-size: 21px
}

.page.nf404 a {
    transition: .4s;
    padding: 0 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    border-radius: 40px;
    height: 60px;
    font-size: 15px;
    margin-top: 50px
}

.page.nf404 a svg {
    margin-right: 15px;
    stroke: var(--white)
}

.page.nf404 a:hover {
    background: var(--white);
    color: var(--black)
}

.page.nf404 a:hover svg {
    stroke: var(--black)
}

body .cc-window {
    bottom: 50px!important;
    left: 50%!important;
    max-width: 460px;
    height: 93px;
    border-radius: 100px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    background-color: rgb(34 41 48 / .8);
    padding: 0 30px!important;
    -webkit-transform: translateX(-50%) translateZ(100px);
    -ms-transform: translateX(-50%) translateZ(100px);
    transform: translateX(-50%) translateZ(100px);
    -webkit-transition: none;
    flex-direction: row!important;
    -o-transition: none;
    transition: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 99999
}

body .cc-window .cc-message {
    font-size: 15px;
    color: #fff;
    line-height: normal;
    margin: 0!important
}

body .cc-window .cc-message a {
    transition: .4s;
    opacity: 1
}

body .cc-compliance a.cc-btn.cc-dismiss {
    transition: .4s;
    width: 56px;
    height: 56px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #fff0;
    border: 1px solid var(--black);
    border-radius: 100px;
    position: relative;
    padding: 0;
    color: #fff0;
    display: block
}

body .cc-compliance a.cc-btn.cc-dismiss:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(../img/svg/check-icon.svg);
    width: 20px;
    height: 15px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

body .cc-compliance a.cc-btn.cc-dismiss:hover {
    background: var(--black)
}

body .cc-banner.cc-theme-edgeless .cc-message a.cc-link:hover {
    color: #000;
    text-decoration: underline
}

.cc-floating.cc-theme-edgeless .cc-message {
    margin: 0!important
}

.form-alert {
    position: fixed;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999
}

.form-alert .alert {
    display: flex;
    color: #fff;
    background: #00000094;
    border-color: rgb(255 255 255 / 34%);
    margin-bottom: 0;
    backdrop-filter: blur(10px);
    border-radius: 0
}

.form-alert .alert .icon {
    display: flex;
    align-items: center;
    margin-right: 20px;
    color :#e3000f;
    font-size: 24px
}
.whatsapp-button {
    position: fixed;
    bottom: 75px;
    left: 20px;
    width: 60px;
    height: 60px;
    background-color: #e3000f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.2s ease-in-out, opacity 0.3s ease-in-out;
    /* Yumu�0�3�0�0ak animasyon */
    z-index: 1000;
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
    /* Ba�0�3�0�0lang�0�2���0�1��ta g�0�1�0�9r�0�1�0�4n�0�1�0�4r */
}


/* WhatsApp �0�2��konu */

.whatsapp-button i {
    font-size: 28px;
    /* Orijinal boyut */
    color: white;
    /* Beyaz renk */
}


/* Hover efekti */

.whatsapp-button:hover {
    transform: scale(1.1);
}


/* Mobilde Butonu Gizle (A�0�3�0�0a�0�2�0�0�0�2�� Kay�0�2��nca) */

@media (max-width: 768px) {
    .whatsapp-button.hidden {
        opacity: 0;
        pointer-events: none;
        /* T�0�2��klamay�0�2�� engeller */
    }
}


/* WhatsApp Destek Penceresi */

.whatsapp-chatbox {
    position: fixed;
    bottom: 20px;
    left: -300px;
    width: 280px;
    height: 350px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: left 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    z-index: 999;
}


/* Pencere A�0�1��0�2��ld�0�2���0�2�0�0�0�2��nda */

.whatsapp-chatbox.open {
    left: 20px;
}


/* �0�1�0�4st K�0�2��s�0�2��m */

.whatsapp-header {
    background-color: #e3000f;
    color: white;
    padding: 15px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: flex;
    justify-content: space-around;
    ;
    align-items: center;
}

.whatsapp-header .close-btn {
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
}

.whatsapp-content {
    flex: 1;
    padding: 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.whatsapp-content p {
    font-size: 14px;
    color: #e3000f;
    margin-bottom: 10px;
}

.whatsapp-link {
    display: inline-block;
    padding: 10px 15px;
    background-color: #e3000f;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    font-size: 14px;
}

.whatsapp-link:hover {
    background-color: #e3000f;
}
.career-body-section .career-body-item .career-body-item-header .career-body-item-text-wrapper .career-body-item-text-right-side,
.form-alert .alert .message,
.product .product-wrapper .product-list-container-wrapper .product-list-container .product-category-header .product-category-name {
    display: flex;
    align-items: center
}

.form-alert .alert .message b,
.form-alert .alert .message strong {
    margin-right: 13px
}

.form-alert .alert .message button.close {
    height: 100%;
    color: #fff;
    padding: 9px;
    display: flex;
    opacity: 1;
    outline: 0;
    box-shadow: none
}

.form-alert .alert .message button.close span,
.product .product-wrapper .product-list-container-wrapper .product-list-container .product-category-header .product-category-sort .sort-list-container .sort-list .list-item a:hover,
.s-layout-categories .s-layout-categories-item a:hover,
.s-layout-categories .s-layout-categories-item.active a {
    opacity: 1
}

:root {
    --black: #000;
    --lightblue: #e3000f;
    --main-color-darkblue: #e3000f
}

.branches-title h3,
body.popup-active {
    overflow: hidden
}

.pages-hero-layout.pages-reports .hero-layout-wrapper {
    background: #fcfcfc;
    position: relative
}

.pages-hero-layout .hero-layout-wrapper .hero-layout-title {
    background: var(--white);
    position: relative;
    margin-right: 15vw;
    padding: 2vw 5vw 4vw;
    transform: translate(0, -40%);
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: -90px
}

.pages-hero-layout.pages-reports .hero-layout-wrapper .hero-layout-title {
    background: #fcfcfc
}

.pages-hero-layout .hero-layout-wrapper .hero-layout-title h2 {
    color: var(--black);
    font-size: clamp(15px, 1.1vw, 20px);
    line-height: normal;
    margin-bottom: clamp(1rem, 1.7vw, 20px);
    display: inline-flex;
    align-items: center;
    gap: 7px
}

.default-underline-text,
.pages-hero-layout .hero-layout-wrapper .hero-layout-title h1 {
    position: relative;
    display: inline;
    margin: 0;
    line-height: normal;
    font-size: 3.5vw;
    z-index: 1;
    font-weight: 700;
    text-align: left
}

.default-underline-text span::before,
.default-underline-text::before,
.pages-hero-layout .hero-layout-wrapper .hero-layout-title h1 span::before {
    content: "";
    position: absolute;
    height: clamp(2px, 0.4vw, 44px);

    bottom: -8px;
    z-index: -1;
    left: 0;
    right: -30px
}

.default-underline-text.small span::before,
.default-underline-text.small::before {
    height: 17px;
    bottom: 0
}

.default-underline-text span,
.pages-hero-layout .hero-layout-wrapper .hero-layout-title h2 span {
    color: var(--black);
    line-height: normal;
    display: inline-block;
    position: relative;
    z-index: 1
}

.detail-variations-section .detail-variations-section-item .detail-variations-section-info-title>span,
.hero-layout-wrapper,
.product .product-wrapper .product-list-container-wrapper .product-list-container .product-category-header .product-category-sort,
.reports .reports-wrapper .reports-documents-area .reports-documents-area-list .reports-documents-area-list-item-wrapper .reports-documents-area-list-item-body svg,
.services .services-wrapper .services-hero .hero-wrapper,
section.homepage-container {
    position: relative
}

.detail-content-table-wrapper .detail-content-table tbody tr td:nth-child(2),
.pages-hero-layout .hero-layout-wrapper .hero-layout-title h2 {
    font-weight: 500
}

.pages-hero-layout .hero-layout-wrapper .hero-layout-img {
    background: #000;
    position: relative
}

.pages-hero-layout .hero-layout-wrapper .hero-layout-img::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 40%);
    pointer-events: none
}

.pages-hero-layout .hero-layout-wrapper .hero-layout-img img {
    width: 100%;
    object-fit: cover;
    height: 620px
}

@media screen and (max-width: 1470px) {
    .pages-hero-layout .hero-layout-wrapper .hero-layout-img img {
        height: 500px
    }
}

@media screen and (max-width: 1370px) {
    .pages-hero-layout .hero-layout-wrapper .hero-layout-img img {
        height: 400px
    }
}

@media screen and (max-width: 1199px) {
    .pages-hero-layout .hero-layout-wrapper .hero-layout-img img {
        height: 30svh
    }
    .pages-hero-layout .hero-layout-wrapper .hero-layout-title {
        padding: 3vw 50px;
        margin-bottom: -20px
    }
}

@media screen and (max-width: 991px) {
    .pages-hero-layout .hero-layout-wrapper .hero-layout-title {
        padding: 3vw 24px
    }
    .default-underline-text,
    .pages-hero-layout .hero-layout-wrapper .hero-layout-title h2 {
        font-size: 22px
    }
}

.about .about-wrapper .about-stats .stats-wrapper .stats-content-header .stats-content-right .content-right-header .content-title::before,
.about .about-wrapper .about-team .team-wrapper .team-header .default-underline-text::before,
.branches-mobile,
.career-body-item-wrapper .career-body-item-position .career-body-item-position-header-wrapper .career-body-item-location-area .career-body-item-location-area-item:last-child:after,
.career-modal-wrapper .career-modal-form form .upload-your-cv input,
.career-modal-wrapper .career-modal-text .career-modal-header-section .career-body-item-location-area .career-body-item-location-area-item:last-child:after,
.career-wrapper .career-filter-mobile-menu,
.category-btn,
.list-item-sub-category,
.mobile-map,
.page-sticky .category .close-btn,
.pages-hero-layout .hero-layout-wrapper .hero-layout-img img.contact-img,
.product .product-wrapper .product-list-container-wrapper .product-list-container .product-category-header .product-category-sort .sort-mobile-open,
.product .product-wrapper .product-list-container-wrapper .product-list-container .product-category-header .product-sort-container .product-category-sort-icons,
.product-detail .detail-wrapper .detail-content-area .tab-content .content-item,
.references-mobile,
.sub-category-item-container,
.sub-category-list-container-sub-list,
input#kvkk {
    display: none
}

.homepage-hero {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.homepage-hero .homepage-hero-wrapper {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    overflow: hidden
}

.homepage-hero .homepage-hero-wrapper .hero-header {
    position: absolute;

    text-align: center;
    top: 12vw;
    left: 0;

    padding: 0 50px;
    margin: 0 auto;
    width: 100%
}

.homepage-hero .homepage-hero-wrapper .hero-header .hero-title {
    color: var(--black);
    font-size: clamp(15px, 1.1vw, 20px);
    font-weight: 400;
    line-height: normal;
    margin-bottom: 6px
}

.homepage-hero .homepage-hero-wrapper .hero-header .hero-subtitle {
    color: #e3000f;
    text-align: center;
    font-size: 6.5vw;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    width: 100%
}

.homepage-hero .homepage-hero-wrapper .hero-body {
    position: relative;
    top: 0;
    height: 100%;
    overflow: hidden
}

.homepage-hero .homepage-hero-wrapper .hero-body .mountain {
    width: 100%;
    height: 100%;
    position: relative;
    top: 24vw;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    transform: translate3d(0, 210px, 0) scale(1.4, 1.4)
}

.homepage-hero .homepage-hero-wrapper .hero-body .mountain::after {
    content: "";
    position: absolute;
    bottom: 0;
    background: linear-gradient(0deg, #fff, transparent);
    left: 0;
    right: 0;
    height: 70%;
    z-index: 1
}

.homepage-hero .homepage-hero-wrapper .hero-body .mountain img {
    height: 100%;
    width: 100%
}

.homepage-hero .homepage-hero-wrapper .hero-body .cloud {
    position: absolute;
    top: 0;
    right: 0
}

.homepage-hero .homepage-hero-wrapper .hero-body .fog {
    position: absolute;
    width: 100%;
    height: 30vw;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
    transform: translate(0, 30%) scale(1.5);
    transform-origin: bottom center;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat
}

.homepage-hero .homepage-hero-wrapper .hero-body .fog img {
    height: 100%;
    object-fit: cover;
    object-position: top;
    width: 100%
}

.homepage-product {
    margin-top: 0;
    opacity: 0;
    position: relative;
    z-index: 1;
    padding-top: 100px
}

.homepage-product .product-wrapper {
    padding: 0 9vw 10vw
}

.homepage-product .product-wrapper .product-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3vw
}

.homepage-product .product-wrapper .product-header .default-underline-text {
    color: var(--black);
    font-size: clamp(24px, 1.8vw, 35px);
    font-weight: 700;
    line-height: normal;
    max-width: 400px
}

.homepage-product .product-wrapper .product-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6.5vw
}

.homepage-product .product-wrapper .product-list .list-item {
    display: flex;
    justify-content: center;
    filter: drop-shadow(0 3.26px 12.897px rgb(78 112 199 / .15));
    transition: .4s
}

.homepage-product .product-wrapper .product-list .list-item:hover .item-img {
    transform: scale(1.03)
}

.homepage-product .product-wrapper .product-list .list-item a .item-img {
    position: relative;
    transition: .4s;
    max-width: 436px
}

.homepage-product .product-wrapper .product-list .list-item a .item-img .img-mask {
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center bottom;
    mask-position: center bottom;
    -webkit-mask-size: contain;
    mask-size: contain;
    /* SVG maske: beyaz alan görünür, şeffaf alan kesilir */
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg width="454" height="519" viewBox="0 0 454 519" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M65.1911 0C29.187 0 0 29.1871 0 65.1911V453.038C0 489.042 29.187 518.229 65.1911 518.229H331.418C353.892 518.229 372.11 500.01 372.11 477.536C372.11 455.062 390.329 436.844 412.803 436.844H433.13C444.571 436.844 453.846 446.119 453.846 457.56C453.948 456.066 454 454.558 454 453.038V65.1911C454 29.187 424.813 0 388.809 0H65.1911Z" fill="%23ffffff"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg width="454" height="519" viewBox="0 0 454 519" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M65.1911 0C29.187 0 0 29.1871 0 65.1911V453.038C0 489.042 29.187 518.229 65.1911 518.229H331.418C353.892 518.229 372.11 500.01 372.11 477.536C372.11 455.062 390.329 436.844 412.803 436.844H433.13C444.571 436.844 453.846 446.119 453.846 457.56C453.948 456.066 454 454.558 454 453.038V65.1911C454 29.187 424.813 0 388.809 0H65.1911Z" fill="%23ffffff"/></svg>');
    position: relative;
    overflow: hidden;
    margin-bottom: 2.5vw;
    min-width: 436px;
    min-height: 530px
}

.homepage-product .product-wrapper .product-list .list-item a .item-img .img-mask::before {
    content: "";
    position: absolute;
    background: #fff;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    pointer-events: none;
    border-radius: 80px
}

.homepage-product .product-wrapper .product-list .list-item a .item-img img {
    object-fit: contain;
    max-height: 530px;
    transition: .4s
}

.homepage-news .news-wrapper .news-body .news-active-list .list-item:hover .info-title,
.homepage-news .news-wrapper .news-body .news-list .list-item a:hover .item-info .info-title,
.homepage-product .product-wrapper .product-list .list-item:hover a .item-info .item-title .item-name {
    color: #298cbf
}

.homepage-product .product-wrapper .product-list .list-item a .item-img .item-img-icon {
    filter: drop-shadow(0 3.26px 92.897px rgb(78 112 199 / .15));
    background: #fff;
    display: inline;
    border-radius: 50%;
    padding: 20px;
    position: absolute;
    right: -10px;
    bottom: 0;
    transition: .4s
}

.contact .contact-wrapper .contact-form .form-wrapper .form-container form button svg path,
.homepage-product .product-wrapper .product-list .list-item a .item-img .item-img-icon svg path,
.homepage-services .servies-wrapper .services-body .homepage-services-list .swiper-wrapper .swiper-slide .list-item .item-button svg,
.homepage-services .servies-wrapper .services-body .homepage-services-list .swiper-wrapper .swiper-slide .list-item a .item-header .item-break svg circle,
.homepage-services .servies-wrapper .services-body .homepage-services-list .swiper-wrapper .swiper-slide .list-item a .item-header .item-break svg line,
.homepage-video .video-popup .popup-wrapper .popup-close svg path,
.homepage-why-us .why-us-popup-open svg,
.offer-popup .popup-wrapper .popup-header .popup-close svg path,
.product .product-wrapper .product-list-container-wrapper .product-list-container .product-category-header .product-category-sort .sort-header svg,
.product-group-modal-content .product-group-modal-content-header .product-group-modal-content-header-close-btn svg path,
.references-map .country-path .path-wrapper,
.reports .reports-wrapper .reports-documents-area .reports-documents-area-list .reports-documents-area-list-item-wrapper .reports-documents-area-list-item-body svg path {
    transition: .4s
}

.homepage-product .product-wrapper .product-list .list-item a .item-info {
    padding: 0 2vw
}

.homepage-product .product-wrapper .product-list .list-item a .item-info .item-icon {
    width: 53px;
    height: 53px;
    object-fit: cover
}

.homepage-product .product-wrapper .product-list .list-item a .item-info .item-icon svg {
    width: 55px;
    height: 47px
}

.homepage-product .product-wrapper .product-list .list-item a .item-info .item-break-line {
    margin: 20px 0
}

.homepage-product .product-wrapper .product-list .list-item a .item-info .item-title .item-name {
    color: var(--black);
    font-size: clamp(18px, 1.5vw, 25px);
    font-weight: 600;
    line-height: normal;
    margin-bottom: clamp(1rem, 2.2vw, 40px)
}

.homepage-product .product-wrapper .product-list .list-item a .item-info .item-title .item-desc {
    color: var(--black);
    font-size: clamp(14px, 1vw, 16px);
    font-weight: 400;
    line-height: normal;
    margin: 0;
    opacity: .5;
    max-width: 300px
}

.homepage-why-us .why-us-wrapper {
    padding: 0 9vw 16vw
}

.homepage-why-us .why-us-wrapper .why-us-hero {
    display: flex;
    position: relative;
    padding-bottom: 7vw
}

.about .about-wrapper .about-stats .stats-wrapper .stats-content-header .stats-content-right,
.homepage-why-us .why-us-wrapper .why-us-hero .why-us-futures {
    width: 40%
}

.homepage-why-us .why-us-wrapper .why-us-hero .why-us-futures .futures-header {
    margin-bottom: 4vw
}

.homepage-why-us .why-us-wrapper .why-us-hero .why-us-futures .futures-header h2 {
    color: var(--black);
    font-size: clamp(24px, 1.8vw, 35px);
    font-weight: 700;
    line-height: normal
}

.homepage-why-us .why-us-wrapper .why-us-hero .why-us-futures .futures-container .futures-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 4.5vw;
    gap: 3vw
}

.homepage-why-us .why-us-wrapper .why-us-hero .why-us-futures .futures-container .futures-list .list-item .item-title {
    color: var(--black);
    font-size: clamp(16px, 1.1vw, 20px);
    font-weight: 700;
    line-height: normal;
    margin-bottom: 22px
}

.homepage-why-us .why-us-wrapper .why-us-hero .why-us-futures .futures-container .futures-list .list-item .item-desc {
    color: var(--black);
    font-size: clamp(14px, .8vw, 16px);
    font-weight: 400;
    line-height: normal;
    margin: 0;
    opacity: .5
}

.default-btn {
    display: inline-flex;
    padding: 20px 30px;
    justify-content: center;
    align-items: center;
    gap: 15px;
    border-radius: 100px;
    background: #e3000f;
    color: var(--white);
    font-size: clamp(14px, .8vw, 15px);
    font-weight: 500;
    line-height: normal;
    border: 1px solid #fff0;
    transition: .6s
}

.default-btn:hover {
    background: #fff0;
    border-color: #e3000f;
    color: #e3000f
}

.default-btn:hover svg path {
    stroke: #e3000f
}

.default-btn svg path,
.homepage-services .servies-wrapper .services-header .header-pagination .pagination-button svg path,
.product-detail .detail-wrapper .detail-similar-products-slider .similer-products-header .products-navigation .navigation-item svg path {
    transition: .6s
}

.homepage-why-us .why-us-wrapper .why-us-hero .why-us-img-container {
    flex: 1;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1
}

.homepage-why-us .why-us-wrapper .why-us-hero .why-us-img-container .img-wrapper {
    width: 100%;
    height: 100%;
    display: flex
}

.homepage-why-us .why-us-wrapper .why-us-hero .why-us-img-container .img-wrapper::after {
    content: "";
    position: absolute;
    background: linear-gradient(-90deg, #fff, transparent);
    top: 0;
    bottom: 0;
    width: 100px;
    right: 0
}

.homepage-why-us .why-us-wrapper .why-us-hero .why-us-img-container .img-wrapper img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.homepage-why-us .why-us-wrapper .why-us-body .why-us-stats {
    display: flex;
    justify-content: space-between;
    position: relative;
    gap: 6vw;
    border-top: 2px solid #f6f6f6
}

.homepage-why-us .why-us-wrapper .why-us-body .why-us-stats .stats-list {
    display: flex;
    flex: 1;
    justify-content: space-between;
    margin-top: 4vw
}

.homepage-why-us .why-us-wrapper .why-us-body .why-us-stats .stats-list .list-item .item-title {
    color: var(--black);
    font-size: clamp(32px, 3vw, 52px);
    font-weight: 700;
    line-height: normal
}

.about .about-wrapper .about-hero .about-hero-wrapper .about-footer .footer-content .content-list .list-item .item-desc,
.homepage-why-us .why-us-wrapper .why-us-body .why-us-stats .stats-list .list-item .item-desc,
.product .product-wrapper .product-category .get-contact .contact-text .text-subtitle {
    color: var(--black);
    font-size: clamp(14px, .8vw, 15px);
    font-weight: 400;
    line-height: normal
}

.homepage-why-us .why-us-wrapper .why-us-body .why-us-stats .stats-popup-wrapper {
    display: flex;
    justify-content: center
}

.homepage-why-us .why-us-wrapper .why-us-body .why-us-stats .stats-popup-wrapper .stats-popup-bg {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    pointer-events: none;
    z-index: -1
}

.homepage-why-us .why-us-wrapper .why-us-body .why-us-stats .stats-popup-wrapper .stats-popup-bg svg {
    pointer-events: none;
    opacity: .2
}

.homepage-why-us .why-us-wrapper .why-us-body .why-us-stats .stats-popup-wrapper .clip-shield {
    margin-top: -155px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative
}

.homepage-why-us .why-us-popup-open {
    position: absolute;
    z-index: 1
}

.homepage-why-us .why-us-wrapper .why-us-body .why-us-stats .stats-popup-wrapper .clip-shield:hover svg,
.more-popup .close-btn svg:hover {
    transform: scale(.8)
}

.homepage-why-us .why-us-wrapper .why-us-body .why-us-stats .stats-popup-wrapper .clip-shield img {
    text-align: center;
    mask-image: url(../img/path-shield.png);
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    width: 380px;
    height: 430px;
    object-fit: cover
}

.homepage-why-us .why-us-wrapper .why-us-body .why-us-stats .stats-popup-wrapper .clip-shield::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    right: 0;
    bottom: 0;
    width: 110%;
    height: 110%;
    mask-image: url(../img/path-shield.png);
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    pointer-events: none;
    background: #fff
}

.homepage-services {
    position: sticky;
    bottom: 0
}

.homepage-services .bg-dots {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.homepage-services .servies-wrapper {
    background: #e3000f;
    padding: 12vw 8vw
}

.homepage-services .servies-wrapper .services-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5vw
}

.homepage-services .servies-wrapper .services-header h2 {
    color: var(--white);
    font-size: clamp(32px, 3vw, 55px);
    font-weight: 700;
    line-height: normal;
    margin: 0
}

.homepage-services .servies-wrapper .services-header .header-pagination {
    display: flex;
    align-items: center;
    gap: 12px
}

.homepage-services .servies-wrapper .services-header .header-pagination .pagination-button {
    width: 70px;
    height: 70px;
    background: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid #e3000f;
    transition: .6s
}

.homepage-services .servies-wrapper .services-header .header-pagination .pagination-button:hover {
    background: #fff0;
    border-color: var(--white)
}

.homepage-services .servies-wrapper .services-header .header-pagination .pagination-button:hover svg path,
.navigation-button:hover svg path,
.product-detail .detail-wrapper .detail-similar-products-slider .similer-products-header .products-navigation .navigation-item:hover svg path,
.services-slider-container .services-header .services-navigation .navigation-item:hover svg path {
    stroke: var(--white)
}

.blog-detail .detail-other-blogs .other-blogs-wrapper .other-blogs-swiper,
.homepage-services .servies-wrapper .services-body .homepage-services-list,
.s-layout-hero,
.services-detail .detail-wrapper .detail-gallery,
.services-slider-container .services-slider .swiper-wrapper .swiper-slide .slider-item-wrapper .item-img {
    position: relative;
    overflow: hidden
}

.homepage-services .servies-wrapper .services-body .homepage-services-list::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(90deg, #e3000f 0, rgb(46 48 128 / .8) 25%, rgb(46 48 128 / .5) 60%, transparent 100%);
    width: 0;
    z-index: 12
}

.homepage-services .servies-wrapper .services-body .homepage-services-list::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(-90deg, #e3000f 0, rgb(46 48 128 / .8) 25%, rgb(46 48 128 / .5) 50%, transparent 100%);
    width: 0;
    z-index: 12
}

.homepage-services .servies-wrapper .services-body .homepage-services-list .swiper-wrapper .swiper-slide,
.references-mobile .mobile-wrapper .mobile-list .list-item {
    max-height: 100%;
    height: auto
}

.homepage-services .servies-wrapper .services-body .homepage-services-list .swiper-wrapper .swiper-slide .list-item {
    position: relative;
    width: 100%;
    height: 100%
}

.homepage-services .servies-wrapper .services-body .homepage-services-list .swiper-wrapper .swiper-slide:hover .list-item .item-body .item-title {
    color: #e3000f
}

.homepage-services .servies-wrapper .services-body .homepage-services-list .swiper-wrapper .swiper-slide:hover .list-item .item-button svg {
    transform: rotate(45deg)
}

.homepage-services .servies-wrapper .services-body .homepage-services-list .swiper-wrapper .swiper-slide .list-item a {
    position: relative;
    width: 100%;
    display: block;
    padding: 30px 60px;
    background: #fff;
    max-height: 100%;
    height: 100%;
    border-radius: 80px
}

.homepage-services .servies-wrapper .services-body .homepage-services-list .swiper-wrapper .swiper-slide .list-item a:hover {
    background: #ffffffde
}

.homepage-services .servies-wrapper .services-body .homepage-services-list .swiper-wrapper .swiper-slide .list-item a .item-header {
    display: flex;
    flex-direction: column;
    align-items: baseline
}

.homepage-services .servies-wrapper .services-body .homepage-services-list .swiper-wrapper .swiper-slide .list-item a .item-header .item-icon {
    width: 100%;
    height: 175px
}

.homepage-services .servies-wrapper .services-body .homepage-services-list .swiper-wrapper .swiper-slide .list-item a .item-header .item-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
    border-radius: 5px
}

.homepage-services .servies-wrapper .services-body .homepage-services-list .swiper-wrapper .swiper-slide .list-item a .item-header .item-icon svg {
    width: 55px;
    height: 48px
}

.homepage-services .servies-wrapper .services-body .homepage-services-list .swiper-wrapper .swiper-slide .list-item a .item-header .item-break {
    width: 73%
}

.homepage-services .servies-wrapper .services-body .homepage-services-list .swiper-wrapper .swiper-slide .list-item a .item-header .item-break svg {
    margin: 24px 0
}

.contact .contact-wrapper .contact-form .form-wrapper .form-container form button:hover svg path,
.homepage-services .servies-wrapper .services-body .homepage-services-list .swiper-wrapper .swiper-slide .list-item:hover .item-break svg line,
.product-detail .detail-wrapper .detail-content-area .content-tab-list-wrapper .offer-btn:hover svg path,
.services-list .item-link:hover svg path {
    stroke: var(--main-color-darkblue)
}

.homepage-services .servies-wrapper .services-body .homepage-services-list .swiper-wrapper .swiper-slide .list-item:hover .item-break svg circle,
.references-map .map-wrapper svg g.country-path:hover path {
    fill: var(--main-color-darkblue)
}

.homepage-services .servies-wrapper .services-body .homepage-services-list .swiper-wrapper .swiper-slide .list-item a .item-body .item-title {
    color: var(--black);
    font-size: clamp(20px, 1.5vw, 25px);
    font-weight: 600;
    line-height: normal;
    margin-bottom: 2.5vw;
    transition: .4s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 85%
}

.homepage-services .servies-wrapper .services-body .homepage-services-list .swiper-wrapper .swiper-slide .list-item a .item-body .item-desc {
    color: var(--black);
    font-size: clamp(14px, .8vw, 16px);
    font-weight: 400;
    line-height: normal;
    margin: 0;
    opacity: .5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-width: 280px
}

.homepage-services .servies-wrapper .services-body .homepage-services-list .swiper-wrapper .swiper-slide .list-item .item-button {
    width: 70px;
    height: 70px;
    background: #fff;
    position: absolute;
    right: 5px;
    bottom: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: unset;
    padding: unset;
    box-shadow: 2px 2px 0 20px #e3000f
}

.homepage-news .news-wrapper {
    padding: 5vw 6.5vw 9vw
}

.homepage-news .news-wrapper .news-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6vw
}

.homepage-news .news-wrapper .news-header .news-title {
    color: var(--black);
    font-size: clamp(24px, 1.8vw, 35px);
    font-weight: 700;
    line-height: normal;
    overflow: hidden
}

.homepage-news .news-wrapper .news-body {
    display: flex;
    gap: 7.5vw
}

.homepage-news .news-wrapper .news-body .news-list {
    width: 33%;
    flex: 0 0 33%
}

.homepage-news .news-wrapper .news-body .news-list .list-item a {
    display: flex;
    gap: clamp(12px, 2.2vw, 40px);
    align-items: center
}

.homepage-news .news-wrapper .news-body .news-list .list-item:not(:last-child) {
    border-bottom: 1px solid;
    padding-bottom: 3.6vw;
    margin-bottom: 3.125vw
}

.homepage-news .news-wrapper .news-body .news-list .list-item .item-img,
.references .container>ul>li>ul>li svg,
.references-item-wrapper ul li svg {
    flex-shrink: 0
}

.homepage-news .news-wrapper .news-body .news-list .list-item .item-img img {
    border-radius: 50%;
    width: 108px;
    height: 108px
}

.homepage-news .news-wrapper .news-body .news-list .list-item .item-info .info-header .info-date::after {
    position: relative;
    content: "·";
    margin-left: clamp(12px, 1.5vw, 25px);
    margin-right: clamp(13px, 1.5vw, 25px);
    font-size: 20px
}

.homepage-news .news-wrapper .news-body .news-list .list-item .item-info .info-header {
    margin-bottom: clamp(1rem, 1.8vw, 28px);
    display: flex
}

.homepage-news .news-wrapper .news-body .news-list .list-item .item-info .info-header .info-date {
    color: var(--black);
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap
}

.homepage-news .news-wrapper .news-body .news-list .list-item .item-info .info-header .info-category {
    color: var(--black);
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 5px
}

.homepage-news .news-wrapper .news-body .news-list .list-item .item-info .info-title {
    color: var(--black);
    font-size: clamp(20px, 1.5vw, 25px);
    font-weight: 600;
    line-height: normal;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: auto;
    transition: .6s
}

.about .about-wrapper .about-hero .about-hero-wrapper .about-body .body-content .content-desc-long,
.about .about-wrapper .about-stats .stats-wrapper .stats-content-body .stats-content-body-right,
.contact .contact-wrapper .contact-card-list .card-item .item-body,
.contact .contact-wrapper .contact-form .form-wrapper .form-container form,
.default-product-item a .item-name,
.homepage-news .news-wrapper .news-body .news-active-list,
.product .product-wrapper .product-list-container-wrapper,
.product-group-modal-content .product-group-modal-products .product-group-modal-products-item .product-group-modal-products-item-info,
.services-detail .detail-wrapper .other-services-slider .services-list .list-item .item-body {
    flex: 1
}

.homepage-news .news-wrapper .news-body .news-active-list .list-item,
.map-responsive iframe,
.offer-popup .popup-wrapper .popup-body .popup-form form .form-input-container .form-captcha .form-group .col-captcha,
.product-detail .detail-wrapper .detail-hero-container .detail-product-info-container .detail-product-info-hero .info-desc,
.product-detail .detail-wrapper .detail-similar-products-slider .swiper .swiper-wrapper .swiper-slide .default-product-item,
.services-detail .detail-wrapper .detail-gallery .gallery-wrapper .gallery-list-mono .list-item,
.services-detail .detail-wrapper .other-services-slider .services-list .list-item {
    height: 100%
}

.blogs .blogs-wrapper .blogs-list .list-item:hover img,
.homepage-news .news-wrapper .news-body .news-active-list .list-item:hover img,
.picture-point .img-pointer .country-path img:hover,
.services-slider-container .services-slider .swiper-wrapper .swiper-slide .slider-item-wrapper .item-img img:hover {
    transform: scale(1.2)
}

.homepage-news .news-wrapper .news-body .news-active-list .list-item .item-img {
    height: 100%;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    border-radius: 65px
}

.homepage-news .news-wrapper .news-body .news-active-list .list-item .item-img img {
    height: 100%;
    border-radius: 65px;
    object-fit: cover;
    transition: .4s;
    max-width: 500px;
    max-height: 500px
}

.homepage-news .news-wrapper .news-body .news-active-list .item-info {
    padding-right: 2.5vw
}

.homepage-news .news-wrapper .news-body .news-active-list .item-info .info-header {
    display: flex;
    align-items: center;
    margin-bottom: clamp(24px, 2.2vw, 40px)
}

.homepage-news .news-wrapper .news-body .news-active-list .item-info .info-header .info-date {
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--black);
    font-size: 12px;
    font-weight: 500;
    line-height: normal
}

.homepage-news .news-wrapper .news-body .news-active-list .item-info .info-header .info-date::after {
    position: relative;
    content: "·";
    margin-left: clamp(15px, 1.3vw, 25px);
    margin-right: clamp(15px, 1.3vw, 25px);
    font-size: 20px
}

.homepage-news .news-wrapper .news-body .news-active-list .item-info .info-header .info-category {
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--black);
    font-size: 13px;
    font-weight: 500;
    line-height: normal
}

.homepage-news .news-wrapper .news-body .news-active-list .item-info .info-title {
    color: var(--black);
    font-size: clamp(21px, 1.8vw, 35px);
    font-weight: 600;
    line-height: normal;
    margin-bottom: clamp(24px, 2vw, 36px);
    padding-bottom: clamp(24px, 2vw, 36px);
    border-bottom: 1px solid;
    transition: .4s
}

.homepage-news .news-wrapper .news-body .news-active-list .item-info .info-desc {
    color: var(--black);
    font-size: clamp(14px, .8vw, 16px);
    font-weight: 400;
    line-height: normal;
    opacity: .5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.homepage-news .news-wrapper .news-body .news-active-list .list-item .info-btn {
    position: absolute;
    background: #e3000f;
    bottom: 1rem;
    right: 1rem;
    width: clamp(60px, 4vw, 70px);
    height: clamp(60px, 4vw, 70px);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

.homepage-news .news-wrapper .news-body .news-active-list .list-item a {
    display: flex;
    border-radius: 70px 50px 50px 70px;
    gap: clamp(24px, 2.5vw, 48px);
    align-items: center;
    box-shadow: 0 3.26px 92.897px 0 rgb(78 112 199 / .15);
    position: relative;
    height: 100%;
    background-position: center;
    width: 100%;
    background-color: #fff
}

.homepage-video .video-popup {
    position: fixed;
    z-index: 15;
    inset: 0;
    height: 100%;
    display: none
}

.homepage-video .video-backdrop {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background: #000000a8;
    z-index: 16
}

.homepage-video .video-popup .popup-wrapper {
    width: 90%;
    height: 90svh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 17;
    margin: auto
}

.branches,
.branches-list .item:hover {
    z-index: 9
}

.homepage-video .video-popup .popup-wrapper .popup-close {
    position: absolute;
    background: #fff;
    padding: 10px;
    border-radius: 50%;
    top: -30px;
    right: -4vw;
    border: 1px solid #fff0;
    cursor: pointer;
    transition: .4s
}

.homepage-video .video-popup .popup-wrapper .popup-close:hover {
    border-color: #fff;
    background: #fff0
}

.homepage-product .product-wrapper .product-list .list-item a:hover .item-img-icon svg path,
.homepage-video .video-popup .popup-wrapper .popup-close:hover svg path,
.offer-popup .popup-wrapper .popup-header .popup-close:hover svg path,
.product-group-modal-content .product-group-modal-content-header .product-group-modal-content-header-close-btn:hover svg path {
    stroke: #fff
}

@media screen and (min-width: 1440px) and (max-width:1700px) {
    .homepage-news .news-wrapper .news-body .news-active-list .list-item .item-img img {
        max-width: 440px
    }
    .homepage-product .product-wrapper .product-list .list-item a .item-img .item-img-icon {
        bottom: 5px
    }
    .sss-wrapper.container {
        padding: 0 5vw 100px
    }
}

.branches {
    position: relative;
    background: #fff
}

.branches-wrapper {
    position: sticky;
    top: -20px;
    max-height: 1100px
}

.branches .container {
    min-height: 3000px;
    width: 100%;
    max-width: 100%
}

.branches .branches-title h3 {
    font-weight: 700;
    font-size: 140px;
    color: #fff0;
    -webkit-text-stroke: 1px #000
}

.branches-content svg {
    width: 100%;
    transform: scaleX(-1)
}

.branches-title h3 span {
    transform: translateY(100%);
    display: block
}

.banner-about .banner-img img {
    transform: scale(.3);
    transform-origin: center bottom;
    align-content: center;
    opacity: 0
}

.branches-list .item {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    display: flex;
    align-items: stretch;
    z-index: 1;
    transition: .4s
}

.branches-list .item .title span {
    font-weight: 300;
    font-size: 22px;
    color: #fff;
    transform: rotate(90deg);
    transform-origin: top left;
    display: block;
    width: 160px;
    height: 50px;
    line-height: 50px;
    margin-left: 50px;
    text-align: center
}

.branches-list .item .title {
    width: 50px;
    height: 160px;
    background: #e62733;
    display: unset;
    margin: 0
}

.branches-list .item .content .content-links {
    padding: 40px 20px
}

.branches-list .item .content {
    background: #fff;
    display: flex;
    flex: 1;
    box-shadow: 0 3px 30px 0 rgb(0 0 0 / .1);
    align-items: center;
    justify-content: center;
    opacity: 0;
    visility: hidden;
    pointer-events: none;
    transition: .4s
}

.branches-list .item:hover .content {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.branches-list .item .content a {
    color: #000;
    display: block;
    font-weight: 700;
    font-size: 18px
}

.branches-list .item .content a .red {
    color: #e62733
}

.branches-list .item .content a .blue {
    color: #1f7ec3
}

.branches-content {
    position: relative;
    padding-top: 350px
}

.branches-list .item#data-2 {
    left: 44vw;
    top: 170px
}

.branches-list .item#data-1 {
    left: 37vw;
    top: 280px
}

.branches-list .item#data-3 {
    top: 190px;
    left: 64.5vw
}

.branches-list .item#data-4 {
    top: 260px;
    left: 55vw
}

@media screen and (max-width: 1700px) {
    .branches-content {
        padding-top: 110px
    }
    .branches-list .item#data-3 {
        left: 66vw;
        top: -40px
    }
    .branches-list .item#data-2 {
        left: 43vw;
        top: -40px
    }
    .branches-list .item#data-1 {
        left: 36vw;
        top: 50px
    }
    .branches-list .item#data-4 {
        left: 55.5vw;
        top: 40px
    }
    .branches-wrapper {
        position: sticky;
        top: 50px;
        max-height: 1100px
    }
}

@media screen and (max-width: 1500px) {
    .branches .branches-title h3 {
        font-size: 120px
    }
    .branches-list .item#data-1 {
        left: 510px;
        top: 90px
    }
    .branches-list .item#data-2 {
        left: 43vw;
        top: -20px
    }
    .branches-list .item#data-3 {
        left: 66vw;
        top: 0
    }
    .branches-list .item#data-4 {
        left: 55vw;
        top: 50px
    }
    .branches-content {
        padding-top: 160px;
    }
    .intro-links ul li a span {
        margin-right: 10px
    }
    .branches {
        padding: 100px 0 0;
        max-height: 3000px
    }
    section.homepage-container {
        margin-top: 110px
    }
}

@media screen and (max-width: 1400px) {
    .branches {
        padding: 50px 0 0;
        max-height: 2900px
    }
    .branches-list .item#data-4 {
        left: 55vw;
        top: 40px
    }
    .branches-list .item#data-3 {
        left: 65.5vw
    }
    .branches-list .item#data-1 {
        left: 35vw
    }
    .branches-list .item#data-2 {
        left: 42vw
    }
}

@media screen and (max-width: 1200px) {
    .branches-title h3 {
        overflow: visible
    }
    .branches-title h3 span {
        transform: translateY(0)
    }
    section.homepage-container {
        margin-top: 20vw
    }
    .branches-content {
        max-height: 700px;
        margin-top: -150px
    }
    .branches,
    .branches-wrapper {
        max-height: none
    }
    .branches {
        padding-top: 0
    }
    .branches .container {
        min-height: auto
    }
    .branches-list .item#data-1 {
        left: 575px;
        top: 200px
    }
    .branches-list .item#data-2 {
        left: 375px;
        top: 190px
    }
    .branches-list .item#data-3 {
        left: 265px;
        top: 150px
    }
    .branches-list .item#data-4 {
        left: 505px;
        top: 140px
    }
    .branches-mobile .item .title>span {
        font-size: 36px;
        color: #000;
        padding: 15px 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        transition: .4s;
        font-weight: 500
    }
    .branches-mobile .item .title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 0
    }
    .branches-mobile .item .title .icon {
        fill: none;
        stroke: #000;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-miterlimit: 10;
        stroke-width: 5px
    }
    .branches-mobile .branches-mobile-title {
        font-size: 40px;
        font-weight: 700;
        margin-left: 14px;
        margin-bottom: 1rem;
        border-bottom: 1px solid;
        padding-bottom: 8px
    }
    .branches-mobile {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        padding: 0 0 40px
    }
    .branches-mobile .item {
        width: 100%;
        padding: 0 30px;
        border-bottom: 1px solid #f1f1f1
    }
    .branches-mobile .item .content {
        display: none;
        position: relative;
        padding: 20px 0
    }
    .branches-mobile .item:last-child {
        border: none
    }
    .branches-mobile .item .content .content-links a {
        display: block;
        font-size: 18px;
        font-weight: 700;
        color: #000;
        margin-bottom: 10px
    }
    .branches-mobile .item .content .content-links a:last-child {
        margin-bottom: 0
    }
    .branches-mobile .item .content .content-links a .blue {
        color: #1f7ec3
    }
    .branches-mobile .item .content .content-links a .red,
    .branches-mobile .item.active .title>span {
        color: #e62733
    }
    .branches-mobile .item.active .icon {
        transform: rotate(90deg)
    }
    .branches-content {
        display: none
    }
}

@media screen and (max-width: 520px) {
    .branches .branches-title h3 {
        font-size: 65px
    }
    .branches-mobile .item .title>span {
        font-size: 20px
    }
    .branches-mobile .item {
        padding: 0 15px
    }
    .branches-mobile .item .title .icon svg {
        width: 12px
    }
}

@media screen and (max-width: 1440px) {
    .homepage-news .news-wrapper .news-body .news-list {
        width: 40%;
        flex: 0 0 40%
    }
    .homepage-news .news-wrapper .news-body .news-active-list .list-item .item-img img {
        max-width: 350px
    }
    .homepage-news .news-wrapper .news-body {
        gap: 50px
    }
    .homepage-news .news-wrapper,
    .homepage-services .servies-wrapper {
        padding: 5vw 50px 9vw
    }
    .homepage-product .product-wrapper .product-list {
        gap: 24px
    }
    .homepage-product .product-wrapper {
        padding: 0 32px 10vw
    }
    .homepage-product .product-wrapper .product-list .list-item a .item-img img {
        max-height: 500px
    }
    .homepage-product .product-wrapper .product-list .list-item a .item-img .item-img-icon {
        right: -10px;
        bottom: 0
    }
    .homepage-product .product-wrapper .product-header {
        margin-bottom: 4rem
    }
    .homepage-why-us .why-us-wrapper {
        padding: 0 50px 9vw
    }
}

@media screen and (max-width: 1199px) {
    .branches-wrapper,
    .homepage-hero .homepage-hero-wrapper .hero-body .mountain,
    .homepage-product {
        position: relative
    }
    .homepage-product .product-wrapper .product-list {
        grid-template-columns: repeat(3, 1fr);
        gap: 3rem 1rem
    }
    .homepage-product .product-wrapper {
        padding: 0 0 10vw;
        margin-bottom: 60px
    }
    .homepage-news .news-wrapper .news-body .news-active-list .list-item a .info-btn,
    .homepage-product .product-wrapper .product-list .list-item a .item-img .item-img-icon {
        display: none
    }
    .homepage-news .news-wrapper .news-body .news-active-list .list-item a {
        flex-direction: column;
        gap: 0;
        border-radius: 30px;
        height: auto;
        align-items: start;
        background: #fff
    }
    .homepage-news .news-wrapper .news-body .news-active-list .list-item a .item-info {
        padding: 1rem;
        width: 100%
    }
    .homepage-news .news-wrapper .news-body .news-active-list .list-item a .item-img {
        width: 100%;
        border-radius: 30px 30px 0 0;
        flex-shrink: unset;
        height: auto
    }
    .homepage-news .news-wrapper .news-body .news-active-list .list-item a .item-img img {
        width: 100%;
        max-width: 100%;
        border-radius: 30px 30px 0 0;
        max-height: 230px
    }
    .homepage-news .news-wrapper,
    .homepage-services .servies-wrapper {
        padding: 5vw 24px
    }
    .homepage-news .news-wrapper .news-body .news-active-list .list-item a .item-info .info-desc {
        margin: 0
    }
    .default-btn,
    .homepage-news .news-wrapper .news-header .default-btn {
        padding: 15px 20px
    }
    .homepage-product .product-wrapper .product-list .list-item a .item-img .img-mask {
        mask: none;
        min-width: unset;
        max-height: 100%;
        min-height: unset;
        height: 100%
    }
    .homepage-product .product-wrapper .product-list .list-item a .item-img {
        max-height: 100%;
        height: 100%
    }
    .homepage-product .product-wrapper .product-list .list-item a .item-info {
        margin-top: 2rem
    }
    .homepage-product .product-wrapper .product-header {
        margin-bottom: 2rem;
        padding: 0 24px
    }
    .homepage-news .news-wrapper .news-body .news-list {
        width: 45%;
        flex: 0 0 45%
    }
    .homepage-services .servies-wrapper .services-header {
        margin-bottom: 2rem
    }
    .homepage-why-us .why-us-wrapper {
        padding: 0 24px 7vw
    }
    .homepage-why-us .why-us-wrapper .why-us-body .why-us-stats .stats-popup-wrapper .clip-shield {
        margin-top: -6vw
    }
    .homepage-services .servies-wrapper .services-body .homepage-services-list .swiper-wrapper .swiper-slide .list-item a {
        padding: 50px 30px
    }
    .homepage-services .servies-wrapper .services-body .homepage-services-list .swiper-wrapper .swiper-slide .list-item .item-button {
        right: 0;
        width: 65px;
        height: 65px
    }
    .homepage-hero {
        height: 100svh
    }
    .homepage-hero .homepage-hero-wrapper {
        height: 100%;
        width: 100%;
    }
    .homepage-hero .homepage-hero-wrapper .hero-body {
        margin-top: 60px
    }
    .homepage-hero .homepage-hero-wrapper .hero-body .fog {
        width: 100%;
        left: unset;
        top: unset;
        bottom: 0;
        height: 70%
    }
    .homepage-product .product-wrapper .product-header .default-underline-text {
        max-width: 280px
    }
    .homepage-product {
        z-index: 5;
        opacity: 1;
        padding-top: 30px
    }
    .homepage-why-us .why-us-wrapper .why-us-hero .why-us-img-container {
        right: -24px
    }
    .homepage-product .product-wrapper .product-list .list-item a .item-img img {
        max-height: 350px;
        width: 100%
    }
    .homepage-product .product-wrapper .product-list .list-item a .item-img .img-mask::before {
        border-radius: 40px;
        height: 90%
    }
    .branches-wrapper {
        top: unset
    }
    .homepage-why-us .why-us-wrapper .why-us-body .why-us-stats .stats-popup-wrapper .clip-shield img {
        width: 300px;
        height: 350px
    }
}

@media screen and (max-width: 991px) {
    .homepage-product .product-wrapper .product-list .list-item a .item-img img {
        max-height: 260px;
        max-width: 200px
    }
    .homepage-hero::before {
        content: '';
        position: absolute;
        bottom: 0;
        height: 70px;
        left: 0;
        right: 0;
        background: linear-gradient(0deg, #fff, transparent);
        z-index: 1
    }
    .homepage-hero {
        height: 70svh
    }
    .homepage-news .news-wrapper .news-body {
        flex-direction: column-reverse
    }
    .homepage-news .news-wrapper .news-body .news-list {
        flex: 0 0 100%;
        width: 100%
    }
    .homepage-news .news-wrapper .news-body .news-list .list-item .item-info .info-header {
        margin-bottom: 1rem
    }
    .homepage-news .news-wrapper .news-body .news-active-list .list-item a .item-img img {
        height: 100%
    }
    .homepage-product .product-wrapper .product-list .list-item a .item-img .item-img-icon,
    .homepage-why-us .why-us-wrapper .why-us-body .why-us-stats .stats-popup-wrapper .clip-shield,
    .homepage-why-us .why-us-wrapper .why-us-body .why-us-stats .stats-popup-wrapper .stats-popup-bg {
        display: none
    }
    .homepage-why-us .why-us-wrapper .why-us-body .why-us-stats .stats-list {
        justify-content: space-around;
        text-align: center
    }
    .homepage-why-us .why-us-wrapper .why-us-body .why-us-stats {
        gap: 0;
        justify-content: center
    }
    .homepage-why-us .why-us-wrapper .why-us-hero .why-us-futures {
        width: 65%
    }
    .homepage-product .product-wrapper .product-list .list-item a .item-img .img-mask {
        -webkit-mask-position: bottom;
        -webkit-mask-image: none;
        mask-image: none
    }
    .homepage-product .product-wrapper .product-list .list-item a .item-img .img-mask::before {
        border-radius: 30px;
        height: 90%
    }
    .homepage-product .product-wrapper .product-list {
        gap: 1rem;
        padding: 0 24px
    }
    .homepage-hero .homepage-hero-wrapper .hero-header {
        top: 16vw
    }
    .homepage-news .news-wrapper {
        padding: 5vw 24px 60px
    }
    .homepage-services .servies-wrapper .services-header .header-pagination .pagination-button {
        width: 50px;
        height: 50px
    }
    .homepage-services .servies-wrapper .services-header .header-pagination .pagination-button svg {
        width: 30px;
        height: 30px
    }
    .homepage-services .servies-wrapper .services-header .header-pagination {
        gap: 5px
    }
}

.about .about-wrapper .about-hero .about-hero-wrapper,
.services-slider-container {
    padding-bottom: 7vw
}

.about .about-wrapper .about-hero .about-hero-wrapper .about-header {
    display: flex;
    align-items: center;
    gap: 3.5vw;
    padding-left: 9vw
}

.about .about-wrapper .about-hero .about-hero-wrapper .about-header::after {
    content: "";
    position: relative;
    flex: 1;
    height: 1px;
    background: #f1f1f1
}

.about .about-wrapper .about-hero .about-hero-wrapper .about-header .header-title {
    color: var(--black);
    font-size: clamp(24px, 2vw, 35px);
    font-weight: 500;
    line-height: normal
}

.about .about-wrapper .about-hero .about-hero-wrapper .about-body {
    padding: 3vw 15vw 8vw 9vw
}

.about .about-wrapper .about-hero .about-hero-wrapper .about-body .body-content {
    display: flex;
    justify-content: space-between
}

.about .about-wrapper .about-hero .about-hero-wrapper .about-body .body-content .content-desc {
    width: 60%
}

.about .about-wrapper .about-hero .about-hero-wrapper .about-body .body-content .content-desc p {
    margin: 0;
    color: var(--black);
    font-size: clamp(28px, 2.1vw, 32px);
    font-weight: 400;
    line-height: normal;
    max-width: 60%
}

.about .about-wrapper .about-hero .about-hero-wrapper .about-body .body-content .content-desc-long p {
    margin: 0;
    color: var(--black);
    font-size: clamp(18px, 1.1vw, 19px);
    font-style: normal;
    font-weight: 400
}

.about .about-wrapper .about-hero .about-hero-wrapper .about-footer {
    padding: 0 9vw
}

.about .about-wrapper .about-hero .about-hero-wrapper .about-footer .footer-content .content-list {
    display: flex;
    gap: clamp(24px, 2.5vw, 50px);
    justify-content: center;
    text-align: center
}

.about .about-wrapper .about-hero .about-hero-wrapper .about-footer .footer-content .content-list .list-item {
    width: 25%;
    border-left: 1px solid var(--main-color-darkblue);
    padding: 20px 3.1vw;
    display: flex;
    flex-direction: column;
    align-items: start
}

.about .about-wrapper .about-hero .about-hero-wrapper .about-footer .footer-content .content-list .list-item .item-header {
    color: var(--main-color-darkblue);
    font-size: clamp(32px, 3vw, 55px);
    font-weight: 700;
    line-height: normal
}

.about-why-us .why-us-wrapper {
    background: rgb(143 255 253 / 20%);
    padding: 7vw 13vw;
    display: flex;
    justify-content: space-between
}

.about-why-us .why-us-wrapper .why-us-content-left,
.about-why-us .why-us-wrapper .why-us-content-left .content-list .list-item,
.contact .contact-wrapper .contact-form .form-wrapper .contact-map,
.contact .contact-wrapper .contact-form .form-wrapper .form-container form .form-input-group .group-item .form-input,
.detail-product-image-list .list-image-col {
    width: 50%
}

.about-why-us .why-us-wrapper .why-us-content-left .content-header {
    margin-bottom: 4.1vw
}

.about-why-us .why-us-wrapper .why-us-content-left .content-header .content-title {
    color: var(--black);
    font-size: clamp(24px, 2vw, 35px);
    font-weight: 700;
    line-height: normal
}

.about-why-us .why-us-wrapper .why-us-content-left .content-list {
    display: flex;
    flex-wrap: wrap;
    gap: 3vw 0
}

.about-why-us .why-us-wrapper .why-us-content-left .content-list .list-item .item-header {
    color: var(--black);
    font-size: clamp(18px, 1.1vw, 20px);
    font-weight: 700;
    line-height: normal;
    margin-bottom: clamp(16px, 1.2vw, 22px)
}

.about-why-us .why-us-wrapper .why-us-content-left .content-list .list-item .item-desc {
    margin: 0;
    max-width: 90%;
    font-size: clamp(14px, .8vw, 16px)
}

.about .about-wrapper .about-stats .stats-wrapper,
.offer-tab-item .form-input {
    margin-bottom: 20px
}

.about .about-wrapper .about-stats .stats-wrapper .stats-content-header {
    display: flex;
    gap: 8vw;
    padding: 0 5vw 8vw 12vw;
    background: #fff
}

.about .about-wrapper .about-stats .stats-wrapper .stats-content-header .stats-content-left {
    flex: 1;
    margin-top: -7vw
}

.about .about-wrapper .about-stats .stats-wrapper .stats-content-header .stats-content-left img {
    border-radius: 45px;
    width: 100%;
    max-height: 800px;
    object-fit: cover
}

.about .about-wrapper .about-stats .stats-wrapper .stats-content-header .stats-content-right .content-right-header {
    margin-top: 4vw;
    display: flex;
    flex-direction: column;
    gap: 4vw
}

.about .about-wrapper .about-stats .stats-wrapper .stats-content-header .stats-content-right .content-right-header .content-title {
    color: var(--black);
    font-size: clamp(40px, 3.2vw, 64px);
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

.about .about-wrapper .about-stats .stats-wrapper .stats-content-header .stats-content-right .content-right-header p {
    margin: 0;
    color: var(--black);
    font-size: clamp(14px, .8vw, 16px);
    font-weight: 400;
    line-height: normal;
    opacity: .5
}

.about .about-wrapper .about-stats .stats-wrapper .stats-content-body {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 5.1vw;
    padding: 0 5vw 3vw 12vw;
    background: #fff
}

.about .about-wrapper .about-stats .stats-wrapper .stats-content-body .stats-content-body-left {
    width: 40%;
    position: sticky;
    top: 11vw;
    height: 100%
}

.about .about-wrapper .about-stats .stats-wrapper .stats-content-body .stats-content-body-right .content-list {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(16px, 1.8vw, 30px)
}

.about .about-wrapper .about-stats .stats-wrapper .stats-content-body .stats-content-body-right .content-list .list-item {
    display: flex;
    padding: 30px 40px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex-shrink: 0;
    border-radius: 21px;
    background: #fff;
    box-shadow: 0 4px 114px 0 rgb(0 0 0 / .05);
    width: calc(50% - 30px)
}

.about .about-wrapper .about-stats .stats-wrapper .stats-content-body .stats-content-body-right .content-list .list-item .list-icon {
    display: flex;
    flex-direction: column
}

.about .about-wrapper .about-stats .stats-wrapper .stats-content-body .stats-content-body-right .content-list .list-item .list-icon img,
.about .about-wrapper .about-stats .stats-wrapper .stats-content-body .stats-content-body-right .content-list .list-item .list-icon svg {
    width: 82px;
    height: 82px
}

.about .about-wrapper .about-stats .stats-wrapper .stats-content-body .stats-content-body-right .content-list .list-item .list-icon::after {
    position: relative;
    content: "";
    width: 42px;
    height: 1px;
    background: var(--black);
    margin: 40px 0 20px
}

.about .about-wrapper .about-stats .stats-wrapper .stats-content-body .stats-content-body-right .content-list .list-item .list-title {
    color: var(--black);
    font-size: 6vw;
    font-weight: 500;
    line-height: normal
}

.about .about-wrapper .about-stats .stats-wrapper .stats-content-body .stats-content-body-right .content-list .list-item .list-desc {
    color: var(--black);
    font-size: clamp(14px, .8vw, 15px);
    font-weight: 500;
    line-height: normal
}

.about .about-wrapper .about-stats .stats-wrapper .stats-graph {
    position: sticky;
    bottom: -6vw;
    z-index: -1;
    margin: 0 50px
}

.about .about-wrapper .about-team .team-wrapper {
    padding-bottom: 8vw
}

.about .about-wrapper .about-team .team-wrapper .team-header {
    padding-left: 8vw;
    display: flex;
    align-items: center;
    margin-bottom: 5vw
}

.about .about-wrapper .about-team .team-wrapper .team-header .default-underline-text {
    color: var(--black);
    font-size: 35px;
    font-weight: 700;
    line-height: normal;
    max-width: 350px
}

.about .about-wrapper .about-team .team-wrapper .team-header::after {
    position: relative;
    content: "";
    height: 1px;
    flex: 1;
    background: rgba(0, 0, 0, 20%)
}

.about .about-wrapper .about-team .team-wrapper .team-list {
    padding: 0 8vw;
    display: flex;
    align-items: center;
    gap: clamp(24px, 3.1vw, 58px);
    flex-wrap: wrap
}

.about .about-wrapper .about-team .team-wrapper .team-list .list-item {
    position: relative;
    width: calc(33.33% - clamp(24px, 31vw, 58px))
}

.about .about-wrapper .about-team .team-wrapper .team-list .list-item .item-img img {
    border-radius: 0 70px
}

.about .about-wrapper .about-team .team-wrapper .team-list .list-item .item-content {
    position: absolute;
    padding: 27px 48px;
    border-radius: 0 70px;
    transition: .4s;
    inset: 0
}

.about .about-wrapper .about-team .team-wrapper .team-list .list-item .item-content .content-header {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    z-index: 1;
    position: relative
}

.about .about-wrapper .about-team .team-wrapper .team-list .list-item .item-content::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 150px;
    background: linear-gradient(0deg, #2487b7bd, transparent);
    border-radius: 0 0 0 70px
}

.about .about-wrapper .about-team .team-wrapper .team-list .list-item .item-content .content-header .person-name {
    color: var(--white);
    font-size: clamp(20px, 1.8vw, 28px);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 7px
}

.about .about-wrapper .about-team .team-wrapper .team-list .list-item .item-content .content-header .person-degree {
    color: var(--white);
    font-size: clamp(14px, .8vw, 15px);
    font-weight: 500;
    line-height: normal;
    opacity: .6
}

@media screen and (max-width: 1199px) {
    .about .about-wrapper .about-hero .about-hero-wrapper .about-header {
        padding-left: 50px
    }
    .about .about-wrapper .about-hero .about-hero-wrapper .about-body {
        padding: 50px
    }
    .about .about-wrapper .about-hero .about-hero-wrapper .about-body .body-content .content-desc {
        width: 50%
    }
    .about .about-wrapper .about-hero .about-hero-wrapper .about-body .body-content .content-desc p {
        max-width: 80%
    }
    .about .about-wrapper .about-hero .about-hero-wrapper .about-footer {
        padding: 0 24px
    }
    .about .about-wrapper .about-hero .about-hero-wrapper .about-footer .footer-content .content-list .list-item:first-child {
        border: 0
    }
    .about-why-us .why-us-wrapper {
        padding: 7vw 50px
    }
    .about-why-us .why-us-wrapper .why-us-content-right img {
        max-height: 450px
    }
    .about-why-us .why-us-wrapper .why-us-content-left {
        width: 60%
    }
    .about .about-wrapper .about-stats .stats-wrapper .stats-content-header {
        padding: 0 50px 8vw
    }
    .about .about-wrapper .about-stats .stats-wrapper .stats-content-body {
        padding: 0 50px 3vw;
        gap: 0;
        margin-bottom: 50px
    }
    .about .about-wrapper .about-stats .stats-wrapper .stats-content-body .stats-content-body-right .content-list .list-item .list-icon svg {
        width: 60px;
        height: 60px
    }
    .about .about-wrapper .about-stats .stats-wrapper .stats-content-body .stats-content-body-right .content-list .list-item,
    .about .about-wrapper .about-team .team-wrapper .team-list .list-item .item-content {
        padding: 24px
    }
    .about .about-wrapper .about-stats .stats-wrapper .stats-content-body .stats-content-body-right .content-list .list-item .list-title {
        font-size: 5vw
    }
    .about .about-wrapper .about-team .team-wrapper .team-list .list-item {
        width: calc(54% - clamp(24px, 31vw, 58px))
    }
}

@media screen and (max-width: 991px) {
    .about .about-wrapper .about-hero .about-hero-wrapper .about-header,
    .about .about-wrapper .about-team .team-wrapper .team-header {
        padding-left: 24px
    }
    .about .about-wrapper .about-hero .about-hero-wrapper .about-body {
        padding: 24px 24px 32px
    }
    .about .about-wrapper .about-hero .about-hero-wrapper .about-body .body-content .content-desc p {
        font-size: 24px;
        max-width: 100%
    }
    .about .about-wrapper .about-hero .about-hero-wrapper .about-footer .footer-content .content-list .list-item {
        padding: 10px;
        text-align: center;
        align-items: center
    }
    .about-why-us .why-us-wrapper {
        padding: 24px;
        align-items: center;
        flex-direction: column;
        align-items: start;
        gap: 2rem
    }
    .about .about-wrapper .about-hero .about-hero-wrapper .about-body .body-content .content-desc,
    .about .about-wrapper .about-stats .stats-wrapper .stats-content-body .stats-content-body-right .content-list .list-item,
    .about .about-wrapper .about-team .team-wrapper .team-list .list-item,
    .about-why-us .why-us-wrapper .why-us-content-left {
        width: 100%
    }
    .about-why-us .why-us-wrapper .why-us-content-left .content-list .list-item .item-header {
        margin-bottom: 8px
    }
    .about .about-wrapper .about-stats .stats-wrapper .stats-content-header .stats-content-left {
        margin-top: 0;
        position: sticky;
        top: 140px;
        height: 100%
    }
    .about-why-us .why-us-wrapper .why-us-content-right {
        flex: 1;
        width: 100%
    }
    .about-why-us .why-us-wrapper .why-us-content-right img {
        max-height: 320px;
        width: 100%;
        object-fit: cover
    }
    .about .about-wrapper .about-stats .stats-wrapper .stats-content-header .stats-content-right {
        width: 50%
    }
    .about .about-wrapper .about-stats .stats-wrapper .stats-content-header {
        padding: 50px 24px
    }
    .about .about-wrapper .about-stats .stats-wrapper .stats-content-header .stats-content-right .content-right-header {
        margin: 0
    }
    .about .about-wrapper .about-stats .stats-wrapper .stats-content-body {
        flex-direction: column;
        padding: 0 24px 50px;
        margin: 0
    }
    .about .about-wrapper .about-stats .stats-wrapper .stats-content-body .stats-content-body-left {
        width: 60%;
        position: relative;
        top: unset;
        margin-bottom: 2rem
    }
    .about .about-wrapper .about-stats .stats-wrapper .stats-content-body .stats-content-body-right .content-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr)
    }
    .about .about-wrapper .about-stats .stats-wrapper .stats-content-body .stats-content-body-right .content-list .list-item .list-icon svg {
        width: 50px;
        height: 50px
    }
    .about .about-wrapper .about-team .team-wrapper .team-list {
        padding: 0 24px;
        display: grid;
        grid-template-columns: repeat(2, 1fr)
    }
    .about .about-wrapper .about-team .team-wrapper .team-header .default-underline-text {
        font-size: 27px;
        max-width: 280px
    }
    .about .about-wrapper .about-hero .about-hero-wrapper .about-body .body-content {
        flex-direction: column;
        gap: 1.5rem
    }
    .about-why-us .why-us-wrapper .why-us-content-left .content-list.web {
        display: none
    }
}

.reports {
    padding-top: 5vw;
    background: #fafafaab
}

.reports .reports-wrapper {
    padding: 0 14.5vw
}

.reports .reports-wrapper .reports-title {
    color: var(--white);
    font-size: clamp(24px, 3.75vw, 72px);
    font-family: var(--main-font-bold);
    font-feature-settings: "liga" off;
    margin-bottom: 10.7vw
}

.reports .reports-wrapper .reports-title span {
    color: var(--main-color-green)
}

.product-detail .detail-wrapper .detail-similar-products-slider,
.reports .reports-wrapper .reports-documents-area .reports-documents-area-list {
    padding-bottom: 5vw
}

.reports .reports-wrapper .reports-documents-area .reports-documents-area-list .reports-documents-area-list-item-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: clamp(60px, 6.7vw, 130px)
}

.reports .reports-wrapper .reports-documents-area .reports-documents-area-list .reports-documents-area-list-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5VW;
    position: relative;
    gap: clamp(24px, 2.5vw, 50px)
}

.reports .reports-wrapper .reports-documents-area .reports-documents-area-list .reports-documents-area-list-header h2 {
    color: var(--black);
    font-size: clamp(16px, 1vw, 20px);
    display: flex;
    align-items: center;
    position: relative;
    gap: clamp(24px, 2.5vw, 50px);
    flex: 1;
    margin: 0
}

.reports .reports-wrapper .reports-documents-area .reports-documents-area-list .reports-documents-area-list-header h2::after {
    content: "";
    position: relative;
    flex: 1;
    height: 1px;
    background: var(--black);
    opacity: .2;
    z-index: -1
}

.reports .reports-wrapper .reports-documents-area .reports-documents-area-list .reports-documents-area-list-header span {
    color: var(--black);
    font-size: clamp(16px, 1vw, 20px)
}

.reports .reports-wrapper .reports-documents-area .reports-documents-area-list .reports-documents-area-list-item-wrapper .reports-documents-area-list-item-body {
    position: relative;
    background-repeat: no-repeat;
    background-size: 100% 98%;
    height: 363px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    padding: 2vw
}

.reports .reports-wrapper .reports-documents-area .reports-documents-area-list .reports-documents-area-list-item-wrapper .reports-documents-area-list-item-body .reports-documents-area-list-body-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer
}

.reports .reports-wrapper .reports-documents-area .reports-documents-area-list .reports-documents-area-list-item-wrapper .reports-documents-area-list-item-body .reports-documents-area-list-body-item span {
    color: #676668;
    font-size: clamp(14px, 1.1vw, 20px);
    font-weight: 400;
    line-height: 120%;
    transition: .4s
}

.reports .reports-wrapper .reports-documents-area .reports-documents-area-list .reports-documents-area-list-item-wrapper .reports-documents-area-list-item:hover .reports-documents-area-list-body-item span,
.reports .reports-wrapper .reports-documents-area .reports-documents-area-list .reports-documents-area-list-item-wrapper .reports-documents-area-list-item:hover p {
    color: #5aaecd
}

.reports .reports-wrapper .reports-documents-area .reports-documents-area-list .reports-documents-area-list-item-wrapper .reports-documents-area-list-item:hover .reports-documents-area-list-body-item svg path {
    stroke: #5aaecd
}

.reports .reports-wrapper .reports-documents-area .reports-documents-area-list .reports-documents-area-list-item-wrapper .reports-documents-area-list-item-body span {
    color: var(--black);
    font-size: clamp(14px, 1vw, 20px)
}

.reports .reports-wrapper .reports-documents-area .reports-documents-area-list .reports-documents-area-list-item-wrapper .reports-documents-area-list-item-body .reports-documents-area-list-item-img img {
    position: absolute;
    top: 0;
    right: 30px;
    border-radius: 5px
}

.reports .reports-wrapper .reports-documents-area .reports-documents-area-list .reports-documents-area-list-item-wrapper .reports-documents-area-list-item-body .reports-documents-area-list-item-img::before {
    content: "";
    position: absolute
}

.reports .reports-wrapper .reports-documents-area .reports-documents-area-list .reports-documents-area-list-item-wrapper .reports-documents-area-list-item-body p {
    color: var(--black);
    font-size: clamp(14px, 1vw, 20px);
    font-family: var(--main-font-bold);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 700;
    transition: .4s
}

@media screen and (min-width: 1800px) {
    .reports .reports-wrapper .reports-documents-area .reports-documents-area-list .reports-documents-area-list-item-wrapper {
        grid-template-columns: repeat(5, 1fr)
    }
}

@media screen and (min-width: 2000px) {
    .reports .reports-wrapper .reports-documents-area .reports-documents-area-list .reports-documents-area-list-item-wrapper {
        grid-template-columns: repeat(6, 1fr)
    }
}

@media screen and (max-width: 1440px) {
    .reports .reports-wrapper .reports-documents-area .reports-documents-area-list .reports-documents-area-list-item-wrapper {
        grid-template-columns: repeat(4, 1fr)
    }
    .reports .reports-wrapper .reports-documents-area .reports-documents-area-list .reports-documents-area-list-item-wrapper .reports-documents-area-list-item-body {
        padding: clamp(50px, 3vw, 50px) 2vw
    }
    .reports .reports-wrapper .reports-documents-area .reports-documents-area-list .reports-documents-area-list-item-wrapper .reports-documents-area-list-item-body .reports-documents-area-list-item-img img {
        right: 50px
    }
}

@media screen and (max-width: 1199px) {
    .reports .reports-wrapper .reports-documents-area .reports-documents-area-list .reports-documents-area-list-item-wrapper {
        grid-template-columns: repeat(3, 1fr)
    }
    .reports .reports-wrapper .reports-documents-area .reports-documents-area-list .reports-documents-area-list-item-wrapper .reports-documents-area-list-item-body {
        padding: 50px 30px
    }
    .reports .reports-wrapper .reports-documents-area .reports-documents-area-list .reports-documents-area-list-item-wrapper .reports-documents-area-list-item-body .reports-documents-area-list-item-img img {
        right: 25px;
        width: 75px
    }
}

@media screen and (max-width: 991px) {
    .reports .reports-wrapper .reports-documents-area .reports-documents-area-list .reports-documents-area-list-item-wrapper {
        grid-template-columns: repeat(3, 1fr)
    }
    .reports {
        padding-top: 24px
    }
    .reports .reports-wrapper {
        padding: 0 5vw
    }
    .reports .reports-wrapper .reports-documents-area .reports-documents-area-list .reports-documents-area-list-item-wrapper .reports-documents-area-list-item-body {
        padding: 6.7vw 4.5vw
    }
    .reports .reports-wrapper .reports-documents-area .reports-documents-area-list .reports-documents-area-list-item-wrapper .reports-documents-area-list-item-body .reports-documents-area-list-item-img img {
        right: 30px;
        width: 65px;
        top: 20px
    }
    .reports .reports-wrapper .reports-title {
        max-width: 90%
    }
}

@media screen and (max-width: 767px) {
    .pages-hero-layout .hero-layout-wrapper .hero-layout-img img {
        height: 30svh
    }
    .default-underline-text span::before,
    .default-underline-text::before,
    .homepage-news .news-wrapper .news-body .news-list .list-item .item-info .info-header .info-date::after,
    .homepage-product .product-wrapper .product-list .list-item a .item-img .img-mask::before,
    .homepage-services .servies-wrapper .services-body .homepage-services-list .swiper-wrapper .swiper-slide .list-item .item-button,
    .homepage-why-us .why-us-wrapper .why-us-body .why-us-stats .stats-popup-wrapper .clip-shield::before,
    .homepage-why-us .why-us-wrapper .why-us-hero .why-us-img-container,
    .pages-hero-layout .hero-layout-wrapper .hero-layout-img .contact-map,
    .pages-hero-layout .hero-layout-wrapper .hero-layout-title h2 span::before {
        display: none
    }
    .pages-hero-layout .hero-layout-wrapper .hero-layout-img img.contact-img {
        display: block
    }
    .pages-hero-layout .hero-layout-wrapper .hero-layout-title {
        margin-right: 10vw;
        background: #fff0;
        position: absolute;
        margin-bottom: 0;
        padding-bottom: 0;
        bottom: 0
    }
    .pages-hero-layout.pages-reports .hero-layout-wrapper .hero-layout-title {
        background: #fff0
    }
    .pages-hero-layout .hero-layout-wrapper .hero-layout-title h2 {
        color: #fff
    }
    .homepage-video .video-popup .popup-wrapper {
        height: 40vh
    }
    .homepage-video .video-popup .popup-wrapper .popup-close {
        top: -70px;
        left: 50%;
        right: unset;
        transform: translateX(-50%)
    }
    .branches-mobile .branches-mobile-title {
        font-size: 24px
    }
    .homepage-product .product-wrapper .product-list .list-item a .item-img {
        height: auto
    }
    .homepage-news .news-wrapper .news-header {
        flex-direction: column;
        align-items: start;
        gap: 1rem
    }
    .homepage-services .servies-wrapper {
        padding: 32px 24px
    }
    .homepage-news .news-wrapper .news-body .news-active-list .list-item a .item-info .info-title {
        font-size: 18px;
        margin-bottom: 1rem;
        padding-bottom: 1rem
    }
    .homepage-news .news-wrapper .news-body .news-list .list-item .item-img img {
        width: 85px;
        height: 85px
    }
    .homepage-news .news-wrapper .news-body .news-list .list-item .item-info .info-header {
        gap: 10px;
        margin-bottom: .5rem;
        border-bottom: 1px solid #000;
        width: 100%;
        padding-bottom: 10px
    }
    .homepage-news .news-wrapper .news-body .news-list .list-item .item-info {
        flex: 1
    }
    .homepage-news .news-wrapper .news-body .news-list .list-item .item-info .info-header .info-date {
        display: none!important
    }
    .about .about-wrapper .about-hero .about-hero-wrapper .about-body .body-content .content-desc p,
    .homepage-news .news-wrapper .news-body .news-list .list-item .item-info .info-title,
    .homepage-services .servies-wrapper .services-body .homepage-services-list .swiper-wrapper .swiper-slide .list-item a .item-body .item-title {
        font-size: 18px
    }
    .homepage-news .news-wrapper .news-body .news-active-list .list-item a .item-info .info-header {
        margin-bottom: 1rem;
        gap: 1rem
    }
    .homepage-news .news-wrapper .news-body .news-active-list .item-info .info-header .info-date::after {
        content: none
    }
    .homepage-services .servies-wrapper .services-header h2 {
        font-size: 21px
    }
    .homepage-product .product-wrapper .product-list {
        display: flex;
        overflow-x: scroll;
        padding: 24px 24px 50px;
        overflow-y: hidden
    }
    .homepage-product .product-wrapper .product-list .list-item {
        width: 90%;
        flex-shrink: 0;
        max-height: 100%;
        height: auto;
        box-shadow: 0 3.26px 12.897px rgb(78 112 199 / .15);
        border-radius: 30px
    }
    .homepage-product .product-wrapper .product-list::-webkit-scrollbar {
        display: none
    }
    .about .about-wrapper .about-hero .about-hero-wrapper .about-header,
    .about .about-wrapper .about-stats .stats-wrapper .stats-content-header .stats-content-right,
    .about-why-us .why-us-wrapper .why-us-content-left,
    .homepage-product .product-wrapper .product-list .list-item a,
    .homepage-why-us .why-us-wrapper .why-us-body .why-us-stats .stats-popup-wrapper,
    .homepage-why-us .why-us-wrapper .why-us-hero .why-us-futures {
        width: 100%
    }
    .homepage-why-us .why-us-wrapper .why-us-body .why-us-stats .stats-popup-wrapper .clip-shield {
        display: flex;
        border-radius: 12px;
        position: relative;
        overflow: hidden;
        height: 290px;
        margin-top: 2rem;
        width: 100%
    }
    .homepage-why-us .why-us-wrapper .why-us-body .why-us-stats .stats-popup-wrapper .clip-shield img {
        mask-image: none;
        width: 100%
    }
    .homepage-why-us .why-us-wrapper .why-us-body .why-us-stats {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        gap: .5rem
    }
    .homepage-why-us .why-us-wrapper .why-us-body .why-us-stats .stats-list {
        width: 100%;
        gap: 2rem;
        grid-template-columns: repeat(2, 1fr);
        display: none
    }
    .about-why-us .why-us-wrapper .why-us-content-left .content-header,
    .homepage-product .product-wrapper .product-list .list-item a .item-img .img-mask,
    .homepage-why-us .why-us-wrapper .why-us-hero .why-us-futures .futures-container .futures-list .list-item .item-title {
        margin-bottom: 1rem
    }
    .homepage-product .product-wrapper .product-list .list-item a .item-img img {
        max-width: 300px;
        max-height: 300px
    }
    .homepage-product .product-wrapper .product-header {
        align-items: center;
        gap: 1rem;
        padding: 0 24px;
        margin-bottom: 1rem;
    }
    .homepage-hero .homepage-hero-wrapper .hero-body .mountain {
        top: 41vw;
    }
    .homepage-hero {
        height: 520px;
    }
    .homepage-hero .homepage-hero-wrapper .hero-header {
        width: 100%;
        top: 23vw;
        padding: 15px
    }
    .homepage-product .product-wrapper .product-list .list-item a .item-info .item-break-line {
        margin: 1rem 0;
    }
    .homepage-why-us .why-us-wrapper .why-us-hero .why-us-futures .futures-container .futures-list .list-item .item-desc {
        font-size: 14px;
    }
    .homepage-why-us .why-us-wrapper .why-us-hero .why-us-futures .futures-container .futures-list {
        gap: 2rem 1rem;
        margin-bottom: 2rem;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
        gap: 3rem
    }
    .homepage-why-us .why-us-wrapper .why-us-hero .why-us-futures .futures-container .futures-list::-webkit-scrollbar {
        display: none
    }
    .homepage-why-us .why-us-wrapper .why-us-hero .why-us-futures .futures-container .futures-list .list-item {
        flex: 0 0 70%
    }
    .homepage-why-us .why-us-wrapper .why-us-hero .why-us-futures .futures-header {
        margin-bottom: 2rem
    }
    .default-btn {
        padding: 10px 20px
    }
    .homepage-services .servies-wrapper .services-body .homepage-services-list .swiper-wrapper .swiper-slide .list-item a {
        width: auto;
        mask-image: none;
        -webkit-mask-image: none;
        -webkit-mask-repeat: none;
        -webkit-mask-position: none;
        mask-repeat: none;
        border-radius: 30px;
        padding: 24px;
        height: auto;
        min-height: auto
    }
    .homepage-services .servies-wrapper .services-body .homepage-services-list .swiper-wrapper .swiper-slide .list-item a .item-header .item-break svg {
        margin: 1rem 0;
        max-width: 300px
    }
    .homepage-services .servies-wrapper .services-body .homepage-services-list .swiper-wrapper .swiper-slide .list-item a .item-body .item-desc {
        max-width: 290px
    }
    .homepage-product .product-wrapper {
        margin-bottom: 0
    }
    .about .about-wrapper .about-stats .stats-wrapper .stats-content-header {
        flex-direction: column
    }
    .about .about-wrapper .about-stats .stats-wrapper .stats-content-body .stats-content-body-right .content-list .list-item .list-icon img {
        width: 50px;
        height: 50px
    }
    .about .about-wrapper .about-stats .stats-wrapper .stats-content-header .stats-content-left {
        position: relative;
        top: unset
    }
    .about .about-wrapper .about-stats .stats-wrapper .stats-content-body .stats-content-body-left h3,
    .about .about-wrapper .about-stats .stats-wrapper .stats-content-header .stats-content-right .content-right-header .content-title {
        font-size: 27px
    }
    .about .about-wrapper .about-stats .stats-wrapper .stats-content-body .stats-content-body-left {
        width: 100%;
        margin-bottom: 1rem
    }
    .about .about-wrapper .about-stats .stats-wrapper .stats-content-body .stats-content-body-right .content-list .list-item {
        padding: 1rem 24px
    }
    .about .about-wrapper .about-stats .stats-wrapper .stats-content-body .stats-content-body-right .content-list .list-item .list-title {
        margin-bottom: 5px
    }
    .about .about-wrapper .about-stats .stats-wrapper .stats-content-body .stats-content-body-right .content-list .list-item .list-icon::after {
        margin: 1.5rem 0
    }
    .about .about-wrapper .about-stats .stats-wrapper .stats-content-body .stats-content-body-right .content-list .list-item .list-icon svg {
        width: 45px;
        height: 45px
    }
    .about .about-wrapper .about-team .team-wrapper .team-list .list-item .item-img img {
        border-radius: 0 40px
    }
    .about .about-wrapper .about-team .team-wrapper .team-list {
        gap: 1rem;
        grid-template-columns: 1fr
    }
    .about .about-wrapper .about-team .team-wrapper .team-list .list-item .item-content {
        border-radius: 0 40px;
        padding: 1rem
    }
    .about .about-wrapper .about-team .team-wrapper .team-list .list-item .item-content::before {
        border-radius: 0 0 0 40px
    }
    .about .about-wrapper .about-team .team-wrapper .team-list .list-item .item-content .content-header .person-name {
        font-size: 15px;
        margin-bottom: 0
    }
    .about .about-wrapper .about-stats .stats-wrapper .stats-graph img {
        object-fit: cover;
        height: 220px;
        width: 100%
    }
    .about .about-wrapper .about-stats .stats-wrapper .stats-graph {
        margin: 0 12px
    }
    .about .about-wrapper .about-hero .about-hero-wrapper .about-footer .footer-content .content-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: center
    }
    .about .about-wrapper .about-hero .about-hero-wrapper .about-footer .footer-content .content-list .list-item {
        width: 100%;
        justify-content: center;
        text-align: center;
        align-items: center
    }
    .about .about-wrapper .about-hero .about-hero-wrapper .about-footer .footer-content .content-list .list-item:nth-child(3) {
        border: 0
    }
    .about-why-us .why-us-wrapper {
        flex-direction: column;
        align-items: start;
        gap: 2rem
    }
    .about-why-us .why-us-wrapper .why-us-content-left .content-list {
        gap: 1rem 0
    }
    .about .about-wrapper .about-hero .about-hero-wrapper .about-header::after,
    .about .about-wrapper .about-team .team-wrapper .team-header::after,
    .about-why-us .why-us-wrapper .why-us-content-right {
        display: none
    }
    .about .about-wrapper .about-team .team-wrapper .team-header .default-underline-text {
        max-width: 80%;
        font-size: 24px
    }
    .reports .reports-wrapper .reports-documents-area .reports-documents-area-list .reports-documents-area-list-item-wrapper {
        grid-template-columns: repeat(2, 1fr)
    }
    .reports .reports-wrapper .reports-documents-area .reports-documents-area-list .reports-documents-area-list-item-wrapper .reports-documents-area-list-item-body {
        padding: 35px 7vw
    }
    .reports .reports-wrapper .reports-documents-area .reports-documents-area-list .reports-documents-area-list-header h2 {
        padding-right: 20px
    }
    .reports .reports-wrapper .reports-title {
        margin-bottom: 4rem
    }
    .reports .reports-wrapper .reports-documents-area .reports-documents-area-list .reports-documents-area-list-item-wrapper .reports-documents-area-list-item-body .reports-documents-area-list-item-img img {
        right: 9vw;
        width: 70px;
        top: 0
    }
}

@media screen and (max-width: 600px) {
    .reports .reports-wrapper .reports-documents-area .reports-documents-area-list .reports-documents-area-list-item-wrapper .reports-documents-area-list-item-body .reports-documents-area-list-item-img img {
        right: 25px;
        width: 60px
    }
    .reports .reports-wrapper .reports-documents-area .reports-documents-area-list .reports-documents-area-list-item-wrapper .reports-documents-area-list-item-body {
        padding: 7vw 30px;
        height: 330px
    }
}

@media screen and (max-width: 440px) {
    .reports .reports-wrapper .reports-documents-area .reports-documents-area-list .reports-documents-area-list-item-wrapper {
        grid-template-columns: repeat(2, 1fr)
    }
    .reports .reports-wrapper .reports-documents-area .reports-documents-area-list .reports-documents-area-list-item-wrapper .reports-documents-area-list-item-body {
        padding: 30px 28px;
        height: 250px
    }
    .reports .reports-wrapper .reports-documents-area .reports-documents-area-list .reports-documents-area-list-item-wrapper .reports-documents-area-list-item-body .reports-documents-area-list-item-img img {
        width: 50px;
        top: 10px;
        right: 15px
    }
}

.career-wrapper {
    padding: 175px 5.78vw 25px;
    display: flex;
    gap: 60px;
    position: relative
}

.career-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    z-index: -1;
    opacity: .03;
    filter: blur(10px)
}

.career-wrapper .career-filter-wrapper {
    flex-basis: 300px
}

.career-wrapper .career-filter-wrapper .career-filter-item {
    border: 1px solid;
    background: rgb(255 255 255 / .01);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 30px;
    margin-bottom: 10px
}

.career-filter-mobile-close-button:before {
    content: "";
    position: absolute;
    right: calc(50% - 12.5px);
    top: 8%;
    width: 25px;
    height: 3px;
    transform: rotate(45deg);
    z-index: 11;
    background: #fff
}

.career-filter-mobile-close-button:after {
    content: "";
    position: absolute;
    right: calc(50% - 12.5px);
    top: 8%;
    width: 25px;
    height: 3px;
    transform: rotate(-45deg);
    z-index: 11;
    background: #fff
}

.career-filter-mobile-close-button {
    position: absolute;
    top: 33px;
    left: 50%;
    transform: translateX(-50%);
    display: none
}

.career-wrapper .career-filter-wrapper.active .career-filter-mobile-close-button {
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer
}

.career-wrapper .career-filter-wrapper .career-filter-item .career-filter-header {
    font-size: 30px;
    color: var(--lightblue);
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid;
    padding-bottom: 10px
}

.career-wrapper .career-filter-wrapper .career-filter-item .career-filter-body {
    margin-top: 20px;
    color: #fff
}

.career-wrapper .career-filter-wrapper .career-filter-item .career-filter-body .career-filter-body-item {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.career-wrapper .career-body-wrapper {
    flex: 1;
    color: #fff
}

.career-wrapper .career-body-wrapper .career-body-header {
    justify-content: space-between;
    display: flex;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid;
    gap: 20px
}

.career-wrapper .career-body-wrapper .career-body-header .career-body-header-text {
    font-family: Montserrat;
    font-size: clamp(24px, 1.8vw, 35px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0
}

.career-wrapper .career-body-wrapper .career-body-header .career-body-couter {
    font-size: 25px;
    opacity: .6;
    font-variant-numeric: lining-nums proportional-nums;
    text-align: right;
    font-weight: 400;
    line-height: normal
}

.career-body-section .career-body-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 80px
}

.career-body-section .career-body-item .career-body-item-header {
    display: flex;
    margin-bottom: 36px
}

.career-body-section .career-body-item .career-body-item-header .career-body-item-image {
    background: var(--lightblue);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px
}

.career-body-section .career-body-item .career-body-item-header .career-body-item-text-wrapper {
    flex: 1;
    display: flex;
    justify-content: space-between
}

.career-body-section .career-body-item .career-body-item-header .career-body-item-text-wrapper .career-body-item-text-header {
    color: var(--white);
    font-family: Syne;
    font-size: clamp(20px, 1.5vw, 25px);
    font-weight: 700;
    line-height: normal
}

.career-body-section .career-body-item .career-body-item-header .career-body-item-text-wrapper .career-body-item-date-wrapper {
    opacity: .6;
    font-size: 15px;
    font-weight: 400
}

.career-body-section .career-body-item .career-body-item-header .career-body-item-text-wrapper .career-body-item-icon {
    cursor: pointer;
    transition: .5s
}

.career-body-section .career-body-item .career-body-item-header .career-body-item-text-wrapper .career-body-item-text-left-side,
.multi-range-container .multi-range-header .multi-range-header-title .lower-value {
    margin-left: 15px
}

.career-body-section .career-body-item .career-body-item-header .career-body-item-text-wrapper .career-body-item-date-wrapper .career-body-item-date {
    margin-left: 10px;
    position: relative
}

.career-body-section .career-body-item .career-body-item-header .career-body-item-text-wrapper .career-body-item-date-wrapper .career-body-item-date:before {
    content: ".";
    position: absolute;
    left: -8px;
    top: -4px
}

.career-body-item-wrapper {
    border-radius: 20px;
    border: 1px solid;
    padding: 30px;
    margin-left: 70px;
    margin-bottom: 10px
}

.career-body-item-wrapper .career-body-item-position {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.career-body-item-wrapper .career-body-item-position .career-body-item-position-header-wrapper,
.sss-wrapper .sss-links .sss-links-list {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.career-body-item-wrapper .career-body-item-position .career-body-item-button {
    border-radius: 20px;
    border: 1px solid;
    padding: 20px 70px;
    height: fit-content;
    font-size: 25px;
    cursor: pointer;
    transition: .4s
}

.career-body-item-wrapper .career-body-item-position .career-body-item-button:hover {
    color: #e3000f;
    border-color: #e3000f
}

.career-body-item-wrapper .career-body-item-position .career-body-item-mid-text-wrapper,
.navigation-buttons,
.product .product-wrapper .product-list-container-wrapper .product-list-container .product-category-header .product-sort-container,
.product-detail .detail-wrapper .detail-similar-products-slider .similer-products-header .products-navigation,
.services-slider-container .services-header .services-navigation {
    display: flex;
    align-items: center;
    gap: 10px
}

.career-body-item-wrapper .career-body-item-position .career-body-item-mid-text-wrapper .career-body-item-mid-green-circle {
    width: 11px;
    height: 11px;
    background: #4cff2f;
    border-radius: 100px
}

.career-body-item-wrapper .career-body-item-position .career-body-item-mid-text-wrapper .career-body-item-mid-red-circle {
    width: 11px;
    height: 11px;
    background: #ff2f2f;
    border-radius: 100px
}

.career-body-item-wrapper .career-body-item-position .career-body-item-position-header-wrapper .career-body-item-location-area,
.career-modal-wrapper .career-modal-text .career-modal-header-section .career-body-item-location-area {
    display: flex;
    opacity: .6;
    align-items: center
}

.career-body-item-wrapper .career-body-item-position .career-body-item-position-header-wrapper .career-body-item-location-area .career-body-item-location-area-item {
    margin-right: 32px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    font-variant-numeric: lining-nums proportional-nums
}

.career-modal-wrapper .career-modal-text .career-modal-header-section .career-body-item-location-area .career-body-item-location-area-item {
    margin-right: 32px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    font-variant-numeric: lining-nums proportional-nums;
    color: #fff
}

.career-body-item-wrapper .career-body-item-position .career-body-item-position-header-wrapper .career-body-item-location-area .career-body-item-location-area-item:after {
    content: ".";
    position: absolute;
    right: -18px;
    top: -3px
}

.career-body-item-wrapper .career-body-item-position .career-body-item-position-header-wrapper .career-body-item-location-area .career-body-item-location-area-item:last-child,
.career-modal-wrapper .career-modal-text .career-modal-header-section .career-body-item-location-area .career-body-item-location-area-item:last-child {
    margin-right: 0
}

.career-body-item-wrapper .career-body-item-position .career-body-item-position-header-wrapper .carrer-body-item-position-brand-area {
    font-size: 25px;
    line-height: normal;
    font-style: normal;
    font-weight: 400;
    display: flex;
    gap: 10px;
    align-items: center
}

.career-body-item-wrapper .career-body-item-position .career-body-item-position-header-wrapper .carrer-body-item-position-brand-area .career-body-item-brand {
    border-radius: 60px;
    background: #1dc52d;
    padding: 5px 10px;
    font-size: 15px;
    font-weight: 700
}

.career-body-item-brand-emergency,
.career-body-item-wrapper .career-body-item-position .career-body-item-position-header-wrapper .carrer-body-item-position-brand-area .career-body-item-brand-emergency {
    background: #c5811d;
    font-size: 15px;
    border-radius: 60px;
    font-weight: 700;
    padding: 5px 10px
}

.career-body-item-brand-emergency {
    color: #fff
}

.career-body-section .career-body-item .career-body-item-header .career-body-item-text-wrapper .career-body-item-text-right-side .career-body-item-count {
    display: flex;
    flex-direction: column;
    text-align: right;
    border-right: 1px solid;
    padding-right: 30px;
    margin-right: 30px;
    gap: 3px
}

.career-body-section .career-body-item .career-body-item-header .career-body-item-text-wrapper .career-body-item-text-right-side .career-body-item-count .career-body-item-count-text {
    font-size: 25px;
    font-weight: 700;
    font-family: Syne
}

.career-body-section .career-body-item .career-body-item-header .career-body-item-text-wrapper .career-body-item-text-right-side .career-body-item-count .career-body-item-text {
    opacity: .6;
    font-size: 15px;
    line-height: normal;
    font-style: normal;
    font-weight: 400
}

.career-body-section .career-body-item .career-body-item-header .career-body-item-image .career-body-item-image-text {
    font-size: 45px;
    color: #1f1a21;
    font-weight: 700;
    letter-spacing: -9px;
    transform: rotate(-15deg);
    border-radius: 20px;
    display: inline-block;
    line-height: normal;
    margin-left: -6px
}

.career-body-section .career-body-item .career-body-item-header .career-body-item-text-wrapper .career-body-item-icon.closed,
.product .product-wrapper .product-list-container-wrapper .product-list-container .product-category-header .product-category-sort.active .sort-header svg {
    transform: rotate(180deg)
}

.career-modal-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
    display: none;
    gap: 10px;
    z-index: 15;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    background: rgb(46 48 128 / 9%)
}

.career-modal-wrapper .carrer-modal-section-wrapper {
    display: flex;
    gap: 20px
}

.career-modal-wrapper .career-modal-text {
    background: #e3000f;
    border-radius: 30px;
    z-index: 3;
    position: relative;
    max-height: 71vh;
    max-width: 465px;
    overflow: hidden
}

.career-modal-wrapper:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    height: 100%
}

.career-modal-wrapper .career-modal-text .career-modal-header-section {
    display: flex;
    flex-direction: column;
    background: #e3000f;
    border-radius: 30px;
    padding: 30px;
    gap: 25px
}

.career-modal-wrapper .career-modal-text .career-modal-header-section .career-modal-header {
    font-size: 25px;
    color: #fff;
    line-height: normal
}

.career-modal-wrapper .career-modal-text .career-modal-header-section .career-body-item-brand {
    border-radius: 60px;
    background: #1dc52d;
    padding: 5px 10px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin-left: 7px
}

.career-modal-wrapper .career-modal-text .career-modal-header-section .career-body-item-location-area .career-body-item-location-area-item:after {
    content: ".";
    position: absolute;
    right: -18px;
    top: -3px;
    opacity: .6
}

.career-modal-wrapper .career-modal-text .career-modal-header-section .career-body-item-mid-text-wrapper {
    display: flex;
    align-items: center;
    border-radius: 40px;
    width: 100%
}

.career-modal-wrapper .career-modal-text .career-modal-header-section .career-body-item-mid-text-wrapper .career-body-item-mid-text,
.kvkk b,
.search-container.searched .search-wrapper .result-list .not-found {
    color: #fff
}

.career-modal-wrapper .career-modal-text .career-modal-header-section .career-body-item-mid-text-wrapper .career-body-item-mid-green-circle {
    width: 11px;
    height: 11px;
    background: #4cff2f;
    border-radius: 100px;
    display: inline-block
}

.career-modal-wrapper .career-modal-text .career-modal-header-section .career-body-item-mid-text-wrapper .career-body-item-mid-red-circle {
    width: 11px;
    height: 11px;
    background: #ff2f2f;
    border-radius: 100px;
    display: inline-block
}

.career-modal-wrapper .career-modal-text .career-modal-header-section .career-modal-header-wrapper {
    display: flex;
    align-items: center;
    gap: 15px
}

@media only screen and (max-width: 1440px) {
    .career-body-item-wrapper .career-body-item-position .career-body-item-button {
        font-size: 20px;
        padding: 15px 30px
    }
    .career-body-item-wrapper {
        margin-left: 40px
    }
}

.career-modal-wrapper .career-modal-text .career-modal-header-section .career-body-item-text-container {
    color: #fff;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 86%;
    overflow-y: scroll;
    max-height: 52vh;
    padding-bottom: 25px
}

.career-modal-wrapper .career-modal-text .career-modal-header-section .career-body-item-text-container .career-body-item-container-header {
    font-weight: 700;
    font-style: normal;
    line-height: normal
}

.career-modal-wrapper .career-modal-text .career-modal-header-section .career-body-item-text-container .career-body-item-container-text,
.career-modal-wrapper .career-modal-text .career-modal-header-section .career-body-item-text-container ul {
    opacity: .6
}

.career-modal-wrapper .career-modal-text .career-modal-header-section .career-body-item-text-container .career-body-item-container-text p,
.kvkk p,
.product-detail .detail-wrapper .detail-content-area .tab-content .content-item .item-desc p {
    margin: 0
}

.career-modal-wrapper .career-modal-text .career-modal-header-section .career-body-item-mid-text-wrapper .career-body-item-button {
    border: 1px solid;
    border-radius: 40px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    gap: 10px
}

.career-modal-wrapper .career-modal-text .career-modal-header-section .career-body-item-mid-text-wrapper .career-body-item-line {
    flex: 1;
    background: #fff;
    height: 1px;
    width: 100%;
    opacity: .2
}

.career-modal-wrapper .career-modal-text .career-modal-header-section .career-body-item-text-container ul li {
    display: flex;
    align-items: flex-start;
    padding-left: 15px;
    position: relative
}

.career-modal-wrapper .career-modal-text .career-modal-header-section .career-body-item-text-container ul li:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #fff;
    display: inline-block;
    margin-top: 7px;
    position: absolute;
    left: 0
}

.career-modal-wrapper .career-modal-text .career-modal-header-section .career-body-item-text-container ul+ul {
    margin-left: 30px
}

.career-modal-wrapper .career-modal-form {
    background: #e3000f;
    z-index: 3;
    position: relative;
    max-width: 465px;
    height: 71vh;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border-radius: 30px
}

.career-modal-wrapper .career-modal-form .career-modal-close-btn {
    position: absolute;
    right: -42px;
    top: -42px;
    background: #e3000f;
    padding: 15px;
    border-radius: 30px;
    cursor: pointer;
    transition: .4s
}

.career-modal-wrapper .career-modal-form .career-modal-close-btn:hover {
    scale: .8
}

.career-modal-wrapper .captcha img.captcha_img {
    border-radius: 24px;
    height: 82px;
    max-height: 82px
}

.carrer-modal-section-wrapper .form-button button {
    background: var(--lightblue);
    padding: 20px 70px;
    width: 100%;
    border-radius: 20px;
    border: none;
    font-size: 25px;
    outline: 0;
    border: 1px solid #fff0;
    transition: .4s
}

.carrer-modal-section-wrapper .form-button button:hover {
    background: #fff0;
    border-color: var(--lightblue);
    color: var(--lightblue)
}

.career-modal-wrapper .career-modal-form .career-modal-form-header {
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #fff;
    padding-bottom: 40px;
    display: inline-block
}

.career-modal-wrapper .career-modal-form form .upload-your-cv .upload-your-cv-wrapper {
    position: relative;
    cursor: pointer
}

.career-modal-wrapper .career-modal-form form .upload-your-cv .upload-your-cv-wrapper>svg {
    background: rgb(255 255 255 / .1);
    border-radius: 20px
}

.career-modal-wrapper .career-modal-form form .upload-your-cv .upload-your-cv-wrapper .cv-text {
    color: #fff;
    font-size: 25px;
    max-width: 25%;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%)
}

.career-modal-wrapper .career-modal-form form .upload-your-cv .upload-your-cv-wrapper .cv-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%)
}

.career-modal-wrapper .career-modal-form .form-item {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 20px
}

.career-modal-wrapper .career-modal-form .form-item input {
    border-radius: 20px;
    border: 1px solid;
    padding: 40px 20px;
    background: #fff0;
    font-size: 20px;
    color: var(--lightblue)
}

.career-modal-wrapper .career-modal-form .form-item input:hover {
    border-color: var(--lightblue)
}

.career-modal-wrapper .career-modal-form .form-item .col.captcha {
    padding: 0
}

.career-wrapper input[type=checkbox],
input[type=checkbox] {
    position: relative;
    width: 16px;
    height: 16px;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    cursor: pointer
}

.career-wrapper input[type=checkbox]:checked::before,
input[type=checkbox]:checked::before {
    content: "";
    position: absolute;
    background: #d9d9d9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    border-radius: 50%
}

.kvkk a {
    color: rgb(255 255 255 / 60%)
}

.kvkk {
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    align-items: center
}

.kvkk:before {
    content: "";
    display: block;
    width: 20px;
    min-width: 20px;
    height: 20px;
    background: #fff0;
    border: 1px solid var(--lightblue);
    margin-right: 12px;
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 8px
}

.checkbox-item input:checked~label:before {
    background: var(--lightblue)
}

@media screen and (max-width: 1199px) {
    .career-wrapper {
        flex-direction: column;
        padding: 110px 24px 0
    }
    .career-modal-wrapper .career-modal-form .career-modal-close-btn svg {
        width: 24px;
        height: 24px
    }
    .career-modal-wrapper .career-modal-form .career-modal-close-btn {
        left: -36px;
        top: -24px;
        right: unset
    }
    .career-wrapper .career-filter-mobile-menu {
        display: block
    }
    .career-wrapper .career-filter-wrapper {
        display: none
    }
    .career-wrapper .career-filter-mobile-menu .career-filter-mobile-menu-header {
        border: 1px solid;
        background: #494f96a1;
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        padding: 18px;
        cursor: pointer;
        border-radius: 12px
    }
    .career-wrapper .career-filter-mobile-menu .career-filter-mobile-menu-header .filter-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px
    }
    .career-wrapper .career-filter-mobile-menu .career-filter-mobile-menu-header .filter-btn svg {
        width: 3vw
    }
    .career-wrapper .career-filter-mobile-menu .career-filter-mobile-menu-header .filter-btn .career-filter-header-text {
        font-size: 3vw;
        color: #fff;
        font-weight: 700
    }
    .career-wrapper .career-filter-wrapper.active {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        backdrop-filter: blur(30px);
        -webkit-backdrop-filter: blur(30px);
        padding: 70px 10vw 10vw;
        z-index: 999;
        overflow-y: scroll;
        width: 100vw
    }
}

@media screen and (max-width: 991px) {
    .career-modal-wrapper {
        flex-direction: column;
        bottom: 0;
        padding-top: 30px;
        overflow: scroll
    }
    .career-modal-wrapper .career-modal-form,
    .career-modal-wrapper .career-modal-text {
        height: auto
    }
    .career-modal-wrapper .career-modal-text .career-modal-header-section .career-body-item-text-container {
        scroll-behavior: smooth;
        max-height: 35vh
    }
    .career-modal-wrapper .career-modal-form .form-item input {
        padding: 25px 10px;
        font-size: 18px
    }
    .form-button button {
        padding: 15px 70px!important;
        font-size: 18px!important
    }
    .kvkk p {
        font-size: 16px
    }
    .kvkk a {
        font-size: 15px
    }
    .career-modal-wrapper .career-modal-form .career-modal-form-header {
        font-size: 22px;
        padding-bottom: 20px
    }
    .career-modal-wrapper .carrer-modal-section-wrapper {
        margin-top: 280px;
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding-bottom: 30px
    }
    .career-modal-wrapper .career-modal-form .career-modal-close-btn {
        right: -30px;
        top: -40vw;
        left: unset
    }
    .career-modal-wrapper .career-modal-form .career-modal-close-btn svg {
        width: 30px;
        height: 30px
    }
    .career-modal-wrapper .career-modal-form form .upload-your-cv .upload-your-cv-wrapper>svg {
        height: 80px
    }
    .career-modal-wrapper .career-modal-form form .upload-your-cv .upload-your-cv-wrapper .cv-text {
        font-size: 19px
    }
    .career-wrapper {
        padding: 110px 24px 0
    }
    .career-body-item-wrapper .career-body-item-position .career-body-item-button {
        padding: 10px 20px;
        font-size: 17px
    }
    .career-body-item-wrapper {
        margin-left: 20px
    }
    .career-body-item-wrapper .career-body-item-position .career-body-item-position-header-wrapper .carrer-body-item-position-brand-area {
        font-size: 22px
    }
    .career-body-item-wrapper .career-body-item-position .career-body-item-position-header-wrapper .career-body-item-location-area .career-body-item-location-area-item {
        font-size: 13px
    }
    .career-wrapper .career-body-wrapper .career-body-header .career-body-couter {
        font-size: 20px
    }
}

.blogs-wrapper,
.product .product-wrapper {
    display: flex
}

.blogs .blogs-wrapper .blogs-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 6vw 5vw;
    gap: clamp(40px, 3.65vw, 70px);
    flex: 1
}

.blogs .blogs-wrapper .blogs-list .list-item {
    padding: 2rem;
    border: 1px solid #eee;
    border-radius: 30px;
    text-align: center;
    transition: .4s
}

.blogs .blogs-wrapper .blogs-list .list-item a {
    display: flex;
    flex-direction: column;
    height: 100%
}

.blogs .blogs-wrapper .blogs-list .list-item:hover,
.product-group-list .group-list-item:hover {
    background: #fbfbfb
}

.blogs .blogs-wrapper .blogs-list .list-item a .item-img {
    margin-bottom: clamp(1rem, 1.8vw, 32px);
    position: relative;
    overflow: hidden;
    flex: 1
}

.blogs .blogs-wrapper .blogs-list .list-item a .item-img img {
    max-height: 295px;
    height: 100%;
    object-fit: contain;
    transition: .7s;
    width: 100%
}

.blogs .blogs-wrapper .blogs-list .list-item:hover .item-title h2 {
    color: #2587b7
}

.blogs .blogs-wrapper .blogs-list .list-item a .item-title h2 {
    color: var(--black);
    font-size: clamp(15px, 1.57vw, 30px);
    font-weight: 500;
    line-height: normal;
    margin: 0;
    max-width: 380px;
    transition: .4s
}

.s-layout-category {
    display: flex;
    margin-top: -6vw;
    flex: 1;
    height: 100%;
    position: sticky;
    top: 8.75vw;
    background: #fff;
    max-width: 560px;
    width: 100%;
    justify-content: end
}

.s-layout-category-wrapper {
    position: sticky;
    top: 0;
    padding: 50px 80px 5vw;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: clamp(20px, 2.3vw, 50px);
    width: 562px;
    background: linear-gradient(135deg, rgb(255 101 101 / .1) 0, rgb(255 200 21) 7%, rgb(255 200 21) 49%, rgb(255 255 255) 100%);
}

@media screen and (max-width: 1440px) {
    .s-layout-category {
        top: 142px
    }
}

.s-layout-category .s-layout-search input {
    border: 0;
    border-bottom: 1px solid;
    width: 100%;
    color: var(--black);
    font-size: clamp(16px, 1.3vw, 20px);
    font-weight: 400;
    line-height: normal;
    padding-bottom: clamp(1rem, 1.5vw, 28px);
    max-width: 330px;
    transition: 250ms ease-in;
    background: #fff0;
    border-radius: 0
}

.s-layout-category .s-layout-search input:hover {
    border-color: var(--black)
}

.s-layout-categories-container h5 {
    color: var(--black);
    font-weight: 500
}

.s-layout-categories .s-layout-categories-item {
    margin-top: clamp(10px, 1.3vw, 20px)
}

.s-layout-categories .s-layout-categories-item a {
    display: inline-flex;
    color: var(--black);
    font-size: clamp(17px, 1.3vw, 20px);
    font-weight: 400;
    opacity: .5;
    line-height: 1;
    position: relative;
    gap: 10px;
    transition: 250ms ease-in
}

.s-layout-categories .s-layout-categories-item.active a::before {
    content: "";
    position: relative;
    width: 9px;
    height: 12px;
    background: #2587b7
}

.s-layout-social ul li a:hover svg {
    transform: translate(5px, -5px)
}

.s-layout-social h3 {
    color: var(--black);
    font-size: clamp(18px, 1.3vw, 20px);
    font-weight: 700;
    line-height: normal;
    margin-bottom: clamp(1rem, 1.5vw, 30px)
}

.s-layout-social ul li {
    margin-bottom: 5px
}

.s-layout-social ul li a {
    color: var(--black);
    font-size: clamp(14px, .8vw, 15px);
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: clamp(5px, .6vw, 10px)
}

.contact .contact-wrapper .contact-form .form-wrapper .form-container form button svg,
.navigation-buttons .navigation-button svg path,
.product .product-wrapper .product-category .category-container .category-list .category-list-item .list-item-header svg,
.product .product-wrapper .product-category .category-container .category-list .category-list-item .list-item-sub-category .sub-category-item.sub-category-list .sub-category-list-header svg,
.product .product-wrapper .product-category svg path,
.product-detail .detail-wrapper .detail-content-area .content-tab-list-wrapper .content-tabs-list .tab-item .item-active-icon svg,
.product-detail .detail-wrapper .detail-content-area .content-tab-list-wrapper .offer-btn svg path,
.s-layout-social ul li a svg,
.services-list .item-link svg path,
.services-slider-container .services-header .services-navigation .navigation-item svg path {
    transition: 250ms ease-in
}

@media screen and (max-width: 1199px) {
    .s-layout-category-wrapper {
        padding: 24px;
        width: 100%;
        max-width: 100%
    }
    .s-layout-category {
        top: 108px
    }
    .blogs .blogs-wrapper .blogs-list {
        padding: 50px;
        gap: 20px
    }
}

@media screen and (max-width: 991px) {
    .s-layout-category,
    .s-layout-category-wrapper {
        max-width: 100%;
        width: 100%;
        position: relative;
        top: unset
    }
    .blogs .blogs-wrapper .blogs-list {
        padding: 30px 24px 50px;
        grid-template-columns: repeat(3, 1fr)
    }
    .s-layout-social h3 {
        font-weight: 500
    }
    .blogs-wrapper {
        flex-direction: column
    }
    .blogs .blogs-wrapper .blogs-list .list-item a .item-img img {
        max-height: 130px
    }
    .s-layout-category {
        margin-top: unset;
        order: -1;
        padding: 24px 24px 0
    }
    .s-layout-social ul {
        display: flex;
        gap: 10px;
        align-items: center;
        flex-wrap: wrap
    }
}

.blog-detail .detail-wrapper .detail-content {
    padding: 50px clamp(24px, 6vw, 110px);
    flex: 1;
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 3vw
}

.blog-detail .detail-wrapper .detail-content .detail-hero {
    display: flex;
    align-items: center;
    gap: 28px;
    padding-bottom: 40px;
    border-bottom: 1px solid;
    margin-bottom: 3.5vw
}

.blog-detail .detail-wrapper .detail-content .detail-hero h3 {
    color: var(--black);
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    margin: 0
}

.blog-detail .detail-wrapper .detail-content .detail-hero div {
    color: var(--black);
    font-size: 15px;
    font-weight: 700;
    line-height: normal
}

.blog-detail .detail-wrapper .detail-content .detail-body {
    display: flex;
    flex-direction: column;
    gap: 3.8vw
}

.blog-detail .detail-wrapper .detail-content .detail-body p {
    color: var(--black);
    font-size: clamp(16px, 1.57vw, 20px);
    font-weight: 400;
    line-height: normal;
    max-width: 100%;
    margin: 0
}

.blog-detail .detail-wrapper .detail-content .detail-body img {
    max-height: 565px;
    object-fit: cover
}

.blog-detail .detail-other-blogs .other-blogs-wrapper {
    padding: 6.5vw 0 12vw 110px;
    position: relative
}

.blog-detail .detail-other-blogs .other-blogs-wrapper .other-blogs-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 110px;
    padding-bottom: 4vw
}

.blog-detail .detail-other-blogs .other-blogs-wrapper .other-blogs-header h4 {
    color: #000;
    font-size: clamp(32px, 4.2vw, 50px);
    font-weight: 700;
    line-height: normal;
    margin: 0
}

.navigation-buttons .navigation-button {
    display: flex;
    width: 74px;
    height: 74px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    border: 1px solid;
    cursor: pointer;
    transition: 250ms ease-in
}

.blog-detail .detail-other-blogs .other-blogs-wrapper .other-blogs-swiper .swiper-wrapper .swiper-slide:last-child {
    padding-right: 10px
}

.blog-detail .detail-other-blogs .other-blogs-wrapper .other-blogs-swiper .swiper-wrapper .swiper-slide .s-layout-blog-list-item a .s-layout-blog-list-item-img img {
    width: 100%;
    max-height: 295px;
    height: 100%;
    object-fit: cover;
    margin-bottom: 30px
}

.blog-detail .detail-other-blogs .other-blogs-wrapper .other-blogs-swiper .swiper-wrapper .swiper-slide .s-layout-blog-list-item a .s-layout-blog-list-item-title h2 {
    color: var(--black);
    font-size: clamp(18px, 1.57vw, 30px);
    font-weight: 600;
    line-height: normal;
    max-width: 380px;
    margin: 0
}

@media screen and (max-width: 1440px) {
    .blog-detail .detail-other-blogs .other-blogs-wrapper {
        padding: 6.5vw 0 6.5vw 50px
    }
}

@media screen and (max-width: 1199px) {
    .blog-detail .detail-other-blogs .other-blogs-wrapper {
        padding: 6vw 0 8vw 24px
    }
    .blog-detail .detail-other-blogs .other-blogs-wrapper .other-blogs-header {
        padding-right: 24px
    }
    .navigation-buttons .navigation-button {
        height: 60px;
        width: 60px
    }
}

.s-layout-hero::before {
    content: "";
    position: absolute;
    background: linear-gradient(0deg, #000, transparent);
    width: 100%;
    height: 100%;
    bottom: 0
}

.s-layout-hero img {
    height: 530px;
    object-fit: cover;
    width: 100%
}

.s-layout-hero.s-layout-lg img {
    max-height: 675px;
    height: 100%;
    min-height: 675px
}

.s-layout-hero h1 {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--white);
    color: #fff0;
    font-size: 8vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    bottom: -12px;
    padding-left: clamp(24px, 6vw, 110px);
    margin: 0;
    font-family: sans-serif
}

.s-layout-hero.s-layout-lg h1 {
    bottom: 50px
}

.s-layout-hero.s-layout-lg h1.s-layout-default-text {
    color: var(--white);
    font-size: clamp(24px, 2.5vw, 50px);
    font-weight: 400;
    line-height: normal;
    max-width: 720px;
    font-family: Montserrat
}

@media screen and (max-width: 991px) {
    .blog-detail .detail-wrapper .detail-content {
        padding: 24px
    }
    .blog-detail .detail-wrapper .detail-content .detail-hero {
        padding-bottom: 1rem;
        margin-bottom: 1rem;
        gap: .5rem
    }
    .blog-detail .detail-other-blogs .other-blogs-wrapper .other-blogs-swiper .swiper-wrapper .swiper-slide .s-layout-blog-list-item a .s-layout-blog-list-item-title h2 {
        font-size: 18px
    }
    .blog-detail .detail-other-blogs .other-blogs-wrapper .other-blogs-swiper .swiper-wrapper .swiper-slide .s-layout-blog-list-item a .s-layout-blog-list-item-img img {
        height: 200px
    }
    .s-layout-hero h1 {
        padding-left: 24px;
        bottom: 30px!important
    }
    .s-layout-hero.s-layout-lg img {
        height: 300px!important
    }
    .s-layout-hero.s-layout-lg h1.s-layout-default-text {
        font-size: 34px;
        max-width: 60%;
        font-weight: 300
    }
}

.sss-wrapper.container {
    max-width: 1800px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 3vw 5vw 5vw
}

.sss-wrapper .sss-accordion .sss-accordion-item {
    border-radius: 20px;
    border: 1px solid;
    max-width: 36.6vw;
    padding: 2.6vw 3.15vw 2vw;
    display: flex;
    position: relative;
    flex-direction: column;
    background: #fff
}

.sss-wrapper .sss-accordion {
    display: flex;
    flex-direction: column;
    gap: 90px
}

.sss-wrapper .sss-accordion .sss-accordion-item .sss-accordion-item-header {
    background: #fff;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-top: -3.1vw;
    padding: 0 10px;
    margin-left: -10px;
    margin-bottom: 30px;
    width: fit-content
}

.sss-wrapper .sss-accordion .sss-accordion-item .sss-accordion-item-text {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3
}

.sss-wrapper .sss-accordion .sss-accordion-item .sss-accordion-item-button {
    display: block;
    margin-top: 20px;
    border: 1px solid var(--ana-renkler-mavi, #20477f);
    border-radius: 100px;
    width: fit-content;
    padding: 20px 35px;
    color: #20477f;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500
}

.sss-wrapper .sss-accordion .sss-accordion-item .sss-accordion-item-button:hover {
    background: #20477f;
    color: #fff!important
}

.sss-wrapper .sss-links {
    height: calc(100vh - 350px);
    position: sticky;
    top: 200px;
    display: flex;
    flex-direction: column
}

.sss-wrapper .sss-links .sss-links-header {
    color: #20477f;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 45px
}

.sss-wrapper .sss-links .sss-links-list .sss-links-list-text {
    text-decoration: none;
    font-size: 25px;
    font-weight: 400;
    color: #000
}

.sss-wrapper .sss-background-image {
    top: 230px;
    position: fixed;
    right: 0
}

@media only screen and (max-width: 1470px) {
    .sss-wrapper .sss-accordion .sss-accordion-item {
        max-width: 45vw
    }
    .sss-wrapper .sss-links .sss-links-header {
        font-size: 20px;
        margin-bottom: 40px
    }
    .sss-wrapper .sss-links .sss-links-list .sss-links-list-text {
        font-size: 20px
    }
    .sss-wrapper .sss-accordion .sss-accordion-item .sss-accordion-item-header,
    .sss-wrapper .sss-accordion .sss-accordion-item .sss-accordion-item-text {
        font-size: 18px
    }
    .sss-wrapper .sss-accordion .sss-accordion-item .sss-accordion-item-button {
        font-size: 17px;
        padding: 15px 20px;
        margin-top: 10px
    }
    .sss-wrapper.container {
        padding: 3vw 5vw 7vw;
        margin: 0
    }
}

.page-sticky {
    position: sticky;
    top: 200px;
    max-height: calc(100vh - 50px);
    padding-bottom: 50px;
    overflow: hidden;
    max-width: 300px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.question-card {
    display: block;
    padding: 30px 35px;
    border-radius: 40px;
    border: 1px solid;
    text-decoration: none
}

.question-card>svg {
    margin-bottom: 30px
}

.question-card>span:nth-child(2) {
    font-size: 20px;
    font-weight: 500;
    display: block;
    color: #20477f
}

.question-card>span:nth-child(3) {
    font-size: 30px;
    display: block;
    font-weight: 700;
    color: #20477f;
    margin-top: 8px
}

.page-sticky .category {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    margin-bottom: 60px
}

.category>span {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    display: block
}

.category>ul {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 20px;
    list-style: none;
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden
}

.category>ul::-webkit-scrollbar {
    width: 4px
}

.category>ul>li>a {
    display: inline-flex;
    align-items: flex-start;
    font-size: 25px;
    color: #000;
    font-weight: 500;
    text-decoration: none;
    padding: 5px 0
}

.category>ul>li>a:hover {
    color: #3d9cc4
}

.category>ul>li>ul {
    list-style: none;
    position: relative;
    padding-left: 15px;
    display: none
}

.category>ul>li>ul>li>a {
    font-size: 15px;
    color: #9b9b9b;
    display: block;
    text-decoration: none;
    font-weight: 500;
    margin: 5px 0;
    padding: 5px 0
}

.category>ul>li>a>span {
    font-size: 12px;
    display: inline-block;
    margin-left: 5px
}

.category>ul>li>ul>li>a.active,
.category>ul>li>ul>li>a:hover {
    color: #000
}

.category>ul>li>ul.active:after {
    opacity: 1;
    transition: .3s .5s
}

.category>ul>li>ul:before {
    content: "";
    position: absolute;
    height: 0%;
    width: 1px;
    background: #b9b9b9;
    bottom: 0;
    left: 4px;
    transition: .3s
}

.category>ul>li>ul.active:before {
    height: calc(100% - 2px);
    transition-delay: 0.2s
}

.category>ul>li>ul:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 6px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDExIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik05LjkwMzg3IDUuOTU3TDUuMjAzOTIgMS4yNTY5OUwwLjUwMzkwNiA1Ljk1NyIgc3Ryb2tlPSIjQjlCOUI5Ii8+Cjwvc3ZnPgo=);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: none
}

.default-product-item a:hover .hover-icon,
.offer-popup.active,
.product .product-wrapper .product-list-container-wrapper .product-list-container .product-category-header .product-category-sort.active .sort-list-container,
.product-detail .detail-wrapper .detail-content-area .content-tab-list-wrapper .content-tabs-list .tab-item.active .item-active-icon,
.product-detail .detail-wrapper .detail-content-area .content-tab-list-wrapper .content-tabs-list .tab-item:hover .item-active-icon,
.product-group-list .group-list-item:hover .hover-icon,
.product-group-modal.active,
.references .container>ul>li:hover>ul,
.services-list .list-item:hover .hover-icon {
    visibility: visible;
    pointer-events: all;
    opacity: 1
}

.services-detail .services-detail-swiper {
    background: rgb(143 255 255 / 20%)
}

.services-slider-container .services-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7vw 6vw 4.2vw
}

.services-slider-container .services-header h2 {
    color: var(--black);
    font-family: Montserrat;
    font-size: 3vw;
    font-weight: 700;
    line-height: normal;
    margin: 0
}

.services-slider-container .services-header .services-navigation .navigation-item {
    display: flex;
    width: clamp(55px, 4vw, 74px);
    height: clamp(55px, 4vw, 74px);
    padding: 10px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 100px;
    border: 1px solid;
    transition: 250ms ease-in;
    cursor: pointer
}

.services-slider-container .services-header .services-navigation .navigation-item svg {
    width: clamp(25px, 1.9vw, 36px)
}

.services-slider-container .services-slider {
    overflow: hidden;
    margin-left: 6vw;
    padding-right: 5vw
}

.services-slider-container .services-slider .swiper-wrapper .swiper-slide .slider-item-wrapper .item-img img {
    width: 100%;
    transition: .4s
}

.services-slider-container .services-slider .swiper-wrapper .swiper-slide .slider-item-wrapper .item-title {
    color: var(--black);
    font-size: clamp(20px, 1.8vw, 30px);
    font-weight: 500;
    line-height: normal;
    margin: 0;
    margin-top: clamp(16px, 1.8vw, 30px)
}

.services .services-wrapper .services-hero .hero-wrapper .hero-bg {
    position: relative;
    height: 90svh
}

.services .services-wrapper .services-hero .hero-wrapper .hero-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #00000059;
    pointer-events: none;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px)
}

.services .services-wrapper .services-hero .hero-wrapper .hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.services .services-wrapper .services-hero .hero-wrapper .hero-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--white);
    text-align: center;
    font-size: 4.1vw;
    font-weight: 700;
    line-height: normal;
    margin: 0
}

.services .services-wrapper .services-list-container {
    padding: 0 45px;
    position: relative
}

.services-list {
    padding: 50px 60px;
    background: var(--white);
    border-radius: 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px
}

.services-list .list-item {
    display: flex;
    border-radius: 32px;
    border: 1px solid;
    background: #fff;
    box-shadow: 0 4px 114px 0 rgb(0 0 0 / .05);
    padding: 30px 40px 42px;
    flex-direction: column;
    align-items: center;
    position: relative
}

.services-list-container .services-list .list-item:hover {
    background: #f0f0f0
}

.services-list .list-item .item-header {
    margin-bottom: clamp(24px, 2vw, 32px);
    width: 100%
}

.services-list .list-item .item-header .item-icon {
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden;
    border-radius: 24px
}

.services-list .list-item .item-header .item-icon img {
    width: 100%;
    height: 16vw;
    object-fit: cover;
    border-radius: 24px;
    transition: .4s
}

.services-list-container .services-list .list-item:hover .item-icon img {
    transform: scale(1.1)
}

.services-list .list-item .item-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center
}

.services-list .list-item .item-body .item-title {
    color: var(--black);
    font-size: clamp(20px, 1.8vw, 30px);
    font-weight: 700;
    line-height: normal;
    margin-bottom: 2rem
}

.services-list .list-item .item-body p {
    color: var(--black);
    font-size: clamp(14px, .8vw, 15px);
    font-weight: 500;
    line-height: 120%;
    margin: 0;
    max-width: 100%;
    opacity: .5;
    flex: 1;
    width: 100%
}

.services-list .item-link {
    display: inline-flex;
    padding: 18px 30px;
    justify-content: center;
    align-items: center;
    gap: 15px;
    border-radius: 100px;
    background: var(--main-color-darkblue);
    color: var(--white);
    font-size: clamp(14px, .8vw, 15px);
    font-weight: 500;
    line-height: normal;
    border: 1px solid var(--main-color-darkblue);
    transition: 250ms ease-in;
    max-width: max-content
}

.default-product-item a .hover-icon,
.services-list .list-item .hover-icon {
    position: absolute;
    top: 24px;
    right: 24px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .4s
}

.services-list .item-link:hover {
    background: #fff0;
    color: var(--main-color-darkblue)
}

@media screen and (max-width: 1199px) {
    .s-layout-hero img {
        height: 300px
    }
    .services .services-wrapper .services-hero .hero-wrapper .hero-bg {
        height: 60vh
    }
    .services-list .list-item .item-body p {
        max-width: 100%
    }
    .services-list .item-link {
        padding: 13px 20px
    }
    .services-list .list-item {
        padding: 24px
    }
    .services-list {
        padding: 0 0 50px
    }
}

@media screen and (max-width: 991px) {
    .services .services-wrapper .services-list-container {
        padding: 0 24px 32px
    }
    .services-list {
        padding: 0;
        gap: 1rem
    }
    .services .services-wrapper .services-hero .hero-wrapper .hero-bg {
        height: 50vh
    }
    .services-list .list-item {
        padding: 24px 28px
    }
    .services-list .item-link {
        padding: 10px 15px;
        font-size: 11px
    }
    .services-detail .services-slider-container .services-header {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem
    }
    .services-slider-container .services-header .services-navigation .navigation-item {
        width: 45px;
        height: 45px
    }
    .other-services-slider .list-item .item-header .item-icon img {
        height: 180px
    }
}

.services-detail .detail-wrapper .detail-description {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    padding: 4vw 16vw 8vw
}

.services-detail .detail-wrapper .detail-description .description-item .item-title {
    color: var(--black);
    font-size: 3vw;
    font-weight: 700;
    line-height: normal;
    margin-bottom: clamp(24px, 3vw, 57px)
}

.services-detail .detail-wrapper .detail-description .description-item p {
    color: var(--black);
    font-size: clamp(20px, 1.5vw, 24px);
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.services-detail .detail-wrapper .detail-gallery .gallery-wrapper {
    display: flex;
    padding: 0 5vw;
    gap: clamp(16px, 1.8vw, 27px)
}

.services-detail .detail-wrapper .detail-gallery .gallery-wrapper .gallery-list-mono {
    width: 60%;
    height: auto;
    max-height: 100%
}

.services-detail .detail-wrapper .detail-gallery .gallery-wrapper .gallery-list-mono .list-item a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    height: -webkit-fill-available
}

.services-detail .detail-wrapper .detail-gallery .gallery-wrapper .gallery-list-column {
    width: 100%;
    display: flex;
    gap: clamp(16px, 1.8vw, 27px);
    flex-wrap: wrap;
    justify-content: center
}

.services-detail .detail-wrapper .detail-gallery .gallery-wrapper .gallery-list-column .list-item {
    position: relative;
    max-height: 346px;
    width: calc(25% - clamp(16px, 1.8vw, 27px))
}

.services-detail .detail-wrapper .detail-gallery .gallery-wrapper .gallery-list-column .list-item a img {
    width: 100%;
    object-fit: cover;
    height: 100%
}

.services-detail .detail-wrapper .other-services-slider {
    overflow: hidden;
    padding-right: 5vw
}

.services-detail .detail-wrapper .other-services-slider .services-list .swiper-slide {
    max-height: 100%;
    height: auto;
    border: 1px solid #fff0;
    border-radius: 21px;
    transition: .4s
}

.services-detail .detail-wrapper .other-services-slider .services-list .swiper-slide:hover {
    border-color: #e3000f3b
}

.services-detail .detail-wrapper .other-services-slider .services-list {
    display: flex;
    padding: 0;
    border-radius: unset;
    background: unset;
    gap: 0!important
}

.contact .contact-wrapper .contact-card-list {
    display: flex;
    justify-content: center;
    max-width: 1440px;
    margin: 0 auto;
    padding: 7vw 50px 8vw;
    gap: 20px
}

.contact .contact-wrapper .contact-card-list .card-item {
    display: flex;
    padding: clamp(24px, 2.5vw, 50px) clamp(32px, 3.1vw, 60px);
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 21px;
    background: #fafafa;
    width: 33%;
    max-height: 100%;
    height: auto
}

.contact .contact-wrapper .contact-card-list .card-item .item-header {
    border-bottom: 1px solid #000;
    margin-bottom: clamp(24px, 3vw, 57px);
    padding-bottom: clamp(24px, 3vw, 57px)
}

.contact .contact-wrapper .contact-card-list .card-item .item-header .item-icon svg {
    width: clamp(40px, 3vw, 60px);
    height: clamp(40px, 3vw, 60px)
}

.contact .contact-wrapper .contact-card-list .card-item .item-header .item-icon svg path {
    fill: #e3000f
}

.contact .contact-wrapper .contact-card-list .card-item .item-body .item-title {
    color: var(--blak);
    font-size: clamp(20px, 1.8vw, 30px);
    font-weight: 700;
    line-height: normal;
    margin-bottom: clamp(12px, 1.1vw, 20px)
}

.contact .contact-wrapper .contact-card-list .card-item .item-body .item-links {
    display: inline-flex;
    flex-direction: column;
    align-items: start;
    gap: 2px
}

.contact .contact-wrapper .contact-card-list .card-item .item-body .item-links a {
    color: var(--black);
    font-size: clamp(14px, .8vw, 15px);
    font-weight: 500;
    line-height: 120%;
    opacity: .5
}

.contact .contact-wrapper .contact-card-list .card-item .item-body .item-links a:hover {
    color: var(--main-color-darkblue);
    opacity: 1
}

.contact .contact-wrapper .contact-card-list .card-item .item-body address {
    color: var(--black);
    font-size: clamp(14px, .8vw, 15px);
    font-weight: 500;
    line-height: 120%;
    margin: 0;
    max-width: 285px;
    opacity: .5
}

.map-responsive {
    height: 620px
}

.contact .contact-wrapper .contact-form {
    background: rgb(143 255 255 / 20%);
    padding-bottom: 5vw
}

.contact .contact-wrapper .contact-form .form-wrapper {
    display: flex;
    align-items: center;
    gap: 9vw
}

.contact .contact-wrapper .contact-form .form-wrapper .contact-map .map-responsive {
    height: 100svh
}

.contact .contact-wrapper .contact-form .form-wrapper .form-container {
    flex: 1;
    padding: 4vw 17vw;
    position: relative;
    display: flex;
    gap: 10vw
}

.contact .contact-wrapper .contact-form .form-wrapper .form-container .form-header {
    position: sticky;
    top: 11vw;
    flex: 1;
    height: 100%
}

.contact .contact-wrapper .contact-form .form-wrapper .form-container h3 {
    font-size: 3.5vw
}

.contact .contact-wrapper .contact-form .form-wrapper .form-container h3 span,
.offer- .offer-table .dynamic-table tr td:nth-child(2) input {
    font-weight: 700
}

.contact .contact-wrapper .contact-form .form-wrapper .form-container p {
    color: var(--black);
    font-size: clamp(14px, .9vw, 16px);
    font-weight: 400;
    line-height: normal;
    margin: 0;
    opacity: .5;
    max-width: 500px;
    margin-top: clamp(1rem, 1.7vw, 30px);
    margin-bottom: clamp(2rem, 4vw, 75px)
}

.contact .contact-wrapper .contact-form .form-wrapper .form-container form .form-input-group .group-item {
    display: flex;
    gap: 10px
}

.contact .contact-wrapper .contact-form .form-wrapper .form-container form .form-input {
    margin-bottom: clamp(1.5rem, 2.3vw, 40px)
}

.contact .contact-wrapper .contact-form .form-wrapper .form-container form .form-input input {
    background: #fff0;
    border: 0;
    border-bottom: 1px solid;
    color: var(--black);
    font-size: clamp(14px, .9vw, 16px);
    font-weight: 400;
    line-height: normal;
    padding-bottom: 30px;
    width: 100%;
    border-radius: 0;
    transition: .4s
}

.contact .contact-wrapper .contact-form .form-wrapper .form-container form .form-textarea textarea {
    background: #fff0;
    border: 0;
    border-bottom: 1px solid;
    width: 100%;
    resize: none;
    max-height: 170px;
    border-radius: 0;
    transition: .4s
}

.contact .contact-wrapper .contact-form .form-wrapper .form-container form .form-input input:focus,
.contact .contact-wrapper .contact-form .form-wrapper .form-container form .form-input input:hover,
.contact .contact-wrapper .contact-form .form-wrapper .form-container form .form-textarea textarea:focus,
.contact .contact-wrapper .contact-form .form-wrapper .form-container form .form-textarea textarea:hover,
.offer-popup .popup-wrapper .popup-body .popup-form form .form-input-container .form-input input:focus,
.offer-popup .popup-wrapper .popup-body .popup-form form .form-input-container .form-input input:hover,
.offer-popup .popup-wrapper .popup-body .popup-form form .form-input-container .form-input textarea:focus,
.offer-popup .popup-wrapper .popup-body .popup-form form .form-input-container .form-input textarea:hover {
    border-color: #000
}

.contact .contact-wrapper .contact-form .form-wrapper .form-container form .form-aggrement .contact-wrapper-item-form-kvkk-element {
    text-align: center;
    max-width: 100%;
    margin: 0 0 clamp(1.5rem, 2.3vw, 40px)
}

.contact .contact-wrapper .contact-form .form-wrapper .form-container form .form-captcha {
    display: flex;
    align-items: center;
    gap: 5px
}

.contact .contact-wrapper .contact-form .form-wrapper .form-container form .form-captcha .form-group {
    margin: 0;
    width: 100%
}

.contact .contact-wrapper .contact-form .form-wrapper .form-container form .form-captcha .form-group .form-row {
    gap: 5px
}

.contact .contact-wrapper .contact-form .form-wrapper .form-container form button {
    display: flex;
    padding: 15px clamp(15px, 1.8vw, 30px);
    justify-content: center;
    align-items: center;
    gap: 15px;
    border-radius: 100px;
    background: var(--main-color-darkblue);
    color: var(--white);
    font-size: clamp(14px, .8vw, 15px);
    font-weight: 500;
    line-height: normal;
    outline: 0;
    border: 1px solid #fff0;
    transition: .4s
}

.contact .contact-wrapper .contact-form .form-wrapper .form-container form button:hover,
.product-detail .detail-wrapper .detail-content-area .content-tab-list-wrapper .offer-btn:hover {
    background: #fff0;
    border-color: var(--main-color-darkblue);
    color: var(--main-color-darkblue)
}

@media screen and (max-width: 1199px) {
    .contact .contact-wrapper .contact-form .form-wrapper {
        gap: 5vw
    }
    .contact .contact-wrapper .contact-form .form-wrapper .form-container form button svg {
        display: none
    }
    .contact .contact-wrapper .contact-form .form-wrapper .form-container {
        padding: 4vw 85px
    }
    .contact .contact-wrapper .contact-form .form-wrapper .form-container .form-header {
        top: 150px;
        flex: unset;
        width: 30%
    }
    .map-responsive {
        height: 40svh
    }
}

@media screen and (max-width: 991px) {
    .contact .contact-wrapper .contact-card-list {
        flex-wrap: wrap
    }
    .contact .contact-wrapper .contact-card-list .card-item {
        flex: 1 0 33%
    }
    .contact .contact-wrapper .contact-card-list .card-item:first-child {
        order: 1
    }
    .contact .contact-wrapper .contact-card-list .card-item .item-body address {
        max-width: 60%
    }
    .contact .contact-wrapper .contact-form .form-wrapper {
        flex-direction: column;
        gap: 0
    }
    .contact .contact-wrapper .contact-form .form-wrapper .contact-map .map-responsive {
        height: 300px;
        width: 100%
    }
    .contact .contact-wrapper .contact-form .form-wrapper .contact-map {
        width: 100%
    }
    .contact .contact-wrapper .contact-form .form-wrapper .form-container {
        padding: 4vw 50px;
        flex-direction: column;
        gap: 0
    }
    .contact .contact-wrapper .contact-form .form-wrapper .form-container .form-header {
        position: relative;
        top: unset;
        width: 100%
    }
    .contact .contact-wrapper .contact-form .form-wrapper .form-container form button {
        width: 300px
    }
    .contact .contact-wrapper .contact-form .form-wrapper .form-container h3 {
        display: inline-flex;
        gap: 8px
    }
}

.product {
    margin-top: 10.5vw;
    border-top: 1px solid
}

.product .product-wrapper .product-backdrop {
    position: fixed;
    inset: 0;
    background: #0000003d;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: 250ms ease-in;
    z-index: 5
}

.product .product-wrapper .product-category-mobile-menu-open {
    text-align: center;
    padding: 24px 24px 0;
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
    display: none
}

.product .product-wrapper .product-category-mobile-menu-open span {
    background: #ebebeb;
    display: block;
    padding: clamp(10px, 1vw, 13px);
    border-radius: 8px;
    color: var(--main-color-darkblue);
    font-weight: 500;
    font-size: clamp(20px, 3vw, 24px)
}

.product .product-wrapper .product-category {
    position: sticky;
    top: 8.5vw;
    height: 80svh;
    border-right: 1px solid;
    transition: 250ms ease-in;
    margin-bottom: 0
}

.product .product-wrapper .product-category .category-container {
    padding: 2.5vw 2.5vw 2.5vw 3vw;
    width: clamp(400px, 25vw, 500px);
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    max-height: 65vh
}

.product .product-wrapper .product-category .category-container .category-mobile-close {
    justify-content: center;
    padding: 10px 0;
    margin-bottom: 20px;
    background: #000;
    border-radius: 8px;
    display: none
}

.product .product-wrapper .product-category .category-container h1 {
    color: var(--black);
    font-size: clamp(24px, 2vw, 35px);
    font-weight: 500;
    line-height: normal;
    margin: 0;
    margin-bottom: clamp(1rem, 2.8vw, 48px);
    position: relative;
    display: inline-block
}

.product .product-wrapper .product-category .category-container h1::before {
    content: "";
    position: absolute;
    bottom: -7px;
    height: 21px;
    width: 100%;
    background: var(--lightblue);
    z-index: -1;
    pointer-events: none
}

.product .product-wrapper .product-category .category-container .category-list .category-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 12px
}

.product .product-wrapper .product-category .category-container .category-list .category-list-item .list-item-sub-category .sub-category-item.sub-category-list.active .sub-category-list-header svg,
.product .product-wrapper .product-category .category-container .category-list .category-list-item.active .list-item-header svg {
    transform: rotate(-90deg)
}

.product .product-wrapper .product-category .category-container .category-list .category-list-item .list-item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    transition: 250ms ease-in;
    gap: 10px
}

.product .product-wrapper .product-category .category-container .category-list .category-list-item .list-item-header:hover,
.product .product-wrapper .product-category .category-container .category-list .category-list-item .list-item-sub-category .sub-category-item.active .sub-category-list-header,
.product .product-wrapper .product-category .category-container .category-list .category-list-item.active .list-item-header,
.product-detail .detail-wrapper .detail-content-area .content-tab-list-wrapper .content-tabs-list .tab-item.active {
    background: rgb(139 139 139 / .1)
}

.product .product-wrapper .product-category .category-container .category-list .category-list-item .list-item-header .item-info,
.product-detail .detail-wrapper .detail-content-area .content-tab-list-wrapper .content-tabs-list .tab-item .item-header,
.product-detail .detail-wrapper .detail-hero-container .detail-product-info-container .detail-product-info-futures .futures-list .futures-item,
.product-detail .detail-wrapper .detail-hero-container .detail-product-info-container .detail-product-info-futures .futures-offer-container {
    display: flex;
    align-items: center;
    gap: 1rem
}

.product .product-wrapper .product-category .category-container .category-list .category-list-item .list-item-header .item-info .list-number {
    color: #2d317e;
    font-size: clamp(18px, 1.8vw, 25px);
    font-weight: 700;
    line-height: 120%
}

.product .product-wrapper .product-category .category-container .category-list .category-list-item .list-item-header .item-info h2 {
    color: #2d317e;
    font-family: Montserrat;
    font-size: clamp(18px, 1.8vw, 21px);
    font-weight: 400;
    line-height: 120%;
    margin: 0
}

.product .product-wrapper .product-category .category-container .category-list .category-list-item .list-item-sub-category {
    width: 100%;
    padding-left: 2vw;
    margin-top: 15px
}

.product .product-wrapper .product-category .category-container .category-list .category-list-item .list-item-sub-category .sub-category-item {
    width: 100%;
    margin-bottom: clamp(10px, .8vw, 15px)
}

.product .product-wrapper .product-category .category-container .category-list .category-list-item .list-item-sub-category .sub-category-item.sub-category-list .sub-category-list-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 15px;
    transition: 250ms ease-in;
    padding-right: 15px
}

.product .product-wrapper .product-category .category-container .category-list .category-list-item .list-item-sub-category .sub-category-item .item-title {
    color: var(--black);
    font-size: clamp(14px, 1.1vw, 20px);
    font-weight: 400;
    line-height: 120%;
    opacity: .5;
    margin: 0;
    display: block;
    width: 100%
}

.product .product-wrapper .product-category .get-contact {
    padding: 2.5vw 2.5vw 2.5vw 7vw;
    display: flex;
    align-items: center;
    gap: clamp(10px, 1.1vw, 20px);
    border-top: 1px solid
}

.product .product-wrapper .product-category .get-contact .contact-text {
    display: flex;
    flex-direction: column;
    gap: clamp(5px, .6vw, 10px)
}

.product .product-wrapper .product-category .get-contact .contact-text .text-title {
    color: var(--black);
    font-size: clamp(14px, .8vw, 15px);
    font-weight: 700;
    line-height: normal
}

.product .product-wrapper .product-list-container-wrapper .product-list-container {
    padding: 2vw 5vw 4vw
}

.product .product-wrapper .product-list-container-wrapper .product-list-container .product-category-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid;
    padding-bottom: 1.5rem;
    margin-bottom: 2rem
}

.product .product-wrapper .product-list-container-wrapper .product-list-container .product-category-header .product-category-name span::before {
    content: "/";
    position: relative;
    opacity: .5;
    margin-right: 6px;
    margin-left: 6px
}

.product .product-wrapper .product-list-container-wrapper .product-list-container .product-category-header .product-category-name h2 {
    color: var(--black);
    font-size: clamp(14px, .8vw, 15px);
    font-weight: 700;
    line-height: normal;
    margin: 0
}

.product .product-wrapper .product-list-container-wrapper .product-list-container .product-category-header .product-category-name span {
    color: var(--black);
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    position: relative;
    display: inline-block
}

.product .product-wrapper .product-list-container-wrapper .product-list-container .product-category-header .product-category-sort .sort-header {
    color: var(--black);
    font-size: clamp(14px, .8vw, 15px);
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: clamp(8px, .8vw, 15px);
    padding: 15px;
    border-bottom: 1px solid #fff0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    cursor: pointer;
    transition: .4s
}

.product .product-wrapper .product-list-container-wrapper .product-list-container .product-category-header .product-category-sort.active .sort-header {
    border-color: rgba(0, 0, 0, 10%);
    background: #fafafa
}

.product .product-wrapper .product-list-container-wrapper .product-list-container .product-category-header .product-category-sort .sort-list-container {
    position: absolute;
    top: 50px;
    background: #fafafa;
    width: 100%;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .4s
}

.product .product-wrapper .product-list-container-wrapper .product-list-container .product-category-header .product-category-sort .sort-list-container .sort-list .list-item a {
    color: var(--black);
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    opacity: .5;
    margin: 0;
    padding: 1rem;
    display: flex;
    align-items: center;
    position: relative
}

.product .product-wrapper .product-list-container-wrapper .product-list-container .product-category-header .product-category-sort .sort-list-container .sort-list .list-item a::before {
    content: "-";
    position: relative;
    margin-right: 5px
}

.product .product-wrapper .product-list-container-wrapper .product-list-container .product-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 21px 14px
}

.default-product-item {
    display: flex;
    padding: 20px 10px;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    text-align: center;
    max-height: 100%;
    height: auto;
    transition: .6s;
    border-radius: 32px;
    border: 1px solid;
    background: #fff;
    box-shadow: 0 4px 34px 0 rgb(0 0 0 / .05)
}

.default-product-item:hover {
    background: #fafafa
}

.default-product-item a {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 1rem
}

.default-product-item a .item-img {
    flex: 1;
    margin-bottom: clamp(16px, 1.8vw, 30px);
    display: flex;
    align-items: center;
    justify-content: center
}

.default-product-item a .item-img img {
    height: 150px;
    object-fit: contain
}

.default-product-item a .item-name .item-model {
    color: var(--black);
    font-size: clamp(14px, .8vw, 15px);
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 10px;
    padding: 0 clamp(10px, 1.1vw, 20px);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: relative
}

.default-product-item a .item-name h1 {
    color: var(--black);
    line-height: 120%;
    padding: 0 clamp(10px, 1.1vw, 20px);
    margin-bottom: 1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: break-spaces;
    color: var(--Ana-Renkler-Siyah, #000);
    text-align: center;
    font-size: clamp(16px, 1.5vw, 24px);
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

.default-product-item a .view-product {
    color: var(--black);
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px
}

.product .product-wrapper .product-list-container-wrapper .product-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 5vw
}

.product .product-wrapper .product-list-container-wrapper .product-pagination .pagination-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem
}

.product .product-wrapper .product-list-container-wrapper .product-pagination .pagination-numbers .number-item a {
    color: var(--black);
    font-size: clamp(14px, .8vw, 15px);
    font-weight: 500;
    line-height: 120%;
    display: flex;
    width: 40px;
    height: 40px;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: 1px solid #fff0
}

.product .product-wrapper .product-list-container-wrapper .product-pagination .pagination-numbers .number-item a:hover,
.product .product-wrapper .product-list-container-wrapper .product-pagination .pagination-numbers .number-item.active a {
    border-color: #1f7ec3
}

.product ul.sub-category-item-container li.sub-category-list-item .category-title {
    color: var(--black);
    font-size: clamp(14px, 1.1vw, 20px);
    font-weight: 400;
    line-height: 120%;
    opacity: .5;
    margin: 0;
    padding: 15px 20px
}

.product ul.sub-category-item-container {
    padding-left: 1vw;
    padding-top: 15px
}

.product ul.sub-category-item-container li.sub-category-list-item.sub-category-list-container-sub-menu .sub-category-list-item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 250ms ease-in;
    padding-right: 15px
}

.product ul.sub-category-item-container li.sub-category-list-item.sub-category-list-container-sub-menu.active .sub-category-list-item-header {
    border-radius: 15px;
    background: rgb(139 139 139 / .1)
}

.product ul.sub-category-item-container li.sub-category-list-item:not(:last-child) {
    margin-bottom: clamp(10px, .8vw, 15px)
}

@media screen and (max-width: 1440px) {
    .product .product-wrapper .product-category .category-container,
    .product .product-wrapper .product-category .get-contact {
        padding-left: 50px
    }
    .product .product-wrapper .product-list-container-wrapper .product-list-container {
        padding: 24px 36px 4vw
    }
}

@media screen and (max-width: 1199px) {
    .product .product-wrapper .product-category .category-container {
        padding: 24px;
        width: 300px
    }
    .product .product-wrapper .product-list-container-wrapper .product-list-container .product-list {
        grid-template-columns: repeat(3, 1fr)
    }
    .product .product-wrapper .product-list-container-wrapper .product-list-container {
        padding: 24px 24px 4vw
    }
    .product .product-wrapper .product-category .get-contact {
        padding-left: 24px
    }
}

@media screen and (max-width: 991px) {
    .product {
        margin-top: 100px
    }
    .product .product-wrapper .product-category .category-container {
        max-height: 75vh
    }
    .product .product-wrapper .product-category {
        position: absolute;
        background: #fff;
        height: 100vh;
        top: 0;
        z-index: 14;
        transform: translateX(-100%);
        opacity: 0;
        visibility: hidden;
        pointer-events: none
    }
    body.category-menu-active .product .product-wrapper .product-category {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
        pointer-events: all
    }
    .product .product-wrapper .product-list-container-wrapper .product-list-container .product-category-header {
        padding-bottom: 1rem
    }
    .product .product-wrapper {
        flex-direction: column
    }
    .product .product-wrapper .product-category-mobile-menu-open,
    .product .product-wrapper .product-list-container-wrapper .product-list-container .product-category-header .product-sort-container .product-category-sort-icons {
        display: block
    }
    body.category-menu-active .product .product-wrapper .product-backdrop {
        opacity: 1;
        visibility: visible;
        pointer-events: all
    }
}

.product-detail {
    margin-top: calc(70px + 5vw);
    border-top: 1px solid
}

.product-detail .detail-wrapper .detail-hero-container {
    display: flex;
    position: relative;
    height: calc(100vh - (70px + 5vw))
}

.product-detail .detail-wrapper .detail-hero-container .detail-swiper-container {
    width: 40%;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.product-detail .detail-wrapper .detail-hero-container .detail-swiper-container .detail-product-slider {
    overflow: hidden;
    text-align: center;
    flex: 1
}

.product-detail .detail-wrapper .detail-hero-container .detail-swiper-container .detail-product-slider .swiper-wrapper .swiper-slide img {
    object-fit: contain;
    height: 100%;
    max-width: 90%
}

.product-detail .detail-wrapper .detail-hero-container .detail-swiper-container .detail-product-thumb-slider {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid;
    border-top: 1px solid;
    background: #fff;
    padding-left: 60px
}

.product-detail .detail-wrapper .detail-hero-container .detail-swiper-container .detail-product-thumb-slider .swiper-wrapper {
    justify-content: unset;
    align-items: center
}

.product-detail .detail-wrapper .detail-hero-container .detail-swiper-container .detail-product-thumb-slider .swiper-wrapper .swiper-slide {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 10px;
    height: 138px
}

.product-detail .detail-wrapper .detail-hero-container .detail-swiper-container .detail-product-thumb-slider .swiper-wrapper .swiper-slide:not(:last-child) {
    border-right: 1px solid
}

.product-detail .detail-wrapper .detail-hero-container .detail-swiper-container .detail-product-thumb-slider .swiper-wrapper .swiper-slide img {
    max-width: 56px;
    max-height: 56px;
    object-fit: cover;
    cursor: pointer
}

.product-detail .detail-wrapper .detail-hero-container .detail-product-info-container {
    flex: 1;
    border-left: 1px solid;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.product-detail .detail-wrapper .detail-hero-container .detail-product-info-container .detail-product-info-hero {
    padding: 60px 80px;
    max-width: 960px;
    overflow-y: hidden;
    overflow-x: hidden;
    height: 100%;
    flex: 1
}

.product-detail .detail-wrapper .detail-hero-container .detail-product-info-container .detail-product-info-hero::-webkit-scrollbar {
    width: 3px
}

.product-detail .detail-wrapper .detail-hero-container .detail-product-info-container .detail-product-info-hero::-webkit-scrollbar-track {
    background: #bbbcd1
}

.product-detail .detail-wrapper .detail-hero-container .detail-product-info-container .detail-product-info-hero::-webkit-scrollbar-thumb {
    background: #e3000f
}

.product-detail .detail-wrapper .detail-hero-container .detail-product-info-container .detail-product-info-hero .info-header .info-model {
    color: var(--black);
    font-size: clamp(20px, 1.5vw, 25px);
    font-weight: 400;
    line-height: 120%;
    display: inline-block;
    margin-bottom: 30px;
    opacity: .5
}

.product-detail .detail-wrapper .detail-hero-container .detail-product-info-container .detail-product-info-hero .info-header h1 {
    color: var(--black);
    font-size: clamp(24px, 2.5vw, 38px);
    font-weight: 500;
    line-height: 120%;
    margin: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 85%
}

.product-detail .detail-wrapper .detail-hero-container .detail-product-info-container .detail-product-info-hero .info-header h1::after {
    position: relative;
    content: "";
    width: 63px;
    height: 1px;
    background: var(--black);
    margin-bottom: 30px
}

.product-detail .detail-wrapper .detail-hero-container .detail-product-info-container .detail-product-info-hero .info-desc p {
    color: var(--black);
    font-size: clamp(18px, 1.3vw, 19px);
    font-weight: 400;
    margin: 0;
    opacity: .5;
    max-width: 85%;
    line-height: 1.3
}

.product-detail .detail-wrapper .detail-hero-container .detail-product-info-container .detail-product-info-futures {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid;
    border-top: 1px solid;
    padding: 2vw 4.5vw;
    height: 140px
}

.product-detail .detail-wrapper .detail-hero-container .detail-product-info-container .detail-product-info-futures .futures-list {
    display: flex;
    align-items: center;
    gap: 4vw
}

.product-detail .detail-wrapper .detail-hero-container .detail-product-info-container .detail-product-info-futures .futures-list .futures-item .item-icon,
.product-detail .detail-wrapper .detail-hero-container .detail-product-info-container .detail-product-info-futures .futures-list .futures-item .item-icon svg {
    width: 50px;
    height: 50px
}

.product-detail .detail-wrapper .detail-hero-container .detail-product-info-container .detail-product-info-futures .futures-list .futures-item h3 {
    color: var(--black);
    text-align: center;
    font-size: clamp(14px, .8vw, 15px);
    font-weight: 500;
    line-height: 120%;
    margin: 0;
    max-width: 55px;
    opacity: .5
}

.product-detail .detail-wrapper .detail-hero-container .detail-product-info-container .detail-product-info-futures .futures-offer-container .scroll-down {
    display: flex;
    width: 66px;
    height: 66px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 100px;
    border: 1px solid #ddd;
    cursor: pointer;
    transition: 250ms ease-in
}

.product-detail .detail-wrapper .detail-hero-container .detail-product-info-container .detail-product-info-futures .futures-offer-container .scroll-down:hover {
    background: #f1f1f1
}

.default-offer-btn:hover,
.product-detail .detail-wrapper .detail-hero-container .detail-product-info-container .detail-product-info-futures .futures-offer-container .offer-btn:hover {
    background: var(--white);
    border-color: #ddd
}

.default-offer-btn,
.product-detail .detail-wrapper .detail-hero-container .detail-product-info-container .detail-product-info-futures .futures-offer-container .offer-btn {
    display: inline-flex;
    padding: 20px 40px;
    justify-content: center;
    align-items: center;
    gap: 15px;
    border-radius: 100px;
    background: #f1f1f1;
    color: var(--black);
    font-size: clamp(16px, 1.1vw, 20px);
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
    border: 1px solid #fff0;
    transition: 250ms ease-in
}

.default-offer-btn:hover {
    color: var(--black)
}

.detail-content-title-section,
.product-detail .detail-wrapper .detail-content-area {
    margin: 150px 0
}

.detail-product-image-list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1600px;
    padding: 0 50px;
    margin: 0 auto 200px;
    gap: 2rem
}

.detail-product-image-list .list-image-sticky {
    position: sticky;
    top: 120px;
    flex: 1
}

.detail-product-image-list .list-image-col-item {
    display: flex;
    align-items: center;
    gap: 32px
}

.detail-product-image-list .list-image-col-item>span {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    display: block
}

.detail-product-image-list .list-image-col-item .list-image-col-item-content {
    display: flex;
    gap: 40px;
    max-width: 600px
}

.detail-product-image-list .list-image-col-item .list-image-col-item-content img {
    max-height: 100px
}

.detail-product-image-list .list-image-col-item+.list-image-col-item .list-image-col-item-content {
    border-top: 1px solid;
    padding-top: 35px;
    margin-top: 35px
}

.detail-product-image-list .list-image-col-item .list-image-col-item-content .list-image-col-item-info>span {
    margin-bottom: 1rem;
    color: #000;
    font-size: 24px;
    font-weight: 400;
    display: block
}

.detail-product-image-list .list-image-col-item .list-image-col-item-content .list-image-col-item-info>p {
    color: rgb(0 0 0 / 40%);
    font-size: 16px;
    font-weight: 400;
    margin: 0
}

.detail-product-image-pin {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    margin-top: 100px
}

.detail-product-image-pin .list-image-col .list-image-col-item>span {
    font-weight: 400;
    min-width: 100px;
    height: 100px;
    border-radius: 100px;
    background: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px
}

.product-detail .detail-wrapper .detail-content-area .img-container {
    max-width: 1600px;
    margin: -60px auto 0;
    padding: 0 50px;
    display: block
}

.detail-content-title-section .item-desc {
    max-width: 1100px;
    width: 100%;
    padding: 0 50px;
    margin: 0 auto;
    color: rgb(0 0 0 / 50%);
    font-size: 30px;
    font-weight: 400
}

.detail-content-title-section .detail-content-title {
    display: flex;
    color: #000;
    font-size: 30px;
    font-weight: 700;
    align-items: center;
    margin-bottom: 40px
}

.detail-content-title-section .detail-content-title>span {
    display: flex;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 50px;
    width: 100%
}

.detail-content-title-section .detail-content-title>span:after {
    content: "";
    display: block;
    flex: 1;
    height: 1px;
    background: #000;
    opacity: .2;
    margin-right: -50px;
    margin-left: 50px
}

.detail-content-title-section .detail-content-title.detail-content-title-center>span {
    justify-content: center;
    text-align: center
}

.detail-content-title-section .detail-content-title.detail-content-title-center>span:before {
    content: "";
    display: block;
    flex: 1;
    height: 1px;
    background: #000;
    opacity: .2;
    margin-left: -50px;
    margin-right: 50px
}

.detail-content-title-section .detail-content-title:after,
.detail-content-title-section .detail-content-title:before {
    content: "";
    display: block;
    height: 1px;
    flex: 1;
    opacity: .2;
    background: #000
}

.product-detail .detail-wrapper .detail-content-area .content-tab-list-wrapper {
    position: sticky;
    bottom: 50px;
    display: flex;
    justify-content: center;
    margin-top: 100px
}

.product-detail .detail-wrapper .detail-content-area .content-tab-list-wrapper .content-tabs-list {
    display: flex;
    gap: 10px;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 4px 54px 0 rgb(0 0 0 / .1);
    padding: 10px
}

.detail-variations-section {
    max-width: 1500px;
    padding: 0 50px;
    margin: 0 auto 200px;
    width: 100%;
    gap: 3.4vw;
    display: flex;
    flex-direction: column
}

.detail-variations-section .detail-variations-section-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem
}

.detail-variations-section .detail-variations-section-item img {
    flex: 1;
    object-fit: contain
}

.detail-variations-section .detail-variations-section-item .detail-variations-section-info-title {
    font-size: 35px;
    font-weight: 700;
    color: #000
}

.detail-variations-section .detail-variations-section-item .detail-variations-section-info-title>span:before {
    content: "";
    position: absolute;
    bottom: 5px;
    left: -10px;
    right: -10px;
    height: 10px;
    background: #e3000f;
    z-index: -1
}

.detail-variations-section .detail-variations-section-item:nth-child(2n) {
    flex-direction: row-reverse
}

.detail-variations-section .detail-variations-section-item .detail-variations-section-info-content p {
    color: rgb(0 0 0 / 40%);
    font-size: 15px;
    font-weight: 400;
    max-width: 300px
}

.detail-variations-section .detail-variations-section-item .detail-variations-section-info-content div {
    color: rgb(0 0 0 / 40%);
    font-size: 17px;
    font-weight: 400
}

.detail-variations-section .detail-variations-section-item .detail-variations-section-info-content .content-color {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    margin-top: 50px
}

.detail-variations-section .detail-variations-section-item .detail-variations-section-info-content .content-color .content-color-item>span {
    color: #000;
    font-size: 15px;
    font-weight: 700;
    display: block;
    margin-top: 20px
}

.detail-variations-section .detail-variations-section-item .detail-variations-section-info-content ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    margin-top: 50px;
    padding-left: 0
}

.detail-variations-section .detail-variations-section-item .detail-variations-section-info-content ul li span {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    display: block;
    margin-bottom: 20px
}

.detail-variations-section .detail-variations-section-item .detail-variations-section-info-content ol {
    margin-top: 50px;
    padding-left: 0
}

.detail-variations-section .detail-variations-section-item .detail-variations-section-info-content ol li span {
    display: block;
    font-size: 20px;
    color: #000
}

.detail-variations-section .detail-variations-section-item .detail-variations-section-info-content ol li:before {
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMy4zNTI4OCA4Ljk1MDQzQzQuMDA0MzcgNi4xNzMwMSA2LjE3MzAxIDQuMDA0MzcgOC45NTA0MyAzLjM1Mjg4QzEwLjk1NjMgMi44ODIzNyAxMy4wNDM3IDIuODgyMzcgMTUuMDQ5NiAzLjM1Mjg4QzE3LjgyNyA0LjAwNDM3IDE5Ljk5NTYgNi4xNzMwMSAyMC42NDcxIDguOTUwNDRDMjEuMTE3NiAxMC45NTYzIDIxLjExNzYgMTMuMDQzNyAyMC42NDcxIDE1LjA0OTZDMTkuOTk1NiAxNy44MjcgMTcuODI3IDE5Ljk5NTYgMTUuMDQ5NiAyMC42NDcxQzEzLjA0MzcgMjEuMTE3NiAxMC45NTYzIDIxLjExNzYgOC45NTA0NCAyMC42NDcxQzYuMTczMDEgMTkuOTk1NiA0LjAwNDM3IDE3LjgyNyAzLjM1Mjg4IDE1LjA0OTZDMi44ODIzNyAxMy4wNDM3IDIuODgyMzcgMTAuOTU2MyAzLjM1Mjg4IDguOTUwNDNaIiBzdHJva2U9IiMzNjM4NTMiIHN0cm9rZS13aWR0aD0iMS41Ii8+CiAgPHBhdGggZD0iTTkuMjUgMTEuNzVMMTEuMjUgMTMuNzVMMTQuNzUgMTAiIHN0cm9rZT0iIzM2Mzg1MyIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4=);
    display: block;
    min-width: 24px;
    height: 24px;
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat
}

.detail-variations-section .detail-variations-section-item .detail-variations-section-info-content ol li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px
}

.product-detail .detail-wrapper .detail-content-area .content-tab-list-wrapper .content-tabs-list .tab-item {
    display: flex;
    padding: 20px;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px;
    cursor: pointer;
    transition: 250ms ease-in
}

.product-detail .detail-wrapper .detail-content-area .content-tab-list-wrapper .content-tabs-list .tab-item:hover {
    background: #f4f4f4
}

.product-detail .detail-wrapper .detail-content-area .content-tab-list-wrapper .content-tabs-list .tab-item .item-header .item-numb {
    color: var(--main-color-darkblue);
    font-size: clamp(15px, 1.5vw, 25px);
    font-weight: 700;
    line-height: 120%
}

.product-detail .detail-wrapper .detail-content-area .content-tab-list-wrapper .content-tabs-list .tab-item .item-header .item-title {
    color: var(--main-color-darkblue);
    font-size: clamp(15px, 1.5vw, 25px);
    font-weight: 400;
    line-height: 120%
}

.product-detail .detail-wrapper .detail-content-area .content-tab-list-wrapper .content-tabs-list .tab-item .item-active-icon {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 250ms ease-in
}

.product-detail .detail-wrapper .detail-content-area .content-tab-list-wrapper .offer-btn {
    display: flex;
    width: 100%;
    padding: 20px 40px;
    justify-content: center;
    align-items: center;
    gap: 15px;
    border-radius: 100px;
    background: var(--main-color-darkblue);
    color: var(--white);
    font-size: clamp(16px, 1.1vw, 20px);
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
    border: 1px solid #fff0;
    transition: 250ms ease-in
}

.product-detail .detail-wrapper .detail-content-area .tab-content {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto 5vw;
    padding: 0 50px
}

.product-detail .detail-wrapper .detail-content-area .tab-content .content-item.active {
    display: block
}

.product-detail .detail-wrapper .detail-content-area .tab-content .content-item .item-hero-desc {
    color: var(--black);
    font-size: clamp(20px, 1.8vw, 30px);
    font-weight: 400;
    line-height: normal;
    margin-bottom: 2.5vw;
    max-width: 90%
}

.product-detail .detail-wrapper .detail-content-area .tab-content .content-item img {
    width: 100%!important;
    object-fit: cover;
    margin-bottom: 5vw;
    max-height: 565px;
    height: auto!important
}

.product-detail .detail-wrapper .detail-content-area .tab-content .content-item .item-desc {
    color: rgb(0 0 0 / 50%);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3
}

.product-detail .detail-wrapper .detail-similar-products-slider .similer-products-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5vw;
    margin-bottom: 1rem
}

.product-detail .detail-wrapper .detail-similar-products-slider .similer-products-header h4 {
    color: var(--black);
    font-size: 4.2vw;
    font-weight: 700;
    line-height: normal;
    margin: 0
}

.product-detail .detail-wrapper .detail-similar-products-slider .similer-products-header .products-navigation .navigation-item {
    display: flex;
    width: clamp(60px, 4vw, 74px);
    height: clamp(60px, 4vw, 74px);
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 100px;
    border: 1px solid;
    transition: .6s;
    cursor: pointer
}

.product-detail .detail-wrapper .detail-similar-products-slider .similer-products-header .products-navigation .navigation-item svg {
    width: clamp(24px, 2vw, 37px)
}

.product-detail .detail-wrapper .detail-similar-products-slider .swiper {
    position: relative;
    overflow: hidden;
    margin-left: 5vw;
    padding-right: 50px;
    padding: clamp(24px, 3vw, 50px) 0
}

.product-detail .detail-wrapper .detail-similar-products-slider .swiper .swiper-wrapper .swiper-slide {
    max-height: 100%;
    height: auto!important
}

.default-product-item a .hover-icon svg {
    width: 40px;
    height: 40px
}

.detail-content-table-wrapper {
    overflow-x: auto
}

.more-detail {
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    text-decoration: underline!important;
    font-size: 18px;
    text-align: left;
    color: #000;
    transition: .3s;
    gap: 1rem;
    margin-top: 1.5rem;
    border-top: 1px solid #000;
    padding-top: 1.5rem;
    cursor: pointer
}

.more-detail svg {
    stroke: #000;
    width: 30px;
    height: 30px;
    transition: .4s
}

.more-detail:hover svg {
    stroke: #2994ba
}

.more-detail:hover {
    color: #2994ba
}

.detail-variations-section .detail-variations-section-item .detail-variations-section-info {
    max-height: 100%;
    height: auto;
    flex: 1
}

.detail-variations-section .detail-variations-section-item img {
    flex: unset;
    max-height: 100%;
    height: auto;
    object-fit: fill;
    width: 50%
}

.detail-variations-section .detail-variations-section-item {
    align-items: unset
}

.detail-variations-section .detail-variations-section-item .detail-variations-section-info-content>p {
    font-size: 17px;
    max-width: 500px;
    margin: 0;
    line-height: 1.5
}

.detail-content-table-wrapper .detail-content-table thead {
    border-bottom: 1px solid var(--black)
}

.detail-content-table-wrapper .detail-content-table thead tr th {
    color: var(--black);
    font-size: clamp(14px, .9vw, 16px);
    font-weight: 700;
    line-height: normal;
    padding-bottom: 15px;
    padding-right: 20px
}

.detail-content-table-wrapper .detail-content-table tbody tr {
    border-bottom: 1px solid
}

.detail-content-table-wrapper .detail-content-table tbody tr td {
    padding: clamp(1rem, 1.8vw, 30px) 0;
    color: var(--black);
    font-size: clamp(14px, 1.1vw, 20px);
    font-weight: 500;
    line-height: normal;
    padding-right: 15px
}

.detail-content-table-wrapper .detail-content-table tbody tr td .item-title-icon {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000
}

.multi-range-container .range-fill {
    position: absolute;
    top: 50%;
    left: 0;
    height: 18px;
    z-index: -1;
    background: #000;
    transform: translateY(-50%)
}

.multi-range-container input[type=range] {
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 0 2px;
    border: 0;
    outline: 0;
    background: linear-gradient(rgb(0 0 0 / 5%), rgb(0 0 0 / 5%)) center no-repeat;
    background-size: 100% 18px;
    pointer-events: none
}

.multi-range-container input[type=range]:active,
.multi-range-container input[type=range]:focus {
    outline: 0
}

.multi-range-container input[type=range]::-webkit-slider-thumb {
    height: 30px;
    width: 30px;
    border-radius: 100%;
    background-color: #fff;
    border: 7px solid #000;
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    pointer-events: all
}

.multi-range-container input[type=range]::-webkit-slider-thumb::before {
    content: " ";
    display: block;
    position: absolute;
    top: 13px;
    left: 100%;
    width: 2000px;
    height: 2px
}

.multi-range {
    position: relative;
    height: 30px;
    display: block;
    border-radius: 100px;
    overflow: hidden
}

.multi-range input[type=range] {
    position: absolute
}

.multi-range input[type=range]:first-child::-webkit-slider-thumb::before {
    background-color: red
}

.multi-range input[type=range]:nth-child(2) {
    background: 0 0
}

.multi-range input[type=range]:nth-child(2)::-webkit-slider-thumb::before {
    background-color: grey
}

.multi-range-container input.lower {
    margin-left: -2px
}

.multi-range-container+.multi-range-container,
.offer-table {
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid
}

.offer-container .form-input-container .offer-table {
    margin-top: 0;
    padding-top: 0;
    border-top: none
}

.offer-container .form-input-container .offer-table textarea {
    margin-top: 20px
}

.offer-container .form-input-container .form-aggrement p {
    text-align: center;
    font-size: 15px;
    max-width: 70%;
    margin: 20px auto
}

.offer-container .form-input-container .form-aggrement p a {
    color: #2a7ec3
}

.offer-container .form-input-container .form-captcha .captcha {
    height: 80px
}

.offer-container .form-input-container .captcha a {
    margin: 0;
    transform: translate(0, -50%);
    background: #1f7ec3
}

.offer-table textarea {
    border: none;
    border-bottom: 1px solid;
    width: 100%;
    outline: 0;
    font-size: 20px;
    color: #000;
    margin-top: 40px;
    padding-bottom: 10px
}

.offer-table .dynamic-table {
    margin-top: 40px;
    width: 100%
}

.offer-table .add-row-button:hover {
    background: rgb(0 0 0 / 86%);
    color: #fff
}

.offer-table .add-row-button {
    border-radius: 100px;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 0;
    gap: 40px;
    font-size: 30px;
    color: #000;
    width: 100%;
    background: 0 0;
    padding: 20px 10px;
    margin-top: 40px;
    transition: .3s
}

.offer-table .dynamic-table th {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    border-bottom: 1px solid #000;
    padding: 0 10px 10px
}

.offer-table .dynamic-table tr td {
    padding: 20px 0;
    border-bottom: 1px solid
}

.list-item-header,
.offer-table .dynamic-table .action-button,
.sub-category-list-header,
.sub-category-list-item-header {
    cursor: pointer
}

.offer-table .dynamic-table tr td input {
    outline: 0;
    font-size: 20px;
    color: #000;
    border: none;
    border-bottom: 1px solid #000;
    margin: 0 10px
}

.offer-table .table-responsive {
    padding-bottom: 20px
}

.offer-table .dynamic-table th:last-child {
    padding-right: 0
}

.multi-range-container .multi-range-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px
}

.multi-range-container .multi-range-subtitle {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    opacity: .5;
    display: block;
    margin-top: 30px
}

.multi-range-container .multi-range-header .multi-range-header-title,
.offer-table-title {
    font-size: 35px;
    color: #000;
    font-weight: 700;
    margin-bottom: 0;
    display: flex;
    align-items: center
}

.multi-range-container .multi-range-header .multi-range-header-title span {
    font-size: 30px;
    opacity: .7;
    display: inline-block
}

.multi-range-container input.upper {
    margin-left: 2px
}

.offer-popup {
    position: fixed;
    inset: 0;
    z-index: 15;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .4s;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0 50px
}

.offer-popup .popup-backdrop {
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 40%);
    transition: 1s
}

.offer-popup .popup-wrapper {
    background: #fff;
    max-width: 1100px;
    width: 100%;
    position: relative;
    z-index: 16;
    height: 90%;
    border-radius: 50px;
    margin-bottom: 60px;
    padding: 40px 80px;
    display: flex;
    flex-direction: column
}

.offer-popup .popup-wrapper form {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin-bottom: -80px
}

.offer-popup .popup-wrapper .popup-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px
}

.offer-popup .popup-wrapper .popup-header h4 {
    font-size: clamp(26px, 2vw, 35px);
    color: #1f7ec3;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1
}

.offer-steps {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 40px
}

.offer-steps span {
    display: block;
    flex: 1;
    height: 1px;
    background: #000;
    opacity: .2
}

.offer-steps span.active {
    opacity: .3;
    background: #1f7ec3;
    height: 4px
}

.offer-tab-item {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    flex: 1;
    padding-bottom: 40px
}

.offer-tab-item .offer-container {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px
}

.offer-container .form-input-container .form-captcha input,
.offer-tab-item .form-input input {
    font-size: 20px;
    color: #000;
    border-radius: 10px;
    background: #f2f2f2;
    padding: 0 40px;
    height: 80px;
    width: 100%;
    border: none;
    outline: 0
}

.offer-tab-item .offer-container .offer-content {
    margin-bottom: 50px
}

.offer-tab-item .offer-container .offer-content .offer-content-title {
    font-size: 50px;
    color: #000;
    margin-bottom: 0
}

.offer-tab-item .offer-container .offer-content p {
    font-size: 20px;
    opacity: .4;
    margin-top: 20px;
    font-weight: 600;
    max-width: 600px
}

.offer-tab-item .offer-container::-webkit-scrollbar {
    width: 3px;
    display: none
}

.offer-tab-item .offer-container::-webkit-scrollbar-track {
    background: #1f7ec310
}

.offer-tab-item .offer-container::-webkit-scrollbar-thumb {
    background: #1f7ec3
}

.offer-tab-item .offer-events {
    background: #fff;
    transform: translate(0, 40%);
    padding: 10px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 20px
}

.offer-tab-item .offer-events .offer-events-btn {
    flex: 1;
    border-radius: 100px;
    background: #1f7ec3;
    border: 1px solid #1f7ec3;
    outline: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    gap: 40px;
    height: 80px;
    color: #fff;
    transition: .3s
}

.offer-tab-item .offer-events .offer-events-btn:hover {
    color: #1f7ec3;
    background: #fff0
}

.offer-tab-item .offer-events .offer-events-btn.offer-events-outline-btn {
    color: #1f7ec3;
    background: 0 0
}

.multi-range-container .multi-range-header .multi-range-tab-menu .range-type.active,
.multi-range-container .multi-range-header .multi-range-tab-menu .range-type:hover,
.offer-tab-item .offer-events .offer-events-btn.offer-events-outline-btn:hover {
    background: #1f7ec3;
    color: #fff
}

.offer-tab-item .offer-events .offer-events-btn.offer-btn-danger {
    color: #c31f1f;
    background: #fff0;
    border-color: #c31f1f
}

.offer-tab-item .offer-events .offer-events-btn.offer-btn-danger:hover {
    background: #c31f1f;
    color: #fff
}

.offer-popup .popup-wrapper .popup-header h4 span::before,
.offer-popup .popup-wrapper .popup-header h4::before {
    bottom: -5px
}

.offer-popup .popup-wrapper .popup-header .popup-close {
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s
}

.offer-popup .popup-wrapper .popup-header .popup-close svg {
    width: 24px
}

.offer-popup .popup-wrapper .popup-header .popup-close:hover {
    background: #000
}

.offer-popup .popup-wrapper .popup-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden
}

.offer-popup .popup-wrapper .popup-body .popup-form form .form-input-container {
    display: flex;
    flex-direction: column;
    gap: clamp(12px, 1.3vw, 24px)
}

.multi-range-container .multi-range-header .multi-range-tab-menu {
    border-radius: 100px;
    background: #efefef;
    padding: 2px;
    display: flex
}

.multi-range-container .multi-range-header .multi-range-tab-menu .range-type {
    font-size: 20px;
    color: #000;
    border-radius: 100px;
    border: none;
    outline: 0;
    padding: 10px 20px;
    transition: .3s;
    background: #efefef
}

.multi-range-container .multi-range-header .multi-range-header-title .upper-value:before {
    content: "-";
    margin: 0 5px
}

html:lang(tr) .multi-range-container .multi-range-header .multi-range-header-title>span.text-b:after {
    content: "B"
}

.multi-range-container .multi-range-header .multi-range-header-title>span.text-b:after {
    content: "K"
}

.offer-popup .popup-wrapper .popup-body .popup-form form .form-input-container .form-input input {
    display: flex;
    padding-bottom: 30px;
    align-items: center;
    gap: 10px;
    width: 100%;
    border: 0;
    border-bottom: 1px solid;
    color: var(--black);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    border-radius: 0;
    transition: .4s
}

.offer-popup .popup-wrapper .popup-body .popup-form form .form-input-container .form-input textarea {
    border: 0;
    resize: none;
    width: 100%;
    border-bottom: 1px solid;
    max-height: 100px;
    border-radius: 0;
    transition: .4s
}

.offer-popup .popup-wrapper .popup-body .popup-form form .form-input-container .form-aggrement p {
    margin: 0;
    font-size: clamp(14px, .8vw, 16px)
}

.product-detail .captcha img.captcha_img {
    min-height: 100%;
    border-radius: 0
}

.offer-popup .popup-wrapper .popup-body .popup-form form .form-input-container .form-captcha .form-group {
    margin: 0;
    height: 50px
}

.offer-popup .popup-wrapper .popup-body .popup-form form .form-input-container .form-captcha .form-group .form-row {
    height: 100%;
    gap: 1rem
}

.offer-popup .popup-wrapper .popup-body .popup-form form .form-input-container .form-captcha .form-group .captcha {
    padding: 0;
    margin: 0
}

.offer-popup .popup-wrapper .popup-body .popup-form form .form-input-container .form-captcha .form-group .captcha input {
    height: 100%;
    display: flex;
    padding-bottom: 15px;
    align-items: center;
    gap: 10px;
    width: 100%;
    border: 0;
    border-bottom: 1px solid;
    color: var(--black);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    border-radius: 0
}

.offer-container .form-input-container .captcha img {
    max-height: initial;
    height: 80px;
    min-height: initial;
    border-radius: 10px
}

.form-control:focus {
    box-shadow: none
}

.offer-popup .popup-wrapper .popup-body .popup-form form .popup-submit {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0
}

.offer-popup .popup-wrapper .popup-body .popup-form form .popup-submit button {
    background: #f1f1f1;
    display: flex;
    padding: 0 40px;
    justify-content: center;
    align-items: center;
    gap: 15px;
    width: 100%;
    border: 0;
    outline: 0;
    color: var(--black);
    font-weight: 400;
    height: clamp(80px, 7vw, 130px);
    transition: .4s
}

.offer-popup .popup-wrapper .popup-body .popup-form form .popup-submit button:hover {
    background: #dbdbdb
}

@media screen and (min-width: 1440px) and (max-width:1700px) {
    .offer-popup .popup-wrapper .popup-body .popup-form form .popup-submit button {
        height: 90px
    }
}

@media screen and (max-width: 1440px) {
    .product-detail .detail-wrapper .detail-hero-container .detail-product-info-container .detail-product-info-futures .futures-list {
        gap: 2vw
    }
    .product-detail .detail-wrapper .detail-hero-container .detail-swiper-container .detail-product-slider .swiper-wrapper .swiper-slide img {
        max-width: 290px
    }
    .offer-popup .popup-wrapper {
        max-width: 1000px
    }
    .detail-content-title-section .item-desc,
    .product-detail .detail-wrapper .detail-content-area .tab-content .content-item .item-desc {
        font-size: 1.5vw
    }
    .detail-content-title-section .detail-content-title {
        font-size: 2vw
    }
    .detail-product-image-list .list-image-col-item {
        gap: 40px
    }
    .detail-product-image-pin .list-image-col .list-image-col-item>span {
        min-width: 120px;
        height: 120px;
        font-size: 30px
    }
    .detail-variations-section {
        max-width: 1300px;
        gap: 100px
    }
    .detail-variations-section .detail-variations-section-item img {
        width: 300px
    }
    .detail-variations-section .detail-variations-section-item .detail-variations-section-info-content .content-color {
        gap: 30px
    }
    .product-detail .detail-wrapper .detail-hero-container .detail-product-info-container .detail-product-info-hero .info-desc p {
        font-size: 1.6vw
    }
}

@media screen and (max-width: 1199px) {
    .detail-content-title-section,
    .product-detail .detail-wrapper .detail-content-area {
        margin: 100px 0
    }
    .product-detail .detail-wrapper .detail-hero-container .detail-product-info-container .detail-product-info-futures .futures-offer-container .scroll-down {
        display: none
    }
    .product-detail .detail-wrapper .detail-hero-container .detail-product-info-container .detail-product-info-futures {
        padding: 2vw 24px
    }
    .product-detail .detail-wrapper .detail-hero-container .detail-product-info-container .detail-product-info-futures .futures-offer-container .offer-btn {
        padding: 15px 20px
    }
    .product-detail .detail-wrapper .detail-hero-container .detail-swiper-container .detail-product-slider .swiper-wrapper .swiper-slide img {
        max-width: 200px
    }
    .product-detail .detail-wrapper .detail-hero-container .detail-swiper-container .detail-product-slider {
        padding-bottom: 14vw;
        top: 11vw
    }
    .offer-popup .popup-wrapper {
        max-width: 100%
    }
    .offer-popup .popup-wrapper .popup-body .popup-form form .form-input-container {
        gap: 40px
    }
    .detail-product-image-list h1,
    .offer-tab-item .offer-container .offer-content .offer-content-title {
        font-size: 32px
    }
    .offer-tab-item .offer-container .offer-content p {
        font-size: 18px
    }
    .detail-content-title-section .detail-content-title,
    .multi-range-container .multi-range-header .multi-range-header-title,
    .offer-table-title {
        font-size: 2.5vw
    }
    .multi-range-container .multi-range-header .multi-range-header-title span {
        font-size: 2.2vw
    }
    .multi-range-container .multi-range-header .multi-range-tab-menu .range-type {
        padding: 6px 15px;
        font-size: 18px
    }
    .multi-range-container .multi-range-subtitle {
        font-size: 15px;
        margin-top: 20px
    }
    .multi-range-container+.multi-range-container,
    .offer-table {
        margin-top: 30px;
        padding-top: 30px
    }
    .offer-table .add-row-button {
        font-size: 25px;
        padding: 15px 10px
    }
    .detail-variations-section .detail-variations-section-item {
        flex-direction: column-reverse!important;
        justify-content: center;
        gap: 60px
    }
    .detail-variations-section .detail-variations-section-item img {
        width: 70%
    }
    .detail-variations-section .detail-variations-section-item .detail-variations-section-info-content>p {
        max-width: 600px
    }
    .detail-product-image-list,
    .detail-variations-section {
        margin-bottom: 100px
    }
    .detail-content-title-section .detail-content-title>span,
    .detail-content-title-section .item-desc,
    .product-detail .detail-wrapper .detail-content-area .tab-content {
        padding: 0 100px
    }
    .detail-content-title-section .item-desc,
    .product-detail .detail-wrapper .detail-content-area .tab-content .content-item .item-desc {
        font-size: 2vw
    }
    .detail-product-image-list .list-image-col-item .list-image-col-item-content .list-image-col-item-info>span {
        font-size: 22px
    }
    .detail-product-image-list .list-image-col-item .list-image-col-item-content .list-image-col-item-info>p {
        font-size: 18px;
        max-width: 300px
    }
    .detail-product-image-pin .list-image-col .list-image-col-item>span {
        min-width: 60px;
        height: 60px;
        font-size: 22px;
        position: static;
        margin: 0
    }
    .detail-product-image-pin {
        gap: 40px;
        margin-top: 100px
    }
    .detail-product-image-list .list-image-col-item,
    .detail-product-image-list .list-image-col-item .list-image-col-item-content {
        gap: 20px
    }
    .product-detail .detail-wrapper .detail-hero-container .detail-swiper-container .detail-product-thumb-slider .swiper-wrapper {
        justify-content: unset
    }
}

@media screen and (max-width: 991px) {
    .product-detail .detail-wrapper .detail-hero-container .detail-product-info-container .detail-product-info-hero {
        padding: 40px
    }
    .product-detail .detail-wrapper .detail-content-area .tab-content .content-item .item-hero-desc {
        max-width: 100%;
        font-size: 18px
    }
    .product-detail .detail-wrapper .detail-content-area .tab-content .content-item .item-desc {
        font-size: 18px
    }
    .product-detail .detail-wrapper .detail-hero-container .detail-product-info-container .detail-product-info-futures .futures-list,
    .product-detail .detail-wrapper .detail-hero-container .detail-product-info-container .detail-product-info-hero .info-header h1 {
        gap: 2rem
    }
    .product-detail .detail-wrapper .detail-hero-container .detail-product-info-container .detail-product-info-hero .info-header h1::after {
        margin-bottom: 2rem
    }
    .product-detail .detail-wrapper .detail-hero-container .detail-swiper-container .detail-product-slider {
        padding-bottom: 21vw;
        top: 17vw
    }
    .detail-product-image-list,
    .product-detail .detail-wrapper .detail-hero-container .detail-product-info-container .detail-product-info-futures .futures-list .futures-item {
        flex-direction: column
    }
    .detail-content-table-wrapper .detail-content-table tbody tr td .item-title-icon svg {
        display: none
    }
    .product-detail {
        margin-top: 100px
    }
    .detail-product-image-list .list-image-col-item .list-image-col-item-content {
        align-items: start;
        flex: 1
    }
    .detail-product-image-list .list-image-col-item {
        align-items: flex-start
    }
    .detail-product-image-list .list-image-col-item>span {
        margin-top: 11px
    }
    .detail-product-image-list .list-image-col-item .list-image-col-item-content .list-image-col-item-info>span {
        font-size: 20px
    }
    .detail-product-image-list .list-image-col-item .list-image-col-item-content .list-image-col-item-info>p {
        font-size: 16px;
        width: 100%;
        max-width: 100%
    }
    .detail-product-image-list .list-image-sticky {
        position: relative;
        top: 0;
        width: 100%;
        margin-bottom: 2rem
    }
    .detail-product-image-list .list-image-sticky img {
        object-fit: contain;
        max-height: 550px;
        width: 100%
    }
    .detail-product-image-list .list-image-col,
    .detail-product-image-list .list-image-col-item .list-image-col-item-content .list-image-col-item-info {
        width: 100%
    }
}

.career-wrapper input[type=radio] {
    position: relative;
    width: 18px;
    height: 18px;
    border: 1px solid #d9d9d9;
    border-radius: 50%;
    cursor: pointer
}

.career-wrapper input[type=radio]:checked::before {
    content: "";
    position: absolute;
    background: #d9d9d9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 7px;
    height: 7px;
    border-radius: 50%
}

.contact .captcha {
    height: 100%;
    padding: 0
}

.contact .captcha img.captcha_img {
    max-height: 100%;
    height: 49px;
    border-radius: 100px
}

.contact .captcha input {
    width: 100%;
    height: 49px;
    border-radius: 100px;
    margin: 0!important
}

.captcha a {
    background: #e3000f
}

.references {
    margin-bottom: 5vw
}

.references .container>ul>li>a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 230px
}

.references .container>ul>li>ul {
    list-style: none;
    padding: 30px;
    position: relative;
    box-shadow: 0 64px 124px 0 #fff0;
    transition: .3s;
    z-index: 1;
    overflow-y: scroll;
    max-width: 80%;
    text-align: center;
    min-width: 300px
}

.references .container>ul>li>ul>li {
    display: flex;
    color: #fff;
    align-items: start;
    font-size: 14px;
    text-align: center
}

.references .container>ul>li>ul>li>span {
    display: block;
    font-size: 30px;
    color: #000;
    opacity: .5;
    font-weight: 700;
    margin-bottom: 1rem;
    border-bottom: 1px solid #dedede;
    padding-bottom: 12px
}

.references .container>ul>li>ul>li+li {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #000;
    margin-top: 10px;
    gap: 12px
}

.references .container>ul>li:hover>a {
    background: #fefefe
}

.references .container>ul>li:hover>a img {
    transform: scale(1.3)
}

.references .container>ul>li:hover>ul::-webkit-scrollbar {
    width: 2px;
    padding-left: 5px
}

.references .container>ul>li:hover>ul::-webkit-scrollbar-track {
    background: #fff
}

.references .container>ul>li>a img {
    transition: .3s;
    max-width: 75%
}

.references .container>ul>li:hover>ul {
    transform: translate(0, 0);
    box-shadow: 0 64px 124px 0 rgb(54 56 83 / .15)
}

.references .container>ul>li {
    position: relative;
    box-shadow: 0 64px 124px 0 #fff0;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.references .container>ul {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center
}

.references .container>ul img {
    max-height: 345px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px
}

.references-item-wrapper {
    display: flex;
    max-width: 600px;
    margin: 0 auto;
    padding: 32px;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    border-radius: 16px;
    background: #2d317e
}

.references-item-wrapper .references-date {
    position: relative;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 100%
}

.references-item-wrapper .references-date::after,
.references-item-wrapper .references-date::before {
    content: '';
    position: relative;
    height: 1px;
    flex: 1;
    background: rgba(255, 255, 255, 50%)
}

.references-item-wrapper .references-subtitle {
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%
}

.references-item-wrapper ul li {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    gap: 8px;
    text-align: center;
    padding: 0 50px
}

.references-item-wrapper .references-title {
    color: #fff;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

.references-item-wrapper .references-desc {
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%
}

.references-item-wrapper ul {
    display: flex;
    flex-direction: column;
    gap: 1rem
}

@media (max-width: 1470px) {
    .category>span {
        font-size: 30px
    }
    .category>ul {
        margin-top: 40px
    }
    .category>ul>li>a {
        font-size: 20px
    }
    .question-card>span:nth-child(3) {
        font-size: 25px
    }
    .question-card>span:nth-child(2) {
        font-size: 17px
    }
    .question-card>svg {
        height: auto;
        width: 40px
    }
    .question-card {
        padding: 25px;
        border-radius: 30px
    }
    .page-sticky {
        max-width: 250px
    }
    .references .container>ul>li>ul>li>span {
        font-size: 25px;
        margin-bottom: 25px
    }
    .references .container>ul>li>ul>li+li {
        font-size: 18px
    }
    .references .container>ul>li>ul>li+li svg {
        height: auto;
        width: 20px
    }
    .references .container>ul>li>ul {
        padding: 30px
    }
    .references .container>ul>li>a {
        height: 180px
    }
    .references {
        margin-top: 50px
    }
    .references .container>ul>li:hover>a img {
        transform: scale(1.1)
    }
}

@media (max-width: 1199px) {
    .references .container>ul>li>ul {
        position: relative;
        opacity: 1;
        visibility: visible;
        pointer-events: all;
        top: 0;
        background: 0 0
    }
    .references .container>ul>li>a {
        height: 120px
    }
    .references .container>ul {
        gap: 40px 20px
    }
    .references .container>ul>li>ul>li>span {
        font-size: 18px;
        color: #fff;
        opacity: 1
    }
    .references .container>ul>li>ul>li+li {
        font-size: 15px;
        gap: 5px
    }
    .references .container>ul>li>ul>li+li svg {
        width: 16px
    }
    .references {
        padding-bottom: 70px;
        padding-top: 105px
    }
}

@media screen and (max-width: 991px) {
    .references {
        padding: 0 0 50px;
        margin: 0;
        background: #e3000f
    }
    .references-item-wrapper {
        background: #fff;
        max-width: 100%;
        width: 100%;
        border-radius: 16px;
        border: 1px solid #d9d9d9
    }
    .references-item-wrapper .references-title {
        color: var(--main-color-darkblue)
    }
    .references-item-wrapper .references-date {
        color: rgb(0 0 0 / .5)
    }
    .references-item-wrapper .references-date::after,
    .references-item-wrapper .references-date::before {
        background: rgb(0 0 0 / .1)
    }
    .references-item-wrapper .references-subtitle {
        color: var(--main-color-darbklue)
    }
    .references-item-wrapper ul li {
        color: #336410
    }
    .references-item-wrapper .references-desc {
        color: #676668
    }
}

.references-map {
    background: #e3000f;
    text-align: center;
    padding-top: 13vw;
    position: relative
}

.references-map .references-main-title {
    text-align: center;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
    color: #fff0;
    font-size: 7.5vw;
    font-weight: 700;
    line-height: normal;
    font-family: sans-serif;
    margin-bottom: 4vw
}

.references-map .map-wrapper {
    position: relative;
    height: 100%;
    width: 100%
}

.references-map .map-wrapper::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 10px;
    background: #fff
}

.references-map .map-wrapper svg {
    width: 100%;
    height: 100%
}

.references-map .map-wrapper svg g path {
    transition: .4s;
    cursor: pointer
}

.references .references-wrapper {
    max-width: 100%!important;
    padding: 0 9vw
}

.country-path circle {
    position: absolute;
    transition: .4s;
    cursor: pointer
}

.references-map .country-path.active path {
    fill: #272b72
}

.references-map .country-path.active .path-wrapper {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.references-map .references-country {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--main-color-darkblue);
    font-size: 3.5vw;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    display: none
}

.references-map .country-path .path-wrapper:hover circle:first-child {
    r: 10
}

.references-map .country-path .path-wrapper:hover circle:last-child {
    r: 6
}

.references-mobile .mobile-wrapper {
    padding: 0 70px;
    display: flex;
    align-items: center;
    justify-content: center
}

.references-mobile .mobile-wrapper .mobile-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem 1rem;
    align-items: end;
    justify-content: center
}

.references-mobile .mobile-wrapper .mobile-list .list-item a {
    color: var(--white);
    font-size: 20px;
    border-bottom: 1px solid var(--white);
    padding-bottom: 8px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    display: block
}

.references-mobile .mobile-wrapper .mobile-list .list-item.active a {
    color: var(--lightblue);
    border-color: var(--lightblue)
}

@media screen and (max-width: 991px) {
    .references-map {
        padding-top: 120px
    }
    .references-map .map-wrapper {
        display: none;
        position: relative;
        width: 100vw;
        overflow: hidden;
        background: #fff;
        height: auto
    }
    .references-map .map-wrapper svg {
        position: relative;
        width: 420%;
        height: auto;
        transform-origin: center;
        flex-shrink: 0
    }
    .references-map .map-wrapper::-webkit-scrollbar {
        display: none
    }
    .references-mobile {
        display: block;
        padding: 20px 0 50px
    }
    .references-map .references-country {
        font-size: 40px;
        bottom: -15vw
    }
    .references-map .references-main-title {
        font-size: 59px
    }
    .mobile-select-wrapper {
        position: relative
    }
    .mobile-select {
        display: flex;
        padding: 15px 50px 15px 20px;
        justify-content: space-between;
        align-items: center;
        border-radius: 15px;
        border: 1px solid #fff;
        background: #fff0;
        color: #fff;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        position: relative;
        cursor: pointer;
        font-weight: 600;
        line-height: normal;
        font-size: 16px;
        width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .mobile-select-wrapper.selected select {
        background: #e3000f;
        color: #e3000f;
        border-color: #fff0
    }
    .mobile-select-wrapper .select-icon {
        position: absolute;
        right: 4px;
        top: 50%;
        transform: translateY(-50%);
        width: 42px;
        height: 42px;
        background-size: contain;
        z-index: 10;
        transition: .4s;
        display: flex;
        align-items: center;
        justify-content: center
    }
    .mobile-select-wrapper .select-clear {
        opacity: 0;
        visibility: hidden;
        pointer-events: none
    }
    .mobile-select-wrapper.selected .select-clear {
        opacity: 1;
        visibility: visible;
        pointer-events: all
    }
    .mobile-select-wrapper.selected .default-select-icon {
        opacity: 0;
        visibility: visible;
        pointer-events: none
    }
}

.search-container .search-wrapper .result-list .list-group-item {
    background-color: #fff0;
    color: #fff;
    border: 0;
    padding: 0 0 20px;
    transition: .4s
}

.search-container .search-wrapper .result-list .list-group-item:hover {
    color: var(--lightblue)
}

.why-us-img-absolute {
    position: absolute;
    left: 40%;
    top: 0;
    width: 10vw
}

.more-popup,
.product-group-modal {
    position: fixed;
    visibility: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0
}

.why-us-img-absolute svg {
    width: 9vw
}

@media screen and (max-width: 1023px) {
    .why-us-img-absolute {
        display: none
    }
}

.branches-list .item#data-5 {
    top: 230px;
    left: 70vw
}

.branches-list .item#data-6 {
    top: 320px;
    left: 32vw
}

.branches-list .item#data-9 {
    top: 190px;
    left: 50vw
}

.branches-list .item#data-10 {
    top: 210px;
    left: 59.8vw
}

.branches-list .item#data-11 {
    top: 50px;
    left: 50vw
}

.branches-list .item#data-7 {
    top: 230px;
    left: 75vw
}

.branches-list .item#data-8 {
    top: 250px;
    left: 79vw
}

.product-group-list {
    margin-bottom: 100px
}

.product-group-list .group-list-item {
    border-radius: 32px;
    overflow: hidden;
    position: relative;
    min-height: 610px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 50px 60px;
    border: 1px solid;
    background: #fff;
    box-shadow: 0 4px 114px 0 rgb(0 0 0 / .05)
}

.product-group-list .group-list-item .hover-icon {
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .4s
}

.product-group-list .group-list-item>img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    filter: blur(50px)
}

.product-group-list .group-list-item .item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    gap: 24px;
    margin-bottom: 3rem
}

.product-group-list .group-list-item .item-header img {
    width: 100%;
    height: 16vw;
    object-fit: contain
}

.product-group-list .group-list-item .item-header>span {
    font-weight: 500;
    line-height: normal;
    color: #000;
    text-align: center;
    font-size: 15px;
    display: none
}

.product-group-list .group-list-item .item-header>span>span:first-child {
    display: block;
    font-size: 4.4vw;
    font-weight: 300;
    line-height: 1
}

.product-group-list .group-list-item .item-body {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    text-align: center
}

.product-group-list .group-list-item .item-body .item-body-title {
    font-size: clamp(16px, 2vw, 36px);
    color: #000;
    font-weight: 700;
    margin: 0;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 90%
}

.product-group-modal {
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0 0 0 / .4);
    justify-content: center;
    align-items: flex-end;
    padding: 50px;
    z-index: 99;
    border-radius: 0;
    display: flex;
    pointer-events: none;
    transition: .2s
}

.product-group-modal-content {
    background-color: #fefefe;
    margin: 0 auto;
    padding: 3rem;
    width: 90%;
    max-width: 1100px;
    border-radius: 62px;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column
}

.product-group-modal-content .product-group-modal-products {
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 45px;
    padding-right: 30px;
    margin-right: -30px;
    gap: 25px
}

.product-group-modal-content .product-group-modal-products::-webkit-scrollbar {
    width: 4px
}

.product-group-modal-content .product-group-modal-products::-webkit-scrollbar-track {
    background: #bbbcd1
}

.product-group-modal-content .product-group-modal-products::-webkit-scrollbar-thumb {
    background: #e3000f
}

.product-group-modal-content .product-group-modal-products .product-group-modal-products-item .hover-icon {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    top: 12px;
    right: 12px
}

.product-group-modal-content .product-group-modal-content-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid;
    padding-bottom: 45px;
    margin-bottom: 45px
}

.product-group-modal-content .product-group-modal-content-header h4 {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    margin: 0;
    flex: .9
}

.product-group-modal-content .product-group-modal-content-header .product-group-modal-content-header-close-btn {
    cursor: pointer;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border: 1px solid var(--main-color-darkblue);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s
}

.product-group-modal-content .product-group-modal-products .product-group-modal-products-item:last-child {
    border: 0
}

.product-group-modal-content .product-group-modal-products .product-group-modal-products-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 25px;
    border-bottom: 1px solid;
    position: relative
}

.product-group-modal-content .product-group-modal-products .product-group-modal-products-item .product-group-modal-products-item-header {
    display: flex;
    align-items: center;
    gap: 40px;
    flex: .9
}

.product-group-modal-content .product-group-modal-products .product-group-modal-products-item img {
    border-radius: 100px;
    width: 166px;
    height: 116px;
    object-fit: contain
}

.product-group-modal-content .product-group-modal-products .product-group-modal-products-item .product-group-modal-products-item-info h5 {
    margin: 0;
    font-size: 26px;
    color: #000;
    font-weight: 400
}

.product-group-modal-content .product-group-modal-products .product-group-modal-products-item .product-group-modal-products-item-info span {
    margin: 10px 0 0;
    font-size: 26px;
    color: #000;
    opacity: .5;
    display: block
}

@media (max-width: 1470px) {
    .product-group-list .group-list-item {
        min-height: 340px
    }
    .product-group-modal-content {
        transform: scale(.9);
        transform-origin: bottom
    }
}

@media (max-width: 1199px) {
    .product-group-list .group-list-item {
        padding: 30px 40px
    }
    .product-group-list {
        max-width: calc(100% - 90px);
        margin: 10px auto 80px
    }
    .product-group-modal-content {
        transform: scale(1);
        padding: 50px 50px 0
    }
    .product-group-modal-content .product-group-modal-content-header h4 {
        font-size: 27px
    }
    .product-group-modal-content .product-group-modal-products .product-group-modal-products-item .product-group-modal-products-item-info h5 {
        font-size: 20px
    }
    .product-group-modal-content .product-group-modal-products .product-group-modal-products-item .product-group-modal-products-item-info span {
        font-size: 18px
    }
    .product-group-modal-content .product-group-modal-products .product-group-modal-products-item .product-group-modal-products-item-header {
        gap: 20px
    }
    .product-group-modal-content .product-group-modal-products .product-group-modal-products-item img {
        width: 120px;
        height: 80px
    }
    .product-group-modal-content .product-group-modal-content-header {
        margin-bottom: 30px;
        padding-bottom: 30px
    }
    .product-group-modal-content .product-group-modal-products {
        gap: 30px
    }
}

@media (max-width: 991px) {
    .category>span,
    .category>ul>li>ul:after,
    .category>ul>li>ul:before,
    .question-card {
        display: none
    }
    .category-btn,
    .page-sticky .category .close-btn {
        display: block;
        text-align: center
    }
    .page-sticky .category {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        z-index: 16;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: .3s;
        padding: 20px 24px;
        margin-bottom: 0
    }
    .page-sticky {
        position: relative;
        top: 0;
        max-height: initial;
        padding: 0;
        max-width: 100%
    }
    .category-btn {
        border-radius: 10px;
        border: 1px solid;
        background: #fff;
        padding: 15px 20px;
        font-size: 18px;
        margin-bottom: 24px
    }
    .page-sticky .category.active {
        opacity: 1;
        visibility: visible;
        pointer-events: all
    }
    .category>ul {
        align-items: center;
        width: 100%;
        margin-top: 30px
    }
    .category>ul>li>a {
        justify-content: center
    }
    .category>ul>li {
        text-align: center
    }
    .category>ul>li>ul {
        padding-left: 0
    }
    .page-sticky .category .close-btn svg {
        width: 35px
    }
    .references .container>ul {
        grid-template-columns: repeat(3, 1fr);
        min-height: calc(100vh - 590px)
    }
    .product-group-list .group-list-item {
        padding: 20px;
        min-height: 240px
    }
    .product-group-list .group-list-item .item-header {
        margin-bottom: 15px;
        padding-bottom: 15px
    }
    .product-group-list .group-list-item .item-body .item-body-title {
        font-weight: 500
    }
    .product-group-modal-content {
        width: 100%
    }
    .product-group-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem
    }
    .product-group-list .group-list-item .item-header img {
        height: 180px
    }
}

.picture-point .img-pointer .country-path img {
    cursor: pointer;
    transition: .4s
}

.more-popup.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1)
}

.more-popup>span {
    font-weight: 700;
    font-size: 48px;
    color: #fcec10;
    display: block;
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%)
}

.more-popup .close-btn {
    position: absolute;
    right: 70px;
    top: 50px;
    width: max-content;
    height: max-content
}

.more-popup .close-btn svg {
    transition: .3s;
    cursor: pointer
}

.more-popup .form-content {
    background: 0 0;
    padding: 0;
    margin-top: 155px
}

@media only screen and (max-width: 1600px) {
    .more-popup .form-content {
        margin-top: 210px
    }
}

@media only screen and (max-width: 1366px) {
    .more-popup>span {
        font-size: 40px
    }
    .more-popup .close-btn svg {
        width: 70px;
        height: 70px
    }
    .more-popup .form-content form input {
        font-size: 23px;
        padding-bottom: 25px
    }
    .more-popup .form-content form input+input {
        margin-top: 55px
    }
}

.more-popup {
    background: rgb(0 0 0 / 98%);
    backdrop-filter: blur(10px);
    transform: scale(1.4);
    transition: .4s;
    z-index: 999;
    padding-right: 0;
    overflow-y: auto;
    display: flex;
    align-items: center;
    justify-content: center
}

.certificates-list,
.certificates-list .list-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    position: relative
}

.more-popup .cnt {
    max-width: 70%;
    max-height: 90%;
    margin: auto;
    background: #fff;
    border-radius: 20px;
    padding: 100px 60px;
    overflow-y: auto
}

.more-popup .cnt .title {
    color: #000;
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 5px
}

.more-popup .cnt p {
    color: #000;
    font-weight: 400;
    font-size: 18px;
    margin: 0
}

.more-popup .cnt .title:not(:first-child) {
    margin-top: 65px
}

.more-popup .cnt .title span {
    color: #fcec10
}

@media only screen and (max-width: 1200px) {
    .more-popup {
        padding-right: 135px
    }
    .more-popup .cnt {
        max-width: 80%;
        padding: 60px 50px
    }
    .more-popup .cnt .title {
        font-size: 33px;
        margin-bottom: 20px
    }
    .more-popup .cnt .title:not(:first-child) {
        margin-top: 50px
    }
}

@media only screen and (max-width: 900px) {
    .more-popup .cnt {
        max-width: 90%;
        padding: 40px 30px
    }
    .more-popup {
        padding: 55px 0 0
    }
    .more-popup .cnt .title {
        font-size: 28px
    }
    .more-popup .cnt p {
        font-size: 15px
    }
}

.certificates-list {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px
}

.certificates-list .list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 15px);
    flex: 0 0 calc(25% - 15px);
    max-height: 100%;
    height: auto
}

.certificates-list .list-item a {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #fff0;
    padding: 65px 32px 32px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    max-height: 100%;
    height: 100%;
    min-height: 21vw;
    box-shadow: rgb(0 0 0 / .05) 0 0 2px 0
}

.certificates-list .list-item a>span:first-child {
    display: block;
    font-size: 1.6vw;
    color: #1f1f32;
    z-index: 1
}

.certificates-list .list-item a>span:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.2vw;
    color: #1f1f32;
    z-index: 1
}

.certificates-list .list-item a>span:nth-child(2) svg {
    margin-bottom: 5px;
    margin-right: 10px
}

.certificates-list .list-item a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    pointer-events: none;
    width: 100%;
    height: 100%;
    z-index: 1
}

@media (hover: hover) {
    .certificates-list .list-item:hover a {
        border-color: var(--main-color-darkblue)
    }
    .certificates-list .list-item:hover a:before {
        width: 95%;
        height: 95%
    }
}

@media only screen and (max-width: 1199px) {
    section.page.single-page {
        padding: 190px 80px 70px
    }
    section.page.single-page h2 {
        margin-bottom: 60px;
        font-size: 40px
    }
    .sss-wrapper .sss-background-image,
    .sss-wrapper .sss-links {
        display: none
    }
    .sss-wrapper.container {
        justify-content: flex-start;
        gap: 60px
    }
    .sss-wrapper .sss-accordion .sss-accordion-item {
        max-width: 100%;
        padding: 2.6vw 24px 24px
    }
    .sss-wrapper .sss-accordion {
        flex: 1
    }
    .certificates-list .list-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33% - 15px);
        flex: 0 0 calc(33% - 15px)
    }
}

@media only screen and (max-width: 991px) {
    .sss-wrapper .sss-accordion {
        gap: 50px;
        margin-top: 30px
    }
    .sss-wrapper.container {
        margin: 0;
        display: block
    }
    .certificates-list .list-item a {
        padding-top: 50px;
        gap: 5vw;
        border: 1px solid #e3000f
    }
    .certificates-list .list-item a>span:first-child {
        font-size: 2.3vw
    }
    .certificates-list .list-item a>span:nth-child(2) {
        font-size: 2vw
    }
}

@media only screen and (max-width: 767px) {
    section.page.single-page {
        padding: 160px 20px 40px;
        font-size: 13px
    }
    .page.single-page .table-responsive::-webkit-scrollbar {
        display: none
    }
    section.page.single-page h2 {
        font-size: 23px;
        margin-bottom: 35px
    }
    section.page.single-page p strong {
        font-size: 15px
    }
    body .cc-window {
        width: 100%;
        max-width: 100%!important;
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important;
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important;
        left: 50%!important;
        right: auto!important;
        -webkit-transform: translateX(-50%) scale(.9);
        -ms-transform: translateX(-50%) scale(.9);
        transform: translateX(-50%) scale(.9);
        bottom: 30px!important;
        height: 110px;
        padding: 0 30px!important
    }
    .cc-floating.cc-theme-edgeless .cc-message {
        margin: 0!important
    }
    .sss-wrapper.container {
        flex-direction: column;
        gap: 50px;
        padding: 24px 24px 50px
    }
    .sss-wrapper .sss-accordion .sss-accordion-item .sss-accordion-item-header {
        margin-left: -10px;
        margin-top: -18px;
        max-width: 100%
    }
    .sss-wrapper .sss-accordion .sss-accordion-item .sss-accordion-item-text {
        font-size: 17px
    }
    .sss-wrapper .sss-accordion {
        gap: 50px
    }
    .sss-wrapper .sss-accordion .sss-accordion-item .sss-accordion-item-button {
        font-size: 17px;
        padding: 15px 25px
    }
    .more-popup .close-btn svg {
        width: 45px;
        height: 45px
    }
    .more-popup .close-btn {
        top: 20px;
        left: 50%;
        transform: translateX(-50%)
    }
    .more-popup>span {
        font-size: 30px;
        width: max-content;
        top: 95px
    }
    .more-popup .form-content form input {
        font-size: 17px;
        border-bottom: 2px solid #fff;
        padding-bottom: 20px
    }
    .more-popup .form-content form input+input {
        margin-top: 46px
    }
    .more-popup .form-content {
        height: calc(100vh - 130px);
        margin: auto 0 0;
        display: flex;
        align-items: center
    }
    .more-popup .form-content form {
        width: 100%
    }
    .more-popup {
        display: flex
    }
    .certificates-list .list-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
        flex: 0 0 calc(50% - 10px)
    }
    .certificates-list .list-item a {
        padding: 40px 24px 24px;
        min-height: 44vw;
        border: 1px solid #e3000f21;
        border-radius: 12px;
        overflow: hidden
    }
    .certificates-list .list-item a>span:first-child {
        font-size: 4vw
    }
    .certificates-list .list-item a>span:nth-child(2) {
        font-size: 3vw
    }
    .certificates-list .list-item a>span:nth-child(2) svg {
        height: 4vw;
        width: auto
    }
}

.plus {
    position: relative;
    display: block;
    display: flex;
    align-items: center;
    justify-content: end;
    width: 16px;
    height: 16px
}

.plus .line-1 {
    position: absolute;
    width: 16px;
    background: #fff;
    display: block;
    height: 2px
}

.plus .line-2 {
    position: absolute;
    width: 2px;
    background: #fff;
    display: block;
    height: 16px;
    left: 50%;
    transform: translateX(-50%);
    transition: .4s
}

.sub-opened .plus .line-2 {
    transform: rotate(90deg)
}

@media (min-width: 769px) {
    .content-list.swiper-container {
        display: none!important
    }
}

@media (max-width: 767px) {
    .references .container>ul {
        grid-template-columns: repeat(2, 1fr)
    }
    .references .container>ul>li>ul {
        padding: 30px 0;
        text-align: center
    }
    .references .container>ul>li {
        display: flex;
        flex-direction: column
    }
    .references .container>ul>li>ul>li+li {
        justify-content: center;
        color: #fff
    }
    .references .container>ul>li>a {
        height: auto;
        padding: 20px 0;
        flex: 1
    }
    .references {
        background: #303181;
        margin-bottom: 0;
        margin-top: 0;
        padding-bottom: 20px
    }
    .references .container>ul img {
        max-height: 230px
    }
    .references-item-wrapper .references-title {
        font-size: 24px
    }
    .references-item-wrapper {
        padding: 12px;
        gap: 1.5rem
    }
    .references-item-wrapper .references-subtitle {
        font-size: 18px
    }
    .references-item-wrapper .references-desc {
        font-size: 15px
    }
    .product-group-list {
        max-width: calc(100% - 12px);
        gap: 10px
    }
    .product-group-list .group-list-item {
        height: auto;
        border-radius: 32px;
        min-height: 292px
    }
    .product-group-list .group-list-item .hover-icon {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
        top: 12px;
        right: 12px
    }
    .product-group-list .group-list-item .hover-icon svg,
    .product-group-modal-content .product-group-modal-products .product-group-modal-products-item .hover-icon svg {
        width: 38px;
        height: 38px
    }
    .product-group-list .group-list-item .item-header img {
        height: 180px;
        object-fit: cover
    }
    .product-group-list .group-list-item .item-header>span>span:first-child {
        font-size: 6vw
    }
    .product-group-list .group-list-item .item-header>span {
        font-size: 12px
    }
    .product-group-list .group-list-item .item-body .item-body-title {
        font-size: 16px;
        line-height: 1.4;
        display: block;
        margin-bottom: 0
    }
    .product-group-modal {
        padding: 0 16px
    }
    .product-group-modal-content {
        padding: 30px 24px 0;
        border-radius: 12px;
        height: 64vh;
        margin: auto 0;
        overflow-y: scroll
    }
    .product-group-modal-content .product-group-modal-content-header h4 {
        font-size: 18px;
        font-weight: 500
    }
    .product-group-modal-content .product-group-modal-content-header .product-group-modal-content-header-close-btn {
        width: 40px;
        height: 40px
    }
    .product-group-modal-content .product-group-modal-content-header {
        margin-bottom: 20px;
        border-bottom: 0;
        padding-bottom: 0
    }
    .product-group-modal-content .product-group-modal-products {
        margin-right: 0;
        padding-right: 0;
        gap: 1rem 12px;
        display: grid;
        grid-template-columns: 1fr
    }
    .product-group-modal-content .product-group-modal-products::-webkit-scrollbar {
        display: none
    }
    .product-group-modal-content .product-group-modal-products .product-group-modal-products-item .product-group-modal-products-item-header {
        gap: 21px
    }
    .product-group-modal-content .product-group-modal-products .product-group-modal-products-item {
        display: block;
        text-align: center;
        border-radius: 30px;
        border: 1px solid;
        background: #fff;
        box-shadow: 0 7.702px 30.809px 0 rgb(0 0 0 / .02);
        min-height: 208px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 15px 20px
    }
    .product-group-modal-content .product-group-modal-products .product-group-modal-products-item img {
        width: 83px;
        height: 138px;
        border-radius: 12px
    }
    .product-group-modal-content .product-group-modal-products .product-group-modal-products-item .product-group-modal-products-item-info h5 {
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-align: start;
        max-width: 90%
    }
    .product-group-modal-content .product-group-modal-products .product-group-modal-products-item .product-group-modal-products-item-info span {
        font-size: 13px;
        margin-top: 5px
    }
    .services-list .product-group-modal-content .item-link {
        font-size: 11px;
        padding: 7px 10px;
        margin-top: 8px;
        display: none
    }
    .services-list .product-group-modal-content .item-link svg {
        display: none
    }
    .product-group-modal-content .product-group-modal-products .product-group-modal-products-item:last-child {
        border: 1px solid
    }
    .product-group-modal-content .product-group-modal-products .product-group-modal-products-item .hover-icon {
        opacity: 1;
        visibility: visible;
        pointer-events: all
    }
    .product-group-modal-content .product-group-modal-content-header .product-group-modal-content-header-close-btn svg {
        width: 18px;
        height: 18px
    }
    .content-list.web {
        display: none!important
    }
}

@media screen and (max-width: 767px) {
    .career-body-item-position {
        flex-direction: column;
        gap: 20px
    }
    .career-body-item-wrapper .career-body-item-position .career-body-item-position-header-wrapper .career-body-item-location-area .career-body-item-location-area-item .career-body-item-location-text,
    .career-modal-wrapper .career-modal-text .career-modal-header-section .career-body-item-location-area .career-body-item-location-area-item .career-body-item-location-text {
        font-size: 13px;
        line-height: 0
    }
    .career-modal-wrapper .career-modal-text .career-modal-header-section .career-body-item-location-area .career-body-item-location-area-item:after {
        top: -8px
    }
    .career-modal-wrapper .career-modal-text .career-modal-header-section .career-body-item-text-container .career-body-item-container-text {
        font-size: 14px
    }
    .career-modal-wrapper .career-modal-text .career-modal-header-section .career-body-item-text-container {
        max-width: 95%
    }
    .career-modal-wrapper .career-modal-form,
    .career-modal-wrapper .career-modal-text {
        max-width: calc(100vw - 16px)
    }
    .career-modal-wrapper .captcha img.captcha_img {
        height: 52px!important;
        border-radius: 20px
    }
    .career-modal-wrapper .career-modal-form .form-item input {
        font-size: 15px;
        padding-left: 15px
    }
    .career-body-item-wrapper .career-body-item-position .career-body-item-mid-text-wrapper,
    .career-modal-wrapper .career-modal-form form .upload-your-cv .upload-your-cv-wrapper,
    .career-modal-wrapper .career-modal-form form .upload-your-cv .upload-your-cv-wrapper>svg,
    .career-modal-wrapper .career-modal-form form .upload-your-cv label,
    .contact .contact-wrapper .contact-form .form-wrapper .form-container .form-header,
    .contact .contact-wrapper .contact-form .form-wrapper .form-container form button,
    .product-detail .detail-wrapper .detail-hero-container .detail-swiper-container {
        width: 100%
    }
    .career-modal-wrapper .carrer-modal-section-wrapper {
        margin-top: 430px;
        width: 100%;
        align-items: center
    }
    .career-modal-wrapper .career-modal-form .career-modal-close-btn {
        top: 23px;
        padding: 10px;
        position: fixed;
        left: 50%;
        transform: translateX(-50%);
        right: unset
    }
    .career-wrapper .career-filter-wrapper.active {
        padding: 70px 24px 10vw;
        backdrop-filter: blur(100px);
        -webkit-backdrop-filter: blur(100px)
    }
    .career-body-item-wrapper {
        margin-left: 0;
        padding: 24px;
        background: #494f96a1
    }
    .career-body-section .career-body-item .career-body-item-header .career-body-item-text-wrapper .career-body-item-text-right-side .career-body-item-count {
        padding-right: 15px;
        margin-right: 15px
    }
    .career-body-item-wrapper .career-body-item-position .career-body-item-position-header-wrapper .carrer-body-item-position-brand-area .career-body-item-brand {
        font-size: 13px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff
    }
    .career-body-item-wrapper .career-body-item-position .career-body-item-position-header-wrapper .carrer-body-item-position-brand-area .career-body-item-position-header-wrapper-text {
        font-size: 18px
    }
    .career-body-item-wrapper .career-body-item-position .career-body-item-position-header-wrapper .carrer-body-item-position-brand-area .career-body-item-brand-emergency {
        font-size: 13px
    }
    .career-body-item-wrapper .career-body-item-position .career-body-item-position-header-wrapper .carrer-body-item-position-brand-area {
        border-bottom: 1px solid var(--main-color-darkblue);
        padding-bottom: 15px
    }
    .career-body-item-wrapper .career-body-item-position .career-body-item-position-header-wrapper g {
        opacity: 1
    }
    .career-body-item-wrapper .career-body-item-position .career-body-item-position-header-wrapper .career-body-item-location-area .career-body-item-location-area-item:after {
        top: -5px
    }
    .career-body-section .career-body-item {
        margin-bottom: 35px
    }
    .career-body-section .career-body-item .career-body-item-header .career-body-item-text-wrapper .career-body-item-text-left-side,
    .multi-range-container .multi-range-header .multi-range-header-title .lower-value {
        margin-left: 0
    }
    .career-body-section .career-body-item .career-body-item-header,
    .offer-popup .popup-wrapper .popup-header {
        margin-bottom: 20px
    }
    .branches,
    .career-body-section .career-body-item .career-body-item-header .career-body-item-image,
    .homepage-news,
    .offer-tab-item .offer-events .offer-events-btn svg,
    .product .product-wrapper .product-category .get-contact,
    .product .product-wrapper .product-list-container-wrapper .product-list-container .product-category-header .product-category-name span,
    .product .product-wrapper .product-list-container-wrapper .product-list-container .product-category-header .product-category-name span::before,
    .product .product-wrapper .product-list-container-wrapper .product-list-container .product-category-header .product-category-sort .sort-list-container .sort-list .list-item a::before,
    .product-detail .detail-wrapper .detail-content-area .content-tab-list-wrapper .content-tabs-list .tab-item .item-active-icon,
    .product-detail .detail-wrapper .detail-content-area .content-tab-list-wrapper .content-tabs-list .tab-item .item-header .item-numb,
    .product-detail .detail-wrapper .detail-hero-container .detail-product-info-container .detail-product-info-futures .futures-offer-container .offer-btn {
        display: none
    }
    .career-wrapper .career-body-wrapper .career-body-header .career-body-couter,
    .detail-content-title-section .item-desc,
    .detail-product-image-list .list-image-col-item .list-image-col-item-content .list-image-col-item-info>p,
    .detail-variations-section .detail-variations-section-item .detail-variations-section-info-content ol li span,
    .offer-table textarea,
    .product-detail .detail-wrapper .detail-content-area .tab-content .content-item .item-desc,
    .references-mobile .mobile-wrapper .mobile-list .list-item a {
        font-size: 15px
    }
    .career-wrapper .career-body-wrapper .career-body-header .career-body-header-text {
        font-size: 20px
    }
    .career-wrapper .career-filter-mobile-menu .career-filter-mobile-menu-header .filter-btn svg {
        width: 5vw
    }
    .career-wrapper .career-filter-mobile-menu .career-filter-mobile-menu-header .filter-btn .career-filter-header-text,
    .multi-range-container .multi-range-header .multi-range-header-title span {
        font-size: 4vw
    }
    .career-wrapper {
        padding-top: 120px;
        padding-bottom: 0
    }
    .career-body-item-wrapper .career-body-item-position .career-body-item-button {
        display: inline-block;
        padding: 7px 12px;
        font-size: 14px
    }
    .career-body-item-wrapper .career-body-item-position {
        justify-content: unset;
        align-items: flex-start
    }
    .blogs .blogs-wrapper .blogs-list,
    .product .product-wrapper .product-list-container-wrapper .product-list-container .product-list {
        grid-template-columns: repeat(2, 1fr)
    }
    .blog-detail .detail-other-blogs .other-blogs-wrapper .other-blogs-header h4 {
        font-size: 21px
    }
    .blog-detail .detail-other-blogs .other-blogs-wrapper .other-blogs-header .navigation-buttons .navigation-button svg {
        width: 25px;
        height: 25px
    }
    .navigation-buttons .navigation-button {
        width: 50px;
        height: 50px
    }
    .blog-layout .s-layout-hero.s-layout-lg h1.s-layout-default-text {
        font-size: 24px;
        -webkit-text-stroke-width: 0;
        font-weight: 500;
        max-width: 90%
    }
    .blog-layout .s-layout-hero.s-layout-lg img {
        height: 350px!important
    }
    .s-layout-hero.s-layout-lg img {
        height: 250px!important
    }
    .s-layout-hero.s-layout-lg h1 {
        bottom: 30px!important;
        padding-left: 24px
    }
    .contact .contact-wrapper .contact-form .form-wrapper .form-container h3,
    .detail-product-image-list h1,
    .product-detail .detail-wrapper .detail-similar-products-slider .similer-products-header h4,
    .services-detail .detail-wrapper .detail-description .description-item .item-title,
    .services-slider-container .services-header h2,
    tab-item .offer-container .offer-content .offer-content-title {
        font-size: 24px
    }
    .services-list .list-item .item-header .item-icon img {
        height: 180px
    }
    .homepage-services .servies-wrapper .services-header .header-pagination .pagination-button,
    .offer-popup .popup-wrapper .popup-header .popup-close,
    .services .services-wrapper .services-slider-container .services-header .services-navigation .navigation-item {
        width: 40px;
        height: 40px
    }
    .services .services-wrapper .services-slider-container .services-header {
        padding-bottom: 2rem
    }
    .services .services-wrapper .services-hero .hero-wrapper .hero-bg {
        height: 35svh
    }
    .services .services-wrapper .services-hero .hero-wrapper .hero-title {
        font-size: 8.5vw;
        width: 100%
    }
    .services .services-wrapper .services-list-container {
        margin-top: 24px
    }
    .services-list {
        padding: 12px 0 0;
        gap: 16px;
        grid-template-columns: 1fr
    }
    .services-list .list-item .hover-icon {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
        top: 32px;
        right: 38px
    }
    .services-list .list-item .hover-icon svg {
        width: 38px;
        height: 38px
    }
    .contact .contact-wrapper .contact-card-list .card-item .item-header .item-icon svg,
    .services-list .list-item .item-header .item-icon svg {
        width: 35px;
        height: 35px
    }
    .product .product-wrapper .product-category .category-container h1,
    .services-list .list-item .item-body p {
        margin-bottom: 2rem
    }
    .services-list .list-item .item-body {
        text-align: center;
        align-items: center
    }
    .services-list .item-link {
        max-width: 100%;
        width: 100%
    }
    .services-detail .detail-wrapper .detail-description {
        padding: 24px
    }
    .services-detail .detail-wrapper .detail-gallery .gallery-wrapper .gallery-list-column {
        display: grid;
        grid-template-columns: repeat(2, 1fr)
    }
    .services-detail .detail-wrapper .detail-gallery .gallery-wrapper .gallery-list-column .list-item {
        width: 100%;
        height: 150px
    }
    .contact .contact-wrapper .contact-form .form-wrapper .form-container form button svg,
    .mobile-map,
    .product .product-wrapper .product-list-container-wrapper .product-list-container .product-category-header .product-category-sort .sort-mobile-open {
        display: block
    }
    .contact .contact-wrapper .contact-form .form-wrapper .form-container form .form-captcha {
        flex-direction: column;
        align-items: start;
        gap: 1.5rem
    }
    .contact .contact-wrapper .contact-form .form-wrapper .form-container form .form-captcha .form-row {
        gap: 5px
    }
    .contact .contact-wrapper .contact-card-list {
        padding: 24px 24px 50px
    }
    .contact .contact-wrapper .contact-card-list .card-item .item-body address {
        max-width: 100%
    }
    .contact .contact-wrapper .contact-card-list .card-item {
        width: 100%;
        flex: 0 0 100%
    }
    .contact .contact-wrapper .contact-form .form-wrapper .form-container {
        padding: 32px 24px;
        gap: 0
    }
    .map-responsive {
        height: 30svh
    }
    .mobile-map {
        padding: 50px 24px 0
    }
    .mobile-map .map-responsive {
        position: relative;
        overflow: hidden;
        border-radius: 21px;
        height: 250px;
        margin-bottom: 0;
        padding-bottom: 0
    }
    .product .product-wrapper .product-list-container-wrapper .product-list-container .product-category-header .product-category-name {
        flex-direction: column;
        align-items: start
    }
    .homepage-product .product-wrapper .product-list .list-item a .item-info .item-title .item-name {
        text-align: center
    }
    .product .product-wrapper .product-list-container-wrapper .product-list-container {
        padding-top: 24px;
        padding-bottom: 30px
    }
    .product .product-wrapper .product-list-container-wrapper .product-list-container .product-category-header {
        align-items: baseline
    }
    .product .product-wrapper .product-list-container-wrapper .product-list-container .product-category-header .product-category-sort .sort-header {
        padding: 12px;
        display: none
    }
    .product .product-wrapper .product-list-container-wrapper .product-list-container .product-category-header .product-category-sort .sort-list-container {
        top: 161px;
        position: fixed;
        left: 0;
        right: 0;
        background: #fff;
        border-radius: 0;
        z-index: 1
    }
    .product .product-wrapper .product-category .category-container {
        max-height: 95svh;
        width: 100%
    }
    .offer-steps,
    .offer-tab-item .offer-container .offer-content,
    .product .product-wrapper .product-list-container-wrapper .product-pagination {
        margin-bottom: 30px
    }
    .product .product-wrapper .product-category {
        inset: 0;
        transform: translateX(0)!important
    }
    .product .product-wrapper .product-category .category-container .category-list .category-list-item .list-item-header {
        padding: 16px 20px;
        border-radius: 10px
    }
    .product.sort-active .product-list-backdrop,
    body.category-menu-active .product .product-wrapper .product-category {
        opacity: 1;
        visibility: visible;
        pointer-events: all
    }
    .multi-range-container .multi-range-header .multi-range-header-title>span,
    body.category-menu-active .product .product-wrapper .product-category .category-container .category-mobile-close {
        display: flex
    }
    .product .product-wrapper .product-list-container-wrapper .product-list-container .product-category-header .product-category-sort .sort-list-container .sort-list .list-item a {
        padding: 4px 19px;
        justify-content: center;
        font-size: 17px;
        opacity: 1
    }
    .product .product-list-backdrop {
        content: "";
        position: absolute;
        inset: 0;
        top: 200px;
        background: rgba(0, 0, 0, 40%);
        z-index: 1;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: .4s
    }
    .product .product-wrapper .product-list-container-wrapper .product-list-container .product-category-header .product-category-sort .sort-list-container .sort-list .list-item {
        padding: 10px 0
    }
    .product .product-wrapper .product-list-container-wrapper .product-list-container .product-category-header .product-category-sort .sort-list-container .sort-list {
        padding: 1rem 0
    }
    .default-product-item a .hover-icon {
        top: 12px;
        right: 12px;
        opacity: 1;
        visibility: visible;
        pointer-events: all
    }
    .product-detail {
        margin-top: 100px
    }
    .product-detail .detail-wrapper .detail-hero-container .detail-swiper-container .detail-product-slider .swiper-wrapper .swiper-slide img {
        max-height: 170px
    }
    .product-detail .detail-wrapper .detail-hero-container {
        flex-direction: column;
        height: auto
    }
    .product-detail .detail-wrapper .detail-hero-container .detail-swiper-container .detail-product-slider {
        position: relative;
        top: unset;
        max-height: 100%;
        padding: unset
    }
    .product-detail .detail-wrapper .detail-hero-container .detail-product-info-container .detail-product-info-hero .info-desc p {
        max-width: 100%;
        font-size: 15px;
        line-height: 1.5
    }
    .product-detail .detail-wrapper .detail-hero-container .detail-swiper-container .detail-product-slider .swiper-wrapper .swiper-slide {
        padding: 24px 0 50px
    }
    .product-detail .detail-wrapper .detail-content-area {
        margin: 50px 0
    }
    .product-detail .detail-wrapper .detail-content-area .content-tab-list-wrapper {
        bottom: 22px;
        margin-top: 60px
    }
    .product-detail .detail-wrapper .detail-content-area .content-tab-list-wrapper .content-tabs-list {
        gap: 0;
        width: 95%;
        border-radius: 10px
    }
    .product-detail .detail-wrapper .detail-similar-products-slider .similer-products-header .products-navigation .navigation-item {
        width: 45px;
        height: 45px
    }
    .product-detail .detail-wrapper .detail-content-area .content-tab-list-wrapper .offer-btn {
        padding: 15px;
        border-radius: 20px
    }
    .product-detail .detail-wrapper .detail-hero-container .detail-product-info-container .detail-product-info-futures {
        height: auto;
        border-top: 0
    }
    .product-detail .detail-wrapper .detail-hero-container .detail-product-info-container .detail-product-info-futures .futures-list {
        width: 100%;
        justify-content: space-evenly;
        padding: 1rem
    }
    .product-detail .detail-wrapper .detail-hero-container .detail-product-info-container .detail-product-info-futures .futures-list .futures-item .item-icon svg {
        width: 60px;
        height: 60px
    }
    .offer-popup .popup-wrapper {
        padding: 24px;
        border-radius: 20px
    }
    .offer-popup {
        padding: 0 20px
    }
    .offer-steps,
    .offer-tab-item .offer-events,
    .product-detail .detail-wrapper .detail-content-area .content-tab-list-wrapper .content-tabs-list .tab-item .item-header {
        gap: 10px
    }
    .offer-tab-item .offer-container {
        padding-right: 10px;
        margin-right: -13px
    }
    .multi-range-container .multi-range-header,
    .offer-tab-item .form-input {
        margin-bottom: 10px
    }
    .multi-range-container .multi-range-header .multi-range-tab-menu .range-type {
        font-size: 14px;
        padding: 4px 10px
    }
    .multi-range-container .multi-range-header .multi-range-header-title,
    .offer-table-title {
        font-size: 4vw;
        flex: .9;
        flex-direction: column;
        align-items: flex-start;
        gap: 3px
    }
    .multi-range-container .multi-range-subtitle {
        font-size: 11px;
        margin-top: 10px
    }
    .multi-range-container+.multi-range-container,
    .offer-table {
        margin-top: 20px;
        padding-top: 20px
    }
    .offer-tab-item .offer-events .offer-events-btn {
        font-size: 15px;
        gap: 10px;
        height: 50px;
        line-height: 1;
        text-align: left;
        padding: 0 10px
    }
    .offer-table .add-row-button {
        font-size: 20px;
        padding: 10px;
        gap: 10px
    }
    .offer-table .add-row-button svg {
        width: 24px
    }
    .offer-tab-item .offer-container .offer-content p {
        font-size: 15px;
        line-height: 1.3;
        font-weight: 400;
        margin-top: 10px
    }
    .offer-container .form-input-container .form-captcha input,
    .offer-tab-item .form-input input {
        font-size: 13px;
        padding: 0 20px;
        height: 50px
    }
    .offer-container .form-input-container .form-aggrement p {
        max-width: 100%;
        font-size: 12px
    }
    .offer-container .form-input-container .captcha img,
    .offer-container .form-input-container .form-captcha .captcha {
        height: 50px
    }
    .product-detail .detail-wrapper .detail-content-area .content-tab-list-wrapper .content-tabs-list .tab-item {
        padding: 5px;
        flex: 1;
        border-radius: 10px;
        justify-content: center;
        text-align: center
    }
    .product-detail .detail-wrapper .detail-hero-container .detail-product-info-container .detail-product-info-hero {
        padding: 40px 24px
    }
    .product-detail .detail-wrapper .detail-content-area .tab-content {
        padding: 0 32px
    }
    .detail-content-title-section .detail-content-title {
        font-size: 18px;
        font-weight: 500
    }
    .detail-content-title-section .detail-content-title>span,
    .detail-content-title-section .item-desc,
    .references-mobile .mobile-wrapper {
        padding: 0 24px
    }
    .detail-content-title-section .detail-content-title>span:after {
        margin-right: -24px;
        margin-left: 24px
    }
    .detail-content-title-section {
        margin: 70px 0
    }
    .detail-product-image-list .list-image-col-item .list-image-col-item-content .list-image-col-item-info>span {
        font-size: 17px;
        margin-bottom: 10px
    }
    .detail-product-image-list .list-image-col-item>span {
        font-size: 14px;
        margin-top: 0;
        position: absolute;
        top: 0;
        left: 0;
        background: #fff;
        z-index: 1;
        display: none
    }
    .detail-product-image-list {
        grid-template-columns: repeat(2, 1fr);
        padding: 0 24px;
        flex-direction: column
    }
    .detail-product-image-list .list-image-col {
        display: grid;
        grid-template-columns: repeat(1fr);
        gap: 15px;
        width: 100%
    }
    .detail-product-image-list .list-image-col-item+.list-image-col-item .list-image-col-item-content {
        padding-top: 0;
        margin-top: 0;
        border-top: none
    }
    .detail-product-image-list .list-image-col-item {
        border-bottom: 1px solid;
        gap: 5px;
        position: relative;
        padding-bottom: 1.5rem;
        margin-bottom: 1rem
    }
    .detail-product-image-list .list-image-col-item .list-image-col-item-content {
        gap: 1rem
    }
    .detail-product-image-list .list-image-col-item .list-image-col-item-content img {
        max-height: 75px
    }
    .product-detail .detail-wrapper .detail-content-area .img-container {
        padding: 0 24px;
        margin-top: -40px
    }
    .detail-product-image-pin .list-image-col .list-image-col-item>span {
        min-width: 32px;
        height: 32px;
        font-size: 13px;
        width: 32px;
        margin-bottom: 10px
    }
    .detail-product-image-pin .list-image-col .list-image-col-item {
        gap: 10px;
        display: block;
        width: 100%
    }
    .detail-product-image-list.detail-product-image-pin {
        gap: 15px;
        margin: 50px 0;
        grid-template-columns: 1fr
    }
    .detail-product-image-list.detail-product-image-pin .list-image-col {
        gap: 0;
        display: block
    }
    .detail-variations-section {
        padding: 0 24px;
        gap: 50px;
        margin-bottom: 0
    }
    .detail-variations-section .detail-variations-section-item .detail-variations-section-info-title {
        font-size: 22px;
        font-weight: 500;
        margin-bottom: 0
    }
    .detail-variations-section .detail-variations-section-item .detail-variations-section-info-content ul li span {
        font-size: 15px;
        font-weight: 400;
        margin-bottom: 10px
    }
    .detail-variations-section .detail-variations-section-item .detail-variations-section-info-content ul {
        gap: 15px;
        margin-top: 40px
    }
    .detail-variations-section .detail-variations-section-item {
        gap: 30px
    }
    .detail-variations-section .detail-variations-section-item .detail-variations-section-info-content>p {
        font-size: 15px;
        margin-top: 16px
    }
    .detail-variations-section .detail-variations-section-item .detail-variations-section-info-content ol {
        margin-top: 30px
    }
    .detail-variations-section .detail-variations-section-item .detail-variations-section-info-content .content-color .content-color-item svg {
        height: auto;
        width: 40px
    }
    .detail-variations-section .detail-variations-section-item .detail-variations-section-info-content .content-color {
        gap: 12px;
        justify-content: flex-start
    }
    .detail-variations-section .detail-variations-section-item .detail-variations-section-info-content .content-color .content-color-item>span {
        max-width: 100px;
        font-size: 15px;
        font-weight: 500;
        margin: 10px auto 0
    }
    .detail-variations-section .detail-variations-section-item .detail-variations-section-info-content .content-color .content-color-item {
        flex: 1
    }
    .detail-product-image-list .list-image-sticky {
        position: relative;
        top: unset;
        display: flex;
        justify-content: center;
        width: 100%
    }
    .detail-product-image-list .list-image-sticky img {
        max-height: 300px
    }
    .references .references-wrapper {
        padding: 0 10px
    }
    .references-map {
        padding-top: 120px
    }
    .references-map .references-main-title {
        font-size: 52px;
        -webkit-text-stroke-width: 1px
    }
    .references-mobile .mobile-wrapper .mobile-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem 20px
    }
    .references-map .references-country {
        font-size: 35px;
        bottom: -22vw;
        color: #fff
    }
    section.homepage-container {
        margin-top: 0
    }
    .homepage-product .product-wrapper .product-header .default-underline-text {
        font-size: 18px;
        max-width: 200px
    }
    .homepage-product .default-btn {
        padding: 8px;
        font-size: 12px;
        flex-shrink: 0
    }
    .pages-hero-layout .hero-layout-wrapper .hero-layout-title h1,
    .pages-hero-layout .hero-layout-wrapper .hero-layout-title h2 span {
        color: #fff
    }
    .pages-hero-layout .hero-layout-wrapper .hero-layout-title h1 svg circle {
        stroke: #fff
    }
    .pages-hero-layout .hero-layout-wrapper .hero-layout-img::before {
        content: "";
        position: absolute;
        background: linear-gradient(0deg, #000, transparent);
        width: 100%;
        height: 100%;
        bottom: 0
    }
}

@media screen and (max-width: 1680px) {
    .branches-list .item#data-6 {
        top: 100px;
        left: 30vw
    }
    .branches-list .item#data-9 {
        top: 0
    }
    .branches-list .item#data-10 {
        top: 10px;
        left: 61vw
    }
    .branches-list .item#data-5 {
        top: 40px;
        left: 72vw
    }
    .branches-list .item#data-7 {
        top: 30px;
        left: 77vw
    }
    .branches-list .item#data-8 {
        top: 50px;
        left: 82vw
    }
}

.product-detail .detail-wrapper .detail-content-area table {
    width: 100%;
    margin: 0 auto;
    max-width: 70%
}

.product-detail .detail-wrapper .detail-content-area table tbody tr td {
    border: 1px solid;
    padding: 0 5px
}

.product-detail .detail-wrapper .detail-content-area table tbody tr td p {
    margin: 0;
    font-size: 14px
}

.product-detail .detail-wrapper .detail-content-area table tbody tr td p * {
    font-size: 14px
}

.product-detail .detail-wrapper .detail-content-area .c-table-wrapper {
    position: relative;
    max-width: 100%;
    overflow-x: auto;
    margin: 0 50px
}

@media screen and (max-width: 1199px) {
    .product-detail .detail-wrapper .detail-content-area .c-table-wrapper {
        margin: 24px
    }
    .product-detail .detail-wrapper .detail-content-area .c-table-wrapper::-webkit-scrollbar {
        display: none
    }
}

.wp-button {
    position: fixed;
    right: 24px;
    bottom: 32px;
    z-index: 11;
    background: #5cc943;
    padding: 15px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center
}

.wp-button svg {
    width: 30px;
    height: 30px
}

@media screen and (max-width: 991px) {
    .wp-button {
        bottom: 65px
    }
}

.product-cat-desc {
    padding: 0 60px 100px;
    margin-top: -30px;
}

.product-cat-desc .cat-desc-wrapper {}

.product-cat-desc .cat-desc-wrapper .cat-desc-area {
    border: 1px solid #007bff;
    padding: 50px 60px;
    padding-right: 22px;
    border-radius: 30px;
    font-size: 18px;
    color: rgba(0, 0, 0, 80%);
    background: #ffffff;
    line-height: 1.7;
    box-shadow: 0 4px 114px 0 rgb(0 0 0 / .05);
    text-align: justify;
}

.product-cat-desc .cat-desc-wrapper .cat-desc-area :is(h1, h2, h3, h4, h5, h6) {
    margin-bottom: 2rem;
    font-size: 37px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    z-index: 2;
}

.product-cat-desc .cat-desc-wrapper .cat-desc-area :is(h1, h2, h3, h4, h5, h6)::before {
    content: '';
    position: absolute;
    height: clamp(12px, 1.5vw, 24px);
    background: #e3000f;
    bottom: 0px;
    left: 0;
    right: -30px;
    width: 100%;
    z-index: -1;
    height: 13px;
}

.product-cat-desc .cat-desc-wrapper .cat-desc-area .desc-area-content {
    position: relative;
    max-height: 490px;
    overflow-y: auto;
    padding-right: 30px;
}

.product-cat-desc .cat-desc-wrapper .cat-desc-area .desc-area-content::-webkit-scrollbar {
    display: block;
    width: 4px;
}

.product-cat-desc .cat-desc-wrapper .cat-desc-area .desc-area-content::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background: #007bfe;
}

.product-cat-desc .cat-desc-wrapper .cat-desc-area .desc-area-content::-webkit-scrollbar-track {
    border-radius: 100px;
    background: #e7e7e7;
}

.product-cat-desc.product-detail-cat-desc {
    max-width: 1200px;
    margin: 0 auto;
}

.product-cat-desc.product-detail-cat-desc .cat-desc-wrapper .cat-desc-area .desc-area-content {
    max-height: 240px;
}

@media screen and (max-width: 1199px) {
    .page.nf404 {
        padding-top: 130px;
    }
    .nf404 h2 {
        font-size: 42px;
    }
}

@media screen and (max-width: 991px) {
    .page.nf404 {
        padding-top: 50px;
    }
    .nf404 h2 {
        font-size: 42px;
        padding: 0 50px;
        font-size: 32px;
        margin-top: -50px;
    }
}

@media screen and (max-width: 1199px) {
    .product-cat-desc {
        max-width: calc(100% - 90px);
        margin: -50px auto 80px;
        padding: 0;
    }
}

@media screen and (max-width: 991px) {
    .product-cat-desc .cat-desc-wrapper .cat-desc-area {
        padding: 40px;
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .product-cat-desc {
        max-width: calc(100% - 12px);
        padding: 0;
    }
    .product-cat-desc .cat-desc-wrapper .cat-desc-area :is(h1, h2, h3, h4, h5, h6) {
        font-size: 20px;
        margin-bottom: 1.5rem;
    }
    .product-cat-desc .cat-desc-wrapper .cat-desc-area {
        padding: 32px;
        font-size: 14px;
    }
}

#svg-object {
    max-width: 1540px;
    left: 50%;
    position: relative;
    transform: translateX(-50%) scaleX(-1);
}

#teklif {
    background-color: #f9c846;
    /* Buton arka plan rengi */
    color: #212529;
    /* Yaz 0 3 rengi */
    border: 2px solid #f1b700;
    /* Uyumlu kenar rengi (hover  0 2ncesi) */
    transition: all 0.3s ease;
    /* Yumu 0 6ak ge 0 4i 0 6 efekti */
}

#teklif:hover {
    border-color: #212529;
    /* Hover oldu 0 6unda kenar rengi */
    background-color: #f7b924;
    /*  0 2stersen hafif koyula 0 6t 0 3rabilirim */
    color: #212529;
    /* Yaz 0 3 rengi ayn 0 3 kal 0 3yor */
}

/* Brand overrides: enforce red-black theme */
footer .footer-wrapper {
    background: #000 !important;
}

header.homepage .header-wrapper .header-nav .nav-wrapper .nav-list .nav-item a:hover {
    color: #e3000f !important;
}

.default-btn,
.btn,
.button,
.header-right-area-catalog a {
    background-color: #e3000f !important;
    border-color: #e3000f !important;
}

