/*тёмно фиолетовый #240f2b*/
/*Фиолетовый #3a1a45*/
/*розовый #B456C0*/
/*голубой #46A4AC -> #0B4B63 */
/*жёлтый #4DE928 -> #198600 */
/*красный #ff1f1f*/
/*синий #26838b  (на 1 шаге) */
/*жёлтый #FFB31F -> #946009 (на 2 шаге) */
/*горчичный #c88503 (на 2 шаге)*/
/*зелёный  #4DE828 (на 2 шаге)*/
/*тёмно- зелёный  #248F0B (на 2 шаге)*/
@font-face {
    font-family: 'Proxima Nova Regular';
    src: url(/new_fonts/proxima_nova_regular.ttf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Bold';
    src: url(/new_fonts/proxima_nova_bold.ttf);
}

@font-face {
    font-family: 'Proxima Nova Black';
    src: url(/new_fonts/proxima_nova_black.ttf);
}

@font-face {
    font-family: 'Proxima Nova Light';
    src: url(/new_fonts/proxima_nova_light.ttf);
}

@font-face {
    font-family: 'Proxima Nova Thin';
    src: url(/new_fonts/proxima_nova_thin.ttf);
}

@font-face {
    font-family: 'Proxima Nova Semibold';
    src: url(/new_fonts/proxima_nova_semibold.ttf);
}


html * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html, body {
    height: 100%;
}

/************************** custom chrome scroll *****************************/
/*::-webkit-resizer {
    background-image: url('');
    background-repeat: no-repeat;
    width: 5px;
    height: 1px;
}
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-button {
    background-image: url('');
    background-repat: no-repeat;
    width: 5px;
    height: 0px;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: #ff8e41;
}
::-webkit-scrollbar-track {
    background-color: #acacac;
}*/
/************************ end custom chrome scroll ***************************/

body {
    font-family: 'Proxima Nova Regular', Roboto, 'sans-serif';
    color: #1d0c22;
    font-size: 15px;
    line-height: 1.5;
    background-color: #fff;
    /*scroll-behavior: smooth;*/
}

.wrapper {
    min-height: 100%;
    padding-top: 66px;
    padding-bottom: 70px;
    background-color: #391a44;
    position: relative;
    overflow: hidden;
}

.block {
    width: 100%;
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto;
}

.inner {
    width: 1170px;
    margin: 0 auto;
    position: relative;
}

.ellipsis {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

img {
    max-width: 100%;
}

table img {
    max-width: 0;
}


#bread_crumbs {
    margin-top: -20px;
    padding-bottom: 30px;
    color: #85898F;
    line-height: 1.5;
    font-size: 15px;
}

#bread_crumbs a {
    color: inherit;
}

.clear {
    clear: both;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
    zoom: 1;
}

/* IE7 */

a, a:hover, a:visited, a:active, a:link {
    color: #26838b;
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
}

a[href^="mailto"]:hover {
    opacity: 0.85;
    text-decoration: none;
}

input:focus, textarea:focus, button {
    outline: none;
}

.header {
    margin: 0 auto 50px;
}

.header .inner {
    display: flex;
    justify-content: space-between;
    height: 53px;
    /*outline: 1px solid red;*/
}

.menu_wrap {
    display: flex;
    align-items: center;
    height: 100%;
    color: #fff;
}

.menu_title {
    cursor: pointer;
    font-size: 28px;
    margin-right: 38px;
}

.hamburger_and_menu {
    position: relative;
}

.menu {
    display: none;
    position: absolute;
    left: 0;
    top: 64px;
    padding: 24px 0;
    font-size: 22px;
    background-color: #391A44;
    box-shadow: 0px 7px 8.55px 0.45px rgba(0, 0, 0, .6);
    z-index: 4;
}

.menu a {
    color: #fff;
    display: block;
    padding: 13px 72px 13px 88px;
    position: relative;
}

.menu a.current {
    text-decoration: underline;
}

.menu a:after {
    display: block;
    content: '';
    width: 39px;
    height: 22px;
    position: absolute;
    left: 24px;
    top: 18.5px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
}


.menu a.go_main:after {
    background-image: url(/i/icons/main.png)
}

