

/* Start:/local/templates/pm.supplier_portal/css/normalize.css?17756320317494*/
/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: unset;
	margin:0;
	margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;

	font-size: 46px;
	font-family: "TTFirsNeueDemiBold";
	color: #008290;
	font-weight: unset;
}

h2{
	display: block;
    font-size: unset;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight:normal;
    unicode-bidi: isolate;
	font-weight: unset;
}

h3{
	display: block;
font-size: unset;
margin-block-start: 0em;
margin-block-end: 0em;
margin-inline-start: 0px;
margin-inline-end: 0px;
font-weight: bold;
font-weight: unset;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */

	/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}


p {
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}

ul{
	list-style-type: disc;
    margin-block-start: 0em;
    margin-block-end: 0em;
    padding-inline-start: 0px;
	list-style-type: none;
}

a{
	text-decoration:none ;
	color: #000;
}
/* End */


/* Start:/local/templates/pm.supplier_portal/css/style.css?177563203178464*/
/* Подключение шрифта TTFirsNeue */

@font-face {
    font-family: 'TTFirsNeueLight';
    src: url(/local/templates/pm.supplier_portal/css/../fonts/TTFirsNeue/TTFirsNeue-Light.woff2);
}

@font-face {
    font-family: 'TTFirsNeueRegular';
    src: url(/local/templates/pm.supplier_portal/css/../fonts/TTFirsNeue/TTFirsNeue-Regular.woff2);
}

@font-face {
    font-family: 'TTFirsNeueMedium';
    src: url(/local/templates/pm.supplier_portal/css/../fonts/TTFirsNeue/TTFirsNeue-Medium.woff2);
}


@font-face {
    font-family: 'TTFirsNeueDemiBold';
    src: url(/local/templates/pm.supplier_portal/css/../fonts/TTFirsNeue/TTFirsNeue-DemiBold.woff2);
}


/* Подключение шрифта Montserrat */

@font-face {
    font-family: 'Montserrat Light';
    src: url(/local/templates/pm.supplier_portal/css/../fonts/Montserrat/Montserrat-Light.ttf);
}

@font-face {
    font-family: 'Montserrat Regular';
    src: url(/local/templates/pm.supplier_portal/css/../fonts/Montserrat/Montserrat-Regular.ttf);
}
@font-face {
    font-family: 'Montserrat Medium';
    src: url(/local/templates/pm.supplier_portal/css/../fonts/Montserrat/Montserrat-Medium.ttf);
}
@font-face {
    font-family: 'Montserrat Bold';
    src: url(/local/templates/pm.supplier_portal/css/../fonts/Montserrat/Montserrat-Bold.ttf);
}
@font-face {
    font-family: 'Montserrat SemiBold';
    src: url(/local/templates/pm.supplier_portal/css/../fonts/Montserrat/Montserrat-SemiBold.ttf);
}



/* Определение классов шрифта TTFirsNeue*/
.TTLight{
   font-family: 'TTFirsNeueLight';
}

.TTRegular{
    font-family: 'TTFirsNeueRegular';
}
.TTMedium{
    font-family: 'TTFirsNeueMedium';
}
.TTDemiBold{
    font-family: 'TTFirsNeueDemiBold';
}


/* Определение классов шрифта Montserrat*/

.MontLight{
    font-family: 'Montserrat Light';
}

.MontRegular{
    font-family: 'Montserrat Regular';
}

.MontMedium{
    font-family: 'Montserrat Medium';
}
.MontBold{
    font-family: 'Montserrat Bold';
}
.MontSemiBold{
    font-family: 'Montserrat SemiBold';
}



/* Основные стили*/
html, body{
    height: 100%;
}
input {outline:none;}
.container{
    max-width: 1100px;
    margin: 0 auto;

    /* padding: 0px 25px 0px 15px; */
}

.title-text{
    font-size: 46px;
    color: #008290;
}

.title-text h1{
    font-size: 46px;
}

.aquamarine{
    color: #34BAD9;
}


.bread-crumbs-title{
    margin-top: 20px;
}
.bread-crumbs{
    display: flex;
    align-items: center;
    color: #008290;
}
.bread-crumbs a{
    color: #008290;
}
.title-page{
    margin-top: 40px;
}

.title-page-contact{
    font-size: 46px;
    color: #008290;
    font-family: "TTFirsNeueDemiBold";
    margin-bottom: 40px;
}

.page-wrapper{
    display: flex;
    margin-bottom: 60px;
}

