/* Шрифт */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

/* обнуление стилей */

*{
    margin: 0px;
    padding: 0px;
}
body{
    font-family: Manrope;
}
a{
    list-style: none;
    text-decoration: none;
}
ul li {
    list-style: none;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

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

/* блокировка скрола при открытом бургере на мобилках */
body.active{
    overflow: hidden;
}
body.active2{
    overflow: hidden;
}
header.active{
    filter: blur(8px);
}
header.hm1GuiPopActive{
    filter: blur(8px);
}
main.active{
    filter: blur(8px);
}
main.hm1GuiPopActive{
    filter: blur(8px);
}
footer.active{
    filter: blur(8px);
}
footer.hm1GuiPopActive{
    filter: blur(8px);
}
a{
    text-decoration: none;
    list-style: none;
}

/* навигация */

nav{
    height: 72px;
    background-color: #5162FF05;
    border-bottom: 1px solid #D7D7DA;
	
	display: flex;
    align-items: center;
}
nav.active{
    z-index: 1;
    width: 100%;
    @media screen and (max-width: 600px) {
        position: fixed;
		top: 0;
    }
}
nav.active2{
    width: 100%;
    
    background-color: white;
    @media screen and (max-width: 601px) {
        position: fixed;
        z-index: 2;
    }
}
nav.navShow{
    z-index: 3;
}
.nav_content{
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
	align-items: center;
}
.nav_content_left{
    display: flex;
    align-items: center;
}
.alt_nav_content_left{
    width: 457px;
}
.alt_nav_content_left .nav_but1{
    margin-right: 0px;
}
.alt_nav_content_left .nav_but2{
    border-radius: 8px;
}
.nav_content_right{
    display: flex;
    justify-content: end;
}
.nav_oneHeihghtButBlock{
    display: flex;
    align-items: stretch;
}
button{
    font-family:  Manrope;
    border: none;
    background-color: #5162FF08;
    text-decoration: none;
    list-style: none;
    text-decoration-color: none ;
}
button:hover{
    cursor: pointer;
}
.nav_but1{
    width: 152px;
    height: 40px;
    border-radius: 8px;
    color: #5162FF;
    font-size: 16px;
    font-weight: 600;
    margin-right: 5px;
    transition: 0.3s;
}
.nav_but1:hover{
    background-color: #5162FF10;
}
.nav_but1:active{
    background-color: #5162FF18;
}
.nav_but2{
    min-height: 40px;
    max-width: 100%;
    border-radius: 8px 0px 0px 8px;
    color: #5162FF;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s;
    margin-right: 5px;

    padding-left: 13px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.nav_but2:hover{
    background-color: #5162FF10;
}
.nav_but2:active{
    background-color: #5162FF18;
}
.alt_nav_but2{
    border-radius: 8px;
}
.nav_but3{
    width: 40px;
    height: 40px;
    border-radius: 0px 8px 8px 0px;
    color: #5162FF;
    font-size: 16px;
    font-weight: 600;
    margin-right: 5px;
	margin-left: -3px;
    transition: 0.3s;
    position: relative;
}
.nav_but3:hover{
    background-color: #5162FF10;
}
.nav_but3:active{
    background-color: #5162FF18;
}
.nav_but4{
    width: 137px;
    height: 40px;
    border-radius: 8px;
    color: #5162FF;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s;
	margin-right: 4px;
}
.nav_but4:hover{
    background-color: #5162FF10;
}
.nav_but4:active{
    background-color: #5162FF18;
}
.nav_but5{
    background-color: #FF3B300F;
    height: 40px;
    border-radius: 8px;
    color: #FF3B30;
    font-size: 16px;
    font-weight: 600;
    margin-right: 5px;
    transition: 0.3s;
	max-width: 110px;
    position: relative;
}
p{
    font-size: 14px;
}

.nav_helpMenu{
    position: absolute;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 14px;
    background: #04061B;
    border-radius: 16px 0px 16px 16px;
    font-size: 16px;
    font-weight: 400;
    margin-top: 18px;
    right: 0px;
    z-index: 99;
    max-width: 240px;
    width: max-content;
    padding-bottom: 14px;
	text-align: left;
    display: none;
}
.nav_but5.active .nav_helpMenu{
    display: block;
}

.nav_but6{
    width: 166px;
    height: 40px;
    border-radius: 8px;
    color: #5162FF;
    font-size: 16px;
    font-weight: 600;
    margin-right: 5px;
    transition: 0.3s;
}
.nav_but6:hover{
    background-color: #5162FF10;
}
.nav_but6:active{
    background-color: #5162FF18;
}
.nav_but7{
    width: 40px;
    height: 40px;
    border-radius: 8px;
    color: #5162FF;
    font-size: 16px;
    font-weight: 600;
    margin-right: 5px;
    transition: 0.3s;
}
.nav_but7:hover{
    background-color: #5162FF10;
}
.nav_but7:active{
    background-color: #5162FF18;
}
.nav_but8{
    width: 40px;
    height: 40px;
    border-radius: 8px;
    color: #5162FF;
    font-size: 16px;
    font-weight: 600;
    margin-right: 5px;
    position: relative;
    transition: 0.3s;
}
.nav_but8:hover{
    background-color: #5162FF10;
}
.nav_but8:active{
    background-color: #5162FF18;
}
.notificationsCNT{
    position: absolute;
    height: 17px;
    color: white;
    padding-left: 6px;
    padding-right: 6px;
    background: #FF3B30;
    border-radius: 50px;
    font-size: 12px;
    margin-left: 25px;
    top: 8px;
    font-weight: 600;
}
.notificationsCNT_menu{
    position: absolute;
    height: 17px;
    color: white;
    padding-left: 6px;
    padding-right: 6px;
    background: #FF3B30;
    border-radius: 50px;
    font-size: 12px;
    right: 5px;
    top: 13px;
    font-weight: 600;
}
.nav_but9{
    width: 40px;
    height: 40px;
    border-radius: 8px;
    color: #5162FF;
    font-size: 16px;
    font-weight: 600;
    margin-right: 5px;
    transition: 0.3s;
}
.nav_but9:hover{
    background-color: #5162FF10;
}
.nav_but9:active{
    background-color: #5162FF18;
}
.nav_but10{
    width: 40px;
    height: 40px;
    border-radius: 8px;
    color: #5162FF;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s;
}
.nav_but10:hover{
    background-color: #5162FF10;
}
.nav_but10:active{
    background-color: #5162FF18;
}
a{
    text-decoration: none;
    list-style: none;
}
a:hover{
    cursor: pointer;
}
.nav_but1 img{
    width: 20px;
    height: 18px;
    margin-left: 5px;
    
}
.nav_but2 img{
    width: 16px;
    height: 18px;
    margin-right: 7px;
}
.nav_but3 img{
    width: 14px;
    height: 8px;
    
}
.nav_but5 img{
    width: 16px;
    height: 16px;
    margin-top: 2px;
	margin-left: 5px;
}

.nav_but6 img{
    width: 19px;
    height: 17px;
    margin-top: 1px;
}

.nav_but7 img{
    width: 20px;
    height: 20px;
    padding-top: 5px;
}
.nav_but8 img{
    width: 20px;
    height: 20px;
    padding-top: 5px;
}
.nav_but9 img{
    width: 20px;
    height: 20px;
    padding-top: 5px;
}
.nav_but10 img{
    width: 20px;
    height: 20px;
    padding-top: 5px;
}
.nav_but1 div{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 85%;
}
.nav_but2 div{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 85%;
	
	align-items: center;
    width: fit-content;
    max-width: 100%;
}
.nav_but2 p{
    text-align: left;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    /*-------*/

    max-height: 57px;
    -webkit-line-clamp: 3; 
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    overflow: hidden;
}
.nav_but4 div{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 85%;
}
.nav_but5 div{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    text-wrap: nowrap;
}
.nav_but6 div{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 82%;
}

/*бургер меню*/

.burgerMenu{
    width: 40px;
    height: 40px;
    background-color: #5162FF08;
    display: none;
    border-radius: 8px;
    position: relative;
} 

.burgerItem1{
    width: 50%;
    height: 2px;
    background-color: #5162FF;
    transition: 0.2s;
    margin: 0 auto;
    margin-top: 13px;
    border-radius: 50px;
}
.burgerItem1.active{
    transform: rotate(45deg);
    position: absolute;
    transition: 0.5s;
    margin-top: 19px;
    margin-left: 10px;
}
.burgerItem2{
    width: 50%;
    height: 2px;
    margin: 0 auto;
    margin-top: 4px;
    background-color: #5162FF;
    transition: 0.3s;
    border-radius: 50px;
}
.burgerItem2.active{
    display: none;
    opacity: 0;

}
.burgerItem3{
    width: 50%;
    height: 2px;
    margin: 0 auto;
    margin-top: 4px;
    background-color: #5162FF;
    transition: 0.2s;
    border-radius: 50px;
}
.burgerItem3.active{
    transform: rotate(-45deg);
    transition: 0.5s;
    margin-top: 19px;
}

/*мобильное меню*/
.nav_content_mobile{
    position: fixed;
    right: 120%;
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: 100%;
    top: 73px;
    transition: 0.3s;
    z-index: 10;
}
.nav_content_mobile.active{
    display: block;
    right: 0%;
}
.nav_content_mobile_block{
    width: 90%;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.nav_content_mobile_block2{
    background-color: white;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.nav_content_mobile_block2.active{
    display: block;
}
.nav_content_mobile_block2 .content{
    width: 90%;
    height: 100%;
    margin: 0 auto;
    background-color: white;
    position: relative;
}
.nav_content_mobile .item{
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}
#nav_content_mobile_block_block_close{
    margin-top: 26px;
}
.nav_content_mobile .item button{
    width: 100%;
    height: 40px;
    border-radius: 8px;
    color: #5162FF;
    font-size: 16px;
    font-weight: 600;
    margin-right: 5px;
    background-color: white;
	position: relative;
	text-align: left;
}
.nav_content_mobile .item div{
    display: flex;
    margin: 0 auto;
    width: 85%;
}
.nav_content_mobile .item button img{
    width: 20px;
    height: 18px;
    margin-top: 1px;
}
.nav_content_mobile .item button p{
    margin-left: 10px;
}

.nav_content_mobile_exit{
    position: absolute;
    width: 100%;
    bottom: 110px;
}
.nav_content_mobile_exit button{
    width: 100%;
    height: 40px;
    color: #5162FF;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    transition: 0.3s;
}
.nav_content_mobile_exit button:hover{
    background-color: #5162FF10;
}
.nav_content_mobile_exit button:active{
    background-color: #5162FF17;
}
.nav_content_mobile_exit div{
    display: flex;
    justify-content: center;
}
.nav_content_mobile_exit p{
    margin-left: 6px;
}
.nav_but3.active .nav_but3_selectMenu{
    display: block;
}
.nav_but3_selectMenu{
    width: 290px;
    position: absolute;
    color: black;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0px 4px 15px 0px #21272C26;
    margin-top: 15px;
    padding: 10px;
    display: none;
    left: -157px;
    z-index: 10;
}
.nav_but3_selectMenu div{
    display: flex;
    color: #5162FF;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-radius: 8px;
    transition: 0.3s;
	text-align: left;
}
.nav_but3_selectMenu img{
    width: 20px;
    height: 20px;
}
.nav_but3_selectMenu p{
    margin-left: 10px;
    color: rgba(4, 6, 27, 1);
    font-size: 14px;
    font-weight: 400;
}
.nav_but3_selectMenu_but2{
    display: flex;
    margin-top: 2px;
    color: #5162FF;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-radius: 8px;
    transition: 0.3s;
}
.nav_but3_selectMenu div:hover{
    background-color: rgba(81, 98, 255, 0.03);
    transition: 0.3s;
}
.nav_but3_selectMenu div:active{
    background-color: #5162FF18;
}
.nav_but3_selectMenu_but2:hover{
    background-color: rgba(81, 98, 255, 0.03);
    transition: 0.3s;
}
.nav_but3_selectMenu_but2:active{
    background-color: #5162FF18;
}
#nav_mobile_p_back{
    margin-top: 10px;
}
.nav_content_mobile .item2{
    max-height: 500px;
    overflow-y: auto;
}

/* главный блок */

/* block1 */

.block1{
    background-color: #5162FF05;
    padding-top: 20px;
}
.block1::-webkit-scrollbar {
    width: 0;
}
.block1_content{
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
}
.block1 .block1_content .block1_body{
    display: flex;
    width: 100%;
}
.block1 .block1_content .block1_body p{
    margin-right: 10px;
    color: black;
    font-size: 12px;
    transition: 0.2s;
}
.block1 .block1_content .block1_body p.noLink:hover{
    color: black !important;
    cursor: auto !important;
}
.block1 .block1_content .block1_body p:hover{
    color: #5162FF;
    cursor: pointer;
}
.block1 .block1_content .block1_body img{
    margin-right: 10px;
}
.block1 .block1_content .block1_body .othercompanies{
    border-radius: 5px;
}

/* hm1_block2 */

.block2{
    background-color: #5162FF05;
    padding-top: 20px;
    padding-bottom: 15px;
}
.block2 .block2_content{
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    max-width: 1440px;
}
.block2 .hm3_block2_content{
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    max-width: 1440px;
}
.block2 .block2_content .button1{
    width: 135px;
    height: 45px;
    border-radius: 8px;
    color: #5162FF;
    font-size: 16px;
    font-weight: 600;
    margin-right: 5px;
    margin-top: 10px;
    transition: 0.3s;
}
.block2 .block2_content .button1:hover{
    background-color: #5162FF10;
}
.block2 .block2_content .button1:active{
    background-color: #5162FF18;
}
.block2 .block2_content .button1 div{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 80%;
}
.block2 .block2_content .button1 img{
    width: 17px;
    height: 20px;

}
.block2 .block2_content .addPositionRubric{
    background-color: rgba(81, 98, 255, 1);
    padding-left: 20px;
    padding-right: 20px;
    height: 45px;
    display: flex;
    align-items: center;
    margin-top: 10px;
    border-radius: 8px;
    margin-right: 10px;
    transition: 0.3s;
}
.block2 .block2_content .addPositionRubric:hover{
    background-color: rgba(113, 127, 255, 1);
}
.block2 .block2_content .addPositionRubric:active{
    background-color: rgba(121, 134, 252, 1);
}
.block2 .block2_content .addPositionRubric img {
    width: 20px;
    height: 20px;
}
.block2 .block2_content .addPositionRubric p {
    color: white;
    margin-left: 10px;
}

.block2 .block2_content h1{
    font-size: 32px;
}

/* block3 */

.block3{
    background-color: #5162FF05;
}
.block3 .block3_content{
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
    border-bottom: 2px solid #D7D7DA;
}
.block3 .block3_content .block3_content_body{
    display: flex;
}
.block3 .block3_content .block3_content_body p{
    font-size: 14px;
    font-weight: 400;
    color: #5F606D;
}


.block3 .block3_content .block3_content_body button{
    height: 50px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #ffffff00;
    font-size: 14px;
    font-weight: 400;
    color: #5F606D;
}
.block3 .block3_content .block3_content_body button.active{
    box-shadow: 0px 2px 0px 0px #5162FF;
}
.block3 .block3_content .block3_content_body button.active p{
    font-weight: 600;
    color: black;
    font-size: 14px;
}

/* block5 */
.block5{
    padding-top: 25px;
}
.block5 .block5_content{
    width: 721px;
    margin:  0 auto;
    background-color: #F7F7F8;
    border-radius: 24px;
    padding-bottom: 50px;
    padding-top: 50px;
}
.block5 .block5_content_body{
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
.block5 .block5_content_body Button{
    width: 179px;
    height: 48px;
    border-radius: 8px;
    color: white;
    font-size: 14px;
    font-weight: 600;
    background-color: #5162FF;
    margin-top: 40px;
    transition: 0.3s;
}
.block5 .block5_content_body Button:hover{
    background-color: #717FFF;
}
.block5 .block5_content_body Button:active{
    background-color: #8591ff;
}
.block5 .block5_content_body .block5_button{
    display: flex;
    justify-content: space-between;
    width: 85%;
    margin: 0 auto
}
.block5 .block5_content_body .block5_button p{
    margin: 0px;
	color: white;
}
.block5 .block5_content_body h1{
    font-size: 24px;
    font-weight: 600;
}
.block5 .block5_content_body p{
    font-size: 14px;
    font-weight: 400;
    color: #5F606D;
    margin-top: 15px;
}

/* Footer */

footer{
    border-top: 1px solid #F0F0F2;
    padding-bottom: 20px;
}
.ft_fixed{
    position: fixed;
    bottom: 0;
    width: 100%;
}
.footer_content.selectActive{
    @media screen and (max-width: 426px) {
        padding-bottom: 100px;
    }
}
.footer_content{
    width: 90%;
    margin: 0 auto;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    max-width: 1440px;
}
.footer_logo{
    display: flex;
    width: 187px;
}
.footer_content_block1{
    display: flex;
}
.footer_content_block1 a{
    display: block;
    width: max-content;
}
.footer_content_block2{
    display: flex;
}
.footer_h1{
    margin-left: 5px;
    font-size: 18px;
    font-weight: 600;
    margin-top: 9px;
}
.footer_p{
    font-size: 16px;
    font-weight: 400;
    margin-left: 30px;
    margin-top: 10px;
    color: black;
}
.footer_p:hover{
    text-decoration: underline;
}
.footer_img{
    width: 40px;
    height: 40px;
    margin-left: 8px;
}

/* попап создать документ */

/* шапка попапа */
.popupPage{
    width: 100%;
    height: 100%;
    background-color: #04061B08;
    position: fixed;
    top: 0;
    display: none;

    overflow: auto;
    @media screen and (max-width: 601px) {
        overflow:hidden ;
    }
}
.popupPage.active{
    display: block;
}
.popupPage.blur{
    filter: blur(8px);
}
.PopupMain{
    width: 485px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    background-color: white;
    border-radius: 24px;
    top: calc(50% - 270px);

    @media screen and (max-height: 545px) {
        top: 5%;
    }
}
.PopupMain__{
    width: 100%;
    height: 100%;
    background-color: rgba(4, 6, 27, 0.16);
    position: fixed;
    top: 0;
    padding-top: 72px;
    overflow-y: auto;
    z-index: 1;
}
.PopupMain .container{
    position: relative;
    padding-bottom: 120px;
}
.PopupMain .PopupHeader{
    width: 485px;
    background-color: #5162FF05;
    border-radius: 24px 24px 0px 0px;
    border-bottom: 1px solid #D7D7DA;
}
.PopupMain .PopupHeader .block{
    display: flex;
    justify-content: space-between;
    width: 85%;
    margin: 0 auto;
}
.PopupMain .PopupHeader h1{
    font-size: 20px;
    font-weight: 600;
	padding: 25px 0;
	text-align: left;
}
.PopupMain .PopupHeader img{
    margin-top: 30px;
}
.PopupMain .PopupBody h2{
	font-size: 16px;
    color: rgba(4, 6, 27, 1);
    font-weight: 600;
	text-align: left;
}
.PopupMain .PopupBody p{
	text-align: left;
}
.PopupMain .closeMobile{
    display: none;
}
.PopupMain .PopupBody .block{
    display: flex;
    flex-direction: column;
    width: 85%;
    margin: 0 auto;
	margin-top: 10px;
}
.PopupMain .PopupBody .borderBlock .block{
	width: 95%;
}
.PopupMain .PopupBody .errorText{
    display: flex;
    flex-direction: column;
    width: 85%;
	margin: 30px auto;
}
.PopupMain .PopupBody .errorText a{
	color: #717FFF;
}
.PopupMain .PopupBody .errorText img{
	width: 350px;
    margin: 10px 0;
}

.PopupMain .PopupBody .PopupText{
	margin-top: 20px;
}
.PopupMain .PopupBody .PopupText a{
	text-decoration: none;
    color: #717FFF;
	border-bottom: 1px dashed #717FFF;
}
.PopupMain .PopupBody .PopupText a:hover{
	border-bottom: 0px;
}
.PopupMain .PopupBody .PopupText .errorShow{
	color: rgba(235, 87, 87, 1);
}
.PopupMain .PopupBody .PopupText .addPoint{
	border-bottom: 1px dashed;
    color: #5162FF;
}
.PopupMain .PopupBody .PopupText .addPoint:hover{
	border-bottom: 0;
}

/* попап инпут */

.PopupMain .PopupBody .PopupInput{
    width: 100%;
    padding: 0px;
	margin-top: 20px;
}
.PopupMain .PopupBody .borderBlock .PopupInput{
	margin-top: 5px;
}
.PopupMain .PopupBody .PopupInput input{
    height: 39px;
    border-radius: 8px;
    border: 1px solid #D7D7DA !important;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    width: calc(100% - 40px);
    position: relative;
    outline-color: black;
}
input[list="items"]::-webkit-calendar-picker-indicator {
  display: none !important;
}
input[list="2items"]::-webkit-calendar-picker-indicator {
  display: none !important;
}
input[list="suppliers"]::-webkit-calendar-picker-indicator {
  display: none !important;
}
input[list="2suppliers"]::-webkit-calendar-picker-indicator {
  display: none !important;
}
.PopupMain .PopupBody .PopupInput.Short{
	margin-top: 0px;
}
.PopupMain .PopupBody .PopupInput.Short input{
	width: 30px;
	padding: 5px 20px;
    margin-top: -3px;
	margin-right: 10px;
    height: auto;
}
.PopupMain .PopupBody .PopupInput.error input{
    border-color: rgba(235, 87, 87, 1) !important;
    outline-color: rgba(235, 87, 87, 1) !important;
}
.PopupMain .PopupBody .PopupInput.error .info{
    display: block;
}
.PopupMain .PopupBody .PopupInput label {
    display: block;
    position: absolute; 
    color: #5F606D; 
    transform: translate(20px, -38px);
    font-size: 14px;
    font-weight: 400;
    transition: 0.3s; 
    pointer-events: none;
}
.PopupMain .PopupBody .PopupInput input:focus + label, 
.PopupMain .PopupBody .PopupInput input:not(:placeholder-shown) + label { 
    font-size: 12px; 
    transform: translate(20px, -46px); 
}

.PopupMain .PopupBody .PopupInput .info{
    font-size: 12px;
    color: rgba(235, 87, 87, 1);
    text-align: left;
    margin-top: 8px;
    display: none;
}
.PopupMain .PopupBody .PopupInput .info.error{
    display: block;
}

/* селект */

.PopupMain .PopupBody .PopupSelect{
    width: 100%;
    position: relative;
	margin-top: 20px;
}
.PopupMain .PopupBody .PopupSelect select{
    width: 100%;
    height: 56px;
    border-radius: 8px;
    border: 1px solid #D7D7DA !important;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    font-size: 14px;
    font-weight: 400;

    -moz-appearance:none;
    -webkit-appearance:none; 
    appearance:none;

    outline-color: black;
}
.PopupMain .PopupBody .PopupSelect select:hover {
    cursor: pointer;
}
.PopupMain .PopupBody .PopupSelect.error select{
    border-color: rgba(235, 87, 87, 1) !important;
    outline-color: rgba(235, 87, 87, 1) !important;
}
.PopupMain .PopupBody .PopupSelect img{
    position: absolute;
    right: 20px;
    top: 25px;
	pointer-events: none;
}
.PopupMain .PopupBody .PopupSelect .delPoint img {
    pointer-events: auto;
	margin-top: -4px;
}
.PopupMain .PopupBody .PopupSelect .delDateFakt img {
    pointer-events: auto;
	margin-top: -4px;
}
.PopupMain .PopupBody .PopupSelect .delDatePlan img {
    pointer-events: auto;
	margin-top: -4px;
}
.PopupMain .PopupBody .PopupSelect label {
    display: block;
    position: absolute; 
    color: #5F606D; 
    transform: translate(20px, -46px);
    font-size: 12px;
    font-weight: 400;
    transition: 0.3s; 
    pointer-events: none;
}
.PopupMain .PopupBody .PopupSelect .info{
    font-size: 12px;
    color: rgba(235, 87, 87, 1);
    text-align: left;
    margin-top: 8px;
    display: none;
}
.PopupMain .PopupBody .PopupSelect.error .info{
    display: block;
}

/* PopupSelectHourMinute */

.PopupMain .PopupBody .PopupSelectHourMinute{
    display: flex;
    justify-content: space-between;
}
.PopupMain .PopupBody .PopupSelectHourMinute div{
    width: 48%;
    position: relative !important;
}
.PopupMain .PopupBody .PopupSelectHourMinute select{
    width: 100%;
    margin-top: 20px;
    height: 56px;
    border-radius: 8px;
    border: 1px solid #D7D7DA !important;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    font-size: 14px;
    font-weight: 400;

    -moz-appearance:none;
    -webkit-appearance:none; 
    appearance:none;

    outline-color: black;
	color: #5F606D;
}
.PopupMain .PopupBody .PopupSelectHourMinute label{
    display: block;
    position: absolute;
    color: #5F606D;
    transform: translate(20px, -46px);
    font-size: 12px;
    font-weight: 400;
    transition: 0.3s;
    pointer-events: none;
}
.PopupMain .PopupBody .PopupSelectHourMinute img{
    position: absolute;
    right: 20px;
    top: 45px;
}
.PopupMain .PopupBody .PopupSelectHourMinute .error select {
    border-color: rgba(235, 87, 87, 1) !important;
    outline-color: rgba(235, 87, 87, 1) !important;
}

/* textarea */

.PopupMain .PopupBody .PopupTextarea{
    width: 100%;
    padding: 0px;
	margin-top: 20px;
}
.PopupMain .PopupBody .borderBlock .PopupTextarea{
    width: 85%;
    margin: 0 auto;
	margin-top: 20px;
}
.PopupMain .PopupBody .PopupTextarea textarea{
    height: 104px;
    border-radius: 8px;
    padding-left: 20px;
    padding-right: 20px;
    resize : none;
    width: calc(100% - 40px);

    font-size: 14px;
    outline-color: black;
    
    border: 0;
    border-top: 23px solid white;
    box-shadow: 0 0 0 1px #D7D7DA;
}
.PopupMain .PopupBody .PopupTextarea.error textarea{
    box-shadow: 0 0 0 1px rgba(235, 87, 87, 1) !important;
    outline-color: rgba(235, 87, 87, 1) !important;
}
.PopupMain .PopupBody .PopupTextarea textarea::-webkit-scrollbar {
    width: 0;
}
.PopupMain .PopupBody .PopupTextarea label {
    display: block;
    position: absolute; 
    color: #5F606D; 
    transform: translate(20px, -120px);
    font-size: 14px;
    font-weight: 400;
    transition: 0.3s; 
    pointer-events: none;
}
.PopupMain .PopupBody .PopupTextarea textarea:focus + label, 
.PopupMain .PopupBody .PopupTextarea textarea:not(:placeholder-shown) + label { 
    font-size: 12px; 
    transform: translate(20px, -125px); 
}
.PopupMain .PopupBody .PopupTextarea .info{
    font-size: 12px;
    color: rgba(235, 87, 87, 1);
    text-align: left;
    margin-top: 8px;
    display: none;
}
.PopupMain .PopupBody .PopupTextarea.error .info{
    display: block;
}

/* radiobutton */

.PopupMain .PopupBody .PopupRadio{
	margin-top: 20px;
}

.PopupMain .PopupBody .PopupRadio label{
	display: inherit;	
	cursor: pointer;
}
.PopupMain .PopupBody .PopupRadio p{
	color: rgba(4, 6, 27, 1);
    /*font-size: 16px;
    font-weight: 600;*/
    margin-left: 10px;
    margin-top: -1px;	
}
.PopupMain .PopupBody .PopupRadio p span{
	font-weight: normal;
}
.PopupMain .PopupBody .Content{
	display: flex;
    margin-top: 20px;
}
.PopupMain .PopupBody .Content div{
	display: flex;
	margin-right: 20px;
}
.PopupMain .PopupBody .PopupRadio.Column .Content{
	display: inherit;
}
.PopupMain .PopupBody .PopupRadio.Column label{
	margin-bottom: 10px;
}
.PopupMain .PopupBody .PopupRadio .info{
    font-size: 12px;
    color: rgba(235, 87, 87, 1);
    text-align: left;
    margin-top: 8px;
    display: none;
}
.PopupMain .PopupBody .PopupRadio.error .info{
    display: block;
	margin-left: 0px;
}

.PopupMain .PopupBody .PopupRadio.error input[type=radio] {
	border-color: rgba(235, 87, 87, 1);
}

/* checkbox */

.PopupMain .PopupBody .PopupCheckbox {
    width: 100%;
    margin-top: 3px;
    padding: 0px;
}

.PopupMain .PopupBody .PopupCheckbox .content {
	width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 62px;
}

/*.PopupMain .PopupBody .PopupCheckbox .content label {
	display: contents;
}*/

.PopupMain .PopupBody .PopupCheckbox .content .js-notifications_checkbox {
	min-width: 18px;
    min-height: 18px;
    text-align: center;
    border: 2px solid rgba(95, 96, 109, 1);
    background-color: white;
    border-radius: 8px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.PopupMain .PopupBody .PopupCheckbox .content .js-notifications_checkbox.checked{
    background-color: rgba(81, 98, 255, 1);
    border: 2px solid rgba(81, 98, 255, 1);
}
.PopupMain .PopupBody .PopupCheckbox .content input[type="checkbox"] {
	position: absolute;
    top: -2px;
    left: -2px;
    width: 22px;
    height: 22px;
    opacity: 0;
}
.PopupMain .PopupBody .PopupCheckbox .content .input {
	position: relative;
    margin-left: 10px;
}
.PopupMain .PopupBody .PopupCheckbox .content .input input {
	height: 40px;
    border-radius: 8px;
    border: 1px solid #D7D7DA !important;
    background-color: field;
    font-size: 14px;
    padding-left: 35px;
    width: 35px;
    outline-color: black;
}
.PopupMain .PopupBody .PopupCheckbox .content .input.error input {
	border-color: rgba(235, 87, 87, 1) !important;
	outline-color: #EB5757;
}
.PopupMain .PopupBody .PopupCheckbox .content .input input:disabled {
	background-color: light-dark(rgba(239, 239, 239, 0.3), rgba(59, 59, 59, 0.3));
}
.PopupMain .PopupBody .PopupCheckbox .content .input label {
	position: absolute;
    left: 15px;
    top: 13px;
    color: rgba(95, 96, 109, 1);
    font-size: 12px;
    pointer-events: none;
	display: block;
}
.PopupMain .PopupBody .PopupCheckbox .info{
    font-size: 12px;
    color: rgba(235, 87, 87, 1);
    text-align: left;
    margin-top: 8px;
    display: none;
}
.PopupMain .PopupBody .PopupCheckbox.error .info{
    display: block;
}
.PopupMain .PopupBody .PopupCheckbox.error .slider {
    background-color: rgba(235, 87, 87, 1);
}
.PopupMain .PopupBody .PopupCheckbox .content .input .info {
	font-size: 12px;
    color: rgba(235, 87, 87, 1);
    text-align: left;
    margin-top: 8px;
    display: none;
}
.PopupMain .PopupBody .PopupCheckbox .content .input.error .info {
	display: block;
    position: fixed;
}
.PopupMain .PopupBody .PopupCheckbox .content2 .item, .PopupMain .PopupBody .PopupCheckbox .content2 .item2{
    width: 100%;
    background-color: rgba(249, 250, 255, 1);
    padding-top: 13px;
    padding-bottom: 13px;
    transition: 0.3s;
    margin-top: 5px;
    font-size: 14px;
}
.PopupMain .PopupBody .PopupCheckbox .content2 .item:first-child, .PopupMain .PopupBody .PopupCheckbox .content2 .item2:first-child{
    border-radius: 8px 8px 0px 0px;
}
.PopupMain .PopupBody .PopupCheckbox .content2 .item:last-child, .PopupMain .PopupBody .PopupCheckbox .content2 .item2:last-child{
    border-radius: 0px 0px 8px 8px;
}
.PopupMain .PopupBody .PopupCheckbox .content2 .item .block, .PopupMain .PopupBody .PopupCheckbox .content2 .item2 .block{
    width: 95%;
    margin: 0 auto;
    display: flex;
	align-items: center;
	flex-direction: unset;
}
.PopupMain .PopupBody .PopupCheckbox .content2 .item .block .left, .PopupMain .PopupBody .PopupCheckbox .content2 .item2 .block .left{
    display: flex;
    align-items: center;
    width: 100%;
}
.PopupMain .PopupBody .PopupCheckbox .content2 .item .block .left .js-edit_input{
    display: none;
    width: 100%;
    background-color: white;
    border-radius: 8px;
    height: 38px;
    outline: none;
    border: none;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #D7D7DA;
    margin-right: 10px;
}
.PopupMain .PopupBody .PopupCheckbox .content2 .item .block .right{
    display: flex;
    align-items: center;
}
.PopupMain .PopupBody .PopupCheckbox .content2 .item .block .right1{
    display: flex;
    align-items: center;
}
.PopupMain .PopupBody .PopupCheckbox .content2 .item .block .right button {
    background-image: url(/img/v2/main/edit-01.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    width: 40px;
    height: 40px;
    background-color: rgba(81, 98, 255, 0.03);
    border-radius: 8px;
    transition: 0.3s;
}
.PopupMain .PopupBody .PopupCheckbox .content2 .item .block .right.btn2 button {
	background-image: none;
}
.PopupMain .PopupBody .PopupCheckbox .content2 .item .block .right.btn2 button:first-child {
    margin-right: 5px;
	display: block;
    background-image: url(/img/v2/main/edit-01.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
}
.PopupMain .PopupBody .PopupCheckbox .content2 .item .block .right button:hover{
    background-color: rgba(81, 98, 255, 0.05);
}
.PopupMain .PopupBody .PopupCheckbox .content2 .item .block .right button:active{
    background-color: rgba(81, 98, 255, 0.07);
    transition: 0s;
}
.PopupMain .PopupBody .PopupCheckbox .content2 .item .block .right button img{
    transform: rotate(90deg);
    margin-top: 3px;
    transition: 0.3s;
}
/*.PopupMain .PopupBody .PopupCheckbox .content2 .item.active .block .right button img{
    transform: rotate(180deg);
    margin-top: 5px;
}*/

.PopupMain .PopupBody .PopupCheckbox .content2 .item.editing .block button:first-child{
    background-color: #5162FF;
    background-image: url(/img/v2/main/check.svg);
    background-size: 20px;
}
.PopupMain .PopupBody .PopupCheckbox .content2 .item.editing .block .right.btn2 button:first-child{
    background-color: #5162FF;
    background-image: url(/img/v2/main/check.svg);
    background-size: 20px;
}
.PopupMain .PopupBody .PopupCheckbox .content2 .item.editing .block button:first-child:hover{
    background-color: #6070fd;
    background-size: 22px;
}
.PopupMain .PopupBody .PopupCheckbox .content2 .item.editing .block button:active{
    background-color: #7583fd;
    transition: 0.1s;
    background-size: 15px;
}
.PopupMain .PopupBody .PopupCheckbox .content2 .item.editing .block .left p{
    display: none;
}
.PopupMain .PopupBody .PopupCheckbox .content2 .item.editing .block .left .js-edit_input{
    display: block;
}
.PopupMain .PopupBody .PopupCheckbox .content2 .item .block .left .js-edit_input{
    display: none;
    width: 100%;
    background-color: white;
    border-radius: 8px;
    height: 38px;
    outline: none;
    border: none;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #D7D7DA;
    margin-right: 10px;
}
.PopupMain .PopupBody .PopupCheckbox .content2 .item .block .left .js-edit_input:focus{
    border: 1px solid #5162FF;
}

.PopupMain .PopupBody .PopupCheckbox .content2 .item .block .right1 .js-edit_input{
    width: 15px;
    background-color: white;
    border-radius: 8px;
    height: 25px;
    outline: none;
    border: none;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #D7D7DA;
    margin-right: 10px;
}
.PopupMain .PopupBody .PopupCheckbox .content2 .item .block .right1 .js-edit_input:focus{
    border: 1px solid #5162FF;
}

.PopupMain .PopupBody .PopupCheckbox .content2 .item .block .checkbox1{
    min-width: 18px;
    min-height: 18px;
    width: 18px;
    height: 18px;
    text-align: center;
    border: 2px solid rgba(95, 96, 109, 1);
    background-color: white;
    border-radius: 8px;
    margin-right: 10px;

    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.PopupMain .PopupBody .PopupCheckbox.error .content2 .item .block .checkbox1{
    border-color: rgba(235, 87, 87, 1);
}
.PopupMain .PopupBody .PopupCheckbox .content2 .item .block .checkbox1.checked{
    background-color: rgba(81, 98, 255, 1);
    border: 2px solid rgba(81, 98, 255, 1);
}
.PopupMain .PopupBody .PopupCheckbox .content2 .item .block .checkbox1 input{
    position: absolute;
    top: -2px;
    left: -2px;
    width: 22px;
    height: 22px;
    opacity: 0;
}
.PopupMain .PopupBody .PopupCheckbox .content2 .item .block .checkbox1 input:hover{
    cursor: pointer;
}
.PopupMain .PopupBody .PopupCheckbox .content2 .item:hover{
    cursor: pointer;
}
.PopupMain .PopupBody .PopupCheckbox .content2 .item.active{
    background-color: rgba(245, 246, 255, 1);
}
.PopupMain .PopupBody .PopupCheckbox .content2 .item.active .checkbox1{
    background-color: rgba(81, 98, 255, 1);
    border: 2px solid rgba(81, 98, 255, 1);
}
.PopupMain .PopupBody .PopupCheckbox .content2 .info{
    color: rgba(235, 87, 87, 1);
    text-align: left;
	font-size: 12px;
    margin-top: 8px;
}

.PopupMain .PopupBody .PopupCheckbox .information{
    background-color: rgba(255, 204, 0, 0.1);
    border-radius: 8px;
    border: 1px solid rgba(255, 204, 0, 1);
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 10px;
	display:none;
}
.PopupMain .PopupBody .PopupCheckbox .information .icon{
    min-width: 16px;
    min-height: 16px;
    background-image: url(/img/v2/main/attention.svg);
}
.PopupMain .PopupBody .PopupCheckbox .information p{
    margin-left: 10px;
    line-height: 18px;
    font-size: 12px;
    color: rgba(4, 6, 27, 1);
}
.PopupMain .PopupBody .PopupCheckbox .information .content{
    padding-top: 0px;
    width: 95%;
    margin: 0 auto;
    display: flex;
    align-items: center;
	height: auto;
}
.PopupMain .PopupBody .PopupCheckbox .information.error{
    background-color: rgba(255, 59, 48, 0.1);
    border: 1px solid rgb(255, 30, 0);
}
.PopupMain .PopupBody .PopupCheckbox .information.error .icon{
    background-image: url(/img/v2/main/error-icon.svg);
}


.PopupMain .PopupBody .PopupCheckbox .title{
    display: flex;
    align-items: center;
    margin-top: 0px;
}
/*.PopupMain .PopupBody .PopupCheckbox .title:first-child{
    margin-top: 20px;
}*/
.PopupMain .PopupBody .PopupCheckbox .title p{
    /*font-size: 16px;
    font-weight: 600;*/
    color: rgba(4, 6, 27, 1);
    margin-left: 10px;
	cursor: pointer;
}
.PopupMain .PopupBody .PopupCheckbox .title .switch{
    margin-top: 0px;
}


.PopupMain .PopupBody .PopupCheckbox .switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 24px;
    margin-top: 12px;
}
.PopupMain .PopupBody .PopupCheckbox .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}
.PopupMain .PopupBody .PopupCheckbox .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: 0.3s;
}
.PopupMain .PopupBody .PopupCheckbox .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: 0.3s;
}
  
.PopupMain .PopupBody .PopupCheckbox input:checked + .slider {
    background-color: rgba(81, 98, 255, 1);
}
.PopupMain .PopupBody .PopupCheckbox input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

.PopupMain .PopupBody .PopupCheckbox .slider.round {
    border-radius: 34px;
}
  
.PopupMain .PopupBody .PopupCheckbox .slider.round:before {
    border-radius: 50%;
}



.PopupMain .PopupBody .add_listItem .content {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.PopupMain .PopupBody .add_listItem .content .input_container {
    width: 77%;
}
.PopupMain .PopupBody .add_listItem .content input {
    height: 39px;
    border-radius: 8px;
    border: 1px solid #D7D7DA !important;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    width: calc(100% - 40px);
    position: relative;
    outline-color: black;
}
.PopupMain .PopupBody .add_listItem .error input {
    border-color: rgba(235, 87, 87, 1) !important;
    outline-color: rgba(235, 87, 87, 1) !important;
}
.PopupMain .PopupBody .add_listItem .content label {
    display: block;
    position: absolute;
    color: #5F606D;
    transform: translate(20px, -38px);
    font-size: 14px;
    font-weight: 400;
    transition: 0.3s;
    pointer-events: none;
}
.PopupMain .PopupBody .add_listItem .content input:focus + label, 
.PopupMain .PopupBody .add_listItem .content input:not(:placeholder-shown) + label { 
    font-size: 12px; 
    transform: translate(20px, -46px); 
}
.PopupMain .PopupBody .add_listItem .content button {
    height: 56px;
    border-radius: 8px;
    color: white;
    font-size: 14px;
    font-weight: 500;
    padding-left: 35px;
    padding-right: 35px;
    background-color: #5162FF;
    border: none;
    transition: 0.3s;
    display: flex;
}
.PopupMain .PopupBody .add_listItem .content button:hover{
    background-color: #717FFF;
}
.PopupMain .PopupBody .add_listItem .content button:active{
    background-color: #8591ff;
}
.PopupMain .PopupBody .add_listItem .content button img {
    margin-top: 21px;
	width: 15px;
    height: 15px;
}
.PopupMain .PopupBody .add_listItem .content button p {
    margin-left: 10px;
    margin-top: 18px;
}
.PopupMain .PopupBody .add_listItem .mobile_button{
    height: 56px;
    width: 100%;
    border-radius: 8px;
    color: rgba(81, 98, 255, 1);
    font-size: 14px;
    font-weight: 500;
    padding-left: 35px;
    padding-right: 35px;
    background-color: rgba(81, 98, 255, 0.03);
    border: none;
    transition: 0.3s;
    display: none;
    justify-content: center;
    align-items: center;
}
.PopupMain .PopupBody .block .add_link{
	margin-top: 8px;
	text-align: left;
}
.PopupMain .PopupBody .block .add_link a {
    border-bottom: 1px dashed #717FFF;
    text-decoration: none;
	color: #717FFF;
}
.PopupMain .PopupBody .block .add_link a:hover {
    border-bottom: 0px;
}

.PopupMain .PopupBody .block .upload_block{
    margin: 30px 0;
	display: none;
}
.PopupMain .PopupBody .block .upload_block ul {
    padding-left: 10px;
    font-size: 13px;
    list-style: disc;
	text-align: left;
	padding-left: 10px;
}
.PopupMain .PopupBody .block .upload_block ul li {
    padding-top: 3px;
}
.PopupMain .PopupBody .block .upload_block p{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.PopupMain .PopupBody .block .upload_block img{
    margin-top: 15px;
}

.PopupMain .PopupBody .topMenu{
    position: sticky;
    top: -1px;
    background-color: white;
    z-index: 20;
    padding-top: 10px;
	display: none;
}
.PopupMain .PopupBody .topMenu .content{
    width: 90%;
    margin: 0 auto;
    display: flex;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(215, 215, 218, 1);
}
.PopupMain .PopupBody .topMenu .choose_cnt{
    height: 40px;
	min-width: 150px;
    border-radius: 8px;
    color: #5162FF;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: left;
    padding-left: 15px;
    padding-right: 15px;
}
.PopupMain .PopupBody .topMenu .choose_cnt:hover{
    background-color: #5162FF10;
}
.PopupMain .PopupBody .topMenu .choose_cnt:active{
    background-color: #5162FF18;
    transition: 0s;
}
.PopupMain .PopupBody .topMenu .choose_cnt img {
    width: 24px;
    height: 24px;
}
.PopupMain .PopupBody .topMenu .choose_cnt p{
    margin-left: 5px;
}

.PopupMain .PopupBody .topMenu .delet{
    height: 40px;
    border-radius: 8px;
    color: rgba(255, 59, 48, 1);
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s;
    background-color: rgba(255, 59, 48, 0.03);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    padding-left: 15px;
    padding-right: 15px;
}
.PopupMain .PopupBody .topMenu .delet:hover{
    background-color: #5162FF10;
}
.PopupMain .PopupBody .topMenu .delet:active{
    background-color: #5162FF18;
    transition: 0s;
}
.PopupMain .PopupBody .topMenu .delet p{
    margin-left: 8px;
}

.PopupMain .PopupBody .IikoBlock .container{
    padding-bottom: 0px;
}
.PopupMain .PopupBody .IikoBlock .container .item{
    background-color: rgba(249, 250, 255, 1);
    width: 100%;
    margin-top: 3px;
    padding-top: 13px;
    padding-bottom: 13px;
}
.PopupMain .PopupBody .IikoBlock .container .item:hover{
	cursor: pointer;	
}
.PopupMain .PopupBody .IikoBlock .container .item.grey{
    color: #A5A5A5 !important;
}

.PopupMain .PopupBody .IikoBlock .container .item .content{
    width: 94%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: inherit;
}
.PopupMain .PopupBody .IikoBlock .container .item .content label{
    display: flex;
}
.PopupMain .PopupBody .IikoBlock .container .item .content .text{
    text-align: left;
}


.PopupMain .PopupBody .IikoBlock .container .item:first-child{
    border-radius: 8px 8px 0px 0px;
    border-bottom: 1px solid rgba(215, 215, 218, 1);
    margin-top: 0px;
}
.PopupMain .PopupBody .IikoBlock .container .item:nth-last-child(1){
    border-radius: 0px 0px 8px 8px;
}
.PopupMain .PopupBody .IikoBlock .container .js-notifications_checkbox{
    min-width: 18px;
    min-height: 18px;
    text-align: center;
    border: 2px solid rgba(95, 96, 109, 1);
    background-color: white;
    border-radius: 8px;
    margin-right: 10px;

    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.PopupMain .PopupBody .IikoBlock .container input{
    position: absolute;
    top: -2px;
    left: -2px;
    width: 22px;
    height: 22px;
    opacity: 0;
}
.PopupMain .PopupBody .IikoBlock .container input:hover{
    cursor: pointer;
}
.PopupMain .PopupBody .IikoBlock .container .item a p{
    color: #5162FF;
    font-size: 16px;
    font-weight: 600;
}
.PopupMain .PopupBody .IikoBlock .container .item p a{
    color: #5162FF;
    font-size: 16px;
    font-weight: 600;
}
.PopupMain .PopupBody .IikoBlock .container .js-notifications_checkbox.checked{
    background-color: rgba(81, 98, 255, 1);
    border: 2px solid rgba(81, 98, 255, 1);
}

.mainPage_content_block.Assistant .cl_col {
    padding-bottom: 20px;
}

.PopupMain.Assistant{
    width: auto;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    background-color: unset;
    border-radius: unset;
    top: auto;

    @media screen and (max-height: 545px) {
        top: 5%;
    }
}

.PopupMain.Assistant .PopupBody .block {
    width: 95%;
}

.PopupMain.Assistant .PopupFooter div {
    width: 95%;
}

#upload-container, #upload1-container, #upload2-container, #upload-container-noajax {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    height: 160px;
    outline: 2px dashed rgba(179, 188, 198, 1);
    border-radius: 6px;
    font-family: 'Segoe UI';
    color: #1f3c44;
    margin-top: 20px;
}
#upload-container.error, #upload1-container.error, #upload2-container.error, #upload-container-noajax.error {
    border-color: rgba(235, 87, 87, 1) !important;
    outline-color: rgba(235, 87, 87, 1) !important;
}

#upload-container img, #upload1-container img, #upload2-container img, #upload-container-noajax img {
	width: 30px;
	margin-bottom: 20px;
	margin-top: 0px;
	user-select: none;
}
#upload-container label, #upload1-container label, #upload2-container label, #upload-container-noajax label {
    color: #5162FF;
    font-weight: 600;
}
#upload-container label:hover, #upload1-container label:hover, #upload2-container label:hover, #upload-container-noajax label:hover {
	cursor: pointer;
	text-decoration: underline;
}
#upload-container div, #upload1-container div, #upload2-container div, #upload-container-noajax div {
	position: relative;
	z-index: 10;
}
#upload-container input[type=file], #upload1-container input[type=file], #upload2-container input[type=file], #upload-container-noajax input[type=file] {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	position: absolute;
	z-index: -10;
}
#upload-container label.focus, #upload1-container label.focus, #upload2-container label.focus, #upload-container-noajax label.focus {
    border-radius: 6px;
	/*outline: 1px solid #0078d7;
	outline: -webkit-focus-ring-color auto 5px;*/
}
#upload-container.dragover, #upload1-container.dragover, #upload2-container.dragover, #upload-container-noajax.dragover {
    border-radius: 6px;
	background-color: #fafafa;
	outline-offset: -17px;
}


