

/* Start:/local/templates/uralsteel_2024/libs/choices/choices.min.css?17333191017666*/
.choices{position:relative;overflow:hidden;margin-bottom:24px;font-size:16px}.choices:focus{outline:0}.choices:last-child{margin-bottom:0}.choices.is-open{overflow:visible}.choices.is-disabled .choices__inner,.choices.is-disabled .choices__input{background-color:#eaeaea;cursor:not-allowed;-webkit-user-select:none;user-select:none}.choices.is-disabled .choices__item{cursor:not-allowed}.choices [hidden]{display:none!important}.choices[data-type*=select-one]{cursor:pointer}.choices[data-type*=select-one] .choices__inner{padding-bottom:7.5px}.choices[data-type*=select-one] .choices__input{display:block;width:100%;padding:10px;border-bottom:1px solid #ddd;background-color:#fff;margin:0}.choices[data-type*=select-one] .choices__button{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);padding:0;background-size:8px;position:absolute;top:50%;right:0;margin-top:-10px;margin-right:25px;height:20px;width:20px;border-radius:10em;opacity:.25}.choices[data-type*=select-one] .choices__button:focus,.choices[data-type*=select-one] .choices__button:hover{opacity:1}.choices[data-type*=select-one] .choices__button:focus{box-shadow:0 0 0 2px #00bcd4}.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button{display:none}.choices[data-type*=select-one]::after{content:"";height:0;width:0;border-style:solid;border-color:#333 transparent transparent;border-width:5px;position:absolute;right:11.5px;top:50%;margin-top:-2.5px;pointer-events:none}.choices[data-type*=select-one].is-open::after{border-color:transparent transparent #333;margin-top:-7.5px}.choices[data-type*=select-one][dir=rtl]::after{left:11.5px;right:auto}.choices[data-type*=select-one][dir=rtl] .choices__button{right:auto;left:0;margin-left:25px;margin-right:0}.choices[data-type*=select-multiple] .choices__inner,.choices[data-type*=text] .choices__inner{cursor:text}.choices[data-type*=select-multiple] .choices__button,.choices[data-type*=text] .choices__button{position:relative;display:inline-block;margin:0-4px 0 8px;padding-left:16px;border-left:1px solid #008fa1;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);background-size:8px;width:8px;line-height:1;opacity:.75;border-radius:0}.choices[data-type*=select-multiple] .choices__button:focus,.choices[data-type*=select-multiple] .choices__button:hover,.choices[data-type*=text] .choices__button:focus,.choices[data-type*=text] .choices__button:hover{opacity:1}.choices__inner{display:inline-block;vertical-align:top;width:100%;background-color:#f9f9f9;padding:7.5px 7.5px 3.75px;border:1px solid #ddd;border-radius:2.5px;font-size:14px;min-height:44px;overflow:hidden}.is-focused .choices__inner,.is-open .choices__inner{border-color:#b7b7b7}.is-open .choices__inner{border-radius:2.5px 2.5px 0 0}.is-flipped.is-open .choices__inner{border-radius:0 0 2.5px 2.5px}.choices__list{margin:0;padding-left:0;list-style:none}.choices__list--single{display:inline-block;padding:4px 16px 4px 4px;width:100%}[dir=rtl] .choices__list--single{padding-right:4px;padding-left:16px}.choices__list--single .choices__item{width:100%}.choices__list--multiple{display:inline}.choices__list--multiple .choices__item{display:inline-block;vertical-align:middle;border-radius:20px;padding:4px 10px;font-size:12px;font-weight:500;margin-right:3.75px;margin-bottom:3.75px;background-color:#00bcd4;border:1px solid #00a5bb;color:#fff;word-break:break-all;box-sizing:border-box}.choices__list--multiple .choices__item[data-deletable]{padding-right:5px}[dir=rtl] .choices__list--multiple .choices__item{margin-right:0;margin-left:3.75px}.choices__list--multiple .choices__item.is-highlighted{background-color:#00a5bb;border:1px solid #008fa1}.is-disabled .choices__list--multiple .choices__item{background-color:#aaa;border:1px solid #919191}.choices__list--dropdown,.choices__list[aria-expanded]{visibility:hidden;z-index:1;position:absolute;width:100%;background-color:#fff;border:1px solid #ddd;top:100%;margin-top:-1px;border-bottom-left-radius:2.5px;border-bottom-right-radius:2.5px;overflow:hidden;word-break:break-all;will-change:visibility}.is-active.choices__list--dropdown,.is-active.choices__list[aria-expanded]{visibility:visible}.is-open .choices__list--dropdown,.is-open .choices__list[aria-expanded]{border-color:#b7b7b7}.is-flipped .choices__list--dropdown,.is-flipped .choices__list[aria-expanded]{top:auto;bottom:100%;margin-top:0;margin-bottom:-1px;border-radius:.25rem .25rem 0 0}.choices__list--dropdown .choices__list,.choices__list[aria-expanded] .choices__list{position:relative;max-height:300px;overflow:auto;-webkit-overflow-scrolling:touch;will-change:scroll-position}.choices__list--dropdown .choices__item,.choices__list[aria-expanded] .choices__item{position:relative;padding:10px;font-size:14px}[dir=rtl] .choices__list--dropdown .choices__item,[dir=rtl] .choices__list[aria-expanded] .choices__item{text-align:right}@media (min-width:640px){.choices__list--dropdown .choices__item--selectable,.choices__list[aria-expanded] .choices__item--selectable{padding-right:100px}.choices__list--dropdown .choices__item--selectable::after,.choices__list[aria-expanded] .choices__item--selectable::after{content:attr(data-select-text);font-size:12px;opacity:0;position:absolute;right:10px;top:50%;transform:translateY(-50%)}[dir=rtl] .choices__list--dropdown .choices__item--selectable,[dir=rtl] .choices__list[aria-expanded] .choices__item--selectable{text-align:right;padding-left:100px;padding-right:10px}[dir=rtl] .choices__list--dropdown .choices__item--selectable::after,[dir=rtl] .choices__list[aria-expanded] .choices__item--selectable::after{right:auto;left:10px}}.choices__list--dropdown .choices__item--selectable.is-highlighted,.choices__list[aria-expanded] .choices__item--selectable.is-highlighted{background-color:#f2f2f2}.choices__list--dropdown .choices__item--selectable.is-highlighted::after,.choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after{opacity:.5}.choices__item{cursor:default}.choices__item--selectable{cursor:pointer}.choices__item--disabled{cursor:not-allowed;-webkit-user-select:none;user-select:none;opacity:.5}.choices__heading{font-weight:600;font-size:12px;padding:10px;border-bottom:1px solid #f7f7f7;color:gray}.choices__button{text-indent:-9999px;-webkit-appearance:none;appearance:none;border:0;background-color:transparent;background-repeat:no-repeat;background-position:center;cursor:pointer}.choices__button:focus,.choices__input:focus{outline:0}.choices__input{display:inline-block;vertical-align:baseline;background-color:#f9f9f9;font-size:14px;margin-bottom:5px;border:0;border-radius:0;max-width:100%;padding:4px 0 4px 2px}.choices__input::-webkit-search-cancel-button,.choices__input::-webkit-search-decoration,.choices__input::-webkit-search-results-button,.choices__input::-webkit-search-results-decoration{display:none}.choices__input::-ms-clear,.choices__input::-ms-reveal{display:none;width:0;height:0}[dir=rtl] .choices__input{padding-right:2px;padding-left:0}.choices__placeholder{opacity:.5}
/* End */


/* Start:/local/templates/uralsteel_2024/libs/fancy/jquery.fancybox.min.css?173331910125343*/
:root{--f-spinner-width: 36px;--f-spinner-height: 36px;--f-spinner-color-1: rgba(0, 0, 0, 0.1);--f-spinner-color-2: rgba(17, 24, 28, 0.8);--f-spinner-stroke: 2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg *:first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg *:last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{100%{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0, var(--f-throw-out-distance, 150px), 0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration, 0.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration, 0.2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, 0.2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeOut{100%{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideOutNext{100%{transform:translateX(-100%)}}@keyframes f-slideOutPrev{100%{transform:translateX(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicOutNext{100%{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{100%{transform:translateX(75px);opacity:0}}:root{--f-button-width: 40px;--f-button-height: 40px;--f-button-border: 0;--f-button-border-radius: 0;--f-button-color: #374151;--f-button-bg: #f8f8f8;--f-button-hover-bg: #e0e0e0;--f-button-active-bg: #d0d0d0;--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 20px;--f-button-svg-height: 20px;--f-button-svg-stroke-width: 1.5;--f-button-svg-fill: none;--f-button-svg-filter: none;--f-button-svg-disabled-opacity: 0.65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media(hover: hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden !important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color: #dbdbdb;--fancybox-hover-color: #fff;--fancybox-bg: rgba(24, 24, 27, 0.98);--fancybox-slide-gap: 10px;--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-color-1: rgba(255, 255, 255, 0.1);--f-spinner-color-2: #bbb;--f-spinner-stroke: 3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:visible;z-index:var(--fancybox-zIndex, 1050);outline:none;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container::backdrop{background-color:rgba(0,0,0,0)}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity, 1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;overscroll-behavior:contain;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video{overflow:hidden}.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}.fancybox__backdrop:empty,.fancybox__viewport:empty,.fancybox__track:empty,.fancybox__slide:empty{display:block}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-animating .fancybox__content,.is-dragging .fancybox__content{will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;object-fit:contain;user-select:none;filter:blur(0px)}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px 0;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width: 2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width: 34px;--f-button-height: 34px;--f-button-border-radius: 4px;--f-button-color: var(--fancybox-color, #fff);--f-button-hover-color: var(--fancybox-color, #fff);--f-button-bg: transparent;--f-button-hover-bg: transparent;--f-button-active-bg: transparent;--f-button-svg-width: 22px;--f-button-svg-height: 22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity, 1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24,24,27,.5)}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius: 50%;--f-button-color: #fff;--f-button-hover-color: #fff;--f-button-outline-color: #000;--f-button-bg: rgba(0, 0, 0, 0.6);--f-button-active-bg: rgba(0, 0, 0, 0.6);--f-button-hover-bg: rgba(0, 0, 0, 0.6);--f-button-svg-width: 18px;--f-button-svg-height: 18px;--f-button-svg-filter: none;top:5px;right:5px}.fancybox__nav{--f-button-width: 50px;--f-button-height: 50px;--f-button-border: 0;--f-button-border-radius: 50%;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: transparent;--f-button-hover-bg: rgba(24, 24, 27, 0.3);--f-button-active-bg: rgba(24, 24, 27, 0.5);--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 26px;--f-button-svg-height: 26px;--f-button-svg-stroke-width: 2.5;--f-button-svg-fill: none;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));--f-button-svg-disabled-opacity: 0.65;--f-button-next-pos: 1rem;--f-button-prev-pos: 1rem;opacity:var(--fancybox-opacity, 1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;object-fit:contain;z-index:40;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-enter-duration, 0.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{width:100%;height:100%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.f-carousel__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-outline: 0;--f-thumb-outline-color: #5eb0ef;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1;--f-thumb-border-radius: 2px;--f-thumb-offset: 0px;--f-button-next-pos: 0;--f-button-prev-pos: 0}.f-carousel__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1}.f-carousel__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2, #e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden;transform:translate3d(0, 0, 0)}.f-thumbs__track{display:flex}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:max-content}.is-modern .f-thumbs__track::before{content:"";position:absolute;top:0;bottom:0;left:calc((var(--f-thumb-clip-width, 0))*-0.5);width:calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0));cursor:pointer}.is-modern .f-thumbs__slide{width:var(--f-thumb-clip-width);transform:translate3d(calc(var(--shift, 0) * -1px), 0, 0);transition:none;pointer-events:none}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{transition:clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.f-thumbs__slide__button{appearance:none;width:var(--f-thumb-width);height:100%;margin:0 -100% 0 -100%;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:rgba(0,0,0,0);outline:none;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{outline:none;opacity:var(--f-thumb-selected-opacity)}.is-modern .f-thumbs__slide__button{--clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .is-nav-selected .f-thumbs__slide__button::after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;object-fit:cover;border-radius:var(--f-thumb-border-radius)}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px 0}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-border-radius: 2px;--f-thumb-outline: 2px;--f-thumb-outline-color: #ededed;position:relative;opacity:var(--fancybox-opacity, 1);transition:max-height .35s cubic-bezier(0.23, 1, 0.32, 1)}.fancybox__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width: 64px;--f-thumb-clip-width: 32px;--f-thumb-height: 48px;--f-thumb-extra-gap: 10px}.fancybox__thumbs.is-masked{max-height:0px !important}.is-closing .fancybox__thumbs{transition:none !important}.fancybox__toolbar{--f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));--f-button-width: 46px;--f-button-height: 46px;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: rgba(24, 24, 27, 0.65);--f-button-hover-bg: rgba(70, 70, 73, 0.65);--f-button-active-bg: rgba(90, 90, 93, 0.65);--f-button-border-radius: 0;--f-button-svg-width: 24px;--f-button-svg-height: 24px;--f-button-svg-stroke-width: 1.5;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: 0.65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));z-index:30;user-select:none;pointer-events:none}
/* End */


/* Start:/local/templates/uralsteel_2024/libs/odometer/odometer-theme-default.css?17333191013563*/
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  font-family: "Helvetica Neue", sans-serif;
  line-height: 1.1em;
}
.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
  text-align: center;
}

/* End */


/* Start:/local/templates/uralsteel_2024/libs/swiper/swiper-bundle.min.css?173331910118431*/
/**
 * Swiper 10.1.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 1, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;overflow:clip;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.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{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.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-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.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-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;-ms-touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/templates/uralsteel_2024/additional_css/normalize.css?17333191016341*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type=search] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}
/* End */


/* Start:/local/templates/uralsteel_2024/styles.css?17333191011016*/
/** btn-main */
.btn-main {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    padding: 0 16px;
    text-decoration: none;
    overflow: hidden;
    color: #FF3C00;
}
.btn-main .txt{
    color: inherit;
    font-weight: 700;
    line-height: 100%;
    transition: 0.3s;
}
.btn-main svg{
    width: 18px;
    height: 15px;
    flex-shrink: 0;
    margin-left: 30px;
}
/** ./btn-main */


/** btnanima */
.btnanima {
    position: relative;
    background: linear-gradient(-45deg, #FF1E1E, #FF6839, #FF5469);
    background-size: 600%;
    animation: anime 16s linear infinite;
    z-index: 1;
    transition: .3s;
}
.btnanima:before {
    content: '';
    display: block;
    width: 15%;
    height: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    padding-bottom: 15%;
    border-radius: 50%;
    opacity: 0;
    background-color: #fff;
}
.btnanima:hover:before {
    animation: hoverCircle 1.3s;
}
/** ./ btnanima */
/* End */


/* Start:/local/templates/uralsteel_2024/template_styles.css?1755609929145636*/
@font-face {
    font-family: "DIN 2014";
    src: url("/local/templates/uralsteel_2024/fonts/din2014-regular-webfont.woff2") format("woff2"), url("/local/templates/uralsteel_2024/fonts/din2014-regular-webfont.woff") format("woff");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "DIN 2014";
    src: url("/local/templates/uralsteel_2024/fonts/din2014-demibold-webfont.woff2") format("woff2"), url("/local/templates/uralsteel_2024/fonts/din2014-demibold-webfont.woff") format("woff");
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: "DIN 2014";
    src: url("/local/templates/uralsteel_2024/fonts/din2014-bold-webfont.woff2") format("woff2"), url("/local/templates/uralsteel_2024/fonts/din2014-bold-webfont.woff") format("woff");
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "DIN 2014";
    src: url("/local/templates/uralsteel_2024/fonts/din2014-extrabold-webfont.woff2") format("woff2"), url("/local/templates/uralsteel_2024/fonts/din2014-extrabold-webfont.woff") format("woff");
    font-style: normal;
    font-weight: 800;
}

* {
    box-sizing: border-box;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

table {
    width: 100%;
    border-collapse: collapse;
}
main th, main td {
    border: 2px solid #E7E7E7;
    padding: 30px 45px;
    text-align: left;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #000;
    vertical-align: top;
}
main th {
    font-weight: 400;
    font-size: 28px;
    line-height: 120%;
    text-transform: uppercase;
    color: #000;
    vertical-align: top;
}
main th span {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #000;
}

.srow {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.scol {
    padding: 0 15px;
}
.scol-1 {
    width: 8.333%;
}
.scol-2 {
    width: 16.666%;
}
.scol-3 {
    width: 25%;
}
.scol-4 {
    width: 33.333%;
}
.scol-5 {
    width: 41.666%;
}
.scol-6 {
    width: 50%;
}
.scol-7 {
    width: 58.333%;
}
.scol-8 {
    width: 66.666%;
}
.scol-9 {
    width: 75%;
}
.scol-10 {
    width: 83.333%;
}
.scol-11 {
    width: 91.666%;
}
.scol-12 {
    width: 100%;
}

body {
    min-height: 100vh;
    font-family: "DIN 2014";
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: normal;
    background-color: #ffffff;
    overflow-x: hidden;
    /*min-width: 768px;*/
    overflow-x: inherit;
}

body.freeze {
    overflow: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

.container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1400px;
    min-width: 1280px;
}

button,
input,
textarea {
    padding: 0;
    background: none;
    border: 0;
    outline: none;
    font: inherit;
}

a:link,
a:active,
a:visited,
a:hover{
    color: #ff3c00;
}

.standard-link{
    text-decoration: none;
}

button {
    cursor: pointer;
}

.visually-hidden:not(:focus):not(:active),
input[type=checkbox].visually-hidden,
input[type=checked].visually-hidden,
input[type=radio].visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

button:hover,
button:active,
button:focus,
input:hover,
input:active,
input:focus {
    outline: none;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: transparent;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]:hover,
input[type=number]:focus {
    -moz-appearance: number-input;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.h2 {
    font-size: 54px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
}

pre{
    color: #000;
}

.animPositionFadeListItem {
    position: relative;
    opacity: 0;
    top: 1em;
}

.top .top-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: rgba(18, 18, 18, 0.5);
}

.section-table {
    margin-top: 30px;
}

.video-bg-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    pointer-events: none;
}

.video-bg {
    pointer-events: all;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.fancybox-slide--video .fancybox-content {
    width: 100% !important;
    max-width: 1166px;
    height: auto !important;
}

@keyframes anime {
    0% {
        width: 0%;
        opacity: 1;
    }

    50% {
        width: 100%;
    }

    100% {
        width: 200%;
    }
}

.header {
    top: -192px;
    padding-top: 36px;
    height: 185px;
    background-color: #ffffff;
}

.header.move {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100px;
    padding: 0;
    box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
}

.header.move .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-gap: 0;
    height: 100%;
}

.header.move .logo {
    width: 146px;
    height: 54px;
    margin-right: 40px;
    overflow: hidden;
}

.header.move .logo svg,
.header.move .logo .txt {
    display: none;
}

.header.move .contacts-wrapper {
    padding: 0;
    align-self: center;
    justify-content: right;
    margin-left: auto;
    min-width: 286px;
}

.header .container {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-gap: 24px;
}

.header .logo {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.header .logo img {
    width: 193px;
    height: 71px;
    flex-shrink: 0;
}

.header .contacts-wrapper {
    display: flex;
    align-items: center;
    justify-self: end;
    align-self: start;
    padding-top: 8px;
    grid-column: 2/3;
    grid-row: 1/2;
    position: relative;
}

.header .contacts-wrapper .link {
    display: flex;
    width: 20px;
    height: 20px;
    margin-left: 12px;
    text-decoration: none;
}
.header .contacts-wrapper .link.orange{
    color: white;
    background: rgb(255, 68, 44);
    white-space: nowrap;
    width: auto;
    padding: 2px 12px;
    position: absolute;
    left: -106px;
    border-radius: 12px;
    font-size: 16px;
    line-height: 16px;
    height: 22px;
}
.header.move .contacts-wrapper .link.orange{
    left: auto;
    right: 0;
    top: -30px;
}

.header .contacts-wrapper .link:first-of-type,
.header .contacts-wrapper .link.fst
{
    margin-left: 0;
}

.header .contacts-wrapper .search-btn {
    display: flex;
    width: 20px;
    height: 20px;
    margin-left: 12px;
}

.header .contacts-wrapper .lang {
    margin-left: 12px;
}

.header .contacts-wrapper .lang p {
    width: 20px;
    height: 20px;
}

.header .contacts-wrapper .tel {
    margin-left: 12px;
    display: flex;
    height: 20px;
    color: #231F20;
    text-decoration: none;
    white-space: nowrap;
}

.header .contacts-wrapper .share-btn {
    position: relative;
    width: 20px;
    height: 20px;
    margin-left: 12px;
}

.header .contacts-wrapper .share-btn svg {
    width: 20px;
    height: 20px;
}
.header .contacts-wrapper .help {
    position: relative;
}
.header .contacts-wrapper .help .txt {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    height: auto;
    padding: 0 12px;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 12px;
    background: #040406;
    opacity: 0;
    transform: translateX(-50%);
}

.header .contacts-wrapper .help .txt::before {
    content: "";
    position: absolute;
    bottom: -5.947723px;
    left: 50%;
    width: 6.867798px;
    height: 5.947723px;
    background-image: url("/local/templates/uralsteel_2024/img/arrow.svg");
    transform: translateX(-50%);
}

.header .nav-wrapper {
    grid-column: 1/3;
    display: flex;
    align-items: center;
}
.nav-block {
    display: flex;
    align-items: center;
    position: relative;
    background: linear-gradient(-45deg, #FF1E1E, #FF6839, #FF5469);
    background-size: 600%;
    animation: anime 16s linear infinite;
    z-index: 1;
    transition: .3s;
}

.header .nav-wrapper .all,
.header .nav-wrapper nav a {
    padding: 18px 32px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    background-color: #fff;
    transition: 0.3s;
}
.header .nav-wrapper .active {
    border-color: transparent;
    background: transparent;
    color: #fff;
}

.btnanima {
    position: relative;
    background: linear-gradient(-45deg, #FF1E1E, #FF6839, #FF5469);
    background-size: 600%;
    animation: anime 16s linear infinite;
    z-index: 1;
    transition: .3s;
}
.header .nav-wrapper .active {
    position: relative;
    z-index: 1;
}
.header .nav-wrapper .active:before {
    z-index: -1;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
    height: 90%;
    background: linear-gradient(-45deg, #FF1E1E, #FF6839, #FF5469);
    background-size: 600%;
    animation: anime 16s linear infinite;
    filter: blur(30px);
    opacity: .3;
}
@keyframes anime {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
/*.btnanima:not(.active):hover {
  background: transparent;
}*/

.header .nav-wrapper .all:not(.active):hover {
    background-color: transparent;
}

.header .nav-wrapper .all:not(.active):hover .txt {
    color: #020202;
}

.header .nav-wrapper .all .txt,
.header .nav-wrapper nav a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s;
    position: relative;
}
.header .nav-wrapper nav a {
    color: #020202;
}
.header .nav-wrapper nav a:hover {
    color: #fff;
    background: transparent;
}

.header .nav-wrapper nav {
    display: flex;
    align-items: center;
}

.top {
    margin-top: 30px;
}

.top.header-move {
    padding-top: 185px;
}

.top .top-wrapper {
    position: relative;
    padding: 48px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 10px;
    overflow: hidden;
}

.top .top-wrapper h6,
.top .top-wrapper h2 {
    color: #ffffff;
    font-size: 44px;
    font-weight: 400;
}

.top .bottom-wrapper .string p {
    font-size: 18px;
    font-weight: 400;
    max-width: none;
}

.top .bottom-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 92px;
    background-color: #ffffff;
}

.top .bottom-wrapper.move {
    box-shadow: 0px -4px 17px 0px rgba(0, 0, 0, 0.05);
}

.top .bottom-wrapper .container {
    flex-direction: row;
    align-items: center;
    min-height: auto;
    margin-top: 0;
}

.top .bottom-wrapper .string {
    position: relative;
    margin-right: 16px;
    white-space: nowrap;
    overflow: hidden;
}

.top .bottom-wrapper .string .txt-wrapper {
    display: flex;
    max-width: none;
    align-items: center;
}

.top .bottom-wrapper .string::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 10;
    width: 220px;
    height: 50px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 36.878%, rgb(255, 255, 255) 97.655%);
    transform: translateY(-50%);
}

.top .bottom-wrapper .string span {
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 6px;
    flex-shrink: 0;
}

.top .bottom-wrapper .string p {
    color: rgb(5, 3, 4);
}

.top .bottom-wrapper .btns {
    position: relative;
    display: flex;
    flex-shrink: 0;
}

.top .bottom-wrapper .btns a {
    padding: 18px 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 16px;
    height: 52px;
    text-decoration: none;
    border-radius: 2px;
    transition: 0.3s;
    position: relative;
    border-radius: 2px;
    overflow: hidden;
}

.top .bottom-wrapper .btns a[data-src="#product_order"]{
    position: fixed;
    right: 16px;
    background: #FF7D55;
}

.btnanima:before {
    content: '';
    display: block;
    width: 15%;
    height: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    padding-bottom: 15%;
    border-radius: 50%;
    opacity: 0;
    background-color: #fff;
}
.btnanima:hover:before {
    animation: hoverCircle 1.3s;

}
@keyframes hoverCircle {
    0% {
        opacity: 0;
        transform: translate(-50%,-50%) scale(1);
    }
    15% {
        opacity: .1;
        transform: translate(-50%,-50%) scale(5);
    }
    25% {
        opacity: .2;
        transform: translate(-50%,-50%) scale(10);
    }
    50% {
        opacity: 0;
        transform: translate(-50%,-50%) scale(10);
    }
    100% {
        opacity: 0;
        transform: translate(-50%,-50%) scale(1);
    }
}

.top .bottom-wrapper .btns a:first-of-type {
    margin-left: 0;
}

.top .bottom-wrapper .btns a .txt {
    color: #ffffff;
    position: relative;
    z-index: 1;
    font-weight: 600;
    transition: 0.3s;
}

.ticker {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 92px;
    background-color: #ffffff;
}

.ticker.move {
    box-shadow: 0px -4px 17px 0px rgba(0, 0, 0, 0.05);
}

.ticker .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    min-height: auto;
}

.ticker .string {
    position: relative;
    margin-right: 16px;
    white-space: nowrap;
    overflow: hidden;
}

.ticker .string .txt-wrapper {
    display: flex;
    align-items: center;
}

.ticker .string::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 10;
    width: 220px;
    height: 50px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 36.878%, rgb(255, 255, 255) 97.655%);
    transform: translateY(-50%);
}

.ticker .string span {
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 6px;
    flex-shrink: 0;
}

.ticker .string p {
    color: rgb(5, 3, 4);
}

.ticker .btns {
    display: flex;
    flex-shrink: 0;
}

.ticker .btns a {
    position: relative;
    padding: 18px 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 16px;
    height: 52px;
    text-decoration: none;
    background: #FF442C;
    transition: 0.3s;
    overflow: hidden;
}

.ticker .btns a:hover {
    background-color: #FF442C;
    border-radius: 2px;
}

.ticker .btns a:hover::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 15%;
    padding-bottom: 100%;
    height: 0;
    background-color: #fff;
    border-radius: 50%;
    background: linear-gradient(-45deg, #FF1E1E, #FF6839, #FF5469);
    transform: translate(-50%, -50%);
    animation: anime 0.5s linear backwards;
    opacity: 0;
}

.ticker .btns a:hover .txt {
    color: #ffffff;
}

.ticker .btns a:first-of-type {
    margin-left: 0;
}

.ticker .btns a .txt {
    z-index: 10;
    color: #ffffff;
    font-weight: 700;
    transition: 0.3s;
}

.top {
    margin-top: 0;
}

.top.header-move {
    padding-top: 185px;
}

.top.top--main h2 {
    font-size: 44px;
}

.top.top--inner p {
    max-width: 525px;
    font-size: 24px;
}
.top.top--inner .top-wrapper .txt-wrapper p {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #fff;
}

.top.top-short .container {
    min-height: auto;
}

.top.top--sub .container {
    min-height: 478px;
}

.top.top--sub .top-wrapper {
    justify-content: center;
}

.top.top--sub .top-wrapper .txt-wrapper {
    margin-top: 0;
}

.top .container {
    margin-top: 30px;
    min-height: 478px;
    display: flex;
    flex-direction: column;
}

.top .top-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgb(0, 0, 0), rgba(0, 0, 0, 0) 100%);
    background-color: rgba(0, 0, 0, 0);
    opacity: 0.7;
    background-color: transparent !important;
}

.top .img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -20;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    transform: translate(-50%, -50%);
}

.top .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.top .img img.right_align{
    object-position: center right;
}
.top .img img.left_align{
    object-position: center left;
}

.top .breadcrumbs {
    display: flex;
    margin-bottom: 25px;
}

.top .breadcrumbs a {
    color: #ffffff;
    font-size: 10px;
    line-height: 100%;
    text-transform: uppercase;
    text-decoration: none;
    transition: .3s;
}

.top .breadcrumbs a:hover {
    color: #FF442C;
}

.top .breadcrumbs a:first-child::before {
    content: none;
}

.top .breadcrumbs a::before {
    content: "/";
    color: #fff;
    padding: 0 2px;
}

.top .txt-wrapper {
    max-width: 618px;
    margin-top: auto;
}

.top h2 {
    color: #ffffff;
    font-weight: 400;
}

.top p,
.top div {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
}
section.top .top-wrapper .txt-wrapper.animPositionFadeList p,
section.top .top-wrapper .txt-wrapper.animPositionFadeList div {
    margin-top: 15px;
}

.top p.txt-sm {
    font-size: 16px;
    line-height: 130%;
}

.top nav {
    display: flex;
    align-items: center;
    margin-top: 34px;
}

.top nav a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    padding: 0 18px;
    min-width: 114px;
    color: #010303;
    font-weight: 600;
    line-height: 100%;
    text-decoration: none;
    background: #ffffff;
    white-space: nowrap;
    transition: 0.3s;
}

.top nav a.active {
    z-index: 10;
    color: #FFFFFF;
    background-color: #FF442C;
}

.top nav a.active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -10;
    width: 100%;
    height: 100%;
    background: linear-gradient(-45deg, #FF1E1E, #FF6839, #FF5469);
    filter: blur(30px);
    opacity: 0.3;
}

.top nav a:hover {
    color: #FFFFFF;
    background-color: #FF442C;
    border-right-color: #FF442C !important;
}

.top nav a:first-of-type {
    margin-left: 0;
}

.top .back-btn {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.top .back-btn svg {
    width: 18px;
    height: 16px;
    flex-shrink: 0;
    margin-right: 10px;
}
.top .back-btn svg path {
    transition: .3s;
}

.top .back-btn a:hover svg path {
    fill: #FF3C00;
}

.top .back-btn .txt {
    color: #ffffff;
    font-size: 36px;
    line-height: 100%;
    text-transform: uppercase;
}

.strategy {
    margin-top: 40px;
}

.strategy .container {
    display: grid;
    grid-template-columns: 612px 1fr;
    grid-gap: 40px 50px;
}

.line {
    width: 100%;
    height: 2px;
    display: block;
    grid-column: 1/3;
    background-color: rgba(14, 14, 15, 0.1);
}

.nowrap{
    white-space: nowrap;
}

.strategy .img-wrapper {
    border-radius: 10px;
    overflow: hidden;
}

.strategy .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.strategy .txt-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.strategy .txt-wrapper h2 {
    color: #FF3C00;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
}

.strategy .txt-wrapper h6 {
    margin-top: 30px;
    color: #2B2A29;
    font-size: 54px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
}

.strategy .txt-wrapper p,
.strategy .txt-wrapper div
{
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 593px;
    color: #727272;
    line-height: 130%;
}

.strategy .txt-wrapper .btns {
    display: flex;
    margin-top: auto;
    text-transform: uppercase;
}

.strategy .txt-wrapper a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    padding: 0 16px;
    margin-top: auto;
    margin-left: 15px;
    text-decoration: none;
    border: 2px solid #FF3C00;
    transition: 0.3s;
}

.strategy .txt-wrapper a:first-of-type {
    margin-left: 0;
}

.strategy .txt-wrapper a:hover {
    background-color: #FF3C00;
    border-radius: 2px;
}

/*.strategy .txt-wrapper a:hover{
    background-color: transparent;
    border-radius: 0;
}*/

.strategy .txt-wrapper a:hover .txt {
    color: #ffffff;
}

.strategy .txt-wrapper a:hover svg path {
    fill: #ffffff;
}

.strategy .txt-wrapper a .txt {
    color: #FF3C00;
    font-weight: 700;
    line-height: 100%;
    transition: 0.3s;
}

.strategy .txt-wrapper a svg {
    width: 18px;
    height: 15px;
    flex-shrink: 0;
    margin-left: 30px;
}

.strategy__404 .txt-wrapper a .txt {
    font-weight: 600;
    font-size: 16px;
    text-transform: none;
    white-space: nowrap;
    line-height: 100%;
    text-align: center;
    color: #fff;
}

.strategy .txt-wrapper a svg path {
    transition: 0.3s;
}

.advantages {
    padding: 30px 0;
}

.advantages .line {
    width: 100%;
    height: 2px;
    display: block;
    margin-bottom: 40px;
    background-color: rgba(14, 14, 15, 0.1);
}

.advantages .advantages-list {
    display: flex;
    justify-content: space-between;
}
.advantages-list__wrapper:after{
    content: " ";
    display: none;
    position: absolute;
    margin-left: 10px;
    margin-top: -26px;
    width: 54px;
    height: 16px;
    background: url('/local/templates/uralsteel_2024/img/slide_arw.png') center center no-repeat ;
    opacity: 0.5;
}
.advantages-list__wrapper.white_arrow:after{
    background: url('/local/templates/uralsteel_2024/img/slide_arw_white.png') center center no-repeat ;
}
.advantages-list__wrapper.with_width_scroll:after{
    display: block;
}

.advantages-list {
    border-radius: 9px;
    background: #EFEFEF url('/local/templates/uralsteel_2024/img/back_vecotr.svg') no-repeat center / cover;
    overflow: hidden;
    padding: 36px 53px;
    position: relative;
}

.advantages-list_black {
    background: #1A181E url('/local/templates/uralsteel_2024/img/back_vecotr_black.svg') no-repeat center / cover;
}

.advantages .advantages-list .num
{
    color: #FF3C00;
    font-weight: 600;
    line-height: 1;
    font-size: 54px;
    text-transform: uppercase;
}

.odometer.odometer-theme-default .odometer-digit .odometer-value
{
    color: #FF3C00;
}

.advantages .advantages-list .txt {
    margin-top: 5px;
    color: #090705;
    font-weight: 600;
    line-height: 1.25;
}

.advantages .advantages-list_black .txt{
    color: #fff;
}

/*.presentation {
  margin-top: 40px;
}*/

.presentation .line {
    width: 100%;
    height: 2px;
    display: block;
    margin-bottom: 40px;
    background-color: rgba(14, 14, 15, 0.1);
}

.presentation .presentation-list {
    display: flex;
    flex-direction: column;
}

.presentation .presentation-list li {
    position: relative;
    z-index: 10;
    margin-top: 32px;
    min-height: 440px;
    padding: 40px 80px 40px 60px;
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    overflow: hidden;
}

.presentation .presentation-list li:first-of-type {
    margin-top: 0;
}

.presentation .presentation-list li .img-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -10;
    width: 100%;
    height: 100%;
}

.presentation .presentation-list li .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.presentation .presentation-list li .img-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgb(0, 0, 0), rgba(0, 0, 0, 0) 100%);
    opacity: 0.8;
}

.presentation .presentation-list li .txt-wrapper {
    width: 100%;
    max-width: 676px;
    display: flex;
    flex-direction: column;
}

.presentation .presentation-list li .txt-wrapper h6 {
    color: #ffffff;
    font-size: 54px;
    font-weight: 400;
    text-transform: uppercase;
}

.presentation .presentation-list li .txt-wrapper p {
    margin-top: 16px;
    max-width: 593px;
    margin-bottom: 24px;
    color: #ffffff;
    line-height: 130%;
    /*text-overflow: ellipsis;*/
    display: block;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}

.presentation .presentation-list li .txt-wrapper button,
.presentation .presentation-list li .txt-wrapper .button
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    height: 50px;
    min-height: 50px;
    width: 174px;
    padding: 0 16px;
    border: 2px solid #ffffff;
    transition: 0.3s;
    text-decoration: none;
}

.presentation .presentation-list li .txt-wrapper button:hover,
.presentation .presentation-list li .txt-wrapper .button:hover {
    background-color: #ffffff;
    border-radius: 2px;
}

.presentation .presentation-list li .txt-wrapper button:hover .txt,
.presentation .presentation-list li .txt-wrapper .button:hover .txt {
    color: #0A0A0A;
}

.presentation .presentation-list li .txt-wrapper button:hover svg path,
.presentation .presentation-list li .txt-wrapper .button:hover svg path {
    fill: #0a0a0a;
    stroke: #0a0a0a;
}

.presentation .presentation-list li .txt-wrapper button .txt,
.presentation .presentation-list li .txt-wrapper .button .txt {
    color: #ffffff;
    font-weight: 700;
    transition: 0.3s;
}

.presentation .presentation-list li .txt-wrapper button svg,
.presentation .presentation-list li .txt-wrapper .button svg {
    width: 18px;
    height: 15px;
}

.presentation .presentation-list li .txt-wrapper button svg path,
.presentation .presentation-list li .txt-wrapper .button svg path {
    transition: 0.3s;
}

.presentation .presentation-list li .watch-btn {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: flex-end;
    margin-bottom: 50px;
    text-decoration: none;
    transition: .3s;
    opacity: 1;
}
.presentation .presentation-list li .watch-btn:hover {
    opacity: .8;
}

.presentation .presentation-list li .watch-btn svg {
    width: 96px;
    height: 96px;
}

.presentation .presentation-list li .watch-btn .txt {
    margin-top: 22px;
    display: block;
    color: #ffffff;
    font-size: 36px;
    text-align: left;
}

.products {
    margin-top: 45px;
}

.products .line {
    width: 100%;
    height: 2px;
    display: block;
    margin-bottom: 40px;
    background-color: rgba(14, 14, 15, 0.1);
}

.products .products-list {
    display: flex;
    flex-direction: column;
}

.products .products-list li {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 465px 1fr;
    min-height: 620px;
    border-radius: 10px;
    overflow: hidden;
}

.products .products-list li:first-of-type {
    margin-top: 0;
}

.products .products-list li .txt-wrapper {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 60px 30px 60px 60px;
    background: linear-gradient(0deg, rgb(19, 21, 34), rgb(30, 7, 7) 100%);
    overflow: hidden;
}

.products .products-list li .txt-wrapper::before {
    content: "";
    position: absolute;
    top: -132px;
    left: -110px;
    z-index: -10;
    width: 646px;
    height: 646px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.products .products-list li .txt-wrapper::after {
    content: "";
    position: absolute;
    top: 477px;
    left: 115px;
    z-index: -10;
    width: 646px;
    height: 646px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.products .products-list li .txt-wrapper h2 {
    color: #FF442C;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
}

.products .products-list li .txt-wrapper h6 {
    margin-top: 30px;
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}

.products .products-list li .txt-wrapper p {
    margin-top: 30px;
    max-width: 593px;
    color: #ffffff;
    font-size: 24px;
    line-height: 120%;
}

.products .products-list li .txt-wrapper a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    padding: 0 16px;
    margin-top: 36px;
    text-decoration: none;
    border-radius: 2px;
    background-color: #FF442C;
    border: 2px solid #FF442C;
    transition: 0.3s;
}

.products .products-list li .txt-wrapper a:hover {
    background-color: #0A0A0A;
}

.products .products-list li .txt-wrapper a .txt {
    color: #ffffff;
    font-weight: 700;
    line-height: 100%;
    transition: 0.3s;
}

.products .products-list li .txt-wrapper a svg {
    width: 18px;
    height: 15px;
    flex-shrink: 0;
    margin-left: 30px;
}

.products .products-list li .img-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.products .products-list li .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner {
    margin-top: 40px;
}

.banner .line {
    width: 100%;
    height: 2px;
    display: block;
    margin-bottom: 40px;
    background-color: rgba(14, 14, 15, 0.1);
}

.management {
    margin-top: 30px;
}

.management .management-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 45px 35px;
}

.management .management-list.management-list--single {
    display: block;
}

.management .management-list li {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.management .management-list li.dir {
    height: 780px;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 10px;
}

.management .management-list li.dir svg {
    position: absolute;
    top: -45px;
    left: -75px;
    width: 774px;
    height: 774px;
}

.management .management-list li.dir .img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -10;
    height: 100%;
    padding-bottom: 0;
    transform: translate(-50%, -50%);
}

.management .management-list li.dir p {
    color: #ffffff;
    font-size: 54px;
}

.management .management-list li svg {
    position: absolute;
    top: 85px;
    left: 85px;
    z-index: -5;
    width: 774px;
    height: 774px;
}

.management .management-list li .img {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    border-radius: 10px;
    background-color: #141319;
    overflow: hidden;
}

.management .management-list li .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.management .management-list li h6 {
    margin-top: 30px;
    color: #FF3C00;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
}

.management .management-list li p {
    margin-top: 20px;
    color: #141519;
    font-size: 36px;
    line-height: 100%;
    text-transform: uppercase;
}

.history {
    margin-top: 30px;
}

.history .history-slider {
    padding: 90px 70px 45px;
    border-radius: 10px;
    background-image: url("/local/templates/uralsteel_2024/./img/img28.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.history .history-slider .h-top {

}

.history .history-slider .h-top .imgs {
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 30px;
}

.history .history-slider .h-top .imgs .img-wrapper {
    width: 890px;
    margin: 0 auto;
    height: 500px;
    /*  box-shadow: 0px 0px 74px 0px rgba(0, 0, 0, 0.65);*/
    overflow: hidden;
}

.history .history-slider .h-top .imgs .img-wrapper.active {
    display: block;
}

.history .history-slider .h-top .imgs .img-wrapper img {
    width: auto;
    height: 100%;
    display: block;
    margin: 0 auto;
    box-shadow: 0 0 74px 0 rgba(0, 0, 0, 0.65);

}

.history .history-slider .h-top .txts {
    margin: 0 auto;
    transition: .5s;
    margin-top: 30px;
    max-width: 978px;
}
.item-slider1 .swiper-slide .text,
.item-slider1 .swiper-slide .year {
    display: none;
}

.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
    background: none;
}

.anchor_id{
    position: relative;
    top: -150px;
    height: 0;
    overflow: hidden;
}

.history .history-slider .h-top .txts h6 {
    color: rgb(237, 237, 237);
    font-size: 46px;
    font-weight: 400;
    line-height: 100%;
    text-align: center;
    display: block;
    text-transform: uppercase;
}

.history .history-slider .h-bottom {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}

.history .history-slider .h-bottom::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 15px;
    z-index: -10;
    width: calc(100% - 30px);
    height: 1px;
    border-top: 1px dashed rgba(69, 68, 68, 0.6);
}

.history .history-slider .h-bottom .years {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    width: auto;
}
.history .history-slider .h-bottom .years:not(:last-child) {
    /*margin-right: 14px;*/
}

.history .history-slider .h-bottom .years.active svg rect,
.history .history-slider .h-bottom .years.active svg path {
    fill: #E73802;
}

.history .history-slider .h-bottom .years.active .txt {
    color: #E73802;
}

.history .history-slider .h-bottom .years:hover svg rect,
.history .history-slider .h-bottom .years:hover svg path {
    fill: #EDEDED;
}

.history .history-slider .h-bottom .years:hover .txt {
    color: #EDEDED;
}
.years.swiper-slide-thumb-active .txt{
    color: #E73802 !important;
}
.years.swiper-slide-thumb-active svg rect,
.years.swiper-slide-thumb-active svg path {
    fill: #E73802 !important;
}


.history .history-slider .h-bottom .years svg {
    flex-shrink: 0;
}

.history .history-slider .h-bottom .years svg rect,
.history .history-slider .h-bottom .years svg path {
    transition: 0.3s;
}

.history-slider .buttons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.year-select {
    display: flex;
    justify-content: center;
    font-weight: 400;
    white-space: nowrap;
    font-size: 32px;
    line-height: 100%;
    color: #ff3c00;
    transition: .5s;
    margin: 0 21px;
    overflow: hidden;
    text-align: center;
}
.item-slider1-btn svg ellipse {
    transition: .3s;
}
.item-slider1-btn:hover svg ellipse {
    fill: #FB3C01;
    stroke: #FB3C01;
}
.item-slider1-btn.swiper-button-disabled {
    pointer-events: none;
    opacity: .5;
}

.history .history-slider .h-bottom .years .txt {
    margin-top: 10px;
    color: #686565;
    line-height: 100%;
    text-align: center;
    transition: 0.3s;
}

.history .history-slider .btn-txt {
    margin-top: 32px;
    color: #454444;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
}

.history .history2-list li {
    position: relative;
    margin-top: 30px;
    padding: 90px;
    display: grid;
    grid-template-columns: 1fr 676px;
    align-items: center;
    grid-gap: 90px;
    border-radius: 10px;
    background-image: url("/local/templates/uralsteel_2024/./img/img28.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
}
.history .history2-list li .anchor-span{
    position: absolute;
    top: 0;
    left: 0;
}

.history .history2-list li:first-child {
    margin-top: 0;
}

.history .history2-list li .img-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
}

.history .history2-list li .img-wrapper img {
    border-radius: 10px;
}

.history .history2-list li h2 {
    font-size: 46px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
}

.history .history2-list li h2 span {
    color: #FF442C;
}

.history .history2-list li h3 {
    font-size: 36px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
}

.history .history2-list li h3 span {
    color: #FF442C;
}

.history .history2-list li h4 {
    font-size: 32px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
}

.history .history2-list li h4 span {
    color: #FF442C;
}

.history .history2-list li h5 {
    font-size: 28px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
}

.history .history2-list li h5 span {
    color: #FF442C;
}

.history .history2-list li .inner-list {
    padding: 0;
    margin: 0;
    margin-top: 15px;
}

.history .history2-list li .inner-list li {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 30px;
    font-size: 24px;
    color: #EDEDED;
    line-height: 130%;
    background-color: transparent;
}

.history .history2-list li .inner-list li.txt-sm {
    font-size: 16px;
}

.history .history2-list li .inner-list li.txt-sm::before {
    top: 9px;
    left: 15px;
}

.history .history2-list li .inner-list li::before {
    content: "";
    position: absolute;
    top: 14px;
    left: 15px;
    width: 6px;
    height: 6px;
    display: block;
    border-radius: 50%;
    background-color: #FF3C00;
}

/*.prod {
  margin-top: 30px;
}*/

.prod .line {
    width: 100%;
    height: 2px;
    display: block;
    margin-bottom: 30px;
    background-color: rgba(14, 14, 15, 0.1);
}


.prod .prod1-list .prod1-list__item {
    position: relative;
    z-index: 10;
    margin-top: 30px;
    padding: 45px 60px 0;
    background-color: #1A181E;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.3s;
    cursor: pointer;
}
.prod .prod1-list .prod1-list__item .anchor-span{
    position: absolute;
    top: 0;
    left: 0;
}

.prod .prod1-list .prod1-list__item:hover {
    background-color: #BB4334;
}
.prod .prod1-list .prod1-list__item .btns .btn:hover {
    background-color: #ffffff;
    border-color: #fff;
}
.prod .prod1-list .prod1-list__item .btns .btn:hover .txt {
    color: #010101;
}
.prod .prod1-list .prod1-list__item .btns .btn:hover svg path {
    fill: #010101;
}
/*.prod .prod1-list .prod1-list__item:hover .btns .btn {
  background-color: #ffffff;
  border-color: #fff;
}*/
/*.prod .prod1-list .prod1-list__item:hover .btns .btn:last-child {
  background-color: transparent;
}*/

/*.prod .prod1-list .prod1-list__item:hover .btns .btn:first-child .txt {
  color: #010101;
}*/

/*.prod .prod1-list .prod1-list__item:hover .btns .btn:first-child svg path {
  fill: #010101;
}*/

.prod .prod1-list .prod1-list__item::before {
    content: "";
    position: absolute;
    top: -105px;
    right: -50px;
    z-index: -10;
    width: 636px;
    height: 636px;
    background-image: url("/local/templates/uralsteel_2024/./img/logo2.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.prod .prod1-list .prod1-list__item.active {
    padding: 45px 60px 40px;
}

.prod .prod1-list .prod1-list__item.active .row .btns .btn .txt--open {
    display: none;
}

.prod .prod1-list .prod1-list__item.active .row .btns .btn .txt--close {
    display: block;
}

.prod .prod1-list .prod1-list__item.active .row--mid {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ffffff;
}

.prod .prod1-list .prod1-list__item:first-child {
    margin-top: 0;
}

.prod .prod1-list .prod1-list__item .row {
    display: flex;
    justify-content: space-between;
}

.prod .prod1-list .prod1-list__item .row.row--mid {
    margin-top: 30px;
    margin-bottom: 40px;
    padding-top: 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid #ffffff;
}

.prod .prod1-list .prod1-list__item .row.row--mid .col {
    padding-left: 20px;
    border-left: 10px solid #FF3C00;
    transition: .3s;
}

.prod .prod1-list .prod1-list__item:hover .row.row--mid .col {
    border-left-color: #fff;
}

.prod .prod1-list .prod1-list__item .row.row--mid h5 {
    color: #ffffff;
    font-size: 36px;
    font-weight: 800;
    line-height: 100%;
    text-transform: uppercase;
}

.prod .prod1-list .prod1-list__item .row.row--mid h6 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 3px;
}

.prod .prod1-list .prod1-list__item .row.row--mid p {
    max-width: 186px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 10px;
    line-height: 130%;
}

.prod .prod1-list .prod1-list__item h2 {
    max-width: 730px;
    color: #ffffff;
    font-size: 54px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
}

.prod .prod1-list .prod1-list__item .btns .btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    width: 245px;
    padding: 0 20px;
    margin-top: 30px;
    text-decoration: none;
    border: 2px solid #FF3C00;
    transition: 0.3s;
}