.button-green{
    border-radius: 4px;
    border: none;
    font-family: "Montserrat SemiBold";
    font-size: 18px;
    min-width: 256px;
    width:  max-content;
    min-height: 40px;
    max-height: 40px;
    background: #008290;
    color: #fff;

    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.button-canceled{
    border-radius: 4px;
    font-family: "Montserrat SemiBold";
    font-size: 18px;
    min-width: 256px;
    width:  max-content;
    min-height: 50px;
    max-height: 50px;
    background: #fff;
    color: #008290;
    border: 1px solid #008290;

    cursor: pointer;
}

.button-white{
    border-radius: 4px;
    font-family: "Montserrat SemiBold";
    font-size: 18px;
    min-width: 256px;
    min-height: 40px;
    width:  max-content;
    background: #fff;
    color: #008290;
    border: 1px solid #008290;
    padding-left: 26px;
    padding-right: 26px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;

    cursor: pointer;
}

/* снекбары */

.snackbar{
    max-width: 360px;
    width: 100%;
    background: #fff;
    padding: 12px 15px;
    border-radius: 12px;

    position: absolute;
    right: 1.5%;
    top: 5%;
    z-index: 9999;
}

.snackbar_content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.snackbar-text{
    display: flex;
    gap: 10px;
    align-items: center;
}

.snackbar-text_title_subtitle{
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.snackbar-text_title{
    font-size: 18px;
}

.snackbar-text_subtitle{
   
}

.snackbar_close-btn button{
    border: none;
    background: none;
    cursor: pointer;
    
    display: flex;
    justify-content: center;
    align-items: center;
}


.snackbar.snackbar_succses{
    border: 2px solid #008290;
    
}

.snackbar.snackbar_succses .snackbar-text_title{
    color: #008290;
}

.snackbar-logo{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.snackbar.snackbar_succses .snackbar-logo::after{
    content: url(/local/templates/pm.supplier_portal/css/../img/svg/succses.svg);
    display: block;
    width: 100%;
    height: 100%;

}
.snackbar.snackbar_error{
    border: 2px solid #FF0000;
}

.snackbar.snackbar_error .snackbar-logo::after{
    content: url(/local/templates/pm.supplier_portal/css/../img/svg/error.svg);
    display: block;
    width: 100%;
    height: 100%;
}

.snackbar.snackbar_error .snackbar-text_title{ 
    color: #FF0000;

}

.snackbar.snackbar_error .snackbar_close-btn svg path{
    stroke: #FF0000;
}

/* Общие стили для хэдера */

header{
    position: absolute;
    z-index: 1;
    padding: 20px 20px 0px 0px;
    right: 0;

    display: flex;
    justify-content: space-between;
}

header a{
    color: #008290;
}

.header-auth-lang{
    display: flex;
    color: #008290;
    gap: 5px;
}
.header-auth-btns{
    display: flex;
    gap: 5px;
}
.header-auth-lang div{
    display: flex;
    align-items: center;

}
.header-ico svg path{
    stroke: #008290;
}

.header-ico svg circle{
    stroke: #008290;
}
.header-ico svg g path{
    fill: #008290;
}

.header-line svg line{
    stroke: #008290;
}
.header-auth{
    display: flex;
    align-items: center;
    gap: 5px;
}

.header-lang{
    display: flex;
    align-items: center;
    gap: 5px;
}


/* Стили главной страницы */


    /* Стили главного экрана */
    .main-content{
        width: 100%;
        
    }

    .main-window-title{
        max-width: 840px;
        margin-bottom: 30px;
    }
    .main-window-title h1{
        font-size: 56px;
        color: #fff;
    }

    .main-window-title span{
        font-size: 56px;
    }

    .main-window-title .aquamarine{
        color: #fff;
    }

    .main-window-btn{
        color: #fff;
        font-size: 24px;
        background: none;
        max-width: 340px;
        /* padding: 11px 0px 11px 0px; */
        min-height: 64px;
        border-radius: 8px;
        border: 1px solid #fff;
        
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .main-window-btn a{
        border: none;
    }
    .main-window-btn a span{
        font-size: 24px;
    }

    .background-img img{
    width: 100%;
    z-index: -1;

    display: block;
    }

    .main-window{
        position: relative;
    }
    .main-window-content{
        position: absolute;
        top: 50%;  
        left: 50px; 

        transform: translate(0px, -50%);
    }


    /* боковое меню */
    .sidebar {
    position: sticky;
    top: 0;
    height: max-content;
    z-index: 1000; 
    }

    .navigation {
        max-width: 268px;
        width: 100%;
        padding: 18px 0px 0px 15px;
        background: #fff;
        position: relative;
        z-index: 11; 
        height: 100vh;
    }
    .navigation-menu-open{
        margin-top: 20px;
    }

    /* Подменю */
        .navigation ul li {
            padding: 0px 30px 0px 0px;
            display: flex;
            flex-direction: column;
            position: relative; 
        }

        .navigation-menu-link {
            margin-top: 80px;
        }

        .navigation-link {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 18px 0px 18px 0px;
            cursor: pointer; 
        }

        .navigation-link {
            line-height: 22px;
        }


.submenu {

  position: fixed;
  top: 0;
  left: 280px; 
  height: 100vh; 
  
  background: white;
  border-radius: 0;
  padding: 40px 0px 0px 0px;
  
  display: none;
  z-index: 3;

}


.navigation-menu-open li:hover > .submenu {
  display: block;
}


.submenu li {
  padding: 12px 20px;
  margin: 0;
  cursor: pointer;
  transition: background-color 0.2s ease;
  list-style: none;
  max-width: 250px;
}

.submenu li:hover {
  background-color: #f5f5f5;
}



.submenu .title-submenu {
        color: #008290;
        font-size: 20px;
        padding-top: 0px;
        padding-bottom: 30px;
        font-family: "TTFirsNeueMedium";
}       


    /* Стили для хэдера на главной странице */
    .main-page a{
        color: #fff;
    }
    .main-page .header-auth-lang{
        display: flex;
        color: #ffffff;
        gap: 5px;
    }

    .main-page .header-ico svg path{
        stroke: #feffff;
    }

    .main-page .header-ico svg circle{
        stroke: #ffffff;
    }
    .main-page .header-ico svg g path{
        fill: #ffffff;
    }

    .main-page .header-line svg line{
        stroke: #ffffff;
    }
    .main-page header a{
        color: #ffffff;
    }

    /* Стили для второго экрана */
    
    .about-company{
        position: relative;
    }

    .about-company-block-content{
            /* position: absolute;
            top: 45%;
            left: 50px;
            transform: translate(0px, -50%); */ 
            margin-top: 40px;
    }

    .about-company-title{
        color: #008290;

        max-width: 740px;
        line-height: 62px;
    }

    .about-company-digit{
        color: #34BAD9;
        font-size: 128px;
    }
    .about-company-digit-text{
        display: flex;
    }
    .about-company-text{
        padding: 20px 0px 0px 20px;
        max-width: 81px;
        font-size: 24px;
        color: #008290;
    }
    .about-company-info-text{
       font-size: 24px; 
       color: #008290;
    }
    .about-company-content{
            display: flex;
            flex-wrap: wrap;
            justify-content: space-around;
            gap: 80px;

            padding: 75px 0px 0px 0px;
    }

    .bck-about-company img{
        width: 100%;
        height: 100%;

        display: block;
        opacity: 0;
        width: 0;
    }


    /* Стили закупочных процедур */

    .procedures{
        margin-top: 60px;
    }

    .proceuderes-subtitle{
        padding-top: 10px;
        padding-bottom: 20px;
        max-width: 560px;
    }

    .procedures-info-title{
        display: flex;
        color: #008290;
        align-items: center;
        gap: 15px;
    }

    .procedures-info-title span{
        font-size: 58px;
    }
    .procedures-info-title h3{
        font-size: 24px;
        line-height: 35px;
    }

    .procedures-info-subtitle{
        font-size: 22px;
        margin: 15px 0px 15px 0px;
        line-height: 32px;
        text-align: justify;
        max-width: 533px;
    }
    .procedures-link{
        font-size: 18px;
        color: #008290;

        border-bottom: 1px solid #008290;
    }

    .procedures-card-block{
        max-width: max-content;
        padding: 3px 10px 0px 10px;
        /* max-height: ; */
        background: linear-gradient(225deg, #01AEBA, #153D91);
        border-radius: 12px;
        min-width: 141px;
        max-height: 161px;
    }
    .procedures-card-title{
        font-size: 18px;
        color: #fff;
    }
    .procedures-card-digit{
        font-size: 51px;
        color: #fff;
        padding: 6px 0px 0px 0px;
    }

    .procedures-card-subtitle{
        font-size: 18px;
        display: flex;
        color: #fff;
        flex-direction: column;
    }
    .procedures-card-subtitle span:nth-child(2){
        padding-left: 45px;
    }
    .etp-padd span:nth-child(2){
        padding-left: 72px;
    }
    .procedures-card{
        display: flex;
        gap: 10px;
    }
    .procedures-content{
        display: flex;
        justify-content: space-between;
    }

    .procedures-info.link-market{
        padding-top: 30px;
        display: flex;
        align-items: center;
        gap: 20px;

        
    }
    .procedures-info-btn a{
        background: #008290;
        color: #fff;

        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;

        padding: 10px 50px;
        border-radius: 4px;
    }


    /* Станьте партнером "Силовых Машин" */


    /* открывающиесы блоки с текстом */
    .partners{
        margin-top: 60px;
    }
    
    .arrow-opening{
     display: none;
    }
    .visible-opening-arrow .arrow-opening{
        display: block;
    }

   .opening-block-all {
    display: flex;
    flex-direction: column;
    gap: 15px;
    }
    .partners-subtitle {
        padding: 15px 0px;
    }

    .opening-block {
        padding: 20px 20px 20px 30px;
        border: 2px solid #008290;
        border-radius: 14px;
        overflow: hidden;

        display: grid;
        grid-template-rows: auto 0fr;
        transition: grid-template-rows 0.3s ease;
    }

    .opening-block.active {
        grid-template-rows: auto 1fr;
    }

    .opening-title-content {
        color: #008290;
        font-size: 24px;
        display: flex;
        gap: 5px;
    }
    .opening-block-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
    }

    .opening-block-content {
        overflow: hidden;
        min-height: 0;
        padding-top: 0;
        transition: padding-top 0.3s ease;

    }

    .opening-block.active .opening-block-content {
        padding-top: 0px;
    }


    .partners-under-text {
        margin-top: 15px;
        color: #008290;
    }

    .arrow-opening {
        display: none;
        transition: transform 0.3s ease;
    }



    .opening-block.active .arrow-opening {
        display: block;
        transform: rotate(90deg);
    }

    .visible-opening-arrow {
        cursor: pointer;
    }

    .opening-block-content_text{
        padding-top: 10px;
        margin-top: 10px;
        border-top: 1px solid #008290;

    }
    .opening-block-content_text b{
        color: #008290;
        font-weight: 700;
    }

    .opening-block-content_text p{
        padding: 7.5px 0px 7.5px 0px;
        line-height: 35px;
    }
    .opening-block-content ul li::before {
        content: "–";
        padding-right: 5px; 
    }
    .opening-block-content ul li {
        padding: 5px 0px 5px 0px;
    }
    .opening-block-content a{
        color: #008290;
        text-decoration-line:  underline;
    }
    .download_document{
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .download_document::after{
        content: url(/local/templates/pm.supplier_portal/css/../img/svg/document-download.svg);
        right: 0;
        
    }

    /* Новости */

    .news{
        margin-top: 60px;
    }

    .news-block{
        max-width: 330px;
        border-left: 1px solid #008290;
        padding-left: 10px;
    }

    .news-block-title{
        font-size: 18px;
        padding-top: 15px;
        min-height: 40px;
    }

    .news-block-date{
        font-size: 14px;
        color: #008290;

        padding: 70px 0px 15px 0px;
    }
    .news-content{
        margin-top: 20px;
        overflow: hidden;
    }

    .navigation-arrow{
        display: flex;
        gap: 15px;
    }
    .news-button-navigation{
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
    }
    .news-all{
        background: #008290;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        padding: 10px 50px;
        border-radius: 4px;
    }

    .navigation-arrow-prev svg{
        transform: rotate(180deg);
    }


/* Новости */

    /* Страница всех новостей */

    .all-news-block-title{
        font-size: 28px;
        color: #008290;
    }

    .all-news-block-date{
        font-size: 16px;
        color: #008290;
    }

    .all-news{
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        gap: 40px;
    }
    .all-news-block{
     
        display: flex;
        flex-direction: column;
        
        gap: 25px;

        border-bottom: 1px solid #008290;
        padding-bottom: 10px;
    }

    .all-news-block-button{
        width: 100%;
           display: flex;
        flex-direction: column;
        align-items: center;

    }


    /* Страница новости */
    .date{
        color: #008290;
        font-size: 16px;
    }
    .date-news{
        margin-top: 15px;
    }

    .content-news{
        margin-top: 15px;
    }
    .content-news-img img{
        width: 100%;
        height: 100%;
    }
    .content-news-text h2{
        color: #008290;
        font-family: "TTFirsNeueRegular";
        font-weight: unset;
        font-size: 18px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .content-news-text p{
        font-family: "TTFirsNeueRegular";
    }
    .content-news-text ul{
        font-family: "TTFirsNeueRegular";
        list-style-type: unset;
        padding-left: 30px;
        margin-top: 15px;
    }

/* охрана труда */

.content-opening-blocks .opening-block-all{
    margin-top: 30px;
}


/* Футер Footer */

footer{
    background: #008290;
    padding: 30px 20px 30px 20px;
    color: #fff;
    z-index: 11;
    position: relative;
    z-index:1000;
}

footer a{
    color: #fff;
}

.footer-text-company{
    margin-top: 20px;
    font-size: 22px;
}

.footer-contact{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-links{
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 14px;
    text-decoration: underline;
}

/* закупки через industrial market */

.page-subtitle{
    color: #008290;
    margin-top: 20px;
    margin-bottom: 15px;
}

.page-text p{
    margin: 15px 0px 15px 0px;
}
.page-text p a {
    color: #008290;
    text-decoration: underline;
}

.page-text ul li a{
    color: #008290;
    text-decoration: underline;
}
.page-text ul{
    list-style-type: unset;
    padding-left: 40px;
    line-height: 24px;
}
.page-link {
    background: #008290;
    color: #fff;
    padding: 8px 35px 8px 35px;
    border-radius: 4px;
    text-align: center;
}
.page-link-text{
    color: #008290;
    text-decoration: underline;
}
.industrial_btn{
    margin-top: 20px;
}
.content-industrial{
    display: flex;
}
.content-industrial-img{
    margin-top: 40px;
}
.content-industrial-img img{
    max-width: 100%;
    max-height: 100%;
}


/* контактная форма contact form, inputs, selector, textarea */

.contact-form{
    margin-top: 50px;
}
.width100{
    width: 100%;
    box-sizing: border-box;
}
.width50{
    width: 50%;
    box-sizing: border-box;
}
.width47{
    width: 47.3%;
}

.contact-form_input_title{
    font-family: "TTFirsNeueRegular";
    padding-left: 8px;
    padding-bottom: 10px;
}
.contact-form_input{
    margin: 13px 0px 13px 0px;
}
.contact-form_input input{

    padding: 15px 10px 15px 10px;
    border: none;
    background: #D9D9D940;
    color: #000000;
    font-family: "TTFirsNeueRegular";
    border-radius: 3px;
}

.contact-form_textarea textarea{
    padding: 12px 10px 12px 10px;
    border: none;
    background: #D9D9D940;
    color: #000000;
    font-family: "TTFirsNeueRegular";
    border-radius: 3px;
    width: 98.3%;

    resize: none;   
}
.contact-form_upload_file{
    margin-top: 15px;
}
.contact-form_row{
    display: flex;
    gap: 20px;
}
.contact-form_upload_file span{
    padding-left: 8px;
}

.contact-form_row .contact-form_input{
    flex: 1;
}

.form_assent{
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: "TTFirsNeueRegular";
    font-size: 16px;

    display: flex;
    align-items: center;
    gap: 10px;
}





    /* загрузка файла */
    .file-upload-simple {
        margin-bottom: 20px;
    }

    .file-upload-simple input[type="file"] {
        position: absolute;
        width: 0;
        height: 0;
        opacity: 0;
        overflow: hidden;
    }

    .file-upload-btn {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 7px 26px;
        background-color: #fff;
        color: #008290;
        border: none;
        border-radius: 6px;
        font-size: 14px;
        font-weight: 500;
        cursor: pointer;
        transition: all 0.3s ease;
        text-decoration: none;
        border: 1px solid #008290;
        margin-top: 15px;
    }

    .file-upload-btn:hover {
        background-color: #008290;
        transform: translateY(-1px);
        color: #fff;
    }
    .file-upload-btn:hover svg path{
        fill: #fff;
    }

    .file-upload-btn:active {
        background-color: #008290;
        transform: translateY(0);
    }

    .file-upload-btn-icon {
        width: 16px;
        height: 16px;
        color: white;
    }

    .file-upload-info {
        margin-top: 10px;
        font-size: 13px;
        color: #666;
        padding: 8px 12px;
        background-color: #f8f9fa;
        border-radius: 4px;
        border-left: 3px solid #6c757d;
        display: none; 
    }

    .file-upload-file-list {
        margin-top: 10px;
        display: none; 
        flex-direction: column;
        gap: 6px;
    }

    .file-upload-file-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 8px 12px;
        background-color: #f8f9fa;
        border-radius: 4px;
        border: 1px solid #e9ecef;
        font-size: 13px;
        border: 1px solid #008290;
    }

    .file-upload-file-name {
        flex: 1;
        color: #000;
        word-break: break-word;
    }

    .file-upload-file-size {
        color: #666;
        margin: 0 10px;
        font-size: 12px;
    }

    .file-upload-remove-btn {
        background: none;
        border: none;
        color: #dc3545;
        cursor: pointer;
        font-size: 16px;
        padding: 0;
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 2px;
        transition: background-color 0.3s ease;
    }

    .file-upload-remove-btn:hover {
        background-color: #008290;
        color: #fff;
    }


    .file-upload-has-files .file-upload-file-list {
        display: flex; 
    }

    .file-upload-no-files .file-upload-info {
        display: block;
        border-left-color: #dc3545; 
    }

    .file-upload-has-files .file-upload-info {
        display: none; 
    }


    @keyframes slideIn {
        from {
            opacity: 0;
            transform: translateX(-10px);
        }
        to {
            opacity: 1;
            transform: translateX(0);
        }
    }

    .file-upload-file-item {
        animation: slideIn 0.3s ease;
    }



/* свойства для вывода сообщений с ошибкой, отправкой формы, ошибка в инпуте */

.contact-form_input.input_error input{
    border: 1px solid rgb(231, 34, 34);;
    padding: 14px 9px 14px 9px;
}


.contact-form_select.input_error .select-selected  {
    border: 1px solid rgb(231, 34, 34);
    padding: 14px 9px 14px 9px;
}

.contact-form_message.input_error-text{
    color: rgb(168, 8, 8);
    visibility:visible;
}

.contact-form_message.access_text{
    color: #14940f;
    visibility:visible;
}

.contact-form_message{
    margin-top: 15px;
}

.file-upload-btn.error_upload{ 
    /* добавление красного цвета при ошибке для кнопки загрузки файла */
    border: 1px solid rgb(231, 34, 34);
    color: rgb(168, 8, 8);
}

.file-upload-btn.error_upload svg path{
     /* добавление красного цвета при ошибке для кнопки загрузки файла */
    fill: rgb(168, 8, 8);
}

.checkbox-input.error_checkbox{
     /* добавление красного цвета при ошибке для чекбокса, error_checkbox добавляется 
     input с классом checkbox-input */
    border: 1px solid rgb(231, 34, 34);
    color: rgb(168, 8, 8);
}

.checkbox-label.error_checkbox{
    /* добавление красного цвета при ошибке для чекбокса(текст рядом с чекбоксом,
    error_checkbox добавляется label  с классом checkbox-label */
    color: rgb(168, 8, 8);
}

.contact-form_textarea.error_textarea textarea{
    /* добавление красного цвета при ошибке для textarea, error_textarea добавляется 
     родительскому блоку  с классом contact-form_textarea */

    border: 1px solid rgb(231, 34, 34);;
    padding: 13px 8px 13px 8px;
}



/* стать партнером registr_portal*/

.content-registr-portal{
    position: relative;
    margin-top: 40px;
}
.content-registr-portal .content-registr-portal_link{
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.registr-portal-text{
    background: #fff;
    border: 4px solid #34BAD9;

    max-width: 384px;
    min-width: 426px;
    min-height: 160px;
    width: 100%;
    padding: 0px 15px 0px 15px;

    display: flex;
    justify-content: center;
    align-items: center;

    line-height: 36px;
    text-align: center;

    border-radius: 45px;
    font-size: 22px;

    
}
.registr-portal-text span{
    max-width: 344px;
}

.registr-portal-img {
    width: 100%;
    display: flex;
    justify-content: center;
}
.registr-portal-img img{
    max-width: 698px;
}

.registr-portal-block1{
    position: absolute;
    top: 12%;
    left: 1%;
}
.registr-portal-block2{
    position: absolute;
    bottom: 9%;
    right: 10%;
}


/* стили для страниц Мирное разрешение конфликтов */

.content-pages_row{
    display: flex;
    justify-content: space-between;
}

.content-pages_img img{
    max-width: 310px;
}

.content-pages_text{
    max-width: 660px;
    line-height: 26px;
    text-align: justify;
}
.content-pages_img{
    margin-top: 20px;
}

.content-pages_column{
    display: flex;
    flex-direction: column;
}

.download_document{
    text-decoration: underline;
    color: #008290;
    padding: 0px 0px 15px 0px;
} 



/* стили для фильтров */
.filter-input_title{
    padding: 0px 0px 5px 15px;
}
.filter-input_search input{
    padding: 17px 15px 17px 15px;
   background: #f5f5f5;
   border: 1px solid #008290;
   box-shadow: none;
   border-radius: 4px;
   background-image: url(/local/templates/pm.supplier_portal/css/../img/svg/search.svg);
   background-repeat: no-repeat;
   background-position: 99% 50%;
}


.choice-btns {
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
    margin-bottom: 30px;
}
.choice-btns a{
    font-size: 24px;
}
.active-choice{
    color: #008290;
    border-bottom: 2px solid #008290;
}
.filter_input{
    max-width: 300px;
    width: 100%;
}
.filter_input input{
     padding: 15px 16px;
    background: #fff;
    border: 1px solid #008290;
    font-size: 16px;
    border-radius: 4px;
    color: #333;
    width: 88.7%;
   
}




    /* кастомный селектор */
    /* Кастомный селектор */
    .custom-select {
        position: relative;
        width: 100%;
        max-width: 300px;
        font-family: inherit;
    }

    .select-selected {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 16px;
        border: 1px solid #008081;
        border-radius: 4px;
        background-color: #fff;
        cursor: pointer;
        transition: all 0.3s ease;
        /* min-height: 44px; */
        font-family: "Montserrat Light";
    }


    .select-placeholder {
        color: #999;
    }

    .select-value {
        color: #333;
    }

    .select-arrow {
        color: #666;
        transition: transform 0.3s ease;
    }

    .select-selected.select-active .select-arrow {
        transform: rotate(180deg);
        color: #008290;
    }

    .select-items {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 6px;
        margin-top: 4px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        max-height: 200px;
        overflow-y: auto;
        z-index: 1;
        display: none;
    }

    .select-items.select-open {
        display: block;
        animation: fadeIn 0.2s ease;
        border: 1px solid #008081;
    }

    .select-item {
        padding: 12px 16px;
        cursor: pointer;
        transition: background-color 0.2s ease;
        color: #333;
    }

    .select-item:hover {
        background-color: #f0f8f9;
        color: #008290;
    }

    .select-item.select-selected {
        background-color: #008290;
        color: #fff;
    }

    .select-item.select-selected:hover {
        background-color: #006a75;
    }

    .select-native {
        display: none;
    }

    /* Анимации */
    @keyframes fadeIn {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* Состояние ошибки */
    .custom-select.select-error .select-selected {
        border-color: #dc3545;
        box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
    }

    .custom-select.select-error .select-placeholder {
        color: #dc3545;
    }

    /* Отключенное состояние */
    .custom-select.select-disabled .select-selected {
        background-color: #f8f9fa;
        cursor: not-allowed;
        opacity: 0.7;
    }

    .custom-select.select-disabled .select-native {
        cursor: not-allowed;
        pointer-events: none;
    }

    /* Поиск в селекторе */
    .select-search {
        padding: 12px 16px;
        border-bottom: 1px solid #eee;
    }

    .select-search-input {
        width: 100%;
        padding: 8px 12px;
        border: 1px solid #ddd;
        border-radius: 4px;
        font-size: 14px;
    }

    .select-search-input:focus {
        outline: none;
        border-color: #008290;
        box-shadow: 0 0 0 2px rgba(0, 130, 144, 0.1);
    }

    /* Группы опций */
    .select-group {
        padding: 8px 16px;
        font-weight: 600;
        color: #666;
        background-color: #f8f9fa;
        border-bottom: 1px solid #eee;
    }

    .select-group-item {
        padding-left: 32px;
    }

    /* Кастомный скроллбар */
    .select-items::-webkit-scrollbar {
        width: 6px;
    }

    .select-items::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 3px;
    }

    .select-items::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 3px;
    }

    .select-items::-webkit-scrollbar-thumb:hover {
        background: #999;
    }

    .filters_row{
        display: flex;
        gap: 20px;
    }

    /* блок с документами  */

    .list-document-name{
        color: #008290;
        display: flex;
        align-items: center;
        gap: 4px;
        min-width: 0; /* Позволяет flex-элементам сжиматься */
    }
    .list-document-filename{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        min-width: 0; /* Позволяет элементу сжиматься */
        flex: 1 1 auto; /* Занимает доступное пространство, но может сжиматься */
    }
    .list-document-date-type{
        color: #008290;
        font-size: 12px;

        display: flex;
        gap: 5px;
    }

    .list-document-date{
        border-right: 0.5px solid #008290;
        padding-right: 5px;
    }
    .list-document_block_column{
        display: flex;
        flex-direction: column;
        gap: 6px;
        flex: 1 1 auto;
        min-width: 0; /* Позволяет колонке сжиматься */
    }
    .list-document_block{
        padding: 15px;
        border: 2px solid #008290;
        border-radius: 14px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px; /* Отступ между колонкой и иконкой */
        margin-top: 20px;
        min-width: 0; /* Позволяет блоку сжиматься */
    }
    .list-document_block_img{
        flex-shrink: 0; /* Иконка не сжимается */
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 32px;
        min-height: 32px;
    }
    .list-document_chapter{
        margin-top: 30px;
    }
    .list-document-title{
        color: #008290;
        font-size: 20px;
        margin-bottom: 15px ;
    }


/* Продажа неликвидов */

.illiquids-content .page-subtitle{
    line-height: 26px;
}

.line-before-list{
    list-style: none;
}
.line-before-list ul li::before{
    content: "–";
    padding-right: 5px; 
}
.illiquids-content .page-text{
    line-height: 26px;
}

.green-text{
    color: #008290;
}
.list-block-adress{
    display: flex;
    flex-direction: column;
}
.adress-factory{
    line-height: 26px;
}

/* стили для селекта на странице мирное разрешение конфликтов(контакная форма) */

.contact-form_select {
    margin: 5px 0px 5px 0px;
}
.contact-form_select .custom-select{
    max-width: 100%;
}

.contact-form_select .select-selected{
    border: none;
    background: #D9D9D940;
}

.contact-form_select .select-items.select-open{
    background: #F0F0F0;  
    border: none;
}


.contact-form_select .select-item.select-selected{
    background-color: #008290;
}

/* дирекция по развитию поставщиков */
.check-mark-before ul{
    list-style: none;
    padding-left: 0;
    
}
.check-mark-before ul li{
line-height: 26px;
padding: 7.5px 0px 0px 0px;
color: #008290;
}
.check-mark-before li::before{
    content: url(/local/templates/pm.supplier_portal/css/../img/svg/check-mark.svg);
    padding-right: 10px;
}


/* закупки через электронную торговую площадку ТЕК-ТОРГ/Фабрикант */



.trading-platform .procedures-card-block{
    min-width: 343px;
    max-height: none;
    padding: 14px 16px 0px;
}

.trading-platform .procedures-card-digit{
    display: flex;
    justify-content: end;
    align-items: center;
    font-size: 96px;
    line-height: 90px;
}
.trading-platform .procedures-card-title{
    font-size: 24px;
}
.trading-platform .procedures-card-subtitle{
    font-size: 24px;
    padding-bottom: 6px;
}
.trading-platform .etp-padd span:nth-child(2) {
    padding-left: 130px;
}

.trading-platform .content-pages_column{
    gap: 20px;
    margin-top: 20px;
}

.trading-platform .page-link{
    font-size: 18px;
}

.trading-platform .content-pages_row{
    gap: 100px;
}

.trading-platform .page-subtitle{
    line-height: 32px;
}

/* закупка логистики */

.purchasing-logistics .link-page_block{
    margin-top: 30px;
}



/* регистрация поставщика */

.registration-text_title{
    font-size: 32px;
    color: #008290;
    margin-top: 40px;
    margin-bottom: 20px;
}
.registration-wrapper_row{
    display: flex;
    gap: 20px;
}

.registration_input input{
    padding: 15px 10px 15px 10px;
    border: none;
    background: #D9D9D940;
    color: #000000;
    font-family: "TTFirsNeueRegular";
    border-radius: 3px;
}

.registration_input {
    flex: 1;
    margin: 13px 0px 13px 0px;
}

.registration_input_title {
font-family: "TTFirsNeueRegular";
padding-left: 8px;
padding-bottom: 10px;
}

.registration_checkbox{ 
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: "TTFirsNeueRegular";
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #008290;
}
.registration_upload-file .file-upload-btn{
    margin-top: 0px;
}
.registration-text_subtitle{
    color: #008290;
    font-size: 24px;
    margin-top: 15px;
}

.registration-text_paragraph{
    margin-top: 20px;
    margin-bottom: 20px;

}

.registration_input .custom-select{
    max-width: unset;
}


    /* выбор категорий */
    .registration-content_choice-category .filter-input_search{
        margin-top: 40px;
    }



/* Таблицы */

.table-content {
    width: 100%;
}

.table-illiquids {
    margin: 46px 0px 30px;
}

.table-content table {
    width: 100%;
    border-collapse: collapse;
}

.table-illiquids table {
    table-layout: fixed;
}

.table-content thead {
    color: #008290;
    font-size: 16px;
    border-bottom: 1px solid #CAC4D0;
    line-height: 100%;
    font-family: 'TTFirsNeueLight';
}

.table-content thead tr th {
    text-align: center;
    padding-bottom: 5.5px;
}

.table-content tbody {
    font-size: 16px;
    line-height: 100%;
    color: #000;
    font-family: 'TTFirsNeueRegular';
}

.table-content tbody tr td {
    text-align: center;
    border-bottom: 1px solid #CAC4D0;
}

    /* таблица продажа неликвидов */
    .table-illiquids tbody tr td {
        padding: 21px 0px;
    }

    .table-link-container {
        display: inline-block;
        text-align: left;
    }

    .table-link-text {
        display: inline-block;
        text-align: left;
        max-width: 100%;
        font-size: 16px;
        line-height: 100%;
        color: #000;
        text-decoration: underline;
        word-wrap: break-word;
    }

    .table-illiquids tbody tr .left-text-align {
        text-align: left;
    }

    .table-illiquids thead tr .left-text-align {
        text-align: left;
    }

    .table-column {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .illiquids-width_name {
        width: 14%;
    }

    .illiquids-width_factory {
        width: 5.3%;
    }

    .illiquids-width_location {
        width: 15.44%;
    }

    .illiquids-width_date {
        width: 15.05%;
    }

    .illiquids-width_file-link {
        width: 9%;
    }

    /* таблица контакты */
    .table-contacts {
        margin: 31px 0px 30.5px;
    }

    .table-contacts table {
        table-layout: auto;
    }

    .table-contacts .table-contacts-thead {
        color: #000;
        font-family: 'TTFirsNeueRegular';
    }

    .table-contacts-numbers {
        font-size: 14px;
        line-height: 100%;
    }

    .table-contacts-green-text,
    .table-contacts-green-text a {
        color: #008290;
    }

    .table-contacts tbody tr td {
        font-family: 'TTFirsNeueRegular';
        font-size: 14px;
    }

    .table-contacts tbody tr td {
        padding: 10px 0px;
        min-height: 93px;
    }

    .table-contacts thead tr th {
        text-align: center;
        padding-bottom: 5.5px;
    }

    .table-contacts-width_number {
        width: 0.77%;
    }

    .table-contacts-width_factory {
        width: 6.47%;
    }

    .table-contacts-width_direction {
        width: 17.33%;
    }

    .table-contacts-width_FCs {
        width: 14.23%;
    }

    .table-contacts-width_post {
        width: 12.05%;
    }

    .table-contacts-width_phone {
        width: 17.67%;
    }

    .table-contacts-width_mail {
        width: 20.47%;
    }

    .table-contacts thead tr .left-text-align {
        text-align: left;
    }

    .table-contacts tbody a {
        text-decoration: underline;
    }


            
    /* place_fabrikant and place_tek_torg*/
    .table-place_fabrikant {
        margin: 15px 0px 0px 0px;
        max-width: 575px;
        border: 1px #B9B9B9 solid;
        border-radius: 4px;
    }

    .table-place_fabrikant th:nth-child(1) {
        border-right: 1px #B9B9B9 solid;
    }

    .table-place_fabrikant tbody tr td {
        text-align: left;
    }

    .table-place_fabrikant table {
        table-layout: fixed;
    }

    .table-place_fabrikant thead {
        color: #fff;
    }

    .table-place_fabrikant thead th {
        background-color: #008290;
        padding: 10px 12px;
    }

    .table-place_fabrikant td {
        padding: 10px 12px;
        font-size: 12px;
        line-height: 130%;
    }

    .table-place_fabrikant td:nth-child(1) {
        border-right: 1px #B9B9B9 solid;
    }

    .table-place_fabrikant tbody tr {
        border-bottom: 1px solid #CAC4D0;
    }

    .table-place_fabrikant tbody tr:last-child {
        border-bottom: none;
    }




    /* supplier_direction */
    
    .table-place_fabrikant {
    margin: 15px 0px 0px 0px;
    max-width: 575px;
    border: 1px #B9B9B9 solid;
    border-radius: 4px;
}

    .table-place_fabrikant th:nth-child(1) {
        border-right: 1px #B9B9B9 solid;
    }

    .table-place_fabrikant tbody tr td {
        text-align: left;
    }

    .table-place_fabrikant table {
        table-layout: fixed;
    }

    .table-place_fabrikant thead {
        color: #fff;
    }

    .table-place_fabrikant thead th {
        background-color: #008290;
        padding: 10px 12px;
    }

    .table-place_fabrikant td {
        padding: 10px 12px;
        font-size: 12px;
        line-height: 130%;
    }

    .table-place_fabrikant td:nth-child(1) {
        border-right: 1px #B9B9B9 solid;
    }

    .table-place_fabrikant tbody tr {
        border-bottom: 1px solid #CAC4D0;
    }

    .table-place_fabrikant tbody tr:last-child {
        border-bottom: none;
    }





    /* supplier_direction */
    .table-supplier_direction {
        margin: 51px 0px 0px 0px;
    }

    .table-supplier_direction table {
        table-layout: fixed;
    }

    .table-supplier_direction thead tr th {
        padding-bottom: 5.5px;
    }

    .table-supplier_direction tr .left-text-align {
        text-align: left;
    }

    .table-supplier_direction tbody tr td {
        border-bottom: 1px solid #CAC4D0;
    }

    .table-supplier_direction tbody tr td {
        padding: 18px 0px;
    }

    .table-supplier_direction button {
        border: none;
        border-radius: 10px;
        background-color: #008290;
        padding: 8px 28px;
        cursor: pointer;
    }

    .table-supplier_direction button span {
        color: #fff;
        line-height: 100%;
    }

    .table-supplier_direction-requirement {
        width: 50%;
    }







    /* choice_category */
    .table-choice_category {
        margin: 20px 0px 0px 0px;
    }

    .table-choice_category table {
        table-layout: fixed;
    }

    .table-choice_category thead tr th {
        padding-bottom: 5.5px;
    }

    .table-choice_category tr .left-text-align {
        text-align: left;
        
    }

    .table-choice_category tbody tr td {
        border-bottom: 1px solid #CAC4D0;
    }

    .table-choice_category tbody tr td {
        padding: 12px 0px;
    }

    .table-choice_category-market_code {
        width: 15%;
        text-align: center;
    }

    .table-choice_category-level_category {
        width: 50%;
    }

    .table-choice_category-short_name {
        width: 31%;
    }

    .table-choice_category tr .right-text-align {
        text-align: right;
    }

    .table-checkbox {
        display: block;
        margin: 0;
        padding: 0;
    }

    .table-button-container {
        text-align: right;
    }

    .table-button-green {
        margin-top: 40px;
    }

    .table-choice_category tbody tr .table-choice_category-R03 {
        /* padding-left: 43.8px; */
    }



/* актуальные закупочные процедуры - список */

.main-content_row {
    display: flex;
    align-items: center;
    gap: 40px;
}

.main-content_row .title-page{
    margin-top: 15px;
}

.current-procedurs .title-page {
    margin-top: 15px;
}

.current-procedurs .container{
    max-width: 1400px;
}

.main-content.current-procedurs {
    margin-top: 35px;
}


.content-procedures .filters_row{
    margin-top: 18px;
}

    /* current_procedures_etp */
        .procedures-list {
            display: flex;
            flex-direction: column;
            margin-top: 40px;
        }

        .procedures-list_title-container {
            display: flex;
            justify-content: space-between;
            padding-bottom: 30px;
            border-bottom: 1px solid #CAC4D0;
        }

        .procedures-list-title {
            font-size: 16px;
            color: #ACACAC;
            text-align: center;
            white-space: nowrap;
        }

        .number-purchase-procedure {
            width: 14.5%;
        }

        .number-purchase-procedure span {
            max-width: 172px;
        }

        .purchase-name {
            width: 13.3%;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .purchase-name span {
            word-break: keep-all;
        }

        .start-price {
            width: 10%;
        }

        .procedures_okpd {
            width: 5.1%;
        }

        .procedures_okved {
            width: 4.4%;
        }

        .submission-deadline {
            width: 9%;
        }

        .summing-results {
            width: 10.7%;
        }

        .client {
            width: 9%;
        }

        .place-of-delivery {
            width: 12%;
        }

        .procedures-list_block {
            display: flex;
            background-color: #0080810D;
            margin-top: 20px;
            align-items: center;
            justify-content: space-between;
            border-radius: 3px;
            padding: 12px 0px;
        }

        .procedures-list-text {
            text-align: center;
            font-size: 16px;
            word-break: break-all;
        }

        .content-procedures .page-link {
            padding: 8px 5px;
            border-radius: 3px;
            font-size: 12px;
        }

        .content-procedures .content-pages_column {
            align-items: center;
            gap: 10px;
        }




        /* pagination */
        .procedures-pagination {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: 110px;
            margin-bottom: 10px;
        }

        .procedures-pagination-content {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .procedures-pagination_btn {
            border: none;
            background: none;
            line-height: 100%;
            cursor: pointer;
            margin: 0;
            padding: 0px 3px;
            transition: all ease 0.3s;
        }

        /* .procedures-pagination_btn-prev {
        }

        .procedures-pagination_btn-next {
            
        } */

        .procedures-pagination_btn.active-pag {
            background-color: #008290;
            color: #fff;
            padding: 2px 7px;
            transition: all ease 0.3s;
            border-radius: 3px;
        }




/* registration */


.content-procedures .filter-input_search{
    margin-top: 18px;
}

    /* стили для календаря */


     .calendars-container {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
    }

    .calendar-wrapper {
      position: relative;

      max-width: 300px;
      width: 100%;
    }

    .calendar-input-field {
     display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 16px;
    border: 1px solid #008290;
    border-radius: 4px;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: "Montserrat Light";;
    }

    .calendar-input-field:hover {
      border-color: #005a9e;
    }

    .calendar-input-field.calendar-error {
      border-color: #ff4444 !important;
    }

    .calendar-date-input {
      border: none;
      outline: none;
      font-size: 16px;
      color: #333;
      flex-grow: 1;
      background: transparent;
      width: 100%;
    }

    .calendar-date-input::placeholder {
      color: #999;
    }

    .calendar-icon {
      width: 20px;
      height: 20px;
      fill: #008290;
      cursor: pointer;
    }

    .calendar-dropdown {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      background-color: white;
      border: 1px solid #008290;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
      z-index: 10;
      display: none;
      overflow: hidden;
      margin-top: 5px;
    }

    .calendar-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 12px 16px;
      background-color: #008290;
      border-bottom: 1px solid #e0e0e0;
    }

    .calendar-month-year {
      font-weight: bold;
      font-size: 16px;
      color: #fff;
    }

    .calendar-nav-button {
      background: none;
      border: none;
      font-size: 18px;
      cursor: pointer;
      color: #fff;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .calendar-nav-button:hover {
      background-color: #e0f0ff;
    }

    .calendar-body {
      display: grid;
      grid-template-columns: repeat(7, 1fr);
      gap: 1px;
      padding: 8px;
    }

    .calendar-day-header {
      text-align: center;
      padding: 8px;
      font-size: 12px;
      font-weight: bold;
      color: #555;
      background-color: #f0f7ff;
    }

    .calendar-day {
      padding: 8px;
      text-align: center;
      cursor: pointer;
      border: 1px solid transparent;
      transition: all 0.2s;
      user-select: none;
      border-radius: 4px;
    }

    .calendar-day:hover:not(.calendar-other-month) {
      background-color: #e0f0ff;
    }

    .calendar-day.calendar-selected {
      background-color: #007acc;
      color: white;
    }

    .calendar-day.calendar-other-month {
      color: #ccc;
      cursor: default;
    }

    .calendar-day.calendar-today {
      font-weight: bold;
      background-color: #e0f0ff;
    }

    .calendar-error-message {
      color: #ff4444;
      font-size: 12px;
      margin-top: 5px;
      display: none;
    }

    .calendar-error-message.show {
      display: block;
    }




    /* Выбранные категории */
.choiced-category{
    margin-top: 30px;
}

.choiced-category_block{
    background: #BDE2EE;
    border-radius: 3px;
    padding: 20px 20px 20px 20px;
    overflow: hidden;
    display: block;
}

.choiced-category_title-block{
    display: flex;
    justify-content: space-between;
}

.choiced-category_info-buttons{
    display: flex;
    gap: 10px;
    align-items: center;
}

.choiced-category_info-text{
    display: flex;
    align-items: center;
    gap: 20px;
}

.choiced-category_info-buttons button{
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.choiced-category_subtitle-info-block{
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, 
                border-top 0.3s ease, 
                padding-top 0.3s ease, 
                margin-top 0.3s ease;
    
 
    border-top: 2px solid transparent;
    padding-top: 0;
    margin-top: 0;
}

.choiced-category_block.active .choiced-category_subtitle-info-block{
    max-height: max-content; 
    border-top: 2px solid #fff;
    padding-top: 10px;
    margin-top: 10px;
}

.choiced-category_input{
    flex: 1;
    margin: 13px 0px 13px 0px;
}
  
.choiced-category_input input{
    padding: 15px 10px 15px 10px;
    border: none;
    background: #f5f5f5;
    color: #000000;
    font-family: "TTFirsNeueRegular";
    border-radius: 3px;
}

.choiced-category_input_title{
    font-family: "TTFirsNeueRegular";
    padding-left: 8px;
    padding-bottom: 10px;
}

.choiced-category_wrapper_row{
    display: flex;
    gap: 20px;
}

.choiced-category_block .custom-select{
    width: 100%;
}


.choiced-category_content{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.approve-category{
    display: flex;
    justify-content: end;
}

    /* модальное окно регистрации */

    .registration-form_input_title{
         font-family: "TTFirsNeueRegular";
        padding-left: 8px;
        padding-bottom: 10px;

    }
    .registration-form_input{
        margin: 13px 0px 13px 0px;
    }
    .registration-form_input input{
        padding: 15px 10px 15px 10px;
        border: none;
        background: #D9D9D940;
        color: #000000;
        font-family: "TTFirsNeueRegular";
        border-radius: 3px;
    }
    .registration-text-info{
        color: #008290;
        font-size: 12px;
        margin-top: 5px;
        padding-left: 10px;
    }

    .modal-window_registration{
        max-width: 500px;
        width: 100%;
    }
    .registration-info-block_title{
        font-size: 16px;
        color: #000;
    }
    .registration-info-block_subtitle{
        color: #000;
        font-size: 14px;
        margin-top: 10px;
        line-height: 20px;
    }
    .registration-info-block_subtitle ul li{
        padding: 5px;
    }
    .registration-info-block{
        padding: 10px;
        background: #00829010;
        border-radius: 3px;
    }
    .registration_input_error{
        color: #dc3545;
        font-family: 'Montserrat SemiBold';
        font-size: 14px;
        margin-top: 5px;
        padding-left: 10px;
    }



/* Личный кабинет поставщика */

        .tabs-container {
            display: flex;
            border: 1px solid #008290;
            border-radius: 4px;
            overflow: hidden;
            margin-bottom: 20px;
            margin-top: 20px;
            max-width: max-content;
        }

        .tab-button {
            padding: 14px 28px;
            cursor: pointer;
            text-align: center;
            transition: background-color 0.2s ease;
            font-size: 16px;
            border: none;
            outline: none;
            background-color: #f5f5f5;
            color: #333;
        }

        .tab-button.active {
            background-color: #008290;
            color: white;
        }

        .tab-content {
           
        }


        .tab-pane {
            display: none;
        }

        .tab-pane.active {
            display: block;
        }
        .moderattion-step_container{
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .moderation-step{
            border: 2px solid #008290;
            padding: 15px;
            border-radius: 14px;
        }

        .moderation-step_title{
            font-size: 20px;
            color: #008290;
        }

        .moderation-step_date{
            font-size: 12px;
            color:#008290;
        }

        .moderation-step_title_message{
            margin-top: 15px;
        }
        .moderation-step_message{
            line-height: 20px;
            font-size: 14px;
            margin-top: 5px;
        }

        .moderation-step_buttons{
            display: flex;
            gap: 10px;

            margin-top:15px;
        }

        .appeal_btn{
            display: none;
        }

        .stage-not-approved{
            border: 2px solid #FF0000;
        }

        .stage-not-approved .moderation-step_title_date .moderation-step_title{
            color: #FF0000;
        }

        /* модальное окно персональные данные */

        .modal-window_personal-account .file-upload-file-item{
            font-size: 13px;
            font-family: 'TTFirsNeueRegular';
        }
        .modal-window_textarea{
            margin-top: 30px;
        }
        .modal-window_textarea textarea{
            background: #D9D9D940;
            border: none;
            font-size: 14px;
            font-family: 'Montserrat Light';
            margin-top: 5px;
            padding: 15px 15px 15px 15px;
            width: 96%;
            resize: none;
            min-height: 175px;
            border-radius: 4px;
            line-height: 20px;

        }
        .modal-window_textarea_title{
            padding-left: 15px;
        }

        .modal-window_subtitle span{
            max-width: 415px;
        }

        .modal-window_subtitle{
            text-align: center;
            font-size: 16px;
            display: flex;
            justify-content: center;
            gap: 5px;
            margin-top: 15px;
        }

        .modal-window_personal-account{
            max-width: 770px;
            width: 100%;
        }

        .modal-window_textarea_count-symbol{
            display: flex;
            justify-content: end;
            font-size: 14px;
            color: #008290;
        }

        .modal-button-submit {
        }

        .modal-window_personal-account .contact-form_message{
     
        }


        .modal-window_message {
            background: #D9D9D940;
            border: none;
            font-size: 14px;
            font-family: 'Montserrat Light';
            margin-top: 5px;
            padding: 15px 15px 15px 15px;
            border-radius: 4px;
            line-height: 20px;
        }

        .message_title {
            margin-top: 30px;
        }

        .registration-add-btn .button-white{
            display: flex;
            align-items: center;
            gap: 10px;
        }


        /* таб личные данные */

        .personal-message{
            background: #00829010;
            max-width: 790px;
            border-radius: 4px;
            padding:15px;
            margin-bottom: 20px;
        }

        .personal-message-answer span{
            font-size: 18px;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        /* запрос на редактирование данных отправлен */
        .personal-message-answer.redact-wait span::after{
            content: url(/local/templates/pm.supplier_portal/css/../img/svg/message-svg/clock.svg);
        } 


        /* Запрос на редактирование данных одобрен */
        .personal-message-answer.redact-approved span::after{
            content: url(/local/templates/pm.supplier_portal/css/../img/svg/message-svg/tick-circle.svg);
            
        }


        /* Запрос на редактирование данных отклонен */
        .personal-message-answer.redact-canceled span::after{
            content: url(/local/templates/pm.supplier_portal/css/../img/svg/message-svg/close-circle.svg);
        }


        /* Модератор запросил редатирование данных */
        .personal-message-answer.redact-info span::after{
            content: url(/local/templates/pm.supplier_portal/css/../img/svg/message-svg/info-circle.svg);
        }

        .personal-message-moderator{
            margin-top: 10px;
        }

        .personal-message-moderator_title{
            color: #008290;
            margin-top: 5px;
        }
        .personal-message-moderator_subtitle{
            line-height: 24px;
        }
        
        .personal-redact_checkbox{
            display: none;
        }
        .personal-redact_checkbox.active{
            display: block;
        }

        .send-request-redact{
            position: sticky;
            bottom: 5%;
            margin-top: 30px;
            display: none;
            justify-content: flex-end;
        }

        .send-request-redact.active{
            display: flex;
        }



/* Подтверждение электронной почты */

.confirm-email .page-subtitle{
    color: #000;
}
    
.confirm-email .page-subtitle span{
    color: #008290;
}

/* Восстановление пароля */

.forgot-password-page .forgot-password-form-wrapper{
    max-width: 600px;
    margin: 0;
}

.forgot-password-form_buttons{
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 30px;
}

.forgot-password-form_buttons .button-green,
.forgot-password-form_buttons .button-white{
    width: auto;
    min-width: 256px;
    margin: 0 auto;
}

/* Панель администратора */
        /* главный экран */
        .admin-main-window{
            margin-bottom: 0px;
        }
        
        /* Список поставщиков */

        .exit-main-text{
            color: #008290;
            font-size: 24px;

            display: flex;
            align-items: center;
            gap: 10px;
            margin-top: 15px;
            margin-bottom: 15px;
        }

        .card-user-container {
        display: grid;
        gap: 8px;
        max-width: 100%;
        margin-top: 20px;
        }

        .card-user_title,
        .card-user-data {
        display: grid;
        grid-template-columns: minmax(200px, 1.2fr) 1fr 350px 1fr 1fr 1fr;
        gap: 16px;
        align-items: stretch;

        padding: 0px 15px;
        }

        .card-user_title .card-user_title-text {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #666;
        font-weight: 500;
        text-align: center;
        }

     
        .card-user_title > :first-child .card-user_title-text {
        justify-content: flex-start;
        text-align: left;
        }

        
        .card-user-data > div {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        color: #222;
        }

        
        .card-user-data > :first-child {
        align-items: flex-start;
        text-align: left;
        justify-content: flex-start;
        }

        
        .card-user_name_info {
        display: flex;
        flex-direction: column;
        gap: 4px;
        }

        .card-user_name {
        display: flex;
        align-items: center;
        gap: 8px;
        }

        .card-user_info-sign {
        display: flex;
        gap: 4px;
        margin-top: 4px;
        }

        .card-users_info-status {
        display: flex;
        gap: 4px;
        margin-top: 4px;
        }

        .card-user_category {
        display: flex;
        flex-direction: column;
        align-items: flex-start; 
        text-align: left;
        color: #222;
        padding: 0;
        }

        .card-user_category span {
        display: block;
        word-break: break-word;
        margin-bottom: 4px;
        }

        .card-user_all-categoty {
        background: none;
        border: none;
        color: #008290;
        text-decoration: underline;
        font-size: 14px;
        padding: 0;
        cursor: pointer;
        display: inline-block;
        padding: 5px;
        }

     
        .card-users_info-status{
            font-size: 12px;
        }
        .info-status-text{
            color: #008290;
        }
        .info-status-text_type{
            color: #000;
        }

        .info-sign {
        display: inline-block;
        font-size: 12px;
        text-decoration: underline;
        color: #008290;
        }

        .info-sign.blacklist {
        color: #D80105;
        }

        .card-user_title .card-user_name-user{
            justify-content: start;
        }

        .card-user-data{
            background: #00818110;
            padding: 30px 15px;
            border-radius: 4px;
        }
        .card-user_title{
            border-bottom: 1px solid #CAC4D0;
            padding-bottom: 10px;
        }
        .card-user-data .card-user_inn{
            color: #50AEBF;
        }
        .card-user-data .card-user_email{
            color: #50AEBF;
        }

        .custom-select_category{
            max-width: 620px;
        }
        .list-users .filters{
            display: flex;
            flex-direction: column;
            gap: 20px;
        }
        .filters .button-green{
            min-height: 50px;
            max-height: 50px;
        }

        .modal-window_all-category{
            max-width: 800px;
            width: 100%;
        }
        .modal-window_list-category{
            margin-top: 25px;

            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .list-category_block{
            background: #00818110;
            padding: 15px 0px 15px 15px;
            border-radius: 4px;
        }

        /* список сотрудников  */
        .list-worker .container{
            max-width: 1400px;
        }

        .card-user_icon_btn button{
            background: none;
            border: none;
            cursor: pointer;
        }
        .card-user-data .card-user_buttons{
            display: flex;
            flex-direction: row;
            justify-content: flex-end;
        }

        .list-worker .card-user_title, .list-worker .card-user-data{
            grid-template-columns: minmax(200px, 1.2fr) 1fr 350px 1fr 1fr ;
        }
        .add-new-worker{
            margin-bottom: 20px
        }

        .modal-window_form .custom-select{
            max-width: 100%;
            
        }

        .modal-window_form .select-selected{
            border: none;
            background: #F5F5F5;
            
        }

        .modal-window_form .select-item.select-selected{
            background: #008290;
        }

        .list-worker-modal{
            max-width: 500px;
            width: 100%;
        }

        .modal-window_btn_delete{
            display: flex;
            justify-content: center;
            gap: 40px;
            margin-top: 20px;
        }
        .modal-window_btn_delete button{
            min-width: 180px;
        }
        .modal-window_btn_delete .button-white.modal-window_closed-btn{
            justify-content: center;
        }
        
        /* Просмотр и редактирование «карточки поставщика» */

        .viewing_supplier .container{
            max-width: 1400px;
        }
        
        .personal-data-suppliers_btns{
            display: flex;
            gap: 20px;
        }

        .personal-data-suppliers_sign{
            display: flex;
            gap: 20px;
            margin-top: 20px;
        }

        .profile-sign-block{
            background: #00808115;
            max-width: max-content;
            padding: 15px;
            color: #008290;
            border-radius: 4px;
        }
        .blacklist-sign{
            color: #FF0000;
        }
        .blacklist_btn{
            color: #FF0000;
            border: 1px solid #FF0000;
        }

        .open-steps{
            position: sticky;
            bottom: 5%;
            margin-top: 30px;
            display: flex;
            justify-content: flex-end;
        }
        .open-steps a{
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .none-active {
            pointer-events: none;
            opacity: 0.5;
        }

        .hidden-element {
            display: none !important;
        }

        .redact-canceled-btn{
            position: sticky;
            bottom: 5%;
            margin-top: 30px;
            display: none;
            justify-content: flex-end;
            gap: 15px;
        }
        .redact-canceled-btn.active{
            display: flex;
        }


        /* этапы поставщика */

        .step-suppliers{
            max-width: 1400px;
        }

        .step-suppliers_buttons_wrap{
            display: flex;
            gap: 20px;
        }

        .step-suppliers_buttons_wrap button{
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
        }

        .step-suppliers .moderation-step_buttons{
            display: flex;
            justify-content: space-between;
        }

        .moderator-step_modal .modal-button-submit{
            display: flex;
            justify-content: space-between;
        }   



        /* Системные списки */

        .system-lists{
            max-width: 1400px;
        }

        .system-lists_container{
            display: flex;
            justify-content: space-between;
        }

        .system-lists_title{
            font-size: 32px;
            color: #008290;
        }
        
        .system-lists_block{
            min-width: 460px;
        }

        .system-lists_block .list-document_block{
            max-width: 460px;
        }
        
        .system-lists_block .list-document_block_column{
            min-width: 0; /* Важно для корректной работы text-overflow */
        }
        
        .system-lists_block .list-document-filename{
            max-width: calc(460px - 30px - 32px - 15px - 40px); /* max-width блока - padding - иконка - gap - номер и код */
        }
        
        .system-list_btn{
            margin-bottom: 20px;
        }



        /* Страница запроса на редактирования данных */

        .request-user{
            max-width: 1400px;
        }

        .request-user .personal-message-answer span{
            line-height: 24px;
        }

        .request-this-redact input{
            border: 2px solid #008290;
        }

        /* блок для скрытия контента (как в html/conflicts_with_blocked.html) */

       .blocked-block-content{
            position: relative;
            min-height: 200px;
            border-radius: 8px;
        }
        .blocked-block_blur{
            top: 0;
            width: 100%;
        }

        .blocked-block-content_bck_text{
            display: flex;
            flex-direction: column;
            gap: 20px;
            padding: 0px 10px 0px 10px;
        }
        .blocked-block-content_info{
            position: absolute;
            top: 0;
            width: 100%;
            height: 100%;
            background: #dadbdd30;
            backdrop-filter: blur(15px);
            border-radius: 8px;
            /* display: none; */

            display: flex;
            align-items: center;
            justify-content: center;
        }

        .blocked-block-content_auth_text{
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;

            gap: 30px;
        }
        .blocked-block-content_auth_text span{
            color: #008290;
            font-size: 20px;
            text-align: center;
            line-height: 32px;
            max-width: 540px;
        }

        /* блокировка контента без выпадающего списка */

        .blocked-content {
            position: relative;
        }

        .blocked-content .blocked-block-content{
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
        }









/* Модальные окна */

.modal-window_contact-form{
    max-width: 1000px;
    width: 100%;
    padding: 10px 15px 25px 15px;
}
.modal-window_closed-btn{
    display: flex;
    justify-content: end;
}
.modal-window_title{
    color: #008290;
    font-size: 28px;
    text-align: center;
}

.modal-window{ 
    padding: 10px 15px 25px 15px;
    background: #fff;
    border-radius: 14px;

    position: fixed; /* ← ИЗМЕНИЛ НА FIXED */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;

    visibility: hidden;
    opacity: 0;
    max-height: 90vh; /* ← ДОБАВЬ, чтобы не вылезало за экран */
    overflow-y: auto; /* ← ДОБАВЬ, если контент не помещается */


    transition: visibility 0.3s, opacity 0.3s;
}

.background-overllay{
    background: #00000030;
     position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;

    visibility: hidden;
    transition: visibility 0.3s, opacity 0.3s;
}
.stop-scroll{
    overflow: hidden;
}

.active-modal{
    visibility: visible;
    opacity: 1;
}
.modal-window-subtitle{
    margin-top: 25px;
    line-height: 28px;
}

.modal-window-subtitle a{
    color: #008290;
        text-decoration: underline;
    
}

.auth-modal .button-white.modal-link-registr{
    margin-top: 10px;
}

.forgot-password button{
    border: none;
    background: none;
    text-decoration: underline;
    color: #008290;
    font-family: "Montserrat SemiBold";
    padding: 0;
}
.forgot-password{
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

    /* модальное окно куки файлов */

    .cookie-modal{
        max-width: 630px;
        width: 100%;
       
    }

    .cookie-modal .modal-window_title{
        margin-top: 10px;
    }
    .cookie-modal .modal-window-subtitle{ 
        display: flex;
        flex-direction: column;
        text-align:justify;
    }

    .modal-window_buttons{
        margin-top: 25px;
        display: flex;
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }


    /* checkbox */

    
    .checkbox-input {
        appearance: none;
        -webkit-appearance: none;
    }

    .checkbox-input {
        appearance: none;
        width: 18px;
        height: 18px;
        border: 1px solid #008290;
        background-color: #fff;
        cursor: pointer;
        margin: 0;
    }

    .checkbox-input:checked{
        background-color: #fff;
        border-color: #008290;
        background-image: url(/local/templates/pm.supplier_portal/css/../img/svg/assent_arrow.svg);
        background-repeat: no-repeat;
        background-position: 0.5px 1px;
    }


    .personal-redact_checkbox .checkbox-input {
        appearance: none;
        -webkit-appearance: none;
    }

    .personal-redact_checkbox .checkbox-input {
        appearance: none;
        width: 18px;
        height: 18px;
        border: 1px solid #008290 ;
        background-color: #fff;
        cursor: pointer;
        margin: 0;
        border-radius: 0;
        padding: unset;
    }

    .personal-redact_checkbox .checkbox-input:checked{
        background-color: #fff;
        border-color: #008290;
        background-image: url(/local/templates/pm.supplier_portal/css/../img/svg/assent_arrow.svg);
        background-repeat: no-repeat;
        background-position: 0.5px 1px;
    }
    
    .redact-input-checkbox{
        display: flex;
        align-items: center;
        gap: 10px;
    }

/* End */


/* Start:/local/templates/pm.supplier_portal/css/current_procedures.css?17756320313034*/
/* current_procedures_etp */
.procedures-list {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}

.procedures-list_title-container {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
    border-bottom: 1px solid #CAC4D0;
}

.procedures-list-title {
    font-size: 16px;
    color: #ACACAC;
    text-align: center;
    white-space: nowrap;
}

.number-purchase-procedure {
    width: 14.5%;
}

.number-purchase-procedure span {
    max-width: 172px;
}

.purchase-name {
    width: 13.3%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.purchase-name span {
    word-break: keep-all;
}

.start-price {
    width: 10%;
}

.procedures_okpd {
    width: 5.1%;
}

.procedures_okved {
    width: 4.4%;
}

.submission-deadline {
    width: 9%;
}

.summing-results {
    width: 10.7%;
}

.client {
    width: 9%;
}

.place-of-delivery {
    width: 12%;
}

.procedures-list_block {
    display: flex;
    background-color: #0080810D;
    margin-top: 20px;
    align-items: center;
    justify-content: space-between;
    border-radius: 3px;
    padding: 12px 0px;
}

.procedures-list-text {
    text-align: center;
    font-size: 16px;
    word-break: break-all;
}

.content-procedures .page-link {
    padding: 8px 5px;
    border-radius: 3px;
    font-size: 12px;
}

.content-procedures .content-pages_column {
    align-items: center;
    gap: 10px;
}




/* pagination */
.procedures-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 110px;
    margin-bottom: 10px;
}

.procedures-pagination-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.procedures-pagination_btn {
    border: none;
    background: none;
    line-height: 100%;
    cursor: pointer;
    margin: 0;
    padding: 0px 3px;
    transition: all ease 0.3s;
}

/* .procedures-pagination_btn-prev {
}

.procedures-pagination_btn-next {
    
} */

.procedures-pagination_btn.active-pag {
    background-color: #008290;
    color: #fff;
    padding: 2px 7px;
    transition: all ease 0.3s;
    border-radius: 3px;
}




/* registration */
.registration-add-btn {
    display: flex;
    margin-bottom: 20px;
}

.registration-add-btn button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 26px;
    background-color: #fff;
    color: #008290;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    border: 1px solid #008290;
    margin-top: 15px;
}

.registration-add-btn button:hover {
    background-color: #008290;
    transform: translateY(-1px);
    color: #fff;
    fill: #fff;
}

.registration-add-btn button:hover svg path{
    stroke: #fff;
}
/* End */


/* Start:/local/templates/pm.supplier_portal/css/monitoring-personal.css?177563203115200*/
.delivery-monitoring .dm-tabs {
    margin-bottom: 22px;
}
.delivery-monitoring .dm-tabs__list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 6px;
    margin: 0;
    padding: 8px;
    list-style: none;
    background: linear-gradient(180deg, #eef6f7 0%, #e4f0f2 100%);
    border: 1px solid #c5dde2;
    border-radius: 12px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}
.delivery-monitoring .dm-tabs__item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 11px 20px;
    border-radius: 9px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.25;
    color: #3a5a62;
    border: 1px solid transparent;
    transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.delivery-monitoring .dm-tabs__item:hover {
    background: rgba(255, 255, 255, 0.72);
    color: #1a4a52;
    border-color: rgba(197, 221, 226, 0.8);
}
.delivery-monitoring .dm-tabs__item:focus-visible {
    outline: 2px solid #0d7a8a;
    outline-offset: 2px;
}
.delivery-monitoring .dm-tabs__item--active {
    background: #fff;
    color: #0a4a56;
    border-color: #b8d4da;
    box-shadow: 0 2px 8px rgba(13, 90, 100, 0.1), 0 1px 2px rgba(0, 0, 0, 0.04);
}
.delivery-monitoring .dm-tabs__text {
    letter-spacing: 0.01em;
}
.delivery-monitoring .dm-tabs__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 24px;
    padding: 0 9px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    background: #d2e6ea;
    color: #2a5f6a;
    transition: background 0.18s ease, color 0.18s ease;
}
.delivery-monitoring .dm-tabs__item--active .dm-tabs__badge {
    background: linear-gradient(180deg, #0d8a9c 0%, #0a6f7e 100%);
    color: #fff;
    box-shadow: 0 1px 2px rgba(0, 40, 50, 0.2);
}
.delivery-monitoring .dm-tabs__item:hover:not(.dm-tabs__item--active) .dm-tabs__badge {
    background: #c5dde2;
    color: #1a4a52;
}
.dm-toolbar {
    margin-bottom: 20px;
    padding: 16px;
    background: #fff;
    border: 1px solid #d8eaec;
    border-radius: 4px;
}
.delivery-monitoring-content {
    min-width: 0;
}
.dm-toolbar__row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}
.dm-toolbar .button-green,
.dm-toolbar .button-canceled {
    box-sizing: border-box;
    min-height: 40px;
    height: 40px;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 1.2;
    white-space: nowrap;
}
.dm-toolbar__inline-form {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
}
.dm-toolbar__import {
    flex-wrap: wrap;
    align-items: center;
}
.dm-toolbar__file-label {
    position: relative;
    cursor: pointer;
    margin: 0;
    display: inline-flex;
    align-items: stretch;
}
.dm-toolbar__file-input {
    position: absolute;
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    z-index: -1;
}
.dm-toolbar__hint {
    margin: 10px 0 0;
    font-size: 13px;
    color: #666;
}
.dm-toolbar .button-green:disabled,
.dm-toolbar .button-green[disabled] {
    opacity: 0.45;
    cursor: not-allowed;
}
.dm-filter-bar {
    margin-bottom: 20px;
    padding: 16px;
    background: #f5f9fa;
    border: 1px solid #d8eaec;
    border-radius: 4px;
}
.dm-filter-bar__row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 16px;
    align-items: flex-end;
    margin-bottom: 12px;
}
.dm-filter-bar__row--filters {
    align-items: flex-end;
}
.dm-filter-bar__row--search {
    align-items: flex-end;
}
.dm-filter-bar__row--submit-row {
    align-items: center;
    margin-bottom: 8px;
}
.dm-filter-bar__submit {
    min-height: 40px;
    padding: 0 28px;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.dm-filter-bar__field {
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-width: 160px;
}
.dm-filter-bar__field--wide {
    min-width: 260px;
    flex: 1 1 280px;
}
.dm-filter-bar__field--sort {
    min-width: 320px;
    flex: 1 1 320px;
}
.dm-filter-bar__label {
    font-size: 13px;
    font-weight: 600;
    color: #555;
}
.dm-filter-bar__input,
.dm-filter-bar__select {
    height: 36px;
    padding: 0 10px;
    border: 1px solid #c8d8da;
    border-radius: 4px;
    font-size: 14px;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
}
.dm-filter-bar__actions .button-green,
.dm-filter-bar__reset {
    min-width: auto;
    padding: 0 20px;
    font-size: 15px;
    min-height: 36px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    border-radius: 4px;
}
.dm-filter-bar__active-hint {
    margin: 0;
    font-size: 13px;
    color: #007a87;
}
.dm-bulk-toolbar {
    margin-bottom: 16px;
    padding: 14px 16px;
    background: #f8fbfb;
    border: 1px solid #cce8eb;
    border-radius: 4px;
}
.dm-bulk-toolbar__meta {
    margin: 0 0 10px;
    font-size: 15px;
}
.dm-bulk-toolbar__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}
.dm-bulk-toolbar__actions .button-green,
.dm-bulk-toolbar__actions .button-canceled {
    min-width: auto;
    width: auto;
    padding: 0 16px;
    font-size: 15px;
    min-height: 40px;
    max-height: none;
}

.dm-bulk-toolbar__actions button:disabled {
    opacity: 0.45;
    cursor: not-allowed;
    filter: grayscale(0.35);
}
.dm-bulk-toolbar__actions button.button-green:disabled {
    background: #9bb8bc !important;
    border-color: #9bb8bc !important;
    color: #fff !important;
}
.dm-bulk-toolbar__actions button.button-canceled:disabled {
    background: #e8ecee !important;
    border-color: #c5d0d4 !important;
    color: #8a9a9e !important;
}

.dm-table-scroll {
    max-height: 68vh;
    overflow: auto;
    border: 1px solid #d0e4e8;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(15, 60, 70, 0.06);
    -webkit-overflow-scrolling: touch;
}
.dm-table-scroll table {
    width: 100%;
    min-width: 1080px;
    margin: 0;
    border-collapse: separate;
    border-spacing: 0;
}
.dm-table-scroll thead th {
    vertical-align: top;
    position: sticky;
    top: 0;
    z-index: 2;
    background: #e8f4f6;
    color: #1a4a52;
    font-weight: 600;
    font-size: 14px;           /* чуть меньше — заголовки занимают меньше по ширине */
    line-height: 1.25;
    text-align: left;
    padding: 8px 8px;
    border-bottom: 1px solid #c5dde2;
    white-space: normal;       /* было nowrap — убрать перенос в одну строку */
    word-wrap: break-word;
    overflow-wrap: anywhere;
    max-width: 7.5rem;         /* подберите 6–9rem по вкусу; для отдельных колонок см. п.3 */
    box-shadow: 0 1px 0 #c5dde2;
}

.dm-table-scroll tbody td {
    padding: 10px 12px;
    border-bottom: 1px solid #eef4f6;
    font-size: 14px;
    line-height: 1.35;
    vertical-align: middle;
    color: #2c3e42;
}
.dm-table-scroll tbody tr:nth-child(even) {
    background: #fafcfd;
}
.dm-table-scroll tbody tr:hover {
    background: #f0f9fa;
}
.dm-table-scroll tbody tr:last-child td {
    border-bottom: none;
}
.dm-table-scroll .js-dm-row-checkbox {
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.dm-table-scroll .delivery-monitoring-comment-cell {
    max-width: 240px;
    word-break: break-word;
    white-space: normal;
}
.dm-btn-row-edit {
    font-size: 14px !important;
    padding: 0 10px !important;
    min-height: 36px !important;
    white-space: normal;
    line-height: 1.2;
}


.dm-modal {
    position: fixed;
    inset: 0;
    z-index: 9000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 16px;
    box-sizing: border-box;
}
.dm-modal.dm-modal--visible {
    display: flex !important;
}
.dm-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
}
.dm-modal__dialog {
    position: relative;
    z-index: 1;
    max-width: 640px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    background: #fff;
    border-radius: 8px;
    padding: 20px 22px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}
.dm-modal__title {
    margin: 0 0 10px;
    font-size: 20px;
}
.dm-modal__note,
.dm-modal__warning {
    font-size: 14px;
    color: #444;
    margin: 0 0 14px;
}
.dm-modal__warning {
    color: #8a4b00;
    background: #fff8e6;
    padding: 10px 12px;
    border-radius: 4px;
    border: 1px solid #f0e0b2;
}
.dm-modal__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}
.dm-modal__field {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 13px;
}
.dm-modal__field-caption {
    font-weight: 600;
    font-size: 13px;
    line-height: 1.35;
    color: #333;
}
.dm-modal__field-caption .dm-req {
    white-space: nowrap;
}
.dm-modal__field-caption--with-hint {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}
/* Подсказка в стиле админки Битрикс: «?» и всплывающий текст через title */
.delivery-monitoring .dm-field-hint {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: linear-gradient(180deg, #eef2f4 0%, #dfe6ea 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 1px 1px rgba(0, 0, 0, 0.08);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #4a5a62;
    cursor: help;
    vertical-align: middle;
    flex-shrink: 0;
}
.delivery-monitoring .dm-field-hint:hover,
.delivery-monitoring .dm-field-hint:focus-visible {
    background: linear-gradient(180deg, #e4ecf0 0%, #d0dce2 100%);
    color: #1f3d47;
    outline: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85), 0 0 0 2px rgba(13, 122, 138, 0.35);
}
.dm-modal__field--full {
    grid-column: 1 / -1;
}
.dm-modal__field input,
.dm-modal__field select,
.dm-modal__field textarea {
    font-weight: 400;
    padding: 8px 10px;
    border: 1px solid #c8d8da;
    border-radius: 4px;
    font-size: 14px;
}
.dm-modal__field > .dm-modal__hint {
    margin: -2px 0 0;
}
.dm-modal__hint {
    font-weight: 400;
    font-size: 12px;
    color: #666;
}
.dm-modal__footer {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
    
}

.dm-modal__footer button {
    min-height: auto;
    padding: 10px 20px;
    max-height: none;
}

.dm-req {
    color: #c00;
    font-weight: 700;
}

.delivery-monitoring {
    max-width: clamp(1440px, 84vw, 2440px);
    margin: 0 auto;
}

.delivery-monitoring .dm-table-history tr.dm-history-row--locked td {
    background: #e0e0e0;
    color: #555;
}
.delivery-monitoring .dm-history-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
}
.delivery-monitoring .dm-history-mark-delivered-form {
    margin: 0;
}

.delivery-monitoring .dm-history-actions button {
    font-size: 14px;
    line-height: 1.25;
}

.delivery-monitoring .dm-toolbar--history-export {
    margin-bottom: 16px;
}
.delivery-monitoring .dm-row--needs-planned-date {
    background: rgba(255, 243, 205, 0.45);
}
.delivery-monitoring .dm-qp-actions-cell {
    white-space: normal;
    min-width: 200px;
}
.delivery-monitoring .dm-qp-actions-cell .button-green,
.delivery-monitoring .dm-qp-actions-cell .button-canceled {
    display: inline-block;
    margin: 4px 6px 4px 0;
    vertical-align: middle;
}
.delivery-monitoring .dm-modal__note {
    margin: 0 0 14px;
    font-size: 13px;
    line-height: 1.45;
    color: #3a5a62;
}
#dm-modal-quality-plan .dm-modal__dialog--qp-wide {
    max-width: min(1320px, calc(100vw - 24px));
    width: 100%;
    padding: 18px 18px 16px;
}
#dm-modal-quality-plan .dm-qp-form-scroll {
    overflow: auto;
    margin-bottom: 12px;
    max-height: min(68vh, 620px);
    border: 1px solid #cfe1e5;
    border-radius: 10px;
    background: linear-gradient(180deg, #fbfefe 0%, #f5fbfc 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    scrollbar-gutter: stable both-edges;
}
#dm-modal-quality-plan .dm-qp-edit-table {
    width: max-content;
    min-width: 1240px;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 13px;
    background: #fff;
}
#dm-modal-quality-plan .dm-qp-edit-table th,
#dm-modal-quality-plan .dm-qp-edit-table td {
    padding: 9px 10px;
    vertical-align: top;
    border-right: 1px solid #dce9ec;
    border-bottom: 1px solid #dce9ec;
}
#dm-modal-quality-plan .dm-qp-edit-table th {
    background: #e8f4f6;
    font-weight: 600;
    text-align: left;
    position: sticky;
    top: 0;
    z-index: 2;
    white-space: nowrap;
    color: #1d4f58;
    box-shadow: 0 1px 0 #c5dde2;
}
#dm-modal-quality-plan .dm-qp-edit-table input[type="text"],
#dm-modal-quality-plan .dm-qp-edit-table select {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    min-height: 38px;
    font-size: 13px;
    border-radius: 6px;
    border: 1px solid #c6d8dd;
    background: #fff;
}
#dm-modal-quality-plan .dm-qp-edit-table .dm-qp-inp-name {
    min-width: 190px;
}
#dm-modal-quality-plan .dm-qp-edit-table .dm-qp-inp-desc,
#dm-modal-quality-plan .dm-qp-edit-table .dm-qp-inp-delay {
    min-width: 220px;
}
#dm-modal-quality-plan .dm-qp-edit-table .dm-qp-inp-ps,
#dm-modal-quality-plan .dm-qp-edit-table .dm-qp-inp-pe {
    min-width: 120px;
}
#dm-modal-quality-plan .dm-qp-fact-start,
#dm-modal-quality-plan .dm-qp-fact-end {
    min-width: 120px;
    background: #f4f8f9;
    color: #2a5f6a;
}
#dm-modal-quality-plan .dm-qp-edit-table th:first-child,
#dm-modal-quality-plan .dm-qp-edit-table td:first-child {
    position: sticky;
    left: 0;
    z-index: 1;
    min-width: 44px;
    text-align: center;
    background: #fff;
}
#dm-modal-quality-plan .dm-qp-edit-table th:first-child {
    z-index: 3;
    background: #e8f4f6;
}
#dm-modal-quality-plan .dm-qp-edit-table tbody tr:nth-child(even) td {
    background: #fbfdfe;
}
#dm-modal-quality-plan .dm-qp-edit-table tbody tr:hover td {
    background: #f3fafb;
}
#dm-modal-quality-plan .dm-qp-edit-table tbody tr:nth-child(even) td:first-child,
#dm-modal-quality-plan .dm-qp-edit-table tbody tr:hover td:first-child {
    background: inherit;
}
#dm-modal-quality-plan .dm-qp-form-scroll::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}
#dm-modal-quality-plan .dm-qp-form-scroll::-webkit-scrollbar-track {
    background: #eaf3f5;
    border-radius: 999px;
}
#dm-modal-quality-plan .dm-qp-form-scroll::-webkit-scrollbar-thumb {
    background: #afcdd3;
    border: 2px solid #eaf3f5;
    border-radius: 999px;
}
#dm-modal-quality-plan .dm-qp-form-scroll::-webkit-scrollbar-thumb:hover {
    background: #8fb7bf;
}

.dm-table-quality-plan button {
    font-size: 14px;
    line-height: 1.25;
}

/* End */
/* /local/templates/pm.supplier_portal/css/normalize.css?17756320317494 */
/* /local/templates/pm.supplier_portal/css/style.css?177563203178464 */
/* /local/templates/pm.supplier_portal/css/current_procedures.css?17756320313034 */
/* /local/templates/pm.supplier_portal/css/monitoring-personal.css?177563203115200 */