/* button */
.PopupMain .PopupFooter{
    width: 100%;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 35px;
}
.PopupMain .PopupFooter div{
    width: 85%;
    margin: 0 auto;
    display: flex;
    justify-content: right;
}
.PopupMain .PopupFooter input{
    height: 52px;
    border-radius: 8px;
    color: white;
    font-size: 14px;
    font-weight: 500;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #5162FF;
    border: none;
    transition: 0.3s;
}
.PopupMain .PopupFooter input:disabled{
    background-color: #9c9eb1;
    cursor: auto;
}
.PopupMain .PopupFooter input:disabled:hover{
    background-color: #9c9eb1;
    cursor: auto;
}

.PopupMain .PopupFooter input:hover{
    background-color: #717FFF;
	cursor: pointer;
}
.PopupMain .PopupFooter input:active{
    background-color: #8591ff;
}

.PopupMain .PopupBody .borderBlock{
    width: 85%;
    margin: 0 auto;
    border: 1px solid rgba(215, 215, 218, 1);
    border-radius: 16px;
    padding-bottom: 15px;
    padding-top: 10px;
    margin-top: 40px;
    position: relative;
}
.PopupMain .PopupBody .borderBlock.empty{
    background-color: #f4cccc;
}
.PopupMain .PopupBody .borderBlock h1{
    color: rgba(4, 6, 27, 1);
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    top: -12px;
    left: 5%;
    background-color: white;
    padding-left: 5px;
    padding-right: 5px;

}

