:root {
  /*--mn-bt-bg-color-std: #39434d;*/
  --mn-bt-bg-color-std: #2F405C;
  /*--mn-bt-bg-color-critical: red;*/
  --mn-bt-bg-color-critical: rgb(242 33 39);
  --mn-bt-bg-color-conf: #0071e3;
  --mn-bt-bg-color-plus: #39434d22;
  --mn-bt-bg-b-color-all: rgb(57 67 77 / 15%);
  --mn-bt-rd: 5px;
  --mn-bt-op_min: 0.7;
  --mn-bt-op_max: 1;
  --min-h-bt: 29px;
  --min-h-add-del-bt: 24px;
  --h-td: 29px;
}

section {
  
}

html {
	height: 100%;
    /*font-family: --palette-vk-font,-apple-system,BlinkMacSystemFont,'Roboto','Helvetica Neue',Geneva,"Noto Sans Armenian","Noto Sans Bengali","Noto Sans Cherokee","Noto Sans Devanagari","Noto Sans Ethiopic","Noto Sans Georgian","Noto Sans Hebrew","Noto Sans Kannada","Noto Sans Khmer","Noto Sans Lao","Noto Sans Osmanya","Noto Sans Tamil","Noto Sans Telugu","Noto Sans Thai",arial,Tahoma,verdana,sans-serif;*/
    font-family: sans-serif,-apple-system,'Roboto';
	-ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
	-moz-user-select: none;
    -khtml-user-select: none;
    /*-webkit-user-select: none;*/
    /*user-select: none;*/
}

body {
    margin: 0;
	padding: 0;
}

::-webkit-scrollbar {
    /* height: 4px; */
    /*width: 4px;*/
	width: 10px;
}
::-webkit-scrollbar-thumb {
    /*background: rgba(0, 0, 0, 0.2);*/
    /*background: #2F405C90;*/
	cursor: default;
    /*background-color: rgba(0, 0, 0, .1);*/
	background-color: rgba(0, 0, 0, .12);
    -webkit-transition: width .3s ease-out;
    transition: width .3s ease-out;
    border-radius: 4px;
}
::-webkit-scrollbar-track {
    background-color: transparent;
}

div {
	box-sizing: border-box;
    margin: 0;
	padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
	box-sizing: border-box;
}

audio,
canvas,
progress,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

progress {
    vertical-align: baseline
}

