@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

:root {
    --bg-dark: #18181b;
}

body {
    font-family: "Nunito Sans", sans-serif;
    background: #2f2f2f;
}

/* Keyframes */
@-webkit-keyframes preloader_logo {
  0% { opacity: 0; }
  25% { opacity: .7; }
  95% { opacity: .7; }
  100% { opacity: 0; }
}
@keyframes preloader_logo {
  0% { opacity: 0; }
  25% { opacity: .7; }
  95% { opacity: .7; }
  100% { opacity: 0; }
}

@-webkit-keyframes preloader_mask {
  100% {
    -webkit-mask-position: 250% 0;
            mask-position: 250% 0;
  }
}
@keyframes preloader_mask {
  100% {
    -webkit-mask-position: 250% 0;
            mask-position: 250% 0;
  }
}

/* Overlay */
.preloader{
  position: fixed;
  inset: 0;
  z-index: 100000;
  background: #0a0a0b9e;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity .4s ease;
}

/* Hide state (add via JS on load) */
.preloader.hide{
  opacity: 0;
  pointer-events: none;
}

/* Logo wrap */
.preloader-img{
  position: relative;
  transform: translateZ(0); /* GPU hint */
}
.preloader-img img{
  display: block;
   width: 200px;
  height: auto;
}

/* Base logo breathing / fade */
.preloader-img > img{
  opacity: 0;
  -webkit-animation: preloader_logo 3.8s .4s both;
          animation: preloader_logo 3.8s .4s both;
}

/* Shine / mask layer over a cloned logo */
.preloader-mask{
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;

  /* Mask gradient (the “shine”) */
  -webkit-mask-image: linear-gradient(70deg,
      rgba(255,255,255,0) 35%,
      rgba(255,255,255,1) 50%,
      rgba(255,255,255,0) 65%);
          mask-image: linear-gradient(70deg,
      rgba(255,255,255,0) 35%,
      rgba(255,255,255,1) 50%,
      rgba(255,255,255,0) 65%);
  -webkit-mask-size: 70% 100%;
          mask-size: 70% 100%;
  -webkit-mask-position: -250% 0;
          mask-position: -250% 0;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;

  /* Move the shine across */
  -webkit-animation: preloader_mask 2s .8s linear both;
          animation: preloader_mask 2s .8s linear both;

  will-change: -webkit-mask-position, mask-position;
}
.preloader-mask img{
   width: 200px;
  height: auto;
  display: block;
}


.container {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 15px;
}

/*****PRICE-FORM START*****/
#price-form .modal-content {
    padding: 20px 0 0 0;
    max-width: 500px;
    margin: auto;
}

#price-form .modal-body { padding: 10px 40px 40px 40px }
#price-form .modal-title { font-size: 18px!important}
#price-form .modal-header {
    margin: 0 40px 10px 40px;
    padding-left: 0;
    padding-right: 0;
    border: none;
    border-bottom: 1px solid #c9946c;
}

#price-form .modal-title { font-weight: 700; color: #000 }
#price-form input.effect, #price-form .custom-form select.effect { height: 50px }

#price-form .effect, .projects-full-story__form .effect {
    width: 100%;
    border: 2px solid #e6ecf2;
    padding: 12px 20px;
    margin: 0 0 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    -webkit-appearance: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
}

#price-form .modal-content .btn-close {
    display: block;
    height: 20px;
    opacity: .5;
    position: absolute;
    right: 50px;
    top: 34px;
    width: 20px;
    z-index: 100;
    padding: 0;
    outline: transparent;
}

.modal-backdrop { opacity: .8!important }
#price-form .btn-close:focus { box-shadow: none!important }

#price-form .submit-btn:hover {
    background-color: #b87f55;
}

#price-form .submit-btn, .projects-full-story__form .submit-btn {
    background-color: #c9946c;
    color: #fff;
    border-radius: 4px;
    height: 50px;
    line-height: 50px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    padding: 0 26px;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
}

header img {
    width: 120px;
    border-radius:6px;
}

header {
    position: fixed;
    background: linear-gradient(180deg, rgba(31, 31, 31, 0.4) -35%, rgba(31, 31, 31, 0));
    background: -webkit-linear-gradient(270deg, rgba(31, 31, 31, 0.4) -35%, rgba(31, 31, 31, 0));
    backdrop-filter: blur(12px);
    width: 100%;
    padding: 10px 0;
    z-index: 100;
}

.nav-item {
    position: relative;
}

.nav-item--products > a {
    position: relative;
    padding-right: 18px;
}

.nav-item--products > a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
    opacity: 0.7;
}
.header__content li{
    padding:  30px 0;
}
.directions__grid .directions__card:nth-child(n+7) {
  display: none;
}
.header__content a:hover {
    color: #c9946c!important;
    transition:.3s;
}
.nav-dropdown {
    position: absolute;
    top: 20px;
    left: 0;
    min-width: 180px;
    padding: 10px 0;
    background: rgba(24, 24, 27, 0.98);
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.7);
    display: none;
    flex-direction: column;
    gap: 4px;
    z-index: 200;
    transform: translate(-25%, 45px);
}

.nav-dropdown a {
    display: block;
    padding: 8px 16px;
    font-size: 13px;
    text-transform: none;
    letter-spacing: 0.03em;
    color: #fff;
    white-space: nowrap;
}

.nav-dropdown a:hover {
    background: #2f2f36;
}

/* показать при ховере */
.nav-item--products:hover .nav-dropdown {
    display: flex;
}

header .header__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__content ul {
    display: flex;
    gap: 10px;
    align-items: center;
}

.header__content ul li a {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
}

.header__content ul .telefon a {
    display: flex;
    align-items: center;
    margin-left: 20px;
    gap: 10px;
}

.hero {
    position: relative;
    height: 100vh;
    color: #fff;
}

.hero-swiper {
    height: 100%;
}

.hero__slide {
    position: relative;
    height: 100%;
    background-position: center;
    background-size: 110%;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 80px;
    overflow: hidden;
    transition: transform 8s ease-out;
}

.hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.2) 50%, transparent 100%);
    pointer-events: none;
}

.hero__content {
    position: relative;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}

.hero-swiper .swiper-slide {
    transition-property: opacity, transform;
}

.hero-swiper .swiper-slide .hero__slide {
    transform: scale(1);
}

.hero-swiper .swiper-slide-active .hero__slide {
    transform: scale(1.12);
}

.hero__label {
    display: block;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.hero__title {
    font-size: 60px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.hero__subtitle {
    font-size: 18px;
    letter-spacing: 0.45em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 32px;
}

.hero__buttons {
    display: inline-flex;
    gap: 18px;
}

.btn {
    min-width: 160px;
    padding: 12px 32px;
    border-radius: 999px;
    border: 2px solid transparent;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.1s ease;
}

.btn--primary {
    background-color: #0068ff;
    border-color: #0068ff;
    color: #fff;
}

.btn--outline {
    background-color: transparent;
    border-color: #ffffff;
    color: #ffffff;
}

.btn--primary:hover,
.btn--outline:hover {
    background-color: #ffffff!important;
    color: #000000!important;
    border-color: #ffffff!important;
}
.gold {
    background: #c9946c!important;
     border-color: #c9946c!important;
}

.directions {
    padding: 10px 0 100px;
    background-color: #2f2f2f;
    color: #ffffff;
}
body {
      background-color: #2f2f2f!important;
}

.directions__header {
    text-align: center;
    margin: 80px 0;
}

.directions__label {
    font-size: 14px;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 8px;
}

.directions__title {
    font-size: 36px;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom:10px;
}

.directions__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.directions__card {
    position: relative;
    display: block;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    min-height: 400px;
    background-color: var(--bg-dark);
    transition: .3s;
}
.directions__card:hover {
    color:#b87c52!important;
}

.directions__card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(24, 24, 27, 0.101) 20%,
        rgba(24, 24, 27, 0.119) 40%,
        var(--bg-dark) 100%
    );
    pointer-events: none;
}

.directions__image {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1.02);
    transition: transform 2s ease;
}

.directions__overlay {
    display: none;
}

.directions__caption {
    position: relative;
    z-index: 1;
    padding: 24px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}

.directions__card-2 {
    height: 460px;
}

.directions__caption-label {
    font-size: 11px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 6px;
}

.directions__caption-title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}

.directions__card:hover .directions__image {
    transform: scale(1.12);
}

@media (max-width: 900px) {
    .directions__grid {
        grid-template-columns: 1fr;
    }

    .directions__title {
        font-size: 20px;
        letter-spacing: 0.22em;
    }
}

@media (max-width: 600px) {
    .directions {
        padding: 60px 0 80px;
    }

    .directions__caption {
        padding: 20px 18px;
    }

    .directions__caption-title {
        font-size: 16px;
        letter-spacing: 0.18em;
    }
}

@media (max-width: 768px) {
    .hero {
        padding-bottom: 60px;
    }

    .hero__title {
        font-size: 32px;
    }

    .hero__subtitle {
        font-size: 14px;
        letter-spacing: 0.3em;
    }

    .hero__buttons {
        flex-direction: column;
    }

    .btn {
        width: 100%;
    }
}

img {
	width: 100%;
	height: auto;
	display: block;
}


/* Мобильная типографика и контейнер */


/* Swiper */
.swiper-slide {
	cursor: pointer;
}


.footer_right .social a:not(:hover) path {
    fill: #b3b9c5;
}

@media screen and (max-width: 1024px) {
    .footer_right .social a:not(:hover) path {
        fill: #fff;
    }
}
.reg-sign-in-modal__accept-btn[data-v-e2a7411e]:hover:not(:disabled) {
    background-color: var(--color-primary-1);
}

.reg-sign-in-modal__form--code .kd-input_error input[data-v-e2a7411e]:focus:not(:disabled) {
    border-color: var(--color-alert-warning);
}

@media (min-width: 768px) {
    .header-search__input:not(:-moz-placeholder-shown) + .header-search__clean-btn {
        display: flex;
    }

    .header-search__input:not(:-ms-input-placeholder) + .header-search__clean-btn {
        display: -ms-flexbox;
        display: flex;
    }
}

.header-new .header-search__input:focus:not(:disabled) {
    border-color: var(--color-info-dark);
}

.header-new .header-search__input:focus:not(:disabled) + .header-search__clean-btn + .header-search__btn {
    border-color: var(--color-info-dark);
    border-left-color: transparent;
}