.PopupMain .PopupBody .borderBlock .Content {
	margin-top: 7px;
}

.PopupMain .PopupBody .borderBlock .PopupRadio {
	margin-top: 0;
}

/*hygieneMagazine2 - hm2*/

/* block2 hm2 */

.block2{
    background-color: #5162FF05;
    padding-top: 20px;
    padding-bottom: 15px;
}
.block2 .block2_content{
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    max-width: 1440px;
}
.block2 .block2_content .button1{
    width: 135px;
    height: 45px;
    border-radius: 8px;
    color: #5162FF;
    font-size: 16px;
    font-weight: 600;
    margin-right: 5px;
    margin-top: 10px;
    transition: 0.3s;
}
.block2 .block2_content .button1:hover{
    background-color: #5162FF10;
}
.block2 .block2_content .button1:active{
    background-color: #5162FF18;
}
.block2 .block2_content .button1 div{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 80%;
}
.block2 .block2_content .button2{
    width: 190px;
    height: 45px;
    border-radius: 8px;
    color: white;
    font-size: 16px;
    font-weight: 600;
    margin-right: 5px;
    margin-top: 10px;
    background-color: #5162FF;
    transition: 0.3s;
}
.block2 .block2_content .button2:hover{
    background-color: #717FFF;
}
.block2 .block2_content .button2:active{
    background-color: #8591ff;
}
.block2 .block2_content .button2 div{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 80%;
}
.block2 .block2_content .block2_content_body{
    display: flex;
}
.block2 .block2_content h1{
    font-size: 32px;
}

.cl_col .tbDoc .button {
	width: 100%;
    min-height: 45px;
    color: white;
    font-size: 16px;
    font-weight: 600;
    margin-right: 5px;
    transition: 0.3s;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    background-color: rgba(81, 98, 255, 1);
    display: flex;
    position: relative;
}
.cl_col .tbDoc .button img{
    width: 16px;
    height: 20px;
}

.cl_col .tbDoc .button:hover{
    background-color: #717FFF;
}
.cl_col .tbDoc .button:active{
    background-color: #8591ff;
}
.cl_col .tbDoc .button div{
    display: flex;
    margin: 0 auto;
}
.cl_col .tbDoc .button p{
    margin-left: 10px;
	margin-bottom: 10px;
}

/* main_content4 hm2 */

.listMagazines{
    padding-top: 35px;
    padding-bottom: 120px;
}
.listMagazines .content{
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
}
.listItem{
    background-color: white;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #F0F0F2;
    transition: 0.3s;
    margin-top: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.listItem:hover{
    background-color: #F5F6FF;
    cursor: pointer;
}
.listItem .content{
    width: 98%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.listItem .content .leftBlock{
    display: flex;
    align-items: center;
    max-width: 492px;
}
.listItem .content .rightBlock{
    display: flex;
}
.listItem .content .rightBlock .title_mobile{
    display: none;
    margin-top: 8px;
    font-size: 20px;
}
.listItem .content .leftBlock h2{
    font-size: 18px;
    margin-left: 5px;
    max-width: 450px;
}

.listItem .content .rightBlock .item{
    margin-right: 30px;
    border-right: 1px solid #D7D7DA;
    padding-right: 30px;
}
.listItem .content .rightBlock .item:nth-last-child(2){
    margin-right: 0px;
    border-right: none;
    padding-right: 0px;
}
.listItem .content .leftBlock p{
    font-size: 16px;
    font-weight: 600;
}
.listItem .content .rightBlock .item .title{
    font-size: 14px;
    font-weight: 400;
    color: #5F606D;
}

.listItem .content .rightBlock .item .text{
    font-size: 16px;
    font-weight: 600;
    margin-top: 5px;
}
.js-listItem__Button{
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 8px;
    margin-top: 4px;
    margin-left: 40px;
    transition: 0.3s;
    position: relative;
}
.listItem:hover .js-listItem__Button{
    background-color: #5162FF17;
}
.js-listItem__Button img{
    margin-top: 8px;
}
.js-listItem__Button .dropdown-menu{
    position: absolute;
    right: 0;
    background-color: white;
    width: 250px;
    border-radius: 8px;
    box-shadow: 0px 4px 15px 0px #21272C26;
    margin-top: 10px;
    padding-bottom: 10px;
    display: none;
    z-index: 10;
}
.js-listItem__Button.active .dropdown-menu{
    display: block;
}
.js-listItem__Button .dropdown-menu .content{
    width: 93%;
    margin: 0 auto;
    text-align: left;
    display: block;
    margin-top: 10px;
}
.js-listItem__Button .dropdown-menu .content .mobile_close{
    width: 50px;
    height: 4px;
    border-radius: 100px;
    background-color: #AEAFB6;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
    display: none;
}
.js-listItem__Button .dropdown-menu .content a{
    width: 100%;
}
.js-listItem__Button .dropdown-menu .content .dm-item{
    width: 100%;
    display: flex;
    align-items: center;
    padding-top: 13px;
    padding-bottom: 13px;
    margin-top: 2px;
    border-radius: 8px;
    transition: 0.3s;
}
.js-listItem__Button .dropdown-menu .content .dm-item:hover{
    background-color: rgba(81, 98, 255, 0.06);
}
.js-listItem__Button .dropdown-menu .content .dm-item:active{
    background-color: rgba(81, 98, 255, 0.09);
}
.js-listItem__Button .dropdown-menu .content .dm-item p{
    font-size: 14px;
    color: black;
    margin-left: 15px;
    font-weight: 500;
    margin-top: 1px;
}
.js-listItem__Button .dropdown-menu .content .dm-item p.red{
    font-size: 14px;
    color: #FF3B30;
    margin-left: 15px;
    font-weight: 500;
    margin-top: 1px;
}
.js-listItem__Button .dropdown-menu .content .dm-item img{
    margin-left: 15px;
    margin-top: 0px;
}

.button1_menu_block{
    display: flex;
    padding-left: 13px;
    padding-top: 13px;
    padding-bottom: 13px;
    margin-top: 2px;
    border-radius: 8px;
    transition: 0.3s;
}
.button1_menu_block:hover{
    background-color: rgba(81, 98, 255, 0.06);
}
.button1_menu_block:active{
    background-color: rgba(81, 98, 255, 0.09);
}
#but1{
    margin-top: 10px;
}
.button1_menu_block_p{
    font-size: 14px;
    color: black;
    margin-left: 15px;
    font-weight: 500;
    margin-top: 1px;
}
.button1_menu_block_p2{
    font-size: 14px;
    color: #FF3B30;
    margin-left: 15px;
    font-weight: 500;
    margin-top: 1px;
}

.mobileButtonshadow{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #04061B29;
    z-index: 1;
    display: none;
}
.mobileButtonshadow.active{
    @media screen and (max-width: 426px) {
        display: block;
    }
}

.menu_mobile_close{
    width: 50px;
    height: 4px;
    border-radius: 100px;
    background-color: #AEAFB6;
    margin: 0 auto;
    margin-top: 15px;
    display: none;
}

/*HygieneMagazine3 hm3*/

.popupSelectMenu{
    background-color: white;
    height: 72px;
    box-shadow:0px 5px 10px 0px rgba(33, 39, 44, 0.15);
    display: none;
    z-index: 3;
}
.popupSelectMenu.active{
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
.popupSelectMenu_content{
    width: 90%;
    margin: 0 auto;
    max-width: 1440px;
    display: flex;
    padding-top: 16px;
}
.popupSelectMenu_content .button1{
    height: 40px;
	min-width: 150px;
    border-radius: 8px;
    color: #5162FF;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s;
    display: flex;
    justify-content: left;
    padding-top: 8px;
    padding-left: 15px;
    padding-right: 15px;
}
.popupSelectMenu_content .button1 img{
    width: 24px;
    height: 24px;
}
.popupSelectMenu_content .button1:hover{
    background-color: #5162FF10;
}
.popupSelectMenu_content .button1:active{
    background-color: #5162FF18;
}
.popupSelectMenu_content .button2{
    background-color: #FF3B300F;
    height: 40px;
    border-radius: 8px;
    color: #FF3B30;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s;
    display: flex;
    justify-content: left;
    padding-top: 8px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 15px;
}
.popupSelectMenu_content .button2 img{
    width: 18px;
    height: 24px;
}
.popupSelectMenu_content .button2:hover{
    background-color: #5162FF10;
}
.popupSelectMenu_content .button2:active{
    background-color: #5162FF18;
}
.popupSelectMenu_content p{
    margin-left: 9px;
    margin-top: 2px;
}
.block2 .block2_content .button3{
    height: 45px;
    border-radius: 8px;
    color: #5162FF;
    font-size: 16px;
    font-weight: 600;
    margin-right: 5px;
    margin-top: 10px;
    transition: 0.3s;
    padding-left: 15px;
    padding-right: 15px;
}
.block2 .block2_content .button3:hover{
    background-color: #5162FF10;
}
.block2 .block2_content .button3:active{
    background-color: #5162FF18;
}
.block2 .block2_content .button4{
    height: 45px;
    width: 100%;
    border-radius: 8px;
    color: #5162FF;
    font-size: 16px;
    font-weight: 600;
    margin-right: 5px;
    margin-top: 10px;
    transition: 0.3s;
    padding-left: 15px;
    padding-right: 15px;
}
.block2 .block2_content .button4:hover{
    background-color: #5162FF10;
}
.block2 .block2_content .button4:active{
    background-color: #5162FF18;
}
.block2 .block2_content .button5{
    height: 45px;
    width: 100%;
    border-radius: 8px;
    color: white;
    font-size: 16px;
    font-weight: 600;
    margin-right: 5px;
    margin-top: 10px;
    transition: 0.3s;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 14px;
    background-color: rgba(81, 98, 255, 1);
    display: flex;
    justify-content: center;
	position: relative;
}
.block2 .block2_content .button5:hover{
    background-color: rgba(113, 127, 255, 1);
}
.block2 .block2_content .button5:active{
    background-color: rgba(121, 134, 252, 1);
}



.block2 .block2_content .button5 .selectMenu{
    width: 290px;
    position: absolute;
    color: black;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0px 4px 15px 0px #21272C26;
    margin-top: 40px;
    padding: 10px;
    left: 0;
    display: none;
	z-index: 10;
}
.block2 .block2_content .button5 .selectMenu.active{
    display: block;
}
.block2 .block2_content .button5 .selectMenu .but1{
    display: flex;
    color: #5162FF;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-radius: 8px;
    transition: 0.3s;
}
.block2 .block2_content .button5 .selectMenu .but1:hover{
    background-color: rgba(81, 98, 255, 0.03);
    transition: 0.3s;
}
.block2 .block2_content .button5 .selectMenu .but1:active{
    background-color: #5162FF18;
}
.block2 .block2_content .button5 .selectMenu .but2{
    display: flex;
    margin-top: 2px;
    color: #5162FF;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-radius: 8px;
    transition: 0.3s;
}
.block2 .block2_content .button5 .selectMenu .but2:hover{
    background-color: rgba(81, 98, 255, 0.03);
    transition: 0.3s;
}
.block2 .block2_content .button5 .selectMenu .but2:active{
    background-color: #5162FF18;
}
.block2 .block2_content .button5 .selectMenu p{
    margin-left: 10px;
}
.block2 .block2_content .button5 .selectMenu img{
    width: 20px;
    height: 20px;
}
.block2 .block2_content .button5 .img1{
	margin-top: 0px;
	width: 16px;
    height: 16px;
}
.block2 .block2_content .button5 .img2{
	margin-left: 10px;
    margin-top: -4px;
	width: 24px;
    height: 24px;
}
.block2 .block2_content .button5 p{
    margin-left: 10px;
    margin-top: -2px;
}

.block2 .block2_content .button6{
    height: 45px;
    width: 100%;
    border-radius: 8px;
    color: white;
    font-size: 16px;
    font-weight: 600;
    margin-right: 5px;
    margin-top: 10px;
    transition: 0.3s;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 14px;
    background-color: rgba(81, 98, 255, 1);
    display: flex;
    justify-content: center;
    position: relative;
}
.block2 .block2_content .button6 .selectMenu{
    width: 290px;
    position: absolute;
    color: black;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0px 4px 15px 0px #21272C26;
    margin-top: 40px;
    padding: 10px;
    left: 0;
    display: none;
	z-index: 10;
}
.block2 .block2_content .button6 .selectMenu.active{
    display: block;
}
.block2 .block2_content .button6 .selectMenu .but1{
    display: flex;
    color: #5162FF;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-radius: 8px;
    transition: 0.3s;
}
.block2 .block2_content .button6 .selectMenu .but1:hover{
    background-color: rgba(81, 98, 255, 0.03);
    transition: 0.3s;
}
.block2 .block2_content .button6 .selectMenu .but1:active{
    background-color: #5162FF18;
}
.block2 .block2_content .button6 .selectMenu .but2{
    display: flex;
    margin-top: 2px;
    color: #5162FF;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-radius: 8px;
    transition: 0.3s;
}
.block2 .block2_content .button6 .selectMenu .but2:hover{
    background-color: rgba(81, 98, 255, 0.03);
    transition: 0.3s;
}
.block2 .block2_content .button6 .selectMenu .but2:active{
    background-color: #5162FF18;
}
.block2 .block2_content .button6 .selectMenu p{
    margin-left: 10px;
}
.block2 .block2_content .button6 .selectMenu img{
    width: 20px;
    height: 20px;
}

.block2 .block2_content .button6.active .selectMenu{
    display: block;
}
.block2 .block2_content .button6.active .mobile_close{
    width: 50px;
    height: 4px;
    border-radius: 100px;
    background-color: #AEAFB6;
    margin: 0 auto;
    margin-top: 3px;
    margin-bottom: 30px;
    display: block;
}
.block2 .block2_content .button6.active .mobileButtonshadow{
    display: block;
    z-index: 3;
}
.block2 .block2_content .button6:hover{
    background-color: rgba(113, 127, 255, 1);
}
.block2 .block2_content .button6:active{
    background-color: rgba(121, 134, 252, 1);
}
.block2 .block2_content .button6 img{
    width: 17px;
    height: 17px;
}
.block2 .block2_content .button6 p{
    margin-left: 10px;
    margin-top: -2px;
}

.block2 .block2_content .a1{
    display: none;
}
.block2 .block2_content .a2{
    display: none;
}


.autofill{
    background-color: #5162FF05;
    padding-bottom: 25px;
}
.autofill_content{
    width: 90%;
    margin: 0 auto;
    max-width: 1440px;
    background-color: rgba(245, 246, 255, 1);
    border-radius: 8px;
    height: 48px;
}
.autofill .autofill_content .autofill_body{
    width: 98%;
    margin: 0 auto;
    display: flex;
}
.autofill .autofill_content .autofill_body p{
    font-size: 16px;
    font-weight: 700;
    margin-top: 13px;
    margin-left: 10px;
}
.autofill .switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 24px;
    margin-top: 12px;
}
.autofill .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}
.autofill .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: 0.3s;
}
.autofill .switch .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: 0.3s;
}
  
.autofill .switch input:checked + .slider {
    background-color: rgba(81, 98, 255, 1);
}
.autofill .switch input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}
  
  /* Rounded sliders */
