@font-face {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/FiraSans-Regular.ttf) format('woff2');
    unicode-range: U0400-045F, U0490-0491, U04B -4B 1, U2116;
    font-display: swap;
}

@font-face {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/FiraSans-Medium.ttf) format('woff2');
    unicode-range: U0400-045F, U0490-0491, U04B -4B 1, U2116;
    font-display: swap;
}

@font-face {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/FiraSans-Bold.ttf) format('woff2');
    unicode-range: U0400-045F, U0490-0491, U04B -4B 1, U2116;
    font-display: swap;
}

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, a, fieldset, input, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}

figure {
    margin: 0;
}

html, body {
    height: 100%;
}

body {
    line-height: 1;
    font-family: 'Fira Sans', sans-serif;
    color: #5a5a5a;
    background-color: #fff;
    position: relative;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Fira Sans', sans-serif;
    padding: 5px 0;
    color: #5a5a5a;
    margin: 10px 0 20px;
}

h1 {
    color: #5a5a5a;
    font-size: 32px;
    font-style: normal;
    font-weight: bold;
    margin: 0 0 20px;
}

h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    color: #5a5a5a;
    display: block;
}

h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    color: #5a5a5a;
}

h4 {
    font-size: 19px;
    font-weight: bold;
}

.main-content {
    font-size: 17px;
    line-height: 150%;
    padding: 50px 0;
}

.main-content p {
    padding-bottom: 15px;
}

.main-content a:link {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
    color: #0db555;
}

.main-content a:visited {
    text-decoration: none;
    color: #07833e;
}

.main-content a:active {
    color: #0db555;
}

.main-content a:hover {
    color: #0db555;
    text-decoration: underline;
}

.main-content a:focus {
    color: #07833e;
    text-decoration: underline;
}

ul {
    margin-left: 0px;
    padding-left: 0px;
    position: relative;
    left: 1.25em;
    margin-right: 1.25em;
    text-align: justify;
    padding-bottom: 25px;
    font-size: 17px;
    line-height: 150%;
}

ol {
    margin-left: 0px;
    padding-left: 0px;
    position: relative;
    left: 1.25em;
    font-style: normal;
    text-align: justify;
    padding-bottom: 25px;
    font-size: 17px;
    line-height: 150%;
}

li {
    margin: 0;
    padding: 0;
    margin-left: 10px;
    padding-left: 10px;
    text-indent: 0px;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 150%;
    text-align: justify;
    position: relative;
    left: 20px;
    color: #5a5a5a;
}

li::marker {
    color: #11ba57;
}

.list-toc a:link {
    color: #5a5a5a;
}

.list-toc a:hover {
    color: #e0480b;
}

.list-toc a:visited {
    color: #5a5a5a;
}

.list-toc a:visited:hover:hover {
    color: #e0480b;
}

.alignleft {
    float: left;
    padding: 20px 20px 20px 0;
}

.alignright {
    float: right;
    padding: 20px 0 20px 20px;
}

.container {
    width: 100%;
    max-width: 1030px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    padding: 0 15px;
}

.cover-table {
    max-width: 100%;
    overflow: auto;
}

.menu-close-button {
    display: none;
}

.adapt-menu-icon {
    display: none;
}

.media-mob {
    display: none;
}

body.OverflowHiden {
    overflow: hidden;
}

.cover-menu {
    display: none;
}

