html {
    height: 100%;
}

body {
    padding: 0 0 35px 0;
    margin: 0;
    font-family: 'Catamaran', sans-serif;
    min-height: 100%;
    display: flex;
    flex-flow: column;
    background-color: #0F0F1B;
    box-sizing: border-box;
    position: relative;
}

.plan_2021--year {
    display: flex;
    padding: 10px 0;
    font-size: 14px;
    align-items: center;
    justify-content: space-between;
    background-color: #0F0F1B;
    border-bottom: 1px solid #aaa;
    color: #fff;
    flex-flow: column;
    position: relative;
}

.plan_2021--year_flex {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding: 0px 15px 0px 10px;
    box-sizing: border-box;
}

.plan_2021--year_flex a {
    text-decoration: none;
}

.plan_2021--year_flex a img {
    max-width: 30px;
}

.plan_2021--year_header {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
}

.plan_2021--year p {
    margin: 5px 0;
    padding: 0;
}

.plan_2021--section {
    display: flex;
    flex-flow: column;
    color: #fff;
    background-color: #444;
    border-bottom: 1px solid #aaa;
    justify-content: start;
}

.plan_2021--section div.plan_2021--section_title {
    margin: 0;
    padding: 20px 20px 20px 50px;
    position: relative;
    background-color: #bbb;
    display: flex;
    justify-content: space-between;
}

.plan_2021--section_title--icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 40px;
    z-index: 10;
    padding: 0 10px;
}

.plan_2021--section_title--icon_gray {
    width: 30px;
    height: 100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    margin: 1px;
}

.plan_2021--section_title--icon_white {
    width: 30px;
    height: 100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
}

.plan_2021--section_percent--line {
    position: absolute;
    height: 100%;
    width: 0;
    top: 0;
    left: -1px;
    border-right: 1px solid #aaa;
    box-sizing: border-box;
    transition: all 2s;
}

.plan_2021--section div.plan_2021--section_title > span {
    position: relative;
    z-index: 10;
    text-shadow: 1px 1px #888;
}
.plan_2021--section div.plan_2021--section_title:after {
    content: "";
    position: absolute;
    left: calc(50% - 20px);
    bottom: 0;
    width: 30px;
    height: 30px;
    transform: rotate(90deg);
    background-image: url(../media/arrow.svg);
    z-index: 30;
    transition: all 0.3s;
}

.plan_2021--section div.plan_2021--section_title:before {
    content: "";
    position: absolute;
    left: calc(50% - 19.5px);
    width: 30px;
    height: 30px;
    bottom: -0.5px;
    transform: rotate(90deg);
    background-image: url(../media/arrow_gray.svg);
    z-index: 29;
    transition: all 0.3s;
}
.plan_2021--section.active--section div.plan_2021--section_title:before {
    transform: rotate(-90deg);
}
.plan_2021--section.active--section div.plan_2021--section_title:after {
    transform: rotate(-90deg);
}

.plan_2021--section_items {
    overflow: hidden;
    max-height: 0;
    transition: all 0.5s;
}
.plan_2021--section.active--section .plan_2021--section_items {
    max-height: 1400px;
}