.prod .prod1-list .prod1-list__item .btns .btn:first-child {
    margin-top: 0;
}

.prod .prod1-list .prod1-list__item .btns .btn .txt {
    color: #ffffff;
    font-weight: 700;
    line-height: 100%;
    transition: 0.3s;
}

.prod .prod1-list .prod1-list__item .btns .btn .txt.txt--close {
    display: none;
}

.prod .prod1-list .prod1-list__item .btns .btn svg path {
    transition: 0.3s;
}

.prod .prod1-list .prod1-list__item .bottom {
    display: grid;
    grid-template-columns: 1fr 668px;
    grid-gap: 40px;
    max-height: 0;
    transition: 0.3s;
}
.prod .prod1-list .prod1-list__item.no_pic .bottom{
    display: block;
}

.prod .prod1-list .prod1-list__item .bottom .txt-wrapper h6 {
    color: #ffffff;
    font-size: 36px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.prod .prod1-list .prod1-list__item .bottom .txt-wrapper .inner-list {
    margin-bottom: 20px;
}
.prod .prod1-list .prod1-list__item .bottom .txt-wrapper .inner-list:last-of-type {
    margin-bottom: 0;
}

.prod .prod1-list .prod1-list__item .bottom .txt-wrapper .inner-list li {
    position: relative;
    padding: 0;
    margin: 0;
    margin-top: 8px;
    padding-left: 32px;
    max-width: 467px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
}
.prod .prod1-list .prod1-list__item.no_pic .bottom .txt-wrapper .inner-list li{
    max-width: inherit;
}

.prod .prod1-list .prod1-list__item .bottom .txt-wrapper .inner-list li:last-of-type {
    margin-bottom: 0;
}

.prod .prod1-list .prod1-list__item .bottom .txt-wrapper .inner-list li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 10px;
    background-color: #ffffff;
    background-image: none;
    transform: translateY(-50%);
}