@media screen and (max-width: 780px) {
    nav.header-menu .head-menu {
        display: none;
    }

    .adapt-menu-icon {
        display: block;
    }

    .cover-menu {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        right: -320px;
        top: 0px;
        padding: 75px 10px 0;
        overflow: hidden;
        max-width: 320px;
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 3000;
        -webkit-transition: 0.5s all;
        -o-transition: 0.5s all;
        -moz-transition: 0.5s all;
        transition: 0.5s all;
        -webkit-transition-delay: 0.1s;
        -o-transition-delay: 0.1s;
        -moz-transition-delay: 0.1s;
        transition-delay: 0.1s;
        background: #000407;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }

    .cover-menu .menu-close-button {
        display: block;
        background-color: transparent;
        position: absolute;
        right: 10px;
        top: 10px;
        height: 40px;
        width: 40px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .cover-menu .menu-close-button .line-white-menu {
        -webkit-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        -moz-transition-delay: 0.3s;
        transition-delay: 0.3s;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        -moz-transition: 0.7s;
        transition: 0.7s;
        display: block;
        height: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        background-color: white;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

    .cover-menu .menu-close-button .line-white-menu:first-child {
        top: -webkit-calc(22%);
        top: -moz-calc(22%);
        top: calc(22%);
    }

    .cover-menu .menu-close-button .line-white-menu:nth-child(2) {
        top: -webkit-calc(47%);
        top: -moz-calc(47%);
        top: calc(47%);
    }

    .cover-menu .menu-close-button .line-white-menu:last-child {
        top: -webkit-calc(72%);
        top: -moz-calc(72%);
        top: calc(72%);
    }

    .cover-menu.showmenu .line-white-menu:first-child {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: -webkit-calc(47%);
        top: -moz-calc(47%);
        top: calc(47%);
    }

    .cover-menu.showmenu .line-white-menu:last-child {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: -webkit-calc(47%);
        top: -moz-calc(47%);
        top: calc(47%);
    }

    .cover-menu.showmenu .line-white-menu {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }

    .cover-menu > li > a > span.link-text {
        width: auto;
    }

    .cover-menu.showmenu {
        -webkit-transform: translateX(-320px);
        -moz-transform: translateX(-320px);
        -ms-transform: translateX(-320px);
        -o-transform: translateX(-320px);
        transform: translateX(-320px);
        overflow: auto;
    }

    body .icon-menu-bg {
        opacity: 0;
        -webkit-transition: 0.5s opacity;
        -o-transition: 0.5s opacity;
        -moz-transition: 0.5s opacity;
        transition: 0.5s opacity;
    }

    body .icon-menu-bg.showbg {
        position: fixed;
        opacity: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1000;
        background: rgba(0, 0, 0, 0.65);
    }

    body .show-menu-icon {
        display: block;
        width: 49px;
        height: 49px;
        margin: 0 auto;
        padding: 0;
    }

    .cover-menu li .sub-menu li {
        padding: 0;
    }

    .cover-menu li {
        width: 100%;
        text-align: center;
        background-color: transparent;
        height: auto;
        line-height: 1.0;
        padding: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        box-sizing: border-box;
        margin-bottom: 35px;
    }

    .cover-menu li .sub-menu {
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-bottom: 0;
        width: 100%;
        position: static;
    }

    .cover-menu li a, .cover-menu li span {
        text-align: center;
        padding: 15px 5px;
        min-height: initial;
        color: #fe743c;
        width: 100%;
        text-decoration: none;
        display: block;
        box-sizing: border-box;
        font-size: 24px;
        font-weight: 400;
    }

    .cover-menu li span {
        font-weight: 700;
    }

    body .adapt-menu-icon {
        position: absolute;
        right: 15px;
        top: 10px;
        width: 38px;
        height: 24px;
        z-index: 100;
        -webkit-transform: translate(0px, 0px);
        -moz-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
    }

    body .adapt-menu-icon .line-white-menu {
        -webkit-transition-delay: .2s;
        -o-transition-delay: .2s;
        -moz-transition-delay: .3s;
        transition-delay: .3s;
        -webkit-transition: .3s;
        -o-transition: .3s;
        -moz-transition: .7s;
        transition: .7s;
        display: block;
        height: 4px;
        background-color: white;
        position: absolute;
        left: 0;
        right: 0;
    }

    body .adapt-menu-icon .line-white-menu:first-child {
        top: 0;
    }

    body .adapt-menu-icon .line-white-menu:nth-child(2) {
        top: -webkit-calc(50% - 2px);
        top: -moz-calc(50% - 2px);
        top: calc(50% - 2px);
    }

    body .adapt-menu-icon .line-white-menu:last-child {
        bottom: 0;
    }
}

.header-block {
    background-color: #000407;
}

.header-block .header_top-line {
    position: fixed;
    z-index: 12;
    left: 0;
    right: 0;
    top: 0;
    background: #000407;
    padding: 12px 0;
}

.header-block .header_bottom-line {
    background: #fff;
    margin-top: 67px;
}

.header-block .head-line {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.header-block .head-line .logo img {
    max-height: 40px;
}

.btns {
    display: flex;
}

.btns .login {
    display: flex;
}

.btn-pattern {
    box-sizing: border-box;
    border-radius: 4px;
    font-family: 'Fira Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    padding: 11px 28px;
    text-decoration: none;
    margin: 0 5px;
    display: block;
    transition: 0.2s all;
}

.btn-pattern.btn-download {
    box-shadow: inset 0 0 0 2px #0db555;
    background: transparent;
    color: #0db555;
}

.btn-pattern.btn-download:hover {
    box-shadow: none;
    background: linear-gradient(180deg, #1deab9 -29.96%, #00d95d 133.57%);
    color: #fff;
}

.btn-pattern.btn-green {
    background: linear-gradient(180deg, #00d09e -29.96%, #0db555 133.57%);
}

.btn-pattern.btn-green:hover {
    background: linear-gradient(180deg, #1deab9 -29.96%, #00d95d 133.57%);
}

.btn-pattern.btn-red {
    margin: 0;
    background: linear-gradient(180deg, #ed8347 -29.96%, #c90606 133.57%);
}

.btn-pattern.btn-red:hover {
    background: linear-gradient(180deg, #ff9e2d -29.96%, #f40808 133.57%);
}

.btn-pattern.btn-orange {
    background: #fe743c;
}

.btn-pattern.btn-orange:hover {
    background: #e0480b;
}

.top-banner {
    background-size: cover;
    background-position: center center;
    min-height: 400px;
    display: flex;
    align-items: center;
    position: relative;
}

.top-banner img {
    width: 100%;
    min-height: 400px;
    object-fit: cover;
}

.top-banner .image-overlay {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-banner .winners-block {
    background: #0a016e;
    padding: 50px 15px;
    max-width: 320px;
    width: 100%;
}

.top-banner .winners-block .title {
    color: #e0e0e0;
    text-align: center;
    letter-spacing: 0.25px;
    display: block;
    width: 100%;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    padding-bottom: 40px;
    text-transform: uppercase;
}

.top-banner .winners-block .winners-list .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 5px;
}

.top-banner .winners-block .winners-list .list span {
    color: #e0e0e0;
    display: flex;
    justify-content: space-between;
    width: 50%;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
}

.top-banner .winners-block .winners-list .list span.name {
    justify-content: flex-start;
}

.top-banner .winners-block .winners-list .list span.sum {
    justify-content: flex-end;
}

nav {
    padding: 21px 0;
}

nav ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    left: 0;
    gap: 10px;
}

nav ul li {
    padding: 0px;
    list-style-type: none;
    margin: 0;
    left: 0;
}

nav ul li.current-menu-item {
    color: #fe743c;
}

nav ul li a, nav ul li span {
    font-style: normal;
    font-size: 24px;
    letter-spacing: 0.04em;
}

nav ul li span {
    font-weight: 700;
}

nav ul li a {
    text-decoration: none;
    color: #fe743c;
}

nav ul li a:link {
    color: #fe743c;
}

nav ul li a:hover {
    text-decoration: none;
    color: #e0480b;
}

.footer-line {
    background: #000407;
}

.footer-line .copyrate {
    padding-bottom: 25px;
    text-align: center;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 650px) {
    .footer-line .copyrate {
        display: block;
    }

    .footer-line .copyrate .block_code {
        margin-top: 20px;
    }
}

.footer-line .copyrate span {
    color: #5f5f5f;
    display: block;
    width: 100%;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
}

footer nav ul li a {
    font-style: normal;
    font-weight: normal;
}

@media only screen and (max-width: 650px) {
    .table {
        width: 100%;
        overflow-x: scroll;
    }
}

table {
    width: 100%;
    color: #5a5a5a;
    margin: 20px 0;
    background-color: transparent;
    border: none;
}

table td {
    min-height: 35px;
    width: 100%;
    flex-basis: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 25px;
}

table tbody tr {
    min-height: 35px;
    display: flex;
    align-items: center;
    background-color: #f4f3ef;
}

table tbody tr:nth-child(2n+1) {
    background-color: #fff;
}

.content-text .toc {
    list-style-type: none;
    width: 100%;
    left: 0;
}

.content-text .toc li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 8px;
}

.content-text .toc li:before {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background: #ed8347;
    position: absolute;
    top: 12px;
    left: 0;
}

.content-text .toc li a {
    font-size: 18px;
    color: #ed8347;
    letter-spacing: 0.04em;
    font-weight: 500;
}

.content-text .toc li:hover:before {
    background: #de3922;
}

.content-text .toc li:hover a {
    color: #de3922;
    text-decoration: none;
}

.content-text img {
    max-width: 100%;
    height: auto;
}

.up_button {
    display: block;
    position: fixed;
    bottom: 75px;
    right: 75px;
    width: 32px;
    height: 32px;
    transition: all .3s;
    z-index: 999;
    border: 0;
    padding: 0;
    background: none;
}

@media all and (max-width: 1024px) {
    .up_button {
        bottom: 75px;
        right: 25px;
    }
}

.up_button:hover {
    opacity: .8 !important;
}

ol.crumbs {
    display: flex;
    flex-wrap: wrap;
    left: 0;
    padding: 0;
    margin: 0;
    padding-bottom: 25px;
}

ol.crumbs li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    left: 0;
}

ol.crumbs li:first-child {
    padding-left: 0px;
}

ol.crumbs a {
    text-decoration: none;
    color: #5a5a5a;
}

ol.crumbs a:hover {
    color: #41cd71;
    text-decoration: none;
}

ol.crumbs b {
    padding: 0 7px 0 5px;
}

ol.crumbs .crumbs__curr {
    color: #5a5a5a;
    cursor: default;
}

@media all and (max-width: 1024px) {
    h1 {
        line-height: 120%;
    }

    h2 {
        line-height: 130%;
    }

    h3, h4 {
        line-height: 140%;
    }

    .footer-line {
        padding-bottom: 50px;
    }

    ul, ol {
        left: 20px;
        width: 95%;
    }

    ul li, ol li {
        left: 0;
    }

    .download-row {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 10px 0;
        background-color: #000407;
        z-index: 999;
        display: flex;
        justify-content: center;
    }

    .download-row .btn-pattern.btn-download {
        display: block;
        margin: 0 auto;
        max-width: 127px;
    }

    ul.head-menu {
        margin: 0;
        padding-left: 0;
        left: 0;
    }

    ul.head-menu li {
        text-align: right;
    }
}

@media all and (max-width: 768px) {
    .item.logo {
        display: flex;
        width: 100%;
        justify-content: flex-start;
        min-height: 40px;
    }

    .item.logo img {
        z-index: 3333;
        display: block;
        position: relative;
    }

    .btns {
        display: flex;
        margin: 20px 0 20px;
        justify-content: center;
        width: 100%;
    }

    .btns .login {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .btns .login a {
        margin: 0;
    }

    .header-block {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 10;
    }

    .header-block .btns {
        margin: 21px 0 0;
        width: 100%;
    }

    .header-block .btns .btn-pattern {
        margin: 0;
    }

    .header-block .btns .btn-pattern:first-child {
        margin-right: 20px;
    }

    .header-block .head-line {
        flex-direction: column;
    }

    .header-block .header_bottom-line {
        display: none;
    }

    .header-block .header_top-line {
        padding: 10px 0;
    }

    .main-content {
        padding-top: 140px;
    }

    .main-content.front_top {
        padding-top: 30px;
    }

    .top-banner .winners-block {
        max-width: 100%;
    }

    .winner-block {
        display: flex;
        justify-content: center;
        margin-top: 93px;
    }

    .top-banner .container {
        padding: 0;
    }

    ul#menu-footer {
        margin: 0 auto;
        padding: 10px 0;
    }

    ul#menu-footer li {
        display: block;
        width: 100%;
        text-align: center;
    }
}

@media all and (max-width: 520px) {
    .btns {
        max-width: initial;
    }
}

.error-page {
    padding: 200px 0;
}

.big-error {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 48px;
    padding: 50px 0;
}

.small-error {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
}

.add_rating {
    display: flex;
    margin: 10px 0;
}

.add_rating > div:first-child {
    margin-right: 25px;
    color: #fff;
}

.rate-rating.rate--easy {
    text-align: center;
    display: block;
    justify-content: center;
    max-width: 110px;
    margin: 10px 0;
}

.rate-rating.rate--easy input {
    opacity: 0;
    display: none;
}

.star-rating {
    font-size: 0;
}

.rate-rating {
    display: inline-block;
    font-size: 1rem;
}

.rate-rating:after {
    content: "";
    display: table;
    clear: both;
}

.star-rating__ico {
    float: right;
    padding-left: 2px;
    cursor: pointer;
    color: #81ca10;
}

.star-rating__ico:last-child {
    padding-left: 0;
}

.star-rating__input {
    display: none;
}

.star-rating__ico:hover:before, .star-rating__ico:hover ~ .star-rating__ico:before, .star-rating__input:checked ~ .star-rating__ico:before {
    content: "\f005";
}

.rating_user {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.text_user_rating {
    margin-left: 15px;
}

.comments-area {
    margin-top: 20px;
}

.comment-form {
    display: block;
    margin-bottom: 30px;
}

.comment-form div div label {
    width: 150px;
}

.comment-form input, .comment-form textarea {
    padding: 10px;
    resize: none;
    width: 100%;
    background: none;
    border: 1px solid #5a5a5a;
    outline: 0;
    color: #000;
    box-sizing: border-box;
}

.comment-form input.btn-green {
    color: #fff;
}

.comment-form input::-webkit-input-placeholder, .comment-form input::-ms-input-placeholder, .comment-form input:-moz-placeholder, .comment-form input::placeholder, .comment-form textarea::-webkit-input-placeholder, .comment-form textarea::-ms-input-placeholder, .comment-form textarea:-moz-placeholder, .comment-form textarea::placeholder {
    color: #fff;
}

.comment-form textarea {
    height: 80px;
}

.comment-form .btn_form {
    text-align: center;
}

.comment-form .btn_form .submit-comment-button {
    border: none;
    width: 170px;
    cursor: pointer;
}

.comment-form .block_fields_item {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 0 10px;
}

.comment-form .block_fields_item div {
    flex: 0 0 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.comment-form .block_fields_item div.comment-form-field-name, .comment-form .block_fields_item div.comment-form-field-email {
    flex: 0 0 48.25%;
    max-width: 48.25%;
}

.commentlist {
    left: 0;
    list-style: none;
    padding-left: 0;
}

.commentlist > li {
    left: 0;
    border-bottom: 1px solid #5a5a5a;
    margin-left: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-left: 0;
}

.commentlist > li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.commentlist li > div {
    display: flex;
}

.commentlist li .vcard {
    margin-right: 15px;
}

.commentlist li cite.fn {
    font-weight: bold;
    font-style: normal;
}

.commentlist li p {
    width: 100%;
    font-size: 16px;
    margin-bottom: 0;
    word-break: break-all;
}

.commentlist li .reply a {
    color: #81ca10;
}

.commentlist li .children {
    list-style: none;
    margin-top: 10px;
    padding-left: 55px;
}


.img-fig {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.fig-img img {
    border-radius: 14px;
    margin: 30px auto;
}