.autofill .switch .slider.round {
    border-radius: 34px;
}
  
.autofill .switch .slider.round:before {
    border-radius: 50%;
}

.autofill .autofill_background{
    width: 90%;
    margin: 0 auto;
    max-width: 1440px;
    background-color: rgba(245, 246, 255, 1);
    border-radius: 8px;
    padding-bottom: 12px;
}

.autofill .autofill_background .header{
    width: 98%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.autofill .autofill_background .main{
    width: 98%;
    margin: 0 auto;
    margin-top: 10px;
    display: none;
}
.autofill .autofill_background.opened .main{
    display: block;
}
.autofill .autofill_background .footer{
    width: 98%;
    margin: 0 auto;
    margin-top: 20px;
    display: flex;
    align-items: center;
    display: none;
}
.autofill .autofill_background.opened .footer{
    display: flex;
}
.autofill .autofill_background .footer label{
    display: contents;
}
.autofill .autofill_background .footer p{
    margin-top: 0pc;
    font-size: 14px;
    margin-left: 0px;
}
.autofill .autofill_background .header .left{
    display: flex;
}
.autofill .autofill_background .header .left p{
    font-size: 16px;
    font-weight: 700;
    margin-top: 13px;
    margin-left: 10px;
}
.autofill .autofill_background .header img{
    margin-top: 13px;
    transform: rotate(180deg);
    transition: 0.3s;
}
.autofill .autofill_background .header img:hover{
    cursor: pointer;
}
.autofill .autofill_background.opened .header img{
    transform: rotate(0deg);
}
.autofill .autofill_background .main .container{
    display: table;
    table-layout: fixed;
}
.autofill .autofill_background .main .container tr:first-child td {
    padding-top: 0px;
}
.autofill .autofill_background .main .container tr td:last-child {
    padding-left: 20px;
}
.autofill .autofill_background .main .container tr td:first-child {
    padding-left: 0px;
}
.autofill .autofill_background .main .container td {
    padding-top: 5px;
}
.autofill .autofill_background .main .container_bottom{
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.autofill .autofill_background .main .container_bottom p{
    margin-top: 0px;
    margin-left: 0px;
    font-size: 14px;
}
.autofill .autofill_background .main .container_bottom .select_container{
    position: relative;
    margin-left: 10px;
}
.autofill .autofill_background .main .container_bottom img{
    position: absolute;
    filter: brightness(0);
    right: 15px;
    top: 18px;
	pointer-events: none;
}
.autofill .autofill_background .main .container_bottom select{
    min-width: 50px;
    height: 42px;
    border-radius: 8px;
    border: 1px solid #D7D7DA !important;
    padding-left: 15px;
    padding-right: 40px;
    font-size: 14px;
    font-weight: 400;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    outline-color: black;
    background-color: rgba(245, 246, 255, 1);
}
.autofill .autofill_background .main .container_bottom select:hover{
    cursor: pointer;
}
.autofill .autofill_background .main .container_bottom option{
    width: max-content !important;
}
.autofill .autofill_background .main .item{
    display: flex;
    align-items: center;
	justify-content: space-between;
    margin-top: 10px;
}
.autofill .autofill_background .main .item:first-child{
    /*margin-top: 0px;*/
}
.autofill .autofill_background .main .item p{
    margin-top: 0px;
    margin-left: 0px;
    font-size: 14px;
}
.autofill .autofill_background .main .item .input{
    position: relative;
    margin-left: 10px;
}
.autofill .autofill_background .main .item .input .info{
    margin-top: 0px;
    margin-left: 0px;
    font-weight: 500;
    color: #5F606D;
    position: absolute;
    left: 0;
    font-size: 12px;
    display: none;
    width: max-content;
    pointer-events: none;
    max-width: 280px;
    z-index: 10;
    background-color: rgba(245, 246, 255, 1);
    box-shadow: 0px 10px 8px 2px rgba(245, 246, 255, 1);
}
.autofill .autofill_background .main .item .input.error .info{
    color: #EB5757;
}
.autofill .autofill_background .main .item .input input{
    height: 40px;
    border-radius: 8px;
    border: 1px solid #D7D7DA !important;
    background-color: rgba(245, 246, 255, 1);
    font-size: 14px;
    padding-left: 35px;
    width: 35px;
    outline-color: black;
}
.autofill .autofill_background .main .item .right{
    display: flex;
}
.autofill .autofill_background .main .item .input input:focus{
    outline-color: rgba(81, 98, 255, 1);
}
.autofill .autofill_background .main .item .input.error input:focus{
    outline-color: #EB5757;
}
.autofill .autofill_background .main .item .input.active .info{
    display: block;
}
.autofill .autofill_background .main .item label{
    position: absolute;
    left: 15px;
    top: 13px;
    color: rgba(95, 96, 109, 1);
    font-size: 12px;
    pointer-events: none;
}
.autofill .autofill_background .footer .js-notifications_checkbox{
    min-width: 18px;
    min-height: 18px;
    width: 18px;
    height: 18px;
    text-align: center;
    border: 2px solid rgba(95, 96, 109, 1);
    background-color: rgba(245, 246, 255, 1);
    border-radius: 8px;
    margin-right: 10px;

    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.autofill .autofill_background .footer .js-notifications_checkbox img{
    display: none;
}
.autofill .autofill_background .footer .js-notifications_checkbox.checked{
    background-color: rgba(81, 98, 255, 1);
    border: 2px solid rgba(81, 98, 255, 1);
}
.autofill .autofill_background .footer .js-notifications_checkbox.checked img{
    display: block;
}
.autofill .autofill_background .footer input{
    position: absolute;
    top: -2px;
    left: -2px;
    width: 22px;
    height: 22px;
    opacity: 0;
}
.autofill .autofill_background .footer input:hover{
    cursor: pointer;
}

.autofillinformation{
    background-color: rgba(255, 204, 0, 0.1);
    border-radius: 8px;
    border: 1px solid rgba(255, 204, 0, 1);
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 10px;
	width: 90%;
    margin: 0 auto;
	display:none;
}
.autofillinformation .icon{
    min-width: 16px;
    min-height: 16px;
    background-image: url(/img/v2/main/attention.svg);
}
.autofillinformation p{
    margin-left: 10px;
    line-height: 18px;
    font-size: 12px;
    color: rgba(4, 6, 27, 1);
}
.autofillinformation .content{
    padding-top: 0px;
    width: 95%;
    margin: 0 auto;
    display: flex;
    align-items: center;
	height: auto;
}
.autofillinformation.error{
    background-color: rgba(255, 59, 48, 0.1);
    border: 1px solid rgb(255, 30, 0);
}
.autofillinformation.error .icon{
    background-image: url(/img/v2/main/error-icon.svg);
}



.control_buttons{
    width: 100%;
    margin: 0 auto;
	margin-top: 10px;
    max-width: 1440px;
    display: flex;
    justify-content: space-between;
}
.control_buttons .left{
    display: flex;
    align-items: center;
}
.control_buttons .button2{
    height: 45px;
    border-radius: 8px;
    color: #5162FF;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s;
    padding-left: 20px;
    padding-right: 20px;
}
.control_buttons .button2:hover{
    background-color: #5162FF10;
}
.control_buttons .button2:active{
    background-color: #5162FF18;
}
.control_buttons .button1{
    height: 45px;
    border-radius: 8px;
    color: white;
    font-size: 16px;
    font-weight: 600;
    margin-right: 5px;
    transition: 0.3s;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    background-color: rgba(81, 98, 255, 1);
    display: flex;
    position: relative;
}
.control_buttons .button1:hover{
    background-color: rgba(113, 127, 255, 1);
}
.control_buttons .button1:active{
    background-color: rgba(121, 134, 252, 1);
}
.control_buttons .button1 .selectMenu{
    width: 290px;
    position: absolute;
    color: black;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0px 4px 15px 0px #21272C26;
    margin-top: 40px;
    padding: 10px;
    left: 0;
    display: none;
	z-index: 10;
}
.control_buttons .button1 .selectMenu.active{
    display: block;
}
.control_buttons .button1 .selectMenu .but1{
    display: flex;
    color: #5162FF;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-radius: 8px;
    transition: 0.3s;
}
.control_buttons .button1 .selectMenu .but1:hover{
    background-color: rgba(81, 98, 255, 0.03);
    transition: 0.3s;
}
.control_buttons .button1 .selectMenu .but1:active{
    background-color: #5162FF18;
}
.control_buttons .button1 .selectMenu .but2{
    display: flex;
    margin-top: 2px;
    color: #5162FF;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-radius: 8px;
    transition: 0.3s;
}
.control_buttons .button1 .selectMenu .but2:hover{
    background-color: rgba(81, 98, 255, 0.03);
    transition: 0.3s;
}
.control_buttons .button1 .selectMenu .but2:active{
    background-color: #5162FF18;
}
.control_buttons .button1 .selectMenu p{
    margin-left: 10px;
}
.control_buttons .button1 .selectMenu img{
    width: 20px;
    height: 20px;
}
.control_buttons .button1 .img1{
    margin-top: 3px;
	width: 16px;
    height: 16px;
}
.control_buttons .button1 .img2{
    margin-left: 10px;
    margin-top: -1px;
	width: 24px;
    height: 24px;
}
.control_buttons .button1 p{
    margin-left: 10px;
}
.hm3_main_content6{
    width: 95%;
    margin: 0 auto;
    max-width: 1440px;
    overflow: hidden;
    text-align: center;
    padding-bottom: 50px;
}
.hm3_main_content4_img{
    width: 1440px;
}
.hm3_main_content6_img{
    width: 1440px;
}

/*mainPage*/

.mainPage_content{
    width: 90%;
    margin: 0 auto;
    max-width: 1440px;
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 100px;
}
.mainPage_content_block{
    width: 57%;
    background-color: rgba(249, 250, 255, 1);
    border-radius: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.mainPage_content_right{
    width: 500px;
	position: -webkit-sticky;
    position: sticky;
    top: 15px;
    align-self: flex-start;
    max-height: calc(100vh - 30px);
    overflow-y: scroll;
    border-radius: 16px;
}
.mainPage_content_right::-webkit-scrollbar {
    background-color: white;
    width: 6px;
}
.mainPage_content_right::-webkit-scrollbar-thumb {
    width: 6px;
    height: 50px;
    background-color: rgba(227, 230, 255, 1);
    border-radius: 100px;
}

.mainPage_content_block a div{
    background-color: rgba(249, 250, 255, 1);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding-right: 10px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    transition: 0.3s;
}
.mainPage_content_block a div:hover{
    background-color: rgba(245, 246, 255, 1);
    transition: 0.3s;
}
.mainPage_content_block a div:active{
    background-color: rgba(227, 230, 255, 0.4);
    transition: 0.3s;
}
.mainPage_content_block a div:hover p{
    color: rgba(81, 98, 255, 1);
    transition: 0.3s;
}
.mainPage_content_block a div:hover img{
    opacity: 1;
    transition: 0.3s;
}
.mainPage_content_block a p{
    color: black;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s;
}
.mainPage_content_block a img{
    opacity: 0;
    transition: 0.3s;
}
.mainPage_content_right .item, .mainPage_content_right .active{
    background-color: rgba(249, 250, 255, 1);
    border-radius: 16px;
    color: black;
    padding: 25px;
    transition: 0.3s;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}
.mainPage_content_right .item:hover{
    background-color: rgba(245, 246, 255, 1);
    transition: 0.3s;
    cursor: pointer;
}
.mainPage_content_right .active{
    background-color: rgba(245, 246, 255, 1);
    transition: 0.3s;
}
.mainPage_content_right .item:active{
    background-color: rgba(227, 230, 255, 0.4);
    transition: 0.3s;
}
.mainPage_content_right .item:hover .content p{
    color: #5162FF;
    transition: 0.3s;
}
.mainPage_content_right .active .content p{
    color: #5162FF;
    transition: 0.3s;
}
.mainPage_content_right .item:hover .img_bg{
    background-color: rgba(227, 230, 255, 1);
    transition: 0.3s;
}
.mainPage_content_right .item:hover img{
    opacity: 1;
    transition: 0.3s;

    @media screen and (max-width: 426px) {
        opacity: 0;
        transition: 0.3s;
    }
    
}
.mainPage_content_right .item a, .mainPage_content_right .active a{
    display: block;
    width: max-content;
}
.mainPage_content_right .item .content, .mainPage_content_right .active .content{
    display: flex;
}
.mainPage_content_right .item .content p, .mainPage_content_right .active .content p{
    font-size: 18px;
    font-weight: 600;
    margin-left: 10px;
    margin-top: 7px;
    transition: 0.3s;
}
.mainPage_content_right .item .content .img_bg, .mainPage_content_right .active .content .img_bg{
    width: 40px;
    height: 40px;
    background-color: rgba(245, 246, 255, 1);
    border-radius: 8px;
    text-align: center;

    transition: 0.3s;
}
.mainPage_content_right .item .content .img_bg img, .mainPage_content_right .active .content .img_bg img{
    margin-top: 10px;
	opacity: unset;
}
.mainPage_content_right .item img, .mainPage_content_right .active img{
    opacity: 0;
    transition: 0.3s;
}
.mainPage_content_right .item .block, .mainPage_content_right .active .block{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.MP_border_color{
    background: linear-gradient(rgba(249, 250, 255, 1), rgba(249, 250, 255, 1)) padding-box,
              linear-gradient(90deg, rgba(81, 98, 255, 1), rgba(0, 203, 191, 1)) border-box;
    border: 1px solid transparent;
    border-radius: 16px;
}
#Rbl2{
    margin-top: 0px !important;
}
#MP_openBlock{
    display: block !important;
}

#MP_openBlock:hover.active{
    background-color: rgba(249, 250, 255, 1) !important;
}
.mainPage_content_right .item.active #MP_openBlock_h1{
    color: black !important;
}
.mainPage_content_right .item.active #MP_openBlock_img{
    transform: rotate(180deg);
    opacity: 1 !important;
}
.mainPage_content_right .item.active #MP_openBlock_imgBg{
    background-color: rgba(227, 230, 255, 1) !important;
}
.MP_openBlock_p1{
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;

    display: none;
}
.mainPage_content_right .item.active .MP_openBlock_p1{
    display: block;
}
.MP_openBlock_p2{
    font-size: 16px;
    font-weight: 800;
    margin-top: 10px;
    color: rgba(81, 98, 255, 1) !important;

    display: none;
}
.mainPage_content_right .item.active .MP_openBlock_p2{
    display: block;
}

/*Article*/

.Article_content{
    width: 90%;
    margin: 0 auto;
    max-width: 1440px;
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 100px;
}
.Article_content_block{
    width: 57%;
    padding-top: 10px;
    padding-bottom: 10px;
}
.Article_content .caption{
	padding-bottom: 22px;
    padding-left: 0px;
    padding-right: 0px;
}
.Article_content .caption h2{
	font-size: 32px;
}
.Article_content .Article_body{
	color: #333;
    padding-top: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 5px;
}
.Article_content .Article_body .block{
	display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: flex-start;
    gap: 20px 30px;
    column-gap: 10px !important;
}
.Article_content .Article_body .block .Article_item{
	width: calc(100% / 2 - 10px + 10px / 2) !important;
}
.Article_content .Article_body .block .Article_item a{
	display: flex;
    max-width: 100%;
    flex-direction: column;
    flex-grow: 1;
}
.Article_content .Article_body .block .Article_item .Article_item_content_img .Article_item_content_block{
	text-align: center;
    height: 303px;
    background-size: cover;
    border-radius: 0px;
    background-repeat: no-repeat;
    background-position: center top;
}
.Article_content .Article_body .block .Article_item .Article_item_content_img .Article_item_content_block img{
	display: none;
    width: 58%;
    border-radius: 0px;
}
.Article_content .Article_body .block .Article_item .Article_item_content_caption{
	color: #333;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.Article_content .Article_body .block .Article_item .Article_item_content_caption p{
	font-weight: 500;
    line-height: 1.6;
    font-size: 17px;
}
.Article_content .Article_body .block .Article_item .Article_item_content_brief{
	color: #333;
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.Article_content .Article_body .block .Article_item .Article_item_content_brief p{
	font-weight: 400;
    line-height: 1.6;
    font-size: 15px;
}
.Article_content .Article_body .block .Article_item .Article_item_content_brief p.link{
	text-decoration: underline;
}
.Article_content .Article_body .block .Article_item .Article_item_content_date{
	color: #333;
    padding-top: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
}
.Article_content .Article_body .block .Article_item .Article_item_content_date p{
	font-weight: 400;
    line-height: 1.6;
    font-size: 14px;
}


/*News*/

.News_content{
    width: 90%;
    margin: 0 auto;
    max-width: 1440px;
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 100px;
}
.News_content_block{
    width: 57%;
    padding-top: 10px;
    padding-bottom: 10px;
}
.News_content .caption{
	padding-bottom: 22px;
    padding-left: 0px;
    padding-right: 0px;
}
.News_content .caption h2{
	font-size: 32px;
}
.News_content .News_body{
	color: #333;
    padding-top: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 5px;
}
.News_content .News_body .News_block{
	display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: flex-start;
    gap: 20px 30px;
    column-gap: 10px !important;
}
.News_content .News_body .News_block .News_item{
	width: 200px;
	margin: 0px 10px;
}
.News_content .News_body .News_block .News_item a{
	display: flex;
    max-width: 100%;
    flex-direction: column;
    flex-grow: 1;
}
.News_content .News_body .News_block .News_item .News_item_content_img .News_item_content_block{
	text-align: center;
    height: 150px;
    background-size: cover;
    border-radius: 0px;
    background-repeat: no-repeat;
    background-position: center top;
}
.News_content .News_body .News_block .News_item .News_item_content_img .News_item_content_block img{
	display: none;
    width: 58%;
    border-radius: 0px;
}
.News_content .News_body .News_block .News_item .News_item_content_caption{
	color: #333;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.News_content .News_body .News_block .News_item .News_item_content_caption p{
	font-weight: 500;
    line-height: 1.6;
    font-size: 17px;
}
.News_content .News_body .News_block .News_item .News_item_content_brief{
	color: #333;
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.News_content .News_body .News_block .News_item .News_item_content_brief p{
	font-weight: 400;
    line-height: 1.6;
    font-size: 15px;
}
.News_content .News_body .News_block .News_item .News_item_content_brief p.link{
	text-decoration: underline;
}
.News_content .News_body .News_block .News_item .News_item_content_date{
	color: #333;
    padding-top: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
}
.News_content .News_body .News_block .News_item .News_item_content_date p{
	font-weight: 400;
    line-height: 1.6;
    font-size: 14px;
}


/*TarifsV1*/

.mainPage_content_block div.tarifs_main_head{
    background-color: rgba(81, 98, 255, 1);
    border-radius: 16px 16px 0px 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
	margin: 0 0 10px 0;
}
.mainPage_content_block .tarifs_main_head h1{
    color: white;
    font-size: 24px;
    font-weight: 600;
}
.tarifs_p1{
    font-size: 16px;
    color: rgba(4, 6, 27, 1);
    font-weight: 400;
    margin-top: 5px;
	margin-bottom: 20px;
}
.tarifs_block{
    width: 57%;
}
#tarifs_documents{
    width: 100% !important;
    padding-top: 0px !important;
}
#tarifs_documents1{
    width: 100% !important;
    margin-top: 20px;
    padding-top: 0px !important;
}
#tarifs_mainPage_content_block1_first{
    margin-top: 10px;
}


.mainPage_content_block div.scriptcontent{
    margin: 0px 10px 10px 10px; padding: 10px; display: none;
}
.mainPage_content_block div.scriptcontent p{
	margin-bottom: 10px;
}
.mainPage_content_block div.scriptcontent p .bold{
	font-weight: bold;
}
.mainPage_content_block div.scriptcontent p .italic{
	font-style: italic;
}
.mainPage_content_block div.scriptcontent ul li{
	font-size: 14px;
	margin: 0px 0px 10px 10px;
}
/*страница логина*/

.lp_content{
    padding-bottom: 20px;
    padding-top: calc(50vh - 300px);
}
.reg_block{
    width: 584px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 15px 0px #21272C26;
    border-radius: 24px;
    padding-bottom: 30px;
}
.reg_block1{
    width: 400px;
}

.reg_block_content1{
    background-color: #5162FF05;
    border-radius: 24px 24px 0px 0px;
    border-bottom: 1px solid #D7D7DA;
    height: 76px;
}
.reg_block_content1_h1{
    font-size: 20px;
    font-weight: 600;
    padding-top: 25px;
}
.reg_block_content1_block{
    width: 90%;
    margin: 0 auto;
}

.reg_block_content2{
    width: 90%;
    margin: 0 auto;
    position: relative;
}
.lp_login{
    width: 100%;
    padding: none;
}

.lp_login label {
    display: block;
    position: absolute; 
    color: #5F606D; 
    transform: translate(20px, -38px);
    font-size: 14px;
    font-weight: 400;
    transition: 0.3s; 
    pointer-events: none;
}
.lp_login input:focus + label, 
.lp_login input:valid + label { 
    font-size: 12px; 
    transform: translate(20px, -46px); 
}
.lp_login_input{
    margin-top: 30px;
    height: 39px;
    border-radius: 8px;
    border: 1px solid #D7D7DA !important;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    width: calc(100% - 40px);
    position: relative;
    outline-color: black;
}
.lp_log_err{
    font-size: 12px;
    color: rgba(235, 87, 87, 1);
    text-align: left;
    margin-top: 8px;
    display: none;
}
.lp_password{
    width: 100%;
    padding: none;
}
.lp_password label {
    display: block;
    position: absolute; 
    color: #5F606D; 
    transform: translate(20px, -38px);
    font-size: 14px;
    font-weight: 400;
    transition: 0.3s; 
    pointer-events: none;
}
.lp_password input:focus + label, 
.lp_password input:valid + label { 
    font-size: 12px; 
    transform: translate(20px, -46px); 
}
.lp_password_input{
    margin-top: 15px;
    height: 39px;
    border-radius: 8px;
    border: 1px solid #D7D7DA !important;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    width: calc(100% - 40px);
    position: relative;
    outline-color: black;
}
.lp_pass_err{
    font-size: 12px;
    color: rgba(235, 87, 87, 1);
    text-align: left;
    margin-top: 8px;
    display: none;
}
.password-control {
	position: absolute;
	display: inline-block;
	width: 23px;
	height: 20px;
    right: 20px;
    margin-top: -39px;
	background: url(../img/v2/main/eye.svg) 0 0 no-repeat;
}
.password-control:hover{
    cursor: pointer;
}