.submenu:not(:hover) .submenu_list__item_with-childs .submenu {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.kd-input input:focus:not(:disabled) {
    border-color: var(--color-primary);
}

.kd-input_error input:focus:not(:disabled) {
    border-color: var(--color-alert-warning);
}

.kd-phone input:focus:not(:disabled) {
    border-color: var(--color-primary);
}

.kd-phone_error input:focus:not(:disabled) {
    border-color: var(--color-alert-warning);
}



.kd-textarea__field:focus:not(:disabled) {
    border-color: var(--color-primary);
}

.kd-textarea__field_error:focus:not(:disabled) {
    border-color: var(--color-alert-warning);
}

.kd-textarea_error textarea:focus:not(:disabled) {
    border-color: var(--color-alert-warning);
}

.reg-sign-in-modal__accept-btn[data-v-81909bbc]:hover:not(:disabled) {
    background-color: var(--color-primary-1);
}

.reg-sign-in-modal__form--code .kd-input_error input[data-v-81909bbc]:focus:not(:disabled) {
    border-color: var(--color-alert-warning);
}

.reg-sign-in-modal__accept-btn[data-v-2fb29608]:hover:not(:disabled) {
    background-color: var(--color-primary-1);
}

.reg-sign-in-modal__form--code .kd-input_error input[data-v-2fb29608]:focus:not(:disabled) {
    border-color: var(--color-alert-warning);
}

.subscribe-new .subscribe__form .kd-input__field:focus:not(:disabled),
.subscribe-new .subscribe__form .kd-input__field:focus:not(:disabled) + .subscribe-button {
    border-color: var(--color-info-dark);
}

.kd-callback-modal__accept-btn button:hover:not(:disabled) {
    background-color: var(--color-primary-1);
}


.reg-sign-in-modal__accept-btn[data-v-e2a7411e]:hover:not(:disabled) {
    background-color: var(--color-primary-1);
}

.reg-sign-in-modal__form--code .kd-input_error input[data-v-e2a7411e]:focus:not(:disabled) {
    border-color: var(--color-alert-warning);
}

@media (min-width: 768px) {
    .header-search__input:not(:-moz-placeholder-shown) + .header-search__clean-btn {
        display: flex;
    }

    .header-search__input:not(:-ms-input-placeholder) + .header-search__clean-btn {
        display: -ms-flexbox;
        display: flex;
    }
}

.header-new .header-search__input:focus:not(:disabled) {
    border-color: var(--color-info-dark);
}

.header-new .header-search__input:focus:not(:disabled) + .header-search__clean-btn + .header-search__btn {
    border-color: var(--color-info-dark);
    border-left-color: transparent;
}

.submenu:not(:hover) .submenu_list__item_with-childs .submenu {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}



.kd-input input:focus:not(:disabled) {
    border-color: var(--color-primary);
}

.kd-input_error input:focus:not(:disabled) {
    border-color: var(--color-alert-warning);
}

.kd-phone input:focus:not(:disabled) {
    border-color: var(--color-primary);
}

.kd-phone_error input:focus:not(:disabled) {
    border-color: var(--color-alert-warning);
}


.kd-textarea__field:focus:not(:disabled) {
    border-color: var(--color-primary);
}

.kd-textarea__field_error:focus:not(:disabled) {
    border-color: var(--color-alert-warning);
}

.kd-textarea_error textarea:focus:not(:disabled) {
    border-color: var(--color-alert-warning);
}

.reg-sign-in-modal__accept-btn[data-v-81909bbc]:hover:not(:disabled) {
    background-color: var(--color-primary-1);
}

.reg-sign-in-modal__form--code .kd-input_error input[data-v-81909bbc]:focus:not(:disabled) {
    border-color: var(--color-alert-warning);
}

.reg-sign-in-modal__accept-btn[data-v-2fb29608]:hover:not(:disabled) {
    background-color: var(--color-primary-1);
}

.reg-sign-in-modal__form--code .kd-input_error input[data-v-2fb29608]:focus:not(:disabled) {
    border-color: var(--color-alert-warning);
}

.subscribe-new .subscribe__form .kd-input__field:focus:not(:disabled),
.subscribe-new .subscribe__form .kd-input__field:focus:not(:disabled) + .subscribe-button {
    border-color: var(--color-info-dark);
}

.kd-callback-modal__accept-btn button:hover:not(:disabled) {
    background-color: var(--color-primary-1);
}


.blog-full-story ul li::marker {
    color: #baba00;
}



.footer_right .social a:not(:hover) path {
    fill: #b3b9c5;
}

@media screen and (max-width: 1024px) {
    .footer_right .social a:not(:hover) path {
        fill: #fff;
    }
}

.footer_right .social a:not(:hover) path {
    fill: #b3b9c5;
}

@media screen and (max-width: 1024px) {
    .footer_right .social a:not(:hover) path {
        fill: #fff;
    }
}

.style_tab__header__menu__mg4Im:focus-visible {
    border-radius: 4px;
    box-shadow: inset 0 0 0 2px var(--neutral_950);
    padding-left: 8px;
    padding-right: 8px;
}

.style_linkContainer__iqyMK:focus-visible .style_CardHome___Pj5u {
    outline-offset: 2px;
    outline-style: solid;
}

.style_linkContainer__iqyMK.style_bgdark__qdjZN:focus-visible .style_CardHome___Pj5u {
    outline-color: #fff;
}

.style_cta-primary__yh1uX:focus-visible {
    outline-offset: 2px;
    outline-style: solid;
}

.style_cta-primary__yh1uX.style_cta__bglight__Q8lDX:focus-visible {
    outline: 2px solid #1f1f1f;
    outline-offset: 2px;
}

.style_cta-primary__yh1uX.style_cta__bgdark__kBdyF:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

.style_cta-primary__yh1uX.style_cta__bgyellow__eOAHA:focus-visible {
    outline: 2px solid #1f1f1f;
    outline-offset: 2px;
}

.style_cta-primary__yh1uX.style_cta__bgelect__FWupx:focus-visible {
    outline: 2px solid #1f1f1f;
    outline-offset: 2px;
}

.style_cta-primary__yh1uX.style_cta__bgevent__sb_AU:focus-visible {
    outline: 2px solid #1f1f1f;
    outline-offset: 2px;
}

.style_cta-secondary__sy1V1:focus-visible {
    outline-offset: 2px;
    outline-style: solid;
}

.style_cta-secondary__sy1V1.style_cta__bglight__Q8lDX:focus-visible {
    outline: 2px solid #1f1f1f;
    outline-offset: 2px;
}

.style_cta-secondary__sy1V1.style_cta__bgdark__kBdyF:focus-visible {
    outline: 2px solid #fcfcfc;
    outline-offset: 2px;
}

.style_cta-secondary__sy1V1.style_cta__bgyellow__eOAHA:focus-visible {
    outline: 2px solid #1f1f1f;
    outline-offset: 2px;
}

.style_cta-ghost__Kak_O:focus-visible {
    outline-offset: 2px;
    outline-style: solid;
}

.style_cta-ghost__Kak_O.style_cta__bglight__Q8lDX:focus-visible {
    outline: 2px solid #1f1f1f;
    outline-offset: 2px;
}

.style_cta-ghost__Kak_O.style_cta__bgdark__kBdyF:focus-visible {
    outline: 2px solid #fcfcfc;
    outline-offset: 2px;
}

.style_cta-ghost__Kak_O.style_cta__bgyellow__eOAHA:focus-visible {
    outline: 2px solid #1f1f1f;
    outline-offset: 2px;
}

.style_cta__bgimg__rY0vQ:focus-visible {
    outline-offset: 2px;
    outline: 2px solid #fcfcfc;
}

/* Products Slider Styles */
.section--products {
    padding: 60px 0;
    
}

.products-container {
    max-width: 1312px;
    margin: 0 auto;
    padding: 0 20px;
}

.products-swiper {
    position: relative;
    overflow: hidden;
}

.products-swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.my-products-next,
.my-products-prev {
    filter: drop-shadow(0.3rem 0.6rem 1.4rem rgba(115, 103, 151, 0.15)) !important;
    box-shadow: 0.3rem 0.6rem 1.4rem rgba(115, 103, 151, 0.15) !important;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 24px;
    background: #fff;
    border: 1px solid #eef1f6;
    border-radius: 50%;
    box-shadow: 0 8px 18px rgba(38, 53, 116, 0.15);
    color: #b87c52;
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    border: none;
    padding: 0;
    margin: 0;
    outline: none;
    box-shadow: none;
    border-radius: 50%;
    box-shadow: none;
    border: none;
    outline: none;
}

.my-products-prev {
    left: 0;
}

.my-products-next {
    right: 0;
}

.card {
    background-clip: border-box;
    border: 1px solid rgba(218, 216, 216, 0.125);
    border-radius: .25rem;
}

.card-packaging {
    padding: 0 16px 12px;
    display: flex;
    gap: 8px;
    z-index: 1;
    position: relative;
}

.card-packaging__item {
    font-size: 13px;
    color: #5a7bb5;
    position: relative;
}

.card-packaging__item:not(:last-child)::after {
    content: "•";
    margin-left: 8px;
    color: #808080;
}


.footer_right .social a:not(:hover) path {
    fill: #b3b9c5;
}

@media screen and (max-width: 1024px) {
    .footer_right .social a:not(:hover) path {
        fill: #fff;
    }
}


.reg-sign-in-modal__accept-btn[data-v-e2a7411e]:hover:not(:disabled) {
    background-color: var(--color-primary-1);
}

.reg-sign-in-modal__form--code .kd-input_error input[data-v-e2a7411e]:focus:not(:disabled) {
    border-color: var(--color-alert-warning);
}

@media (min-width: 768px) {
    .header-search__input:not(:-moz-placeholder-shown) + .header-search__clean-btn {
        display: flex;
    }

    .header-search__input:not(:-ms-input-placeholder) + .header-search__clean-btn {
        display: -ms-flexbox;
        display: flex;
    }
}

.header-new .header-search__input:focus:not(:disabled) {
    border-color: var(--color-info-dark);
}

.header-new .header-search__input:focus:not(:disabled) + .header-search__clean-btn + .header-search__btn {
    border-color: var(--color-info-dark);
    border-left-color: transparent;
}

.submenu:not(:hover) .submenu_list__item_with-childs .submenu {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.kd-input input:focus:not(:disabled) {
    border-color: var(--color-primary);
}

.kd-input_error input:focus:not(:disabled) {
    border-color: var(--color-alert-warning);
}

.kd-phone input:focus:not(:disabled) {
    border-color: var(--color-primary);
}

.kd-phone_error input:focus:not(:disabled) {
    border-color: var(--color-alert-warning);
}

@supports (display: grid) {
}

@supports (display: grid) {
}

@supports (display: grid) {
}

.kd-textarea__field:focus:not(:disabled) {
    border-color: var(--color-primary);
}

.kd-textarea__field_error:focus:not(:disabled) {
    border-color: var(--color-alert-warning);
}

.kd-textarea_error textarea:focus:not(:disabled) {
    border-color: var(--color-alert-warning);
}

.reg-sign-in-modal__accept-btn[data-v-81909bbc]:hover:not(:disabled) {
    background-color: var(--color-primary-1);
}

.reg-sign-in-modal__form--code .kd-input_error input[data-v-81909bbc]:focus:not(:disabled) {
    border-color: var(--color-alert-warning);
}

.reg-sign-in-modal__accept-btn[data-v-2fb29608]:hover:not(:disabled) {
    background-color: var(--color-primary-1);
}

.reg-sign-in-modal__form--code .kd-input_error input[data-v-2fb29608]:focus:not(:disabled) {
    border-color: var(--color-alert-warning);
}

.subscribe-new .subscribe__form .kd-input__field:focus:not(:disabled),
.subscribe-new .subscribe__form .kd-input__field:focus:not(:disabled) + .subscribe-button {
    border-color: var(--color-info-dark);
}

.kd-callback-modal__accept-btn button:hover:not(:disabled) {
    background-color: var(--color-primary-1);
}

/* product yeni */

.reg-sign-in-modal__accept-btn[data-v-e2a7411e]:hover:not(:disabled) {
    background-color: var(--color-primary-1);
}

.reg-sign-in-modal__form--code .kd-input_error input[data-v-e2a7411e]:focus:not(:disabled) {
    border-color: var(--color-alert-warning);
}

@media (min-width: 768px) {
    .header-search__input:not(:-moz-placeholder-shown) + .header-search__clean-btn {
        display: flex;
    }

    .header-search__input:not(:-ms-input-placeholder) + .header-search__clean-btn {
        display: -ms-flexbox;
        display: flex;
    }
}

.header-new .header-search__input:focus:not(:disabled) {
    border-color: var(--color-info-dark);
}

.header-new .header-search__input:focus:not(:disabled) + .header-search__clean-btn + .header-search__btn {
    border-color: var(--color-info-dark);
    border-left-color: transparent;
}

.submenu:not(:hover) .submenu_list__item_with-childs .submenu {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

/*.swiper-slide {*/
/*    text-align: center*/
/*}*/

.kd-input input:focus:not(:disabled) {
    border-color: var(--color-primary);
}

.kd-input_error input:focus:not(:disabled) {
    border-color: var(--color-alert-warning);
}

.kd-phone input:focus:not(:disabled) {
    border-color: var(--color-primary);
}

.kd-phone_error input:focus:not(:disabled) {
    border-color: var(--color-alert-warning);
}

@supports (display: grid) {
}

@supports (display: grid) {
}

@supports (display: grid) {
}

.kd-textarea__field:focus:not(:disabled) {
    border-color: var(--color-primary);
}

.kd-textarea__field_error:focus:not(:disabled) {
    border-color: var(--color-alert-warning);
}

.kd-textarea_error textarea:focus:not(:disabled) {
    border-color: var(--color-alert-warning);
}

.reg-sign-in-modal__accept-btn[data-v-81909bbc]:hover:not(:disabled) {
    background-color: var(--color-primary-1);
}

.reg-sign-in-modal__form--code .kd-input_error input[data-v-81909bbc]:focus:not(:disabled) {
    border-color: var(--color-alert-warning);
}

.reg-sign-in-modal__accept-btn[data-v-2fb29608]:hover:not(:disabled) {
    background-color: var(--color-primary-1);
}

.reg-sign-in-modal__form--code .kd-input_error input[data-v-2fb29608]:focus:not(:disabled) {
    border-color: var(--color-alert-warning);
}

.subscribe-new .subscribe__form .kd-input__field:focus:not(:disabled),
.subscribe-new .subscribe__form .kd-input__field:focus:not(:disabled) + .subscribe-button {
    border-color: var(--color-info-dark);
}

.kd-callback-modal__accept-btn button:hover:not(:disabled) {
    background-color: var(--color-primary-1);
}

/* about */

a {
    text-decoration: none;
    color: #000;
}

/* innerPage codes */

/* speedbar */
/* about codes */
.blog-full-story ul li::marker {
    color: #baba00;
}

/* feedback */

/* Chrome, Safari, Edge, Opera */

/* Firefox */

/* innerSections */

:root {
    --btn-search-size: 1rem;
}

:root {
    --swiper-theme-color: #007aff;
    --swiper-navigation-size: 44px;
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}

.footer_right .social a:not(:hover) path {
    fill: #b3b9c5;
}

@media screen and (max-width: 1024px) {
    .footer_right .social a:not(:hover) path {
        fill: #fff;
    }
}

.footer_right .social a:not(:hover) path {
    fill: #b3b9c5;
}

@media screen and (max-width: 1024px) {
    .footer_right .social a:not(:hover) path {
        fill: #fff;
    }
}

.style_tab__header__menu__mg4Im:focus-visible {
    border-radius: 4px;
    box-shadow: inset 0 0 0 2px var(--neutral_950);
    padding-left: 8px;
    padding-right: 8px;
}

.style_linkContainer__iqyMK:focus-visible .style_CardHome___Pj5u {
    outline-offset: 2px;
    outline-style: solid;
}

.style_linkContainer__iqyMK.style_bgdark__qdjZN:focus-visible .style_CardHome___Pj5u {
    outline-color: #fff;
}

.style_cta-primary__yh1uX:focus-visible {
    outline-offset: 2px;
    outline-style: solid;
}

.style_cta-primary__yh1uX.style_cta__bglight__Q8lDX:focus-visible {
    outline: 2px solid #1f1f1f;
    outline-offset: 2px;
}

.style_cta-primary__yh1uX.style_cta__bgdark__kBdyF:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

.style_cta-primary__yh1uX.style_cta__bgyellow__eOAHA:focus-visible {
    outline: 2px solid #1f1f1f;
    outline-offset: 2px;
}

.style_cta-primary__yh1uX.style_cta__bgelect__FWupx:focus-visible {
    outline: 2px solid #1f1f1f;
    outline-offset: 2px;
}

.style_cta-primary__yh1uX.style_cta__bgevent__sb_AU:focus-visible {
    outline: 2px solid #1f1f1f;
    outline-offset: 2px;
}

.style_cta-secondary__sy1V1:focus-visible {
    outline-offset: 2px;
    outline-style: solid;
}

.style_cta-secondary__sy1V1.style_cta__bglight__Q8lDX:focus-visible {
    outline: 2px solid #1f1f1f;
    outline-offset: 2px;
}

.style_cta-secondary__sy1V1.style_cta__bgdark__kBdyF:focus-visible {
    outline: 2px solid #fcfcfc;
    outline-offset: 2px;
}

.style_cta-secondary__sy1V1.style_cta__bgyellow__eOAHA:focus-visible {
    outline: 2px solid #1f1f1f;
    outline-offset: 2px;
}

.style_cta-ghost__Kak_O:focus-visible {
    outline-offset: 2px;
    outline-style: solid;
}

.style_cta-ghost__Kak_O.style_cta__bglight__Q8lDX:focus-visible {
    outline: 2px solid #1f1f1f;
    outline-offset: 2px;
}

.style_cta-ghost__Kak_O.style_cta__bgdark__kBdyF:focus-visible {
    outline: 2px solid #fcfcfc;
    outline-offset: 2px;
}

.style_cta-ghost__Kak_O.style_cta__bgyellow__eOAHA:focus-visible {
    outline: 2px solid #1f1f1f;
    outline-offset: 2px;
}

.style_cta__bgimg__rY0vQ:focus-visible {
    outline-offset: 2px;
    outline: 2px solid #fcfcfc;
}

/* Products Slider Styles */

/* Hits Card Styles */

/* Swiper Navigation Buttons */

/* Swiper Pagination */

/* Responsive Styles */

/* Services grid section */

/* Projects big cards */

/* call to action */
.section--stores {
    padding: 60px 0 80px;
}

.stores-container {
    max-width: 95%;
    margin: 0 auto;
    width:95%;
    padding: 0 12px;
}
#icfmairka_0 {
    max-width:100%!important;
    width:100%!important;
}
.stores-content {
    display: grid;
    grid-template-columns: 480px 1fr;
    gap: 50px;
    align-items: start;
}

/* Left Panel - Store Info */
.stores-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.stores-title {
    color: rgba(255, 255, 255, 0.5);
    font-size: 2.5rem;
    font-weight: 600;
    line-height: normal;
}

.stores-description {
    color: #9293b0;
    font-size: 14px;
    font-weight: 500;
    line-height: 130%;
}

/* Store Card */
.store-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    margin-top: 30px;
}

.store-image {
    width: 100%;
    height: 150px;
    overflow: hidden;
    margin: 16px 16px 0;
    width: calc(100% - 32px);
    border-radius: 20px;
}

.store-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.store-details {
    padding: 20px 24px 24px;
}

/* Store Header */
.store-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 16px;
}