.prod .prod1-list .prod1-list__item .bottom .img-wrapper {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0px 0px 74px 0px rgba(0, 0, 0, 0.65);
    filter: blur(74);
    overflow: hidden;
}
.prod .prod1-list .prod1-list__item.no_pic .bottom .img-wrapper{
    display: none;
}

.prod .prod1-list .prod1-list__item .bottom .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.prod .prod2-list li {
    margin-top: 30px;
    display: grid;
    grid-template-columns: 612px 1fr;
    grid-gap: 50px;
}

.prod .prod2-list li:first-child {
    margin-top: 0;
}

.prod .prod2-list li .img-wrapper {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 512px;
    background-color: #1A181E;
    border-radius: 10px;
    overflow: hidden;
}

.prod .prod2-list li .img-wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.prod .prod2-list li .img-wrapper::before {
    content: "";
    position: absolute;
    top: 230px;
    left: 350px;
    z-index: -10;
    width: 358px;
    height: 358px;
    background-image: url("/local/templates/uralsteel_2024/../img/logo2.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.prod .prod2-list li .txt-wrapper {
    padding-top: 10px;
}

.prod .prod2-list li .txt-wrapper h2 {
    color: #FF3C00;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
}

.prod .prod2-list li .txt-wrapper h6 {
    margin-top: 20px;
    color: #2B2A29;
    font-size: 54px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
}

.prod .prod2-list li .txt-wrapper p {
    margin-top: 15px;
    max-width: 50%;
    color: #727272;
    line-height: 130%;
}

.prod h2 {
    color: #080808;
    font-size: 55px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
}

.prod .prod3-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 45px 60px;
    margin-top: 45px;
}