.lp_login.error .lp_login_input{
    border-color: rgba(235, 87, 87, 1) !important;
    outline-color: rgba(235, 87, 87, 1) !important;
}

.lp_login.error .lp_log_err{
    display: block;
}

.lp_password.error .lp_password_input{
    border-color: rgba(235, 87, 87, 1) !important;
    outline-color: rgba(235, 87, 87, 1) !important;
}

.lp_password.error .lp_pass_err{
    display: block;
}
.reg_block_content3{
    width: 90%;
    margin: 0 auto;
}
.reg_block_content3_button{
    width: 100%;
    height: 52px;
    color: white;
    background-color: rgba(81, 98, 255, 1);
    text-align: center;
    font-size: 14;
    font-weight: 600;
    border-radius: 8px;
    margin-top: 30px;
    transition: 0.3s;
	border: none;
    font-family: Manrope;
}
.reg_block_content3_button:hover{
    cursor: pointer;
	background-color: #717FFF;
}
.reg_block_content3_button:active{
    background-color: #8591ff;
}

/*гигиенический журнал - попап инструкция*/

.HelpMain{
    width: 100%;
    height: 100%;
    background-color: rgba(4, 6, 27, 0.16);
    position: fixed;
    top: 0;
    padding-top: 72px;
    overflow-y: auto;
    z-index: 1;
}
.HelpMain.active{
    display: block;
}
.HelpMain .HelpBody video{
    max-width: 100%;
    max-height: 500px;
    object-fit: cover;
    border-radius: 32px;
    margin-top: 20px;
}
.HelpMain .HelpBody video::-webkit-media-controls {
    opacity: 0;
    transition: 0.3s;
}
.HelpMain .HelpBody video::-webkit-media-controls:hover{
    opacity: 1;
    cursor: pointer;
}
.HelpMain .container{
    width: 65%;
    max-width: 994px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 24px;
    margin-bottom: 100px;
    padding-bottom: 15px;
}
.HelpMain .HelpHeader{
    width: 100%;
    height: 76px;
    background-color: #5162FF05;
    border-radius: 24px 24px 0px 0px;
    border-bottom: 1px solid #D7D7DA;
}
.HelpMain .block{
    width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.HelpMain .HelpBody{
    width: 95%;
    margin: 0 auto;
}
.HelpMain .HelpHeader h1{
    font-size: 20px;
    font-weight: 600;
    padding-top: 25px;
}
.HelpMain .HelpBody h1{
    font-size: 18px;
    font-weight: 600;
    color: rgba(4, 6, 27, 1);
    margin-top: 35px;
}
.HelpMain .HelpBody h2{
    font-size: 16px;
    font-weight: 600;
    color: rgba(4, 6, 27, 1);
    margin-top: 20px;
}
.HelpMain .HelpHeader img{
    margin-top: 30px;
}
.HelpMain .HelpHeader img:hover{
    cursor: pointer;
}
.HelpMain .closeMobile{
    display: none;
}
.HelpMain .HelpBody ul{
    margin-top: 15px;
}
.HelpMain .HelpBody li{
    margin: 0 auto;
    margin-bottom: 15px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    display: flex;
	background: url(../img/v2/main/Ellipse_293.svg) no-repeat 0 4px;
	padding-left: 5px;
}
.HelpMain .HelpBody li p{
    margin-left: 10px;
	margin-top: 0px;
}
.HelpMain .HelpBody p{
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px;
}
.HelpMain .HelpBody p.first{
    margin-top: 30px;
}
.HelpMain .closeMobile div{
    background-image: url(../img/v2/arrowLeft.svg);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 19px;
}
.PopupMain .closeMobile div{
    background-image: url(../img/v2/arrowLeft.svg);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 19px;
}
.hm3Popap_settings_content1_block1_img2{
    background-image: url(../img/v2/arrowLeft.svg);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
}
.popAddProduct_content1_block_img1{
    background-image: url(../img/v2/arrowLeft.svg);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 1px;
    display: none;
    margin-top: 22px;
}
.nav_content_mobile .item div.nav_mobile_back{
    background-image: url(../img/v2/nav/arrowLeft.svg);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
	margin: 0;
	margin-left: -10px;
}
.guidePop_mobileFooter{
    display: none;
    margin-top: 100px;
}

/*hm3 попап настройки*/

.hm3Popap_settingsBg{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color:rgba(4, 6, 27, 0.03) ;
    z-index: 2;
    overflow-y: auto;
    padding-top: 150px;
    display: none;
}
.hm3Popap_settingsBg.active{
    display: block;
}
.hm3Popap_settings{
    width: 584px;
    background-color: white;
    margin: 0 auto;
    border-radius: 24px;
    margin-bottom: 300px;
    padding-bottom: 50px;
}
.hm3Popap_settings_content1{
    width: 100%;
    height: 76px;
    background-color: #5162FF05;
    border-radius: 24px 24px 0px 0px;
    border-bottom: 1px solid #D7D7DA;
}
.hm3Popap_settings_contetn1_block1{
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
}
.hm3Popap_settings_content1_block1_h1{
    font-size: 20px;
    font-weight: 600;
    color: rgba(4, 6, 27, 1);
    margin-top: 28px;
}
.hm3Popap_settings_content1_block1_img2{
    display: none;
}
.hm3Popap_settings_content1_block1_img{
    margin-top: 28px;
}
.hm3Popap_settings_content1_block1_img:hover{
    cursor: pointer;
}
.hm3Popap_settings_content2{
    width: 90%;
    margin: 0 auto;
}
.hm3Popap_settings_content2_p1{
    color: rgba(4, 6, 27, 1);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 30px;
}

/*hm3 ms- multi select*/

.ms {
	width: 100%;
	position: relative;
	background-color: #fff;
	color: black;
	cursor: pointer;
	transition: 0.3s;
    margin-top: 20px;
}

.ms__input {
	flex: 1 1 100px;
	font-size: 14px;
	line-height: 1.3;
	height: 100%;
	background-color: #fff;
	width: 250px;
	display: none;
    outline: none;
    border: none;
}
.ms__input.active{
	display: block;
}
.ms__chose {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 15px 20px;
	border: 1px solid rgba(215, 215, 218, 1);
	border-radius: 10px;
	transition: 0.3s;
}
.ms__chose.active{
	border: 1px solid rgba(81, 98, 255, 1);
}
.ms__chose.active .ms__input{
	display: block;
}
.ms__chose-item {
	font-size: 14px;
	background: rgba(240, 240, 242, 1);
	border-radius: 4px;
	color: rgba(4, 6, 27, 1);
	padding: 5px 10px;
    padding-right: 20px;

    width: 110px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.3s;
}
.ms__chose-item::before{
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-image: url(../img/v2/main/close2.svg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 110px;
    margin-top: 5px;
}
.ms__chose-item:hover{
    background: rgba(235, 87, 87, 0.5);
}
.ms__chose-item:active{
    background: rgba(235, 87, 87, 0.7);
    transition: 0s;
}
.ms__dropdown {
	display: flex;
	flex-direction: column;
	position: absolute;
	left: 0;
	z-index: 20;
	width: 100%;
	background-color: white;
    border-radius: 8px;
    box-shadow: 0px 4px 15px 0px #21272C26;
	margin-top: 10px;
    max-height: 300px;
    overflow: auto;
}
.ms__dropdown::-webkit-scrollbar-thumb{
    width: 6px;
    height: 50px;
    background-color: rgba(227, 230, 255, 1);
    border-radius: 100px;
}
.ms__dropdown::-webkit-scrollbar{
    background-color: white;
    width: 6px;

}
.ms__dropdown > * + * {
	padding-top: 5px;
	border-top: 1px solid white;
}
.ms__dropdown_hidden {
	display: none;
}

.ms__dropdown-item {
	font-size: 14px;
	cursor: pointer;
	padding: 10px 26px;
	color: black;
	display: flex;
	margin: 5px;
}

.ms__dropdown-item_chose .ms_inpBut{
	background-color: rgba(81, 98, 255, 1);
    border: 2px solid rgba(81, 98, 255, 1);
}
.ms__dropdown-item_hidden {
	display: none;
}
.ms__dropdown-item:first-child {
	padding-top: 10px;
	border-radius: 10px 10px 0 0;
}
.ms__dropdown-item:last-child {
	padding-bottom: 10px;
	border-radius: 0 0 10px 10px;
}
.ms__dropdown-item_current,
.ms__dropdown-item:hover {
	background-color: rgba(81, 98, 255, 0.03);
    border-radius: 8px;
}

.ms_inpBut{
	width: 18px;
	height: 18px;
	margin-right: 10px;
    pointer-events: none;
    text-align: center;
    border: 2px solid rgba(95, 96, 109, 1);
    background-color: white;
    border-radius: 8px;
    margin-top: -1px;
}
.ms_inpBut_img{
    margin-bottom: 1px;
}
.ms_arrowDown{
    position: absolute;
    width: 20;
    right: 20px;
    transition: 0.3s;
    top: calc(50% - 3px);
    pointer-events: none;
}
.ms_arrowDown.active{
	transform: rotate(180deg);
    pointer-events: all;
}

/*кастомный селект*/

.hm3Popap_settings_select_wrap{
    width: 100%;
    position: relative;
    user-select: none;
    border: 1px solid rgba(215, 215, 218, 1);
    border-radius: 10px;
    margin-top: 20px;
}

.hm3Popap_settings_select_wrap .hm3Popap_settings_default_option{
  background: #fff;
  border-radius: 15px;
  position: relative;
  cursor: pointer;
}

.hm3Popap_settings_select_wrap .hm3Popap_settings_default_option li{
    padding: 15px 20px;
    display: flex;
    justify-content: left;
}



.hm3Popap_settings_select_ul{
    position: absolute;
    margin-top: 10px;
    left: -1px;
    width: 100%;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0px 4px 15px 0px #21272C26;
    display: none;
    z-index: 2;
}

.hm3Popap_settings_select_wrap .hm3Popap_settings_select_ul li{
  margin: 5px 5px;
  padding: 10px 30px;
  cursor: pointer;
  border-radius: 8px;
}

.hm3Popap_settings_select_wrap .hm3Popap_settings_select_ul li:hover{
    background-color: rgba(81, 98, 255, 0.03);
}

.hm3Popap_settings_select_wrap .hm3Popap_settings_option{
  display: flex;
  justify-content: space-between;
}
.hm3Popap_settings_default_option .hm3Popap_settings_option .hm3Popap_settings_option_block2{
    display: none;
}
.hm3Popap_settings_default_option .hm3Popap_settings_option .icon{
    display: none;
}

.hm3Popap_settings_select_wrap .hm3Popap_settings_option .icon{
    width: 18px;
	height: 18px;
	margin-right: 13px;
    pointer-events: none;
    text-align: center;
    border: 2px solid rgba(95, 96, 109, 1);
    background-color: white;
    border-radius: 8px;
    margin-top: 7px;
}


.hm3Popap_settings_select_wrap.active .hm3Popap_settings_select_ul{
  display: block;
  max-height: 200px;
  overflow: auto;
}
.hm3Popap_settings_select_ul::-webkit-scrollbar-thumb{
    width: 6px;
    height: 50px;
    background-color: rgba(227, 230, 255, 1);
    border-radius: 100px;
}
.hm3Popap_settings_select_ul::-webkit-scrollbar{
    background-color: white;
    width: 6px;
    border-radius: 8px;
}


.hm3Popap_settings_select_wrap.active .hm3Popap_settings_default_option:before{
  top: 25px;
  transform: rotate(-225deg);
}

.hm3Popap_settings_option_p{
    color: rgba(95, 96, 109, 1);
    font-size: 14px;
    font-weight: 400;
}
li.active .hm3Popap_settings_option .icon{
    background-color: rgba(81, 98, 255, 1);
    border: 2px solid rgba(81, 98, 255, 1);
}
.set_inpBut_img{  
     margin-bottom: 3px;
}
.hm3Popap_settings_option_p1{
    color: rgba(95, 96, 109, 1);
    font-size: 12px;
    font-weight: 400;
}
.hm3Popap_settings_option_p2{
    color: rgba(4, 6, 27, 1);
    font-size: 14px;
    font-weight: 400;
}
.hm3Popap_settings_option_block1{
    display: flex;
}
.hm3Popap_settings_option_block2{
    height: 24px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 100px;
    margin-top: 6px;
    transition: 0.3s;
    margin-left: 15px;
}
.hm3Popap_settings_option_block2:hover .hm3Popap_settings_option_block2_block{
    display: block;
}
#hm3Popap_settings_option_last .hm3Popap_settings_option_block2:hover .hm3Popap_settings_option_block2_block{
    display: block;
    margin-top: -105px;
    border-radius: 16px 16px 0px 16px;
}
.hm3Popap_settings_option_block2_block{
    height: 88px;
    max-height: 88px;
    width: 245px;
    background-color: black;
    position: absolute ;
    margin-left: -270px;
    border-radius: 16px 0px 16px 16px;
    overflow-y: auto;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 100;
    display: none;
}
.hm3Popap_settings_option_block2_block::-webkit-scrollbar{
    width: 0px;
}
#hm3Popap_settings_option_block2_block_p_first{
    margin-top: 19px;
}
.hm3Popap_settings_option_block2_block_p{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: white;
}
.hm3Popap_settings_option_block2:hover{
    background-color: rgba(81, 98, 255, 0.06);
}
.hm3Popap_settings_option_block2_p{
    color: rgba(81, 98, 255, 1);
    font-size: 14px;
    font-weight: 600;
    margin-top: 2px;
}
.hm3Popap_arrowDown{
    position: absolute;
    pointer-events: none;
    right: 20px;
    transition: 0.3s;
    top: calc(50% - 3px);
}
.hm3Popap_settings_select_wrap.active .hm3Popap_arrowDown{
	transform: rotate(180deg);
}

.hm3Popap_settings_content3{
    width: 90%;
    margin: 0 auto;
    margin-top: 250px;
    display: flex;
    justify-content: end;
}
.hm3Popap_settings_content3_button{
    height: 52px;
    border-radius: 8px;
    color: white;
    font-size: 14px;
    font-weight: 500;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #5162FF;
    border: none;
    transition: 0.3s;
}
.hm3Popap_settings_content3_button:hover{
    background-color: #717FFF;
    cursor: pointer;
}
.hm3Popap_settings_content3_button:active{
    background-color: #8591ff;
}
.popSetmobileBg{
    width: 100%;
    height: 100%;
    background-color: rgba(4, 6, 27, 0.16);
    position: fixed;
    top: 0;
    z-index: 4;
    display: none;
}
.popSetmobileBg.active{
    display: block;
}
.popSetmobileButtonDown{
    width: 100%;
    height: 88px;
    background-color: white;
    border-top: 1px solid rgba(215, 215, 218, 1);
    position: fixed;
    bottom: 0;
    text-align: center;
    z-index: 5;
    display: none;
}
.popSetmobileButtonDown.active{
    display: block;
}
.popSetmobileButtonDown_but{
    height: 52px;
    border-radius: 8px;
    color: white;
    font-size: 14px;
    font-weight: 500;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #5162FF;
    border: none;
    transition: 0.3s;
    width: 90%;
    margin-top: 17px;
}
.popSetmobileUp{
    background-color: white;
    border-radius: 16px 16px 0px 0px;
    position: fixed;
    width: 100%;
    z-index: 5;
    display: none;
}
.popSetmobileUp.Sel1active{
    display: block;
    bottom: 289px;
}
.popSetmobileUp.Sel2active{
    display: block;
    bottom: 389px;
}
.popSetmobileUp_content{
    width: 90%;
    height: 60px;
    margin: 0 auto;
}
.popSetmobileUp_h1{
    font-size: 18px;
    color: rgba(4, 6, 27, 1);
    font-weight: 600;
    margin-top: 20px;
    display: none;
}
.popSetmobileUp.Sel1active .popSetmobileUp_h1{
    display: block;
}
.popSetmobileUp.Sel2active .popSetmobileUp_h2{
    display: block;
}
.popSetmobileUp_h2{
    font-size: 18px;
    color: rgba(4, 6, 27, 1);
    font-weight: 600;
    margin-top: 20px;
    display: none;
}
.popSetmobileUp_close{
    background-color: rgba(174, 175, 182, 1);
    width: 50px;
    height: 4px;
    border-radius: 50px;
    margin: 0 auto;
    margin-top: 10px;
}

/*попап добавить изделие*/

.popAddProduct_bg{
    width: 100%;
    height: 100%;
    background-color: rgba(4, 6, 27, 0.03);
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 150px;
}
.popAddProduct{
    width: 650px;
    margin: 0 auto;
    background-color: white;
    margin-bottom: 300px;
    border-radius: 24px;
    padding-bottom: 35px;
}
.popAddProduct_content1{
    width: 100%;
    height: 76px;
    background-color: #5162FF05;
    border-radius: 24px 24px 0px 0px;
    border-bottom: 1px solid #D7D7DA;
}
.popAddProduct_content1_block{
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
}
.popAddProduct_content1_block_h1{
    font-size: 20px;
    font-weight: 600;
    color: rgba(4, 6, 27, 1);
    margin-top: 28px;
}
.popAddProduct_content1_block_img2{
    margin-top: 28px;
}
.popAddProduct_content1_block_img2:hover{
    cursor: pointer;
}
.PopupMain .PopupBody .PopupCalendar input{
    height: 39px;
    border-radius: 8px;
    border: 1px solid #D7D7DA !important;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    position: relative;
    outline-color: black;
    width: calc(100% - 40px);
}
.PopupMain .PopupBody .PopupCalendar input:hover{
    cursor: pointer;
}
.PopupMain .PopupBody .PopupCalendar.error input {
    border-color: rgba(235, 87, 87, 1) !important;
    outline-color: rgba(235, 87, 87, 1) !important;
}
.PopupMain .PopupBody .PopupCalendar input:focus + label, 
.PopupMain .PopupBody .PopupCalendar input:not(:placeholder-shown) + label { 
    font-size: 12px; 
    transform: translate(20px, -46px); 
}
.PopupMain .PopupBody .PopupCalendar .info {
    font-size: 12px;
    color: rgba(235, 87, 87, 1);
    text-align: left;
    margin-top: 8px;
    display: none;
}
.PopupMain .PopupBody .PopupCalendar.error .info {
    display: block;
}
.daterangepicker{
    right: 0px !important;
    top: 60px !important;
    bottom: unset !important;
    left: unset !important;
    margin-right: 0px !important;
    border: none !important;
    border-radius: 8px !important;
    box-shadow: 0px 4px 15px 0px #21272C26 !important;
}
.daterangepicker .calendar-table th, .daterangepicker .calendar-table td{
    width: 40px !important;
    height: 36px !important;
    border-radius: 100px !important;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: rgba(81, 98, 255, 1) !important;
}
.daterangepicker:after {
    display: none !important;
}
.daterangepicker.opensright:before {
    display: none !important;
}
.available:hover{
    background-color: rgba(245, 246, 255, 1) !important;
}
.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span{
    border: solid rgba(81, 98, 255, 1) !important;
    border-width: 0 2px 2px 0 !important;
}
.popAddProduct_content2{
    width: 90%;
    margin: 0 auto;
}
.PopupMain .PopupBody .PopupCalendar{
    width: 100%;
    position: relative;
    margin-top: 30px;
}
.PopupMain .PopupBody .borderBlock .PopupCalendar{
    margin-top: 5px;
}
.PopupMain .PopupBody .PopupCalendar label{
	display: block;
    position: absolute;
    color: #5F606D;
    transform: translate(20px, -40px);
    font-size: 14px;
    font-weight: 400;
    transition: 0.3s;
    pointer-events: none;
}
.calendar_icon{
    position: absolute;
    right: 20px;
    pointer-events: none;
    top: 20px;
}
.popAddProduct_content2_h1{
    font-size: 16px;
    color: rgba(4, 6, 27, 1);
    font-weight: 600;
    margin-top: 20px;
}
.popAddProduct_content2_h2{
    font-size: 18px;
    color: rgba(4, 6, 27, 1);
    font-weight: 600;
    margin-top: 30px;
}
.popAddProduct_content2_block1{
    display: flex;
    justify-content: space-between;
}
.popAddProduct_content2_block2{
    display: flex;
    justify-content: space-between;
}
#popAddProduct_content2_block1_sel{
    width: 48%;
    position: relative !important;
}
#popAddProduct_content2_block1_sel2{
    width: 100%;
    position: relative !important;
}
#popAddProduct_content2_block1_sel3{
    width: 100%;
    position: relative !important;
    margin-top: 10px;
}
#popAddProduct_content2_block1_sel2_2{
    padding-top: 0px !important;
}
.popAddProduct_content2_block1_sel_img{
    position: absolute;
    right: 20px;
    top: 45px;
}
#popAddProduct_content2_block2_input{
    width: 70%;
}
#popAddProduct_content2_block2_input_input{
    margin-top: 15px;
}
.popAddProduct_content2_block2_button{
    height: 56px;
    border-radius: 8px;
    color: white;
    font-size: 14px;
    font-weight: 500;
    padding-left: 35px;
    padding-right: 35px;
    background-color: #5162FF;
    border: none;
    transition: 0.3s;
    display: flex;
    margin-top: 15px;
}
.popAddProduct_content2_block2_button:hover{
    background-color: #717FFF;
}
.popAddProduct_content2_block2_button:active{
    background-color: #8591ff;
}
.popAddProduct_content2_block2_button_p{
    margin-left: 10px;
    margin-top: 18px;
}
.popAddProduct_content2_block2_button_img{
    margin-top: 21px;
}
#popAddProduct_ta1{
    border-top: 30px solid white !important;
    margin-top: 15px;
}
#popAddProduct_content2_input{
    width: 100%;
}
#popAddProduct_content2_input_input::-webkit-inner-spin-button,
#popAddProduct_content2_input_input::-webkit-outer-spin-button {
    -webkit-appearance: none; 
}
.popAddProduct_content2_block3{
    display: flex;
    margin-top: 20px;
}
.popAddProduct_content2_block3_block1{
    display: flex;
}
.popAddProduct_content2_block3_block2{
    display: flex;
    margin-left: 20px;
}