.store-header-left {
    flex: 1;
}

.store-header-right {
    display: flex;
    align-items: center;
    gap: 12px;
}

.store-name {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.store-type {
    font-size: 13px;
    color: #999999;
    margin: 0;
    font-weight: 400;
}

.store-phone-link {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-decoration: none;
    color: #7b68ee;
}

.phone-number {
    font-size: 15px;
    font-weight: 500;
    color: #00364a;
}

.phone-ext {
    font-size: 12px;
    color: #999999;
    font-weight: 400;
}

.store-phone-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #00364a;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.store-phone-icon:hover {
    background-color: #d10d6b;
}

.store-phone-icon svg {
    width: 18px;
    height: 18px;
}

/* WhatsApp Button */
.store-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #ffffff;
    color: #25d366;
    padding: 2px 20px;
    border-radius: 8px;
    border: 1px solid #25d366;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
    margin-bottom: 16px;
}

.store-whatsapp svg {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
}
.store-whatsapp span {
    color: #000000;
}
.store-whatsapp:hover {
    border-color: #25d366;
    background-color: #f8fff9;
}

/* Address */
.store-address {
    margin-bottom: 20px;
}

.store-address p {
    font-size: 14px;
    color: #3b3c40;
    font-weight: 600;
    line-height: 1.3;
    display: block;
    text-decoration: none;
}

/* Working Hours */
.store-hours {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.hours-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 5px 11px;
    background-color: #3a3a3a;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
}

.hours-btn svg {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
}

.days-off {
    font-size: 13px;
    color: #999999;
    margin: 0;
    font-style: italic;
}

/* Right Panel - Map Wrapper */
.stores-map-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.stores-map iframe {
    height:480px;
}

/* Store Filters Wrapper with Shadow */
.store-filters-wrapper {
    position: relative;
    margin-bottom: 16px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.store-filters-wrapper.slick-initialized {
    opacity: 1;
}

.store-filters-shadow {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    z-index: 2;
    pointer-events: none;
    transition: opacity 0.3s ease;
    opacity: 0;
}

.store-filters-wrapper.slick-initialized .store-filters-shadow {
    opacity: 1;
}

.store-filters-shadow--left {
    left: 0;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0.95) 20%,
        rgba(255, 255, 255, 0.7) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    box-shadow: inset 8px 0 12px -5px rgba(0, 0, 0, 0.08);
}

.store-filters-shadow--right {
    right: 0;
    background: linear-gradient(
        to left,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0.95) 20%,
        rgba(255, 255, 255, 0.7) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    box-shadow: inset -8px 0 12px -5px rgba(0, 0, 0, 0.08);
}

.store-filters-shadow.hidden {
    opacity: 0 !important;
}

/* Store Filters Slider */
.store-filters {
    position: relative;
    margin: 0;
    padding: 0;
    visibility: hidden;
}

.store-filters-wrapper.slick-initialized .store-filters {
    visibility: visible;
}

.store-filters .slick-list {
    margin: 0 -5px;
    padding: 0;
}

.store-filters .slick-slide {
    padding: 0 5px;
}

.store-filters .slick-track {
    display: flex;
    align-items: center;
}