.menu a.go_step_1:after {
    background-image: url(/i/icons/one_line.png)
}

.menu a.go_step_2:after {
    background-image: url(/i/icons/two_line.png)
}

.menu a.go_step_3:after {
    background-image: url(/i/icons/three_line.png)
}

.menu a.go_kalend:after {
    background-image: url(/i/icons/calendar.png);
    height: 30px;
    top: 14.5px
}

.menu a.go_useful:after {
    background-image: url(/i/icons/light_white.png);
    height: 24px;
    top: 17.5px
}

.menu a:hover {
    background-color: rgba(255, 255, 255, 0.3);
}


/*Гамбургер*/

.hamburger {
    position: relative;
    padding: 0;
    width: 47px;
    height: 42px;
    font-size: 0;
    appearance: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
    cursor: pointer;
    font-size: 48px;
    color: #fff;
    cursor: pointer;
    transition: background 0.3s;
}

.hamburger:focus {
    outline: none;
}

.hamburger span {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: 0;
    width: 100%;
    height: 6px;
    border-radius: 2px;
    background: white;
    transition: background-color 0.3s ease;
}

.hamburger span::before,
.hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    content: "";
    border-radius: 2px;
}

/*.hamburger.is-active span, .hamburger.is-active span:before,.hamburger.is-active span:after{
    background-color: #A80824;
}*/

.hamburger span::before {
    top: -16px;
}

.hamburger span::after {
    bottom: -16px;
}

.hamburger span::before,
.hamburger span::after {
    transition-duration: 0.2s, 0.2s;
    transition-delay: 0.2s, 0s;
}

.hamburger span::before {
    transition-property: top, transform, background-color;
}

.hamburger span::after {
    transition-property: bottom, transform, background-color;
}

.hamburger.is-active:after {
    opacity: 1;
}

.hamburger.is-active span {
    background: none;
}

.hamburger.is-active span::before {
    top: 0;
    transform: rotate(45deg);
}

.hamburger.is-active span::after {
    bottom: 0;
    transform: rotate(-45deg);
}

.hamburger.is-active span::before,
.hamburger.is-active span::after {
    transition-delay: 0s, 0.3s;
}


.hamburger_title {
    float: left;
    padding-left: 20px;
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 400;
}


.logo {
    display: block;
    width: 142px;
    height: 53px;
    position: relative;
    top: -8px;
}

.logo svg {
    width: 100%;
    height: 100%;
}

.logo svg .leaf, .logo svg .apl {
    fill: #b456c0 !important;
}

.page_4 .logo svg .leaf, .page_4 .logo svg .apl {
    fill: #26838b !important;
}

.page_5 .logo svg .leaf, .page_5 .logo svg .apl {
    fill: #c88503 !important;
}

.page_6 .logo svg .leaf, .page_6 .logo svg .apl {
    fill: #248F0B !important;
}


.logo:before {
    content: '®';
    display: inline;
    position: absolute;
    left: 100%;
    top: 0;
    font-family: 'Proxima Nova Bold', 'sans-serif';
    font-weight: bold;
    font-size: 30px;
    line-height: 1;
    color: #b456c0;
}

.page_4 .logo:before {
    color: #26838b;
}

.page_5 .logo:before {
    color: #c88503;
}

.page_6 .logo:before {
    color: #248F0B;
}

.social {
    display: flex;
    width: 325px;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
}

.social a {
    display: block;
    width: 52px;
    position: relative;
    background: url(/i/icons/social_100.png) no-repeat;
    /*outline: 1px solid green;*/
    height: 31px;
    background-size: auto 100%;
    padding: 0 10px;
    background-clip: content-box;
}


.social a:after {
    display: block;
    content: '';
    transition: all 0.25s ease;
    width: 100%;
    height: 1px;
    position: absolute;
    background-color: #fff;
    bottom: -10px;
    left: 0;
    opacity: 0;

}

.social a:hover:after {
    background-color: #fff;
    bottom: -6px;
    opacity: 1;
    /*background-color: #f2f2f2;*/
}

#tg {
    background-position: 10px -3px
}