.prod .prod3-list li {
    position: relative;
    display: grid;
    grid-template-columns: 293px 1fr;
    grid-gap: 20px;
}

.prod .prod3-list li .anchor-span{
    position: absolute;
    top: 0;
    left: 0;
}

.prod .prod3-list li.no_pic{
    display: block;
}

.prod .prod3-list li .img-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 10px;
    background-color: #1A181E;
    overflow: hidden;
}
.prod .prod3-list li.no_pic .img-wrapper{
    display: none;
}

.prod .prod3-list li .img-wrapper::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 44px;
    width: 358px;
    height: 358px;
    background-image: url("/local/templates/uralsteel_2024/../img/logo2.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: none;
}
.prod .prod3-list li .img-wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.prod .prod3-list li .txt-wrapper p {
    margin: 0;
    padding: 0;
    color: #0F1010;
    line-height: 130%;
}

.prod .prod3-list li .txt-wrapper p span {
    color: #FF442C;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}

.footer {
    margin-top: 40px;
    padding-bottom: 132px;
}

.footer .container {
    display: grid;
    grid-template-columns: 310px 1fr;
    grid-gap: 0;
}

.footer .line {
    grid-column: 1/3;
    width: 100%;
    height: 2px;
    display: block;
    margin-bottom: 40px;
    background-color: rgba(14, 14, 15, 0.1);
}

.footer .logo {
    grid-column: 1/2;
    grid-row: 2/7;
    display: flex;
    align-items: center;
    width: 221px;
    height: 82px;
    text-decoration: none;
    overflow: hidden;
}

.footer .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer .nav-wrapper {
    display: flex;
    justify-content: space-between;
}

.footer .nav-wrapper .col .main {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    text-decoration: none;
}

.footer .nav-wrapper .col .main .txt {
    color: #0A0A0A;
    font-weight: 700;
    line-height: 100%;
}
.footer .footer_mobile .nav-wrapper .col .main .txt{
    text-transform: uppercase;
}

.footer .nav-wrapper .col .main svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-left: 12px;
}

.footer .nav-wrapper .col a {
    display: block;
    text-decoration: none;
    color: rgba(10, 10, 10, 0.5);
    font-size: 15px;
    line-height: 140%;
    transition: 0.3s;
}

.footer .nav-wrapper .col a:hover {
    color: rgb(10, 10, 10);
}

.footer .contacts-wrapper {
    padding-top: 40px;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(14, 14, 15, 0.1);
}

.footer .contacts-wrapper a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.footer .contacts-wrapper a .txt {
    color: #0A0A0A;
    font-size: 15px;
    line-height: 140%;
}

.footer .contacts-wrapper a svg,
.footer .contacts-wrapper a .img {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-left: 10px;
    overflow: hidden;
}

.footer .contacts-wrapper a svg img,
.footer .contacts-wrapper a .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer .contacts-wrapper .all {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 155px;
    text-decoration: none;
    border-radius: 2px;
    background: #FF442C;
    border: 2px solid #FF442C;
    transition: 0.3s;
}

.footer .contacts-wrapper .all:hover {
    background-color: transparent;
    border-radius: 0;
}

.footer .contacts-wrapper .all:hover .txt {
    color: #0A0A0A;
}

.all-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 155px;
    text-decoration: none;
    border-radius: 2px;
    background: #FF442C;
    border: 2px solid #FF442C;
    transition: 0.3s;

}

.all-btn:hover {
    background-color: transparent;
    border-radius: 0;
}

.all-btn:hover .txt {
    color: #0A0A0A !important;
}

.all-btn .txt {
    color: #ffffff !important;
    font-weight: 700;
    line-height: 100%;
    transition: 0.3s;
}

.footer .contacts-wrapper .all .txt {
    color: #ffffff;
    font-weight: 700;
    line-height: 100%;
    transition: 0.3s;
}

.footer .address-wrapper {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer .additional-info{
    padding-top: 20px;
}

.footer .address-wrapper p,
.footer .address-wrapper a {
    display: flex;
    align-items: center;
    margin-left: 30px;
    text-decoration: none;
}

.footer .address-wrapper p:first-child,
.footer .address-wrapper a:first-child {
    margin-left: 0;
}

.footer .address-wrapper p .txt,
.footer .address-wrapper a .txt {
    color: #0A0A0A;
    font-weight: 400;
    line-height: 140%;
}
.footer .address-wrapper div{
    color: #0A0A0A;
}

.footer .address-wrapper p svg,
.footer .address-wrapper a svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-left: 16px;
}

.feedback {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    margin-left: 20px;
    width: 155px;
    text-decoration: none;
    border: 2px solid #FF442C;
    transition: 0.3s;
}

.feedback:hover {
    background-color: #FF442C;
    border-radius: 2px;
}

.feedback:hover .txt {
    color: #ffffff;
}

.feedback .txt {
    color: #0A0A0A;
    font-weight: 700;
    line-height: 100%;
    transition: 0.3s;
}

.footer .address-wrapper .feedback {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    margin-left: 20px;
    width: 155px;
    text-decoration: none;
    border: 2px solid #FF442C;
    transition: 0.3s;
}

.footer .address-wrapper .feedback:hover {
    background-color: #FF442C;
    border-radius: 2px;
}

.footer .address-wrapper .feedback:hover .txt {
    color: #ffffff;
}

.footer .address-wrapper .feedback .txt {
    color: #0A0A0A;
    font-weight: 700;
    line-height: 100%;
    transition: 0.3s;
}

.footer .bottom {
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid rgba(14, 14, 15, 0.1);
}

.footer .bottom p,
.footer .bottom div,
.footer .bottom a {
    color: rgba(10, 10, 10, 0.5);
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0%;
    text-transform: uppercase;
    text-decoration: none;
}
/*# sourceMappingURL=maps/main.css.map */

.animPositionFadeListItem {
    position: relative;
    opacity: 0;
    top: 1em;
}
.top .top-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: rgba(18, 18, 18, 0.5);
}
.top .top-wrapper nav a:not(:last-child){
    border-right: 1px solid #F7F7F7;
}
.top nav a.active {
    border-right: none !important;
}
.video-bg-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    pointer-events: none;
}
.video-bg {
    pointer-events: all;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.fancybox-slide--video .fancybox-content {
    width: 100% !important;
    max-width: 1166px;
    height: auto !important;
}
.block-present {
    margin-top: 30px;
}
.block-present__wrapper {
    position: relative;
    padding: 48px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #19181E;
    min-height: 480px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.block-present__img-wrapper {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px;
}
.block-present__img-wrapper img {
    display: block;
    object-fit: cover;
    object-position: center;
    opacity: .5;
}
.block-present__content {
    position: relative;
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}
.block-present__content h2 {
    font-weight: 700;
    font-size: 46px;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    color: #ff442c;
    margin-bottom: 35px;
}
.block-present__content p {
    font-weight: 400;
    font-size: 36px;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    color: #ededed;

}
.block-present__content p:not(:last-child) {
    margin-bottom: 30px;
}
.btn-main
{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    padding: 0 16px;
    text-decoration: none;
    overflow: hidden;
    color: #FF3C00;
}
.document-prview a:link,
.document-prview a:active,
.document-prview a:visited,
.document-prview a:hover
{
    color: #FFF;
}
.block-present .btn-main {
    background-color: #FF3C00;
    color: #fff;
}
.btn-main .txt
{
    color: inherit;
    font-weight: 700;
    line-height: 100%;
    transition: 0.3s;
}
a.btn-main.btnanima:link .txt,
a.btn-main.btnanima:active .txt,
a.btn-main.btnanima:visited .txt,
a.btn-main.btnanima:hover .txt
{
    color: #FFF;
}
.btn-main svg{
    width: 18px;
    height: 15px;
    flex-shrink: 0;
    margin-left: 30px;
}
.block-present .btn-main svg path{
    fill: #fff;
}
.block-present__digit {
    font-weight: 800;
    font-size: 547px;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    color: #201f25;
    position: absolute;
    top: 50%;
    margin-left: -25%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.section-links-media {
    margin-top: 30px;
    text-align: center;
}
.simg-wrapper {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}
.simg-wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.links-media__title {
    font-weight: 400;
    font-size: 36px;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    margin-bottom: 20px;
}
.section-links-media .btn-main {
    color: #fff;
    font-weight: 600;
    width: 198px;
}
.accordion {
    margin-top: 30px;
    overflow: initial;
}
.accordion:not(:last-child) {
    margin-bottom: 3em;
}
.accordion-item {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #f8f6f6;
    border-radius: 10px;
}
.accordion-item:not(:last-child) {
    margin-bottom: 20px;
}

.accordion-item__title {
    font-weight: 400;
    font-size: 36px;
    line-height: 100%;
    text-transform: uppercase;
    color: #131215;
    line-height: inherit;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
    display: flex;
    padding: 37px 50px;
    transition: .3s;
}
.accordion-item__title:hover {
    color: #f0512c;
}
.accordion-item__title:before {
    content: '';
    display: block;
    position: absolute;
    transition: .3s;
    top: 50%;
    transform: translateY(-50%);
    right: 62px;
    width: 21px;
    height: 38px;
    background: url('data:image/svg+xml;utf8,<svg width="21" height="38" viewBox="0 0 21 38" fill="none" xmlns="http://www.w3.org/2000/svg">  <path d="M20.2678 20.7678C21.2441 19.7915 21.2441 18.2085 20.2678 17.2322L4.35786 1.32233C3.38155 0.34602 1.79864 0.34602 0.82233 1.32233C-0.15398 2.29864 -0.15398 3.88155 0.82233 4.85786L14.9645 19L0.82233 33.1421C-0.15398 34.1184 -0.15398 35.7014 0.82233 36.6777C1.79864 37.654 3.38155 37.654 4.35786 36.6777L20.2678 20.7678ZM17.5 21.5H18.5V16.5H17.5V21.5Z" fill="%23131215" /></svg>') no-repeat center / 100% 100%;
}
.accordion-item.active .accordion-item__title:before {
    transform: translateY(-50%) rotate(90deg);
}
.accordion-item__content {
    padding: 0 50px 63px;
    display: none;
    position: relative;
    background: #f8f6f6 url('/local/templates/uralsteel_2024/../img/Vector.png') no-repeat bottom right / auto 100%;
}
.accordion-item__content p {
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    color: #000;
}
.accordion-item__content a {
    display: block;
    font-weight: 600;
    color: #ff442c;
    text-decoration: none;
    font-size: 24px;
    line-height: 130%;
}
.spec-list {}
.spec-list__item {
    position: relative;
    padding: 33px 30px;
    position: relative;
    border-top: 1px dotted #3d3a3a;

    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    color: #000;
}
.spec-list__item:last-child {
    border-bottom: 1px dotted #3d3a3a;
}
.spec-list__item:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-color: #ff442c;
    position: absolute;
    top: 50%;
    border-radius: 50%;
    left: 0;
    transform: translateY(-50%);
}
.spec-list__item .anchor-span{
    position: absolute;
    top: 0;
    left: 0;
}
.spec-list__item .no_break a,
.spec-list__item .no_break a:link,
.spec-list__item .no_break a:active,
.spec-list__item .no_break a:visited,
.spec-list__item .no_break a:hover{
    display: inline-block;
}
.ssocial-link {
    display: inline-flex;
    align-items: center;
    flex-direction: column;
}
.spec-list__item .srow {
    margin-top: 21px;
}
.ssocial-link img {
    display: block;
    width: 171px;
    margin-bottom: 12px;
}
.ssocial-link a {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    color: #231f20;
    text-decoration: none;
    transition: .3s;
}
.ssocial-link:hover a {
    color: #FF442C !important;
}
.ssocial-link a img {
    margin: 0;
    display: block;
    width: 27px;
    margin-left: 10px;
}
.btn-main_white,
a.btn-main_white:link,
a.btn-main_white:active,
a.btn-main_white:visited,
a.btn-main_white:hover{
    background-color: #fff;
    color: #0A0A0A;
}
.txt-wrapper .btn-main_white {
    margin-top: 30px;
}
.news_content_without_padding{
    width: 100%;
    padding: 0 50px;
}
.news-list-item {
    display: flex;
    align-items: center;
}
.news-list-item .simg-wrapper {
    width: 460px;
    height: 350px;
    min-width: 460px;
    margin-right: 115px;
    margin-bottom: 0;
}
.news-list-item__content {
    text-decoration: none;
}
.news-date {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #ff3c00;
    margin-bottom: 23px;
}
.num-views{
    position: relative;
    padding-left: 27px;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #ff3c00;
}
.num-views:before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);

    background-image: url("/local/templates/uralsteel_2024/img/ico/eye-red.svg");
    background-repeat: no-repeat;
    height: 24px;
    width: 22px;
}
.news-title {
    font-weight: 400;
    font-size: 36px;
    line-height: 100%;
    /*text-transform: uppercase;*/
    color: #2b2a29;
    margin-bottom: 30px;
    transition: .3s;
}
.news-list-item .btn-main .txt {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}
.news-list-item:hover a .news-title {
    color: #ff3c00;
}
.news-list-item .btn-main svg path {
    fill: #fff;
}
.section-news-list {
    margin-top: 30px;
}
.news-list_col:not(:last-child) .news-list-item {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 2px solid rgba(14, 14, 15, 0.1);
}
.news-navigation {
    position: relative;
    z-index: 99;
    margin-top: 30px;
}
.news-navigation_btn__list {
    border-radius: 10px;
    background: #EFEFEF url('/local/templates/uralsteel_2024/../img/back_vecotr.svg') no-repeat center / cover;
    padding: 36px 53px;
    position: relative;
}
.news-navigation_top .news-navigation_btn__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.social-block-navigation {
    display: flex;
    align-items: baseline;
}
.social-block-navigation__txt {
    margin-right: 17px;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #231f20;
}
.news-navigation_top .ssocial-link a {
    font-weight: 600;
    font-size: 15px;
    line-height: 140%;
    color: #231f20;
}
.news-navigation_top  .ssocial-link a img {
    width: 20px;
}
.news-navigation_top .ssocial-link:not(:last-child) {
    margin-right: 22px;
}
.news-navigation_btn {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #17151b;
    width: 213px;
    border: 2px solid #f34730;
    border-radius: 2px;
    padding: 9px 13px;
    display: block;
    text-align: center;
    text-decoration: none;
    transition: .3s;
}
.news-navigation_btn:hover {
    color: #fff;
    background-color: #f34730;
}
.news-navigation_btn.active:link,
.news-navigation_btn.active:active,
.news-navigation_btn.active:visited,
.news-navigation_btn.active:hover {
    color: #fff;
    background-color: #f34730;
}
.news-navigation_btn.prev.active:link,
.news-navigation_btn.prev.active:active,
.news-navigation_btn.prev.active:visited,
.news-navigation_btn.prev.active:hover,
.news-navigation_btn.next.active:link,
.news-navigation_btn.next.active:active,
.news-navigation_btn.next.active:visited,
.news-navigation_btn.next.active:hover{
    display: none;
}
.active .news-navigation_btn:link,
.active .news-navigation_btn:active,
.active .news-navigation_btn:visited,
.active .news-navigation_btn:hover{
    color: #fff;
    background-color: #f34730;
    cursor: default;
}
.news-navigation_btn:not(:last-child) {
    margin-right: 21px;
}
.news-navigation_btn__list {
    display: flex;
}
.news-navigation__list {
    display: flex;
    margin-right: 21px;
}
.news-navigation__list .news-navigation_btn {
    width: auto;
}
.news-navigation__list li:not(:last-child) {
    margin-right: 21px;
}
.presentation_media-video {
    margin-top: 30px;
}
.presentation_media-video .presentation-list li .txt-wrapper h6{
    font-weight: 400;
    font-size: 54px;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
}
.selected-filter {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #231f20;
}
.selected-filter__txt {
    margin-right: 49px;
}
.choices__inner {
    background-color: transparent;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #231f20;
    padding: 18px 13px !important;
    min-width: 220px;
    text-align: left;
    border: 2px solid #f34730;
    white-space: nowrap;
}
.choices__list--single {
    padding: 0;
}
.choices__list--single .choices__item {
    color: #231f20;
    opacity: 1;
}
.choices[data-type*=select-one]::after {
    border-style: solid;
    border-width: 10px 5px 0 5px;
    border-color: #FF4532 transparent transparent transparent;
    right: 20px;
    margin: 0;
    transform: translateY(-50%);
}
.is-open .choices__inner {
    background-color: #fff;
}
.choices[data-type*=select-one].is-open::after {
    border-style: solid;
    margin: 0;
    border-width: 0 5px 10px 5px;
    border-color: transparent transparent #FF4532 transparent;
}
.is-focused .choices__inner, .is-open .choices__inner {
    border-color: #ff3c00;
}
.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
    font-weight: 600;
    font-size: 16px;

    line-height: 100%;
    color: #080808;
    background-color: #fff;

}
.choices__list--dropdown .choices__item:not(:last-child), .choices__list[aria-expanded] .choices__item:not(:last-child) {
    border-bottom: 1px solid #E5E4E4;
}
.choices__placeholder {
    opacity: 1;
}
.choices__list--dropdown .choices__item--selectable, .choices__list[aria-expanded] .choices__item--selectable {
    padding: 12px 13px;
    white-space: nowrap;
    font-weight: 600;
    font-size: 16px;
    text-align: left;
    line-height: 100%;
    color: #080808;
    background-color: #fff;
    border-bottom: none;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
    background-color: #ff3c00;
    color: #fff;
}
.data-gallery a {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.data-gallery a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.data-gallery-container {
    width: 100%;
}
.presentation .presentation-list .data-gallery {
    padding: 0;
    height: auto;
    min-height: 0;
    display: none;
    border-radius: 0;
}
.data-gallery-container .scol {
    margin-bottom: 30px;
    width: 19.966%;;
}
.button-block {
    display: flex;
    margin-top: auto;
    align-items: center;
}
.button-block button {
    margin-right: 44px;
}
.button-block__txt {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #fff;
}
.button-block__txt:not(:last-child) {
    margin-right: 35px;
}
.presentation_media {
    margin-top: 30px;
}
.news-detail .newsdetail-subtitle {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #ff442c;
}
.news-detail .newsdetail-subtitle *{
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #ff442c;
}
.news-detail .newsdetail-subtitle.statistics{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}

.news-detail {
    margin-top: 45px;
}
.news-detail h1 {
    font-weight: 400;
    font-size: 36px;
    line-height: 120%;
    /*text-transform: uppercase;*/
    color: #000;
    margin-bottom: 15px;
}
.news-detail p,
.news-detail *
{
    font-weight: 300;
    font-size: 24px;
    line-height: 120%;
    color: #000;
}
.news-detail h4,
.news-detail h4 b{
    font-weight: 600;
    font-size: 28px;
    padding: 18px 0 12px;
}

.news-detail p a,
.news-detail a {
    display: inline;
    font-weight: 600;
    color: #f34730;
    text-decoration: none;
}
.news-detail p:not(:last-child) {
    margin-bottom: 15px;
}
.blockquote {
    font-weight: 400;
    font-size: 28px;
    line-height: 120%;
    color: #000;
    padding-left: 25px;
    border-left: 11px solid #f34730;
    margin-bottom: 15px;
}
.news-detail h3 {
    font-weight: 400;
    font-size: 36px;
    line-height: 120%;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 15px;
}
.news-detail h2 {
    font-weight: 400;
    font-size: 54px;
    line-height: 100%;
    text-transform: uppercase;
    color: #141416;
    margin-bottom: 15px;
}
.news-detail ul,
.list-default {
    padding-left: 13px;

}
.news-detail ul:not(:last-child),
.list-default:not(:last-child) {
    margin-bottom: 15px;
}
.news-detail ul li,
.list-default li {
    position: relative;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    color: #000;
    padding-left: 30px;
}
.news-detail ul li:before,
.list-default li:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #f34730;
    position: absolute;
    top: .4em;
    left: 0;
}
.news-detail ul li:not(:last-child),
.list-default li:not(:last-child) {
    margin-bottom: 5px;
}
.list-default {
    margin-top: 15px;
    padding-left: 0;

}
.txt-wrapper .list-default {
    max-width: 593px;
}
.list-default li {
    font-weight: 300;
    font-size: 18px;
    line-height: 120%;
    color: #000;
}
.news-detail ul {
    margin-bottom: 15px;
}
.news-detail ul li {
    position: relative;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    color: #000;
    padding-left: 30px;
}
.news-detail ul li:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #f34730;
    position: absolute;
    top: .5em;
    left: 0;
}
.news-detail ul li:not(:last-child) {
    margin-bottom: 5px;
}
.link-to-source {
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    color: #000;
    position: relative;
    display: inline-flex;
    align-items: center;
}
.link-to-source a {
    font-weight: 600;
    text-decoration: none;
    color: #f34730;
    margin-left: 9px;
}
.link-to-source:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-color: #f34730;
    margin-right: 21px;
}
.section-news-list_detail .news-list_col:first-child .news-list-item {
    padding-top: 45px;
    margin-top: 15px;
    border-top: 2px solid rgba(14, 14, 15, 0.1);
}
.section-news-list_detail .news-list_col:last-child .news-list-item {
    padding-bottom: 45px;
    margin-bottom: 15px;
    border-bottom: 2px solid rgba(14, 14, 15, 0.1);
}
.newsdetail-gallery {
    position: sticky;
    top: 130px;
}
.newsdetail-gallery-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #727272;
}
.newsdetail-gallery__slider {
    margin-bottom: 15px;
}
.newsdetail-gallery__slider .mySwiper2 .swiper-slide {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 59%;
    border-radius: 10px;
}
.newsdetail-gallery__slider .mySwiper2 {
    margin-bottom: 11px;
}
.newsdetail-gallery__slider .mySwiper2 .swiper-slide img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-position: center;
}
.news-detail__content {
    max-width: 640px;
    margin: 0 auto 20px;
}
.newsdetail-gallery__slider .mySwiper .swiper-slide {
    height: 0;
    padding-bottom: 15%;
    overflow: hidden;
    border-radius: 10px;
    opacity: .5;
}
.newsdetail-gallery__slider .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}
.newsdetail-gallery__slider .mySwiper .swiper-slide img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-position: center;
}
.choices__list--dropdown, .choices__list[aria-expanded] {
    border: none;
}
.fancybox__toolbar__column.is-middle {
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 50%;
    padding: 6px;
    color: #fff;
    border-radius: 60px;
    width: 232px;
    overflow: hidden;
    background: #030306;
    z-index: 99999;
    bottom: 15px;
    transform: translateX(-50%);
}
.fancybox__toolbar__column.is-middle .fancybox__infobar {
    background-color: transparent;
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    color: #ededed;
}
.is-middle .f-button {
    opacity: 1;
    visibility: visible;
    width: 48px;
    display: block;
    padding: 0;
    height: 48px;
    border-radius: 50%;
    border: 2px solid #fff;
    transition: .3s !important;
    background-color: transparent;
    box-shadow: none;
}
.is-middle .f-button[disabled] {
    border-color: #888;
}
.is-middle .f-button:not([disabled]):hover {
    background-color: #FF442C;
    border: 2px solid transparent;
}
.is-middle .f-button svg {
    top: 50%;
    position: absolute;
    left: 50%;
    height: 30px;
    width: 30px;
    transform: translate(-50%,-50%);
}
[data-fancybox-close] {
    opacity: 1;
    visibility: visible;
    border-radius: 60px;
    width: auto;
    display: block;
    padding: 6px;
    transition: .3s !important;
    background-color: #030306;
    border: 2px solid transparent;
    box-shadow: none;
    display: flex;
    top: 15px;
    height: auto;
    right: 15px;
}
[data-fancybox-close] svg {
    position: relative;
    display: block;
    border-radius: 50%;
    margin-left: auto;
    padding: 9px;
    background-color: #FF442C;
    width: 44px;
    height: 44px;
}
.presentation_career {
    margin-top: 45px;
}
.career-detail__content {
    max-width: 622px;
    padding-left: 48px;
}
.career-detail__content h1 {
    font-weight: 400;
    font-size: 28px;
    line-height: 120%;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 10px;
}
.career-detail__content h2 {
    font-weight: 400;
    font-size: 28px;
    line-height: 120%;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 10px;
    margin-top: 30px;
}
.career-detail__content h3 {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #000;
    text-transform: none;
    margin-bottom: 10px;
}
.career-detail__content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #000;
}
.career-detail__content ul {
    padding-left: 13px;
}
.career-detail__content ul:not(:last-child) {
    margin-bottom: 15px;
}
.career-detail__content ul li {
    font-weight: 300;
    font-size: 18px;
    line-height: 120%;
    color: #000;
    padding-left: 30px;
}
.career-detail__content ul li:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #f34730;
    position: absolute;
    top: .5em;
    left: 0;
}
.career-detail__content ul li:not(:last-child) {
    margin-bottom: 5px;
}
.section-career-vacancies {
    margin-top: 45px;
}
.section-career-vacancies .container {
    max-width: 1228px;
}
.vacancies-item {
    display: block;
    padding: 45px 0;
    text-decoration: none;
    border-top: 1px solid #E7E7E7;
}
.vacancies-item:hover {
    color: #ff442c;
}
.vacancies-item:hover .vacancies-item__title {
    color: #ff442c;
}
.vacancies-item__subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    color: #ff3c00;
    margin-bottom: 15px;
}
.vacancies-item__title {
    font-weight: 400;
    transition: .3s;
    font-size: 36px;
    line-height: 120%;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 15px;
}
.vacancies-item:hover .vacancies-item__link {
    color: #fff;
    background-color: #ff442c;
}
.vacancies-item:hover .vacancies-item__link svg path {
    fill: #fff;
}
.vacancies-item__link {
    background-color: transparent;
    font-weight: 600;
    font-size: 16px;
    transition: background-color .3s;
    line-height: 100%;
    text-align: center;
    color: #ff442c;
    border: 2px solid #f34730;
}
.form-vacancies h1 {
    font-weight: 400;
    font-size: 36px;
    line-height: 120%;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 25px;
}
.input-wrap {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    color: #000;
    width: 100%;
    margin-bottom: 25px;
}
.input-wrap label {
    display: block;
    line-height: 120%;
    margin-bottom: 10px;
}
.input-wrap input {
    width: 100%;
    padding: 11px;
    display: block;
    border: 2px solid #e7e7e7;
}
.input-wrap input:active,
.input-wrap input:focus {
    border-color: #ff442c;
}
.input-wrap.for_captcha{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    max-width: 400px;
}
.input-wrap.for_captcha .captcha_img_area{
    display: flex;
    align-items: end;
}
.input-wrap.for_captcha .captcha_check_img{
    width: 100%;
    height: 46px;
}
.input-wrap .choices__inner {
    font-weight: 400;
    border: 2px solid #e7e7e7;
}
.input-wrap .choices[data-type*=select-one]::after {
    border-color: #e7e7e7 transparent transparent transparent;
}
.input-wrap .choices[data-type*=select-one].is-open::after {
    border-color: transparent transparent #e7e7e7 transparent;
}
.input-wrap textarea {
    width: 100%;
    padding: 11px;
    border: 2px solid #e7e7e7;
    display: block;
}
.input-wrap textarea:active,
.input-wrap textarea:focus {
    border-color: #ff442c;
}
main input[type="file"] {
    position: absolute;
    bottom: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
    visibility: visible;
    overflow: hidden;
    padding: 0;
    margin: 0;
    border: none;
}
.vacancies-file {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    text-transform: none;
    color: #ff442c;
    position: relative;
    cursor: pointer;
    border: 2px solid #ff442c;
    padding: 18px 57px;
    transition: background-color .3s;
}
.vacancies-file:hover {
    color: #fff;
    background-color: #ff442c;
}
.input-wrap .btn-main.btnanima {
    color: #fff;
    cursor: pointer;
    border: none;
    font-weight: 600;
    width: 241px;
    text-transform: none;
}
.checkbox {
    display: flex !important;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #000;
    text-transform: none;
    padding-bottom: 25px;
    border-bottom: 1px solid #E7E7E7;
}
.checkbox input {
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 21px;
}
.checkbox a {
    font-weight: 600;
    color: #ff442c;
}
.input-wrap__file {
    padding: 25px 0;
    border-top: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;
}
.input-wrap__file label {
    margin-bottom: 12px;
}