.store-filter-btn {
    padding: 10px 18px !important;
    background-color: #eeeeee !important;
    border: none !important;
    border-radius: 8px !important;
    font-size: 13px !important;
    color: #1a1a1a !important;
    cursor: pointer !important;
    transition: all 0.2s ease;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    white-space: nowrap;
    display: inline-block;
    margin: 0;
    width: auto !important;
    opacity: 0;
    margin-right: 10px !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.slick-track {
    width: 100% !important;
}
.store-filters-wrapper.slick-initialized .store-filter-btn {
    opacity: 1;
}

.store-filter-btn:hover {
    background-color: #e5e5e5;
}

.store-filter-btn.active {
    background-color: #00364a !important;
    color: #ffffff !important;
    font-weight: 500;
}

/* Slick Slider Custom Styles for Store Filters */

/* Map */
.stores-map {
    position: relative;
    border-radius: 16px;
}

.map-container {
    width: 100%;
    height: 100%;
    background-color: #e8e8e8;
    background-image: url("https://api-maps.yandex.ru/services/constructor/1.0/static/?um=constructor%3Ae7b2c7e4c7a4c4e3b8a8a7a6a5a4a3a2&width=800&height=600&lang=ru_RU");
    background-size: cover;
    background-position: center;
    border-radius: 30px;
    margin-top: 17px;
}

/* Responsive Design */
@media (max-width: 1199px) {
    .stores-content {
        grid-template-columns: 420px 1fr;
        gap: 40px;
    }

    .stores-title {
        font-size: 36px;
    }

    .stores-container {
        padding: 0 30px;
    }
}

@media (max-width: 991px) {
    .stores-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .stores-map-wrapper {
        order: -1;
    }

    

    .store-filters-shadow {
        width: 20px;
    }

    .stores-title {
        font-size: 32px;
    }
}

@media (max-width: 575px) {
    .section--stores {
        padding: 40px 0 60px;
    }

    .stores-container {
        padding: 0 16px;
    }

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

    .stores-description {
        font-size: 14px;
    }

    .store-image {
        height: 180px;
        margin: 12px 12px 0;
        width: calc(100% - 24px);
    }

    .store-details {
        padding: 16px 16px 20px;
    }

    .store-header {
        flex-direction: column;
        gap: 12px;
    }

    .store-header-right {
        width: 100%;
        justify-content: space-between;
    }

    .store-phone-link {
        align-items: flex-start;
    }

    .store-name {
        font-size: 16px;
    }

    

    .store-hours {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .store-filters-wrapper {
        padding: 0 15px;
    }

    .store-filters-shadow {
        width: 15px;
    }
}

.div--u-i4j6usqtw {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.list__item--u-iqjb8kza6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.list--u-ihnwmr12e {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.svg_image--u-iz3j5qslz {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: top;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 19px;
    width: 19px;
    overflow-x: hidden;
    overflow-y: hidden;
    margin-right: 10px;
    transition-property: all;
    transition-duration: 300ms;
    transition-delay: 0ms;
    transition-timing-function: ease;
    transition-behavior: normal;
}

.svg_image--u-iz3j5qslz > svg {
    flex-shrink: 0;
}

.svg_image--u-iz3j5qslz svg {
    width: 100%;
    height: 100%;
}

.svg_image--u-iz3j5qslz .path-ijy9j8vzq {
    fill: rgba(var(--color-ipb7c4ck5), 1);
}

.svg_image--u-iz3j5qslz .path-i7xwej8al {
    fill: rgba(var(--color-ia076lu78), 1);
}

.link-universal--u-i97cwnmrk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    text-decoration-line: none;
    color: rgba(var(--color-iaakh774p), 1);
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    transition-property: all;
    transition-duration: 300ms;
    transition-delay: 0ms;
    transition-timing-function: ease;
    transition-behavior: normal;
    border:1px solid;
}

.link-universal--u-i97cwnmrk:hover {
    background-color: #00364a;
    border:1px solid rgba(255, 255, 255, 0.5);
    color: rgba(var(--color-ijtzlvh7w), 1);
}

.link-universal--u-i97cwnmrk:hover .svg_image--u-iz3j5qslz .path-ijy9j8vzq {
    fill: rgba(var(--color-i0l5qznv5), 1);
}

.link-universal--u-i97cwnmrk:hover .svg_image--u-iz3j5qslz .path-i7xwej8al {
    fill: rgba(var(--color-izmtl7bn9), 1);
}

.link-universal--u-i97cwnmrk:hover svg path {
    fill: #fff
}

.text--u-i7oahko4s {
    display: inline-block;
}

.div--u-ifo4y85l3 {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 20px;
}

.text--u-ijrwg0hyh {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: top;
    position: relative;
    font-size: 14px;
    color: rgba(var(--color-ifh8k7ijy), 0.6);
    width: 32%;
}

.text--u-ig2d9b414 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: top;
    position: relative;
    font-size: 14px;
    color: rgba(var(--color-iyjvez1l9), 0.6);
    width: 32%;
    text-align: center;
}

.div--u-ijh4it06z {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 0px;
    width: 100%;
    justify-content: space-between;
}

.mosaic-site-copyright--u-iwwuo47zc {
    line-height: normal;
    display: block;
    position: relative;
    color: #fff;
    width: 32%;
    text-align: right;
}

.div--u-idx3t4zqb {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    justify-content: space-between;
}

.button-up--u-i6xl8rk5p {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 45px;
    height: 45px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: rgba(var(--color-i41x4d2l5), 1);
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    justify-content: center;
    flex-shrink: 0;
    margin-left: auto;
    transition-property: all;
    transition-duration: 300ms;
    transition-delay: 0ms;
    transition-timing-function: ease;
    transition-behavior: normal;
}

.button-up--u-i6xl8rk5p:hover {
    background-color: rgba(var(--color-iape4ztxp), 0);
    box-shadow: inset 0px 0px 0px 1px rgba(var(--color-ivg3xqmjr), 1);
}

.button-up--u-i6xl8rk5p:hover .svg_image--u-i25no3jqz .path-i49fwkhe7 {
    fill: rgba(var(--color-i7jhn6a95), 1);
}

.button-up__text--u-i6s2bz91c {
    display: none;
}

.svg_image--u-i25no3jqz {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: top;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 10px;
    width: 10px;
    overflow-x: hidden;
    overflow-y: hidden;
    transition-property: all;
    transition-duration: 300ms;
    transition-delay: 0ms;
    transition-timing-function: ease;
    transition-behavior: normal;
}

.svg_image--u-i25no3jqz svg {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
}

.svg_image--u-i25no3jqz .path-i49fwkhe7 {
    fill: rgba(var(--color-i3bivfjvg), 1);
}

.mosaic-site-counters--u-ightapc5j {
    display: none;
}

.section--u-imuow71zf {
    display: block;
    width: 100%;
    position: relative;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 30px;
    padding-bottom: 20px;
    color: rgba(var(--color-ioy6iyv81), 1);
    cursor: auto;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
    overflow-wrap: break-word;
    text-align: left;
    text-indent: 0px;
    text-shadow: none;
    text-transform: none;
}

.container--u-icfmairka {
    width: 90%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    position: relative;
}

.link-universal--u-inb7b1vry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    text-decoration-line: none;
    color: rgba(var(--color-iog23w6f5), 1);
    font-weight: 600;
}

.text--u-ifrdsh2wh {
    display: block;
}

.text--u-ia16zz3tb {
    font-size: 14px;
    color: rgba(var(--color-iuipknkhi), 0.6);
    margin-bottom: 5px;
    display: block;
}

.div--u-ia3aousvs {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 20px;
    margin-top: 20px;
    border-top-style: dashed;
    border-top-width: 1px;
    border-top-color: rgba(var(--color-ibhj83qfh), 0.15);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.div--u-iayhmc6za {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 40px;
}

.text--u-icw2cd5s9 {
    display: block;
    font-weight: 600;
}

.text--u-ignxl1so0 {
    font-size: 14px;
    color: rgba(var(--color-i332lvpc6), 0.6);
    margin-bottom: 5px;
    display: block;
}

.div--u-ihul51ywc {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 0;
}

.link-universal--u-iy2dbv191 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    text-decoration-line: none;
    color: rgba(var(--color-ifuzqh6iz), 1);
    font-weight: 600;
}

.text--u-i1avmdt11 {
    display: block;
}

.text--u-iptlpi58t {
    font-size: 14px;
    color: rgba(var(--color-iq0tqr9po), 0.6);
    margin-bottom: 5px;
    display: block;
}

.div--u-iwebvdola {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 40px;
}

@media (max-width: 991px) {
    .list--u-ihnwmr12e {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .list__item--u-iqjb8kza6 {
        margin-bottom: 20px;
    }

    .div--u-idx3t4zqb {
        margin-top: 20px;
    }

    .section--u-imuow71zf {
        padding-top: 20px;
        padding-bottom: 50px;
    }

    .link-universal--u-i97cwnmrk {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .div--u-ia3aousvs {
        flex-wrap: wrap;
        padding-top: 10px;
    }

    .div--u-ihul51ywc {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .div--u-iwebvdola {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .div--u-iayhmc6za {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .button-up--u-i6xl8rk5p {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .div--u-ijh4it06z {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .text--u-ijrwg0hyh {
        margin-bottom: 10px;
        width: 100%;
        text-align: center;
    }

    .text--u-ig2d9b414 {
        margin-bottom: 10px;
        width: 100%;
    }

    .mosaic-site-copyright--u-iwwuo47zc {
        margin-bottom: 0px;
        width: 100%;
        text-align: center;
    }

    .div--u-idx3t4zqb {
        padding-top: 20px;
        margin-top: 40px;
    }

    .div--u-ifo4y85l3 {
    }

    .div--u-i4j6usqtw {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .list--u-ihnwmr12e {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .link-universal--u-i97cwnmrk {
        width: 100%;
        justify-content: center;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .list__item--u-iqjb8kza6 {
        margin-right: 0px;
    }

    .button-up--u-i6xl8rk5p {
        width: 100%;
        height: 50px;
    }

    .section--u-imuow71zf {
        padding-top: 10px;
        padding-bottom: 40px;
    }

    .div--u-ia3aousvs {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        flex-wrap: wrap;
    }
}

@media (max-width: 479px) {
    .div--u-idx3t4zqb {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

@font-face {
    font-family: "Montserrat";
    font-weight: 100;
    font-style: normal;
    font-display: swap;
    src:
        url("/g/fonts/montserrat/montserrat-t.woff2") format("woff2"),
        url("/g/fonts/montserrat/montserrat-t.woff") format("woff");
}

@font-face {
    font-family: "Montserrat";
    font-weight: 100;
    font-style: italic;
    font-display: swap;
    src:
        url("/g/fonts/montserrat/montserrat-t-i.woff2") format("woff2"),
        url("/g/fonts/montserrat/montserrat-t-i.woff") format("woff");
}

@font-face {
    font-family: "Montserrat";
    font-weight: 200;
    font-style: normal;
    font-display: swap;
    src:
        url("/g/fonts/montserrat/montserrat-e-l.woff2") format("woff2"),
        url("/g/fonts/montserrat/montserrat-e-l.woff") format("woff");
}

@font-face {
    font-family: "Montserrat";
    font-weight: 200;
    font-style: italic;
    font-display: swap;
    src:
        url("/g/fonts/montserrat/montserrat-e-l-i.woff2") format("woff2"),
        url("/g/fonts/montserrat/montserrat-e-l-i.woff") format("woff");
}

@font-face {
    font-family: "Montserrat";
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src:
        url("/g/fonts/montserrat/montserrat-l.woff2") format("woff2"),
        url("/g/fonts/montserrat/montserrat-l.woff") format("woff");
}

@font-face {
    font-family: "Montserrat";
    font-weight: 300;
    font-style: italic;
    font-display: swap;
    src:
        url("/g/fonts/montserrat/montserrat-l-i.woff2") format("woff2"),
        url("/g/fonts/montserrat/montserrat-l-i.woff") format("woff");
}

@font-face {
    font-family: "Montserrat";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src:
        url("/g/fonts/montserrat/montserrat-r.woff2") format("woff2"),
        url("/g/fonts/montserrat/montserrat-r.woff") format("woff");
}

@font-face {
    font-family: "Montserrat";
    font-weight: 400;
    font-style: italic;
    font-display: swap;
    src:
        url("/g/fonts/montserrat/montserrat-r-i.woff2") format("woff2"),
        url("/g/fonts/montserrat/montserrat-r-i.woff") format("woff");
}

@font-face {
    font-family: "Montserrat";
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src:
        url("/g/fonts/montserrat/montserrat-m.woff2") format("woff2"),
        url("/g/fonts/montserrat/montserrat-m.woff") format("woff");
}

@font-face {
    font-family: "Montserrat";
    font-weight: 500;
    font-style: italic;
    font-display: swap;
    src:
        url("/g/fonts/montserrat/montserrat-m-i.woff2") format("woff2"),
        url("/g/fonts/montserrat/montserrat-m-i.woff") format("woff");
}

@font-face {
    font-family: "Montserrat";
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src:
        url("/g/fonts/montserrat/montserrat-s-b.woff2") format("woff2"),
        url("/g/fonts/montserrat/montserrat-s-b.woff") format("woff");
}

@font-face {
    font-family: "Montserrat";
    font-weight: 600;
    font-style: italic;
    font-display: swap;
    src:
        url("/g/fonts/montserrat/montserrat-s-b-i.woff2") format("woff2"),
        url("/g/fonts/montserrat/montserrat-s-b-i.woff") format("woff");
}

@font-face {
    font-family: "Montserrat";
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src:
        url("/g/fonts/montserrat/montserrat-b.woff2") format("woff2"),
        url("/g/fonts/montserrat/montserrat-b.woff") format("woff");
}

@font-face {
    font-family: "Montserrat";
    font-weight: 700;
    font-style: italic;
    font-display: swap;
    src:
        url("/g/fonts/montserrat/montserrat-b-i.woff2") format("woff2"),
        url("/g/fonts/montserrat/montserrat-b-i.woff") format("woff");
}

@font-face {
    font-family: "Montserrat";
    font-weight: 800;
    font-style: normal;
    font-display: swap;
    src:
        url("/g/fonts/montserrat/montserrat-e-b.woff2") format("woff2"),
        url("/g/fonts/montserrat/montserrat-e-b.woff") format("woff");
}

@font-face {
    font-family: "Montserrat";
    font-weight: 800;
    font-style: italic;
    font-display: swap;
    src:
        url("/g/fonts/montserrat/montserrat-e-b-i.woff2") format("woff2"),
        url("/g/fonts/montserrat/montserrat-e-b-i.woff") format("woff");
}

@font-face {
    font-family: "Montserrat";
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    src:
        url("/g/fonts/montserrat/montserrat-bl.woff2") format("woff2"),
        url("/g/fonts/montserrat/montserrat-bl.woff") format("woff");
}

@font-face {
    font-family: "Montserrat";
    font-weight: 900;
    font-style: italic;
    font-display: swap;
    src:
        url("/g/fonts/montserrat/montserrat-bl-i.woff2") format("woff2"),
        url("/g/fonts/montserrat/montserrat-bl-i.woff") format("woff");
}

:root {
    --color-i8o9gy82m: 255, 255, 255;
    --color-id35e8jyc: 228, 106, 41;
    --color-iigdwv3fq: 255, 255, 255;
    --color-igzhyrfsl: 0, 0, 0;
    --color-i94j1z77c: 56, 163, 204;
    --color-iins12dbh: 0, 0, 0;
    --color-ih5inuqx0: 228, 106, 41;
    --color-idk4j8u24: 0, 0, 0;
    --color-ids64r065: 228, 106, 41;
    --color-i184cc23a: 0, 0, 0;
    --color-ip5ckibj1: 0, 0, 0;
    --color-ie80fdje7: 56, 163, 204;
    --color-ia0kcmdcy: 0, 0, 0;
    --color-if9mk5hqj: 0, 0, 0;
    --color-icgklpn5r: 0, 0, 0;
    --color-ixaijl8zx: 0, 0, 0;
    --color-iihch1dp8: 228, 106, 41;
    --color-iqliyxeg6: 0, 0, 0;
    --color-iy031kaev: 0, 0, 0;
    --color-itxevoftn: 0, 0, 0;
    --color-iage9gtog: 255, 255, 255;
    --color-iqz0j9qmy: 0, 0, 0;
    --color-i78elid96: 0, 0, 0;
    --color-ile1wdibz: 228, 106, 41;
    --color-irowynjew: 228, 106, 41;
    --color-i6pwmfolh: 255, 255, 255;
    --color-is95tdfhe: 255, 255, 255;
    --color-iumgvtqhw: 255, 255, 255;
    --color-im99cna01: 255, 255, 255;
    --color-ismkdswya: 255, 255, 255;
    --color-iz4805wux: 255, 255, 255;
    --color-it2xemb8n: 255, 255, 255;
    --color-ijw3la7pc: 255, 255, 255;
    --color-iuy9cobpy: 255, 255, 255;
    --color-ij5na50mk: 255, 255, 255;
    --color-ixhztg4vn: 0, 0, 0;
    --color-i1n3kpgnl: 0, 0, 0;
    --color-iemrrf3w5: 228, 106, 41;
    --color-iw6yipbdi: 255, 255, 255;
    --color-ivubqax82: 228, 106, 41;
    --color-iifc9j0l9: 0, 0, 0;
    --color-iee3qqdvr: 228, 106, 41;
    --color-i4q1kuxq5: 228, 106, 41;
    --color-iebsfgtby: 0, 0, 0;
    --color-i27gnczve: 228, 106, 41;
    --color-ienx8pph3: 26, 26, 26;
    --color-ik02br725: 26, 26, 26;
    --color-i3rf9hifw: 26, 26, 26;
    --color-i7otc5kyj: 26, 26, 26;
    --color-iygb35uqu: 26, 26, 26;
    --color-ipty1mbon: 26, 26, 26;
    --color-i0o72mhf6: 228, 106, 41;
    --color-i5mvjvdob: 228, 106, 41;
    --color-i3dih126p: 228, 106, 41;
    --color-i5tm9rkn7: 26, 26, 26;
    --color-i39p30k03: 26, 26, 26;
    --color-i8cibf5ns: 228, 106, 41;
    --color-irlxqnv9y: 26, 26, 26;
    --color-igqaplbwz: 26, 26, 26;
    --color-ir76ssr1u: 26, 26, 26;
    --color-imt8xux7o: 26, 26, 26;
    --color-i6cbplzjt: 228, 106, 41;
    --color-iekav4sn5: 228, 106, 41;
    --color-iscigjtwh: 26, 26, 26;
    --color-i434jzf88: 228, 106, 41;
    --color-igycnjgcl: 228, 106, 41;
    --color-iu23thdou: 26, 26, 26;
    --color-i9k4alrq2: 26, 26, 26;
    --color-ieb7hvedd: 228, 106, 41;
    --color-iv29plp09: 228, 106, 41;
    --color-imgkwyew5: 26, 26, 26;
    --color-ildbg3lp9: 228, 106, 41;
    --color-i8l2kmbps: 26, 26, 26;
    --color-ibwdtkvaz: 228, 106, 41;
    --color-if669cyae: 26, 26, 26;
    --color-idnujtmdn: 228, 106, 41;
    --color-ie9lx8sck: 26, 26, 26;
    --color-ip0ospcw1: 228, 106, 41;
    --color-ixfecopxh: 228, 106, 41;
    --color-ikl9nhrwq: 228, 106, 41;
    --color-irgsgi8sm: 0, 0, 0;
    --color-ic020lv8s: 56, 163, 204;
    --color-i9g6u58om: 0, 0, 0;
    --color-i5empnpp1: 56, 163, 204;
    --color-ig2ls05ov: 0, 0, 0;
    --color-i65e74sg1: 255, 255, 255;
    --color-ix8vhbrpg: 228, 106, 41;
    --color-iuuv22o6f: 228, 106, 41;
    --color-iwdxze4sm: 228, 106, 41;
    --color-ik9n65rxz: 228, 106, 41;
    --color-ia2qveaf3: 255, 255, 255;
    --color-i7hwji4hx: 228, 106, 41;
    --color-ina0n4f6x: 228, 106, 41;
    --color-i02erh6i6: 0, 0, 0;
    --color-i8mytbbvb: 0, 0, 0;
    --color-ic5rikr4j: 0, 0, 0;
    --color-igpkbjp2q: 0, 0, 0;
    --color-i5tbpl1ig: 0, 0, 0;
    --color-i7locq168: 0, 0, 0;
    --color-iu2msrrs6: 0, 0, 0;
    --color-igfiomwqj: 0, 0, 0;
    --color-ihha5xkvm: 0, 0, 0;
    --color-isqcir30u: 56, 163, 204;
    --color-i5vqio0lu: 228, 106, 41;
    --color-ibolppyqb: 255, 255, 255;
    --color-i3g60kpnm: 228, 106, 41;
    --color-i2q7c0lld: 228, 106, 41;
    --color-i07g81jp4: 0, 0, 0;
    --color-il9x0ocje: 0, 0, 0;
    --color-iipm0g9tu: 0, 0, 0;
    --color-ipih7hus4: 0, 0, 0;
    --color-idupp8yrw: 0, 0, 0;
    --color-inc8nw50j: 0, 0, 0;
    --color-ibmi192bh: 0, 0, 0;
    --color-iwpp6p9p3: 0, 0, 0;
    --color-iafxfhr9x: 0, 0, 0;
    --color-i87xioucb: 56, 163, 204;
    --color-ibnpoxnax: 0, 0, 0;
    --color-i2lrqk8uo: 0, 0, 0;
    --color-ipvwh6jt3: 0, 0, 0;
    --color-itxbbn1ed: 0, 0, 0;
    --color-i228bs6o4: 0, 0, 0;
    --color-ifk6ps58o: 0, 0, 0;
    --color-i4mno23zh: 0, 0, 0;
    --color-i23i3tcmx: 56, 163, 204;
    --color-i9a6t5hm7: 0, 0, 0;
    --color-ij9xgk9ol: 255, 255, 255;
    --color-i8zn3gttr: 228, 106, 41;
    --color-ijrmf8yg9: 169, 169, 169;
    --color-i0g0cn1y2: 169, 169, 169;
    --color-iu1mqbl0g: 169, 169, 169;
    --color-iu2kj85jf: 169, 169, 169;
    --color-irjfmcyig: 255, 255, 255;
    --color-iini0nz1x: 0, 0, 0;
    --color-i7tbp3x1a: 0, 0, 0;
    --color-iv82drj6g: 217, 217, 217;
    --color-iprqcd6ak: 169, 169, 169;
    --color-iianiyfhe: 169, 169, 169;
    --color-i7osbe1ab: 169, 169, 169;
    --color-imr7a2fxx: 169, 169, 169;
    --color-ihmguswvz: 255, 255, 255;
    --color-idiv0emwg: 169, 169, 169;
    --color-il5vaydnw: 169, 169, 169;
    --color-ixy03n3tx: 169, 169, 169;
    --color-iof12v0hf: 169, 169, 169;
    --color-imulq7zpz: 255, 255, 255;
    --color-iw063xz4y: 169, 169, 169;
    --color-ivejooclt: 169, 169, 169;
    --color-ilvomie1j: 169, 169, 169;
    --color-iycbi3nnm: 169, 169, 169;
    --color-ivepsc6k6: 255, 255, 255;
    --color-i4m96ffny: 169, 169, 169;
    --color-in6wxhn03: 169, 169, 169;
    --color-ixtw5pxm3: 169, 169, 169;
    --color-i9foyyhp7: 169, 169, 169;
    --color-ixacnxtag: 248, 248, 248;
    --color-ichsuvpx1: 169, 169, 169;
    --color-iwh54msqj: 169, 169, 169;
    --color-in8qaozl6: 169, 169, 169;
    --color-iaptlz9vb: 169, 169, 169;
    --color-iqaxdex9i: 248, 248, 248;
    --color-i3d2pr6im: 51, 51, 51;
    --color-ic5dbwuca: 255, 255, 255;
    --color-il6t9skv0: 255, 0, 0;
    --color-ieit5bf8n: 128, 128, 128;
    --color-i7ykiuf5u: 128, 128, 128;
    --color-i3nz7rr0q: 128, 128, 128;
    --color-iigfac1rk: 128, 128, 128;
    --color-icodqnpbw: 128, 128, 128;
    --color-isjg42c2d: 0, 0, 0;
    --color-izjk08wn3: 0, 0, 0;
    --color-ih0yq8zo5: 128, 128, 128;
    --color-irklh5oqp: 128, 128, 128;
    --color-iz47h6jvd: 128, 128, 128;
    --color-i07bryhbt: 128, 128, 128;
    --color-i2jhvq5xn: 0, 0, 0;
    --color-icqdsaeok: 0, 0, 0;
    --color-iskxvxoig: 228, 106, 41;
    --color-iligm2583: 255, 255, 255;
    --color-iwlgg7ryu: 197, 197, 197;
    --color-i3fn47mq5: 197, 197, 197;
    --color-id6e6d0ia: 197, 197, 197;
    --color-ite0eub3l: 197, 197, 197;
    --color-i8zec25mv: 197, 197, 197;
    --color-i5zyr8jjm: 255, 0, 0;
    --color-iekzja0rr: 85, 85, 85;
    --color-ihbftxwti: 0, 0, 255;
    --color-iy2vuk458: 0, 0, 255;
    --color-imzgcjno1: 0, 0, 0;
    --color-ikkpsh8pd: 0, 0, 0;
    --color-i2ax111b6: 0, 198, 8;
    --color-i92h2d967: 228, 106, 41;
    --color-i56xej1rw: 0, 0, 0;
    --color-i6n3v9xtx: 0, 0, 0;
    --color-iar5cub5e: 255, 255, 255;
    --color-is42fed2g: 255, 255, 255;
    --color-ifvovzv3l: 228, 106, 41;
    --color-iffbiu19t: 0, 0, 0;
    --color-i9o1p3idm: 0, 0, 0;
    --color-il7d27004: 228, 106, 41;
    --color-iu37sm2iw: 0, 0, 0;
    --color-ijaiscq9l: 255, 255, 255;
    --color-iuswvmwg6: 228, 106, 41;
    --color-i3y7w5ahv: 169, 169, 169;
    --color-iy3bcn5u9: 169, 169, 169;
    --color-i9bxwsgco: 169, 169, 169;
    --color-ia47qrz5u: 169, 169, 169;
    --color-i4f5dgca7: 255, 255, 255;
    --color-i11f3z0bf: 0, 0, 0;
    --color-ix3348gst: 0, 0, 0;
    --color-itg0vprky: 217, 217, 217;
    --color-idrytual8: 169, 169, 169;
    --color-ix4u12jl4: 169, 169, 169;
    --color-ix2lx0tfv: 169, 169, 169;
    --color-i9zh3b6eh: 169, 169, 169;
    --color-ihidym9yr: 255, 255, 255;
    --color-ixethobyx: 169, 169, 169;
    --color-iqqqwodqi: 169, 169, 169;
    --color-id1fh6vaz: 169, 169, 169;
    --color-ivplkpkv5: 169, 169, 169;
    --color-iz4bi58ct: 255, 255, 255;
    --color-it7s4scpw: 169, 169, 169;
    --color-izd8ow6qh: 169, 169, 169;
    --color-iaaz6kd5n: 169, 169, 169;
    --color-iqupphdyb: 169, 169, 169;
    --color-ivb30blim: 255, 255, 255;
    --color-i7zbnux0o: 169, 169, 169;
    --color-imvvcxgps: 169, 169, 169;
    --color-izkk6ifek: 169, 169, 169;
    --color-i2tzcbsqu: 169, 169, 169;
    --color-i2w9utewo: 248, 248, 248;
    --color-i2wzao2fd: 169, 169, 169;
    --color-i8bw57hrc: 169, 169, 169;
    --color-ix8znfeew: 169, 169, 169;
    --color-i6lku9r1c: 169, 169, 169;
    --color-ifd98nc9w: 248, 248, 248;
    --color-irovxhetw: 51, 51, 51;
    --color-ifsgubdax: 255, 255, 255;
    --color-isc8bljuj: 255, 0, 0;
    --color-iezyvgarp: 128, 128, 128;
    --color-ipsrs0zz2: 128, 128, 128;
    --color-i3wqlh5q1: 128, 128, 128;
    --color-ig8wm5bvm: 128, 128, 128;
    --color-iuggq2kot: 128, 128, 128;
    --color-iwoxiem2u: 0, 0, 0;
    --color-i7c0xc5kl: 0, 0, 0;
    --color-ilqt33w2b: 128, 128, 128;
    --color-iylrfu2fk: 128, 128, 128;
    --color-iob44bvns: 128, 128, 128;
    --color-iovbbhm8w: 128, 128, 128;
    --color-ityyy4ap5: 0, 0, 0;
    --color-ialzm012t: 0, 0, 0;
    --color-iuq7qn0zx: 228, 106, 41;
    --color-if7jxkmqm: 255, 255, 255;
    --color-iunty6qsv: 197, 197, 197;
    --color-izp24v7nu: 197, 197, 197;
    --color-i62yl2jxb: 197, 197, 197;
    --color-igmiseh0b: 197, 197, 197;
    --color-iyu7k1pru: 197, 197, 197;
    --color-ii4u4o65y: 255, 0, 0;
    --color-ixum5l9y5: 85, 85, 85;
    --color-ibonaarjg: 0, 0, 255;
    --color-iofl8qdq7: 0, 0, 255;
    --color-ic04akpn9: 0, 0, 0;
    --color-icm2d8vyf: 0, 0, 0;
    --color-ijyy8tal5: 0, 198, 8;
    --color-ii7qa5zx5: 228, 106, 41;
    --color-i81gwyvw1: 0, 0, 0;
    --color-i2oqfxm3t: 0, 0, 0;
    --color-ivyprzp9r: 255, 255, 255;
    --color-iv83f5okh: 255, 255, 255;
    --color-ic1g79njc: 228, 106, 41;
    --color-ihrby4dnl: 228, 106, 41;
    --color-int5bmanl: 0, 0, 0;
    --color-igz4e14vl: 0, 0, 0;
    --color-ibv6fb9fy: 0, 0, 0;
    --color-ifp3g2kjg: 0, 0, 0;
    --color-i80i9m8uv: 238, 238, 238;
    --color-ifsgsgxjf: 255, 255, 255;
    --color-iq1vdwi6x: 0, 0, 0;
    --color-ieffzf8hd: 238, 238, 238;
    --color-iy30dlard: 0, 0, 0;
    --color-inslju1fi: 0, 0, 0;
    --color-iwc70uyko: 0, 0, 0;
    --color-iw1gwe900: 238, 238, 238;
    --color-inm3bxiaq: 0, 0, 0;
    --color-i6wb5nimc: 0, 0, 0;
    --color-ih0ioq0f0: 0, 0, 0;
    --color-iicxs9rwd: 0, 0, 0;
    --color-ivati4sba: 0, 0, 0;
    --color-ipc9mmmal: 0, 0, 0;
    --color-i3da56gi4: 0, 0, 0;
    --color-ikfvphwln: 0, 0, 0;
    --color-i5lb3zg3z: 0, 0, 0;
    --color-ij4lo74mu: 0, 0, 0;
    --color-iiueglu8o: 0, 0, 0;
    --color-iw99veuh6: 228, 106, 41;
    --color-ibto20rfm: 0, 0, 0;
    --color-ic58y7dan: 255, 255, 255;
    --color-ie5qhxrae: 228, 106, 41;
    --color-ivifa81m9: 255, 255, 255;
    --color-ikjmvopnz: 255, 255, 255;
    --color-ih5ill2y5: 255, 255, 255;
    --color-i07hj76wr: 0, 0, 0;
    --color-iq0xrfk87: 255, 255, 255;
    --color-igpwm7c1t: 255, 255, 255;
    --color-iu3mgdtjk: 255, 255, 255;
    --color-ignlf4lcf: 0, 0, 0;
    --color-idosxmlik: 0, 0, 0;
    --color-i2p3vzqzs: 0, 0, 0;
    --color-ijc3kxlll: 255, 255, 255;
    --color-iuseis2e3: 255, 255, 255;
    --color-icsng8ex7: 0, 0, 0;
    --color-ioi4ew09h: 0, 0, 0;
    --color-iwblidml5: 0, 0, 0;
    --color-i79c1ahf8: 102, 102, 102;
    --color-i0kh6anwq: 0, 0, 0;
    --color-iwde0uhf7: 56, 163, 204;
    --color-iu70a5g22: 51, 51, 51;
    --color-i6oibds1x: 0, 0, 0;
    --color-idddcrhci: 238, 238, 238;
    --color-ilwlg3h9b: 0, 0, 0;
    --color-ijikbtidy: 255, 255, 255;
    --color-i3pwnqteo: 0, 0, 0;
    --color-iezaq3owk: 221, 221, 221;
    --color-i0hkokuyt: 51, 51, 51;
    --color-ihik2iqn5: 255, 255, 255;
    --color-i7d1ohh1m: 51, 51, 51;
    --color-itz0xkdse: 238, 238, 238;
    --image-iqfhsaofb: url("/d/tpl25_vniz.svg");
    --color-io3w0z1ix: 221, 221, 221;
    --color-i8vbdsgr9: 0, 0, 0;
    --color-ilcab11c1: 0, 0, 0;
    --image-ihuo3dia7: url("/d/tpl25_vpravo_1.svg");
    --color-i76egvtjo: 0, 0, 0;
    --color-irtuxyawv: 0, 0, 0;
    --color-i2v89o5af: 0, 0, 0;
    --color-ikzo5n0t1: 0, 0, 0;
    --color-i8lzxvoyi: 0, 0, 0;
    --color-i4004187f: 0, 0, 0;
    --color-iv22cwmfx: 0, 0, 0;
    --color-ixfqkkng1: 0, 0, 0;
    --color-ir2ja6iur: 0, 0, 0;
    --color-iicbvcrof: 0, 0, 0;
    --color-ipb7c4ck5: 0, 0, 0;
    --color-ia076lu78: 0, 0, 0;
    --color-ic6bb0tp3: 0, 0, 0;
    --color-iq95tawon: 0, 0, 0;
    --color-iaakh774p: 0, 0, 0;
    --color-i9ghcmosx: 0, 0, 0;
    --color-ifh8k7ijy: 0, 0, 0;
    --color-iyjvez1l9: 0, 0, 0;
    --color-iymtgzuzv: 0, 0, 0;
    --color-i1ei58be2: 228, 106, 41;
    --color-ika9fqcr0: 228, 106, 41;
    --color-ijtzlvh7w: 255, 255, 255;
    --color-iw3cfe8hf: 255, 255, 255;
    --color-iogmzeop8: 255, 255, 255;
    --color-i0l5qznv5: 255, 255, 255;
    --color-izmtl7bn9: 255, 255, 255;
    --color-iugnp1jkh: 255, 255, 255;
    --color-ikncd3xpc: 255, 255, 255;
    --color-i41x4d2l5: 228, 106, 41;
    --color-i3bivfjvg: 255, 255, 255;
    --color-iape4ztxp: 255, 255, 255;
    --color-ivg3xqmjr: 228, 106, 41;
    --color-i7jhn6a95: 0, 0, 0;
    --color-ioy6iyv81: 0, 0, 0;
    --color-i2kui8h0m: 0, 0, 0;
    --color-inna4r17q: 0, 0, 0;
    --color-ij3zbhmiv: 56, 163, 204;
    --color-i9rwmh2qv: 151, 151, 151;
    --color-iog23w6f5: 0, 0, 0;
    --color-iuipknkhi: 0, 0, 0;
    --color-ibhj83qfh: 0, 0, 0;
    --color-i332lvpc6: 0, 0, 0;
    --color-ifuzqh6iz: 0, 0, 0;
    --color-iq0tqr9po: 0, 0, 0;
}

/* Footer Styles */
.site-footer {
    padding: 0 0 30px;
    position: relative;
    border-top: 1px solid #e8e8e8;
}

/* Make footer content light on dark background */
.site-footer,
.site-footer a,
.site-footer .text,
.site-footer .text-block-wrap-div {
    color: #ffffff;
}

.site-footer a:hover,
.site-footer a:focus {
    color: #ffffff;
}

/* Force social SVG icons in footer to be white */
.site-footer .svg_image svg path {
    fill: #ffffff !important;
}

/* Company Information */

/* Contact Section */

/* Social Media Icons */

/* Reviews Button */

/* Scroll to Top Button */

/* Responsive Design */

@media (max-width: 767px) {
    .site-footer {
        padding: 30px 0 20px;
    }
}

.container {
    max-width:95%!important;
    width:95%!important;
}

/*****PRICE-FORM START*****/








/* Base layout */

.speedbar .over {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    font-weight: 400;
    color: #777777;
    letter-spacing: 0.01em;
}

.speedbar .over a {
    color: #777777;
}

.speedbar .over i {
    font-size: 11px;
    color: #bbbbbb;
}

/* Page wrapper */
.page {
    max-width: 1200px;
    margin: 32px auto 72px;
    padding: 0 40px;
}

.page-header h1 {
    margin: 0 0 24px;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
}

.page-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

/* Intro text */
.company-intro p {
    margin: 0 0 12px;
    max-width: 880px;
    color: #fff;
}

.company-intro p:last-child {
    margin-bottom: 0;
}

/* Section titles */
.company-abilities > h2,
.certificates > h2 {
    margin: 0 0 18px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

/* Abilities list */
.company-abilities {
    margin-top: 8px;
}

.ability {
    margin-top: 18px;
}

.ability h3 {
    margin: 0 0 8px;
    font-size: 17px;
    font-weight: 600;
    color: #171923;
    display: flex;
    align-items: baseline;
    gap: 6px;
}

.ability h3 span {
    color: #c9946c;
    font-weight: 700;
}

.ability--red {
    color: #c9946c;
}

.ability--red span {
    color: #c9946c;
}

.ability p {
    margin: 0 0 8px;
    color: #fff;
}

.ability p:last-child {
    margin-bottom: 0;
}

/* Certificates block */
.certificates {
    margin-top: 8px;
}

.certificates-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    margin-top: 20px;
}

.certificate-item {
    display: block;
    background-color: #f8f8fb;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.certificate-item img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.certificate-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 35px rgba(15, 23, 42, 0.12);
}

/* Responsive */
@media (max-width: 1024px) {
    .page {
        padding: 0 24px;
    }

    .certificates-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }
}

@media (max-width: 640px) {
    .speedbar .over,
    .page {
        padding: 0 16px;
    }

    .page {
        margin-top: 20px;
    }

    .page-header h1 {
        font-size: 22px;
    }

    .certificates-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .company-intro p,
    .ability p {
        font-size: 14px;
    }
}

.products-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 15px;
}
/*feedback*/

.footer_right .social a:not(:hover) path {
  fill: #b3b9c5;
}

@media screen and (max-width: 1024px) {
  .footer_right .social a:not(:hover) path {
    fill: #fff;
  }
}
/**/
.reg-sign-in-modal__accept-btn[data-v-e2a7411e]:hover:not(:disabled) {
  background-color: var(--color-primary-1);
}

.reg-sign-in-modal__form--code
  .kd-input_error
  input[data-v-e2a7411e]:focus:not(:disabled) {
  border-color: var(--color-alert-warning);
}

@media (min-width: 768px) {
  .header-search__input:not(:-moz-placeholder-shown)
    + .header-search__clean-btn {
    display: flex;
  }

  .header-search__input:not(:-ms-input-placeholder)
    + .header-search__clean-btn {
    display: -ms-flexbox;
    display: flex;
  }
}

.header-new .header-search__input:focus:not(:disabled) {
  border-color: var(--color-info-dark);
}

.header-new
  .header-search__input:focus:not(:disabled)
  + .header-search__clean-btn
  + .header-search__btn {
  border-color: var(--color-info-dark);
  border-left-color: transparent;
}

.submenu:not(:hover) .submenu_list__item_with-childs .submenu {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.kd-input input:focus:not(:disabled) {
  border-color: var(--color-primary);
}

.kd-input_error input:focus:not(:disabled) {
  border-color: var(--color-alert-warning);
}

.kd-phone input:focus:not(:disabled) {
  border-color: var(--color-primary);
}

.kd-phone_error input:focus:not(:disabled) {
  border-color: var(--color-alert-warning);
}

.kd-textarea__field:focus:not(:disabled) {
  border-color: var(--color-primary);
}

.kd-textarea__field_error:focus:not(:disabled) {
  border-color: var(--color-alert-warning);
}

.kd-textarea_error textarea:focus:not(:disabled) {
  border-color: var(--color-alert-warning);
}

.reg-sign-in-modal__accept-btn[data-v-81909bbc]:hover:not(:disabled) {
  background-color: var(--color-primary-1);
}

.reg-sign-in-modal__form--code
  .kd-input_error
  input[data-v-81909bbc]:focus:not(:disabled) {
  border-color: var(--color-alert-warning);
}

.reg-sign-in-modal__accept-btn[data-v-2fb29608]:hover:not(:disabled) {
  background-color: var(--color-primary-1);
}

.reg-sign-in-modal__form--code
  .kd-input_error
  input[data-v-2fb29608]:focus:not(:disabled) {
  border-color: var(--color-alert-warning);
}

.subscribe-new .subscribe__form .kd-input__field:focus:not(:disabled),
.subscribe-new
  .subscribe__form
  .kd-input__field:focus:not(:disabled)
  + .subscribe-button {
  border-color: var(--color-info-dark);
}

.kd-callback-modal__accept-btn button:hover:not(:disabled) {
  background-color: var(--color-primary-1);
}

@media (min-width: 768px) {
  .header-search__input:not(:-moz-placeholder-shown)
    + .header-search__clean-btn {
    display: flex;
  }

  .header-search__input:not(:-ms-input-placeholder)
    + .header-search__clean-btn {
    display: -ms-flexbox;
    display: flex;
  }
}

.header-new .header-search__input:focus:not(:disabled) {
  border-color: var(--color-info-dark);
}

.header-new
  .header-search__input:focus:not(:disabled)
  + .header-search__clean-btn
  + .header-search__btn {
  border-color: var(--color-info-dark);
  border-left-color: transparent;
}

.submenu:not(:hover) .submenu_list__item_with-childs .submenu {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.contact-bg-img {
  padding: 120px 0 20px 0;
  position: relative;
  
}

.over {
  color: #000;
  display: flex;
  align-items: center;
  gap: 7px;
  max-width: 95%;
  width: 95%;
  margin: auto;
  padding: 0 12px;
  font-size: 16px;
}

.over a {
  color: #000;
  opacity: 0.7;
  text-decoration: none;
}
.over a:hover {
  color: #000 !important;
}
/* about codes */
.blog-full-story ul li::marker {
  color: #baba00;
}

/* feedback */

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.contact-icon-header {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-icon-header svg {
  width: 30px;
  height: 30px;
}

.contact-icon-header h3 {
  font-size: 1rem;
  color:black;
}

.contact-address {
  padding: 40px 0;
  color:black;
}

.contact-address p span {
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
  padding-bottom: 15px;
}

.contact-body {
  padding-top: 10px;
  
}
.contact-body a{
    color:black;
}
.elaqe-formu .input-box input,
.elaqe-formu .input-box textarea {
    width: 100%;
    background: #cccccc1f;
    color: #f5f5f5;
    padding: 14px 18px;
    border-radius: 12px;
    box-shadow: none;
    outline: none;
    transition: all 0.3s ease;
    outline:none;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.elaqe-formu .input-box input::placeholder,
.elaqe-formu .input-box textarea::placeholder {
    color: #b8b8b8;
    opacity: 1;
}

.elaqe-formu .input-box input:focus,
.elaqe-formu .input-box textarea:focus {
    background: #202020;
    border-color: #4a4a4a;
}

.elaqe-formu .input-box textarea {
    min-height: 150px;
    resize: vertical;
}
.cont-border {
  border-bottom: 1px solid #fff;
  transition: all 0.3s ease;
  color: #fff;
  text-decoration: none;
}

.corporative-mail {
  padding: 20px 0;
}

.contact-social-media {
  display: flex;
  gap: 10px;
  padding: 14px 0 20px 0;
}

.contact-icon {
  width: 34px;
  height: 34px;
  background-color: #696969;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border: 1px solid #454749;
  transition: 0.3s;
}

.contact-social-media a {
  color: #fff;
}

.contact-icon a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.input-box {
  position: relative;
  width: 100%;
}



.elaqe-formu input.text {
  height: 50px;
}

.elaqe-formu input.text,
.elaqe-formu textarea {
  transition: all 0.3s ease;
  width: 100%;
  border:none;
  padding: 12px;
  border-radius: 3px;
  font-size: 14px;
  outline: none;
  position: relative;
  -webkit-appearance: none;
}

.elaqe-formu textarea {
  height: 140px;
}

.contact-icon-header svg path {
  fill: #00364a;
}

.contact-icon:hover {
  background: transparent;
}

.contact-icon:hover a {
  color: #454749;
}

.submit-button {
  display: block;
  display: flex;
  justify-content: end;
}

.btn-submit {
  color: #ffffff;
  border: none;
  margin-top: 20px;
  padding: 18px 70px;
  font-size: 15px;
  border-radius: 3px;
  transition: 0.3s;
  background: #b87c52;
}

.btn-submit:hover {
  background-color: #746904b4;
  color: #fff;
}

.footer_right .social a:not(:hover) path {
  fill: #b3b9c5;
}

@media screen and (max-width: 1024px) {
  .footer_right .social a:not(:hover) path {
    fill: #fff;
  }
}

.footer_right .social a:not(:hover) path {
  fill: #b3b9c5;
}

@media screen and (max-width: 1024px) {
  .footer_right .social a:not(:hover) path {
    fill: #fff;
  }
}

.style_tab__header__menu__mg4Im:focus-visible {
  border-radius: 4px;
  box-shadow: inset 0 0 0 2px var(--neutral_950);
  padding-left: 8px;
  padding-right: 8px;
}

.style_linkContainer__iqyMK:focus-visible .style_CardHome___Pj5u {
  outline-offset: 2px;
  outline-style: solid;
}

.style_linkContainer__iqyMK.style_bgdark__qdjZN:focus-visible
  .style_CardHome___Pj5u {
  outline-color: #fff;
}

.style_cta-primary__yh1uX:focus-visible {
  outline-offset: 2px;
  outline-style: solid;
}

.style_cta-primary__yh1uX.style_cta__bglight__Q8lDX:focus-visible {
  outline: 2px solid #1f1f1f;
  outline-offset: 2px;
}

.style_cta-primary__yh1uX.style_cta__bgdark__kBdyF:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.style_cta-primary__yh1uX.style_cta__bgyellow__eOAHA:focus-visible {
  outline: 2px solid #1f1f1f;
  outline-offset: 2px;
}

.style_cta-primary__yh1uX.style_cta__bgelect__FWupx:focus-visible {
  outline: 2px solid #1f1f1f;
  outline-offset: 2px;
}

.style_cta-primary__yh1uX.style_cta__bgevent__sb_AU:focus-visible {
  outline: 2px solid #1f1f1f;
  outline-offset: 2px;
}

.style_cta-secondary__sy1V1:focus-visible {
  outline-offset: 2px;
  outline-style: solid;
}

.style_cta-secondary__sy1V1.style_cta__bglight__Q8lDX:focus-visible {
  outline: 2px solid #1f1f1f;
  outline-offset: 2px;
}

.style_cta-secondary__sy1V1.style_cta__bgdark__kBdyF:focus-visible {
  outline: 2px solid #fcfcfc;
  outline-offset: 2px;
}

.style_cta-secondary__sy1V1.style_cta__bgyellow__eOAHA:focus-visible {
  outline: 2px solid #1f1f1f;
  outline-offset: 2px;
}

.style_cta-ghost__Kak_O:focus-visible {
  outline-offset: 2px;
  outline-style: solid;
}

.style_cta-ghost__Kak_O.style_cta__bglight__Q8lDX:focus-visible {
  outline: 2px solid #1f1f1f;
  outline-offset: 2px;
}

.style_cta-ghost__Kak_O.style_cta__bgdark__kBdyF:focus-visible {
  outline: 2px solid #fcfcfc;
  outline-offset: 2px;
}

.style_cta-ghost__Kak_O.style_cta__bgyellow__eOAHA:focus-visible {
  outline: 2px solid #1f1f1f;
  outline-offset: 2px;
}

.style_cta__bgimg__rY0vQ:focus-visible {
  outline-offset: 2px;
  outline: 2px solid #fcfcfc;
}

@media screen and (max-width: 760px) {
  .over {
    font-size: 18px;
  }
}

@media screen and (max-width: 992px) {
  .over {
    flex-wrap: wrap;
    text-align: center;
    line-height: 1.4;
  }
}
/*blog*/
.blog-section {
    padding: 40px 0 56px;
    background-color: #18181b;
}

.blog-header {
    margin-bottom: 24px;
}

.blog-title {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    color: #f3f3f3;
}

.blog-view-all {
    font-size: 14px;
    color: #999fa5;
    text-decoration: none;
    transition: color .2s ease;
}

.blog-view-all:hover {
    color: #00b15e;
}

.blog-card {
    background-color: #1b1b1b;
    border-radius: 18px 18px 0 0;
    overflow: hidden;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.blog-card-image {
    height: 220px;
}

.blog-card-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.blog-card-body {
    padding: 18px 20px 16px;
    gap: 10px;
}

.blog-card-tag {
    align-self: flex-start;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #00b15e;
    padding: 4px 10px;
    border-radius: 999px;
    background-color: rgba(0, 177, 94, 0.12);
}

.blog-card-title {
    font-size: 16px;
    line-height: 1.35;
    font-weight: 600;
    margin: 0;
    display: inline;
    transition: background .2s, color .2s, border-color .2s !important;
    color: #f3f3f3;
    min-height: 65px;
}

.blog-card-excerpt {
    font-size: 16px;
    line-height: 1.6;
    color: #cfcfcf;
    margin: 0;
    transition: background .2s, color .2s, border-color .2s !important;
}

.blog-card-footer {
    margin-top: 14px;
}

.blog-card-date {
    font-size: 12px;
    color: #9aa0a6;
}

.blog-card-button {
    background-color: #2a2a2a;
    border-color: #0000;
    transition: background-color .2s !important;
    min-height: 40px;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 24px;
    line-height: 30px !important;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.clamp-4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.blog-card-button:hover {
    background-color: #3a3a3a;
}

@media (max-width: 767.98px) {
    .blog-section {
        padding: 24px 0 40px;
    }

    .blog-title {
        font-size: 20px;
    }

    .blog-header {
        margin-bottom: 18px;
    }
}

.news-fullscreen {
    min-height: 100vh;
    background-color: #19191b;
    display: flex;
    align-items: flex-start;
    padding: 56px 0 64px;
}

.news-container {
    background:#fff;
    padding: 20px 10px 0 10px;
    border-radius:16px;
}

.news-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}

.news-title {
    font-size: 26px;
    line-height: 1.35;
    font-weight: 600;
    margin: 0;
    color: #000;
}

.news-date-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    white-space: nowrap;
    font-size: 14px;
    color: #9aa0a6;
}

.news-date-icon {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    border: 1px solid #3a3a3a;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    background-color: #1b1b1b;
}

.news-date-icon-line {
    width: 16px;
    height: 1px;
    background-color: #9aa0a6;
}

.news-date-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}

.news-date-day {
    font-size: 14px;
    color: #000;
}

.news-date-year {
    font-size: 14px;
    font-weight: 500;
    color: #bfc5cc;
}

.news-divider {
    position: relative;
    margin-top: 24px;
    margin-bottom: 24px;
    height: 1px;
    background-color: #2c2c2c;
}

.news-divider::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    width: 120px;
    background-color: #f3f3f3;
}

.news-body {
    max-width: 900px;
    font-size: 14px;
    line-height: 1.8;
    color: #000;
}

.news-body p + p {
    margin-top: 14px;
}

@media (max-width: 1024px) {
    .news-header {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 640px) {
    .news-fullscreen {
        padding-top: 40px;
    }

    .news-title {
        font-size: 22px;
    }
}

.news-fullscreen img {
    width: 100%;
    object-fit: contain;
    height: 750px;
    margin-top: 20px;
}

.news-fullscreen ul,
.news-fullscreen ol {
    padding-left: 20px;
}

.news-fullscreen ul li {
    list-style: disc;
    color: #000;
}

.news-fullscreen ol li {
    list-style: auto;
    color: #000;
}
.contact-container {
    background:#fff;
    padding: 15px;
    border-radius:16px;
}
/**/


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

:root {
    --color-i1t7s0iw8: 33, 32, 31;
    --color-ik127lnz1: 0, 0, 0;
    --color-iwsu4n9jx: 255, 255, 255;
    --color-i4qvnu1ya: 238, 238, 238;
    --color-itlv912ux: 0, 0, 0;
    --color-iz9wqgx3j: 0, 0, 0;
    --color-iazcts7dc: 214, 214, 214;
    --color-ivqx1i2ef: 214, 214, 214;
    --color-i74ytjeld: 214, 214, 214;
    --color-ipg5pnmoo: 214, 214, 214;
    --color-iz45iy5kb: 245, 246, 251;
    --color-i1hn4v7r7: 214, 214, 214;
    --color-i2jqc290z: 214, 214, 214;
    --color-if540htf4: 214, 214, 214;
    --color-ir6snof8h: 214, 214, 214;
    --color-iq17zs2d0: 255, 255, 255;
    --color-i53um0eji: 214, 214, 214;
    --color-i02zpwapg: 214, 214, 214;
    --color-idg7jh8yg: 214, 214, 214;
    --color-iavxo47yp: 214, 214, 214;
    --color-i8ify67qi: 255, 255, 255;
    --color-it3uo82rf: 214, 214, 214;
    --color-i6n0ocq19: 214, 214, 214;
    --color-i4swca7fi: 214, 214, 214;
    --color-ibtvylo6e: 214, 214, 214;
    --color-iv7s3sob2: 245, 246, 251;
    --color-ixz04zrih: 214, 214, 214;
    --color-ixzx80kp1: 214, 214, 214;
    --color-ilbpnpf93: 214, 214, 214;
    --color-i552fdc9a: 214, 214, 214;
    --color-i9fiph19q: 248, 248, 248;
    --color-inobf0nyr: 214, 214, 214;
    --color-icvu5jjeo: 214, 214, 214;
    --color-ib4iz0bzd: 214, 214, 214;
    --color-iw49dxdve: 214, 214, 214;
    --color-ipwejqiqi: 248, 248, 248;
    --color-ivb2iz0q5: 51, 51, 51;
    --color-iv5gjey40: 171, 185, 121;
    --color-icm82tn93: 171, 185, 121;
    --color-ix0j4e9t4: 128, 128, 128;
    --color-ikjdizqia: 128, 128, 128;
    --color-iapclx2lv: 128, 128, 128;
    --color-ias0v3m0c: 128, 128, 128;
    --color-idwr31gsl: 128, 128, 128;
    --color-ioa613ing: 0, 0, 0;
    --color-insl9dt51: 0, 0, 0;
    --color-ifk5197wx: 128, 128, 128;
    --color-idhyzoeth: 128, 128, 128;
    --color-iv8mvp5pj: 128, 128, 128;
    --color-i9tvkmij8: 128, 128, 128;
    --color-i8qzr5wq9: 0, 0, 0;
    --color-ik9z0em1z: 0, 0, 0;
    --color-ivcypgz38: 239, 105, 45;
    --color-i4hkj8yh4: 59, 59, 59;
    --color-itge881rr: 171, 185, 121;
    --color-isr27zbv6: 171, 185, 121;
    --color-i7qvbgqnk: 171, 185, 121;
    --color-iu93dzsq6: 171, 185, 121;
    --color-iescg5d3n: 197, 197, 197;
    --color-i1wvlzu7r: 197, 197, 197;
    --color-i9fgyg1at: 197, 197, 197;
    --color-iyg11qbvk: 197, 197, 197;
    --color-iepevfkvi: 197, 197, 197;
    --color-i88zx2663: 255, 0, 0;
    --color-i4n7swyi7: 85, 85, 85;
    --color-i3xo32y6i: 0, 0, 255;
    --color-i1jcqjsjt: 0, 0, 255;
    --color-if1vckrgd: 171, 185, 121;
    --color-i15clds6m: 255, 255, 255;
    --color-i8dj6ff00: 42, 183, 237;
    --color-i6yzfykbr: 255, 255, 255;
    --color-im04fkvte: 74, 74, 74;
    --color-iwbadojrn: 74, 74, 74;
    --color-irbc762gr: 255, 255, 255;
    --color-iy3qsfaxe: 238, 238, 238;
    --color-i8tuq0rbk: 0, 0, 0;
    --color-ixmwqheop: 0, 0, 0;
    --color-i742ak55q: 209, 205, 205;
    --color-in7epfn85: 0, 0, 0;
    --color-ij1foj7yp: 255, 255, 255;
    --color-ijvj9gdg3: 0, 0, 0;
    --color-i7iw2za9r: 0, 0, 0;
    --color-i4iu4b92o: 92, 122, 237;
    --color-iuc1byoqh: 33, 32, 31;
    --color-izu6mvly7: 0, 0, 0;
    --color-i03u4i46u: 0, 0, 0;
    --color-ix5t40sgo: 0, 0, 0;
    --color-ixq8b2utq: 0, 0, 0;
    --color-i09bqu4te: 0, 0, 0;
    --color-ip1m8siz8: 0, 0, 0;
    --color-ig4iiso29: 171, 185, 121;
    --color-iocwf7cwz: 0, 0, 0;
    --color-i4au931gm: 56, 163, 204;
    --color-ic6v9uxuq: 95, 95, 95;
    --color-ij6mq30be: 0, 0, 0;
    --color-i9mt2gipy: 171, 185, 121;
    --color-i443qngbd: 171, 185, 121;
    --color-i5wdw4z2k: 171, 185, 121;
    --color-iu3vqx1qj: 171, 185, 121;
    --color-il96xwtvh: 27, 26, 26;
    --color-ifpc09ztm: 27, 26, 26;
    --color-iuya1svi5: 27, 26, 26;
    --color-igaerbluh: 27, 26, 26;
    --color-itjet8atr: 255, 255, 255;
    --color-ihad3j4yk: 0, 0, 0;
    --color-ij6vhp2yp: 0, 0, 0;
    --color-io07q465y: 0, 0, 0;
    --color-ir4umgtcu: 74, 74, 74;
    --color-iqh8lqrvr: 74, 74, 74;
    --color-i4fotp7le: 74, 74, 74;
    --color-ig4j04ygo: 74, 74, 74;
    --color-i5v850bdi: 0, 0, 0;
    --color-ieeroqwrk: 33, 32, 31;
    --color-id2pno380: 2, 194, 222;
    --color-ib2qvr0ai: 255, 255, 255;
    --color-i4mdwg8nj: 0, 0, 0;
    --color-i0eqn8bnw: 2, 194, 222;
    --color-idfgqzqo7: 2, 194, 222;
    --color-iyqz2pufp: 2, 194, 222;
    --color-ibziu61ew: 74, 74, 74;
    --color-i5u09okv1: 74, 74, 74;
    --color-izotgygeb: 74, 74, 74;
    --color-ib3gp87ws: 74, 74, 74;
    --color-ibwxgcxc5: 107, 107, 107;
    --color-ib0nhgoxo: 107, 107, 107;
    --color-i6s6658wd: 107, 107, 107;
    --color-ivh951aax: 107, 107, 107;
    --color-ijrcthj73: 0, 0, 0;
    --color-iuh9m7rq7: 0, 0, 0;
    --color-i41j8cbq8: 0, 0, 0;
    --color-i2u650g58: 0, 0, 0;
    --color-iub13eicy: 56, 163, 204;
    --color-izl7orf26: 0, 0, 0;
    --color-ixg6wrjts: 56, 163, 204;
    --color-i3gk19olu: 0, 0, 0;
    --color-i4a82k8v2: 56, 163, 204;
    --color-iayt0xub1: 255, 255, 255;
    --color-igsr1c2m4: 255, 255, 255;
    --color-img4t78ef: 255, 255, 255;
    --color-iwtp1x44n: 255, 255, 255;
    --color-i6m0qlalj: 255, 255, 255;
    --color-imjgqtkl2: 255, 255, 255;
    --color-i26dmw547: 33, 32, 31;
    --color-ia7pgwe90: 255, 255, 255;
    --color-idn4m2caw: 255, 255, 255;
    --color-i8zcqfi1r: 52, 52, 52;
    --color-i9ybiuew5: 0, 0, 0;
    --color-ijzdwoy9f: 27, 26, 26;
    --color-ic0awtzij: 27, 26, 26;
    --color-irj91cxdu: 27, 26, 26;
    --color-i5p23vzgr: 27, 26, 26;
    --color-isk0ep5g6: 0, 0, 0;
    --color-ik6syob2a: 255, 255, 255;
    --color-io3tppnco: 0, 0, 0;
    --color-ircr1ma47: 0, 0, 0;
    --color-izhm5fytw: 0, 0, 0;
    --color-iv9efltbm: 74, 74, 74;
    --color-i40s0obbx: 74, 74, 74;
    --color-i9vsh68rd: 74, 74, 74;
    --color-ijhku2w43: 74, 74, 74;
    --color-i35i2a2e0: 0, 0, 0;
    --color-ivjv0q9y4: 255, 255, 255;
    --color-is8x7ksgw: 74, 74, 74;
    --color-iaobnntq4: 74, 74, 74;
    --color-ici9njhq5: 74, 74, 74;
    --color-ir2vid94d: 74, 74, 74;
    --color-ikxl4y6sj: 107, 107, 107;
    --color-isq2c1gs0: 107, 107, 107;
    --color-iqou19aak: 107, 107, 107;
    --color-inccgiuqq: 107, 107, 107;
    --color-i2ghbhgsx: 255, 255, 255;
    --color-ib4mubyul: 0, 0, 0;
    --color-i4wve8ibg: 56, 163, 204;
    --color-i4eqa64f8: 0, 0, 0;
    --color-idlgr0eb2: 56, 163, 204;
    --color-i9ws6a5c4: 0, 0, 0;
    --color-i03wr0tke: 0, 0, 0;
    --color-icga9ht2i: 0, 0, 0;
    --color-iomlxrwxs: 0, 0, 0;
    --color-i331ihn4y: 0, 0, 0;
    --color-io96vigvj: 171, 185, 121;
    --color-i39h73dl3: 0, 0, 0;
    --color-ib9365kx5: 0, 0, 0;
    --color-ixpdvkkyr: 0, 0, 0;
    --color-i6jq4haki: 0, 0, 0;
    --color-ibfdw6m3a: 171, 185, 121;
    --color-iz87pkgdq: 33, 32, 31;
    --color-i2zqf85qv: 0, 0, 0;
    --color-igyxdbsii: 0, 0, 0;
    --color-i4o7g4s4f: 0, 0, 0;
    --color-iivq7r3q2: 0, 0, 0;
    --color-i5y8iffuo: 95, 95, 95;
    --color-iim245k9e: 0, 0, 0;
    --color-ilzkjwfp7: 171, 185, 121;
    --color-iasdak19m: 171, 185, 121;
    --color-i6ds4vjnj: 171, 185, 121;
    --color-i8n5qtdke: 171, 185, 121;
    --color-i5s0zx78b: 171, 185, 121;
    --color-izur443jc: 255, 255, 255;
    --color-ijglgcquo: 171, 185, 121;
    --color-ix0rqv1fi: 45, 50, 63;
    --color-i8k0zxn19: 255, 255, 255;
    --color-i19u2b2pu: 171, 185, 121;
    --color-it41gqvuo: 255, 255, 255;
    --color-im9hw3hb7: 255, 255, 255;
    --color-i4rfduc0f: 255, 255, 255;
    --color-iin0wpar0: 0, 0, 0;
    --color-ikq7u0cpk: 56, 163, 204;
    --color-i44eabijz: 0, 0, 0;
    --color-i50bopsej: 56, 163, 204;
    --color-iyknoidcx: 33, 32, 31;
    --color-ivj6mruli: 33, 32, 31;
    --color-izv06oke3: 33, 32, 31;
    --color-id9yspi1x: 0, 0, 0;
    --color-ilyvxpk98: 0, 0, 0;
    --color-ic87ssk59: 0, 0, 0;
    --color-i84df5qqm: 0, 0, 0;
    --color-ixs7ca84s: 255, 255, 255;
    --color-i9omii7mt: 171, 185, 121;
    --color-iiusn1ypq: 0, 0, 0;
    --color-iaf1oq1qi: 0, 0, 0;
    --color-igmi3zssh: 0, 0, 0;
    --color-ix78yahww: 0, 0, 0;
    --color-i2z46hie4: 255, 255, 255;
    --color-i7lem7gju: 171, 185, 121;
    --color-iurjktx1y: 95, 95, 95;
    --color-isxskwc42: 0, 0, 0;
    --color-izt08cyb1: 171, 185, 121;
    --color-i8u2ijitv: 171, 185, 121;
    --color-izn58uwh3: 171, 185, 121;
    --color-ilolp3kfu: 171, 185, 121;
    --color-i5ultpl59: 0, 0, 0;
    --color-ij1a14rwe: 238, 238, 238;
    --color-i1wzfri98: 0, 0, 0;
    --color-i3ji1orc3: 171, 185, 121;
    --color-i95yye7qk: 221, 221, 221;
    --color-iuy8c0932: 51, 51, 51;
    --color-ibzxyc8u7: 255, 255, 255;
    --color-itlpl91y8: 51, 51, 51;
    --color-iwmbe1pdz: 51, 51, 51;
    --color-ib9jzfg7f: 255, 255, 255;
    --color-igqt53eh0: 171, 185, 121;
    --color-imyk2i7nm: 255, 255, 255;
    --color-iinef2gj3: 171, 185, 121;
    --color-i6z80fprl: 221, 221, 221;
    --color-ieaym3hl0: 255, 255, 255;
    --color-iv78lz800: 255, 255, 255;
    --image-iw3vaxn19: url("/d/878899984555557845.png");
    --color-ihafvu05d: 171, 185, 121;
    --color-ih4z7ln05: 171, 185, 121;
    --color-ifhigyqgz: 255, 255, 255;
    --color-i9i2mwjnm: 224, 237, 235;
    --color-i8lnixbo8: 0, 0, 0;
    --color-iafn7u4p4: 0, 0, 0;
    --color-ipe4skf0w: 0, 0, 0;
    --color-ims3mn0ba: 0, 0, 0;
    --color-i7248hccc: 0, 0, 0;
    --color-i1py09rhp: 0, 0, 0;
    --color-i5otb68kv: 0, 0, 0;
    --color-ilrhbfe2i: 0, 0, 0;
    --color-isyd7cu5j: 0, 0, 0;
    --color-i4pazrr4h: 56, 163, 204;
    --color-ixef4t6gu: 0, 0, 0;
    --color-iluvfrltk: 255, 255, 255;
    --color-iptxcun3j: 0, 0, 0;
    --color-i9cdh8nti: 33, 32, 31;
    --color-invdoepij: 33, 32, 31;
    --color-iwtvu728f: 33, 32, 31;
    --color-ijg0ie0d3: 33, 32, 31;
    --color-ir17a9xyd: 33, 32, 31;
    --color-i4x8petrt: 255, 255, 255;
    --color-ibqth6maj: 33, 32, 31;
    --color-ilsz72l6c: 33, 32, 31;
    --color-iwunkquxx: 33, 32, 31;
    --color-i4mvu04yt: 33, 32, 31;
    --color-imuvdhknx: 33, 32, 31;
    --color-izle6mccb: 44, 45, 44;
    --color-i4lb2yqqh: 171, 185, 121;
    --color-ihmfvvvgk: 255, 255, 255;
    --color-isajtxcic: 44, 45, 44;
    --image-ixb7zb68v: url("/d/tpl25_fon1.png");
    --image-i7uqbt1jl: url("/d/tpl25_fon1.png");
    --color-idzmy0x38: 255, 255, 255;
    --color-inidkp86h: 255, 255, 255;
    --image-i4zvf45wg: url("/d/tpl25_32iconka.svg");
    --color-i6milzhzu: 234, 234, 234;
    --color-itye7bnor: 234, 234, 234;
    --color-ihv2sb3sz: 234, 234, 234;
    --color-iwef5g7g1: 234, 234, 234;
    --color-iwyx1zhhf: 255, 255, 255;
    --color-igllenon3: 0, 0, 0;
    --color-i16bql23m: 0, 0, 0;
    --color-iarvbhfro: 255, 255, 255;
    --image-i8ex9kkyy: url("/d/tpl25_krest.svg");
    --color-iyo0ynerz: 44, 45, 44;
    --color-i9hr7l12m: 45, 50, 63;
    --color-iug3iubez: 45, 50, 63;
    --color-iiym2m9bi: 45, 50, 63;
    --color-iu4o4ssj4: 45, 50, 63;
    --color-igievkh2l: 255, 255, 255;
    --color-ige448p9e: 0, 0, 0;
    --color-ik4bgxvz6: 255, 255, 255;
    --image-iyi5fs6up: url("/d/tpl25_32iconka.svg");
    --color-iniq0a6wl: 255, 255, 255;
    --color-ic0eedclj: 255, 255, 255;
    --color-iv909mx2u: 0, 0, 0;
    --color-i0zg4q3q8: 0, 0, 0;
    --color-iycq56yl3: 0, 0, 0;
    --color-ii40uddcc: 0, 0, 0;
    --color-iwss33pnz: 0, 0, 0;
    --color-iko0vk2o6: 255, 255, 255;
    --color-i464a42kt: 255, 255, 255;
    --color-irvzjew2m: 255, 255, 255;
    --color-i4dre5o10: 255, 255, 255;
    --color-i7oxx79gk: 0, 0, 0;
    --color-irj03k5p3: 0, 0, 0;
    --color-irepwyk1h: 0, 0, 0;
    --color-i2r8bv3n9: 255, 255, 255;
    --color-iuk7plwg1: 56, 163, 204;
    --color-i22e83eoh: 255, 255, 255;
    --color-iv67qzcmn: 47, 47, 49;
    --color-igjoygzpl: 255, 255, 255;
    --color-iuzswhp5g: 255, 255, 255;
    --color-ie3yqo145: 255, 255, 255;
    --color-igljelmrl: 255, 255, 255;
    --color-iiwylwaa7: 255, 255, 255;
    --color-ibgfc6j5k: 0, 0, 0;
    --color-i3akzab12: 0, 0, 0;
    --color-iql4vz3e3: 0, 0, 0;
    --color-ide6nqoic: 0, 0, 0;
    --color-iqt3cz5qt: 255, 255, 255;
    --color-ibfbidiy2: 255, 255, 255;
    --color-iaxjpzirk: 255, 255, 255;
    --color-ii3raejhu: 255, 255, 255;
    --color-isz8mw1dc: 0, 0, 0;
    --color-i7jzmq1n6: 0, 0, 0;
    --color-ivd65db2d: 0, 0, 0;
    --color-i7wgjd7en: 0, 0, 0;
    --color-iclx4nnhv: 0, 0, 0;
    --color-iycdxku9m: 0, 0, 0;
    --color-idju7m2mn: 0, 0, 0;
    --color-ikwgdyxo4: 56, 163, 204;
    --color-i6yhz8bkn: 255, 255, 255;
    --color-ibp2uz71b: 33, 32, 31;
    --color-imflpdsfz: 33, 32, 31;
    --color-i5hr5va8z: 33, 32, 31;
    --color-ieijeqfoe: 44, 45, 44;
    --color-ik6o1apr5: 44, 45, 44;
    --color-ifeceftq0: 44, 45, 44;
    --color-iy19a1fmj: 0, 0, 0;
    --color-imib4a0bm: 33, 32, 31;
    --color-ixffbuexc: 33, 32, 31;
    --color-i28w5amqr: 33, 32, 31;
    --color-imvfjyueh: 33, 32, 31;
    --color-iy15zapof: 33, 32, 31;
    --color-ia0uy7f6z: 33, 32, 31;
    --color-i0s3h9kfy: 33, 32, 31;
    --color-i7uafbliq: 33, 32, 31;
    --color-in1oyp7jz: 33, 32, 31;
    --color-i45bu7h3k: 255, 255, 255;
    --color-ikzxe0npk: 255, 255, 255;
    --color-ia5s7x6k1: 255, 255, 255;
    --color-i9et9dkxp: 255, 255, 255;
    --color-ir9f9aw4r: 255, 255, 255;
    --color-i156bn4dp: 255, 255, 255;
    --color-ir0rg450l: 255, 255, 255;
    --color-iyeqfjgcx: 255, 255, 255;
    --color-i6aahlfl9: 255, 255, 255;
    --color-ibcuawia0: 255, 255, 255;
    --color-i6792x2wu: 255, 255, 255;
    --color-itpk459lu: 0, 0, 0;
    --color-iwc16y5wp: 56, 163, 204;
    --color-iemkb0gno: 0, 0, 0;
    --color-ipcxcx9cy: 0, 0, 0;
    --color-i48bckn8b: 0, 0, 0;
    --color-ileyqinys: 105, 214, 89;
    --color-i1c2wpooa: 105, 214, 89;
    --color-ic7e2mjub: 105, 214, 89;
    --color-ipkcovznb: 105, 214, 89;
    --image-iq9l5nuoc: url("");
    --color-igywlgyuj: 0, 0, 0;
    --color-ilpft4cg8: 0, 0, 0;
    --color-i2lgrt5bg: 0, 0, 0;
    --color-i4i7iu4jm: 0, 0, 0;
    --color-igy13cu2d: 80, 227, 194;
    --color-ifmeld5oi: 82, 236, 255;
    --color-ieo4pvm2u: 82, 236, 255;
    --color-ilquw1rse: 82, 236, 255;
    --color-iomturyv6: 82, 236, 255;
    --image-i4p0j75z7: url("/d/85line1.png");
    --color-iveyhspw7: 0, 0, 0;
    --color-i5nrcsett: 56, 163, 204;
    --color-ikclixr9w: 33, 32, 31;
    --color-idbh8wo9m: 0, 0, 0;
    --color-iapf1b8c5: 0, 0, 0;
    --color-iy4lzu6ob: 255, 255, 255;
    --color-i372nvhdw: 255, 255, 255;
    --color-iu0eoj0l0: 255, 255, 255;
    --color-i3pfefmwz: 33, 32, 31;
    --color-iuhyjjc8i: 33, 32, 31;
    --color-iu6i2sbo3: 33, 32, 31;
    --color-i56v0dgk0: 33, 32, 31;
    --color-iab917pna: 33, 32, 31;
    --color-iuyez41h0: 33, 32, 31;
    --color-ibo9no8bn: 255, 255, 255;
    --color-i48rqb95s: 171, 185, 121;
    --color-ioyq2vkfs: 255, 255, 255;
    --color-isk0qk970: 44, 45, 44;
    --color-ipaqopett: 44, 45, 44;
    --color-i2dvj9d83: 255, 255, 255;
    --color-ira01kyun: 0, 0, 0;
    --color-in9z1r9kw: 56, 163, 204;
    --color-ioyk30i47: 40, 41, 46;
    --color-i8w0c013g: 255, 255, 255;
    --color-iu56q47vy: 255, 255, 255;
    --color-i3urzue8j: 255, 255, 255;
    --color-iqzj076sw: 255, 255, 255;
    --color-io3ye4has: 0, 0, 0;
    --color-ik3ol2252: 255, 255, 255;
    --color-ies8xwmne: 52, 52, 52;
    --color-ivtuyflip: 255, 255, 255;
    --color-iwvf48x4h: 255, 255, 255;
}

/* Products Slider Styles */
.section--products {
    padding: 60px 0;
    background-color: #fff;
}

.products-container {
    max-width: 1312px;
    margin: 0 auto;
    padding: 0 20px;
}

.products-swiper {
    position: relative;
    overflow: hidden;
}

.products-swiper-wrapper {
    display: flex;
    align-items: stretch;
}

/* Hits Card Styles */
.hits__card {
    /* width: 320px !important; */
    margin-right:0px !important;
    position: relative;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex-shrink: 0;
}


.hits__card-img {
    position: relative;
    width: 100%;
    height: 11.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 1rem;
    border: 0.1rem solid #f4f6f8;
    background: #fff;
    z-index: 1;
    padding: 11px 8px;
}

.hits__card-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}


.hits__card-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -3;
    pointer-events: none;
}

.hits__card-back img {
    width: 100%;
    height: 100%;
    object-fit: cover;
   filter: drop-shadow(0 0px 43px rgba(0, 0, 0, 0.067));    
}

.hits__card-discont {
    position: absolute;
    top: 17px;
    left: 18px;
    background: #c9946c;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 20px;
    z-index: 2;
    letter-spacing: 0.5px;
}

.hits__card-title {
    padding: 16px 16px 8px;
    flex-grow: 1;
    z-index: 1;
    position: relative;
}

.hits__card-title a {
    font-size: 14px;
    font-weight: 500;
    color: #21201f;
    text-decoration: none;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;font-weight:800;
    transition: color 0.3s ease;
}

.my-products-next,.my-products-prev{
    filter: drop-shadow(0.3rem 0.6rem 1.4rem rgba(115, 103, 151, 0.15)) !important;
    box-shadow: 0.3rem 0.6rem 1.4rem rgba(115, 103, 151, 0.15) !important;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 24px;
    background: #fff;
    border: 1px solid #eef1f6;
    border-radius: 50%;
    box-shadow: 0 8px 18px rgba(38, 53, 116, 0.15);
    color: #c9946c;
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    border: none;
    padding: 0;
    margin: 0;
    outline: none;
    box-shadow: none;
    border-radius: 50%;
    box-shadow: none;
    border: none;
    outline: none;
}

.my-products-prev{
    left: 0;
}


.my-products-next{
    right: 0;
}


.card-packaging {
    padding: 0 16px 12px;
    display: flex;
    gap: 8px;
    z-index: 1;
    position: relative;
}

.card-packaging__item {
    font-size: 13px;
    color: #5a7bb5;
    position: relative;
}

.card-packaging__item:not(:last-child)::after {
    content: '•';
    margin-left: 8px;
    color: #808080;
}

.hits__card-price {
    padding: 0 16px 16px;
    z-index: 1;
    position: relative;
}

.hits__card-price--current {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}

.hits__card-btn {
    position: absolute;
    bottom: -3px;
    right: 1px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #c9946c;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    border: none;
}



.hits__card-btn svg {
    width: 20px;
    height: 20px;
    position: relative;
    z-index: 1;
}

/* Swiper Navigation Buttons */

/* Swiper Pagination */

/* Responsive Styles */
@media (max-width: 991px) {
    .products-swiper {
        padding: 20px 0 50px;
    }
}

@media (max-width: 767px) {
    .section--products {
        padding: 40px 0;
    }
    
    .products-container {
        padding: 0 15px;
    }
    
    .hits__card {
        width: 280px;
    }
    
    .hits__card-img {
        height: 280px;
    }
    
    .hits__card-back:not(.card-back--mob) {
        display: none;
    }
    
    .hits__card-title {
        padding: 12px 12px 6px;
    }
    
    .hits__card-title a {
        font-size: 13px;
        font-weight:800;
    }
    
    .card-packaging {
        padding: 0 12px 10px;
    }
    
    .hits__card-price {
        padding: 0 12px 12px;
    }
    
    .hits__card-price--current {
        font-size: 16px;
    }
    
    .hits__card-btn {
        width: 44px;
        height: 44px;
        bottom: 12px;
        right: 12px;
        border-width: 2px;
    }
    
    .hits__card-btn::before {
        top: -3px;
        left: -3px;
        right: -3px;
        bottom: -3px;
        border-width: 1.5px;
    }
    
    .hits__card-btn::after {
        top: -6px;
        left: -6px;
        right: -6px;
        bottom: -6px;
        border-width: 1px;
    }
    
    .hits__card-btn svg {
        width: 18px;
        height: 18px;
    }
}

/* Services grid section */


/* Projects big cards */


/* call to action */

/* Left Panel - Store Info */

/* Store Card */

/* Store Header */

/* WhatsApp Button */

/* Address */

/* Working Hours */

/* Right Panel - Map Wrapper */

/* Store Filters Wrapper with Shadow */

/* Store Filters Slider */

/* Slick Slider Custom Styles for Store Filters */

/* Map */

/* Responsive Design */


.container {
	width: 156rem;
	margin: 0 auto;
}
.select_paint_list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}
.select_paint_item {
    position: relative;
    overflow: hidden;
}
.select_paint_item span {
    position: absolute;
    top: 25px;
    left: 25px;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
}

.select_paint_item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.65));
    z-index: 1;
    pointer-events: none;
    border-radius:25px;
}

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

.select_paint_item span {
    position: absolute;
    top: 25px;
    left: 25px;
    z-index: 2;
}

@media (max-width: 768px) { 
    .header__content ul {
        display:none;
    }
    .select_paint_list {
        grid-template-columns: 1fr;
    }
    #ijrwg0hyh_0 , #ig2d9b414_0{
        justify-content:center;
    }
    .news-fullscreen img {
        height: 255px;
    }
    
}

/* Mobile offcanvas menu */
.mobile-menu-btn {
    display: none;
    width: 44px;
    height: 44px;
    border: 0;
    background: #fff;
    padding: 10px;
    border-radius: 12px;
    cursor: pointer;
    flex-direction:column;
}
.mobile-menu-btn span {
    display: block;
    height: 2px;
    background: #c9946c;
    border-radius: 999px;
    margin: 2px 0;
    width: 100%;
}

.offcanvas-backdrop[hidden] {
    display: none;
}
.offcanvas-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 99998;
}

.offcanvas-menu {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: min(86vw, 360px);
    background: #18181b;
    color: #fff;
    z-index: 99999;
    transform: translateX(110%);
    transition: transform 220ms ease;
    box-shadow: -20px 0 50px rgba(0, 0, 0, 0.55);
    display: flex;
    flex-direction: column;
}
.offcanvas-menu.is-open {
    transform: translateX(0);
}
.offcanvas-menu__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 16px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.offcanvas-menu__logo img {
    width: 120px;
    height: auto;
    display: block;
}
.offcanvas-menu__close {
    width: 40px;
    height: 40px;
    border: 0;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    border-radius: 12px;
    cursor: pointer;
}
.offcanvas-menu__nav {
    padding: 12px 10px 20px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    overflow: auto;
}
.offcanvas-menu__nav a,
.offcanvas-menu__toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 12px;
    border-radius: 12px;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-size: 13px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
}
.offcanvas-menu__nav a:hover,
.offcanvas-menu__toggle:hover {
    background: rgba(255, 255, 255, 0.08);
}
.offcanvas-menu__toggle {
    width: 100%;
    cursor: pointer;
}
.offcanvas-menu__chev {
    width: 7px;
    height: 7px;
    border-right: 2px solid rgba(255, 255, 255, 0.8);
    border-bottom: 2px solid rgba(255, 255, 255, 0.8);
    transform: rotate(45deg);
    margin-left: 10px;
}
.offcanvas-menu__toggle[aria-expanded="true"] .offcanvas-menu__chev {
    transform: rotate(-135deg);
}
.offcanvas-menu__sub {
    padding: 6px 6px 10px 12px;
    display: grid;
    gap: 6px;
}
.offcanvas-menu__sub a {
    background: transparent;
    border: 0;
    padding: 8px 10px;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: none;
    font-size: 14px;
}
.offcanvas-menu__phone {
    margin-top: 8px;
    justify-content: center;
    background: rgba(201, 148, 108, 0.18) !important;
    border-color: rgba(201, 148, 108, 0.35) !important;
}

@media (max-width: 768px) {
    .mobile-menu-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
}

/* Tətbiq sahələri mosaic grid */
.select-paint .select_paint_list--mosaic {
    display: grid;
    grid-template-columns: 1fr 1.55fr 1fr;
    grid-template-rows: 290px 290px;
    gap: 16px;
}

.select-paint .select_paint_item {
    border-radius: 0;
}

.select-paint .select_paint_item a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0;
    overflow: hidden;
}

.select-paint .select_paint_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.select-paint .select_paint_item::before {
    border-radius: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.7));
}

.select-paint .select_paint_item span {
    top: 18px;
    left: 18px;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2;
    max-width: 80%;
    text-shadow: 0 3px 14px rgba(0, 0, 0, 0.85);
}

.select_paint_item--tall {
    grid-row: span 2;
}

.select_paint_item--left-top {
    grid-column: 1;
    grid-row: 1;
}

.select_paint_item--left-bottom {
    grid-column: 1;
    grid-row: 2;
}

.select_paint_item--center {
    grid-column: 2;
    grid-row: 1 / span 2;
}

.select_paint_item--right-top {
    grid-column: 3;
    grid-row: 1;
}

.select_paint_item--right-bottom {
    grid-column: 3;
    grid-row: 2;
}

/* Better crop for the TAVAN card */
.select_paint_item--left-bottom img {
    object-position: center 30%;
}

@media (max-width: 992px) {
    .select-paint .select_paint_list--mosaic {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        grid-auto-rows: 240px;
    }
}

@media (max-width: 768px) {
    .select-paint .select_paint_list--mosaic {
        grid-template-columns: 1fr;
        grid-auto-rows: 260px;
        grid-template-rows: auto;
    }

    .select_paint_item--left-top,
    .select_paint_item--left-bottom,
    .select_paint_item--center,
    .select_paint_item--right-top,
    .select_paint_item--right-bottom,
    .select_paint_item--tall,
    .select_paint_item--wide {
        grid-column: span 1;
        grid-row: span 1;
    }
}