#instagram {
    background-position: -100px 0;
}

#vk {
    background-position: -210px -3px;
}

#facebook {
    background-position: -318px 0
}

#ok {
    background-position: -427px 0
}

#skype {
    background-position: -535px -2px
}


input {
    outline: none;
}

/*Убрать желтый фон у полей с autocomplete в Google Chrome */
input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #fff !important; /* Цвет фона */
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #999;
}

::-moz-placeholder { /* Firefox 19+ */
    color: pink;
}

:-ms-input-placeholder { /* IE 10+ */
    color: pink;
}

:-moz-placeholder { /* Firefox 18- */
    color: pink;
}

input:not([type=checkbox]), textarea {
    display: block;
    font-family: 'Proxima Nova Light', 'sans-serif';
    background-color: #fff;
    height: 44px;
    padding: 0 16px;
    text-transform: uppercase;
    border: none;
    background-color: #fff;
    transition: border-color 0.3s ease;
}

input:focus, textarea:focus {
    outline: none;
    /*border-color: #3a1a45;*/
    background-color: #fff;
}


/*Окна*/
html.popup_open {
    overflow: hidden;
    margin-right: 17px;
}

.popup_system_bg {
    /*display: none;*/
    background: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    text-align: center;
    overflow: auto;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background-color: #240f2b;
}

.popup_knoledge {
    display: none;
}

.popup_system_bg:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

.popup_system {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    left: -2px;
    width: 770px;
    max-width: 90%;
    margin: 25px auto;
    text-align: left;
    padding: 40px;
    background: url(/i/form_bg.jpg) no-repeat center top / cover, #D7D6D7;
    box-shadow: 0px 0px 187.5px 62.5px rgba(0, 0, 0, .66);
}

/*.popup_system:before{
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/i/form_bg.png) no-repeat center / cover;
    filter: grayscale(100%);
    opacity: 0.3;
    z-index: -1;
    
}*/

.level_low_form, .level_low_form_bg {
    padding-top: 67px;
}

.form_close {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 8px 15px;
    font-weight: bold;
    cursor: pointer;
    font-size: 20px;
    background: url(/i/icons/close.png) no-repeat center, transparent;
    color: #fff;
    transition: background-color 0.25s ease-in-out;
}

.form_close:hover {
    background-color: #ff1919;
}

.popup_system_content {
    display: flex;
    justify-content: space-between;
}

.warning_img {
    margin-right: 50px;
}

.warning_text {
    flex-basis: 450px;
}

.warning_title {
    color: #ff1f1f;
    font-size: 40px;
    text-transform: uppercase;
    font-family: 'Proxima Nova Bold', 'sans-serif';
    font-weight: bold;
    line-height: 0.85;
}

.warning_short_descr {
    font-weight: bold;
    font-family: 'Proxima Nova Bold', 'sans-serif';
    margin: 43px 0 35px;
    font-size: 30px;
    line-height: 1.3;
}

.warning_full_descr {
    font-size: 30px;
    line-height: 1.3;

}

/*Знания*/

.wrapper > *:not(.popup_system_bg) {
    /*transition: filter 0.15s ease;*/
}

html.popup_open .wrapper > *:not(.popup_system_bg) {
    filter: blur(3px);
}

html.popup_open #web_event_desc,
html.popup_open #popup_event
{
    filter: none;
}

/*.wrapper > *:not(.popup_system_bg){
    transition: filter 0.5s ease;
}*/

.popup_system_bg.popup_knoledge {
    background-color: transparent;
}

.popup_knoledge .popup_system {
    background: #d7d7d7;
    width: auto;
    padding-top: 59px;
    padding-left: 70px;
    padding-right: 70px;
    min-width: 600px;
    max-width: 96%;
}

.popup_knoledge .popup_system_content {
    flex-direction: column;
}

.knoledge_header {
    display: flex;
    align-items: center;
    margin-bottom: 52px;
}

.knoledge_header img {
    margin-right: 25px;
}

.knoledge_header_title {
    color: #26838b;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.3;
    margin-top: 5px;
    text-transform: uppercase;
}

.page_8 .knoledge_header_title{
    color: #B356C0;
}