/** search */
.title-searchpage {
    font-weight: 400;
    font-size: 36px;
    line-height: 100%;
    text-transform: uppercase;
    color: #020303;
}
.section__nav-searhtitle {
    margin-top: 30px;
}
.section__nav-searhtitle .news-navigation_btn__list {
    background: none;
    border-radius: 0;
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 2px solid #E7E7E7;
    border-bottom: 2px solid #E7E7E7;
}
.section__nav-searhtitle.no_results .news-navigation_btn__list{
    border-bottom: 0;
    padding-bottom: 0;
}
.section__nav-searhtitle .selected-filter__txt {
    margin-right: 20px;
}
.section-search-result p {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #030404;
    margin-bottom: 17px;
}
.section-search-result p span {
    font-weight: 700;
}
.section-search-result .breadcrumbs {
    display: flex;
    align-items: center;
}
.section-search-result .breadcrumbs a {
    font-weight: 400;
    font-size: 10px;
    line-height: 100%;
    text-transform: uppercase;
    color: #f34730;
    position: relative;
    text-decoration: none;
}
.section-search-result .breadcrumbs a:not(:last-child) {
    padding-right: 1em;
    margin-right: .5em;
}
.section-search-result .breadcrumbs a:not(:last-child):before {
    content: '/';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: inline-block;
}
.section-search-result .srow {
    margin: 0;
}
.section-search-result .scol {
    padding: 30px 0;
}
.section-search-result .scol:not(:last-child) {
    border-bottom: 2px solid #E7E7E7;
}
.searchblockform-top .input-wrap {
    margin-bottom: 0;
    display: flex;
    color: #fff;
}
.searchblockform-top {
    margin-top: 20px;
}
.searchblockform-top .input-wrap input {
    background-color: #fff;
}
.searchblockform-top .input-wrap input[type="submit"] {
    padding: 0 30px;
}
/** ./search */

.newsdetail-gallery-desc_team3 p {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #000;
}
.newsdetail-gallery-desc_team3 {
    font-weight: 700;
}
.separator_default {
    width: 100%;
    height: 2px;
    background-color: #E7E7E7;
    margin: 30px 0;
}
.newsdetail-gallery-desc_team3 .separator {
    width: 100%;
    height: 2px;
    background-color: #E7E7E7;
    margin: 30px 0;
}
.newsdetail-gallery-desc_team3 .btn-main {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    cursor: pointer;
    text-align: center;
    color: #fff;
    padding: 18px 26px;
}
.block-portal {
    display: flex;
    align-items: center;
    background-color: #1C1B1C;
    color: #fff;
    position: relative;
    padding: 78px 88px;
    overflow: hidden;
    border-radius: 10px;
}
.block-portal:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url('/local/templates/uralsteel_2024/../img/team/Vector.png') no-repeat center / cover;
    pointer-events: none;
    z-index: 0;
}
.block-portal p {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #eeeded;
}
.block-portal ul li {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #eeeded;
}
.block-portal h3 {
    font-weight: 400;
    font-size: 28px;
    line-height: 120%;
    text-transform: uppercase;
    color: #eeeded;
    margin-bottom: 10px;
}
.block-portal__item_qr p {
    font-weight: 400;
    font-size: 10px;
    line-height: 120%;
    text-align: center;
    color: #eeeded;
}
.block-portal__item_qr {
    text-align: center;
    position: relative;
}
.block-portal__item_qr a {
    color: #ff442c;
    text-decoration: none;
}
.block-portal__item_qr img {
    display: block;
    margin: 0 auto;
    margin-bottom: 25px;
}
.block-portal__item_qr-a {
    margin-bottom: 15px;
    display: block;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    color: #ff442c;
    display: inline-block;
}
.block-portal__item {
    width: 306px;
    position: relative;
    min-width: 306px;
}
.block-portal__arrow {
    width: 70;
    min-width: 70;
    position: relative;
    margin: 0 32px;
}
.section-portal {
    margin-top: 30px;
}
.section-gallery-tall {
    margin-top: 30px;
}
.section-gallery-tall__wrap {
    padding: 33px 0 53px;
    background-color: #19181e;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.section-gallery-tall__swiper {
    width: 100%;
    max-width: 889px;
    height: 0;
    overflow: hidden;
    padding-bottom: 37%;
    position: relative;
    margin-bottom: 30px;
}
.section-gallery-tall__swiper .swiper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.section-gallery-tall__swiper img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.section-gallery-tall__swiper-arrow {
    position: relative;
    width: 48px;
    min-width: 48px;
    display: block;
    height: 48px;
    top: auto;
    left: auto;
    right: auto;
    margin: initial;

}
.section-gallery-tall__swiper-arrow:hover svg ellipse {
    fill: #FF442C;
    stroke: #FF442C;
}
.section-gallery-tall__swiper-nav {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.section-gallery-tall__swiper-arrow:before,
.section-gallery-tall__swiper-arrow:after {
    display: none;
}
.section-gallery-tall__swiper-nav-num {
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
    text-align: center;
    color: #ededed;
    margin: 0 22px;
}
.section-gallery-tall__info {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.section-gallery-tall__info-title {
    font-weight: 400;
    font-size: 46px;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    color: #ededed;
    margin-bottom: 20px;
}
.section-gallery-tall__info-title-text {
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    color: #fff;
}
.section-gallery-tall__info-title-text ul {
    margin-bottom: 20px;
}
.section-gallery-tall__info-title-text ul:last-of-type {
    margin-bottom: 0;
}
.section-gallery-tall__info-title-text ul li {
    position: relative;
    padding: 0;
    margin: 0;
    margin-top: 8px;
    padding-left: 32px;
    max-width: 467px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    text-align: left;
}
.section-gallery-tall__info-title-text ul li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 10px;
    background-color: #ffffff;
    background-image: none;
    transform: translateY(-50%);
}
.section-gallery-tall__title {
    padding: 22px 68px 15px;
    background: #ff442c;
    border-radius: 10px;
    font-weight: 400;
    font-size: 36px;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin-bottom: 25px;
}
.strategy .txt-wrapper .pprod {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #000;
    margin-top: 10px;
}
.list-default_pprod {
    margin-top: 7px;
    margin-bottom: 41px;
}
.list-default_pprod li {
    font-weight: 300;
    font-size: 16px;
    line-height: 120%;
    color: #000;
}
.strategy_pprod {
    margin-top: 30px;
}
.document-prview {
    text-decoration: none;
}
.document-prview__img-wrap {
    position: relative;
}
.document-prview__img {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.document-prview__subtitle {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #ff3c00;
    margin-bottom: 15px;
}
.document-prview__title {
    display: block;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    text-transform: uppercase;
    color: #141519;
    margin-bottom: 15px;
}
.document-prview .btn-main {
    color: #fff;
    position: absolute;
    bottom: 14px;
}
.txt-wrapper .document-prview .btn-main {
    position: relative;
    color: #fff;
    width: 150px;
    border: none;
    overflow: hidden;
    bottom: auto;
}
.document-prview .btn-main svg path {
    fill: #fff;
}
.section-document {
    margin-top: 30px;
}
.section-document .scol {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 60px;
}
/*.swiper-creative .swiper-slide.swiper-slide-visible{
    transition: height 1s ease-in-out;
    height: 100%;
}
.swiper-creative .swiper-slide,
.swiper-creative .swiper-slide.no_picture
.swiper-creative .swiper-slide.swiper-slide-visible.no_picture{
    height: 100%;
}*/
main .table {
    width: 100%;
    border-collapse: collapse;
}
main th, main td {
    border: 2px solid #E7E7E7;
    padding: 30px 45px;
    text-align: left;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #000;
    vertical-align: top;
}
main th {
    font-weight: 400;
    font-size: 28px;
    line-height: 120%;
    text-transform: uppercase;
    color: #000;
    vertical-align: top;
}
main th span {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #000;
}
.section-table {
    margin-top: 30px;
}
.section-document__title {
    font-weight: 400;
    font-size: 28px;
    line-height: 120%;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 15px;
}
.section-contacts {
    margin-top: 30px;
}
#map {
    width: 100%;
    height: 771px;
    padding: 0;
    margin: 0;
}
.contacts-content {
    padding-left: 65px;
}
.contacts-content p,
.contacts-content div {
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    text-transform: uppercase;
    color: #000;
}
.contacts-content .simple_text {
    text-transform: none;
    margin-bottom: 12px;
}
.contacts-content p span:first-child {
    display: block;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    text-transform: uppercase;
    color: #ff3c00;
    margin-bottom: 5px;
}
.contacts-content p:not(:last-child) {
    margin-bottom: 20px;
}

/** модальное окно **/
.modalwindow {
    position: relative;
    padding: 35px 25px;
    background: #fff url('/local/templates/uralsteel_2024/img/modal_vector.png') no-repeat right bottom/ auto 50%;
    border-radius: 10px;
    width: 100%;
    max-width: 450px;
    display: none;
}
.modalwindow.modalwindow_resume{
    max-width: 650px;
}

/** модальное окно tabs **/
.modalwindow .modalwindow__header .header-tabs{
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    margin: auto;
    margin-top: 15px;
    padding: 0 0 10px 0;
    list-style-type: none;
}
.modalwindow .modalwindow__header .header-tabs .tab-item{
    position: relative;
    cursor: pointer;
    text-align: center;
    padding: 0 5px;
    font-size: 18px;
    font-weight: bold;
    color: rgba(204, 204, 204, 1);
}
.modalwindow .modalwindow__header .header-tabs .tab-item.active{
    color: rgb(255, 68, 44);
}
.modalwindow .modalwindow__header .header-tabs .tab-item::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -11px;
    height: 3px;
    background: rgba(204, 204, 204, 1);
}
.modalwindow .modalwindow__header .header-tabs .tab-item.active::after{
    background: rgb(255, 68, 44);
}