.plan_2021--section_item--open {
    display: block;
    width: 40px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
}
.plan_2021--section_item--open:before {
    content: "";
    background-image: url(../media/multimedia_gray.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70%;
    position: absolute;
    left: 1px;
    top: 1px;
    width: 100%;
    height: 100%;
}
.plan_2021--section_item--open:after {
    content: "";
    background-image: url(../media/multimedia.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.plan_2021--section_item p:nth-child(2) {
    margin: 0;
    font-size: 13px;
    padding: 0 20px 0 0;
    line-height: 1.5em;
    width: 60%;
    position: relative;
    z-index: 10;
    text-shadow: 1px 1px #888;
}
.plan_2021--section_item p:nth-child(3) {
    margin: 0;
    font-size: 13px;
    padding: 0 0 0 20px;
    white-space: nowrap;
    line-height: 1.5em;
    text-align: right;
    position: relative;
    z-index: 10;
    text-shadow: 1px 1px #888;
}

.plan_2021--section_item {
    padding: 10px 10px 10px 45px;
    border-bottom: 1px solid #aaa;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.plan_2021--section_item:last-child {
    border-bottom: 0px solid #aaa;
}

.plan_2021--section_percent--80 {
    position: absolute;
    top: 0;
    height: 100%;
    border-left: 1px solid #9c9c9c;
    right: 20%;
}

.plan_2021--form {
    background-color: #bbb;
    padding: 20px 20px 20px 20px;
    display: flex;
    flex-flow: column;
}

form#plan_2021--form {
    display: flex;
    flex-flow: column;
}

form#plan_2021--form input, form#plan_2021--form select {
    border: 2px solid #bbb;
    transition: all 0.2s;
    padding: 15px;
    display: block;
    font-size: 12px;
    margin: 5px 0;
    -webkit-appearance:none;
    background-color: #ffffff;
    border-radius: 0;
}

.dropdown-wrapper {
    position: relative;
    margin: 5px 0;
}

form#plan_2021--form .dropdown-wrapper select {
    margin: 0;
    width: 100%;
}

.dropdown-wrapper i{
    background: #FFF;
    background: linear-gradient(#FFF, #FAFAFA);
    border-radius: 0;
    box-sizing: border-box;
    border: 0px solid #bbb;
    border-left: 1px solid #bbb;
    height: calc(100% - 4px);
    pointer-events: none;
    position: absolute;
    right: 2px;
    top: 2px;
    width: 43px;
}

.dropdown-wrapper i:after, .button-dropdown i:after {
    content: "";
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    transform: rotate(90deg);
    top: 1px;
    left: -1px;
    background-image: url(../media/arrow_gray.svg);
}

form#plan_2021--form .card__btn {
    width: 100%;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    border: 2px solid #bbb;
    color: #FFFFFF;
    padding: 15px;
    background: #0066C0;
    margin-bottom: 16px;
    transition: all 0.2s linear;
}

form#plan_2021--form input:focus, form#plan_2021--form select:focus {
    outline: none;
    border: 2px solid #555;
}

.example-2 .btn-tertiary{font-size: 12px;color:#555;padding:0;line-height:44px;width:100%;box-sizing: border-box;margin:5px 0 10px;display:block;border:2px solid #bbb}
.example-2 .btn-tertiary:hover,.example-2 .btn-tertiary:focus{color:#888;border-color:#888}
.example-2 .input-file{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1}
.example-2 .input-file + .js-labelFile{
    background-color: #fff; overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 10px;cursor:pointer}
.example-2 .input-file + .js-labelFile .icon:before{content:"\f093"; margin: 5px 5px;}
.example-2 .input-file + .js-labelFile.has-file .icon:before{content:"\f00c";color:#5AAC7B}

form#plan_2021--form .dropdown-wrapper select.error, form#plan_2021--form input.error {
    border: 2px solid #b30000;
}

a {
    text-decoration: none;
    color: inherit;
}

footer {
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #0F0F1B;
    height: 35px;
}

footer p {
    margin: 0;
}

.popup--quest {
    position: fixed;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #eee;
    z-index: 200;
    box-sizing: border-box;
    overflow-y: scroll;
    padding-top: 50px;
    transition: all 0.3s;
}

.popup--quest > div:nth-child(1) {
    text-align: center;
    background-color: #0F0F1B;
    color: #fff;
    padding: 17px 0;
    font-size: 12px;
    position: fixed;
    left: -100%;
    top: 0;
    width: 100%;
    transition: all 0.3s;
}

.popup--quest_close {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
    background-image: url(../media/cross.svg);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
}

.popup--quest.activeQuest {
    left: 0;
}
.popup--quest.activeQuest > div:nth-child(1) {
    left: 0;
}

.quest--list_item {
    font-size: 11px;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    align-items: center;
}

.quest--list_item-desc {
    width: 50%;
}
.quest--list_item-count {
    width: 26%;
    text-align: right;
}
.quest--list_item-date {
    width: 17%;
}