:root{--font-main:'Inter',sans-serif;--size-base:18px;--line-base:1.333;--size-mobile:18px;--sp12:12px;--sp14:14px;--sp16:16px;--sp18:18px;--sp20:20px;--sp22:22px;--sp32:32px;--sp36:36px;--sp42:42px;--sp64:64px;--white:#fff;--opacity-white:rgba(255, 255, 255, 0.5);--silk-white:#eff0f1;--light-grey:#e0e2e4;--silver:#909294;--grey:#606264;--grey-2:#d8d8d8;--black:#222222;--opacity-black:rgba(0, 0, 0, 0.5);--opacity-deep-black:rgba(0, 0, 0, 0.75);--orange:#ef7c46;--orange-2:#fbddd3;--orange-3:#ff6633;--dark-orange:#b73c11;--light-orange:#ed7c4d;--green:#53a642;--green-transparent:#ecf3e5;--red:#ff3300;--yellow:#f0e80c;--red-transparent:#fce5da;--orange-pale:#fce5da;--green-pale:#a6cf9d;--red-pale:#f2a2a2;--cyan:#1192e8;--grey-bg:#f0f2f4;--blue:#0d6eae;--dark-blue:#0a0e25;--high-shadow:0px 4px 12px rgba(0, 0, 0, 0.15);--transition:.2s;--primary:#161616;--secondary-100:#F9F9F9;--secondary:#6F6F6F;--accent-1:#FF7C07;--accent-2:#FF6633;--link:var(--orange);--hovered-link:#ea5724;--main-background:(--white);--main-color-font:var(--black);--btn-text-disabled:var(--silver);--btn-background-disabled:var(--light-grey);--btn-active-text-primary:var(--white);--input-border:var(--light-grey);--input-focus-border:var(--silver);--input-focus-shadow:rgba(0, 0, 0, 0.1);--preloda-background:rgba(224, 226, 228, 0.3);--active-element:var(--orange);--btn-hover-time:0.25s}.popup{display:none}.popup-window{position:absolute;left:50%;top:80px;transform:translateX(-50%);padding:40px;box-sizing:border-box;max-width:calc(100% - 20px);background:#fff;background:var(--white);z-index:9991;border-radius:16px;box-shadow:6px 6px 10px 2px #222;box-shadow:6px 6px 10px 2px var(--black);width:100%}@media (min-width:64em){.popup-window{width:auto}}.popup-window .popup{display:block}.popup-shadow{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.75);background:var(--opacity-deep-black);z-index:9990;overflow-y:auto}.popup-close{position:absolute;right:10px;top:10px;height:40px;width:40px}.popup-close::after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' style=' fill: transparent; opacity: 0.8; stroke: currentColor; stroke-width: 1.5; transition: stroke 0.1s; ' %3E%3Cpath d='M10,10 L22,22 M22,10 L10,22'%3E%3C/path%3E%3C/svg%3E");cursor:pointer}