.modalwindow .modalwindow__container {
    overflow-y: auto;
}
.modalwindow .modalwindow__container .container-item{
    padding: 20px 0;
    display: none;
}
.modalwindow .modalwindow__container .container-item.active{
    display: block;
}

/** элементы модального окна **/
.modalwindow__title {
    font-weight: 400;
    font-size: 28px;
    line-height: 120%;
    text-transform: uppercase;
    color: #000;
    text-align: center;
}
.modalwindow .btn-main.btnanima {
    margin: 0 auto;
    display: flex;
}
.modalwindow p {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #000;
}
.modalwindow .pthanks {
    text-align: center;
    max-width: 398px;
    margin: 0 auto;
    margin-bottom: 45px;
}
.modalwindow_website .modalwindow__title {
    text-align: left;
    margin-bottom: 10px;
}
.modalwindow_website a {
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 15px;
    color: #ff442c;
    text-decoration: none;
}
/*.modalwindow_website a svg {*/
/*    display: block;*/
/*    margin-left: 10px;*/
/*}*/
.modalwindow_website .site-area a{
    position: relative;
    padding-right: 28px;
}
.modalwindow_website .site-area a::before{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 18px;
    height: 16px;
    background-image: url("/local/templates/uralsteel_2024/img/ico/arrow-red.svg");
    background-size: contain;
    transform: translateY(-50%);
}

.modalwindow_website .separator_default {
    margin: 25px 0;
}
.modalwindow>.f-button.is-close-btn {
    z-index: 9999;
    opacity: 1;
    background: transparent;
    right: -25px;
    top: -25px;
}
.footer_mobile {
    display: none;
}
.btn-mobile-menu {
    display: none;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    margin-left: auto;
    color: #fff;
    padding: 9px 15px;
    border-radius: 2px;
    background: #ff442c;
}
.btn-mobile-menu svg {
    display: block;
    margin-right: 25px;
}
.mobile-menu {
    position: fixed;
    top: 0;
    z-index: 999;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 0 20px 40px;
    overflow-y: auto;
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
    pointer-events: none;
}
.show-mobile .mobile-menu {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
}
.mobile-menu__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navigation-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(14, 14, 15, 0.1);
}
.navigation-title__arrow {

}
.navigation-title__main {
    font-weight: 400;
    font-size: 28px;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    color: #060202;
}
.navigation-list {
    display: flex;
    margin-bottom: 67px;
    flex-direction: column;
    align-items: center;
}
.navigation-list__item  {}
.navigation-list__link {
    padding: 18px 30px;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    display: inline-block;
    color: #070709;
    text-decoration: none;
    border-radius: 2px;
}
.navigation-list__item.active .navigation-list__link {
    color: #fff;
    border-radius: 2px;
    background-color: #FF442C;
}
.mobile-menu__social {
    display: flex;
    justify-content: center;
    padding: 25px 0;
    border-top: 1px solid rgba(14, 14, 15, 0.1);
    border-bottom: 1px solid rgba(14, 14, 15, 0.1);
    margin-bottom: 25px;
}
.mobile-menu__social-link {
    width: 20px;
    min-width: 20px;
    height: 20px;
}
.mobile-menu__social-link:not(:last-child) {
    margin-right: 12px;
}
.mobile-menu .breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    border-top: 1px solid rgba(14, 14, 15, 0.1);
    border-bottom: 1px solid rgba(14, 14, 15, 0.1);
}
.mobile-menu .breadcrumbs a {
    display: flex;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-decoration: none;
    text-transform: uppercase;
    color: #060202;
    align-items: center;
    position: relative;
}
.mobile-menu .breadcrumbs a:not(:last-child):after {
    content: '/';
    display: inline-block;
    padding: 0 .2em;
}
.mobile-menu__btns-modals {
    display: flex;
    align-items: center;
}
.btn-modal {
    display: flex;
    width: 33.3333%;
    padding: 12px;
    line-height: 1;
    text-decoration: none;
    justify-content: center;
    border: 2px solid #f34730;
}
.btn-modal:not(:last-child) {
    margin-right: 10px;
}
.btn-modal .txt {
    text-align: center;
    font-weight: 600;
    font-size: 11px;
    line-height: 100%;
    color: #f34730;
}
.mobile-menu__nav {
    display: flex;
    overflow: hidden;
}
.mobile-menu__nav-item {
    min-width: 100%;
    display: none;
}
.mobile-menu__nav-item.active {
    display: block;
}
.news-detail .line {
    display: none;
}
.form_result_text{
    color: #ff442c;
    font-size: 22px;
    padding: 8px 0 12px;
}

.bx-input-phone{
    display: flex;
    align-items: center;
    gap: 5px;
}
.bx-input-phone .bx-input-phone__input{
    flex: 1;
}

@media screen and (max-width: 1820px) {
    .top .bottom-wrapper .btns a[data-src="#product_order"]{
        position: static;
        left: auto;
    }
}

@media screen and (max-width: 1390px) {
    .block-portal{
        flex-direction: column;
        gap: 20px;
        width: 400px;
        margin: auto;
        padding: 38px 20px;
    }

    .block-portal__arrow{
        display: none;
    }
}