input[type=radio] {
    --s: 20px;     /* control the size */
    --c: rgba(81, 98, 255, 1); /* the active color */
    
    height: var(--s);
    aspect-ratio: 1;
    border: calc(var(--s)/8) solid #939393;
    padding: calc(var(--s)/8);
    background: 
       radial-gradient(farthest-side,var(--c) 94%,#0000) 
       50%/0 0 no-repeat content-box;
    border-radius: 50%;
    outline-offset: calc(var(--s)/10);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    font-size: inherit;
    transition: 0.1s;
}
input[type=radio]:checked {
    border-color: var(--c);
    background-size: 100% 95%;
}
.popAddProduct_content2_block3_block1_p{
    color: rgba(4, 6, 27, 1);
    font-size: 16px;
    font-weight: 600;
    margin-left: 10px;
    margin-top: -1px;
}
.popAddProduct_content2_block3_block1_p:hover{
    cursor: pointer;
}
.popAddProduct_content2_block4{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.popAddProduct_content2_block4_block1{
    width: 48%;
}
#popAddProduct_content2_block4_block1_input{
    margin-top: 20px !important;
}
#popAddProduct_content2_block4_block1_input::-webkit-inner-spin-button,
#popAddProduct_content2_block4_block1_input::-webkit-outer-spin-button {
    -webkit-appearance: none; 
}
#popAddProduct_content2_block1_sel4{
    width: 100%;
    position: relative !important;
}
.popAddProduct_content2_block5{
    margin-top: 35px;
}
.popAddProduct_content2_block5_content{
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: end;
}

/*попап добавить строку*/

.popAddString_borderBlock1{
    width: 100%;
    border: 1px solid rgba(215, 215, 218, 1);
    border-radius: 16px;
    padding-bottom: 15px;
    padding-top: 10px;
    margin-top: 40px;
    position: relative;
}
.popAddString_borderBlock1_content{
    width: 95%;
    margin: 0 auto;
}
.popAddString_borderBlock1_p{
    font-size: 12px;
    font-weight: 400;
    color: rgba(95, 96, 109, 1);
    margin-top: 10px;
}
.popAddString_borderBlock1_popAddProduct_content2_block1_sel2{
    width: 70% !important;
}
.popAddString_borderBlock1_popAddProduct_content2_block2_button{
    margin-top: 20px;
}
.popAddString_borderBlock1_popAddProduct_content2_input input{
    margin-top: 15px;
}
.popAddString_borderBlock1_row_calendar{
    margin-top: 15px;
}
.popAddString_borderBlock1_popAddProduct_content2_input input{
    margin-top: 15px;
}
.popAddString_borderBlock1_h1{
    color: rgba(4, 6, 27, 1);
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    top: -12px;
    left: 5%;
    background-color: white;
    padding-left: 5px;
    padding-right: 5px;

}

/*Уведомления*/