.knoledge_content ul {
    padding-left: 0;
    margin-top: 0;
    list-style: none;
}

.knoledge_content li {
    margin-bottom: 25px;
}

.knoledge_content a {
    border-bottom: 1px solid;
    color: inherit !important;
    font-size: 19px !important;
    transition: border-color 0.15s ease;
}

.knoledge_content a:hover {
    border-color: transparent;
}

.knoledge_content audio:not(:first-child) {
    margin-top: 30px;
}

.knoledge_content audio {
    width: 400px;
    max-width: 100%;
}

a.slide_out_paper{
    font-size: 14px;
    color: #000;
}

.file_list_audio li {
    margin-bottom: 5px;
}

.file_list_audio a {
    color: inherit;
    font-size: 17px;

}

a.file_action {
    color: #26838b !important;
    font-size: 90% !important;
    margin-left: 5px;
    font-weight: bold;
}

.knoledge_content ul ul {
    padding-left: 40px;
}

.knoledge_content ul ul li:not(.inner_file) {
    margin: 15px 0;
}

/*Файл из выпадающей папки*/
li.inner_file {
    margin-left: 0;
    margin-bottom: 3px;
}

li.inner_file:first-child {
    margin-top: 10px;
}

li.inner_file:last-child {
    margin-bottom: 22px;
}

.inner_file a {
    color: #26838b !important;
    font-size: 18px !important;
}

.page_5 .inner_file a{
    color: #c88503 !important;
}

/*Авторизация*/

.auth_user .popup_system {
    width: 970px;
    padding: 40px 100px;
}

.auth_user .popup_system_content {
    display: block;
}

.auth_form_top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
}

.auth_form_company {
    /* краткая запись для свойств шрифта */
    /*font: [font-style] [font-variant] [font-weight] [font-size]/[line-height] [font-family];*/
    font: normal normal bold 98px/0.87 'Proxima Nova Black';
    color: #3a1a45;
    margin-right: 30px;
}


.auth_form_warning {
    padding: 20px 100px 25px 25px;
    color: #fff;
    background-color: rgba(58, 26, 69, 0.878);
    position: relative;
    right: -100px;
    width: 369px;
}

.auth_form_warning_title {
    text-transform: uppercase;
    font-family: 'Proxima Nova Bold', 'sans-serif';
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 3px;
}

.auth_form_warning_descr {
    font-size: 18px;
}

.auth_form_warning_descr b {
    font-family: 'Proxima Nova Bold', 'sans-serif';
}

.form_auth {
    margin-top: 42px;
}

.auth_title {
    font-family: 'Proxima Nova Light', 'sans-serif';
    font-size: 40px;
    color: #3a1a45;
    margin-bottom: 30px;
}

.wrapper_input {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 55px;
    margin-bottom: 25px;
}

.wrapper_input input {
    height: 100%;
    font-size: 34px;
}

.placeholder_icon {
    height: 100%;
    width: 70px;
    background-color: #3a1a45;
    background-position: center;
    background-size: auto 58%;
    background-repeat: no-repeat;
    margin-right: 30px;
}

.placeholder_icon_id {
    background-image: url(/i/icons/card.png)
}

.placeholder_icon_pass {
    background-image: url(/i/icons/lock.png)
}

.wrapper_input input {
    width: calc(100% - 100px);
}

.form_auth input[type=submit] {
    color: #fff;
    background-color: #3a1a45;
    float: right;
    font-size: 29px;
    padding: 9px 35px 7px;
    margin-top: 11px;
    height: auto;
    transition: background-color 0.25s ease;
    font-family: 'Proxima Nova Regular', 'sans-serif';
}

.form_auth input[type=submit]:hover {
    background-color: #B456C0;
}

.main {
    animation: opacity100 .8s ease;
    animation-fill-mode: forwards;
}

.popup_system {
    animation: opacity100 1.2s ease;
    animation-fill-mode: forwards;
}

