:root {
  /* Brand blues (icons stay blue, CTA stays blue) */
  --blue-primary: #4a467d;
  --blue-dark: #3f3b6b;
  --blue-soft: #f3f2fa;
  --blue-accent: #4a467d;
  --blue-disabled: #c3c1da;

  /* Text */
  --text-main: #111111;
  --text-secondary: #5B5B5B;
  --text-muted: #8A8A8A;

  /* Warm neutral UI (new site look) */
  --bg-main: #FBFAF7;     /* page background */
  --bg-section: #F4F1EA;  /* alternating sections */
  --surface: #FFFFFF;     /* cards, modals, inputs */
  --bg-soft: #F7F3EC;     /* soft blocks */

  /* Borders / separators */
  --border-color: #E6E0D7;
}

/* Slider styling with new theme */
.input-slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    outline: none;
    padding: 0;
    margin: 0;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3);
    background: #3d3d40;
}

.input-slider::-webkit-slider-thumb {
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--blue-primary);
    cursor: pointer;
    transition: background 0.15s ease-in-out;
}

.input-slider::-webkit-slider-thumb:hover {
    background: var(--blue-dark);
}

.input-slider:active::-webkit-slider-thumb {
    background: var(--blue-dark);
}

.input-slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    background: var(--blue-primary);
    cursor: pointer;
    transition: background 0.15s ease-in-out;
}

.input-slider::-moz-range-thumb:hover {
    background: var(--blue-dark);
}

.input-slider:active::-moz-range-thumb {
    background: var(--blue-dark);
}

.input-slider:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px var(--blue-primary);
}

.input-slider-2 {
    -webkit-appearance: none;
    width: 100%;
    height: 4px;
    border-radius: 5px;
    background: var(--blue-primary);
    outline: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
}

.input-slider-2::-webkit-slider-thumb {
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--blue-primary);
    cursor: pointer;
    transition: background 0.15s ease-in-out;
}

.input-slider-2::-webkit-slider-thumb:hover {
    background: var(--blue-dark);
}

.input-slider-2:active::-webkit-slider-thumb {
    background: var(--blue-dark);
}

.input-slider-2::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    background: var(--blue-primary);
    cursor: pointer;
    transition: background 0.15s ease-in-out;
}

.input-slider-2::-moz-range-thumb:hover {
    background: var(--blue-dark);
}

.input-slider-2:active::-moz-range-thumb {
    background: var(--blue-dark);
}

.input-slider-2:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px var(--blue-primary);
}

input::-moz-focus-inner,
input::-moz-focus-outer {
    border: 0;
}

.custom-list {
    display: none;
    position: absolute;
    background: #f4f4f4;
    width: 100%;
    z-index: 2;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .1);
    margin-top: 10px;
    padding: 10px;
}

.custom-list>li {
    cursor: pointer;
	padding:10px 5px;
    margin-bottom: 5px;
    color: var(--text-main);
}

.custom-list>li:hover {
    background-color: #f4f4f4;
	padding:10px 5px;
}

.custom-option__city {
    font-size: 15px;
}

.custom-option__region {
    font-size: 12px;
    color: var(--text-secondary);
}

.input__error,.checkbox__error {
    display: none;
    color: #e74c3c;
}


 .flr917 {
            display: flex;
            height: 40px;
            -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
            overflow: hidden;
            position: relative;
            margin:130px 0 0
        }

        .logos-track {
            align-items: center;
            display: flex;
            width: max-content;
            will-change: transform;
            transform: translate3d(0, 0, 0);
            animation: logos-marquee 28s linear infinite;
        }

        ._1fsqfok {
            -webkit-align-items: center;
            -moz-box-align: center;
            align-items: center;
            /* display: -webkit-flex; */
            /* display: -moz-box; */
            display: flex;
            pointer-events: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            will-change: transform;
            flex-shrink: 0;
        }

        ._1mi9mjv {
            display: block;
            margin: 0 48px;
            object-fit: contain;
        }

        @keyframes logos-marquee {
            from {
                transform: translate3d(0, 0, 0);
            }
            to {
                transform: translate3d(-50%, 0, 0);
            }
        }

        *,
        ::after,
        ::before {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }
        
@media (max-width: 768px) {
    .flr917 {
        margin:300px 0 0
    }

}