.popNotifications_container{
    width: 100%;
    height: 100%;
    background-color: rgba(4, 6, 27, 0.03);
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 150px;
}
.popNotifications{
    width: 585px;
    margin: 0 auto;
    background-color: white;
    margin-bottom: 300px;
    border-radius: 24px;
    padding-bottom: 40px;
}
.popNotifications .header{
    width: 100%;
    height: 76px;
    background-color: #5162FF05;
    border-radius: 24px 24px 0px 0px;
    border-bottom: 1px solid #D7D7DA;
}
.popNotifications .main{
    padding-top: 15px;
}
.popNotifications .main_content1{
    display: none;
    padding-top: 25px;
}
.popNotifications .header .content{
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
}
.popNotifications .main .block1{
    width: 100%;
    margin: 0 auto;
	background-color: unset;
	padding-top: 0px;
}
.popNotifications .main .block2{
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
	background-color: unset;
}
.popNotifications .main .block2 .content{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.popNotifications .main .block1 .content{
    width: 90%;
    display: flex;
    margin: 0 auto;
    border-bottom: 2px solid #D7D7DA;
}
.popNotifications .main .block2 p.info{
    font-size: 14px;
    color: rgba(235, 87, 87, 1);
    text-align: left;
    margin-top: 8px;
    display: none;
}
.popNotifications .header .content .img_close_mobile{
    background-image: url(/img/v2/arrowLeft.svg);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 1px;
    display: none;
}
.popNotifications .header .content .img_close{
    margin-top: 28px;
}
.popNotifications .header .content .img_close:hover{
    cursor: pointer;
}
.popNotifications .header .content h1{
    font-size: 20px;
    font-weight: 600px;
    color: rgba(4, 6, 27, 1);
    margin-top: 28px;
}
.popNotifications .main .block1 .button{
    height: 50px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #ffffff00;
    font-size: 14px;
    font-weight: 400;
    color: #5F606D;
}
.popNotifications .main .block1 .button.active{
    box-shadow: 0px 2px 0px 0px #5162FF;
}
.popNotifications .main .block1 .button p{
    font-size: 14px;
    font-weight: 400;
    color: #5F606D;
}
.popNotifications .main .block1 .button.active p{
    font-weight: 600;
    color: black;
}
.popNotifications .main .block2 .button_left{
    width: 116px;
    height: 40px;
    border-radius: 8px;
    color: #5162FF;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s;
}
.popNotifications .main .block2 .button_left:hover{
    background-color: #5162FF10;
}
.popNotifications .main .block2 .button_left:active{
    background-color: #5162FF18;
    transition: 0s;
}
.popNotifications .main .block2 .button_right{
    width: 116px;
    height: 40px;
    border-radius: 8px;
    color: rgba(255, 59, 48, 1);
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s;
    background-color: rgba(255, 59, 48, 0.03);
}
.popNotifications .main .block2 .button_right:hover{
    background-color: #5162FF10;
}
.popNotifications .main .block2 .button_right:active{
    background-color: #5162FF18;
    transition: 0s;
}
.popNotifications .main .scrollBlock_container{
    overflow-y: auto;
    height: 400px;
    margin-top: 20px;
}
.popNotifications .main .scrollBlock_container .scrollBlock{
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.popNotifications .scrollBlock .item{
    background-color: rgba(249, 250, 255, 1);
    width: 100%;
    margin-top: 3px;
    padding-top: 13px;
    padding-bottom: 13px;
}
.popNotifications .scrollBlock .item .content{
    width: 94%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: inherit;
}
.popNotifications .scrollBlock .item:first-child{
    border-radius: 8px 8px 0px 0px;
    border-bottom: 1px solid rgba(215, 215, 218, 1);
    margin-top: 0px;
}
.popNotifications .scrollBlock .item:nth-last-child(1){
    border-radius: 0px 0px 8px 8px;
}
.popNotifications .scrollBlock .js-notifications_checkbox{
    min-width: 18px;
    min-height: 18px;
    text-align: center;
    border: 2px solid rgba(95, 96, 109, 1);
    background-color: white;
    border-radius: 8px;
    margin-right: 10px;

    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.popNotifications .scrollBlock input{
    position: absolute;
    top: -2px;
    left: -2px;
    width: 22px;
    height: 22px;
    opacity: 0;
}
.popNotifications .scrollBlock input:hover{
    cursor: pointer;
}
.popNotifications .scrollBlock .item a p{
    color: #5162FF;
    font-size: 16px;
    font-weight: 600;
}
.popNotifications .scrollBlock .item p a{
    color: #5162FF;
    font-size: 16px;
    font-weight: 600;
}
.popNotifications .scrollBlock .item:first-child p{
    font-size: 16px;
    font-weight: 600;
}
.popNotifications .scrollBlock .js-notifications_checkbox.checked{
    background-color: rgba(81, 98, 255, 1);
    border: 2px solid rgba(81, 98, 255, 1);
}
.popNotifications .main .scrollBlock_container::-webkit-scrollbar {
    background-color: white;
    width: 7px;
    position: absolute;
}
.popNotifications .main .scrollBlock_container::-webkit-scrollbar-thumb {
    width: 7px;
    height: 50px;
    background-color: rgba(240, 240, 242, 1);
    border-radius: 100px;
}

.popNotifications .scrollBlock .container{
    margin-top: 25px;
}
.popNotifications .scrollBlock .container:first-child{
    margin-top: 0px;
}

/*Сотрудники*/

.nav_but4.active{
    background-color: rgba(81, 98, 255, 1);
    color: white;
}
.nav_but4.active:hover{
    background-color: rgba(81, 98, 255, 1);
}
.nav_but4.active:active{
    background-color: rgba(81, 98, 255, 1);
}
.nav_but4.active .nav_but1_icon{
    display: none;
}
.nav_but4.active .nav_but4_icon2{
    display: block;
}
.nav_but4.active .nav_but4_block1{
    width: 80%;
}
.nav_but4_icon2{
    width: 20px;
    height: 18px;
    display: none;
}


.staffs_container{
    background-color: #5162FF05;
    padding-top: 20px;
    padding-bottom: 20px;
}
.staffs_container .content{
    width: 90%;
    margin: 0 auto;
    max-width: 1440px;
}

.staffs_container .content .worker .top{
    background-color: rgba(245, 246, 255, 1);
    border-radius: 16px;
    padding-top: 13px;
    padding-bottom: 13px;
    width: 100%;
    margin: 0 auto;
}
.staffs_container .content .worker .top .content{
    width: 98%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.staffs_container .content .worker .top h2{
    color: rgba(81, 98, 255, 1);
    font-size: 20px;
    font-weight: 600;
}
.staffs_container .content .worker .top img{
    width: 15px;
    height: 12px;
    transition: 0.3s;
	margin-right: 3px;
}
.staffs_container .content .worker.opened .top img{
    transform: rotate(180deg);
}
.staffs_container .content .worker .top .content:hover{
    cursor: pointer;
}
.staffs_container .content .worker .bottom{
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 50px;

    display: none;
}
.staffs_container .content .worker.opened .bottom{
    display: flex;
}
.staffs_container .section{
    width: 49% !important;
    margin-top: 10px;
}
.staffs_container .section .section_top{
    width: 100% !important;
    margin: unset !important;
    align-items: center;


    border: none !important;
    display: flex;
    justify-content: space-between;
    padding-top: 16px;
    padding-bottom: 16px;
}
.staffs_container .section .section_top .left{
    display: flex;
    align-items: center;
}
.staffs_container .section .section_top .left .plus{
    background-image: url(/img/v2/main/plusBlue.svg);
    width: 20px;
    height: 20px;
    margin-left: 10px;
    margin-bottom: 4px;
    background-color: rgba(255, 255, 255, 0);
}
.staffs_container .section .section_top .left h3{
    font-size: 18px;
    color: rgba(4, 6, 27, 1);
    font-weight: 600;
}
.staffs_container .worker.opened .section .section_top img{
    transform: rotate(0deg);
    width: 12px;
    height: 12px;
    filter: brightness(0);
    transition: 0.3s;
    margin-right: 19px;
}
.staffs_container .worker.opened .section.opened .section_top img{
    transform: rotate(180deg);
}
.staffs_container .worker.opened .section .section_top img:hover{
    cursor: pointer;
}
.staffs_container .worker.opened .section .section_top h3:hover{
    cursor: pointer;
}

.staffs_container .worker.opened .section .item{
    margin-top: 10px;
}
.staffs_container .worker.opened .section .item:first-child{
    margin-top: 0px;
}
.staffs_container .section .section_bottom{
    width: 100%;
    display: none;
    margin-top: 15px;
}
.staffs_container .section.opened .section_bottom{
    display: block;
}
.staffs_container .section .item_top{
    background-color: rgba(245, 246, 255, 1);
    height: 48px;   
    border-bottom: 1px solid rgba(199, 204, 255, 1);
    border-radius: 8px 8px 0px 0px;
    display: flex;
    align-items: center;
}
.staffs_container .section .item_bottom{
    width: 100%;
    height: 48px;
    background-color: rgba(245, 246, 255, 1);
    border-radius: 0px 0px 8px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}
.staffs_container .section .item_bottom:hover{
    background-color: rgb(241, 241, 253);
}
.staffs_container .section .item_bottom:active{
    background-color: rgb(237, 237, 255);
}
.staffs_container .section .item_bottom p{
    font-size: 14px;
    color: rgba(81, 98, 255, 1);
    font-weight: 600;
    margin-left: 5px;
}
.staffs_container .section .item_bottom img{
    width: 24px;
    height: 24px;
}
.staffs_container .section .item_top .content{
    width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.staffs_container .section .item_top .content .left{
    display: flex;
}
.staffs_container .section .item_top .content .left p{
    font-size: 16px;
    color: rgba(4, 6, 27, 1);
    font-weight: 600;
}
.staffs_container .section .item_top .content .right{
    transform: rotate(0deg);
    width: 12px;
    height: 12px;
    filter: brightness(0);
    transition: 0.3s;
	margin-right: 3px;
}
.staffs_container .section .item.opened .item_top .content .right{
    transform: rotate(180deg);
}
.staffs_container .section .item_top .content img.right:hover{
    cursor: pointer;
}
.staffs_container .section .item_top .content p:hover{
    cursor: pointer;
}
.staffs_container .section .item_main{
    width: 100%;
    background-color: rgba(245, 246, 255, 1);
    padding-top: 3px;

    display: none;
}
.staffs_container .section .item.opened .item_main{
    display: block;
}
.staffs_container .section .item_main .staff:first-child{
    margin-top: 0px;
}
.staffs_container .section .item_main .staff{
    border-radius: 8px;
    width: 98%;
    margin: 0 auto;
    height: 40px;
    display: flex;
    align-items: center;
    margin-top: 3px;
}
.staffs_container .section .item_main .staff.selected{
    background-color: rgba(227, 230, 255, 1);
}
.staffs_container .section .item_main .staff .content{
    width: 97%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.staffs_container .section .item_main .staff .content p{
    font-size: 14px;
    color: rgba(4, 6, 27, 1);
    font-weight: 400;
}
.staffs_container .section .item_main .staff .content p:hover{
    cursor: pointer;
}

.staffs_container .section .checkbox1{
    min-width: 18px;
    min-height: 18px;
    width: 18px;
    height: 18px;
    text-align: center;
    border: 2px solid rgba(95, 96, 109, 1);
    background-color: white;
    border-radius: 8px;
    margin-right: 10px;

    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.staffs_container .section .checkbox1.checked{
    background-color: rgba(81, 98, 255, 1);
    border: 2px solid rgba(81, 98, 255, 1);
}
.staffs_container .section .checkbox1 input{
    position: absolute;
    top: -2px;
    left: -2px;
    width: 22px;
    height: 22px;
    opacity: 0;
}
.staffs_container .section .checkbox1 input:hover{
    cursor: pointer;
}


.ActionPanel{
    background-color: white;
    height: 72px;
    box-shadow: 0px 5px 10px 0px rgba(33, 39, 44, 0.15);
    display: none;
    z-index: 1;
}
.ActionPanel.active{
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
.ActionPanel .content{
    width: 90%;
    margin: 0 auto;
    max-width: 1440px;
    display: flex;
    padding-top: 16px;
}
.ActionPanel .content .but_standart{
    background-color: rgba(81, 98, 255, 0.03);
    height: 40px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 8px;
    margin-left: 15px;
    transition: 0.3s;
}
.ActionPanel .content .but_standart:hover{
    background-color: #5162FF10;
}
.ActionPanel .content .but_standart:active{
    background-color: #5162FF18;
}
.ActionPanel .content .but_standart img{
    width: 24px;
    height: 24px;
}
.ActionPanel .content .but_standart p{
    font-size: 14px;
    color: rgba(81, 98, 255, 1);
    font-weight: 600;
    margin-left: 10px;
}
.ActionPanel .button1{
    height: 40px;
	min-width: 150px;
    border-radius: 8px;
    color: #5162FF;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s;
    display: flex;
    justify-content: left;
    padding-top: 8px;
    padding-left: 15px;
    padding-right: 15px;
}
.ActionPanel .button1 img{
    width: 24px;
    height: 24px;
}
.ActionPanel .button1 p {
    margin-left: 9px;
    margin-top: 2px;
}
.ActionPanel .button1:hover{
    background-color: #5162FF10;
}
.ActionPanel .button1:active{
    background-color: #5162FF18;
}

.ActionPanel .button2{
    background-color: #FF3B300F;
    height: 40px;
    border-radius: 8px;
    color: #FF3B30;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s;
    display: flex;
    justify-content: left;
    padding-top: 8px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 15px;
}
.ActionPanel .button2 img{
    width: 18px;
    height: 24px;
}
.ActionPanel .button2 p {
    margin-left: 9px;
    margin-top: 2px;
}
.ActionPanel .button2:hover{
    background-color: #5162FF10;
}
.ActionPanel .button2:active{
    background-color: #5162FF18;
}



.ActionPanel .content .mobile{
    background-color: rgba(81, 98, 255, 1);
    height: 40px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 15px;
    border-radius: 8px;
    color: white;
    align-items: center;
    position: relative;

    display: none;
}
.ActionPanel .content .mobile img{
    width: 24px;
    height: 24px;
    margin-left: 5px;
}
.ActionPanel .content .mobile .menu{
    position: absolute;
    width: 250px;
    right: 0px;
    top: 45px;
    background-color: white ;
    border-radius: 8px;
    box-shadow: 0px 4px 15px 0px #21272C26;

    display: block;
}
.ActionPanel .content .mobile.hidden .menu{
    display: none;
}
.ActionPanel .content .mobile .menu .content{
    width: 90%;
    margin: 0 auto;
    color: rgba(4, 6, 27, 1);
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
}
.ActionPanel .content .mobile .menu .content .item:first-child{
    margin-top: 0px;
}
.ActionPanel .content .mobile .menu .content .item{
    width: 100%;
    border-radius: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    transition: 0.3s;
    margin-top: 5px;
}
.ActionPanel .content .mobile .menu .content .item:last-child p{
    color: rgba(255, 59, 48, 1);
}
.ActionPanel .content .mobile .menu .content .item:hover{
    background-color: rgba(81, 98, 255, 0.06);
}
.ActionPanel .content .mobile .menu .content .item:active{
    background-color: rgba(81, 98, 255, 0.09);
}
.ActionPanel .content .mobile .menu .content .item img{
    width: 22px;
    height: 22px;
    margin-left: 10px;
}
.ActionPanel .content .mobile .menu .content .item p{
    color: rgba(4, 6, 27, 1);
    font-size: 14px;
    font-weight: 400px;
    margin-left: 10px;
}

.ActionPanel .content .mobile .menu .content .mobile_close{
    width: 50px;
    height: 4px;
    border-radius: 100px;
    background-color: #AEAFB6;
    margin: 0 auto;
    margin-top: 3px;
    margin-bottom: 30px;
    display: none;
}


.bottomButtons_container{
    background-color: #5162FF05;
    padding-top: 20px;
	padding-bottom: 40px;
}
.bottomButtons_container .content{
    width: 90%;
    margin: 0 auto;
    max-width: 1440px;
    border-bottom: 2px solid #D7D7DA;
}
.bottomButtons_container .content button{
    height: 50px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #ffffff00;

    font-size: 14px;
    font-weight: 400;
    color: #5F606D;
}
.bottomButtons_container .content button:hover{
	box-shadow: 0px 2px 0px 0px #5162FF;
    color: black;
}

.bottomButtons_container .content button.active{
    box-shadow: 0px 2px 0px 0px #5162FF;

    font-weight: 600;
    color: black;
    font-size: 14px;
}
.table_img{
    width: 90%;
    margin: 0 auto;
    max-width: 1440px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/img/v2/main/image\ 29.svg);
    height: 600px;
    margin-top: 50px;
}

.staffs_container .section .archive{
    width: 100%;
}
.staffs_container .section .archive .archive_top{
    background-color: rgba(245, 246, 255, 1);
    height: 48px;
    display: flex;
    align-items: center;
}
.staffs_container .section .archive .archive_bottom{
    width: 100%;
    margin-top: 5px;
    display: none;
}
.staffs_container .section .archive.opened .archive_bottom{
    display: block;
}
.staffs_container .section .archive .archive_top .content{
    width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.staffs_container .section .archive .archive_bottom .content{
    width: 95%;
    margin: 0 auto;
}
.staffs_container .section .archive .archive_bottom .content .item:first-child{
    margin-top: 0px;
}
.staffs_container .section .archive .archive_bottom .content .item:last-child{
    padding-bottom: 15px;
}
.staffs_container .section .archive .archive_bottom .content .item{
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.staffs_container .section .archive .archive_bottom .content .item p{
    font-size: 14px;
    color: #5f606dcc;
    font-weight: 400;
    margin-left: 32px;
}
.staffs_container .section .archive .archive_bottom .content .item button{
    background-image: url(/img/v2/main/minus-circle.svg);
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
    margin-left: 10px;
    background-size: cover;
}
.staffs_container .section .archive .archive_top .content .left{
    display: flex;
    align-items: center;
}
.staffs_container .section .archive .archive_top .content .right{
    transform: rotate(0deg);
    width: 12px;
    height: 12px;
    filter: brightness(0);
    transition: 0.3s;
	margin-right: 3px;
}
.staffs_container .section .archive.opened .archive_top .content .right{
    transform: rotate(180deg);
}
.staffs_container .section .archive .archive_top .content img.right:hover{
    cursor: pointer;
}
.staffs_container .section .archive .archive_top .content .left:hover{
    cursor: pointer;
}
.staffs_container .section .archive .archive_top .content .left p{
    font-size: 14px;
    color: rgba(4, 6, 27, 1);
    font-weight: 600;
    margin-left: 7px;
}
.staffs_container .section .archive .archive_top .content .left img{
    width: 24px;
    height: 24px;
}

.brakageButtons{
    padding-top: 30px;
}
.brakageButtons .content{
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.brakageButtons .content .left{
    display: flex;
    align-items: center;
}
.brakageButtons .content button{
    height: 45px;
    border-radius: 8px;
    color: #5162FF;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s;
    padding-left: 15px;
    padding-right: 15px;
    min-width: max-content;
    margin-right: 10px;
}
.brakageButtons .content button:last-child{
    margin-right: 0px;
}
.brakageButtons .content button:hover{
    background-color: #5162FF10;
}
.brakageButtons .content button:active{
    background-color: #5162FF18;
}
.brakageButtons .js-brakagebutton{
    background-color: rgba(81, 98, 255, 1);
    display: flex;
    align-items: center;
    position: relative;
}
.brakageButtons .js-brakagebutton img:first-child{
    width: 14px;
    height: 14px;
    margin-right: 13px;
}
.brakageButtons .js-brakagebutton img:nth-last-child(2){
    width: 24px;
    height: 24px;
    margin-left: 10px;
}
.brakageButtons .js-brakagebutton p{
    color: white;
}
.brakageButtons .js-brakagebutton:hover{
    background-color: #717FFF !important;
}
.brakageButtons .js-brakagebutton:active{
    background-color: #8591ff !important;
}
.brakageButtons .js-brakagebutton .dropdown-menu{
    width: 260px;
    position: absolute;
    top: 40px;
    left: 0px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0px 4px 15px 0px #21272C26;
    margin-top: 15px;
    padding: 10px;
    display: none;
    
}
.brakageButtons .js-brakagebutton.opened .dropdown-menu{
    display: block;
}
.brakageButtons .js-brakagebutton .dropdown-menu p{
    color: black;
}
.brakageButtons .js-brakagebutton .dropdown-menu .item{
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 5px;
    transition: 0.3s;
}
.brakageButtons .js-brakagebutton .dropdown-menu .item:hover{
    background-color: rgba(81, 98, 255, 0.03);
    transition: 0.3s;
}
.brakageButtons .js-brakagebutton .dropdown-menu .item:active{
    background-color: #5162FF18;
}
.brakageButtons .js-brakagebutton .dropdown-menu .item img{
    width: 24px;
    height: 24px;
    margin-left: 10px;
}
.brakageButtons .js-brakagebutton .dropdown-menu .item p{
    color: rgba(4, 6, 27, 1);
    font-size: 14px;
    font-weight: 400;
}
.brakageButtons .js-brakagebutton .dropdown-menu .item:first-child{
    margin-top: 0px;
}
.brakageButtons .js-brakagebutton .dropdown-menu .mobile_close{
    width: 50px;
    height: 4px;
    border-radius: 100px;
    background-color: #AEAFB6;
    margin: 0 auto;
    margin-top: 3px;
    margin-bottom: 30px;
    display: none;
}

/*попап управление сотрудниками*/

.pop_employeeStaffs_container{
    width: 100%;
    height: 100%;
    background-color: rgba(4, 6, 27, 0.03);
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 150px;
}
.pop_employeeStaffs{
    width: 620px;
    margin: 0 auto;
    background-color: white;
    margin-bottom: 300px;
    border-radius: 24px;
    padding-bottom: 30px;
}
.pop_employeeStaffs .header{
    width: 100%;
    height: 76px;
    background-color: #5162FF05;
    border-radius: 24px 24px 0px 0px;
    border-bottom: 1px solid #D7D7DA;
    display: flex;
    align-items: center;
}
.pop_employeeStaffs .header h1 {
    font-size: 20px;
    font-weight: 600px;
    color: rgba(4, 6, 27, 1);
}
.pop_employeeStaffs .header .img_close {
    width: 15px;
    height: 15px;
}
.pop_employeeStaffs .header .img_close:hover{
    cursor: pointer;
}

.PopupMain .PopupHeader .addStaff_content{
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    display: none;
}
.PopupMain .PopupHeader .addAccess_content{
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    display: none;
    align-items: center;
}
.PopupMain .addStaff .PopupHeader .addStaff_content{
    display: flex;
    /*align-items: center;*/
}
.PopupMain .addAccess .PopupHeader .addAccess_content{
    display: flex;
}
.PopupMain .addAccess .PopupHeader .addAccess_content .left{
    display: flex;
    align-items: center;
}
.PopupMain .addAccess .PopupHeader .addAccess_content .img_close{
    margin: 0;
}

.PopupMain .PopupHeader .addAccess_content .js-backButton{
    background-image: url(/img/v2/arrowLeft.svg);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 1px;
}
.PopupMain .PopupHeader .addAccess_content .js-backButton:hover{
    cursor: pointer;
}

.PopupMain .PopupBody .addStaff_content{
    width: 90%;
    margin: 0 auto;
    display: none;
}
.PopupMain .container.addStaff .PopupBody .addStaff_content{
    display: block;
    padding-top: 30px;
}
.PopupMain .container.addStaff .PopupBody .postSelect_container{
    position: relative;
}
.PopupMain .container.addStaff .PopupBody .postSelect_container select{
    width: 100%;
    height: 56px;
    border-radius: 8px;
    border: 1px solid #D7D7DA !important;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    font-size: 14px;
    font-weight: 400;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    outline-color: rgba(81, 98, 255, 1);
}
.PopupMain .container.addStaff .PopupBody .postSelect_container img{
    position: absolute;
    right: 20px;
    top: 25px;
}
.PopupMain .PopupBody .staff_input input{
    margin-top: 15px;
    height: 39px;
    border-radius: 8px;
    border: 1px solid #D7D7DA !important;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    width: calc(100% - 42px);
    position: relative;
    outline-color: rgba(81, 98, 255, 1);
}
.PopupMain .PopupBody .staff_input input.error{
    outline-color: #eb5757;
    border: 1px solid #eb5757 !important;
}
.PopupMain .PopupBody .staff_input input.disabled{
    background-color: rgba(240, 240, 242, 1);
    border: 1px solid rgba(215, 215, 218, 1) !important;
    pointer-events: none;
}
.pop_employeeStaffs .footer .addStaff_content{
    width: 90%;
    margin: 0 auto;
    display: none;
}
.pop_employeeStaffs .footer .addAccess_content{
    width: 90%;
    margin: 0 auto;
    display: none;
}
.pop_employeeStaffs.addStaff .footer .addStaff_content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pop_employeeStaffs.addAccess .footer .addAccess_content{
    display: flex;
    justify-content: end;
    align-items: center;
}
.pop_employeeStaffs.addStaff .footer .addStaff_content button{
    height: 50px;
    background-color: rgba(81, 98, 255, 0.03);
    color: rgba(81, 98, 255, 1);
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s;
}
.PopupMain .PopupFooter .js-addAcess_button{
    height: 50px;
    background-color: rgba(81, 98, 255, 0.03);
    color: rgba(81, 98, 255, 1);
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s;
}
.PopupMain .PopupFooter .js-addAcess_button:hover{
    background-color: #5162FF10;
}
.PopupMain .PopupFooter .js-addAcess_button:active{
    background-color: #5162FF18;
}
.PopupMain .PopupBody .addAccess_content{
    width: 90%;
    margin: 0 auto;
    display: none;
    min-height: 362px;
    padding-bottom: 30px;
    padding-top: 15px;
}
.PopupMain .container.addAccess .PopupBody .addAccess_content{
    display: block;
}
.PopupMain .PopupBody .addAccess_content p:first-child{
    font-size: 16px;
    color: rgba(4, 6, 27, 1);
    font-weight: 600;
}
.PopupMain .PopupBody .addAccess_content p:last-child{
    font-size: 16px;
    color: rgba(95, 96, 109, 1);
    font-weight: 400;
    margin-top: 5px;
}
.PopupMain .PopupBody .addAccess_content .text{
    margin-top: 30px;
}
.PopupMain .PopupBody .addAccess_content .option{
    margin-top: 15px;
}
.PopupMain .PopupBody .addAccess_content .option_top{
    background-color: rgba(245, 246, 255, 1);
    border-radius: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.PopupMain .PopupBody .addAccess_content .option_top .option_content{
    width: 95%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.PopupMain .PopupBody .addAccess_content .option_top .option_content .switch{
    margin-top: 0px;
}
.PopupMain .PopupBody .addAccess_content .option_top .option_content p{
    color: rgba(4, 6, 27, 1);
    font-size: 14px;
    font-weight: 600;
    margin-top: 0px;
    margin-left: 10px;
}
.PopupMain .PopupBody .addAccess_content .option_bottom{
    margin-top: 25px;
    display: none;
}
.PopupMain .PopupBody .addAccess_content .option.opened .option_bottom{
    display: block;
}
.PopupMain .PopupBody .addAccess_content .option .option_bottom p{
    color: rgba(4, 6, 27, 1);
    font-size: 14px;
    font-weight: 600;
    margin-top: 0px;
}
.PopupMain .PopupBody .addAccess_content .option .option_bottom p.info {
    font-size: 12px;
    color: rgba(235, 87, 87, 1);
    text-align: left;
    margin-top: 8px;
	font-weight: unset;
    display: none;
}
.PopupMain .PopupBody .addAccess_content .option .option_bottom .error .info {
    display: block;
}
.PopupMain .PopupBody .addAccess_content .option .option_bottom p.errorcheck {
    font-size: 12px;
    color: rgba(235, 87, 87, 1);
    text-align: left;
    margin-top: 8px;
	font-weight: unset;
    display: none;
}
.PopupMain .PopupBody .addAccess_content .option .option_bottom p.errorchecktg {
    font-size: 12px;
    color: rgba(235, 87, 87, 1);
    text-align: left;
    margin-top: 8px;
	font-weight: unset;
    display: none;
}

.PopupMain .PopupBody .login_container{
    display: flex;
    margin-top: 10px;
}
.PopupMain .PopupBody .login_container .left{
    background-color: rgba(240, 240, 242, 1);
    border: 1px solid rgba(215, 215, 218, 1);
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    align-items: center;
    border-radius: 8px 0px 0px 8px;
    border-right: none;
}
.PopupMain .PopupBody .login_container .left p{
    color: rgba(4, 6, 27, 1);
    margin-top: 0px;
}
.PopupMain .PopupBody .login_container input{
    margin-top: 0px;
    border-radius: 0px 8px 8px 0px;
}
.PopupMain .PopupBody .staff_input{
    position: relative;
	margin-top: 0px;
}
.PopupMain .PopupBody .addAccess_content .option_bottom .password-control{
    display: block;
}
.PopupMain .PopupBody .addAccess_content .option_bottom .list{
    margin-top: 20px;
}
.PopupMain .PopupBody .addAccess_content .option_bottom .list p:first-child{
    margin-bottom: 15px;
}
.PopupMain .PopupBody .addAccess_content .option_bottom .list .list_item{
    background-color: rgba(249, 250, 255, 1);
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 8px;
    margin-top: 8px;
}
.PopupMain .PopupBody .addAccess_content .option_bottom .list .list_item .option_content{
    width: 95%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.PopupMain .PopupBody .addAccess_content .option_bottom .list .list_item p{
    margin-left: 0px;
    font-size: 14px;
    font-weight: 400;
}



/*адаптация*/

@media screen and (max-width: 1438px) {
    /*listItem.col4 hm2*/

	.listItem.col4 .content .rightBlock{
        display: flex;
	    flex-direction: column;
        width: 100%;
        margin: 0 auto;
    }
    .listItem.col4 .content{
        display: block;
    }
    .listItem.col4 .content .leftBlock{
        display: none;
    }
    .listItem.col4 .content .rightBlock .title_mobile{
        display: block;
    }
    .listItem.col4 .content{
        width: 95%;
        position: relative;
    }
    .listItem.col4 .content .rightBlock .item{
        border: none;
        margin-top: 15px;
    }
    .listItem.col4 .content .rightBlock .item:nth-last-child(2){
        order: -1;
        display: flex;
        align-items: center;
        margin-top: 0px !important;
    }
    .listItem.col4 .content .rightBlock .item:nth-last-child(2) .text{
        margin-left: 20px;
        margin-top: 2px;
    }
    .listItem.col4 .js-listItem__Button{
        position: absolute;
        margin-left: 0px;
        margin-top: 0px;
        right: 0px;
        top: -6px;
    }
    /*mainPage*/

    .mainPage_content_block{
        width: 50%;
    }
	.Article_content_block{
        width: 50%;
    }
	.News_content_block{
        width: 50%;
    }

     /*Tarifs*/
    .tarifs_block{
        width: 50%;
    }
}
@media screen and (max-width: 1300px) {
    /*listItem.col3 hm2 3 колонки*/

	.listItem.col3 .content .rightBlock{
        display: flex;
	    flex-direction: column;
        width: 100%;
        margin: 0 auto;
    }
    .listItem.col3 .content{
        display: block;
    }
    .listItem.col3 .content .leftBlock{
        display: none;
    }
    .listItem.col3 .content .rightBlock .title_mobile{
        display: block;
    }
    .listItem.col3 .content{
        width: 95%;
        position: relative;
    }
    .listItem.col3 .content .rightBlock .item{
        border: none;
        margin-top: 15px;
    }
    .listItem.col3 .content .rightBlock .item:nth-last-child(2){
        order: -1;
        display: flex;
        align-items: center;
        margin-top: 0px !important;
    }
    .listItem.col3 .content .rightBlock .item:nth-last-child(2) .text{
        margin-left: 20px;
        margin-top: 2px;
    }
    .listItem.col3 .js-listItem__Button{
        position: absolute;
        margin-left: 0px;
        margin-top: 0px;
        right: 0px;
        top: -6px;
    }
    
	.Article_content .Article_body .block .Article_item {
	    width: calc(100% / 1 - 10px + 10px / 1) !important;
	}
}
@media screen and (max-width: 1200px) {
    .mainPage_content_block{
        width: 40%;
    }
	.Article_content_block{
        width: 40%;
    }
	.News_content_block{
        width: 40%;
    }
    .tarifs_block{
        width: 40%;
    }
}
@media screen and (max-width: 1135px) {
    .autofill .autofill_background .main .container{
        display: block;
    }
    .autofill .autofill_background .main .container tr {
        display: block;
    }
    .autofill .autofill_background .main .container td {
        display: block;
    }
	.autofill .autofill_background .main .container tr:first-child td {
        padding-top: 5px;
    }
    .autofill .autofill_background .main .container tr td:last-child {
        padding-left: 0px;
    }
    .autofill .autofill_background .main .right{
        margin-left: 0px;
        margin-top: 10px;
    }
}
@media screen and (max-width: 1040px) {
    /*listItem.col2 hm2 3 колонки*/

	.listItem.col2 .content .rightBlock{
        display: flex;
	    flex-direction: column;
        width: 100%;
        margin: 0 auto;
    }
    .listItem.col2 .content{
        display: block;
    }
    .listItem.col2 .content .leftBlock{
        display: none;
    }
    .listItem.col2 .content .rightBlock .title_mobile{
        display: block;
    }
    .listItem.col2 .content{
        width: 95%;
        position: relative;
    }
    .listItem.col2 .content .rightBlock .item{
        border: none;
        margin-top: 15px;
    }
    .listItem.col2 .content .rightBlock .item:nth-last-child(2){
        order: -1;
        display: flex;
        align-items: center;
        margin-top: 0px !important;
    }
    .listItem.col2 .content .rightBlock .item:nth-last-child(2) .text{
        margin-left: 20px;
        margin-top: 2px;
    }
    .listItem.col2 .js-listItem__Button{
        position: absolute;
        margin-left: 0px;
        margin-top: 0px;
        right: 0px;
        top: -6px;
    }
	.Assistant1 .js-listItem__Button{
        position: absolute;
        margin-left: 0px;
        margin-top: 0px;
        right: 0px;
        top: -6px;
    }

    /*mainPage*/

    .mainPage_content_block{
        width: 100%;
    }
    .mainPage_content{
        display: block;
    }
    .mainPage_content_right{
        width: 100%;
    	max-height: unset;
        overflow-y: unset;
    }
    #Rbl2{
        margin-top: 40px !important;
    }
    
    .Article_content_block{
        width: 100%;
    }
    .Article_content{
        display: block;
    }
    
	.News_content_block{
        width: 100%;
    }
    .News_content{
        display: block;
    }

    /*Tarifs*/

    .tarifs_block{
        width: 100%;
    }
}
@media screen and (max-width: 755px) {
    /*listItem.col1 hm2 3 колонки*/

.listItem.col1 .content .rightBlock{
        display: flex;
	    flex-direction: column;
        width: 100%;
        margin: 0 auto;
    }
    .listItem.col1 .content{
        display: block;
    }
    .listItem.col1 .content .leftBlock{
        display: none;
    }
    .listItem.col1 .content .rightBlock .title_mobile{
        display: block;
    }
    .listItem.col1 .content{
        width: 95%;
        position: relative;
    }
    .listItem.col1 .content .rightBlock .item{
        border: none;
        margin-top: 15px;
    }
    .listItem.col1 .content .rightBlock .item:nth-last-child(2){
        order: -1;
        display: flex;
        align-items: center;
        margin-top: 0px !important;
    }
    .listItem.col1 .content .rightBlock .item:nth-last-child(2) .text{
        margin-left: 20px;
        margin-top: 2px;
    }
    .listItem.col1 .js-listItem__Button{
        position: absolute;
        margin-left: 0px;
        margin-top: 0px;
        right: 0px;
        top: -6px;
    }
}
@media screen and (max-width: 1100px) {
    /*навигация*/
    .nav_but1 img{
        display: none;
    }
    .nav_but2 img{
        display: none;
    }
    .nav_but4 img{
        display: none;
    }
    .nav_but6 img{
        display: none;
    }

    .nav_but1{
        width: 130px;
        margin-right: 1px;
    }
    .nav_but2{
        max-width: 100%;
    }
    .nav_but3{
        margin-right: 1px;
    }
    .nav_but4{
        width: 120px;
    }
    .nav_but6{
        width: 160px;
        text-align: center;
    }

    .nav_but1 div{
        justify-content: center;
    }
    .nav_but2 div{
        justify-content: center;
    }
    .nav_but4 div{
        justify-content: center;
    }
    .nav_but6 div{
        justify-content: center;
    }

    .nav_content_left{
        width: 455px;
    }
    .alt_nav_content_left{
        width: 410px;
    }
    .nav_content_right{
        width: 400px;
    }
}
@media screen and (max-width: 1000px) {
    .HelpMain .container{
        width: 80%;
    }
}
@media screen and (max-width: 988px) {
    /*подвал*/
    .footer_content{
        display: block;
        padding-bottom: 30px;
    }
    .footer_content_block2{
        margin: 0 auto;
        margin-top: 50px;
        display: flex;
        justify-content: center;
    }
}

@media screen and (max-width: 960px) {
    /*навигация*/

    .nav_but1{
        display: none;
    }
	.nav_but2.admin{
        display: none;
    }
    .nav_but2{
        min-width: 100%;
        border-radius: 8px;
    }
    .nav_but3{
        display: none;
    }
    .nav_but4{
        display: none;
    }
    .nav_but6{
        display: none;
    }
    .nav_but7{
        display: none;
    }
    .nav_but8{
        display: none;
    }
    .nav_but9{
        display: none;
    }
    .nav_but10{
        display: none;
    }

    .nav_but2 div{
        justify-content: space-between;
    }

    .nav_but2 img{
        display: block;
    }

    .burgerMenu{
        display: block;
    }

    .nav_content_left{
        display: block;
    	margin-right: 5px;
    }
    .nav_content_right{
        width: 140px;
    }


    .block2 .block2_content{
        display: block;
    }
}
@media screen and (max-width: 813px) {
	.HelpMain{
        padding-top: 0px;
        margin-top: 73px;
    }
	.HelpMain .container {
        width: 100%;
        margin-bottom: 0px;
        border-radius: 0px;
        margin-top: 0px;
        padding-bottom: 95px;
    }
    .HelpMain .HelpHeader{
        border-radius: 0px;
    	background-color: white;
        border: none;
    	position: sticky;
        top: 0px;
        z-index: 2;
    }
	.HelpMain .closeMobile{
	    display: block;
	}
    .HelpMain .HelpBody{
        width: 90%;
    } 
    .HelpMain .block{
        width: 90%;
    	justify-content: left;
    } 
    .HelpMain .closeMobile div{
        display: block;
    }
    .HelpMain .HelpHeader img{
        display: none;
    }
    .HelpMain .HelpHeader h1{
        font-size: 18px;
        margin-top: 2px;
    }
    
    .PopupMain .PopupHeader .block{
        width: 90%;
    	justify-content: left;
    } 
    .guidePop_mobileFooter{
        display: block;
    }
    main.hm1GuiPopActive{
        filter: none;
    }
    header.hm1GuiPopActive{
        filter: none;
    }
    footer.hm1GuiPopActive{
        filter: none;
    }
}
@media screen and (max-width: 800px) {
    /*main*/
    .block5{
        width: 90%;
        margin: 0 auto;
    }
    .block5 .block5_content{
        width: 100%;

    }
    .autofill .autofill_content .autofill_body{
        width: 95%;
    } 
}
@media screen and (max-width: 775px) {
    .ActionPanel .content .but_standart{
        display: none;
    }
    .ActionPanel .button2.actPanel{
        display: none;
    }
    .staffs_container .content .worker .top .content{
        width: 95%;
    }
    .staffs_container .content .worker.opened .bottom{
        display: block;
    }
    .staffs_container .section{
        width: 100% !important;
    }
    .bottomButtons_container .content{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .bottomButtons_container .content a{
        width: 49%;
    }
    .bottomButtons_container .content button{
        width: 100%;
    }
    .ActionPanel .content .mobile{
        display: flex;
    }
    .ActionPanel .content{
        justify-content: space-between;
    }
}
@media screen and (max-width: 718px) {
    /*main*/

    .block2 .block2_content{
        display: block;
    }
    .block2 .hm3_block2_content{
        display: block;
    }
    .block2 .block2_content h1{
        margin-bottom: 10px;
    }

    /*Подвал*/

    .footer_content_block1{
        display: block;
    }
    .footer_p{
        margin-top: 25px;
        font-weight: 400;
        margin-left: 0px;
        font-size: 14px;
    }
    .HelpMain .container{
    }

    .popAddProduct{
        width: 100%;
        margin-bottom: 73px;
        border-radius: 0px;
    }
    .popAddProduct_bg{
        padding-top: 0px;
        margin-top: 73px;
    }
    .popAddProduct_content1_block_img2{
        display: none;
    }
    .popAddProduct_content1_block_img1{
        display: block;
    }
    .popAddProduct_content1{
        background-color: white;
        border: none;
    }
    .popAddProduct_content1_block{
        justify-content: left;
    }
    .popAddProduct_content1_block_h1{
        margin-left: 15px;
    }

}
@media screen and (max-width: 650px) {
    #popAddProduct_content2_block2_input{
        width: 62%;
    }
    .popAddString_borderBlock1_popAddProduct_content2_block1_sel2{
        width: 62% !important;
    }
    
	.popNotifications_container{
        padding-top: 0px;
        margin-top: 73px;
        background-color: white;
        overflow-y: none;
    }
    .popNotifications{
        width: 100%;
        margin-bottom: 40px;
        border-radius: 0px;
    }
    .popNotifications .header .content .img_close{
        display: none;
    }
    .popNotifications .header .content .img_close_mobile{
        display: block;
    }
    .popNotifications .header .content{
        justify-content: unset;
        align-items: center;
        width: 95%;
    }
    .popNotifications .header{
        background-color: #fcfcff;
        border: none;
        border-radius: 0px;
        height: unset;
        padding-top: 20px;
        top: 0;
        z-index: 10;
        position: sticky;
    }
    .popNotifications .main{
        padding-top: 0px;
    }
    .popNotifications .header .content h1{
        font-size: 24px;
    }
    .popNotifications .header .content h1{
        margin-top: 0px;
    }
    .popNotifications .main .block2{
        position: fixed;
        width: 100%;
        bottom: 0;
        background-color: white;
        padding-top: 15px;
        padding-bottom: 15px;
        border-top: 1px solid #D7D7DA;
        z-index: 100;
    }
    .popNotifications .main .block1{
        background-color: #fcfcff;
        padding-top: 5px;
        position: sticky;
        top: 61px;
        z-index: 10;
    }
    .popNotifications .main .block1 .content{
        width: 95%;
    }
    .popNotifications .main .block2 .content{
        width: 95%;
    }
    .popNotifications .main .block2 p.info{
	    width: 95%;
    	margin: 0 auto;
	}
	    
    .popNotifications .main .scrollBlock_container{
        overflow-y: unset;
        height: unset;
    }
    .popNotifications .main .scrollBlock_container .scrollBlock{
        margin-bottom: 80px;
        width: 95%;
    }
    .popNotifications .main_content1{
        display: block;
    }
    
	.autofill .autofill_background .header{
        width: 95%;
    }
    .autofill .autofill_background .main{
        width: 95%;
    }
    .autofill .autofill_background .footer{
        width: 95%;
    }
    .autofill .autofill_background .main .item p{
        width: 100%;
    }
    .autofill .autofill_background .main .item{
        flex-wrap: wrap;
    }
    .autofill .autofill_background .main .item .input{
        margin-top: 10px;
    }
    .autofill .autofill_background .main .item .input:first-of-type{
        margin-left: 0px !important;
    }
    .autofill .autofill_background .main .container_bottom{
        display: block;
    }
    .autofill .autofill_background .main .container_bottom .select_container{
        margin-left: 0px;
        width: fit-content;
        margin-top: 10px;
    }
    
	.pop_employeeStaffs_container {
        padding-top: 0px;
        margin-top: 73px;
        background-color: white;
    }
    .pop_employeeStaffs {
        width: 100%;
        margin-bottom: 73px;
        border-radius: 0px;
    }
    .pop_employeeStaffs.addStaff .footer{
        position: fixed;
        width: 100%;
        bottom: 15px;
        left: 0px;
    }
    .pop_employeeStaffs .header{
        border-radius: 0px;
    }
    .PopupMain .PopupBody .addAccess_content{
        min-height: calc(100vh - 275px);
    }
}
@media screen and (max-width: 615px) {
    .block1 .block1_content .block1_body{
        flex-wrap: wrap;
    }
    .block2 .block2_content h1{
        font-size: 24px;
    }

    .block1 .block1_content .block1_body p{
        margin-top: 3px;
    }
    .block1 .block1_content .block1_body img{
        margin-top: 3px;
    }
    .nav_but2{
        background-color: #5162FF00;
    }
    .nav_but2:hover{
        background-color: #5162FF00;
    }

    .reg_block {
        width: 100%;
    }
    .reg_block1 {
        width: 100%;
    }
    .lp_content{
        width: 90%;
        margin: 0 auto;
    }
	.PopupMain .PopupBody .add_listItem .content .input_container{
        width: 63%;
    }
    .PopupMain .PopupBody .add_listItem .content .input_container{
        width: 63%;
    }
	.staffs_container .content .worker .top h2{
        font-size: 14px;
    }
    
}
@media screen and (max-width: 600px) {
    .PopupMain{
        width: 100%;
        height: 100%;
        top: 0px;
        border-radius: 0px;
	    position: fixed;
	    padding-top: 72px;
	    overflow-y: auto;
	    z-index: 1;
    }
    .PopupMain .container{
        height: auto;
        border-radius: 0px;
    }
    .PopupMain .PopupHeader{
        width: 100%;
    	border-radius: 0px;
    	background-color: white;
        border: none;
    	position: sticky;
        top: 0px;
        z-index: 2;
    }
    option{
        font-size: 15px;
    }
	.PopupMain .PopupBody {
        padding-bottom: 60px;
    }
    .PopupMain .PopupBody .PopupSelect select{
        padding-right: 50px;
    }
    .PopupMain .PopupFooter input{
        width: 100%;
    }
    .PopupMain .PopupFooter div{
        width: 85%;
        display: block;
        justify-content: center;
        bottom: 30px;
    }
    .PopupMain .closeMobile{
        display: block;
    }
    .PopupMain .close{
        display: none;
    }
    
    .PopupMain .PopupHeader h1{
        font-size: 18px;
        margin-top: 2px;
    }
    .PopupMain .container{
    }
    .PopupMain .PopupFooter{
        bottom: 20px;
        position: fixed;
        background-color: white;
        padding-bottom: 10px;
        bottom: 0px !important;
    	border-top: 1px solid #D7D7DA;
        padding-top: 10px;
    	z-index: 10;
    } 
    
	.PopupMain.Assistant{
	    padding-top: 0px;
    }
	.PopupMain.Assistant .container {
	    padding-bottom: 0px;
	}
	.PopupMain.Assistant .PopupBody .block {
	    width: 90%;
	}

	
    .PopupMain{
        @media screen and (max-height: 700px) {
            overflow-y: auto;
        }
    }
    nav{
        @media screen and (max-height: 800px) {
            background-color: rgb(255, 255, 255);
        }
    }
    header.active{
        filter: none;
    }
    main.active{
        /*filter: none;*/
    	margin-top: 73px;
    }
    footer.active{
        /*filter: none;*/
    }

    .hm3Popap_settings{
        width: 100%;
        border-radius: 0px;
        margin-bottom: 300px;
    }
    .hm3Popap_settingsBg {
        padding-top: 0px;
        margin-top: 73px;
        background-color: white;
    }
    .hm3Popap_settings_content1{
        border-radius: 0px;
    }
    .hm3Popap_settings_content3_button{
        width: 100%;
    }
    .hm3Popap_settings_content3{
        margin-top: 40px;
    }
    .hm3Popap_settings_content1_block1_img{
        display: none;
    }
    .hm3Popap_settings_content1_block1_img2{
        display: block;
        margin-top: 21px;
    }
    .hm3Popap_settings_contetn1_block1{
        justify-content: left;
    }
    .hm3Popap_settings_content1_block1_h1{
        margin-left: 15px;
        font-size: 18px;
    }
    .hm3Popap_settings_content1{
        border: none;
        background-color: white;
    }
    .popAddProduct_content2_block5{
        margin-top: 200px;
        border-top: 1px solid rgba(215, 215, 218, 1);
        padding-top: 25px;
    }
}
@media screen and (max-width: 575px) {
    .ms__chose{
        padding-right: 40px;
    }
	.PopupMain .PopupBody .add_listItem .content .input_container{
        width: 60%;
    }
    .PopupMain .PopupBody .add_listItem .content .input_container{
        width: 60%;
    }
}
@media screen and (max-width: 506px) {
    .popAddProduct_content2_block2{
        display: block;
    }
    #popAddProduct_content2_block2_input{
        width: 100%;
    }
    .popAddProduct_content2_block2_button{
        width: 100%;
        justify-content: center;
    }
    .ms__chose{
        padding-right: 20px;
    }
    .popAddString_borderBlock1_popAddProduct_content2_block1_sel2{
        width: 100% !important;
    }
	.PopupMain .PopupBody .add_listItem .content .input_container{
		width: 100%;
        margin-bottom: 10px;
    }
    .PopupMain .PopupBody .add_listItem .content .full_button{
        display: none;
    }
    .PopupMain .PopupBody .add_listItem .mobile_button{
        display: flex;
    }
	.block2 .block2_content .addPositionRubric {
        width: 100%;
        justify-content: center;
    }
}
@media screen and (max-width: 494px) {
    .hm3Popap_settings_content1_block1_img2{
        display: block;
        margin-top: 32px;
    }
	.bottomButtons_container .content{
        display: block;
    }
    .bottomButtons_container .content button{
        background-color: rgba(245, 246, 255, 1);
        border-radius: 100px;
        height: 36px;
        margin-top: 10px;
    }
    .bottomButtons_container .content button.active{
        box-shadow: none;
        background-color: rgba(81, 98, 255, 1);
        color: white;
        font-weight: 400;
    }
    .bottomButtons_container .content{
        border-bottom: none;
        border-top: 2px solid #D7D7DA;
        padding-top: 15px;
    }
    .bottomButtons_container{
        padding-top: 7px;
    }
    .brakageButtons .content .left button:last-child{
        min-width: unset;
    }
}

@media screen and (max-width: 450px) {
    #popAddProduct_content2_block1_sel4_label{
        width: 300px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
@media screen and (max-width: 426px) {
    .block5 .block5_content_body Button{
        width: 100%;
    }
    .block5 .block5_content_body .block5_button{
        width: 155px;
    }
    .block5 .block5_content_body{
        width: 80%;
    }
    /*main2 hm2*/

    .block2 .block2_content .block2_content_body{
        display: block;
    }

    .block2 .block2_content .button1{
        width: 100%;
    }
    .block2 .block2_content .button2{
        width: 100%;
    }
	.block2 .block2_content .button3{
        width: 100%;
    }
	.block2 .block2_content .button4{
        width: 100%;
    }
    .block2 .block2_content .button1 div{
        justify-content: center;
    }
    .block2 .block2_content .button2 div{
        justify-content: center;
    }
    .block2 .block2_content .button1 img{
        margin-right: 10px;
    }
    .block2 .block2_content .button2 img{
        margin-right: 10px;
    }

    /*main4 hm2*/

    .main_content4_content_block_block{
        width: 90%;
    }
    .main_content4_content_block_block_2{
        width: 90%;
    }
    .main_content4_content_block_block_3{
        width: 90%;
    }
    .main_content4_content_block_block_4{
        width: 90%;
    }
    .main_content4_content_block_block2_button1{
        position: unset;
    }
    .main_content4_content_block_block2_button3{
        position: unset;
    }
    .main_content4_content_block_block2_button4{
        position: unset;
    }
    .main_content4_content_block_block2_button1_menu{
        position: fixed;
        width: 100%;
        bottom: 0;
        z-index: 102;
        border-radius: 16px 16px 0px 0px;
        padding-bottom: 35px;
    }
    .main_content4_content_block_block2_button2_menu{
        position: fixed;
        width: 100%;
        bottom: 0;
        z-index: 102;
        border-radius: 16px 16px 0px 0px;
        padding-bottom: 35px;
    }
    .main_content4_content_block_block2_button3_menu{
        position: fixed;
        width: 100%;
        bottom: 0;
        z-index: 102;
        border-radius: 16px 16px 0px 0px;
        padding-bottom: 35px;
    }
    .main_content4_content_block_block2_button4_menu{
        position: fixed;
        width: 100%;
        bottom: 0;
        z-index: 102;
        border-radius: 16px 16px 0px 0px;
        padding-bottom: 35px;
    }
    
	.js-listItem__Button .dropdown-menu{
        position: fixed;
        width: 100%;
        bottom: 0;
        z-index: 102;
        border-radius: 16px 16px 0px 0px;
        padding-bottom: 35px; 
    }
    .listItem .content{
        width: 90% !important;
    }
    .js-listItem__Button .dropdown-menu .content .mobile_close{
        display: block;
    }
    
    #but1{
        margin-top: 50px;
    }
    .menu_mobile_close{
        display: block;
    	margin-bottom: 50px;
    }

    /*hm3*/

    .popupSelectMenu.active{
        position: unset;
        position: fixed;
        top: unset;
        bottom: 0;
        width: 100%;
        border-top: 1px solid rgba(215, 215, 218, 1);
    }
    .popupSelectMenu_content{
        justify-content: space-between;
    }
    .hm3_main_content4_img{
        width: 1100px;
    }
    .hm3_main_content6_img{
        width: 1100px;
    }
    .autofill_p{
        font-size: 14px;
        margin-top: 14px;
    }
    .hm3_block2_but1{
        width: 100%;
    }
    .autofill_content{
        width: 95%;
    }
    /*.block2{
        padding-bottom: 35px;
    }*/
    .control_buttons{
        display: none;
    }
    .hm3_main_content4{
        padding-bottom: 25px;
    }
    .block2 .block2_content .a1{
        display: block;
    }
    .block2 .block2_content .a2{
        display: flex;
    }
    .cl_col{
		overflow: scroll;
    }

    /*MainPage*/

    #MP_openBlock_h1{
        width: 200px;
        margin-top: -4px;
    }
    #mainPage_adapt{
        width: 200px;
        margin-top: -4px;
    }
    .mainPage_content_right .item{
        padding-left: 15px;
        padding-right: 15px;
    }
    .mainPage_content{
        width: 90%;
        padding-bottom: 100px;
    }
    .mainPage_content_block img{
        opacity: 0 !important;
    }
	.Assistant .js-listItem__Button img {
	    opacity: unset !important;
	}
    
    .Article_content{
        width: 90%;
        padding-bottom: 100px;
    }
	.News_content{
        width: 85%;
        padding-bottom: 100px;
    }
    

    /*Tarifs*/

    .tarifs_p1{
        font-size: 14px;
    }

     /*Login*/

    .reg_block {
        width: 100%;
        box-shadow: none;
    }
    .reg_block1 {
        width: 100%;
        box-shadow: none;
    }
    .lp_content{
        width: 100%;
        margin: 0 auto;
        padding-top: 0px;
    }
    .reg_block_content1{
        background-color: white;
        border: none;
    }

    /*hm3_settings pop*/

    .hm3Popap_settings_select_ul{
        position: fixed;
        bottom: 89px;
        width: 100%;
        z-index: 10;
        border-radius: 0px;
        box-shadow: none;
        left: 0px;
    }
    .ms__dropdown{
        position: fixed;
        bottom: 89px;
        width: 100%;
        z-index: 10;
        border-radius: 0px;
        box-shadow: none;
        left: 0px;
    }

	.autofill .autofill_background .main .item .input input{
        box-sizing: border-box;
        width: 100%;
    }
    .autofill .autofill_background .main .item .input{
        width: 48%;
    }
    .autofill .autofill_background .main .item .input .info{
        width: 100%;
    }
    .autofill .autofill_background .main .container_bottom .select_container{
        width: 100% !important;
    }
    .autofill .autofill_background .main .container_bottom select{
        width: 100% !important;
    }
    
    .block2 .block2_content .button6 .selectMenu{
        top: unset;
        bottom: 0px;
        position: fixed;
        width: 100%;
        z-index: 3;
        border-radius: 16px 16px 0px 0px;
        left: 0px;
        padding-bottom: 20px;
    }
    .block2 .block2_content .button6 .selectMenu{
        padding: 0px;
        padding-top: 10px;
        padding-bottom: 30px;
    }
    .block2 .block2_content .button6 .selectMenu .but1{
        width: 90%;
        margin: 0 auto;
    } 
    .block2 .block2_content .button6 .selectMenu .but2{
        width: 90%;
        margin: 0 auto;
        margin-top: 10px;
    } 
    
	.PopupMain .PopupBody .topMenu{
        position: unset;
        top: unset !important;
        position: fixed;
        width: 100%;
        bottom: 74px;
        left: 0px;
        background-color: white;
        padding-top: 10px;
        padding-bottom: 10px;
        z-index: 20;
        border-top: 1px solid rgba(215, 215, 218, 1);
    }
	
    .PopupMain .PopupBody .topMenu .content{
        justify-content: space-between;
        border-bottom: none;
        padding-bottom: 0px;
    }
	.PopupMain .PopupBody .topMenu.btn3 .content{
        width: 95%;
    }
    .PopupMain .PopupBody .topMenu.btn3 .choose_cnt {
		padding-left: 10px;
    	padding-right: 10px;
    }
    .PopupMain .PopupBody .topMenu.btn3 .delet {
		margin-left: 9px;
	    padding-left: 7px;
	    padding-right: 7px;
    }
    
	.staffs_container .section .item_top .content{
        width: 90%;
    }
    .staffs_container .section .item_main .staff .content{
        width: 92%;
    }

    .ActionPanel.active{
        position: fixed;
        width: 100%;
        top: unset;
        bottom: 0;
        border-top: 1px solid rgba(215, 215, 218, 1);
    }
    .ActionPanel .content .mobile .menu{
        top: unset;
        bottom: 0px;
        position: fixed;
        width: 100%;
        z-index: 2;
        border-radius: 16px 16px 0px 0px;
        left: 0px;
        padding-bottom: 20px;
    }
    .ActionPanel .content .mobile.hidden .mobileButtonshadow{
        display: none !important;
    }
    .ActionPanel .content .mobile .mobileButtonshadow{
        display: block !important;
        z-index: 1;
    }
    .ActionPanel .content .mobile .menu .content .mobile_close{
        display: block;
    }
    .staffs_container .section .archive .archive_top .content{
        width: 90%;
    }
    .staffs_container .section .archive .archive_bottom .content{
        width: 90%;
    }
    .hm3_main_content5_but2_selectMenu{
        top: unset;
        bottom: 0px;
        position: fixed;
        width: 100%;
        z-index: 2;
        border-radius: 16px 16px 0px 0px;
        left: 0px;
        padding-bottom: 20px;
    }
    .hm3_main_content5_but2_selectMenu{
        padding: 0px;
        padding-top: 10px;
        padding-bottom: 30px;
    }
    .hm3_main_content3_content_block .switch{
        margin-top: 13px !important;
    }
    .hm3_main_content5_but2_selectMenu_but1{
        width: 90%;
        margin: 0 auto;
    } 
    .hm3_main_content5_but2_selectMenu_but2{
        width: 90%;
        margin: 0 auto;
        margin-top: 10px;
    } 

    .brakageButtons .content .left{
        display: flex;
        align-items: center;
        flex-direction: column;
        order: 1;
        width: 100%;
    }
    
    .brakageButtons .content{
        display: flex;
        flex-direction: column;
    }
    .js-brakagebutton{
        order: 1;
        display: flex;
        justify-content: center;
        margin-top: 0px !important;
    }
    .brakageButtons .content button{
        width: 100%;
        margin-top: 10px;
        margin-right: 0px;
    }
    .brakageButtons .content button:last-child{
        margin-bottom: 10px;
    }
    .brakageButtons{
        padding-top: 0px;
    }
    .hm3_main_content2_but1{
        margin-left: 0px;
    }
    .brakageButtons_mobileContainer{
        background-color: #5162FF05;
        padding-bottom: 20px;
    }
    .brakageButtons .js-brakagebutton .dropdown-menu{
        width: 100%;
        position: fixed;
        top: unset;
        bottom: 0px;
        left: 0px;
        z-index: 2;
        border-radius: 16px 16px 0px 0px;
        padding: 0px;
        padding-bottom: 20px;
        padding-top: 10px;
    }
    .brakageButtons .js-brakagebutton.opened .mobileButtonshadow{
        display: block;
    }
    .brakageButtons .js-brakagebutton .dropdown-menu .mobile_close{
        display: block;
    }
    .brakageButtons .js-brakagebutton .dropdown-menu .item{
        margin-left: 10px;
        margin-right: 10px;
    }
    .hm1_main_content2.brakage{
        padding-bottom: 0px;
    }

    .pop_employeeStaffs.addStaff .footer .addStaff_content button:last-child{
        width: 50%;
        margin-left: 5px;
        margin-right: 0px;
    }
    .pop_employeeStaffs.addStaff .footer .addStaff_content button{
        width: 50%;
        margin-right: 5px;
    }
    .pop_employeeStaffs.addAccess .footer .addAccess_content button:last-child{
        width: 100%;
    }
    
	.PopupMain .addStaff .PopupFooter input {
        width: 50%;
    }
	
    
}
@media screen and (max-width: 415px) {
    #popAddProduct_content2_block1_sel4_label{
        width: 280px;
    }
}
@media screen and (max-width: 400px) {
    .ms__chose-item{
        width: 100px;
    }
    .ms__chose-item::before{
        margin-left: 100px;
    }
}