@keyframes opacity100 {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/*END ОКНА*/


.papers {
    background-color: #46A4AC;
}

.papers .inner {
    padding: 46px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.paper_item {
    padding: 6px;
    border: 2px solid rgba(255, 255, 255, .25);
    width: 23%;
}

.paper_item_action_area {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    padding: 10px;
    height: 100%;
    cursor: pointer;
    padding-top: 50px;
    transition: background-color 0.25s ease;
}

.paper_item_action_area:hover {
    background-color: rgba(255, 255, 255, .25)
}

.paper_item_action_area img {
    margin-top: 25px;
}

.paper_item_img {
    height: 75px;
}

.paper_item_title {
    color: #fff;
    font-size: 30px;
    line-height: 1.3;
    margin-top: 37px;
}


.step_info {
    display: flex;
    align-items: center;
    font-family: 'Proxima Nova Black', 'sans-serif';
    font-weight: bold;
}

.step_info_title {
    letter-spacing: 37px;
    text-transform: uppercase;
    font-size: 73px;
    line-height: 1;
}

.step_info_num {
    font-size: 260px;
    line-height: 1;
    font-family: 'Proxima Nova Black', 'sans-serif';
    margin-left: -24px;
}

.man:after {
    display: block;
    font-family: 'Proxima Nova Black', 'sans-serif';
    position: absolute;
    color: #fff;
    opacity: 0.3;
    font-weight: bold;
    z-index: 0;
}

.man_content img {
    max-width: none;
}

.man_descr_post {
    text-transform: uppercase;
}

.plus {
    font-size: 0;
}

.plus:before {
    display: inline;
    content: '+';
    font-size: 15px;
}

.plus.active:before {
    content: '-';
}

.social_copy {
    display: none;
}


#warning_shadow {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px 20px;
    background-color: #ff1f1f;
    color: #fff;
    z-index: 100000;
    font-size: 20px;
}


.page_text .inner {
    padding: 50px;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.07);
    background-color: #efefef;
}

#doc_list {
    margin: 25px 0 10px;
    font-size: 13px;
    text-align: center;
    position: relative;
    z-index: 10;
}

#doc_list a {
    margin-right: 20px;
    display: inline-block;
    color: #adadad;
    margin-bottom: 7px;
}

#doc_list a:last-child {
    margin-right: 0;
}

#doc_list a:hover {
    text-decoration: underline;
}




/*Новый вид на .mp3 и .pdf в popup*/

.file_wrapper {

    margin-bottom: 25px;
}

.file_wrapper legend {
    color: #000;
    font-size: 19px;
}

.file_action_list {
    display: flex;
    color: #28838B;
}

.file_action_item {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    width: 69px;
    height: 24px;
    margin-right: 5px;
    cursor: pointer;
    background-color: #fff;
    transition: all .2s ease;
}

.file_action_item svg path {
    transition: fill .2s ease;
    fill: #28838B;
}

a.file_action_item {
    text-decoration: none;
    border-color: inherit;
}

a.file_action_item:hover {
    text-decoration: none;
    border-color: inherit;
}


.file_action_item:hover {
    background-color: #28838B;
}



/*step2*/
.page_5  .file_action_list {
    color: #D89004;
}
.page_5 .file_action_item:hover {
    background-color: #D89004;
}
.page_5 .file_action_item svg path {
    fill: #D89004;
}

/*step3*/
.page_6  .file_action_list {
    color: #248F0B;
}
.page_6 .file_action_item:hover {
    background-color: #248F0B;
}
.page_6 .file_action_item svg path {
    fill: #248F0B;
}

/*useful*/
.page_8  .file_action_list {
    color: #B356C0;
}
.page_8 .file_action_item:hover {
    background-color: #B356C0;
}
.page_8 .file_action_item svg path {
    fill: #B356C0;
}


.file_action_list .file_action_item:hover svg path {
    fill: #fff;
}



.modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10000;
}

.modal_bg {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .4);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    text-align: center;
    -webkit-overflow-scrolling: touch;
}

.modal_inner {
    position: relative;
    max-width: 90%;
}

.modal_body {
    background-color: #d7d7d7;
    padding: 5px 12px;
    display: flex;
}
.modal_body audio{
    min-width: 400px;
}

.modal_close {
    position: absolute;
    right: 0;
    top: -36px;
    cursor: pointer;
}