@media screen and (max-width: 1280px) {
    .img404 {
        max-width: 220px;
    }
    .section-contacts .scol {
        width: 100%;
    }
    #map {
        height: 400px;
        width: auto;
        margin: 0 -20px;
    }
    .section-contacts .scol:not(:last-child) {
        margin-bottom: 20px;
    }
    .contacts-content {
        padding: 0;
    }
    .fancybox__slide {
        padding-left: 20px;
        padding-right: 20px;
    }
    .news-detail .career-detail__content h3 {
        font-weight: 400;
        font-size: 18px;
        line-height: 120%;
        color: #000;
        text-transform: none;
    }
    .is-compact .fancybox__content>.f-button.is-close-btn {
        top: -20px;
        right: -20px;
    }
    .table-wrap {
        overflow-x: auto;
    }
    .strategy.strategy_pprod {
        margin-top: 30px;
    }
    .strategy .txt-wrapper .pprod:not(:last-child) {
        margin-bottom: 15px;
    }
    .section-gallery-tall__wrap {
        padding: 25px 20px 30px;
        border-radius: 0;
        margin: 0 -20px;
    }
    .section-gallery-tall__info-title {
        font-weight: 400;
        font-size: 28px;
        line-height: 100%;
        text-transform: uppercase;
        text-align: center;
    }
    .section-gallery-tall__info-title-text {
        font-weight: 400;
        font-size: 16px;
        line-height: 120%;
        text-align: center;
    }
    .section-gallery-tall__title {
        font-weight: 400;
        font-size: 24px;
        line-height: 100%;
        text-transform: uppercase;
        text-align: center;
        padding: 15px 11px;
        margin-bottom: 20px;
    }
    .newsdetail-gallery-desc_team3 .separator {
        margin: 15px 0;
    }
    .section-career-vacancies .scol {
        width: 100%;
    }
    .news-detail .scol:not(:last-child) {
        margin-bottom: 30px;
    }
    .vacancies-item {
        padding: 25px 0;
    }
    .vacancies-item__title {
        font-weight: 400;
        font-size: 28px;
        line-height: 120%;
        text-transform: uppercase;
        margin-bottom: 10px;
    }
    .accordion-item__content {
        padding: 0 20px;
    }
    .spec-list__item {
        padding: 16px 25px;
    }
    .spec-list__item .scol {
        width: 50%;
    }
    .newsdetail-gallery__slider .mySwiper .swiper-slide {
        border-radius: 6px;
    }
    .accordion-item__title {
        padding: 17px 20px;
        font-weight: 400;
        font-size: 22px;
        line-height: 100%;
        text-transform: uppercase;
        color: #131215;
        padding-right: 50px;
    }
    .accordion-item__content a {
        font-weight: 400;
        font-size: 16px;
        line-height: 130%;
    }
    .accordion-item__content p {
        font-weight: 400;
        font-size: 16px;
        line-height: 130%;
    }
    .accordion-item__title:before {
        width: 13px;
        height: 22px;
        right: 20px;
    }
    .simg-wrapper {
        margin-bottom: 20px;
    }
    .links-media__title {
        font-weight: 400;
        font-size: 24px;
        line-height: 100%;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 10px;
    }
    .section-links-media .scol {
        width: 100%;
    }
    .section-links-media .scol:not(:last-child) {
        margin-bottom: 30px;
    }
    .presentation.presentation_media-video {
        margin-top: 30px;
    }
    .fancybox__toolbar__column.is-middle {
        top: 15px;
        bottom: auto;
    }
    .presentation.presentation_media-video .presentation-list li .txt-wrapper h6 {
        margin-bottom: 20px;
    }
    .presentation .presentation-list .data-gallery {
        margin-top: 14px;
    }
    .data-gallery-container .srow {
        margin: 0 -7px;
    }
    .gallery-item .button-block,
    .gallery-item__video .button-block {
        flex-wrap: wrap;
    }
    .data-gallery-container .scol {
        width: 50%;
        padding: 0 7px;
        margin-bottom: 14px;
    }
    .gallery-item__video .watch-btn {
        right: 20px !important;
    }
    .gallery-item__video .watch-btn .txt {
        display: none !important;
    }
    .gallery-item .button-block button,
    .gallery-item__video .button-block button {
        margin-right: 0;
        order: 1;
        margin-top: 175px !important;
    }
    .gallery-item .button-block .button-block__txt,
    .gallery-item__video .button-block .button-block__txt {
        width: 50%;
    }
    .button-block__txt:not(:last-child) {
        margin-right: 0;
    }
    .news-detail ul, .list-default {
        padding-left: 0;
    }
    .news-detail__content {
        margin-bottom: 20px;
    }
    .news-detail ul li,
    .news-detail ul li *,
    .list-default li *,
    .list-default li {
        font-weight: 300;
        font-size: 18px;
        line-height: 120%;
    }
    .link-to-source {
        font-weight: 400;
        font-size: 18px;
        line-height: 120%;
    }
    .link-to-source a{
        font-size: 18px;
        line-height: 120%;
    }
    .news-detail h2 {
        font-weight: 400;
        font-size: 32px;
        line-height: 120%;
        text-transform: uppercase;
    }
    .news-detail h3 {
        font-weight: 400;
        font-size: 28px;
        line-height: 120%;
        text-transform: uppercase;
        color: #000;
    }
    .blockquote {
        font-weight: 400;
        font-size: 20px;
        line-height: 120%;
        padding-left: 20px;
    }
    .news-detail p,
    .news-detail * {
        font-weight: 400;
        font-size: 18px;
        line-height: 120%;
    }
    .news-detail h1 {
        font-weight: 400;
        font-size: 28px;
        line-height: 120%;
        /*text-transform: uppercase;*/
        color: #000;
        margin-bottom: 20px;
    }
    .section-news-list_detail .news-list_col:last-child .news-list-item {
        padding-bottom: 30px;
        margin-bottom: 0;
    }
    .section-news-list_detail .news-list_col:first-child .news-list-item {
        padding-top: 30px;
        margin-top: 0;
    }
    .news-navigation__list li:not(:last-child) {
        margin-right: 12px;
    }
    .news-navigation__list {
        margin-right: 12px;
    }
    .news-navigation_btn:not(:last-child) {
        margin-right: 12px;
    }
    .top.top_media__block {
        margin-top: 30px;
    }
    .presentation.presentation_media {
        margin-top: 30px;
    }
    .news-date {
        font-weight: 400;
        font-size: 16px;
        line-height: 100%;
        color: #ff3c00;
        margin-bottom: 10px;
    }
    .news-title {
        font-weight: 400;
        font-size: 22px;
        line-height: 100%;
        /*text-transform: uppercase;*/
        color: #2b2a29;
        margin-bottom: 15px;
    }
    .news-list-item .simg-wrapper {
        min-width: 0;
        margin-right: 0;
    }
    .news-navigation_btn__list {
        overflow-x: auto;
        white-space: nowrap;
    }
    .news-navigation_top .news-navigation_btn__list {
        overflow: initial;
    }
    .news-navigation_top .news-navigation_btn__list,
    .news-navigation_btn__list {
        padding: 12px 20px;
        border-radius: 0;
        margin: 0 -20px;
        align-items: flex-start;
    }
    .news-list-item {
        flex-direction: column;
        align-items: flex-start;
    }
    .news-navigation_btn__list .selected-filter {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .social-block-navigation {
        display: none;
    }
    .selected-filter__txt {
        margin-right: 0;
        margin-bottom: 10px;
        font-weight: 600;
        font-size: 16px;
        line-height: 100%;
        text-align: right;
        color: #231f20;
    }
    .prod h2 {
        font-weight: 400;
        font-size: 36px;
        line-height: 100%;
        text-transform: uppercase;
        color: #2b2a29;
        margin-bottom: 30px;
    }
    .prod .prod3-list {
        display: flex;
        flex-direction: column;
        gap: 0;
        margin-top: 0;
    }
    .prod .prod3-list li {
        position: relative;
        display: flex;
        grid-gap: 0;
        flex-direction: column;
    }
    .prod .prod3-list li:not(:last-child) {
        margin-bottom: 30px;
    }
    .prod .prod2-list li .img-wrapper,
    .prod .prod3-list li .img-wrapper,
    .news-list-item .simg-wrapper {
        height: 0;
        width: 100%;
        padding-bottom: 80%;
        position: relative;
        margin-bottom: 20px;
    }
    .prod .prod2-list li .txt-wrapper h2 {
        font-weight: 400;
        font-size: 12px;
        line-height: 100%;
        color: #ff3c00;
        margin-top: 0;
        margin-bottom: 10px;
    }
    .prod .prod2-list li .txt-wrapper p {
        margin-top: 0;
        max-width: none;
        font-weight: 400;
        font-size: 14px;
        line-height: 130%;
        color: #727272;
    }
    .prod .prod2-list li .txt-wrapper h6 {
        margin-top: 0;
        font-weight: 400;
        font-size: 36px;
        line-height: 100%;
        text-transform: uppercase;
        color: #2b2a29;
        margin-bottom: 10px;
    }
    .prod .prod2-list li .img-wrapper img,
    .prod .prod3-list li .img-wrapper img,
    .news-list-item .simg-wrapper img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .prod .prod2-list li .img-wrapper::before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .prod .prod2-list li {
        display: flex;
        grid-gap: 0;
        flex-direction: column;
    }
    .prod .prod2-list li:not(:last-child) {
        margin-bottom: 30px;
    }
    .prod1-list {
        margin: 0 -20px;
    }
    .btns_desc {
        display: none;
    }
    .btns_mobile {
        flex-direction: column;
        display: flex;
    }
    .prod .prod1-list .prod1-list__item.active .btns_mobile {
        padding-top: 30px;
        margin-top: 30px;
        border-top: 1px solid #ffffff;
    }
    .prod .prod1-list .prod1-list__item .bottom {
        display: flex;
        overflow: hidden;
        max-height: 0;
        gap: 0;
        flex-direction: column;
    }
    .prod .prod1-list .prod1-list__item .bottom .img-wrapper img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .prod .prod1-list .prod1-list__item .bottom .img-wrapper {
        order: -1;
        position: relative;
        height: 0;
        padding-bottom: 50%;
        margin-bottom: 25px;
    }
    .prod .prod1-list .prod1-list__item .row.row--mid {
        margin-top: 30px;
        flex-direction: column;
        padding-top: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #ffffff;
        display: flex;
        margin-bottom: 30px;
    }
    .prod .prod1-list .prod1-list__item .row.row--mid .col:not(:last-child) {
        margin-bottom: 30px;
    }
    .top .breadcrumbs {
        display: none;
    }
    .prod .prod1-list .prod1-list__item.active {
        padding: 35px 20px 60px;
    }
    .prod .prod1-list .prod1-list__item {
        border-radius: 0;
        padding: 35px 20px 60px;
    }
    .prod .prod1-list .prod1-list__item h2 {
        font-weight: 400;
        font-size: 32px;
        line-height: 100%;
        text-transform: uppercase;
        color: #fff;
    }
    .top .top-wrapper h2,
    .top h2{
        white-space: normal;
        font-size: 28px;
        line-height: 100%;
        text-transform: uppercase;
        margin-bottom: 5px;
    }
    .top.top--inner .top-wrapper .txt-wrapper div,
    .top.top--inner .top-wrapper .txt-wrapper p {
        margin-top: 0;
        font-size: 12px;
        line-height: 120%;
        margin-bottom: 0;
    }
    .top--inner.top .top-wrapper{
        padding-bottom: 68px;
    }
    .top nav {
        overflow-x: auto;
    }
    .strategy .txt-wrapper .btns {
        flex-direction: column;
        align-items: flex-start;
    }
    .strategy .txt-wrapper a {
        height: auto;
        font-size: 16px;
        line-height: 100%;
        padding: 15px 17px;
        margin-left: 0;
    }
    .strategy .txt-wrapper a:not(:last-child) {
        margin-bottom: 19px;
    }
    .top nav a {
        min-width: initial;
        height: auto;
        font-size: 9px;
        line-height: 100%;
        padding: 10px;
    }
    .mobile-menu {
        display: block;
    }
    .btn-mobile-menu {
        display: flex;
    }
    .container {
        min-width: 0;
    }
    .header .logo {
        width: 100px;
    }
    .header .logo img {
        display: block;
        width: 100%;
        height: auto;
    }
    .header .nav-wrapper {
        display: none;
    }
    .header .contacts-wrapper {
        display: none;
    }
    .header {
        padding: 25px 0;
        height: auto;
    }
    .top {
        margin-top: 0;
    }
    .top .container {
        height: 417px;
    }
    .top .top-wrapper {
        padding: 28px;
    }
    .top .top-wrapper h6 {
        font-size: 28px;
    }
    .top p {
        font-size: 12px;
    }
    .line {
        height: 1px !important;
        margin: 25px 0;
    }
    .strategy {
        margin-top: 0;
    }
    .strategy .container {
        grid-gap: 0;
        display: flex;
        flex-direction: column;
    }
    .strategy .img-wrapper {
        position: relative;
        height: 240px;
        margin-bottom: 20px;
    }
    .strategy .img-wrapper img {
        position: absolute;
        display: block;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .strategy .txt-wrapper h2 {
        font-size: 12px;
        margin-bottom: 10px;
        line-height: 100%;
    }
    .strategy .txt-wrapper h6 {
        font-size: 28px;
        line-height: 100%;
        margin-top: 0;
        margin-bottom: 5px;
    }
    .strategy .txt-wrapper h6 br {
        display: none;
    }
    .strategy .txt-wrapper p {
        margin: 0;
        font-weight: 14px;
        margin-bottom: 15px;
    }
    .advantages {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .advantages .line {
        height: 1px;
        margin-bottom: 25px;
    }
    .advantages-list__wrapper {
        overflow-x: auto;
    }
    .advantages .advantages-list {
        min-width: 100%;
        display: inline-flex;
    }
    .presentation {
        margin-top: 0;
    }
    .presentation.no_text {
        margin-top: 30px;
    }
    .advantages .advantages-list .num {
        white-space: nowrap;
    }
    .advantages .advantages-list li:not(:last-child) {
        margin-right: 66px;
    }
    .presentation .line {
        display: none;
    }
    .presentation .presentation-list li {
        min-height: 448px;
        padding: 28px 28px 70px;
        align-items: flex-end;
    }
    .presentation .presentation-list li .txt-wrapper {
        max-width: none;
    }
    .presentation .presentation-list li .txt-wrapper h6 {
        font-size: 32px;
        line-height: 100%;
        margin-bottom: 10px;
    }
    .presentation .presentation-list li .txt-wrapper p {
        font-size: 12px;
        line-height: 130%;
        margin: 0;
        margin-bottom: 25px;
    }
    .presentation .presentation-list li .watch-btn {
        margin: 0;
        position: absolute;
        right: 52px;
    }
    .presentation.no_text .presentation-list li .watch-btn {
        margin: 0;
        position: absolute;
        left: 50%;
        margin-left: -40px;
        top: 50%;
        margin-top: -40px;
    }
    .presentation .presentation-list li .watch-btn .txt {
        font-weight: 400;
        font-size: 22px;
        line-height: 100%;
        margin-top: 15px;
        color: #fff;
    }
    .presentation .presentation-list li .watch-btn svg {
        width: 50px;
        min-width: 50px;
        height: 50px;
    }
    .presentation.no_text .presentation-list li .watch-btn svg {
        width: 80px;
        min-width: 80px;
        height: 80px;
    }
    .presentation .presentation-list li .txt-wrapper button .txt {
        font-size: 16px;
    }
    .products {
        margin-top: 0;
    }
    .products .line {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .products .products-list li {
        display: flex;
        flex-direction: column;
        gap: 0;
        margin-top: 0;
        height: auto;
    }
    .products .products-list li:not(:last-child) {
        margin-bottom: 20px;
    }
    .products .products-list li .img-wrapper {
        order: -1;
        height: 198px;
    }
    .products .products-list li .txt-wrapper {
        padding: 30px 28px 69px;
    }
    .products .products-list li .txt-wrapper h2 {
        font-size: 12px;
        line-height: 100%;
        margin-bottom: 16px;
    }
    .products .products-list li .txt-wrapper h6 {
        margin-top: 0;
        margin-bottom: 16px;
        font-size: 28px;
        line-height: 120%;
    }
    .products .products-list li .txt-wrapper p {
        font-size: 12px;
        line-height: 130%;
        margin-top: 0;
        margin-bottom: 16px;
    }
    .products .products-list li .txt-wrapper a {
        font-size: 16px;
        line-height: 100%;
        margin-top: 0;
    }
    .banner {
        margin-top: 0;
    }
    .banner .line,
    .footer .line {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .footer {
        margin-top: 25px;
        padding-bottom: 32px;
    }
    .top .bottom-wrapper {
        display: none;
    }
    .footer .logo {
        width: 135px;
        height: 50px;
    }
    .footer .nav-wrapper {
        margin-top: 10px;
        flex-direction: column;
    }
    .footer .nav-wrapper .col:not(:last-child) {
        margin-bottom: 36px;
    }
    .footer .nav-wrapper .col .main {
        line-height: 100%;
        font-size: 16px;
        margin-bottom: 10px;
    }
    .footer_desctop {
        display: none;
    }
    .footer_mobile {
        display: block;
    }
    .footer_mobile .container {
        display: block;
    }
    .srow {
        margin: 0 -20px;
    }
    .scol {
        padding: 0 20px;
    }
    .feedback {
        margin-left: 0;
        margin-top: 24px;
    }
    .footer .btns {
        margin-top: auto;
    }
    .scol_footer-logo {
        display: flex;
        flex-direction: column;
    }
    .footer .contacts-wrapper a svg, .footer .contacts-wrapper a .img {
        order: -1;
        margin-left: 0;
        margin-right: 15px;
    }
    .footer .contacts-wrapper a .txt {
        font-size: 15px;
        line-height: 140%;
    }
    .footer .contacts-wrapper {
        margin-top: 0;
        border-top: none;
        padding-top: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .footer .address-wrapper a svg,
    .footer .address-wrapper p svg {
        order: -1;
        margin-left: 0 !important;
        margin-right: 15px;
    }
    .footer .address-wrapper a,
    .footer .address-wrapper p {
        font-size: 15px;
        line-height: 140%;
        align-items: flex-start !important;
    }
    .contacts-wrapper a {
        margin-bottom: 20px;
    }
    .footer .address-wrapper {
        margin-top: 0;
    }
    .footer .bottom {
        margin-top: 0;
        padding-top: 0;
        border-top: 0;
        flex-direction: column;
        text-align: center;
    }
    .footer .bottom p, .footer .bottom a {
        font-size: 12px;
        margin-bottom: 15px;
        line-height: 140%;
    }
    .footer .bottom a:last-child {
        margin-bottom: 0;
    }
    .header.move {
        height: auto;
        padding: 25px 0;
    }
    .header.move .logo {
        width: 100px;
        height: auto;
        margin-right: 0;
    }
    .top.top-short .container {
        height: auto;
        min-height: 141px;
    }
    .top .back-btn .txt {
        font-size: 22px;
        line-height: 100%;
    }
    .top.top-short .breadcrumbs {
        display: block;
        margin-bottom: 11px;
    }
    .top.top-short .top-wrapper {
        padding: 34px 27px 22px;
    }
    .top.top-short .breadcrumbs a {
        font-size: 12px;
        line-height: 100%;
    }
    .top.top-short nav {
        margin-top: 12px;
    }
    .top.top-short {
        margin-bottom: 20px;
    }
    .top.top--sub .container {
        height: auto;
        min-height: 417px;
    }
    .top.top--sub .top-wrapper {
        justify-content: flex-end;
    }
    .career-detail__content {
        padding-left: 0;
    }
    .news-detail .scol {
        width: 100%;
    }
    .news-detail {
        margin-top: 25px;
    }
    .newsdetail-gallery-desc {
        font-size: 12px;
        line-height: 120%;
    }
    .news-detail .line {
        display: block;
    }
    .section-history__slider .container {
        padding: 0;
    }
    .history .history-slider .h-top .imgs .img-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    .history .history-slider .h-top .imgs .img-wrapper {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .swiper-creative .swiper-slide {
        height: 0;
        padding-bottom: 55%;
    }
    .history .history-slider {
        border-radius: 0;
        padding: 30px 20px 35px;
    }
    .history .history-slider .h-top .txts h6 {
        font-weight: 400;
        font-size: 28px;
        line-height: 100%;
        text-transform: uppercase;
        text-align: center;
        color: #ededed;
    }
    .year-select {
        font-size: 30px;
        margin: 0 15px;
    }
    .history .history2-list li {
        display: flex;
        flex-direction: column;
        gap: 0;
        align-items: flex-start;
        padding: 30px 20px 55px;
    }
    .history .history2-list li h2 {
        font-weight: 400;
        font-size: 28px;
        line-height: 100%;
        text-transform: uppercase;
    }
    .history .history2-list li .img-wrapper {
        margin-bottom: 35px;
    }
    .history .history2-list li h3 {
        font-weight: 400;
        font-size: 28px;
        line-height: 100%;
        text-transform: uppercase;
    }
    .history .history2-list li .inner-list li {
        padding-left: 1.2em;
    }
    .history .history2-list li .inner-list li.txt-sm::before {
        left: 0;
    }
    .block-present__wrapper {
        padding: 41px 20px 41px;
        min-height: auto;
    }
    .block-present__img-wrapper {
        padding: 0;
    }
    .block-present__content h2 {
        font-weight: 700;
        font-size: 24px;
        line-height: 100%;
        text-transform: uppercase;
        text-align: center;
        color: #ff442c;
        margin-bottom: 23px;
    }
    .block-present__content p {
        font-weight: 400;
        font-size: 22px;
        line-height: 100%;
        text-transform: uppercase;
        text-align: center;
        color: #ededed;
        margin-bottom: 23px;
    }
    .block-present__img-wrapper img {
        width: 100%;
        height: 100%;
    }
    .management .management-list li.dir .img,
    .management .management-list li.dir svg {
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transform: none;
    }
    .management .management-list li .img img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-position: center top;
        object-fit: cover;
    }
    .management .management-list.management-list--single li .img img{
        object-position: 70% center;
    }
    .management .management-list li.dir {
        height: 115.776vw;
        justify-content: flex-end;
        align-items: flex-start;
        padding: 30px 20px;
    }
    .top.top_404 .breadcrumbs {
        display: none;
    }
    .top_404 .scol {
        width: 100%;
    }
    .strategy.strategy__404 .txt-wrapper .btns {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .strategy.strategy__404 .txt-wrapper .btns a {
        margin-top: 0;
        width: 47%;
        margin-bottom: 0;
    }
    .strategy.strategy__404 .txt-wrapper .btns .link-mainpage {
        width: 100%;
        margin-bottom: 20px;
    }
    .strategy__404 {
        margin-top: 30px;
    }
    .scol-img-404 {
        order: -1;
        margin-bottom: 25px;
    }

    .news-detail h4,
    .news-detail h4 b{
        font-size: 22px;
    }

    /**search**/
    .section__nav-searhtitle .news-navigation_btn__list {
        overflow-x: initial;
        margin: 0;
        flex-direction: column;
        white-space: normal;
        align-items: flex-start;
    }
    .title-searchpage {
        font-weight: 400;
        font-size: 28px;
        margin-bottom: 20px;
        line-height: 101%;
    }
    .searchblockform-top {
        margin-top: 6px;
    }
    .searchblockform-top .input-wrap input {
        padding: 12px 15px;
        font-weight: 400;
        font-size: 14px;
        line-height: 126%;
    }
    /**END search**/
}

@media screen and (max-width: 1200px) {
    section.section-table{
        overflow: auto;
    }

    section.section-table .container{
        min-width: 1100px;
    }

    .history-slider .item-slider2{
        overflow: auto;
    }

    .history-slider .item-slider2 .swiper-wrapper{
        min-width: 1150px;
    }
}

@media screen and (max-width: 900px) {
    .presentation .presentation-list li .watch-btn{
        bottom: 30px;
    }
    .presentation.no_text .presentation-list li .watch-btn{
        bottom: auto;
    }

    main th, main td{
        padding: 16px 22px;
    }

    main th{
        font-size: 22px;
    }

    .news-detail h1{
        font-size: 22px;
    }

    .section-table ul{
        padding-left: 22px;
    }

    .document-prview__title{
        font-size: 22px;
        word-break: break-all;
    }

    .prod .prod1-list .prod1-list__item .bottom .txt-wrapper h6{
        font-size: 22px;
    }

    .management .management-list li h6 {
        font-weight: 400;
        font-size: 16px;
        line-height: 100%;
        color: #ff3c00;
        margin-bottom: 10px;
    }
    .management .management-list li.dir p {
        font-weight: 400;
        font-size: 24px;
        line-height: 100%;
        text-transform: uppercase;
        color: #fff;
    }
    .management .management-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .management .management-list li p {
        font-weight: 400;
        font-size: 24px;
        line-height: 100%;
        text-transform: uppercase;
        color: #141519;
    }

    .prod .prod1-list .prod1-list__item .row {
        flex-direction: column;
    }

    .year-select {
        font-size: 20px;
    }

    .history .history2-list li h2,
    .history .history2-list li h3,
    .history .history2-list li h4,
    .history .history2-list li h5,
    .news-detail h3,
    .top .top-wrapper h2,
    .top h2,
    .history .history-slider .h-top .txts h6{
        font-size: 24px;
    }
}

@media screen and (max-width: 768px) {
    .section-document .scol{
        width: 50%;
    }

    .presentation .presentation-list li{
        min-height: 348px;
    }

    .top.top--sub .container{
        min-height: 348px;
    }

    .advantages-list{
        padding: 26px 40px;
    }

    .advantages .advantages-list li:not(:last-child){
        margin-right: 40px;
    }

    .advantages .advantages-list .num{
        font-size: 34px;
    }

    .advantages .advantages-list .txt{
        font-size: 14px;
    }

    .strategy .img-wrapper{
        max-width: 400px;
    }

    .management .management-list li p {
        font-size: 22px;
        margin-top: 10px;
    }

    .management .management-list li h6 {
        margin-top: 12px;
        font-weight: 400;
        font-size: 16px;
        line-height: 100%;
        color: #ff3c00;
        margin-bottom: 10px;
    }

    .top .img img.right_align.p80{
        object-position: 80% center;
    }
    .top .img img.right_align.p70{
        object-position: 70% center;
    }

    .mobile-menu__btns-modals {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        align-items: stretch;
        gap: 5px;
    }
    .mobile-menu__btns-modals .btn-modal{
        width: 100%;
    }
}

@media screen and (max-width: 699px) {
    .section-accordion .accordion-item .spec-list__item .srow .scol.scol-3{
        width: 100%;
    }
    .section-accordion .accordion-item .spec-list__item .srow .scol.scol-3 .ssocial-link{
        align-items: start;
    }
}

@media screen and (max-width: 550px) {
    .presentation .presentation-list li .txt-wrapper h6{
        font-size: 22px;
    }

    .prod .prod1-list .prod1-list__item h2 {
        font-weight: 400;
        font-size: 22px;
        line-height: 100%;
        text-transform: uppercase;
        color: #fff;
    }

    .prod .prod1-list .prod1-list__item .row.row--mid h5 {
        font-size: 24px;
    }

    .section-gallery-tall__info-title{
        font-size: 22px;
    }

    .strategy .txt-wrapper h6{
        font-size: 22px;
    }

    .news-detail .career-detail__content h1{
        font-size: 22px;
    }

    .section-gallery-tall__title{
        font-size: 18px;
        line-height: 120%;
    }

    .management .management-list li p {
        font-size: 18px;
    }

    .block-portal h3{
        font-size: 22px;
    }

    .management .management-list{
        grid-gap: 20px 15px;
    }
}

@media screen and (max-width: 485px) {
    .presentation .presentation-list li .watch-btn{
        position: static;
        align-self: start;
    }

    .section-document .scol{
        width: 100%;
    }

    .presentation .presentation-list li{
        flex-direction: column;
        gap: 20px;
        padding: 16px 16px 24px;
        min-height: inherit;
    }
    .presentation.no_text .presentation-list li{
        min-height: 348px;
    }

    .block-portal{
        width: auto;
        margin: auto;
        padding: 28px 16px;
    }

    .block-portal__item{
        width: auto;
        min-width: inherit;
    }
}

/*@media screen and (max-width: 1410px) {
    .header .contacts-wrapper .link.fst{
        margin-left: 8px;
    }
    .header .contacts-wrapper .link,
    .header .contacts-wrapper .lang,
    .header .contacts-wrapper .search-btn
    {
        margin-left: 6px;
    }

    .header .contacts-wrapper .link.orange{
        left: -92px;
    }
}
@media screen and (max-width: 1360px) {
    .header.move .logo{
        margin-right: 10px;
    }
}
@media screen and (max-width: 1300px) {
    .header.move .logo{
        margin-right: 0;
    }
}
@media screen and (max-width: 1280px) {
    .top .breadcrumbs {
        display: none;
    }
    .top h2 {
        white-space: normal;
        font-size: 28px;
        line-height: 100%;
        text-transform: uppercase;
        margin-bottom: 5px;
    }
    .top.top--inner .top-wrapper .txt-wrapper p {
        margin-top: 0;
        font-size: 12px;
        line-height: 120%;
        margin-bottom: 0;
    }
    .top--inner.top .top-wrapper{
        padding-bottom: 68px;
    }
    .top nav {
        overflow-x: auto;
    }
    .strategy .txt-wrapper .btns {
        flex-direction: column;
        align-items: flex-start;
    }
    .strategy .txt-wrapper a {
        height: auto;
        font-size: 16px;
        line-height: 100%;
        padding: 15px 17px;
        margin-left: 0;
    }
    .strategy .txt-wrapper a:not(:last-child) {
        margin-bottom: 19px;
    }
    .top nav a {
        min-width: initial;
        height: auto;
        font-size: 9px;
        line-height: 100%;
        padding: 10px;
    }
    .mobile-menu {
        display: block;
    }
    .btn-mobile-menu {
        display: flex;
    }
    .container {
        min-width: 0;
    }
    .header .logo {
        width: 100px;
    }
    .header .logo img {
        display: block;
        width: 100%;
        height: auto;
    }
    .header .nav-wrapper {
        display: none;
    }
    .header .contacts-wrapper {
        display: none;
    }
    .header {
        padding: 25px 0;
        height: auto;
    }
    .top {
        margin-top: 0;
    }
    .top .container {
        height: 417px;
        margin-top: 0;
    }
    .top .top-wrapper {
        padding: 28px;
    }
    .top .top-wrapper h6 {
        font-size: 28px;
    }
    .top p {
        font-size: 12px;
    }
    .line {
        height: 1px !important;
        margin: 25px 0;
    }
    .strategy {
        margin-top: 0;
    }
    .strategy .container {
        grid-gap: 0;
        display: flex;
        flex-direction: column;
    }
    .strategy .img-wrapper {
        position: relative;
        height: 240px;
        margin-bottom: 20px;
    }
    .strategy .img-wrapper img {
        position: absolute;
        display: block;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .strategy .txt-wrapper h2 {
        font-size: 12px;
        margin-bottom: 10px;
        line-height: 100%;
    }
    .strategy .txt-wrapper h6 {
        font-size: 36px;
        line-height: 100%;
        margin-top: 0;
        margin-bottom: 5px;
    }
    .strategy .txt-wrapper h6 br {
        display: none;
    }
    .strategy .txt-wrapper p {
        margin: 0;
        font-weight: 14px;
        margin-bottom: 15px;
    }
    .advantages {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .advantages .line {
        height: 1px;
        margin-bottom: 25px;
    }
    .advantages-list__wrapper {
        overflow-x: auto;
    }
    .advantages .advantages-list {
        width: auto;
        display: inline-flex;
    }
    .presentation {
        margin-top: 0;
    }
    .advantages .advantages-list .num {
        white-space: nowrap;
    }
    .advantages .advantages-list li:not(:last-child) {
        margin-right: 66px;
    }
    .presentation .line {
        display: none;
    }
    .presentation .presentation-list li {
        min-height: 448px;
        padding: 28px 28px 70px;
        align-items: flex-end;
    }
    .presentation .presentation-list li .txt-wrapper {
        max-width: none;
    }
    .presentation .presentation-list li .txt-wrapper h6 {
        font-size: 32px;
        line-height: 100%;
        margin-bottom: 10px;
    }
    .presentation .presentation-list li .txt-wrapper p {
        font-size: 12px;
        line-height: 130%;
        margin: 0;
        margin-bottom: 25px;
    }
    .presentation .presentation-list li .watch-btn {
        margin: 0;
        position: absolute;
        right: 52px;
    }
    .presentation .presentation-list li .watch-btn .txt {
        display: none;
    }
    .presentation .presentation-list li .watch-btn svg {
        width: 50px;
        min-width: 50px;
        height: 50px;
    }
    .presentation .presentation-list li .txt-wrapper button .txt {
        font-size: 16px;
    }
    .products {
        margin-top: 0;
    }
    .products .line {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .products .products-list li {
        display: flex;
        flex-direction: column;
        gap: 0;
        margin-top: 0;
        height: auto;
    }
    .products .products-list li:not(:last-child) {
        margin-bottom: 20px;
    }
    .products .products-list li .img-wrapper {
        order: -1;
        height: 198px;
    }
    .products .products-list li .txt-wrapper {
        padding: 30px 28px 69px;
    }
    .products .products-list li .txt-wrapper h2 {
        font-size: 12px;
        line-height: 100%;
        margin-bottom: 16px;
    }
    .products .products-list li .txt-wrapper h6 {
        margin-top: 0;
        margin-bottom: 16px;
        font-size: 28px;
        line-height: 120%;
    }
    .products .products-list li .txt-wrapper p {
        font-size: 12px;
        line-height: 130%;
        margin-top: 0;
        margin-bottom: 16px;
    }
    .products .products-list li .txt-wrapper a {
        font-size: 16px;
        line-height: 100%;
        margin-top: 0;
    }
    .banner {
        margin-top: 0;
    }
    .banner .line,
    .footer .line {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .footer {
        margin-top: 25px;
        padding-bottom: 32px;
    }
    .top .bottom-wrapper {
        display: none;
    }
    .footer .logo {
        width: 135px;
        height: 50px;
    }
    .footer .nav-wrapper {
        margin-top: 10px;
        flex-direction: column;
    }
    .footer .nav-wrapper .col:not(:last-child) {
        margin-bottom: 36px;
    }
    .footer .nav-wrapper .col .main {
        line-height: 100%;
        font-size: 16px;
        margin-bottom: 10px;
    }
    .footer_desctop {
        display: none;
    }
    .footer_mobile {
        display: block;
    }
    .footer_mobile .container {
        display: block;
    }
    .srow {
        margin: 0 -20px;
    }
    .scol {
        padding: 0 20px;
    }
    .feedback {
        margin-left: 0;
        margin-top: 24px;
    }
    .footer .btns {
        margin-top: auto;
    }
    .scol_footer-logo {
        display: flex;
        flex-direction: column;
    }
    .footer .contacts-wrapper a svg, .footer .contacts-wrapper a .img {
        order: -1;
        margin-left: 0;
        margin-right: 15px;
    }
    .footer .contacts-wrapper a .txt {
        font-size: 15px;
        line-height: 140%;
    }
    .footer .contacts-wrapper {
        margin-top: 0;
        border-top: none;
        padding-top: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .footer .address-wrapper a svg,
    .footer .address-wrapper p svg {
        order: -1;
        margin-left: 0 !important;
        margin-right: 15px;
    }
    .footer .address-wrapper a,
    .footer .address-wrapper p {
        font-size: 15px;
        line-height: 140%;
        align-items: flex-start !important;
    }
    .contacts-wrapper a {
        margin-bottom: 20px;
    }
    .footer .address-wrapper {
        margin-top: 0;
    }
    .footer .bottom {
        margin-top: 0;
        padding-top: 0;
        border-top: 0;
        flex-direction: column;
        text-align: center;
    }
    .footer .bottom p, .footer .bottom a {
        font-size: 12px;
        margin-bottom: 15px;
        line-height: 140%;
    }
    .footer .bottom a:last-child {
        margin-bottom: 0;
    }
    .header.move {
        height: auto;
        padding: 25px 0;
    }
    .header.move .logo {
        width: 100px;
        height: auto;
        margin-right: 0;
    }
    .top.top-short .container {
        height: auto;
        min-height: 141px;
    }
    .top .back-btn .txt {
        font-size: 22px;
        line-height: 100%;
    }
    .top.top-short .breadcrumbs {
        display: block;
        margin-bottom: 11px;
    }
    .top.top-short .top-wrapper {
        padding: 34px 27px 22px;
    }
    .top.top-short .breadcrumbs a {
        font-size: 12px;
        line-height: 100%;
    }
    .top.top-short nav {
        margin-top: 12px;
    }
    .top.top-short {
        margin-bottom: 20px;
    }
    .top.top--sub .container {
        height: auto;
        min-height: 417px;
    }
    .top.top--sub .top-wrapper {
        justify-content: flex-end;
    }
    .career-detail__content {
        padding-left: 0;
    }
    .news-detail .scol {
        width: 100%;
    }
    .news-detail {
        margin-top: 25px;
    }
    .newsdetail-gallery-desc {
        font-size: 12px;
        line-height: 120%;
    }
    .news-detail .line {
        display: block;
    }
}

@media screen and (max-width: 1280px) {
    .top .breadcrumbs {
        display: none;
    }
    .top h2 {
        white-space: normal;
        font-size: 28px;
        line-height: 100%;
        text-transform: uppercase;
        margin-bottom: 5px;
    }
    .top.top--inner .top-wrapper .txt-wrapper p {
        margin-top: 0;
        font-size: 12px;
        line-height: 120%;
        margin-bottom: 0;
    }
    .top--inner.top .top-wrapper{
        padding-bottom: 68px;
    }
    .top nav {
        overflow-x: auto;
    }
    .strategy .txt-wrapper .btns {
        flex-direction: column;
        align-items: flex-start;
    }
    .strategy .txt-wrapper a {
        height: auto;
        font-size: 16px;
        line-height: 100%;
        padding: 15px 17px;
        margin-left: 0;
    }
    .strategy .txt-wrapper a:not(:last-child) {
        margin-bottom: 19px;
    }
    .top nav a {
        min-width: initial;
        height: auto;
        font-size: 9px;
        line-height: 100%;
        padding: 10px;
    }
    .mobile-menu {
        display: block;
    }
    .btn-mobile-menu {
        display: flex;
    }
    .container {
        min-width: 0;
    }
    .header .logo {
        width: 100px;
    }
    .header .logo img {
        display: block;
        width: 100%;
        height: auto;
    }
    .header .nav-wrapper {
        display: none;
    }
    .header .contacts-wrapper {
        display: none;
    }
    .header {
        padding: 25px 0;
        height: auto;
    }
    .top {
        margin-top: 0;
    }
    .top .container {
        height: 417px;
    }
    .top .top-wrapper {
        padding: 28px;
    }
    .top .top-wrapper h6 {
        font-size: 28px;
    }
    .top p {
        font-size: 12px;
    }
    .line {
        height: 1px !important;
        margin: 25px 0;
    }
    .strategy {
        margin-top: 0;
    }
    .strategy .container {
        grid-gap: 0;
        display: flex;
        flex-direction: column;
    }
    .strategy .img-wrapper {
        position: relative;
        height: 240px;
        margin-bottom: 20px;
    }
    .strategy .img-wrapper img {
        position: absolute;
        display: block;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .strategy .txt-wrapper h2 {
        font-size: 12px;
        margin-bottom: 10px;
        line-height: 100%;
    }
    .strategy .txt-wrapper h6 {
        font-size: 36px;
        line-height: 100%;
        margin-top: 0;
        margin-bottom: 5px;
    }
    .strategy .txt-wrapper h6 br {
        display: none;
    }
    .strategy .txt-wrapper p {
        margin: 0;
        font-weight: 14px;
        margin-bottom: 15px;
    }
    .advantages {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .advantages .line {
        height: 1px;
        margin-bottom: 25px;
    }
    .advantages-list__wrapper {
        overflow-x: auto;
    }
    .advantages .advantages-list {
        width: auto;
        display: inline-flex;
    }
    .presentation {
        margin-top: 0;
    }
    .advantages .advantages-list .num {
        white-space: nowrap;
    }
    .advantages .advantages-list li:not(:last-child) {
        margin-right: 66px;
    }
    .presentation .line {
        display: none;
    }
    .presentation .presentation-list li {
        min-height: 448px;
        padding: 28px 28px 70px;
        align-items: flex-end;
    }
    .presentation .presentation-list li .txt-wrapper {
        max-width: none;
    }
    .presentation .presentation-list li .txt-wrapper h6 {
        font-size: 32px;
        line-height: 100%;
        margin-bottom: 10px;
    }
    .presentation .presentation-list li .txt-wrapper p {
        font-size: 12px;
        line-height: 130%;
        margin: 0;
        margin-bottom: 25px;
    }
    .presentation .presentation-list li .watch-btn {
        margin: 0;
        position: absolute;
        right: 52px;
    }
    .presentation .presentation-list li .watch-btn .txt {
        display: none;
    }
    .presentation .presentation-list li .watch-btn svg {
        width: 50px;
        min-width: 50px;
        height: 50px;
    }
    .presentation .presentation-list li .txt-wrapper button .txt {
        font-size: 16px;
    }
    .products {
        margin-top: 0;
    }
    .products .line {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .products .products-list li {
        display: flex;
        flex-direction: column;
        gap: 0;
        margin-top: 0;
        height: auto;
    }
    .products .products-list li:not(:last-child) {
        margin-bottom: 20px;
    }
    .products .products-list li .img-wrapper {
        order: -1;
        height: 198px;
    }
    .products .products-list li .txt-wrapper {
        padding: 30px 28px 69px;
    }
    .products .products-list li .txt-wrapper h2 {
        font-size: 12px;
        line-height: 100%;
        margin-bottom: 16px;
    }
    .products .products-list li .txt-wrapper h6 {
        margin-top: 0;
        margin-bottom: 16px;
        font-size: 28px;
        line-height: 120%;
    }
    .products .products-list li .txt-wrapper p {
        font-size: 12px;
        line-height: 130%;
        margin-top: 0;
        margin-bottom: 16px;
    }
    .products .products-list li .txt-wrapper a {
        font-size: 16px;
        line-height: 100%;
        margin-top: 0;
    }
    .banner {
        margin-top: 0;
    }
    .banner .line,
    .footer .line {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .footer {
        margin-top: 25px;
        padding-bottom: 32px;
    }
    .top .bottom-wrapper {
        display: none;
    }
    .footer .logo {
        width: 135px;
        height: 50px;
    }
    .footer .nav-wrapper {
        margin-top: 10px;
        flex-direction: column;
    }
    .footer .nav-wrapper .col:not(:last-child) {
        margin-bottom: 36px;
    }
    .footer .nav-wrapper .col .main {
        line-height: 100%;
        font-size: 16px;
        margin-bottom: 10px;
    }
    .footer_desctop {
        display: none;
    }
    .footer_mobile {
        display: block;
    }
    .footer_mobile .container {
        display: block;
    }
    .srow {
        margin: 0 -20px;
    }
    .scol {
        padding: 0 20px;
    }
    .feedback {
        margin-left: 0;
        margin-top: 24px;
    }
    .footer .btns {
        margin-top: auto;
    }
    .scol_footer-logo {
        display: flex;
        flex-direction: column;
    }
    .footer .contacts-wrapper a svg, .footer .contacts-wrapper a .img {
        order: -1;
        margin-left: 0;
        margin-right: 15px;
    }
    .footer .contacts-wrapper a .txt {
        font-size: 15px;
        line-height: 140%;
    }
    .footer .contacts-wrapper {
        margin-top: 0;
        border-top: none;
        padding-top: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .footer .address-wrapper a svg,
    .footer .address-wrapper p svg {
        order: -1;
        margin-left: 0 !important;
        margin-right: 15px;
    }
    .footer .address-wrapper a,
    .footer .address-wrapper p {
        font-size: 15px;
        line-height: 140%;
        align-items: flex-start !important;
    }
    .contacts-wrapper a {
        margin-bottom: 20px;
    }
    .footer .address-wrapper {
        margin-top: 0;
    }
    .footer .bottom {
        margin-top: 0;
        padding-top: 0;
        border-top: 0;
        flex-direction: column;
        text-align: center;
    }
    .footer .bottom p, .footer .bottom a {
        font-size: 12px;
        margin-bottom: 15px;
        line-height: 140%;
    }
    .footer .bottom a:last-child {
        margin-bottom: 0;
    }
    .header.move {
        height: auto;
        padding: 25px 0;
    }
    .header.move .logo {
        width: 100px;
        height: auto;
        margin-right: 0;
    }
    .top.top-short .container {
        height: auto;
        min-height: 141px;
    }
    .top .back-btn .txt {
        font-size: 22px;
        line-height: 100%;
    }
    .top.top-short .breadcrumbs {
        display: block;
        margin-bottom: 11px;
    }
    .top.top-short .top-wrapper {
        padding: 34px 27px 22px;
    }
    .top.top-short .breadcrumbs a {
        font-size: 12px;
        line-height: 100%;
    }
    .top.top-short nav {
        margin-top: 12px;
    }
    .top.top-short {
        margin-bottom: 20px;
    }
    .top.top--sub .container {
        height: auto;
        min-height: 417px;
    }
    .top.top--sub .top-wrapper {
        justify-content: flex-end;
    }
    .career-detail__content {
        padding-left: 0;
    }
    .news-detail .scol {
        width: 100%;
    }
    .news-detail {
        margin-top: 25px;
    }
    .newsdetail-gallery-desc {
        font-size: 12px;
        line-height: 120%;
    }
    .news-detail .line {
        display: block;
    }
}*/
/* End */
/* /local/templates/uralsteel_2024/libs/choices/choices.min.css?17333191017666 */
/* /local/templates/uralsteel_2024/libs/fancy/jquery.fancybox.min.css?173331910125343 */
/* /local/templates/uralsteel_2024/libs/odometer/odometer-theme-default.css?17333191013563 */
/* /local/templates/uralsteel_2024/libs/swiper/swiper-bundle.min.css?173331910118431 */
/* /local/templates/uralsteel_2024/additional_css/normalize.css?17333191016341 */
/* /local/templates/uralsteel_2024/styles.css?17333191011016 */
/* /local/templates/uralsteel_2024/template_styles.css?1755609929145636 */
