:root{--base-green:#00a53d;--border-light-gray:#f4f4f4;--border-inverted:#fff;--border-orange:#ff760d;--border-dark-gray:#646464;--border-gray:#e9e9e9;--button-primary:#fcb018;--button-primary-hover:#f0990f;--button-primary-pressed:#f08811;--button-secondary:#ff760d;--button-secondary-hover:#ee5306;--button-secondary-pressed:#e64f09;--button-white:#fff;--button-inverted:#262626;--button-inverted-hover:#010101;--button-inverted-pressed:#262626;--button-disabled:#d3d3d3;--controls-primary:#222;--controls-inverted:#fff;--controls-light-gray:#f4f4f4;--controls-disabled:#d3d3d3;--background-primary:#fff;--background-inverted:#121212;--background-black:#222;--background-surface-1:#f4f4f4;--background-surface-2:#ff760d;--background-surface-3:#fcb018;--background-blur:#1212121a;--background-light-yellow:#ffecc5;--text-primary:#121212;--text-secondary:#646464;--text-tertiary:#cbcbcb;--text-light:#cbcbcb;--text-inverted:#fff;--text-accent:#ff760d;--text-error:#e82d37;--text-disabled:#b9c2ce;--icons-primary:#121212;--icons-inverted:#fff;--icons-accent:#ff760d;--icons-secondary:#646464;--icons-error:#e82d37;--icons-disabled:#d3d3d3}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;font-size:16px}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;line-height:1.5}img,video,svg{max-width:100%;display:block}input,button,textarea,select{font:inherit;background:0 0;border:none;outline:none}button{cursor:pointer}a{color:inherit;text-decoration:none}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}table{border-collapse:collapse;border-spacing:0}@font-face{font-family:Onest;src:url(fonts/Onest-Regular.woff2)format("woff2"),url(fonts/Onest-Regular.woff)format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Onest;src:url(fonts/Onest-Medium.woff2)format("woff2"),url(fonts/Onest-Medium.woff)format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Onest;src:url(fonts/Onest-SemiBold.woff2)format("woff2"),url(fonts/Onest-SemiBold.woff)format("woff");font-weight:600;font-style:normal;font-display:swap}.button{margin:0;font-size:.9375rem;font-weight:400;line-height:112%}@media (width>=1180px){.button{font-size:1rem}}.button{border-radius:.75rem;flex-wrap:nowrap;justify-content:center;align-items:center;column-gap:.125rem;transition:background-color .3s,color .3s;display:flex}@media (width>=1180px){.button{border-radius:1rem}}.button__counter{align-self:flex-start;margin:0;font-size:.75rem;font-weight:400;line-height:108%}.button--big{padding:.75rem 1.5rem}@media (width>=1180px){.button--big{padding:1rem 2.25rem}}.button--small{border-radius:.75rem;padding:.75rem .625rem}.button--primary{background-color:var(--button-primary);color:var(--text-inverted)}@media (hover:hover){.button--primary:hover{background-color:var(--button-primary-hover)}}.button--primary:active{background-color:var(--button-primary-pressed)}.button--primary:disabled,.button--primary[inert],.button--primary.is-disabled{background-color:var(--button-disabled)}.button--secondary{background-color:var(--button-secondary);color:var(--text-inverted)}@media (hover:hover){.button--secondary:hover{background-color:var(--button-secondary-hover)}}.button--secondary:active{background-color:var(--button-secondary-pressed)}.button--secondary:disabled,.button--secondary[inert],.button--secondary.is-disabled{background-color:var(--button-disabled)}.button--secondary-counter{background-color:var(--button-secondary);color:var(--text-inverted)}@media (hover:hover){.button--secondary-counter:hover{background-color:var(--button-secondary-hover)}}.button--secondary-counter:active{background-color:var(--button-secondary-pressed)}.button--secondary-counter:disabled,.button--secondary-counter[inert],.button--secondary-counter.is-disabled{background-color:var(--button-disabled)}.button--inverted{background-color:var(--button-inverted);color:var(--text-inverted)}@media (hover:hover){.button--inverted:hover{background-color:var(--button-inverted-hover)}}.button--inverted:active{background-color:var(--button-inverted-pressed)}.button--inverted:disabled,.button--inverted[inert],.button--inverted.is-disabled{background-color:var(--button-disabled)}.button--outline{border:.0625rem solid var(--button-inverted);background-color:inherit;color:var(--text-primary)}@media (hover:hover){.button--outline:hover{background-color:var(--button-inverted-hover);color:var(--text-inverted)}}.button--outline:active{background-color:var(--button-inverted-pressed);color:var(--text-inverted)}.button--outline:disabled,.button--outline[inert],.button--outline.is-disabled{background-color:var(--button-disabled);color:var(--text-inverted)}.button--filter{background-color:var(--button-inverted);color:var(--text-inverted);column-gap:.5rem;margin:0;font-size:.75rem;font-weight:400;line-height:108%}@media (hover:hover){.button--filter:hover{background-color:var(--button-inverted-hover)}}.button--filter:active{background-color:var(--button-inverted-pressed)}.button--filter:disabled,.button--filter[inert],.button--filter.is-disabled{background-color:var(--button-disabled)}.button--filter .button__filter-icon{flex-shrink:0;width:.875rem;height:.875rem}.text-button{text-transform:uppercase;flex-wrap:nowrap;justify-content:center;align-items:center;margin:0;font-size:.875rem;font-weight:500;line-height:108%;transition:-webkit-text-decoration .3s,text-decoration .3s;display:flex;position:relative}.text-button:after{content:"";transform-origin:0;background:currentColor;width:100%;height:1px;transition:transform .3s;position:absolute;bottom:-2px;left:0;transform:scaleX(0)}.text-button--primary{color:var(--button-inverted)}@media (hover:hover){.text-button--primary:hover:after{transform:scaleX(1)}}.text-button--primary:active{text-decoration:underline}@media (width>=1180px){.text-button--primary:active{text-decoration:none}}.text-button--primary:disabled,.text-button--primary[inert],.text-button--primary.is-disabled{color:var(--button-disabled)}.text-button--inverted{color:var(--button-white)}@media (hover:hover){.text-button--inverted:hover:after{transform:scaleX(1)}}.text-button--inverted:active{text-decoration:underline}@media (width>=1180px){.text-button--inverted:active{text-decoration:none}}.text-button--inverted:disabled,.text-button--inverted[inert],.text-button--inverted.is-disabled{color:var(--button-disabled)}.icon-button{border-radius:.75rem;flex-wrap:nowrap;justify-content:center;align-items:center;transition:background-color .3s,color .3s;display:flex}.icon-button__label{flex-flow:row;justify-content:center;align-items:center;margin:0;font-size:.875rem;font-weight:500;line-height:108%;display:flex}.icon-button--big{padding:.75rem}@media (width>=1180px){.icon-button--big{padding:.625rem}}.icon-button--big.icon-button--inverted{background-color:inherit;border-radius:6.25rem;padding:.4375rem}@media (hover:hover){.icon-button--big.icon-button--inverted:hover{background-color:var(--button-inverted-pressed);color:var(--icons-inverted)}}.icon-button--big.icon-button--inverted:active{background-color:var(--button-inverted-pressed);color:var(--icons-inverted)}.icon-button--small{width:1.25rem;min-width:1.25rem;height:1.25rem;min-height:1.25rem;padding:.25rem}@media (width>=1180px){.icon-button--small{width:1.5rem;min-width:1.5rem;height:1.5rem;min-height:1.5rem}}.icon-button--primary{background-color:var(--button-primary);color:var(--icons-inverted)}@media (hover:hover){.icon-button--primary:hover{background-color:var(--button-primary-hover)}}.icon-button--primary:active{background-color:var(--button-primary-hover)}@media (width>=1180px){.icon-button--primary:active{background-color:var(--button-white);color:var(--icons-primary)}}.icon-button--primary:disabled,.icon-button--primary[inert],.icon-button--primary.is-disabled{background-color:var(--button-disabled)}.icon-button--secondary{background-color:var(--button-inverted);color:var(--icons-inverted)}@media (hover:hover){.icon-button--secondary:hover{background-color:var(--button-inverted-hover)}}.icon-button--secondary:active{background-color:var(--button-inverted-pressed)}.icon-button--secondary:disabled,.icon-button--secondary[inert],.icon-button--secondary.is-disabled{background-color:var(--button-disabled)}.icon-button--no-back-black{background-color:inherit;color:var(--icons-primary)}@media (hover:hover){.icon-button--no-back-black:hover{background-color:var(--button-inverted-hover);color:var(--icons-inverted)}}.icon-button--no-back-black:active{background-color:var(--button-inverted-pressed);color:var(--icons-inverted)}.icon-button--no-back-black:disabled,.icon-button--no-back-black[inert],.icon-button--no-back-black.is-disabled{background-color:var(--button-disabled);color:var(--icons-inverted)}@media (width>=1180px){.icon-button--no-back-black:disabled,.icon-button--no-back-black[inert],.icon-button--no-back-black.is-disabled{color:var(--icons-primary)}}.icon-button--inverted{background-color:var(--button-white);color:var(--icons-primary)}@media (hover:hover){.icon-button--inverted:hover{background-color:var(--button-inverted);color:var(--icons-inverted)}}.icon-button--inverted:active{background-color:var(--button-inverted-pressed);color:var(--icons-inverted)}.icon-button--inverted:disabled,.icon-button--inverted[inert],.icon-button--inverted.is-disabled{background-color:var(--button-disabled);color:var(--icons-inverted)}.icon-button--no-back-white{background-color:inherit;color:var(--icons-inverted)}@media (hover:hover){.icon-button--no-back-white:hover{background-color:var(--background-primary);color:var(--icons-primary)}}.icon-button--no-back-white:active{background-color:var(--background-primary);color:var(--icons-primary)}.icon-button--no-back-white:disabled,.icon-button--no-back-white[inert],.icon-button--no-back-white.is-disabled{background-color:var(--button-disabled);color:var(--icons-inverted)}.icon{width:1.25rem;height:1.25rem}.icon--big{width:2.5rem;height:2.5rem}.icon--small{width:1rem;height:1rem}.nav{display:none}@media (width>=1180px){.nav{flex-flow:row;align-items:stretch;display:flex}}.nav:after{content:"";background-color:var(--border-light-gray);width:.0625rem;margin:.5625rem 1rem;display:block}.nav__list{flex-flow:row;justify-content:space-between;align-items:center;column-gap:.25rem;display:flex}.nav__item{cursor:pointer;margin:.625rem .75rem;position:relative}.nav__item:before{cursor:default;content:"";background:var(--text-primary);transform-origin:0;width:100%;height:1px;transition:transform .3s;position:absolute;bottom:-2px;left:0;transform:scaleX(0)}.nav--light .nav__item:not(.nav__item--has-dropdown):before{background:var(--text-inverted)}.nav--light.scrolled .nav__item:not(.nav__item--has-dropdown):before{background:var(--text-primary)}.nav__item--has-dropdown:before{content:"";width:unset;pointer-events:auto;background:unset;height:4rem;transform:unset;position:absolute;inset:.625rem 0 0}@media (hover:hover){.nav__item:hover:before{transform:scaleX(1)}.nav__item:hover .nav__link-icons{transform:rotate(180deg)}}.nav__link{color:var(--text-primary);flex-flow:row;justify-content:space-between;align-items:center;column-gap:.25rem;margin:0;font-size:.875rem;font-weight:500;line-height:108%;display:flex}.nav__link-icons{width:1rem;height:1rem;transition:transform .5s;position:relative}.nav__link-icon{transition:opacity .3s;position:absolute}.nav__link-icon--plus{opacity:1}.nav__item--open .nav__link-icon--plus,.nav__link-icon--minus{opacity:0}.nav__item--open .nav__link-icon--minus{opacity:1}.nav--light .nav__link{color:var(--text-inverted)}.nav--light.scrolled .nav__link{color:var(--text-primary)}.nav__dropdown{background-color:var(--background-primary);opacity:0;visibility:hidden;pointer-events:none;border-radius:1.5rem;flex-flow:row;justify-content:space-between;align-items:stretch;column-gap:1.25rem;width:29.25rem;min-height:11.4375rem;padding:1.25rem;transition:opacity .3s,transform .3s,visibility .3s;display:flex;position:absolute;top:2.625rem;left:0;transform:translateY(-1.25rem)}.nav__item--open .nav__dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.nav__dropdown-list{flex-direction:column;align-items:flex-start;row-gap:.75rem;width:50%;display:flex}.nav__dropdown-link{flex-flow:row;justify-content:flex-start;align-items:flex-start;column-gap:.75rem;display:flex}@media (hover:hover){.nav__dropdown-link:hover .nav__dropdown-link-icon{opacity:1}}.nav__dropdown-link-icon{opacity:0;flex-shrink:0;width:1rem;height:1rem;margin-top:.125rem;transition:opacity .3s}.nav__dropdown-preview{background:url(/wp-content/themes/alliance-altyn/assets/images/orange-ellips-1.png) var(--background-inverted) no-repeat center center/cover;border-radius:.75rem;width:50%;position:relative}.nav__dropdown-image{opacity:0;pointer-events:none;height:100%;transition:opacity .3s;position:absolute;inset:0}.nav__item--open .nav__dropdown-image--active{opacity:1;pointer-events:auto}.nav__dropdown-img{object-fit:contain;width:100%;height:100%;padding:.625rem 2.8125rem 1.25rem}.m-menu{z-index:-100;opacity:0;pointer-events:none;background:#121212 url(/wp-content/themes/alliance-altyn/assets/images/orange-ellips-2.png) 50%/cover no-repeat;transition:opacity .3s;position:fixed;inset:0;overflow:hidden}.m-menu--open{opacity:1;z-index:2000;pointer-events:auto}.m-menu__inner{width:200%;height:100%;transition:transform .3s;display:flex}.m-menu--screen-2 .m-menu__inner{transform:translate(-50%)}.m-menu__nav{width:50%;height:100%;padding:3.75rem 1.25rem 3.375rem;overflow:hidden auto}.m-menu__screen-2{flex-direction:column;justify-content:flex-end;align-items:flex-start;width:50%;height:100%;padding:3.75rem 1.25rem 3.375rem;display:flex;overflow:hidden auto}.m-menu__screen-2-bottom{flex-direction:column;row-gap:1.75rem;width:100%;display:flex}.m-menu__list{box-sizing:border-box;flex-flow:column;justify-content:flex-end;align-items:flex-start;row-gap:1.125rem;width:100%;min-height:100%;padding-top:7.5rem;display:flex}.m-menu__sublist{flex-direction:column;align-items:flex-start;row-gap:1.125rem;width:100%;display:flex}.m-menu__button .icon{transform:rotate(180deg)}.m-menu__subitem,.m-menu .nav__item{width:100%;padding:0}.m-menu__subitem:after,.m-menu .nav__item:after{content:"";background-color:var(--border-dark-gray);opacity:.4;width:100%;height:.0625rem;margin-top:1.125rem;display:block}.m-menu__subitem:last-child:after,.m-menu .nav__item:last-child:after{content:unset}.m-menu__sublink,.m-menu .nav__link{color:var(--text-inverted);justify-content:flex-start;column-gap:.5rem;font-size:1.5rem;font-weight:400;line-height:108%}.m-menu__list .nav__item:before{content:unset}.m-menu__list .nav__link-icons,.m-menu__list .nav__link-icon{width:1.25rem;height:1.25rem}.lang{position:relative}.lang__list{opacity:0;pointer-events:none;transition:opacity .3s;position:absolute;top:3.375rem;left:0}@media (width>=1180px){.lang__list{left:auto;right:0}}.lang--open .lang__list{opacity:1;pointer-events:auto}.lang__list{background-color:var(--background-black);border-radius:1rem;flex-flow:column;align-items:flex-start;row-gap:.5rem;min-width:8.75rem;padding:1rem;display:flex}.lang__item{color:#717171;width:100%;transition:color .3s}.lang__item--active{color:var(--text-inverted)}@media (hover:hover){.lang__item:hover{color:var(--text-inverted)}}.lang__link{width:100%;display:block}.widgets-menu{z-index:2000;opacity:0;pointer-events:none;background:#00000080;transition:opacity .3s;position:fixed;inset:0}.widgets-menu--open{opacity:1;pointer-events:auto}.widgets-menu__inner{flex-direction:column;align-items:flex-end;row-gap:.875rem;display:flex;position:absolute;top:.625rem;right:.75rem}.widgets-menu__items{scrollbar-width:thin;scrollbar-color:#fff transparent;flex-direction:column;align-items:stretch;row-gap:.25rem;width:28.5rem;max-height:calc(100vh - 3.75rem);display:flex;overflow-y:auto}.widgets-menu__items::-webkit-scrollbar{width:4px}.widgets-menu__items::-webkit-scrollbar-track{background:0 0}.widgets-menu__items::-webkit-scrollbar-thumb{background:#fff;border-radius:10px}.widgets-menu__items::-webkit-scrollbar-thumb:hover{background:#fffc}.search{z-index:-100;background:url(/wp-content/themes/alliance-altyn/assets/images/orange-ellips-2.png) var(--background-inverted) no-repeat center top/100% auto;opacity:0;pointer-events:none;transition:opacity .3s;position:fixed;inset:0;overflow:hidden auto}@media (width>=1180px){.search{background:url(/wp-content/themes/alliance-altyn/assets/images/orange-ellips-4.png) var(--background-inverted) no-repeat center bottom/100% auto}}.search--open{opacity:1;z-index:2000;pointer-events:auto}.search__inner{width:100%;height:100%}.search__header{display:none}@media (width>=1180px){.search__header{z-index:20;display:block;position:absolute;top:.75rem;right:.75rem}}.search__body{flex-direction:column;gap:0;height:auto;min-height:100%;padding:8.75rem 1.25rem 2.1875rem;display:flex;position:relative}@media (width>=1180px){.search__body{height:100%;min-height:unset;grid-template-rows:5rem;grid-template-columns:1fr 1fr;grid-auto-rows:auto;gap:1.25rem 2.5rem;padding:5rem 1.25rem 3.1875rem;display:grid;overflow:hidden}}.search__cross--horizontal{display:none}@media (width>=1180px){.search__cross--horizontal{color:var(--border-dark-gray);padding-top:1.25rem;display:block;position:absolute;bottom:-1.25rem;left:50%;transform:translate(-50%)}}.search__cross--vertical{width:1.25rem;color:var(--border-dark-gray);display:block;position:absolute;bottom:-1.25rem;right:50%;transform:translate(50%)}@media (width>=1180px){.search__cross--vertical{width:unset;bottom:0;right:-2.5rem;transform:translate(0)}}.search__top{flex-flow:row;justify-content:flex-start;align-items:center;column-gap:.25rem;margin-bottom:1.5rem;padding-bottom:1.25rem;display:flex;position:relative}@media (width>=1180px){.search__top{grid-column:1/-1;margin-bottom:0;padding-bottom:1.4375rem}}.search__top:before,.search__top:after{content:"";background:var(--border-dark-gray);width:100%;height:.0625rem;position:absolute;bottom:0}@media (width>=1180px){.search__top:before,.search__top:after{width:calc(50% - 1rem)}}.search__top:before{left:0}.search__top:after{right:0}.search__icon{color:var(--text-inverted)}.search__input{color:var(--text-inverted);width:100%;font-size:1.625rem;font-weight:400;line-height:108%}.search__input::placeholder{color:var(--text-inverted)}@media (width>=1180px){.search__input{font-size:2.375rem}}.search__left,.search__right{padding-top:0;position:relative}@media (width>=1180px){.search__left,.search__right{padding-top:1.5625rem}}.search__left{margin-bottom:3rem;padding-bottom:3.3125rem}@media (width>=1180px){.search__left{margin-bottom:0;padding-bottom:0}}.search__left:before,.search__left:after{content:"";background:var(--border-dark-gray);width:calc(50% - 1rem);height:.0625rem;position:absolute;bottom:0}@media (width>=1180px){.search__left:before,.search__left:after{height:unset;width:.0625rem;top:0;bottom:2.75rem;right:-1.25rem}}.search__left:before{left:0}@media (width>=1180px){.search__left:before{left:unset}}.search__left:after{right:0}@media (width>=1180px){.search__left:after{content:none}}.search__right{flex-direction:column;justify-content:space-between;align-items:flex-start;display:flex}.search__suggest{flex-direction:column;align-items:flex-start;row-gap:1rem;display:flex}.search__suggest-label{color:var(--text-inverted);font-size:.875rem;font-weight:400;line-height:110%}@media (width>=1180px){.search__suggest-label{font-size:1.125rem}}.search__tags{flex-flow:wrap;justify-content:flex-start;align-items:stretch;gap:.5rem;display:flex}.search__social{background:var(--background-black);border-radius:1.25rem;flex-direction:column;width:100%;margin-bottom:2rem;display:flex;position:relative}@media (width>=1180px){.search__social{display:none}}.search__social-trigger{margin:0;font-size:.9375rem;font-weight:400;line-height:112%}@media (width>=1180px){.search__social-trigger{font-size:1rem}}.search__social-trigger{color:var(--text-inverted);cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;padding:1rem;display:flex}.search__social-trigger .icon{transition:transform .3s;transform:rotate(90deg)}.search__social-list{background:var(--background-black);z-index:10;border-radius:1.25rem;flex-direction:column;align-items:flex-start;row-gap:1.25rem;padding:1.25rem;display:none;position:absolute;top:calc(100% + .25rem);left:0;right:0}.search__social-list--bottom{top:calc(100% + .5rem);bottom:auto}.search__social-list a{color:var(--text-inverted);text-transform:capitalize;display:block}.search__social--open .search__social-trigger .icon{transform:rotate(270deg)}.search__social--open .search__social-list{display:flex}.search__widgets{grid-template:"weather news"10.75rem"industry industry"8.75rem"vacancy vacancy"8.75rem/1fr 1fr;gap:1.25rem;display:grid}@media (width>=1180px){.search__widgets{flex-direction:row;gap:.75rem;width:100%;min-height:28.75rem;display:flex}}.search__col{display:contents}@media (width>=1180px){.search__col{flex-direction:column;gap:.75rem;display:flex}.search__col--left{flex:0 0 37%}.search__col--right{flex:1}}.search__widget--weather{grid-area:weather}.search__widget--weather>*{width:100%;height:100%}@media (width>=1180px){.search__widget--weather{grid-column:unset;flex:0 0 calc(61% - 6px)}}.search__widget--vacancy{grid-area:vacancy}.search__widget--vacancy>*{width:100%;height:100%}@media (width>=1180px){.search__widget--vacancy{grid-column:unset;flex:1}}.search__widget--news{grid-area:news}.search__widget--news>*{width:100%;height:100%}@media (width>=1180px){.search__widget--news{grid-column:unset;flex:0 0 calc(39% - 6px)}}.search__widget--industry{grid-area:industry}.search__widget--industry>*{width:100%;height:100%}@media (width>=1180px){.search__widget--industry{grid-column:unset;flex:1}}.search__links{display:none}@media (width>=1180px){.search__links{flex-flow:row;justify-content:flex-start;column-gap:2.5rem;display:flex}}.search__actions{flex-shrink:0;align-items:center;gap:1.25rem;display:flex}@media (width>=1180px){.search__actions{gap:1.0625rem}}.search__btn-submit{opacity:0;pointer-events:none;display:none}.search__btn-submit--visible{opacity:1;pointer-events:auto}@media (width>=1180px){.search__btn-submit{display:block}}.search__btn-clear{opacity:0;pointer-events:none;background:0 0;border:none;transition:opacity .3s}.search__btn-clear--visible{opacity:1;pointer-events:auto}.search__btn-clear-text{display:none}@media (width>=1180px){.search__btn-clear-text{display:flex}}.search__btn-clear-icon{color:var(--icons-inverted);display:block}@media (width>=1180px){.search__btn-clear-icon{display:none}}.side-nav{visibility:hidden;display:none}@media (width>=1180px){.side-nav{z-index:5;flex-direction:column;gap:.5rem;width:16.25rem;display:flex;position:absolute}}.side-nav.is-ready{visibility:visible}.side-nav__list{background-color:var(--background-surface-1);border-radius:1.5rem;flex-direction:column;gap:1rem;width:100%;padding:1.75rem 1.25rem 1.75rem 2.5rem;display:flex;position:relative}.side-nav__button{width:100%}.side-nav__line{background-color:var(--border-gray);width:.0625rem;position:absolute;top:1.75rem;bottom:1.75rem;left:1.25rem}.side-nav__indicator{background-color:var(--border-orange);border-radius:.25rem;width:.25rem;height:1.5rem;transition:top .3s,height .3s;position:absolute;top:0;left:-.125rem}.side-nav__link{margin:0;font-size:.875rem;font-weight:400;line-height:120%}@media (width>=1180px){.side-nav__link{font-size:1rem}}.side-nav__link{color:var(--text-secondary);transition:color .3s}.side-nav__link.is-active{color:var(--text-accent)}.side-nav-mobile{visibility:hidden;margin:-1.25rem;display:block;position:relative}@media (width>=1180px){.side-nav-mobile{display:none}}.side-nav-mobile.is-ready{visibility:visible}.side-nav-mobile.is-fixed .side-nav-mobile__inner{position:fixed;top:3.5rem;left:0;right:0;box-shadow:0 5px 8px #0000000d}.side-nav-mobile__inner{z-index:900;background-color:var(--background-primary);width:100%;padding-bottom:.75rem;position:relative}.side-nav-mobile__list{scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:1.25rem;width:100%;padding:2rem 1.25rem .5rem;display:flex;overflow-x:auto}.side-nav-mobile__list::-webkit-scrollbar{display:none}.side-nav-mobile__line{background-color:var(--border-gray);pointer-events:none;border-radius:.25rem;height:.25rem;margin-left:1.25rem;margin-right:1.25rem;position:relative;overflow:hidden}.side-nav-mobile__indicator{background-color:var(--border-orange);border-radius:.25rem;width:1.5rem;height:.25rem;position:absolute;bottom:0;left:0}.side-nav-mobile__link{margin:0;font-size:.875rem;font-weight:400;line-height:120%}@media (width>=1180px){.side-nav-mobile__link{font-size:1rem}}.side-nav-mobile__link{color:var(--text-secondary);white-space:nowrap;flex-shrink:0;transition:color .3s}.side-nav-mobile__link.is-active{color:var(--text-accent)}.footer-card{flex-direction:column;grid-column:auto;align-items:flex-start;row-gap:.5rem;padding:.75rem 0;display:flex;position:relative}.footer-card:first-child{grid-column:span 2}@media (width>=1180px){.footer-card:first-child{padding:1.25rem}}.footer-card:nth-child(2n):not(:first-child){padding:.75rem .625rem .75rem 0}@media (width>=1180px){.footer-card:nth-child(2n):not(:first-child){padding:1.25rem}}.footer-card:nth-child(odd):not(:first-child){padding:.75rem 0 .75rem .625rem}@media (width>=1180px){.footer-card:nth-child(odd):not(:first-child){padding:1.25rem}}.footer-card:nth-child(5n) .footer-card__plus--tr,.footer-card:nth-child(5n) .footer-card__plus--br,.footer-card:nth-child(5n) .footer-card__line--bottom,.footer-card:nth-child(4n) .footer-card__line--bottom{display:none}@media (width>=1180px){.footer-card:nth-child(4n) .footer-card__line--bottom{display:block}.footer-card{grid-column:span 2;row-gap:3.125rem}}@media (hover:hover){.footer-card:hover .footer-card__button.icon-button--no-back-black{background-color:var(--button-inverted-hover);color:var(--icons-inverted)}}.footer-card:active .footer-card__button.icon-button--no-back-black{background-color:var(--button-inverted-pressed);color:var(--icons-inverted)}.footer-card__line{background-color:var(--border-light-gray);z-index:2;transition:background-color .3s;position:absolute;inset:0}.footer-card__line--bottom{bottom:-.625rem;top:unset;height:.0625rem}@media (width>=1180px){.footer-card__line--bottom{bottom:-1.25rem}}.footer-card__line--right{width:.0625rem;left:unset;right:-.625rem}@media (width>=1180px){.footer-card__line--right{right:-1.25rem}}.footer-card__plus{z-index:2;background:#fff;width:1.25rem;height:1.25rem;display:none;position:absolute}@media (width>=1180px){.footer-card__plus{width:2.5rem;height:2.5rem}}.footer-card__plus:before,.footer-card__plus:after{content:"";background-color:var(--border-light-gray);transition:background-color .3s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.footer-card__plus:before{width:.625rem;height:.0625rem}@media (width>=1180px){.footer-card__plus:before{width:.75rem;height:.125rem}}.footer-card__plus:after{width:.0625rem;height:.625rem}@media (width>=1180px){.footer-card__plus:after{width:.125rem;height:.75rem}}.footer-card__plus--tr{display:block;top:-1.25rem;right:-1.25rem}@media (width>=1180px){.footer-card__plus--tr{top:0;right:-2.5rem}}.footer-card__plus--br{bottom:-1.875rem;right:-1.25rem}@media (width>=1180px){.footer-card__plus--br{display:block;bottom:-2.5rem;right:-2.5rem}}.footer-card__header{flex-flow:row;justify-content:space-between;align-items:center;width:100%;display:flex}.footer-card__title{margin:0;font-size:1.375rem;font-weight:400;line-height:112%}@media (width>=1180px){.footer-card__title{font-size:1.5rem}}.footer-card__title{color:var(--text-primary)}.footer-card__image{aspect-ratio:70/50;object-fit:cover;border-radius:.75rem;align-self:end;width:45%;max-width:5rem;display:block;overflow:hidden}@media (width>=1180px){.footer-card__image{width:50%;max-width:unset;aspect-ratio:150/100;border-radius:1.5rem}}.footer-card__image img{object-fit:cover;border-radius:.75rem;width:100%;height:100%;display:block}@media (width>=1180px){.footer-card__image img{border-radius:1.5rem}}.video-popup{z-index:4000;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.video-popup.is-hidden{display:none}.video-popup__overlay{background-color:var(--background-blur);-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);cursor:pointer;position:absolute;inset:0}.video-popup__inner{position:absolute;top:50%;left:.5rem;right:.5rem;transform:translateY(-50%)}@media (width>=1180px){.video-popup__inner{transform:unset;inset:4.5rem 7.5rem}}.video-popup__close{position:absolute;top:.75rem;right:.75rem}@media (width>=1180px){.video-popup__close{top:.875rem;right:1rem}}.video-popup__frame{aspect-ratio:16/9;width:100%;position:relative}@media (width>=1180px){.video-popup__frame{height:100%;aspect-ratio:unset}}.video-popup__frame iframe{border-radius:1.25rem;width:100%;height:100%;position:absolute;inset:0}@media (width>=1180px){.video-popup__frame iframe{border-radius:1.5rem}}.mobile-popup{z-index:4000;background:var(--background-blur);opacity:0;visibility:hidden;pointer-events:none;will-change:opacity;align-items:flex-end;transition:opacity .3s,visibility .3s;display:flex;position:fixed;inset:0}@media (width>=1180px){.mobile-popup{display:none}}.mobile-popup.is-open{opacity:1;visibility:visible;pointer-events:auto}.mobile-popup.is-open .mobile-popup__sheet{transform:translateY(0)}.mobile-popup__overlay{position:absolute;inset:0}.mobile-popup__sheet{z-index:1;background:var(--background-surface-1);border-radius:1.5rem 1.5rem 0 0;flex-direction:column;width:100%;max-height:100%;transition:transform .3s;display:flex;position:relative;overflow:hidden;transform:translateY(100%);box-shadow:0 15px 75px #0000002e}.mobile-popup__sheet-top{flex-direction:column;flex:1;padding:1rem 1rem 0;display:flex;overflow:hidden}.mobile-popup__sheet-bottom{flex-shrink:0;gap:.5rem;padding:1rem 1rem 1.5rem;display:flex;box-shadow:0 -2px 12.2px #64646426}.mobile-popup__close{margin-left:auto}.mobile-popup__title{margin:0;font-size:1.375rem;font-weight:400;line-height:112%}@media (width>=1180px){.mobile-popup__title{font-size:1.5rem}}.mobile-popup__title{color:var(--text-primary);margin:.625rem 0}.mobile-popup__content{flex:1;overflow-y:auto}.mobile-popup__apply,.mobile-popup__reset{flex:1 1 0;width:100%;min-width:0}.mobile-popup .select__options{margin:1.5rem 0}.video-widget{cursor:pointer;background-color:var(--background-blur);-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);border-radius:1.25rem;flex-flow:row;justify-content:center;align-items:center;column-gap:.75rem;max-width:16.25rem;padding:.75rem;display:flex}@media (hover:hover){.video-widget:hover .video-widget__image img{transform:scale(1.5)}}@media (width>=1180px){.video-widget{border-radius:1.5rem;column-gap:1rem;max-width:18.875rem;padding:1rem}}.video-widget__thumbnail{position:relative}.video-widget__image{border-radius:.75rem;width:3.75rem;height:2.375rem;display:block;overflow:hidden}@media (width>=1180px){.video-widget__image{width:4.6875rem;height:3rem}}.video-widget__image img{border-radius:.75rem;width:100%;height:100%;transition:transform .3s}.video-widget__icon{color:var(--icons-inverted);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.video-widget__title{margin:0;font-size:.875rem;font-weight:400;line-height:120%}@media (width>=1180px){.video-widget__title{font-size:1rem}}.video-widget__title{color:var(--text-inverted)}.news-widget{cursor:pointer}.news-widget--0{background-color:var(--background-surface-3);border-radius:1.25rem;flex-direction:column;justify-content:space-between;align-items:stretch;padding:.75rem;display:flex}@media (width>=1180px){.news-widget--0{border-radius:1.5rem;padding:1.25rem}}@media (hover:hover){.news-widget--0:hover .icon-button--no-back-white{background-color:var(--background-primary);color:var(--icons-primary)}}.news-widget--0:active .icon-button--no-back-white{background-color:var(--background-primary);color:var(--icons-primary)}.news-widget--small{background-color:var(--background-surface-3);border-radius:1.5rem;flex-direction:column;justify-content:space-between;width:11.125rem;padding:1.25rem;display:flex}@media (hover:hover){.news-widget--small:hover .icon-button--no-back-black{background-color:var(--button-inverted-hover);color:var(--icons-inverted)}}.news-widget--small:active .icon-button--no-back-black{background-color:var(--button-inverted-pressed);color:var(--icons-inverted)}.news-widget--small .news-widget__header{align-items:flex-start;gap:.25rem;display:flex}.news-widget--small .news-widget__title{color:var(--text-primary)}.news-widget--small .news-widget__count{margin:0;font-size:1.375rem;font-weight:400;line-height:112%}@media (width>=1180px){.news-widget--small .news-widget__count{font-size:1.5rem}}.news-widget--small .news-widget__count{color:var(--text-primary)}.news-widget--medium{grid-column:1/3}.news-widget--big{-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);background-color:#0000001a;border-radius:1.5rem;flex-direction:column;align-items:stretch;row-gap:1.5rem;padding:1.25rem;display:flex}.news-widget__swiper{height:100%}.news-widget__slide{-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);background-color:#0000001a;border-radius:1.25rem;padding:1rem}@media (width>=1180px){.news-widget__slide{border-radius:1.5rem;padding:1.25rem}}.news-widget__slide.swiper-slide{flex-flow:column;justify-content:flex-start;align-items:stretch;row-gap:.25rem;display:flex}@media (hover:hover){.news-widget__slide:hover .icon-button{background-color:var(--background-primary);color:var(--icons-primary)}}.news-widget__slide:active .icon-button{background-color:var(--background-primary);color:var(--icons-primary)}.news-widget__header{flex-flow:row;justify-content:space-between;align-items:center;display:flex}.news-widget--0 .news-widget__header{align-items:flex-start}@media (hover:hover){.news-widget--big .news-widget__header:hover .icon-button{background-color:var(--background-inverted);color:var(--icons-inverted)}}.news-widget--big .news-widget__header:active .icon-button{background-color:var(--background-inverted-pressed);color:var(--icons-inverted)}.news-widget__date{color:var(--text-inverted);margin:0;font-size:.75rem;font-weight:600;line-height:120%}.news-widget__title{margin:0;font-size:.875rem;font-weight:400;line-height:120%}@media (width>=1180px){.news-widget__title{font-size:1rem}}.news-widget__title{color:var(--text-inverted)}.news-widget__title--clamped{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.news-widget__image{display:block}.news-widget__image img{border-radius:.75rem;width:100%;height:100%}.news-widget--medium .news-widget__image{align-self:flex-end;width:8.125rem;height:3.75rem;margin-top:auto}.news-widget--big .news-widget__image{width:8.375rem;min-width:8.375rem;height:5.6875rem}.news-widget__body{flex-direction:column;align-items:stretch;row-gap:1.75rem;display:flex}.news-widget__item{flex-flow:row;align-items:stretch;column-gap:.75rem;display:flex}@media (hover:hover){.news-widget__item:hover .news-widget__more:after{transform:scaleX(1)}}.news-widget__text{flex-direction:column;justify-content:space-between;align-items:stretch;display:flex}.news-widget--0 .news-widget__text{row-gap:.25rem}.news-widget__more{margin:0;font-size:.9375rem;font-weight:400;line-height:112%}@media (width>=1180px){.news-widget__more{font-size:1rem}}.news-widget__more{color:var(--button-white);text-transform:uppercase;width:fit-content;position:relative}.news-widget__more:after{content:"";transform-origin:0;background:currentColor;width:100%;height:1px;transition:transform .3s;position:absolute;bottom:-2px;left:0;transform:scaleX(0)}.news-widget__controls{flex-flow:row;justify-content:space-between;align-items:center;column-gap:.5rem;display:flex;position:absolute;bottom:1rem;left:1rem}@media (width>=1180px){.news-widget__controls{bottom:1.25rem;left:1.25rem}}.news-widget__arrow{z-index:2;cursor:pointer;color:var(--icons-inverted)}.news-widget__prev{transform:rotate(180deg)}.news-widget__pagination{z-index:2;cursor:pointer;flex-flow:row;justify-content:space-between;align-items:center;column-gap:.25rem;display:flex}.news-widget__bullet{background-color:var(--icons-primary);opacity:.2;border-radius:100%;width:.5rem;height:.5rem;transition:background-color .3s,opacity .3s;display:block}.news-widget__bullet--active{background-color:var(--icons-inverted);opacity:1}@media (hover:hover){.news-widget__bullet:hover{background-color:var(--icons-inverted);opacity:1}}.news-widget__count{margin:0;font-size:2.25rem;font-weight:400;line-height:100%}@media (width>=1180px){.news-widget__count{font-size:2.875rem}}.news-widget__count{color:var(--text-inverted)}.news-widget__tags{flex-flow:row;justify-content:flex-start;column-gap:.25rem;display:flex}.news-widget__tag{text-transform:uppercase;color:var(--text-inverted);border:.0625rem solid var(--border-inverted);border-radius:2.5rem;margin:0;padding:.5rem;font-size:.75rem;font-weight:500;line-height:100%}.news-widget__tag--hidden-mobile{display:none}@media (width>=1180px){.news-widget__tag--hidden-mobile{display:flex}}.news-widget__tag--more{display:flex}@media (width>=1180px){.news-widget__tag--more{display:none}}.vacancy-widget{border-radius:1.25rem;flex-flow:column;align-items:flex-start;display:flex}@media (width>=1180px){.vacancy-widget{border-radius:1.5rem}}.vacancy-widget--medium{background:url(/wp-content/themes/alliance-altyn/assets/images/vacancy-widget-medium.png) 50%/cover no-repeat;justify-content:space-between;row-gap:2.3125rem;padding:.75rem}@media (width>=1180px){.vacancy-widget--medium{padding:1rem}}@media (hover:hover){.vacancy-widget--medium:hover .icon-button--no-back-white{background-color:var(--background-primary);color:var(--icons-primary)}}.vacancy-widget--medium:active .icon-button--no-back-white{background-color:var(--background-primary);color:var(--icons-primary)}.vacancy-widget--small{background:url(/wp-content/themes/alliance-altyn/assets/images/vacancy-widget-small.png) 50%/cover no-repeat;justify-content:space-between;row-gap:1rem;padding:1rem}@media (width>=1180px){.vacancy-widget--small{max-width:10.5rem;padding:1.25rem}}@media (hover:hover){.vacancy-widget--small:hover .icon-button--no-back-black{background-color:var(--button-inverted-hover);color:var(--icons-inverted)}}.vacancy-widget--small:active .icon-button--no-back-black{background-color:var(--button-inverted-pressed);color:var(--icons-inverted)}.vacancy-widget__header{flex-flow:row;justify-content:space-between;align-items:flex-start;width:100%;display:flex}.vacancy-widget--medium .vacancy-widget__header{column-gap:.5rem}.vacancy-widget--small .vacancy-widget__header{column-gap:.25rem}.vacancy-widget__title{margin:0;font-size:.875rem;font-weight:400;line-height:120%}@media (width>=1180px){.vacancy-widget__title{font-size:1rem}}.vacancy-widget--medium .vacancy-widget__title{color:var(--text-inverted);font-size:1.25rem;font-weight:400;line-height:112%}@media (width>=1180px){.vacancy-widget--medium .vacancy-widget__title{margin:0;font-size:.875rem;font-weight:400;line-height:120%}}@media (width>=1180px) and (width>=1180px){.vacancy-widget--medium .vacancy-widget__title{font-size:1rem}}.vacancy-widget--small .vacancy-widget__title{color:var(--text-primary)}.vacancy-widget--medium .vacancy-widget__text{margin:0;font-size:2.25rem;font-weight:400;line-height:100%}@media (width>=1180px){.vacancy-widget--medium .vacancy-widget__text{font-size:2.875rem}}.vacancy-widget--medium .vacancy-widget__text{color:var(--text-inverted)}.vacancy-widget--small .vacancy-widget__text{color:var(--text-primary);margin:0;font-size:1.75rem;font-weight:400;line-height:100%}.calendar-widget{cursor:pointer}.calendar-widget--small{background-color:var(--background-primary);border-radius:1.25rem;flex-flow:column;justify-content:space-between;align-items:flex-start;row-gap:1rem;padding:1rem;display:flex}@media (width>=1180px){.calendar-widget--small{border-radius:1.5rem;padding:1.25rem}}@media (hover:hover){.calendar-widget--small:hover .icon-button--no-back-black{background-color:var(--button-inverted-hover);color:var(--icons-inverted)}}.calendar-widget--small:active .icon-button--no-back-black{background-color:var(--button-inverted-pressed);color:var(--icons-inverted)}.calendar-widget__swiper{width:100%;height:100%}.calendar-widget__slide{background:#121212 url(/wp-content/themes/alliance-altyn/assets/images/orange-ellips-3.png) 20% 100%/cover no-repeat;border-radius:1.25rem;flex-flow:column;justify-content:center;align-items:flex-start;row-gap:1rem;padding:1rem;display:flex}@media (width>=1180px){.calendar-widget__slide{border-radius:1.5rem;padding:1.25rem}}.calendar-widget__slide.swiper-slide{flex-flow:column;justify-content:flex-start;align-items:stretch;row-gap:2.5rem;display:flex}@media (hover:hover){.calendar-widget__slide:hover .icon-button{background-color:var(--background-primary);color:var(--icons-primary)}}.calendar-widget__slide:active .icon-button{background-color:var(--background-primary);color:var(--icons-primary)}.calendar-widget__header{flex-flow:row;justify-content:space-between;align-items:flex-start;column-gap:.25rem;width:100%;display:flex}.calendar-widget--big .calendar-widget__header{align-items:center}.calendar-widget__title{margin:0;font-size:.875rem;font-weight:400;line-height:120%}@media (width>=1180px){.calendar-widget__title{font-size:1rem}}.calendar-widget__title--big{margin:0;font-size:1.25rem;font-weight:400;line-height:112%}.calendar-widget--small .calendar-widget__title{color:var(--text-primary)}.calendar-widget--big .calendar-widget__title{color:var(--text-inverted)}.calendar-widget--big .calendar-widget__body{flex-flow:row;justify-content:space-between;align-items:flex-start;column-gap:1.0625rem;display:flex}.calendar-widget__text{margin:0;font-size:1.375rem;font-weight:400;line-height:112%}@media (width>=1180px){.calendar-widget__text{font-size:1.5rem}}.calendar-widget--small .calendar-widget__text{color:var(--text-primary)}.calendar-widget__calendar{background-color:var(--background-primary);border-radius:1rem}.calendar-widget__time{flex-direction:column;align-items:center;padding:1.6875rem;display:flex}.calendar-widget__date{margin:0;font-size:2.25rem;font-weight:400;line-height:100%}@media (width>=1180px){.calendar-widget__date{font-size:2.875rem}}.calendar-widget__date{color:var(--text-primary)}.calendar-widget__month{color:var(--text-primary);margin:0;font-size:.75rem;font-weight:400;line-height:108%}.calendar-widget__controls{flex-flow:row;justify-content:space-between;align-items:center;column-gap:.5rem;display:flex;position:absolute;bottom:0;left:0}@media (width>=1180px){.calendar-widget__controls{bottom:1.25rem;left:1.25rem}}.calendar-widget__arrow{z-index:2;cursor:pointer;color:var(--icons-inverted)}.calendar-widget__prev{transform:rotate(180deg)}.calendar-widget__pagination{z-index:2;cursor:pointer;flex-flow:row;justify-content:space-between;align-items:center;column-gap:.25rem;display:flex}.calendar-widget__bullet{background-color:var(--icons-primary);opacity:.2;border-radius:100%;width:.5rem;height:.5rem;transition:background-color .3s,opacity .3s;display:block}.calendar-widget__bullet--active{background-color:var(--icons-inverted);opacity:1}@media (hover:hover){.calendar-widget__bullet:hover{background-color:var(--icons-inverted);opacity:1}}.time-widget{background:url(/wp-content/themes/alliance-altyn/assets/images/time-bg.png) 50%/cover no-repeat;border-radius:1.5rem;width:100%;height:6.25rem}.time-widget__time{color:var(--text-inverted);flex-flow:row;justify-content:center;align-items:center;width:100%;height:100%;margin:0;font-size:1.25rem;font-weight:400;line-height:112%;display:flex}.tender-widget{cursor:pointer}.tender-widget__swiper{width:100%;height:100%}.tender-widget__slide{background-color:var(--background-inverted);border-radius:1.5rem;padding:1.25rem}.tender-widget__slide.swiper-slide{flex-flow:column;justify-content:flex-start;align-items:stretch;row-gap:1.25rem;height:12.3125rem;display:flex}.tender-widget__header{flex-flow:row;justify-content:space-between;align-items:flex-start;column-gap:.25rem;width:100%;display:flex}@media (hover:hover){.tender-widget__header:hover .icon-button--no-back-white{background-color:var(--background-primary);color:var(--icons-primary)}}.tender-widget__header:active .icon-button--no-back-white{background-color:var(--background-primary);color:var(--icons-primary)}.tender-widget__title{margin:0;font-size:.875rem;font-weight:400;line-height:120%}@media (width>=1180px){.tender-widget__title{font-size:1rem}}.tender-widget__title{color:var(--text-inverted);-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.tender-widget__controls{flex-flow:row;justify-content:space-between;align-items:center;column-gap:.5rem;display:flex;position:absolute;bottom:1.25rem;left:1.25rem}.tender-widget__arrow{z-index:2;cursor:pointer;color:var(--icons-inverted)}.tender-widget__prev{transform:rotate(180deg)}.tender-widget__pagination{z-index:2;cursor:pointer;flex-flow:row;justify-content:space-between;align-items:center;column-gap:.25rem;display:flex}.tender-widget__bullet{background-color:var(--icons-inverted);opacity:.2;border-radius:100%;width:.5rem;height:.5rem;transition:background-color .3s,opacity .3s;display:block}.tender-widget__bullet--active{background-color:var(--icons-inverted);opacity:1}@media (hover:hover){.tender-widget__bullet:hover{background-color:var(--icons-inverted);opacity:1}}.weather-widget{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:1.25rem;position:relative;overflow:hidden}@media (width>=1180px){.weather-widget{border-radius:1.5rem}}.weather-widget:before{content:"";pointer-events:none;z-index:0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0% 20%,#0000 50%);mask-image:linear-gradient(#000 0% 20%,#0000 50%)}.weather-widget:after{content:"";pointer-events:none;z-index:0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);position:absolute;inset:0;-webkit-mask-image:linear-gradient(#0000 20%,#000 30%,#0000 50%);mask-image:linear-gradient(#0000 20%,#000 30%,#0000 50%)}.weather-widget__blur-overlay{background:#12121203;border-radius:1.25rem 1.25rem 0 0;padding:.75rem}@media (width>=1180px){.weather-widget__blur-overlay{border-radius:1.5rem 1.5rem 0 0;padding:1.25rem}}.weather-widget__header{z-index:1;flex-flow:row;justify-content:space-between;align-items:flex-start;display:flex;position:relative}.weather-widget__time{color:var(--text-inverted);font-size:2rem;font-weight:400;line-height:108%}@media (width>=1180px){.weather-widget__time{font-size:2.875rem;font-weight:500}}.weather-widget__weather{margin:0;font-size:.875rem;font-weight:400;line-height:120%}@media (width>=1180px){.weather-widget__weather{font-size:1rem}}.weather-widget__weather{color:var(--text-inverted)}.weather-widget__location{margin:0;font-size:.875rem;font-weight:400;line-height:120%}@media (width>=1180px){.weather-widget__location{font-size:1rem}}.weather-widget__location{color:var(--text-inverted);z-index:1;position:relative}.industry-widget{background:url(/wp-content/themes/alliance-altyn/assets/images/industry-widget.png) 50%/cover no-repeat;border-radius:1.25rem;flex-direction:column;justify-content:space-between;align-items:flex-start;padding:.75rem;display:flex}@media (width>=1180px){.industry-widget{border-radius:1.5rem;padding:1.25rem}}@media (hover:hover){.industry-widget:hover .icon-button--no-back-white{background-color:var(--background-primary);color:var(--icons-primary)}}.industry-widget:active .icon-button--no-back-white{background-color:var(--button-inverted-pressed);color:var(--icons-inverted)}@media (width>=1180px){.industry-widget:active .icon-button--no-back-white{background-color:var(--button-inverted-pressed);color:var(--icons-inverted)}}.industry-widget__header{flex-flow:row;justify-content:space-between;align-items:flex-start;column-gap:.5rem;width:100%;display:flex}.industry-widget__title{margin:0;font-size:1.375rem;font-weight:400;line-height:112%}@media (width>=1180px){.industry-widget__title{font-size:1.5rem}}.industry-widget__title{color:var(--text-inverted);width:90%}@media (width>=1180px){.industry-widget__title{width:40%}}.industry-widget__text{margin:0;font-size:.875rem;font-weight:400;line-height:120%}@media (width>=1180px){.industry-widget__text{font-size:1rem}}.industry-widget__text{color:var(--text-inverted);width:100%}@media (width>=1180px){.industry-widget__text{width:40%}}.story-widget{background-position:50%;background-repeat:no-repeat;background-size:100%;border-radius:1.5rem;padding:1.25rem 1.25rem 1.5rem;transition:background-size .3s}@media (width>=1180px){.story-widget{padding:1.25rem}}@media (hover:hover){.story-widget:hover{background-size:115%}.story-widget:hover .icon-button--inverted{background-color:var(--button-inverted);color:var(--icons-inverted)}}.story-widget:active .icon-button--inverted{background-color:var(--button-inverted-pressed);color:var(--icons-inverted)}.story-widget__card{flex-direction:column;row-gap:3.9375rem;display:flex}.story-widget__wrapper{flex-direction:column;align-items:flex-start;row-gap:.3125rem;display:flex}.story-widget__title{margin:0;font-size:1.625rem;font-weight:400;line-height:108%}@media (width>=1180px){.story-widget__title{font-size:2.375rem}}.story-widget__title{color:var(--text-inverted)}.story-widget__subtitle{margin:0;font-size:.875rem;font-weight:400;line-height:120%}@media (width>=1180px){.story-widget__subtitle{font-size:1rem}}.story-widget__subtitle{color:var(--text-inverted)}.story-widget__link{align-self:flex-end}.social-banner-widget{background:url(/wp-content/themes/alliance-altyn/assets/images/social-banner-bg.png) 50%/cover no-repeat;border-radius:2rem;flex-direction:column;justify-content:space-between;align-items:flex-start;row-gap:1.75rem;padding:1.5rem;display:flex;position:relative;overflow:hidden}@media (width>=1180px){.social-banner-widget{border-radius:3.75rem;row-gap:2.625rem;padding:2.5rem}}.social-banner-widget__title{margin:0;font-size:1.625rem;font-weight:400;line-height:108%}@media (width>=1180px){.social-banner-widget__title{font-size:2.375rem}}.social-banner-widget__title{color:var(--text-inverted)}.social-banner-widget__buttons{flex-flow:row;justify-content:flex-start;align-items:stretch;column-gap:.25rem;display:flex}.social-banner-widget__button--text{display:none}@media (width>=1180px){.social-banner-widget__button--text{display:block}}.social-banner-widget__button--icon{padding:.5rem;display:block}@media (width>=1180px){.social-banner-widget__button--icon{display:none}}.social-banner-widget__Facebook{padding-bottom:0}.social-banner-widget__Facebook .icon{position:relative;bottom:-.5rem}.banner-widget{background:var(--background-surface-1);-webkit-backdrop-filter:blur(100px);backdrop-filter:blur(100px);border-radius:2rem;flex-direction:column;justify-content:space-between;align-items:flex-start;row-gap:1.5rem;padding:1.5rem;display:flex;position:relative;overflow:hidden}@media (width>=1180px){.banner-widget{border-radius:3.75rem;flex-direction:row;column-gap:1.25rem;padding:2.5rem}}.banner-widget__col{width:100%}@media (width>=1180px){.banner-widget__col:first-of-type{width:65%}.banner-widget__col:last-of-type{width:45%}}.banner-widget__left{flex-direction:column;justify-content:space-between;align-items:flex-start;row-gap:.5rem;height:100%;display:flex}@media (width>=1180px){.banner-widget__left{align-self:stretch;row-gap:1rem;height:auto}}.banner-widget__title{text-transform:uppercase;color:var(--text-accent);margin:0;font-size:.75rem;font-weight:500;line-height:100%}.banner-widget__description{margin:0;font-size:.875rem;font-weight:400;line-height:120%}@media (width>=1180px){.banner-widget__description{font-size:1rem}}.banner-widget__description{color:var(--text-primary)}.banner-widget__button{width:fit-content;margin-top:1.25rem}@media (width>=1180px){.banner-widget__button{margin-top:auto}}.banner-widget__image{aspect-ratio:287/172;border-radius:1.5rem;width:100%;height:100%;display:block;overflow:hidden}@media (width>=1180px){.banner-widget__image{aspect-ratio:228/172}}.banner-widget__image img{object-fit:cover;aspect-ratio:287/172;border-radius:1.5rem;width:auto;height:100%}@media (width>=1180px){.banner-widget__image img{aspect-ratio:228/172}}.industry2-widget{background-color:var(--background-primary);border-radius:1.25rem;flex-direction:column;align-items:stretch;row-gap:1rem;width:12.5rem;padding:1rem;display:flex}.industry2-widget--big{width:100%;overflow:hidden}@media (hover:hover){.industry2-widget:hover .industry2-widget__link{background-color:var(--button-inverted-hover)}}.industry2-widget:active .industry2-widget__link{background-color:var(--button-inverted-pressed)}@media (width>=1180px){.industry2-widget{border-radius:1.5rem;row-gap:0;width:21.375rem;padding:1.25rem}}.industry2-widget__header{flex-flow:row;justify-content:space-between;display:flex}.industry2-widget__body{flex-flow:row;justify-content:space-between;align-items:flex-end;column-gap:.25rem;display:flex}.industry2-widget__title{color:var(--text-primary);margin:0;font-size:1rem;font-weight:400;line-height:112%}.industry2-widget__image{width:8.75rem;height:8.75rem;display:none}.industry2-widget--big .industry2-widget__image{z-index:0;width:12.5rem;display:block;position:absolute;top:-70%;right:0}@media (width>=1180px){.industry2-widget--big .industry2-widget__image{width:8.75rem;position:relative}}.industry2-widget--big .industry2-widget__image img{height:100%}@media (width>=1180px){.industry2-widget__image{display:block}}.industry2-widget__text{margin:0;font-size:1.375rem;font-weight:400;line-height:112%}@media (width>=1180px){.industry2-widget__text{font-size:1.5rem}}.industry2-widget__text{color:var(--text-primary)}.industry2-widget__link--rotate{transform:rotate(90deg)}.media-banner-widget{background:var(--background-light-yellow) url(/wp-content/themes/alliance-altyn/assets/images/media-banner-bg.png) right bottom/auto 55% no-repeat;border-radius:2rem;flex-direction:column;justify-content:flex-start;align-items:flex-start;row-gap:1.75rem;height:25rem;padding:1.5rem;display:flex;position:relative;overflow:hidden}@media (width>=1180px){.media-banner-widget{background:var(--background-light-yellow) url(/wp-content/themes/alliance-altyn/assets/images/media-banner-bg.png) right bottom/auto 100% no-repeat;border-radius:3.75rem;justify-content:space-between;row-gap:5.1875rem;height:auto;padding:2.5rem}}.media-banner-widget__title{margin:0;font-size:1.625rem;font-weight:400;line-height:108%}@media (width>=1180px){.media-banner-widget__title{font-size:2.375rem}}.media-banner-widget__title{color:var(--text-primary)}.media-banner-widget__buttons{flex-flow:wrap;justify-content:flex-start;align-items:stretch;gap:.625rem;display:flex}@media (width>=1180px){.media-banner-widget__buttons{column-gap:.25rem;row-gap:inset;flex-wrap:nowrap}}.button-widget{background-color:var(--background-blur);-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);border-radius:1.5rem;flex-flow:row;justify-content:space-between;align-items:center;padding:1.25rem;display:flex}@media (hover:hover){.button-widget:hover .icon-button--inverted{background-color:var(--button-inverted);color:var(--icons-inverted)}}.button-widget:active .icon-button--inverted{background-color:var(--button-inverted-pressed);color:var(--icons-inverted)}.button-widget__title{margin:0;font-size:.875rem;font-weight:400;line-height:120%}@media (width>=1180px){.button-widget__title{font-size:1rem}}.button-widget__title{color:var(--text-inverted)}.tab{text-transform:uppercase;border-radius:6.25rem;margin:0;padding:.5rem .75rem;font-size:.75rem;font-weight:500;line-height:100%;transition:color .3s,background-color .3s}.tab--default{color:var(--text-primary);border:.0625rem solid var(--text-primary)}.tab--default.is-active{color:var(--text-inverted);background-color:var(--controls-primary)}@media (hover:hover){.tab--default:hover{color:var(--text-inverted);background-color:var(--controls-primary)}}.tab--default:active{color:var(--text-inverted);background-color:var(--controls-primary)}.tab--inverted{color:var(--text-inverted);border:.0625rem solid var(--controls-inverted)}.tab--inverted.is-active{color:var(--text-primary);background-color:var(--controls-inverted)}@media (hover:hover){.tab--inverted:hover{color:var(--text-primary);background-color:var(--controls-inverted)}}.tab--inverted:active{color:var(--text-primary);background-color:var(--controls-inverted)}@media (width>=1180px){.tab{padding:.625rem 1rem}}.select{width:100%;position:relative}.select.is-open .select__trigger:after{transform:rotate(45deg)}.select.is-open .select__dropdown{opacity:1;pointer-events:auto;visibility:visible;transform:translateY(0)}.select.is-disabled{pointer-events:none}.select.is-disabled .select__trigger{color:var(--text-disabled);cursor:default}.select__trigger{margin:0;font-size:.875rem;font-weight:400;line-height:120%}@media (width>=1180px){.select__trigger{font-size:1rem}}.select__trigger{background-color:var(--background-surface-1);width:100%;color:var(--text-secondary);border-radius:.75rem;justify-content:space-between;align-items:center;padding:1rem;display:flex}.select__trigger:after{content:"";border-top:.0625rem solid;border-left:.0625rem solid;width:.375rem;height:.375rem;transition:transform .3s;transform:rotate(-135deg)}.select__dropdown{z-index:100;background-color:var(--background-surface-1);opacity:0;pointer-events:none;visibility:hidden;border-radius:.75rem;padding:1.5rem;transition:opacity .3s,transform .3s,visibility .3s;position:absolute;top:calc(100% + .5rem);left:0;right:0;transform:translateY(-.5rem);box-shadow:0 1px 10px #0000001a}.select__options{flex-direction:column;gap:1rem;display:flex}.select__option{margin:0;font-size:.875rem;font-weight:400;line-height:120%}@media (width>=1180px){.select__option{font-size:1rem}}.select__option{cursor:pointer}.select__option-radio{color:var(--text-secondary);align-items:center;gap:.5rem;display:flex}.select__option-radio:before{content:"";border:.125rem solid var(--background-primary);background-color:var(--background-primary);border-radius:50%;flex-shrink:0;width:1rem;height:1rem;transition:border-color .3s,background-color .3s}.select__option-radio:hover:before{border-color:var(--border-orange)}.select__option-radio.is-active{color:var(--text-primary)}.select__option-radio.is-active:before{border-color:var(--border-orange);background:radial-gradient(circle, var(--border-orange) 0 .25rem, transparent .25rem), var(--background-primary)}.select__option-checkbox{color:var(--text-secondary);align-items:center;gap:.5rem;display:flex;position:relative}.select__option-checkbox:before{content:"";border:.125rem solid var(--background-primary);background-color:var(--background-primary);border-radius:.25rem;flex-shrink:0;width:1rem;height:1rem;transition:border-color .3s,background-color .3s}.select__option-checkbox:after{content:"";border-left:.125rem solid var(--background-primary);border-bottom:.125rem solid var(--background-primary);width:.5rem;height:.3125rem;display:none;position:absolute;top:50%;left:.25rem;transform:translateY(-65%)rotate(-45deg)}.select__option-checkbox:hover:before{border-color:var(--border-orange);background-color:var(--border-orange)}.select__option-checkbox.is-active{color:var(--text-primary)}.select__option-checkbox.is-active:before{border-color:var(--border-orange);background-color:var(--border-orange)}.select__option-checkbox.is-active:after{display:block}.tag{text-transform:uppercase;border-radius:2.5rem;margin:0;padding:.4375rem .5rem;font-size:.75rem;font-weight:500;line-height:100%}.tag--primary{color:var(--text-inverted);background-color:var(--controls-primary)}@media (width>=1180px){.tag--primary{border-radius:1.25rem}}.tag--outline-gray{color:var(--text-secondary);background-color:inherit;border:.0625rem solid var(--border-dark-gray)}.tag--outline-inverted{color:var(--text-inverted);background-color:inherit;border:.0625rem solid var(--border-inverted)}.section-title__title{text-transform:uppercase;color:var(--text-accent);white-space:nowrap;grid-column:span 1;width:fit-content;margin:0;font-size:.75rem;font-weight:500;line-height:100%}.section-title__decor{grid-template-columns:1fr;column-gap:2.5rem;height:2.5rem;display:grid;position:relative}@media (width>=1180px){.section-title__decor{grid-column:2/9;grid-template-columns:repeat(7,1fr)}}.section-title__decor:before{content:"";background-color:var(--border-light-gray);height:.0625rem;position:absolute;top:50%;left:-1.5rem;right:0;transform:translateY(-50%)}.section-title--mobile .section-title__decor{display:grid}@media (width>=1180px){.section-title--mobile .section-title__decor{display:none}}.section-title__plus{z-index:2;background:#fff;width:2.5rem;height:2.5rem;position:absolute}.section-title__plus:before,.section-title__plus:after{content:"";background:var(--border-orange);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.section-title__plus:before{width:.625rem;height:.0625rem}@media (width>=1180px){.section-title__plus:before{width:.75rem;height:.125rem}}.section-title__plus:after{width:.0625rem;height:.625rem}@media (width>=1180px){.section-title__plus:after{width:.125rem;height:.75rem}}.section-title__plus--first{display:none;left:calc(14.2857% - 2.14286rem)}@media (width>=1180px){.section-title__plus--first{display:block}}.section-title__plus--second{display:none;left:calc(42.8571% - 1.42857rem)}@media (width>=1180px){.section-title__plus--second{display:block}}.section-title__plus--third{right:0}@media (width>=1180px){.section-title__plus--third{left:calc(71.4286% - .714287rem);right:unset}}.grid-3x2{grid-template-columns:repeat(2,1fr);gap:2.5rem 1.25rem;padding-bottom:2.5rem;display:grid}@media (width>=1180px){.grid-3x2{grid-template-rows:repeat(2,auto);grid-template-columns:repeat(6,1fr);column-gap:2.5rem}}.grid-3x2__item{align-content:start;width:100%;height:100%;position:relative}@media (width>=1180px){.grid-3x2__item{aspect-ratio:16/10;align-content:end;min-height:12.5rem;padding:.5rem}}.grid-3x2__item--0{grid-row:1}@media (width>=1180px){.grid-3x2__item--0{grid-column:1/3}}.grid-3x2__item--1{grid-row:1}@media (width>=1180px){.grid-3x2__item--1{grid-column:3/5}}.grid-3x2__item--2{grid-row:2}@media (width>=1180px){.grid-3x2__item--2{grid-column:3/5}}.grid-3x2__item--3{grid-row:2}@media (width>=1180px){.grid-3x2__item--3{grid-column:5/7}}.grid-3x2__line{background-color:var(--border-gray);z-index:2;position:absolute;inset:0}.grid-3x2__line--top{top:-1.25rem;bottom:unset;height:.0625rem}@media (width>=1180px){.grid-3x2__line--top{display:block;top:-1.25rem}}.grid-3x2__item--2 .grid-3x2__line--top{display:block}@media (width>=1180px){.grid-3x2__item--2 .grid-3x2__line--top{display:none}}.grid-3x2__line--bottom{bottom:-.625rem;top:unset;height:.0625rem;display:none}@media (width>=1180px){.grid-3x2__line--bottom{display:block;bottom:-1.25rem}}.grid-3x2__line--left{left:-.625rem;right:unset;width:.0625rem}@media (width>=1180px){.grid-3x2__line--left{display:block;left:-1.25rem}}.grid-3x2__item--0 .grid-3x2__line--left,.grid-3x2__item--2 .grid-3x2__line--left{display:none}@media (width>=1180px){.grid-3x2__item--0 .grid-3x2__line--left,.grid-3x2__item--2 .grid-3x2__line--left{display:block}}.grid-3x2__line--right{right:-.625rem;left:unset;width:.0625rem;display:none}@media (width>=1180px){.grid-3x2__line--right{display:block;right:-1.25rem}.grid-3x2__item--1 .grid-3x2__line--right{display:block}}.grid-3x2__plus{z-index:2;background:#fff;width:1.25rem;height:1.25rem;display:none;position:absolute}@media (width>=1180px){.grid-3x2__plus{width:2.5rem;height:2.5rem}}.grid-3x2__plus:before,.grid-3x2__plus:after{content:"";background:var(--border-orange);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.grid-3x2__plus:before{width:.625rem;height:.0625rem}@media (width>=1180px){.grid-3x2__plus:before{width:.75rem;height:.125rem}}.grid-3x2__plus:after{width:.0625rem;height:.625rem}@media (width>=1180px){.grid-3x2__plus:after{width:.125rem;height:.75rem}}.grid-3x2__plus--tl{top:-1.875rem;left:-1.25rem}.grid-3x2__item--1 .grid-3x2__plus--tl,.grid-3x2__item--3 .grid-3x2__plus--tl{display:block}@media (width>=1180px){.grid-3x2__plus--tl{display:block;top:-2.5rem;left:-2.5rem}}.grid-3x2__plus--tr{top:-1.875rem;right:-1.25rem}.grid-3x2__item--0 .grid-3x2__plus--tr,.grid-3x2__item--2 .grid-3x2__plus--tr{display:block}@media (width>=1180px){.grid-3x2__plus--tr{display:block;top:-2.5rem;right:-2.5rem}.grid-3x2__item--3 .grid-3x2__plus--tr{display:none}}.grid-3x2__plus--bl{bottom:-1.875rem;left:-1.25rem}.grid-3x2__item--1 .grid-3x2__plus--bl{display:block}@media (width>=1180px){.grid-3x2__plus--bl{display:block;bottom:-2.5rem;left:-2.5rem}}.grid-3x2__plus--br{bottom:-1.875rem;right:-1.25rem}.grid-3x2__item--0 .grid-3x2__plus--br{display:block}@media (width>=1180px){.grid-3x2__plus--br{display:block;bottom:-2.5rem;right:-2.5rem}.grid-3x2__item--3 .grid-3x2__plus--br{display:none}}.grid-3x2__value{margin:0;font-size:2.25rem;font-weight:400;line-height:100%}@media (width>=1180px){.grid-3x2__value{font-size:2.875rem}}.grid-3x2__value{color:var(--text-primary)}.grid-3x2__label{margin:0;font-size:.875rem;font-weight:400;line-height:120%}@media (width>=1180px){.grid-3x2__label{font-size:1rem}}.grid-3x2__label{color:var(--text-secondary);padding-top:.25rem}.cross-banner{position:relative}.cross-banner__line{background-color:var(--border-gray);z-index:2;position:absolute;inset:0}.cross-banner__line--top{top:-1.25rem;bottom:unset;height:.0625rem}.cross-banner__line--bottom{bottom:-1.25rem;top:unset;height:.0625rem}.cross-banner__line--left{left:-1.25rem;right:unset;width:.0625rem}.cross-banner__line--right{right:-1.25rem;left:unset;width:.0625rem}.cross-banner__plus{z-index:2;background:#fff;width:1.25rem;height:1.25rem;position:absolute}@media (width>=1180px){.cross-banner__plus{width:2.5rem;height:2.5rem}}.cross-banner__plus:before,.cross-banner__plus:after{content:"";background:var(--border-orange);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cross-banner__plus:before{width:.625rem;height:.0625rem}@media (width>=1180px){.cross-banner__plus:before{width:.75rem;height:.125rem}}.cross-banner__plus:after{width:.0625rem;height:.625rem}@media (width>=1180px){.cross-banner__plus:after{width:.125rem;height:.75rem}.cross-banner__plus--tl{top:-2.5rem;left:-2.5rem}}.cross-banner__plus--tc{top:-1.875rem;left:50%;transform:translate(-50%)}@media (width>=1180px){.cross-banner__plus--tc{top:-2.5rem}.cross-banner__plus--tr{top:-2.5rem;right:-2.5rem}.cross-banner__plus--bl{bottom:-2.5rem;left:-2.5rem}}.cross-banner__plus--bc{bottom:-1.875rem;left:50%;transform:translate(-50%)}@media (width>=1180px){.cross-banner__plus--bc{bottom:-2.5rem}.cross-banner__plus--br{bottom:-2.5rem;right:-2.5rem}}.cross-banner__plus--tl,.cross-banner__plus--tr,.cross-banner__plus--bl,.cross-banner__plus--br{display:none}@media (width>=1180px){.cross-banner__plus--tl,.cross-banner__plus--tr,.cross-banner__plus--bl,.cross-banner__plus--br{display:block}}.cross-banner--first{padding-bottom:1.25rem}@media (width>=1180px){.cross-banner--first{padding-bottom:0}}.cross-banner--first .cross-banner__plus--tl,.cross-banner--first .cross-banner__plus--bl,.cross-banner--first .cross-banner__line--bottom,.cross-banner--first .cross-banner__plus--bc{display:none}@media (width>=1180px){.cross-banner--first .cross-banner__line--bottom,.cross-banner--first .cross-banner__plus--bc{display:block}}.cross-banner--last .cross-banner__plus--tr,.cross-banner--last .cross-banner__plus--br,.cross-banner--last .cross-banner__line--top,.cross-banner--last .cross-banner__plus--tc{display:none}@media (width>=1180px){.cross-banner--last .cross-banner__line--top,.cross-banner--last .cross-banner__plus--tc{display:block}}.cross-cards-lg{grid-template-columns:repeat(2,1fr);gap:2.5rem 1.25rem;padding-bottom:2.5rem;display:grid}@media (width>=1180px){.cross-cards-lg{grid-template-columns:repeat(6,1fr);column-gap:2.5rem}}.cross-cards-lg--no-interactive{padding-bottom:0}@media (width>=1180px){.cross-cards-lg--no-interactive{padding-bottom:2.5rem}}.cross-cards-lg--no-title{margin-top:-5.5rem}@media (width>=1180px){.cross-cards-lg--no-title{margin-top:-7.5rem}}.cross-cards-lg__item{grid-area:auto/span 2;width:100%;padding:.5rem 0;position:relative}@media (width>=1180px){.cross-cards-lg__item{padding:0}}a .cross-cards-lg__item--large,a .cross-cards-lg__item--banner{cursor:pointer}@media (width>=1180px){.cross-cards-lg__item--large,.cross-cards-lg__item--banner{aspect-ratio:680/300;grid-column:span 4}}.cross-cards-lg__item--banner{aspect-ratio:unset}.cross-cards-lg__item--icon{cursor:default;display:none}@media (width>=1180px){.cross-cards-lg__item--icon{aspect-ratio:320/300;grid-column:span 2;display:block}}a .cross-cards-lg__item--default{cursor:pointer}@media (width>=1180px){.cross-cards-lg__item--default{aspect-ratio:320/300;grid-column:span 2}}@media (hover:hover){.cross-cards-lg__item--interactive:hover .cross-cards-lg__line{background-color:var(--border-orange);z-index:10}.cross-cards-lg__item--interactive:hover .cross-cards-lg__plus{z-index:10}.cross-cards-lg__item--interactive:hover .cross-cards-lg__plus:after,.cross-cards-lg__item--interactive:hover .cross-cards-lg__plus:before{background-color:var(--border-orange)}}.cross-cards-lg__item--interactive:last-child .cross-cards-lg__line--bottom{display:block}.cross-cards-lg__item--no-interactive:last-child .cross-cards-lg__plus--bc{display:none}@media (width>=1180px){.cross-cards-lg [class*=cross-cards-lg__item--row-]{grid-row:var(--row)}}.cross-cards-lg__line{background-color:var(--border-light-gray);z-index:2;transition:background-color .3s;position:absolute;inset:0}.cross-cards-lg__line--top{top:-1.25rem;bottom:unset;height:.0625rem}.cross-cards-lg--no-title .cross-cards-lg__line--top{display:none}@media (width>=1180px){.cross-cards-lg--no-title .cross-cards-lg__line--top{display:block}}.cross-cards-lg__line--bottom{bottom:-1.25rem;top:unset;height:.0625rem;display:none}@media (width>=1180px){.cross-cards-lg__line--bottom{display:block}}.cross-cards-lg__line--left{display:none}@media (width>=1180px){.cross-cards-lg__line--left{width:.0625rem;left:-1.25rem;right:unset;display:block}}.cross-cards-lg__line--right{display:none}@media (width>=1180px){.cross-cards-lg__line--right{width:.0625rem;left:unset;display:block;right:-1.25rem}}.cross-cards-lg__plus{z-index:2;background:#fff;width:1.25rem;height:1.25rem;display:none;position:absolute}@media (width>=1180px){.cross-cards-lg__plus{width:2.5rem;height:2.5rem}}.cross-cards-lg__plus:before,.cross-cards-lg__plus:after{content:"";background-color:var(--border-orange);transition:background-color .3s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (width>=1180px){.cross-cards-lg__plus:before,.cross-cards-lg__plus:after{background-color:var(--border-light-gray)}.cross-cards-lg__item--no-interactive .cross-cards-lg__plus:before,.cross-cards-lg__item--no-interactive .cross-cards-lg__plus:after{background-color:var(--border-orange)}}.cross-cards-lg__plus:before{width:.625rem;height:.0625rem}@media (width>=1180px){.cross-cards-lg__plus:before{width:.75rem;height:.125rem}}.cross-cards-lg__plus:after{width:.0625rem;height:.625rem}@media (width>=1180px){.cross-cards-lg__plus:after{width:.125rem;height:.75rem}}.cross-cards-lg__plus--tl{top:-1.875rem;left:-1.25rem}@media (width>=1180px){.cross-cards-lg__plus--tl{display:block;top:-2.5rem;left:-2.5rem}}.cross-cards-lg__plus--tc{display:block;top:-1.875rem;left:50%;transform:translate(-50%)}@media (width>=1180px){.cross-cards-lg__plus--tc{display:none;top:-2.5rem}.cross-cards-lg__item--large .cross-cards-lg__plus--tc{display:block}}.cross-cards-lg--no-title .cross-cards-lg__plus--tc{display:none}@media (width>=1180px){.cross-cards-lg--no-title .cross-cards-lg__item--large .cross-cards-lg__plus--tc,.cross-cards-lg--no-title .cross-cards-lg__item--banner .cross-cards-lg__plus--tc{display:block}}.cross-cards-lg__plus--tr{top:-1.875rem;right:-1.25rem}@media (width>=1180px){.cross-cards-lg__plus--tr{display:block;top:-2.5rem;right:-2.5rem}}.cross-cards-lg__plus--bl{bottom:-1.875rem;left:-1.25rem}@media (width>=1180px){.cross-cards-lg__plus--bl{display:block;bottom:-2.5rem;left:-2.5rem}}.cross-cards-lg__plus--bc{display:block;bottom:-1.875rem;left:50%;transform:translate(-50%)}@media (width>=1180px){.cross-cards-lg__plus--bc{display:none;bottom:-2.5rem}.cross-cards-lg__item--large .cross-cards-lg__plus--bc,.cross-cards-lg__item--banner .cross-cards-lg__plus--bc{display:block}}.cross-cards-lg__plus--br{bottom:-1.875rem;right:-1.25rem}@media (width>=1180px){.cross-cards-lg__plus--br{display:block;bottom:-2.5rem;right:-2.5rem}}.card-cross__line{z-index:2;background-color:var(--border-gray);pointer-events:none;display:none;position:absolute}.card-cross__line--top{height:.0625rem;top:-1.25rem;left:0;right:0}.card-cross__line--bottom{height:.0625rem;bottom:-1.25rem;left:0;right:0}.card-cross__line--left{width:.0625rem;top:0;bottom:0;left:-1.25rem}.card-cross__line--right{width:.0625rem;top:0;bottom:0;right:-1.25rem}.card-cross__plus{z-index:3;background-color:var(--background-primary);pointer-events:none;width:1.25rem;height:1.25rem;display:none;position:absolute}@media (width>=1180px){.card-cross__plus{width:2.5rem;height:2.5rem}}.card-cross__plus:before,.card-cross__plus:after{content:"";background-color:var(--border-orange);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.card-cross__plus:before{width:.625rem;height:.0625rem}@media (width>=1180px){.card-cross__plus:before{width:.75rem;height:.125rem}}.card-cross__plus:after{width:.0625rem;height:.625rem}@media (width>=1180px){.card-cross__plus:after{width:.125rem;height:.75rem}}.card-cross__plus--tl{top:-2.5rem;left:-2.5rem}.card-cross__plus--tr{top:-2.5rem;right:-2.5rem}.card-cross__plus--bl{bottom:-2.5rem;left:-2.5rem}.card-cross__plus--br{bottom:-2.5rem;right:-2.5rem}.card-cross__plus--bc{bottom:-1.875rem;left:50%;transform:translate(-50%)}.wpcf7{--wpcf7-checkbox-bg:var(--background-surface-1)}.wpcf7-form-control-wrap{width:100%}.wpcf7-response-output,.wpcf7-not-valid-tip{display:none}.wpcf7-list-item-label{min-height:1rem;color:var(--text-secondary);margin:0;font-size:.75rem;font-weight:400;line-height:108%}.wpcf7-list-item-label.has-error{color:var(--text-error)}.wpcf7-list-item-label a{text-decoration:underline}.wpcf7-form-control-wrap[data-name=form-acceptance] .wpcf7-list-item{margin:0}.wpcf7-form-control-wrap[data-name=form-acceptance] label{cursor:pointer;align-items:flex-start;gap:.5rem;display:flex}.wpcf7-form-control-wrap[data-name=form-acceptance] input[type=checkbox]{appearance:none;background-color:var(--wpcf7-checkbox-bg);cursor:pointer;border-radius:.25rem;flex-shrink:0;width:1rem;min-width:1rem;height:1rem;transition:background-color .3s;position:relative}.wpcf7-form-control-wrap[data-name=form-acceptance] input[type=checkbox]:checked{background-color:var(--background-surface-2)}.wpcf7-form-control-wrap[data-name=form-acceptance] input[type=checkbox]:checked~.wpcf7-list-item-label{color:var(--text-primary)}.wpcf7-form-control-wrap[data-name=form-acceptance] input[type=checkbox]:checked:after{content:"";background-color:var(--icons-inverted);position:absolute;inset:0;-webkit-mask-image:url(/wp-content/themes/alliance-altyn/assets/images/icons/check.svg);mask-image:url(/wp-content/themes/alliance-altyn/assets/images/icons/check.svg);-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:1rem;mask-size:1rem;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}@media (hover:hover){.wpcf7-form-control-wrap[data-name=form-acceptance] input[type=checkbox]:hover{background-color:var(--background-surface-2)}}.form-request__title{margin:0;font-size:1.375rem;font-weight:400;line-height:112%}@media (width>=1180px){.form-request__title{font-size:1.5rem}}.form-request__title{color:var(--text-primary)}.form-request__wrapper{flex-direction:column;gap:1.5rem;display:flex;position:relative}.form-request__wrapper.is-loading{pointer-events:none}.form-request__wrapper.is-loading>*{opacity:.35;transition:opacity .3s}.form-request__wrapper.is-loading:after{content:"";z-index:3;border:.25rem solid var(--border-light-gray);border-top-color:var(--border-orange);border-radius:50%;width:2.75rem;height:2.75rem;animation:.75s linear infinite form-request-loader-spin;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.form-request__form{flex-direction:column;gap:.75rem;display:flex}.form-request__input,.form-request__textarea{margin:0;font-size:.9375rem;font-weight:400;line-height:112%}@media (width>=1180px){.form-request__input,.form-request__textarea{font-size:1rem}}.form-request__input,.form-request__textarea{background-color:var(--background-surface-1);color:var(--text-primary);resize:none;border-radius:.75rem;width:100%;padding:.8125rem 1rem;display:block}.form-request__input::placeholder,.form-request__textarea::placeholder{color:var(--text-secondary);transition:color .3s}.form-request__input:hover::placeholder,.form-request__textarea:hover::placeholder{color:var(--text-primary)}.form-request__input.has-error,.form-request__textarea.has-error,.form-request__input.has-error::placeholder,.form-request__textarea.has-error::placeholder{color:var(--text-error)}.form-request__input:disabled::placeholder,.form-request__textarea:disabled::placeholder{color:var(--text-tertiary)}.form-request__input{height:2.75rem}.form-request__textarea{height:8.5rem;overflow-y:auto}.form-request__file{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;inset:0}.form-request__file-wrap{background-color:var(--background-surface-1);cursor:pointer;border-radius:.75rem;align-items:center;gap:.75rem;padding:1rem;display:flex;position:relative;overflow:hidden}.form-request__file-wrap:before{content:"";background-color:var(--icons-secondary);width:1.25rem;height:1.25rem;-webkit-mask:url(/wp-content/themes/alliance-altyn/assets/images/icons/file.svg) 50%/contain no-repeat;mask:url(/wp-content/themes/alliance-altyn/assets/images/icons/file.svg) 50%/contain no-repeat}.form-request__file-wrap .wpcf7-form-control-wrap[data-name=form-file]{background:0 0;border-radius:0;padding:0;display:block;position:absolute;inset:0}.form-request__file-wrap .wpcf7-form-control-wrap[data-name=form-file]:before,.form-request__file-wrap .wpcf7-form-control-wrap[data-name=form-file]:after{content:none}.form-request__file-wrap:hover .form-request__file-title,.form-request__file-wrap:hover .form-request__file-subtitle{color:var(--text-primary)}.form-request__file-text{flex-direction:column;gap:.25rem;display:flex}.form-request__file-title{margin:0;font-size:.875rem;font-weight:400;line-height:120%}@media (width>=1180px){.form-request__file-title{font-size:1rem}}.form-request__file-title{color:var(--text-secondary);transition:color .3s}.form-request__file-subtitle{color:var(--text-secondary);margin:0;font-size:.75rem;font-weight:400;line-height:108%;transition:color .3s}.form-request__file-list{flex-wrap:wrap;gap:.5rem;display:flex}.form-request__file-item{background-color:var(--background-surface-1);width:100%;color:var(--text-secondary);border-radius:.5rem;align-items:center;gap:.75rem;margin:0;padding:.375rem 1rem;font-size:.75rem;font-weight:400;line-height:108%;display:flex}@media (width>=1180px){.form-request__file-item{width:fit-content;padding:.375rem .5rem}}.form-request__file-item:before{content:"";background:url(/wp-content/themes/alliance-altyn/assets/images/icons/file-item.svg) 50%/contain no-repeat;flex-shrink:0;width:1.25rem;height:1.25rem}.form-request__file-name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.form-request__file-remove{width:1rem;height:1rem;color:var(--icons-secondary);background-color:#0000;flex-shrink:0;margin-left:auto;position:relative}.form-request__file-remove:before,.form-request__file-remove:after{content:"";background-color:currentColor;width:.4375rem;height:.0625rem;position:absolute;top:50%;left:50%}.form-request__file-remove:before{transform:translate(-50%,-50%)rotate(45deg)}.form-request__file-remove:after{transform:translate(-50%,-50%)rotate(-45deg)}.form-request__helper{color:var(--text-error);margin:-.5rem 0 0;font-size:.75rem;font-weight:400;line-height:108%}.form-request__btn{width:fit-content;margin-top:1.75rem}.form-request__popup{z-index:5000;background-color:var(--background-blur);opacity:0;visibility:hidden;pointer-events:none;justify-content:center;align-items:center;padding:1.25rem;transition:opacity .3s,visibility .3s;display:flex;position:fixed;inset:0}.form-request__popup.is-visible{opacity:1;visibility:visible;pointer-events:auto}.form-request__popup.is-success .form-request__popup-text--success{display:block}.form-request__popup.is-success .form-request__popup-button--success{display:flex}.form-request__popup.is-success .form-request__popup-icon{background-color:#00a53d}.form-request__popup.is-success .form-request__popup-icon-svg--check,.form-request__popup.is-error .form-request__popup-text--error{display:block}.form-request__popup.is-error .form-request__popup-button--error{display:flex}.form-request__popup.is-error .form-request__popup-icon{background-color:var(--text-error)}.form-request__popup.is-error .form-request__popup-icon-svg--close{display:block}.form-request__popup-wrapper{aspect-ratio:335/315;background-color:var(--background-primary);border-radius:1.5rem;flex-direction:column;align-items:center;max-width:28.75rem;padding:1.25rem 1.25rem 2.5rem;display:flex}@media (width>=1180px){.form-request__popup-wrapper{aspect-ratio:460/298}}.form-request__popup-close{margin-left:auto}.form-request__popup-close .icon{width:1rem;height:1rem}.form-request__popup-icon{border-radius:50%;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;margin-top:.75rem;display:flex;position:relative}.form-request__popup-icon-svg{width:1.5rem;height:1.5rem;color:var(--icons-inverted);display:none}.form-request__popup-text{margin:0;font-size:1.375rem;font-weight:400;line-height:112%}@media (width>=1180px){.form-request__popup-text{font-size:1.5rem}}.form-request__popup-text{color:var(--text-primary);text-align:center;margin-top:1.75rem;display:none}.form-request__popup-button{margin-top:auto;display:none}@keyframes form-request-loader-spin{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}.iti{width:100%;position:relative}.iti__flag-container:hover .iti__selected-flag{background-color:#0000!important}.iti__input{padding-left:7.5rem!important}@media (width>=1180px){.iti__input{padding-left:8.25rem!important}}.iti__list{gap:1rem;padding-right:.5rem}.iti__list .iti__flag{flex-shrink:0;width:1.25rem}.iti__list .iti__country{cursor:pointer;align-items:center;gap:.5rem;padding:0;display:flex}.iti__list .iti__country.is-active .iti__country-name{color:var(--text-primary)}.iti__list .iti__country.is-active .iti__code{color:var(--text-secondary)}.iti__list .iti__country:nth-child(2){border-bottom:1px solid var(--border-gray);padding-bottom:1rem}.iti__list .iti__country-name{margin:0;font-size:.9375rem;font-weight:400;line-height:112%}@media (width>=1180px){.iti__list .iti__country-name{font-size:1rem}}.iti__list .iti__country-name{color:var(--text-secondary);margin-right:0}.iti__list .iti__code{margin:0;font-size:.9375rem;font-weight:400;line-height:112%}@media (width>=1180px){.iti__list .iti__code{font-size:1rem}}.iti__list .iti__code{color:var(--text-tertiary)}.iti .iti__selected-flag{justify-content:space-between;align-items:center;gap:.5rem;min-width:6.5rem;max-width:6.5rem;padding:0 0 0 1rem;display:flex}@media (width>=1180px){.iti .iti__selected-flag{gap:.75rem;min-width:7.5rem;max-width:7.5rem}}.iti .iti__selected-flag:after{content:"";background-color:var(--border-gray);width:1px;height:1rem}.iti .iti__selected-code{margin:0;font-size:.9375rem;font-weight:400;line-height:112%}@media (width>=1180px){.iti .iti__selected-code{font-size:1rem}}.iti .iti__selected-code{color:var(--text-secondary)}.iti .iti__arrow{background-color:var(--icons-primary);width:.625rem;height:.625rem;margin-left:0;transition:transform .3s;transform:rotate(90deg);-webkit-mask-image:url(/wp-content/themes/alliance-altyn/assets/images/icons/arrow.svg);mask-image:url(/wp-content/themes/alliance-altyn/assets/images/icons/arrow.svg);-webkit-mask-position:50%;mask-position:50%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.iti .iti__arrow--up{transform:rotate(-90deg)}.iti__dropdown .select__dropdown{scrollbar-width:thin;scrollbar-color:var(--border-gray) transparent;width:20rem;height:15rem;overflow-y:auto}.iti__dropdown .select__dropdown::-webkit-scrollbar{width:.25rem}.iti__dropdown .select__dropdown::-webkit-scrollbar-track{background:0 0}.iti__dropdown .select__dropdown::-webkit-scrollbar-thumb{background-color:var(--border-gray);border-radius:.625rem}.form-subscribe{--wpcf7-checkbox-bg:var(--background-primary);height:100%}.form-subscribe__wrapper{height:100%;padding-top:1.25rem}.form-subscribe__subscribe{background-color:var(--background-surface-1);border-radius:2rem;flex-direction:column;justify-content:center;align-items:flex-start;row-gap:.75rem;height:100%;padding:1.5rem;display:flex}@media (width>=1180px){.form-subscribe__subscribe{border-radius:3.75rem;row-gap:1rem;padding:2.5rem}}.form-subscribe__subscribe.is-sent{display:none}.form-subscribe__thanks .form-subscribe__header{flex-direction:column;justify-content:space-between;align-items:flex-start;row-gap:1rem;display:flex}.form-subscribe__body{flex-flow:column;justify-content:space-between;align-items:flex-start;row-gap:1.5rem;width:100%;display:flex}@media (width>=1180px){.form-subscribe__body{flex-direction:row;align-items:stretch;column-gap:1rem}}.form-subscribe__label{text-transform:uppercase;color:var(--text-accent);margin:0;font-size:.75rem;font-weight:500;line-height:100%}.form-subscribe__title{margin:0;font-size:1.375rem;font-weight:400;line-height:112%}@media (width>=1180px){.form-subscribe__title{font-size:1.5rem}}.form-subscribe__title{color:var(--text-primary);width:100%}@media (width>=1180px){.form-subscribe__title{width:33%}.form-subscribe__thanks .form-subscribe__title{width:45%}}.form-subscribe__form{flex-direction:column;align-items:flex-start;row-gap:1rem;display:flex}.form-subscribe__input{background-color:var(--background-primary);color:var(--text-primary);border-radius:.75rem;width:100%;height:3.125rem;padding:1rem}.form-subscribe__input::placeholder{color:var(--text-secondary)}.form-subscribe__input.has-error,.form-subscribe__input.has-error::placeholder{color:var(--text-error)}.form-subscribe__helper{color:var(--text-error);margin:-.75rem 0 0;font-size:.75rem;font-weight:400;line-height:108%;display:block}.form-subscribe__btn{align-self:start;width:100%;height:3.125rem}@media (width>=1180px){.form-subscribe__btn{width:fit-content}}.form-subscribe__thanks{background-color:var(--background-surface-1);border-radius:2rem;flex-direction:column;justify-content:space-between;align-items:flex-start;row-gap:3.3125rem;height:100%;padding:1.5rem;display:none}.form-subscribe__thanks.is-visible{display:flex}@media (width>=1180px){.form-subscribe__thanks{border-radius:3.75rem;flex-direction:row;align-items:center;padding:2.5rem}}.form-subscribe__image{max-width:7.5rem}.card{flex-direction:column;align-items:stretch;width:100%;height:100%;display:flex}@media (hover:hover){.card:hover .card__link.icon-button--no-back-black{background-color:var(--button-inverted-hover);color:var(--icons-inverted)}.card:hover .card__button:after{transform:scaleX(1)}}.card:active .card__link.icon-button--no-back-black{background-color:var(--button-inverted-pressed);color:var(--icons-inverted)}@media (width>=1180px){.card{flex-flow:row;justify-content:space-between;column-gap:2.5rem;height:100%}}.card--has-background{background:url(/wp-content/themes/alliance-altyn/assets/images/vacancy-widget.png) 50%/150% no-repeat;border-radius:1.5rem;padding:1.25rem}.card__item--icon .card{padding:2.6875rem 4rem 4.0625rem}.card__text{flex-direction:column;align-items:flex-start;row-gap:.5rem;width:100%;display:flex}@media (width>=1180px){.card__text{row-gap:1rem;width:50%}}.card--icon .card__text{display:none}.card--default .card__text{width:100%}.card__title{margin:0;font-size:1.375rem;font-weight:400;line-height:112%}@media (width>=1180px){.card__title{font-size:1.5rem}}.card__title{color:var(--text-primary)}.card__button{margin-top:2.9375rem}.card__description{margin:0;font-size:.875rem;font-weight:400;line-height:120%}@media (width>=1180px){.card__description{font-size:1rem}}.card__description{color:var(--text-secondary);flex-direction:column;justify-content:flex-start;row-gap:1.4375rem;height:100%;display:flex}.card__description p:first-child{min-height:40%}.card__description blockquote{text-transform:uppercase;color:var(--text-accent);margin:0 0 -.4375rem;font-size:.75rem;font-weight:500;line-height:100%}.card__link{align-self:flex-end;margin-top:auto}.card--icon .card__link,.card__link--desktop{display:none}@media (width>=1180px){.card__link--desktop{display:flex}}.card__link--mobile{margin-top:.75rem;display:flex}@media (width>=1180px){.card__link--mobile{display:none}}.card__image{width:100%;height:10rem;padding-top:1.25rem}@media (width>=1180px){.card__image{width:50%;height:100%;padding-top:0}}.card__image img{object-fit:cover;object-position:top;width:100%;height:100%}.card--icon .card__image{width:100%}.card-without-title{aspect-ratio:335/168;flex-direction:column;justify-content:space-between;width:100%;height:100%;padding:.5rem;display:flex;position:relative}@media (width>=1180px){.card-without-title{aspect-ratio:unset}}.card-without-title--banner{aspect-ratio:unset}.card-without-title__text{flex-direction:column;align-items:flex-start;row-gap:.5rem;display:flex}.card-without-title__title{margin:0;font-size:1.625rem;font-weight:400;line-height:108%}@media (width>=1180px){.card-without-title__title{font-size:2.375rem}}.card-without-title__title{color:var(--text-primary)}.card-without-title__description{margin:0;font-size:.875rem;font-weight:400;line-height:120%}@media (width>=1180px){.card-without-title__description{font-size:1rem}}.card-without-title__description{color:var(--text-secondary)}.card-without-title__image{align-self:flex-end;height:43%}.card-without-title__image img{aspect-ratio:104/72;object-fit:cover;border-radius:1.5rem;width:auto;height:100%}@media (width>=1180px){.card-without-title__image img{aspect-ratio:140/92;border-radius:1.875rem;height:35%;position:absolute;bottom:.5rem;right:.5rem}}.news-featured__wrapper{display:none}@media (width>=1180px){.news-featured__wrapper{grid-template-columns:repeat(8,1fr);gap:2.5rem;display:grid}}@media (hover:hover){.news-featured__wrapper:hover .news-featured__more:after{transform:scaleX(1)}}.news-featured__image{aspect-ratio:860/414;grid-column:1/6}.news-featured__image img{object-fit:cover;border-radius:1.5rem;width:100%;height:100%}.news-featured__content{flex-direction:column;grid-column:6/9;display:flex}.news-featured__meta{gap:.25rem;display:flex}.news-featured__title{margin:0;font-size:1.375rem;font-weight:400;line-height:112%}@media (width>=1180px){.news-featured__title{font-size:1.5rem}}.news-featured__title{-webkit-line-clamp:4;color:var(--text-primary);-webkit-box-orient:vertical;margin-top:1.25rem;display:-webkit-box;overflow:hidden}.news-featured__description{margin:0;font-size:.875rem;font-weight:400;line-height:120%}@media (width>=1180px){.news-featured__description{font-size:1rem}}.news-featured__description{color:var(--text-secondary);-webkit-line-clamp:7;-webkit-box-orient:vertical;margin-top:.75rem;display:-webkit-box;overflow:hidden}.news-featured__more{width:fit-content;margin-top:auto}.news-card__wrapper{aspect-ratio:335/356;flex-direction:column;display:flex;position:relative}@media (width>=1180px){.news-card__wrapper{aspect-ratio:320/398}}@media (hover:hover){.news-card__wrapper:hover .news-card__more:after{transform:scaleX(1)}}.news-card__image{aspect-ratio:335/200}@media (width>=1180px){.news-card__image{aspect-ratio:320/200}}.news-card__image img{object-fit:cover;border-radius:1.5rem;width:100%;height:100%}.news-card__meta{gap:.25rem;margin-top:1rem;display:flex}@media (width>=1180px){.news-card__meta{margin-top:1.25rem}}.news-card__title{margin:0;font-size:.875rem;font-weight:500;line-height:120%}@media (width>=1180px){.news-card__title{font-size:1rem}}.news-card__title{-webkit-line-clamp:3;color:var(--text-primary);-webkit-box-orient:vertical;margin-top:1.25rem;display:-webkit-box;overflow:hidden}@media (width>=1180px){.news-card__title{margin-top:1.5rem}}.news-card__more{width:fit-content;margin-top:auto}.news-list__cards .card-cross__line--bottom,.news-list__cards .card-cross__plus--bc{display:block}.news-list__cards .news-card__wrapper:last-child .card-cross__line--bottom,.news-list__cards .news-card__wrapper:last-child .card-cross__plus--bc{display:none}@media (width>=1180px){.news-list__cards .card-cross__line,.news-list__cards .card-cross__plus--tl,.news-list__cards .card-cross__plus--tr,.news-list__cards .card-cross__plus--bl,.news-list__cards .card-cross__plus--br{display:block}.news-list__cards .card-cross__plus--bc{display:none}.news-list__cards .news-card__wrapper:last-child .card-cross__line--bottom{display:block}.news-list__cards .news-card__wrapper .card-cross__line--left,.news-list__cards .news-card__wrapper .card-cross__plus--tl,.news-list__cards .news-card__wrapper .card-cross__plus--bl,.news-list__cards .news-card__wrapper:nth-child(4n) .card-cross__line--right,.news-list__cards .news-card__wrapper:nth-child(4n) .card-cross__plus--tr,.news-list__cards .news-card__wrapper:nth-child(4n) .card-cross__plus--br,.news-list__cards .news-card__wrapper:nth-child(n+5) .card-cross__line--top,.news-list__cards .news-card__wrapper:nth-child(n+5) .card-cross__plus--tl,.news-list__cards .news-card__wrapper:nth-child(n+5) .card-cross__plus--tr{display:none}.news-related__slide .card-cross__line--right{display:block}.news-related__slide:nth-child(4n) .card-cross__line--right{display:none}}.tender-card__wrapper{background-color:var(--background-surface-1);cursor:pointer;border-radius:1.5rem;flex-direction:column;gap:1.5rem;padding:1.25rem 1.25rem 2rem;display:flex;position:relative}@media (width>=1180px){.tender-card__wrapper{width:auto;height:32.375rem;padding:1.25rem 1.25rem 2.5rem}}@media (hover:hover){.tender-card__wrapper:hover .tender-card__venue-link:after{transform:scaleX(1)}.tender-card__wrapper:hover .tender-card__arrow{background-color:var(--button-inverted-hover);color:var(--icons-inverted)}}.tender-card__overlay{z-index:1;border-radius:inherit;display:none;position:absolute;inset:0}@media (width>=1180px){.tender-card__overlay{display:block}}.tender-card__header{z-index:2;pointer-events:none;flex-direction:column;gap:.5rem;display:flex;position:relative}@media (width>=1180px){.tender-card__header{flex-direction:row;align-items:center;gap:.75rem}}.tender-card__status{text-transform:uppercase;color:var(--text-inverted);border-radius:2.5rem;justify-content:center;align-items:center;width:fit-content;margin:0;padding:.4375rem .75rem;font-size:.75rem;font-weight:500;line-height:100%;display:flex}.tender-card__status-reception{background-color:var(--base-green)}.tender-card__status-consideration{background-color:var(--background-surface-3)}.tender-card__status-cancelled{background-color:var(--text-secondary)}.tender-card__status-completed{background-color:var(--border-dark-gray)}.tender-card__warning{align-items:center;gap:.25rem;display:flex}.tender-card__warning-icon{color:var(--icons-error)}.tender-card__warning-text{color:var(--text-error);margin:0;font-size:.75rem;font-weight:400;line-height:108%}.tender-card__links{gap:.5rem;display:flex}@media (width>=1180px){.tender-card__links{margin-left:auto}}.tender-card__venue-link{pointer-events:auto}.tender-card__arrow{pointer-events:none;display:none}@media (width>=1180px){.tender-card__arrow{display:flex}}.tender-card__title{-webkit-line-clamp:4;color:var(--text-primary);-webkit-box-orient:vertical;margin:0;font-size:1.25rem;font-weight:400;line-height:112%;display:-webkit-box;overflow:hidden}.tender-card__grid{flex-direction:column;gap:1rem;margin-top:auto;display:flex}@media (width>=1180px){.tender-card__grid{grid-template-columns:repeat(4,1fr);gap:1.25rem 2.5rem;display:grid}}.tender-card__grid-item{flex-direction:column;gap:.5rem;display:flex}@media (width>=1180px){.tender-card__grid-item:nth-child(odd of .tender-card__grid-item){grid-column:1/3}.tender-card__grid-item:nth-child(2n of .tender-card__grid-item){grid-column:3/5}}.tender-card__grid-label{color:var(--text-secondary);margin:0;font-size:.75rem;font-weight:400;line-height:108%}.tender-card__grid-value{margin:0;font-size:.875rem;font-weight:400;line-height:120%}@media (width>=1180px){.tender-card__grid-value{font-size:1rem}}.tender-card__grid-value{-webkit-line-clamp:2;color:var(--text-primary);-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.tender-card__grid-value--error{color:var(--text-error)}.tender-card__button{z-index:2;width:100%;position:relative}@media (width>=1180px){.tender-card__button{display:none}}.header{z-index:3000;-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);background-color:#12121203;width:100%;padding:.375rem .375rem .375rem .75rem;position:fixed;top:0}@media (width>=1180px){.header{z-index:1000;padding:.625rem .75rem}}.header__inner{flex-flow:row;justify-content:space-between;align-items:center;display:flex}.header__logo{color:var(--text-primary)}.body--mobile-menu .header__logo,.header--light .header__logo{color:var(--text-inverted)}.header--light.scrolled .header__logo{color:var(--text-primary)}.header__right{flex-flow:row;align-items:center;display:flex}.header__controls{flex-flow:row;justify-content:space-between;align-items:center;column-gap:.25rem;display:flex}.header__btn--widgets{display:none}@media (width>=1180px){.header__btn--widgets{display:block}}.header__btn--menu{display:block}@media (width>=1180px){.header__btn--menu{display:none}}.footer{margin-top:7.5rem;margin-bottom:1.25rem}@media (width>=1180px){.footer{margin-top:16.25rem}}.footer__container{flex-direction:column;row-gap:2.5rem;display:flex;overflow:hidden}@media (width>=1180px){.footer__container{row-gap:8.75rem}}.footer__top{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}@media (width>=1180px){.footer__top{grid-template-columns:repeat(8,1fr);gap:2.5rem}}.footer__form{grid-column:span 2}@media (width>=1180px){.footer__form{grid-column:span 6}}.footer__bottom{grid-template-columns:repeat(2,1fr);gap:2.5rem 1.25rem;display:grid}@media (width>=1180px){.footer__bottom{grid-template-columns:repeat(8,1fr);column-gap:2.5rem}}.footer__logo{display:none}@media (width>=1180px){.footer__logo{grid-area:1/span 2/3;display:block}.footer__logo svg{width:50%;height:auto}}.footer-nav{grid-area:1/span 2;grid-template-columns:repeat(2,1fr);grid-template-areas:"company partners""career other-sections""development socials";gap:2.5rem 1.25rem;display:grid}@media (width>=1180px){.footer-nav{grid-column:span 6;grid-template-columns:repeat(6,1fr);grid-template-areas:unset;column-gap:2.5rem}}.footer-nav__item{flex-direction:column;align-items:flex-start;row-gap:1.25rem;display:flex}.footer-nav__item--company{grid-area:company}.footer-nav__item--development{grid-area:development}.footer-nav__item--other-sections{grid-area:other-sections}.footer-nav__item--partners{grid-area:partners}.footer-nav__item--career{grid-area:career}.footer-nav__item--socials{grid-area:socials}@media (width>=1180px){.footer-nav__item{grid-area:auto/span 2}}.footer-nav__title{color:var(--text-primary);opacity:.4;margin:0;font-size:.875rem;font-weight:500;line-height:108%}.footer-nav__sublist{flex-direction:column;align-items:flex-start;row-gap:1rem;display:flex}.footer-nav__link{color:var(--text-primary);margin:0;font-size:.875rem;font-weight:500;line-height:108%;position:relative}.footer-nav__link:before{content:"";transform-origin:0;background:currentColor;width:100%;height:1px;transition:transform .3s;position:absolute;bottom:-2px;left:0;transform:scaleX(0)}@media (hover:hover){.footer-nav__link:hover:before{transform:scaleX(1)}}.footer__contacts{grid-area:2/span 2;grid-template-columns:repeat(2,1fr);gap:2.5rem 1.25rem;display:grid}@media (width>=1180px){.footer__contacts{grid-column:span 6;grid-template-columns:repeat(6,1fr);column-gap:2.5rem}}.footer-contact{flex-direction:column;align-items:flex-start;row-gap:1.25rem;display:flex}.footer-contact--email{grid-area:1/2/3}@media (width>=1180px){.footer-contact{grid-column:span 2}}.footer-contact__title{color:var(--text-primary);opacity:.4;margin:0;font-size:.875rem;font-weight:500;line-height:108%}.footer-contact__link{color:var(--text-primary);margin:0;font-size:.875rem;font-weight:500;line-height:108%;position:relative}.footer-contact__link:before{content:"";transform-origin:0;background:currentColor;width:100%;height:1px;transition:transform .3s;position:absolute;bottom:-2px;left:0;transform:scaleX(0)}@media (hover:hover){.footer-contact__link:hover:before{transform:scaleX(1)}}.footer__info{grid-column:span 2;grid-template-columns:repeat(2,1fr);gap:2.5rem 1.25rem;display:grid}@media (width>=1180px){.footer__info{grid-column:span 8;grid-template-columns:repeat(8,1fr);column-gap:2.5rem;padding-top:2.5rem}}.footer__copyright{color:var(--text-secondary);font-size:.75rem;font-weight:400;line-height:120%}@media (width>=1180px){.footer__copyright{grid-column:span 2}}.footer__links{flex-direction:column;grid-area:1/span 2;align-items:flex-start;row-gap:.75rem;display:flex}@media (width>=1180px){.footer__links{flex-flow:row;grid-area:auto/span 4;column-gap:2.5rem}}.footer__link{text-transform:uppercase;color:var(--text-secondary);margin:0;font-size:.75rem;font-weight:500;line-height:120%;text-decoration:underline;transition:color .3s}@media (hover:hover){.footer__link:hover{color:var(--text-primary)}}.footer__developer{color:var(--text-primary);flex-flow:row;grid-area:3/span 2;align-items:center;column-gap:.25rem;font-size:.75rem;font-weight:400;line-height:120%;display:flex}@media (width>=425px){.footer__developer{grid-area:2/2}}@media (width>=1180px){.footer__developer{grid-area:auto/span 2}}.home main>*{margin-top:5rem}@media (width>=1180px){.home main>*{margin-top:8.75rem}}.home main>:first-child{margin-top:0}@media (width>=1180px){.home main>:nth-child(2){margin-top:3.25rem}}.page-template-news main>*{margin-top:2.5rem}.page-template-news main>:first-child{margin-top:6rem}@media (width>=1180px){.page-template-news main>:first-child{margin-top:7.5rem}}.page-template-about main>*{margin-top:5rem}@media (width>=1180px){.page-template-about main>*{margin-top:8.75rem}}.page-template-about main>:first-child{margin-top:0}@media (width>=1180px){.page-template-about main>:nth-child(2){margin-top:3.25rem}}.page-template-management-team main>*{margin-top:5rem}@media (width>=1180px){.page-template-management-team main>*{margin-top:8.75rem}}.page-template-management-team main>:first-child{margin-top:0;padding-top:3.5rem}@media (width>=1180px){.page-template-management-team main>:first-child{padding-top:3.75rem}}.page-template-management-team main>:nth-child(2){margin-top:2.5rem}@media (width>=1180px){.page-template-management-team main>:nth-child(2){margin-top:3.25rem}}.single-news main>*{margin-top:2.5rem}@media (width>=1180px){.single-news main>*{margin-top:5rem}}.single-news main>:first-child{margin-top:5rem}@media (width>=1180px){.single-news main>:first-child{margin-top:7.5rem}}.single-news main .news-related{margin-top:5rem}@media (width>=1180px){.single-news main .news-related{margin-top:8.75rem}}.single-tenders main{position:relative}.single-tenders main>*{margin-top:3.75rem}@media (width>=1180px){.single-tenders main>*{margin-top:5rem}}.single-tenders main>:first-child{margin-top:6rem}@media (width>=1180px){.single-tenders main>:first-child{margin-top:7.5rem}}.single-tenders main .side-nav-wrap{margin-top:0}@media (width>=1180px){.single-tenders main .side-nav-wrap{margin-top:0}.single-tenders main .documents__container{grid-template-columns:repeat(8,1fr);display:grid}.single-tenders main .documents__wrapper{grid-column:3/9}.single-tenders main .documents__list{grid-template-columns:repeat(3,1fr)}}.single-tenders #tender-purchase,.single-tenders #tender-customer,.single-tenders #tender-item,.single-tenders #tender-requirements,.single-tenders #documents,.single-tenders #request{scroll-margin-top:10rem}@media (width>=1180px){.single-tenders #tender-purchase,.single-tenders #tender-customer,.single-tenders #tender-item,.single-tenders #tender-requirements,.single-tenders #documents,.single-tenders #request{scroll-margin-top:7.5rem}}.news-search__wrapper{grid-template-columns:1fr auto;column-gap:.375rem;display:grid}.news-search__wrapper.is-loading{pointer-events:none}@media (width>=1180px){.news-search__wrapper{grid-template-columns:repeat(8,1fr);column-gap:2.5rem}}.news-search__controls{grid-column:auto;gap:.5rem;display:flex}@media (width>=1180px){.news-search__controls{grid-column:1/6}}.news-search__field{width:100%;position:relative}.news-search__field:before{content:"";background-color:var(--icons-primary);pointer-events:none;width:1.25rem;height:1.25rem;position:absolute;top:50%;left:1rem;transform:translateY(-50%);-webkit-mask:url(/wp-content/themes/alliance-altyn/assets/images/icons/search.svg) 50%/contain no-repeat;mask:url(/wp-content/themes/alliance-altyn/assets/images/icons/search.svg) 50%/contain no-repeat}.news-search__input{margin:0;font-size:.875rem;font-weight:400;line-height:120%}@media (width>=1180px){.news-search__input{font-size:1rem}}.news-search__input{background-color:var(--background-surface-1);width:100%;color:var(--text-primary);border-radius:.75rem;padding:1rem 1rem 1rem 2.75rem}.news-search__input::placeholder{margin:0;font-size:.875rem;font-weight:400;line-height:120%}@media (width>=1180px){.news-search__input::placeholder{font-size:1rem}}.news-search__input::placeholder{color:var(--text-secondary)}.news-search__submit{display:none}@media (width>=1180px){.news-search__submit{display:flex}}.news-sort__wrapper{grid-column:auto;display:flex}@media (width>=1180px){.news-sort__wrapper{grid-column:7/9}}.news-sort__mobile-trigger{background:var(--background-surface-1);width:3.125rem;color:var(--icons-secondary)}@media (width>=1180px){.news-sort__mobile-trigger{display:none}}.news-sort__select{display:none}@media (width>=1180px){.news-sort__select{display:flex}}.news-tabs__wrapper{scrollbar-width:none;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;gap:.25rem;margin-top:1rem;margin-left:-1.25rem;margin-right:-1.25rem;padding:0 1.25rem;display:flex;overflow-x:auto}.news-tabs__wrapper::-webkit-scrollbar{display:none}.news-tabs__wrapper .tab{flex-shrink:0}@media (width>=1180px){.news-tabs__wrapper{flex-wrap:wrap;margin-left:0;margin-right:0;padding:0;overflow-x:visible}}.news-tabs__wrapper.is-loading{pointer-events:none}.news-results__wrapper{color:var(--text-primary);margin:.75rem 0 0;font-size:.75rem;font-weight:400;line-height:108%}@media (width>=1180px){.news-results__wrapper{margin-top:1rem}}.news-results__wrapper.is-loading{pointer-events:none;display:none}.news-list__wrapper{margin-top:2.75rem}@media (width>=1180px){.news-list__wrapper{margin-top:2.5rem}}.news-list__wrapper.is-loading{min-height:10rem}.news-list__wrapper.is-loading>:not(.news-list__loader){display:none}.news-list__wrapper.is-loading .news-list__loader{display:flex}.news-list__cards{grid-template-columns:1fr;gap:2.5rem;margin-top:2.75rem;display:grid}@media (width>=1180px){.news-list__cards{grid-template-columns:repeat(4,1fr);margin-top:2.5rem;padding:2.5rem 0}}.news-list__loader{grid-column:1/-1;justify-content:center;align-items:center;padding:7.8125rem 0;display:none}@media (width>=1180px){.news-list__loader{padding:8.75rem 0}}.news-list__loader:before{content:"";border:.25rem solid var(--border-light-gray);border-top-color:var(--border-orange);border-radius:50%;width:2.75rem;height:2.75rem;animation:.75s linear infinite news-loader-spin}.news-list__empty{flex-direction:column;grid-column:1/-1;justify-content:center;align-items:center;gap:.25rem;padding:7.8125rem 0;display:flex}@media (width>=1180px){.news-list__empty{gap:.5rem;padding:5rem 0}}.news-list__empty p{margin:0;font-size:1.375rem;font-weight:400;line-height:112%}@media (width>=1180px){.news-list__empty p{font-size:1.5rem}}.news-list__empty p{color:var(--text-primary)}.news-list__empty span{margin:0;font-size:.875rem;font-weight:400;line-height:120%}@media (width>=1180px){.news-list__empty span{font-size:1rem}}.news-list__empty span{color:var(--controls-disabled);text-align:center}.news-pagination{justify-content:center;align-items:center;gap:.25rem;margin-top:2.5rem;display:flex}@media (width>=1180px){.news-pagination{gap:2rem;margin-top:5rem}}.news-pagination__pages{justify-content:center;align-items:center;gap:.25rem;display:flex}.news-pagination__page,.news-pagination__arrow{width:2.5rem;height:2.5rem}.news-pagination__page.is-disabled,.news-pagination__arrow.is-disabled{color:var(--icons-disabled);background-color:#0000}.news-pagination__page--desktop-only{display:none}@media (width>=1180px){.news-pagination__page--desktop-only{display:flex}}.news-pagination__arrow-prev{transform:rotate(180deg)}@keyframes news-loader-spin{to{transform:rotate(360deg)}}.tenders{margin-top:2rem}@media (width>=1180px){.tenders{margin-top:2.5rem}}.tenders__container{flex-direction:column;display:flex}.tenders-search__wrapper{flex-direction:column;gap:.5rem;display:flex}.tenders-search__wrapper.is-loading{pointer-events:none}@media (width>=1180px){.tenders-search__wrapper{gap:.75rem}}.tenders-search__controls{gap:.5rem;display:flex}@media (width>=1180px){.tenders-search__controls{grid-column:1/6}}.tenders-search__field{width:100%;position:relative}.tenders-search__field:before{content:"";background-color:var(--icons-primary);pointer-events:none;width:1.25rem;height:1.25rem;position:absolute;top:50%;left:1rem;transform:translateY(-50%);-webkit-mask:url(/wp-content/themes/alliance-altyn/assets/images/icons/search.svg) 50%/contain no-repeat;mask:url(/wp-content/themes/alliance-altyn/assets/images/icons/search.svg) 50%/contain no-repeat}.tenders-search__input{margin:0;font-size:.875rem;font-weight:400;line-height:120%}@media (width>=1180px){.tenders-search__input{font-size:1rem}}.tenders-search__input{background-color:var(--background-surface-1);width:100%;color:var(--text-primary);border-radius:.75rem;padding:1rem 1rem 1rem 2.75rem}.tenders-search__input::placeholder{margin:0;font-size:.875rem;font-weight:400;line-height:120%}@media (width>=1180px){.tenders-search__input::placeholder{font-size:1rem}}.tenders-search__input::placeholder{color:var(--text-secondary)}.tenders-search__submit{display:none}@media (width>=1180px){.tenders-search__submit{display:flex}}.tenders-sort__values{display:none}.tenders-sort__wrapper{flex-direction:column;gap:2rem;display:flex}@media (width>=1180px){.tenders-sort__wrapper{grid-template-columns:repeat(8,1fr);gap:2.5rem;display:grid}}.tenders-sort__select{display:flex}@media (width>=1180px){.tenders-sort__select{grid-column:1/5}}.tenders-sort__switch{justify-content:flex-start;align-items:center;display:flex}@media (width>=1180px){.tenders-sort__switch{grid-column:8/9;justify-content:flex-end}}.tenders-sort__selected{scrollbar-width:none;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;gap:.25rem;margin-top:.5rem;margin-left:-1.25rem;margin-right:-1.25rem;padding:0 1.25rem;display:flex;overflow-x:auto}.tenders-sort__selected::-webkit-scrollbar{display:none}.tenders-sort__selected>*{flex-shrink:0}@media (width>=1180px){.tenders-sort__selected{flex-wrap:wrap;margin-top:1rem;margin-left:0;margin-right:0;padding:0;overflow-x:visible}}.tenders-sort__group{height:2.5rem}.tenders-sort__reset{margin-left:1.25rem}.tenders-results__wrapper{color:var(--text-primary);margin:.75rem 0 0;font-size:.75rem;font-weight:400;line-height:108%}@media (width>=1180px){.tenders-results__wrapper{margin-top:1rem}}.tenders-results__wrapper.is-loading{pointer-events:none;display:none}.tenders-list__wrapper{margin-top:2.75rem}@media (width>=1180px){.tenders-list__wrapper{margin-top:2.5rem}}.tenders-list__wrapper.is-loading{min-height:10rem}.tenders-list__wrapper.is-loading>:not(.tenders-list__loader){display:none}.tenders-list__wrapper.is-loading .tenders-list__loader{display:flex}.tenders-list__cards{grid-template-columns:1fr;gap:.75rem;display:grid}@media (width>=1180px){.tenders-list__cards{grid-template-columns:repeat(2,1fr);gap:2.5rem}}.tenders-list__loader{justify-content:center;align-items:center;padding:7.8125rem 0;display:none}@media (width>=1180px){.tenders-list__loader{padding:8.75rem 0}}.tenders-list__loader:before{content:"";border:.25rem solid var(--border-light-gray);border-top-color:var(--border-orange);border-radius:50%;width:2.75rem;height:2.75rem;animation:.75s linear infinite news-loader-spin}.tenders-list__empty{flex-direction:column;justify-content:center;align-items:center;gap:.25rem;padding:7.8125rem 0;display:flex}@media (width>=1180px){.tenders-list__empty{gap:.5rem;padding:5rem 0}}.tenders-list__empty p{margin:0;font-size:1.375rem;font-weight:400;line-height:112%}@media (width>=1180px){.tenders-list__empty p{font-size:1.5rem}}.tenders-list__empty p{color:var(--text-primary)}.tenders-list__empty span{margin:0;font-size:.875rem;font-weight:400;line-height:120%}@media (width>=1180px){.tenders-list__empty span{font-size:1rem}}.tenders-list__empty span{color:var(--controls-disabled);text-align:center}.page-template-contacts main>*{margin-top:5rem}@media (width>=1180px){.page-template-contacts main>*{margin-top:5rem}}.page-template-contacts main>:first-child{margin-top:0}@media (width>=1180px){.page-template-contacts main>:first-child{margin-top:0}}.page-template-privacy-policy main>*{margin-top:1.5rem}@media (width>=1180px){.page-template-privacy-policy main>*{margin-top:2.5rem}}.page-template-privacy-policy main>:first-child{margin-top:6rem}@media (width>=1180px){.page-template-privacy-policy main>:first-child{margin-top:7.5rem}.page-template-privacy-policy main .page-info__container{grid-template-columns:repeat(8,1fr);gap:1.25rem;display:grid}}.page-template-privacy-policy main .page-info__title{margin:0;font-size:1.625rem;font-weight:400;line-height:108%}@media (width>=1180px){.page-template-privacy-policy main .page-info__title{font-size:2.375rem}}.page-template-privacy-policy main .page-info__title{grid-column:1/5}.page-template-tenders main>:first-child,.page-template-tenders-archive main>:first-child{margin-top:6rem}@media (width>=1180px){.page-template-tenders main>:first-child,.page-template-tenders-archive main>:first-child{margin-top:7.5rem}}.page-template-production main>*{margin-top:5rem}@media (width>=1180px){.page-template-production main>*{margin-top:8.75rem}}.page-template-production main>:first-child{margin-top:0;padding-top:3.5rem}@media (width>=1180px){.page-template-production main>:first-child{padding-top:3.75rem}}.page-template-production main>:nth-child(2){margin-top:2.5rem}@media (width>=1180px){.page-template-production main>:nth-child(2){margin-top:3.25rem}}.page-template-fond main>*{margin-top:5rem}@media (width>=1180px){.page-template-fond main>*{margin-top:8.75rem}}.page-template-fond main>:first-child{margin-top:0;padding-top:3.5rem}@media (width>=1180px){.page-template-fond main>:first-child{padding-top:3.75rem}}.page-template-fond main>:nth-child(2){margin-top:2.5rem}@media (width>=1180px){.page-template-fond main>:nth-child(2){margin-top:3.25rem}.page-template-fond main .hero-special .hero-special__overlay-lines{inset:18.75rem 1.25rem 27.5rem}}.page-template-fond main .hero-special__content{width:100%}@media (width>=1180px){.page-template-fond main .hero-special__card{inset:5rem 10rem 1.25rem}}.page-template-fond main .hero-special__widgets--context{z-index:3;align-items:stretch;gap:.25rem;margin:0 .625rem 1.25rem;display:flex;position:static;bottom:0;right:0}@media (width>=1180px){.page-template-fond main .hero-special__widgets--context{margin:0;position:absolute;bottom:3.75rem;left:auto;right:12.5rem}}.page-template-fond main .hero-special__widgets--context .news-widget--small,.page-template-fond main .hero-special__widgets--context .calendar-widget--small{flex:1 1 0;width:100%;min-width:0;max-width:none;padding:1.25rem}@media (width>=1180px){.page-template-fond main .hero-special__widgets--context .news-widget--small,.page-template-fond main .hero-special__widgets--context .calendar-widget--small{flex:0 0 11.125rem;width:11.125rem}}.page-template-fond main .cards .cards__items{padding-top:2.5rem}@media (width>=1180px){.page-template-fond main .cards .cards__title{grid-template-columns:repeat(6,1fr);gap:2.5rem;display:grid}}.page-template-fond main .cards .cards__title p{grid-column:1/5}.page-template-fond main .cards .card-without-title--default .card-without-title__title{margin:0;font-size:1.375rem;font-weight:400;line-height:112%}@media (width>=1180px){.page-template-fond main .cards .card-without-title--default .card-without-title__title{font-size:1.5rem}}.page-template-fond main .cards .cross-cards-lg__item--large,.page-template-fond main .cards .cross-cards-lg__item--default{aspect-ratio:inherit}@media (width>=1180px){.page-template-fond main .cards .cross-cards-lg__item--default{aspect-ratio:320/230}}.page-template-fond main .cards .cross-cards-lg__item:first-child .cross-cards-lg__line--top,.page-template-fond main .cards .cross-cards-lg__item:first-child .cross-cards-lg__plus--tc{display:none}@media (width>=1180px){.page-template-fond main .cards .cross-cards-lg__item:first-child .cross-cards-lg__line--top,.page-template-fond main .cards .cross-cards-lg__item:first-child.cross-cards-lg__item--large .cross-cards-lg__plus--tc,.page-template-fond main .cards .cross-cards-lg__item:first-child.cross-cards-lg__item--banner .cross-cards-lg__plus--tc{display:block}}.page-template-fond main .highlight__label{margin:0;font-size:2.25rem;font-weight:400;line-height:108%}@media (width>=1180px){.page-template-fond main .highlight__label{font-size:3.5rem}}.page-template-fond main .highlight__description{margin-top:.5rem}.page-labor-protection main>*{margin-top:5rem}@media (width>=1180px){.page-labor-protection main>*{margin-top:8.75rem}}.page-labor-protection main>:first-child{margin-top:0;padding-top:3.5rem}@media (width>=1180px){.page-labor-protection main>:first-child{padding-top:3.75rem}}.page-labor-protection main>:nth-child(2){margin-top:2.5rem}@media (width>=1180px){.page-labor-protection main>:nth-child(2){margin-top:3.25rem}}.page-labor-protection main .hero-about__content{width:100%}.hero{width:100%;height:100vh;position:relative;overflow:hidden}.hero__bg{position:absolute;inset:0}.hero__bg-picture img{object-fit:cover;object-position:top center;will-change:transform, opacity;width:100%;height:100%}.hero__overlay-lines{z-index:2;pointer-events:none;align-items:center;column-gap:.875rem;display:flex;position:absolute;inset:0 1.25rem}.hero__line{background-color:var(--border-gray);flex:1;height:.0625rem;position:relative;overflow:hidden}.hero__line:first-child,.hero__line:last-child{display:none}@media (width>=1180px){.hero__line:first-child,.hero__line:last-child{display:block}}.hero__line-fill{background-color:var(--border-orange);transform-origin:0;position:absolute;inset:0;transform:scaleX(0)}.hero__cross{z-index:2;background:inherit;flex-shrink:0;width:1.25rem;height:1.25rem;position:relative}@media (width>=1180px){.hero__cross{width:2.5rem;height:2.5rem}}.hero__cross:before,.hero__cross:after{content:"";background:var(--cross-color,var(--border-inverted));position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero__cross:before{width:.625rem;height:.0625rem}@media (width>=1180px){.hero__cross:before{width:.75rem;height:.125rem}}.hero__cross:after{width:.0625rem;height:.625rem}@media (width>=1180px){.hero__cross:after{width:.125rem;height:.75rem}}.hero__cross:first-of-type,.hero__cross:last-of-type{display:none}@media (width>=1180px){.hero__cross:first-of-type,.hero__cross:last-of-type{display:block}}.hero__content{z-index:3;position:absolute;top:9.625rem;left:1.25rem;right:1.25rem}@media (width>=1180px){.hero__content{top:auto;bottom:1.25rem;right:auto}}.hero__widgets{z-index:3;position:absolute}.hero__widgets--left{top:4.5rem;left:1.25rem;right:auto}@media (width>=1180px){.hero__widgets--left{top:auto;bottom:16.625rem}}.hero__widgets--right{grid-template-rows:10.9375rem 6.5rem;grid-template-columns:1fr 1fr;gap:.25rem;display:grid;bottom:1.25rem;left:1.25rem;right:1.25rem}@media (width>=1180px){.hero__widgets--right{grid-template-rows:12.625rem 7.5rem;grid-template-columns:10.5rem 10.5rem;left:auto}}.hero__widget{will-change:transform, opacity}.about__container{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}@media (width>=1180px){.about__container{grid-template-columns:repeat(8,1fr);gap:2.5rem}}.about__header{grid-column:span 2;grid-template-columns:repeat(2,1fr);align-items:center;column-gap:2.5rem;display:grid}@media (width>=1180px){.about__header{grid-column:span 8;grid-template-columns:repeat(8,1fr)}}.about__wrapper{grid-column:span 2}@media (width>=1180px){.about__wrapper{grid-column:span 8;grid-template-columns:repeat(8,1fr);align-items:flex-end;column-gap:2.5rem;display:grid}.about__content{grid-area:1/3/auto/9}}.about__panels{padding-top:1.25rem}@media (width>=1180px){.about__panels{padding-top:1.75rem}}.about__panel{display:none}.about__panel.is-active{display:block}.about__title{margin:0;font-size:1.625rem;font-weight:400;line-height:108%}@media (width>=1180px){.about__title{font-size:2.375rem}}.about__title{color:var(--text-primary)}.about__cards{padding-top:4rem}@media (width>=1180px){.about__cards{padding-top:5.75rem}}.about__widget{padding-top:2.5rem}@media (width>=1180px){.about__widget{grid-area:1/1/auto/3;padding-bottom:2.1875rem}}.social-banner{padding:2.5rem 0}.social-banner__container{grid-template-columns:repeat(2,1fr);column-gap:1.25rem;display:grid}@media (width>=1180px){.social-banner__container{grid-template-columns:repeat(8,1fr);column-gap:2.5rem}}.social-banner__wrapper{grid-column:span 2}@media (width>=1180px){.social-banner__wrapper{grid-column:3/7;padding:.75rem}}.banner{padding:2.5rem 0}.banner__container{grid-template-columns:repeat(2,1fr);column-gap:1.25rem;display:grid}@media (width>=1180px){.banner__container{grid-template-columns:repeat(8,1fr);column-gap:2.5rem}}.banner__wrapper{grid-column:span 2}@media (width>=1180px){.banner__wrapper{grid-column:3/7;padding:.75rem}.banner__container[data-count="2"] .banner__wrapper{grid-column:span 4}}.highlight{width:100%;height:100vh;position:relative;overflow:hidden}.highlight__wrapper{grid-template-columns:repeat(2,1fr);column-gap:1.25rem;height:100%;padding:0 1.25rem;display:grid;position:relative}@media (width>=1180px){.highlight__wrapper{grid-template-columns:repeat(8,1fr);column-gap:2.5rem}.highlight__wrapper--wide{grid-template-columns:repeat(16,1fr);column-gap:1.25rem}}.highlight__picture{position:absolute;inset:0}.highlight__picture img{object-fit:cover;object-position:right;width:100%;height:100%}.highlight__content{grid-column:span 2;position:relative}.highlight__content--wide{grid-column:span 5}.highlight__inner-wrap{flex-direction:column;align-items:flex-start;gap:1.5rem;width:100%;display:flex;position:absolute;top:calc(13% + 3.75rem)}@media (width>=1180px){.highlight__inner-wrap{top:calc(2% + 7.5rem)}}.highlight__inner{-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);background:url(/wp-content/themes/alliance-altyn/assets/images/gradient-ellips-1.png) 0 0/100% no-repeat,linear-gradient(#1212121a 0% 100%);border-radius:1.25rem;flex-direction:column;justify-content:space-between;align-items:flex-start;row-gap:3.75rem;width:100%;height:100%;padding:1.75rem 1.5rem;display:flex}@media (width>=1180px){.highlight__inner{border-radius:1.5rem;padding:2.5rem 1.5rem}}.highlight__header{flex-direction:column;align-items:flex-start;display:flex}.highlight__subtitle{text-transform:uppercase;color:var(--text-inverted);margin:0 0 .75rem;font-size:.75rem;font-weight:500;line-height:100%}@media (width>=1180px){.highlight__subtitle{margin-bottom:1.75rem}}.highlight__title{margin:0;font-size:1.625rem;font-weight:400;line-height:108%}@media (width>=1180px){.highlight__title{font-size:2.375rem}}.highlight__title{color:var(--text-inverted);margin-bottom:.5rem}@media (width>=1180px){.highlight__title{margin-bottom:.75rem}}.highlight__special-title{color:var(--text-inverted);margin-bottom:.5rem;font-size:22px;font-weight:400;line-height:112%}@media (width>=1180px){.highlight__special-title{margin-bottom:.75rem;font-size:24px;font-weight:500}}.highlight__label{margin:0;font-size:1.375rem;font-weight:400;line-height:112%}@media (width>=1180px){.highlight__label{font-size:1.5rem}}.highlight__label{color:var(--text-inverted);margin-bottom:.5rem}@media (width>=1180px){.highlight__label{margin-bottom:1rem}}.highlight__description{margin:0;font-size:.875rem;font-weight:400;line-height:120%}@media (width>=1180px){.highlight__description{font-size:1rem}}.highlight__description{color:var(--text-inverted);flex-direction:column;align-items:flex-start;display:flex}.highlight__text{color:var(--text-inverted)}.highlight__text p{margin-top:1rem}@media (width>=1180px){.highlight__text p{margin-top:.75rem}}.highlight__text h1{margin:0;font-size:2.5rem;font-weight:400;line-height:92%}@media (width>=1180px){.highlight__text h1{font-size:5rem}}.highlight__text h2{margin:0;font-size:1.375rem;font-weight:400;line-height:112%}@media (width>=1180px){.highlight__text h2{font-size:1.5rem}}.highlight__text h2{margin-top:1.75rem}@media (width>=1180px){.highlight__text h2{margin-top:2.5rem}}.highlight__text h3{margin:0;font-size:1rem;font-weight:400;line-height:112%}.highlight__text h4{text-transform:uppercase;margin:0;font-size:.75rem;font-weight:500;line-height:100%}.highlight__list{margin:0;font-size:.875rem;font-weight:400;line-height:120%}@media (width>=1180px){.highlight__list{font-size:1rem}}.highlight__list{color:var(--text-inverted);counter-reset:item;flex-direction:column;align-items:flex-start;row-gap:1.25rem;display:flex}@media (width>=1180px){.highlight__list{row-gap:2.5rem}}.highlight__list li{counter-increment:item;flex-direction:column;align-items:flex-start;row-gap:.5rem;display:flex}.highlight__list li:before{content:counter(item);background:var(--background-inverted);width:1.5rem;height:1.5rem;color:var(--text-inverted);border-radius:.75rem;justify-content:center;align-items:center;padding:.5rem;font-size:.75rem;font-weight:400;line-height:120%;display:flex}.highlight__tags{flex-direction:row;justify-content:flex-start;align-items:center;gap:.4375rem;margin-bottom:1rem;display:flex}@media (width>=1180px){.highlight__tags{gap:.5rem;margin-bottom:1.25rem}}.highlight__percent-groups{flex-direction:column;gap:2rem;width:100%;display:flex}@media (width>=1180px){.highlight__percent-groups{gap:2.5rem}}.highlight__percent-group{width:100%}.highlight__percent-bar{--plus-offset:.75rem;--plus-size:1.25rem;--progress-width:max(5.6875rem, var(--progress));background:#ffffffe6;border-radius:3.75rem;align-items:center;height:2.5rem;padding:.4375rem .75rem;display:flex;position:relative;overflow:hidden}.highlight__percent-bar:before{content:"";width:var(--progress-width);border-radius:inherit;background:linear-gradient(270deg,#faa83c 0%,#fbae3b 29.1%,#fdbe38 66.6%,#ffd234 100%);position:absolute;inset:0 auto 0 0}.highlight__percent-value{margin:0;font-size:1.375rem;font-weight:400;line-height:112%}@media (width>=1180px){.highlight__percent-value{font-size:1.5rem}}.highlight__percent-value{z-index:2;color:var(--text-inverted);position:relative}.highlight__percent-plus{top:50%;left:max(var(--plus-offset), var(--progress-width) - var(--plus-offset) - var(--plus-size));z-index:1;width:var(--plus-size);height:var(--plus-size);color:var(--icons-inverted);position:absolute;transform:translateY(-50%)}.highlight__percent-title{color:var(--text-inverted);margin:1.5rem 0 0;font-size:1.25rem;font-weight:400;line-height:112%}@media (width>=1180px){.highlight__percent-title{margin-top:1.25rem}}.highlight__percent-description{margin:0;font-size:.875rem;font-weight:400;line-height:120%}@media (width>=1180px){.highlight__percent-description{font-size:1rem}}.highlight__percent-description{color:var(--border-gray);margin-top:.5rem}.highlight__link{width:fit-content}p .highlight__link{margin-top:1.25rem}@media (width>=1180px){p .highlight__link{margin-top:2.25rem}}.highlight blockquote{justify-content:center;align-items:center;width:1.25rem;height:1.25rem;display:flex;position:relative}.highlight blockquote:before{content:"";background-color:var(--background-surface-2);z-index:1;width:1.25rem;height:1.25rem;position:absolute;transform:rotate(-45deg)}.highlight blockquote p{text-transform:uppercase;z-index:2;margin:0;font-size:.75rem;font-weight:500;line-height:100%;position:relative}.highlight__widgets{flex-direction:column;gap:.25rem;display:flex}.highlight__widgets--desktop{display:none}@media (width>=1180px){.highlight__widgets--desktop{z-index:2;grid-column:7/9;display:flex;position:absolute;top:5rem;left:0;right:0}}.highlight__widgets--mobile{width:100%}@media (width>=1180px){.highlight__widgets--mobile{display:none}.highlight__widgets--wide{grid-column:13/17}}.highlight__widget{width:100%}.highlight__links{flex-flow:row;gap:.25rem;display:flex}.highlight__video--desktop{display:none}@media (width>=1180px){.highlight__video--desktop{z-index:2;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.highlight__video--mobile{display:none}}.highlight__video--mobile .video-widget{max-width:unset;min-height:4.6875rem}.cards__container{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid;overflow:hidden}@media (width>=1180px){.cards__container{grid-template-columns:repeat(8,1fr);gap:2.5rem}}.cards__header{grid-column:span 2;grid-template-columns:repeat(2,1fr);align-items:center;column-gap:2.5rem;display:grid}@media (width>=1180px){.cards__header{grid-column:span 8;grid-template-columns:repeat(8,1fr)}}.cards__wrapper{grid-column:span 2}@media (width>=1180px){.cards__wrapper{grid-column:3/9}}.cards__title{margin:0;font-size:1.625rem;font-weight:400;line-height:108%}@media (width>=1180px){.cards__title{font-size:2.375rem}}.cards__title{color:var(--text-primary)}.cards__items{padding-top:5.5rem}@media (width>=1180px){.cards__items{padding-top:5rem}}.vertical-slider__wrapper{grid-template-rows:max-content;grid-template-columns:repeat(2,1fr);gap:1.5rem 1.25rem;width:100%;padding:0 1.25rem;display:grid;position:relative;overflow:hidden}@media (width>=1180px){.vertical-slider__wrapper{column-gap:2.5rem;row-gap:unset;grid-template-rows:1fr;grid-template-columns:repeat(8,1fr);height:48.75rem;padding:0 1.25rem;overflow:hidden}}.vertical-slider__panel{grid-column:span 2}@media (width>=1180px){.vertical-slider__panel{z-index:10;flex-direction:column;width:100%;height:100%;padding:1rem 0 0;display:flex;position:relative}}.vertical-slider__label{text-transform:uppercase;color:var(--text-accent);grid-template-columns:repeat(2,1fr);align-items:center;margin:0;font-size:.75rem;font-weight:500;line-height:100%;display:grid}@media (width>=1180px){.vertical-slider__label{display:block}}.vertical-slider__label .section-title__decor:before{left:1.25rem}.vertical-slider__nav{display:none}@media (width>=1180px){.vertical-slider__nav{flex-direction:column;row-gap:2.5rem;margin-top:auto;display:flex}}.vertical-slider__nav-item{cursor:pointer;padding:.75rem 0 0;position:relative}.vertical-slider__timebar-track{background:var(--border-gray);width:100%;height:.0625rem;position:absolute;top:0;left:0;overflow:hidden}.vertical-slider__timebar-fill{background:var(--border-orange);width:0;height:100%;position:absolute;top:0;left:0}.vertical-slider__nav-heading{margin:0;font-size:1.375rem;font-weight:400;line-height:112%}@media (width>=1180px){.vertical-slider__nav-heading{font-size:1.5rem}}.vertical-slider__nav-heading{color:var(--text-secondary);opacity:.2;margin-bottom:1rem;transition:color .3s,opacity .3s}.vertical-slider__nav-heading--orange{color:var(--text-primary);transition:color .3s,opacity .3s}.vertical-slider__nav-item.is-active .vertical-slider__nav-heading{color:var(--text-primary);opacity:1}.vertical-slider__nav-item.is-active .vertical-slider__nav-heading--orange{color:var(--text-accent);opacity:1}.vertical-slider__nav-text{margin:0;font-size:.875rem;font-weight:400;line-height:120%}@media (width>=1180px){.vertical-slider__nav-text{font-size:1rem}}.vertical-slider__nav-text{color:var(--text-secondary);opacity:.2;transition:opacity .3s,color .3s}.vertical-slider__nav-item.is-active .vertical-slider__nav-text{opacity:1;color:var(--text-secondary)}.vertical-slider__nav-text p{width:fit-content;margin:0}.vertical-slider__nav-text p+p{margin-top:.5rem}.vertical-slider__nav-link{justify-content:flex-start}.vertical-slider__decor{display:none}@media (width>=1180px){.vertical-slider__decor{display:block;position:absolute;top:0;bottom:0;right:-1.25rem}}.vertical-slider__line{background-color:var(--border-gray);z-index:2;width:.0625rem;position:absolute;inset:0}.vertical-slider__plus{z-index:3;background:#fff;width:1.25rem;height:1.25rem;position:absolute}@media (width>=1180px){.vertical-slider__plus{width:2.5rem;height:2.5rem}}.vertical-slider__plus:before,.vertical-slider__plus:after{content:"";background:var(--border-orange);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.vertical-slider__plus:before{width:.625rem;height:.0625rem}@media (width>=1180px){.vertical-slider__plus:before{width:.75rem;height:.125rem}}.vertical-slider__plus:after{width:.0625rem;height:.625rem}@media (width>=1180px){.vertical-slider__plus:after{width:.125rem;height:.75rem}}.vertical-slider__plus--top{left:-1.25rem}.vertical-slider__plus--bottom{bottom:0;left:-1.25rem}.vertical-slider__swiper-wrap{grid-column:span 2;height:auto;position:relative;overflow:visible}@media (width>=1180px){.vertical-slider__swiper-wrap{grid-area:1/3/auto/9;height:100%;margin-right:-1.25rem;overflow:hidden}}.vertical-slider__swiper.swiper{width:100%;height:auto;overflow:visible}.vertical-slider__swiper .swiper-wrapper{align-items:stretch}@media (width>=1180px){.vertical-slider__swiper.swiper{height:100%;overflow:hidden}}.vertical-slider__slide{overflow:visible}.vertical-slider__slide.swiper-slide{flex-direction:column;justify-content:space-between;height:auto;display:flex}@media (width>=1180px){.vertical-slider__slide{width:100%;height:100%;position:relative;overflow:hidden}}.vertical-slider__slide-content{flex-direction:column;flex-shrink:0;align-self:flex-start;gap:.75rem;width:100%;padding-bottom:1rem;display:flex}@media (width>=1180px){.vertical-slider__slide-content{display:none}}.vertical-slider__slide-heading{margin:0;font-size:1.375rem;font-weight:400;line-height:112%}@media (width>=1180px){.vertical-slider__slide-heading{font-size:1.5rem}}.vertical-slider__slide-heading{color:var(--text-primary)}.vertical-slider__slide-heading--orange{color:var(--text-accent)}.vertical-slider__slide-text{margin:0;font-size:.875rem;font-weight:400;line-height:120%}@media (width>=1180px){.vertical-slider__slide-text{font-size:1rem}}.vertical-slider__slide-text{color:var(--text-secondary)}.vertical-slider__slide-text p{margin:0}.vertical-slider__slide-text p+p{margin-top:.5rem}.vertical-slider__slide-img{aspect-ratio:3/4;flex-shrink:0;width:100%;display:block;overflow:hidden}@media (width>=1180px){.vertical-slider__slide-img{aspect-ratio:unset;height:100%;position:absolute;inset:0}}.vertical-slider__slide-img img{object-fit:cover;width:100%;height:100%;display:block}.vertical-slider__widget{z-index:20;position:absolute;bottom:.625rem;left:.625rem}@media (width>=1180px){.vertical-slider__widget{top:2.5rem;right:2.5rem;bottom:unset;left:unset}}.vertical-slider__mobile-dots{grid-column:span 2;justify-content:center;align-items:center;gap:.5rem;height:fit-content;display:flex}@media (width>=1180px){.vertical-slider__mobile-dots{display:none}}.vertical-slider__dot{background:var(--border-gray);cursor:pointer;border:none;border-radius:.625rem;width:.25rem;height:.25rem;padding:0;transition:width .3s;display:block;position:relative;overflow:hidden}.vertical-slider__dot.is-active{background:var(--border-gray);width:100%}.vertical-slider__dot-fill{background:var(--border-orange);width:0;height:100%;position:absolute;top:0;left:0}@media (width>=1180px){.page-info__container{grid-template-columns:repeat(8,1fr);gap:2.5rem;display:grid}}.page-info__wrapper{grid-column:1/5}.page-info__title{margin:0;font-size:2.5rem;font-weight:400;line-height:92%}@media (width>=1180px){.page-info__title{font-size:5rem}}.page-info__title{color:var(--text-primary)}.page-info__description{color:var(--text-secondary);margin:1.25rem 0 0;font-size:.875rem;font-weight:400;line-height:112%}@media (width>=1180px){.page-info__description{font-size:1.25rem}}.news-item-header__wrapper{flex-direction:column;gap:1.5rem;display:flex}@media (width>=1180px){.news-item-header__wrapper{grid-template-columns:repeat(8,1fr);align-items:flex-start;gap:2.5rem;display:grid}}.news-item-header__back{width:fit-content;color:var(--text-primary)}@media (width>=1180px){.news-item-header__back{grid-column:1/2}}.news-item-header__content{flex-direction:column;align-items:center;display:flex}@media (width>=1180px){.news-item-header__content{grid-column:3/7}}.news-item-header__meta{justify-content:center;gap:.25rem;display:flex}.news-item-header__title{margin:0;font-size:1.625rem;font-weight:400;line-height:108%}@media (width>=1180px){.news-item-header__title{font-size:2.375rem}}.news-item-header__title{color:var(--text-primary);text-align:center;margin-top:1.5rem}.news-item-header__image{aspect-ratio:335/200}@media (width>=1180px){.news-item-header__image{aspect-ratio:1040/470;grid-column:2/8}}.news-item-header__image img{object-fit:cover;border-radius:2rem;width:100%;height:100%}.news-item-table__container{grid-template-columns:1fr;gap:2.5rem;display:grid}@media (width>=1180px){.news-item-table__container{grid-template-columns:repeat(8,1fr)}}.news-item-table__wrapper{gap:1.25rem;margin:1.25rem 0;display:grid}@media (width>=1180px){.news-item-table__wrapper{grid-column:3/7;gap:2.5rem;margin:2.5rem 0}}.news-item-table__row{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}@media (width>=1180px){.news-item-table__row{gap:2.5rem}}.news-item-table__cell{aspect-ratio:158/108;flex-direction:column;justify-content:flex-start;padding:.5rem;display:flex;position:relative}@media (width>=1180px){.news-item-table__cell{aspect-ratio:320/145;justify-content:flex-end}}.news-item-table__content{flex-direction:column;gap:.25rem;display:flex}.news-item-table__title{margin:0;font-size:2.25rem;font-weight:400;line-height:100%}@media (width>=1180px){.news-item-table__title{font-size:2.875rem}}.news-item-table__title{-webkit-line-clamp:1;color:var(--text-primary);-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.news-item-table__description{margin:0;font-size:.875rem;font-weight:400;line-height:120%}@media (width>=1180px){.news-item-table__description{font-size:1rem}}.news-item-table__description{-webkit-line-clamp:2;color:var(--text-primary);-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.news-item-table__decor .card-cross__line,.news-item-table__decor .card-cross__plus--tl,.news-item-table__decor .card-cross__plus--tr,.news-item-table__decor .card-cross__plus--bl,.news-item-table__decor .card-cross__plus--br{display:block}.news-item-table__decor .card-cross__line--top{top:-.625rem}@media (width>=1180px){.news-item-table__decor .card-cross__line--top{top:-1.25rem}}.news-item-table__decor .card-cross__line--bottom{bottom:-.625rem}@media (width>=1180px){.news-item-table__decor .card-cross__line--bottom{bottom:-1.25rem}}.news-item-table__decor .card-cross__line--left{left:-.625rem}@media (width>=1180px){.news-item-table__decor .card-cross__line--left{left:-1.25rem}}.news-item-table__decor .card-cross__line--right{right:-.625rem}@media (width>=1180px){.news-item-table__decor .card-cross__line--right{right:-1.25rem}}.news-item-table__decor .card-cross__plus--tl{top:-1.25rem;left:-1.25rem}@media (width>=1180px){.news-item-table__decor .card-cross__plus--tl{top:-2.5rem;left:-2.5rem}}.news-item-table__decor .card-cross__plus--tr{top:-1.25rem;right:-1.25rem}@media (width>=1180px){.news-item-table__decor .card-cross__plus--tr{top:-2.5rem;right:-2.5rem}}.news-item-table__decor .card-cross__plus--bl{bottom:-1.25rem;left:-1.25rem}@media (width>=1180px){.news-item-table__decor .card-cross__plus--bl{bottom:-2.5rem;left:-2.5rem}}.news-item-table__decor .card-cross__plus--br{bottom:-1.25rem;right:-1.25rem}@media (width>=1180px){.news-item-table__decor .card-cross__plus--br{bottom:-2.5rem;right:-2.5rem}}.news-item-table__cell:first-child .card-cross__line--left,.news-item-table__cell:first-child .card-cross__plus--tl,.news-item-table__cell:first-child .card-cross__plus--bl,.news-item-table__cell:last-child .card-cross__line--left,.news-item-table__cell:last-child .card-cross__plus--tl,.news-item-table__cell:last-child .card-cross__plus--bl,.news-item-table__cell:last-child .card-cross__line--right,.news-item-table__cell:last-child .card-cross__plus--tr,.news-item-table__cell:last-child .card-cross__plus--br,.news-item-table__row+.news-item-table__row .card-cross__line--top,.news-item-table__row+.news-item-table__row .card-cross__plus--tl,.news-item-table__row+.news-item-table__row .card-cross__plus--tr{display:none}@media (width>=1180px){.news-item-table__cell:last-child .card-cross__line--left,.news-item-table__cell:last-child .card-cross__plus--tl,.news-item-table__cell:last-child .card-cross__plus--bl,.news-item-table__row+.news-item-table__row .card-cross__line--top,.news-item-table__row+.news-item-table__row .card-cross__plus--tl,.news-item-table__row+.news-item-table__row .card-cross__plus--tr{display:none}}.news-item-description__container{grid-template-columns:1fr;gap:2.5rem;display:grid}@media (width>=1180px){.news-item-description__container{grid-template-columns:repeat(8,1fr)}}.news-item-description__wrapper{margin:0;font-size:.875rem;font-weight:400;line-height:120%}@media (width>=1180px){.news-item-description__wrapper{font-size:1rem}}.news-item-description__wrapper{color:var(--text-primary);flex-direction:column;gap:1.25rem;display:flex}@media (width>=1180px){.news-item-description__wrapper{grid-column:3/7}}.news-item-description__title{margin:0;font-size:1.375rem;font-weight:400;line-height:112%}@media (width>=1180px){.news-item-description__title{font-size:1.5rem}}.news-item-description__description{margin:0;font-size:.875rem;font-weight:400;line-height:120%}@media (width>=1180px){.news-item-description__description{font-size:1rem}}.news-item-description__description{flex-direction:column;gap:.5rem;display:flex}.news-item-description__description ul{flex-direction:column;gap:.5rem;margin:.25rem 0 .75rem;padding:0;list-style:none;display:flex}.news-item-description__description li{align-items:center;gap:.5625rem;display:flex}.news-item-description__description li:before{content:"";background-color:var(--border-orange);flex-shrink:0;width:.25rem;height:.25rem;transform:translateY(-50%)rotate(45deg)}.news-item-quote__container{grid-template-columns:1fr;display:grid}@media (width>=1180px){.news-item-quote__container{grid-template-columns:repeat(8,1fr);gap:2.5rem}}.news-item-quote__wrapper{grid-template-columns:repeat(2,1fr);gap:1.25rem;margin:1.25rem 0;display:grid;position:relative}@media (width>=1180px){.news-item-quote__wrapper{aspect-ratio:680/300;grid-column:3/7;grid-template-columns:repeat(2,1fr);gap:2.5rem;margin:2.5rem 0}.news-item-quote__wrapper--no-image{grid-template-columns:1fr}}.news-item-quote__wrapper .cross-banner__line--left,.news-item-quote__wrapper .cross-banner__line--right{display:none}@media (width>=1180px){.news-item-quote__wrapper .cross-banner__line--left,.news-item-quote__wrapper .cross-banner__line--right{display:block}}.news-item-quote__image{aspect-ratio:158/158;grid-column:1;width:100%;min-width:0}@media (width>=1180px){.news-item-quote__image{aspect-ratio:320/300}}.news-item-quote__image img{object-fit:cover;width:100%;height:100%}.news-item-quote__content{flex-direction:column;grid-column:1/-1;gap:1.25rem;display:flex}@media (width>=1180px){.news-item-quote__content{grid-column:auto;justify-content:space-between}}.news-item-quote__text{margin:0;font-size:.875rem;font-weight:400;line-height:120%}@media (width>=1180px){.news-item-quote__text{font-size:1rem}}.news-item-quote__text{color:var(--text-primary)}@media (width>=1180px){.news-item-quote__text{font-size:1.25rem}}.news-item-quote__author{margin:0;font-size:.875rem;font-weight:400;line-height:120%}@media (width>=1180px){.news-item-quote__author{font-size:1rem}}.news-item-quote__author{color:var(--text-secondary)}.news-item-video__wrapper{aspect-ratio:335/189;cursor:pointer;border-radius:1.5rem;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}@media (width>=1180px){.news-item-video__wrapper{aspect-ratio:1400/736;border-radius:2rem}}.news-item-video__image{position:absolute;inset:0}.news-item-video__image img{object-fit:cover;width:100%;height:100%}.news-item-video__button{z-index:1;flex-shrink:0;position:relative}.news-related__header{margin-bottom:1.5rem}@media (width>=1180px){.news-related__header{margin-bottom:0}}.news-related__title{margin:0;font-size:1.625rem;font-weight:400;line-height:108%}@media (width>=1180px){.news-related__title{font-size:2.375rem}}.news-related__title{color:var(--text-primary);margin-bottom:1.5rem}@media (width>=1180px){.news-related__title{margin-bottom:2.5rem}}.news-related__header{grid-template-columns:repeat(2,1fr);align-items:center;gap:2.5rem;display:grid}@media (width>=1180px){.news-related__header{grid-template-columns:repeat(8,1fr)}}.news-related__swiper-wrap{margin:0 -1.25rem;overflow:hidden}@media (width>=1180px){.news-related__swiper-wrap{margin:0}}.news-related__swiper.swiper{padding:0 1.25rem .25rem;overflow:visible}@media (width>=1180px){.news-related__swiper.swiper{padding:0 0 .25rem}.news-related__swiper .swiper-wrapper{grid-template-columns:repeat(4,1fr);gap:2.5rem;display:grid}.news-related__slide.swiper-slide{width:auto}}.news-related__all{width:100%;margin:1.5rem auto 0}@media (width>=1180px){.news-related__all{width:fit-content;margin-top:2.5rem}}.hero-about{width:100%;height:100vh;position:relative;overflow:hidden}.hero-about__wrapper{flex-direction:column;justify-content:flex-end;row-gap:.25rem;height:100%;padding:0 1.25rem 1.25rem;display:flex}@media (width>=1180px){.hero-about__wrapper{padding:unset;display:block}}.hero-about__bg{position:absolute;inset:0}.hero-about__video{object-fit:cover;width:100%;height:100%;display:block}.hero-about__overlay-lines{z-index:2;pointer-events:none;order:2;align-items:center;padding:1.25rem 0;display:flex;position:relative}@media (width>=1180px){.hero-about__overlay-lines{column-gap:.875rem;position:absolute;inset:0 1.25rem}}.hero-about__line{background-color:var(--border-gray);flex:1;height:.0625rem;position:relative;overflow:hidden}.hero-about__line:first-child,.hero-about__line:last-child{display:none}@media (width>=1180px){.hero-about__line:first-child,.hero-about__line:last-child{display:block}}.hero-about__line-fill{background-color:var(--border-orange);transform-origin:0;position:absolute;inset:0;transform:scaleX(0)}.hero-about__cross{z-index:2;background:inherit;flex-shrink:0;width:1.25rem;height:1.25rem;position:relative}@media (width>=1180px){.hero-about__cross{width:2.5rem;height:2.5rem}}.hero-about__cross:before,.hero-about__cross:after{content:"";background:var(--cross-color,var(--border-inverted));position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-about__cross:before{width:.625rem;height:.0625rem}@media (width>=1180px){.hero-about__cross:before{width:.75rem;height:.125rem}}.hero-about__cross:after{width:.0625rem;height:.625rem}@media (width>=1180px){.hero-about__cross:after{width:.125rem;height:.75rem}}.hero-about__cross:first-of-type,.hero-about__cross:last-of-type{display:none}@media (width>=1180px){.hero-about__cross:first-of-type,.hero-about__cross:last-of-type{display:block}}.hero-about__content{z-index:3;order:1;grid-template-columns:repeat(2,1fr);gap:1.75rem 1.25rem;display:grid;position:relative}@media (width>=1180px){.hero-about__content{row-gap:unset;flex-direction:column;justify-content:space-between;align-items:flex-start;width:65%;display:flex;position:absolute;top:calc(50% + 2rem);bottom:2.5rem;left:1.25rem}}.hero-about__title{margin:0;font-size:2.5rem;font-weight:400;line-height:92%}@media (width>=1180px){.hero-about__title{font-size:5rem}}.hero-about__title{color:var(--text-inverted);grid-column:span 2}.hero-about__stats{flex-flow:row;grid-column:span 2;align-items:stretch;column-gap:1.25rem;display:flex}@media (width>=1180px){.hero-about__stats{column-gap:2.5rem}}.hero-about__stat{flex-direction:column;align-items:flex-start;row-gap:.25rem;max-width:13.75rem;display:flex}.hero-about__stat-title{margin:0;font-size:1.375rem;font-weight:400;line-height:112%}@media (width>=1180px){.hero-about__stat-title{font-size:1.5rem}}.hero-about__stat-title{color:var(--text-inverted)}.hero-about__stat-description{margin:0;font-size:.875rem;font-weight:400;line-height:120%}@media (width>=1180px){.hero-about__stat-description{font-size:1rem}}.hero-about__stat-description{color:var(--text-inverted);opacity:.8}.hero-about__stat:last-child{display:none}@media (width>=1180px){.hero-about__stat:last-child{display:block}}.hero-about__widget{z-index:3;order:3;position:relative;bottom:1.25rem}@media (width>=1180px){.hero-about__widget{top:calc(50% + 2rem);bottom:unset;position:absolute;right:1.25rem}}.hero-about__widget--news{aspect-ratio:335/171;top:auto;bottom:0}@media (width>=1180px){.hero-about__widget--news{aspect-ratio:340/202;width:21.25rem;bottom:2.5rem}}.hero-about__widget--news .news-widget{height:100%}.hero-about__widget--news .news-widget__title{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.media-banner{padding:2.5rem 0}.media-banner__container{grid-template-columns:repeat(2,1fr);column-gap:1.25rem;display:grid}@media (width>=1180px){.media-banner__container{grid-template-columns:repeat(8,1fr);column-gap:2.5rem}}.media-banner__wrapper{grid-column:span 2}@media (width>=1180px){.media-banner__wrapper{grid-column:3/7;padding:.75rem}}.time-slider__wrapper{grid-template-columns:repeat(2,1fr);column-gap:1.25rem;display:grid;position:relative}@media (width>=1180px){.time-slider__wrapper{grid-template-columns:repeat(8,1fr);column-gap:2.5rem}}.time-slider__header{grid-column:span 2;grid-template-columns:repeat(2,1fr);align-items:center;column-gap:2.5rem;display:grid}@media (width>=1180px){.time-slider__header{grid-column:span 8;grid-template-columns:repeat(8,1fr)}.time-slider__header .deco-row{display:none}}.time-slider__track-wrap{display:none}@media (width>=1180px){.time-slider__track-wrap{grid-column:span 8;padding-top:1.75rem;display:block;overflow:hidden}}.time-slider__track{will-change:transform;justify-content:space-between;align-items:center;transition:transform .3s;display:flex;position:relative}.time-slider__year{margin:0;font-size:2.25rem;font-weight:400;line-height:108%}@media (width>=1180px){.time-slider__year{font-size:3.5rem}}.time-slider__year{color:var(--text-tertiary);white-space:nowrap;flex-shrink:0;transition:color .3s}.time-slider__year.is-active{color:var(--text-accent)}.time-slider__progress-track{background:var(--border-gray);height:.0625rem;display:block;position:absolute;top:50%;overflow:hidden;transform:translateY(-50%)}.time-slider__progress-fill{background:var(--border-orange);width:0;height:100%;position:absolute;top:0;left:0}.time-slider__swiper-wrap{grid-column:span 2;margin:0 -1.25rem;padding-top:2.5rem;overflow:visible}@media (width>=1180px){.time-slider__swiper-wrap{margin:unset;grid-column:span 8;padding-top:1.75rem;overflow:hidden}}.time-slider__swiper{width:100%;overflow:visible}@media (width>=1180px){.time-slider__swiper{overflow:hidden}}.time-slider__slide.swiper-slide{grid-template-rows:max-content;grid-template-columns:repeat(2,1fr);grid-auto-rows:max-content;gap:1.75rem 1.25rem;height:auto;padding:0 1.25rem;display:grid}@media (width>=1180px){.time-slider__slide.swiper-slide{column-gap:2.5rem;row-gap:unset;grid-template-columns:repeat(8,1fr);padding:0}}.time-slider__slide-year{grid-column:span 2;align-items:center;gap:0;display:flex}@media (width>=1180px){.time-slider__slide-year{display:none}}.time-slider__slide-year-label{margin:0;font-size:2.25rem;font-weight:400;line-height:108%}@media (width>=1180px){.time-slider__slide-year-label{font-size:3.5rem}}.time-slider__slide-year-label{color:var(--text-accent);white-space:nowrap;flex-shrink:0;line-height:1}.time-slider__slide-line{background:var(--border-gray);flex:1;height:.0625rem;margin-left:1.25rem;position:relative;overflow:hidden}.time-slider__slide-fill{background:var(--border-orange);width:0;height:100%;position:absolute;top:0;left:0}.time-slider__slide-text{color:var(--text-primary);grid-column:span 2;margin:0;font-size:1.25rem;font-weight:400;line-height:112%}@media (width>=1180px){.time-slider__slide-text{grid-column:span 4;padding-top:.75rem}}.time-slider__slide-img{aspect-ratio:335/200;border-radius:2rem;grid-column:span 2;overflow:hidden}@media (width>=1180px){.time-slider__slide-img{aspect-ratio:680/360;border-radius:3.75rem;grid-column:span 4}}.time-slider__slide-img img{object-fit:cover;width:100%;height:100%;display:block}.time-slider__controls{display:none}@media (width>=1180px){.time-slider__controls{z-index:10;gap:.5rem;margin:0;display:flex;position:absolute;bottom:.75rem}}.time-slider__btn--prev{transform:rotate(180deg)}.hero-management-team{background:url(/wp-content/themes/alliance-altyn/assets/images/hero-management-team-bg-mobile.png) 50%/cover no-repeat;width:100%;height:100vh;position:relative;overflow:hidden}@media (width>=1180px){.hero-management-team{background:url(/wp-content/themes/alliance-altyn/assets/images/hero-management-team-bg.png) 50%/cover no-repeat}}.hero-management-team__container{height:100%}.hero-management-team__slide{opacity:0;visibility:hidden;pointer-events:none;grid-template-rows:auto 1fr 9.375rem;grid-template-columns:repeat(2,1fr);column-gap:1.25rem;height:calc(100vh - 3.5rem);transition:opacity .3s,visibility .3s;position:absolute;inset:0}@media (width>=1180px){.hero-management-team__slide{grid-template-rows:calc(100vh - 13.125rem) 9.375rem;grid-template-columns:repeat(8,1fr);column-gap:2.5rem;height:100%;overflow:visible}}.hero-management-team__slide.is-active{opacity:1;visibility:visible;pointer-events:auto;display:grid;position:relative}.hero-management-team__content{flex-direction:column;grid-column:span 2;justify-content:space-between;align-items:flex-start;row-gap:.75rem;padding-top:2.5rem;padding-bottom:1.25rem;display:flex}@media (width>=1180px){.hero-management-team__content{z-index:2;grid-column:span 3;row-gap:2.5rem;padding-top:3.75rem;padding-bottom:2.75rem;position:relative}}.hero-management-team__image{grid-column:span 2;width:calc(100% + 2.5rem);height:100%;min-height:0;margin:0 -1.25rem;overflow:hidden}@media (width>=1180px){.hero-management-team__image{z-index:1;height:100%;margin:unset;grid-column:4/8;justify-content:center;align-self:start;align-items:flex-start;width:100%;display:flex;position:relative;overflow:visible}}.hero-management-team__switcher{flex-flow:row;grid-column:span 2;column-gap:.5rem;display:flex;position:absolute;bottom:10rem}@media (width>=1180px){.hero-management-team__switcher{z-index:3;bottom:unset;flex-direction:column;grid-column:8;align-items:flex-end;row-gap:.5rem;padding-top:3.75rem;position:relative}}.hero-management-team__timeline{background:url(/wp-content/themes/alliance-altyn/assets/images/management-team-timeline-bg.png) 50%/cover no-repeat;grid-column:span 2;margin:0 -1.25rem}@media (width>=1180px){.hero-management-team__timeline{grid-column:span 8}}.hero-management-team__header{flex-direction:column;align-items:flex-start;row-gap:1.25rem;display:flex}.hero-management-team__section-title{text-transform:uppercase;color:var(--text-accent);margin:0;font-size:.75rem;font-weight:500;line-height:100%}.hero-management-team__title{flex-direction:column;align-items:flex-start;row-gap:.75rem;display:flex}.hero-management-team__name{margin:0;font-size:2.25rem;font-weight:400;line-height:108%}@media (width>=1180px){.hero-management-team__name{font-size:3.5rem}}.hero-management-team__name{color:var(--text-primary)}.hero-management-team__post{margin:0;font-size:.875rem;font-weight:400;line-height:120%}@media (width>=1180px){.hero-management-team__post{font-size:1rem}}.hero-management-team__post{color:var(--text-secondary)}.hero-management-team__body{color:var(--text-primary);margin:0;font-size:1.25rem;font-weight:400;line-height:112%;display:none}@media (width>=1180px){.hero-management-team__body{display:block}}.hero-management-team__img{height:100%}.hero-management-team__img picture{height:100%;display:block}.hero-management-team__img img{object-fit:cover;object-position:top center;width:100%;height:100%}@media (width>=1180px){.hero-management-team__img img{object-fit:contain;object-position:top center;width:auto;max-width:none}}.hero-management-team__switcher-btn{background-color:var(--background-light-yellow);border-radius:1.25rem;width:5rem;height:5rem;overflow:hidden}.hero-management-team__switcher-btn.is-active{border:.0625rem solid var(--border-dark-gray)}.hero-management-team__switcher-img img{object-fit:cover;width:100%;height:100%}.hero-management-team__timeline-items.swiper{cursor:ew-resize;margin:0 1.25rem;overflow:hidden}.hero-management-team__timeline-items.swiper--no-cursor{cursor:default}.hero-management-team__timeline-grid.swiper-wrapper{padding-top:2.5rem}.hero-management-team__timeline-item.swiper-slide{flex-direction:column;align-items:flex-start;row-gap:.5rem;display:flex;position:relative}.hero-management-team__line{background-color:var(--border-light-gray);z-index:2;position:absolute;inset:0}.hero-management-team__line--top{top:-1.25rem;bottom:unset;width:98%;height:.0625rem}@media (width>=1180px){.hero-management-team__line--top{width:100%}}.hero-management-team__plus{z-index:2;background:inherit;width:1.25rem;height:1.25rem;position:absolute}@media (width>=1180px){.hero-management-team__plus{width:2.5rem;height:2.5rem}}.hero-management-team__plus:before,.hero-management-team__plus:after{content:"";background:var(--border-light-gray);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-management-team__plus:before{width:.625rem;height:.0625rem}@media (width>=1180px){.hero-management-team__plus:before{width:.75rem;height:.125rem}}.hero-management-team__plus:after{width:.0625rem;height:.625rem}@media (width>=1180px){.hero-management-team__plus:after{width:.125rem;height:.75rem}}.hero-management-team__plus--tr{top:-1.875rem;right:-.9375rem}@media (width>=1180px){.hero-management-team__plus--tr{top:-2.5rem;right:-2.5rem}}.hero-management-team__timeline-year{margin:0;font-size:1.375rem;font-weight:400;line-height:112%}@media (width>=1180px){.hero-management-team__timeline-year{font-size:1.5rem}}.hero-management-team__timeline-year{color:var(--text-inverted)}.hero-management-team__timeline-post{margin:0;font-size:.875rem;font-weight:400;line-height:120%}@media (width>=1180px){.hero-management-team__timeline-post{font-size:1rem}}.hero-management-team__timeline-post{color:var(--text-inverted)}.people__container{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}@media (width>=1180px){.people__container{grid-template-columns:repeat(8,1fr);gap:2.5rem}}.people__header{grid-column:span 2;grid-template-columns:repeat(2,1fr);align-items:center;column-gap:2.5rem;display:grid}@media (width>=1180px){.people__header{grid-column:span 8;grid-template-columns:repeat(8,1fr)}}.people__cards{grid-column:span 2;grid-template-columns:repeat(2,1fr);row-gap:2.5rem;display:grid}@media (width>=1180px){.people__cards{grid-column:span 8;grid-template-columns:repeat(8,1fr);align-items:flex-end;gap:2.5rem;display:grid}}.people__card{flex-direction:column;grid-column:span 2;align-items:flex-start;row-gap:1rem;height:100%;display:flex}.people__card.is-hidden{display:none}@media (width>=1180px){.people__card{row-gap:1.25rem}}.people__card-image{aspect-ratio:335/400;background-color:var(--background-light-yellow);border-radius:1.5rem;height:auto;overflow:hidden}@media (width>=1180px){.people__card-image{aspect-ratio:320/400}}.people__card-img img{object-fit:cover;width:100%;height:100%}.people__card-text{flex-direction:column;align-items:flex-start;row-gap:.5rem;display:flex}.people__card-name{color:var(--text-primary);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:1.25rem;font-weight:400;line-height:112%;display:-webkit-box;overflow:hidden}@media (width>=1180px){.people__card-name{-webkit-line-clamp:2}}.people__card-post{margin:0;font-size:.875rem;font-weight:400;line-height:120%}@media (width>=1180px){.people__card-post{font-size:1rem}}.people__card-post{color:var(--text-secondary);-webkit-line-clamp:4;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}@media (width>=1180px){.people__card-post{-webkit-line-clamp:3}}.people__more{grid-column:span 2}@media (width>=1180px){.people__more{grid-column:4/6;justify-self:center;width:fit-content}}.hero-contacts{background:url(/wp-content/themes/alliance-altyn/assets/images/hero-contacts-bg-mobile.png) 100%/cover no-repeat;flex-direction:column;height:100vh;padding-top:5rem;padding-bottom:1.25rem;display:flex}@media (width>=1180px){.hero-contacts{background:url(/wp-content/themes/alliance-altyn/assets/images/hero-contacts-bg.png) right 15% bottom 25%/140% no-repeat;padding-top:6rem}}.hero-contacts>.container{flex:1 1 0;min-height:0;display:flex}.hero-contacts__wrapper{flex-direction:column;flex:1 1 0;gap:1.5rem;min-height:0;display:flex}@media (width>=1180px){.hero-contacts__wrapper{gap:2.5rem}}.hero-contacts__title{margin:0;font-size:2.5rem;font-weight:400;line-height:92%}@media (width>=1180px){.hero-contacts__title{font-size:5rem}}.hero-contacts__title{color:var(--text-primary)}.hero-contacts__tabs{gap:.5rem;display:flex}@media (width>=1180px){.hero-contacts__tabs{gap:.75rem}}.hero-contacts__info{flex-direction:column;gap:1.25rem;display:flex}@media (width>=1180px){.hero-contacts__info{grid-template-columns:repeat(4,1fr);gap:2.5rem;display:grid}}.hero-contacts__panel{flex:1 1 0;min-height:0}.hero-contacts__panel.is-active{flex-direction:column;display:flex}.hero-contacts__data{flex-direction:column;gap:.5rem;width:fit-content;display:flex}.hero-contacts__data>*{margin:0;font-size:.875rem;font-weight:400;line-height:120%}@media (width>=1180px){.hero-contacts__data>*{font-size:1rem}}.hero-contacts__data>*{color:var(--text-primary)}.hero-contacts__data h2{color:var(--text-secondary)}.hero-contacts__map{border-radius:1.5rem;flex:1 1 0;min-height:0;margin-top:1.5rem;position:relative;overflow:hidden}@media (width>=1180px){.hero-contacts__map{margin-top:2.5rem}}.hero-contacts__map-marker{width:2.375rem;height:3.625rem;display:block;transform:translate(-50%,-100%)}.hero-contacts__map-controls{z-index:2;touch-action:manipulation;gap:.5rem;display:flex;position:absolute;bottom:.75rem;right:.75rem}@media (width>=1180px){.hero-contacts__map-controls{bottom:1.25rem;right:1.25rem}}.hero-contacts__map-control{background-color:var(--button-primary);width:2.75rem;height:2.75rem;color:var(--text-inverted);border-radius:.75rem;justify-content:center;align-items:center;transition:background-color .3s;display:flex}@media (width>=1180px){.hero-contacts__map-control{width:2.5rem;height:2.5rem}}@media (hover:hover){.hero-contacts__map-control:hover{background-color:var(--button-primary-hover)}}.hero-contacts__map-control:active{background-color:var(--button-primary-pressed)}.hero-contacts__map-control-icon{color:currentColor;width:1.25rem;height:1.25rem}.hero-contacts__map-touch-overlay{z-index:1;touch-action:pan-y;background:0 0;display:none;position:absolute;inset:0}@media (pointer:coarse){.hero-contacts__map-touch-overlay{display:block}}.request__container{display:flex}@media (width>=1180px){.request__container{grid-template-columns:repeat(8,1fr);gap:2.5rem;display:grid}}.request .form-request{grid-column:3/7}.privacy-policy__scroll-button{margin-bottom:2.5rem}.privacy-policy__scroll-button .icon-button__icon{transform:rotate(90deg)}.privacy-policy__wrapper{margin-top:3.75rem;scroll-margin-top:6rem}@media (width>=1180px){.privacy-policy__wrapper{scroll-margin-top:7.5rem}}.privacy-policy__chapter{flex-direction:column;gap:1.25rem;display:flex}@media (width>=1180px){.privacy-policy__chapter{grid-template-columns:repeat(8,1fr);display:grid}}.privacy-policy__decor{height:2.5rem;margin:2.5rem 0;position:relative}@media (width>=1180px){.privacy-policy__decor{margin:2.5rem 0}}.privacy-policy__line{background-color:var(--border-light-gray);height:.0625rem;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.privacy-policy__plus{z-index:2;background:var(--background-primary);width:2.5rem;height:2.5rem;position:absolute;top:0;left:50%;transform:translate(-50%)}.privacy-policy__plus:before,.privacy-policy__plus:after{content:"";background:var(--border-light-gray);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.privacy-policy__plus:before{width:.625rem;height:.0625rem}@media (width>=1180px){.privacy-policy__plus:before{width:.75rem;height:.125rem}}.privacy-policy__plus:after{width:.0625rem;height:.625rem}@media (width>=1180px){.privacy-policy__plus:after{width:.125rem;height:.75rem}}.privacy-policy__title{color:var(--text-primary);margin:0;font-size:1.25rem;font-weight:400;line-height:112%}@media (width>=1180px){.privacy-policy__title{grid-column:1/4}.privacy-policy__description{grid-column:5/9}}.privacy-policy__description>*{margin:0;font-size:.875rem;font-weight:400;line-height:120%}@media (width>=1180px){.privacy-policy__description>*{font-size:1rem}}.privacy-policy__description>*{color:var(--text-primary)}.privacy-policy__description h3:not(:first-child){margin-top:1.25rem}.privacy-policy__description h4,.privacy-policy__description p,.privacy-policy__description ul{margin-top:1rem}.privacy-policy__description ul{padding-left:1.25rem;list-style:outside}.tender-info__container{flex-direction:column;gap:2.5rem;display:flex}@media (width>=1180px){.tender-info__container{grid-template-columns:repeat(8,1fr);gap:2.5rem;display:grid}}.tender-info__aside{flex-direction:column;align-items:flex-start;gap:1.75rem;display:flex}@media (width>=1180px){.tender-info__aside{grid-column:1/3}}.tender-info__back{width:fit-content}.tender-info__wrapper{flex-direction:column;gap:3.75rem;display:flex}@media (width>=1180px){.tender-info__wrapper{grid-column:3/9;gap:5rem}}.tender-info__header-wrapper{flex-direction:column;gap:2rem;display:flex}@media (width>=1180px){.tender-info__header-wrapper{gap:2.5rem}}.tender-info__status-wrapper{align-items:center;gap:.75rem;display:flex}.tender-info__status{text-transform:uppercase;color:var(--text-inverted);border-radius:2.5rem;justify-content:center;align-items:center;width:fit-content;margin:0;padding:.4375rem .75rem;font-size:.75rem;font-weight:500;line-height:100%;display:flex}.tender-info__status-reception{background-color:var(--base-green)}.tender-info__status-consideration{background-color:var(--background-surface-3)}.tender-info__status-cancelled{background-color:var(--text-secondary)}.tender-info__status-completed{background-color:var(--border-dark-gray)}.tender-info__warning{align-items:center;gap:.25rem;display:flex}.tender-info__warning-icon{color:var(--icons-error)}.tender-info__warning-text{color:var(--text-error);margin:0;font-size:.75rem;font-weight:400;line-height:108%}.tender-info__title-wrapper{flex-direction:column;gap:.75rem;display:flex}@media (width>=1180px){.tender-info__title-wrapper{gap:1rem}}.tender-info__number{color:var(--text-secondary);margin:0;font-size:1.25rem;font-weight:400;line-height:112%}.tender-info__title{margin:0;font-size:1.625rem;font-weight:400;line-height:108%}@media (width>=1180px){.tender-info__title{font-size:2.375rem}}.tender-info__title{color:var(--text-primary)}.tender-info__date{margin:0;font-size:.875rem;font-weight:400;line-height:120%}@media (width>=1180px){.tender-info__date{font-size:1rem}}.tender-info__date{color:var(--text-secondary)}.tender-info__section{flex-direction:column;gap:1.25rem;display:flex}@media (width>=1180px){.tender-info__section{gap:1.75rem}}.tender-info__section-title{margin:0;font-size:1.375rem;font-weight:400;line-height:112%}@media (width>=1180px){.tender-info__section-title{font-size:1.5rem}}.tender-info__section-title{color:var(--text-primary)}.tender-info__section-grid{flex-direction:column;gap:1rem;display:flex}@media (width>=1180px){.tender-info__section-grid{grid-template-columns:repeat(6,1fr);gap:1.5rem 2.5rem;display:grid}}.tender-info__grid-item{flex-direction:column;gap:.5rem;display:flex}@media (width>=1180px){.tender-info__grid-item:nth-child(odd of .tender-info__grid-item){grid-column:1/3}.tender-info__grid-item:nth-child(2n of .tender-info__grid-item){grid-column:4/7}}.tender-info__line{background-color:var(--border-light-gray);width:100%;height:.0625rem}@media (width>=1180px){.tender-info__line{grid-column:1/-1}}.tender-info__grid-label,.tender-info__description-label{color:var(--text-secondary);margin:0;font-size:.75rem;font-weight:400;line-height:108%}.tender-info__grid-value{margin:0;font-size:.875rem;font-weight:400;line-height:120%}@media (width>=1180px){.tender-info__grid-value{font-size:1rem}}.tender-info__grid-value{-webkit-line-clamp:2;color:var(--text-primary);-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.tender-info__grid-value--error{color:var(--text-error)}.tender-info__description{flex-direction:column;gap:.5rem;display:flex}.tender-info__description-value{margin:0;font-size:.875rem;font-weight:400;line-height:120%}@media (width>=1180px){.tender-info__description-value{font-size:1rem}}.tender-info__description-value{flex-direction:column;gap:.75rem;max-width:47.5rem;display:flex}.tender-info__description-value ul{flex-direction:column;gap:.5rem;padding:0;list-style:none;display:flex}.tender-info__description-value li{align-items:center;gap:.5625rem;display:flex}.tender-info__description-value li:before{content:"";background-color:var(--border-orange);flex-shrink:0;width:.25rem;height:.25rem;transform:translateY(-50%)rotate(45deg)}.tender-info__description-value p:not(:first-child){margin-top:.5rem}@media (width>=1180px){.tender-info__description-value p:not(:first-child){margin-top:.75rem}}.documents__title{margin:0;font-size:1.375rem;font-weight:400;line-height:112%}@media (width>=1180px){.documents__title{font-size:1.5rem}}.documents__title{color:var(--text-primary)}.documents__categories{scrollbar-width:none;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;gap:.5rem;margin-top:1.5rem;margin-left:-1.25rem;margin-right:-1.25rem;padding:0 1.25rem;display:flex;overflow-x:auto}.documents__categories::-webkit-scrollbar{display:none}.documents__categories .tab{flex-shrink:0}@media (width>=1180px){.documents__categories{flex-wrap:wrap;margin-left:0;margin-right:0;padding:0;overflow-x:visible}}.documents__category.has-new{align-items:center;gap:.375rem;display:flex}.documents__category.has-new:after{content:"";background-color:var(--icons-accent);border-radius:100%;flex-shrink:0;width:.5rem;height:.5rem}.documents__list{flex-direction:column;gap:.5rem;margin-top:1.5rem;display:flex}@media (width>=1180px){.documents__list{grid-template-columns:repeat(4,1fr);gap:2.5rem;margin-top:2.5rem;display:grid}}.documents__panel[hidden]{display:none}.documents__panel.is-expanded .documents__card.is-mobile-hidden{display:flex}.documents__panel.is-expanded .documents__more{display:none}.documents__card{background-color:var(--background-surface-1);aspect-ratio:335/111;border-radius:1.5rem;flex-direction:column;gap:.5rem;padding:1.25rem;display:flex}@media (width>=1180px){.documents__card{aspect-ratio:320/120}}.documents__card.is-mobile-hidden{display:none}@media (width>=1180px){.documents__card.is-mobile-hidden{display:flex}}.documents__more{width:100%;margin-top:1rem}@media (width>=1180px){.documents__more{display:none}}.documents__card-top{gap:1rem;display:flex}@media (width>=1180px){.documents__card-top{gap:1.125rem}}.documents__card-icon{width:1.5rem;height:1.5rem;color:var(--icons-accent);flex-shrink:0}.documents__card-title{color:var(--text-primary);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:.75rem;font-weight:400;line-height:108%;display:-webkit-box;overflow:hidden}.documents__card-actions{flex-shrink:0;align-items:flex-start;gap:.25rem;margin-left:auto;display:flex}.documents__card-bottom{justify-content:space-between;align-items:center;margin-top:auto;padding-left:2.5rem;display:flex}.documents__card-meta{color:var(--text-secondary);align-items:center;gap:.5rem;margin:0;font-size:.75rem;font-weight:400;line-height:108%;display:flex}.documents__card-type{border-right:1px solid var(--border-gray);padding-right:.5rem}.documents__card-status{color:var(--text-inverted);border-radius:6.25rem;justify-content:center;align-items:center;margin:0;padding:.25rem .375rem;font-size:.625rem;font-weight:500;line-height:100%;display:flex}.documents__card-status-new{background-color:var(--border-orange)}.documents__card-status-updated{background-color:var(--base-green)}.photogallery__wrapper{grid-template-columns:repeat(2,1fr);gap:2.5rem;display:grid}@media (width>=1180px){.photogallery__wrapper{grid-template-columns:repeat(8,1fr)}}.photogallery__header{grid-column:span 2;grid-template-columns:repeat(2,1fr);align-items:center;column-gap:2.5rem;display:grid}@media (width>=1180px){.photogallery__header{grid-column:span 8;grid-template-columns:repeat(8,1fr)}}.photogallery__swiper-wrap{grid-column:span 2;margin:0 -1.25rem;padding:0 1.25rem;display:flex;position:relative;overflow:hidden}@media (width>=1180px){.photogallery__swiper-wrap{grid-column:span 8;grid-template-columns:repeat(8,1fr);gap:2.5rem;display:grid}}.photogallery__swiper.swiper{grid-column:2/8;width:100%;overflow:visible}.photogallery__image{transform-origin:50%;aspect-ratio:335/200;opacity:.5;transition:transform .3s,opacity .3s;display:block;transform:scale(.86)}@media (width>=1180px){.photogallery__image{aspect-ratio:1040/579}}.photogallery__image img{object-fit:cover;border-radius:1.5rem;width:100%;height:100%}@media (width>=1180px){.photogallery__image img{border-radius:2rem}}.photogallery__slide.swiper-slide-prev .photogallery__image{transform:translate(7%)scale(.86)}.photogallery__slide.swiper-slide-next .photogallery__image{transform:translate(-7%)scale(.86)}.photogallery__slide.swiper-slide-active .photogallery__image{opacity:1;transform:scale(1)}.photogallery__controls{display:none}@media (width>=1180px){.photogallery__controls{z-index:2;pointer-events:none;justify-content:space-between;padding:0 5rem;display:flex;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}}.photogallery__btn{pointer-events:auto}.photogallery__btn--prev{transform:rotate(180deg)}.photogallery__more{grid-column:span 2}@media (width>=1180px){.photogallery__more{grid-column:span 8;justify-self:center;width:fit-content}}.video{width:100%;height:100vh;position:relative;overflow:hidden}.video__wrapper{grid-template-columns:repeat(2,1fr);column-gap:1.25rem;height:100%;display:grid;position:relative}@media (width>=1180px){.video__wrapper{grid-template-columns:repeat(8,1fr);column-gap:2.5rem}}.video__picture{position:absolute;inset:0}.video__picture img{object-fit:cover;object-position:right;width:100%;height:100%}.video__button{z-index:2;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.services{overflow:hidden}.services__wrapper{margin-left:-1.25rem;margin-right:-1.25rem}@media (width>=1180px){.services__wrapper{margin-left:0;margin-right:0}}.services__swiper{overflow:visible}@media (width>=1180px){.services__cards{grid-template-columns:repeat(8,1fr);column-gap:2.5rem;display:grid}}.services__card{aspect-ratio:335/262;border-radius:2rem;flex-direction:column;justify-content:space-between;padding:1.5rem;display:flex;position:relative}.services__card.swiper-slide{width:calc(100% - 5rem);display:flex}@media (width>=1180px){.services__card{aspect-ratio:320/425;border-radius:3.75rem;grid-column:span 2;height:100%;padding:2.5rem}}.services__card--gray{background-color:var(--background-surface-1)}.services__card--orange{background-color:var(--background-surface-3)}@media (hover:hover){.services__card:hover .services__card-link{opacity:1}}.services__card:last-child .services__decor{display:none}.services__card-header{flex-direction:column;align-items:flex-start;row-gap:.5rem;display:flex}.services__card-title{margin:0;font-size:1.375rem;font-weight:400;line-height:112%}@media (width>=1180px){.services__card-title{font-size:1.5rem}}.services__card-title{color:var(--text-primary)}.services__card-description{margin:0;font-size:.875rem;font-weight:400;line-height:120%}@media (width>=1180px){.services__card-description{font-size:1rem}}.services__card-description{color:var(--text-secondary)}.services__card--orange .services__card-description{color:var(--text-primary)}.services__card-body{flex-direction:column;flex-shrink:1;align-items:flex-start;row-gap:1.3125rem;min-height:0;margin-top:auto;display:flex;position:relative}@media (width>=1180px){.services__card-body{padding-bottom:2.8125rem}.services__card-body:has(.services__card-link){padding-bottom:0}}.services__card-image{aspect-ratio:193/166;flex-shrink:1;width:100%;min-height:0;padding:0 2.9375rem}@media (width>=1180px){.services__card-image{aspect-ratio:194/187;padding:0 1.4375rem}}.services__card-picture{width:100%;height:100%;display:block}.services__card-picture img{object-fit:contain;width:100%;height:100%}.services__card-link{position:absolute;bottom:0;left:0}@media (width>=1180px){.services__card-link{opacity:0;transition:opacity .3s;position:relative}}.services__decor{display:none}@media (width>=1180px){.services__decor{display:block;position:absolute;top:1.3125rem;bottom:1.3125rem;right:-1.25rem}}.services__line{background-color:var(--border-light-gray);z-index:1;width:.0625rem;height:100%;position:absolute}.services__plus{z-index:2;background:#fff;width:1.25rem;height:1.25rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.services__plus:before,.services__plus:after{content:"";background-color:var(--border-orange);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.services__plus:before{width:.75rem;height:.125rem}.services__plus:after{width:.125rem;height:.75rem}.services__slider-footer{align-items:center;gap:1.25rem;padding:2rem 2.5rem 0;display:flex}@media (width>=1180px){.services__slider-footer{display:none}}.services__slider-lines{flex:1;gap:1.25rem;display:flex}.services__slider-line{background-color:var(--border-light-gray);border-radius:.125rem;flex:1;height:.125rem;transition:background-color .3s}.services__slider-line--active{background-color:var(--border-orange)}.services__slider-counter{margin:0;font-size:.875rem;font-weight:400;line-height:120%}@media (width>=1180px){.services__slider-counter{font-size:1rem}}.services__slider-counter{color:var(--text-secondary);white-space:nowrap;flex-shrink:0}.hero-special{width:100%;height:100vh;position:relative;overflow:hidden}.hero-special__wrapper{flex-direction:column;justify-content:flex-end;height:100%;display:flex}@media (width>=1180px){.hero-special__wrapper{display:block}}.hero-special__bg{position:absolute;inset:0}.hero-special__bg-picture img{object-fit:cover;object-position:top center;will-change:transform, opacity;width:100%;height:100%}.hero-special__overlay-lines{z-index:4;pointer-events:none;align-items:center;column-gap:.875rem;display:flex;position:absolute;inset:0 1.25rem}.hero-special__overlay-lines--mobile{inset:unset;position:relative}@media (width>=1180px){.hero-special__overlay-lines--mobile{display:none}}.hero-special__line{background-color:#eaeaea;flex:1;height:.0625rem;position:relative;overflow:hidden}.hero-special__line:first-child,.hero-special__line:last-child{display:none}@media (width>=1180px){.hero-special__line:first-child,.hero-special__line:last-child{display:block}}.hero-special__line--mobile:first-child,.hero-special__line--mobile:last-child{display:block}@media (width>=1180px){.hero-special__line--mobile:first-child,.hero-special__line--mobile:last-child{display:none}}.hero-special__line-fill{transform-origin:0;background-color:#ff760d;position:absolute;inset:0;transform:scaleX(0)}.hero-special__cross{z-index:2;background:inherit;flex-shrink:0;width:1.25rem;height:1.25rem;position:relative}@media (width>=1180px){.hero-special__cross{width:2.5rem;height:2.5rem}}.hero-special__cross:before,.hero-special__cross:after{content:"";background:var(--cross-color,var(--border-inverted));position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-special__cross:before{width:.625rem;height:.0625rem}@media (width>=1180px){.hero-special__cross:before{width:.75rem;height:.125rem}}.hero-special__cross:after{width:.0625rem;height:.625rem}@media (width>=1180px){.hero-special__cross:after{width:.125rem;height:.75rem}}.hero-special__cross:first-of-type,.hero-special__cross:last-of-type{display:none}@media (width>=1180px){.hero-special__cross:first-of-type,.hero-special__cross:last-of-type{display:block}}.hero-special__cross--mobile:first-of-type{display:block}@media (width>=1180px){.hero-special__cross--mobile:first-of-type{display:none}}.hero-special__card{z-index:3;-webkit-backdrop-filter:blur(130px);backdrop-filter:blur(130px);background:#12121203 url(/wp-content/themes/alliance-altyn/assets/images/orange-ellips-5.png) 100% 0/100% no-repeat;border-radius:1.25rem;margin:.5rem;position:relative}@media (width>=1180px){.hero-special__card{background-size:50%;border-radius:.75rem;margin:0;position:absolute;inset:20% .5rem .5rem}}.hero-special__content{z-index:3;flex-direction:column;padding:1.25rem;display:flex;position:relative}@media (width>=1180px){.hero-special__content{flex-direction:column;justify-content:space-between;align-items:flex-start;row-gap:0;width:55%;padding:0;display:flex;position:absolute;top:2.5rem;bottom:2.5rem;left:2.5rem}}.hero-special__label{color:var(--text-inverted);margin:0 0 1.625rem;font-size:1.25rem;font-weight:400;line-height:112%}@media (width>=1180px){.hero-special__label{margin-bottom:0}}.hero-special__title{margin:0;font-size:2.5rem;font-weight:400;line-height:92%}@media (width>=1180px){.hero-special__title{font-size:5rem}}.hero-special__title{color:var(--text-inverted);margin-top:1.625rem;margin-bottom:7.1875rem;position:relative}@media (width>=1180px){.hero-special__title{margin-top:0;margin-bottom:0}}.hero-special__stats{flex-flow:row;align-items:stretch;column-gap:1.25rem;display:flex}@media (width>=1180px){.hero-special__stats{column-gap:2.5rem}}.hero-special__stat{flex-direction:column;align-items:flex-start;row-gap:.25rem;max-width:13.75rem;display:flex}.hero-special__stat-title{margin:0;font-size:1.375rem;font-weight:400;line-height:112%}@media (width>=1180px){.hero-special__stat-title{font-size:1.5rem}}.hero-special__stat-title{color:var(--text-inverted)}.hero-special__stat-description{margin:0;font-size:.875rem;font-weight:400;line-height:120%}@media (width>=1180px){.hero-special__stat-description{font-size:1rem}}.hero-special__stat-description{color:var(--text-inverted);opacity:.8}.hero-special__stat:last-child{display:none}@media (width>=1180px){.hero-special__stat:last-child{display:block}}.hero-special__widget{z-index:3;margin:0 .5rem .5rem;position:relative}@media (width>=1180px){.hero-special__widget{top:calc(50% + 2rem);bottom:unset;left:unset;position:absolute;right:2.5rem;transform:translateY(-50%)}}.period-slider{overflow:hidden}.period-slider__wrapper{flex-direction:column;gap:2.5rem;display:flex}@media (width>=1180px){.period-slider__wrapper{gap:1.875rem}}.period-slider__label{text-transform:uppercase;color:var(--text-accent);margin:0;font-size:.75rem;font-weight:500;line-height:100%}.period-slider__track-wrap{display:none}@media (width>=1180px){.period-slider__track-wrap{padding-bottom:1.875rem;display:block}}.period-slider__track{align-items:center;width:100%;display:flex;position:relative}.period-slider__year{margin:0;font-size:2.5rem;font-weight:400;line-height:92%}@media (width>=1180px){.period-slider__year{font-size:5rem}}.period-slider__year{color:var(--text-tertiary);white-space:nowrap;cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0;transition:color .3s}.period-slider__year:first-child{margin-right:auto}.period-slider__year.is-active{color:var(--text-accent)}.period-slider__year--end{margin-left:auto}.period-slider__progress-track{background:var(--border-gray);height:.0625rem;position:absolute;top:50%;overflow:hidden;transform:translateY(-50%)}.period-slider__progress-fill{background:var(--border-orange);width:0;height:100%;position:absolute;top:0;left:0}.period-slider__slides{flex-direction:column;gap:3.75rem;display:flex}@media (width>=1180px){.period-slider__slides{grid-template-columns:repeat(8,1fr);align-items:start;column-gap:2.5rem;display:grid}}.period-slider__photo-col{display:none}@media (width>=1180px){.period-slider__photo-col{aspect-ratio:400/558;border-radius:3.75rem;grid-column:4/6;display:block;position:relative;overflow:hidden}}.period-slider__image{opacity:0;transition:opacity .3s;position:absolute;inset:0}.period-slider__image.is-active{opacity:1}.period-slider__img{width:100%;height:100%;display:block}.period-slider__img img{object-fit:cover;width:100%;height:100%;display:block}.period-slider__slide{flex-direction:column;gap:.75rem;display:flex}@media (width>=1180px){.period-slider__slide{cursor:pointer;grid-column:span 3;grid-template-rows:repeat(3,auto);gap:.75rem;display:grid}.period-slider__slide:not(.is-active) .period-slider__slide-body{opacity:0;max-height:0}}.period-slider__slide-period{justify-content:center;align-items:center;gap:1.25rem;display:flex}@media (width>=1180px){.period-slider__slide-period{display:none}}.period-slider__slide-year{margin:0;font-size:2.25rem;font-weight:400;line-height:108%}@media (width>=1180px){.period-slider__slide-year{font-size:3.5rem}}.period-slider__slide-year{color:var(--text-accent);white-space:nowrap;flex-shrink:0;line-height:1}.period-slider__slide-period-line{background:var(--border-gray);flex:1;max-width:8.75rem;height:.0625rem}.period-slider__slide-photo{aspect-ratio:335/200;border-radius:1rem;overflow:hidden}@media (width>=1180px){.period-slider__slide-photo{display:none}}.period-slider__slide-title{margin:0;font-size:1.375rem;font-weight:400;line-height:112%}@media (width>=1180px){.period-slider__slide-title{font-size:1.5rem}}.period-slider__slide-title{color:var(--text-primary)}@media (width>=1180px){.period-slider__slide-title{color:var(--text-tertiary);cursor:pointer;margin:0;font-size:2.25rem;font-weight:400;line-height:100%}}@media (width>=1180px) and (width>=1180px){.period-slider__slide-title{font-size:2.875rem}}@media (width>=1180px){.period-slider__slide.is-active .period-slider__slide-title{color:var(--text-primary)}}.period-slider__slide-years{margin:0;font-size:.875rem;font-weight:400;line-height:120%}@media (width>=1180px){.period-slider__slide-years{font-size:1rem}}.period-slider__slide-years{color:var(--text-secondary)}@media (width>=1180px){.period-slider__slide-years{color:var(--text-light);transition:color .3s}.period-slider__slide.is-active .period-slider__slide-years{color:var(--text-secondary)}}.period-slider__slide-body{flex-direction:column;gap:2rem;padding-top:.25rem;display:flex}@media (width>=1180px){.period-slider__slide-body{opacity:0;gap:2.5rem;max-height:0;padding-top:1.75rem;transition:max-height .3s,opacity .3s;overflow:hidden}.period-slider__slide.is-active .period-slider__slide-body{opacity:1;max-height:50rem}}.period-slider__slide-desc{margin:0;font-size:.875rem;font-weight:400;line-height:120%}@media (width>=1180px){.period-slider__slide-desc{font-size:1rem}}.period-slider__slide-desc{color:var(--text-primary)}.period-slider__labels{flex-direction:column;row-gap:1.25rem;display:flex}.period-slider__label-item{border-top:.0625rem solid var(--border-gray);justify-content:space-between;align-items:baseline;gap:1rem;padding:.75rem 0 0;display:flex}.period-slider__label-name{margin:0;font-size:.875rem;font-weight:400;line-height:120%}@media (width>=1180px){.period-slider__label-name{font-size:1rem}}.period-slider__label-name{color:var(--text-secondary)}.period-slider__label-value{margin:0;font-size:.875rem;font-weight:400;line-height:120%}@media (width>=1180px){.period-slider__label-value{font-size:1rem}}.period-slider__label-value{color:var(--text-primary);white-space:nowrap;flex-shrink:0}.info-cards__wrapper{flex-direction:column;gap:2.5rem;display:flex}.info-cards__titles{flex-direction:column;gap:1.5rem;display:flex}@media (width>=1180px){.info-cards__titles{gap:2.5rem}}.info-cards__section-title{grid-template-columns:repeat(2,1fr);align-items:center;gap:1.25rem;display:grid}@media (width>=1180px){.info-cards__section-title{grid-template-columns:repeat(8,1fr);gap:2.5rem}}.info-cards__section-title .section-title__decor{overflow:hidden}.info-cards__title{display:flex}@media (width>=1180px){.info-cards__title{grid-template-columns:repeat(8,1fr);gap:2.5rem;display:grid}}.info-cards__title p{margin:0;font-size:1.625rem;font-weight:400;line-height:108%}@media (width>=1180px){.info-cards__title p{font-size:2.375rem}}.info-cards__title p{color:var(--text-primary)}@media (width>=1180px){.info-cards__title p{grid-column:1/6}}.info-cards__cards{flex-direction:column;gap:2.5rem;margin:2.5rem 0;display:flex}@media (width>=1180px){.info-cards__cards{grid-template-columns:repeat(2,1fr);display:grid}}.info-cards__card{flex-direction:column;justify-content:space-between;gap:1.25rem;padding:.75rem 0;display:flex;position:relative}@media (width>=1180px){.info-cards__card{aspect-ratio:680/481;gap:0;padding:0}}.info-cards__card-image{aspect-ratio:335/180;display:block;overflow:hidden}@media (width>=1180px){.info-cards__card-image{aspect-ratio:680/360}}.info-cards__card-image img{object-fit:cover;width:100%;height:100%}.info-cards__card-content{flex-direction:column;gap:.75rem;display:flex}@media (width>=1180px){.info-cards__card-content{gap:1.25rem;padding:.5rem}}.info-cards__card-title{margin:0;font-size:1.375rem;font-weight:400;line-height:112%}@media (width>=1180px){.info-cards__card-title{font-size:1.5rem}}.info-cards__card-title{color:var(--text-primary)}.info-cards__card-description{margin:0;font-size:.875rem;font-weight:400;line-height:120%}@media (width>=1180px){.info-cards__card-description{font-size:1rem}}.info-cards__card-description{color:var(--text-secondary)}@media (width>=1180px){.info-cards__card-description{max-width:34rem}}.info-cards__card-decor{pointer-events:none;position:absolute;inset:0}.info-cards__cards .card-cross__line--bottom,.info-cards__cards .card-cross__plus--bc{display:block}.info-cards__cards .info-cards__card:last-child .card-cross__line--bottom,.info-cards__cards .info-cards__card:last-child .card-cross__plus--bc{display:none}@media (width>=1180px){.info-cards__cards .card-cross__line,.info-cards__cards .card-cross__plus--tl,.info-cards__cards .card-cross__plus--tr,.info-cards__cards .card-cross__plus--bl,.info-cards__cards .card-cross__plus--br{display:block}.info-cards__cards .card-cross__plus--bc{display:none}.info-cards__cards .info-cards__card:last-child .card-cross__line--bottom{display:block}.info-cards__cards .info-cards__card .card-cross__line--left,.info-cards__cards .info-cards__card .card-cross__plus--tl,.info-cards__cards .info-cards__card .card-cross__plus--bl,.info-cards__cards .info-cards__card:nth-child(2n) .card-cross__line--right,.info-cards__cards .info-cards__card:nth-child(2n) .card-cross__plus--tr,.info-cards__cards .info-cards__card:nth-child(2n) .card-cross__plus--br,.info-cards__cards .info-cards__card:nth-child(n+3) .card-cross__line--top,.info-cards__cards .info-cards__card:nth-child(n+3) .card-cross__plus--tl,.info-cards__cards .info-cards__card:nth-child(n+3) .card-cross__plus--tr{display:none}}html{scrollbar-gutter:stable;font-family:Onest,sans-serif}.body--no-scroll{overflow:hidden}.container{width:100%;margin:0 auto;padding:0 1.25rem}:root{--swiper-theme-color:#007aff}:host{z-index:1;margin-left:auto;margin-right:auto;display:block;position:relative}.swiper{z-index:1;margin-left:auto;margin-right:auto;padding:0;list-style:none;display:block;position:relative;overflow:hidden}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{z-index:1;width:100%;height:100%;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box;display:flex;position:relative}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate(0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;transition-property:transform;display:block;position:relative}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{scrollbar-width:none;-ms-overflow-style:none;overflow:auto}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(#0000,#00000080)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(#00000080,#0000)}.swiper-lazy-preloader{z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top-color:#0000;border-radius:50%;width:42px;height:42px;margin-top:-21px;margin-left:-21px;position:absolute;top:50%;left:50%}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:1s linear infinite swiper-preloader-spin}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
/*$vite$:1*/