

/* Start:/bitrix/templates/bryanskselmash/assets/lib/fancybox/fancybox.css?172016097225343*/
: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:/bitrix/templates/bryanskselmash/assets/lib/swiper-slider/swiper-bundle.min.css?172016097218431*/
/**
 * Swiper 11.1.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 30, 2024
 */

@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;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;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{pointer-events:auto}.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:/bitrix/templates/bryanskselmash/assets/css/main.css?1784189537227628*/
@charset "UTF-8";

/* ==========  variable  ========== */

:root {
  --main-color-black: #000;
  --main-color-white: rgb(255, 255, 255);
  --main-color-primary: rgb(24, 27, 50);
  --main-color-secondary: rgb(206, 0, 55);
  --main-color-black-opacity: 0, 0, 0;
  --main-color-white-opacity: 255, 255, 255;
  --main-color-primary-opacity: 24, 27, 50;
  --main-color-secondary-opacity: 206, 0, 55;
  --main-color-hover: #ce0037;
  --container-width: 1736px;
  --conteiner-padding: 0px 28px;
  --font-family: "Futura", sans-serif;
  --font-family-secondary: "Roboto", sans-serif;
  --font-size-default: 20px;
  --line-height-default: 100%;
  --font-weight-default: 400;
  --font-size-default-media: 16px;
  --h1-default-fz: 60px;
  --h1-default-lh: 90%;
  --h2-default-fz: 60px;
  --h2-default-lh: 90%;
  --h3-default-fz: 38px;
  --h3-default-lh: 80%;
  --h4-default-fz: 30px;
  --h4-default-lh: 80%;
  --h5-default-fz: 24px;
  --h5-default-lh: 80%;
  --h6-default-fz: 21px;
  --h6-default-lh: 80%;
  --h-default-font-weight: 400;
}

/*==========  reset  ==========*/

* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

/* ==========  default  ========== */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--h-default-font-weight);
  color: var(--main-color-primary);
  display: block;
}

h1 {
  font-size: var(--h1-default-fz);
  line-height: var(--h1-default-lh);
}

h2 {
  font-size: var(--h2-default-fz);
  line-height: var(--h2-default-lh);
}

h3 {
  font-size: var(--h3-default-fz);
  line-height: var(--h3-default-lh);
}

h4 {
  font-size: var(--h4-default-fz);
  line-height: var(--h4-default-lh);
}

h5 {
  font-size: var(--h5-default-fz);
  line-height: var(--h5-default-lh);
  color: var(--main-color-black);
  font-weight: 600;
}

h6 {
  font-size: var(--h6-default-fz);
  line-height: var(--h6-default-lh);
  color: var(--main-color-black);
  font-weight: 600;
}

p {
  font-size: var(--font-size-default);
  line-height: var(--line-height-default);
}

a {
  text-decoration: none;
  color: var(--main-color-primary);
  display: inline-block;
  font-size: var(--font-size-default);
  line-height: var(--line-height-default);
}

b,
strong {
  font-weight: 700;
}

img,
svg,
picture {
  max-width: 100%;
}

svg {
  display: flex;
}

ol {
  margin-bottom: 30px;
  list-style-type: none;
}

ul {
  margin-bottom: 30px;
  list-style-type: none;
}

ul li {
  position: relative;
  color: rgb(var(--main-color-primary-opacity), 0.8);
  padding-left: 22px;
  font-size: var(--font-size-default);
  line-height: var(--line-height-default);
}

ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  height: 6px;
  width: 6px;
  z-index: 2;
  border-radius: 50%;
  background: var(--main-color-secondary);
}

ol li {
  position: relative;
  color: rgb(var(--main-color-primary-opacity), 0.8);
  padding-left: 22px;
  font-size: var(--font-size-default);
  line-height: var(--line-height-default);
}

ol li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  height: 6px;
  width: 6px;
  z-index: 2;
  border-radius: 50%;
  background: var(--main-color-secondary);
}

figure {
  margin: 0 0 20px 0;
}

figure:last-child {
  margin-bottom: 0;
}

iframe {
  display: block;
  width: 100%;
  border: none;
  box-shadow: none;
  margin: 0 0 20px 0;
}

iframe:last-child {
  margin-bottom: 0;
}

hr {
  display: block;
  border: 1px solid var(--main-color-primary);
}

form button[disabled] {
  background: rgba(24, 27, 50, 0.4);
  border-color: transparent;
  pointer-events: none;
}

form button[disabled]:hover {
  background: rgba(24, 27, 50, 0.4);
  border-color: transparent;
  color: var(--main-color-white);
}

form button[disabled]:hover::before {
  filter: none;
}

/* ==========  fonts  ========== */

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src:
    local(""),
    url("/bitrix/templates/bryanskselmash/assets/css/../font/Roboto-Medium.woff2") format("woff2");
}

@font-face {
  font-family: "Futura";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src:
    local(""),
    url("/bitrix/templates/bryanskselmash/assets/css/../font/FuturaPT-Book.woff2") format("woff2");
}

@font-face {
  font-family: "Futura";
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src:
    local(""),
    url("/bitrix/templates/bryanskselmash/assets/css/../font/Futura-Book-Normal-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Futura";
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src:
    local(""),
    url("/bitrix/templates/bryanskselmash/assets/css/../font/FuturaPT-Medium.woff2") format("woff2");
}

@font-face {
  font-family: "Futura";
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src:
    local(""),
    url("/bitrix/templates/bryanskselmash/assets/css/../font/Futura-book-italic.woff2") format("woff2");
}

/* ==========  field  ========== */

/* стили для input при выобрке сохраненных данных */

input:-webkit-autofill {
  -webkit-text-fill-color: rgb(var(--main-color-primary-opacity), 0.6);
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-text-fill-color: rgb(var(--main-color-primary-opacity), 0.6);
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

textarea:-webkit-autofill {
  -webkit-text-fill-color: rgb(var(--main-color-primary-opacity), 0.6);
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus {
  -webkit-text-fill-color: rgb(var(--main-color-primary-opacity), 0.6);
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

select:-webkit-autofill {
  -webkit-text-fill-color: rgb(var(--main-color-primary-opacity), 0.6);
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: rgb(var(--main-color-primary-opacity), 0.6);
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

/* стили для input при выобрке сохраненных данных для формы с темным фоном на странице контакты*/

.contacts-first-popup-consult input:-webkit-autofill,
.consult input:-webkit-autofill {
  -webkit-text-fill-color: var(--main-color-white);
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.contacts-first-popup-consult input:-webkit-autofill:hover,
.contacts-first-popup-consult input:-webkit-autofill:focus,
.consult input:-webkit-autofill:hover,
.consult input:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--main-color-white);
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.contacts-first-popup-consult textarea:-webkit-autofill,
.consult textarea:-webkit-autofill {
  -webkit-text-fill-color: var(--main-color-white);
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.contacts-first-popup-consult textarea:-webkit-autofill:hover,
.contacts-first-popup-consult textarea:-webkit-autofill:focus,
.consult textarea:-webkit-autofill:hover,
.consult textarea:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--main-color-white);
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.contacts-first-popup-consult select:-webkit-autofill,
.consult select:-webkit-autofill {
  -webkit-text-fill-color: var(--main-color-white);
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.contacts-first-popup-consult select:-webkit-autofill:hover,
.contacts-first-popup-consult select:-webkit-autofill:focus,
.consult select:-webkit-autofill:hover,
.consult select:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--main-color-white);
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

/* ==========  hover  ========== */

/*btn-hover-scale*/

.btn-hover-scale {
  transition: transform 0.3s ease 0s;
}

.btn-hover-scale:hover {
  transform: scale(0.97);
}

/*btn-hover-text*/

.btn-hover-text {
  transition: color 0.3s ease 0s;
}

.btn-hover-text:hover {
  color: var(--main-color-hover);
}

.header._black .btn-hover-text {
  transition: color 0.3s ease 0s;
}

.header._black .btn-hover-text:hover {
  color: var(--main-color-hover);
}

/*btn-hover-bg*/

.btn-hover-bg {
  transition: all 0.3s ease 0s;
}

.btn-hover-bg img {
  transition: filter 0.2s ease 0s;
}

.btn-hover-bg::before {
  transition: filter 0.2s ease 0s;
}

.btn-hover-bg:hover {
  background: var(--main-color-hover);
  color: var(--main-color-white);
}

.btn-hover-bg:hover img {
  filter: brightness(0) invert(1);
}

.btn-hover-bg:hover::before {
  filter: brightness(0) invert(1);
}

.btn-hover-no-bg {
  transition: all 0.3s ease 0s;
}

.btn-hover-no-bg img {
  transition: filter 0.2s ease 0s;
}

.btn-hover-no-bg a {
  transition: all 0.2s ease 0s;
}

.btn-hover-no-bg::before {
  transition: filter 0.2s ease 0s;
}

.btn-hover-no-bg:hover a {
  background: transparent;
  color: var(--main-color-primary);
}

.btn-hover-no-bg:hover a img {
  filter: brightness(0) invert(1);
}

.btn-hover-no-bg:hover a::before {
  filter: brightness(0%);
}

.btn-hover-no-bg:hover {
  background: transparent;
  color: var(--main-color-primary);
}

.btn-hover-no-bg:hover img {
  filter: brightness(0) invert(1);
}

.btn-hover-no-bg:hover::before {
  filter: brightness(0%);
}

.btn-hover-bg-white-text {
  transition: all 0.3s ease 0s;
}

.btn-hover-bg-white-text img {
  transition: filter 0.2s ease 0s;
}

.btn-hover-bg-white-text::before {
  transition: filter 0.2s ease 0s;
}

.btn-hover-bg-white-text:hover {
  background: transparent;
}

.btn-hover-no-bg-white-text {
  transition: all 0.3s ease 0s;
}

.btn-hover-no-bg-white-text img {
  transition: filter 0.2s ease 0s;
}

.btn-hover-no-bg-white-text::before {
  transition: filter 0.2s ease 0s;
}

.btn-hover-no-bg-white-text:hover {
  background: transparent;
  color: var(--main-color-white);
}

/* ==========  Global  ========== */

body {
  font-family: var(--font-family);
  color: var(--main-color-primary);
  font-weight: var(--font-weight-default);
  font-size: var(--font-size-default);
  line-height: var(--line-height-default);
}

body._disable-scroll {
  overflow: hidden;
  touch-action: none;
  -ms-touch-action: none;
}

body._disable-scroll-popup {
  overflow: hidden;
  touch-action: none;
  -ms-touch-action: none;
  padding-right: var(--scroll-bar);
}

/* ==========  Custom  ========== */

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  position: relative;
}

main {
  flex: 1;
  position: relative;
}

.header._position + main {
  padding-top: 164px;
}

.container {
  max-width: var(--container-width);
  width: 100%;
  padding: var(--conteiner-padding);
  margin: 0 auto;
}

.h-title {
  position: relative;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 100%;
  color: rgb(var(--main-color-primary-opacity), 0.6);
}

.h-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  opacity: 0.2;
  background: #181b32;
}

.o-title {
  margin-bottom: 40px;
}

.swiper {
  width: 100%;
}

/* ==========  header-styles  ========== */

.header {
  padding-top: 18px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}

.header__wrapper {
  display: flex;
  flex-direction: column;
}

.header-top {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.header._black .header-top {
  border-bottom: 1px solid rgba(24, 27, 50, 0.3);
}

.header-top__location {
  font-size: 18px;
  line-height: 18px;
  color: rgb(var(--main-color-white-opacity), 0.7);
  padding-left: 22px;
  position: relative;
  transition: color 0.3s ease 0s;
}

.header._black .header-top__location {
  color: rgb(var(--main-color-primary-opacity), 0.7);
}

.header-top__location::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/header/icon/location.svg") no-repeat;
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease 0s;
}

.header._black .header-top__location::before {
  filter: none;
}

.header-top__content {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: center;
  max-width: 1035px;
  width: 100%;
  flex: 1;
}

.header-top__btn {
  color: var(--main-color-white);
  font-size: 20px;
  line-height: 120%;
  padding-bottom: 5px;
  position: relative;
  transition: color 0.3s ease 0s;
}

.header._black .header-top__btn {
  color: var(--main-color-primary);
}

.header._black .header-top__btn:hover {
  color: var(--main-color-hover);
}

.header-top__btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.8);
}

.header._black .header-top__btn::after {
  background: rgb(var(--main-color-primary-opacity), 0.8);
}

.header._black .header-top__btn::after:hover {
  background-color: #ce0037;
}

.header-top__btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #ce0037;
  transition: width 0.3s ease 0s;
  z-index: 1;
}

.header-top__btn:hover::before {
  width: 100%;
}

.header-top-social__list {
  display: flex;
  gap: 14px;
}

.header-top-social__item {
  display: flex;
  padding: 5px;
}

.header-top-social__item img {
  width: 14px;
  height: 14px;
  -o-object-fit: contain;
  object-fit: contain;
  transition: all 0.3s ease 0s;
  filter: brightness(0) invert(1);
}

.header._black .header-top-social__item img {
  filter: none;
}

.header-top-social__item:hover img {
  filter: none;
}

.header-top-contacts__list {
  display: flex;
  gap: 32px;
  justify-content: space-between;
  align-items: center;
}

.header-top-contacts__item {
  display: flex;
  gap: 6px;
  align-items: flex-end;
}

.header-top-contacts__mail {
  font-size: 16px;
  line-height: 18px;
  color: var(--main-color-white);
}

.header._black .header-top-contacts__mail {
  color: var(--main-color-primary);
}

.header-top-contacts__phone {
  font-size: 16px;
  line-height: 18px;
  color: var(--main-color-white);
}

.header._black .header-top-contacts__phone {
  color: var(--main-color-primary);
}

.header-top-contacts__time {
  font-size: 12px;
  color: rgb(var(--main-color-white-opacity), 0.8);
  line-height: 12px;
}

.header._black .header-top-contacts__time {
  color: rgb(var(--main-color-primary-opacity), 0.7);
}

.header-top-language__list {
  display: flex;
  gap: 10px;
}

.header-top-language__item {
  color: rgb(var(--main-color-white-opacity), 0.7);
  font-size: 16px;
  line-height: 18px;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.header._black .header-top-language__item {
  color: rgb(var(--main-color-primary-opacity), 0.5);
}

.header._black .header-top-language__item._selected {
  color: var(--main-color-primary);
}

.header._black .header-top-language__item:hover {
  color: var(--main-color-primary);
}

.header-top-language__item._selected {
  color: var(--main-color-white);
}

.header-top-language__item:hover {
  color: var(--main-color-white);
}

.header-bottom {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}

.header-bottom__logo {
  max-width: 258px;
  height: 40px;
  flex-shrink: 0;

  transition: all 0.3s ease 0s;
}

.header._black .header-bottom__logo img {
  filter: none;
}

.header-bottom__logo:hover img {
  filter: none;
}

.header-bottom__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.header-bottom__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 52px;
  max-width: 1093px;
  width: 100%;
  flex: 1;
}

.header-bottom__btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  width: 100%;
  flex: 1;
}

.header-bottom__basket {
  position: relative;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease 0s;
}

.header-bottom__basket._hidden {
  display: none;
}

.header._black .header-bottom__basket {
  filter: none;
}

.header-bottom__basket img {
  width: 26px;
  height: 26px;
  -o-object-fit: contain;
  object-fit: contain;
}

.header-bottom__basket span {
  width: 16px;
  height: 16px;
  background: var(--main-color-secondary);
  border-radius: 50%;
  color: var(--main-color-white);
  font-size: 10px;
  font-weight: 500;
  line-height: 100%;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -9px;
  right: -7px;
  display: none;
}

.header-bottom__basket._add span {
  display: flex;
}

.header-bottom-search {
  display: flex;
  gap: 26px;
  position: relative;
  flex-shrink: 0;
  max-width: 1060px;
}

.header-bottom-search._show {
  margin-top: 32px;
  margin-bottom: 33px;
  width: 100%;
}

.header-bottom-search__text {
  display: none;
  font-size: 18px;
  color: rgb(var(--main-color-primary-opacity), 0.7);
  line-height: 120%;
  margin-bottom: 40px;
}

.header-bottom-search__block {
  width: 100%;
  display: none;
}

.header-bottom-search._show .header-bottom-search__block {
  display: block;
}

.header-bottom-search__submit {
  width: 26px;
  height: 26px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/header/icon/search.svg") no-repeat center/26px 26px;
  filter: brightness(0) invert(1);
  flex-shrink: 0;
}

.header._black .header-bottom-search__submit {
  filter: none;
}

.header-bottom-search__input {
  font-size: 16px;
  color: var(--main-color-white);
  line-height: 100%;
  padding-bottom: 10px;
  padding-right: 20px;
  width: 100%;
  border-bottom: 1px solid rgba(24, 27, 50, 0.3);
  border-color: #fff;
  background: transparent;
}

.header._black .header-bottom-search__input {
  color: rgb(var(--main-color-primary-opacity), 0.6);
  border-color: rgba(24, 27, 50, 0.3);
}

.header-bottom-search__input::-moz-placeholder {
  font-size: 16px;
  color: var(--main-color-white);
  line-height: 100%;
}

.header-bottom-search__input::placeholder {
  font-size: 16px;
  color: var(--main-color-white);
  line-height: 100%;
}

.header._black .header-bottom-search__input::-moz-placeholder {
  color: rgb(var(--main-color-primary-opacity), 0.6);
}

.header._black .header-bottom-search__input::placeholder {
  color: rgb(var(--main-color-primary-opacity), 0.6);
}

.header-bottom-search__close {
  width: 15px;
  height: 15px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/header/icon/close.svg") no-repeat center/10px 10px;
  filter: brightness(0) invert(1);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  cursor: pointer;
}

.header._black .header-bottom-search__close {
  filter: none;
}

.header-bottom-menu {
  width: 100%;
  position: relative;
}

.header-bottom-menu._hidden {
  display: none;
}

.header-bottom-menu__list {
  display: flex;
  width: 100%;
  margin: 0;
}

.header-bottom-menu__item {
  position: unset;
  padding: 35px 18px 44px 18px;
  cursor: pointer;
  display: flex;
  gap: 13px;
  align-items: center;
}

.header-bottom-menu__item::before {
  display: none;
}

.header-bottom-menu__item._lvl-menu {
  padding: 36px 20px 44px 30px;
  flex-direction: row-reverse;
}

.header-bottom-menu__item._lvl-menu .header-bottom-menu__icon {
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/header/icon/arrow-bottom.svg") no-repeat center/contain;
  width: 8px;
  height: 6px;
}

.header._black .header-bottom-menu__item._lvl-menu .header-bottom-menu__icon {
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/header/icon/arrow-bottom-color.svg") no-repeat center/contain;
}

.header-bottom-menu__item._lvl-menu:hover .header-bottom-menu__icon {
  transform: rotate(180deg);
}

.header-bottom-menu__item._catalog-menu {
  padding: 36px 40px 44px 38px;
}

.header-bottom-menu__item._catalog-menu:hover .header-bottom-menu__icon span:nth-child(1) {
  transform: rotate(45deg) translate(10px, 7px);
  width: 10px;
}

.header-bottom-menu__item._catalog-menu:hover .header-bottom-menu__icon span:nth-child(2) {
  transform: translateX(0) rotate(90deg);
}

.header-bottom-menu__item._catalog-menu:hover .header-bottom-menu__icon span:nth-child(3) {
  transform: rotate(-45deg) translate(4px, 7px);
  width: 10px;
}

.header-bottom-menu__item:hover {
  background: rgba(255, 255, 255, 0.1);
}

.header._black .header-bottom-menu__item:hover {
  background: rgba(0, 0, 0, 0.05);
}

.header._black .header-bottom-menu__item._selected {
  background: rgba(0, 0, 0, 0.05);
}

.header-bottom-menu__item._selected {
  background: rgba(255, 255, 255, 0.1);
}

.header-bottom-menu__icon {
  transition: all 0.3s ease 0s;
  flex-shrink: 0;
}

.header-bottom-menu__item._catalog-menu .header-bottom-menu__icon {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.header-bottom-menu__item._catalog-menu .header-bottom-menu__icon span {
  width: 20px;
  height: 2px;
  background: #fff;
  border-radius: 4px;
  display: inline-block;
  transition: all 0.3s ease 0s;
}

.header._black .header-bottom-menu__item._catalog-menu .header-bottom-menu__icon span {
  background: #181b32;
}

.header-bottom-menu__link {
  font-size: 20px;
  line-height: 18px;
  color: var(--main-color-white);
}

.header._black .header-bottom-menu__link {
  color: rbg(var(--main-color-primary-opacity), 0.8);
}

.header-bottom-drop {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  width: 100%;
  background: #fff;
  padding: 60px;
  box-shadow: 0px 18px 40px 0px rgba(0, 0, 0, 0.1);
  z-index: 8;
}

.header-bottom-menu__item:hover .header-bottom-drop {
  display: flex;
}
.header-bottom-menu__item._catalog-menu .header-bottom-drop-one {
  max-width: 350px;
}
/* .header-bottom-drop-one._padding {
  padding-bottom: 60px;
} */

.header-bottom-drop-one__list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  max-width: 1110px;
  margin: 0;
}

.header-bottom-drop-one__item {
  width: calc(50% - 10px);
  padding-left: 0;
  font-size: 18px;
  line-height: 100%;
  color: rgb(var(--main-color-black-opacity), 0.8);
  cursor: pointer;
}
.header-bottom-drop-one__item > a {
  transition: all 0.3s ease 0s;
}
.header-bottom-drop-one__item:hover > a {
  color: var(--main-color-hover);
}
.header-bottom-menu__item._catalog-menu .header-bottom-drop-one__item,
.header-bottom-menu__item._catalog-menu .header-bottom-drop-one__item > a {
  width: 100%;
}
.header-bottom-drop-one__item::before {
  display: none;
}

.header-bottom-drop-one__item._selected {
  color: var(--main-color-hover);
}
.header-bottom-menu__item._catalog-menu .header-bottom-drop-one__item {
  width: 100%;
}
.header-bottom-drop-one__item {
  margin-bottom: 20px;
}
.header-bottom-drop-two {
  display: none;
  /* padding-top: 60px;
  border-top: 1px solid rgba(64, 64, 64, 0.2); */
  width: 100%;
  flex-direction: column;
  gap: 15px;
}

.header-bottom-drop-two._active {
  display: flex;
}

.header-bottom-drop-two__list {
  /* display: flex;
  gap: 20px;
  flex-wrap: wrap;
  max-width: 1110px; */
  margin: 0;
}

.header-bottom-drop-two__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 0;
}
.header-bottom-drop-two__item:hover .header-bottom-drop-two__link {
  background: #e5e5e5;
}
.header-bottom-drop-two__item::before {
  display: none;
}
.header-bottom-drop-two__top {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}
.header-bottom-drop-two-nav {
  display: flex;
  gap: 10px;
}
.header-bottom-drop-two-nav__prev,
.header-bottom-drop-two-nav__next {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #e8e8eb;
  position: relative;
  cursor: pointer;
}
.header-bottom-drop-two-nav__prev::after,
.header-bottom-drop-two-nav__next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 6px;
}

.header-bottom-drop-two-nav__next::after {
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/main/event-block/icon/arrow-right.svg") no-repeat
    center / contain;
}
.header-bottom-drop-two-nav__prev::after {
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/main/event-block/icon/arrow-left.svg") no-repeat
    center / contain;
}
.header-bottom-drop-two__title {
  font-size: 18px;
  line-height: 100%;
  color: rgb(var(--main-color-black-opacity), 0.8);
}
.header-bottom-drop-two__link {
  font-size: 18px;
  line-height: 100%;
  color: rgb(var(--main-color-black-opacity), 0.8);
  padding: 25px 20px;
  background: #f7f7f7;
  display: flex;
  justify-content: center;
  transition: all 0.3s ease 0s;
}
.header-bottom-drop-two__link img {
  max-width: 120px;
  width: 100%;
  height: 80px;
  object-fit: contain;
}
.header-bottom-drop-two__name {
  font-size: 16px;
  line-height: 21px;
}
.header-bottom-mob-burger {
  display: none;
  flex-direction: column;
  gap: 3px;
  cursor: pointer;
  padding: 5px;
}

.header-bottom-mob-burger span {
  width: 20px;
  height: 2px;
  background: #fff;
  border-radius: 4px;
  display: inline-block;
  transition: all 0.3s ease 0s;
}

.header._black .header-bottom-mob-burger span {
  background: #404040;
}

.header._search-open .header-bottom-mob-burger span {
  background: #404040;
}

.header-bottom-mob-burger._active span:nth-child(1) {
  transform: rotate(45deg) translate(4px, 3px);
}

.header-bottom-mob-burger._active span:nth-child(2) {
  transform: translateX(-100%);
  opacity: 0;
}

.header-bottom-mob-burger._active span:nth-child(3) {
  transform: rotate(-45deg) translate(4px, -3px);
}

.header-bottom-search-found {
  position: absolute;
  bottom: -18px;
  left: 0;
  transform: translateY(100%);
  width: 100%;
  padding: 40px;
  background: #fff;
  box-shadow:
    0px 9px 40px 0px rgba(0, 0, 0, 0.04),
    0px 1.127px 10.017px 0px rgba(0, 0, 0, 0.02);
  display: none;
  gap: 40px;
  flex-direction: column;
  max-height: 350px;
  overflow: auto;
}

.header-bottom-search._show .header-bottom-search-found {
  display: flex;
}

.header-bottom-search-found__list {
  display: flex;
  flex-direction: column;
}

.header-bottom-search-found__item {
  font-size: 20px;
  color: rgb(var(--main-color-primary-opacity), 0.6);
  line-height: 100%;
  cursor: pointer;
  transition: color 0.3s ease 0s;
}

.header-bottom-search-found__item b {
  color: var(--main-color-primary);
  font-weight: 400;
}

.header-bottom-search-found__item:not(:last-child) {
  padding-bottom: 20px;
}

.header-bottom-search-found__item:not(:last-child) {
  border-bottom: 1px solid rgba(24, 27, 50, 0.1);
}

.header-bottom-search-found__item:not(:first-child) {
  padding-top: 20px;
}

.header-bottom-search-found__item:hover {
  color: var(--main-color-primary);
}

.header-bottom-search-found__all {
  font-size: 16px;
  color: var(--main-color-secondary);
  line-height: 100%;
  position: relative;
  align-self: flex-start;
  transition: color 0.3s ease 0s;
}

.header-bottom-search-found__all span {
  font-size: 16px;
  line-height: 100%;
}

.header-bottom-search-found__all::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #ce0037;
  transition: all 0.3s ease 0s;
}

.header-bottom-search-found__all:hover::after {
  width: 100%;
}

/* ==========  page-styles  ========== */

/*=====  first  =====*/

.first-slider {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
}

.first-slider .first-slider__block {
  width: 100%;
}

.first-slider__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 280px 0px 452px 0px;
  z-index: 1;
  height: auto;
}

.first-slider__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 1736px;
  padding: 0 28px;
  height: 100%;
  justify-content: flex-end;
}

.first-slider__title {
  font-size: 100px;
  line-height: 80%;
  color: var(--main-color-white);
  max-width: 1038px;
  transform: translateY(100%);
  opacity: 0;
  transition:
    transform 1s ease 0s,
    opacity 1.2s ease 0s;
}

.first-slider__item.swiper-slide-active .first-slider__title {
  transform: translateY(0);
  opacity: 1;
}

.first-slider__item.swiper-slide-next .first-slider__title {
  transform: translateY(-100%);
  opacity: 0;
}

.first-slider__description {
  font-size: 32px;
  line-height: 100%;
  color: var(--main-color-white);
  max-width: 387px;
  transition:
    transform 1s ease 0s,
    opacity 1.2s ease 0s;
  transform: translateY(100%);
  opacity: 0;
}

.first-slider__item.swiper-slide-prev .first-slider__description {
  transform: translateY(100%);
  opacity: 0;
}

.first-slider__item.swiper-slide-active .first-slider__description {
  transform: translateY(0);
  opacity: 1;
}

.first-slider__item.swiper-slide-next .first-slider__description {
  transform: translateY(-100%);
  opacity: 0;
}

.first-slider__bottom {
  display: flex;
  gap: 76px;
  flex-wrap: wrap;
  align-items: center;
  z-index: 2;
  max-width: 1736px;
  width: 100%;
  padding: 0px 28px;
  position: absolute;
  bottom: 60px;
}

.first-slider__pagination {
  display: flex;
  gap: 6px;
}

.first-slider__pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  width: auto;
}

.first-slider__pagination .swiper-pagination-bullet {
  height: 1.2px;
  width: 18px;
  background-color: #fff;
  transition: background-color 0.3s ease 0s;
  margin: 0;
  opacity: 1;
}

.first-slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ce0037;
}

.first-slider-nav {
  display: flex;
  gap: 28px;
}

.first-slider-nav__prev,
.first-slider-nav__next {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  border: 1px solid #fff;
  position: relative;
  cursor: pointer;
}

.first-slider-nav__prev::after,
.first-slider-nav__next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 19px;
  height: 10px;
}

.first-slider-nav__prev::after {
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/main/first-block/icon/arrow-left.svg") no-repeat center/contain;
}

.first-slider-nav__next::after {
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/main/first-block/icon/arrow-right.svg") no-repeat center/contain;
}

.first-slider-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.first-slider-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}

.first-slider-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/*=====  company  =====*/

.company {
  padding-top: 84px;
  padding-bottom: 120px;
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}

.company::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -200px;
  width: 832px;
  height: 416px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/main/company-block/decor.png") no-repeat center/contain;
}

.company__wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.company__content {
  display: flex;
  gap: 29px;
  position: relative;
  z-index: 1;
}

.company__info {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  max-width: 927px;
  padding-bottom: 432px;
}

.company__title {
  line-height: 80%;
}

.company__description {
  font-size: 20px;
  line-height: 100%;
  color: rgb(var(--main-color-primary-opacity), 0.6);
  max-width: 641px;
}

.company-advantages {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 184px;
  max-width: 724px;
  width: 100%;
}

.company-advantages__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 60px;
}

.company-advantages__item {
  display: flex;
  gap: 40px;
  align-items: center;
}

.company-advantages__icon {
  flex-shrink: 0;
}

.company-advantages__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.company-advantages__text {
  font-size: 20px;
  color: rgb(var(--main-color-primary-opacity), 0.8);
  line-height: 100%;
}

.company-advantages__description {
  font-size: 20px;
  line-height: 100%;
  color: rgb(var(--main-color-primary-opacity), 0.8);
  margin-bottom: 40px;
}

.company-advantages__btn {
  font-size: 20px;
  color: var(--main-color-primary);
  line-height: 120%;
  letter-spacing: -0.4px;
  padding: 25px 32px 25px 70px;
  border-radius: 40px;
  border: 1px solid #ce0037;
  background: #fff;
  position: relative;
}

.company-advantages__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 26px;
  transform: translateY(-50%);
  width: 19px;
  height: 10px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/main/company-block/icon/arrow-right.svg") no-repeat center/contain;
}

/*=====  catalog  =====*/

.catalog {
  background-color: #152939;
  padding-top: 84px;
  padding-bottom: 120px;
}

.catalog__h-title {
  color: rgb(var(--main-color-white-opacity), 0.6);
}

.catalog__h-title::after {
  background: #fff;
}

.catalog-slider__block {
  overflow: visible;
}

.catalog-slider__item {
  display: flex;
  align-items: flex-start;
  height: auto;
  opacity: 0 !important;
}

.catalog-slider__item.swiper-slide-active {
  opacity: 1 !important;
}

.catalog-slider__content {
  position: relative;
  padding-bottom: 220px;
  width: 100%;
}

.catalog-slider__info {
  max-width: 632px;
  width: 100%;
  padding-top: 180px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
}

.catalog-slider__title {
  color: var(--main-color-white);
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.9s ease 0.1s;
}

.catalog-slider__item.swiper-slide-prev .catalog-slider__title {
  transform: translateY(100%);
  opacity: 0;
}

.catalog-slider__item.swiper-slide-active .catalog-slider__title {
  transform: translateY(0);
  opacity: 1;
}

.catalog-slider__item.swiper-slide-next .catalog-slider__title {
  transform: translateY(-100%);
  opacity: 0;
}

.catalog-slider__description {
  color: rgb(var(--main-color-white-opacity), 0.7);
  font-size: 20px;
  line-height: 100%;
  max-width: 541px;
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.9s ease 0.2s;
}

.catalog-slider__item.swiper-slide-prev .catalog-slider__description {
  transform: translateY(100%);
  opacity: 0;
}

.catalog-slider__item.swiper-slide-active .catalog-slider__description {
  transform: translateY(0);
  opacity: 1;
}

.catalog-slider__item.swiper-slide-next .catalog-slider__description {
  transform: translateY(-100%);
  opacity: 0;
}

.catalog-slider__link {
  font-size: 20px;
  color: var(--main-color-white);
  line-height: 120%;
  position: relative;
}

.catalog-slider__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgb(var(--main-color-white-opacity), 0.8);
  transition: all 0.3s ease 0s;
}

.catalog-slider__link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #ce0037;
  transition: all 0.3s ease 0s;
  z-index: 1;
}

.catalog-slider__link:hover::before {
  width: 100%;
}

.catalog-slider__model {
  font-size: 300px;
  line-height: 90%;
  color: rgb(var(--main-color-white-opacity), 0.06);
  position: absolute;
  top: 0;
  left: -145px;
  pointer-events: none;
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.9s ease 0s;
}

.catalog-slider__item.swiper-slide-prev .catalog-slider__model {
  transform: translateY(100%);
  opacity: 0;
}

.catalog-slider__item.swiper-slide-active .catalog-slider__model {
  transform: translateY(0);
  opacity: 1;
}

.catalog-slider__item.swiper-slide-next .catalog-slider__model {
  transform: translateY(-100%);
  opacity: 0;
}

.catalog-slider__bottom {
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.catalog-slider__all {
  font-size: 20px;
  color: var(--main-color-white);
  line-height: 120%;
  letter-spacing: -0.4px;
  padding: 26px 32px 26px 70px;
  border-radius: 40px;
  background: #ce0037;
  position: relative;
}

.catalog-slider__all::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 26px;
  transform: translateY(-50%);
  width: 19px;
  height: 10px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/main/catalog-block/icon/arrow-right.svg") no-repeat center/contain;
}

.catalog-slider-img {
  max-width: 1000px;
  width: 100%;
  flex-shrink: 0;
  padding-top: 77px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.catalog-slider-img__picture {
  max-width: 873px;
  height: 704px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.catalog-slider-img__picture img {
  width: 100%;
  height: 480px;
  -o-object-fit: contain;
  object-fit: contain;
  -moz-filter: drop-shadow(0 51px 50px rgba(206, 0, 55, 0.27));
  -ms-filter: drop-shadow(0 51px 50px rgba(206, 0, 55, 0.27));
  -o-filter: drop-shadow(0 51px 50px rgba(206, 0, 55, 0.27));
  filter: drop-shadow(0 51px 50px rgba(206, 0, 55, 0.27));
}

.catalog-slider-img-parameter__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.catalog-slider-img-parameter__item {
  width: 33.333%;
  display: flex;
  gap: 18px;
  align-items: center;
  position: absolute;
  z-index: 3;
}

.catalog-slider-img-parameter__item:nth-child(1) {
  top: 110px;
  left: 0;
  max-width: 224px;
}

.catalog-slider-img-parameter__item:nth-child(2) {
  top: 110px;
  left: 335px;
  max-width: 321px;
}

.catalog-slider-img-parameter__item:nth-child(3) {
  top: 110px;
  right: 0;
  max-width: 242px;
}

.catalog-slider-img-parameter__item:nth-child(4) {
  bottom: 0;
  left: 0;
  max-width: 238px;
}

.catalog-slider-img-parameter__item:nth-child(5) {
  bottom: 0;
  left: 335px;
  max-width: 241px;
}

.catalog-slider-img-parameter__item:nth-child(6) {
  bottom: 0;
  right: 16px;
  max-width: 226px;
}

.catalog-slider-img-parameter__icon {
  flex-shrink: 0;
}

.catalog-slider-img-parameter__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.catalog-slider-img-parameter__info {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.catalog-slider-img-parameter__text {
  font-size: 16px;
  line-height: 100%;
  color: rgb(var(--main-color-white-opacity), 0.7);
}

.catalog-slider-img-parameter__value {
  font-size: 20px;
  color: var(--main-color-white);
  line-height: 100%;
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.9s ease 0s;
}

.catalog-slider__item.swiper-slide-prev .catalog-slider-img-parameter__value {
  transform: translateY(100%);
  opacity: 0;
}

.catalog-slider__item.swiper-slide-active .catalog-slider-img-parameter__value {
  transform: translateY(0);
  opacity: 1;
}

.catalog-slider__item.swiper-slide-next .catalog-slider-img-parameter__value {
  transform: translateY(-100%);
  opacity: 0;
}

.catalog-slider-nav {
  display: flex;
  gap: 28px;
}

.catalog-slider-nav__prev,
.catalog-slider-nav__next {
  width: 76px;
  height: 76px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}

.catalog-slider-nav__prev::after,
.catalog-slider-nav__next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 19px;
  height: 10px;
}

.catalog-slider-nav__prev::after {
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/main/catalog-block/icon/arrow-left.svg") no-repeat center/contain;
}

.catalog-slider-nav__next::after {
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/main/catalog-block/icon/arrow-right.svg") no-repeat center/contain;
}

.catalog-slider-img-mark__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 42px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/main/catalog-block/icon/circle.svg") no-repeat center/contain;
  z-index: 3;
}

.c-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}

/* =====  technic  =====*/

.technic {
  padding-top: 150px;
  padding-bottom: 150px;
}

.technic__wrapper {
  display: flex;
  flex-direction: column;
  gap: 35px;
  position: relative;
}

.technic__title {
  max-width: 541px;
}

.technic__model {
  position: absolute;
  top: -56px;
  right: -142px;
  font-size: 280px;
  line-height: 90%;
  color: rgb(var(--main-color-primary-opacity), 0.03);
  pointer-events: none;
  white-space: nowrap;
}

.technic-slider {
  display: flex;
  flex-direction: column;
  gap: 54px;
  position: relative;
}

.technic-slider__block {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
}

.technic-slider__bottom {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  max-width: 620px;
  width: 100%;
}

.technic-slider__link {
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.4px;
  color: var(--main-color-primary);
  padding: 26px 32px 26px 70px;
  position: relative;
  border-radius: 40px;
  border: 1px solid #ce0037;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}

.technic-slider__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 26px;
  transform: translateY(-50%);
  width: 19px;
  height: 10px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/main/technic-block/icon/arrow-right.svg") no-repeat center/contain;
}

.technic-slider-tumb {
  width: 100%;
  max-width: 165px;
  padding-top: 5px;
  padding-bottom: 98px;
}

.technic-slider-tumb__list {
  flex-direction: column;
  gap: 50px;
}

.technic-slider-tumb__item {
  width: auto !important;
  padding-bottom: 20px;
  position: relative;
  cursor: pointer;
}

.technic-slider-tumb__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 64%;
  height: 1px;
  background: rgba(24, 27, 50, 0.1);
}

.technic-slider-tumb__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #ce0037;
  transition: width 0.3s ease 0s;
  z-index: 1;
}

.technic-slider-tumb__item:hover::before {
  width: 64%;
}

.technic-slider-tumb__item.swiper-slide-thumb-active::before {
  width: 64%;
}

.technic-slider-tumb__name {
  font-size: 20px;
  color: rgb(var(--main-color-primary-opacity), 0.8);
  line-height: 100%;
}

.technic-slider-big {
  width: 100%;
  max-width: 1240px;
}

.technic-slider-big__item {
  display: flex;
  flex-direction: column;
  gap: 54px;
  opacity: 0;
  pointer-events: none;
}

.technic-slider-big__item.swiper-slide-active {
  opacity: 1;
  pointer-events: auto;
}

.technic-slider-big-card {
  padding: 5px;
  width: 100%;
}

.technic-slider-big-card__item {
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative;
  cursor: pointer;
}

.technic-slider-big-card__item::before {
  content: "";
  position: absolute;
  top: 18px;
  right: 22px;
  width: 16px;
  height: 16px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/main/technic-block/icon/icon.svg") no-repeat center/contain;
  transition: filter 0.2s ease 0s;
  filter: brightness(0);
  z-index: 1;
}

.technic-slider-big-card__item:hover::before {
  filter: none;
}

.technic-slider-big-card__item.swiper-slide-active::before {
  filter: none;
}

.technic-slider-big-card__img {
  padding: 73px 40px;
  background: #f7f7f7;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  transition: all 0.3s ease 0s;
}

.technic-slider-big-card__item:hover .technic-slider-big-card__img {
  background: #fff;
  filter: drop-shadow(0px 1.127px 4.017px rgba(0, 0, 0, 0.02)) drop-shadow(0px 1px 5px rgba(0, 0, 0, 0.04));
}

.technic-slider-big-card__img img {
  max-width: 200px;
  width: 100%;
  height: 134px;
  -o-object-fit: contain;
  object-fit: contain;
}

.technic-slider-big-card__name {
  font-size: 20px;
  color: rgb(var(--main-color-primary-opacity), 0.8);
  line-height: 100%;
  max-width: 185px;
}

.technic-slider-nav {
  display: flex;
  gap: 28px;
}

.technic-slider-nav__prev,
.technic-slider-nav__next {
  border-radius: 50%;
  border: 1px solid #e8e8eb;
  width: 76px;
  height: 76px;
  position: relative;
  cursor: pointer;
}

.technic-slider-nav__prev::after,
.technic-slider-nav__next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 19px;
  height: 10px;
}

.technic-slider-nav__prev::after {
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/main/technic-block/icon/arrow-left.svg") no-repeat center/contain;
}

.technic-slider-nav__next::after {
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/main/technic-block/icon/arrow-right.svg") no-repeat center/contain;
}

/*=====  number  =====*/

.number {
  padding-bottom: 120px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/main/number-block/bg.jpg") no-repeat center/cover;
  background-attachment: fixed;
}

.number__wrapper {
  display: flex;
  flex-direction: column;
  gap: 136px;
}

.number__top {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.number__info {
  display: flex;
  flex-direction: column;
  gap: 60px;
  max-width: 670px;
  width: 100%;
  flex-shrink: 0;
  z-index: 1;
  position: relative;
  padding-top: 120px;
  padding-bottom: 121px;
}

.number__info::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -120px;
  width: 740px;
  height: 548px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/main/number-block/decor.png") no-repeat center/contain;
  z-index: -1;
  pointer-events: none;
}

.number__title {
  color: var(--main-color-white);
  max-width: 341px;
}

.number__bookmark {
  color: #fff;
  font-size: 32px;
  line-height: 90%;
  position: relative;
  max-width: 937px;
  width: 100%;
  z-index: 1;
  padding: 120px 0px 121px 116px;
}

.number__bookmark::before {
  content: "";
  position: absolute;
  top: 126px;
  left: 0;
  width: 76px;
  height: 76px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/main/number-block/icon/circle.svg") no-repeat center/contain;
}

.number__bottom {
  display: flex;
  flex-direction: column;
  gap: 80px;
  align-items: flex-start;
  max-width: 551px;
}

.number__description {
  color: var(--main-color-white);
  font-size: 20px;
  line-height: 100%;
}

.number__btn {
  color: var(--main-color-primary);
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.4px;
  padding: 26px 32px 26px 70px;
  border-radius: 40px;
  background: #fff;
  position: relative;
}

.number__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 26px;
  transform: translateY(-50%);
  width: 19px;
  height: 10px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/main/number-block/icon/arrow-right.svg") no-repeat center/contain;
}

.number-detail {
  max-width: 324px;
}

.number-detail__list {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}

.number-detail__item {
  width: calc(33.333% - 18.666px);
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.number-detail__value {
  color: var(--main-color-white);
  font-size: 54px;
  line-height: 90%;
}

.number-detail__text {
  color: var(--main-color-white);
  font-size: 18px;
  line-height: 90%;
  max-width: 90px;
}

/*=====  parts  =====*/

.parts {
  max-width: 1920px;
  margin: 0 auto;
}

.parts__wrapper {
  display: flex;
}

.parts__img {
  max-width: 680px;
  width: 100%;
}

.parts__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.parts__content {
  padding: 84px 330px 330px 120px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.parts__content::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -386px;
  width: 900px;
  height: 450px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/main/parts-block/decor.svg") no-repeat center/contain;
  z-index: -1;
}

.parts__info {
  max-width: 670px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.parts__h-title {
  margin-bottom: 120px;
}

.parts__title {
  margin-bottom: 40px;
  line-height: 80%;
}

.parts__description {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 80px;
}

.parts__description p,
.parts__description span,
.parts__description li,
.parts__description a {
  color: rgb(var(--main-color-primary-opacity), 0.6);
  font-size: 20px;
  line-height: 100%;
}

.parts__btn {
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.4px;
  padding: 26px 32px 26px 70px;
  border-radius: 40px;
  border: 1px solid #ce0037;
  background: #fff;
  position: relative;
}

.parts__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 26px;
  transform: translateY(-50%);
  width: 19px;
  height: 10px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/main/parts-block/icon/arrow-right.svg") no-repeat center/contain;
}

/*=====  diller  =====*/

.diller {
  padding-top: 150px;
  padding-bottom: 168px;
  background: #152939;
}

.diller__title {
  margin-bottom: 16px;
  color: var(--main-color-white);
}

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

.diller__map {
  flex-shrink: 0;
  max-width: 1110px;
  width: 100%;
  padding-right: 38px;
  position: relative;
}

.diller__map svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.diller__map svg path {
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.diller__map svg path:hover {
  fill: #ce0037;
  fill-opacity: 1;
}

.diller__map svg path._active {
  fill: #ce0037;
  fill-opacity: 1;
}

.diller__line {
  display: none;
  position: absolute;
  top: 0;
  left: -130px;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  pointer-events: none;
}

.diller__map._line .diller__line {
  display: block;
}

.diller-detail {
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 400px;
  width: 100%;
}

.diller-detail-city {
  margin-bottom: 132px;
  width: 100%;
  position: relative;
  display: flex;
}

.diller-detail-city__hidden-text {
  font-size: 20px;
  color: var(--main-color-white);
  line-height: 120%;
  display: none;
  position: absolute;
  bottom: -20px;
  left: 0;
  transform: translateY(100%);
}

.diller-detail-city__hidden-text._show {
  display: block;
}

.diller-detail-city__initial {
  position: relative;
  display: inline;
  cursor: pointer;
  padding-right: 20px;
  display: none;
}

.diller-detail-city__initial._show {
  display: block;
}

.diller-detail-city__initial p {
  font-size: 20px;
  color: var(--main-color-white);
  line-height: 120%;
  position: relative;
  padding-bottom: 4px;
}

.diller-detail-city__initial p::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}

.diller-detail-city__initial::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  width: 8px;
  height: 6px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/main/diler-block/icon/arrow-bottom.svg") no-repeat center/contain;
}

.diller-detail-city-hidden {
  position: absolute;
  bottom: 0;
  left: 0;
  width: auto;
  transform: translateY(100%);
  background: #fff;
  display: none;
  z-index: 1;
}

.diller-detail-city-hidden._show {
  display: block;
}

.diller-detail-city-hidden__list {
  display: flex;
  flex-direction: column;
}

.diller-detail-city-hidden__item {
  padding: 5px 10px;
  font-size: 20px;
  color: var(--main-color-primary);
  line-height: 120%;
  cursor: pointer;
}
.diller-detail-city-hidden__search {
  padding: 5px 10px;
  font-size: 20px;
  color: var(--main-color-primary);
  line-height: 120%;
  width: 100%;
  border-bottom: 1px solid rgb(var(--main-color-primary-opacity), 0.4);
}
.diller-detail-city-hidden__search::placeholder {
  font-size: 20px;
  color: rgb(var(--main-color-primary-opacity), 0.4);
  line-height: 120%;
}
.diller-detail-city-hidden__item:hover {
  background: rgb(var(--main-color-primary-opacity), 0.6);
  color: #fff;
}

.diller-detail-city-hidden__item._selected {
  background: rgb(var(--main-color-primary-opacity), 0.6);
  color: #fff;
}
.diller-detail-city-hidden__search::-webkit-search-cancel-button {
  -webkit-appearance: none;
  cursor: pointer;
  height: 10px;
  width: 10px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/form/icon/close.svg") no-repeat center / contain;
}
.diller-detail-info {
  display: none;
  max-width: 400px;
  flex-direction: column;
  gap: 40px;
  max-height: 510px;
  overflow: auto;
  width: 100%;
}

.diller-detail-info._active {
  display: flex;
  padding-bottom: 50px;
}

.diller-detail-info__block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.diller-detail-info__name {
  font-size: 24px;
  color: var(--main-color-white);
  line-height: 100%;
}

.diller-detail-info__address {
  font-size: 18px;
  line-height: normal;
  color: rgb(var(--main-color-white-opacity), 0.6);
}

.diller-detail-info-contacts__list {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.diller-detail-info-contacts__item {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

.diller-detail-info-contacts__item a:hover {
  color: #ce0037;
}

.diller-detail-info-contacts__text {
  font-size: 18px;
  line-height: 120%;
  color: rgb(var(--main-color-white-opacity), 0.6);
}

.diller-detail-info-contacts__value {
  font-size: 18px;
  line-height: 120%;
  color: var(--main-color-white);
}

/*=====  event  =====*/

.event__wrapper {
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
  gap: 133px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.event__title {
  width: 100%;
  max-width: 307px;
  position: relative;
  z-index: 1;
}

.event__title::before {
  content: "";
  position: absolute;
  bottom: -90px;
  left: -795px;
  transform: translateY(100%);
  width: 900px;
  height: 450px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/main/event-block/decor.svg") no-repeat center/contain;
  z-index: -1;
}

.event-slider {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
  z-index: 1;
}

.event-slider__item {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.event-slider__img {
  border-radius: 10px;
  height: 280px;
  overflow: hidden;
}

.event-slider__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.event-slider__info {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.event-slider__description {
  font-size: 20px;
  line-height: 100%;
  color: rgb(var(--main-color-primary-opacity), 0.8);
  transition: color 0.3s ease 0s;
}

.event-slider__item:hover .event-slider__description {
  color: var(--main-color-primary);
}

.event-slider__date {
  font-size: 14px;
  line-height: 120%;
  color: rgb(var(--main-color-primary-opacity), 0.4);
  padding-left: 32px;
  position: relative;
}

.event-slider__date::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/main/event-block/icon/date.svg") no-repeat center/contain;
}

.event-slider__bottom {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.event-slider__link {
  padding: 26px 32px 26px 70px;
  font-size: 20px;
  color: var(--main-color-primary);
  line-height: 120%;
  letter-spacing: -0.4px;
  border-radius: 40px;
  border: 1px solid #ce0037;
  background: #fff;
  position: relative;
}

.event-slider__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 26px;
  transform: translateY(-50%);
  width: 19px;
  height: 10px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/main/event-block/icon/arrow-right.svg") no-repeat center/contain;
}

.event-slider-nav {
  display: flex;
  gap: 28px;
}

.event-slider-nav__prev,
.event-slider-nav__next {
  border-radius: 50%;
  border: 1px solid #e8e8eb;
  width: 76px;
  height: 76px;
  position: relative;
  cursor: pointer;
}

.event-slider-nav__prev::after,
.event-slider-nav__next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 19px;
  height: 10px;
}

.event-slider-nav__prev::after {
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/main/event-block/icon/arrow-left.svg") no-repeat center/contain;
}

.event-slider-nav__next::after {
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/main/event-block/icon/arrow-right.svg") no-repeat center/contain;
}

/*=====   partners  =====*/

.partners {
  padding-bottom: 150px;
}

.partners__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.partners-slider {
  width: 100%;
  position: relative;
}

.partners-slider__item {
  padding: 59px;
  border: 1px solid rgba(24, 27, 50, 0.1);
  border-radius: 10px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.partners-slider__img {
  max-width: 170px;
}

.partners-slider__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.partners-slider__prev,
.partners-slider__next {
  position: absolute;
  width: 29px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  padding: 5px;
}

.partners-slider__prev {
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/main/partners-block/icon/arrow-left.svg") no-repeat center/19px 10px;
  left: -63px;
}

.partners-slider__next {
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/main/partners-block/icon/arrow-right.svg") no-repeat center/19px 10px;
  right: -63px;
}

.breadcrumb {
  padding-bottom: 35px;
  transition: all 0.3s ease 0s;
}

.breadcrumb._position {
  position: absolute;
  top: 170px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1736px;
  width: 100%;
  z-index: 3;
  padding-bottom: 0px;
}

.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.breadcrumb__item {
  position: relative;
  font-size: 12px;
  line-height: 12px;
}

.breadcrumb__item:not(:last-child)::after {
  content: "/";
  position: absolute;
  top: 0;
  right: -16px;
  font-size: 12px;
  line-height: 12px;
  color: rbg(var(--main-color-primary-opacity), 0.8);
}

.breadcrumb._white .breadcrumb__item:not(:last-child)::after {
  color: rgb(var(--main-color-white-opacity), 0.8);
}

.breadcrumb__link {
  font-size: 14px;
  color: rbg(var(--main-color-primary-opacity), 0.8);
  line-height: 12px;
}

.breadcrumb__item:last-child .breadcrumb__link {
  pointer-events: none;
  text-decoration-line: underline;
}

.breadcrumb._white .breadcrumb__link {
  color: rgb(var(--main-color-white-opacity), 0.8);
}

.c-first {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto 120px auto;
}

.c-first__wrapper {
  display: flex;
}

.c-first__title {
  margin-bottom: 40px;
}

.c-first__img {
  max-width: 510px;
  width: 100%;
}

.c-first__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-first__info {
  padding: 118px 120px 108px;
  background: #152939;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1410px;
}

.c-first__name {
  font-size: 38px;
  color: var(--main-color-white);
  line-height: 80%;
  margin-bottom: 20px;
  max-width: 483px;
}

.c-first__description {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 80px;
  column-gap: 80px;
  row-gap: 7px;
  margin-bottom: 40px;
  width: 100%;
}
.c-first__description div {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.c-first__description p {
  font-size: 20px;
  color: rgb(var(--main-color-white-opacity), 0.7);
  line-height: 100%;
  width: calc(50% - 40px);
}

.c-first__btn {
  font-size: 20px;
  color: var(--main-color-white);
  line-height: 120%;
  letter-spacing: -0.4px;
  padding: 26px 32px 26px 70px;
  border-radius: 40px;
  border: 1px solid #ce0037;
  background: #ce0037;
  position: relative;
}

.c-first__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 26px;
  transform: translateY(-50%);
  width: 19px;
  height: 10px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/catalog/first-block/icon/arrow-right.svg") no-repeat center/contain;
}

/*=====  c-product  =====*/

.c-product {
  margin-bottom: 120px;
}

.c-product__list {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.c-product__item {
  width: calc(25% - 30px);
  position: relative;
  border-radius: 10px;
  height: 390px;
  border-radius: 10px;
  overflow: hidden;
}

.c-product__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease 0s;
  pointer-events: none;
}

.c-product__item:hover::before {
  opacity: 0;
}

.c-product__img {
  height: 100%;
}

.c-product__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-product__name {
  font-size: 20px;
  line-height: 100%;
  color: var(--main-color-white);
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  padding: 40px;
  width: 100%;
  z-index: 1;
}

.c-product__name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(206, 0, 55, 0.8);
  z-index: -1;
  height: 0;
  transition: all 0.3s ease 0s;
}

.c-product__item:hover .c-product__name::before {
  height: 100%;
}

/*=====  c-detail =====*/

.c-detail {
  margin: 0 auto;
  max-width: 1920px;
  width: 100%;
}

.c-detail__wrapper {
  display: flex;
}

.c-detail__info {
  padding: 117px 118px 127px 120px;
  background: #152939;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  max-width: 1410px;
  width: 100%;
}

.c-detail__title {
  font-size: 38px;
  line-height: 80%;
  color: var(--main-color-white);
  max-width: 528px;
}

.c-detail__description {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 80px;
  column-gap: 80px;
  row-gap: 20px;
  align-items: flex-start;
}

.c-detail__description p {
  width: calc(50% - 40px);
  font-size: 20px;
  line-height: 100%;
  color: rgb(var(--main-color-white-opacity), 0.7);
}

.c-detail__btn {
  font-size: 16px;
  line-height: 120%;
  color: var(--main-color-white);
  padding-bottom: 5px;
  padding-right: 14px;
  position: relative;
  cursor: pointer;
  display: none;
}

.c-detail__btn._show {
  display: block;
}

.c-detail__btn::before {
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  width: 8px;
  height: 5px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/catalog/detail-block/icon/arrow-spoiler.svg") no-repeat center/contain;
}

.c-detail__btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 14px);
  height: 1px;
  background: #fff;
}

.c-detail__img {
  max-width: 510px;
}

.c-detail__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/*=====  lazy-video  =====*/

div.video > div {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

div.video > div > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 22px;
}

div.video.loading > div {
  background: #000 !important;
}

/*=====  end-lazy-video  =====*/

/*=====  c-video  =====*/

.c-video {
  padding-bottom: 120px;
  padding-top: 120px;
  background: rgba(0, 0, 0, 0.03);
}

.c-video__wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.c-video__bottom {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  align-items: center;
}

.c-video__pagination {
  flex: 1;
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
  background: rgba(24, 27, 50, 0.1);
}

.c-video__pagination.swiper-pagination-progressbar.swiper-pagination-horizontal {
  height: 3px;
}

.c-video__pagination .swiper-pagination-progressbar-fill {
  background: #ce0037;
  overflow: hidden;
  border-radius: 10px;
}

.c-video-slider {
  display: flex;
  gap: 40px;
  height: 632px;
}

.c-video-slider-big {
  width: 100%;
  max-width: 1108px;
  height: 100%;
}

.c-video-slider-big__block {
  height: 100%;
}

.c-video-slider-big__item {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  overflow: hidden;
}

.c-video-slider-big__video {
  position: relative;
  height: 100%;
}

.c-video-slider-big__video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.3s ease 0s;
}

.c-video-slider-big__video.loading::before {
  opacity: 0;
}

.c-video-slider-big__video.video > div {
  height: 100%;
  padding: 0;
}

.c-video-slider-big__info {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 40px 40px 40px 140px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  pointer-events: none;
  transition: opacity 0.3s ease 0s;
  z-index: 2;
}

.c-video-slider-big__info._hidden {
  opacity: 0;
}

.c-video-slider-big__info::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/catalog/video-block/icon/play.svg") no-repeat center/contain;
}

.c-video-slider-big__text {
  font-size: 16px;
  line-height: 100%;
  color: rgb(var(--main-color-white-opacity), 0.8);
}

.c-video-slider-big__name {
  font-size: 38px;
  line-height: 90%;
  color: var(--main-color-white);
  max-width: 717px;
}

.c-video-slider-tumb {
  width: 100%;
  height: 100%;
}

.c-video-slider-tumb__block {
  height: 100%;
}

.c-video-slider-tumb__item {
  cursor: pointer;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.c-video-slider-tumb__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.3s ease 0s;
}

.c-video-slider-tumb__item.swiper-slide-thumb-active::before {
  opacity: 0;
}

.c-video-slider-tumb__img {
  height: 100%;
  width: 100%;
}

.c-video-slider-tumb__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-video-slider-tumb__info {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 40px 40px 40px 118px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  pointer-events: none;
  transition: opacity 0.3s ease 0s;
  z-index: 2;
}

.c-video-slider-tumb__info._hidden {
  opacity: 0;
}

.c-video-slider-tumb__info::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/catalog/video-block/icon/play.svg") no-repeat center/contain;
}

.c-video-slider-tumb__text {
  font-size: 16px;
  color: rgb(var(--main-color-white-opacity), 0.8);
  line-height: 100%;
}

.c-video-slider-tumb__name {
  font-size: 20px;
  color: var(--main-color-white);
  line-height: 100%;
}

.c-video-nav {
  display: flex;
  gap: 28px;
}

.c-video-nav__prev,
.c-video-nav__next {
  width: 76px;
  height: 76px;
  border: 1px solid #dedede;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}

.c-video-nav__prev::after,
.c-video-nav__next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 19px;
  height: 10px;
}

.c-video-nav__prev::after {
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/catalog/video-block/icon/arrow-left.svg") no-repeat center/contain;
}

.c-video-nav__next::after {
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/catalog/video-block/icon/arrow-right.svg") no-repeat center/contain;
}

/*=====  c-interested  =====*/

.c-interested__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-top: 80px;
  padding-bottom: 160px;
  position: relative;
}

.c-interested__wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -320px;
  width: 832px;
  height: 416px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/catalog/interested-block/decor.png") no-repeat center/contain;
}

.c-interested__title {
  max-width: 541px;
}

.c-interested__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1108px;
}

.c-interested__col {
  width: calc(50% - 20px);
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.c-interested__item {
  padding: 26px 98px 26px 40px;
  border-radius: 40px;
  background: #f7f7f7;
  font-size: 20px;
  color: rgb(var(--main-color-primary-opacity), 0.8);
  line-height: 120%;
  letter-spacing: -0.4px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease 0s;
  z-index: 1;
}

.c-interested__item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  width: 19px;
  height: 10px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/catalog/interested-block/icon/arrow-right.svg") no-repeat center/contain;
  transition: filter 0.2s ease 0s;
}

.c-interested__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-radius: 40px;
  background: #ce0037;
  transition: width 0.5s ease 0s;
  z-index: -1;
}

.c-interested__item:hover::before {
  width: 100%;
}

.c-interested__item:hover {
  color: var(--main-color-white);
}

.c-interested__item:hover::after {
  filter: brightness(0) invert(1);
  transition: filter 0.2s ease 0.4s;
}

.cd-first {
  background: #152939;
  position: relative;
}

.cd-first__wrapper {
  padding: 255px 0px 340px 0px;
}

.cd-first__bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 120px;
  width: 100%;
  max-width: 1920px;
  padding-right: 28px;
  z-index: 1;
}

.cd-first-slider {
  position: absolute;
  top: 234px;
  left: 0;
  width: 100%;
}

.cd-first-slider__item {
  height: auto;
  display: flex;
  justify-content: center;
  opacity: 0 !important;
}

.cd-first-slider__item.swiper-slide-active {
  opacity: 1 !important;
}

.cd-first-slider__img {
  width: 100%;
  height: 529px;
  width: 1067px;
}

.cd-first-slider__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.cd-first-slider__img picture {
  width: 100%;
  height: 100%;
  display: block;
}

.cd-first-slider__height-block {
  margin-top: 284px;
  margin-bottom: 378px;
}

.cd-first-info {
  width: 100%;
  max-width: 1736px;
  transition: all 0.3s ease 0s;
}

.cd-first-info__top {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
}

.cd-first-info-detail {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 713px;
  width: 100%;
}

.cd-first-info-detail__title {
  color: var(--main-color-white);
  font-size: 90px;
  line-height: 90%;
  margin-bottom: 17px;
  position: relative;
  z-index: 2;
}

.cd-first-info-detail__description {
  margin-bottom: 122px;
  font-size: 45px;
  line-height: 100%;
  color: rgb(var(--main-color-white-opacity), 0.6);
  position: relative;
  z-index: 2;
}

.cd-first-info-detail__btn {
  padding: 25px 31px 25px 69px;
  border-radius: 40px;
  background: #ce0037;
  border: 1px solid #ce0037;
  color: var(--main-color-white);
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.4px;
  position: relative;
  z-index: 2;
}

.cd-first-info-detail__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 26px;
  transform: translateY(-50%);
  width: 19px;
  height: 10px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/catalog-detail/first-block/icon/arrow-right.svg") no-repeat center/contain;
}

.cd-first-info-har {
  width: 100%;
  position: relative;
  padding-top: 37px;
  padding-right: 68px;
  z-index: 2;
}

.cd-first-info-har::after {
  content: "";
  position: absolute;
  top: 55%;
  right: 0;
  transform: translateY(-50%);
  width: 471px;
  height: 588px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/catalog-detail/first-block/decor.svg") no-repeat center/contain;
  pointer-events: none;
}

.cd-first-info-har__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-end;
}

.cd-first-info-har__item {
  font-size: 20px;
  line-height: 100%;
  display: flex;
  gap: 21px;
  align-items: center;
}

.cd-first-info-har__icon {
  flex-shrink: 0;
  border-radius: 50%;
  background: #ce0037;
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cd-first-info-har__icon img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
}

.cd-first-info-har-detail {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-end;
  /* max-width: 155px; */
}

.cd-first-info-har-detail__text {
  font-size: 20px;
  color: rgb(var(--main-color-white-opacity), 0.9);
  line-height: 100%;
  text-align: end;
  max-width: 155px;
}

.cd-first-info-har-detail__value {
  font-size: 28px;
  color: var(--main-color-white);
  line-height: 100%;
}

.cd-first-advantages {
  padding: 68px 227px 68px 120px;
  background: #fff;
  width: 100%;
  max-width: 1328px;
}

.cd-first-advantages__list {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.cd-first-advantages__item {
  display: flex;
  gap: 40px;
  align-items: center;
  width: 100%;
}

.cd-first-advantages__item:nth-child(1) {
  max-width: 238px;
}

.cd-first-advantages__item:nth-child(2) {
  max-width: 295px;
}

.cd-first-advantages__item:nth-child(3) {
  max-width: 368px;
}

.cd-first-advantages__icon {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #ce0037;
}

.cd-first-advantages__icon img {
  width: 28px;
  height: 28px;
  -o-object-fit: contain;
  object-fit: contain;
}

.cd-first-advantages__text {
  font-size: 20px;
  color: rgb(var(--main-color-primary-opacity), 0.8);
  line-height: 100%;
}

.cd-first-control {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 340px;
  width: 100%;
}

.cd-first-control__pagination {
  position: static;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cd-first-control__pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  width: auto;
}

.cd-first-control__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 2px;
  background: #fff;
  opacity: 1;
  border-radius: 0;
}

.cd-first-control__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ce0037;
}

.cd-first-control__pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}

.cd-first-control-nav {
  display: flex;
  gap: 28px;
}

.cd-first-control-nav__prev,
.cd-first-control-nav__next {
  width: 76px;
  height: 76px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}

.cd-first-control-nav__prev::after,
.cd-first-control-nav__next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 19px;
  height: 10px;
}

.cd-first-control-nav__prev::after {
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/catalog-detail/first-block/icon/arrow-left.svg") no-repeat center/contain;
}

.cd-first-control-nav__next::after {
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/catalog-detail/first-block/icon/arrow-right.svg") no-repeat center/contain;
}

/*=====  cd-anchor  =====*/

.cd-anchor {
  padding-top: 43px;
}

.cd-anchor__list {
  display: flex;
  gap: 25px;
  overflow: auto;
}

.cd-anchor__list::-webkit-scrollbar {
  display: none;
}

.cd-anchor__item {
  font-size: 20px;
  line-height: 18px;
  flex: 0 0 auto;
  padding: 0 8px 20px 8px;
  position: relative;
  transition: color 0.3s ease 0s;
}

.cd-anchor__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #ce0037;
  transition: width 0.3s ease 0s;
  border-radius: 12px;
}

.cd-anchor__item:hover::after {
  width: 100%;
}

.cd-anchor__item:hover {
  color: var(--main-color-secondary);
}

.cd-anchor__item._selected {
  color: var(--main-color-secondary);
}

.cd-anchor__item._selected::after {
  width: 100%;
}

/*=====  cd-desc  =====*/

.cd-desc {
  padding-top: 110px;
  padding-bottom: 120px;
  background-color: rgba(0, 0, 0, 0.03);
}

.cd-desc__wrapper {
  display: flex;
  flex-direction: column;
  gap: 120px;
}

.cd-desc-info {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}

.cd-desc-info__content {
  display: flex;
  flex-direction: column;
  max-width: 730px;
  width: 100%;
}

.cd-desc-info__content h3,
.cd-desc-info__content h4,
.cd-desc-info__content h5,
.cd-desc-info__content h6 {
  margin-bottom: 20px;
}

.cd-desc-info__content p,
.cd-desc-info__content span,
.cd-desc-info__content a,
.cd-desc-info__content li {
  font-size: 20px;
  color: rgb(var(--main-color-primary-opacity), 0.6);
  line-height: 100%;
}

.cd-desc-info__content p:not(:last-child),
.cd-desc-info__content span:not(:last-child),
.cd-desc-info__content a:not(:last-child),
.cd-desc-info__content li:not(:last-child) {
  margin-bottom: 25px;
}

.cd-desc-info__title {
  margin-bottom: 40px;
}

.cd-desc-info-har {
  max-width: 800px;
  width: 100%;
  padding-top: 95px;
}

.cd-desc-info-har__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 80px;
  -moz-column-gap: 70px;
  column-gap: 70px;
}

.cd-desc-info-har__item {
  width: calc(50% - 35px);
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: flex-end;
}

.cd-desc-info-har__text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: end;
}

.cd-desc-info-har__name {
  font-size: 20px;
  color: rgb(var(--main-color-primary-opacity), 0.7);
  line-height: 100%;
}

.cd-desc-info-har__value {
  font-size: 38px;
  line-height: 100%;
}

.cd-desc-info-har__icon {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #ce0037;
  flex-shrink: 0;
}

.cd-desc-info-har__icon img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
}

.cd-desc-material {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.cd-desc-material__list {
  display: flex;
  flex-wrap: wrap;
  gap: 70px;
}

.cd-desc-material__item {
  width: calc(25% - 52.5px);
  display: flex;
  align-items: center;
  gap: 40px;
}

.cd-desc-material__icon {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  border-radius: 3px;
  background: #152939;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease 0s;
}

.cd-desc-material__item:hover .cd-desc-material__icon {
  background: #ce0037;
}

.cd-desc-material__icon img {
  width: 28px;
  height: 28px;
  -o-object-fit: contain;
  object-fit: contain;
}

.cd-desc-material__info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cd-desc-material__name {
  font-size: 20px;
  line-height: 100%;
}

.cd-desc-material__size {
  font-size: 16px;
  color: rgb(var(--main-color-primary-opacity), 0.7);
  line-height: 100%;
  transition: color 0.3s ease 0s;
}

.cd-desc-material__item:hover .cd-desc-material__size {
  color: #ce0037;
}

/*=====  cd-har  =====*/

.cd-har {
  padding-top: 114px;
  padding-bottom: 120px;
}

.cd-har__wrapper {
  display: flex;
  flex-direction: column;
  gap: 41px;
  position: relative;
}

.cd-har-accordion {
  position: relative;
}

.cd-har-accordion__wrapper {
  max-width: calc(100% - 860px);
}

.cd-har__content._height .cd-har-accordion__wrapper {
  min-height: 480px;
}

.cd-har-accordion__list {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.cd-har-accordion__img {
  max-width: 820px;
  height: 480px;
  position: absolute;
  top: 0;
  right: 0;
  max-height: 0px;
  opacity: 0;
  overflow: hidden;
  transition:
    max-height 0.3s ease 0s,
    opacity 0.3s ease 0s,
    margin 0.3s ease 0s;
}

.cd-har-accordion__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.cd-har-accordion__img._fixed-top {
  position: fixed;
}

.cd-har-accordion__img._fixed-bottom {
  position: absolute;
  top: auto;
  bottom: 0;
}

.cd-har-accordion__item._show .cd-har-accordion__img {
  opacity: 1;
  max-height: none;
}

.cd-har-accordion__name {
  font-size: 18px;
  color: var(--main-color-white);
  line-height: 100%;
  padding: 21px 50px 21px 40px;
  background: #ce0037;
  position: relative;
  border-radius: 4px;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.cd-har-accordion__name::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 31px;
  transform: translateY(-50%) rotate(180deg);
  width: 8px;
  height: 6px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/catalog-detail/har-block/icon/arrow-top.svg") no-repeat center/contain;
  transition: transform 0.3s ease 0s;
}

.cd-har-accordion__item._show .cd-har-accordion__name::after {
  transform: translateY(-50%) rotate(0deg);
}

.cd-har-accordion__item._show .cd-har-accordion__name {
  border-radius: 4px 4px 0 0;
}

.cd-har-accordion-info__list {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.cd-har-accordion-info__item {
  font-size: 18px;
  line-height: 100%;
  padding-left: 26px;
  position: relative;
}

.cd-har-accordion-info__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}

.cd-har-accordion-info__item:nth-child(1)::before {
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/catalog-detail/har-block/icon/arrow.svg") no-repeat center/contain;
}

.cd-har-accordion-info__item:nth-child(2)::before {
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/catalog-detail/har-block/icon/circle.svg") no-repeat center/contain;
}

.cd-har-accordion-info__item:nth-child(3)::before {
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/catalog-detail/har-block/icon/cancel.svg") no-repeat center/contain;
}

.cd-har-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease 0s;
}

.cd-har-accordion__item._show .cd-har-accordion-content {
  margin-top: 10px;
  max-height: 100%;
}

.cd-har-accordion-content__list {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.cd-har-accordion-content__item {
  font-size: 18px;
  line-height: 100%;
  padding: 19px 32px 19px 40px;
  background: rgba(24, 27, 50, 0.03);
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: center;
}

.cd-har-accordion-content__name {
  font-size: 18px;
  line-height: 100%;
  max-width: 400px;
  width: 100%;
}

.cd-har-accordion-content__value {
  font-size: 18px;
  line-height: 100%;
  width: 100%;
  text-align: right;
}

.cd-har-accordion-content__value img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

/*=====  cd-lizing  =====*/

.cd-lizing {
  padding-bottom: 152px;
}

.cd-lizing__h-title {
  margin-bottom: 60px;
}

.cd-lizing__title {
  margin-bottom: 113px;
}

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

.cd-lizing__img {
  max-width: 820px;
  width: 100%;
  border-radius: 10px;
}

.cd-lizing__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.cd-lizing__description {
  margin-bottom: 40px;
  max-width: 780px;
  width: 100%;
}

.cd-lizing__text {
  display: flex;
  flex-direction: column;
  margin-bottom: 45px;
}
.cd-lizing__text ul {
  margin-bottom: 0px;
}

.cd-lizing__text h3,
.cd-lizing__text h4,
.cd-lizing__text h5,
.cd-lizing__text h6 {
  margin-bottom: 20px;
}

.cd-lizing__text p,
.cd-lizing__text span,
.cd-lizing__text li,
.cd-lizing__text a {
  font-size: 20px;
  line-height: 100%;
  color: rgb(var(--main-color-primary-opacity), 0.6);
}

.cd-lizing__text p:not(:last-child),
.cd-lizing__text span:not(:last-child),
.cd-lizing__text li:not(:last-child),
.cd-lizing__text a:not(:last-child) {
  margin-bottom: 26px;
}

.cd-lizing__btn {
  font-size: 20px;
  color: var(--main-color-white);
  line-height: 120%;
  letter-spacing: -0.4px;
  border-radius: 40px;
  background: #ce0037;
  border: 1px solid #ce0037;
  padding: 25px 31px 25px 69px;
  position: relative;
}
.cd-lizing__btn._liz-bg {
  background: #fff;
  color: var(--main-color-black);
  border: 0;
  transition: all 0.3s ease 0s;
}
.cd-lizing__btn._liz-bg::before {
  filter: brightness(0);
  transition: all 0.3s ease 0s;
}
.cd-lizing__btn._liz-bg:hover {
  background: #ce0037;
  color: var(--main-color-white);
}
.cd-lizing__btn._liz-bg:hover::before {
  filter: none;
}

.cd-lizing__bottom {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.cd-lizing__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 26px;
  transform: translateY(-50%);
  width: 19px;
  height: 10px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/catalog-detail/lizing-block/icon/arrow-right.svg") no-repeat center/contain;
}

.cd-clients {
  padding-top: 84px;
  padding-bottom: 120px;
  background: #152939;
}

.cd-clients__h-title {
  margin-bottom: 60px;
  color: rgb(var(--main-color-white-opacity), 0.6);
}

.cd-clients__h-title::after {
  background: #fff;
}

.cd-clients__title {
  margin-bottom: 55px;
  color: var(--main-color-white);
}

.cd-clients-slider__list {
  margin-bottom: 100px;
}

.cd-clients-slider__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.cd-clients-slider__box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}

.cd-clients-slider__img {
  height: 340px;
  width: 100%;
  max-width: 534px;
}

.cd-clients-slider__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cd-clients-slider__bottom {
  display: flex;
  align-items: center;
}

.cd-clients-slider__btn {
  font-size: 20px;
  color: var(--main-color-white);
  line-height: 120%;
  letter-spacing: -0.4px;
  padding: 25px 31px 25px 69px;
  border-radius: 40px;
  background: #ce0037;
  border: 1px solid #ce0037;
  position: relative;
}

.cd-clients-slider__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 26px;
  transform: translateY(-50%);
  width: 19px;
  height: 10px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/catalog-detail/clients-block/icon/arrow-right.svg") no-repeat center/contain;
}

.cd-clients-slider-info {
  padding: 40px;
  background: rgba(206, 0, 55, 0.8);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cd-clients-slider-info__name {
  font-size: 16px;
  color: rgb(var(--main-color-white-opacity), 0.8);
  line-height: 100%;
}

.cd-clients-slider-info__text {
  font-size: 20px;
  color: var(--main-color-white);
  line-height: 100%;
  max-width: 270px;
}

.cd-clients-slider-info__link {
  font-size: 20px;
  color: var(--main-color-white);
  line-height: 120%;
  position: relative;
  padding-bottom: 2px;
  margin-left: 40px;
  transition: all 0.3s ease 0s;
}

.cd-clients-slider-info__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}

.cd-clients-slider-info__link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #ce0037;
  transition: all 0.3s ease 0s;
  z-index: 1;
}

.cd-clients-slider-info__link:hover {
  color: #ce0037;
}

.cd-clients-slider-info__link:hover::before {
  width: 100%;
}

.cd-clients-slider-nav {
  display: flex;
  gap: 14px;
}

.cd-clients-slider-nav__prev,
.cd-clients-slider-nav__next {
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}

.cd-clients-slider-nav__prev::after,
.cd-clients-slider-nav__next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 19px;
  height: 10px;
}

.cd-clients-slider-nav__prev::after {
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/catalog-detail/clients-block/icon/arrow-left.svg") no-repeat center/contain;
}

.cd-clients-slider-nav__next {
  margin-right: 44px;
}

.cd-clients-slider-nav__next::after {
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/catalog-detail/clients-block/icon/arrow-right.svg") no-repeat center/contain;
}

.cd-har__stop-block {
  position: absolute;
  bottom: 0;
  left: 0;
}

/*=====  warranty  ======*/

.warranty {
  max-width: 1920px;
  margin: 0 auto;
}

.warranty__wrapper {
  display: flex;
}

.warranty__content {
  width: 100%;
  padding: 84px 120px 150px 120px;
  display: flex;
  flex-direction: column;
}

.warranty__info {
  max-width: 780px;
  margin-bottom: 175px;
  flex-grow: 1;
}

.warranty__info p,
.warranty__info span,
.warranty__info li,
.warranty__info a {
  font-size: 20px;
  color: rgb(var(--main-color-primary-opacity), 0.6);
  line-height: 100%;
  margin-bottom: 20px;
}

.warranty__h-title {
  margin-bottom: 150px;
}

.warranty__title {
  margin-bottom: 35px;
}

.warranty__btn {
  font-size: 20px;
  color: var(--main-color-primary);
  line-height: 120%;
  letter-spacing: -0.4px;
  padding: 26px 32px 26px 70px;
  position: relative;
  border-radius: 40px;
  border: 1px solid #ce0037;
  background: #fff;
  align-self: flex-start;
}

.warranty__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 26px;
  transform: translateY(-50%);
  width: 20px;
  height: 19px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/catalog-detail/warranty-block/icon/download.svg") no-repeat center/contain;
}

.warranty-parts {
  max-width: 680px;
  width: 100%;
  background: #ce0037;
  padding: 270px 169px 150px 120px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.warranty-parts__info {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-bottom: 290px;
  flex-grow: 1;
}

.warranty-parts__info p,
.warranty-parts__info span,
.warranty-parts__info li,
.warranty-parts__info a {
  font-size: 20px;
  color: rgb(var(--main-color-white-opacity), 0.8);
  line-height: 100%;
}

.warranty-parts__title {
  max-width: 369px;
  color: var(--main-color-white);
}

.warranty-parts__link {
  font-size: 20px;
  color: var(--main-color-primary);
  line-height: 120%;
  letter-spacing: -0.4px;
  padding: 26px 32px 26px 70px;
  position: relative;
  border-radius: 40px;
  background: #fff;
}

.warranty-parts__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 26px;
  transform: translateY(-50%);
  width: 19px;
  height: 10px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/catalog-detail/warranty-block/icon/arrow-right.svg") no-repeat center/contain;
}

.popup.popup-review {
  left: auto;
  right: 0;
  transform: translateX(100%);
}

.popup.popup-review .popup__wrapper {
  padding: 53px 61px 57px 61px;
  max-width: 1000px;
  display: flex;
  flex-direction: column;
}

.popup.popup-review .popup__close {
  width: 44px;
  height: 44px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/catalog-detail/clients-block/icon/close.svg") no-repeat center/contain;
}

.popup-review__sub-title {
  color: #ababab;
  font-size: 20px;
  line-height: normal;
  letter-spacing: 6.2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.popup-review__title {
  color: var(--main-color-black);
  font-size: 35px;
  line-height: 116%;
  margin-bottom: 35px;
}

.popup-review__img {
  height: 446px;
  width: 100%;
  margin-bottom: 37px;
  flex-shrink: 0;
}

.popup-review__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.popup-review__description {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.popup-review__description p,
.popup-review__description span,
.popup-review__description li,
.popup-review__description a {
  font-size: 22px;
  color: var(--main-color-black);
  line-height: 116%;
}

.popup-review__video {
  height: 446px;
  width: 100%;
  margin-bottom: 37px;
  flex-shrink: 0;
  position: relative;
}

.popup-review__video .video {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  position: relative;
}

.popup-review__video .video.loading::before {
  opacity: 0;
}

.popup-review__video .video > div {
  padding-bottom: 0;
  height: 100%;
}

.popup-review__video .video::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/catalog/video-block/icon/play.svg") no-repeat center/contain;
  transition: all 0.3s ease 0s;
  z-index: 1;
  pointer-events: none;
}

.popup-review-author {
  display: flex;
  gap: 19px;
  align-items: center;
  margin-bottom: 54px;
}

.popup-review-author__img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.popup-review-author__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.popup-review-author__content {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  width: 100%;
}

.popup-review-author__info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.popup-review-author__name {
  font-size: 30px;
  color: var(--main-color-black);
  line-height: 116%;
}

.popup-review-author__post {
  color: #848484;
  font-size: 24px;
  line-height: 116%;
}

.popup-review-author__date {
  font-size: 16px;
  color: #8e8e8e;
  line-height: 116%;
  padding-top: 13px;
}

.d-info {
  padding-top: 117px;
  padding-bottom: 155px;
}

.d-info__list {
  display: flex;
  gap: 120px;
  flex-wrap: wrap;
}

.d-info__item {
  width: calc(50% - 60px);
  display: flex;
  flex-direction: column;
  gap: 23px;
}

.d-info__description {
  display: flex;
  flex-direction: column;
  gap: 23px;
}

.d-info__description p,
.d-info__description span,
.d-info__description li,
.d-info__description a {
  font-size: 20px;
  color: rbg(var(--main-color-primary-opacity), 0.6);
  line-height: 100%;
}

.d-info__title {
  font-size: 38px;
  line-height: 80%;
  color: var(--main-color-primary);
}

.a-first {
  padding-bottom: 150px;
}

.sidebar {
  max-width: 201px;
  width: 100%;
  flex-shrink: 0;
}

.a-first .sidebar {
  padding-top: 4px;
}

.sidebar-menu__list {
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: flex-start;
  margin-bottom: 0px;
}

.sidebar-menu__item {
  padding-bottom: 20px;
  padding-left: 0px;
  position: relative;
  cursor: pointer;
}

.sidebar-menu__item::before {
  background: rgba(24, 27, 50, 0.1);
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
  transform: translateY(0);
  border: none;
}

.sidebar-menu__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ce0037;
  height: 1px;
  width: 0;
  transition: width 0.3s ease 0s;
  z-index: 1;
}

.sidebar-menu__item._selected::after {
  width: 100%;
}

.sidebar-menu__item:hover::after {
  width: 100%;
}

.sidebar-menu__link {
  font-size: 20px;
  color: rgb(var(--main-color-primary-opacity), 0.8);
  line-height: 100%;
}

.a-first-pag {
  padding-left: 8px;
  overflow: auto;
  margin-bottom: 38px;
}

.a-first-pag__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  overflow: hidden;
}

.a-first-pag__item {
  white-space: nowrap;
  font-size: 20px;
  line-height: 18px;
  padding-bottom: 20px;
  position: relative;
  cursor: pointer;
  transition: color 0.3s ease 0s;
}

.a-first-pag__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ce0037;
  height: 1px;
  width: 0;
  transition: width 0.3s ease 0s;
  z-index: 1;
}

.a-first-pag__item._selected::after {
  width: 100%;
}

.a-first-pag__item:hover::after {
  width: 100%;
}

.a-first-pag__item:hover {
  color: var(--main-color-secondary);
}

.a-first-pag__item._selected {
  color: var(--main-color-secondary);
}

.a-first-doc__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.a-first-doc__item {
  border-radius: 10px;
  height: 222px;
  overflow: hidden;
  width: calc(14.28% - 34.28px);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease 0s;
}

.a-first-doc__item:hover {
  transform: translateY(-10px);
}

.a-first-doc__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -moz-filter: drop-shadow(0 5px 8px rgba(0, 0, 0, 0.09));
  -ms-filter: drop-shadow(0 5px 8px rgba(0, 0, 0, 0.09));
  -o-filter: drop-shadow(0 5px 8px rgba(0, 0, 0, 0.09));
  filter: drop-shadow(0 5px 8px rgba(0, 0, 0, 0.09));
}

.l-first {
  padding-bottom: 150px;
}

.l-first-doc {
  max-width: 1350px;
  width: 100%;
}

.l-first-doc__list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}

.l-first-doc__item {
  width: calc(16.666% - 50px);
  display: flex;
  flex-direction: column;
  gap: 19px;
  align-items: center;
}

.l-first-doc__item:hover img {
  transform: translateY(-10px);
}

.l-first-doc__item img {
  transition: transform 0.3s ease 0s;
  width: 100%;
  height: 242px;
  -o-object-fit: contain;
  object-fit: contain;
  -moz-filter: drop-shadow(0 5px 8px rgba(0, 0, 0, 0.09));
  -ms-filter: drop-shadow(0 5px 8px rgba(0, 0, 0, 0.09));
  -o-filter: drop-shadow(0 5px 8px rgba(0, 0, 0, 0.09));
  filter: drop-shadow(0 5px 8px rgba(0, 0, 0, 0.09));
}

.l-first-doc__name {
  font-size: 18px;
  color: rgb(var(--main-color-primary-opacity), 0.8);
  line-height: 100%;
  text-align: center;
}

.s-structure {
  position: relative;
  margin: 0 auto;
  max-width: 1920px;
  padding-bottom: 150px;
}

.s-structure::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -580px;
  width: 900px;
  height: 450px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/structure/structure-block/decor.svg") no-repeat center/contain;
}

.s-structure__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.s-structure__post {
  font-size: 38px;
  line-height: 80%;
  margin-bottom: 20px;
}

.s-structure__text {
  font-size: 16px;
  line-height: 100%;
  color: rgb(var(--main-color-primary-opacity), 0.6);
  margin-bottom: 40px;
}

.s-structure-people__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.s-structure-people__item {
  width: calc(20% - 32px);
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.s-structure-people__img {
  border-radius: 10px;
  overflow: hidden;
}

.s-structure-people__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.s-structure-people__info {
  display: flex;
  flex-direction: column;
}

.s-structure-people__name {
  font-size: 20px;
  line-height: 100%;
  margin-bottom: 10px;
}

.s-structure-people__post {
  font-size: 16px;
  color: rgb(var(--main-color-primary-opacity), 0.7);
  line-height: 100%;
  margin-bottom: 20px;
}

.s-structure-people__phone {
  font-size: 16px;
  color: var(--main-color-secondary);
  line-height: 100%;
  margin-bottom: 6px;
}

.s-structure-people__mail {
  font-size: 16px;
  line-height: 100%;
}

.pr-first {
  padding-bottom: 150px;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

.pr-first::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -579px;
  width: 900px;
  height: 450px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/procurement/first-block/decor.svg") no-repeat center/contain;
}

.pr-first__block {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.pr-first__sub-title {
  font-size: 20px;
  color: rgb(var(--main-color-primary-opacity), 0.6);
  line-height: 100%;
}

.pr-first__info {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.pr-first__list {
  -moz-columns: 2;
  columns: 2;
  -moz-column-gap: 40px;
  column-gap: 40px;
  width: 100%;
}

.pr-first__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: rgba(24, 27, 50, 0.03);
  padding: 40px 40px;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}

.pr-first__item:not(:last-child) {
  margin-bottom: 28px;
}

.pr-first__item p,
.pr-first__item span,
.pr-first__item a {
  font-size: 18px;
  line-height: 100%;
  color: var(--main-color-primary);
}

.pr-first__item p {
  font-weight: 500;
}

.pr-first__item ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 0px;
}

.pr-first__item li {
  font-size: 16px;
  color: rgb(var(--main-color-primary-opacity), 0.8);
  line-height: 100%;
}

.pr-first__text {
  font-size: 20px;
  color: rgb(var(--main-color-primary-opacity), 0.6);
  line-height: 100%;
}

.pr-first__text span {
  color: var(--main-color-secondary);
}

.n-news {
  padding-bottom: 150px;
  position: relative;
  margin: 0 auto;
  max-width: 1920px;
}

.n-news::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -580px;
  width: 900px;
  height: 450px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/news/news-block/decor.svg") no-repeat center/contain;
}

.n-news__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 60px;
}

.n-news__item {
  width: calc(25% - 30px);
  display: flex;
  flex-direction: column;
  position: relative;
}

.n-news__item:first-child {
  width: calc(50% - 20px);
}

.n-news__img {
  height: 280px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
}

.n-news__item:first-child .n-news__img {
  height: 422px;
}

.n-news__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.n-news__info {
  height: 100%;
  background: #fff;
  width: 100%;
  padding-top: 32px;
}

.n-news__item:first-child .n-news__info {
  position: absolute;
  bottom: 0;
  left: 0;
  height: auto;
  padding: 40px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background: linear-gradient(355deg, rgba(0, 0, 0, 0.6) 3.26%, rgba(0, 0, 0, 0.24) 95.95%);
}

.n-news__date {
  margin-bottom: 32px;
  font-size: 14px;
  color: rgb(var(--main-color-primary-opacity), 0.4);
  line-height: 120%;
  padding-left: 30px;
  position: relative;
}

.n-news__item:first-child .n-news__date {
  color: var(--main-color-white);
  margin-bottom: 20px;
}

.n-news__date::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/news/news-block/icon/date.svg") no-repeat center/contain;
}

.n-news__item:first-child .n-news__date::before {
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/news/news-block/icon/date-white.svg") no-repeat center/contain;
}

.n-news__name {
  font-size: 20px;
  line-height: 100%;
  color: rgb(var(--main-color-primary-opacity), 0.8);
}

.n-news__item:first-child .n-news__name {
  color: var(--main-color-white);
  margin-bottom: 8px;
}

.n-news__description {
  font-size: 16px;
  color: rgb(var(--main-color-white-opacity), 0.8);
  line-height: 100%;
  max-width: 544px;
}

.pagination {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.pagination__list {
  display: flex;
  gap: 20px;
}

.pagination__item {
  border-radius: 50%;
  border: 1px solid rgba(24, 27, 50, 0.1);
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  font-size: 20px;
  color: rgb(var(--main-color-primary-opacity), 0.8);
  line-height: 100%;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.pagination__item:hover {
  background: #ce0037;
  color: var(--main-color-white);
}

.pagination__item._selected {
  background: #ce0037;
  color: var(--main-color-white);
}

.pagination__item._pag-point {
  width: auto;
  border: none;
}

.pagination__next {
  cursor: pointer;
  width: 19px;
  height: 60px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/news/news-block/icon/arrow-right.svg") no-repeat center/19px 10px;
}

.pagination__prev {
  cursor: pointer;
  width: 19px;
  height: 60px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/news/news-block/icon/arrow-left.svg") no-repeat center/19px 10px;
}

.nd-first {
  padding-bottom: 150px;
  position: relative;
}

.nd-first::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -580px;
  width: 900px;
  height: 450px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/news-detail/first-block/decor.svg") no-repeat center/contain;
}

.nd-first__top {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 36px;
  flex-wrap: wrap;
}

.nd-first__date {
  font-size: 14px;
  color: rgb(var(--main-color-primary-opacity), 0.4);
  line-height: 120%;
  padding-left: 32px;
  position: relative;
}

.nd-first__date::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/news-detail/first-block/icon/date.svg") no-repeat center/contain;
}

.nd-first__first-img {
  position: relative;
  height: 488px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 60px;
  width: 100%;
}

.nd-first__first-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.nd-first__first-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}

.nd-first__description {
  margin-bottom: 60px;
  max-width: 1140px;
}

.nd-first__description p,
.nd-first__description span,
.nd-first__description li,
.nd-first__description a,
.nd-first__description div {
  font-size: 21px;
  color: var(--main-color-black);
  line-height: 115%;
  margin-bottom: 24px;
  overflow: hidden;
}

.nd-first__description h2,
.nd-first__description h3,
.nd-first__description h4,
.nd-first__description h5,
.nd-first__description h6 {
  margin-bottom: 20px;
}
.nd-first__description p.line,
.nd-first__description div.line {
  padding: 20px 20px 20px 30px;
  background: #eee;
  border-left: 2px solid var(--main-color-secondary);
}
.nd-first__description img {
  max-width: 400px;
  width: 100%;
  object-fit: contain;
  margin: 0px 20px;
}
.nd-first-nav {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 40px;
  border-radius: 0px 0px 10px 10px;
  background: linear-gradient(355deg, rgba(0, 0, 0, 0.1) 3.26%, rgba(0, 0, 0, 0) 95.95%);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  z-index: 2;
}

.nd-first-nav__prev,
.nd-first-nav__next {
  display: flex;
  gap: 28px;
  align-items: center;
  cursor: pointer;
}

.nd-first-nav__icon {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  border: 1px solid #fff;
  position: relative;
}

.nd-first-nav__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 19px;
  height: 10px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/news-detail/first-block/icon/arrow-left.svg") no-repeat center/contain;
}

.nd-first-nav__next .nd-first-nav__icon::before {
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/news-detail/first-block/icon/arrow-right.svg") no-repeat center/contain;
}

.nd-first-nav__name {
  font-size: 16px;
  color: var(--main-color-white);
  line-height: 100%;
  max-width: 260px;
}

.nd-first-nav__next {
  flex-direction: row-reverse;
}

.nd-first-img {
  margin-bottom: 60px;
}

.nd-first-img__list {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.nd-first-img__item {
  width: calc(50% - 20px);
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.nd-first-img__img {
  height: 430px;
  border-radius: 10px;
  overflow: hidden;
}

.nd-first-img__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.nd-first-img__text {
  font-size: 16px;
  line-height: 100%;
  color: rgb(var(--main-color-primary-opacity), 0.4);
}

.nd-first-gallery {
  width: 100%;
  margin-bottom: 40px;
}

.nd-first-gallery__list {
  margin-bottom: 22px;
}

.nd-first-gallery__item {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.nd-first-gallery__img {
  height: 308px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.nd-first-gallery__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.nd-first-gallery__text {
  font-size: 16px;
  line-height: 100%;
  color: rgb(var(--main-color-primary-opacity), 0.4);
  margin-bottom: 2px;
}

.nd-first-gallery__bottom {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.nd-first-gallery__pagination {
  font-size: 16px;
  color: var(--main-color-primary);
  line-height: 90%;
}

.nd-first-gallery__pagination.swiper-pagination-fraction {
  width: auto;
}

.nd-first-gallery__pagination .swiper-pagination-current,
.nd-first-gallery__pagination .swiper-pagination-total {
  font-size: 18px;
  color: var(--main-color-primary);
  line-height: 90%;
}

.nd-first-gallery-nav {
  display: flex;
  gap: 28px;
}

.nd-first-gallery-nav__prev,
.nd-first-gallery-nav__next {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  border: 1px solid rgb(var(--main-color-primary-opacity), 0.1);
  position: relative;
  cursor: pointer;
}

.nd-first-gallery-nav__prev::after,
.nd-first-gallery-nav__next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 19px;
  height: 10px;
}

.nd-first-gallery-nav__prev::after {
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/news-detail/first-block/icon/arrow-left-black.svg") no-repeat center/contain;
}

.nd-first-gallery-nav__next::after {
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/news-detail/first-block/icon/arrow-right-black.svg") no-repeat center/contain;
}

.p-parts {
  padding-bottom: 150px;
}

.p-parts__title {
  margin-bottom: 36px;
}

.p-parts__wrapper {
  display: grid;
  grid-template-areas: "other-parts parts-list" "btn parts-list" "news parts-list";
  align-items: flex-start;
  grid-template-columns: max-content 1fr;
  grid-template-rows: max-content max-content 1fr;
  -moz-column-gap: 60px;
  column-gap: 60px;
}

.p-parts__content {
  grid-area: parts-list;
  max-width: 1354px;
  width: 100%;
}

.p-parts__list {
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 41px;
}

.p-parts__item {
  width: calc(20% - 32.8px);
  display: flex;
  gap: 18px;
  align-items: center;
  transition: all 0.3s ease 0s;
}

.p-parts__item:hover {
  background: #ce0037;
}

.p-parts__img {
  flex-shrink: 0;
  padding: 13px 5px;
  background: #f7f7f7;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-parts__img img {
  width: 50px;
  height: 33.5px;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-parts__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.p-parts__detail {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.p-parts__name {
  font-size: 20px;
  color: var(--main-color-primary);
  line-height: 100%;
  transition: color 0.3s ease 0s;
}

.p-parts__item:hover .p-parts__name {
  color: var(--main-color-white);
}

.p-parts__year {
  font-size: 16px;
  color: rgb(var(--main-color-primary-opacity), 0.7);
  line-height: 100%;
  transition: color 0.3s ease 0s;
}

.p-parts__item:hover .p-parts__year {
  color: var(--main-color-white);
}

.p-parts__model {
  font-size: 16px;
  color: rgb(var(--main-color-primary-opacity), 0.7);
  line-height: 100%;
  transition: color 0.3s ease 0s;
}

.p-parts__item:hover .p-parts__model {
  color: var(--main-color-white);
}

.p-parts-sidebar-btn {
  grid-area: btn;
  font-size: 20px;
  color: var(--main-color-white);
  line-height: 120%;
  letter-spacing: -0.4px;
  padding: 25px;
  border-radius: 40px;
  background: #ce0037;
  border: 1px solid #ce0037;
  max-width: 266px;
  margin-bottom: 40px;
  text-align: center;
}

.p-parts-sidebar-other {
  grid-area: other-parts;
  max-width: 266px;
  margin-bottom: 40px;
}

.p-parts-sidebar-other__list {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.p-parts-sidebar-other__item {
  padding-bottom: 20px;
  font-size: 20px;
  color: rgb(var(--main-color-primary-opacity), 0.8);
  line-height: 100%;
  position: relative;
}

.p-parts-sidebar-other__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 1px;
  background: rgba(24, 27, 50, 0.1);
}

.p-parts-sidebar-other__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #ce0037;
  z-index: 1;
  transition: width 0.3s ease 0s;
}

.p-parts-sidebar-other__item._selected::after {
  width: 100px;
}

.p-parts-sidebar-other__item:hover::after {
  width: 100px;
}

.p-parts-sidebar-news {
  grid-area: news;
  max-width: 266px;
}

.p-parts-sidebar-news__top {
  margin-bottom: 40px;
  padding-bottom: 21px;
  border-bottom: 1px solid rgba(24, 27, 50, 0.1);
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: flex-end;
}

.p-parts-sidebar-news__all {
  font-size: 16px;
  color: var(--main-color-secondary);
  line-height: 100%;
}

.p-parts-sidebar-news__list {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.p-parts-sidebar-news__item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-bottom: 20px;
  position: relative;
}

.p-parts-sidebar-news__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 1px;
  background: rgba(24, 27, 50, 0.1);
}

.p-parts-sidebar-news__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #ce0037;
  z-index: 1;
  transition: width 0.3s ease 0s;
}

.p-parts-sidebar-news__item:hover::after {
  width: 100px;
}

.p-parts-sidebar-news__date {
  font-size: 14px;
  color: rgb(var(--main-color-primary-opacity), 0.4);
  line-height: 120%;
}

.p-parts-sidebar-news__name {
  font-size: 20px;
  color: rgb(var(--main-color-primary-opacity), 0.8);
  line-height: 100%;
}

.st-stock {
  padding-bottom: 150px;
  position: relative;
}

.st-stock::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -575px;
  width: 900px;
  height: 450px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/stock/stock-block/decor.svg") no-repeat center/contain;
}

.st-stock__list {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.st-stock__item {
  width: calc(50% - 20px);
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
  background: #152939;
  overflow: hidden;
}

.st-stock__item:nth-child(4n) {
  background: #ce0037;
}

.st-stock__item:nth-child(3n) {
  background: #ce0037;
}

.st-stock__info {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 40px;
  width: 100%;
}

.st-stock__name {
  color: #fff;
  font-size: 20px;
}

.st-stock__desc > p {
  color: #fff;
  font-size: 16px !important;
}

.st-stock__desc > ul li {
  font-size: 16px !important;
}

.st-stock__description {
  font-size: 24px;
  color: var(--main-color-white);
  line-height: 80%;
  flex-grow: 1;
}

.st-stock__date {
  font-size: 16px;
  color: rgb(var(--main-color-white-opacity), 0.8);
  line-height: 100%;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.st-stock__img {
  height: 100%;
  max-width: 260px;
  flex-shrink: 0;
}

.st-stock__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sd-first {
  padding-bottom: 150px;
}

.sd-first-top {
  border-radius: 10px;
  display: flex;
  overflow: hidden;
  margin-bottom: 80px;
}

.sd-first-top__info {
  background: #152939;
  padding: 60px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 1000px;
}

.sd-first-top__detail {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  flex-grow: 1;
}

.sd-first-top__name {
  max-width: 613px;
  font-size: 60px;
  line-height: 80%;
  color: var(--main-color-white);
}

.sd-first-top__description {
  font-size: 20px;
  color: rgb(var(--main-color-white-opacity), 0.8);
  line-height: 100%;
}

.sd-first-top__date {
  font-size: 16px;
  color: rgb(var(--main-color-white-opacity), 0.8);
  line-height: 100%;
}

.sd-first-top__img {
  max-width: 354px;
}

.sd-first-top__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sd-first-desc {
  margin-bottom: 120px;
}

.sd-first-desc__info {
  margin-bottom: 45px;
  max-width: 1158px;
}

.sd-first-desc__info h3 {
  margin-bottom: 20px;
}

.sd-first-desc__info p {
  margin-bottom: 20px;
  color: rgb(var(--main-color-primary-opacity), 0.6);
}

.sd-first-desc__btn {
  font-size: 20px;
  line-height: 120%;
  color: var(--main-color-white);
  letter-spacing: -0.4px;
  border-radius: 40px;
  background: #ce0037;
  padding: 25px 31px 26px 69px;
  border: 1px solid #ce0037;
  position: relative;
}

.sd-first-desc__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 26px;
  transform: translateY(-50%);
  width: 19px;
  height: 10px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/stock-detail/first-block/desc-block/arrow-right.svg") no-repeat center/contain;
}

.sd-first-desc-advantages {
  margin-bottom: 80px;
}

.sd-first-desc-advantages__list {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.sd-first-desc-advantages__item {
  display: flex;
  gap: 40px;
  align-items: center;
  width: 100%;
}

.sd-first-desc-advantages__item:nth-child(1) {
  max-width: 238px;
}

.sd-first-desc-advantages__item:nth-child(2) {
  max-width: 295px;
}

.sd-first-desc-advantages__item:nth-child(3) {
  max-width: 368px;
}

.sd-first-desc-advantages__icon {
  width: 60px;
  height: 60px;
  background: #ce0037;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.sd-first-desc-advantages__icon img {
  width: 28px;
  height: 28px;
  -o-object-fit: contain;
  object-fit: contain;
}

.sd-first-desc-advantages__text {
  color: rgb(var(--main-color-primary-opacity), 0.8);
}

.sd-first-interesting {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.sd-first-interesting__slider {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.sd-first-interesting__item {
  border-radius: 10px;
  background: #ce0037;
  display: flex;
  overflow: hidden;
  height: auto;
}

.sd-first-interesting__info {
  padding: 60px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.sd-first-interesting__name {
  flex-grow: 1;
  font-size: 24px;
  color: var(--main-color-white);
  line-height: 80%;
  padding-bottom: 125px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.sd-first-interesting__date {
  font-size: 16px;
  color: rgb(var(--main-color-white-opacity), 0.8);
  line-height: 100%;
}

.sd-first-interesting__img {
  max-width: 260px;
  width: 100%;
}

.sd-first-interesting__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sd-first-interesting__bottom {
  display: flex;
  gap: 20px;
  align-items: center;
}

.sd-first-interesting__pagination {
  font-size: 16px;
  font-weight: 400;
  line-height: 90%;
  color: var(--main-color-primary);
}

.sd-first-interesting__pagination .swiper-pagination-current,
.sd-first-interesting__pagination .swiper-pagination-total {
  font-size: 18px;
  font-weight: 400;
  line-height: 90%;
}

.sd-first-interesting-nav {
  display: flex;
  gap: 28px;
}

.sd-first-interesting-nav__prev,
.sd-first-interesting-nav__next {
  width: 76px;
  height: 76px;
  border: 1px solid rgba(24, 27, 50, 0.1);
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}

.sd-first-interesting-nav__prev::after,
.sd-first-interesting-nav__next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 19px;
  height: 10px;
}

.sd-first-interesting-nav__prev::after {
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/stock-detail/first-block/interesting-block/icon/arrow-left.svg") no-repeat
    center/contain;
}

.sd-first-interesting-nav__next::after {
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/stock-detail/first-block/interesting-block/icon/arrow-right.svg") no-repeat
    center/contain;
}

.np-first {
  padding-bottom: 150px;
}

.np-first__description {
  margin-bottom: 86px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 1140px;
  width: 100%;
}

.np-first__description p,
.np-first__description span,
.np-first__description li,
.np-first__description a {
  font-size: 20px;
  color: rgb(var(--main-color-primary-opacity), 0.6);
  line-height: 100%;
}

.np-first-file__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.np-first-file__item {
  width: calc(14.285% - 34.285px);
  border-radius: 10px;
  overflow: hidden;
  box-shadow:
    0px 2px 24px 0px rgba(0, 0, 0, 0.13),
    0px 0.25px 3.005px 0px rgba(0, 0, 0, 0.06);
  position: relative;
  transition: transform 0.3s ease 0s;
}

.np-first-file__item:hover {
  transform: translateY(-10px);
}

.np-first-file__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.np-first-file__name {
  padding: 6px 45px 6px 14px;
  background: var(--main-color-secondary);
  font-size: 14px;
  color: var(--main-color-white);
  font-weight: 500;
  line-height: 120%;
  position: absolute;
  bottom: 16px;
  left: 0;
  width: 100%;
}

.np-first-file__name::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/newspaper/first-block/icon/icon.svg") no-repeat center/contain;
}

.np-first-file-pag {
  margin-bottom: 40px;
}

.np-first-file-pag__list {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  overflow: auto;
}

.np-first-file-pag__item {
  flex: 0 0 auto;
  font-size: 20px;
  line-height: 18px;
  transition: color 0.3s ease 0s;
  padding: 0 8px 20px 8px;
  position: relative;
  cursor: pointer;
}

.np-first-file-pag__item:hover {
  color: var(--main-color-secondary);
}

.np-first-file-pag__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--main-color-secondary);
  transition: width 0.3s ease 0s;
}

.np-first-file-pag__item:hover::after {
  width: 100%;
}

.np-first-file-pag__item._selected::after {
  width: 100%;
}

.np-first-file-pag__item._selected {
  color: var(--main-color-secondary);
}

.ps-first {
  margin-bottom: 150px;
}

.ps-first__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.ps-first__title {
  max-width: 980px;
}

.ps-first__description {
  max-width: 820px;
}

.ps-first__description p,
.ps-first__description span,
.ps-first__description a,
.ps-first__description li {
  font-size: 20px;
  color: rgb(var(--main-color-primary-opacity), 0.6);
  line-height: 100%;
}

.ps-first-search {
  max-width: 820px;
}

.ps-first-search__block {
  padding: 22px 26px;
  background: #fff;
  display: flex;
  gap: 29px;
  align-items: center;
  justify-content: space-between;
  border-radius: 40px;
  border: 1px solid #404040;
  overflow: hidden;
}

.ps-first-search__top {
  flex-shrink: 0;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.ps-first-search__close {
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/parts-section/first-block/icon/close.svg") no-repeat center/20px 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: none;
}

.ps-first-search__text {
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.4px;
}

.ps-first-search__bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}

.ps-first-search__bg._show {
  display: block;
}

.ps-first-search-form {
  display: flex;
  gap: 26px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-left: 52px;
  position: relative;
}

.ps-first-search-form::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/parts-section/first-block/icon/search.svg") no-repeat center/contain;
}

.ps-first-search-form input {
  width: 100%;
  font-size: 16px;
  line-height: 100%;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(24, 27, 50, 0.3);
}

.ps-first-search-form input::-moz-placeholder {
  font-size: 16px;
  line-height: 100%;
  color: rgb(var(--main-color-primary-opacity), 0.6);
}

.ps-first-search-form input::placeholder {
  font-size: 16px;
  line-height: 100%;
  color: rgb(var(--main-color-primary-opacity), 0.6);
}

.ps-first-search-form__submit {
  flex-shrink: 0;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/parts-section/first-block/icon/arrow-right.svg") no-repeat center/19px 10px;
  width: 19px;
  height: 15px;
  padding: 5px 0px;
}

.ps-first-search-form__submit p {
  font-size: 16px;
  color: var(--main-color-white);
  line-height: 120%;
  letter-spacing: -0.32px;
  display: none;
}

.ps-first-accordion {
  position: relative;
}

.ps-first-accordion__wrapper {
  max-width: calc(100% - 860px);
}

.ps-first-accordion._height .ps-first-accordion__wrapper {
  min-height: 480px;
}

.ps-first-accordion__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ps-first-accordion__title {
  padding: 21px 50px 21px 40px;
  background: #ce0037;
  position: relative;
  font-size: 18px;
  color: var(--main-color-white);
  line-height: 100%;
  cursor: pointer;
}

.ps-first-accordion__title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 31px;
  transform: translateY(-50%);
  width: 8px;
  height: 6px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/parts-section/first-block/icon/arrow-down.svg") no-repeat center/contain;
  transition: transform 0.3s ease 0s;
}

.ps-first-accordion__item._show .ps-first-accordion__title::after {
  transform: translateY(-50%) rotate(180deg);
}

.ps-first-accordion__img {
  max-width: 820px;
  height: 480px;
  position: absolute;
  top: 0;
  right: 0;
  max-height: 0px;
  opacity: 0;
  overflow: hidden;
  transition:
    max-height 0.3s ease 0s,
    opacity 0.3s ease 0s,
    margin 0.3s ease 0s;
}

.ps-first-accordion__img._fixed-top {
  position: fixed;
}

.ps-first-accordion__img._fixed-bottom {
  position: absolute;
  top: auto;
  bottom: 0;
}

.ps-first-accordion__item._show .ps-first-accordion__img {
  opacity: 1;
  max-height: none;
}

.ps-first-accordion__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.ps-first-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease 0s;
}

.ps-first-accordion__item._show .ps-first-accordion-content {
  margin-top: 10px;
  max-height: 100%;
}

.ps-first-accordion-content__list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ps-first-accordion-content__item {
  padding: 21px 40px;
  background: rgba(24, 27, 50, 0.03);
  font-size: 18px;
  line-height: 100%;
}

.ps-first-search-mob {
  display: none;
}

.ps-first-search-mob__block {
  padding: 21px 50px 20px 24px;
  border-radius: 40px;
  border: 1px solid #404040;
  position: relative;
}

.ps-first-search-mob__block::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/parts-section/first-block/icon/search.svg") no-repeat center/contain;
}

.ps-first-search-mob__text {
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.32px;
}

.sc-first {
  margin-bottom: 150px;
}

.sc-first__description {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 64px;
  max-width: 1140px;
}

.sc-first__description p,
.sc-first__description span,
.sc-first__description a,
.sc-first__description li {
  font-size: 20px;
  color: rgb(var(--main-color-primary-opacity), 0.6);
  line-height: 100%;
}

.sc-first-gallery__list {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.sc-first-gallery__item {
  width: calc(25% - 30px);
  display: flex;
  flex-direction: column;
  gap: 32px;
  transition: transform 0.3s ease 0s;
}

.sc-first-gallery__item:hover {
  transform: translateY(-10px);
}

.sc-first-gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.sc-first-gallery__text {
  font-size: 20px;
  color: rgb(var(--main-color-primary-opacity), 0.8);
  line-height: 100%;
}

.ad-first {
  padding-bottom: 150px;
}

.ad-first__info {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 126px;
}

.ad-first__description {
  display: flex;
  flex-direction: column;
  gap: 23px;
}

.ad-first__description p,
.ad-first__description span,
.ad-first__description li,
.ad-first__description a {
  font-size: 20px;
  color: rgb(var(--main-color-primary-opacity), 0.6);
  line-height: 100%;
}

.ad-first-administration {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 120px;
}

.ad-first-administration__list {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.ad-first-administration__item {
  width: calc(20% - 32px);
  display: flex;
  flex-direction: column;
}

.ad-first-administration__img {
  margin-bottom: 32px;
  border-radius: 10px;
  overflow: hidden;
}

.ad-first-administration__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.ad-first-administration__name {
  font-size: 20px;
  line-height: 100%;
  margin-bottom: 10px;
}

.ad-first-administration__post {
  font-size: 16px;
  line-height: 100%;
}

.ad-first-administration__contacts {
  display: none;
  flex-direction: column;
  gap: 6px;
}

.ad-first-administration__phone {
  font-size: 14px;
  color: var(--main-color-secondary);
  line-height: 100%;
}

.ad-first-administration__mail {
  font-size: 14px;
  line-height: 100%;
}

.ad-first-news {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  position: relative;
}

.ad-first-news::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: -795px;
  width: 900px;
  height: 450px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/advice/first-block/decor.svg") no-repeat center/contain;
}

.ad-first-news__title {
  max-width: 307px;
  width: 100%;
  flex-shrink: 0;
}

.ad-first-news-slider {
  width: calc(100% - 347px);
  max-width: 1240px;
}

.ad-first-news-slider__block {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.ad-first-news-slider__item {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.ad-first-news-slider__img {
  height: 280px;
  border-radius: 10px;
  overflow: hidden;
  filter: drop-shadow(0px 1.127px 10.017px rgba(0, 0, 0, 0.02)) drop-shadow(0px 9px 40px rgba(0, 0, 0, 0.04));
}

.ad-first-news-slider__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ad-first-news-slider__info {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.ad-first-news-slider__date {
  font-size: 14px;
  color: rgb(var(--main-color-primary-opacity), 0.4);
  line-height: 120%;
  padding-left: 32px;
  position: relative;
}

.ad-first-news-slider__date::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/advice/first-block/icon/date.svg") no-repeat center/contain;
}

.ad-first-news-slider__text {
  font-size: 20px;
  color: rgb(var(--main-color-primary-opacity), 0.8);
  line-height: 100%;
}

.ad-first-news-slider__bottom {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.ad-first-news-slider-nav {
  display: flex;
  gap: 28px;
}

.ad-first-news-slider-nav__prev,
.ad-first-news-slider-nav__next {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  border: 1px solid rgba(24, 27, 50, 0.1);
  position: relative;
  cursor: pointer;
}

.ad-first-news-slider-nav__prev::after,
.ad-first-news-slider-nav__next::after {
  content: "";
  width: 19px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ad-first-news-slider-nav__prev::after {
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/advice/first-block/icon/arrow-left.svg") no-repeat center/contain;
}

.ad-first-news-slider-nav__next::after {
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/advice/first-block/icon/arrow-right.svg") no-repeat center/contain;
}

.ad-first-news-slider-nav__link {
  padding: 26px 32px 26px 70px;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.4px;
  border-radius: 40px;
  border: 1px solid #ce0037;
  background: #fff;
  position: relative;
}

.ad-first-news-slider-nav__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 26px;
  transform: translateY(-50%);
  width: 19px;
  height: 10px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/advice/first-block/icon/arrow-right.svg") no-repeat center/contain;
}

.advice-partners {
  display: none;
}

.contacts-first {
  display: flex;
  flex-direction: column;
  gap: 60px;
  max-width: 1920px;
  margin: 0 auto 115px auto;
}

.contacts-first__wrapper {
  position: relative;
}

.contacts-first__map {
  height: 904px;
  position: relative;
}

.contacts-first__map #map {
  width: 100%;
  height: 100%;
}

.contacts-first-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 2;
}

.contacts-first-btn__list {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.contacts-first-btn__item {
  padding: 107px 40px 60px 40px;
  background: #152939;
  position: relative;
  cursor: pointer;
}

.contacts-first-btn__item::before {
  content: "";
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/contacts/icon/arrow.svg") no-repeat center/contain;
  transition: transform 0.3s ease 0s;
}

.contacts-first-btn__item._active::before {
  transform: translateX(-50%) rotate(180deg);
}

.contacts-first-btn__item:nth-child(2)._active {
  height: 100%;
}

.contacts-first-btn__item:nth-child(2) {
  background: #ce0037;
}

.contacts-first-btn__item p {
  font-size: 20px;
  color: var(--main-color-white);
  line-height: 90%;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  max-height: 115px;
}

.contacts-first-popup {
  position: absolute;
  top: 0;
  right: 116px;
  height: 100%;
  z-index: 2;
}

.contacts-first-popup__list {
  display: flex;
  height: 100%;
}

.contacts-first-popup__item {
  height: auto;
  display: none;
}

.contacts-first-popup__item._show {
  display: block;
}

.contacts-first-popup-date {
  padding: 120px 80px 80px;
  background: #ce0037;
  display: flex;
  flex-direction: column;
  gap: 80px;
  max-width: 530px;
  position: relative;
  height: 100%;
  overflow: auto;
}

.contacts-first-popup-date__close {
  position: absolute;
  top: 55px;
  right: 35px;
  width: 18px;
  height: 18px;
  padding: 5px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/contacts/icon/close.svg") no-repeat center/8px 8px;
  cursor: pointer;
}

.contacts-first-popup-date__block {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.contacts-first-popup-date__title {
  font-size: 38px;
  color: var(--main-color-white);
  line-height: 80%;
}

.contacts-first-popup-date__list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.contacts-first-popup-date__item {
  display: flex;
  gap: 2px;
  align-items: center;
  flex-wrap: wrap;
}

.contacts-first-popup-date__item p {
  font-size: 18px;
  color: var(--main-color-white);
  line-height: 120%;
}

.contacts-first-popup-date__item p span {
  font-size: 18px;
  color: rgb(var(--main-color-white-opacity), 0.6);
  line-height: 120%;
}

.contacts-first-popup-date__item p a {
  font-size: 18px;
  color: rgb(var(--main-color-white-opacity), 0.6);
  line-height: 120%;
}

.contacts-first-popup-consult {
  padding: 100px 80px 80px;
  background: #152939;
  max-width: 560px;
  position: relative;
  height: 100%;
  overflow: auto;
}

.contacts-first-popup-consult__close {
  position: absolute;
  top: 55px;
  right: 35px;
  width: 18px;
  height: 18px;
  padding: 5px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/contacts/icon/close.svg") no-repeat center/8px 8px;
  cursor: pointer;
}

.contacts-first-popup-consult__top {
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.contacts-first-popup-consult__title {
  font-size: 38px;
  color: var(--main-color-white);
  line-height: 90%;
}

.contacts-first-popup-consult__text {
  font-size: 20px;
  color: rgb(var(--main-color-white-opacity), 0.7);
  line-height: 100%;
}

.contacts-first-popup-consult .form__field {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 38px;
}

.contacts-first-popup-consult .form__group input {
  color: var(--main-color-white);
  border-color: rgba(255, 255, 255, 0.8);
}

.contacts-first-popup-consult .form__group input::-moz-placeholder {
  color: var(--main-color-white);
}

.contacts-first-popup-consult .form__group input::placeholder {
  color: var(--main-color-white);
}

.contacts-first-popup-consult .form__group label {
  color: var(--main-color-white);
}

.contacts-first-popup-consult .form__group .form-select {
  color: var(--main-color-white);
}

.contacts-first-popup-consult .form__group .form-select__initial {
  border-color: rgba(255, 255, 255, 0.8);
}

.contacts-first-popup-consult .form__group .form-select__initial::after {
  filter: brightness(0) invert(1);
}

.contacts-first-popup-consult .form__group .form-select-hidden__item {
  color: var(--main-color-primary);
}

.contacts-first-popup-consult .form__bottom {
  flex-direction: column;
  align-items: flex-start;
}

.contacts-first-popup-consult .form button {
  margin-bottom: 0px;
}

.contacts-first-popup-consult .form .form-policy {
  gap: 22px;
}

.contacts-first-popup-consult .form .form-policy__label {
  display: block;
  border-color: rgba(255, 255, 255, 0.3);
}

.contacts-first-popup-consult .form .form-policy__text {
  max-width: 314px;
  color: var(--main-color-white);
}

.contacts-first-popup-consult .form .form-policy__text a {
  color: var(--main-color-white);
}

/*=====  cn-info  =====*/

.cn-info {
  margin-bottom: 120px;
}

.cn-info__title {
  margin-bottom: 57px;
}

.cn-info-line {
  padding: 40px 124px 40px 63px;
  background: var(--main-color-secondary);
  margin-bottom: 20px;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.cn-info-line__text {
  font-size: 24px;
  color: var(--main-color-white);
  line-height: 80%;
}

.cn-info-line-phone {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cn-info-line-phone__text {
  font-size: 16px;
  color: rgb(var(--main-color-white-opacity), 0.8);
  line-height: 100%;
}

.cn-info-line-phone__value {
  font-size: 20px;
  color: var(--main-color-white);
  line-height: 100%;
}

.cn-info-accordion__list {
  display: flex;
  flex-direction: column;
  gap: 19px;
}

.cn-info-accordion__item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.cn-info-accordion__title {
  padding: 53px 60px;
  background: #152939;
  color: var(--main-color-white);
  font-size: 24px;
  line-height: 80%;
  width: calc(50% - 10px);
}

.cn-info-accordion-content {
  width: calc(50% - 10px);
}

.cn-info-accordion-content__list {
  background: rgba(0, 0, 0, 0.03);
  padding: 40px 116px 40px 60px;
}

.cn-info-accordion-content__item {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cn-info-accordion-content__item:not(:first-child) {
  padding-top: 32px;
}

.cn-info-accordion-content__item:not(:last-child) {
  padding-bottom: 32px;
}

.cn-info-accordion-content__block {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
}

.cn-info-accordion-content__item:not(:last-child) .cn-info-accordion-content__block::after {
  content: "";
  position: absolute;
  bottom: -32px;
  left: 0;
  width: 100px;
  height: 1px;
  background: rgba(24, 27, 50, 0.1);
}

.cn-info-accordion-content__text {
  font-size: 16px;
  color: rgb(var(--main-color-primary-opacity), 0.4);
  line-height: 100%;
}

.cn-info-accordion-content__value {
  font-size: 20px;
  color: rgb(var(--main-color-primary-opacity), 0.8);
  line-height: 100%;
}

.cr-first {
  margin-bottom: 150px;
}

.cr-first-info {
  margin-bottom: 120px;
}

.cr-first-info__top {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}

.cr-first-info__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}

.cr-first-info__text p,
.cr-first-info__text span,
.cr-first-info__text a,
.cr-first-info__text li {
  font-size: 20px;
  line-height: 100%;
  color: rgb(var(--main-color-primary-opacity), 0.6);
}

.cr-first-info-phone {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 40px;
}

.cr-first-info-phone__value {
  font-size: 28px;
  color: var(--main-color-secondary);
  line-height: 100%;
}

.cr-first-info-phone__text {
  font-size: 16px;
  color: rgb(var(--main-color-primary-opacity), 0.4);
  line-height: 100%;
}

.cr-first-info-vacancy {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.cr-first-info-vacancy__title {
  font-size: 38px;
  line-height: 90%;
}

.cr-first-info-vacancy__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cr-first-info-vacancy__item {
  background: rgba(0, 0, 0, 0.03);
  padding: 59px 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}

.cr-first-info-vacancy__name {
  font-size: 24px;
  line-height: 80%;
}

.cr-first-info-vacancy__info {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.cr-first-info-vacancy__top {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
}

.cr-first-info-vacancy__box {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cr-first-info-vacancy__text {
  font-size: 16px;
  color: rgb(var(--main-color-primary-opacity), 0.4);
  line-height: 100%;
}

.cr-first-info-vacancy__value {
  font-size: 20px;
  color: rgb(var(--main-color-primary-opacity), 0.8);
  line-height: 100%;
}

.cr-first-info-vacancy__description {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cr-first-info-vacancy__btn {
  position: relative;
}

.cr-first-info-vacancy__btn:hover a {
  color: var(--main-color-primary);
}

.cr-first-info-vacancy__btn a {
  border-radius: 40px;
  background: #ce0037;
  border: 1px solid #ce0037;
  padding: 23px 31px 25px 69px;
  font-size: 20px;
  color: var(--main-color-white);
  line-height: 120%;
  letter-spacing: -0.4px;
}

.cr-first-info-vacancy__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 26px;
  transform: translateY(-50%);
  width: 19px;
  height: 10px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/career/first-block/icon/arrow.svg") no-repeat center/contain;
}

.cr-first-advantages__wrapper {
  position: relative;
  z-index: 1;
  background: #152939;
  border-radius: 10px;
  padding: 120px 120px 151px 120px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.cr-first-advantages__wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0px;
  width: 387px;
  height: 450px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/career/first-block/decor.svg") no-repeat center/contain;
  pointer-events: none;
  z-index: -1;
}

.cr-first-advantages__title {
  color: var(--main-color-white);
}

.cr-first-advantages__list {
  max-width: 805px;
  width: 100%;
  display: flex;
  -moz-column-gap: 76px;
  column-gap: 76px;
  row-gap: 41px;
  flex-wrap: wrap;
}

.cr-first-advantages__item {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 204px;
  width: 100%;
  position: relative;
  cursor: pointer;
}

.cr-first-advantages__icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #ce0037;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cr-first-advantages__icon img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.cr-first-advantages__text {
  font-size: 16px;
  color: var(--main-color-white);
  line-height: 100%;
}

.cr-first-advantages-hidden {
  background: #ce0037;
  padding: 32px;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  position: absolute;
  top: -31px;
  left: -36px;
  min-width: 564px;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease 0s;
}

.cr-first-advantages__item._show .cr-first-advantages-hidden {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}

.cr-first-advantages-hidden__close {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 16px;
  height: 16px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/career/first-block/icon/close.svg") no-repeat center/contain;
  display: none;
}

.cr-first-advantages-hidden__icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 18px;
}

.cr-first-advantages-hidden__icon img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: none;
}

.cr-first-advantages-hidden__name {
  font-size: 16px;
  line-height: 100%;
  color: var(--main-color-white);
  padding-bottom: 21px;
  border-bottom: 1px solid #fff;
}

.cr-first-advantages-hidden__descripton {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cr-first-advantages-hidden__descripton p,
.cr-first-advantages-hidden__descripton span,
.cr-first-advantages-hidden__descripton li,
.cr-first-advantages-hidden__descripton a {
  font-size: 16px;
  color: var(--main-color-white);
  line-height: 100%;
}

.ab-first {
  padding-bottom: 120px;
  position: relative;
  z-index: 1;
}

.ab-first::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -580px;
  width: 900px;
  height: 450px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/about/decor.svg") no-repeat center/contain;
  z-index: -1;
}

.main-first__wrapper {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}

.main-first__content {
  max-width: 1354px;
  width: calc(100% - 241px);
  position: relative;
}

.main-first__title {
  margin-bottom: 40px;
}

.main-first._margin-title .main-first__title {
  margin-bottom: 60px;
}

.ab-first-info {
  margin-bottom: 80px;
}

.ab-first-info__title {
  margin-bottom: 60px;
}

.ab-first-info__sub-title {
  font-size: 38px;
  line-height: 80%;
  margin-bottom: 40px;
}

.ab-first-info__description {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 90px;
}

.ab-first-info__description p,
.ab-first-info__description span,
.ab-first-info__description li,
.ab-first-info__description a {
  font-size: 20px;
  color: rgb(var(--main-color-primary-opacity), 0.6);
  line-height: 100%;
}

.ab-first-info__big {
  font-size: 150px;
  color: rgb(var(--main-color-primary-opacity), 0.03);
  line-height: 90%;
  text-transform: uppercase;
  position: absolute;
  top: 14px;
  right: -128px;
  font-weight: 300;
}

.ab-first-info-bookmark {
  padding: 60px;
  background: #152939;
  border-radius: 10px;
}

.ab-first-info-bookmark p {
  font-size: 20px;
  color: rgb(var(--main-color-white-opacity), 0.7);
  line-height: 100%;
}

.ab-first-num {
  margin-bottom: 80px;
}

.ab-first-num__wrapper {
  display: flex;
  gap: 120px;
  align-items: center;
}

.ab-first-num__img {
  max-width: 678px;
  height: 430px;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}

.ab-first-num__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ab-first-num__info {
  max-width: 406px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.ab-first-num__title {
  font-size: 60px;
  line-height: 90%;
}

.ab-first-num-advantages__list {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}

.ab-first-num-advantages__item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-width: 95px;
}

.ab-first-num-advantages__value {
  font-size: 54px;
  font-weight: 500;
  line-height: 90%;
}

.ab-first-num-advantages__text {
  font-size: 18px;
  line-height: 90%;
}

.ab-first-color {
  margin-bottom: 80px;
}

.ab-first-color__wrapper {
  display: flex;
  z-index: 1;
  position: relative;
}

.ab-first-color__right {
  flex-shrink: 0;
  max-width: 546px;
  width: 100%;
}

.ab-first-color__right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ab-first-color__block {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-height: 440px;
  overflow: auto;
  padding-right: 5px;
  max-width: 618px;
}

.ab-first-color__info {
  padding: 53px 5px 53px 60px;
  width: 100%;
  background: #152939;
  scrollbar-width: thin;
  scrollbar-color: #1f3b52 transparent;
  border-radius: 10px 0px 0px 10px;
}

.ab-first-color__title {
  font-size: 24px;
  color: var(--main-color-white);
  line-height: 90%;
}

.ab-first-color__description {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.ab-first-color__description p,
.ab-first-color__description span,
.ab-first-color__description li,
.ab-first-color__description a {
  font-size: 20px;
  color: rgb(var(--main-color-white-opacity), 0.7);
  line-height: normal;
}

.ab-first-color__logo {
  flex-shrink: 0;
  max-width: 226px;
}

.ab-first-color__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.ab-first-detail {
  margin-bottom: 120px;
}

.ab-first-detail__list {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.ab-first-detail__item {
  display: flex;
  background: rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  overflow: hidden;
}

.ab-first-detail__item:nth-child(even) {
  flex-direction: row-reverse;
}

.ab-first-detail__left {
  width: 50%;
  padding: 62px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ab-first-detail__description {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.ab-first-detail__description p,
.ab-first-detail__description span,
.ab-first-detail__description li,
.ab-first-detail__description a {
  font-size: 20px;
  line-height: 100%;
  color: rgb(var(--main-color-primary-opacity), 0.6);
}

.ab-first-detail__item._item-bg .ab-first-detail__right .ab-first-detail__description p,
.ab-first-detail__item._item-bg .ab-first-detail__right .ab-first-detail__description span,
.ab-first-detail__item._item-bg .ab-first-detail__right .ab-first-detail__description li,
.ab-first-detail__item._item-bg .ab-first-detail__right .ab-first-detail__description a {
  color: rgb(var(--main-color-white-opacity), 0.7);
}

.ab-first-detail__right {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 70px;
}

.ab-first-detail__item._item-bg .ab-first-detail__right {
  padding: 62px 60px;
  background: #152939;
  justify-content: space-between;
}

.ab-first-detail__img {
  width: 100%;
  height: 100%;
}

.ab-first-detail__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ab-first-detail__quote {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-left: 116px;
  position: relative;
}

.ab-first-detail__quote::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 76px;
  height: 76px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/about/detail-block/icon/quote.svg") no-repeat center/contain;
}

.ab-first-detail__item._item-bg .ab-first-detail__quote::before {
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/about/detail-block/icon/quote-white.svg") no-repeat center/contain;
}

.ab-first-detail__quote p,
.ab-first-detail__quote span,
.ab-first-detail__quote li,
.ab-first-detail__quote a {
  font-size: 20px;
  line-height: 90%;
  font-style: italic;
}

.ab-first-detail__item._item-bg .ab-first-detail__right .ab-first-detail__quote p,
.ab-first-detail__item._item-bg .ab-first-detail__right .ab-first-detail__quote span,
.ab-first-detail__item._item-bg .ab-first-detail__right .ab-first-detail__quote li,
.ab-first-detail__item._item-bg .ab-first-detail__right .ab-first-detail__quote a {
  color: var(--main-color-white);
}

.ab-first-advantages {
  display: flex;
  justify-content: center;
}

.ab-first-advantages__list {
  max-width: 897px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}

.ab-first-advantages__item {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  max-width: 227px;
}

.ab-first-advantages__item:last-child {
  max-width: 147px;
}

.ab-first-advantages__icon {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #ce0037;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ab-first-advantages__icon img {
  width: 40px;
  height: 40px;
}

.ab-first-advantages__text {
  font-size: 20px;
  color: rgb(var(--main-color-primary-opacity), 0.8);
  line-height: 100%;
  text-align: center;
}

.s-search {
  margin-bottom: 150px;
  padding-top: 30px;
}

.s-search__wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.s-search__list {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
  counter-reset: num;
}

.s-search__item {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  padding: 0;
}

.s-search__item::before {
  display: none;
}

.s-search__item:not(:first-child) {
  padding-top: 60px;
}

.s-search__item:not(:last-child) {
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(24, 27, 50, 0.1);
}

.s-search__info {
  max-width: 1480px;
}

.s-search__name {
  font-size: 28px;
  line-height: 80%;
  margin-bottom: 20px;
  transition: color 0.3s ease 0s;
  position: relative;
}

.s-search__name::before {
  content: counter(num) ".";
  counter-increment: num;
  font-size: 28px;
  line-height: 80%;
  color: var(--main-color-primary);
}

.s-search__name:hover {
  color: var(--main-color-secondary);
}

.s-search__description {
  font-size: 20px;
  line-height: 100%;
  color: rgb(var(--main-color-primary-opacity), 0.6);
  margin-bottom: 43px;
}

.s-search__description b {
  font-weight: 500;
  color: var(--main-color-primary);
}

.s-search__link {
  flex-shrink: 0;
  width: 76px;
  height: 76px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/search/icon/link.svg") no-repeat center/contain;
  transition: transform 0.3s ease 0s;
}

.s-search__link:hover {
  transform: scale(0.97);
}

.s-search-form {
  padding: 60px;
  background: rgba(0, 0, 0, 0.03);
}

.s-search-form__block {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.s-search-form__text {
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.4px;
}

.s-search-form__group {
  display: flex;
  gap: 26px;
  align-items: flex-start;
}

.s-search-form__close {
  width: 18px;
  height: 18px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/search/icon/close.svg") no-repeat center/contain;
  flex-shrink: 0;
}

.s-search-form__submit {
  width: 26px;
  height: 26px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/search/icon/search.svg") no-repeat center/contain;
  flex-shrink: 0;
}

.s-search-form__input {
  width: 100%;
  background: transparent;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(24, 27, 50, 0.3);
  font-size: 16px;
  line-height: 100%;
}

.s-search-form__input::-moz-placeholder {
  font-size: 16px;
  line-height: 100%;
}

.s-search-form__input::placeholder {
  font-size: 16px;
  line-height: 100%;
}

.s-search .breadcrumb__item:last-child a {
  pointer-events: auto;
  color: var(--main-color-secondary);
}

.training-info__name {
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  max-width: 352px;
}

.training-info__addres {
  font-size: 18px;
  color: rgb(var(--main-color-primary-opacity), 0.6);
  line-height: 120%;
}

.training-info-site {
  display: flex;
  gap: 2px;
}

.training-info-site__text {
  font-size: 18px;
  color: rgb(var(--main-color-primary-opacity), 0.6);
  line-height: normal;
}

.training-info-site__link {
  font-size: 18px;
  line-height: normal;
  transition: color 0.3s ease 0s;
}

.training-info-site__link:hover {
  color: var(--main-color-secondary);
}

.diller.training {
  padding-top: 123px;
  padding-bottom: 150px;
  background: transparent;
}

.diller.training .diller__title {
  color: var(--main-color-primary);
  max-width: 727px;
  margin-bottom: 35px;
}

.diller.training .diller__map svg path {
  fill: rgba(24, 27, 50, 0.1);
  fill-opacity: 1;
  stroke: none;
}

.diller.training .diller__map svg path:hover {
  fill: #ce0037;
}

.diller.training .diller__map svg path._active {
  fill: #ce0037;
}

.diller.training .diller__line {
  background: rgba(24, 27, 50, 0.2);
}

.diller.training .diller-detail-city__initial p {
  color: var(--main-color-primary);
}

.diller.training .diller-detail-city__initial::before {
  filter: brightness(0);
}

.diller.training .diller-detail-city__initial p::after {
  background: rgba(24, 27, 50, 0.8);
}

.diller.training .diller-detail-city-hidden {
  background: rgb(231, 231, 231);
}

.diller.training .diller-detail-info {
  gap: 0;
  max-width: 431px;
  background: transparent;
  scrollbar-width: thin;
  scrollbar-color: transparent rgba(24, 27, 50, 0.3);
}

.diller.training .diller-detail-info__block {
  position: relative;
}

.diller.training .diller-detail-info__block::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 1px;
  background: rgba(24, 27, 50, 0.1);
  display: none;
}

.diller.training .diller-detail-info__block:not(:first-child) {
  padding-top: 28px;
}

.diller.training .diller-detail-info__block:not(:last-child) {
  padding-bottom: 28px;
}

.diller.training .diller-detail-info__block:not(:last-child)::after {
  display: block;
}

.diller.training .diller-detail-city {
  margin-bottom: 0;
}

.diller.training .diller-detail {
  max-width: 431px;
}

.diller.training .diller-detail-city__hidden-text {
  color: var(--main-color-primary);
}

.diller.training .diller__content {
  margin-bottom: 150px;
  display: grid;
  row-gap: 95px;
  -moz-column-gap: 0;
  column-gap: 0;
  grid-template-rows: max-content 1fr;
  grid-template-columns: minmax(235px, max-content) auto;
  grid-template-areas: "city map" "info map";
}

.diller.training .diller-detail__city-block {
  grid-area: city;
  display: flex;
}

.diller.training .diller-detail__city-block._active {
  padding-bottom: 95px;
}

.diller.training .diller-detail {
  grid-area: info;
}

.diller.training .diller__map {
  grid-area: map;
  padding-right: 0px;
}

.training-detail__slider {
  display: none;
  flex-direction: column;
  gap: 80px;
}

.training-detail__slider._active {
  display: flex;
}

.training-detail-big {
  display: flex;
  gap: 60px;
}

.training-detail-big__block {
  width: calc(100% - 240px);
}

.training-detail-big__item {
  display: flex;
  gap: 60px;
  background: #fff;
}

.training-detail-big__control {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  flex-shrink: 0;
  max-width: 180px;
  width: 100%;
  padding-bottom: 20px;
}

.training-detail-big__pagination {
  font-size: 18px;
  line-height: 90%;
}

/* .training-detail-big__pagination.swiper-pagination-lock {
  display: block;
} */

.training-detail-big__img {
  border-radius: 10px;
  overflow: hidden;
  max-width: 600px;
  width: 100%;
  height: 400px;
}

.training-detail-big__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.training-detail-big__description {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 780px;
  width: 100%;
}

.training-detail-big__description p,
.training-detail-big__description span,
.training-detail-big__description a,
.training-detail-big__description li {
  font-size: 20px;
  line-height: 100%;
  color: rgb(var(--main-color-primary-opacity), 0.6);
}

.training-detail-tumb {
  max-width: 1440px;
  width: 100%;
  margin: 0 0 0 auto;
}

.training-detail-tumb__item {
  background: #fff;
}

.training-detail-tumb__text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 66px;
}

.training-detail-tumb__text p,
.training-detail-tumb__text span,
.training-detail-tumb__text a,
.training-detail-tumb__text li {
  font-size: 20px;
  line-height: 100%;
  color: rgb(var(--main-color-primary-opacity), 0.6);
}

.training-detail-tumb-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 660px;
}

.training-detail-tumb-info__name {
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
}

.training-detail-tumb-info__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.training-detail-tumb-info__item {
  display: flex;
  gap: 4px;
}

.training-detail-tumb-info__text {
  font-size: 18px;
  line-height: 120%;
  color: rgb(var(--main-color-primary-opacity), 0.6);
}

.training-detail-tumb-info__value {
  font-size: 18px;
  line-height: 120%;
}

.training-detail-big-nav {
  display: flex;
  gap: 28px;
}

.training-detail-big-nav__prev,
.training-detail-big-nav__next {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  border: 1px solid rgba(24, 27, 50, 0.1);
  position: relative;
  cursor: pointer;
}

.training-detail-big-nav__prev::after,
.training-detail-big-nav__next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 19px;
  height: 10px;
}

/* .training-detail-big-nav__prev.swiper-button-lock,
.training-detail-big-nav__next.swiper-button-lock {
  display: block;
  opacity: 0.4;
} */

.training-detail-big-nav__prev::after {
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/training/icon/arrow-left.svg") no-repeat center/contain;
}

.training-detail-big-nav__next::after {
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/training/icon/arrow-right.svg") no-repeat center/contain;
}

.diller-detail__city-block {
  width: 100%;
}

.pd-first {
  margin-bottom: 150px;
}

.pd-first__wrapper {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.pd-first-picture {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 820px;
  width: 100%;
}

.pd-first-picture__img {
  height: 480px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.pd-first-picture__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  cursor: grab;
  position: absolute;
  top: 0;
  left: 0;
}

.pd-first-picture__bottom {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.pd-first-picture-availability__list {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.pd-first-picture-availability__item {
  font-size: 18px;
  line-height: 100%;
  padding: 21px 0px 21px 80px;
  position: relative;
}

.pd-first-picture-availability__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 4px;
  background: rgba(24, 27, 50, 0.08);
}

.pd-first-picture-availability__item._active::before {
  background: #152939;
}

.pd-first-picture-control {
  display: flex;
  gap: 20px;
  align-items: center;
}

.pd-first-picture-control__text {
  font-size: 18px;
  line-height: 100%;
}

.pd-first-picture-control__list {
  display: flex;
  gap: 20px;
}

.pd-first-picture-control__item {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--main-color-secondary);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: var(--main-color-white);
  line-height: 100%;
  cursor: pointer;
  border: 1px solid var(--main-color-secondary);
}

.pd-first-table {
  max-width: 820px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pd-first-table-top {
  display: flex;
}

.pd-first-table-top__list {
  display: grid;
  gap: 4px;
  grid-template-columns:
    minmax(56px, 1fr) minmax(136px, 1fr) minmax(150px, 1fr) minmax(110px, 1fr) minmax(108px, 1fr) minmax(124px, 1fr)
    minmax(112px, 1fr);
  width: 100%;
}

.pd-first-table-top__item {
  padding: 15px;
  font-size: 16px;
  color: var(--main-color-white);
  line-height: 100%;
  background: var(--main-color-secondary);
  display: flex;
  align-items: center;
  width: 100%;
}

.pd-first-table-top__item:first-child {
  border-radius: 4px 0px 0px 0px;
  justify-content: center;
}

.pd-first-table-top__item:last-child {
  border-radius: 0px 4px 0px 0px;
  background: transparent;
}

.pd-first-table-body__list {
  display: flex;
  gap: 4px;
  flex-direction: column;
}

.pd-table-value__list {
  display: grid;
  gap: 4px;
  grid-template-columns:
    minmax(56px, 1fr) minmax(136px, 1fr) minmax(150px, 1fr) minmax(110px, 1fr) minmax(108px, 1fr) minmax(124px, 1fr)
    minmax(112px, 1fr);
  width: 100%;
  grid-template-areas: "pd-num pd-name pd-article pd-availability pd-default pd-quantity pd-btn";
}

.pd-table-value__item {
  padding: 15px;
  font-size: 16px;
  line-height: 100%;
  background: rgba(24, 27, 50, 0.03);
  display: flex;
  align-items: center;
  width: 100%;
  word-break: break-word;
}

.pd-table-value__item.pd-table-value-num {
  justify-content: center;
  grid-area: pd-num;
}

.pd-table-value__item.pd-table-value-name {
  grid-area: pd-name;
}

.pd-table-value__item.pd-table-value-article {
  grid-area: pd-article;
}

.pd-table-value__item.pd-table-value-availability {
  grid-area: pd-availability;
}

.pd-table-value__item.pd-table-value-default {
  grid-area: pd-default;
}

.pd-table-value__item.pd-table-value-quantity {
  grid-area: pd-quantity;
}

.pd-table-value__btn {
  padding: 12px 20px 13px 20px;
  border-radius: 40px;
  border: 1px solid #ce0037;
  background: #fff;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.32px;
  align-self: center;
  margin-left: 12px;
  text-align: center;
  grid-area: pd-btn;
}

.pd-table-value-default {
  justify-content: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}

.pd-table-value-default__text {
  font-size: 12px;
  line-height: 100%;
  color: rgb(var(--main-color-primary-opacity), 0.7);
  display: none;
}

.pd-table-value-article {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}

.pd-table-value-article__text {
  font-size: 12px;
  line-height: 100%;
  color: rgb(var(--main-color-primary-opacity), 0.7);
  display: none;
}

.pd-table-value-quantity {
  display: flex;
  align-items: center;
  word-break: break-word;
  justify-content: space-between;
}

.pd-table-value-quantity.pd-table-value__item {
  padding: 0;
}

.pd-table-value-quantity__btn {
  background: transparent;
}

.pd-table-value-quantity__result {
  padding: 20px 10px;
}

.pd-btn-min {
  padding: 20px 11px 20px 20px;
}

.pd-btn-max {
  padding: 20px 20px 20px 8px;
}

.fan {
  margin-bottom: 150px;
}

.fan__sort {
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(24, 27, 50, 0.2);
  margin-bottom: 60px;
}

.fan-section {
  margin-bottom: 60px;
}

.fan-section__list {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.fan-section__item {
  display: flex;
  gap: 40px;
  align-items: center;
}

.fan-section__icon {
  flex-shrink: 0;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  border: 1px solid var(--main-color-secondary);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease 0s;
}

.fan-section__item:hover .fan-section__icon {
  background: var(--main-color-secondary);
}

.fan-section__item._selected .fan-section__icon {
  background: var(--main-color-secondary);
}

.fan-section__icon img {
  width: 28px;
  height: 28px;
  -o-object-fit: contain;
  object-fit: contain;
  transition: filter 0.2s ease 0s;
}

.fan-section__item:hover .fan-section__icon img {
  filter: brightness(0) invert(1);
}

.fan-section__item._selected .fan-section__icon img {
  filter: brightness(0) invert(1);
}

.fan-section__name {
  max-width: 109px;
  font-size: 20px;
  color: rgb(var(--main-color-primary-opacity), 0.8);
  line-height: 100%;
}

.sort {
  display: flex;
  gap: 28px;
}

.sort__text {
  font-size: 16px;
  line-height: 100%;
  color: rgb(var(--main-color-primary-opacity), 0.6);
}

.sort__block {
  font-size: 16px;
  line-height: 100%;
  color: rgb(var(--main-color-primary-opacity), 0.8);
  position: relative;
}

.sort__initial {
  padding-bottom: 8px;
  padding-right: 26px;
  position: relative;
  border-bottom: 1px solid var(--main-color-secondary);
  cursor: pointer;
}

.sort__initial::after {
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  width: 8px;
  height: 5px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/fan/first-block/icon/sort-icon.svg") no-repeat center/contain;
  transform: rotate(180deg);
  transition: transform 0.3s ease 0s;
}

.sort._show .sort__initial::after {
  transform: rotate(0deg);
}

.sort-hidden {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(150%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease 0s;
  z-index: 6;
}

.sort._show .sort-hidden {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(100%);
}

.sort-hidden__list {
  display: flex;
  flex-direction: column;
}

.sort-hidden__item {
  padding: 10px 5px;
  background: #f7f7f7;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.3s ease 0s;
}

.sort-hidden__item:hover {
  background: #e4e2e2;
}

.sort-hidden__item._selected {
  background: #e4e2e2;
}

.fan-elem {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.fan-elem__list {
  display: flex;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 60px;
  flex-wrap: wrap;
}

.fan-elem__item {
  width: calc(20% - 32px);
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative;
}

.fan-elem__link {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.fan-elem__img {
  width: 100%;
  height: 200px;
}

.fan-elem__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.fan-elem__info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.fan-elem__name {
  font-size: 16px;
  color: rgb(var(--main-color-primary-opacity), 0.7);
  line-height: 100%;
}

.fan-elem__price {
  font-size: 28px;
  line-height: 80%;
}

.fan-elem__bottom {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.fan-elem__one-click {
  border-radius: 40px;
  background: var(--main-color-secondary);
  border: 1px solid var(--main-color-secondary);
}

.fan-elem__one-click a {
  color: var(--main-color-white);
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.4px;
  padding: 15px 32px;
}

.fan-elem__cart {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 36px;
  border-radius: 40px;
  background: rgba(24, 27, 50, 0.031372549);
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

.fan-elem__cart:hover {
  background: var(--main-color-secondary);
}

.fan-elem__cart img {
  width: 26px;
  height: 26px;
  -o-object-fit: contain;
  object-fit: contain;
  transition: filter 0.2s ease 0s;
}

.fan-elem__cart:hover img {
  filter: brightness(0) invert(1);
}

.fan-elem__favourites {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.fan-elem__favourites svg {
  width: 100%;
  height: 100%;
}

.fan-elem__favourites svg path {
  transition: all 0.1s ease 0s;
}

.fan-elem__favourites._selected svg g path {
  stroke: none;
  fill: #fff;
}

.fan-elem__favourites:hover svg g path {
  stroke: none;
  fill: #fff;
}

.fd-first {
  margin-bottom: 150px;
}

.fd-first__wrapper {
  display: flex;
  gap: 114px;
}

.fd-first__content {
  width: calc(100% - 344px);
  display: flex;
  flex-direction: column;
  gap: 120px;
}

.fd-first-detail-slider-pagination {
  align-self: center;
  display: none;
}

.fd-first-detail-slider-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  width: auto;
}

.fd-first-detail-slider-pagination .swiper-pagination-bullet {
  background: rgba(24, 27, 50, 0.4);
  width: 18px;
  opacity: 1;
  height: 1px;
}

.fd-first-detail-slider-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 7px;
}

.fd-first-detail-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ce0037;
}

.fd-first-filter {
  max-width: 230px;
  width: 100%;
  flex-shrink: 0;
}

.fd-first-filter__title {
  font-size: 20px;
  line-height: 100%;
  color: rgb(var(--main-color-primary-opacity), 0.8);
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(24, 27, 50, 0.1);
}

.fd-first-filter__box:not(:last-child) {
  margin-bottom: 14px;
}

.fd-first-filter__top {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
  padding-right: 26px;
  transition: margin 0.3s ease 0s;
}

.fd-first-filter__top::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 8px;
  height: 5px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/fan-detail/first-block/icon/arrow-down.svg") no-repeat center/contain;
  transition: transform 0.3s ease 0s;
}

.fd-first-filter__box._show .fd-first-filter__top::after {
  transform: translateY(-50%) rotate(180deg);
}

.fd-first-filter__box._show .fd-first-filter__top {
  margin-bottom: 14px;
}

.fd-first-filter__name {
  font-size: 16px;
  line-height: 18px;
}

.fd-first-filter__count {
  font-size: 14px;
  color: rgb(var(--main-color-primary-opacity), 0.4);
  line-height: 100%;
}

.fd-first-filter-hidden {
  max-height: 0;
  transition: all 0.3s ease 0s;
  overflow: hidden;
}

.fd-first-filter-hidden__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 28px;
}

.fd-first-filter-hidden__item {
  font-size: 12px;
  color: rgb(var(--main-color-primary-opacity), 0.8);
  line-height: 12px;
  cursor: pointer;
}

.fd-first-detail {
  display: grid;
  grid-template-columns: repeat(2, minmax(264px, 648px));
  grid-template-rows: max-content 1fr;
  grid-template-areas: "f-gallery f-title" "f-gallery f-info" "f-desc .";
  -moz-column-gap: 45px;
  column-gap: 45px;
}

.fd-first-detail__slider {
  display: flex;
  flex-direction: column;
  gap: 22px;
  grid-area: f-gallery;
  margin-bottom: 46px;
}

.fd-first-detail-slider-big__item {
  cursor: pointer;
  position: relative;
}

.fd-first-detail-slider-big__item img {
  width: 100%;
  height: 392px;
  -o-object-fit: contain;
  object-fit: contain;
}

.fd-first-detail-slider-big__favorite {
  position: absolute;
  top: 3px;
  right: 80px;
  cursor: pointer;
}

.fd-first-detail-slider-big__favorite svg {
  width: 100%;
  height: 100%;
}

.fd-first-detail-slider-big__favorite svg path {
  transition: all 0.1s ease 0s;
}

.fd-first-detail-slider-big__favorite._selected svg g path {
  stroke: none;
  fill: #fff;
}

.fd-first-detail-slider-big__favorite:hover svg g path {
  stroke: none;
  fill: #fff;
}

.fd-first-detail-slider-tumb {
  margin: 0 26px;
  position: relative;
}

.fd-first-detail-slider-tumb__item {
  border-radius: 6px;
  transition: border 0.3s ease 0s;
  height: 66px;
  cursor: pointer;
}

.fd-first-detail-slider-tumb__item.swiper-slide-thumb-active {
  border: 1px solid rgba(24, 27, 50, 0.1);
}

.fd-first-detail-slider-tumb__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.fd-first-detail-slider-tumb-nav__prev,
.fd-first-detail-slider-tumb-nav__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  cursor: pointer;
}

.fd-first-detail-slider-tumb-nav__prev.swiper-button-disabled,
.fd-first-detail-slider-tumb-nav__next.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.fd-first-detail-slider-tumb-nav__prev {
  left: -26px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/fan-detail/first-block/icon/arrow-left.svg") no-repeat center/6px 10px;
}

.fd-first-detail-slider-tumb-nav__next {
  right: -26px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/fan-detail/first-block/icon/arrow-right.svg") no-repeat center/6px 10px;
}

.fd-first-detail-desc {
  grid-area: f-desc;
}

.fd-first-detail-desc__title {
  margin-bottom: 20px;
}

.fd-first-detail-desc__text {
  font-size: 20px;
  color: rgb(var(--main-color-primary-opacity), 0.6);
  line-height: 100%;
  margin-bottom: 45px;
}

.fd-first-detail-desc-har__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.fd-first-detail-desc-har__item {
  display: flex;
  gap: 8px;
  justify-content: space-between;
  align-items: flex-end;
}

.fd-first-detail-desc-har__line {
  background: rgba(24, 27, 50, 0.3);
  height: 1px;
  width: 100%;
  margin-bottom: 3px;
}

.fd-first-detail-desc-har__text {
  font-size: 16px;
  line-height: 100%;
  flex-shrink: 0;
  color: rgb(var(--main-color-primary-opacity), 0.4);
}

.fd-first-detail-desc-har__value {
  flex-shrink: 0;
  font-size: 20px;
  line-height: 100%;
  color: rgb(var(--main-color-primary-opacity), 0.8);
}

.fd-first-detail-info {
  grid-area: f-info;
}

.fd-first-detail-info__title {
  margin-bottom: 30px;
  grid-area: f-title;
}

.fd-first-detail-info__price {
  font-size: 38px;
  line-height: 80%;
  margin-bottom: 43px;
}

.fd-first-detail-info__bottom {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: flex-start;
}

.fd-first-detail-info__one-click {
  border-radius: 40px;
  background: var(--main-color-secondary);
  border: 1px solid var(--main-color-secondary);
}

.fd-first-detail-info__one-click a {
  padding: 28px 33px;
  font-size: 20px;
  color: var(--main-color-white);
  line-height: 100%;
  letter-spacing: -0.4px;
}

.fd-first-detail-info__basket {
  background: rgba(24, 27, 50, 0.031372549);
  border-radius: 40px;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -0.4px;
  padding: 28px 32px;
  cursor: pointer;
}

.fd-first-detail-info-article {
  display: flex;
  gap: 8px;
  align-items: flex-end;
  margin-bottom: 12px;
}

.fd-first-detail-info-article__text {
  font-size: 16px;
  line-height: 100%;
  color: rgb(var(--main-color-primary-opacity), 0.4);
}

.fd-first-detail-info-article__value {
  font-size: 20px;
  color: rgb(var(--main-color-primary-opacity), 0.8);
  line-height: 100%;
}

.fd-first-detail-info-availability {
  display: flex;
  gap: 8px;
  align-items: flex-end;
  margin-bottom: 36px;
}

.fd-first-detail-info-availability__text {
  font-size: 16px;
  line-height: 100%;
  color: rgb(var(--main-color-primary-opacity), 0.4);
}

.fd-first-detail-info-availability__value {
  font-size: 20px;
  color: rgba(24, 131, 15, 0.8);
  line-height: 100%;
}

.fd-first-other {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.fd-first-other__slider {
  position: relative;
}

.fd-first-other__item {
  display: flex;
  flex-direction: column;
  position: relative;
}

.fd-first-other__img {
  height: 200px;
  margin-bottom: 32px;
}

.fd-first-other__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.fd-first-other__name {
  font-size: 16px;
  color: rgb(var(--main-color-primary-opacity), 0.7);
  line-height: 100%;
  margin-bottom: 20px;
}

.fd-first-other__price {
  font-size: 28px;
  line-height: 80%;
  margin-bottom: 35px;
}

.fd-first-other__bottom {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.fd-first-other__one-click {
  background: var(--main-color-secondary);
  border: 1px solid var(--main-color-secondary);
  border-radius: 40px;
}

.fd-first-other__one-click a {
  padding: 14px 33px;
  font-size: 20px;
  color: var(--main-color-white);
  line-height: 120%;
  letter-spacing: -0.4px;
}

.fd-first-other__basket {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 13px 36px;
  background: #f8f8f9;
  border-radius: 40px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

.fd-first-other__basket:hover {
  background: var(--main-color-secondary);
}

.fd-first-other__basket img {
  width: 26px;
  height: 26px;
  -o-object-fit: contain;
  object-fit: contain;
  transition: filter 0.2s ease 0s;
}

.fd-first-other__basket:hover img {
  filter: brightness(0) invert(1);
}

.fd-first-other__favorite {
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
}

.fd-first-other__favorite svg {
  width: 100%;
  height: 100%;
}

.fd-first-other__favorite svg path {
  transition: all 0.1s ease 0s;
}

.fd-first-other__favorite._selected svg g path {
  stroke: none;
  fill: #fff;
}

.fd-first-other__favorite:hover svg g path {
  stroke: none;
  fill: #fff;
}

.fd-first-other-nav__prev,
.fd-first-other-nav__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 19px;
  height: 10px;
  cursor: pointer;
}

.fd-first-other-nav__prev.swiper-button-disabled,
.fd-first-other-nav__next.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.fd-first-other-nav__prev {
  left: -60px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/fan-detail/first-block/icon/big-arrow-left.svg") no-repeat center/19px 10px;
}

.fd-first-other-nav__next {
  right: -60px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/fan-detail/first-block/icon/big-arrow-right.svg") no-repeat center/19px 10px;
}

.fav {
  margin-bottom: 150px;
}

.fav__top {
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(24, 27, 50, 0.1);
  margin-bottom: 40px;
  display: flex;
  gap: 15px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.fav__clear {
  font-size: 16px;
  line-height: 80%;
  color: rgb(var(--main-color-primary-opacity), 0.7);
  position: relative;
  padding-right: 28px;
  cursor: pointer;
}

.fav__clear::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/favourites/icon/clear.svg") no-repeat center/contain;
}

.fav-count {
  font-size: 16px;
  line-height: 80%;
  color: rgb(var(--main-color-primary-opacity), 0.7);
  display: flex;
  gap: 2px;
}

.basket {
  margin-bottom: 124px;
}

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

.basket__back {
  font-size: 16px;
  color: var(--main-color-secondary);
  line-height: 100%;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
  transition: color 0.3s ease 0s;
}

.basket__back:hover {
  color: var(--main-color-primary);
}

.basket__back:hover::before {
  filter: brightness(0);
}

.basket__back::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 11px;
  height: 10px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/basket/icon/arrow-back.svg") no-repeat center/contain;
  transition: filter 0.2s ease 0s;
}

.basket__content {
  display: flex;
  gap: 39px;
  align-items: flex-start;
}

.basket-detail {
  max-width: 1278px;
  width: 100%;
  border: 1px solid rgba(24, 27, 50, 0.1);
}

.basket-detail__top {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  padding: 32px 40px 34px 40px;
  border-bottom: 1px solid rgba(24, 27, 50, 0.1);
}

.basket-detail__text {
  font-size: 16px;
  color: rgb(var(--main-color-primary-opacity), 0.7);
  line-height: 80%;
}

.basket-detail__clear {
  font-size: 16px;
  color: rgb(var(--main-color-primary-opacity), 0.7);
  line-height: 80%;
  padding-right: 28px;
  position: relative;
  cursor: pointer;
}

.basket-detail__clear::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/basket/icon/clear.svg") no-repeat center/contain;
}

.basket-detail__list {
  display: flex;
  flex-direction: column;
}

.basket-detail__item {
  display: flex;
  align-items: center;
  padding: 26px 36px 28px 40px;
  gap: 14px;
}

.basket-detail__item:first-child {
  padding: 21.5px 36px 27px 40px;
}

.basket-detail__item:not(:last-child) {
  border-bottom: 1px solid rgba(24, 27, 50, 0.1);
}

.basket-detail__name {
  font-size: 20px;
  color: rgb(var(--main-color-primary-opacity), 0.8);
  line-height: 100%;
  width: 47.24%;
}

.basket-detail__img {
  max-width: 120px;
  height: 80px;
  width: 14.18%;
}

.basket-detail__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.basket-detail__price-piece {
  color: rgb(var(--main-color-primary-opacity), 0.6);
  font-size: 18px;
  line-height: 120%;
  width: 11.28%;
}

.basket-detail__price {
  font-size: 20px;
  font-weight: 500;
  line-height: 80%;
  width: 13.91%;
  text-align: center;
}

.basket-detail__delete {
  width: 10px;
  height: 10px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/basket/icon/delete.svg") no-repeat center/contain;
  cursor: pointer;
  width: 1.18%;
}

.b-quantity {
  border-radius: 40px;
  background: rgba(24, 27, 50, 0.03);
  font-size: 18px;
  line-height: 80%;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  cursor: pointer;
  height: 56px;
  width: 12.13%;
}

.b-quantity__min {
  background: transparent;
  width: 33.333%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.b-quantity__value {
  width: 33.333%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.b-quantity__max {
  width: 33.333%;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

.basket-final {
  max-width: 380px;
  width: 100%;
  padding: 60px 40px;
  box-shadow: 0px 0px 7px 1px rgba(34, 60, 80, 0.05);
}

.basket-final__text {
  font-size: 20px;
  color: rgb(var(--main-color-primary-opacity), 0.8);
  line-height: 100%;
  margin-bottom: 28px;
}

.basket-final__price {
  font-size: 28px;
  font-weight: 500;
  line-height: 80%;
  margin-bottom: 40px;
}

.basket-final__one-click {
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.4px;
  color: var(--main-color-white);
  padding: 25px;
  text-align: center;
  border-radius: 40px;
  background: var(--main-color-secondary);
  border: 1px solid var(--main-color-secondary);
  margin-bottom: 20px;
  cursor: pointer;
}

.basket-final__making {
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.4px;
  border-radius: 40px;
  border: 1px solid var(--main-color-secondary);
  background: #fff;
  padding: 26px 27px 26px 70px;
  position: relative;
  cursor: pointer;
  width: 100%;
}

.basket-final__making::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 34px;
  transform: translateY(-50%);
  width: 19px;
  height: 10px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/basket/icon/arrow-right.svg") no-repeat center/contain;
}

.o-title._small {
  font-size: 38px;
  font-weight: 400;
  line-height: 80%;
}

.popular {
  margin-bottom: 150px;
}

.popular__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.popular__slider {
  position: relative;
}

.popular__item {
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative;
}

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

.popular__img {
  height: 200px;
}

.popular__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.popular__info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.popular__name {
  font-size: 16px;
  color: rgb(var(--main-color-primary-opacity), 0.7);
  line-height: 100%;
}

.popular__price {
  font-size: 28px;
  line-height: 80%;
}

.popular__bottom {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}

.popular__one-click {
  border-radius: 40px;
  background: var(--main-color-secondary);
  border: 1px solid var(--main-color-secondary);
  cursor: pointer;
}

.popular__one-click a {
  padding: 15px 33px;
  font-size: 20px;
  color: var(--main-color-white);
  line-height: 120%;
  letter-spacing: -0.4px;
}

.popular__basket {
  padding: 15px 36px;
  border-radius: 40px;
  background: #f8f8f9;
  display: flex;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

.popular__basket img {
  width: 26px;
  height: 26px;
  -o-object-fit: contain;
  object-fit: contain;
  transition: filter 0.2s ease 0s;
}

.popular__basket:hover {
  background: var(--main-color-secondary);
}

.popular__basket:hover img {
  filter: brightness(0) invert(1);
}

.popular__favourites {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.popular__favourites svg path {
  transition: all 0.1s ease 0s;
}

.popular__favourites._selected svg g path {
  stroke: none;
  fill: #fff;
}

.popular__favourites:hover svg g path {
  stroke: none;
  fill: #fff;
}

.popular-nav__prev,
.popular-nav__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 19px;
  height: 10px;
}

.popular-nav__prev {
  left: -60px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/basket/icon/arrow-left.svg") no-repeat center/contain;
}

.popular-nav__next {
  right: -60px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/basket/icon/arrow-right.svg") no-repeat center/contain;
}
.o-order {
  margin-bottom: 120px;
}
.o-order__back {
  font-size: 16px;
  color: var(--main-color-secondary);
  line-height: 100%;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
}

.o-order__back::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 11px;
  height: 10px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/order/icon/arrow-back.svg") no-repeat center/contain;
  transition: all 0.3s ease 0s;
}

.o-order__back:hover::before {
  transform: translateY(-50%) translateX(-5px);
}

.o-order__wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.o-order__block {
  display: flex;
  gap: 39px;
  align-items: flex-start;
}

.o-order__box {
  width: 100%;
  counter-reset: num;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.o-order__step {
  border: 1px solid rgba(24, 27, 50, 0.1);
  padding: 60px 35px 60px 60px;
}

.o-order__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 80%;
  margin-bottom: 0px;
  position: relative;
  transition: all 0.3s ease 0s;
}

.o-order__step._show .o-order__title {
  margin-bottom: 57px;
}

.o-order__title::after {
  content: counter(num);
  counter-increment: num;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border: 1px solid rgba(24, 27, 50, 0.1);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: rgb(var(--main-color-primary-opacity), 0.8);
  line-height: 100%;
  transition: all 0.3s ease 0s;
}

.o-order__step._show .o-order__title::after {
  background: var(--main-color-secondary);
  color: var(--main-color-white);
}

.o-order__bottom {
  display: none;
  gap: 20px;
  flex-wrap: wrap;
}

.o-order__step._show .o-order__bottom {
  display: flex;
}

.form .o-order__step-next {
  padding: 26px 66px 26px 26px;
}

.form .o-order__step-next::before {
  left: auto;
  right: 17px;
  transform: translateY(-50%) rotate(90deg);
}

.form .o-order__step-back {
  background: rgba(24, 27, 50, 0.03);
  color: var(--main-color-primary);
  padding: 26px 27px 26px 66px;
  border: none;
}

.form .o-order__step-back::before {
  transform: translateY(-50%) rotate(-90deg);
  filter: brightness(0);
}

.form .o-order__step-back:hover {
  background: var(--main-color-secondary);
  color: var(--main-color-white);
}

.form .o-order__step-back:hover::before {
  filter: brightness(0) invert(1);
}

.o-order .form__group {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.o-order .form__group .form__box {
  width: calc(50% - 20px);
}

.o-order .form__group._full-width .form__box {
  width: 100%;
}

.o-order-tab {
  margin-bottom: 40px;
  display: none;
}

.o-order__step._show .o-order-tab {
  display: block;
}

.o-order-tab__list {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.o-order-tab__item input {
  display: none;
}

.o-order-tab__item input:checked + label {
  color: var(--main-color-primary);
}

.o-order-tab__item input:checked + label::after {
  opacity: 1;
}

.o-order-tab__item input:checked + label::before {
  border-color: var(--main-color-secondary);
}

.o-order-tab__item label {
  display: block;
  cursor: pointer;
  font-size: 20px;
  line-height: 120%;
  color: rgb(var(--main-color-primary-opacity), 0.6);
  transition: color 0.3s ease 0s;
  position: relative;
  padding: 4px 0px 4px 48px;
}

.o-order-tab__item label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(24, 27, 50, 0.1);
  transition: all 0.3s ease 0s;
}

.o-order-tab__item label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: var(--main-color-secondary);
  border-radius: 50%;
  transition: all 0.3s ease 0s;
  opacity: 0;
}

.o-order-content {
  margin-bottom: 55px;
  display: none;
}

.o-order__step._show .o-order-content {
  display: block;
}

.o-order-content__block {
  display: none;
}

.o-order-content__block._show {
  display: block;
}

.o-order-content__form {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.o-order-content-pickup {
  margin-bottom: 35px;
}

.o-order-content-pickup__wrapper {
  display: flex;
  gap: 19px;
  align-items: flex-start;
}

.o-order-content-pickup__point {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}

.o-order-content-pickup__title {
  font-size: 20px;
  line-height: 80%;
}

.o-order-content-pickup__list {
  display: flex;
  flex-direction: column;
  max-height: 564px;
  overflow: auto;
  padding-right: 17px;
}

.o-order-content-pickup__item {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}

.o-order-content-pickup__item:not(:last-child) {
  padding-bottom: 38px;
  border-bottom: 1px solid rgba(24, 27, 50, 0.1);
}

.o-order-content-pickup__item:not(:first-child) {
  padding-top: 40px;
}

.o-order-content-pickup__info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.o-order-content-pickup__address {
  font-size: 20px;
  line-height: 100%;
}

.o-order-content-pickup__phone {
  font-size: 18px;
  line-height: 120%;
}

.o-order-content-pickup__btn {
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.4px;
  padding: 12px 26px;
  border-radius: 40px;
  background: rgba(24, 27, 50, 0.03);
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

.o-order-content-pickup__item._selected .o-order-content-pickup__btn {
  background: var(--main-color-secondary);
  color: var(--main-color-white);
}

.o-order-content-pickup__btn:hover {
  background: var(--main-color-secondary);
  color: var(--main-color-white);
}

.o-order-content-pickup__map {
  height: 564px;
  width: 100%;
  max-width: 560px;
}

.o-order-content-pickup__map #map {
  width: 100%;
  height: 100%;
}

.o-order-pay {
  display: none;
  transition: all 0.3s ease 0s;
}

.o-order__step._show .o-order-pay {
  display: block;
  margin-bottom: 60px;
}

.o-order-pay__list {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.o-order-pay__item input {
  display: none;
}

.o-order-pay__item input:checked + label {
  color: var(--main-color-primary);
}

.o-order-pay__item input:checked + label::after {
  opacity: 1;
}

.o-order-pay__item label {
  display: block;
  cursor: pointer;
  font-size: 20px;
  line-height: 120%;
  color: rgb(var(--main-color-primary-opacity), 0.6);
  transition: color 0.3s ease 0s;
  position: relative;
  padding: 4px 0px 4px 48px;
}

.o-order-pay__item label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(24, 27, 50, 0.1);
  transition: all 0.3s ease 0s;
}

.o-order-pay__item label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: var(--main-color-secondary);
  border-radius: 50%;
  transition: all 0.3s ease 0s;
  opacity: 0;
}

.o-order-sidebar {
  max-width: 380px;
  width: 100%;
  padding: 60px 40px;
  box-shadow: 0px 0px 7px 1px rgba(34, 60, 80, 0.05);
}

.o-order-sidebar-price-full {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 44px;
}

.o-order-sidebar-price-full__text {
  font-size: 20px;
  color: rgb(var(--main-color-primary-opacity), 0.8);
  line-height: 100%;
}

.o-order-sidebar-price-full__value {
  font-size: 28px;
  font-weight: 500;
  line-height: 80%;
}

.o-order-sidebar-price {
  margin-bottom: 40px;
}

.o-order-sidebar-price__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.o-order-sidebar-price__item {
  display: flex;
  gap: 8px;
  align-items: flex-end;
}

.o-order-sidebar-price__text {
  font-size: 16px;
  line-height: 100%;
  color: rgb(var(--main-color-primary-opacity), 0.4);
  flex-shrink: 0;
}

.o-order-sidebar-price__value {
  font-size: 20px;
  color: rgb(var(--main-color-primary-opacity), 0.8);
  line-height: 100%;
  flex-shrink: 0;
}

.o-order-sidebar-price__line {
  margin-bottom: 3px;
  opacity: 0.2;
  background: #181b32;
  height: 1px;
  width: 100%;
  flex-shrink: 1;
}

.error__wrapper {
  position: relative;
}

.error__bg {
  width: 100%;
  height: 100%;
}

.error__bg img,
.error__bg picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.error__info {
  display: flex;
  flex-direction: column;
  gap: 33px;
  position: absolute;
  bottom: 73px;
  left: 50%;
  transform: translateX(-50%);
  padding-right: 23px;
}

.error__title {
  font-size: 50px;
  color: var(--main-color-black);
  line-height: normal;
}

.error__bottom {
  display: flex;
  gap: 9px;
  align-items: flex-end;
}

.error__text {
  font-size: 35px;
  color: var(--main-color-black);
  line-height: 116%;
  max-width: 654px;
}

.error__link {
  border-radius: 1000px;
  background: #ce0037;
  border: 1px solid #ce0037;
  position: relative;
  flex-shrink: 0;
}

.error__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 34px;
  transform: translateY(-50%);
  width: 17px;
  height: 11px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/404/icon/arrow-right.svg") no-repeat center/contain;
}

.error__link a {
  font-size: 20px;
  color: var(--main-color-white);
  line-height: 116%;
  padding: 19px 33px 19px 58px;
}

/* ==========  footer-styles  ========== */

.footer {
  padding-top: 100px;
  padding-bottom: 100px;
  background: rgba(0, 0, 0, 0.03);
}

.footer__wrapper {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.footer__top {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer__logo {
  max-width: 298px;
  width: 100%;
}

.footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.footer__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1253px;
  width: 100%;
}

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

.footer__address {
  font-size: 18px;
  line-height: 18px;
  color: rgb(var(--main-color-primary-opacity), 0.7);
  margin-right: 40px;
  padding-left: 24px;
  position: relative;
}

.footer__address::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/footer/icon/location.svg") no-repeat center/contain;
}

.footer__mail {
  font-size: 16px;
  color: var(--main-color-primary);
  line-height: 18px;
  margin-right: 40px;
}

.footer__btn {
  padding: 25px 31px 25px 69px;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.4px;
  color: var(--main-color-white);
  border-radius: 40px;
  background: #ce0037;
  border: 1px solid #ce0037;
  position: relative;
  max-width: 242px;
  width: 100%;
}

.footer__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 26px;
  transform: translateY(-50%);
  width: 19px;
  height: 10px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/footer/icon/arrow-right.svg") no-repeat center/contain;
}

.footer__middle {
  max-width: 1252px;
  width: 100%;
  align-self: flex-end;
  padding-right: 61px;
}

.footer__bottom {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}

.footer__info {
  display: flex;
  gap: 87px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer__copy {
  font-size: 18px;
  color: rgb(var(--main-color-primary-opacity), 0.7);
  line-height: 18px;
}

.footer__policy {
  color: var(--main-color-secondary);
  font-size: 20px;
  line-height: 18px;
  transition: color 0.3s ease 0s;
  white-space: nowrap;
}

.footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}

.footer__center {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 10px 40px;
}
@media (max-width: 521px) {
    .footer__center {
        grid-template-columns: 1fr;
    }
}

.footer__policy:hover {
  color: var(--main-color-primary);
}

.footer-phone {
  display: flex;
  gap: 7px;
  align-items: flex-end;
  margin-right: 30px;
}

.footer-phone__value {
  font-size: 16px;
  color: var(--main-color-primary);
  line-height: 18px;
}

.footer-phone__time {
  font-size: 12px;
  line-height: 12px;
  color: rgb(var(--main-color-primary-opacity), 0.7);
}

.footer-social {
  margin-right: 50px;
}

.footer-social__list {
  display: flex;
  gap: 18px;
}

.footer-social__item {
  width: 24px;
  height: 24px;
  padding: 5px;
}

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

.footer-menu {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  flex-wrap: wrap;
}

.footer-menu__col {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer-menu__list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer-menu__item {
  font-size: 20px;
  color: var(--main-color-primary);
  line-height: 120%;
  letter-spacing: -0.4px;
}

.footer-menu-section {
  font-size: 20px;
  color: rgb(var(--main-color-primary-opacity), 0.7);
  line-height: 120%;
}

.footer-menu-section__list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer-menu-section__item {
  font-size: 20px;
  color: rgb(var(--main-color-primary-opacity), 0.7);
  line-height: 120%;
}

.footer-dev {
  max-width: 373px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-dev__img {
  max-width: 96px;
  height: 36px;
}

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

.footer-dev__text {
  font-size: 18px;
  line-height: 18px;
  color: rgb(var(--main-color-primary-opacity), 0.7);
}

.footer-dev__text span {
  text-decoration: underline;
  font-size: 18px;
  line-height: 18px;
  color: rgb(var(--main-color-primary-opacity), 0.7);
}

.footer-dev__link {
  font-size: 18px;
  line-height: 18px;
  color: rgb(var(--main-color-primary-opacity), 0.7);
  display: inline;
}

.btn-up {
  cursor: pointer;
  width: 60px;
  height: 60px;
  position: fixed;
  right: 28px;
  bottom: 40px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/footer/icon/btn-up.svg") no-repeat center/contain;
  transition: all 0.3s ease 0s;
  z-index: 9;
}

.btn-up._btn-up-hide {
  opacity: 0;
  pointer-events: none;
  transform: scale(0);
}

.search-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 8;
}

/* ==========  partial-styles  ========== */

.burger {
  background: #fff;
  position: absolute;
  top: 164px;
  left: 0;
  width: 100%;
  transform: translateX(-100%);
  transition: all 0.6s ease 0s;
  z-index: 9;
  height: calc(100vh - 114px);
  overflow: auto;
}

.burger._show {
  transform: translateX(0);
}

.burger._hidden .burger-menu .burger-menu__item:not(._show) {
  display: none;
}

.burger._hidden .burger-menu .burger-menu__item._mob-lvl-menu._show > p {
  display: none;
}

.burger._hidden .burger-info {
  display: none;
}

.burger._hidden .burger__btn {
  display: none;
}

.burger._hidden .burger-top-lang {
  display: none;
}

.burger._hidden .burger-top__back {
  display: block;
}

.burger._hidden .burger-top__title {
  display: block;
}

.burger__wrapper {
  padding: 32px 28px 50px 28px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.burger__btn {
  font-size: 16px;
  color: var(--main-color-white);
  line-height: 120%;
  letter-spacing: -0.32px;
  padding: 21px 24px 20px 58px;
  position: relative;
  border-radius: 40px;
  background: var(--main-color-secondary);
}

.burger__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  width: 17px;
  height: 8px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/burger/icon/arrow-btn.svg") no-repeat center/contain;
  transition: all 0.3s ease 0s;
}

.burger__btn:hover::before {
  left: 30px;
}

.burger-top {
  display: flex;
  gap: 25px;
  align-items: center;
  margin-bottom: 41px;
  width: 100%;
}

.burger-top__back {
  display: none;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/burger/icon/arrow-back.svg") no-repeat center/10px 10px;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
}

.burger-top__title {
  display: none;
  font-size: 18px;
  line-height: 120%;
  color: rgb(var(--main-color-primary-opacity), 0.7);
}

.burger-top__close {
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/burger/icon/close.svg") no-repeat center/18px 18px;
  width: 28px;
  height: 28px;
  padding: 5px;
  cursor: pointer;
}

.burger-top-lang__list {
  display: flex;
  gap: 10px;
}

.burger-top-lang__item {
  color: rgb(var(--main-color-black-opacity), 0.7);
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  cursor: pointer;
}

.burger-top-lang__item._selected {
  color: var(--main-color-secondary);
}

.burger-top-lang__item:hover {
  color: var(--main-color-secondary);
}

.burger-menu {
  margin-bottom: 40px;
  width: 100%;
}

.burger-menu__list {
  display: inline-flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 0px;
}

.burger-menu__item {
  padding-left: 0px;
  font-size: 18px;
  line-height: 120%;
  position: static;
}

.burger-menu__item:hover > p,
.burger-menu__item:hover > a {
  color: var(--main-color-hover);
}

.burger-menu__item::before {
  display: none;
}

.burger-menu__item > p,
.burger-menu__item > a {
  color: rgb(var(--main-color-primary-opacity), 0.7);
  font-size: 18px;
  line-height: 120%;
  transition: color 0.3s ease 0s;
}

.burger-menu__item > p {
  position: relative;
  padding-right: 26px;
  display: inline-block;
  cursor: pointer;
}

.burger-menu__item > p::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/burger/icon/arrow-right.svg") no-repeat;
  width: 10px;
  height: 10px;
}

.burger-menu__item ul {
  flex-direction: column;
  gap: 12px;
  margin-bottom: 0px;
  display: none;
  width: 100%;
  background: #fff;
  z-index: 2;
}

.burger-menu__item ul li {
  color: var(--main-color-primary);
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.32px;
  padding-left: 0px;
  transition: color 0.3s ease 0s;
}

.burger-menu__item ul li::before {
  display: none;
}

.burger-menu__item ul li:hover a {
  color: var(--main-color-hover);
}

.burger-menu__item._show ul {
  display: inline-flex;
}

.burger-info {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 40px;
}

.burger-info__location {
  font-size: 18px;
  color: rgb(var(--main-color-black-opacity), 0.7);
  line-height: 18px;
  padding-left: 22px;
  position: relative;
}

.burger-info__location::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/burger/icon/location.svg") no-repeat center/contain;
}

.burger-info__mail {
  font-size: 16px;
  line-height: 18px;
  color: var(--main-color-black);
}

.burger-info-phone {
  display: flex;
  gap: 8px;
}

.burger-info-phone__value {
  font-size: 16px;
  line-height: 18px;
  color: var(--main-color-black);
}

.burger-info-phone p {
  align-self: flex-end;
  font-size: 12px;
  color: rgb(var(--main-color-black-opacity), 0.7);
  line-height: 12px;
}

/* ==========  forms-styles  ========== */

.popup {
  z-index: 99;
  height: 100%;
  background: #fff;
  box-shadow:
    0px 9px 40px 0px rgba(0, 0, 0, 0.04),
    0px 1.127px 10.017px 0px rgba(0, 0, 0, 0.02);
  position: fixed;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  pointer-events: none;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}

.popup._show {
  transform: none;
  pointer-events: auto;
  visibility: visible;
}

.popup__wrapper {
  position: relative;
  padding: 120px 120px 50px 120px;
  max-width: 720px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100vh;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #ce0037 rgba(24, 27, 50, 0.1);
}

.popup__wrapper::-webkit-scrollbar {
  width: 4px;
}

.popup__wrapper::-webkit-scrollbar-track {
  background: rgba(24, 27, 50, 0.1);
}

.popup__wrapper::-webkit-scrollbar-thumb {
  background: #ce0037;
  border-radius: 10px;
}

.popup__title {
  font-size: 60px;
  line-height: 90%;
  color: var(--main-color-primary);
  margin-bottom: 40px;
}

.popup__description {
  font-size: 20px;
  color: rbg(var(--main-color-primary-opacity), 0.7);
  line-height: 110%;
  margin-bottom: 80px;
}

.popup .form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.popup .form__field {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 38px;
}

.popup__close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 18px;
  height: 18px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/form/icon/close.svg") no-repeat center/contain;
  cursor: pointer;
}

.popup__bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: -1;
}

.form input {
  font-size: 20px;
  color: rgb(var(--main-color-primary-opacity), 0.6);
  line-height: 120%;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(24, 27, 50, 0.8);
  width: 100%;
  background: transparent;
}

.form input::-moz-placeholder {
  font-size: 20px;
  color: rgb(var(--main-color-primary-opacity), 0.6);
  line-height: 120%;
}

.form input::placeholder {
  font-size: 20px;
  color: rgb(var(--main-color-primary-opacity), 0.6);
  line-height: 120%;
}

.form__group {
  width: 100%;
}

.form__group label {
  position: absolute;
  bottom: 18px;
  left: 0;
  display: block;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: all 0.3s ease 0s;
}

.form__group input:focus + label {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.form__group label._active {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.form__group label {
  font-size: 20px;
  line-height: 120%;
  color: rgb(var(--main-color-primary-opacity), 0.6);
  display: flex;
  gap: 4px;
  align-items: flex-end;
  pointer-events: none;
  flex-wrap: wrap;
}

.form__group label span {
  color: var(--main-color-secondary);
}

.form__group label p {
  font-size: 14px;
  line-height: 120%;
}

.form__group textarea {
  width: 100%;
  height: 100px;
  resize: none;
  background: transparent;
  font-size: 20px;
  color: rgb(var(--main-color-primary-opacity), 0.6);
  line-height: 120%;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(24, 27, 50, 0.8);
  width: 100%;
}

.form__box {
  position: relative;
}

.form__field {
  margin-bottom: 80px;
}

.form__bottom {
  display: flex;
  gap: 40px;
  flex-direction: row;
  align-items: center;
}

.popup-callback .form__bottom {
  align-items: flex-start;
  flex-direction: column;
}

.form button {
  border-radius: 40px;
  background: var(--main-color-secondary);
  font-size: 20px;
  color: var(--main-color-white);
  line-height: 120%;
  letter-spacing: -0.4px;
  padding: 25px 31px 25px 69px;
  position: relative;
  border: 1px solid var(--main-color-secondary);
  transition: all 0.3s ease 0s;
}

.form button:hover {
  color: var(--main-color-primary);
  background: transparent;
}

.form button:hover::before {
  filter: brightness(0%);
}

.form button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  width: 19px;
  height: 10px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/form/icon/arrow-right.svg") no-repeat center/contain;
  transition: all 0.2s ease 0s;
}

.form .form-policy {
  display: flex;
  gap: 14px;
  align-items: center;
}

.form .form-policy input {
  display: none;
}

.form .form-policy._error .form-policy__label {
  border-color: #ce0037;
}

.form .form-policy input:checked + .form-policy__label::after {
  opacity: 1;
}

.form .form-policy__label {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid rgba(24, 27, 50, 0.3);
  flex-shrink: 0;
  cursor: pointer;
  /* display: none; */
}

.form .form-policy__label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ce0037;
  transition: opacity 0.3s ease 0s;
  opacity: 0;
}

.form .form-policy__text {
  font-size: 20px;
  color: rgb(var(--main-color-primary-opacity), 0.7);
  line-height: 100%;
}

.form .form-policy__text a {
  text-decoration: underline;
  font-size: 20px;
  color: rgb(var(--main-color-primary-opacity), 0.7);
  line-height: 100%;
  display: inline;
}

.fancybox__backdrop {
  --fancybox-bg: rgba(24, 24, 27, 0.5);
}

.popup-order .form__field {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 80px;
}

.popup-order .form__group {
  width: calc(50% - 20px);
  margin-bottom: 0px;
}

.popup-order .popup__wrapper {
  max-width: 1240px;
  padding: 229px 120px 50px 120px;
}

.popup-order button {
  margin-bottom: 0px;
}

.form-select {
  font-size: 20px;
  color: rgb(var(--main-color-primary-opacity), 0.6);
  line-height: 120%;
  position: relative;
}

.form-select__initial {
  padding-bottom: 14px;
  padding-right: 14px;
  border-bottom: 1px solid rgba(24, 27, 50, 0.8);
  cursor: pointer;
  position: relative;
}

.form-select__initial span {
  color: var(--main-color-secondary);
}

.form-select__initial::after {
  content: "";
  position: absolute;
  top: 11px;
  right: 0;
  width: 8px;
  height: 6px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/form/icon/arrow-select.svg") no-repeat center/contain;
  transition: transform 0.1s ease 0s;
}

.form-select__initial._active::after {
  transform: rotate(180deg);
}

.form-select-hidden {
  border-left: 1px solid rgba(24, 27, 50, 0.8);
  border-right: 1px solid rgba(24, 27, 50, 0.8);
  border-bottom: 1px solid rgba(24, 27, 50, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  background: #fff;
  z-index: 2;
  width: 100%;
  display: none;
}

.form-select-hidden._show {
  display: block;
}

.form-select-hidden__list {
  display: flex;
  flex-direction: column;
  max-height: 200px;
  overflow: auto;
}

.form-select-hidden__item {
  padding: 10px;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.form-select-hidden__item:not(:last-child) {
  border-bottom: 1px solid rgba(24, 27, 50, 0.1);
}

.form-select-hidden__item:hover {
  background: rgba(24, 27, 50, 0.1);
}

.form-select-hidden__item._selected {
  background: rgba(24, 27, 50, 0.1);
}

.consult {
  max-width: 1920px;
  margin: 0 auto;
}

.consult__wrapper {
  display: flex;
}

.consult__img {
  max-width: 680px;
  width: 100%;
}

.consult__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.consult-form {
  background: #152939;
  width: 100%;
  padding: 84px 120px 224px 120px;
}

.consult-form__h-title {
  margin-bottom: 150px;
  color: rgb(var(--main-color-white-opacity), 0.6);
}

.consult-form__h-title::after {
  background: rgb(var(--main-color-white-opacity), 0.6);
}

.consult-form__title {
  color: var(--main-color-white);
  margin-bottom: 40px;
}

.consult-form__sub-title {
  font-size: 20px;
  color: rgb(var(--main-color-white-opacity), 0.7);
  line-height: 100%;
  margin-bottom: 80px;
}

.consult .form__group label {
  color: var(--main-color-white);
}

.consult .form__group textarea {
  border-color: var(--main-color-white);
  color: var(--main-color-white);
}

.consult .form__group textarea + label {
  bottom: auto;
  top: 0;
}

.consult .form__bottom {
  flex-direction: row;
  align-items: center;
}

.consult .form button:hover {
  color: #fff;
}

.consult .form button:hover::before {
  filter: none;
}

.consult .form input {
  background: transparent;
  color: var(--main-color-white);
  border-color: rgb(var(--main-color-white-opacity), 0.8);
}

.consult .form input::-moz-placeholder {
  color: var(--main-color-white);
}

.consult .form input::placeholder {
  color: var(--main-color-white);
}

.consult .form .form__field {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.consult .form .form__group {
  width: calc(50% - 20px);
}

.consult .form .form__group:not(:last-of-type) {
  margin-bottom: 0px;
}

.consult .form .form-select__initial::after {
  top: 40%;
}

.consult .form .form-policy__label {
  border-color: rgba(255, 255, 255, 0.3);
}

.consult .form-policy__text {
  color: rgb(var(--main-color-white-opacity), 0.7);
}

.consult .form-policy__text a {
  color: rgb(var(--main-color-white-opacity), 0.7);
}

.form-select {
  position: relative;
}

.consult .form-select__initial {
  color: var(--main-color-white);
  border-color: rgb(var(--main-color-white-opacity), 0.8);
}

.consult .form-select__initial::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 8px;
  height: 6px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/catalog-detail/consult-block/icon/arrow-down.svg") no-repeat center/contain;
}

.f-vacancy {
  max-width: 1240px;
  width: 100%;
}

.f-vacancy .popup__wrapper {
  max-width: 1240px;
  padding: 80px 120px;
}

.f-vacancy .popup__title {
  margin-bottom: 28px;
}

.f-vacancy .popup__description {
  margin-bottom: 60px;
}

.form .f-vacancy .form__field {
  width: 100%;
}

.form .form-first .form__field {
  margin-bottom: 0px;
}

.form .form-education__first .form__field {
  margin-bottom: 40px;
}

.form .form-education__additional .form__field {
  margin-bottom: 0px;
}

.form .form-work .form__field {
  margin-bottom: 40px;
}

.form .form-salary .form__field {
  margin-bottom: 0px;
}

.form .form-family .form__field {
  margin-bottom: 0px;
}

.f-vacancy .form__group {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.f-vacancy .form__box._full-width {
  width: 100%;
}

.f-vacancy .form__box {
  width: calc(50% - 20px);
}

.form__point-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 80%;
  margin-bottom: 40px;
}

.form-work .form__point-title {
  margin-bottom: 16px;
}

.form-first {
  margin-bottom: 40px;
  width: 100%;
}

.form-education {
  margin-bottom: 60px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.form-education__first {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
  width: 100%;
}

.form-education__block {
  width: 100%;
}

.form-education__btn {
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.4px;
  border-radius: 40px;
  background: rgba(24, 27, 50, 0.03);
  padding: 12px 45px 12px 26px;
  position: relative;
  cursor: pointer;
}

.form-education__btn::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 26px;
  transform: translateY(-50%);
  font-size: 18px;
  font-weight: 400;
  line-height: 80%;
  color: var(--main-color-primary);
}

.form-education__btn._active::after {
  content: "-";
}

.form-education__additional {
  width: 100%;
}

.form-work {
  margin-bottom: 60px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.form-work__point-sub-title {
  font-size: 14px;
  color: rgb(var(--main-color-primary-opacity), 0.6);
  line-height: 120%;
  margin-bottom: 28px;
}

.form-work__block {
  width: 100%;
}

.form-work__btn {
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.4px;
  border-radius: 40px;
  background: rgba(24, 27, 50, 0.03);
  padding: 12px 45px 12px 26px;
  position: relative;
  cursor: pointer;
}

.form-work__btn._hidden {
  display: none;
}

.form-work__btn::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 26px;
  transform: translateY(-50%);
  font-size: 18px;
  font-weight: 400;
  line-height: 80%;
  color: var(--main-color-primary);
}

.form-work__btn._active::after {
  content: "-";
}

.form-family {
  width: 100%;
  margin-bottom: 60px;
}

.form-family__field {
  display: none;
  width: 100%;
}

.form-family__field._show {
  display: block;
}

.form-salary {
  width: 100%;
  margin-bottom: 60px;
}

.popup-consult .popup__wrapper {
  max-width: 1240px;
  padding: 245px 120px 50px 120px;
}

.popup-consult .popup__wrapper .form__field {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  flex-direction: row;
}

.popup-consult .popup__wrapper .form__group {
  width: calc(50% - 20px);
}

.condition .popup__wrapper {
  justify-content: center;
}

.condition .popup__title {
  max-width: 480px;
}

.condition .popup__description {
  margin-bottom: 0px;
}

.cart-popup {
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  box-shadow:
    0px 9px 40px 0px rgba(0, 0, 0, 0.04),
    0px 1.127px 10.017px 0px rgba(0, 0, 0, 0.02);
  z-index: 9;
  height: 100vh;
  overflow: auto;
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease 0s;
}

.cart-popup._show {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.cart-popup__wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.cart-popup__title {
  padding: 58px 40px 40px 57px;
  font-size: 38px;
  line-height: 100%;
}

.cart-popup__close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 18px;
  height: 18px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/basket/icon/close.svg") no-repeat center/contain;
  cursor: pointer;
}

.cart-popup__content {
  flex-grow: 1;
  margin-bottom: 20px;
}

.cart-popup__list {
  display: flex;
  flex-direction: column;
  background: rgba(24, 27, 50, 0.03);
  padding: 40px 60px;
}

.cart-popup__item {
  display: flex;
  align-items: center;
  gap: 75px;
}

.cart-popup__item:not(:last-child) {
  padding-bottom: 27px;
  border-bottom: 1px solid rgba(24, 27, 50, 0.1);
}

.cart-popup__item:not(:first-child) {
  padding-top: 28px;
}

.cart-popup__link {
  display: flex;
  align-items: center;
  gap: 14px;
}

.cart-popup__img {
  height: 64px;
  flex-shrink: 0;
}

.cart-popup__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.cart-popup__info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cart-popup__name {
  font-size: 20px;
  line-height: 100%;
  color: rgb(var(--main-color-primary-opacity), 0.8);
  max-width: 264px;
}

.cart-popup__price {
  font-size: 14px;
  line-height: 120%;
  color: rgb(var(--main-color-primary-opacity), 0.4);
}

.cart-popup__delete {
  width: 10px;
  height: 10px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/basket/icon/delete.svg") no-repeat center/contain;
  cursor: pointer;
}

.cart-popup__bottom {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
  padding: 0 60px 68px 60px;
}

.cart-popup__order {
  border-radius: 40px;
  background: var(--main-color-secondary);
  border: 1px solid var(--main-color-secondary);
}

.cart-popup__order a {
  padding: 15px 33px;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.4px;
  color: var(--main-color-white);
}

.cart-popup__basket a {
  padding-left: 43px;
  font-size: 16px;
  color: var(--main-color-secondary);
  line-height: 100%;
  position: relative;
}

.cart-popup__basket a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 19px;
  height: 10px;
  background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/basket/icon/arrow-red.svg") no-repeat center/contain;
  transition: transform 0.3s ease 0s;
}

.cart-popup__basket a:hover::before {
  transform: translate(10px, -50%);
}

.cart-popup-price {
  padding: 0 60px;
  margin-bottom: 40px;
}

.cart-popup-price__box {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid rgba(24, 27, 50, 0.1);
  padding-bottom: 40px;
}

.cart-popup-price__text {
  font-size: 20px;
  line-height: 100%;
  color: rgb(var(--main-color-primary-opacity), 0.8);
}

.cart-popup-price__value {
  font-size: 38px;
  font-weight: 500;
  line-height: 80%;
}

html {
  scroll-behavior: smooth;
}


.cookie-block {
  position: fixed;
  bottom: 40px;
  background: #fff;
  border-radius: 10px;
  z-index: 20;
  padding: 25px;
  width: 430px;
  left: 28px;
  box-shadow: 0 0 2px 2px rgba(221, 221, 221, 1);
  display: none;
}

.cookie-body {
  color: #000;
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 100%;
}

.cookie-botton {
  font-size: 16px;
  line-height: 24px;
  background-color: #ce0037;
  border: 3px solid 1px solid #ce0037;
  color: #fff;
  padding: 4px 14px;
  cursor: pointer;
  border-radius: 10px;
  text-align: center;
  transition: transform 0.3s ease 0s;
}

.cookie-botton:hover {
  transform: scale(0.97);
}
/* End */


/* Start:/bitrix/templates/bryanskselmash/assets/css/media.css?1784189679121415*/
@charset "UTF-8";

/* ==========  общие медиа-запросы  ========== */

@media screen and (max-width: 1830px) {
  .partners-slider__prev {
    left: -29px;
  }

  .partners-slider__next {
    right: -29px;
  }

  .cd-first__bottom {
    gap: 40px;
  }

  .a-first-doc__item {
    width: calc(20% - 32px);
  }

  .fd-first-other__slider {
    margin: 0 40px;
  }

  .fd-first-other-nav__prev {
    left: -40px;
  }

  .fd-first-other-nav__next {
    right: -40px;
  }

  .fd-first-other__one-click a {
    font-size: 18px;
    padding: 14px 20px;
  }

  .fd-first-other__basket {
    padding: 13px 25px;
  }

  .popular-nav__prev {
    left: -25px;
  }

  .popular-nav__next {
    right: -25px;
  }
}

@media screen and (max-width: 1736px) {
  h1 {
    font-size: 55px;
  }

  h2 {
    font-size: 55px;
  }

  h3 {
    font-size: 30px;
  }

  .catalog-slider__model {
    left: -45px;
    top: 20px;
    font-size: 200px;
  }

  .catalog-slider__item {
    flex-direction: column;
    gap: 4px;
  }

  .catalog-slider__content {
    padding-bottom: 0px;
    flex-grow: 1;
  }

  .catalog-slider-img {
    padding-top: 0px;
    align-self: center;
    flex-direction: column-reverse;
    gap: 40px;
  }

  .catalog-slider__info {
    max-width: 800px;
    padding-top: 100px;
  }

  .catalog-slider__bottom {
    position: static;
  }

  .catalog-slider-img-mark__item {
    display: none;
  }

  .catalog-slider-img-parameter__item {
    position: static;
    width: calc(33.333% - 9.333px);
  }

  .catalog-slider-img__picture {
    height: auto;
    max-width: 700px;
  }

  .catalog-slider-img__picture img {
    height: 100%;
  }

  .catalog-slider-img-parameter__item:nth-child(1),
  .catalog-slider-img-parameter__item:nth-child(2),
  .catalog-slider-img-parameter__item:nth-child(3),
  .catalog-slider-img-parameter__item:nth-child(4),
  .catalog-slider-img-parameter__item:nth-child(5),
  .catalog-slider-img-parameter__item:nth-child(6) {
    max-width: none;
  }

  .catalog-slider-img-parameter__list {
    gap: 14px;
  }

  .catalog {
    padding-bottom: 80px;
  }

  .catalog-slider__list {
    margin-bottom: 40px;
  }

  .technic__model {
    right: 0;
    font-size: 180px;
  }

  .technic-slider-big {
    max-width: 1170px;
  }

  .parts__content::after {
    width: 400px;
    height: 200px;
    right: -150px;
  }

  .parts__content {
    padding: 84px 200px 180px 120px;
  }

  .diller__map {
    max-width: 840px;
    padding-right: 0px;
  }

  .diller {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .event__wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .partners-slider__prev,
  .partners-slider__next {
    display: none;
  }

  .partners {
    padding-bottom: 100px;
  }

  .footer__middle {
    max-width: none;
    padding-right: 0px;
  }

  .footer__content {
    max-width: none;
  }

  .footer {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .popup__wrapper {
    padding: 100px 80px;
  }

  .popup-consult .popup__wrapper {
    padding: 100px 80px;
    max-width: 800px;
  }

  .popup-order .popup__wrapper {
    padding: 100px 80px;
    max-width: 800px;
  }

  .popup__title {
    font-size: 50px;
  }

  .c-first__info {
    padding: 60px 80px 60px;
  }

  .c-first {
    margin: 0 auto 100px auto;
  }

  .c-product {
    margin-bottom: 100px;
  }

  .c-detail__info {
    padding: 60px 80px 60px;
  }

  .c-detail__description {
    -moz-column-gap: 40px;
    column-gap: 40px;
  }

  .c-detail__description p {
    width: calc(50% - 20px);
  }

  .c-video-slider-big {
    max-width: 880px;
  }

  .c-video {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .c-interested__wrapper::after {
    width: 632px;
    height: 318px;
  }

  .c-interested__wrapper {
    padding-top: 100px;
  }

  .cd-first-advantages__list {
    gap: 15px;
    justify-content: space-between;
  }

  .cd-first-advantages__item {
    gap: 18px;
  }

  .cd-first__bottom {
    gap: 20px;
    flex-direction: column-reverse;
    position: relative;
    transform: translateX(0);
    left: 0;
    padding-right: 0;
    width: auto;
    max-width: none;
    margin: 0 -28px;
    padding-top: 35px;
  }

  .cd-first-advantages {
    max-width: none;
    padding: 64px 80px;
  }

  .cd-first__wrapper {
    padding: 255px 0px 0px 0px;
  }

  .cd-first-info-detail__title {
    font-size: 70px;
  }

  .cd-first-info-detail__description {
    font-size: 35px;
  }

  .cd-first-slider__img {
    height: 400px;
    width: 800px;
  }

  .cd-first-control-nav__prev,
  .cd-first-control-nav__next {
    width: 60px;
    height: 60px;
  }

  .cd-first-control-nav {
    gap: 20px;
  }

  .cd-first-slider__height-block {
    margin-top: 180px;
    margin-bottom: 200px;
  }

  .d-info {
    padding-top: 100px;
    padding-bottom: 110px;
  }

  .a-first {
    padding-bottom: 100px;
  }

  .cd-desc-info-har__value {
    font-size: 30px;
  }

  .cd-desc {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cd-har {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cd-lizing__title {
    margin-bottom: 80px;
  }

  .l-first-doc__item img {
    height: 212px;
  }

  .l-first-doc__item {
    width: calc(20% - 48px);
  }

  .l-first {
    padding-bottom: 100px;
  }

  .s-structure {
    padding-bottom: 100px;
  }

  .s-structure-people__item {
    width: calc(25% - 30px);
  }

  .s-structure::after {
    width: 780px;
    height: 390px;
  }

  .pr-first::after {
    left: -510px;
    width: 700px;
    height: 352px;
  }

  .pr-first {
    padding-bottom: 100px;
  }

  .cd-lizing {
    padding-bottom: 100px;
  }

  .cd-clients-slider__list {
    margin-bottom: 80px;
  }

  .cd-clients {
    padding-bottom: 100px;
  }

  .warranty__content {
    padding: 84px 100px 100px 100px;
  }

  .warranty-parts {
    padding: 220px 100px 100px 100px;
  }

  .warranty__h-title {
    margin-bottom: 100px;
  }

  .warranty-parts__info {
    margin-bottom: 100px;
  }

  .warranty__info {
    margin-bottom: 100px;
  }

  .n-news__name {
    font-size: 16px;
  }

  .n-news__item:first-child .n-news__img {
    height: 380px;
  }

  .n-news__img {
    height: 250px;
  }

  .n-news__item {
    width: calc(33.333% - 26.666px);
  }

  .n-news__item:first-child {
    width: calc(66.667% - 14px);
  }

  .n-news {
    padding-bottom: 100px;
  }

  .consult-form {
    padding: 84px 120px 120px 120px;
  }

  .p-parts__name {
    font-size: 16px;
  }

  .p-parts__year {
    font-size: 14px;
  }

  .p-parts__list {
    gap: 14px;
  }

  .p-parts__item {
    width: calc(25% - 10.5px);
  }

  .p-parts {
    padding-bottom: 100px;
  }

  .nd-first {
    padding-bottom: 100px;
  }

  .nd-first::after {
    left: -450px;
    width: 600px;
    height: 300px;
  }

  .st-stock__description {
    font-size: 18px;
  }

  .st-stock {
    padding-bottom: 100px;
  }

  .st-stock::after {
    left: -375px;
    width: 600px;
    height: 302px;
  }

  .sd-first-top__name {
    font-size: 50px;
  }

  .sd-first-desc {
    margin-bottom: 100px;
  }

  .sd-first {
    padding-bottom: 80px;
  }

  .sd-first-interesting__name {
    font-size: 21px;
  }

  .sd-first-interesting__info {
    padding: 40px;
  }

  .np-first {
    padding-bottom: 100px;
  }

  .np-first-file__item {
    width: calc(16.666% - 33.333px);
  }

  .ps-first-accordion__img {
    max-width: 640px;
    height: 375px;
  }

  .ps-first-accordion__wrapper {
    max-width: calc(100% - 650px);
  }

  .ps-first {
    margin-bottom: 100px;
  }

  .sc-first {
    margin-bottom: 100px;
  }

  .ad-first__info,
  .ad-first-administration {
    margin-bottom: 100px;
  }

  .ad-first {
    padding-bottom: 100px;
  }

  .ad-first-news__title {
    max-width: 200px;
  }

  .ps-first-accordion._height .ps-first-accordion__wrapper {
    min-height: 375px;
  }

  .contacts-first__map {
    height: 800px;
  }

  .contacts-first-popup-consult {
    padding: 40px;
    max-width: 400px;
  }

  .contacts-first-popup-date {
    padding: 40px;
    gap: 30px;
    max-width: 400px;
  }

  .contacts-first-popup-date__close,
  .contacts-first-popup-consult__close {
    top: 30px;
    right: 20px;
  }

  .contacts-first-popup-consult__title,
  .contacts-first-popup-date__title {
    font-size: 32px;
  }

  .contacts-first-popup-consult__top {
    margin-bottom: 60px;
  }

  .contacts-first-popup-consult .form__field {
    margin-bottom: 60px;
  }

  .contacts-first {
    margin: 0 auto 100px auto;
  }

  .cn-info {
    margin-bottom: 100px;
  }

  .cr-first-info {
    margin-bottom: 100px;
  }

  .ab-first-info__big {
    font-size: 100px;
    right: -50px;
  }

  .ab-first-num__title {
    font-size: 50px;
  }

  .ab-first-num-advantages__value {
    font-size: 45px;
  }

  .ab-first-num__wrapper {
    gap: 80px;
  }

  .cr-first-advantages__wrapper::after {
    width: 280px;
    height: 325px;
  }

  .cr-first-advantages-hidden {
    min-width: 278px;
  }

  .cr-first {
    margin-bottom: 100px;
  }

  .ab-first-color__description p,
  .ab-first-color__description span,
  .ab-first-color__description li,
  .ab-first-color__description a {
    font-size: 16px;
  }

  .ab-first-color__title {
    font-size: 20px;
  }

  .ab-first-color__right {
    max-width: 380px;
  }

  .ab-first-color__block {
    max-height: 270px;
    max-width: none;
  }

  .s-search {
    margin-bottom: 100px;
  }

  .ab-first-detail {
    margin-bottom: 100px;
  }

  .ab-first {
    padding-bottom: 100px;
  }

  .ad-first-news-slider {
    width: calc(100% - 247px);
  }

  .training-detail-tumb {
    max-width: none;
  }

  .diller.training {
    padding-bottom: 100px;
    padding-top: 0px;
  }

  .f-vacancy .popup__wrapper {
    padding: 80px 60px;
  }

  .pd-table-value__item {
    font-size: 14px;
  }

  .pd-table-value__btn {
    font-size: 14px;
  }

  .pd-first-table-top__item {
    font-size: 14px;
  }

  .pd-first-picture-availability__item {
    font-size: 16px;
    padding: 3px 0px 3px 32px;
  }

  .pd-first-picture-availability__item::before {
    width: 22px;
    height: 22px;
  }

  .pd-first-picture__img {
    height: 350px;
  }

  .fan-elem__item {
    width: calc(25% - 30px);
  }

  .fan {
    margin-bottom: 100px;
  }

  .fd-first-other__one-click a {
    font-size: 16px;
  }

  .fd-first-other__basket img {
    width: 14px;
    height: 14px;
  }

  .fd-first-other__basket {
    padding: 19px;
  }

  .fd-first__wrapper {
    gap: 40px;
  }

  .fd-first__content {
    width: calc(100% - 270px);
  }

  .fd-first {
    margin-bottom: 100px;
  }

  .cd-har-accordion__wrapper {
    max-width: calc(100% - 650px);
  }

  .cd-har-accordion._height .cd-har-accordion__wrapper {
    min-height: 375px;
  }

  .cd-har-accordion__img {
    max-width: 640px;
    height: 375px;
  }

  .fav {
    margin-bottom: 100px;
  }

  .basket {
    margin-bottom: 100px;
  }

  .popular {
    margin-bottom: 100px;
  }

  .cart-popup__title {
    font-size: 34px;
  }

  .error__info {
    bottom: 20px;
    padding-right: 0px;
    gap: 20px;
  }

  .error__title {
    font-size: 40px;
  }

  .error__text {
    font-size: 30px;
  }

  .cd-first-info-har::after {
    width: 365px;
    height: 460px;
  }

  .cd-first-info-har-detail__text {
    font-size: 18px;
  }

  .o-order {
    margin-bottom: 100px;
  }
  .o-order-content-pickup__address {
    font-size: 18px;
  }
  .o-order-content-pickup__btn {
    font-size: 18px;
  }
  .o-order-content-pickup__title {
    font-size: 18px;
  }
  .o-order-content-pickup__map {
    max-width: 475px;
  }
  .cd-first-control {
    padding: var(--conteiner-padding);
    align-self: flex-start;
  }
}

@media screen and (max-width: 1440.98px) {
  h1 {
    font-size: 45px;
  }

  h2 {
    font-size: 45px;
  }

  h3 {
    font-size: 24px;
  }

  .header-bottom__logo {
    max-width: 184px;
  }

  .header-bottom__content {
    gap: 15px;
  }

  .header-bottom-menu__item._catalog-menu,
  .header-bottom-menu__item._lvl-menu,
  .header-bottom-menu__item {
    padding: 15px 10px;
  }

  .header-bottom {
    gap: 10px;
  }

  .header-bottom-menu__link {
    font-size: 16px;
  }

  .header-bottom__basket img {
    width: 20px;
    height: 20px;
  }

  .header-bottom__search {
    width: 20px;
    height: 20px;
  }

  .header-top__location {
    font-size: 16px;
  }

  .header-top-social__list {
    gap: 6px;
  }

  .header-top-contacts__list {
    gap: 15px;
  }

  .header-top__content {
    gap: 15px;
  }

  .header-top__btn {
    font-size: 18px;
  }

  .header-top-social {
    display: none;
  }

  .first-slider__item {
    padding: 210px 0px 240px 0px;
  }

  .first-slider__title {
    font-size: 70px;
  }

  .company__info {
    padding-bottom: 290px;
  }

  .company-advantages__list {
    gap: 20px;
    margin-bottom: 40px;
  }

  .company-advantages {
    padding-top: 80px;
  }

  .company::after {
    width: 650px;
    height: 325px;
  }

  .company-advantages__item {
    gap: 18px;
  }

  .technic-slider__block {
    flex-direction: column;
  }

  .technic-slider-tumb__list {
    flex-direction: row;
    gap: 0;
  }

  .technic-slider-tumb {
    max-width: none;
    width: auto;
    padding-bottom: 0px;
  }

  .technic-slider-big {
    max-width: none;
  }

  .technic-slider__bottom {
    flex-direction: row-reverse;
    max-width: none;
  }

  .technic__model {
    font-size: 80px;
    top: 160px;
  }

  .technic {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .technic-slider-big-card__img {
    padding: 53px 30px;
  }

  .technic-slider__block {
    gap: 72px;
  }

  .technic-slider__link {
    left: auto;
    right: 0;
  }

  .technic-slider-nav {
    padding-right: 165px;
  }

  .number-detail__value {
    font-size: 45px;
  }

  .number__bookmark {
    font-size: 28px;
    padding: 90px 0px 90px 76px;
  }

  .number__bookmark::before {
    top: 96px;
    width: 60px;
    height: 60px;
  }

  .number__info::before {
    height: 400px;
    width: 540px;
    left: -28px;
  }

  .number {
    padding-bottom: 90px;
  }

  .number__info {
    max-width: 515px;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .parts__h-title {
    margin-bottom: 60px;
  }

  .parts__content {
    padding: 84px 120px 160px 120px;
  }

  .parts__content::after {
    width: 315px;
    height: 157px;
  }

  .diller__content {
    flex-direction: column;
  }

  .diller-detail {
    max-width: none;
    padding-top: 0px;
  }

  .diller__map {
    align-self: center;
  }

  .diller {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .diller-detail-city {
    margin-bottom: 60px;
  }

  .diller__line {
    display: none;
  }

  .event__wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
    gap: 40px;
  }

  .event__title::before {
    width: 500px;
    height: 250px;
    left: -355px;
  }

  .partners {
    padding-bottom: 80px;
  }

  .footer-social {
    margin-right: 0px;
  }

  .footer__address {
    margin-right: 20px;
  }

  .footer-phone {
    margin-right: 20px;
  }

  .footer__mail {
    margin-right: 0px;
  }

  .footer__btn {
    padding: 26px 26px 26px 58px;
  }

  .footer__wrapper {
    gap: 40px;
  }

  .footer__content {
    gap: 40px;
  }

  .footer {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .popup__wrapper {
    padding: 80px 60px;
  }

  .popup-order .popup__wrapper {
    padding: 80px 60px;
  }

  .popup-consult .popup__wrapper {
    padding: 80px 60px;
  }

  .popup__title {
    font-size: 40px;
  }

  .c-first__name {
    font-size: 30px;
  }

  .c-first__description *,
  .c-first__description p {
    font-size: 18px;
    width: 100% !important;
  }

  .c-first__info {
    padding: 40px 40px 40px;
  }

  .c-first__description {
    gap: 21px;
  }

  .c-first {
    margin: 0 auto 80px auto;
  }

  .header {
    padding-bottom: 20px;
  }

  .c-product__item {
    width: calc(33.333% - 26.666px);
  }

  .c-product {
    margin-bottom: 80px;
  }

  .c-detail__info {
    padding: 40px 40px 40px;
  }

  .c-detail__description p {
    font-size: 18px;
  }

  .c-detail__title {
    font-size: 30px;
  }

  .c-video-slider-tumb__info {
    padding: 15px 10px 15px 70px;
  }

  .c-video-slider {
    gap: 20px;
  }

  .c-video-slider-tumb__info::before {
    left: 15px;
    width: 40px;
    height: 40px;
  }

  .c-video-slider-tumb__text {
    font-size: 14px;
  }

  .c-video-slider-tumb__name {
    font-size: 14px;
  }

  .c-video-slider-big__info {
    padding: 22px 15px 22px 96px;
  }

  .c-video-slider-big__info::before {
    left: 22px;
    width: 60px;
    height: 60px;
  }

  .c-video-slider-big__text {
    font-size: 14px;
  }

  .c-video-slider-big__name {
    font-size: 16px;
  }

  .c-video-slider {
    height: 400px;
  }

  .c-video-nav__prev,
  .c-video-nav__next {
    width: 60px;
    height: 60px;
  }

  .c-video-slider-big {
    max-width: 740px;
  }

  .c-video {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .c-interested__wrapper {
    padding-bottom: 160px;
    padding-top: 80px;
    gap: 40px;
  }

  .c-interested__wrapper::after {
    width: 300px;
    height: 152px;
    right: -150px;
  }

  .cd-first-info-har-detail__text {
    font-size: 16px;
  }

  .cd-first-info-har-detail__value {
    font-size: 21px;
  }

  .cd-first-info-har__list {
    gap: 20px;
  }

  .cd-first-info-detail__btn {
    padding: 21px 24px 20px 58px;
    font-size: 18px;
  }

  .breadcrumb._position {
    top: 138px;
  }

  .cd-first-info-har__icon {
    width: 50px;
    height: 50px;
  }

  .cd-first-info-har__icon img {
    width: 20px;
    height: 20px;
  }

  .d-info {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .d-info__title {
    font-size: 30px;
  }

  .sidebar-menu__link {
    font-size: 18px;
  }

  .a-first__wrapper {
    gap: 20px;
  }

  .a-first-pag__item {
    font-size: 18px;
  }

  .a-first-pag__list {
    gap: 22px;
  }

  .a-first-doc__list {
    gap: 28px;
  }

  .a-first-doc__item {
    width: calc(20% - 22.4px);
  }

  .a-first {
    padding-bottom: 80px;
  }

  .cd-desc-info-har__value {
    font-size: 21px;
  }

  .cd-desc-info-har__name {
    font-size: 18px;
  }

  .cd-desc-info__content p,
  .cd-desc-info__content span,
  .cd-desc-info__content a,
  .cd-desc-info__content li {
    font-size: 18px;
  }

  .cd-desc__wrapper {
    gap: 40px;
  }

  .cd-desc {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .cd-desc-material__item {
    gap: 18px;
  }

  .cd-desc-material__name {
    font-size: 18px;
  }

  .cd-desc-material__icon {
    width: 60px;
    height: 60px;
  }

  .cd-desc-info-har__list {
    gap: 20px;
  }

  .cd-desc-info-har__item {
    width: 100%;
  }

  .cd-desc-info-har {
    padding-top: 70px;
  }

  .cd-desc-material__list {
    gap: 30px;
  }

  .cd-desc-material__item {
    width: calc(25% - 22.5px);
  }

  .cd-har {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .cd-har__img {
    padding: 0;
    max-width: 500px;
  }

  .cd-har__img-block {
    max-width: 500px;
  }

  .cd-lizing__text p,
  .cd-lizing__text span,
  .cd-lizing__text li,
  .cd-lizing__text a {
    font-size: 18px;
  }

  .cd-lizing__btn {
    font-size: 18px;
  }

  .cd-lizing__title {
    margin-bottom: 60px;
  }

  .l-first-doc__item {
    width: calc(25% - 45px);
  }

  .l-first {
    padding-bottom: 80px;
  }

  .s-structure {
    padding-bottom: 80px;
  }

  .s-structure-people__name {
    font-size: 18px;
  }

  .s-structure-people__item {
    gap: 22px;
    width: calc(25% - 21px);
  }

  .s-structure-people__list {
    row-gap: 30px;
    -moz-column-gap: 28px;
    column-gap: 28px;
  }

  .s-structure-people__post {
    font-size: 14px;
  }

  .s-structure-people__phone {
    font-size: 14px;
  }

  .s-structure-people__mail {
    font-size: 14px;
  }

  .pr-first__item p,
  .pr-first__item span,
  .pr-first__item a {
    font-size: 16px;
  }

  .pr-first__item {
    padding: 28px;
  }

  .pr-first__text {
    font-size: 18px;
  }

  .pr-first {
    padding-bottom: 80px;
  }

  .pr-first__sub-title {
    font-size: 18px;
  }

  .cd-lizing {
    padding-bottom: 80px;
  }

  .cd-clients-slider-info {
    padding: 22px;
  }

  .cd-clients-slider-info__text {
    font-size: 16px;
  }

  .cd-clients-slider__list {
    margin-bottom: 60px;
  }

  .cd-clients {
    padding-bottom: 80px;
  }

  .cd-clients-slider-info__link {
    font-size: 18px;
  }

  .cd-clients-slider__item {
    gap: 22px;
  }

  .cd-clients-slider__img {
    height: 290px;
  }

  .warranty__content {
    padding: 80px 80px 80px 80px;
  }

  .warranty-parts {
    padding: 196px 80px 80px 80px;
  }

  .warranty__h-title {
    margin-bottom: 80px;
  }

  .warranty-parts__info {
    margin-bottom: 80px;
  }

  .warranty__info {
    margin-bottom: 80px;
  }

  .warranty__info p,
  .warranty__info span,
  .warranty__info li,
  .warranty__info a {
    font-size: 18px;
  }

  .warranty-parts__info p,
  .warranty-parts__info span,
  .warranty-parts__info li,
  .warranty-parts__info a {
    font-size: 18px;
  }

  .n-news__img {
    height: 200px;
  }

  .n-news__item:first-child .n-news__img {
    height: 320px;
  }

  .n-news::after {
    left: -380px;
    width: 600px;
    height: 300px;
  }

  .n-news {
    padding-bottom: 80px;
  }

  .n-news__list {
    gap: 28px;
  }

  .n-news__item {
    width: calc(33.333% - 18.666px);
  }

  .n-news__item:first-child {
    width: calc(66.667% - 10px);
  }

  .consult-form {
    padding: 84px 80px 100px 80px;
  }

  .consult .form-policy__text {
    font-size: 18px;
  }

  .consult-form__h-title {
    margin-bottom: 100px;
  }

  .consult__img {
    max-width: 400px;
  }

  .consult-form__sub-title {
    font-size: 18px;
  }

  .consult .form input {
    font-size: 18px;
  }

  .consult .form input::-moz-placeholder {
    font-size: 18px;
  }

  .consult .form input::placeholder {
    font-size: 18px;
  }

  .consult .form-policy__text a {
    font-size: 18px;
  }

  .p-parts__item {
    width: calc(33.333% - 9.333px);
  }

  .p-parts-sidebar-other__item {
    font-size: 18px;
  }

  .p-parts-sidebar-news__name {
    font-size: 18px;
  }

  .p-parts-sidebar-btn {
    font-size: 18px;
  }

  .p-parts {
    padding-bottom: 80px;
  }

  .header-bottom-search._show {
    margin: 8px 0px 7px 0px;
  }

  .header-bottom-search__submit {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }

  .nd-first {
    padding-bottom: 80px;
  }

  .nd-first__first-img {
    height: 350px;
    margin-bottom: 40px;
  }

  .nd-first-nav__icon {
    width: 60px;
    height: 60px;
  }

  .nd-first-nav__prev,
  .nd-first-nav__next {
    gap: 15px;
  }

  .nd-first-nav__name {
    font-size: 14px;
    max-width: 200px;
  }

  .nd-first__description p,
  .nd-first__description span,
  .nd-first__description li,
  .nd-first__description a {
    font-size: 18px;
  }

  .nd-first-img__img {
    height: 350px;
  }

  .nd-first-img {
    margin-bottom: 40px;
  }

  .nd-first-gallery-nav__prev,
  .nd-first-gallery-nav__next {
    width: 60px;
    height: 60px;
  }

  .nd-first-nav {
    padding: 28px;
  }

  .st-stock__info {
    padding: 28px;
  }

  .st-stock {
    padding-bottom: 80px;
  }

  .st-stock__img {
    max-width: 132px;
  }

  .st-stock__description {
    font-size: 16px;
  }

  .sd-first-top__name {
    font-size: 35px;
  }

  .sd-first-top__description_ {
    font-size: 18px;
  }

  .sd-first-desc__info p {
    font-size: 18px;
  }

  .sd-first-desc {
    margin-bottom: 80px;
  }

  .sd-first-desc-advantages__text {
    font-size: 18px;
  }

  .sd-first-desc__btn {
    font-size: 18px;
  }

  .sd-first-desc-advantages {
    margin-bottom: 60px;
  }

  .sd-first-desc-advantages__list {
    gap: 14px;
  }

  .sd-first-desc-advantages__item {
    gap: 18px;
  }

  .sd-first {
    padding-bottom: 80px;
  }

  .sd-first-interesting__name {
    font-size: 18px;
  }

  .sd-first-interesting__img {
    max-width: 200px;
  }

  .sd-first-interesting-nav__prev,
  .sd-first-interesting-nav__next {
    width: 60px;
    height: 60px;
  }

  .np-first {
    padding-bottom: 80px;
  }

  .np-first-file__item {
    width: calc(20% - 32px);
  }

  .np-first__description p,
  .np-first__description span,
  .np-first__description li,
  .np-first__description a {
    font-size: 18px;
  }

  .np-first__description {
    margin-bottom: 80px;
  }

  .np-first-file-pag__list {
    gap: 10px;
  }

  .np-first-file-pag__item {
    font-size: 18px;
  }

  .header-bottom-search {
    gap: 15px;
  }

  .header-bottom-search-found__item {
    font-size: 18px;
  }

  .ps-first-accordion__img {
    max-width: 520px;
    height: 350px;
  }

  .ps-first-accordion._height .ps-first-accordion__wrapper {
    min-height: 350px;
  }

  .ps-first-accordion__wrapper {
    max-width: calc(100% - 530px);
  }

  .ps-first {
    margin-bottom: 80px;
  }

  .ps-first__description p,
  .ps-first__description span,
  .ps-first__description a,
  .ps-first__description li {
    font-size: 18px;
  }

  .ps-first-search__text {
    font-size: 18px;
  }

  .sc-first-gallery__text {
    font-size: 18px;
  }

  .sc-first-gallery__item {
    gap: 22px;
  }

  .sc-first__description p,
  .sc-first__description span,
  .sc-first__description a,
  .sc-first__description li {
    font-size: 18px;
  }

  .sc-first__description {
    margin-bottom: 44px;
  }

  .sc-first {
    margin-bottom: 80px;
  }

  .ad-first__description p,
  .ad-first__description span,
  .ad-first__description li,
  .ad-first__description a {
    font-size: 18px;
  }

  .ad-first__info,
  .ad-first-administration {
    margin-bottom: 80px;
  }

  .ad-first {
    padding-bottom: 80px;
  }

  .ad-first-news-slider__text {
    font-size: 18px;
  }

  .ad-first-administration__name {
    font-size: 18px;
  }

  .ad-first-administration__item {
    width: calc(25% - 30px);
  }

  .diller-detail-info {
    flex-direction: row;
    max-width: none;
    max-height: none;
    overflow: visible;
    flex-wrap: wrap;
  }

  .diller-detail-info__block {
    width: calc(50% - 20px);
  }

  .contacts-first__map {
    height: 632px;
  }

  .contacts-first-popup-consult__title,
  .contacts-first-popup-date__title {
    font-size: 28px;
  }

  .contacts-first-popup-date__block {
    gap: 22px;
  }

  .contacts-first-popup-date {
    gap: 22px;
    padding: 30px;
  }

  .contacts-first-popup-consult {
    padding: 30px;
  }

  .contacts-first-popup-consult__top {
    gap: 22px;
    margin-bottom: 22px;
  }

  .contacts-first-popup-consult .form__field {
    gap: 22px;
  }

  .contacts-first-popup-consult__text {
    font-size: 18px;
  }

  .contacts-first-popup-consult .form__field {
    margin-bottom: 40px;
  }

  .contacts-first-popup-consult .form__group input {
    font-size: 18px;
  }

  .contacts-first-popup-consult .form__group input::-moz-placeholder {
    font-size: 18px;
  }

  .contacts-first-popup-consult .form__group input::placeholder {
    font-size: 18px;
  }

  .contacts-first-popup-consult .form .form-policy__text {
    font-size: 16px;
  }

  .contacts-first-popup-consult .form .form-policy__text a {
    font-size: 16px;
  }

  .contacts-first-popup-consult .form__bottom {
    gap: 22px;
  }

  .contacts-first-popup-date__item p {
    font-size: 16px;
  }

  .contacts-first-popup-date__item p span {
    font-size: 16px;
  }

  .contacts-first-popup-date__item p a {
    font-size: 16px;
  }

  .contacts-first-btn__item p {
    font-size: 18px;
  }

  .contacts-first-btn__item {
    padding: 94px 29px 67px 30px;
  }

  .contacts-first-popup {
    right: 91px;
  }

  .contacts-first {
    margin: 0 auto 80px auto;
  }

  .cn-info-accordion-content__list {
    padding: 40px;
  }

  .cn-info-accordion-content__value {
    font-size: 18px;
  }

  .cn-info-accordion__title {
    font-size: 20px;
  }

  .cn-info-accordion-content__text {
    max-width: 250px;
  }

  .cn-info-line__text {
    font-size: 20px;
  }

  .cn-info-line-phone__value {
    font-size: 18px;
  }

  .cn-info {
    margin-bottom: 80px;
  }

  .cr-first-info__text p,
  .cr-first-info__text span,
  .cr-first-info__text a,
  .cr-first-info__text {
    font-size: 18px;
  }

  .cr-first-info-phone__value {
    font-size: 24px;
  }

  .cr-first-info-vacancy__title {
    font-size: 32px;
  }

  .cr-first-info-vacancy__item {
    padding: 40px;
  }

  .cr-first-info-vacancy__name {
    font-size: 22px;
  }

  .cr-first-info-vacancy__value {
    font-size: 18px;
  }

  .cr-first-info-vacancy__btn a {
    font-size: 18px;
  }

  .cr-first-info {
    margin-bottom: 80px;
  }

  .ab-first-info__big {
    font-size: 70px;
    right: -40px;
  }

  .ab-first-info__title {
    margin-bottom: 40px;
  }

  .ab-first-info__sub-title {
    font-size: 32px;
  }

  .ab-first-info__description p,
  .ab-first-info__description span,
  .ab-first-info__description li,
  .ab-first-info__description a {
    font-size: 18px;
  }

  .ab-first-info__description {
    margin-bottom: 44px;
  }

  .ab-first-info-bookmark {
    padding: 40px;
  }

  .ab-first-info-bookmark p {
    font-size: 18px;
  }

  .ab-first-num__title {
    font-size: 40px;
  }

  .ab-first-num-advantages__value {
    font-size: 35px;
  }

  .ab-first-num__info {
    gap: 40px;
  }

  .ab-first-num__wrapper {
    gap: 40px;
  }

  .ab-first-num__img {
    height: 350px;
  }

  .cr-first-advantages__wrapper::after {
    width: 200px;
    height: 231px;
  }

  .cr-first-advantages__wrapper {
    padding: 60px;
  }

  .cr-first-advantages-hidden {
    padding: 22px;
  }

  .cr-first-advantages-hidden__name {
    padding-bottom: 14px;
  }

  .cr-first-advantages-hidden__descripton {
    padding-top: 16px;
  }

  .cr-first {
    margin-bottom: 80px;
  }

  .ab-first-color__logo {
    max-width: 151px;
  }

  .ab-first-color__description {
    gap: 16px;
  }

  .ab-first-color__info {
    padding: 40px 5px 40px 28px;
  }

  .ab-first-color__right {
    max-width: 320px;
  }

  .ab-first-color__block {
    max-height: 238px;
  }

  .ab-first-detail__description p,
  .ab-first-detail__description span,
  .ab-first-detail__description li,
  .ab-first-detail__description a {
    font-size: 16px;
  }

  .ab-first-detail__quote p,
  .ab-first-detail__quote span,
  .ab-first-detail__quote li,
  .ab-first-detail__quote a {
    font-size: 16px;
  }

  .ab-first-detail__left {
    padding: 42px 28px 41px 28px;
  }

  .ab-first-detail__item._item-bg .ab-first-detail__right {
    padding: 42px 28px 39px 28px;
  }

  .ab-first-detail__quote::before {
    width: 60px;
    height: 60px;
  }

  .ab-first-detail__quote {
    padding-left: 76px;
  }

  .s-search__description {
    font-size: 18px;
  }

  .s-search__name {
    font-size: 24px;
  }

  .s-search__name::before {
    font-size: 24px;
  }

  .s-search-form {
    padding: 40px;
  }

  .s-search__item:not(:last-child) {
    padding-bottom: 40px;
  }

  .s-search__item:not(:first-child) {
    padding-top: 40px;
  }

  .s-search {
    margin-bottom: 80px;
  }

  .ab-first-detail {
    margin-bottom: 80px;
  }

  .ab-first {
    padding-bottom: 80px;
  }

  .ab-first::after {
    left: -450px;
    width: 600px;
    height: 302px;
  }

  .ab-first-advantages__text {
    font-size: 18px;
  }

  .diller.training .diller-detail {
    max-width: none;
    order: 3;
  }

  .diller.training .diller__map {
    order: 2;
  }

  .diller.training .diller-detail-info {
    max-width: none;
    gap: 40px;
  }

  .training-detail-big {
    flex-direction: column-reverse;
    gap: 40px;
  }

  .training-detail-big__control {
    max-width: none;
    flex-direction: row;
    align-items: center;
    padding-bottom: 0px;
  }

  .training-detail-big__item {
    gap: 40px;
  }

  .training-detail-big__description p,
  .training-detail-big__description span,
  .training-detail-big__description a,
  .training-detail-big__description li {
    font-size: 18px;
  }

  .training-detail-big__description {
    gap: 16px;
  }

  .training-detail__slider {
    gap: 50px;
  }

  .training-detail-big__block {
    width: 100%;
  }

  .training-detail-tumb__text {
    gap: 16px;
    margin-bottom: 40px;
  }

  .training-detail-tumb__text p,
  .training-detail-tumb__text span,
  .training-detail-tumb__text a,
  .training-detail-tumb__text li {
    font-size: 18px;
  }

  .training-detail-tumb-info__name {
    font-size: 22px;
  }

  .diller.training {
    padding-bottom: 80px;
  }

  .diller.training .diller__content {
    margin-bottom: 80px;
    display: flex;
    flex-direction: column;
    gap: 36px;
  }

  .diller.training .diller-detail-info__block:not(:first-child) {
    padding-top: 0px;
  }

  .diller.training .diller-detail__city-block {
    order: 1;
  }

  .training-info__name {
    font-size: 22px;
  }

  .form input {
    font-size: 18px;
  }

  .form input::-moz-placeholder {
    font-size: 18px;
  }

  .form input::placeholder {
    font-size: 18px;
  }

  .form__group label {
    font-size: 18px;
  }

  .form .form-policy__text {
    font-size: 18px;
  }

  .form .form-policy__text a {
    font-size: 18px;
  }

  .form button {
    font-size: 18px;
  }

  .form-select {
    font-size: 18px;
  }

  .popup__description {
    font-size: 18px;
  }

  .f-vacancy .popup__wrapper {
    max-width: 900px;
    padding: 60px 40px;
  }

  .f-vacancy {
    max-width: 900px;
  }

  .f-vacancy .popup__description {
    margin-bottom: 40px;
  }

  .pd-first__wrapper {
    flex-direction: column;
  }

  .pd-first-table {
    max-width: none;
  }

  .pd-first-picture {
    align-self: center;
  }

  .fan-elem__item {
    width: calc(33.333% - 26.666px);
  }

  .fan-section__name {
    font-size: 18px;
  }

  .fan-section__item {
    gap: 16px;
  }

  .fan-section__list {
    gap: 20px;
  }

  .fan {
    margin-bottom: 80px;
  }

  .fd-first-filter {
    display: none;
  }

  .fd-first-detail {
    grid-template-columns: repeat(2, minmax(264px, 100%));
    grid-template-areas: "f-gallery f-title" "f-gallery f-info" "f-desc f-desc";
    -moz-column-gap: 22px;
    column-gap: 22px;
  }

  .fd-first-other__slider {
    margin: 0;
  }

  .fd-first-other-nav__prev,
  .fd-first-other-nav__next {
    display: none;
  }

  .fd-first-detail-info-article__value {
    font-size: 18px;
  }

  .fd-first-detail-info-availability__value {
    font-size: 18px;
  }

  .fd-first-detail-info__price {
    font-size: 30px;
  }

  .fd-first-detail-info__one-click a {
    padding: 20px 25px;
    font-size: 18px;
  }

  .fd-first-detail-info__basket {
    padding: 21px 25px;
    font-size: 18px;
  }

  .fd-first-detail-desc__text {
    font-size: 18px;
  }

  .fd-first-detail-desc-har__value {
    font-size: 18px;
  }

  .fd-first__content {
    gap: 80px;
    width: 100%;
  }

  .fd-first {
    margin-bottom: 80px;
  }

  .fd-first-detail-slider-big__item img {
    height: 320px;
  }

  .cd-har-accordion__wrapper {
    max-width: calc(100% - 530px);
  }

  .cd-har-accordion._height .cd-har-accordion__wrappper {
    min-height: 350px;
  }

  .cd-har-accordion__img {
    max-width: 520px;
    height: 350px;
  }

  .fav {
    margin-bottom: 80px;
  }

  .basket-detail__name {
    font-size: 18px;
    width: calc(60% - 7px);
    padding-right: 25px;
  }

  .basket-detail__price-piece {
    font-size: 16px;
    width: calc(27.5% - 9.333px);
  }

  .b-quantity {
    font-size: 16px;
    width: calc(45% - 9.333px);
  }

  .basket-detail__price {
    font-size: 18px;
    width: calc(27.5% - 9.333px);
  }

  .basket-final__text {
    font-size: 18px;
  }

  .basket-final__price {
    font-size: 24px;
  }

  .basket-final__one-click {
    font-size: 18px;
  }

  .basket-final__making {
    font-size: 18px;
  }

  .basket-detail__item {
    flex-wrap: wrap;
    position: relative;
  }

  .basket-detail__img {
    width: calc(40% - 7px);
  }

  .basket-detail__delete {
    position: absolute;
    top: 28px;
    right: 28px;
    width: 12px;
    height: 12px;
  }

  .basket {
    margin-bottom: 80px;
  }

  .popular-nav__prev,
  .popular-nav__next {
    display: none;
  }

  .popular__price {
    font-size: 24px;
  }

  .popular__one-click a {
    font-size: 18px;
  }

  .popular__bottom {
    gap: 10px;
    justify-content: space-between;
  }

  .popular__basket {
    padding: 13px 25px;
  }

  .popular {
    margin-bottom: 80px;
  }

  .cart-popup__title {
    padding: 30px;
  }

  .cart-popup__title {
    font-size: 30px;
  }

  .cart-popup__list {
    padding: 30px;
  }

  .cart-popup__name {
    font-size: 18px;
  }

  .cart-popup-price__text {
    font-size: 18px;
  }

  .cart-popup-price__value {
    font-size: 30px;
  }

  .cart-popup__order a {
    font-size: 18px;
  }

  .cart-popup__bottom {
    padding: 0 30px 40px 30px;
  }

  .cart-popup-price {
    padding: 0 30px;
    margin-bottom: 22px;
  }

  .cart-popup__order a {
    font-size: 16px;
    padding: 15px 20px;
  }

  .cart-popup__close {
    top: 30px;
    right: 30px;
  }

  .form__group textarea {
    font-size: 18px;
  }

  .error__text {
    font-size: 20px;
  }

  .error__title {
    font-size: 30px;
  }

  .error__bottom {
    align-items: center;
    gap: 24px;
  }

  .error__link a {
    font-size: 20px;
  }

  .popup-review__sub-title {
    font-size: 18px;
  }

  .popup-review__title {
    font-size: 30px;
  }

  .popup-review-author__name {
    font-size: 25px;
  }

  .popup-review-author__post {
    font-size: 21px;
  }

  .popup-review__description p,
  .popup-review__description span,
  .popup-review__description li,
  .popup-review__description a {
    font-size: 18px;
  }

  .popup-review__img {
    height: 380px;
  }

  .popup-review__video {
    height: 380px;
  }

  .popup.popup-review .popup__wrapper {
    max-width: 850px;
  }

  .diller-detail-city__hidden-text {
    font-size: 18px;
    bottom: -10px;
  }

  .diller.training .diller-detail__city-block._active {
    padding-bottom: 55px;
  }

  .cd-first-info-har::after {
    width: 400px;
    height: 460px;
  }

  .cd-first-slider__img {
    height: 225px;
    width: 450px;
  }

  .cd-first-slider {
    top: 280px;
  }

  .cd-first-info-detail__title {
    font-size: 40px;
  }

  .cd-first-info-detail__description {
    font-size: 28px;
  }

  .cd-first__wrapper {
    padding: 190px 0px 0px 0px;
  }

  .cd-first-info-har::after {
    width: 310px;
    height: 385px;
  }

  .cd-first-advantages {
    padding: 60px;
  }

  .cd-first-advantages__text {
    font-size: 18px;
  }

  .cd-first-info-har {
    padding-right: 50px;
  }

  .cd-first-info-detail {
    max-width: 500px;
  }
  .o-order-tab__list {
    gap: 16px;
  }
  .o-order-pay__list {
    gap: 16px;
  }
  .o-order {
    margin-bottom: 80px;
  }
  .o-order-pay__item label {
    font-size: 18px;
  }
  .o-order-tab__item label {
    font-size: 18px;
  }
  .o-order__title::after {
    width: 42px;
    height: 42px;
    font-size: 16px;
    right: 0;
  }
  .o-order-content-pickup__wrapper {
    flex-direction: column-reverse;
    gap: 22px;
  }
  .o-order-content-pickup__map {
    max-width: none;
    height: 475px;
  }
  .o-order-content-pickup__list {
    max-height: 307px;
  }
  .o-order-content__warning {
    font-size: 18px;
  }
  .header-bottom-menu__item._catalog-menu .header-bottom-drop-one {
    max-width: 250px;
  }
  .header-bottom-drop {
    padding: 35px;
  }
  .header-bottom-drop-two__name {
    font-size: 14px;
  }
  .header-bottom-drop-two__link {
    padding: 15px 10px;
  }
}

@media screen and (max-width: 1024.98px) {
  h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 35px;
  }

  .header-bottom-mob-burger {
    display: flex;
  }

  .header-bottom-menu {
    display: none;
  }

  .header-top-contacts {
    display: none;
  }

  .header-bottom__content,
  .header-top__content {
    flex: none;
    max-width: none;
    width: auto;
  }

  .header._burger-open {
    background: #fff;
  }

  .header._burger-open .header-top__location::before {
    filter: none;
  }

  .header._burger-open .header-top__location,
  .header._burger-open .header-top__btn,
  .header._burger-open .header-top-language__item {
    color: rgb(var(--main-color-primary-opacity), 0.7);
  }

  .header._burger-open .header-top__btn::after {
    background: rgb(var(--main-color-primary-opacity), 0.7);
  }

  .header._burger-open .header-top-language__item._selected {
    color: var(--main-color-secondary);
  }

  .header._burger-open .header-bottom__logo,
  .header._burger-open .header-bottom__basket,
  .header._burger-open .header-bottom-search .header-bottom-search__submit {
    filter: none;
  }

  .header._burger-open .header-bottom-mob-burger._active span:nth-child(1) {
    background: #404040;
  }

  .header._burger-open .header-bottom-mob-burger._active span:nth-child(3) {
    background: #404040;
  }

  .header._burger-open .header-top__btn:hover {
    color: var(--main-color-hover);
  }

  .header._search-open {
    background: #fff;
  }

  .header._search-open .header-top__location::before {
    filter: none;
  }

  .header._search-open .header-top__location,
  .header._search-open .header-top__btn,
  .header._search-open .header-top-language__item {
    color: rgb(var(--main-color-primary-opacity), 0.7);
  }

  .header._search-open .header-top__btn::after {
    background: rgb(var(--main-color-primary-opacity), 0.7);
  }

  .header._search-open .header-top-language__item._selected {
    color: var(--main-color-secondary);
  }

  .header._search-open .header-bottom__logo,
  .header._search-open .header-bottom__basket,
  .header._search-open .header-bottom-search .header-bottom-search__submit {
    filter: none;
  }

  .header._search-open .header-bottom-mob-burger._active span:nth-child(1) {
    background: #404040;
  }

  .header._search-open .header-bottom-mob-burger._active span:nth-child(3) {
    background: #404040;
  }

  .header._search-open .header-top__btn:hover {
    color: var(--main-color-hover);
  }

  .first-slider__item {
    padding: 140px 0px 180px 0px;
  }

  .first-slider-nav__prev,
  .first-slider-nav__next {
    width: 60px;
    height: 60px;
  }

  .first-slider__bottom {
    gap: 15px;
    justify-content: space-between;
  }

  .first-slider__title {
    font-size: 50px;
  }

  .first-slider__description {
    font-size: 24px;
  }

  .first-slider-nav {
    gap: 14px;
  }

  .company__content {
    flex-direction: column;
  }

  .company__info {
    padding-bottom: 0px;
    max-width: none;
  }

  .company__description {
    max-width: none;
  }

  .company-advantages {
    padding-top: 0px;
    max-width: none;
  }

  .company {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .company::after {
    width: 240px;
    height: 120px;
    left: auto;
    right: -60px;
  }

  .company__wrapper {
    gap: 40px;
  }

  .catalog-slider-img-parameter__item {
    width: calc(50% - 7px);
  }

  .catalog {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .catalog-slider__bottom {
    justify-content: space-between;
  }

  .catalog-slider__model {
    font-size: 180px;
    left: -85px;
  }

  .catalog-slider__info {
    padding-top: 77px;
  }

  .catalog-slider-nav__prev,
  .catalog-slider-nav__next {
    width: 60px;
    height: 60px;
  }

  .technic {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .technic-slider-nav__prev,
  .technic-slider-nav__next {
    width: 60px;
    height: 60px;
  }

  .number-detail__value {
    font-size: 28px;
  }

  .number-detail {
    max-width: 235px;
  }

  .number__info::before {
    height: 277px;
    width: 373px;
  }

  .number__bookmark {
    padding: 0px 0px 0px 76px;
    font-size: 21px;
    max-width: 550px;
  }

  .number__bookmark::before {
    top: 6px;
  }

  .number__wrapper {
    gap: 39px;
  }

  .number__bottom {
    gap: 39px;
  }

  .number {
    padding-bottom: 60px;
  }

  .number__info {
    padding-top: 60px;
    padding-bottom: 60px;
    gap: 40px;
  }

  .number__top {
    flex-direction: column;
    gap: 44px;
  }

  .number-detail__text {
    font-size: 14px;
  }

  .number-detail__list {
    gap: 14px;
  }

  .number-detail__item {
    width: calc(33.333% - 9.333px);
  }

  .number__description {
    font-size: 18px;
  }

  .number__title {
    max-width: 225px;
  }

  .parts__content {
    padding: 60px 60px 93px 60px;
  }

  .parts__description {
    margin-bottom: 60px;
  }

  .parts__description p,
  .parts__description span,
  .parts__description li,
  .parts__description a {
    font-size: 18px;
  }

  .diller {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .diller-detail-city {
    margin-bottom: 40px;
  }

  .event__wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
    flex-direction: column;
  }

  .event-slider-nav__prev,
  .event-slider-nav__next {
    width: 60px;
    height: 60px;
  }

  .event__title::before {
    width: 250px;
    height: 125px;
    left: -355px;
    top: -60px;
    bottom: auto;
    transform: translateY(0px);
    left: auto;
    right: -138px;
  }

  .event__title {
    max-width: none;
  }

  .partners {
    padding-bottom: 60px;
  }

  .footer-social {
    display: none;
  }

  .footer__contacts {
    gap: 18px;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer__address,
  .footer-phone {
    margin-right: 0px;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-menu-section {
    font-size: 18px;
  }

  .footer-menu__col {
    gap: 16px;
  }

  .footer-menu__item {
    font-size: 14px;
    letter-spacing: -0.28px;
  }

  .footer-menu-section__item {
    font-size: 18px;
  }

  .footer__info {
    gap: 14px;
    width: 100%;
  }

  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }

  .footer-dev {
    gap: 22px;
  }

  .popup__wrapper {
    padding: 60px 40px;
  }

  .popup-order .popup__wrapper {
    padding: 60px 40px;
    max-width: 600px;
  }

  .popup-consult .popup__wrapper {
    padding: 60px 40px;
    max-width: 600px;
  }

  .popup__title {
    font-size: 35px;
  }

  .popup__description {
    margin-bottom: 60px;
  }

  .c-first {
    margin: 0 auto 60px auto;
  }

  .c-product__item {
    width: calc(50% - 20px);
    height: 280px;
  }

  .c-product {
    margin-bottom: 60px;
  }

  .c-detail__description p {
    width: 100%;
  }

  .c-detail__description p:nth-child(n + 4) {
    display: none;
  }

  .c-detail__description._show p:nth-child(n + 4) {
    display: block;
  }

  .c-detail__btn {
    display: block;
  }

  .c-video-slider-tumb {
    display: none;
  }

  .c-video-slider-big {
    max-width: none;
  }

  .c-video {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .c-interested__wrapper {
    padding-top: 60px;
  }

  .c-interested__item {
    font-size: 18px;
  }

  .c-interested__col {
    width: calc(50% - 10px);
    gap: 20px;
  }

  .c-interested__list {
    gap: 20px;
  }

  .breadcrumb._position {
    top: 130px;
  }

  .d-info {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .d-info__description p,
  .d-info__description span,
  .d-info__description li,
  .d-info__description a {
    font-size: 18px;
  }

  .d-info__title {
    font-size: 28px;
  }

  .d-info__list {
    gap: 60px;
  }

  .d-info__item {
    width: calc(50% - 30px);
  }

  .sidebar {
    display: none;
  }

  .a-first-doc__item {
    width: calc(25% - 21px);
  }

  .a-first-pag__item {
    font-size: 16px;
  }

  .a-first {
    padding-bottom: 60px;
  }

  .cd-first-advantages__text {
    font-size: 18px;
  }

  .cd-first-advantages__item:nth-child(1),
  .cd-first-advantages__item:nth-child(2),
  .cd-first-advantages__item:nth-child(3) {
    max-width: none;
  }

  .cd-anchor__item {
    font-size: 18px;
  }

  .cd-anchor__list {
    gap: 15px;
  }

  .cd-desc {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cd-desc-material__item {
    width: calc(50% - 15px);
  }

  .cd-desc-material {
    gap: 30px;
  }

  .cd-desc-info-har__value {
    font-size: 18px;
  }

  .cd-desc-info-har__name {
    font-size: 16px;
  }

  .cd-har {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cd-har__content {
    gap: 34px;
    flex-direction: column-reverse;
  }

  .cd-har-accordion-info__list {
    gap: 22px;
  }

  .cd-har__wrapper {
    gap: 22px;
  }

  .cd-lizing__title {
    margin-bottom: 40px;
  }

  .cd-lizing__h-title {
    margin-bottom: 40px;
  }

  .l-first-doc__name {
    font-size: 16px;
  }

  .l-first-doc__item {
    gap: 22px;
    width: calc(25% - 30px);
  }

  .l-first-doc__list {
    gap: 40px;
  }

  .l-first {
    padding-bottom: 60px;
  }

  .s-structure {
    padding-bottom: 60px;
  }

  .s-structure::after {
    display: none;
  }

  .s-structure__post {
    font-size: 28px;
  }

  .pr-first::after {
    display: none;
  }

  .pr-first {
    padding-bottom: 60px;
  }

  .cd-har__img {
    max-width: none;
    display: flex;
    justify-content: center;
    align-self: center;
  }

  .cd-lizing {
    padding-bottom: 60px;
  }

  .cd-clients__title {
    margin-bottom: 40px;
  }

  .cd-clients {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cd-clients__h-title {
    margin-bottom: 40px;
  }

  .warranty__wrapper {
    flex-direction: column;
  }

  .warranty-parts {
    max-width: none;
    padding: 60px 60px 60px 60px;
  }

  .warranty__content {
    padding: 60px 60px 60px 60px;
  }

  .warranty-parts__info {
    margin-bottom: 40px;
  }

  .warranty__info {
    margin-bottom: 40px;
  }

  .warranty__h-title {
    margin-bottom: 60px;
  }

  .n-news {
    padding-bottom: 60px;
  }

  .n-news__item:first-child .n-news__info {
    padding: 28px;
  }

  .n-news__date {
    margin-bottom: 16px;
  }

  .n-news__info {
    padding-top: 16px;
  }

  .n-news__item:first-child .n-news__date {
    margin-bottom: 16px;
  }

  .n-news::after {
    display: none;
  }

  .n-news__list {
    margin-bottom: 40px;
  }

  .n-news__item {
    width: calc(33.333% - 18.666px);
  }

  .n-news__item:first-child {
    width: calc(66.667% - 10px);
  }

  .pagination__next {
    width: 14px;
    height: 42px;
    background-size: 14px 10px;
  }

  .consult-form {
    padding: 60px 40px;
  }

  .consult-form__sub-title {
    margin-bottom: 40px;
  }

  .consult-form__h-title {
    margin-bottom: 40px;
  }

  .consult__img {
    max-width: 250px;
  }

  .consult .form .form__group {
    width: 100%;
  }

  .p-parts__wrapper {
    grid-template-areas: "other-parts" "parts-list" "btn" "news";
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, max-content);
  }

  .p-parts-sidebar-other {
    max-width: none;
    overflow: auto;
    margin: 0 -28px 40px -28px;
    padding: 0 28px;
    display: flex;
  }

  .p-parts-sidebar-other::-webkit-scrollbar {
    display: none;
  }

  .p-parts-sidebar-news {
    max-width: none;
  }

  .p-parts-sidebar-other__list {
    flex-direction: row;
    gap: 22px;
    flex: 0 0 auto;
    padding: 0 10px;
  }

  .p-parts-sidebar-other__item::before {
    width: 100%;
  }

  .p-parts-sidebar-other__item:hover::after {
    width: 100%;
  }

  .p-parts-sidebar-other__item._selected::after {
    width: 100%;
  }

  .p-parts-sidebar-other__item {
    flex: 0 0 auto;
  }

  .p-parts__content {
    margin-bottom: 40px;
  }

  .p-parts__list {
    margin-bottom: 48px;
  }

  .p-parts {
    padding-bottom: 60px;
  }

  .nd-first {
    padding-bottom: 60px;
  }

  .nd-first::after {
    display: none;
  }

  .nd-first-gallery {
    padding-left: 0px;
  }

  .nd-first__first-img {
    height: 300px;
  }

  .nd-first-img__img {
    height: 300px;
  }

  .st-stock::after {
    display: none;
  }

  .st-stock__list {
    margin-bottom: 40px;
    gap: 22px;
  }

  .st-stock__item {
    width: calc(50% - 11px);
  }

  .st-stock {
    padding-bottom: 60px;
  }

  .sd-first-top__name {
    font-size: 30px;
  }

  .sd-first-top__info {
    padding: 40px 28px;
  }

  .sd-first-top__detail {
    padding-bottom: 40px;
  }

  .sd-first-top__description {
    font-size: 18px;
  }

  .sd-first-top {
    margin-bottom: 60px;
  }

  .sd-first-desc {
    margin-bottom: 60px;
  }

  .sd-first {
    padding-bottom: 60px;
  }

  .sd-first-interesting {
    padding-left: 0px;
  }

  .sd-first-interesting__info {
    padding: 28px;
  }

  .sd-first-interesting__img {
    max-width: 132px;
  }

  .sd-first-interesting__name {
    padding-bottom: 50px;
  }

  .np-first {
    padding-bottom: 60px;
  }

  .np-first-file-pag__list {
    flex-wrap: nowrap;
  }

  .np-first-file-pag__list::-webkit-scrollbar {
    display: none;
  }

  .np-first__description {
    margin-bottom: 60px;
  }

  .np-first-file__item {
    width: calc(25% - 30px);
  }

  .header-bottom-search__block {
    position: absolute;
    bottom: -20px;
    left: -28px;
    transform: translateY(100%);
    padding: 17px 28px 27px 28px;
    background: #fff;
    width: calc(100% + 56px);
  }

  .header-bottom-search._show {
    margin: 0;
  }

  .header-bottom-search {
    position: unset;
  }

  .header-bottom__basket._hidden {
    display: block;
  }

  .header-bottom-search__input {
    color: rgb(var(--main-color-primary-opacity), 0.6);
    border-color: rgba(24, 27, 50, 0.3);
    font-size: 14px;
  }

  .header-bottom-search__input::-moz-placeholder {
    color: rgb(var(--main-color-primary-opacity), 0.6);
    font-size: 14px;
  }

  .header-bottom-search__input::placeholder {
    color: rgb(var(--main-color-primary-opacity), 0.6);
    font-size: 14px;
  }

  .header-bottom-search__text {
    display: block;
    margin-bottom: 34px;
  }

  .header-bottom-search__close {
    filter: none;
    width: 20px;
    height: 20px;
    background: url("/bitrix/templates/bryanskselmash/assets/css/../img/header/icon/close-mob.svg") no-repeat center/20px 20px;
    top: 16px;
    right: 28px;
    transform: none;
  }

  .search-bg._show {
    display: block;
  }

  .header-bottom-search-found {
    bottom: 1px;
    box-shadow: none;
    padding: 0 28px 40px 28px;
  }

  .header-bottom-search._show {
    width: auto;
  }

  .ps-first {
    margin-bottom: 60px;
  }

  .ps-first-accordion__img {
    max-width: 345px;
    height: 235px;
  }

  .ps-first-accordion._height .ps-first-accordion__wrapper {
    min-height: 235px;
  }

  .ps-first-accordion__wrapper {
    max-width: calc(100% - 355px);
  }

  .sc-first {
    margin-bottom: 60px;
  }

  .sc-first-gallery__text {
    text-align: center;
  }

  .sc-first-gallery__list {
    gap: 28px;
  }

  .sc-first-gallery__item {
    width: calc(25% - 21px);
  }

  .ad-first__info,
  .ad-first-administration {
    margin-bottom: 50px;
  }

  .ad-first {
    padding-bottom: 60px;
  }

  .ps-first-accordion__title {
    padding: 21px 50px 21px 28px;
    font-size: 16px;
  }

  .ps-first-accordion-content__item {
    font-size: 16px;
    padding: 21px 28px 23px 28px;
  }

  .ad-first-administration__item {
    width: calc(33.333% - 26.666px);
  }

  .ad-first-news-slider-nav__prev,
  .ad-first-news-slider-nav__next {
    width: 60px;
    height: 60px;
  }

  .ad-first-news-slider-nav {
    gap: 14px;
  }

  .contacts-first {
    margin: 0 auto 60px auto;
    gap: 40px;
  }

  .contacts-first-popup-consult__title,
  .contacts-first-popup-date__title {
    font-size: 24px;
  }

  .cn-info-accordion__item {
    flex-direction: column;
    gap: 0;
  }

  .cn-info-accordion__title {
    width: 100%;
  }

  .cn-info-accordion-content {
    width: 100%;
    max-height: 0;
    transition: all 0.3s ease 0s;
    overflow: hidden;
  }

  .cn-info-accordion__item._show .cn-info-accordion-content {
    margin-top: 10px;
  }

  .cn-info-accordion-content__item:not(:last-child) .cn-info-accordion-content__block::after {
    display: none;
  }

  .cn-info-accordion-content__item {
    position: relative;
  }

  .cn-info-accordion-content__item:not(:last-child):after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(24, 27, 50, 0.1);
  }

  .cn-info-line {
    padding: 40px;
  }

  .cn-info-line__text {
    font-size: 18px;
  }

  .cn-info-line-phone__value {
    font-size: 16px;
  }

  .cn-info-accordion__title {
    padding: 40px;
    font-size: 18px;
    position: relative;
    cursor: pointer;
  }

  .cn-info-accordion__title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 28px;
    transform: translateY(-50%) rotate(180deg);
    width: 10px;
    height: 10px;
    background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/contacts/icon/arrow-top.svg") no-repeat center/contain;
    transition: transform 0.3s ease 0s;
  }

  .cn-info-accordion__item._show .cn-info-accordion__title::after {
    transform: translateY(-50%) rotate(0deg);
  }

  .cn-info-accordion__list {
    gap: 10px;
  }

  .cn-info__title {
    margin-bottom: 40px;
  }

  .cn-info {
    margin-bottom: 60px;
  }

  .cr-first-info-vacancy__title {
    font-size: 28px;
  }

  .cr-first-info-vacancy__item {
    gap: 30px;
  }

  .cr-first-info-vacancy__top {
    gap: 22px;
  }

  .cr-first-info-vacancy__info {
    gap: 22px;
  }

  .cr-first-info {
    margin-bottom: 60px;
  }

  .ab-first-info__sub-title {
    font-size: 28px;
  }

  .ab-first-info {
    margin-bottom: 60px;
  }

  .ab-first-num__title {
    font-size: 30px;
  }

  .ab-first-num-advantages__value {
    font-size: 28px;
  }

  .ab-first-num__img {
    height: 300px;
  }

  .ab-first-num {
    margin-bottom: 60px;
  }

  .cr-first {
    margin-bottom: 60px;
  }

  .ab-first-color {
    margin-bottom: 60px;
  }

  .main-first._margin-title .main-first__title {
    margin-bottom: 40px;
  }

  .s-search__name {
    font-size: 22px;
  }

  .s-search__name::before {
    font-size: 22px;
  }

  .s-search__link {
    width: 60px;
    height: 60px;
  }

  .s-search {
    margin-bottom: 60px;
  }

  .ab-first-detail__list {
    gap: 60px;
  }

  .ab-first-detail {
    margin-bottom: 60px;
  }

  .ab-first-detail__quote::before {
    width: 60px;
    height: 60px;
  }

  .ab-first {
    padding-bottom: 60px;
  }

  .main-first__content {
    width: 100%;
  }

  .ad-first-news::after {
    display: none;
  }

  .ad-first-news {
    flex-direction: column;
  }

  .ad-first-news-slider {
    width: 100%;
  }

  .ab-first::after {
    display: none;
  }

  .ab-first-advantages__icon {
    width: 60px;
    height: 60px;
  }

  .ab-first-advantages__icon img {
    width: 28px;
    height: 28px;
  }

  .ab-first-advantages__item {
    gap: 18px;
  }

  .training-detail-big__item {
    flex-direction: column;
  }

  .training-detail-big__img {
    max-width: none;
  }

  .training-detail-big__description {
    max-width: none;
  }

  .training-detail-big-nav__prev,
  .training-detail-big-nav__next {
    width: 60px;
    height: 60px;
  }

  .diller.training .diller__content {
    margin-bottom: 60px;
  }

  .diller.training {
    padding-bottom: 60px;
  }

  .f-vacancy .popup__wrapper {
    max-width: none;
  }

  .f-vacancy {
    max-width: none;
  }

  .pd-first-table-top {
    display: none;
  }

  .pd-table-value-article__text,
  .pd-table-value-default__text {
    display: block;
  }

  .pd-table-value__item.pd-table-value-num {
    display: none;
  }

  .pd-table-value__list {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "pd-name pd-article pd-default" "pd-availability pd-quantity pd-btn";
    gap: 0;
  }

  .pd-table-value-default {
    align-items: flex-start;
  }

  .pd-table-value__item.pd-table-value-availability,
  .pd-table-value-quantity.pd-table-value__item {
    background: transparent;
  }

  .pd-table-value__item {
    padding: 20px 11px;
  }

  .pd-table-value__btn {
    margin-left: 0px;
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .f-vacancy .form__box {
    width: 100%;
  }

  .fan-elem__item {
    width: calc(50% - 20px);
  }

  .fan-elem__list {
    gap: 40px;
  }

  .fan-elem__one-click a {
    font-size: 18px;
  }

  .fan-elem__price {
    font-size: 24px;
  }

  .fan-section__name {
    font-size: 16px;
  }

  .fan {
    margin-bottom: 60px;
  }

  .fd-first {
    margin-bottom: 60px;
  }

  .fd-first-detail-slider-tumb {
    margin: 0;
  }

  .fd-first-detail-slider-tumb-nav__prev,
  .fd-first-detail-slider-tumb-nav__next {
    display: none;
  }

  .fd-first-detail-slider-tumb__item {
    height: 50px;
  }

  .fd-first-detail-info__price {
    font-size: 28px;
    margin-bottom: 22px;
  }

  .fd-first-detail-info__one-click a {
    font-size: 16px;
    letter-spacing: -0.32px;
  }

  .fd-first-detail-info__basket {
    font-size: 16px;
    letter-spacing: -0.32px;
  }

  .fd-first-detail-info__bottom {
    gap: 14px;
  }

  .cookie-block {
		left: 28px;
	}

  .fd-first-detail-slider-big__item img {
    height: 280px;
  }

  .fd-first__content {
    gap: 50px;
  }

  .fd-first-other__price {
    font-size: 22px;
  }

  .fd-first-detail-slider-big__favorite {
    right: 30px;
  }

  .cd-har-accordion__wrapper {
    max-width: calc(100% - 355px);
  }

  .cd-har-accordion._height .cd-har-accordion__wrapper {
    min-height: 235px;
  }

  .cd-har-accordion__img {
    max-width: 345px;
    height: 235px;
  }

  .cd-har-accordion-content__name {
    font-size: 16px;
  }

  .cd-har-accordion__name {
    font-size: 16px;
  }

  .fav {
    margin-bottom: 60px;
  }

  .basket-final {
    padding: 40px;
    max-width: none;
  }

  .basket-final__one-click {
    padding: 19px;
  }

  .basket-final__making {
    padding: 21px 47px 21px 78px;
    text-align: center;
  }

  .basket-final__making::before {
    left: 48px;
  }

  .basket-detail__item:first-child {
    padding: 28px 27px;
  }

  .basket-detail__item {
    padding: 28px 27px;
  }

  .basket__content {
    flex-direction: column;
  }

  .basket-detail__img {
    height: 65px;
  }

  .o-title._small {
    font-size: 35px;
  }

  .basket {
    margin-bottom: 60px;
  }

  .popular__img {
    height: 180px;
  }

  .popular__link {
    gap: 20px;
  }

  .popular__item {
    gap: 20px;
  }

  .popular {
    margin-bottom: 60px;
  }

  .cart-popup__name {
    font-size: 16px;
  }

  .cart-popup__item:not(:last-child) {
    padding-bottom: 15px;
  }

  .cart-popup__item:not(:first-child) {
    padding-top: 15px;
  }

  .cart-popup__item {
    gap: 30px;
  }

  .cart-popup__list {
    padding: 22px;
  }

  .cart-popup__title {
    font-size: 24px;
    padding: 22px;
  }

  .cart-popup-price__box {
    padding-bottom: 22px;
  }

  .cart-popup__close {
    top: 22px;
    right: 22px;
    width: 12px;
    height: 12px;
  }

  .error__link a {
    padding: 16px 25px 16px 45px;
  }

  .error__link::before {
    left: 15px;
  }

  .popup.popup-review .popup__wrapper {
    padding: 40px;
    max-width: 730px;
  }

  .popup-review__title {
    font-size: 25px;
  }

  .popup-review-author__name {
    font-size: 20px;
  }

  .popup-review-author__post {
    font-size: 16px;
  }

  .popup-review-author__date {
    padding-top: 0px;
  }

  .popup-review-author {
    margin-bottom: 30px;
  }

  .error__bottom {
    flex-direction: column;
    align-items: center;
  }

  .error__title {
    text-align: center;
  }

  .error__info {
    gap: 10px;
    width: 100%;
    position: static;
    transform: translateX(0);
    background: #f8fafd;
    padding: 0 34px 28px 34px;
  }

  .cd-har-accordion-content__value {
    font-size: 16px;
  }

  .cd-first-info__top {
    flex-direction: column;
    gap: 49px;
  }

  .cd-first-info-har::after {
    display: none;
  }

  .cd-first-info-har__icon {
    display: none;
  }

  .cd-first-info-har {
    padding-top: 0px;
    padding-right: 0px;
  }

  .cd-first-control {
    max-width: none;
    padding: 0 28px;
  }

  .cd-first-advantages {
    padding: 50px 28px;
  }

  .cd-first-info-har__list {
    flex-direction: row;
    justify-content: space-between;
  }

  .cd-first-info-har-detail {
    align-items: flex-start;
  }

  .cd-first-info-har-detail__text {
    text-align: left;
  }

  .cd-first-info {
    margin-bottom: 40px;
  }

  .cd-first-info-detail {
    max-width: none;
  }

  .cd-first-info-detail__description {
    margin-bottom: 32px;
  }

  .cd-first-slider {
    position: static;
    align-self: center;
    margin-bottom: 26px;
  }

  .cd-first__bottom {
    padding-top: 0px;
  }
  .o-order .form__group .form__box {
    width: 100%;
  }
  .o-order__block {
    flex-direction: column;
  }
  .o-order-sidebar {
    max-width: none;
  }
  .o-order {
    margin-bottom: 60px;
  }
  .o-order__step {
    padding: 30px 28px 28px 28px;
  }
  .o-order__title {
    font-size: 18px;
  }
  .o-order-content-pickup__point {
    gap: 30px;
  }
  .o-order-content__warning {
    font-size: 16px;
  }
  .cd-lizing__btn {
    font-size: 16px;
    letter-spacing: -0.32px;
    padding: 21px 24px 20px 58px;
  }
  .cd-lizing__bottom {
    gap: 10px;
  }
}

@media screen and (max-width: 767.98px) {
  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 20px;
  }

  p,
  a,
  span,
  li {
    font-size: var(--font-size-default-media);
  }

  .header-top {
    display: none;
  }

  .header {
    padding-top: 15px;
  }

  .first-slider__content {
    gap: 22px;
  }

  .first-slider__description {
    font-size: 20px;
  }

  .first-slider__item {
    padding: 482px 0px 125px 0px;
  }

  .first-slider__bottom {
    bottom: 21px;
  }

  .company {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .company__info {
    gap: 22px;
  }

  .company__wrapper {
    gap: 30px;
  }

  .company__description {
    font-size: 16px;
  }

  .company__content {
    gap: 40px;
  }

  .company-advantages__text {
    font-size: 16px;
  }

  .company-advantages__list {
    gap: 14px;
  }

  .company-advantages__description {
    font-size: 16px;
  }

  .company-advantages__btn {
    font-size: 16px;
    letter-spacing: -0.32px;
    padding: 21px 24px 20px 58px;
  }

  .company-advantages__btn::before {
    left: 24px;
  }

  .catalog-slider__description {
    font-size: 16px;
  }

  .catalog-slider__link {
    font-size: 16px;
  }

  .catalog-slider-img-parameter__text {
    font-size: 14px;
  }

  .catalog-slider-img-parameter__info {
    gap: 8px;
  }

  .catalog-slider-img-parameter__value {
    font-size: 16px;
  }

  .catalog-slider__info {
    gap: 23px;
  }

  .catalog-slider__all {
    font-size: 16px;
    padding: 21px 27px 20px 58px;
  }

  .catalog-slider__all::after {
    left: 24px;
  }

  .catalog-slider-nav {
    gap: 14px;
  }

  .catalog-slider-nav__prev,
  .catalog-slider-nav__next {
    border-color: #fff;
  }

  .catalog-slider-img-parameter__item {
    width: 100%;
  }

  .catalog {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .technic {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .technic__wrapper {
    gap: 22px;
  }

  .technic-slider-tumb__item {
    padding-bottom: 14px;
  }

  .technic-slider-tumb__name {
    font-size: 16px;
  }

  .technic__model {
    top: 135px;
  }

  .technic-slider-big-card__img img {
    max-width: 140px;
    height: 93px;
  }

  .technic-slider-big-card__item {
    gap: 11px;
  }

  .technic-slider-big__item {
    gap: 35px;
  }

  .technic-slider-big-card__name {
    font-size: 16px;
  }

  .technic-slider-big-card__item::before {
    width: 14px;
    height: 14px;
    top: 11px;
    right: 11px;
  }

  .technic-slider {
    gap: 40px;
  }

  .technic-slider__link {
    font-size: 16px;
    letter-spacing: -0.32px;
    padding: 21px 24px 20px 58px;
  }

  .technic-slider-nav {
    gap: 14px;
    padding-right: 130px;
  }

  .technic-slider-tumb {
    padding-top: 0px;
  }

  .number__bookmark {
    font-size: 16px;
    max-width: 334px;
  }

  .number__description {
    font-size: 16px;
  }

  .number__btn {
    font-size: 16px;
    padding: 20px 24px 20px 58px;
  }

  .number {
    padding-bottom: 50px;
  }

  .number__info {
    padding-bottom: 54px;
    padding-top: 47px;
  }

  .number__info::before {
    background: url("/bitrix/templates/bryanskselmash/assets/css/../img/main/number-block/decor-mob.png") no-repeat center/contain;
    width: 390px;
    height: 246px;
  }

  .number__bookmark::before {
    top: 0;
  }

  .parts__wrapper {
    flex-direction: column-reverse;
  }

  .parts__img {
    max-width: none;
    height: 400px;
  }

  .parts__content {
    padding: 50px 28px;
  }

  .parts__h-title {
    margin-bottom: 30px;
  }

  .parts__title {
    margin-bottom: 22px;
  }

  .parts__description p,
  .parts__description span,
  .parts__description li,
  .parts__description a {
    font-size: 16px;
  }

  .parts__description {
    gap: 18px;
    margin-bottom: 40px;
  }

  .parts__btn {
    font-size: 16px;
    letter-spacing: -0.32px;
    padding: 21px 24px 20px 58px;
  }

  .parts__content::after {
    width: 250px;
    height: 130px;
    right: -110px;
  }

  .diller {
    padding-top: 50px;
    padding-bottom: 55px;
  }

  .diller-detail-city__initial::before {
    top: 9px;
  }

  .diller-detail-city__initial {
    padding-right: 17px;
  }

  .diller__title {
    margin-bottom: 40px;
  }

  .diller-detail-city__initial p {
    font-size: 16px;
  }

  .diller-detail-city-hidden__item {
    font-size: 16px;
  }
  .diller-detail-city-hidden__search,
  .diller-detail-city-hidden__search::placeholder {
    font-size: 16px;
  }
  .diller-detail-info__name {
    font-size: 20px;
    margin-bottom: 40px;
  }

  .diller-detail-info__address {
    margin-bottom: 25px;
    font-size: 16px;
  }

  .diller-detail-info-contacts__item {
    gap: 2px;
  }

  .diller-detail-info-contacts__text {
    font-size: 16px;
  }

  .diller-detail-info-contacts__value {
    font-size: 16px;
  }

  .diller-detail-info-contacts__list {
    gap: 5px;
  }

  .diller__content {
    gap: 66px;
  }

  .event__wrapper {
    padding-top: 50px;
    padding-bottom: 45px;
  }

  .event-slider__item {
    gap: 22px;
  }

  .event-slider__info {
    gap: 22px;
  }

  .event-slider__description {
    font-size: 14px;
  }

  .event-slider__img {
    height: 200px;
  }

  .event-slider {
    gap: 45px;
  }

  .event-slider__link {
    font-size: 16px;
    letter-spacing: -0.32px;
    padding: 21px 24px 20px 58px;
  }

  .event-slider-nav {
    gap: 14px;
  }

  .event__title::before {
    top: -50px;
  }

  .partners__wrapper {
    gap: 22px;
  }

  .partners-slider__item {
    padding: 29px 29px 26px 29px;
  }

  .partners {
    padding-bottom: 50px;
  }

  .footer__logo {
    max-width: 184px;
  }

  .footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer__btn {
    font-size: 16px;
    letter-spacing: -0.32px;
    padding: 21px 24px 20px 58px;
    max-width: 197px;
  }

  .footer-menu {
    -moz-column-gap: 42px;
    column-gap: 42px;
    row-gap: 22px;
  }

  .footer-menu__col {
    width: calc(50% - 21px);
  }

  .footer-menu__col:nth-child(1) {
    order: 1;
  }

  .footer-menu__col:nth-child(2) {
    order: 2;
  }

  .footer-menu__col:nth-child(3) {
    order: 4;
  }

  .footer-menu__col:nth-child(4) {
    order: 3;
  }

  .footer-menu-section__list {
    gap: 12px;
  }

  .footer-menu__list {
    gap: 8px;
  }

  .footer-dev__text,
  .footer-dev__link,
  .footer-dev__text span {
    font-size: 14px;
    line-height: 18px;
  }

  .footer__copy {
    font-size: 14px;
  }

  .footer__policy {
    font-size: 14px;
  }

  .diller-detail-city__hidden-text {
    font-size: 16px;
  }

  .popup__wrapper {
    padding: 40px 28px;
    width: 100%;
    max-width: none;
    max-height: 565px;
  }

  .condition .popup__wrapper {
    max-height: 190px;
  }

  .popup-order .popup__wrapper {
    padding: 40px 28px;
    max-height: 716px;
    max-width: none;
  }

  .popup-consult .popup__wrapper {
    padding: 40px 28px;
    max-height: 660px;
    max-width: none;
  }

  .popup__title {
    font-size: 28px;
    margin-bottom: 22px;
    padding-right: 30px;
  }

  .popup {
    width: 100%;
    height: auto;
  }

  .popup__description {
    font-size: 16px;
    margin-bottom: 34px;
  }

  .popup__close {
    top: 30px;
    right: 28px;
  }

  .form input {
    font-size: 16px;
  }

  .form input::-moz-placeholder {
    font-size: 16px;
  }

  .form input::placeholder {
    font-size: 16px;
  }

  .form .form__field {
    margin-bottom: 40px;
  }

  .consult .form .form__field {
    margin-bottom: 16px;
  }

  .form button {
    padding: 20px 24px 19px 57px;
    font-size: 16px;
    letter-spacing: -0.32px;
  }

  .form .form-policy__text {
    font-size: 16px;
  }

  .form .form-policy__text a {
    font-size: 16px;
  }

  .form .form-policy__label {
    display: block;
  }

  .form button::before {
    left: 12px;
    width: 17px;
    height: 17px;
  }

  .form__bottom {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 22px;
  }

  .form-select {
    font-size: 16px;
  }

  .form-select__initial::after {
    top: 7px;
  }

  .c-first__wrapper {
    flex-direction: column;
  }

  .c-first__img {
    max-width: none;
    height: 400px;
  }

  .c-first__info {
    max-width: none;
    padding: 40px 28px 50px;
  }

  .c-first__name {
    font-size: 20px;
    margin-bottom: 22px;
  }

  .c-first__description p {
    font-size: 16px;
  }

  .c-first__description p::nth-child(1) {
    order: 1;
  }

  .c-first__description p:nth-child(2) {
    order: 3;
  }

  .c-first__description p:nth-child(3) {
    order: 2;
  }

  .c-first__btn {
    font-size: 16px;
    letter-spacing: -0.32px;
    padding: 20px 23px 19px 57px;
  }

  .c-first__btn::before {
    left: 24px;
  }

  .c-first {
    margin: 0 auto 50px auto;
  }

  .top__wrapper {
    gap: 30px;
  }

  .breadcrumb {
    padding-bottom: 30px;
  }

  .c-product__list {
    gap: 14px;
  }

  .c-product__item {
    width: calc(50% - 7px);
    height: 160px;
  }

  .c-product__name {
    padding: 18px;
    font-size: 14px;
  }

  .c-product {
    margin-bottom: 50px;
  }

  .c-detail__wrapper {
    flex-direction: column-reverse;
  }

  .c-detail__info {
    max-width: none;
    padding: 40px 28px 40px;
    gap: 22px;
  }

  .c-detail__img {
    max-width: none;
    height: 400px;
  }

  .c-detail__title {
    font-size: 20px;
  }
  
  .btn-up {
    bottom: 120px;
  }

  .c-detail__description p {
    font-size: 16px;
  }

  .c-detail__description {
    gap: 16px;
  }

  .c-video-slider {
    height: 300px;
  }

  .c-video__wrapper {
    gap: 40px;
  }

  .c-video-nav {
    gap: 14px;
  }

  .c-video__bottom {
    gap: 22px;
  }

  .c-video__pagination.swiper-pagination-progressbar.swiper-pagination-horizontal {
    height: 2px;
  }

  .c-video {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .c-interested__col {
    width: 100%;
    gap: 15px;
  }

  .c-interested__list {
    gap: 14px;
  }

  .c-interested__item {
    font-size: 16px;
    padding: 20px 50px 20px 24px;
  }

  .c-interested__item::after {
    right: 24px;
  }

  .c-interested__wrapper {
    padding-top: 50px;
  }

  .c-interested__wrapper::after {
    width: 235px;
    height: 119px;
    right: -87px;
  }

  .c-first__title {
    margin-bottom: 30px;
  }

  .breadcrumb._position {
    top: 91px;
  }

  .d-info {
    padding-top: 47px;
    padding-bottom: 55px;
  }

  .d-info__item {
    width: 100%;
  }

  .d-info__list {
    gap: 22px;
  }

  .d-info__description {
    gap: 16px;
  }

  .d-info__description p,
  .d-info__description span,
  .d-info__description li,
  .d-info__description a {
    font-size: 16px;
  }

  .d-info__title {
    font-size: 20px;
  }

  .a-first-doc__item {
    width: calc(33.333% - 18.666px);
    height: 214px;
  }

  .a-first-pag__list {
    min-width: 700px;
  }

  .a-first {
    padding-bottom: 50px;
  }

  .cd-first-info-har-detail__text {
    font-size: 14px;
    flex-grow: 1;
  }

  .cd-first-info-detail__btn {
    font-size: 16px;
    letter-spacing: -0.32px;
  }

  .cd-first-info-har__list {
    gap: 14px;
    align-items: unset;
    flex-wrap: wrap;
  }

  .cd-first-info-har-detail {
    height: 100%;
  }

  .cd-first-info-har__item {
    align-items: center;
    flex-direction: row-reverse;
    height: auto;
  }

  .cd-first-control-nav {
    gap: 14px;
  }

  .cd-first-control {
    width: 100%;
  }

  .cd-first-advantages__text {
    font-size: 16px;
  }

  /* .cd-first-info-har-detail {
    max-width: 110px;
  } */
  .cd-first-info-har-detail__text {
    max-width: 110px;
  }
  .breadcrumb__list {
    flex-wrap: nowrap;
    overflow: auto;
    margin: 0 -28px;
    padding: 0 28px;
  }

  .breadcrumb__item {
    flex: 0 0 auto;
  }

  .breadcrumb__list::-webkit-scrollbar {
    display: none;
  }

  .cd-first-slider__height-block {
    margin-top: 125px;
    margin-bottom: 190px;
  }

  .cd-anchor {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .cd-anchor__list {
    gap: 6px;
    margin: 0 -28px;
    padding: 0 28px;
  }

  .cd-anchor__item {
    font-size: 16px;
  }

  .cd-desc {
    padding-top: 48px;
    padding-bottom: 50px;
  }

  .cd-desc-info {
    flex-direction: column;
  }

  .cd-desc-info-har {
    padding-top: 0px;
  }

  .cd-desc-info-har__item {
    flex-direction: row-reverse;
  }

  .cd-desc-info-har__text {
    text-align: left;
  }

  .cd-desc-info__content p,
  .cd-desc-info__content span,
  .cd-desc-info__content a,
  .cd-desc-info__content li {
    font-size: 16px;
  }

  .cd-desc-info__content p:not(:last-child),
  .cd-desc-info__content span:not(:last-child),
  .cd-desc-info__content a:not(:last-child),
  .cd-desc-info__content li:not(:last-child) {
    margin-bottom: 21px;
  }

  .cd-desc-info-har__name {
    font-size: 14px;
  }

  .cd-desc-info-har__value {
    font-size: 16px;
  }

  .cd-desc-info-har__list {
    gap: 14px;
  }

  .cd-desc-material {
    gap: 22px;
  }

  .cd-desc-material__name {
    font-size: 16px;
  }

  .cd-desc-material__size {
    font-size: 14px;
  }

  .cd-desc-material__list {
    gap: 14px;
  }

  .cd-desc-material__item {
    width: calc(50% - 7px);
  }

  .cd-desc-material__icon img {
    width: 22px;
    height: 22px;
  }

  .cd-har {
    padding-top: 47px;
    padding-bottom: 50px;
  }

  .cd-har-accordion-info__item {
    font-size: 14px;
  }

  .cd-har-accordion__name::after {
    right: 20px;
  }

  .cd-har-accordion-content__item {
    padding: 21px 20px 21px 23px;
  }

  .cd-har-accordion__name::after {
    right: 20px;
  }

  .cd-har-accordion__name {
    font-size: 14px;
    padding: 23px 50px 23px 23px;
  }

  .cd-har-accordion-content__name {
    font-size: 14px;
  }

  .cd-har-accordion-content__value img {
    height: 16px;
    width: 16px;
  }

  .cd-har-accordion-content__value {
    font-size: 14px;
  }

  .cd-har-accordion__list {
    gap: 10px;
  }

  .cd-lizing__content {
    flex-direction: column;
  }

  .cd-lizing__title {
    margin-bottom: 22px;
  }

  .cd-lizing__text p:not(:last-child),
  .cd-lizing__text span:not(:last-child),
  .cd-lizing__text li:not(:last-child),
  .cd-lizing__text a:not(:last-child) {
    margin-bottom: 16px;
  }

  .cd-lizing__text p,
  .cd-lizing__text span,
  .cd-lizing__text li,
  .cd-lizing__text a {
    font-size: 16px;
  }

  .cd-lizing__h-title {
    margin-bottom: 30px;
  }

  .cd-lizing__description {
    margin-bottom: 0px;
  }

  .cd-lizing__text h3,
  .cd-lizing__text h4,
  .cd-lizing__text h5,
  .cd-lizing__text h6 {
    margin-bottom: 24px;
  }

  .l-first-doc__list {
    gap: 28px;
  }

  .l-first-doc__item {
    gap: 22px;
    width: calc(33.333% - 18.666px);
  }

  .l-first {
    padding-bottom: 50px;
  }

  .s-structure {
    padding-bottom: 50px;
  }

  .s-structure-people__item {
    width: calc(33.333% - 18.666px);
  }

  .s-structure-people__name {
    font-size: 16px;
  }

  .s-structure-people__post {
    margin-bottom: 17px;
  }

  .s-structure__text {
    margin-bottom: 27px;
  }

  .s-structure__post {
    font-size: 20px;
  }

  .pr-first__info {
    gap: 10px;
  }

  .pr-first__item li {
    font-size: 14px;
  }

  .pr-first__item {
    gap: 16px;
  }

  .pr-first__list {
    -moz-column-gap: 10px;
    column-gap: 10px;
    -moz-columns: 1;
    columns: 1;
  }

  .pr-first__item:not(:last-child) {
    margin-bottom: 10px;
  }

  .pr-first__item ul {
    gap: 8px;
  }

  .pr-first__block {
    gap: 22px;
  }

  .pr-first__text {
    font-size: 16px;
  }

  .pr-first__sub-title {
    font-size: 16px;
  }

  .pr-first {
    padding-bottom: 50px;
  }

  .cd-lizing {
    padding-bottom: 50px;
  }

  .cd-clients-slider {
    overflow: visible;
  }

  .cd-clients {
    padding-bottom: 50px;
    padding-top: 50px;
  }

  .cd-clients-slider__btn {
    font-size: 16px;
    letter-spacing: -0.32px;
    padding: 19px 23px 20px 60px;
  }

  .cd-clients-slider-info__link {
    font-size: 16px;
  }

  .cd-clients-slider__img {
    height: 250px;
  }

  .cd-clients__title {
    margin-bottom: 22px;
  }

  .cd-clients__h-title {
    margin-bottom: 30px;
  }

  .cd-clients-slider-info__name {
    font-size: 14px;
  }

  .cd-clients-slider__list {
    margin-bottom: 40px;
  }

  .warranty__content {
    padding: 48px 28px;
  }

  .warranty-parts {
    padding: 50px 28px;
  }

  .warranty__h-title {
    margin-bottom: 30px;
  }

  .warranty__title {
    margin-bottom: 22px;
  }

  .warranty__info p,
  .warranty__info span,
  .warranty__info li,
  .warranty__info a {
    font-size: 16px;
    margin-bottom: 18px;
  }

  .warranty__btn {
    font-size: 16px;
    letter-spacing: -0.32px;
    padding: 20px 23px 19px 57px;
  }

  .warranty-parts__info {
    gap: 22px;
  }

  .warranty-parts__info p,
  .warranty-parts__info span,
  .warranty-parts__info li,
  .warranty-parts__info a {
    font-size: 16px;
  }

  .warranty-parts__link {
    font-size: 16px;
    color: var(--main-color-primary);
    line-height: 120%;
    letter-spacing: -0.32px;
    padding: 21px 24px 20px 58px;
  }

  .warranty__info {
    margin-bottom: 26px;
  }

  .warranty__btn::before {
    left: 21px;
  }

  .warranty-parts__link::before {
    left: 24px;
  }

  .n-news {
    padding-bottom: 50px;
  }

  .n-news__item {
    width: calc(50% - 14px);
  }

  .n-news__item:first-child {
    width: 100%;
  }

  .n-news__description {
    font-size: 14px;
  }

  .n-news__name {
    font-size: 14px;
  }

  .pagination__list {
    gap: 16px;
  }

  .pagination__item {
    width: 42px;
    height: 42px;
    font-size: 14px;
  }

  .n-news__title {
    margin-bottom: 22px;
  }

  .n-news__date::before {
    width: 14px;
    height: 14px;
  }

  .n-news__date {
    padding-left: 32px;
    margin-bottom: 12px;
  }

  .pagination__item._pag-point {
    padding: 0;
  }

  .consult__wrapper {
    flex-direction: column-reverse;
  }

  .consult__img {
    max-width: none;
    height: 330px;
  }

  .consult-form {
    padding: 49px 28px;
  }

  .consult-form__h-title {
    margin-bottom: 30px;
  }

  .consult-form__sub-title {
    font-size: 16px;
    max-width: 301px;
  }

  .consult .form input {
    font-size: 16px;
  }

  .consult .form input::-moz-placeholder {
    font-size: 16px;
  }

  .consult .form input::placeholder {
    font-size: 16px;
  }

  .consult-form__title {
    margin-bottom: 22px;
  }

  .consult .form__bottom {
    gap: 16px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .popup-callback .form__bottom {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .p-parts__item {
    width: calc(50% - 7px);
  }

  .p-parts-sidebar-other {
    margin-bottom: 22px;
  }

  .p-parts {
    padding-bottom: 50px;
  }

  .p-parts-sidebar-btn {
    font-size: 16px;
    padding: 20px 40px;
    margin-bottom: 50px;
  }

  .p-parts-sidebar-news__name {
    font-size: 16px;
  }

  .p-parts-sidebar-news__list {
    gap: 22px;
  }

  .p-parts-sidebar-news__all {
    font-size: 14px;
  }

  .p-parts__model {
    font-size: 14px;
  }

  .p-parts-sidebar-other__item {
    font-size: 16px;
  }

  .p-parts__title {
    margin-bottom: 24px;
  }

  .nd-first {
    padding-bottom: 50px;
  }

  .nd-first__date {
    padding-left: 24px;
  }

  .nd-first__date::before {
    width: 14px;
    height: 14px;
  }

  .nd-first__top {
    margin-bottom: 22px;
    gap: 16px;
  }

  .nd-first-nav__name {
    display: none;
  }

  .nd-first-nav {
    background: linear-gradient(355deg, rgba(0, 0, 0, 0.6) 3.26%, rgba(0, 0, 0, 0.24) 95.95%);
  }

  .nd-first__first-img {
    height: 234px;
  }

  .nd-first__description p,
  .nd-first__description span,
  .nd-first__description li,
  .nd-first__description a {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .nd-first__description {
    margin-bottom: 22px;
  }

  .nd-first-gallery__list {
    margin-bottom: 17px;
  }

  .nd-first-img__img {
    height: 218px;
  }

  .nd-first-img__list {
    gap: 22px;
  }

  .nd-first-img__item {
    width: calc(50% - 11px);
    gap: 16px;
  }

  .nd-first-img__text {
    font-size: 14px;
  }

  .nd-first-gallery__img {
    height: 200px;
  }

  .nd-first-gallery__item {
    gap: 16px;
  }

  .nd-first-gallery__text {
    font-size: 14px;
    margin-bottom: 40px;
  }

  .nd-first-gallery__pagination .swiper-pagination-current,
  .nd-first-gallery__pagination .swiper-pagination-total {
    font-size: 14px;
  }

  .nd-first-gallery__pagination {
    font-size: 14px;
  }

  .nd-first-gallery-nav {
    gap: 14px;
  }

  .st-stock__item {
    width: 100%;
  }

  .st-stock {
    padding-bottom: 50px;
  }

  .st-stock__info {
    gap: 30px;
  }

  .st-stock__title {
    margin-bottom: 22px;
  }

  .st-stock__date {
    font-size: 12px;
  }

  .sd-first-top__name {
    font-size: 28px;
  }

  .sd-first-top__description {
    font-size: 16px;
  }

  .sd-first-top__detail {
    padding-bottom: 20px;
  }

  .sd-first-top__date {
    font-size: 14px;
  }

  .sd-first-top {
    flex-direction: column;
  }

  .sd-first-top__img {
    max-width: none;
    width: 100%;
    height: 280px;
  }

  .sd-first-top {
    margin-bottom: 40px;
  }

  .sd-first-desc {
    margin-bottom: 50px;
  }

  .sd-first-desc__info p {
    font-size: 16px;
    margin-bottom: 23px;
  }

  .sd-first-desc__info {
    margin-bottom: 22px;
  }

  .sd-first-desc-advantages__text {
    font-size: 16px;
  }

  .sd-first-desc-advantages__item:nth-child(1),
  .sd-first-desc-advantages__item:nth-child(2),
  .sd-first-desc-advantages__item:nth-child(3) {
    max-width: none;
  }

  .sd-first-desc-advantages {
    margin-bottom: 40px;
  }

  .sd-first-desc__btn {
    font-size: 16px;
    letter-spacing: -0.32px;
    padding: 20px 23px 19px 57px;
  }

  .sd-first-desc__btn::before {
    left: 24px;
  }

  .sd-first {
    padding-bottom: 50px;
  }

  .sd-first-interesting__name {
    padding-bottom: 28px;
    font-size: 16px;
  }

  .sd-first-interesting__date {
    font-size: 12px;
  }

  .sd-first-interesting {
    gap: 22px;
  }

  .sd-first-interesting-nav {
    gap: 14px;
  }

  .sd-first-interesting__pagination {
    font-size: 12px;
  }

  .sd-first-interesting__pagination .swiper-pagination-current,
  .sd-first-interesting__pagination .swiper-pagination-total {
    font-size: 14px;
  }

  .np-first {
    padding-bottom: 50px;
  }

  .np-first__description p,
  .np-first__description span,
  .np-first__description li,
  .np-first__description a {
    font-size: 16px;
  }

  .np-first__title {
    margin-bottom: 22px;
  }

  .np-first__description {
    gap: 16px;
    margin-bottom: 44px;
  }

  .np-first-file-pag__item {
    font-size: 16px;
  }

  .np-first-file-pag__list {
    gap: 6px;
    padding: 0 28px;
  }

  .np-first-file__list {
    gap: 28px;
  }

  .np-first-file__item {
    width: calc(33.333% - 18.666px);
  }

  .np-first-file__name {
    bottom: 10px;
  }

  .np-first-file-pag {
    margin: 0 -28px 22px -28px;
  }

  .header-bottom-search-found__item {
    font-size: 16px;
  }

  .header-bottom-search-found__item:not(:last-child) {
    padding-bottom: 16px;
  }

  .header-bottom-search-found__item:not(:first-child) {
    padding-top: 16px;
  }

  .header-bottom-search-found__all {
    font-size: 14px;
  }

  .header-bottom-search-found__all span {
    font-size: 14px;
  }

  .ps-first {
    margin-bottom: 50px;
  }

  .sc-first {
    margin-bottom: 50px;
  }

  .sc-first__description p,
  .sc-first__description span,
  .sc-first__description a,
  .sc-first__description li {
    font-size: 16px;
  }

  .sc-first__description {
    gap: 17px;
  }

  .sc-first-gallery__text {
    font-size: 16px;
  }

  .sc-first-gallery__item {
    width: calc(33.333% - 18.666px);
  }

  .ad-first {
    padding-bottom: 47px;
  }

  .ps-first-accordion__item {
    display: flex;
    flex-direction: column;
  }

  .ps-first-accordion__img {
    position: static;
    align-self: center;
  }

  .ps-first-accordion__wrapper {
    max-width: none;
  }

  .ps-first-accordion__item._show .ps-first-accordion__img {
    margin-bottom: 22px;
  }

  .ps-first__description p,
  .ps-first__description span,
  .ps-first__description a,
  .ps-first__description li {
    font-size: 16px;
  }

  .ps-first__wrapper {
    gap: 22px;
  }

  .ps-first-search__block {
    display: none;
    padding: 32px 28px 40px 28px;
    border: none;
    border-radius: 0;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9;
    gap: 40px;
    flex-direction: column;
    align-items: flex-start;
  }

  .ps-first-search__block._show {
    display: flex;
  }

  .ps-first-search-form {
    padding-left: 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }

  .ps-first-search-form::before {
    display: none;
  }

  .ps-first-search-form__submit {
    width: auto;
    height: auto;
    border-radius: 40px;
    background: #ce0037;
    padding: 21px 24px 20px 58px;
    position: relative;
  }

  .ps-first-search-form__submit::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 24px;
    transform: translateY(-50%);
    width: 19px;
    height: 10px;
    background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/parts-section/first-block/icon/arrow-right.svg") no-repeat center/contain;
    filter: brightness(0) invert(1);
  }

  .ps-first-search-form__submit p {
    display: block;
  }

  .ps-first-search-mob {
    display: block;
  }

  .ps-first-search-form input {
    font-size: 14px;
  }

  .ps-first-search-form input::-moz-placeholder {
    font-size: 14px;
  }

  .ps-first-search-form input::placeholder {
    font-size: 14px;
  }

  .ps-first-search__close {
    display: block;
  }

  .ps-first-search__top {
    width: 100%;
  }

  .ad-first-administration__name {
    font-size: 16px;
  }

  .ad-first-administration__post {
    font-size: 14px;
    margin-bottom: 16px;
  }

  .ad-first-administration__contacts {
    display: flex;
  }

  .ad-first-administration__list {
    gap: 29px;
  }

  .ad-first-administration__item {
    width: calc(50% - 14.5px);
  }

  .ad-first-administration__img {
    margin-bottom: 23px;
  }

  .ad-first-administration {
    gap: 24px;
  }

  .ad-first__info {
    gap: 22px;
  }

  .ad-first__description p,
  .ad-first__description span,
  .ad-first__description li,
  .ad-first__description a {
    font-size: 16px;
  }

  .ad-first-news-slider__text {
    font-size: 16px;
  }

  .ad-first-news-slider__text {
    font-size: 14px;
  }

  .ad-first-news-slider__item {
    gap: 22px;
  }

  .ad-first-news-slider__info {
    gap: 22px;
  }

  .ad-first-news-slider-nav__link {
    padding: 21px 24px 20px 58px;
    font-size: 16px;
    letter-spacing: -0.32px;
  }

  .ad-first__description {
    gap: 19px;
  }

  .ad-first-news__title {
    max-width: 134px;
  }

  .ad-first-news-slider__block {
    gap: 45px;
  }

  .advice-partners {
    display: block;
  }

  .ps-first-accordion._height .ps-first-accordion__wrapper {
    min-height: auto;
  }

  .diller-detail-info__block {
    width: 100%;
    gap: 0;
  }

  .training .diller-detail-info__block {
    gap: 13px;
  }

  .contacts-first-btn__item p {
    max-height: 100%;
    font-size: 16px;
  }

  .contacts-first {
    gap: 30px;
    margin: 0 auto 50px auto;
  }

  .contacts-first-btn__item {
    height: 100%;
  }

  .contacts-first-popup {
    right: 73px;
  }

  .contacts-first-popup-consult__title,
  .contacts-first-popup-date__title {
    font-size: 22px;
  }

  .contacts-first-popup-consult__text {
    font-size: 16px;
  }

  .contacts-first-popup-consult .form__group input {
    font-size: 16px;
  }

  .contacts-first-popup-consult .form__group input::-moz-placeholder {
    font-size: 16px;
  }

  .contacts-first-popup-consult .form__group input::placeholder {
    font-size: 16px;
  }

  .form__group label {
    font-size: 16px;
  }

  .contacts-first-popup-consult .form .form-policy__text {
    font-size: 14px;
  }

  .contacts-first-popup-consult .form button {
    padding: 17px 20px 17px 50px;
  }

  .contacts-first-popup-date__close,
  .contacts-first-popup-consult__close {
    top: 10px;
    right: 20px;
  }

  .cn-info-line {
    padding: 28px;
  }

  .cn-info-line__text {
    font-size: 16px;
  }

  .cn-info-line-phone__text {
    font-size: 14px;
  }

  .cn-info-line {
    margin-bottom: 10px;
  }

  .cn-info-accordion__title {
    font-size: 16px;
    padding: 28px 40px 32px 28px;
  }

  .cn-info-accordion-content__list {
    padding: 28px 28px 33px 28px;
  }

  .cn-info-accordion-content__text {
    font-size: 14px;
  }

  .cn-info-accordion-content__value {
    font-size: 16px;
  }

  .cn-info-accordion-content__item:not(:last-child) {
    padding-bottom: 24px;
  }

  .cn-info-accordion-content__item:not(:first-child) {
    padding-top: 22px;
  }

  .cn-info {
    margin-bottom: 50px;
  }

  .cr-first-info__title {
    margin-bottom: 22px;
  }

  .cr-first-info__text p,
  .cr-first-info__text span,
  .cr-first-info__text a,
  .cr-first-info__text {
    font-size: 16px;
  }

  .cr-first-info__text {
    margin-bottom: 30px;
  }
  .cr-first-info-phone {
    margin-bottom: 30px;
  }
  .cr-first-info-phone__value {
    font-size: 20px;
  }

  .cr-first-info-phone__text {
    font-size: 14px;
  }

  .cr-first-info-vacancy__title {
    font-size: 24px;
  }

  .cr-first-info-vacancy {
    gap: 22px;
  }

  .cr-first-info-vacancy__item {
    padding: 40px 28px;
  }

  .cr-first-info-vacancy__name {
    font-size: 20px;
  }

  .cr-first-info-vacancy__text {
    font-size: 14px;
  }

  .cr-first-info-vacancy__value {
    font-size: 16px;
  }

  .cr-first-info-vacancy__btn a {
    font-size: 16px;
    padding: 21px 30px 20px 101px;
  }

  .cr-first-info-vacancy__btn::before {
    left: 67px;
  }

  .cr-first-info-vacancy__list {
    gap: 22px;
  }

  .cr-first-info {
    margin-bottom: 50px;
  }

  .ab-first-info__big {
    font-size: 46px;
    top: 0;
  }

  .ab-first-info__sub-title {
    font-size: 20px;
    margin-bottom: 22px;
  }

  .ab-first-info__description p,
  .ab-first-info__description span,
  .ab-first-info__description li,
  .ab-first-info__description a {
    font-size: 16px;
  }

  .ab-first-info-bookmark {
    padding: 40px 28px;
  }

  .ab-first-info-bookmark p {
    font-size: 16px;
  }

  .ab-first-info {
    margin-bottom: 40px;
  }

  .ab-first-info__description {
    gap: 20px;
  }

  .ab-first-num__wrapper {
    flex-direction: column;
  }

  .ab-first-num__img {
    height: 250px;
  }

  .ab-first-num__title {
    font-size: 28px;
  }

  .cookie-block {
		width: 100%;
		border-radius: 0;
		left: 0;
		bottom: 0;
	}

	.cookie-body {
		margin-bottom: 20px;
    font-size: 18px;
	}

  .cookie-body .footer__policy {
    font-size: 18px;
  }

  .ab-first-num__info {
    gap: 22px;
    text-align: center;
  }

  .ab-first-num-advantages__text {
    font-size: 14px;
    text-align: left;
  }

  .ab-first-num {
    margin-bottom: 40px;
  }

  .ab-first-num-advantages__list {
    gap: 21px;
    justify-content: center;
  }

  .ab-first-num-advantages__value {
    text-align: left;
  }

  .ab-first-num-advantages__item {
    max-width: 75px;
  }

  .cr-first-advantages__item {
    max-width: none;
    flex-direction: row;
    align-items: center;
    position: relative;
    padding-right: 20px;
  }

  .cr-first-advantages__item::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/career/first-block/icon/icon-mob.svg") no-repeat center/contain;
  }

  .cr-first-advantages__text br {
    display: none;
  }

  .cr-first-advantages__wrapper {
    gap: 22px;
    padding: 40px 28px;
  }

  .cr-first-advantages__list {
    gap: 14px;
  }

  .cr-first-advantages__wrapper::after {
    display: none;
  }

  .cr-first-advantages-hidden {
    top: 0;
    left: 0;
  }

  .cr-first-advantages-hidden__name {
    font-size: 14px;
  }

  .cr-first-advantages-hidden__descripton p,
  .cr-first-advantages-hidden__descripton span,
  .cr-first-advantages-hidden__descripton li,
  .cr-first-advantages-hidden__descripton a {
    font-size: 14px;
  }

  .cr-first-advantages__text {
    font-size: 14px;
  }

  .cr-first-advantages-hidden__close {
    display: block;
  }

  .cr-first {
    margin-bottom: 50px;
  }

  .ab-first-color__wrapper {
    flex-direction: column;
  }

  .ab-first-color__right {
    max-width: none;
  }

  .ab-first-color__block {
    max-height: none;
    gap: 22px;
    padding-right: 0;
    overflow: hidden;
  }

  .ab-first-color__info {
    border-radius: 10px 10px 0px 0px;
    padding: 40px 28px 46px 28px;
  }

  .ab-first-color__description p,
  .ab-first-color__description span,
  .ab-first-color__description li,
  .ab-first-color__description a {
    line-height: 100%;
  }

  .ab-first-color {
    margin-bottom: 40px;
  }

  .main-first__title {
    margin-bottom: 22px;
  }

  .o-title {
    margin-bottom: 22px;
  }

  .s-search-form {
    padding: 40px 28px;
  }

  .s-search-form__text {
    font-size: 16px;
    letter-spacing: -0.32px;
  }

  .s-search-form__block {
    gap: 21px;
  }

  .s-search-form__group {
    gap: 12px;
  }

  .s-search-form__input {
    font-size: 14px;
    padding-bottom: 16px;
  }

  .s-search-form__input::-moz-placeholder {
    font-size: 14px;
  }

  .s-search-form__input::placeholder {
    font-size: 14px;
  }

  .s-search-form__close {
    width: 20px;
    height: 20px;
  }

  .s-search-form__submit {
    width: 18px;
    height: 18px;
  }

  .s-search__wrapper {
    gap: 40px;
  }

  .s-search__name {
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 14px;
  }

  .s-search__name::before {
    font-size: 20px;
  }

  .s-search__description {
    font-size: 16px;
    margin-bottom: 14px;
  }

  .s-search__link {
    display: none;
  }

  .s-search {
    margin-bottom: 50px;
    padding-top: 16px;
  }

  .s-search .breadcrumb__list {
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    overflow: hidden;
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 10px;
  }

  .s-search .breadcrumb__item {
    flex: 0 1 auto;
  }

  .s-search .breadcrumb__link {
    line-height: 14px;
  }

  .ab-first-detail__item,
  .ab-first-detail__item:nth-child(even) {
    flex-direction: column-reverse;
  }

  .ab-first-detail__item._item-bg {
    flex-direction: column;
  }

  .ab-first-detail__left,
  .ab-first-detail__right {
    width: 100%;
  }

  .ab-first-detail__img {
    height: 250px;
  }

  .ab-first-detail__list {
    gap: 40px;
  }

  .ab-first-detail__right {
    gap: 27px;
  }

  .ab-first-detail__description {
    gap: 16px;
  }

  .ab-first-detail__quote {
    gap: 13px;
  }

  .ab-first {
    padding-bottom: 50px;
  }

  .nd-first-gallery__slider {
    overflow: visible;
  }

  .ad-first-news-slider__block {
    overflow: visible;
  }

  .ab-first-advantages__list {
    flex-direction: column;
    gap: 14px;
  }

  .ab-first-advantages__item {
    flex-direction: row;
    max-width: none;
  }

  .ab-first-advantages__item:last-child {
    max-width: none;
  }

  .ab-first-advantages__text {
    font-size: 16px;
    text-align: left;
  }

  .diller.training .diller-detail-info__block:not(:first-child) {
    padding-top: 22px;
  }

  .diller.training .diller-detail-info__block:not(:last-child) {
    padding-bottom: 22px;
  }

  .diller.training .diller-detail-info {
    gap: 0;
  }

  .training-info__name {
    font-size: 20px;
  }

  .training-info__addres {
    font-size: 16px;
  }

  .training-info-site__text {
    font-size: 16px;
  }

  .training-info-site__link {
    font-size: 16px;
  }

  .diller.training .diller__content {
    margin-bottom: 40px;
  }

  .training-detail-big__img {
    height: 300px;
  }

  .training-detail-big__item {
    gap: 22px;
  }

  .training-detail-big__description p,
  .training-detail-big__description span,
  .training-detail-big__description a,
  .training-detail-big__description li {
    font-size: 16px;
  }

  .training-detail-tumb__text p,
  .training-detail-tumb__text span,
  .training-detail-tumb__text a,
  .training-detail-tumb__text li {
    font-size: 16px;
  }

  .training-detail-big__pagination {
    font-size: 14px;
  }

  .training-detail-big-nav {
    gap: 14px;
  }

  .training-detail-big-nav__prev::after,
  .training-detail-big-nav__next::after {
    width: 17px;
  }

  .training-detail-tumb-info__name {
    font-size: 20px;
  }

  .training-detail-tumb-info {
    font-size: 14px;
    gap: 12px;
  }

  .training-detail-tumb-info__value {
    font-size: 16px;
  }

  .training-detail-tumb-info__text {
    font-size: 16px;
  }

  .training-detail-tumb-info__list {
    gap: 14px;
  }

  .diller.training {
    padding-bottom: 50px;
  }

  .popup.f-vacancy {
    height: 100%;
  }

  .f-vacancy .popup__wrapper {
    max-height: none;
    padding: 40px 28px;
  }

  .popup-consult .popup__wrapper .form__group {
    width: 100%;
  }

  .pd-first-picture-availability__list {
    flex-direction: column;
    gap: 16px;
  }

  .pd-first-picture__img {
    height: 300px;
  }

  .pd-first-picture-control__list {
    gap: 10px;
  }

  .pd-first-picture-control__text {
    display: none;
  }

  .pd-first-picture-availability__item {
    font-size: 14px;
  }

  .pd-first-picture-control__item {
    font-size: 16px;
  }

  .form-education {
    margin-bottom: 40px;
  }

  .f-vacancy .popup__title {
    margin-bottom: 22px;
  }

  .f-vacancy .form__field {
    gap: 22px;
  }

  .f-vacancy .form__group {
    gap: 22px;
  }

  .form .form-education__first .form__field {
    margin-bottom: 28px;
  }

  .form-education__btn {
    font-size: 16px;
    padding: 18px 43px 18px 24px;
  }

  .form-education__btn::after {
    right: 24px;
    font-size: 16px;
  }

  .form-education__first {
    margin-bottom: 28px;
  }

  .form-work .form__point-title {
    margin-bottom: 14px;
  }

  .form .form-work .form__field {
    margin-bottom: 28px;
  }

  .form-work__btn {
    font-size: 16px;
    padding: 18px 43px 18px 24px;
  }

  .form-work__btn::after {
    font-size: 16px;
    right: 24px;
  }

  .form-work {
    margin-bottom: 28px;
  }

  .form-family {
    margin-bottom: 28px;
  }

  .form__point-title {
    font-size: 16px;
    margin-bottom: 28px;
  }

  .form-salary {
    margin-bottom: 28px;
  }

  .fan-elem__img {
    height: 102px;
  }

  .fan-elem__link {
    gap: 16px;
  }

  .fan-elem__info {
    gap: 10px;
  }

  .fan-elem__list {
    -moz-column-gap: 28px;
    column-gap: 28px;
    row-gap: 29px;
  }

  .fan-elem__item {
    gap: 16px;
    width: calc(50% - 14px);
  }

  .fan-elem__one-click a {
    font-size: 16px;
    letter-spacing: -0.32px;
    padding: 15px 23px;
  }

  .fan-elem__one-click a span {
    display: none;
  }

  .fan-elem__bottom {
    gap: 10px;
  }

  .fan-elem__cart {
    padding: 16px 19px;
  }

  .fan-elem__cart img {
    width: 14px;
    height: 14px;
  }

  .fan-elem {
    gap: 40px;
  }

  .fan-elem__name {
    font-size: 14px;
  }

  .fan-elem__price {
    font-size: 20px;
  }

  .sort {
    justify-content: space-between;
  }

  .fan__sort {
    padding-bottom: 22px;
    margin-bottom: 22px;
  }

  .sort__text {
    font-size: 14px;
  }

  .sort__block {
    font-size: 14px;
  }

  .sort-hidden {
    right: 0;
    left: auto;
  }

  .fan-section__item {
    flex-direction: column;
    align-items: center;
    max-width: 76px;
    width: 100%;
  }

  .fan-section__name {
    font-size: 14px;
    text-align: center;
    max-width: none;
  }

  .fan-section__list {
    gap: 10px;
  }

  .fan-section {
    margin-bottom: 40px;
  }

  .sort__initial {
    padding-right: 39px;
  }

  .fan {
    margin-bottom: 50px;
  }

  .fd-first {
    margin-bottom: 50px;
  }

  .fd-first-other__img {
    height: 150px;
    margin-bottom: 16px;
  }

  .fd-first-detail {
    grid-template-areas: "f-title" "f-gallery" "f-info" "f-desc";
    grid-template-columns: 100%;
  }

  .fd-first-detail-slider-pagination {
    display: block;
  }

  .fd-first-detail-slider-tumb__item {
    height: 40px;
  }

  .fd-first-detail-slider-big__item img {
    height: 250px;
  }

  .fd-first-detail-slider-big__favorite {
    right: 0;
    top: 0;
  }

  .fd-first-detail__slider {
    margin-bottom: 25px;
    gap: 20px;
  }

  .fd-first-detail-info-article__text {
    font-size: 14px;
  }

  .fd-first-detail-info-article__value {
    font-size: 16px;
  }

  .fd-first-detail-info-article {
    margin-bottom: 9px;
  }

  .fd-first-detail-info-availability {
    margin-bottom: 23px;
  }

  .fd-first-detail-info-availability__text {
    font-size: 14px;
  }

  .fd-first-detail-info-availability__value {
    font-size: 16px;
  }

  .fd-first-detail-info {
    margin-bottom: 40px;
  }

  .fd-first-detail-info__title {
    margin-bottom: 22px;
  }

  .fd-first-detail-desc__text {
    font-size: 16px;
    margin-bottom: 26px;
  }

  .fd-first-detail-desc-har__text {
    font-size: 14px;
  }

  .fd-first-detail-desc-har__value {
    font-size: 16px;
  }

  .fd-first-other {
    gap: 22px;
  }

  .fd-first-other__name {
    font-size: 14px;
  }

  .fd-first-other__price {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .fd-first-detail-desc-har__list {
    gap: 8px;
  }

  .fd-first-other__bottom {
    gap: 10px;
  }

  .fd-first-other__block {
    overflow: visible;
  }

  .fd-first-other__favorite {
    top: 1px;
    right: 6px;
  }

  .cd-har-accordion__wrapper {
    max-width: none;
  }

  .cd-har-accordion._height .cd-har-accordion__wrapper {
    min-height: auto;
  }

  .cd-har-accordion__item {
    display: flex;
    flex-direction: column;
  }

  .cd-har-accordion__img {
    position: static;
    align-self: center;
  }

  .cd-har-accordion__item._show .cd-har-accordion__img {
    margin-bottom: 22px;
  }

  .fav__clear {
    font-size: 14px;
  }

  .fav-count {
    font-size: 14px;
  }

  .fav__top {
    padding-bottom: 30px;
    margin-bottom: 28px;
  }

  .fav {
    margin-bottom: 50px;
  }

  .basket-detail__name {
    font-size: 16px;
  }

  .basket-detail__price-piece {
    font-size: 14px;
  }

  .basket-detail__price {
    font-size: 16px;
  }

  .basket-detail__text {
    font-size: 14px;
  }

  .basket-detail__clear {
    font-size: 14px;
    padding-right: 24px;
  }

  .basket-detail__top {
    padding: 29px;
  }

  .basket__content {
    gap: 22px;
  }

  .basket-final__text {
    font-size: 16px;
    margin-bottom: 14px;
  }

  .basket-final__price {
    font-size: 20px;
    margin-bottom: 22px;
  }

  .basket-final {
    padding: 27px;
  }

  .basket-final__one-click {
    font-size: 16px;
    margin-bottom: 10px;
    letter-spacing: -0.32px;
  }

  .basket-final__making {
    font-size: 16px;
    letter-spacing: -0.32px;
  }

  .b-quantity {
    height: 52px;
  }

  .basket__wrapper {
    gap: 22px;
  }

  .basket__back {
    font-size: 14px;
  }

  .o-title._small {
    font-size: 28px;
    line-height: 90%;
    margin-bottom: 29px;
  }

  .basket-detail__item {
    row-gap: 16px;
    -moz-column-gap: 14px;
    column-gap: 14px;
  }

  .basket {
    margin-bottom: 50px;
  }

  .popular__img {
    height: 132px;
  }

  .popular__link {
    gap: 16px;
  }

  .popular__name {
    font-size: 14px;
  }

  .popular__info {
    gap: 10px;
  }

  .popular__price {
    font-size: 20px;
  }

  .popular__wrapper {
    gap: 22px;
  }

  .popular__one-click a {
    font-size: 16px;
    letter-spacing: -0.32px;
    padding: 16px 21px;
  }

  .popular__basket {
    padding: 19px;
  }

  .popular__basket img {
    width: 14px;
    height: 14px;
  }

  .popular {
    margin-bottom: 50px;
  }

  .form__group textarea {
    height: 75px;
  }

  .form__group textarea {
    font-size: 16px;
  }

  .error__bg {
    height: 285px;
  }

  .popup.popup-review .popup__wrapper {
    padding: 30px;
  }

  .popup-review__sub-title {
    font-size: 16px;
  }

  .popup-review__title {
    font-size: 21px;
    margin-bottom: 20px;
  }

  .popup-review__img {
    height: 260px;
    margin-bottom: 20px;
  }

  .popup-review__video {
    height: 260px;
    margin-bottom: 20px;
  }

  .popup-review-author__img {
    height: 60px;
    width: 60px;
  }

  .popup.popup-review .popup__close {
    width: 26px;
    height: 26px;
    top: 6px;
    right: 6px;
  }

  .popup-review-author__name {
    font-size: 18px;
  }

  .popup-review__description p,
  .popup-review__description span,
  .popup-review__description li,
  .popup-review__description a {
    font-size: 16px;
  }

  .popup-review__description {
    gap: 20px;
  }

  .popup-review-author {
    margin-bottom: 20px;
  }

  .popup-review-author__content {
    flex-direction: column;
  }

  .error__title {
    text-align: left;
  }

  .error__bottom {
    align-items: flex-start;
  }

  .error__link {
    align-self: center;
  }

  .cd-first-info-detail__title {
    font-size: 35px;
    margin-bottom: 13px;
  }

  .cd-first-slider__img {
    width: 390px;
    height: 190px;
  }

  .cd-first__wrapper {
    padding: 150px 0px 0px 0px;
  }
  .o-order__title {
    font-size: 16px;
    line-height: 90%;
  }
  .o-order__step._show .o-order__title {
    margin-bottom: 34px;
  }
  .o-order-tab__item label {
    font-size: 16px;
    line-height: 100%;
    padding: 4px 0px 4px 35px;
  }
  .o-order-tab__item label::before {
    width: 22px;
    height: 22px;
  }
  .o-order-tab__item label::after {
    width: 16px;
    height: 16px;
    left: 3px;
  }
  .o-order-content__form {
    gap: 37px;
  }
  .form .o-order__step-next {
    padding: 19px 46px 20px 26px;
  }
  .o-order-content {
    margin-bottom: 38px;
  }
  .o-order__box {
    gap: 10px;
  }
  .form .o-order__step-back {
    padding: 19px 24px 20px 48px;
  }
  .o-order__bottom {
    gap: 10px;
  }
  .o-order-content-pickup__address {
    font-size: 16px;
  }
  .o-order-content-pickup__info {
    gap: 8px;
  }
  .o-order-content-pickup__phone {
    font-size: 14px;
    line-height: 100%;
  }
  .o-order-content-pickup__btn {
    font-size: 16px;
    line-height: 100%;
    padding: 18px 24px;
  }
  .o-order-content-pickup__item:not(:last-child) {
    padding-bottom: 22px;
  }
  .o-order-content-pickup__item:not(:first-child) {
    padding-top: 22px;
  }
  .o-order-content-pickup__map {
    height: 280px;
  }
  .o-order-content-pickup__title {
    display: none;
  }
  .o-order-sidebar {
    padding: 28px;
  }
  .o-order-sidebar-price-full__text {
    font-size: 16px;
  }
  .o-order-sidebar-price-full__value {
    font-size: 20px;
  }
  .o-order-sidebar-price-full {
    margin-bottom: 23px;
  }
  .o-order-sidebar-price__text {
    font-size: 14px;
  }
  .o-order-sidebar-price__value {
    font-size: 16px;
  }
  .o-order-sidebar-price__list {
    gap: 9px;
  }
  .o-order-sidebar-price {
    margin-bottom: 22px;
  }
  .o-order__block {
    gap: 22px;
  }
  .nd-first__description img {
    float: none !important;
    margin: 0 auto 15px auto;
    display: block;
  }
}

@media screen and (max-width: 479.98px) {
  .first-slider__description {
    max-width: 194px;
  }

  .first-slider__title {
    font-size: 40px;
  }

  .catalog-slider__bottom {
    gap: 9px;
  }

  .catalog-slider__description {
    max-width: 290px;
  }

  .technic-slider-big__block,
  .technic-slider-big-card {
    overflow: visible;
  }

  .technic-slider-tumb__name {
    max-width: 125px;
  }

  .technic__model {
    right: -40px;
  }

  .technic-slider-big-card__name {
    max-width: 151px;
  }

  .parts__img {
    height: 330px;
  }

  .parts__title {
    line-height: 90%;
  }

  .event-slider {
    overflow: visible;
  }

  .partners-slider__img {
    max-width: 78px;
  }

  .partners-slider__block {
    overflow: visible;
  }

  .footer-dev__text {
    max-width: 230px;
  }

  .popup__description {
    max-width: 292px;
  }

  .c-first__img {
    height: 330px;
  }

  .c-detail__img {
    height: 330px;
  }

  .c-video-slider {
    height: 188px;
  }

  .c-interested__title {
    max-width: 190px;
  }

  .a-first-doc__item {
    width: calc(50% - 14px);
  }

  .a-first-pag {
    margin: 0 -28px 22px -28px;
    padding-left: 36px;
    padding-right: 28px;
  }

  .a-first-pag::-webkit-scrollbar {
    display: none;
  }

  .cd-desc-material__item {
    width: 100%;
  }

  .cd-har__img {
    height: 196px;
  }

  .l-first-doc__item {
    width: calc(50% - 15px);
  }

  .s-structure-people__item {
    width: calc(50% - 14px);
  }

  .cd-clients-slider-info__link {
    align-self: center;
    margin-left: 0px;
  }

  .cd-clients-slider__img {
    height: 213px;
  }

  .n-news__item:first-child .n-news__img {
    height: 234px;
  }

  .n-news__img {
    height: 140px;
  }

  .p-parts__item {
    width: 100%;
  }

  .p-parts-sidebar-btn {
    max-width: none;
  }

  .p-parts .pagination__prev {
    display: none;
  }

  .p-parts-sidebar-news__name {
    max-width: 250px;
  }

  .nd-first-gallery__img {
    height: 141px;
  }

  .nd-first-img__item {
    width: 100%;
  }

  .nd-first-gallery__slider {
    overflow: visible;
  }

  .np-first-file__item {
    width: calc(50% - 14px);
  }

  .sc-first-gallery__item {
    width: calc(50% - 14px);
  }

  .ps-first-accordion__img {
    max-width: 334px;
  }

  .ad-first-news-slider__img {
    height: 200px;
  }

  .cn-info-line {
    flex-direction: column;
    align-items: flex-start;
  }

  .cr-first-info-vacancy__btn {
    width: 100%;
  }

  .cr-first-info-vacancy__btn a {
    width: 100%;
  }

  .ab-first-num__img {
    height: 212px;
  }

  .ab-first-detail__img {
    height: 212px;
  }

  .ab-first-color__title {
    line-height: 80%;
  }

  .training-detail-big__img {
    height: 222px;
  }

  .diller.training .diller__title {
    max-width: 333px;
    margin-bottom: 20px;
  }

  .popup-order .form__group {
    width: 100%;
  }

  .pd-first-picture__img {
    height: 194px;
  }

  .fd-first-other__img {
    height: 132px;
  }

  .fd-first-detail-slider-big__item img {
    height: 202px;
  }

  .fd-first-other__name {
    max-width: 154px;
    margin-bottom: 10px;
  }

  .cd-har-accordion__img {
    max-width: 334px;
  }

  .basket-detail__name {
    width: calc(76% - 7px);
  }

  .basket-detail__img {
    width: calc(24% - 7px);
    height: 40px;
  }

  .basket-detail__price {
    width: 100%;
    text-align: left;
  }

  .b-quantity,
  .basket-detail__price-piece {
    width: calc(50% - 7px);
  }

  .popular__block {
    overflow: visible;
  }

  .popular__name {
    max-width: 154px;
  }

  .popup-review__title {
    font-size: 18px;
  }

  .popup-review-author__content {
    align-items: center;
  }

  .popup-review-author {
    flex-direction: column;
    align-items: center;
  }

  .popup-review-author__post,
  .popup-review-author__name {
    text-align: center;
  }

  .diller-detail-city__hidden-text {
    font-size: 14px;
  }

  .cd-first-info-detail__btn {
    align-self: center;
  }

  .cd-first-info-har-detail__text {
    font-size: 13px;
    max-width: 95px;
  }

  .cd-first__wrapper {
    margin: 0 -28px;
  }

  .cd-first-info-detail__title,
  .cd-first-info-detail__description,
  .cd-first-info-har,
  .cd-first__bottom {
    padding: 0 28px;
  }
  /* 
  .cd-first-info-har-detail {
    max-width: 95px;
  } */
  .o-order-tab__list {
    flex-direction: column;
  }
  .o-order-content-pickup__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .o-order-content-pickup__list {
    max-height: 412px;
  }
  .o-order__bottom .o-order__submit {
    display: none;
  }
  .o-order-sidebar .o-order__submit {
    width: 100%;
    max-width: 278px;
    padding: 20px 24px 25px 57px;
  }
  .o-order-sidebar .o-order__submit::before {
    left: 70px;
  }
  .o-order-sidebar-price-full {
    flex-direction: column;
  }
  .cd-first-info-detail__bottom {
    padding: var(--conteiner-padding);
  }
}

@media screen and (max-width: 389.98px) {
  .header-bottom__logo {
    max-width: 150px;
  }

  .first-slider__title {
    font-size: 30px;
  }

  .first-slider-nav__prev,
  .first-slider-nav__next {
    width: 50px;
    height: 50px;
  }

  .first-slider-nav__prev,
  .first-slider-nav__next {
    width: 40px;
    height: 40px;
  }

  .company::after {
    right: -100px;
  }

  .catalog-slider__model {
    font-size: 120px;
    left: 0;
  }

  .catalog-slider-nav {
    gap: 9px;
  }

  .catalog-slider-nav__prev,
  .catalog-slider-nav__next {
    width: 40px;
    height: 40px;
  }

  .catalog-slider__all {
    padding: 15px 20px 15px 53px;
  }

  .technic-slider-nav {
    gap: 9px;
  }

  .technic-slider__link {
    padding: 19px 20px 20px 50px;
  }

  .technic-slider__link::before {
    left: 17px;
  }

  .technic__model {
    font-size: 50px;
  }

  .event-slider__link {
    padding: 21px 20px 20px 45px;
  }

  .event-slider__link::before {
    left: 16px;
  }

  .event-slider-nav {
    gap: 11px;
  }

  .event-slider__bottom {
    gap: 7px;
  }

  .event-slider-nav__prev,
  .event-slider-nav__next {
    width: 50px;
    height: 50px;
  }

  .footer-menu__col {
    width: 100%;
  }

  .form .form-policy__label {
    width: 40px;
    height: 40px;
  }

  .form .form-policy__label::after {
    width: 20px;
    height: 20px;
  }

  .c-product__item {
    width: 100%;
  }

  .a-first-doc__item {
    width: 100%;
  }

  .cd-har-accordion-info__list {
    gap: 9px;
  }

  .cd-har-accordion-info__item::before {
    width: 10px;
    height: 10px;
  }

  .cd-har-accordion-info__item {
    padding-left: 16px;
  }

  .l-first-doc__item {
    width: 100%;
  }

  .s-structure-people__item {
    width: 100%;
  }

  .s-structure-people__img {
    height: 230px;
  }

  .s-structure-people__info {
    text-align: center;
  }

  .cd-clients-slider__bottom {
    flex-direction: column;
    gap: 22px;
  }

  .cd-clients-slider-nav__next {
    margin-right: 0px;
  }

  .warranty__btn {
    padding: 20px 16px 19px 40px;
  }

  .warranty__btn::before {
    left: 12px;
  }

  .pagination__list {
    gap: 7px;
  }

  .pagination__item {
    width: 35px;
    height: 35px;
  }

  .n-news__item {
    width: 100%;
  }

  .n-news__img {
    height: 160px;
  }

  .form .form-policy__text {
    font-size: 14px;
  }

  .form .form-policy__text a {
    font-size: 14px;
  }

  .np-first-file__name {
    font-size: 12px;
    padding: 6px 25px 6px 14px;
  }

  .np-first-file__name::after {
    width: 10px;
    height: 10px;
  }

  .ad-first-administration__post,
  .ad-first-administration__phone,
  .ad-first-administration__mail {
    font-size: 12px;
  }

  .ad-first-news-slider__bottom {
    gap: 15px;
  }

  .contacts-first-btn__item {
    padding: 94px 20px 67px 20px;
  }

  .contacts-first-popup {
    right: 54px;
  }

  .contacts-first-popup-date__item p span {
    font-size: 14px;
  }

  .contacts-first-popup-date__item p a {
    font-size: 14px;
  }

  .contacts-first-popup-date__item p {
    font-size: 14px;
  }

  .cr-first-info-vacancy__btn a {
    padding: 21px 30px 20px 60px;
  }

  .cr-first-info-vacancy__btn::before {
    left: 27px;
  }

  .ab-first-num-advantages__list {
    gap: 10px;
  }

  .cr-first-advantages-hidden {
    min-width: 209px;
  }

  .ab-first-detail__quote {
    padding-left: 0;
    padding-top: 55px;
  }

  .ab-first-detail__quote::before {
    width: 40px;
    height: 40px;
  }

  .number__bookmark::before {
    width: 40px;
    height: 40px;
  }

  .number__bookmark {
    padding: 0px 0px 0px 50px;
  }

  .pd-first-picture-control__item {
    width: 45px;
    height: 45px;
  }

  .fan-elem__one-click a {
    padding: 10px;
  }

  .fan-elem__cart {
    padding: 10px;
  }

  .fan-elem__favourites {
    width: 30px;
    height: 30px;
  }

  .fan-elem__price {
    font-size: 18px;
  }

  .fan-elem__list {
    gap: 16px;
  }

  .fan-elem__item {
    width: calc(50% - 8px);
  }

  .fd-first-detail-desc-har__item {
    flex-direction: column;
    align-items: flex-start;
  }

  .fd-first-detail-desc-har__line {
    order: 3;
  }

  .fd-first-detail-desc-har__text {
    order: 1;
  }

  .fd-first-detail-desc-har__value {
    order: 2;
    font-size: 14px;
  }

  .basket-detail__item:first-child,
  .basket-detail__item {
    padding: 15px;
  }

  .basket-detail__delete {
    top: 15px;
    right: 15px;
  }

  .basket-detail__name {
    font-size: 14px;
    padding-right: 18px;
  }

  .basket-detail__top {
    padding: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .popular__name {
    max-width: none;
  }

  .cd-har-accordion-content__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .cd-har-accordion-content__value {
    text-align: left;
  }

  .cd-first-info-detail__title {
    font-size: 30px;
  }

  .cd-first-info-detail__description {
    font-size: 21px;
  }
  .cd-first-slider__item {
    height: 190px;
  }
  .cd-first-slider__img {
    position: absolute;
  }
  .o-order-sidebar .o-order__submit::before {
    left: 30px;
  }
  .form .o-order__step-back,
  .o-order__step-next {
    width: 100%;
  }

  .cookie-body {
    font-size: 16px;
	}

  .cookie-body .footer__policy {
    font-size: 16px;
  }
}
/* End */


/* Start:/bitrix/templates/bryanskselmash/assets/css/custom.css?177790127732805*/
.diller-detail-city-hidden__list {
	max-height: 300px;
	overflow: auto;
}

.diller-detail-info._active {
	padding-bottom: 50px;
}

.main-first.pr-first .pr-first__block > div[id^="bx_incl_area"] {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.pr-first__list {
	display: block;
	column-count: 2;
	column-gap: 28px;
	width: 100%;
}

.pr-first__item {
	break-inside: avoid;
	margin-bottom: 28px;
}

.r-review {
	padding-bottom: 150px;
	position: relative;
	margin: 0 auto;
	max-width: 1920px;
}

.r-review__list {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	margin-bottom: 60px;
}

.r-review__item {
	width: calc(25% - 30px);
	display: flex;
	flex-direction: column;
	position: relative;
}

.r-review__img {
	height: 280px;
	border-radius: 10px;
	overflow: hidden;
	flex-shrink: 0;
}

.r-review__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.r-review__info {
	height: 100%;
	background: #fff;
	width: 100%;
	padding-top: 32px;
}

.r-review__date {
	margin-bottom: 32px;
	font-size: 14px;
	color: rgb(var(--main-color-primary-opacity), 0.4);
	line-height: 120%;
	padding-left: 30px;
	position: relative;
}

.r-review__date::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/news/news-block/icon/date.svg") no-repeat center/contain;
}

.r-review__name {
	font-size: 16px;
	line-height: 100%;
	color: rgb(var(--main-color-primary-opacity), 0.8);
	margin-bottom: 16px;
}

.r-review__title {
	font-size: 20px;
	line-height: 100%;
	color: rgb(var(--main-color-primary-opacity), 0.8);
}

.title-search-result {
	z-index: 9;
	transform: translateY(18px);
}

.header-bottom-search-found {
	position: unset;
	display: flex;
	transform: unset;
}

.header-bottom-search__submit {
	font-size: 0;
	cursor: pointer;
}

.c-video-slider-big__video.loading + .c-video-slider-big__info {
	display: none;
}

.first-slider__button {
	font-size: 20px;
	color: var(--main-color-white);
	line-height: 120%;
	letter-spacing: -0.4px;
	padding: 26px 32px 26px 70px;
	border-radius: 40px;
	background: #ce0037;
	position: absolute;
	bottom: 180px;
}

.first-slider__button::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 26px;
	transform: translateY(-50%);
	width: 19px;
	height: 10px;
	background: url("/bitrix/templates/bryanskselmash/assets/img/main/catalog-block/icon/arrow-right.svg") no-repeat
		center/contain;
}

.footer-menu-section._empty {
	color: transparent;
	user-select: none;
}

.training-detail-big__slider-wrapper {
	position: relative;
	overflow: hidden;
	max-width: 600px;
	width: 100%;
}

.training-detail-big__slider {
	border-radius: 10px;
	height: 400px;
}

.training-detail-big-slider__item img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.training-detail-big-slider__pagination.swiper-pagination {
	display: block;
	position: sticky;
	width: auto;
}

.training-detail-big-slider__control {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.training-detail-big-slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #ce0037;
}

.training-detail-big-slider-nav {
	display: flex;
	gap: 14px;
}

.training-detail-big-slider-nav__prev,
.training-detail-big-slider-nav__next {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid rgba(24, 27, 50, 0.1);
	position: relative;
	cursor: pointer;
}

.training-detail-big-slider-nav__prev::after,
.training-detail-big-slider-nav__next::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 19px;
	height: 10px;
}

.training-detail-big-slider-nav__prev.swiper-button-disabled,
.training-detail-big-slider-nav__next.swiper-button-disabled {
	display: block;
	opacity: 0.4;
}

.training-detail-big-slider-nav__prev::after {
	background: url("/bitrix/templates/bryanskselmash/assets/img/other-page/training/icon/arrow-left.svg") no-repeat
		center/contain;
}

.training-detail-big-slider-nav__next::after {
	background: url("/bitrix/templates/bryanskselmash/assets/img/other-page/training/icon/arrow-right.svg") no-repeat
		center/contain;
}

.grecaptcha-badge {
	display: none;
}

.c-video-slider-big__preview {
	height: 100%;
}

.c-video-slider-big__preview img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.c-video-slider-big__video > iframe {
	height: 100%;
}

.diller.training .diller__map svg path {
	pointer-events: none;
}

.diller.training .diller__map svg path._available {
	fill: #ad292c30;
	pointer-events: unset;
}

.diller.training .diller__map svg path._available:hover,
.diller.training .diller__map svg path._active {
	fill: #ce0037;
}

#section-dealers .diller__map svg path {
	pointer-events: none;
}

#section-dealers .diller__map svg path._available {
	fill-opacity: 0.15;
	pointer-events: unset;
}

#section-dealers .diller__map svg path._available:hover,
#section-dealers .diller__map svg path._active {
	fill-opacity: 1;
}

.form__box._error input {
	border-color: #ce0037;
}

.form__box._error input::-moz-placeholder {
	color: #ce0037;
}

.form__box._error input::placeholder {
	color: #ce0037;
}

.form__box._error label {
	color: #ce0037;
}

.form__box._error .form-select__initial {
	border-color: #ce0037;
}

.form__box._error .form-select__initial {
	color: #ce0037;
}

/* стили меню  в шапке */
.header-bottom-menu__item,
.header-bottom-menu__item._lvl-menu,
.header-bottom-menu__item._catalog-menu {
	padding: 0;
}

.header-bottom-menu__item > .header-bottom-menu__link {
	padding: 35px 18px 44px 18px;
}

.header-bottom-menu__item._lvl-menu > .header-bottom-menu__link {
	padding: 36px 36px 44px 18px;
}

.header-bottom-menu__item._catalog-menu > .header-bottom-menu__link {
	padding: 36px 18px 44px 48px;
}

.header-bottom-menu__item {
	gap: 0;
}

.header-bottom-menu__item._catalog-menu .header-bottom-menu__icon {
	left: 18px;
}

.header-bottom-menu__icon {
	padding-right: 8px;
}

.header-bottom-menu__item .header-bottom-menu__link {
	position: relative;
}

.header-bottom-menu__item .header-bottom-menu__icon {
	position: absolute;
	top: 48%;
	transform: translateY(-50%);
}

.header-bottom-menu__item._lvl-menu .header-bottom-menu__icon {
	right: 18px;
}

.header-bottom-menu__item._lvl-menu:hover .header-bottom-menu__icon {
	transform: translateY(-50%) rotate(180deg);
}

/* конец стилей меню в шапке */

.cd-first-slider._img-right .cd-first-slider__item {
	justify-content: flex-end;
}

.partners-slider__item {
	transition: all 0.3s ease 0s;
	overflow: hidden;
}

.partners-slider__item:hover {
	border-color: var(--main-color-secondary);
}

.partners-slider__item .partners-slider__img {
	transition: all 0.3s ease 0s;
}

.partners-slider__item:hover .partners-slider__img {
	transform: scale(1.1);
}

.cd-anchor._fixed-top .cd-anchor__wrapper {
	position: fixed;
	top: var(--headerHeight);
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 9;
	padding: 20px 10px 0px 10px;
	border-radius: 0px 0px 4px 4px;
	-webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	animation: transformBlock 0.4s ease-in;
}

.cd-anchor._fixed-top {
	padding-top: 81px;
}

.cd-anchor._fixed-top .cd-anchor__list {
	max-width: 1680px;
	margin: 0 auto;
}

@keyframes transformBlock {
	0% {
		transform: translateY(-100%);
	}

	100% {
		transform: translateY(0);
	}
}

.c-detail__btn::before {
	transition: all 1.3s ease 0s;
}

.c-detail__btn._active::before {
	transform: rotate(180deg);
}

.popup__bg {
	opacity: 0;
}

.popup._show .popup__bg {
	opacity: 1;
	transition: opacity 1s ease-in 0s;
}

.popup {
	transition:
		transform 0.3s ease 0s,
		visibility 0.3s ease 0s;
}

.header._fixed-top {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 99;
	-webkit-box-shadow:
		0px 9px 40px 0px rgba(0, 0, 0, 0.04),
		0px 1.127px 10.017px 0px rgba(0, 0, 0, 0.02);
	-moz-box-shadow:
		0px 9px 40px 0px rgba(0, 0, 0, 0.04),
		0px 1.127px 10.017px 0px rgba(0, 0, 0, 0.02);
	box-shadow:
		0px 9px 40px 0px rgba(0, 0, 0, 0.04),
		0px 1.127px 10.017px 0px rgba(0, 0, 0, 0.02);
}

.header-bottom__logo {
	width: 100%;
	height: 60px;
}

.header._fixed-top .header-bottom__logo {
	max-width: 210px;
}

.header._fixed-top .header-top__location {
	color: rgb(var(--main-color-primary-opacity), 0.7);
}

.header._fixed-top .header-top {
	border-bottom: 1px solid rgba(24, 27, 50, 0.3);
}

.header._fixed-top .header-top-social__item img {
	filter: none;
}

.header._fixed-top .header-top-contacts__phone {
	color: var(--main-color-primary);
}

.header._fixed-top .header-top-contacts__time {
	color: rgb(var(--main-color-primary-opacity), 0.7);
}

.header._fixed-top .header-top-contacts__mail {
	color: var(--main-color-primary);
}

.header._fixed-top .header-top__btn {
	color: var(--main-color-primary);
}

.header._fixed-top .btn-hover-text {
	transition: color 0.3s ease 0s;
}

.header._fixed-top .header-top__btn::after {
	background: rgb(var(--main-color-primary-opacity), 0.8);
}

.header._fixed-top .header-top-language__item._selected {
	color: var(--main-color-primary);
}

.header._fixed-top .header-top-language__item {
	color: rgb(var(--main-color-primary-opacity), 0.5);
}

.header._fixed-top .header-bottom__logo img {
	filter: none;
}

.header._fixed-top .header-bottom-menu__link {
	color: rbg(var(--main-color-primary-opacity), 0.8);
}

.header._fixed-top .header-bottom-menu__item._catalog-menu .header-bottom-menu__icon span {
	background: #181b32;
}

.header._fixed-top .header-bottom-menu__item._lvl-menu .header-bottom-menu__icon {
	background: url("/bitrix/templates/bryanskselmash/assets/css/../img/header/icon/arrow-bottom-color.svg") no-repeat
		center / contain;
}

.header._fixed-top .header-bottom-search__submit {
	filter: none;
}

.header._fixed-top .header-bottom-search__input {
	color: rgb(var(--main-color-primary-opacity), 0.6);
	border-color: rgba(24, 27, 50, 0.3);
}

.header._fixed-top .header-bottom-search__input::placeholder {
	color: rgb(var(--main-color-primary-opacity), 0.6);
}

.header._fixed-top .header-bottom-search__close {
	filter: none;
}

.header._fixed-top .header-bottom-mob-burger span {
	background: #404040;
}

.c-product__img img,
.c-first__img img {
	object-fit: contain;
	-o-object-fit: contain;
}

.catalog-slider-img__picture img {
	height: 480px;
}

.cd-lizing {
	padding-top: 84px;
	background: #152939;
}

.cd-lizing__h-title,
.cd-lizing__title,
.cd-lizing__text h3,
.cd-lizing__text p,
.cd-lizing__text li {
	color: var(--main-color-white);
}

.cd-lizing__btn.btn-hover-no-bg:hover {
	color: var(--main-color-white);
}

.cd-lizing__btn.btn-hover-no-bg:hover::before {
	filter: none;
}

.h-title::after {
	background: #fff;
}

.c-first__description li {
	font-size: 20px;
	color: rgb(var(--main-color-white-opacity), 0.7);
	line-height: 100%;
}

.c-first__description ul {
	margin: 0;
}

.c-first__description ul li::before {
	top: 7px;
	transform: none;
}

.c-first__description {
	row-gap: 15px;
}

.st-stock::after,
.s-structure::after,
.pr-first::after,
.n-news::after,
.n-news::after {
	z-index: -1;
}

.video__preview img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.cd-first-control__pagination .swiper-pagination-bullet {
	width: 10px;
}

.cd-first-control__pagination {
	gap: 8px;
}

.cd-har-accordion__img img {
	height: auto;
}

.burger {
	position: fixed;
	height: calc(100vh - 127px);
	height: calc(100dvh - 127px);
}

@media screen and (min-width: 1921px) {
	.number {
		background-attachment: unset;
		max-width: 1920px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 1736px) {
	.r-review__name {
		font-size: 14px;
		margin-bottom: 14px;
	}

	.r-review__title {
		font-size: 16px;
	}

	.r-review__img {
		height: 250px;
	}

	.r-review__item {
		width: calc(33.333% - 26.666px);
	}

	.r-review {
		padding-bottom: 100px;
	}

	.catalog-slider-img-parameter__item {
		width: calc(50% - 7px);
	}

	.catalog-slider__item {
		flex-direction: row;
	}

	.catalog-slider-img__picture {
		max-width: 550px;
	}

	.catalog-slider-img {
		max-width: 790px;
	}

	.catalog-slider-img__picture img {
		height: 380px;
	}
}

@media screen and (max-width: 1440.98px) {
	.r-review__img {
		height: 200px;
	}

	.r-review {
		padding-bottom: 80px;
	}

	.r-review__list {
		gap: 28px;
	}

	.r-review__item {
		width: calc(33.333% - 18.666px);
	}

	.first-slider__item {
		padding-bottom: 300px;
	}

	.header-bottom-menu__item > .header-bottom-menu__link {
		padding: 15px 10px;
	}

	.header-bottom-menu__item._catalog-menu > .header-bottom-menu__link {
		padding: 15px 10px 15px 41px;
	}

	.header-bottom-menu__item._lvl-menu > .header-bottom-menu__link {
		padding: 15px 20px 15px 10px;
	}

	.header-bottom-menu__item._catalog-menu .header-bottom-menu__icon {
		left: 10px;
	}

	.header-bottom-menu__item._lvl-menu .header-bottom-menu__icon {
		right: 5px;
	}

	.header-bottom-menu__item .header-bottom-menu__icon {
		top: 50%;
	}

	.header._fixed-top .header-bottom__logo {
		max-width: 184px;
	}

	.catalog-slider__item {
		flex-direction: column;
	}

	.catalog-slider-img {
		max-width: none;
	}

	.catalog-slider-img-parameter__item {
		width: calc(33.333% - 9.333px);
	}

	.catalog-slider-img__picture {
		max-width: 700px;
	}

	.catalog-slider__content {
		flex-grow: 0;
	}

	.header-bottom__logo {
		height: 44px;
	}

	.c-first__description li {
		font-size: 18px;
	}
}

@media screen and (max-width: 1024.98px) {
	.r-review {
		padding-bottom: 60px;
	}

	.r-review__date {
		margin-bottom: 16px;
	}

	.r-review__info {
		padding-top: 16px;
	}

	.r-review__list {
		margin-bottom: 40px;
	}

	.r-review__item {
		width: calc(33.333% - 18.666px);
	}

	.title-search-result {
		transform: translateY(-10px);
	}

	.first-slider__button {
		bottom: 140px;
	}

	.first-slider__item {
		padding-bottom: 240px;
	}

	.training-detail-big__slider-wrapper {
		max-width: 100%;
	}

	.training-detail-big-slider__item img {
		width: 100%;
	}

	.training-detail-big-slider__item {
		overflow: hidden;
	}

	.training-detail-big-slider-nav {
		display: none;
	}

	.training-detail-big-slider__control {
		justify-content: center;
		margin-top: 10px;
	}

	.number {
		background-attachment: unset;
	}

	.catalog-slider-img-parameter__item {
		width: calc(50% - 7px);
	}

	.catalog-slider-img__picture img {
		height: 300px;
	}

	.cd-lizing {
		padding-top: 60px;
	}
}

@media screen and (max-width: 767.98px) {
	.r-review {
		padding-bottom: 50px;
	}

	.r-review__item {
		width: calc(50% - 14px);
	}

	.r-review__name {
		font-size: 12px;
		margin-bottom: 12px;
	}

	.r-review__title {
		font-size: 14px;
	}

	.first-slider__item {
		padding-top: 357px;
		padding-bottom: 250px;
	}

	.footer-menu-section._empty {
		display: none;
	}

	.cd-first-slider._img-right .cd-first-slider__item {
		justify-content: center;
	}

	.cd-har-accordion__name,
	.cr-first-advantages__item,
	.cn-info-accordion__title,
	.ps-first-accordion__title,
	.form-select__initial,
	.diller-detail-city__initial {
		cursor: auto;
	}

	.cd-anchor._fixed-top {
		padding-top: 38px;
	}

	.catalog-slider-img-parameter__item {
		width: 100%;
	}

	.catalog-slider-img__picture img {
		height: 200px;
	}

	.cd-lizing {
		padding-top: 30px;
	}

	.c-first__description li {
		font-size: 16px;
	}

	.burger {
		height: calc(100vh - 79px);
		height: calc(100dvh - 79px);
	}
}

@media screen and (max-width: 479.98px) {
	.r-review__img {
		height: 140px;
	}

	.catalog-slider-img__picture img {
		height: 184px;
	}
}

@media screen and (max-width: 389.98px) {
	.r-review__item {
		width: 100%;
	}

	.r-review__img {
		height: 160px;
	}

	.header._fixed-top .header-bottom__logo {
		max-width: 150px;
	}

	.header-bottom__logo {
		height: 37px;
	}

	.burger {
		height: calc(100vh - 72px);
		height: calc(100dvh - 72px);
	}
}

body._newyear .header-top {
	position: relative;
	border: none;
}

body._newyear .header-top::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 50%);
	width: 100vw;
	height: 15px;
	background: url("/bitrix/templates/bryanskselmash/assets/img/newyear/gir2.gif") center / contain;
	z-index: 2;
	pointer-events: none;
}

body._newyear .header-bottom__logo {
	position: relative;
	z-index: 3;
}

body._newyear .header._fixed-top .header-bottom__logo {
	max-width: 258px;
}

body._newyear .header-bottom__logo::before {
	content: "";
	position: absolute;
	top: -15px;
	left: -18px;
	width: 50px;
	height: 50px;
	background: url("/bitrix/templates/bryanskselmash/assets/img/newyear/hat.png") no-repeat center / contain;
	z-index: 1;
	pointer-events: none;
	transition: all 0.3s ease 0s;
}

body._newyear .header-bottom__logo::after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: -4px;
	width: 45px;
	height: 45px;
	background: url("/bitrix/templates/bryanskselmash/assets/img/newyear/snow_left.png") no-repeat center / contain;
	z-index: 1;
	pointer-events: none;
	transition: all 0.3s ease 0s;
}

body._newyear .header-bottom__logo-box {
	position: relative;
}

body._newyear .header-bottom__logo-box::before {
	content: "";
	position: absolute;
	bottom: 23px;
	left: 67px;
	width: 200px;
	height: 10px;
	background: url("/bitrix/templates/bryanskselmash/assets/img/newyear/snow.png") no-repeat center / contain;
	z-index: 1;
	pointer-events: none;
	transition: all 0.3s ease 0s;
}

body._newyear .first-slider__button,
body._newyear .company-advantages__btn,
body._newyear .catalog-slider__all,
body._newyear .event-slider__link,
body._newyear .technic-slider__link,
body._newyear .number__btn,
body._newyear .parts__btn,
body._newyear .footer__btn,
body._newyear .cr-first-info-vacancy__btn,
body._newyear .c-first__btn,
body._newyear .cd-first-info-detail__btn,
body._newyear .cd-lizing__btn,
body._newyear .warranty-parts__link,
body._newyear .consult-form button {
	overflow: hidden;
}

body._newyear .first-slider__button::before,
body._newyear .company-advantages__btn::after,
body._newyear .catalog-slider__all::before,
body._newyear .event-slider__link::after,
body._newyear .technic-slider__link::after,
body._newyear .number__btn::after,
body._newyear .parts__btn::after,
body._newyear .footer__btn::after,
body._newyear .cr-first-info-vacancy__btn::after,
body._newyear .c-first__btn::after,
body._newyear .cd-first-info-detail__btn::after,
body._newyear .cd-lizing__btn::after,
body._newyear .warranty-parts__link::after,
body._newyear .consult-form button::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("/bitrix/templates/bryanskselmash/assets/img/newyear/snow_btn.png") no-repeat center / contain;
	z-index: 1;
	pointer-events: none;
	opacity: 0;
	transition: all 0.3s ease 0s;
}

body._newyear .first-slider__button:hover::before,
body._newyear .company-advantages__btn:hover::after,
body._newyear .catalog-slider__all:hover::before,
body._newyear .event-slider__link:hover::after,
body._newyear .technic-slider__link:hover::after,
body._newyear .number__btn:hover::after,
body._newyear .parts__btn:hover::after,
body._newyear .footer__btn:hover::after {
	opacity: 1;
}

body._newyear .cr-first-info-vacancy__btn:hover::after {
	opacity: 0.2;
}

body._newyear .c-first__btn:hover::after,
body._newyear .cd-first-info-detail__btn:hover::after,
body._newyear .cd-lizing__btn:hover::after,
body._newyear .warranty-parts__link:hover::after,
body._newyear .consult-form button:hover::after {
	opacity: 0.4;
}

@media screen and (max-width: 1440px) {
	body._newyear .header-bottom__logo::before {
		width: 45px;
		height: 45px;
	}

	body._newyear .header-bottom__logo::after {
		bottom: -14px;
		left: -3px;
		width: 34px;
		height: 34px;
	}

	body._newyear .header-bottom__logo-box::before {
		bottom: 15px;
		left: 48px;
		width: 140px;
	}

	body._newyear .header-bottom__logo::before {
		top: -13px;
	}

	body._newyear .header._fixed-top .header-bottom__logo {
		max-width: 184px;
	}
}

@media screen and (max-width: 1440px) {
	body._newyear .header-top::after {
		bottom: 4px;
	}
}

@media screen and (max-width: 389.98px) {
	body._newyear .header._fixed-top .header-bottom__logo {
		max-width: 150px;
	}

	body._newyear .header-bottom__logo::after {
		bottom: -9px;
		width: 27px;
		height: 27px;
	}

	body._newyear .header-bottom__logo-box::before {
		bottom: 12px;
		left: 40px;
		width: 113px;
	}
}

@media screen and (max-width: 700px) {
	.pr-first__list {
		display: flex;
		flex-direction: column;
	}
}

@media screen and (max-width: 700px) {
	.cd-first-info-detail__btn {
		align-self: flex-start;
		/* margin-left: 5%; */
	}
}

.n-lizing {
	margin-bottom: 90px;
}

.n-lizing__list {
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.n-lizing__item {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.n-lizing__content {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.n-lizing__content * {
	margin: 0;
}

.n-lizing p {
	font-size: 20px;
	color: rgb(var(--main-color-primary-opacity), 0.6);
	line-height: 100%;
}

.n-lizing h2 a {
	color: #c40e2f;
	font-weight: bold;
}

.n-lizing__top {
	align-items: flex-end;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	flex-wrap: wrap;
}

.n-lizing ul {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 0;
}

.n-lizing li {
	font-size: 20px;
	color: rgb(var(--main-color-primary-opacity), 0.6);
	line-height: 100%;
}

.n-lizing__img {
	max-width: 200px;
	width: 100%;
}

.n-lizing__img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@media screen and (max-width: 1024px) {
	.n-lizing {
		margin-bottom: 60px;
	}
}

@media screen and (max-width: 767px) {
	.n-lizing {
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 479px) {
	.n-lizing__img {
		max-width: 140px;
	}

	.n-lizing__top {
		flex-direction: column;
		align-items: flex-start;
	}
}

.c-first__description div {
	color: rgb(var(--main-color-white-opacity), 0.7);
}

.contacts-first__bg {
	position: absolute;
	inset: 0;
	z-index: 1;
	cursor: pointer;
	transition: all 0.3s ease 0s;
}
.contacts-first__bg img,
.contacts-first__bg picture {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.contacts-first__bg::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgb(0, 0, 0, 0.15);
	pointer-events: none;
	z-index: 2;
	transition: opacity 0.3s ease 0s;
}
.contacts-first__bg._is-hidden {
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
}
.contacts-first__bg._is-hidden::after {
	opacity: 0;
}
.contacts-first__bg::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 45px;
	height: 45px;
	background: url("/bitrix/templates/bryanskselmash/assets/img/click_mouse.svg") no-repeat center / contain;
	animation: clickMouseAnim 2s ease-in-out alternate infinite;
	animation-play-state: unset;
	z-index: 2;
}

.contacts-first__bg:hover::before {
	animation-play-state: paused;
}

.contacts-first__bg:hover {
	background: rgb(0, 0, 0, 0.25);
}

@keyframes clickMouseAnim {
	0% {
		transform: translate(-50%, -50%);
	}

	100% {
		transform: translate(-70%, -50%);
	}
}

.nd-other {
}

.nd-other__wrapper {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.nd-other__bottom {
	display: flex;
	gap: 20px;
	justify-content: space-between;
	align-items: center;
}

.nd-other__title {
}

.nd-other-nav {
	display: flex;
	gap: 28px;
}

.nd-other-nav__prev,
.nd-other-nav__next {
	width: 76px;
	height: 76px;
	border-radius: 50%;
	border: 1px solid rgb(var(--main-color-primary-opacity), 0.1);
	position: relative;
	cursor: pointer;
}

.nd-other-nav__prev::after,
.nd-other-nav__next::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 19px;
	height: 10px;
}

.nd-other-nav__prev::after {
	background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/news-detail/first-block/icon/arrow-left-black.svg")
		no-repeat center / contain;
}

.nd-other-nav__next::after {
	background: url("/bitrix/templates/bryanskselmash/assets/css/../img/other-page/news-detail/first-block/icon/arrow-right-black.svg")
		no-repeat center / contain;
}

.nd-other__pagination,
.nd-other__pagination .swiper-pagination-current,
.nd-other__pagination .swiper-pagination-total {
	font-size: 16px;
	color: var(--main-color-primary);
	line-height: 90%;
}

.nd-other__pagination.swiper-pagination-fraction {
	width: auto;
}

.nd-other__item {
	display: flex;
	flex-direction: column;
	gap: 20px;
	height: auto;
}

.nd-other__img {
	border-radius: 10px;
	overflow: hidden;
}

.nd-other__img img {
	aspect-ratio: 308 / 205;
	object-fit: contain;
}

.nd-other__name {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

@media screen and (max-width: 1440.98px) {
	.nd-other-nav__prev,
	.nd-other-nav__next {
		width: 60px;
		height: 60px;
	}

	.nd-other__name {
		font-size: 18px;
	}

	.nd-other-nav {
		gap: 14px;
	}
}

@media screen and (max-width: 767.98px) {
	.nd-other__name {
		font-size: 16px;
	}

	.nd-other__wrapper {
		gap: 20px;
	}
}

.n-article {
	position: relative;
	margin-bottom: 40px;
}

.n-article__top {
	position: relative;
	z-index: 1;
	display: flex;
	gap: 40px;
	flex-direction: column;
	width: 100%;
	padding: 60px 60px 100px 60px;
	min-height: 488px;
}

.n-article__detail {
	display: flex;
	gap: 25px;
	flex-wrap: wrap;
	align-items: center;
}

.n-article .nd-first__first-img::before {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
}

.n-article__date {
	color: var(--main-color-white);
}

.n-article__fiew {
	color: var(--main-color-white);
	position: relative;
	padding-left: 30px;
}

.n-article__fiew::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 25px;
	height: 25px;
	background: url("/bitrix/templates/bryanskselmash/assets/img/eye.svg") no-repeat center / contain;
}

.n-article__time {
	color: var(--main-color-white);
	font-weight: 500;
}

.n-article__time span {
	font-weight: 400;
}

.n-article .nd-first__title {
	color: var(--main-color-white);
}

.n-article .nd-first__first-img {
	position: absolute;
	inset: 0;
	height: 100%;
	width: 100%;
}

@media screen and (max-width: 1440.98px) {
	.n-article__date,
	.n-article__fiew,
	.n-article__time {
		font-size: 18px;
	}

	.n-article__top {
		gap: 30px;
		min-height: 350px;
		padding: 40px 40px 76px 40px;
	}
}

@media screen and (max-width: 1024.98px) {
	.n-article__date,
	.n-article__fiew,
	.n-article__time {
		font-size: 16px;
	}
}

@media screen and (max-width: 767.98px) {
	.n-article__fiew {
		padding-left: 20px;
		font-size: 14px;
	}

	.n-article__date,
	.n-article__time {
		font-size: 14px;
	}

	.n-article__detail {
		gap: 15px;
	}

	.n-article__top {
		gap: 20px;
		min-height: 300px;
		padding: 30px 30px 76px 30px;
	}

	.n-article__fiew::before {
		width: 18px;
		height: 18px;
	}
}

.blog-catalog {
	margin-bottom: 20px;
}

.nd-first__description .blog-catalog__list {
	display: flex;
	gap: 40px;
	flex-wrap: wrap;
	margin-bottom: 0px;
}

.nd-first__description .blog-catalog__item {
	width: calc(25% - 30px);
	position: relative;
	border-radius: 10px;
	height: 310px;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 0px;
}

.nd-first__description .blog-catalog__item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	transition: all 0.3s ease 0s;
	pointer-events: none;
}

.nd-first__description .blog-catalog__item:hover::before {
	opacity: 0;
}

.nd-first__description .blog-catalog__img {
	height: 100%;
	margin-bottom: 0px;
}

.nd-first__description .blog-catalog__img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	max-width: none;
	margin: 0;
}

.nd-first__description .blog-catalog__name {
	font-size: 20px;
	line-height: 100%;
	color: var(--main-color-white);
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	padding: 40px;
	width: 100%;
	z-index: 1;
	margin-bottom: 0px;
}

.nd-first__description .blog-catalog__name::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(206, 0, 55, 0.8);
	z-index: -1;
	height: 0;
	transition: all 0.3s ease 0s;
}

.nd-first__description .blog-catalog__item:hover .blog-catalog__name::before {
	height: 100%;
}

@media screen and (max-width: 1440.98px) {
	.nd-first__description .blog-catalog__item {
		width: calc(50% - 20px);
		height: 200px;
	}
}

@media screen and (max-width: 767.98px) {
	.nd-first__description .blog-catalog__list {
		gap: 20px;
	}

	.nd-first__description .blog-catalog__item {
		width: calc(50% - 10px);
		height: 160px;
	}

	.nd-first__description .blog-catalog__name {
		padding: 18px;
		font-size: 14px;
	}
}

@media screen and (max-width: 479.98px) {
	.nd-first__description .blog-catalog__item {
		width: 100%;
	}
}

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

.developer__logo {
	flex-shrink: 0;
}

.developer__text {
	font-size: 16px;
	line-height: normal;
	position: relative;
	max-width: 47%;
}

.developer__text::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -43px;
	transform: translateY(-50%);
	width: 28px;
	height: 1px;
	background: #363636;
}

.developer__text span {
	color: #ec1557;
	text-decoration-line: underline;
}

.footer-copy__developer {
	align-items: center;
}

@media only screen and (max-width: 515px) {
	.developer__text {
		font-size: 13px;
		max-width: 44%;
	}

	.developer__text::before {
		left: -49px;
	}
}

@media only screen and (max-width: 401px) {
	.developer__logo img {
		width: 95%;
	}

	.developer__text::before {
		left: -40px;
	}
}

@media only screen and (max-width: 360px) {
	.developer__logo img {
		width: 75%;
	}

	.developer__text {
		font-size: 13px;
		max-width: 47%;
	}
}

.nd-first__description li a {
	margin-bottom: 0;
}

.form .form-policy input._error + .form-policy__label {
	border: 1px solid rgb(206 0 55);
}

.contacts-first-popup-consult .form .form-policy__text,
.contacts-first-popup-consult .form .form-policy__text a {
	font-size: 16px;
}

.contacts-first-popup-consult .form__field {
	margin-bottom: 40px;
}

.cd-desc-info-sales {
	margin-top: 40px;
}

.cd-desc-info-sales__title {
	margin-bottom: 40px;
}

.cd-desc-info-sales__item {
	width: 100%;
	display: flex;
	justify-content: space-between;
	border-radius: 10px;
	background: #152939;
	overflow: hidden;
}

.cd-desc-info-sales__list {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.cd-desc-info-sales__info {
	display: flex;
	flex-direction: column;
	gap: 25px;
	padding: 40px;
	width: 100%;
}

.cd-desc-info-sales__name {
	color: #fff;
	font-size: 20px;
}

.cd-desc-info-sales__description > p {
	color: #fff;
	font-size: 16px !important;
}

.cd-desc-info-sales__description > ul li {
	font-size: 16px !important;
}

.cd-desc-info-sales__description > *:last-child {
	margin-bottom: 0;
}

.cd-desc-info-sales__image {
	flex-shrink: 0;
	text-align: right;
	max-width: 260px;
}

.cd-desc-info-sales__image img {
	height: 100%;
	object-fit: cover;
}

@media screen and (max-width: 1024px) {
	.cd-desc-info-sales__image {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.cd-desc-info-sales__title {
		margin-bottom: 20px;
	}
}

.sd-first-top__description > *:last-child {
	margin-bottom: 0;
}

.header-bottom-drop-two__top {
	align-items: start;
	min-height: 35px;
}

.header-bottom-drop-two-nav__prev,
.header-bottom-drop-two-nav__next {
	border: 1px solid #b2b3b8;
	width: 35px;
	height: 35px;
}

.header-bottom-drop-two-scrollbar {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 2px;
}

.header-bottom-drop-two-scrollbar .swiper-scrollbar-drag {
	background-color: #cbcbcb;
}

.header-bottom-drop-two {
	padding-bottom: 25px;
}

.header-bottom-drop-two .header-bottom-drop-two-pagination {
	position: absolute;
	bottom: 0;
	text-align: center;
}

.header-bottom-drop-two .swiper-pagination-bullet-active {
	background: #ce0037;
}

.sd-first-top__img img {
	-o-object-fit: contain;
	object-fit: contain;
}
.agro-link {
	align-self: flex-end;
}
.footer__middle {
	max-width: none;
	display: flex;
	gap: 80px;
	justify-content: space-between;
}
.footer-menu {
	max-width: 1191px;
	width: 100%;
}
@media screen and (max-width: 1736px) {
	.footer-menu {
		max-width: none;
	}
}
@media screen and (max-width: 1440.98px) {
	.footer__middle {
		flex-direction: column-reverse;
		gap: 40px;
	}
	.agro-link {
		align-self: flex-start;
	}
}

.footer__address,
.footer-phone,
.footer__mail {
	margin-right: 20px;
}

.ps-first-accordion__unlisted {
    margin-top: 10px;
    border-top: 1px dashed rgba(24, 27, 50, 0.3);
    padding-top: 10px;
}
/* End */
/* /bitrix/templates/bryanskselmash/assets/lib/fancybox/fancybox.css?172016097225343 */
/* /bitrix/templates/bryanskselmash/assets/lib/swiper-slider/swiper-bundle.min.css?172016097218431 */
/* /bitrix/templates/bryanskselmash/assets/css/main.css?1784189537227628 */
/* /bitrix/templates/bryanskselmash/assets/css/media.css?1784189679121415 */
/* /bitrix/templates/bryanskselmash/assets/css/custom.css?177790127732805 */