template,
[hidden] {
    display: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

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

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

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

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

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

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

select{
	/*font-size: 16px !important;*/
}

button,
input,
select,
textarea {
    font: inherit;
	line-height: 1;
    margin: 0;
	padding: 0;
	/*border-top-width: 0px !important;
    border-right-width: 0px !important;
    border-bottom-width: 0px !important;
    border-left-width: 0px !important;
    border-image-source: initial !important;
    border-image-slice: initial !important;
    border-image-width: initial !important;
    border-image-outset: initial !important;
    border-image-repeat: initial !important;
    margin-top: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;*/
	
	border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

optgroup {
    font-weight: bold
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

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

textarea {
    overflow: auto
}

input[type="checkbox"]{
	
}
input[type='checkbox']::before{
	
}

input[type='checkbox']:checked::before{
	
}

input[type="checkbox"]{
	-webkit-appearance:checkbox;
	-moz-appearance:checkbox;
	appearance:checkbox;
	/*accent-color: revert;*/
	/*accent-color: unset;*/
	accent-color: dodgerblue;
}

[type="checkbox"],
[type="radio"] {
    /*-webkit-appearance: none;*/
	box-sizing: border-box;
    padding: 0;
	/*appearance: checkbox;*/
}

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

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

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54
}

::-webkit-input-placeholder {
    color: #999ea3
}

::-moz-placeholder {
    color: #999ea3
}

:-moz-placeholder {
    color: #999ea3
}

:-ms-input-placeholder {
    color: #999ea3
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}
/*
@font-face {
    font-family: 'Gotham Pro';
    src: url("/fonts/GothamPro.eot");
    src: url("/fonts/GothamPro.eot?#iefix") format("embedded-opentype"), url("/fonts/GothamPro.woff") format("woff"), url("/fonts/GothamPro.ttf") format("truetype"), url("/fonts/GothamPro.svg#GothamPro") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Gotham Pro Bold';
    src: url("/fonts/GothamPro-Bold.eot");
    src: url("/fonts/GothamPro-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/GothamPro-Bold.woff") format("woff"), url("/fonts/GothamPro-Bold.ttf") format("truetype"), url("/fonts/GothamPro-Bold.svg#GothamPro-Bold") format("svg");
    font-weight: bold;
    font-style: normal
}*/

button,
html,
input[type="button"],
input[type="password"],
input[type="submit"],
input[type="text"],
input[type="reset"],
select,
textarea {
    color: var(--mn-bt-bg-color-std);
	box-sizing: border-box;
}

body {
    /*font-size: 16px;*/
	font-size: 13px;
    line-height: 1.4;
    /*font-family: 'Gotham Pro'*/
	/*font-family: --palette-vk-font,-apple-system,BlinkMacSystemFont,'Roboto','Helvetica Neue',Geneva,"Noto Sans Armenian","Noto Sans Bengali","Noto Sans Cherokee","Noto Sans Devanagari","Noto Sans Ethiopic","Noto Sans Georgian","Noto Sans Hebrew","Noto Sans Kannada","Noto Sans Khmer","Noto Sans Lao","Noto Sans Osmanya","Noto Sans Tamil","Noto Sans Telugu","Noto Sans Thai",arial,Tahoma,verdana,sans-serif;*/
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

img {
    vertical-align: middle;
}

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

textarea {
    resize: vertical
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0
}

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px
}

.ir:before {
    content: '';
    display: block;
    width: 0;
    height: 150%
}

.hidden {
    display: none !important;
    visibility: hidden
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.invisible {
    visibility: hidden
}

.clearfix:after,
.clearfix:before {
    content: ' ';
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    *zoom: 1
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    .ir a:after,
    a[href^='#']:after,
    a[href^='javascript:']:after {
        content: ''
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    @page {
        margin: 0.5cm
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
	
	section { 
		/*page-break-before: always;*/
		break-before: always;
	}
	
	header,
	footer,
	aside .body_div_blog_to_reg {
		display: none;
	}
	
	.body_div_block_menu_p_img .body_div_primary_1,
	.body_div_block_menu_p_img .body_div_primary_2 {
		flex-shrink: 1;
		flex-grow: 1;
	}
	
	article.article_no_public:after {
        content: " (статья не опубликована/создается)"
    }
}

body {
    min-width: 960px;
	min-height: 100%;
    display: flex;
    flex-direction: column;
}

span {
	/*display: inline-block;*/
	margin:0;
	padding:0;
}

.content{
	flex: 1 0 auto;
}

.container {
    margin-left: auto;
    margin-right: auto;
	padding:0;
    width: 960px;
	/*background: #e0e0e0;*/
}
@media (min-width: 960px) {
	.container .l_col-0_5{
		/*display: inline;*/
		float: left;
		margin-left: 0px;
		margin-right: 0px
	}
	.container .l_col-1,
	.container .l_col-2,
	.container .l_col-3{
		/*display: inline;*/
		float: left;
		margin-left: 4px;
		margin-right: 4px
	}
	.container .l_col-4{
		/*display: inline;*/
		float: left;
		margin-left: 5px;
		margin-right: 5px
	}
	.container .l_col-5,
	.container .l_col-6,
	.container .l_col-7,
	.container .l_col-8,
	.container .l_col-9,
	.container .l_col-10,
	.container .l_col-11,
	.container .l_col-12 {
		/*display: inline;*/
		float: left;
		margin-left: 6px;
		margin-right: 6px
	}
	
	.container .l_col-0_5 {
		width: 22px
	}
	.container .l_col-1 {
		width: 44px
	}
	.container .l_col-2 {
		width: 96px
	}
	.container .l_col-3 {
		width: 149px
	}
	.container .l_col-4 {
		width: 202px
	}
	.container .l_col-5 {
		/*width: 255px*/
		width: 249px
	}
	.container .l_col-6 {
		width: 308px
	}
	.container .l_col-7 {
		width: 361px
	}
	.container .l_col-8 {
		width: 414px
	}
	.container .l_col-9 {
		width: 467px
	}
	.container .l_col-10 {
		width: 520px
	}
	.container .l_col-11 {
		width: 573px
	}
	.container .l_col-12 {
		width: 636px
	}
}

@media only screen and (min-width: 636px) and (max-width: 959px) {
    body {
        min-width: 636px
    }
    .container {
        margin-left: auto;
        margin-right: auto;
        width: 636px
    }
	.com_elem_block_list_div,
	.com_elem_block_check_div,
	.com_elem_block_div,
	.com_elem_block_pp_list_div,
	.com_elem_block_options_div{
		margin-left: auto;
        margin-right: auto;
        width: 636px
	}
	
	
	.container .m_col-0_5 {
		margin-left: 0px;
        margin-right: 0px
	}
	
	.container .m_col-1,
    .container .m_col-2,
    .container .m_col-3,
    .container .m_col-4,
    .container .m_col-5,
    .container .m_col-6,
    .container .m_col-7,
    .container .m_col-8,
    .container .m_col-9,
    .container .m_col-10,
    .container .m_col-11,
    .container .m_col-12 {
        margin-left: 4px;
        margin-right: 4px
    }
	
	.container .m_col-0_5 {
		width: 22px
	}
	.container .m_col-1 {
		width: 44px
	}
	.container .m_col-2 {
		width: 96px
	}
	.container .m_col-3 {
		width: 149px
	}
	.container .m_col-4 {
		width: 202px
	}
	.container .m_col-5 {
		/*width: 255px*/
		width: 249px
	}
	.container .m_col-6 {
		width: 308px
	}
	.container .m_col-7 {
		width: 361px
	}
	.container .m_col-8 {
		width: 414px
	}
	.container .m_col-9 {
		width: 467px
	}
	.container .m_col-10 {
		width: 520px
	}
	.container .m_col-11 {
		width: 573px
	}
	.container .m_col-12 {
		width: 636px
	}
	
    .col-first {
        margin-left: 0
    }
    .col-last {
        margin-right: 0
    }
}

@media only screen and (max-width: 635px) {
    body {
        min-width: 320px
    }
    .container {
        margin-left: auto;
        margin-right: auto;
        width: 320px
    }
	.com_elem_block_list_div,
	.com_elem_block_check_div,
	.com_elem_block_div,
	.com_elem_block_pp_list_div,
	.com_elem_block_options_div{
		margin-left: auto;
        margin-right: auto;
        width: 320px
	}
	
	.container .col-0_5 {
		margin: 0 0
	}
	
	.container .s_col-0_5 {
		width: 22px
	}
	.container .s_col-1 {
		width: 44px
	}
	.container .s_col-2 {
		width: 96px
	}
	.container .s_col-3 {
		width: 149px
	}
	.container .s_col-4 {
		width: 202px
	}
	.container .s_col-5 {
		/*width: 255px*/
		width: 249px
	}
	.container .s_col-6 {
		width: 308px
	}
	.container .s_col-7 {
		width: 361px
	}
	.container .s_col-8 {
		width: 414px
	}
	.container .s_col-9 {
		width: 467px
	}
	.container .s_col-10 {
		width: 520px
	}
	.container .s_col-11 {
		width: 573px
	}
	.container .s_col-12 {
		width: 636px
	}
}


.header_style_white{
	color: #ffffff;
}
.header_style_white .menu_dot{
	background: #ffffff;
}
.header_style_white a,
.header_style_white button{
	color: #ffffff;
}
.header_style_white .a_hover a:hover{
	border-bottom: 1px solid #ffffff;
	margin-bottom: -1px;
}

.header_style_white .navbar_but{
	background-color: rgba(05, 05, 05, 0.5);
}

.header_style_white .navbar ul{
	/*background: #fafafa;*/
	/*background: #050505;*/
	background: rgba(05, 05, 05, 0.5);
}

.header_style_white .cart_span_black_img{
	/*background: url("/images/to_cart_white_22_22.png");*/
	/*background: url("/images/to_cart_black_22_22.png");*/
	padding: 0 0 0 0;
    margin: 0 0 0 0;
	width: 22px;
    height: 22px;
}
.header_style_white .cart_span_black_img path{
	/*stroke: #ffffff;*/
	fill: #ffffff;
}

.header_style_white .catalog_button{
	color: var(--mn-bt-bg-color-std);
	background: rgba(250, 250, 250, 0.7);
	/*background: rgba(250, 250, 250, 0.5);*/
}
.header_style_white .catalog_button .catalog_svg{
	fill: var(--mn-bt-bg-color-std);
}
.header_style_white .button_icon .button_icon_line{
	background-color: var(--mn-bt-bg-color-std);
}
.header_style_white .button_icon_inversion .button_icon_line{
	background-color: #ffffff;
}
.header_style_white .catalog_button a{
	color: var(--mn-bt-bg-color-std);
}


.menu__logo_main {
	order: 1;
	height: 60px;
	width: 155px;
	align-items: center;
	/*margin-left: 10px;*/
	
	margin-top: auto;
    display: flex;
    align-items: flex-end;
}
.menu__logo_main .site_logo_top_img{
	/*max-height: 60px;*/
	/*max-width: 100px;*/
	margin-bottom: 12px;
	height: 60px;
	height: 48px;
	width: 155px;
	padding: 0;
	display: flex;
    justify-content: center;
    align-items: center;
	justify-content: left;
	align-items: end;
	padding-bottom: 6px;
}
.menu__logo_main .site_logo_top_img img{
	object-fit: cover;
}
.menu__logo_main .site_logo_top_img svg{
	object-fit: cover;
	width: 36px;
	height: 36px;
	width: 42px;
	height: 42px;
}
.menu__logo_main .site_logo_top_img span{
	margin-left: 14px;
	/*font-size: 32px;*/
    margin-top: auto;
    /*margin-bottom: 6px;*/
	font-size: 26px;
	font-size: 22px;
	font-size: 21px;
    font-weight: 400;
    line-height: 1.2;
}
.menu__logo_main img{
	max-height: 60px;
	max-width: 100px;
	text-align: center;
}

.menu__left_main{
	margin-left: 10px;
	margin-left: 8px;
    margin-right: 2px;
	order: 1;
}
.menu__right_main{
	margin-left: 10px;
    margin-right: 10px;
	display: flex;
    order: 3;
	justify-content: right;
	align-items: center;
	flex-grow: 1;
	/*background: #e0e0e0;*/
	text-align: right;
}
.menu__right_main{
	text-transform: uppercase;
    font-weight: bold;
}
.menu__right_main .navbar{
	margin-left: auto;
	/*margin-right: auto;*/
	/*background: #606060;*/
}
.menu__right_main .navbar li a {
	width: 120px !important;
}
.menu__right_main .navbar ul {
	z-index: 111;
	/*border-radius: 10px !important;*/
	border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}
.menu__right_h_ul_main{
	display: flex;
    flex-wrap: wrap;
	margin: 0;
    padding: 0;
    list-style-type: none;
    float: right;
}
.menu__right_h_ul_main li{
	
}
.menu__right_h_ul_main a{
	letter-spacing: .05em;
}

.menu__right_h_ul_main div{
	/*box-sizing: border-box;*/
}

.menu__right_h_ul_main div:hover {
	/*border-bottom: 1px solid var(--mn-bt-bg-color-std);*/
	/*margin-bottom: -1px;*/
}
.menu_dot {
    width: 5px;
    height: 5px;
    /*margin: 2px 10px;*/
    background: var(--mn-bt-bg-color-std);
    border-radius: 50%;
    display: inline-block;
	vertical-align: bottom;
	margin-right: 10px;
    margin-left: 10px;
    margin-top: auto;
    margin-bottom: auto;
}
.menu_a {
	/*margin-right: 10px; */
    /*margin-left: 10px; */
    padding-left: 10px;
    padding-right: 10px;
	min-width: 80px;
}
.menu__item {
    text-transform: uppercase;
    color: inherit;
    text-decoration: none;
    font-size: 13px
}

.menu__item:hover {
    border-bottom: 1px solid #d5d6d7
}
.catalog_a{
	/*background-color: inherit;*/
}
.pointer_events_none {
	pointer-events: none;
}
.section_header:hover{
	
}

.section_header{
	/*overflow: hidden;*/
}


.mw6{
	max-width: 300px;
}

.mwn{
	min-width: 0;
}

img,
object,
embed {
    max-width: 100%
}

img {
    height: auto
}




.body_div_block_menu_p_img{
	display: flex;
    justify-content: space-between;
    /*flex-wrap: wrap;*/
    /* justify-content: space-around; */
	align-items: start;
}

.body_div_block_menu_in{
	/*display: flex;*/
    /*justify-content: center;*/
	margin-left: auto !important;
    margin-right: auto !important;
}
.body_div_block_menu{
	display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
    /* justify-content: space-around; */
	justify-content: left;
}


/*.body_div_block_menu_1,*/
.body_div_block_menu_in,
.body_div_block_menu_2,
.body_div_block_menu_3,
.body_div_block_menu_4,
.body_div_block_menu_5,
.body_div_block_menu_6,
.body_div_block_menu_7,
.body_div_form_pre{
	/*box-shadow: 0.1em 0.1em 8px 0.1em rgb(57 67 77 / 30%), inset 0 0 10px rgb(57 67 77 / 80%);*/
	/*box-shadow: 0.1em 0.1em 8px 0.1em rgb(57 67 77 / 15%), inset 0 0 10px rgb(57 67 77 / 30%);*/
	/*box-shadow: 0.1em 0.1em 8px 0.1em rgb(57 67 77 / 7%), inset 0 0 10px rgb(57 67 77 / 25%);*/
	box-shadow: 0.1em 0.1em 8px 0.1em rgb(57 67 77 / 7%), inset 0 0 10px rgb(57 67 77 / 15%);
	background-color: rgb(57 67 77 / 2%);
    border-radius: 5px;
	
	/*margin: 0 !important;*/
	padding-top: 6px;
    padding-bottom: 6px;
	padding-left: 6px;
    padding-right: 6px;
}
.body_div_block_menu_2,
.body_div_block_menu_3,
.body_div_block_menu_4,
.body_div_block_menu_5,
.body_div_block_menu_6,
.body_div_block_menu_7,
.body_div_form_pre{
	margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
}
.body_div_block_menu_in{
	margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
	max-width: 274px;
	max-width: 300px;
}

.body_div_menu_list{
	background-color: rgb(57 67 77 / 3%);
	background-color: #f9f9f9;
	background-color: #e8e8e8;
	background-color: #f0f0f0;
	box-shadow: 0.1em 0.1em 8px 0.1em rgb(57 67 77 / 7%), inset 0 0 10px rgb(57 67 77 / 15%);
    /*background-color: rgb(57 67 77 / 2%);*/
	/*background-color: var(--mn-bt-bg-color-std);*/
	border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.body_div_block_menu_1{
	background-color: var(--mn-bt-bg-color-std);
	border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
	
	padding-top: 6px;
    padding-bottom: 6px;
	padding-left: 6px;
    padding-right: 6px;
	margin-top: 0px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
}
.body_div_menu_list div{
	
}
.body_div_menu_list span{
	color: var(--mn-bt-bg-color-std);
	/*color: white;*/
	font-weight: 700;
}

.body_div_block_menu_1 span{
	color: white;
	color: var(--mn-bt-bg-color-std);
}
.body_div_block_menu_1 .info{
	color: white;
}
.body_div_block_menu_1 .info:after{
	border-color: #ffffffaa;
}

.body_div_block_menu_1{
	display: flex;
    flex-direction: column;
	/*grid-row-gap: 5px;*/
	/*grid-row-gap: 9px;*/
	background-color: var(--mn-bt-bg-color-std);
	background-color: #f0f0f0;
	box-shadow: 0.1em 0.1em 8px 0.1em rgb(57 67 77 / 7%), inset 0 0 10px rgb(57 67 77 / 15%);
}

.body_div_block_menu_1 > div + div {
	margin-top: 9px;
}


.body_div_primary_head{
	/*height: 100%;*/
	margin-top: 100px;
	margin-top: 50px;
    /*margin-bottom: 100px;*/
	padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 5px;
}

.body_div_primary_head_name{
	margin-bottom: 24px;
	min-height: 40px;
	/*text-align: center;*/
	font-weight: 500;
	/*font-size: 2rem;*/
	font-size: 36px;
    letter-spacing: -2px;
	/*color: #000;*/
}

.body_div_primary_head_body{
	margin-top: 48px;
	/*margin-bottom: 24px;*/
	min-height: 40px;
	/*text-align: center;*/
	font-weight: 400;
	/*font-size: 2rem;*/
	font-size: 22px;
	/*color: #000;*/
}
.body_div_primary_head_body span,
.body_div_primary_head_body p{
	font-size: inherit;
    font-weight: inherit;
    margin-block-start: inherit;
    margin-block-end: inherit;
    margin-inline-start: inherit;
    margin-inline-end: inherit;
}


.body_div_primary_head_name span,
.body_div_primary_head_name h1,
.body_div_primary_head_name h2,
.body_div_primary_head_name h3{
	font-size: inherit;
    font-weight: inherit;
    margin-block-start: inherit;
    margin-block-end: inherit;
    margin-inline-start: inherit;
    margin-inline-end: inherit;
}
.body_div_primary_head_price{
	height: 35px;
	text-align: center;
	/*color: #13293d;*/
	color: #858585;
}
.body_div_primary_head_price .price_value{
	font-weight: 700;
	font-size: 32px;
}
.body_div_primary_head_price .price_value_vs_currency_type_p{
	font-size: 18px;
	padding-left: 4px;
    padding-right: 4px;
}
.body_div_primary_head_price .price_currency_type{
	font-size: 18px;
}
.body_div_primary_head_mini_description{
	margin-top: 24px;
	min-height: 20px;
	text-align: center;
	/*color: #06af48;*/
	/*color: #3c8f73;*/
	color: #3ca473;
}
.body_div_primary_head_mini_description span{
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 10px;
	height: 12px;
}

/*.body_div_primary_head{
	margin-top: 15px;
    margin-bottom: 15px;
	width:100%;
	display: flex;
}*/

.body_div_primary_head .to_reg_btn_div{
	margin: 48px auto 8px;
    margin-top: 48px;
    margin-right: auto !important;
    margin-bottom: 8px;
    margin-left: auto !important;
}

.body_div_primary_head .to_reg_btn_div a{
	text-decoration: none;
}
.body_div_primary_head .to_reg_btn_div .to_reg_btn{
	margin-top: 10px;
    width: 100%;
	display: flex;
    justify-content: center;
    line-height: 1;
	font-size: 24px;
	font-weight: 500;
	
	min-height: 54px;
    align-items: center;
    transition: 0.3s;
    /*color: #fff;*/
	color: #FFFBF7;
	
	border-radius: 6px;
    border: 1px solid transparent;
    /*background-color: #76bc21;*/
	/*background-color: #359000;*/
	/*background-color: #00b41f;*/
	background-color: #EB7100;
}


.body_div_primary{
	margin-top: 100px;
    /*margin-bottom: 100px;*/
}

.body_div_primary .body_div_primary_img_right{
	
}

.body_div_primary .body_div_primary_img_right img{
	object-fit: cover;
    height: 308px;
	width: 547px;
	border-radius: 6px;
    object-position: right;
}

.body_div_primary .body_div_primary_img_left{
	
}

.body_div_primary .body_div_primary_img_left img{
	object-fit: cover;
    height: 308px;
	width: 547px;
	border-radius: 6px;
    object-position: left;
	object-position: center;
}
.section_body{
	overflow: hidden;
}
.section_footer{
	overflow: hidden;
}

.container_header{
	/*background: rgb(249, 185, 185);*/
}
.container_body{
	/*margin-bottom: 30px; */
    padding-top: 30px;
    padding-bottom: 30px;
}
.footer_section_std,
.footer_container_std {
	background: #2F405C;
}
.footer_container_std .footer-wrapper_m{
    color: #dfdfdf;
}
.footer_container_std .footer-wrapper_m {
	display: grid;
	justify-content: normal;
	
	min-height: 64px;
    font-size: 13px;
    padding-top: 28px;
    line-height: 20px;
    /*margin-top: 60px;*/
    vertical-align: middle;
	
}
.footer_container_std .footer-wrapper_m a{
	text-decoration: none;
    color: inherit;
}
.footer_container_std .footer-copyright_m{
	display: grid;
    justify-content: left;
	min-height: 36px;
    align-items: center;
	color: #999;
}

.footer_container_std .footer-wrapper_m .footer_m span{
	margin-left: 5px;
	margin-right: 5px;
}

.footer_container_std .footer-wrapper_m .footer_m .mb10{
	margin-bottom: 10px;
}

.footer_container_std .footer-wrapper_m .footer_m .mt10{
	margin-top: 10px;
}



.df{
	display: flex;
}
.dg{
	display: grid;
}
.fdc{
	flex-direction: column;
}
.aic{
	align-items: center;
}
.fww{
	flex-wrap: wrap;
}
.jcsb{
    justify-content: space-between;
}
.jcse{
    justify-content: space-evenly;
}
.jcsa{
    justify-content: space-around;
}
.jcfe{
    justify-content: flex-end;
}
.jcfs{
    justify-content: flex-start;
}
.jcc{
    justify-content: center;
}

.wsn{
	white-space: nowrap;
}

.body_div_head_title{
	min-height: 100px;
	max-width: 100%;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
    color: #fff;
	/*letter-spacing: -.013em;*/
	/*background: linear-gradient(90deg,#ff5c4d,#eb469f 30%,#8341ef 75%,#3f68f9);*/
	/*background: linear-gradient(90deg,#007d90,#2a4a7b);*/
	background: linear-gradient(90deg,#2a4a7b,#007d90);
	display: flex;
    flex-direction: column;
    justify-content: center;
	letter-spacing: -2px;
}

.body_div_head_title .div_title,
.body_div_head_title span{
	display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.body_div_head_title h1{
	display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.body_div_agreement,
.body_div_privacy,
.body_div_contacts{
	margin-top: 15px;
    margin-bottom: 15px;
	padding-left: 6px;
    padding-right: 6px;
	width:100%;
	display: flex;
	flex-direction: column;
}

.organization_contacts_div .contacts_pre_list_name_div,
.organization_details_div .details_pre_list_name_div{
	margin-top: 34px;
    margin-bottom: 24px;
    display: block;
    margin-left: 10px;
    margin-right: 10px;
	text-align: center;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    color: #4b587c;
}
.organization_contacts_div .contacts_list_li_div{
	margin-top: 11px;
    margin-bottom: 11px;
    display: flex;
	justify-content: center;
}
.organization_contacts_div .contacts_list_li_div .contacts_list_li_name_div{
	padding-right: 3px;
	text-align: right;
	width: 50%;
	font-weight: 700;
	font-size: 16px;
    color: #4b587c;
}
.organization_contacts_div .contacts_list_li_div .contacts_list_li_val_div{
	padding-left: 3px;
	width: 50%;
	font-weight: 400;
	font-size: 16px;
    color: #4b587c;
}
.organization_details_div .details_list_li_div{
	margin-top: 11px;
    margin-bottom: 11px;
    display: flex;
	justify-content: center;
}
.organization_details_div .details_list_li_div .details_list_li_name_div{
	padding-right: 3px;
	text-align: right;
	width: 45%;
	font-weight: 700;
	font-size: 16px;
    color: #4b587c;
}
.organization_details_div .details_list_li_div .details_list_li_val_div{
	padding-left: 3px;
	width: 55%;
	font-weight: 400;
	font-size: 16px;
    color: #4b587c;
}

.body_div_tariff{
	margin-top: 15px;
    margin-bottom: 15px;
	/*box-shadow: 0.1em 0.1em 8px 0.1em rgb(57 67 77 / 7%), inset 0 0 10px rgb(57 67 77 / 25%);*/
	/*box-shadow: 0.1em 0.1em 8px 0.1em rgb(133 133 133 / 7%), inset 0 0 10px rgb(133 133 133 / 25%);*/
	box-shadow: 0.1em 0.1em 8px 0.1em rgb(96 99 104 / 7%), inset 0 0 10px rgb(96 99 104 / 25%);
	border-radius: 5px;
	padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 6px;
    padding-right: 6px;
}

.body_div_tariff_pre_head{
	padding-top: 20px;
	padding-bottom: 20px;
	height: 100px;
	text-align: center;
	
	/*display: flex;*/
    justify-content: center;
    align-items: center;
}
.body_div_tariff_pre_head span{
	height: 20px;
	font-weight: 700;
    /*font-size: 1rem;*/
	font-size: 16px;
	/*color: #279af1;*/
	color: #007d90;
}
.body_div_tariff_head_name{
	margin-bottom: 24px;
	height: 40px;
	text-align: center;
	font-weight: 700;
	/*font-size: 2rem;*/
	font-size: 32px;
	color: #000;
}
.body_div_tariff_head_name span{
	
}
.body_div_tariff_head_price{
	height: 35px;
	text-align: center;
	/*color: #13293d;*/
	color: #858585;
}
.body_div_tariff_head_price .price_value{
	font-weight: 700;
	font-size: 32px;
}
.body_div_tariff_head_price .price_value_vs_currency_type_p{
	font-size: 18px;
	padding-left: 4px;
    padding-right: 4px;
}
.body_div_tariff_head_price .price_currency_type{
	font-size: 18px;
}
.body_div_tariff_head_mini_description{
	margin-top: 24px;
	min-height: 20px;
	text-align: center;
	/*color: #06af48;*/
	/*color: #3c8f73;*/
	color: #3ca473;
}
.body_div_tariff_head_mini_description span{
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 10px;
	height: 12px;
}
.body_div_tariff_option{
	/*margin-top: 67px;*/
	margin-top: 48px;
	/*text-align: center;*/
	font-weight: 400;
	/*font-size: 1rem;*/
	font-size: 16px;
	color: #4b587c;
}
.body_div_tariff_option_ul{
	
}
.body_div_tariff_option_li{
	padding: 11px 32px;
}
.body_div_tariff_option_li + .body_div_tariff_option_li{
	border-top: 1px solid #e4e4ee;
}

.body_div_tariff_to_reg{
	margin-top: 15px;
    margin-bottom: 15px;
	width:100%;
	display: flex;
}
.body_div_tariff_to_reg_bottom{
	margin-top: 15px;
    margin-bottom: 15px;
	margin-bottom: 65px;
	width:100%;
	display: flex;
}
.body_div_tariff_to_reg .to_reg_btn_div,
.body_div_tariff_to_reg_bottom .to_reg_btn_div{
	margin: 48px auto 8px;
    margin-top: 48px;
    margin-right: auto !important;
    margin-bottom: 8px;
    margin-left: auto !important;
}

.body_div_tariff_to_reg .to_reg_btn_div a,
.body_div_tariff_to_reg_bottom .to_reg_btn_div a{
	text-decoration: none;
}
.body_div_tariff_to_reg .to_reg_btn_div .to_reg_btn,
.body_div_tariff_to_reg_bottom .to_reg_btn_div .to_reg_btn{
	margin-top: 10px;
    width: 100%;
	display: flex;
    justify-content: center;
    line-height: 1;
	font-size: 24px;
	font-weight: 500;
	
	min-height: 54px;
    align-items: center;
    transition: 0.3s;
    /*color: #fff;*/
	color: #FFFBF7;
	
	border-radius: 6px;
    border: 1px solid transparent;
    /*background-color: #76bc21;*/
	/*background-color: #359000;*/
	/*background-color: #00b41f;*/
	background-color: #EB7100;
}
.body_div_tariff_to_reg .to_reg_btn_div .to_reg_btn,
.body_div_tariff_to_reg_bottom .to_reg_btn_div .to_reg_btn{
	cursor: pointer;
}

.body_div_tariff_other_options{
	margin-top: 15px;
    margin-bottom: 15px;
	width:100%;
	display: flex;
	flex-direction: column;
}

.body_div_tariff_other_options .body_div_tariff_other_options_head{
	padding-top: 20px;
	padding-bottom: 20px;
	width:100%;
	min-height: 100px;
	text-align: center;
	
	/*display: flex;*/
    justify-content: center;
    align-items: center;
}
.body_div_tariff_other_options .body_div_tariff_other_options_head h2{
	/*height: 20px;*/
	font-weight: 700;
	font-size: 32px;
	color: #000;
}

.body_div_tariff_other_options .body_div_tariff_other_options_list{
	padding-top: 20px;
	padding-bottom: 0px;
}
.body_div_tariff_other_options .body_div_tariff_other_options_list .ul{
	display: flex;
    flex-wrap: wrap;
}
.body_div_tariff_other_options .body_div_tariff_other_options_list .ul .li{
	
}
.body_div_tariff_other_options .body_div_tariff_other_options_list .ul .li span{
	font-weight: 400;
    font-size: 18px;
    letter-spacing: -.02em;
    position: relative;
    /* padding-left: 24px; */
    margin-left: 24px;
    margin-bottom: 14px;
    display: list-item;
    list-style-position: outside;
    list-style-type: disc;
	padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 6px;
    padding-right: 6px;
}

.any_overlay_cookie{
	margin: 0 !important;
}
.dm-overlay {
		position: fixed;
		top: 0;
		left: 0;
		/*background: rgba(0, 0, 0, 0.65);*/
		background: rgba(102, 102, 102, 0.65);
		
		overflow: auto;
		width: 100%;
		height: 100%;
		z-index: 100;
		display: block;
		-webkit-animation: fade .6s;
		-moz-animation: fade .6s;
		animation: fade .6s;
}
.dm-overlay_cookie {
	position: fixed;
	bottom: 0;
	left: 0;
	background: #fafafa;
	
	overflow: hidden;
	width: 100%;
	z-index: 1000;
	
    display: flex;
    align-items: center;
	
	-webkit-animation: fade .6s;
	-moz-animation: fade .6s;
	animation: fade .6s;
	
	color: #4b587c;
}
.dm-overlay_cookie .container{
	display: flex;
    justify-content: center;
}
.header_section_main,
.header_container_main{
	/*background: #232f3f;*/
	/*background: #122035;*/
	/*background: #0E2750;*/
	background: #2F405C;
}

.cookie_bottom {
	min-height: 40px;
	
	display: flex;
	justify-content: center;
    align-items: center;
}

.cookie_bottom p,
.cookie_bottom input{
	/*margin-top: 1em;*/
}

.cookie_bottom .cookie_bottom_text{
	
}

.cookie_bottom .cookie_bottom_btn{
	/*text-align: center;*/
}

.cookie_bottom .cookie_bottom_btn input[type="button"].i_cookie_save,
.cookie_bottom .cookie_bottom_btn input[type="button"].i_cookie_description{
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 15px;
	margin-right: 5px;
	
	padding: 1px 6px;
    min-height: var(--min-h-bt);
    
    border-radius: var(--mn-bt-rd);
    /*background-color: var(--mn-bt-bg-color-conf);*/
	/*background-color: #4b587c;*/
    /*color: #ffffff;*/
	color: #4b587cbb;
    background-color: #ffffff;
    font-weight: 700;
}
.a_hover a:hover{
	border-bottom: 1px solid var(--mn-bt-bg-color-std);
	margin-bottom: -1px;
}
.header__menu_cl_main {
	display: flex;
	flex-wrap: wrap;
	/*line-height: 50px;*/
	min-height: 70px;
	justify-content: space-between;
	align-items: center;
}

.dm-table {
	display: table;
	width: 100%;
	height: 100%;
}

.dm-cell {
	display: table-cell;
	padding: 0 1em;
	padding-right: 0em;
	vertical-align: middle;
	text-align: center;
}
.dm-modal_in_reg {
	display: inline-block;
	/*padding: 20px;*/
	border-radius: 0.5em;
	max-width: 90%;
	max-width: 95%;
	min-width: 20em;
	min-height: 11em;
	background-color: #eef2f6;
	-webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
	color: #39434d;
	text-align: left;
}
.menu_name_div{
	padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 5px;
    background-color: rgb(57 67 77 / 3%);
    min-height: 45px;
}

.menu_name_div span{
	line-height: 30px;
	font-weight: 700;
}

.menu_name_div .menu_name{
	font-size: 15px;
}

.reg_mail_old {
	padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 5px;
}

.in_login_valid_div,
.in_password_valid_div{
	/*display: flex;*/
	/*flex-direction: column;*/
}

.menu_user_res_new_password_message_div,
.menu_reg_valid_div,
.menu_reg_fio_valid_div,
.menu_old_pass_valid_log_div,
.menu_new_pass_valid_log_div,
.menu_new_again_pass_valid_log_div,
.in_valid_log_div,
.in_valid_pass_div{
	margin-top: 5px;
    margin-bottom: 5px;
	min-height: 20px;
}

.reg_fio_div,
.reg_mail_div,
.in_login_div,
.in_password_div{
	margin-top: 5px;
    margin-bottom: 5px;
}
.password_recovery_button_div,
.menu_agreement_pre_reg_button_div,
.menu_agreement_pre_recovery_button_div,
.reg_button_div,
.in_button_div,
.to_reg_button_div,
.to_in_button_div,
.to_lk_button_div,
.transfer_rezult_end_button_div,
.to_exit_button_div{
	margin-top: 25px;
    margin-bottom: 5px;
}
.to_lk_button_div,
.transfer_rezult_end_button_div,
.to_exit_button_div{
    margin-left: 5px;
    margin-right: 5px;
	text-align: right;
}

.reg_button_div{
	height: 29px;
}

.menu_agreement_pre_reg_button_div,
.menu_agreement_pre_recovery_button_div{
	display: flex;
}
.menu_agreement_pre_reg_button_div .menu_i_agreement_pre_reg_ch_div,
.menu_agreement_pre_recovery_button_div .menu_i_agreement_pre_recovery_ch_div{
	margin-top: 2px;
    margin-bottom: 5px;
	margin-left: 6px;
    margin-right: 6px;
}
.menu_agreement_pre_reg_button_div .i_agreement_pre_reg_ch,
.menu_agreement_pre_recovery_button_div .i_agreement_pre_recovery_ch{
	
}
.menu_agreement_pre_reg_button_div a,
.menu_agreement_pre_recovery_button_div a{
	text-decoration: none;
	color: var(--mn-bt-bg-color-conf);
}

.in_valid_log_div,
.in_valid_pass_div{
	display: flex;
    align-items: center;
	font-weight: 700;
}
.password_recovery_button_div input[type="button"],
.reg_button_div input[type="button"],
.in_button_div input[type="button"],
/*.to_in_button_div input[type="submit"],*/
.to_reg_button_div .to_reg_button,
.to_in_button_div .to_in_button,
.to_lk_button_div input[type="submit"]{
	padding: 1px 6px;
    min-height: var(--min-h-bt);
    
    border-radius: var(--mn-bt-rd);
    background-color: var(--mn-bt-bg-color-conf);
    color: #ffffff;
}
.transfer_rezult_end_button_div input[type="button"],
.to_exit_button_div input[type="button"]{
	padding: 1px 6px;
    min-height: var(--min-h-bt);
    border-radius: var(--mn-bt-rd);
    background-color: var(--mn-bt-bg-color-std);
    color: #ffffff;
}
.password_recovery_button_div input[type="button"],
.reg_button_div input[type="button"],
/*.to_in_button_div input[type="button"],*/
.to_reg_button_div .to_reg_button,
.to_in_button_div .to_in_button,
.in_button_div input[type="button"],
/*.to_lk_button_div input[type="submit"],*/
.transfer_rezult_end_button_div input[type="button"],
.to_exit_button_div input[type="button"]{
	opacity: var(--mn-bt-op_min);
	transition: opacity .3s;
}
.password_recovery_button_div input[type="button"]:hover,
.reg_button_div input[type="button"]:hover,
/*.to_in_button_div input[type="button"]:hover,*/
.to_reg_button_div .to_reg_button:hover,
.to_in_button_div .to_in_button:hover,
.in_button_div input[type="button"]:hover,
/*.to_lk_button_div input[type="submit"]:hover,*/
.transfer_rezult_end_button_div input[type="button"]:hover,
.to_exit_button_div input[type="button"]:hover{
	opacity: var(--mn-bt-op_max);
	transition: opacity .3s;
}

.to_reg_button,
.to_in_button,
.reg_button_div .reg_button,
.in_button{
	width: 100%;
}

.reg_button_div input[type="button"].reg_button{
	/*color:blue;*/
}

.reg_new_worker_div input[type="button"].reg_button:disabled,
.reg_button_div input[type="button"].reg_button:disabled,
.password_recovery_button_div input[type="button"].password_recovery_button:disabled{
	display: none;
}

.password_recovery_message_div{
	margin-top: 25px;
	
	padding-bottom: 5px;
	/*padding-left: 6px;*/
	/*padding-right: 6px;*/
}
.password_recovery_a_div{
	margin-top: 25px;
    margin-bottom: 5px;
	display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.password_recovery_a_div a{
	text-decoration: none;
	color: inherit;
}
.password_recovery_a_div .to_reg_btn{
	
}

.menu_reg_to_in_a_div{
	margin-top: 25px;
    margin-bottom: 5px;
	display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}
.menu_reg_to_in_a_div a{
	text-decoration: none;
	/*color: inherit;*/
	color: #2a4a7b;
}
.menu_reg_to_in_a_div .to_in_btn{
	padding-right: 5px;
    padding-left: 5px;
}

.info-modal .info_list_tab a{
	text-decoration: none;
	/*color: #2a4a7b;*/
	color: var(--mn-bt-bg-color-conf);
}

.menu_reg_privacy_a_div{
	margin-top: 25px;
    margin-bottom: 5px;
	display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}
.menu_reg_privacy_a_div a{
	text-decoration: none;
	/*color: inherit;*/
	color: #2a4a7b;
}

.menu_reg_copyright_div{
	margin-top: 15px;
    margin-bottom: 5px;
	display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}
.close {
	z-index: 9999;
	float: right;
	width: 30px;
	height: 30px;
	color: #cfd8dc;
	text-align: center;
	text-decoration: none;
	line-height: 26px;
	cursor: pointer;
}
.close:after {
	display: block;
	border: 2px solid #cfd8dc;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: 'X';
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	-ms-transform: scale(0.85);
	transform: scale(0.85);
}

.close:hover:after {
	/*border-color: #fff;*/
	/*color: #fff;*/
	border-color: #000;
	color: #000;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.close_nz {
	/*z-index: 9999;*/
	float: right;
	width: 30px;
	height: 30px;
	color: #cfd8dc;
	text-align: center;
	text-decoration: none;
	line-height: 26px;
	cursor: pointer;
}
.close_nz:after {
	display: block;
	border: 2px solid #cfd8dc;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: 'X';
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	-ms-transform: scale(0.85);
	transform: scale(0.85);
}

.close_nz:hover:after {
	border-color: #fff;
	color: #fff;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.reg_mail_ok{
	border: 1px solid green;
}
.reg_mail_error{
	border: 1px solid red !important;
}
.reg_display_none{
	display: none;
}
.in_login_ok{
	border: 1px solid green;
}
.in_login_error{
	border: 1px solid red !important;
}
.in_password_ok{
	border: 1px solid green;
}
.in_password_error{
	border: 1px solid red !important;
}
.in_display_none{
	display: none !important;
}
 .overlay_cookie_a{
	cursor: pointer;
	text-decoration: underline;
    color: var(--mn-bt-bg-color-conf);
}

.to_reg_button_div,
.to_in_button_div{
	width: 100%;
    display: flex;
}

.to_reg_button_div a,
.to_in_button_div a{
	text-decoration: none;
}
.to_reg_button_div .to_reg_button,
.to_in_button_div .to_in_button{
	display: flex;
    justify-content: center;
    line-height: 1;
    /* font-size: 24px; */
    font-weight: 500;
    align-items: center;
    transition: 0.3s;
    color: #fff;
    border-radius: 6px;
    border: 1px solid transparent;
}

.menu_user_res_new_password_div,
.menu_reg_who_is_div,
.menu_reg_inputs_div,
.menu_old_pass_div,
.menu_new_pass_div,
.menu_new_again_pass_div{
	padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 5px;
}
.menu_new_pass_div{
	background-color: rgb(57 67 77 / 7%);
}
.password_change_button_div{
	padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 5px;
}
.menu_reg_fio_pre_name_div,
.menu_old_pass_pre_name_div,
.menu_new_pass_pre_name_div,
.menu_new_again_pass_pre_name_div{
	padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 5px;
}
.menu_reg_fio_pre_name_div span,
.menu_old_pass_pre_name_div span{
	font-weight: 400;
    font-size: 16px;
}
.menu_old_pass_name_div,
.menu_new_pass_name_div,
.menu_new_again_pass_name_div{
	
}

.menu_user_res_new_password_message_div span,
.menu_reg_valid_div span,
.menu_reg_fio_valid_div span,
.menu_old_pass_valid_log_div span,
.menu_new_pass_valid_log_div span,
.menu_new_again_pass_valid_log_div span{
	font-weight: 700;
}
.menu_reg_who_is_pre_select_name_div,
.menu_reg_who_is_select_div{
	padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 5px;
}
.menu_reg_who_is_pre_select_name_div span{
	font-weight: 400;
    font-size: 16px;
}
.reg_fio,
.reg_mail,
.in_login,
.in_password,
.reg_who_is_select_type{
	max-width: 240px;
}

.old_pass_name,
.new_pass_name,
.new_again_pass_name,
.reg_fio,
.reg_mail,
.in_login,
.in_password,
.reg_who_is_select_type,
.any_name_new{
	background-color: #dfdee240;
	text-decoration: none;
    border: 1px solid var(--form-field-border-color, #dfdee2);
    border-radius: var(--form-field-border-radius, 4px);
    padding: 3px 3px 3px;
    /*padding: 3px 0px 3px 0px;*/
	
	/*max-width: 100%;*/
	width: 240px;
}

.old_pass_name:hover,
.new_pass_name:hover,
.new_again_pass_name:hover,
.reg_fio:hover,
.reg_mail:hover,
.in_login:hover,
.in_password:hover,
.any_name_new:hover{
	/*border-bottom-color: #d5d6d7;*/
	outline:none;
	/*border-bottom: 1px solid var(--mn-bt-bg-color-std);*/
	background-color: #eef2f6;
}

.old_pass_name:focus,
.new_pass_name:focus,
.new_again_pass_name:focus,
.reg_fio:focus,
.reg_mail:focus,
.in_login:focus,
.in_password:focus,
.any_name_new:focus{
	/*border-bottom-color: #d5d6d7;*/
	outline:none;
	/*border-bottom: 1px solid var(--mn-bt-bg-color-std);*/
	background-color: #eef2f6;
}

.old_pass_name:active,
.new_pass_name:active,
.new_again_pass_name:active,
.reg_fio:active,
.reg_mail:active,
.in_login:active,
.in_password:active,
.any_name_new:active{
	/*border-bottom-color: #d5d6d7;*/
	outline:none;
	/*border-bottom: 1px solid var(--mn-bt-bg-color-std);*/
	background-color: #eef2f6;
}

.reg_fio,
.reg_mail,
.in_login,
.in_password{
	min-width: 250px;
}
.pre-smart-captcha{
	margin-top: 25px;
    margin-bottom: 5px;
	min-height: 102px;
    height: 102px;
    display: flex;
    justify-content: center;
}

.pre-recovery-smart-captcha{
	margin-top: 25px;
    margin-bottom: 5px;
	min-height: 102px;
    height: 102px;
    display: flex;
    justify-content: center;
}

.smart-captcha{
	min-height: 102px;
	/*display: inline;*/
}

/*.pre-recovery-smart-captcha .smart-captcha:empty:before,*/
.pre-smart-captcha .smart-captcha:empty,
.pre-recovery-smart-captcha .smart-captcha:empty {
	
	/*background-image: url(/images/progress.png);
	background-size: 100px;
	background-repeat: no-repeat;
	background-position: center;*/
	
	/*content: "";
    position: absolute;
    width: 300px;
    height: 102px;
    z-index: -1;*/
	width: 100%;
    background-image: url(/images/progress.png);
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: center;
}
.li{
	text-align: left;
	margin-bottom: 5px;
}
.menu_in_div,
.menu_password_recovery_div{
	padding-top: 5px;
    padding-bottom: 5px;
    
	padding-left: 6px;
    padding-right: 6px;
    border-radius: 5px;
}

.navbar ul {
	display: none;
	/*display: block;*/
	position: absolute;
	top: 100%;
	background: #fafafa;
	border-radius: 4px;
	/*height: 0;*/
	/*width: 0;*/
    overflow: hidden;
	transition: all .5s;
	/*transition: all 3.3s;*/
	/*transition-delay: 3.3s;*/
}
.navbar li:focus ul {
	display: block;
}
.navbar li:hover ul {
	display: block;
}
/*.navbar li:active ul {
	display: block;
}
.navbar li:focus ul {
	display: block;
}*/
/*@media (hover:hover){
	.navbar li:hover ul:active {
		display: none;
	}
}*/
.navbar li:hover ul:active {
	/*display: none;*/
}

.navbar li:hover ul:has(> li:active) {
	/*display: none;*/
	/*height: 0;*/
	/*width: 0;*/
}

.navbar li:hover ul:has(> a:active) {
	/*display: none;*/
	/*height: 0;*/
	/*width: 0;*/
}


.navbar, .navbar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: right;
}
.navbar_but {
	/*border-radius: 4px;*/
	border-radius: 10px;
	/*background-color: #999ea3;*/	/*	темный фон для темной темы*/
	/*background: #fafafa;*/	/*	светлый фон для светлой темы (нужен темный шрифт)*/
	background-color: rgba(250, 250, 250, 0.5);
	font-weight: bold;
	line-height: initial;
}
.navbar {
	/*height: 30px;*/
	height: 34px;
	/*background-color: #666;*/
	/*padding-left: 25px;*/
	/*min-width: 470px;*/
	/*font-family: 'Gotham Pro Bold';*/
}
.navbar_uppercase {
	text-transform: uppercase;
	font-weight: bold;
}
.navbar li {
	float: left;
	position: relative;
	height: 100%;
	z-index: 1;
}
.navbar li a {
	display: block;
	padding: 6px;
	width: 100px;
	/*color: #39434d;*/
	color: inherit;
	text-decoration: none;
	text-align: center;
	/*transition: all 0.3s;*/
	/*width: 80px;*/
	min-width: 80px;
	
	box-sizing: border-box;
    min-height: 34px;
    display: flex;
    justify-content: center;
    /* align-content: center; */
    align-items: center;
}
.navbar_but_li:hover {
	border-radius: 4px;
	background-color: #999ea3;
	/*transition: all 0.3s;*/
}
.navbar li:hover {
	border-bottom: 1px solid #d5d6d7;
	margin-bottom: -1px;
	/*transition: all 0.3s;*/
}
.navbar li:hover .navbar_but{
	border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.navbar li:hover ul{
	border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

@media only screen and (min-width: 636px) and (max-width: 959px) {
	.middl_jf_centr {
		justify-content: center;
	}
}
@media only screen and (max-width: 635px){
	.body_div_block_menu{
		justify-content: center;
	}
}


@media (min-width: 1316px) {
    .show-xl {
        display: block !important
    }
    .hide-xl {
        display: none !important
    }
}

@media (min-width: 960px) and (max-width: 1315px) {
    .show-l {
        display: block !important
    }
    .hide-l {
        display: none !important
    }
}

@media only screen and (min-width: 636px) and (max-width: 959px) {
    .show-m {
        display: block !important
    }
    .hide-m {
        display: none !important
    }
}

@media only screen and (max-width: 635px) {
    .show-s {
        display: block !important
    }
    .hide-s {
        display: none !important
    }
}
@media only screen and (max-width: 635px) {
	.footer_container_std .footer-wrapper_m {
        /*height: 180px;*/
		min-height: 110px;
        text-align: center;
    }
}

@media only screen and (min-width: 636px) and (max-width: 959px) {
	.footer_container_std .footer-wrapper_m {
        /*height: 130px;*/
		min-height: 60px;
    }
}
@media only screen and (max-width: 959px) {
    .body_div_block_menu_p_img{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	
	.mini_order_1{
		order: 1;
	}
	
	.mini_order_2{
		order: 2;
	}
	.body_div_primary .body_div_primary_img_right img,
	.body_div_primary .body_div_primary_img_left img{
		object-position: center;
	}
}
@media only screen and (max-width: 635px){
	.body_div_primary .body_div_primary_img_right img,
	.body_div_primary .body_div_primary_img_left img{
		width: 320px;
	}
}