@charset "UTF-8";
/*! normalize.sass v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,900&display=swap");
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

.mobile{
    display: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

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

.desktop{
    margin-bottom: 20px;
}

.mobile{
    margin-bottom: 20px;
}

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
}

a:active, a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

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

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

small {
    font-size: 80%;
}

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

sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

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

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
    text-transform: none;
}

select {
    text-transform: none;
}

button, html input[type="button"] {
    -webkit-appearance: button;
    cursor: pointer;
}

input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled], html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

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

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

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

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

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

* {
    font-family: "Roboto", sans-serif;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

body {
    overflow-x: hidden;
    background: #F0F0F0;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 1208px;
    padding: 0 24px;
}

.site {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    padding-top: 73px;
}

.header {
    padding: 12px 0;
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    width: 100%;
    background: #FFFFFF;
}

.header-butter {
    display: none;
}

.header-logo {
    display: block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.header-logo img {
    display: block;
    height: 41px;
    width: 167px;
}

.header-login {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
    min-width: 175px;
}

.header-login-icon {
    width: 32px;
    height: 32px;
    display: block;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: url(../images/icons.svg#user) no-repeat center, #F0F0F0;
    -webkit-background-size: 16px 17px;
    background-size: 16px 17px;
}

.header-login-text {
    margin-left: 8px;
    display: block;
    font-weight: normal;
    font-size: 16px;
    line-height: 120%;
    color: #262626;
}

.header-login-img {
    width: 32px;
    height: 32px;
    margin-right: 8px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
}

.header-login-img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.header-login-info {
    font-weight: 500;
    font-size: 13px;
    line-height: 120%;
    color: #262626;
}

.header-login-name {
    display: block;
}

.header-login-counter {
    color: #003A8C;
}

.header-menu {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header-menu-container {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -moz-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
}

.header-menu-item {
    margin: 0 20px;
}

.header-menu-item a {
    display: inline-block;
    font-weight: normal;
    font-size: 16px;
    line-height: 120%;
    color: #262626;
}

.header-menu-item a:hover {
    -webkit-text-decoration-line: underline;
    -moz-text-decoration-line: underline;
    text-decoration-line: underline;
}

.footer {
    width: 100%;
    padding: 16px 0;
    background: #FFFFFF;
}

.footer-logo {
    display: block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.footer-logo img {
    display: block;
    height: 41px;
    width: 158px;
}

.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -moz-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer-menu-item {
    margin: 0 12px;
}

.footer-menu-item a {
    display: inline-block;
    font-weight: normal;
    font-size: 16px;
    line-height: 120%;
    color: #262626;
}

.footer-menu-item a:hover {
    -webkit-text-decoration-line: underline;
    -moz-text-decoration-line: underline;
    text-decoration-line: underline;
}

.main {
    width: 100%;
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -moz-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    padding-top: 5px;
}

.main-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.main-content {
    width: -webkit-calc(100% - 400px);
    width: -moz-calc(100% - 400px);
    width: calc(100% - 400px);
}

.sidebar {
    width: 360px;
    margin-left: 40px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.sidebar-banner {
    position: relative;
    height: 410px;
    margin-bottom: 40px;
    background: #003A8C;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.sidebar-banner-plug {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-weight: normal;
    font-size: 16px;
    line-height: 120%;
    color: #FFFFFF;
}

.sidebar-banner-plug i {
    display: block;
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
    background: url(../images/icons.svg#img) no-repeat center;
    -webkit-background-size: 40px 41px;
    background-size: 40px 41px;
}

.sidebar-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    min-height: 10px;
    max-height: 338px;
    overflow: auto;
}

.sidebar-menu::-webkit-scrollbar {
  width: 7px;
  background-color: #f9f9fd;
}

.sidebar-menu::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: #003A8C;
  }

.sidebar-menu ul {
    display: none;
    margin-left: -8px;
}

.sidebar-menu-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 16px;
    margin: 0 0 4px -16px;
}

.sidebar-menu-item {
    width: 100%;
    position: relative;
    padding: 0 0 0 16px;
}

.sidebar-menu-item.active > .sidebar-menu-link {
    background: #F5F5F5;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.sidebar-menu-item.active > .sidebar-menu-link .sidebar-menu-arrow {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sidebar-menu-item.active .sidebar-menu-item.active > .sidebar-menu-link {
    background: none;
}

.sidebar-menu-item a {
    display: block;
    padding: 8px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #262626;
}

.sidebar-menu-arrow {
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: url(../images/icons.svg#menu-arrow) no-repeat center;
    -webkit-background-size: 12px 8px;
    background-size: 12px 8px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
}

#yandex_rtb_R-A-1275746-1 {

    margin-bottom: 5px;

}

#yandex_rtb_R-A-1275746-2 {

    margin-bottom: 40px;

}

#yandex_rtb_R-A-1275746-3 {

    margin-bottom: 40px;

}



.breadcrumbs {
    padding: 7px 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;
}

.breadcrumbs-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.breadcrumbs-link {
    display: inline-block;
    font-weight: normal;
    font-size: 15px;
    line-height: 120%;
    color: #1890FF;
    white-space: nowrap;
}

.breadcrumbs-link::before {
    display: inline-block;
    content: '/';
    font-weight: normal;
    font-size: 16px;
    line-height: 120%;
    color: #8C8C8C;
    padding: 0 8px 0 4px;
}

.breadcrumbs-link:hover {
    text-decoration: underline;
}

.breadcrumbs-link:last-child {
    pointer-events: none;
    color: #8C8C8C;
    display: inline;
}

.breadcrumbs-link:first-child {
    pointer-events: initial;
    color: #1890FF;
}

.breadcrumbs-link:first-child::before {
    display: none;
}

.block {
    background: #FFFFFF;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 12px;
    overflow: hidden;
}

.block404 {
    text-align: center;
}

.block404-bold {
    display: block;
    margin: 24px 0;
    font-weight: bold;
    font-size: 288px;
    line-height: 120%;
    text-align: center;
    color: #D9D9D9;
}

.block404-text {
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    color: #262626;
}

.block404-text a {
    -webkit-text-decoration-line: underline;
    -moz-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #096DD9;
}

.block404-text a:hover {
    text-decoration: none;
}

.block.center {
    max-width: 760px;
    margin: 0 auto 40px;
}

h2.block-title {
    margin: 0;
}

.block-title,
h2.block-title {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 23px;
    line-height: 120%;
    color: #262626;
}

.block-title--icon {
    position: relative;
    padding-left: 48px;
}

.block-title--icon::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 32px;
    content: '';
    background: url(../images/check.png) no-repeat center left;
    -webkit-background-size: contain;
    background-size: contain;
}

.block-title--center {
    text-align: center;
}

.block-title img {
    position: relative;
    top: 6px;
    display: inline-block;
    width: 32px;
    height: 32px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-left: 4px;
}

.block-text {
    font-weight: normal;
    font-size: 24px;
    line-height: 140%;
    color: #262626;
}

.block-text p {
    margin: 0 0 24px;
}

.category {
    display: block;
    padding: 8px 15px;
    background: #F5F5F5;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    margin: 0 16px 16px 0;
    font-weight: normal;
    line-height: 120%;
    color: #262626;
    white-space: nowrap;
    cursor: pointer;
}

.category:last-child {
    margin-right: 0;
}

.category-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    min-height: 51px;
    max-height: 195px;
    overflow-y: auto;
    -ms-overflow-y: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}
.category-line::-webkit-scrollbar {
    width: 7px;
    background-color: #f9f9fd;
}

.category-line::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: #003A8C;
  }

.category:hover {
    background: #F0F0F0;
}

.category:active, .category.active {
    color: #fff;
    background: #262626;
}

.category.disabled {
    color: #d9d9d9;
    pointer-events: none;
}

.category--small {
    font-size: 13px;
}

.category--medium {
    font-size: 15px;
}

.category--big {
    font-size: 24px;
}

.btn {
    display: inline-block;
    font-weight: bold;
    font-size: 15px;
    line-height: 120%;
    color: #FFFFFF;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    cursor: pointer;
    padding: 12px 0;
    background: #003A8C;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    text-align: center;
}

.btn:hover {
    background: #002766;
}

.btn:active, .btn.active {
    background: #002766;
}

.btn:disabled, .btn.disabled {
    background: #F5F5F5;
    pointer-events: none;
    color: #D9D9D9;
}

.btn.right {
    background: #7CB305;
}

.btn-cancel {
    background: #D9D9D9;
}

.btn-cancel:hover {
    background: #BFBFBF;
}

.btn-cancel:active, .btn-cancel.active {
    background: #BFBFBF;
}

.btn-edit {
    border: 1px solid #8C8C8C;
    background: none;
    color: #8C8C8C;
    font-weight: 500;
}

.btn-edit:hover, .btn-edit:active {
    border-color: #262626;
    color: #262626;
    background: none;
}

.blic-line {
    margin: 0px -8px 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;
}

.blic-btn {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -moz-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    margin: 0 8px;
    max-width: 230px;
}

.quest-category {
    text-align: center;
    display: inline-block;
    padding: 5px 10px;
    margin: 0 10px 5px 0;
    background: #262626;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font-weight: normal;
    font-size: 14px;
    line-height: 120%;
    color: #FFFFFF;
}

.quest-title,
.quest-title h2 {
    margin: 0 0 10px;
    display: block;
    font-weight: normal;
    font-size: 20px;
    line-height: 140%;
    color: #262626;
}

.quest-title-text {
    overflow: hidden;
}

.quest-title-hide-text .quest-title-text {
    max-height: 83px;
}

.quest-img {
    height: 400px;
    margin-bottom: 10px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
}

.quest-img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.quest-answer {
    margin-bottom: 10px;
    width: -webkit-calc(50% - 8px);
    width: -moz-calc(50% - 8px);
    width: calc(50% - 8px);
    height: 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    background: #F5F5F5;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    font-family: Roboto;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #262626;
}

.quest-answer:hover {
    background: #F0F0F0;
}

.quest-answer.right {
    color: #fff!important;
    background: #7CB305;
}

.quest-answer.wrong {
    background: #FA541C;
    color: #fff!important;
}

.quest-answer:disabled, .quest-answer.disabled {
    color: #D9D9D9;
    pointer-events: none;
}

.quest-answers {
    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-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: -16px;
}

.quest-more {
    display: block;
    font-weight: normal;
    font-size: 24px;
    line-height: 140%;
    text-decoration: underline;
    color: #096DD9;
    cursor: pointer;
}

.quest-more:hover {
    text-decoration: none;
}

.quest-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
}

.quest-top-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.quest-top-span {
    display: block;
    margin-right: 16px;
    font-weight: normal;
    font-size: 15px;
    line-height: 140%;
    color: #8C8C8C;
}

.quest-top-meta {
    padding-left: 32px;
}

.quest-top-meta--views {
    background: url(../images/icons.svg#eye) no-repeat left center;
    -webkit-background-size: 20px 14px;
    background-size: 20px 14px;
}

.quest-top-meta--likes {
    background: url(../images/icons.svg#heart-quest) no-repeat left center;
    -webkit-background-size: 24px 21px;
    background-size: 24px 21px;
}

.quest-top-verified {
    display: block;
    width: 22px;
    height: 22px;
    background: url(../images/icons.svg#verified) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
}

.quest-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
}

.quest-next {
    width: -webkit-calc(50% - 8px);
    width: -moz-calc(50% - 8px);
    width: calc(50% - 8px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.quest-next i {
    width: 18px;
    height: 12px;
    display: block;
    margin-left: 14px;
    background: url(../images/icons.svg#arrow) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
}

.quest-status {
    display: block;
    text-align: center;
    width: -webkit-calc(50% - 8px);
    width: -moz-calc(50% - 8px);
    width: calc(50% - 8px);
    font-weight: bold;
    font-size: 24px;
    line-height: 120%;
}

.quest-status.right {
    color: #7CB305;
}

.quest-status.wrong {
    color: #FA541C;
}

.top {
    margin-bottom: 16px;
    background: #F5F5F5;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 16px;
}

.top:last-child {
    margin: 0;
}

.top-category {
    display: inline-block;
    margin: 0 8px 8px 0;
    padding: 6px 16px;
    background: #262626;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font-weight: normal;
    font-size: 13px;
    line-height: 120%;
    color: #FFFFFF;
}

.top-quest {
    display: block;
    margin-bottom: 8px;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    color: #262626;
}

.top-quest:hover {
    text-decoration: underline;
}

.top-likes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-weight: bold;
    font-size: 16px;
    line-height: 120%;
    color: #262626;
}

.top-likes i {
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: url(../images/icons.svg#heart) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
}

.top-user {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top-user-img {
    width: 72px;
    height: 72px;
    margin-right: 16px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
}

.top-user-img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.top-user-content {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -moz-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
}

.top-user-name {
    display: block;
    margin-bottom: 4px;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #262626;
}

.top-user-progress-text {
    display: block;
    margin-bottom: 4px;
    font-weight: normal;
    font-size: 13px;
    line-height: 120%;
    color: #8C8C8C;
}

.top-user-progress-text b {
    font-weight: bold;
    color: #262626;
    display: inline-block;
    padding-left: 4px;
}

.top-user-progress-line {
    display: block;
    height: 8px;
    background: #FFFFFF;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    position: relative;
}

.top-user-progress-line i {
    position: absolute;
    height: 8px;
    top: 0;
    left: 0;
    background: #7CB305;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    width: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
}

.top-user-quests {
    margin-top: 4px;
    display: inline-block;
    padding: 6px 16px;
    background: #FA8C16;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font-weight: bold;
    font-size: 13px;
    line-height: 120%;
    color: #FFFFFF;
}

.top-btn {
    margin: 24px auto 0;
    width: 180px;
    display: block;
}

.top-quest-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top-quest-img {
    width: 72px;
    height: 72px;
    margin-right: 16px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.top-quest-img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.top-quest-link {
    display: block;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    color: #262626;
}

.top-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.top-flex-quest {
    display: block;
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -moz-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    margin-right: 16px;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    color: #262626;
}

.top-flex-btn {
    padding: 16px 48px;
}

.want {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.want-img {
    display: inline-block;
    width: 72px;
    height: 72px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 24px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.want-text {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -moz-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    margin-right: 16px;
    font-weight: bold;
    font-size: 24px;
    line-height: 120%;
    color: #262626;
}

.want-btn {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 137px;
}

.result {
    text-align: center;
}

.result-title {
    display: block;
    margin-bottom: 40px;
}

.result-img {
    height: 120px;
    margin: 40px 0;
}

.result-img img {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
}

.result-text {
    margin-bottom: 40px;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #262626;
}

.result-btn {
    width: -webkit-calc(50% - 8px);
    width: -moz-calc(50% - 8px);
    width: calc(50% - 8px);
}

.result-btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.search-form {
    position: relative;
    display: block;
}

.search-form-input {
    display: block;
    padding-left: 50px;
    width: 100%;
    border: 1px solid #BFBFBF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    height: 56px;
    font-family: Roboto;
    font-weight: normal;
    font-size: 16px;
    line-height: 120%;
    color: #262626;
    -webkit-transition: .1s;
    -o-transition: .1s;
    -moz-transition: .1s;
    transition: .1s;
}

.search-form-input::-webkit-input-placeholder {
    color: #BFBFBF;
}

.search-form-input:-moz-placeholder {
    color: #BFBFBF;
}

.search-form-input::-moz-placeholder {
    color: #BFBFBF;
}

.search-form-input:-ms-input-placeholder {
    color: #BFBFBF;
}

.search-form-input::-ms-input-placeholder {
    color: #BFBFBF;
}

.search-form-input::placeholder {
    color: #BFBFBF;
}

.search-form-input:hover {
    border-color: #8C8C8C;
}

.search-form-input:hover::-webkit-input-placeholder {
    color: #8c8c8c;
}

.search-form-input:hover:-moz-placeholder {
    color: #8c8c8c;
}

.search-form-input:hover::-moz-placeholder {
    color: #8c8c8c;
}

.search-form-input:hover:-ms-input-placeholder {
    color: #8c8c8c;
}

.search-form-input:hover::-ms-input-placeholder {
    color: #8c8c8c;
}

.search-form-input:hover::placeholder {
    color: #8c8c8c;
}

.search-form-input:focus, .search-form-input:active {
    border-color: #262626;
}

.search-form-submit {
    position: absolute;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 24px;
    height: 24px;
    left: 16px;
    top: 16px;
    background: url(../images/icons.svg#search) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
}

.about-sign {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.about-sign-img {
    width: 120px;
    height: 120px;
}

.about-sign-img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.about-sign-text {
    font-style: italic;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    color: #8C8C8C;
}

.about-sign-text strong {
    display: block;
    font-weight: 900;
    font-size: 24px;
    line-height: 140%;
    color: #262626;
}

.rule {
    margin-bottom: 24px;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    color: #262626;
}

.rule-quest {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 16px;
    line-height: 140%;
    color: #262626;
}

.rule-list {
    list-style: none;
    padding: 0 0 0 24px;
    margin: 0;
}

.rule-list li {
    position: relative;
}

.rule-list li::before {
    position: absolute;
    content: '•';
    width: 24px;
    left: -14px;
}

.rules {
    margin-bottom: -24px;
}

.input {
    display: block;
    width: 100%;
    height: 51px;
    border: 1px solid #BFBFBF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 16px;
    font-family: Roboto;
    font-weight: normal;
    font-size: 16px;
    line-height: 120%;
    color: #262626;
    padding: 0 16px;
    -webkit-transition: .1s;
    -o-transition: .1s;
    -moz-transition: .1s;
    transition: .1s;
}

.input--date {
    background: url(../images/icons.svg#date) no-repeat 96.11% center;
    -webkit-background-size: 23px 23px;
    background-size: 23px 23px;
}

.input::-webkit-input-placeholder {
    color: #BFBFBF;
}

.input:-moz-placeholder {
    color: #BFBFBF;
}

.input::-moz-placeholder {
    color: #BFBFBF;
}

.input:-ms-input-placeholder {
    color: #BFBFBF;
}

.input::-ms-input-placeholder {
    color: #BFBFBF;
}

.input::placeholder {
    color: #BFBFBF;
}

.input:hover {
    border-color: #8C8C8C;
}

.input:hover::-webkit-input-placeholder {
    color: #8c8c8c;
}

.input:hover:-moz-placeholder {
    color: #8c8c8c;
}

.input:hover::-moz-placeholder {
    color: #8c8c8c;
}

.input:hover:-ms-input-placeholder {
    color: #8c8c8c;
}

.input:hover::-ms-input-placeholder {
    color: #8c8c8c;
}

.input:hover::placeholder {
    color: #8c8c8c;
}

.input:focus, .input:active {
    border-color: #262626;
}

.textarea {
    resize: vertical;
    padding: 15px 16px;
    min-height: 51px;
}

.submit {
    display: block;
    margin: 0 auto;
    padding: 16px 48px;
}

.check {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: -8px 0 24px;
    cursor: pointer;
}

.check input {
    display: none;
}

.check input:checked ~ .check-custom::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #061178;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    top: 2px;
    left: 2px;
}

.check-custom {
    position: relative;
    display: block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    margin-top: 2px;
    margin-right: 8px;
    background: #FFFFFF;
    border: 1px solid #262626;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.check-text {
    display: block;
    font-weight: normal;
    font-size: 13px;
    line-height: 140%;
    color: #262626;
}

.check-text a {
    display: inline;
    -webkit-text-decoration-line: underline;
    -moz-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #096DD9;
}

.check-text a:hover {
    text-decoration: none;
}

.label-span {
    display: block;
    margin-bottom: 4px;
    font-weight: 500;
    font-size: 13px;
    line-height: 140%;
    color: #262626;
}

.fieldset {
    border: none;
    padding: 0;
    margin: 0 0 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.fieldset-span {
    display: block;
    font-weight: 500;
    font-size: 13px;
    line-height: 140%;
    color: #262626;
}

.radio {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 16px;
    cursor: pointer;
}

.radio input {
    display: none;
}

.radio input:checked ~ .radio-custom::before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background: #061178;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    top: 3px;
    left: 3px;
}

.radio-custom {
    position: relative;
    display: block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    background: #FFFFFF;
    border: 1px solid #262626;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.radio-text {
    display: block;
    font-weight: 500;
    font-size: 13px;
    line-height: 140%;
    color: #262626;
}

.login {
    position: relative;
}

.login-close {
    position: absolute;
    top: 5px;
    right: 5px;
}

.login-prev {
    position: absolute;
    top: 0;
    left: 0;
}

.login-container {
    padding: 48px 0 16px;
    max-width: 360px;
    margin: 0 auto;
}

.login-title {
    font-weight: bold;
    font-size: 32px;
    line-height: 120%;
    text-align: center;
    display: block;
    color: #262626;
    margin: 0 0 24px;
}

.login-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 16px;
    font-weight: 500;
}

.login-btn50 {
    width: -webkit-calc(50% - 8px);
    width: -moz-calc(50% - 8px);
    width: calc(50% - 8px);
}

.login-btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 8px;
}

.login-btn--vk {
    background: #1890FF;
}

.login-btn--vk i {
    display: block;
    width: 23px;
    height: 15px;
    background: url(../images/icons.svg#vk) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    margin-right: 8px;
}

.login-btn--fb {
    background: #2F54EB;
    height: 51px;
}

.login-btn--fb i {
    display: block;
    margin-right: 13px;
    width: 12px;
    height: 23px;
    background: url(../images/icons.svg#fb) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
}

.login-success-icon {
    display: block;
    margin: 0 auto 16px;
}

.login-ili {
    display: block;
    text-align: center;
    margin: 24px 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 120%;
    color: #262626;
}

.login-form-text {
    width: 100%;
    display: block;
    font-weight: normal;
    font-size: 13px;
    line-height: 140%;
    color: #262626;
}

.login-form-text-mt {
    margin-top: 16px;
}

.login-form-text.right {
    text-align: right;
}

.login-form-text.center {
    text-align: center;
}

.login-form-link {
    font-weight: 500;
    color: #096DD9;
    text-decoration: underline;
}

.login-form-link:hover {
    text-decoration: none;
}

.login-form-submit {
    margin: 24px auto 0;
}

.login-form-span {
    font-weight: normal;
    font-size: 13px;
    line-height: 120%;
    color: #262626;
    display: block;
    margin-bottom: 8px;
    text-align: center;
}

.login-subtitle {
    display: block;
    margin-bottom: 24px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 120%;
    color: #262626;
}

.login-instruction {
    display: block;
    text-align: center;
    margin-top: 24px;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: #262626;
}

.rang {
    text-align: center;
}

.rang-span {
    display: block;
    font-weight: normal;
    font-size: 24px;
    line-height: 120%;
    color: #8C8C8C;
}

.rang-span b {
    color: #262626;
}

.rang-img {
    margin: 24px 0;
    height: 120px;
}

.rang-img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.rang-info {
    display: inline-block;
    margin-bottom: 24px;
    background: #FA8C16;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    padding: 16px 32px;
    font-weight: normal;
    font-size: 16px;
    line-height: 120%;
    color: #FFFFFF;
}

.lk-menu {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
}

.lk-menu-item {
    display: inline-block;
    margin-right: 32px;
}

.lk-menu-item a {
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: #8C8C8C;
}

.lk-menu-item a:hover {
    color: #003A8C;
}

.lk-menu-item.active a {
    font-weight: bold;
    color: #003A8C;
}

.lk-profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.lk-profile-img {
    width: 112px;
    height: 112px;
    margin-right: 24px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.lk-profile-img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 20px;
}

.lk-profile-content {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -moz-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
}

.lk-profile-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

.lk-profile-top-text {
    min-width: 140px;
    margin-right: 24px;
}

.lk-profile-login {
    display: block;
    font-weight: bold;
    font-size: 24px;
    line-height: 120%;
    color: #262626;
    margin-bottom: 4px;
}

.lk-profile-country, .lk-profile-social {
    display: block;
    margin-right: 16px;
}

.lk-profile-name {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #262626;
}

.lk-profile-footer {
    padding-top: 16px;
    border-top: 1px solid #F0F0F0;
    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;
}

.lk-profile-span {
    display: block;
    margin-right: 24px;
    font-weight: normal;
    font-size: 13px;
    line-height: 120%;
    color: #8C8C8C;
}

.lk-profile-span b {
    display: block;
    margin-top: 4px;
    font-weight: bold;
    font-size: 16px;
    line-height: 120%;
    color: #262626;
}

.lk-progress {
    margin-bottom: 16px;
}

.lk-progress .top-user-progress-line {
    background: #F5F5F5;
}

.lk-private-block {
    margin-bottom: 40px;
}

.lk-private-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 24px;
}

.lk-private-title {
    display: block;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: #8C8C8C;
}

.lk-private-btn {
    width: 162px;
    display: block;
    margin-left: 16px;
}

.lk-private-btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.lk-private-flex {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.lk-private-flex2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -moz-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
}

.lk-private-flex-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -moz-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
}

.lk-private-img {
    position: relative;
    cursor: pointer;
}

.lk-private-img::before {
    position: absolute;
    top: -webkit-calc(50% - 12px);
    top: -moz-calc(50% - 12px);
    top: calc(50% - 12px);
    left: -webkit-calc(50% - 12px);
    left: -moz-calc(50% - 12px);
    left: calc(50% - 12px);
    content: '';
    width: 24px;
    height: 24px;
    background: url(../images/icons.svg#camera) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    opacity: 0;
    visibility: hidden;
}

.lk-private-img:hover::before {
    opacity: 1;
    visibility: visible;
}

.lk-private-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-weight: normal;
    font-size: 13px;
    line-height: 120%;
    color: #8C8C8C;
}

.lk-private-table td {
    width: 68px;
    padding-right: 8px;
    padding-bottom: 8px;
    white-space: nowrap;
}

.lk-private-table td:nth-child(2) {
    width: auto;
    font-weight: bold;
    color: #262626;
}

.lk-private-table-link {
    display: block;
    font-weight: 500;
    font-size: 13px;
    line-height: 120%;
    -webkit-text-decoration-line: underline;
    -moz-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #096DD9;
    cursor: pointer;
}

.lk-private-table-link:hover {
    text-decoration: none;
}

.lk-private-footer-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #262626;
    margin-bottom: 16px;
}

.lk-private-footer-line:last-child {
    margin: 0;
}

.lk-private-footer-link {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    -webkit-text-decoration-line: underline;
    -moz-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #096DD9;
    cursor: pointer;
}

.lk-private-footer-link:hover {
    text-decoration: none;
}

.lk-remove-btn {
    padding-right: 24px;
    background: url(../images/icons.svg#logout) no-repeat right center;
    -webkit-background-size: 16px 17px;
    background-size: 16px 17px;
}

.achiev-list {
    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;
    margin: 0 -8px -16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.achiev-item {
    width: 25%;
    padding: 0 8px 16px;
    text-align: center;
    margin: 0 auto;
}

.achiev-item-container {
    padding: 16px 8px;
    height: 100%;
    background: #F6FFED;
    border: 1px solid #7CB305;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.achiev-item-next .achiev-item-container {
    background: #F5F5F5;
    border: 1px solid #F0F0F0;
}

.achiev-item-next .achiev-item-text {
    text-align: left;
}

.achiev-item-img {
    height: 72px;
    margin-bottom: 10px;
}

.achiev-item-img img {
    display: inline-block;
    height: 100%;
    width: auto;
}

.achiev-item-title {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
    line-height: 120%;
    color: #262626;
}

.achiev-item-text {
    display: block;
    font-weight: normal;
    font-size: 13px;
    line-height: 140%;
    color: #262626;
}

.achiev-btn {
    display: block;
    width: 200px;
    margin: 24px auto 0;
}

.achiev-progress {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.achiev-progress-text {
    display: block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 8px;
    font-weight: bold;
    font-size: 13px;
    line-height: 120%;
    color: #262626;
}

.achiev-progress-line {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -moz-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    height: 8px;
    background: #FFFFFF;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    position: relative;
}

.achiev-progress-line i {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: #7CB305;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
}

.drop {
    width: 100%;
    position: relative;
    height: 51px;
    margin-bottom: 24px;
    cursor: pointer;
}

.drop--add {
    width: -webkit-calc(50% - 12px);
    width: -moz-calc(50% - 12px);
    width: calc(50% - 12px);
}

.drop-container {
    border: 1px solid #BFBFBF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
}

.drop-container:hover {
    border-color: #8C8C8C;
}

.drop-current {
    height: 49px;
}

.drop-current::after {
    position: absolute;
    top: 16px;
    right: 19px;
    content: '';
    width: 16px;
    height: 16px;
    background: url(../images/icons.svg#drop-arrow) no-repeat center;
    -webkit-background-size: 12px 7px;
    background-size: 12px 7px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
}

.drop.active .drop-current::after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.drop.active {
    z-index: 2;
}

.drop-input {
    cursor: pointer;
    height: 100%;
    width: 100%;
    border: none;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 0 42px 0 16px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 120%;
    color: #262626;
}

.drop-variant {
    display: block;
    padding: 8px 16px;
    border-top: 1px solid #bfbfbf;
    font-weight: normal;
    font-size: 16px;
    line-height: 120%;
    color: #262626;
}

.drop-variant:hover {
    background: #fafafa;
}

.drop-variants {
    display: none;
}

.add {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.add-input {
    margin-bottom: 24px;
}

.add-input50 {
    margin-bottom: 24px;
    width: -webkit-calc(50% - 12px);
    width: -moz-calc(50% - 12px);
    width: calc(50% - 12px);
}

.add-text {
    width: 100%;
    margin-bottom: 24px;
    text-align: center;
}

.add-link {
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    -webkit-text-decoration-line: underline;
    -moz-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #096DD9;
    cursor: pointer;
}

.add-link:hover {
    text-decoration: none;
}

.add-btn {
    padding: 16px 48px;
    margin: 0 12px;
    min-width: 175px;
}

.add-btns {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.moder-block {
    padding: 24px;
    margin: 24px 0;
    background: #FAFAFA;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.moder-user {
    width: 112px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 34px;
    font-weight: normal;
    font-size: 13px;
    line-height: 120%;
    color: #8C8C8C;
}

.moder-user-name {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #262626;
}

.moder-user-img {
    width: 112px;
    height: 112px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    margin-top: 8px;
}

.moder-user-img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.moder-content {
    padding: 16px;
    background: #FFFFFF;
    -webkit-border-radius: 16px 16px 16px 0px;
    border-radius: 16px 16px 16px 0px;
}

.moder-bold {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #262626;
}

.moder-text {
    margin: 8px 0;
    padding: 16px;
    background: #FFF1F0;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #262626;
}

/*.quest-top-block .quest-top-span:first-of-type, 
.quest-category, 
.quest-title-text, 
.block.quest .img-source a, 
.quest-answer {
    color: #AFD0FD;
}*/

.block.quest {
    background: #C9DBF8;
}

@media screen and (max-width: 1170px) {
    .sidebar {
        width: 299px;
    }
    .main-content {
        width: -webkit-calc(100% - 340px);
        width: -moz-calc(100% - 340px);
        width: calc(100% - 340px);
    }
}

.tags-mobile{
    display: none;
}

.quest-top{
    margin-bottom: 10px;
}

@media screen and (max-width: 980px) {
    .top-user-img{
        width: unset!important;
    }
    .quest-title,
    .d-block-980,
    .d-block-980 div {
        display: block!important;
    }
    .main-flex {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .index-quest{
        display: block!important;
    }
    .main-content {
        width: 100%;
        order: 1;
    }
    .main-content div:nth-child(2){
        display: none;
    }
    .category-lines-main {
        display: block!important;
    }
    .main-content .quest-top{
        display: flex;
        margin: 0;
    }
    .main-content .quest .tags{
        display: none;
    }
    .main-content .quest .tags-mobile{
        display: block;
        margin-top: 13px;
    }
    .sidebar {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: 2;
        width: 100%;
        margin: 0;
        display: flex;
        flex-flow: wrap;
    }

    .sidebar div:nth-child(1){
        order: 2;
        width: 100%;
    }
    .sidebar div:nth-child(2){
        order: 1;
        width: 100%;
    }

    .sidebar-bottom {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -moz-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .wrapper {
        padding: 0 16px;
    }

    .desktop{
        display: none;
    }
    /*.mobile{
        display: block;
    }*/

    .mobile.load {
        display: block;
    }

    .main-content .quest-top .quest-top-block:nth-child(2) {
        display: inherit;
    }
    
    .main-content .quest-top .quest-top-block:nth-child(2) .quest-top-meta--views {
        display: none;
    }
}

@media screen and (max-width: 767px) {

    .header .wrapper {
        position: static;
    }
    .header-menu {
        padding: 8px 0 16px;
    }
    .header-menu-container {
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        background: #fff;
        height: 0;
        overflow: hidden;
        -webkit-transition: .2s;
        -o-transition: .2s;
        -moz-transition: .2s;
        transition: .2s;
    }
    .header-menu-container.active {
        height: 43px;
    }
    .header-menu-item {
        margin: 0 12px;
    }
    .header-butter {
        display: block;
        width: 24px;
        height: 24px;
        margin-left: 16px;
        position: relative;
        background: url(../images/icons.svg#butter) no-repeat center;
        -webkit-background-size: 19px 15px;
        background-size: 19px 15px;
    }
    .header-butter.active {
        background: url(../images/icons.svg#close) no-repeat center;
        -webkit-background-size: 16px 17px;
        background-size: 16px 17px;
    }
    .header-login {
        min-width: 0;
    }
    .header-login-text {
        display: none;
    }
    .category-line {
        white-space: nowrap;
        min-height: 51px;
        max-height: 185px;
        overflow: auto;
    }

    .category-line::-webkit-scrollbar {
        width: 7px;
        background-color: #f9f9fd;
    }

    .category-line::-webkit-scrollbar-thumb {
        border-radius: 7px;
        background-color: #003A8C;
    }
    .category-lines {
        margin: 0 -24px;
        padding-left: 24px;
        overflow: hidden;
        overflow-x: auto;
    }
    .blic-line {
        display: block;
        margin: 24px 0 0;
    }
    .blic-btn {
        width: 100%;
        max-width: 100%;
        margin: 0 0 16px;
    }
    .blic-btn:last-child {
        margin-bottom: 0;
    }
    .quest-title, .quest-more {
        font-size: 16px;
    }
    .quest-title-hide-text .quest-title-text {
        max-height: 83px;
    }
    .quest-img {
        height: 225px;
    }
    .quest-answer {
        width: 100%;
    }
    .quest-bottom {
        display: block;
        text-align: center;
    }
    .quest-status {
        width: 100%;
        margin-bottom: 16px;
    }
    .quest-next {
        width: 100%;
    }
    .footer-wrapper {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer-menu {
        width: 100%;
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -moz-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
        margin-top: 16px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .footer-menu-item {
        margin: 0;
    }
    .top-btn {
        width: 100%;
    }
    .want {
        display: block;
        text-align: center;
    }
    .want-img {
        margin: 0 0 24px;
    }
    .want-text {
        display: block;
        margin: 0 0 24px;
    }
    .want-btn {
        width: 100%;
    }
    .result-btn {
        width: 100%;
        margin-bottom: 16px;
    }
    .result-btns {
        display: block;
        margin-bottom: -16px;
    }
    .block404-bold {
        font-size: 144px;
    }
    .block-text {
        font-size: 16px;
    }
    .about-sign-img {
        width: 80px;
        height: 80px;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .about-sign-text {
        font-size: 13px;
    }
    .about-sign-text strong {
        font-size: 16px;
        line-height: 110%;
    }
    .login-form-submit {
        width: 100%;
    }
    .login-btn50 {
        width: 100%;
    }
    .login-btns {
        display: block;
    }
    .lk-menu-item {
        margin-right: 24px;
    }
    .lk-menu-item a {
        font-size: 16px;
    }
    .lk-profile {
        display: block;
    }
    .lk-profile-img {
        width: 72px;
        height: 72px;
        margin: 0 0 24px;
    }
    .lk-private-top {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .lk-private-title {
        width: 100%;
        text-align: center;
        margin-bottom: 16px;
    }
    .lk-private-btn {
        width: 156px;
        margin: 0 8px;
    }
    .lk-private-img::before {
        opacity: 1;
        visibility: visible;
    }
    .lk-private-flex-contacts {
        display: block;
    }
    .lk-private-flex2 {
        display: block;
    }
    .lk-private-footer-line {
        display: block;
        margin: 0 0 20px 0;
    }
    .lk-private-footer-link {
        margin-top: 5px;
    }
    .lk-remove-btn {
        display: inline-block;
    }
    .achiev-item {
        min-width: 166px;
    }
    .achiev-list {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin: 0 -24px -16px;
        overflow: hidden;
        overflow-x: auto;
        padding: 0 16px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .achiev-btn100 {
        width: 100%;
    }
    .drop--add {
        width: 100%;
    }
    .add-input50 {
        width: 100%;
    }
    .top-flex {
        display: block;
    }
    .top-flex-quest {
        margin: 0 0 16px;
    }
    .top-flex-btn {
        width: 100%;
    }
    .moder-block {
        display: block;
    }
    .moder-user-img {
        width: 72px;
        height: 72px;
        margin: 8px 0 16px;
    }
    .moder-content {
        -webkit-border-radius: 0 16px 16px 16px;
        border-radius: 0 16px 16px 16px;
    }


}

@media screen and (max-width: 479px) {
    .block {
        padding: 16px;
        width: 100%;
    }
    .index-content {
        display: flex;
        flex-flow: wrap;
    }
    .index-categories {
        order: 2;
    }
    .category-content {
        display: flex;
        flex-flow: wrap;
    }
    .category-quest {
        display: block!important;
        order: 1;
    }
    .category-block {
        order: 2;
    }
    .quest-img {
        height: 144px;
    }
    .quest-top {
        display: block;
        position: relative;
    }
    .quest-top-block {
        margin-bottom: 8px;
    }
    .quest-top-verified {
        top: 0;
        right: 0;
        position: absolute;
    }
    .footer-wrapper {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer-menu {
        display: block;
        text-align: center;
        margin: 32px 0 -16px;
    }
    .footer-menu-item {
        margin-bottom: 16px;
    }
    .footer-copyright {
        width: 100%;
        margin-top: 8px;
        text-align: center;
    }
    .want-text {
        font-size: 16px;
    }
    .top-quest-link {
        max-height: 66px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }
    .login-title {
        font-size: 24px;
    }
    .login-instruction {
        font-size: 16px;
    }
    .header-login-info {
        display: none;
    }
    .header-login-img {
        margin: 0;
    }
    .lk-menu-item {
        display: block;
        margin: 0 0 16px;
    }
    .lk-menu-item:last-child {
        margin: 0;
    }
    .lk-profile-top {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .lk-profile-top-text {
        width: 100%;
        margin: 0 0 24px;
    }
    .lk-profile-span:first-child {
        width: 100%;
        margin-bottom: 24px;
    }
    .lk-private-btn {
        margin: 0 0 16px;
        width: 100%;
    }
    .lk-private-btns {
        width: 100%;
        margin-bottom: -16px;
        display: block;
    }
    .lk-private-flex {
        display: block;
    }
    .achiev-list {
        margin: 0 -16px -16px;
        padding: 0 8px;
    }
    .add-btn {
        width: 100%;
        margin: 0 0 24px;
    }
    .add-btns {
        display: block;
        margin-bottom: -24px;
    }
    .textarea {
        min-height: 70px;
    }
    .moder-block {
        padding: 16px;
    }
    .moder-text {
        padding: 8px;
    }
    .breadcrumbs-flex {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .breadcrumbs-flex .breadcrumbs-link:last-child {
        //
    }


}

/*# sourceMappingURL=main.css.map */

/* свойства модального окна по умолчанию */
.modal {
    position: fixed; /* фиксированное положение */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.5); /* цвет фона */
    z-index: 1050;
    opacity: 0; /* по умолчанию модальное окно прозрачно */
    -webkit-transition: opacity 200ms ease-in;
    -moz-transition: opacity 200ms ease-in;
    transition: opacity 200ms ease-in; /* анимация перехода */
    pointer-events: none; /* элемент невидим для событий мыши */
    margin: 0;
    padding: 0;
}
/* при отображении модального окно */
.modal:target {
    opacity: 1; /* делаем окно видимым */
    pointer-events: auto; /* элемент видим для событий мыши */
    overflow-y: auto; /* добавляем прокрутку по y, когда элемент не помещается на страницу */
}
/* ширина модального окна и его отступы от экрана */
.modal-dialog {
    position: relative;
    width: auto;
    margin: 100px auto!important;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 30px auto; /* для отображения модального окна по центру */
    }
}
/* свойства для блока, содержащего контент модального окна */
.modal-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}
@media (min-width: 768px) {
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
    }
}
/* свойства для заголовка модального окна */
.modal-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #eceeef;
}
.modal-title {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 1.25rem;
    font-weight: 500;
}
/* свойства для кнопки "Закрыть" */
.close {
    float: right;
    font-family: sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    text-decoration: none;
}
/* свойства для кнопки "Закрыть" при нахождении её в фокусе или наведении */
.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .75;
}
/* свойства для блока, содержащего основное содержимое окна */
.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px;
    overflow: auto;
}

.my {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.label-file {
    width: 100%;
    height: 50px;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    display: block;
    font: 14px/50px Tahoma;
    transition: all 0.18s ease-in-out;
    border: 1px solid #333;
    color: #002766;
    margin-bottom: 24px;
    font-weight: bold;
    font-size: 16px;
}

.label-file:hover {
    color: white;
    background: #002766;
}

.hidden {
    display: none!important;
}

.quest-top-meta--likes{
    cursor: pointer;
}

.text-hidden {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.active-like{
    background: url(../images/icons.svg#heart) no-repeat center !important;
    background-size: 24px 21px;
    -webkit-background-size: 24px 21px;
}

.progress{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: -4px;
}

.image-file-quest{
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    height: 300px;
}

.image-file-quest img{
    height: 300px;
    width: 100% auto;
}

.img-source {
    //
}

.opacity{
    opacity: 0.5;
}

.user-info-text{
    text-align: center;
    color: #8540f5;
    font-weight: 500;
}

.sidebar-banner-head {
    position: relative;
    display: flex;
    width: 970px;
    height: 90px;
    margin: 0 0 20px 95px;
    background: #003A8C;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.sidebar-banner-plug-head {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-weight: normal;
    font-size: 16px;
    line-height: 120%;
    color: #FFFFFF;
}

.sidebar-banner-plug-head i {
    display: block;
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
    background: url(../images/icons.svg#img) no-repeat center;
    -webkit-background-size: 40px 41px;
    background-size: 40px 41px;
}

.sidebar-banner-foot {
    position: relative;
    display: flex;
    width: 728px;
    height: 90px;
    margin: 0 0 40px 16px;
    background: #003A8C;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.sidebar-banner-plug-foot {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-weight: normal;
    font-size: 16px;
    line-height: 120%;
    color: #FFFFFF;
}

.sidebar-banner-plug-foot i {
    display: block;
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
    background: url(../images/icons.svg#img) no-repeat center;
    -webkit-background-size: 40px 41px;
    background-size: 40px 41px;
}

@media screen and (max-width: 1175px) {

        .sidebar-banner-foot {
        display: none;
    }

     .sidebar-banner {
        height: 376px;
        width: 330px;
}

@media screen and (max-width: 1025px) {

    .sidebar-banner-head {
        display: none;
    }


    @media screen and (max-width: 1024px) {

        .sidebar-banner-foot {
            display: none;
        }

        .sidebar-banner {
            height: 341px;
            width: 299px;
        }
    }

    @media screen and (max-width: 414px) {


        .sidebar-banner {
            height: 435px;
            width: 383px;
        }

    }

    @media screen and (max-width: 375px) {


        .sidebar-banner {
            height: 390px;
            width: 343px;
        }

    }

    @media screen and (max-width: 360px) {


        .sidebar-banner {
            height: 376px;
            width: 330px;
        }

    }

    @media screen and (max-width: 320px) {


        .sidebar-banner {
            height: 336px;
            width: 289px;
        }

    }
}
}


